query
stringlengths
7
5.25k
document
stringlengths
15
1.06M
metadata
dict
negatives
sequencelengths
3
101
negative_scores
sequencelengths
3
101
document_score
stringlengths
3
10
document_rank
stringclasses
102 values
Store a newly created resource in storage.
public function store($budget) { $b = new Budget(); if($b->validate($budget)) { Budget::create([ 'tag_id' => $budget->tag_id, 'amount' => $budget->amount ]); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function store($data, Resource $resource);", "public function store()\n {\n /* Check if logged in user is authorized to make this request */\n $this->authorizeAction();\n\n if (method_exists($this, 'storeValidations')) {\n $this->request->validate($this->storeValidations());\n }\n\n /* Create a new resource */\n $resource = $this->model::create(Input::all());\n\n /* Redirect to newly created resource page */\n return redirect()\n ->route($this->name . '.edit', $resource->id)\n ->with(\n 'success',\n Lang::has($this->name . '.resource-created') ?\n $this->name . '.resource-created' :\n 'messages.alert.resource-created'\n );\n }", "public function store(CreateStorageRequest $request)\n {\n $this->storage->create($request->all());\n\n return redirect()->route('admin.product.storage.index')\n ->withSuccess(trans('core::core.messages.resource created', ['name' => trans('product::storages.title.storages')]));\n }", "public function createStorage();", "public function store(StoreStorage $request)\n {\n $storage = Storage::create($request->all());\n $request->session()->flash('alert-success', 'Запись успешно добавлена!');\n return redirect()->route('storage.index');\n }", "public function saveShopifyResource() {\n if (is_null($this->getShopifyId())) { // if there is no id...\n $this->createShopifyResource(); // create a new resource\n } else { // if there is an id...\n $this->updateShopifyResource(); // update the resource\n }\n }", "public function store(Request $request, NebulaResource $resource): RedirectResponse\n {\n $this->authorize('create', $resource->model());\n\n $validated = $request->validate($resource->rules(\n $resource->createFields()\n ));\n\n $resource->storeQuery($resource->model(), $validated);\n\n $this->toast(__(':Resource created', [\n 'resource' => $resource->singularName(),\n ]));\n\n return redirect()->back();\n }", "function storeAndNew() {\n $this->store();\n }", "public function store(Request $request)\n {\n $currentUser = JWTAuth::parseToken()->authenticate();\n $validator = Validator::make($request->all(), [\n 'content' => 'required|string',\n 'image_link' => 'sometimes|url',\n ]);\n\n if ($validator->fails()) {\n return APIHandler::response(0, $validator->errors(), [], 400);\n }\n\n $resource = new Resource;\n $resource->user_id = $currentUser['id'];\n $resource->title = $request->get('title');\n $resource->content = $request->get('content');\n $resource->image_link = $request->get('imageLink');\n $resource->video_link = $request->get('videoLink');\n $resource->file_link = $request->get('fileLink');\n $resource->audio_link = $request->get('audioLink');\n $resource->tags = collect($request->get('tags'))->implode('text', ',');\n $resource->is_public = 0;\n $resource->save();\n $data['resource'] = $resource;\n\n if ($request->get('programId')) {\n $this->addToProgram($resource, $request->programId);\n // event(new NewLearningPathResourcePublished($resource, $invitee));\n }\n\n User::find($currentUser['id'])->increment('points', 2);\n\n return APIHandler::response(1, \"New resource has been created\", $data, 201);\n }", "public function store()\n {\n if (!$this->id) { // Insert\n $this->insertObject();\n } else { // Update\n $this->updateObject();\n }\n }", "public function store()\n\t{\n\t\t\n\t\t//\n\t}", "public function store()\r\n\t{\r\n\t\t//\r\n\t}", "public function store()\r\n\t{\r\n\t\t//\r\n\t}", "public function store()\r\n\t{\r\n\t\t//\r\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}" ]
[ "0.72865677", "0.7145327", "0.71325725", "0.6640912", "0.66209733", "0.65685713", "0.652643", "0.65095705", "0.64490104", "0.637569", "0.63736665", "0.63657933", "0.63657933", "0.63657933", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437" ]
0.0
-1
Display the specified resource.
public function show($id) { // handled by backbone routes }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function show(Resource $resource)\n {\n // not available for now\n }", "public function show(Resource $resource)\n {\n //\n }", "function Display($resource_name, $cache_id = null, $compile_id = null)\n {\n $this->_smarty->display($resource_name, $cache_id, $compile_id);\n }", "private function showResourceable($resourceable)\n {\n save_resource_url();\n\n return $this->view('resources.create_edit')\n ->with('resource', $resourceable)\n ->with('photos', $resourceable->photos)\n ->with('videos', $resourceable->videos)\n ->with('documents', $resourceable->documents);\n }", "function display($resource_name, $cache_id = null, $compile_id = null) {\n\t\t$this->_getResourceInfo($resource_name); // Saves resource info to a Smarty class var for debugging\n\t\t$_t3_fetch_result = $this->fetch($resource_name, tx_smarty_div::getCacheID($cache_id), $compile_id);\n if ($this->debugging) { // Debugging will have been evaluated in fetch\n require_once(SMARTY_CORE_DIR . 'core.display_debug_console.php');\n $_t3_fetch_result .= smarty_core_display_debug_console(array(), $this);\n }\n\t\treturn $_t3_fetch_result;\n\t}", "public function show(ResourceSubject $resourceSubject)\n {\n //\n }", "public function show(ResourceManagement $resourcesManagement)\n {\n //\n }", "public function viewEditResources()\n {\n $database = new Database();\n $id = $this->_params['id'];\n\n $resource = $database->getResourceById($id);\n\n $availableResource = new Resource($resource['ResourceID'], $resource['ResourceName'], $resource['Description']\n , $resource['ContactName'] , $resource['ContactEmail'] , $resource['ContactPhone'] ,\n $resource['Link'], $resource['active']);\n $this->_f3->set('Resource', $availableResource);\n\n echo Template::instance()->render('view/include/head.php');\n echo Template::instance()->render('view/include/top-nav.php');\n echo Template::instance()->render('view/edit-resources.php');\n echo Template::instance()->render('view/include/footer.php');\n }", "public function retrieve(Resource $resource);", "public function showResource($resouceable, $id)\n {\n $model_name = str_replace('-', ' ',ucwords($resouceable));\n $model_name = str_replace(' ', '',ucwords($model_name));\n\n $resource_type = 'App\\Models\\\\'.$model_name;\n $model = app($resource_type);\n $model = $model->find($id);\n\n return $this->showResourceable($model);\n }", "public function showAction(Ressource $ressource)\n {\n $deleteForm = $this->createDeleteForm($ressource);\n\n return $this->render('ressource/show.html.twig', array(\n 'ressource' => $ressource,\n 'delete_form' => $deleteForm->createView(),\n ));\n }", "public function show(Dispenser $dispenser)\n {\n //\n }", "public function show($id)\n {\n $resource = Resource::find($id);\n dd($resource);\n }", "public function displayAction() {\n\t\tif(is_numeric($this->req_id)) {\n\t\t\tAPI::DEBUG(\"[DefaultController::displayAction()] Getting \" . $this->req_id, 1);\n\t\t\t$this->_view->data['info'] = $this->_model->get($this->req_id);\n\t\t\t$this->_view->data['action'] = 'edit';\n\n\t\t} else {\n\t\t\t$this->_view->data['action'] = 'new';\n\t\t}\n\t\t// auto call the hooks for this module/action\n\t\terror_log(\"Should Call: \" . $this->module .\"/\".$this->action.\"/\".\"controller.php\");\n\t\tAPI::callHooks($this->module, $this->action, 'controller', $this);\n\n\t\t$this->addModuleTemplate($this->module, 'display');\n\n\t}", "public function show(NebulaResource $resource, $item): View\n {\n $this->authorize('view', $item);\n\n return view('nebula::resources.show', [\n 'resource' => $resource,\n 'item' => $item,\n ]);\n }", "public function resource(string $resource, string $controller): void\n {\n $base = $this->plural($resource);\n $entity = '/{'.$resource.'}';\n\n $this->app->get($base, $controller.'@index');\n $this->app->post($base, $controller.'@store');\n $this->app->get($base.$entity, $controller.'@show');\n $this->app->patch($base.$entity, $controller.'@update');\n $this->app->delete($base.$entity, $controller.'@destroy');\n }", "function displayCustom($resource_name, $cache_id = null, $compile_id = null)\n\t{\n\t return $this->display(DotbAutoLoader::existingCustomOne($resource_name), $cache_id, $compile_id);\n\t}", "public function show($id)\n {\n /* Check if logged in user is authorized to make this request */\n $this->authorizeAction();\n\n /* Get the specified resource */\n $resource = $this->model::findOrFail($id);\n\n /* Sets the view */\n if (view()->exists(\"admin.{$this->name}.show\")) {\n $view = \"admin.{$this->name}.show\";\n } else {\n $view = 'admin.includes.actions.show';\n }\n\n /* Displays the specified resource page */\n return view($view)\n ->with('resource', $resource)\n ->with('name', $this->name);\n }", "public function show($id)\n {\n $currentUser = JWTAuth::parseToken()->authenticate();\n $rules = [\n 'id' => 'required|integer'\n ];\n\n $validator = Validator::make(['id' => $id], $rules);\n if ($validator->fails()) {\n return APIHandler::response(0, $validator->errors(), 400);\n }\n $resource = $this->resourceRepository->fetchResource($id);\n $this->resourceRepository->storeView($id, $currentUser['id']);\n\n $data = [\n 'resource' => $resource,\n 'related_resources' => $this->resourceRepository->getResourcesRelatedTo($resource->id, $resource->mentoring_area_id)\n ];\n\n return APIHandler::response(1, \"Show Resource\", $data);\n }", "public function get(Resource $resource);", "public function showAction()\n {\n $model = $this->_getPhotoModel();\n $photo = $model->fetchEntry($this->getRequest()->getParam('id'));\n\n if (null === $photo) {\n return $this->_forward('notfound', 'error');\n }\n\n $this->view->auth = Zend_Auth::getInstance();\n $this->view->title = $photo->title;\n $this->view->photo = $photo;\n }", "public function show($id)\n {\n //\n $data=Resource::find($id);\n return view('resourceDetails',compact('data'));\n }", "function display() {\n\t\t$view = &$this->getView();\n\t\t$view->display();\n\t}", "public function show(ShowResourceRequest $request, $id)\n {\n // TODO: Implement show() method.\n }", "function show( $resource ){\n\n $where = \"reservation_status <> 'Pending' AND id = {$resource}\";\n $reservation = where( 'reservations', $where );\n $reservation = $reservation[0];\n\n return view('admin/reservation/preview_reservation', compact( 'reservation' ));\n}", "public function show()\n {\n if ($this->twig !== false) {\n $this->twigDefaultContext();\n if ($this->controller) {\n $this->controller->display($this->data);\n }\n echo $this->twig->render($this->twig_template, $this->data);\n } else {\n $filename = $this->findTemplatePath($this->template);\n require($filename);\n }\n }", "public function edit(Resource $resource)\n {\n //\n }", "public function show(rc $rc)\n {\n //\n }", "public function show(Resolucion $resolucion)\n {\n //\n }", "public function showAction(furTexture $furTexture)\n {\n\n return $this->render('furtexture/show.html.twig', array(\n 'furTexture' => $furTexture,\n ));\n }", "public function show()\n\t{\n\t\t//\n\t}", "public function show()\n\t{\n\t\t//\n\t}", "public function show()\n\t{\n\t\t//\n\t}", "public function show(Resena $resena)\n {\n }", "public function edit(Resource $resource)\n {\n return view('admin.resources.edit', compact('resource'));\n }", "public function showAction() {\n $docId = $this->getParam('id');\n\n // TODO verify parameter\n\n $document = new Opus_Document($docId);\n\n $this->_helper->layout()->disableLayout();\n\n $this->view->doc = $document;\n $this->view->document = new Application_Util_DocumentAdapter($this->view, $document);\n }", "public function action_display()\r\n\t{\r\n\t\t$event = ORM::factory('event', array('id' => $this->request->param('id')));\r\n\t\r\n\t\tif ( ! $event->loaded())\r\n\t\t{\r\n\t\t\tNotices::error('event.view.not_found');\r\n\t\t\t$this->request->redirect(Route::url('event'));\r\n\t\t}\r\n\t\t\r\n\t\t// Can user view this event?\r\n\t\tif ( ! $this->user->can('event_view', array('event' => $event)))\r\n\t\t{\r\n\t\t\t// Error notification\r\n\t\t\tNotices::error('event.view.not_allowed');\r\n\t\t\t$this->request->redirect(Route::url('event'));\r\n\t\t}\r\n\t\t\r\n\t\t// Pass event data to the view class\r\n\t\t$this->view->event_data = $event;\r\n\t\t$this->view->user = $this->user;\r\n\t}", "public function execute()\n {\n // HTTP Request Get\n if ($this->type == \"resource\") {\n $action = $this->getResourceAction();\n switch ($action) {\n case \"show\":\n $this->show();\n break;\n case \"create\":\n $this->create();\n break;\n case \"edit\":\n $this->edit();\n break;\n case \"destroy\":\n $this->destroy();\n break;\n default:\n echo $this->render();\n break;\n }\n } else {\n $action = $this->Request->action;\n switch ($action) {\n case \"show\":\n $this->show();\n break;\n case \"create\":\n $this->create();\n break;\n case \"edit\":\n $this->edit();\n break;\n case \"destroy\":\n $this->destroy();\n break;\n default:\n echo $this->render();\n break;\n }\n }\n }", "public function show(Resident $resident)\n {\n $this->authorize('admin.resident.show', $resident);\n\n // TODO your code goes here\n }", "public function display()\n {\n echo $this->getDisplay();\n $this->isDisplayed(true);\n }", "public function display()\n\t{\n\t\tparent::display();\n\t}", "public function get_resource();", "public function show()\n\t{\n\t\t\n\t}", "function display() {\n\n\t\t// Check authorization, abort if negative\n\t\t$this->isAuthorized() or $this->abortUnauthorized();\n\n\t\t// Get the view\n\t\t$view = $this->getDefaultView();\n\n\t\tif ($view == NULL) {\n\t\t\tthrow new Exception('Display task called, but there is no view assigned to that controller. Check method getDefaultView.');\n\t\t}\n\n\t\t$view->listing = true;\n\n\t\t// Wrap the output of the views depending on the way the stuff should be shown\n\t\t$this->wrapViewAndDisplay($view);\n\n\t}", "public function viewResources()\n {\n $database = new Database();\n\n $resources = $database->getAllActiveResourcesNoLimit();\n\n\n $resourceArray = array();\n $i = 1;\n\n foreach ($resources as $resource) {\n $availableResource = new Resource($resource['ResourceID'], $resource['ResourceName'], $resource['Description']\n , $resource['ContactName'] , $resource['ContactEmail'] , $resource['ContactPhone'] ,\n $resource['Link'], $resource['active']);\n array_push($resourceArray, $availableResource);\n $i += 1;\n }\n $resourceSize = sizeof($resourceArray);\n $this->_f3->set('resourcesByActive', $resourceArray);\n $this->_f3->set('resourcesSize', $resourceSize);\n echo Template::instance()->render('view/include/head.php');\n echo Template::instance()->render('view/include/top-nav.php');\n echo Template::instance()->render('view/resources.php');\n echo Template::instance()->render('view/include/footer.php');\n }", "public function show($id)\n {\n $this->title .= ' show';\n $this->one($id);\n }", "public function display($title = null)\n {\n echo $this->fetch($title);\n }", "public function display(){}", "public function show($id)\n\t{\n\t\t//\n\t\t//\n\t\n\t}", "public function viewAction()\n\t{\n\t\t//get Id param from request\n\t\tif (!$id = $this->_getParam('id')) {\n\t\t\t$this->getFlashMessenger()->addMessage('Product ID was not specified');\n\t\t\t$this->getRedirector()->gotoSimple('list');\n\t\t}\n\n\t\t//fetch requested ProductID from DB\n\t\tif (!$this->_model->fetch($id)) {\n\t\t\t$this->render('not-found');\n\t\t} else {\n\t\t\t$this->view->model = $this->_model;\n\t\t}\n\t}", "public function show($id)\n {\n // Get single person\n $person = Person::findOrFail($id);\n\n // Return single person as a resource\n return '<h1>Person Number '.$id.'</h1><br>'.json_encode(new PersonResource($person));\n }", "#[TODO] use self object?\n\tprotected function GET(ResourceObject $resource) {\n#[TODO]\t\tif ($resource->getMTime())\n#[TODO]\t\t\t$this->response->headers->set('Last-modified', gmdate('D, d M Y H:i:s ', $resource->getMTime()) . 'GMT');\n#[TODO]\t\tif ($resource->getCTime())\n#[TODO]\t\t\t$this->response->headers->set('Date', gmdate('D, d M Y H:i:s ', $resource->getCTime()) . 'GMT');\n\n\n#[TODO] handle file streams\n\t\t// get ranges\n#\t\t$ranges = WebDAV::getRanges($this->request, $this->response);\n\n\t\t// set the content of the response\n\t\tif ($resource instanceof ResourceDocument) {\n\t\t\t$this->response->content->set($resource->getContents());\n\t\t\t$this->response->content->setType($resource->getMIMEType());\n\t\t\t$this->response->content->encodeOnSubmit(true);\n\t\t}\n\t}", "public function display() {\n echo $this->render();\n }", "public function show($id)\n\t{\n\t//\n\t}", "public function show($id)\n\t{\n\t//\n\t}", "function Fetch($resource_name, $cache_id = null, $compile_id = null, $display = false)\n {\n return $this->_smarty->fetch($resource_name, $cache_id, $compile_id, $display);\n }", "public function show($id)\n {\n //\n $this->_show($id);\n }", "public function show()\n\t{\n\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {}", "static public function showCallback(O_Dao_Renderer_Show_Params $params) {\r\n\t\t/* @var $r R_Mdl_Resource */\r\n\t\t$r = $params->record();\r\n\t\t// Setting layout title\r\n\t\t$params->layout()->setTitle($r->getPageTitle());\r\n\r\n?><h1><?=$r->title?></h1><div id=\"resource\"><?\r\n\t\tif($r->getContent()) {\r\n\t\t\t// page has its own content -- show it\r\n\t\t\t$r->getContent()->show($params->layout(), \"content\");\r\n\t\t} else {\r\n\t\t\t// It is a post unit, show all childs\r\n\t\t\tif($r->is_unit == 1) {\r\n\t\t\t\t$r->addQueryAccessChecks($r->getChilds(1))->show($params->layout(), \"content\");\r\n\r\n\t\t\t// It is a folder with several units, show paginator\r\n\t\t\t} elseif($r->show_def == \"last-units\") {\r\n\t\t\t\tlist($type, $perpage) = explode(\":\", $r->show_def_params);\r\n\t\t\t\t/* @var $p O_Dao_Paginator */\r\n\t\t\t\t$p = $r->addQueryAccessChecks($r->getChilds())->test(\"is_unit\", 1)->getPaginator(array($r, \"getPageUrl\"), $perpage);\r\n\t\t\t\t$p->show($params->layout(), $type);\r\n\t\t\t// It is a folder with subfolders, boxes, contents. Show one childs level\r\n\t\t\t} else {\r\n\t\t\t\t$r->addQueryAccessChecks($r->getChilds(1))->show($params->layout(), \"on-parent-page\");\r\n\t\t\t}\r\n\r\n\t\t}\r\n?></div><?\r\n\t}", "public function show($id)\r\n\t{\r\n\t\t//\r\n\r\n\r\n\r\n\t}", "public function show($resourceId, $eventId)\n {\n $routes = $this->routes;\n\n $eventable = $this->getEventableRepository()->model()->findOrFail($resourceId);\n\n if (method_exists($eventable, 'events')) {\n $event = $eventable->events()->find($eventId);\n\n if ($event) {\n $apiObject = $this->event->findApiObject($event->api_id);\n\n return view('events.eventables.show', compact('routes', 'eventable', 'event', 'apiObject'));\n }\n }\n\n abort(404);\n }", "public abstract function display();", "abstract public function resource($resource);", "public function show($id)\r\r\n\t{\r\r\n\t\t//\r\r\n\t}", "public function show( $id ) {\n\t\t//\n\t}", "public function show( $id ) {\n\t\t//\n\t}", "public function show(Response $response)\n {\n //\n }", "public function show()\n {\n return auth()->user()->getResource();\n }", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}" ]
[ "0.8233718", "0.8190437", "0.6828712", "0.64986944", "0.6495974", "0.6469629", "0.6462615", "0.6363665", "0.6311607", "0.62817234", "0.6218966", "0.6189695", "0.61804265", "0.6171014", "0.61371076", "0.61207956", "0.61067593", "0.6105954", "0.6094066", "0.6082806", "0.6045245", "0.60389996", "0.6016584", "0.598783", "0.5961788", "0.59606946", "0.5954321", "0.59295714", "0.59182066", "0.5904556", "0.59036547", "0.59036547", "0.59036547", "0.5891874", "0.58688277", "0.5868107", "0.58676815", "0.5851883", "0.58144855", "0.58124036", "0.58112013", "0.5803467", "0.58012545", "0.5791527", "0.57901084", "0.5781528", "0.5779676", "0.5757105", "0.5756208", "0.57561266", "0.57453394", "0.57435393", "0.57422745", "0.5736634", "0.5736634", "0.5730559", "0.57259274", "0.5724891", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5718969", "0.5713412", "0.57091093", "0.5706405", "0.57057405", "0.5704541", "0.5704152", "0.57026845", "0.57026845", "0.56981397", "0.5693083", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962" ]
0.0
-1
Show the form for editing the specified resource.
public function edit($id) { // handled by backbone routes }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function edit(Resource $resource)\n {\n return view('admin.resources.edit', compact('resource'));\n }", "public function edit(Resource $resource)\n {\n //\n }", "public function edit($id)\n {\n /* Check if logged in user is authorized to make this request */\n $this->authorizeAction();\n\n /* Get the specified resource */\n $resource = $this->model::findOrFail($id);\n\n /* Sets the view */\n if (view()->exists(\"admin.{$this->name}.edit\")) {\n $view = \"admin.{$this->name}.edit\";\n } else {\n $view = 'admin.includes.actions.edit';\n }\n\n /* Displays the edit resource page */\n return view($view)\n ->with('resource', $resource)\n ->with('name', $this->name);\n }", "public function edit(NebulaResource $resource, $item): View\n {\n $this->authorize('update', $item);\n\n return view('nebula::resources.edit', [\n 'resource' => $resource,\n 'item' => $item,\n ]);\n }", "public function edit() {\r\n $id = $this->api->getParam('id');\r\n\r\n if ($id) {\r\n $this->model->id = $id;\r\n $this->checkOwner();\r\n }\r\n $object = $this->model->find_by_id($id);\r\n\r\n $this->api->loadView('contact-form', array('row' => $object));\r\n }", "public function viewEditResources()\n {\n $database = new Database();\n $id = $this->_params['id'];\n\n $resource = $database->getResourceById($id);\n\n $availableResource = new Resource($resource['ResourceID'], $resource['ResourceName'], $resource['Description']\n , $resource['ContactName'] , $resource['ContactEmail'] , $resource['ContactPhone'] ,\n $resource['Link'], $resource['active']);\n $this->_f3->set('Resource', $availableResource);\n\n echo Template::instance()->render('view/include/head.php');\n echo Template::instance()->render('view/include/top-nav.php');\n echo Template::instance()->render('view/edit-resources.php');\n echo Template::instance()->render('view/include/footer.php');\n }", "public function edit()\n {\n return view('hirmvc::edit');\n }", "public function editformAction(){\n\t\t$this->loadLayout();\n $this->renderLayout();\n\t}", "public function edit() {\n $id = $this->parent->urlPathParts[2];\n // pass name and id to view\n $data = $this->parent->getModel(\"fruits\")->select(\"select * from fruit_table where id = :id\", array(\":id\"=>$id));\n $this->getView(\"header\", array(\"pagename\"=>\"about\"));\n $this->getView(\"editForm\", $data);\n $this->getView(\"footer\");\n }", "public function edit($id)\n\t{\n\t\treturn $this->showForm('update', $id);\n\t}", "public function edit($id)\n {\n $model = $this->modelObj;\n $formObj = $model::findOrFail($id);\n $data['formObj'] = $formObj;\n return view($this->veiw_base . '.edit', $data);\n }", "public function createEditForm(Resourceperson $entity){\n \n $form = $this->createForm(new ResourcepersonType(), $entity, array(\n 'action' => $this->generateUrl('rsp_update', array('id' => $entity->getRpId())),\n 'method' => 'PUT',\n ));\n\n $form->add('submit', 'submit', array('label' => 'Update','attr'=> array(\n 'class'=>'btn btn primary'\n )));\n\n return $form;\n }", "private function createEditForm(Resource $entity)\n {\n $form = $this->createForm(new ResourceType(), $entity, array(\n 'action' => $this->generateUrl('social_admin_resource_update', array('id' => $entity->getId())),\n 'method' => 'PUT',\n ));\n\n $form->add('submit', 'submit', array('label' => '保存','attr'=>[\n 'class'=>'btn btn-primary'\n ]));\n\n return $form;\n }", "public function edit($id)\n {\n return $this->showForm('update', $id);\n }", "public function edit($id)\n {\n return $this->showForm('update', $id);\n }", "public function editAction()\n {\n if ($form = $this->processForm()) {\n if ($this->useTabbedForms && method_exists($this, 'getSubject')) {\n $data = $this->getModel()->loadFirst();\n $subject = $this->getSubject($data);\n $this->setPageTitle(sprintf($this->_('Edit %s %s'), $this->getTopic(1), $subject));\n } else {\n $this->setPageTitle(sprintf($this->_('Edit %s'), $this->getTopic(1)));\n }\n $this->html[] = $form;\n }\n }", "public function edit($id)\n {\n $this->data['entity'] = GS_Form::where('id', $id)->firstOrFail();\n return view('admin.pages.forms.edit', $this->data);\n }", "public function edit($id)\n\t{\n\t\t// get the fbf_presenca\n\t\t$fbf_presenca = FbfPresenca::find($id);\n\n\t\t\n\t\t// show the edit form and pass the fbf_presenca\n\t\t$this->layout->content = View::make('fbf_presenca.edit')\n->with('fbf_presenca', $fbf_presenca);\n\t}", "public function edit($id)\n {\n $data = $this->model->find($id);\n\n return view('admin.backends.employee.form.edit',compact('data'));\n }", "public function edit($model, $form);", "function edit() {\n\t\tglobal $tpl;\n\n\t\t$form = $this->initForm();\n\t\t$tpl->setContent($form->getHTML());\n\t}", "public function edit($id)\n\t{\n\t\t$faith = Faith::find($id);\n \n return view('faith.form')->with('faith', $faith);\n\n\t}", "public function edit()\n { \n return view('admin.control.edit');\n }", "public function edit(Form $form)\n {\n //\n }", "public function edit()\n {\n return view('common::edit');\n }", "public function edit($id)\n {\n $resource = (new AclResource())->AclResource;\n $roleResource = AclRole::where('role', $id)->get(['resource'])->toArray();\n $roleResource = Arr::pluck($roleResource, 'resource');\n return view('Admin.acl.role.form', [\n 'role' => $id,\n 'resource' => $resource,\n 'roleResource' => $roleResource,\n ]);\n }", "public function edit()\n {\n return view('admin::edit');\n }", "public function edit()\n {\n return view('admin::edit');\n }", "public function edit()\r\n {\r\n return view('petro::edit');\r\n }", "public function edit($id)\n {\n // show form edit user info\n }", "public function edit()\n {\n return view('escrow::edit');\n }", "public function edit($id)\n {\n $resource = ResourceManagement::find($id);\n\n $users = User::get();\n // Redirect to user list if updating user wasn't existed\n if ($resource == null || $resource->count() == 0) {\n return redirect()->intended('/resource-management');\n }\n\n return view('resources-mgmt/edit', ['resource' => $resource, 'users' => $users]);\n }", "public function edit()\n {\n return view('commonmodule::edit');\n }", "public function editAction()\n\t{\n\t\t$params = $this->data->getParams();\n\t\t$params = $this->valid->clearDataArr($params);\n\t\tif (isset($params['id']))\n\t\t{\n\t\t\t$this->employee->setFlag(true);\n\t\t}\n\t\tif (isset($_POST['submit']))\n\t\t{\n\t\t\t$action = $this->valid->clearDataArr($_POST);\n\t\t\t$this->employee->setDataArray($action);\n\t\t\theader('Location: ' . PATH . 'Employee/index/', true, 303);\n\t\t}\n\t\t$employee = $this->employee->setAction('edit');\n\t\t$this->view->addToReplace($employee);\n\t\t$this->listEmployee();\n\t\t$this->arrayToPrint();\n\t}", "public function edit()\n {\n return view('catalog::edit');\n }", "public function edit()\n {\n return view('catalog::edit');\n }", "public function edit(form $form)\n {\n //\n }", "public function actionEdit($id) { }", "public function edit()\n {\n return view('admincp::edit');\n }", "public function edit()\n {\n return view('scaffold::edit');\n }", "public function edit($id)\n {\n $header = \"Edit\";\n\t\t$data = Penerbit::findOrFail($id);\n\t\treturn view('admin.penerbit.form', compact('data','header'));\n }", "public function edit()\n {\n return view('Person.edit');\n }", "public function edit($id)\n {\n $data = Form::find($id);\n return view('form.edit', compact('data'));\n }", "public function edit($id)\n\t{\n\t\t$career = $this->careers->findById($id);\n\t\treturn View::make('careers._form', array('career' => $career, 'exists' => true));\n\t}", "public function edit(Flight $exercise, FlightResource $resource)\n {\n return $this->viewMake('adm.smartcars.exercise-resources.edit')\n ->with('flight', $exercise)\n ->with('resource', $resource);\n }", "public function edit($id)\n\t{\n\t\t// get the material\n\t\t$material = Material::find($id);\n\n\t\t// show the edit form and pass the material\n\t\t$this->layout->content = View::make('material.edit')\n\t\t\t->with('material', $material);\n\t}", "public function edit($id, Request $request)\n {\n $formObj = $this->modelObj->find($id);\n\n if(!$formObj)\n {\n abort(404);\n } \n\n $data = array();\n $data['formObj'] = $formObj;\n $data['page_title'] = \"Edit \".$this->module;\n $data['buttonText'] = \"Update\";\n\n $data['action_url'] = $this->moduleRouteText.\".update\";\n $data['action_params'] = $formObj->id;\n $data['method'] = \"PUT\"; \n\n return view($this->moduleViewName.'.add', $data);\n }", "public function edit()\n {\n $id = $this->getId();\n return view('panel.user.form', [\n 'user' => $this->userRepository->findById($id),\n 'method' => 'PUT',\n 'routePrefix' => 'profile',\n 'route' => 'profile.update',\n 'parameters' => [$id],\n 'breadcrumbs' => $this->getBreadcrumb('Editar')\n ]);\n }", "public function edit()\r\n {\r\n return view('mpcs::edit');\r\n }", "function edit()\n\t{\n\t\t// hien thi form sua san pham\n\t\t$id = getParameter('id');\n\t\t$product = $this->model->product->find_by_id($id);\n\t\t$this->layout->set('auth_layout');\n\t\t$this->view->load('product/edit', [\n\t\t\t'product' => $product\n\t\t]);\n\t}", "public function edit($id)\n {\n //\n $data = Diskon::find($id);\n\n $form = $this->form;\n $edit = $this->edit;\n $field = $this->field;\n $page = $this->page;\n $id = $id;\n $title = $this->title;\n return view('admin/page/'.$this->page.'/edit',compact('form','edit','data','field','page','id','title'));\n }", "public function edit($id)\n {\n return $this->showForm($id);\n }", "public function edit($id)\n {\n return $this->showForm($id);\n }", "protected function _edit(){\n\t\treturn $this->_editForm();\n\t}", "public function editAction()\n {\n $robot = Robots::findFirst($this->session->get(\"robot-id\"));\n if ($this->request->isGet()) {\n $this->tag->prependTitle(\"Редактировать робота :: \");\n $user = $this->session->get(\"auth-id\");\n if (!$robot) {\n $this->flashSession->error(\n \"Робот не найден\"\n );\n return $this->response->redirect(\"users/usershow/$user->name\");\n }\n\n }\n\n $this->view->form = new RobotForm(\n $robot,\n [\n \"edit\" => true,\n ]\n );\n }", "public function editAction()\n {\n $form = new $this->form();\n\n $request = $this->getRequest();\n $param = $this->params()->fromRoute('id', 0);\n\n $repository = $this->getEm()->getRepository($this->entity);\n $entity = $repository->find($param);\n\n if ($entity) {\n\n $form->setData($entity->toArray());\n\n if ( $request->isPost() ) {\n\n $form->setData($request->getPost());\n\n if ( $form->isValid() ) {\n\n $service = $this->getServiceLocator()->get($this->service);\n $service->update($request->getPost()->toArray());\n\n return $this->redirect()->toRoute($this->route, array('controller' => $this->controller));\n }\n }\n } else {\n return $this->redirect()->toRoute($this->route, array('controller' => $this->controller));\n }\n\n return new ViewModel(array('form' => $form, 'id' => $param));\n\n }", "public function edit($id)\n\t{\n\t\t$SysApplication = \\Javan\\Dynaflow\\Domain\\Model\\SysApplication::find($id);\n\t\t$form = \\FormBuilder::create('Javan\\Dynaflow\\FormBuilder\\SysApplicationForm', [\n \t'method' => 'POST',\n \t'url' => 'sysapplication/update/'.$id,\n \t'model' => $SysApplication,\n \t'data' => [ 'flow_id' => $SysApplication->flow_id]\n \t]);\n\t\treturn View::make('dynaflow::sysapplication.form', compact('form', 'SysApplication'));\n\t}", "public function editAction() {\n\t\t$id = (int) $this->_getParam('id');\n\t\t$modelName = $this->_getParam('model');\n\t\t\n\t\t$model = Marcel_Backoffice_Model::factory($modelName);\n\t\t$item = $model->find($id)->current();\n\t\tif (!$item) {\n\t\t\t$item = $model->createRow();\n\t\t}\n\t\t$form = $item->getForm();\n\t\tif ($this->_request->isPost()) {\n\t\t\t$newId = $form->populate($this->_request->getPost())->save();\n\t\t\tif ($newId) {\n\t\t\t\t$this->_helper->flashMessenger('Saved successfully!');\n\t\t\t\t$this->_helper->redirector('edit', null, null, array('id' => $newId, 'model' => $modelName));\n\t\t\t}\n\t\t}\n\t\t$this->view->form = $form;\n\t\t$this->view->messages = $this->_helper->flashMessenger->getMessages();\n\t}", "public function edit($id)\n {\n return view('models::edit');\n }", "public function edit()\n {\n return view('home::edit');\n }", "public function editAction()\n {\n $id = $this->params()->fromRoute('id');\n $entity = $this->entityManager->find(Entity\\CourtClosing::class, $id);\n if (! $entity) {\n // to do: deal with it\n }\n $form = $this->getForm('update');\n $form->bind($entity);\n if ($this->getRequest()->isPost()) {\n return $this->post();\n }\n\n return new ViewModel(['form' => $form]);\n }", "public function editAction($id)\n {\n $entity = $this->getManager()->find($id);\n\n $breadcrumbs = $this->get(\"white_october_breadcrumbs\");\n $breadcrumbs->addItem('Inicio', $this->get('router')->generate('admin.homepage'));\n $breadcrumbs->addItem($this->entityDescription, $this->get(\"router\")->generate(\"admin.$this->entityName.index\"));\n $breadcrumbs->addItem('Editar');\n\n if (!$entity) {\n throw $this->createNotFoundException('No se ha encontrado el elemento');\n }\n\n $form = $this->getForm($entity);\n\n return $this->render('AdminBundle:Default:edit.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n 'metadata' => $this->getMetadata()\n ));\n }", "public function edit()\n {\n return view('user::edit');\n }", "public function edit()\n {\n return view('user::edit');\n }", "public function edit(Form $form)\n {\n return view('admin.forms.edit', compact('form'));\n }", "public function editAction()\n {\n $form = MediaForm::create($this->get('form.context'), 'media');\n $media = $this->get('media_manager.manager')->findOneById($this->get('request')->get('media_id'));\n \n $form->bind($this->get('request'), $media);\n \n return $this->render('MediaManagerBundle:Admin:form.html.twig', array('form' => $form, 'media' => $media));\n }", "public function editAction($id) {\n $em = $this->getDoctrine()->getManager();\n\n $entity = $em->getRepository('CdlrcodeBundle:Question')->find($id);\n\n if (!$entity) {\n throw $this->createNotFoundException('Unable to find Question entity.');\n }\n\n $editForm = $this->createEditForm($entity);\n $deleteForm = $this->createDeleteForm($id);\n\n return $this->render('CdlrcodeBundle:Question:edit.html.twig', array(\n 'entity' => $entity,\n 'edit_form' => $editForm->createView(),\n 'delete_form' => $deleteForm->createView(),\n ));\n }", "public function edit($id)\n {\n return view('consultas::edit');\n }", "public function edit(DirectorFormBuilder $form, $id)\n {\n return $form->render($id);\n }", "public function edit()\n {\n return view('dashboard::edit');\n }", "public function edit($id){\n $rfid = Rfid::find($id);\n\n //load form view\n return view('rfids.edit', ['rfid' => $rfid]);\n }", "public function edit($id)\n {\n\n // retrieve provider\n $provider = Provider::findOrFail($id);\n\n // return form with provider\n return view('backend.providers.form')->with('provider', $provider);\n }", "public function edit(Question $question)\n {\n $this->employeePermission('application' , 'edit');\n $question->chooses;\n $action = 'edit';\n return view('admin.setting.question_form', compact('action' , 'question'));\n }", "public function edit() {\n return view('routes::edit');\n }", "public function edit($id)\n {\n $this->data['product'] = Product::find($id);\n $this->data['category'] = Category::arrForSelect();\n $this->data['title'] = \" Update Prouct Details\";\n $this->data['mode'] = \"edit\";\n\n return view('product.form', $this->data);\n }", "public function edit(ClueEnFormBuilder $form, $id): Response\n {\n return $form->render($id);\n }", "public function editAction($id)\n {\n $em = $this->getDoctrine()->getManager();\n\n $entity = $em->getRepository('BaseBundle:Feriado')->find($id);\n\n if (!$entity) {\n throw $this->createNotFoundException('Unable to find Feriado entity.');\n }\n\n $editForm = $this->createEditForm($entity);\n $deleteForm = $this->createDeleteForm($id);\n\n return $this->render('BaseBundle:Feriado:edit.html.twig', array(\n 'entity' => $entity,\n 'edit_form' => $editForm->createView(),\n 'delete_form' => $deleteForm->createView(),\n ));\n }", "public function edit($id)\n {\n return view('cataloguemodule::edit');\n }", "public function edit($articulo_id)\n {\n $titulo = \"Editar\";\n return View(\"articulos.formulario\",compact('titulo','articulo_id'));\n }", "public function edit($id)\n {\n $resources = User::find(session('usuario_id'))->resources;\n $languages = Language::pluck('name', 'id');\n $types = Type::pluck('name', 'id');\n $method = 'PATCH';\n\n $recurso = Resource::find($id);\n $url = \"/resource/$recurso->id\";\n\n return view('resources.resources', compact('resources', 'languages', 'types', 'method', 'url', 'recurso'));\n }", "public function edit(Question $question)\n {\n $edit = TRUE;\n return view('questionForm', ['question' => $question, 'edit' => $edit]);\n }", "public function displayEditForm(Employee $employee){\n return view('employee.displayEditForm',['employee'=>$employee]);\n }", "public function edit()\n {\n return view('website::edit');\n }", "public function edit()\n {\n return view('inventory::edit');\n }", "public function edit()\n {\n return view('initializer::edit');\n }", "public function editAction()\n {\n View::renderTemplate('Profile/edit.html', [\n 'user' => $this->user\n ]);\n }", "public function edit($id)\n {\n return view('backend::edit');\n }", "public function edit($id)\n {\n //dd($id);\n $familiaPrograma= FamiliaPrograma::findOrFail($id);\n return view('familiasPrograma.edit', compact('familiaPrograma'));\n }", "public function edit($id)\n {\n return view('crm::edit');\n }", "public function edit($id)\n {\n return view('crm::edit');\n }", "public function edit($id)\n {\n $user = User::where('id', $id)->first();\n\n\n return view('users.forms.update', compact('user'));\n }", "public function editAction($id)\n\t{\n\t\t$school = School::find( $id );\n\t\t$this->render( View::make( 'schools/form' , array(\n\t\t\t'title' => sprintf( 'Modifier \"%s\"', $school->name ),\n\t\t\t'entity' => $school\n\t\t) ) );\n\t}", "public function edit(Question $question)\n {\n $edit = TRUE;\n return view('questionForm', ['question' => $question, 'edit' => $edit ]);\n }", "public function edit(Person $person) {\n\t\t$viewModel = new PersonFormViewModel();\n\t\treturn view('person.form', $viewModel);\n\t}", "public function edit($id)\n {\n \t$product = Product::find($id);\n \treturn view('admin.products.edit')->with(compact('product')); // formulario de actualizacion de datos del producto\n }", "public function edit_person($person_id){\n \t$person = Person::find($person_id);\n \treturn view('resource_detail._basic_info.edit',compact('person'));\n }", "public function edit($id)\n {\n $professor = $this->repository->find($id);\n return view('admin.professores.edit',compact('professor'));\n }", "public function edit($id)\n {\n $data = Restful::find($id);\n return view('restful.edit', compact('data'));\n }", "public function editAction($id)\n {\n $em = $this->getDoctrine()->getManager();\n\n $entity = $em->getRepository('MedecinIBundle:Fichepatient')->find($id);\n\n if (!$entity) {\n throw $this->createNotFoundException('Unable to find Fichepatient entity.');\n }\n\n $editForm = $this->createEditForm($entity);\n $deleteForm = $this->createDeleteForm($id);\n\n return $this->render('MedecinIBundle:Fichepatient:edit.html.twig', array(\n 'entity' => $entity,\n 'edit_form' => $editForm->createView(),\n 'delete_form' => $deleteForm->createView(),\n ));\n }", "public function edit($id)\n {\n return $this->form->render('mconsole::personal.form', [\n 'item' => $this->person->query()->with('uploads')->findOrFail($id),\n ]);\n }", "public function edit($id)\n\t{\n\t\t // get the project\n $project = Project::find($id);\n\n // show the edit form and pass the project\n return View::make('logicViews.projects.edit')->with('project', $project);\n\t}" ]
[ "0.78550774", "0.7692893", "0.7273195", "0.7242132", "0.7170847", "0.70622855", "0.7053459", "0.6982539", "0.69467914", "0.6945275", "0.6941114", "0.6928077", "0.69019294", "0.68976134", "0.68976134", "0.6877213", "0.68636996", "0.68592185", "0.68566656", "0.6844697", "0.68336326", "0.6811471", "0.68060875", "0.68047357", "0.68018645", "0.6795623", "0.6791791", "0.6791791", "0.6787701", "0.67837197", "0.67791027", "0.677645", "0.6768301", "0.6760122", "0.67458534", "0.67458534", "0.67443407", "0.67425704", "0.6739898", "0.6735328", "0.6725465", "0.6712817", "0.6693891", "0.6692419", "0.6688581", "0.66879624", "0.6687282", "0.6684741", "0.6682786", "0.6668777", "0.6668427", "0.6665287", "0.6665287", "0.66610634", "0.6660843", "0.66589665", "0.66567147", "0.66545695", "0.66527975", "0.6642529", "0.6633056", "0.6630304", "0.6627662", "0.6627662", "0.66192114", "0.6619003", "0.66153085", "0.6614968", "0.6609744", "0.66086483", "0.66060555", "0.6596137", "0.65950733", "0.6594648", "0.65902114", "0.6589043", "0.6587102", "0.65799844", "0.65799403", "0.65799177", "0.657708", "0.65760696", "0.65739626", "0.656931", "0.6567826", "0.65663105", "0.65660435", "0.65615267", "0.6561447", "0.6561447", "0.65576506", "0.655686", "0.6556527", "0.6555543", "0.6555445", "0.65552044", "0.65543956", "0.65543705", "0.6548264", "0.65475875", "0.65447706" ]
0.0
-1
Update the specified resource in storage.
public function update($id) { // }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function updateShopifyResource() {\n $this->saving();\n $this->getShopifyApi()->call([\n 'URL' => API::PREFIX . $this->getApiPathSingleResource(),\n 'METHOD' => 'PUT',\n 'DATA' => [\n static::getResourceSingularName() => $this->shopifyData\n ]\n ]);\n }", "public function update(Request $request, Resource $resource)\n {\n $request->validate([\n 'name' => 'required',\n 'description' => 'required|string',\n 'file' => 'required|mimes:jpg,jpeg,png,doc,docx,pdf,ppt,txt',\n ]);\n\n $resource->update($request->all());\n\n if ( $request->hasFile('file') ) {\n $resource = 'resource-'.time().'.'.$request->file('file')->extension();\n $request->file->storeAs('resources', $resource,'public');\n $resource->file = $resource;\n }\n\n if ( $resource->save() ) {\n return redirect()->route('admin.resources.index')->with('success', 'Resource updated');\n } else {\n return redirect()->route('admin.resources.index')->with('error', 'Something went wrong');\n }\n }", "public function update(Request $request, Resource $resource)\n {\n //\n }", "public function updateStream($resource);", "public function update(Request $request, Storage $storage)\n {\n $storage->product_id = $request->product_id;\n $storage->amount = $request->amount;\n\n $storage->save();\n\n return redirect()->route('storages.index');\n }", "protected function updateImageResource($fileName, $imageId, $storage)\n {\n //Get image name and storage location for image\n $image = Image::where('id', '=', $imageId)->first();\n\n //Delete old image\n $this->deleteResource($image->name, $image->storage);\n\n //Store the new image\n $image->name = $fileName;\n $image->storage = $storage;\n\n $image->save();\n }", "public function update(Storage $storage, UpdateStorageRequest $request)\n {\n $this->storage->update($storage, $request->all());\n\n return redirect()->route('admin.product.storage.index')\n ->withSuccess(trans('core::core.messages.resource updated', ['name' => trans('product::storages.title.storages')]));\n }", "public function update(StoreStorage $request, Storage $storage)\n {\n $storage->fill($request->all())->save();\n $request->session()->flash('alert-success', 'Запись успешно обновлена!');\n return redirect()->route('storage.index');\n }", "public function update_asset($id, Request $request){\n \t\tif(!Auth::user()){\n\t\t\treturn redirect('/');\n\t\t}\n \t\t$asset = Storage::find($id);\n \t\t$asset->name = $request->name;\n \t\t$asset->quantity = $request->quantity;\n \t\t$asset->category_id = $request->category;\n \t\tif($request->file('image') != null){\n\t\t\t$image = $request->file('image');\n\t\t\t$image_name = time(). \".\" . $image->getClientOriginalExtension();\n\t\t\t$destination = \"images/\";\n\t\t\t$image->move($destination, $image_name);\n\t\t\t$asset->image_url = $destination.$image_name;\n\t\t} \n\t\t$asset->save();\n\t\tsession()->flash('success_message', 'Item Updated successfully');\n\t\treturn redirect(\"/storage\");\n \t}", "public function update(Request $request, Flight $exercise, FlightResource $resource)\n {\n $request->validate([\n 'display_name' => 'required|string|max:100',\n 'file' => 'nullable|file|max:10240|mimes:pdf',\n 'uri' => 'nullable|url|max:255',\n ]);\n\n if ($resource->type === 'file' && $request->file('file')) {\n Storage::drive('public')->delete($resource->resource);\n $resource->resource = $request->file('file')->store('smartcars/exercises/resources', ['disk' => 'public']);\n } elseif ($resource->type === 'uri' && $request->input('uri')) {\n $resource->resource = $request->input('uri');\n }\n\n $resource->save();\n\n return redirect()->route('adm.smartcars.exercises.resources.index', $exercise)\n ->with('success', 'Resource edited successfully.');\n }", "public function update(Request $request, $id)\n {\n $validator = Validator::make($request->all(), [\n 'title' => 'required|string',\n 'content' => 'required|string',\n 'mentoring_area_id' => 'required|integer',\n 'featured_image_uri' => 'string',\n ]);\n\n if ($validator->fails()) {\n return APIHandler::response(0, $validator->errors(), 400);\n }\n \n $resource = Resource::find($id);\n $resource->title = $request->get('title');\n $resource->content = $request->get('content');\n $resource->featured_image_uri = $request->get('featured_image_uri');\n $resource->updated_at = \\Carbon\\Carbon::now();\n $resource->mentoring_area_id = $request->get('mentoring_area_id');\n $resource->save();\n $data['resource'] = $resource;\n return APIHandler::response(1, \"Resource has been updated\");\n }", "protected function updateVideoResource($fileName, $videoId, $storage, $premium=1)\n {\n //Get video name and storage location for video\n $video = Video::where('id', '=', $videoId)->first();\n\n //Check the storage medium\n if($storage == 'vimeo' || $storage == 'youtube')\n {\n $video->name = $fileName;\n $video->storage = $storage;\n $video->premium = $premium;\n $video->save();\n }\n else\n {\n if($video['storage'] == 'local' || $video['storage'] == 's3')\n {\n //Delete old video\n $this->deleteResource($video->name, $video->storage);\n }\n \n //Store the new video\n $video->name = $fileName;\n $video->storage = $storage;\n $video->premium = $premium;\n $video->save();\n }\n }", "public function put($resource, $with=[]){\n return $this->fetch($resource, self::PUT, $with);\n }", "public function update($id, $resource) {\n SCA::$logger->log(\"update resource\");\n return $this->orders_service->update($id, $resource);\n }", "public function update($path);", "public function update($id, $resource)\n {\n SCA::$logger->log(\"Entering update()\");\n //check whether it is an sdo or an xml string.\n if ($resource instanceof SDO_DataObjectImpl) {\n //if the thing received is an sdo convert it to xml\n if ($this->xml_das !== null) {\n $xml = SCA_Helper::sdoToXml($this->xml_das, $resource);\n } else {\n throw new SCA_RuntimeException(\n 'Trying to update a resource with SDO but ' .\n 'no types specified for reference'\n );\n }\n } else {\n $xml = $resource;\n }\n\n $slash_if_needed = ('/' === $this->target_url[strlen($this->target_url)-1])?'':'/';\n\n $handle = curl_init($this->target_url.$slash_if_needed.\"$id\");\n curl_setopt($handle, CURLOPT_HEADER, false);\n curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);\n curl_setopt($handle, CURLOPT_CUSTOMREQUEST, \"PUT\");\n curl_setopt($handle, CURLOPT_POSTFIELDS, $xml);\n\n //replace with Content-Type: atom whatever\n $headers = array(\"User-Agent: SCA\",\n \"Content-Type: text/xml;\",\n \"Accept: text/plain\");\n curl_setopt($handle, CURLOPT_HTTPHEADER, $headers);\n\n $result = curl_exec($handle);\n\n $response_http_code = curl_getinfo($handle, CURLINFO_HTTP_CODE);\n\n curl_close($handle);\n\n $response_exception = $this->buildResponseException($response_http_code, '200');\n\n if ($response_exception != null) {\n throw $response_exception;\n } else {\n //update does not return anything in the body\n return true;\n }\n }", "public function update(Request $request, $id)\n {\n $this->validate($request, [\n 'name' => 'required',\n 'link' => 'required',\n 'description' => 'required'\n ]);\n\n $resource = Resource::find($id);\n $resource->name = $request->name;\n $resource->type_id = $request->type_id;\n $resource->has_cost = ($request->has('has_cost')) ? 1 : 0;\n $resource->language_id = $request->language_id;\n $resource->link = $request->link;\n $resource->description = $request->description;\n $resource->tags = '';\n\n $resource->save();\n //return back()->with('success', 'Recurso actualizado satisfactoriamente');\n return redirect('/resource')->with('success', 'Recurso actualizado satisfactoriamente');\n }", "public function update(Request $request, $id)\n {\n $oldProduct = Product::findOrFail($id);\n $data = $request->all();\n if(isset($data['img'])){\n // $file = $request->file('photo');\n // return $file;\n $imgName = time().'.'.$request->img->extension();\n $data['img'] = $imgName;\n // Storage::putFile('spares', $file);\n $path = $request->img->storeAs('public/uploads', $imgName); //in Storage\n\n //delete old file\n if($oldProduct->img != 'product-default.png'){\n Storage::delete(\"public/uploads/\".$oldProduct->img);\n // return 'deleted';\n }\n \n }else{\n $data['img'] = $oldProduct->img;\n }\n $oldProduct->update($data);\n return redirect()->route('product.index'); \n\n }", "public function update($request, $id) {\n\t\t\t$image = $request['photo'];\n\t\t\tif($image !== null) {\n\t\t\t\t$name = time().'.' . explode('/', explode(':', substr($image, 0, strpos($image, ';')))[1])[1];\n\t\t\t\t\\Image::make($request['photo'])->save(public_path('storage/products/').$name);\n\t\t\t\t$request['photo'] = $name;\n\t\t\t} else {\n\t\t\t\t$currenPhoto = Product::all()->where('id', $id)->first();\n\t\t\t\t$request['photo'] = $currenPhoto->photo;\n\t\t\t}\n return $this->product->update($id, $request);\n\t}", "public function updateStream($path, $resource, Config $config)\n {\n }", "public function edit(Resource $resource)\n {\n //\n }", "public function updateResourceIndex(&$resource) {\n if ($this->connector != null) {\n\n // STEP 1: Update or insert this resource as a node:\n $this->logger->addDebug(\"Updating/Inserting Node into Neo4J database\");\n $result = $this->connector->run(\"MATCH (a:Resource {id: {id} }) SET a.title = {title}, a.version = {version}, a.href = {href}\n return a;\",\n [\n 'id' => $resource->getID(),\n 'version' => $resource->getVersion(),\n 'title' => $resource->getTitle(),\n 'href' => $resource->getLink()\n ]\n );\n\n // Check to see if anything was added\n $records = $result->getRecords();\n if (empty($records)) {\n // Must create this record instead\n $result = $this->connector->run(\"CREATE (n:Resource) SET n += {infos};\",\n [\n \"infos\" => [\n 'id' => $resource->getID(),\n 'version' => $resource->getVersion(),\n 'title' => $resource->getTitle(),\n 'href' => $resource->getLink()\n ]\n ]\n );\n }\n\n // STEP 2: Update or insert the resource's link to holding repository\n $result = $this->connector->run(\"MATCH (a:Resource {id: {id} })-[r:HIRELATION]->()\n return r;\",\n [\n 'id' => $resource->getID(),\n ]\n );\n $records = $result->getRecords();\n if (!empty($records)) {\n // delete the one there so that we can add the correct one (just in case)\n $result = $this->connector->run(\"MATCH (a:Resource {id: {id}})-[r:HIRELATION]->() delete r;\",\n [\n 'id' => $resource->getID()\n ]\n );\n\n }\n\n // If resource has a repository, then add a link\n if ($resource->getRepository() != null && $resource->getRepository()->getID() != null) {\n $this->connector->run(\"MATCH (a:Identity {id: {id1} }) MATCH (b:Resource {id: {id2} }) CREATE (b)-[r:HIRELATION]->(a);\",\n [\n 'id1' => (string) $resource->getRepository()->getID(),\n 'id2' => $resource->getID()\n ]);\n }\n }\n }", "public function update($data) {}", "public function update($data) {}", "public function putStream($resource);", "public function update(Request $request, NebulaResource $resource, $item): RedirectResponse\n {\n $this->authorize('update', $item);\n\n $validated = $request->validate($resource->rules(\n $resource->editFields()\n ));\n\n $resource->updateQuery($item, $validated);\n\n $this->toast(__(':Resource updated', [\n 'resource' => $resource->singularName(),\n ]));\n\n return redirect()->back();\n }", "public function saveShopifyResource() {\n if (is_null($this->getShopifyId())) { // if there is no id...\n $this->createShopifyResource(); // create a new resource\n } else { // if there is an id...\n $this->updateShopifyResource(); // update the resource\n }\n }", "public function update($entity);", "public function update($entity);", "public function setResource($resource);", "public function updateStream($path, $resource, Config $config)\n {\n return $this->upload($path, $resource, $config);\n }", "public function isUpdateResource();", "public function update(Request $request, $id)\n {\n $device = Device::findOrFail($id);\n $device->fill($request->all());\n if ($request->hasFile('icon')) {\n if ($device->hasMedia('icon')) {\n $device->deleteMedia($device->getFirstMedia('icon'));\n }\n $device->addMediaFromRequest('icon')->toMediaCollection('icon');\n }\n $device->save();\n return new DeviceResource($device);\n }", "public function update(Request $request, $id)\n {\n //\n $product = Product::findOrFail($id);\n \n $product->update($request->all());\n \n $file = $request->file('url_image')->move('upload', $request->file('url_image')->getClientOriginalName());\n\n Product::where('id',$id)->update(['url_image'=>$file]);\n \n \\Session::flash('flash_message', 'Edit product successfully.'); \n \n //cũ : return redirect('articles');\n return redirect()->route('products.index');\n }", "public function store($data, Resource $resource);", "public function update(Request $request, $id)\n {\n \n $product = Product::find($id);\n\n\n $product->fill($request->all())->save();\n\n //Verificamos que tenemos una imagen\n if($request->file('photo_1')){\n\n\n //En caso de tenerla la guardamos en la clase Storage en la carpeta public en la carpeta image.\n $path = Storage::disk('public')->put('photo_1',$request->file('photo_1'));\n\n //Actualizamos el Post que acabamos de crear\n $product->fill(['photo_1' => asset($path)])->save();\n\n }\n\n\n return redirect()->route('products.index')->with('info', 'Producto actualizado exitosamente!');\n }", "public function update(Request $request, $id)\n {\n $product = Product::find($id);\n\n if (\\Input::hasFile('image')) {\n $this->imgsave($request, $product);\n }\n\n\n if (!empty($request->input('tags'))) {\n $product->tags()->sync($request->input('tags'));\n } else {\n $product->tags()->detach();\n }\n\n $product->update($request->all());\n\n return redirect()->to('dashboard/product')->with('message', 'update success');\n }", "public function put($resource_path, array $variables = array()) {\n return $this->call($resource_path, $variables, 'PUT');\n }", "public function update($id)\n {\n /* Check if logged in user is authorized to make this request */\n $this->authorizeAction();\n\n if (method_exists($this, 'updateValidations')) {\n $this->request->validate($this->updateValidations());\n }\n\n /* Get the specified resource */\n $resource = $this->model::findOrFail($id);\n\n /* Update the specified resource */\n $resource->update(Input::all());\n\n /* Redirect back */\n return redirect()->back()\n ->with(\n 'info',\n Lang::has($this->name . '.resource-updated') ?\n $this->name . '.resource-updated' :\n 'messages.alert.resource-updated'\n );\n }", "public function putResponse($request)\n {\n $idSearched = $this->searcher->searchResourceIndex(\n $request, \n $this->db[$request['resource']]\n );\n if ($idSearched) {\n $resource = $this->db[$request['resource']][$idSearched];\n $bodyInput = json_decode($this->standardInput, true);\n $resource = BodyRequest::canApplyBody($bodyInput);\n $resource['id'] = (int)$request['param'];\n foreach($resource as $key => $value) {\n $this->db[$request['resource']][$idSearched][$key] = $value;\n }\n file_put_contents(DB_PATH, json_encode($this->db));\n }\n }", "public function update(Storedataset $request, dataset $dataset){\n $dataset->title = $request->input('title');\n $dataset->caption = $request->input('caption');\n $dataset->file_url = $request->input('file_url');\n $dataset->type = $request->input('type');\n $dataset->status = $request->input('status');\n $dataset->publication_id = $request->input('publication_id');\n\n $dataset->save();\n\n return redirect()->route('datasets.show', ['dataset' => $dataset]);\n }", "public function update(Request $request, $id)\n\n {\n ResourceManagement::findOrFail($id);\n $constraints = [\n 'title' => 'required|max:100',\n 'url'=> 'required|max:191',\n 'content' => 'required'\n ];\n\n $input = [\n 'title' => $request['title'],\n 'url' => $request['url'],\n 'content' => $request['content'],\n 'type' => $request['type'],\n 'level' => $request['level'],\n 'user_id' => $request['user']\n ];\n// $this->validate($input, $constraints);\n ResourceManagement::where('id', $id)\n ->update($input);\n\n return redirect()->intended('/resource-management');\n }", "public function update(Request $request, $id)\n {\n $this->validate($request, [\n 'title' => 'required',\n 'description' => 'required|string',\n 'price' => 'required|numeric',\n 'reference'=>'required'\n ]);\n \n $product = Product::find($id);\n $product->update($request->all());\n \n $im = $request->file('picture');\n \n if (!empty($im)) {\n \n $link = $request->file('picture')->store('images');\n \n \n $product->update([\n 'url_image' => $link,\n ]);\n } \n //dump($request->all());\n return redirect()->route('product.index')->with('message', 'Article modifié avec succès');\n }", "public function update(StoreOrUpdateAsset $request, Asset $asset)\n {\n if (Storage::exists($asset->path) && !Storage::delete($asset->path)) {\n abort(500);\n }\n\n $file = $request->file('file');\n $path = $file->store('assets');\n\n if (!$path) {\n abort(500);\n }\n\n // We wonder if we should delete the old file or not...\n\n $asset->name = $file->getClientOriginalName();\n $asset->size = $file->getSize();\n $asset->type = $file->getMimeType();\n $asset->path = $path;\n\n if ($asset->save()) {\n flash('The asset has been saved.')->success();\n } else {\n abort(500);\n }\n\n return redirect('/admin/assets');\n }", "public function update(FoodRecipeRequest $request, $id)\n {\n $foodRecipe = FoodRecipe::with('ingredients','cookingProcesses')->findOrFail($id);\n if ($request->input('name')!= null)\n $foodRecipe->name = $request->input('name');\n if ($request->input('detail')!= null)\n $foodRecipe->detail = $request->input('detail');\n if($request->file('photo') != null) {\n $old_file = $foodRecipe->photo;\n if($old_file != null){\n $path = public_path().'/storage/'.$old_file;\n File::delete($path);\n }\n $file = $request->file('photo');\n $name = '/foodRecipe/' . Carbon::now()->format(\"dnY-Hisu\") . \".\" . $file->extension();\n $file->storePubliclyAs('public', $name);\n $foodRecipe->photo = $name;\n }\n $foodRecipe->save();\n return new FoodRecipeResource($foodRecipe);\n }", "public function update(StorageTypeRequest $request, $id)\n {\n try {\n $this->service->updateStorageType($request, $id);\n return $this->NoContent();\n } catch (EntityNotFoundException $e) {\n \\Log::error($e->getMessage());\n return $this->NotFound($e->getMessage());\n } catch(\\QueryException $e) {\n \\Log::error($e->getMessage());\n return $this->ServerError();\n } catch(Exception $e) {\n \\Log::error($e->getMessage());\n return $this->ServerError();\n }\n }", "public function update(Request $request, $id)\n {\n //validation\n $this->validate(request(),[\n 'image' => 'image'\n ]);\n\n $slider = HomeSliders::find($id);\n \n $slider->link = request('link');\n\n //get old image to delete if updated\n $oldImage = request('oldImage');\n //get the new image\n $NewImage=$request->file('image');\n\n if($NewImage)\n {\n $filenameToStore= helpers::updatePhoto('image','homeSliders',$request);\n $slider->image=$filenameToStore;\n\n Storage::delete('public/Images/homeSliders/'.$oldImage);\n }\n\n $slider->save();\n\n Alert::success(config('app.name'), trans('messages.Updated Successfully') );\n return redirect()->route('admin.homeSlider',$slider->type);\n }", "public function update(Qstore $request, $id)\n {\n //\n }", "public function update(IEntity $entity);", "protected function performUpdate(): bool\n {\n // Abort if resource does not support update operations\n if (!$this->isUpdatable()) {\n throw new UnsupportedOperation(sprintf('API does not support update operation for %s resources', $this->resourceNameSingular()));\n }\n\n $id = $this->id();\n $prepared = $this->prepareBeforeUpdate($this->toArray());\n\n $payload = [\n $this->resourceNameSingular() => $prepared\n ];\n\n $response = $this\n ->request()\n ->put($this->endpoint($id), $payload);\n\n // Extract and (re)populate resource (if possible)\n // Note: Unlike the \"create\" method, Redmine does NOT\n // appear to send back a full resource when it has been\n // successfully updated.\n $this->fill(\n $this->decodeSingle($response)\n );\n\n return true;\n }", "public function update($request, $id);", "function put($resource, $data = null) {\r\n\t\t\r\n\t\tif(isset($data)) {\r\n\t\t\t$this->request_body = $data;\r\n\t\t}\r\n\r\n\t\t// make the call chief\r\n\t\t$this->exec ( \"PUT\", '/' . $resource );\r\n\r\n\t\t// check the request status\r\n\t\tif($this->status_code != 200){\r\n\t\t\t$this->Logger->error(\r\n\t\t\t\tsprintf(\r\n\t\t\t\t\t'GET Call for resource \\'%s\\' Failed.\r\n\t\t\t\t\tStatus: %d,\r\n\t\t\t\t\tRequest: %s\r\n\t\t\t\t\tAPI Error Message: \r\n\t\t\t\t\t%s',\r\n\t\t\t\t\t$resource,\r\n\t\t\t\t\t$this->status_code,\r\n\t\t\t\t\t$this->request_body_raw,\r\n\t\t\t\t\t$this->response_body\r\n\t\t\t\t)\r\n\t\t\t);\r\n\t\t\tthrow new Exception($this->response_body);\r\n\t\t} else {\r\n\t\t\treturn $this->response_parsed;\r\n\t\t}\r\n\t}", "public function updateEntities($resource)\n {\n $json = [\n 'resource' => $resource,\n ];\n $request = $this->createRequest('PUT', '/entities', ['json' => $json]);\n $response = $this->send($request);\n return $response;\n }", "public function updateStream($path, $resource, Config $config)\n {\n return $this->writeStream($path, $resource, $config);\n }", "public function update(Request $request, $id)\n {\n\n $product = Product::findOrFail($id);\n $product->name = $request['name'];\n $product->price = $request['price'];\n $product->stock = $request['stock'];\n $product->description = $request['description'];\n\n $file = $request->file('image');\n $fileName = $file->getClientOriginalName();\n if($fileName != $product->image){\n $request->file('image')->move('images/',$fileName);\n $product->image = $fileName;\n }\n\n $product->save();\n\n return redirect()->route('products.show',\n $product->id)->with('flash_message',\n 'Article, '. $product->name.' updated');\n }", "protected function handleUpdate()\n {\n $resource = $this->argument('resource');\n $action = $this->option('action');\n $startPage = (int)$this->option('startPage');\n $perPage = (int)$this->option('perPage');\n\n try {\n $harvest = Harvest::where('resource', $resource)->where('action', $action)->firstOrFail();\n } catch (\\Exception $e) {\n $this->info('There is no existing action for updating ' . ucwords($action) . ' ' . ucwords($resource) . '.');\n exit('Nothing was updated.');\n }\n\n $options = [\n 'startPage' => $startPage,\n 'perPage' => $perPage,\n 'lastRun' => $harvest->last_run_at\n ];\n\n // If a lastRun was given use that\n // OR if this has never been run before use 2001-01-01\n if (!empty($this->option('lastRun'))) {\n $options['lastRun'] = new Carbon($this->option('lastRun'));\n } elseif (is_null($options['lastRun'])) {\n $options['lastRun'] = new Carbon('2001-01-01');\n }\n\n $job = new UpdateResourceJob(\n $harvest,\n $options\n );\n\n $message = 'Updating ' . $action . ' ' . $resource . ' ' . $perPage . ' at a time';\n if (isset($lastRun)) {\n $message .= ' with entries updated since ' . $lastRun->format('r');\n }\n $this->info($message);\n $this->dispatch($job);\n }", "abstract public function put($data);", "public function update($id, $data);", "public function update($id, $data);", "public function update($id, $data);", "public function update($id, $data);", "public function update($id, $data);", "public function testUpdateSupplierUsingPUT()\n {\n }", "public function update(Request $request, $id)\n {\n $storageplace = Storageplace::findOrFail($id);\n $storageplace->update($request->only(['storageplace']));\n return $storageplace;\n }", "public function updateRelatedImage(Request $request, $id)\n {\n // Delete display image in Storage\n Validator::make($request->all(), ['photos' => \"required|file|image|mimes:jpg,png,jpeg|max:5000\"])->validate();\n\n\n if ($request->hasFile(\"photos\")) {\n\n $photo = ProductsPhoto::find($id);\n $imageName = $photo->photos;\n $exists = Storage::disk('local')->exists(\"public/product_images/\" . $photo->photos);\n\n //delete old image\n if ($exists) {\n Storage::delete('public/product_images/' . $imageName);\n }\n\n //upload new image\n $ext = $request->file('photos')->getClientOriginalExtension(); //jpg\n\n $request->photos->storeAs(\"public/product_images/\", $imageName);\n\n $arrayToUpdate = array('photos' => $imageName);\n DB::table('products_photos')->where('id', $id)->update($arrayToUpdate);\n\n return redirect()->route(\"adminDisplayRelatedImageForm\", ['id' => $photo->product_id]);\n } else {\n\n $error = \"NO Image was Selected\";\n return $error;\n }\n }", "public function update(Request $request, $id)\n {\n $skill = Skill::findOrFail($id);\n\n $skill->skill = $request->skill;\n\n if ($request->hasFile('image')) {\n \\Cloudder::upload($request->file('image'));\n $c=\\Cloudder::getResult();\n // $image = $request->file('image');\n // $filename = time() . '.' . $image->getClientOriginalExtension();\n // $location = public_path('images/' . $filename);\n // Image::make($image)->save($location);\n\n $skill->image = $c['url'];\n }\n\n $skill->save();\n\n Session::flash('success', 'Successsfully updated your skill!');\n return redirect()->route('skills.index');\n }", "public function updateStream($path, $resource, Config $config = null)\n {\n $contents = stream_get_contents($resource);\n\n return $this->write($path, $contents, $config);\n }", "public abstract function update($object);", "public static function update($id, $file)\n {\n Image::delete($id);\n\n Image::save($file);\n }", "public function update(Request $request, $id)\n {\n $product = Product::find($id);\n $image = $product->image;\n if($request->hasFile('image')){\n $image = $request->file('image')->store('files');\n \\Storage::delete($product->image);\n } \n $product->name = $request->get('name');\n $product->price = $request->get('price');\n $product->description = $request->get('description');\n $product->additional_info = $request->get('additional_info');\n $product->category_id = $request->get('category');\n $product->subcategory_id = $request->get('subcategory');\n $product->image = $image;\n $product->save();\n return redirect()->back();\n }", "public function update(Request $request, $id)\n {\n $sli=Slider::find($id);\n $sli->sort_order=$request->input('sort_order');\n $image = $request->file('slider');\n if($image == ''){\n $image = $sli->slider;\n }else{\n $image = base64_encode(file_get_contents($request->file('slider')));\n }\n $sli->slider = $image;\n $sli->save();\n return redirect()->back();\n }", "public function update(ProductRequest $request, $id)\n {\n $input = Product::find($id);\n $data = $request->all();\n if ($file = $request->file('product_photo')){\n $name = time().$file->getClientOriginalName();\n $file->move('product_image',$name);\n $data['product_photo']=$name;\n// $input->update($data);\n }\n $input->update($data);\n return redirect('admin/products/');\n }", "public function update(Request $request, $id)\n {\n $volume = $this->findVolume($id);\n\n if(count($volume) > 0) {\n $volume->str_volume_name = $request->str_volume_name;\n\n $volume->save();\n }\n\n return response()\n ->json(\n array(\n 'message' => 'Volume is successfully updated.',\n 'volume' => $volume\n ),\n 201\n );\n }", "public function update(Request $request, $id)\n {\n $product = ProductModel::find($id);\n $product->name = $request->name;\n $product->description = $request->description;\n $product->price = $request->price;\n $product->stock = $request->stock;\n\n if($request->image!=null){\n $imageName = time().'.'.$request->image->extension();\n $request->image->move(public_path('images'), $imageName);\n $product->image = \"/images/\".$imageName;\n }\n $product->save();\n return redirect(\"/products/index\")->with('success','Product has been updated');\n }", "public function update()\n {\n $accessory = Accessories::find(request('id'));\n\n if ($accessory == null) {\n return response()->json([\"error\" => \"aksesuaras nerastas\"], 404);\n }\n\n $this->validateData();\n $path = $accessory->src;\n\n if (request()->hasFile('src')) {\n\n if (Storage::disk('public')->exists($accessory->src)) {\n Storage::disk('public')->delete($accessory->src);\n }\n $path = request()->file('src')->store('accessoriesImages', 'public');\n }\n\n $accessory->update(array_merge($this->validateData(), ['src' => $path]));\n\n return response()->json([\"data\" => $accessory], 200);\n }", "public function update(ProductStoreRequest $request,$id)\n {\n $data = $request->validated();\n $product = Product::where('id',$id);\n $product->update($data);\n return response(\"Producto actualizado con éxito\",200);\n }", "public function update($entity)\n {\n \n }", "public function updateStream($path, $resource, Config $config)\n {\n return $this->write($path,stream_get_contents($resource),$config);\n }", "public function update($id, Request $request)\n {\n date_default_timezone_set('Asia/Taipei');\n $data = $request->all();\n $dbData = Product::find($id);\n $myfile = Storage::disk('local');\n if ($request->hasFile('img')) {\n $file = $request->file('img');\n $path = $myfile->putFile('public', $file);\n $data['img'] = $myfile->url($path);\n File::delete(public_path($dbData->img));\n }\n $dbData->update($data);\n\n if ($request->hasFile('imgs')) {\n // $this->fetchDestroyByProdId($id);\n $localS = Storage::disk('local');\n\n $fileS = $request->file('imgs');\n $imgs = [];\n foreach ($fileS as $i) {\n $pathS = $localS->putFile('public', $i);\n $imgs[] = $localS->url($pathS);\n }\n foreach ($imgs as $img) {\n ProductImg::create([\n 'product_id' => $id,\n 'img' => $img\n ]);\n }\n }\n\n return redirect()->route('admin');\n }", "public function update(Request $request, Product $product)\n { $remfile= $product->image;\n if($request->filep){\n $product->image=$request->filep;\n File::delete(storage_path('app/public/products/'.$remfile));\n }else{\n $product->image=$remfile;\n }\n //rmdir(storage_path('app/public/products/'.$remfile));\n $product->name = $request->name;\n $product->description = $request->description;\n $product->price = $request->price;\n $product->save();\n sleep(3);\n toast('Details updated successfully','info');\n return redirect('/products');\n }", "public function update($id, $input);", "public function update(ProductRequest $request,int $id): ProductResource\n {\n $attributes = $request->only('supplier_id', 'name', 'warehouses');\n\n return new ProductResource($this->productRepository->update($id, $attributes)); }", "public function update(Request $request, $id)\n {\n $slider=new Slider;\n $slider=$slider::find($id);\n \n \n if($file =$request->file('slider')){\n if(Storage::delete('public/slider/'.$slider->slider)){\n\n //Get file original name//\n \n$original_name=$file->getClientOriginalName();\n\n //Get just the file name\n$filename=pathinfo($original_name,PATHINFO_FILENAME);\n\n//Create new file name\n$name=$filename.'_'.time().'.'.$file->getClientOriginalExtension();\n\n $destination='public/slider';\n $path=$request->slider->storeAs($destination,$name);\n $slider->slider=$name;\n $slider->save();\n return redirect('Admin/slider');\n\n }\n }\n}", "public function update(Request $request, $id)\n {/* dd($request->all()); */\n $acheivePic = $this->acheiveRepo->find($id);\n $acheive = $request->except('_method', '_token', 'photo', 'ar', 'en');\n $acheiveTrans = $request->only('ar', 'en');\n\n if ($request->hasFile('icon')) {\n // Delete old image first.\n $oldPic = public_path() . '/images/acheives/' . $acheivePic->icon;\n File::delete($oldPic);\n\n // Save the new one.\n $image = $request->file('icon');\n $imageName = $this->upload($image, 'acheives');\n $acheive['icon'] = $imageName;\n }\n\n $this->acheiveRepo->update($id, $acheive, $acheiveTrans);\n\n return redirect('admin-panel/widgets/acheive')->with('updated', 'updated');\n }", "public function update(Request $request, $id)\n {\n $data = $request->all();\n extract($data);\n\n $productVarient = new ProductVariant();\n $productVarient = $productVarient->find($id);\n $productVarient->vendor_id = auth()->user()->id;\n $productVarient->description = $prod_desc;\n $productVarient->price = $price;\n\n if(request()->hasFile('photo')){\n $image = request()->file('photo')->getClientOriginalName();\n $imageNewName = auth()->user()->id.'-'.$image;\n $file = request()->file('photo');\n $file->storeAs('images/product',$imageNewName, ['disk' => 'public']);\n $productVarient->image = $imageNewName;\n }\n \n $productVarient->save();\n\n return back()->withStatus(__('Product successfully updated.'));\n }", "public function update(Request $request, $id)\n {\n //if upload new image, delete old image\n $myfile=$request->old_photo;\n if($request->hasfile('photo'))\n {\n $imageName=time().'.'.$request->photo->extension();\n $name=$request->old_photo;\n\n if(file_exists(public_path($name))){\n unlink(public_path($name));\n $request->photo->move(public_path('backendtemplate/truefalseimg'),$imageName);\n $myfile='backendtemplate/truefalseimg/'.$imageName;\n }\n }\n //Update Data\n $truefalsequestion=TrueFalseQuestion::find($id);\n $truefalsequestion->name=$request->name;\n $truefalsequestion->photo=$myfile;\n $truefalsequestion->answer = $request->answer;\n $truefalsequestion->question_id = $request->question;\n $truefalsequestion->save();\n\n //Redirect\n return redirect()->route('truefalsequestions.index'); \n }", "public function update($id);", "public function update($id);", "private function update()\n {\n $this->data = $this->updateData($this->data, $this->actions);\n $this->actions = [];\n }", "public function put($path, $data = null);", "public function update(Request $request, $id)\n {\n $request->validate([\n 'path_image'=>'image',\n 'status'=>'required|in:0,1'\n ]);\n $slider=Slider::whereId($id)->first();\n if (is_null($slider)){\n return redirect()->route('sliders.index')->with('error','Slider does not exist');\n }\n try {\n if ($request->hasFile('path_image')){\n $file = $request->file('path_image');\n\n $image_path= $file->store('/sliders',[\n 'disk'=>'uploads'\n ]);\n Storage::disk('uploads')->delete($slider->image);\n\n $request->merge([\n 'image'=>$image_path,\n ]);\n }\n\n $slider->update( $request->only(['status','image']));\n return redirect()->route('sliders.index')->with('success','Updated successful');\n }catch (\\Exception $exception){\n return redirect()->route('sliders.index')->with(['error'=>'Something error try again']);\n\n }\n }", "public function update() {\n $this->accessory->update($this->accessory_params());\n\n if ($this->accessory->is_valid()) {\n $this->update_accessory_image($this->accessory);\n redirect('/backend/accessories', ['notice' => 'Successfully updated.']);\n } else {\n redirect(\n '/backend/accessories/edit',\n ['error' => $this->accessory->errors_as_string()],\n ['id' => $this->accessory->id]\n );\n }\n }", "public function update(Entity $entity);", "public function update(Request $request, $id)\n {\n $icon = SliderIcon::find($id);\n $data = $request->all();\n $data['active'] = $request->has('active') ? 1 : 0;\n if ($request->hasFile('img')) {\n if (Storage::disk('public')->exists(str_replace('storage', '', $icon->img))){\n Storage::disk('public')->delete(str_replace('storage', '', $icon->img));\n }\n $image = $request->file('img');\n $fileName = time().'_'.Str::lower(Str::random(5)).'.'.$image->getClientOriginalExtension();\n $path_to = '/upload/images/'.getfolderName();\n $image->storeAs('public'.$path_to, $fileName);\n $data['img'] = 'storage'.$path_to.'/'.$fileName;\n }\n $icon->update($data);\n return redirect()->route('slider_icons.index')->with('success', 'Данные преимущества обнавлены');\n }", "public function update() {\n\t $this->layout = false;\n\t \n\t //set default response\n\t $response = array('status'=>'failed', 'message'=>'HTTP method not allowed');\n\t \n\t //check if HTTP method is PUT\n\t if($this->request->is('put')){\n\t //get data from request object\n\t $data = $this->request->input('json_decode', true);\n\t if (empty($data)) {\n\t $data = $this->request->data;\n\t }\n\t \n\t //check if product ID was provided\n\t if (!empty($data['id'])) {\n\t \n\t //set the product ID to update\n\t $this->Player->id = $data['id'];\n\t if ($this->Player->save($data)) {\n\t $response = array('status'=>'success','message'=>'Product successfully updated');\n\t } else {\n\t $response['message'] = \"Failed to update product\";\n\t }\n\t } else {\n\t $response['message'] = 'Please provide product ID';\n\t }\n\t }\n\t \n\t $this->response->type('application/json');\n\t $this->response->body(json_encode($response));\n\n\t return $this->response->send();\n\t}", "public function update(Request $request, $id)\n {\n //validate incoming request\n $request->validate([\n 'name' => 'string|max:100|nullable',\n 'picture' => 'max:2000|mimes:jpeg,jpg,png,svg|nullable', //max size 2mb,\n 'total' => 'integer|min:0|nullable', //value must be > 0\n 'selling_price' => 'numeric|min:0|nullable',\n 'cost_price' => 'numeric|min:0|nullable',\n 'category_id' => 'integer|nullable'\n ]);\n\n try {\n $product = Auth::user()->store->product()->findorFail($id);\n } catch (ModelNotFoundException $e) {\n return response()->json([\n \"message\" => \"Forbidden\"\n ], 403);\n }\n\n //if category id isnt null\n if ($category_id = $request->category_id) {\n if (!$this->isCategoryIdValid($category_id))\n return response()->json([\n \"message\" => \"Category Id is not valid\"\n ], 422);\n else\n $product->category_id = $request->category_id;\n }\n\n //if uploaded file exist\n if ($picture = $request->file(\"picture\")) {\n //if product already has logo\n if ($product->picture)\n Storage::delete(Product::$PICTURE_PATH . \"/\" . $product->picture);\n\n $picture_path = $picture->store(Product::$PICTURE_PATH);\n //remove folder name from path\n $product->picture = str_replace(Product::$PICTURE_PATH . \"/\", '', $picture_path);\n }\n\n $this->renewProduct($product, $request);\n $product->save();\n return response()->json(new ProductResource($product), 200);\n }", "public function update(Request $request, $id)\n {\n $request->validate([\n 'name' => 'required | min:3 | string',\n 'type' => 'required',\n 'producer' => 'required',\n 'image' => 'image | mimes:png,jpg,jpeg',\n 'price_input' => 'required | numeric | min:0 | max:300000000',\n 'promotion_price' => 'required | numeric | max:300000000',\n 'description' => 'required | string',\n\n ]);\n $product = Product::withTrashed()->findOrfail($id);\n $product->name = $request->name;\n $product->id_type = $request->type;\n $product->id_producer = $request->producer;\n\n $product->amount = $request->amount;\n if (request('image')) {\n $product->image = base64_encode(file_get_contents($request->file('image')->getRealPath()));\n }\n\n $product->price_input = $request->price_input;\n\n if ( $request->promotion_price >= 0 && $request->promotion_price < $product->price_input) {\n $product->promotion_price = $request->promotion_price;\n }else{\n return back()->with('error', '\n Do not enter a negative number');\n }\n $product->new = $request->new;\n\n $product->description = $request->description;\n\n $product->save();\n $product->size()->sync(request('size'));\n\n return redirect()->route('product.index')->with('success', 'Product Updated successfully');\n }", "public function update(Request $request, $id)\n {\n $product = Product::find($id);\n\n $product->name = $request->input('name');\n $product->description = $request->input('description');\n $product->lastPrice = $product->price !== $request->input('price') ? $product->price : NULL;\n $product->price = $request->input('price');\n\n if ($request->hasFile('image')) { \n $currentImg = $product->image;\n if ($currentImg) {\n Storage::delete('/public/' . $currentImg);\n }\n $image = $request->file('image'); \n $path = $image->store('images','public');\n $product->image = $path;\n };\n\n $product->save(); \n\n $product_promotions = $request->input('promotion');\n\n $product->promotions()->sync($product_promotions);\n\n return redirect()->route('admin.modify');\n }", "public static function updateImage($fileName, $imageId, $storage)\n {\n //Get image name and storage location for image\n $image = Image::where('id', '=', $imageId)->first();\n\n //Delete old image\n ResourceHandler::delete($image->name, $image->storage);\n\n //Store the new image\n $image->name = $fileName;\n $image->storage = $storage;\n\n $image->save();\n }", "public function update($request, $id)\n {\n $this->checkExits($id);\n $data = $request->except(['_method','_token','photo']);\n\n if($request->photo)\n {\n try {\n $this->UploadFile($request);\n } catch (\\Exception $e) {\n //if has exception , don't has action\n }\n if ($this->img !== '') {\n $data['img'] = $this->img;\n }\n }\n\n $this->object->update($data);\n\n }", "public function updateProduct($request, $product)\n {\n $product->update($request->except(['_token', '_method', 'image']));\n if ($request->hasFile('image')) {\n $image = $request->file('image');\n $imageName = time() . '.' . $request->file('image')->extension();\n // $img = Image::make('public/foo.jpg');\n\n $image_resize = Image::make($image->getRealPath());\n $image_resize->resize(500, 500);\n $image_resize->save(public_path('images/') . $imageName, 100);\n $product->gallery = $imageName;\n $product->save();\n }\n $product->getTags()->sync($request->input('tags'));\n }" ]
[ "0.7425105", "0.70612276", "0.70558053", "0.6896673", "0.6582159", "0.64491373", "0.6346954", "0.62114537", "0.6145042", "0.6119944", "0.61128503", "0.6099993", "0.6087866", "0.6052593", "0.6018941", "0.60060275", "0.59715486", "0.5946516", "0.59400934", "0.59377414", "0.5890722", "0.5860816", "0.5855127", "0.5855127", "0.58513457", "0.5815068", "0.5806887", "0.57525045", "0.57525045", "0.57337505", "0.5723295", "0.5714311", "0.5694472", "0.5691319", "0.56879413", "0.5669989", "0.56565005", "0.56505877", "0.5646085", "0.5636683", "0.5633498", "0.5633378", "0.5632906", "0.5628826", "0.56196684", "0.5609126", "0.5601397", "0.55944353", "0.5582592", "0.5581908", "0.55813426", "0.5575312", "0.55717176", "0.55661047", "0.55624634", "0.55614686", "0.55608666", "0.55599797", "0.55599797", "0.55599797", "0.55599797", "0.55599797", "0.55573726", "0.5556878", "0.5554201", "0.5553069", "0.55530256", "0.5543788", "0.55435944", "0.55412996", "0.55393505", "0.55368495", "0.5535236", "0.5534954", "0.55237365", "0.5520468", "0.55163723", "0.55125296", "0.5511168", "0.5508345", "0.55072427", "0.5502385", "0.5502337", "0.5501029", "0.54995877", "0.54979175", "0.54949397", "0.54949397", "0.54946727", "0.5494196", "0.54941916", "0.54925025", "0.5491807", "0.5483321", "0.5479606", "0.5479408", "0.5478678", "0.54667485", "0.5463411", "0.5460588", "0.5458525" ]
0.0
-1
Remove the specified resource from storage.
public function destroy($id) { Budget::destroy($id); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function delete($resource){\n return $this->fetch($resource, self::DELETE);\n }", "public function destroy(Resource $resource)\n {\n //\n }", "public function removeResource($resourceID)\n\t\t{\n\t\t}", "public function unpublishResource(PersistentResource $resource)\n {\n $client = $this->getClient($this->name, $this->options);\n try {\n $client->delete(Path::fromString($this->getRelativePublicationPathAndFilename($resource)));\n } catch (FileDoesNotExistsException $exception) {\n }\n }", "public function deleteResource(&$resource) {\n\n if ($this->connector != null) {\n $this->logger->addDebug(\"Deleting Resource Node from Neo4J database\");\n $result = $this->connector->run(\"MATCH (a:Resource {id: {id}}) detach delete a;\",\n [\n 'id' => $resource->getID()\n ]\n );\n $this->logger->addDebug(\"Updated neo4j to remove resource\");\n }\n\n }", "public function deleteShopifyResource() {\n $this->getShopifyApi()->call([\n 'URL' => API::PREFIX . $this->getApiPathSingleResource(),\n 'METHOD' => 'DELETE',\n ]);\n }", "public function deleteResource()\n {\n $database = new Database();\n $id = $this->_params['id'];\n $database->deleteResource($id);\n $this->_f3->reroute('/Admin');\n }", "protected function deleteResource($fileName, $storage)\n {\n if (Storage::disk($storage)->exists($fileName)) \n {\n return Storage::disk($storage)->delete($fileName);\n }\n }", "public function delete()\n {\n persistableCollection::getInstance($this->resourceName)->deleteObject($this);\n }", "public function remove()\n {\n $this->_getBackend()->remove($this->_id);\n }", "public function remove()\n {\n if (! ftruncate($this->fileHandle, 0)) {\n throw new StorageException(\"Could not truncate $this->path\");\n }\n if (! unlink($this->path)) {\n throw new StorageException(\"Could not delete $this->path\");\n }\n }", "public function delete()\n\t{\n\t\t$s3 = AWS::createClient('s3');\n $s3->deleteObject(\n array(\n 'Bucket' => $this->bucket,\n 'Key' => $this->location\n )\n );\n\t\tif($this->local_file && file_exists($this->local_file)) {\n\t\t\tunlink($this->local_file);\n\t\t}\n $this->local_file = null;\n\t}", "public function delete()\n\t{\n\t\tsfCore::db->query(\"DELETE FROM `swoosh_file_storage` WHERE `id`='%i';\", $this->id);\n\t\t$this->fFile->delete();\n\t}", "public function delete(): void\n {\n unlink($this->getPath());\n }", "public function delete()\n {\n if($this->exists())\n unlink($this->getPath());\n }", "public function remove($path);", "function deleteFileFromStorage($path)\n{\n unlink(public_path($path));\n}", "public function delete(): void\n {\n unlink($this->path);\n }", "private function destroyResource(DrydockResource $resource) {\n $blueprint = $resource->getBlueprint();\n $blueprint->destroyResource($resource);\n\n $resource\n ->setStatus(DrydockResourceStatus::STATUS_DESTROYED)\n ->save();\n }", "public static function delete($fileName, $storage)\n {\n if (Storage::disk($storage)->exists($fileName)) \n {\n return Storage::disk($storage)->delete($fileName);\n }\n }", "public function remove() {}", "public function remove() {}", "public function remove();", "public function remove();", "public function remove();", "public function remove();", "function delete_resource($resource_id, $page)\n\t{\n\t\t//get resource data\n\t\t$table = \"resource\";\n\t\t$where = \"resource_id = \".$resource_id;\n\t\t\n\t\t$this->db->where($where);\n\t\t$resource_query = $this->db->get($table);\n\t\t$resource_row = $resource_query->row();\n\t\t$resource_path = $this->resource_path;\n\t\t\n\t\t$image_name = $resource_row->resource_image_name;\n\t\t\n\t\t//delete any other uploaded image\n\t\t$this->file_model->delete_file($resource_path.\"\\\\\".$image_name, $this->resource_path);\n\t\t\n\t\t//delete any other uploaded thumbnail\n\t\t$this->file_model->delete_file($resource_path.\"\\\\thumbnail_\".$image_name, $this->resource_path);\n\t\t\n\t\tif($this->resource_model->delete_resource($resource_id))\n\t\t{\n\t\t\t$this->session->set_userdata('success_message', 'resource has been deleted');\n\t\t}\n\t\t\n\t\telse\n\t\t{\n\t\t\t$this->session->set_userdata('error_message', 'resource could not be deleted');\n\t\t}\n\t\tredirect('resource/'.$page);\n\t}", "public function deleteImage(){\n\n\n Storage::delete($this->image);\n }", "public function del(string $resource): bool|string\n {\n $json = false;\n $fs = unserialize($_SESSION['rfe'][$this->getRoot()], ['allowed_classes' => false]);\n if (array_key_exists($resource, $fs)) {\n // if $item has children, delete all children too\n if (array_key_exists('dir', $fs[$resource])) {\n foreach ($fs as $key => $file) {\n if (isset($file['parId']) && $file['parId'] == $resource) {\n unset($fs[$key]);\n }\n }\n }\n unset($fs[$resource]);\n $_SESSION['rfe'][$this->getRoot()] = serialize($fs);\n $json = '[{\"msg\": \"item deleted\"}]';\n }\n return $json;\n }", "public function destroy()\n\t{\n\t\treturn unlink(self::filepath($this->name));\n\t}", "public function destroy($id) {\n $book = Book::find($id);\n // return unlink(storage_path(\"public/featured_images/\".$book->featured_image));\n Storage::delete(\"public/featured_images/\" . $book->featured_image);\n if ($book->delete()) {\n return $book;\n }\n\n }", "public function destroy($id)\n {\n Storageplace::findOrFail($id)->delete();\n }", "public function destroyResourceImage(): void\n\t{\n\t\tif (isset($this->image)) {\n\t\t\t@imagedestroy($this->image->getImageResource());\n\t\t}\n\t}", "public function deleteResource(PersistentResource $resource)\n {\n $pathAndFilename = $this->getStoragePathAndFilenameByHash($resource->getSha1());\n if (!file_exists($pathAndFilename)) {\n return true;\n }\n if (unlink($pathAndFilename) === false) {\n return false;\n }\n Files::removeEmptyDirectoriesOnPath(dirname($pathAndFilename));\n return true;\n }", "public function deleteImage(){\n \tStorage::delete($this->image);\n }", "public function destroy()\n {\n $file=public_path(config('larapages.media.folder')).Input::all()['folder'].'/'.Input::all()['file'];\n if (!file_exists($file)) die('File not found '.$file);\n unlink($file);\n }", "public function delete() \r\n {\r\n if($this->exists())\r\n {\r\n unlink($this->fullName());\r\n }\r\n }", "public function destroy($id)\n {\n Myfile::find($id)->delete();\n }", "public function destroy($delete = false)\n {\n if (null !== $this->resource) {\n $this->resource->clear();\n $this->resource->destroy();\n }\n\n $this->resource = null;\n clearstatcache();\n\n // If the $delete flag is passed, delete the image file.\n if (($delete) && file_exists($this->name)) {\n unlink($this->name);\n }\n }", "public static function delete($path){\r\n $currentDir = getcwd();\r\n $storageSubPath = \"/../../\".STORAGE_PATH;\r\n $file = $currentDir . $storageSubPath . '/' . $path;\r\n\r\n unlink($file);\r\n }", "public function destroy(Storage $storage)\n {\n return redirect()->route('storages.index');\n }", "public function remove() {\n //Check if there are thumbs and delete files and db\n foreach ($this->thumbs()->get() as $thumb) {\n $thumb->remove();\n } \n //Delete the attachable itself only if is not default\n if (strpos($this->url, '/defaults/') === false) {\n Storage::disk('public')->delete($this->getPath());\n }\n parent::delete(); //Remove db record\n }", "public function removeFile($uri){\n return Storage::disk('public')->delete($uri);\n }", "public function destroy(Resource $resource)\n {\n if( $resource->delete() ){\n return Response(['status'=>'success','message'=>'Resource deleted']); \n } else {\n return Response(['status'=>'error', 'message'=>'Something went wrong']);\n }\n }", "public function delete($path);", "public function delete($path);", "public function destroy($id)\n { \n File::find($id)->remove();\n \n return redirect()->route('files.index');\n }", "public function destroy($id)\n {\n $supplier = Supplier::find($id);\n $photo = $supplier->photo;\n if ($photo) {\n unlink($photo);\n }\n $supplier->delete();\n }", "public function destroy($id)\n {\n $student = Student::where('id', $id)->first();\n // $path = $student->image;\n unlink($student->image);\n Student::findOrFail($id)->delete();\n return response('Deleted!');\n }", "public function destroy($id)\n {\n $icon = SliderIcon::find($id);\n if (Storage::disk('public')->exists(str_replace('storage', '', $icon->img))){\n Storage::disk('public')->delete(str_replace('storage', '', $icon->img));\n }\n $icon->delete();\n return redirect()->route('slider_icons.index')->with('success', 'Данные преимущества удалёны');\n }", "public function delete($path, $data = null);", "public function destroy($id)\n {\n $items=Items::find($id);\n // delete old file\n if ($items->photo) {\n $str=$items->photo;\n $pos = strpos($str,'/',1);\n $str = substr($str, $pos);\n $oldFile = storage_path('app\\public').$str;\n File::Delete($oldFile); \n }\n $items->delete();\n return redirect()->route('items.index');\n }", "public function destroy($id)\n {\n $carousel = Carousel::find($id);\n $image = $carousel->image;\n\n $basename ='img/carousel/' . basename($image);\n //Delete the file from disk\n if(file_exists($basename)){\n unlink($basename);\n }\n //With softDeletes, this is the way to permanently delete a record\n $carousel->delete();\n Session::flash('success','Product deleted permanently');\n return redirect()->back();\n }", "public function remove()\n {\n $fs = new Filesystem();\n $fs->remove($this->dir());\n }", "public static function destroy(int $resource_id)\n {\n try {\n $image_data = ListingImage::where('id', $resource_id)->first();\n self::delete_image($image_data->name);\n $delete = ListingImage::where('id', $resource_id)->delete();\n\n // activity()\n // ->causedBy(Auth::user()->id)\n // ->performedOn($delete)\n // ->withProperties(['id' => $delete->id])\n // ->log('listing image deleted');\n return response()->json(['status'=> 'ok', 'msg'=> 'Data deleted successfully']);\n } catch (Exception $e) {\n $e->getMessage();\n }\n }", "public function destroy(Storage $storage)\n {\n $this->storage->destroy($storage);\n\n return redirect()->route('admin.product.storage.index')\n ->withSuccess(trans('core::core.messages.resource deleted', ['name' => trans('product::storages.title.storages')]));\n }", "public function del($path){\n\t\treturn $this->remove($path);\n\t}", "public function destroy($id)\n {\n //\n $product = Product::findOrFail($id);\n $product->delete();\n if($product->img != 'product-default.png'){\n Storage::delete(\"public/uploads/\".$product->img);\n // return 'deleted';\n }\n return redirect()->route('product.index'); \n }", "public function removeUpload()\n{\n if ($file = $this->getAbsolutePath()) {\n unlink($file); \n }\n}", "public function destroy($id)\n {\n $image = Images::withTrashed()->find($id);\n\n Storage::disk('uploads')->delete(\"social-media/$image->filename\");\n\n $image->tags()->detach();\n $image->detachMedia(config('constants.media_tags'));\n $image->forceDelete();\n\n return redirect()->back()->with('success', 'The image was successfully deleted');\n }", "public function destroyByResourceId($resource_id)\n {\n// $online_party = $this->onlinetrack->where('resource_id', $resource_id)->get()->first();\n// $online_party->status = \"offline\";\n// $online_party->save();\n// return $online_party;\n return $this->onlinetrack->where('resource_id', $resource_id)->delete();\n }", "public function revoke($resource, $permission = null);", "public function destroy($id)\n {\n $data=Image::find($id);\n $image = $data->img;\n\n\n $filepath= public_path('images/');\n $imagepath = $filepath.$image;\n\n //dd($old_image);\n if (file_exists($imagepath)) {\n @unlink($imagepath);\n }\n\n\n $data->delete();\n\n return redirect()->route('image.index');\n }", "function delete($path);", "public function removeItem(int $id)\n\t{\n\t\t$this->storage->remove($id);\n\t}", "public function destroy(File $file)\n {\n //\n $v = Storage::delete($file->path);\n \n }", "public function destroyResource($resource)\n {\n if (!is_object($resource)) {\n return false;\n }\n\n $resource_type = get_class($resource);\n $resource_id = $resource->getKey();\n\n return Role::where('resource_type', $resource_type)\n ->where('resource_id', $resource_id)\n ->delete();\n }", "public function remove($filePath){\n return Storage::delete($filePath);\n }", "public function remove(): void\n {\n $file = $this->getAbsolutePath();\n if (!is_file($file) || !file_exists($file)) {\n return;\n }\n\n unlink($file);\n }", "public function destroy(Request $request, Storage $storage)\n {\n $storage->delete();\n $request->session()->flash('alert-success', 'Запись успешно удалена!');\n return redirect()->route('storage.index');\n }", "public function remove(Storable $entity): Storable\n {\n $this->getRepository(get_class($entity))->remove($entity);\n $this->detach($entity);\n\n return $entity;\n }", "public function processDeletedResource(EntityResource $resource)\n {\n /** @var AuthorizationRepository $repository */\n $repository = $this->entityManager->getRepository('Edweld\\AclBundle\\Entity\\Authorization');\n\n $repository->removeAuthorizationsForResource($resource);\n }", "function _unlink($resource, $exp_time = null)\n {\n if(file_exists($resource)) {\n return parent::_unlink($resource, $exp_time);\n }\n\n // file wasn't found, so it must be gone.\n return true;\n }", "public function remove($id);", "public function remove($id);", "public function deleted(Storage $storage)\n {\n //\n }", "public function destroy($id)\n {\n $data = Product::findOrFail($id);\n\n if(file_exists('uploads/product/'.$data->image1)){\n unlink('uploads/product/'.$data->image1);\n }\n\n if(file_exists('uploads/product/'.$data->image2)){\n unlink('uploads/product/'.$data->image2);\n }\n\n if(file_exists('uploads/product/'.$data->image3)){\n unlink('uploads/product/'.$data->image3);\n }\n $data->delete();\n }", "public function removeUpload()\n {\n $file = $this->getAbsolutePath();\n if ($file) {\n unlink($file);\n }\n }", "public function resources_delete($resource_id, Request $request) {\n if ($resource_id) {\n $resp = Resources::where('id', '=', $resource_id)->delete();\n if($resp){\n $msg = 'Resource has been deleted successfully.';\n $request->session()->flash('message', $msg);\n }\n }\n //return redirect()->route('admin-factor-list');\n return redirect()->to($_SERVER['HTTP_REFERER']);\n }", "public function delete()\n {\n try\n {\n $thumbnail = $this->getThumbnail();\n if($thumbnail)\n {\n $thumbnail->delete();\n }\n }\n catch(sfException $e){}\n \n // delete current file\n parent::delete();\n }", "function deleteResource($uuid){\n $data = callAPI(\"DELETE\",\"/urest/v1/resource/\".$uuid);\n return $data;\n}", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function delete();", "public function remove_resource($idproject){\n\t\t\n\t\t// Load model and try to get project data\n\t\t$this->load->model('Projects_model', 'projects');\n\t\t\n\t\t// Update\n\t\t$this->projects->save_project(array(\"ext\" => \"\", \"vzaar_idvideo\" => \"0\", \"vzaar_processed\" => \"0\"), $idproject);\n\t}", "public function destroy($id){\n $file_data = Slider::findOrFail($id);\n File::delete(public_path('../storage/app/public/sliders/'.$file_data->path));\n $slider = Slider::destroy($id);\n return response()->json(null, 204);\n }", "public function delete()\n\t{\n\t\t@unlink($this->get_filepath());\n\t\t@unlink($this->get_filepath(true));\n\t\tparent::delete();\n\t}", "public function delete($resource_path, array $variables = array()) {\n return $this->call($resource_path, $variables, 'DELETE');\n }", "public function destroy($id)\n {\n //Find Slider With Id\n $slider = Slider::findOrFail($id);\n // Check If The Image Exist\n if(file_exists('uploads/slider/'.$slider->image)){\n\n unlink( 'uploads/slider/'.$slider->image);\n }\n $slider->delete();\n return redirect()->back()->with('success','Slider Successfully Deleted');\n }" ]
[ "0.6672584", "0.6659381", "0.6635911", "0.6632799", "0.6626075", "0.65424126", "0.65416265", "0.64648265", "0.62882507", "0.6175931", "0.6129922", "0.60893893", "0.6054415", "0.60428125", "0.60064924", "0.59337646", "0.5930772", "0.59199584", "0.5919811", "0.5904504", "0.5897263", "0.58962846", "0.58951396", "0.58951396", "0.58951396", "0.58951396", "0.5880124", "0.58690923", "0.5863659", "0.5809161", "0.57735413", "0.5760811", "0.5753559", "0.57492644", "0.5741712", "0.57334286", "0.5726379", "0.57144034", "0.57096", "0.5707689", "0.5705895", "0.5705634", "0.5703902", "0.5696585", "0.5684331", "0.5684331", "0.56780374", "0.5677111", "0.5657287", "0.5648262", "0.5648085", "0.5648012", "0.5640759", "0.5637738", "0.5629985", "0.5619264", "0.56167465", "0.5606877", "0.56021434", "0.5601949", "0.55992156", "0.5598557", "0.55897516", "0.5581397", "0.5566926", "0.5566796", "0.55642897", "0.55641", "0.5556583", "0.5556536", "0.5550097", "0.5543172", "0.55422723", "0.5540013", "0.5540013", "0.55371785", "0.55365825", "0.55300397", "0.552969", "0.55275744", "0.55272335", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.55271083", "0.5525997", "0.5525624", "0.5523911", "0.5521122", "0.5517412" ]
0.0
-1
Fetches and returns the User with given id.
public function get(int $id): User { return $this->model->findOrFail($id); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getUser($id)\r\n {\r\n $userRepository = $this->entityManager->getRepository(User::class);\r\n $user = $userRepository->find($id);\r\n\r\n return $user;\r\n }", "public function getUser($id) {\n return $this->getEntityManager()\n ->getRepository('Alt68\\Entities\\User')\n ->findOneBy(array(\n 'id' => $id));\n }", "public function get($id) {\n $sql =<<<SQL\nSELECT * from $this->tableName\nwhere idUser=?\nSQL;\n\n $pdo = $this->pdo();\n $statement = $pdo->prepare($sql);\n\n $statement->execute(array($id));\n if($statement->rowCount() === 0) {\n return null;\n }\n\n return new User($statement->fetch(PDO::FETCH_ASSOC));\n }", "public function getOne($id)\n {\n return $this->user->find($id);\n }", "private function getUserById($id) {\n\t\t$em = $this->getDoctrine()->getManager()->getRepository('AppBundle\\Entity\\User');\n\n\t\t$user = $em->findOneById($id);\t\n\t\t\n\t\treturn $user;\n\t}", "public function getUserById($id)\n {\n return $this->repository->getUserById($id);\n }", "public function getUser($id)\n {\n return $this->dbService->getById($id, $this->userClass);\n }", "public function findUserById($id)\n {\n return $this->userDao->findUserById($id);\n }", "public function getUser($id)\n {\n return $this->userRepository->getUser($id);\n }", "public static function getUserById($id)\n\t{\n\t\t$user = self::where('ID',$id)->first();\n\t\treturn $user;\n\t}", "public function getById($id)\n {\n $this->logger->info(__CLASS__.\":\".__FUNCTION__);\n return $this->em->getRepository('AppBundle:User')->find($id);\n }", "public static function getByID($id) {\r\n // Create a new user object\r\n $user = new User();\r\n // Get the data from the database for the user by ID\r\n $user->get([\"id\" => $id, \"LIMIT\" => 1]);\r\n // return the user object\r\n return $user;\r\n }", "public function getUserById($id)\n {\n return $this->getManagement()->users->get($id);\n }", "public function getById($id)\n {\n return $this->appUser->find($id);\n }", "public function get($id = null)\n {\n return $id === null ? $this['user'] : $this->getUserRepository()->find($id);\n }", "public function getById($id) {\n\n $sql = \"SELECT * FROM user WHERE id = {$id}\";\n\n return $this->query($sql);\n }", "public function getById($id)\n {\n $user = $this->userFactory->create();\n $this->userResource->load($user, $id);\n\n return $user;\n }", "public function findUserById($id)\n {\n $em = $this->getEntityManager();\n return $em->createQuery(\n '\n SELECT u\n FROM ProjectAppBundle:User u\n WHERE u.id = :id\n '\n )\n ->setParameter('id', $id)\n ->getSingleResult();\n }", "public function get($id) {\n $sql =<<<SQL\nSELECT * from clue_user\nwhere id=?\nSQL;\n\n $pdo = $this->pdo();\n $statement = $pdo->prepare($sql);\n\n $statement->execute(array($id));\n if($statement->rowCount() === 0) {\n return null;\n }\n\n return new User($statement->fetch(\\PDO::FETCH_ASSOC));\n }", "public function findById($id){\n $user = $this->DB->query(\"SELECT u.* FROM user u WHERE u.id = $id\")->fetch(PDO::FETCH_ASSOC);\n return $user;\n }", "public function getUserById($id)\n {\n $id = (int) $id;\n $request = $this->_db->query('SELECT * FROM user WHERE user_id = '. $id);\n\n return new User($request->fetch(PDO::FETCH_ASSOC));\n }", "protected function getUser($id)\n {\n $sql = new Sql($this->dbAdapter);\n $select = $sql->select('tbluser');\n $select->where(array('id = ?'=> $id));\n \n $stmt = $sql->prepareStatementForSqlObject($select);\n $result = $stmt->execute();\n \n $user = new User();\n $user->exchangeArray($result->current());\n return $user;\n }", "public function getUserById($id)\n {\n $connection = Db::getConnection();\n\n $userData = $connection->fetchAssoc(\n \"SELECT id, email, create_date\n FROM {$this->tableName}\n WHERE id = ?\", \n [$id]\n );\n\n return $this->initializeObject($userData);\n }", "public static function getUserById($id)\n {\n $db = init_db();\n\n $req = $db->prepare(\"SELECT * FROM user WHERE id = ?\");\n $req->execute(array($id));\n\n $db = null;\n return $req->fetch();\n }", "public function get_user( $id ) {\n $u = $this->call( 'userGet', [\n 'userId' => $id ] );\n\n return $u ? $u->user : false;\n }", "public function getById(int $id): ?User\n {\n return $this->entityManager->getRepository(User::class)->find($id);\n }", "public function getOneById($id)\n {\n $request = new Llv_Services_User_Request_User();\n $request->id = $id;\n $message = $this->_service->getOneById($this->getHeaderMessage(), $request);\n if ($message->success) {\n return $message->user;\n }\n return null;\n }", "public static function getUserById($id)\n {\n\n if ($id) {\n\n $db = Db::getConnection();\n $sql = \"SELECT * FROM user WHERE id = :id\";\n\n $result = $db->prepare($sql);\n $result->bindParam(':id', $id, PDO::PARAM_INT);\n // Get assoc array mode\n $result->setFetchMode(PDO::FETCH_ASSOC);\n $result->execute();\n\n return $result->fetch();\n }\n }", "public function getUser($id) {\n\n $userDAO = new UserDAO();\n $response = $userDAO->findUser($id);\n \n return new User($response->ID, $response->EMAIL, $response->PASSWORD, $response->FIRSTNAME, $response->LASTNAME, $response->RIGHTS,\n $response->ROLE, $response->OBJECTIVE, $response->EDUCATION_1, $response->EDUCATION_2, \n $response->EDUCATION_3, $response->SKILLS, $response->EXPERIENCE_1, $response->EXPERIENCE_2, $response->EXPERIENCE_3,\n $response->REFERENCES, $response->DATE);\n \n\n }", "public function user_get_by_id($id)\n {\n $query = \"SELECT *\n \t FROM \" . $this->db_table_prefix . \"users\n \t WHERE id = $id\";\n \n $result = $this->commonDatabaseAction($query);\n \n// if (mysql_num_rows($result) > 0)\n if ($this->rowCount > 0)\n {\n// return mysql_fetch_assoc($result);\n return $this->sqlAssoc;\n }\n else\n {\n return null;\n }\n }", "public static function getUser(int $id)\n {\n $sql = \"SELECT * FROM `user` WHERE id = :id\";\n\n $db = new DB();\n $connectionDB = $db->getConnection();\n $result = $connectionDB->prepare($sql);\n $result->bindParam(\":id\", $id, PDO::PARAM_INT);\n $result->execute();\n $result->setFetchMode(PDO::FETCH_ASSOC);\n $result = $result->fetch();\n\n $user = null;\n if ($result) {\n $user = new User(\n $result['login'],\n $result['password'],\n $result['first_name'],\n $result['second_name'],\n $result['sex'],\n $result['date_of_birth']\n );\n\n $user->id = $id;\n $user->role = $result['role'];\n $user->created_at = $result['created_at'];\n $user->updated_at = $result['updated_at'];\n }\n return $user;\n }", "public function show($id)\n {\n return User::find($id);\n }", "public function show($id)\n {\n return User::find($id);\n }", "public function show($id)\n {\n return User::find($id);\n }", "public function show($id)\n {\n return User::find($id);\n }", "public function show($id)\n {\n return User::find($id);\n }", "public function show($id)\n {\n return User::find($id);\n }", "public function show($id)\n {\n return User::find($id);\n }", "function findUser($id) {\n\n $conn = \\Database\\Connection::connect();\n\n try {\n $sql = \"SELECT * FROM user WHERE _user_Id = ?;\";\n $q = $conn->prepare($sql);\n $q->execute(array($id));\n $user = $q->fetchObject('\\App\\User');\n }\n catch(\\PDOException $e)\n {\n echo $sql . \"<br>\" . $e->getMessage();\n }\n\n \\Database\\Connection::disconnect();\n\n return $user;\n }", "public function findUser($id)\n {\n /** @var Model $class */\n $class = $this->class;\n\n return $class::get($id);\n }", "public function getUserById($id)\n {\n\t $result = $this->getUserDbTable()->select()\n \t\t\t\t\t\t\t\t\t ->where('user_id = ?', (int)$id, 'INT')\n \t\t\t\t\t\t\t\t\t ->query()->fetch();\n \tif($result) return $result;\n }", "public function getOne($id)\n\t\t{\n\t\t\treturn usersDao::instance()->getOne($id);\n\t\t}", "public function show($id)\n {\n return user::find($id);\n }", "public function getUser($id) {\n\n $database = new Database();\n\n $query = 'SELECT * FROM user WHERE id=:id';\n\n return $database->prepareQuery($query, 'id', $id, TRUE);\n }", "public function find($id): ?User\n {\n return $this->model->find($id);\n }", "public function show($id)\n {\n return \\App\\User::find($id);\n }", "public static function user($id = 0)\n\t{\n\t\t// Get the user by id\n\t\tif ($id)\n\t\t\treturn User::model()->active->findbyPk($id);\n\t\telse\n\t\t{\n\t\t\t// Return false if user is guest\n\t\t\tif (Yii::ap()->user->isGuest)\n\t\t\t\treturn false;\n\t\t\telse\n\t\t\t\treturn User::model()->active->findbyPk(Yii::app()->user->id);\n\t\t}\n\t}", "public function getUser( $id)\n\t{\n\t\n\t\t$user=$this->collection->findOne(array('_id'=> new MongoId($id)));\n\n\t\treturn $user;\n\t}", "public function getById($id) {\r\n $query = $this->db->limit(1)\r\n ->get_where(USERS, array('id' => $id));\r\n return $query->row();\r\n }", "public function getUser($id)\n {\n if (!$id) {\n throw new \\InvalidArgumentException($this->lang['invalid_id']);\n }\n $user = $this->userdao->findUserByID($id);\n //$responseData = $this->createGetUserLinks($user);\n return $user;\n }", "public function fetchUser($id, array $options = [])\n {\n $data = [\n '_id' => $id\n ];\n\n $response = $this->kuzzle->query(\n $this->buildQueryArgs('getUser'),\n $data,\n $options\n );\n\n return new User($this, $response['result']['_id'], $response['result']['_source'], $response['result']['_meta']);\n }", "public function getById(int $id): User;", "public function find(int $id): ?User\n {\n $this->warmCache();\n return User::find($id);\n }", "public function getById(string $id): User;", "public function show($id)\n {\n return $this->userRepo->findById($id);\n }", "public function show($id)\n\t{\n\t\treturn User::find($id);\n\t}", "abstract public function fetchUserById($id);", "public function fetchUserById(string $id): ?User;", "public function fetch($id) {\n\t\t$db = DBConnection::getInstance();\n\t\t$item = null;\n\t\t\n\t\tif (empty($id)) {\n\t\t\t$item = new User();\n\t\t\treturn $item;\n\t\t}\n\t\t\n\t\t$query = $db->prepare(\"SELECT * FROM users WHERE id=:id \");\n\t\t$query->bindParam('id', $id);\n\t\t$query->execute();\n\t\t$row = $query->fetch();\n\t\tif (!empty($row)) {\n\t\t\t$item = new User();\n\t\t\t$item->setId($row['id']);\n\t\t\t$item->setUsername($row['username']);\n\t\t\t$item->setPassword('');\n\t\t\t$item->setRoles($row['roles']);\n\t\t\t$item->setCredits((int) $row['credits']);\n\t\t\t$item->setCtime($row['ctime']);\n\t\t\t$item->setDtime($row['dtime']);\n\t\t}\n\t\t\n\t\treturn $item;\t\n\t}", "public function get($id) {\n $user = User::find($id);\n if (!$user) {\n return Base::apiErrorResponse(\"User does not exist!\");\n } else {\n return Base::apiSuccessResponse(\"\", $user);\n } \n }", "public static function findById($id) {\n try {\n $db = Database::getInstance();\n $sql = \"SELECT * FROM `User` WHERE username = :username\";\n $stmt = $db->prepare($sql);\n $stmt->execute([\"username\" => $id]);\n \n if ($stmt->rowCount() === 0)\n return null;\n \n return new User($stmt->fetch(PDO::FETCH_ASSOC));\n } catch (PDOException $e) {\n exitError(500, \"Internal error.\");\n }\n }", "public static function findUser($id)\r\n {\r\n $app = \\Slim\\Slim::getInstance();\r\n $user = User::find($id);\r\n if(!$user){\r\n $app->halt('404',json_encode(\"Use not found.\"));\r\n }\r\n return $user;\r\n }", "public function user($id)\n {\n return $this->where('user_id', $id);\n }", "public function getUserById($id){\n $query = $this->db->get_where('user', array('k_id_user' => $id));\n return $query->row();\n }", "public function find($id)\n {\n return QueryBuilder::for($this->user)\n ->allowedFields($this->user->getFillable())\n ->allowedIncludes($this->user->getRelations())\n ->findOrFail($id);\n }", "public function getUserById($id) {\n $response = $this->client->request('GET', 'user/' . $id);\n \n return $response;\n }", "public function actionGet($id) {\n\t\treturn $this->txget ( $id, \"app\\models\\User\" );\n\t}", "public static function get($id){\n $result = mysqli_query(Connection::getConnection(), \"Select * from users where id = '{$id}'\");\n if(mysqli_num_rows($result) == 1) {\n $user = mysqli_fetch_assoc($result);\n return new User(\n $user['id'],\n $user['name'],\n $user['email'],\n $user['type'],\n $user['patchImage']);\n }\n return false;\n }", "public function show($id)\n {\n $user =User::findOrFail($id);\n return $user;\n }", "public static function getById($id)\n {\n $u = new User();\n\n $query = sprintf('SELECT * FROM USERS WHERE USER_ID = %d', $id);\n $result = mysql_query($query, $GLOBALS['DB']);\n\n\t\tUser::setValuesFromDB($u, $result);\n mysql_free_result($result);\n\n return $u;\n }", "public function getById(int $id): ?User;", "public function get_user($id) {\n $this->db->where('id', $id);\n $query = $this->db->get('users');\n \n return $query->row();\n }", "public function show($id)\n {\n return User::where('id', $id)->first();\n }", "public function findByID($id)\n {\n $i = $this->getInstance(); \n\n $result = $i->getSoapClient()\n ->setWsdl($i->getConfig('webservice.user.wsdl'))\n ->setLocation($i->getConfig('webservice.user.endpoint'))\n ->GetUser(array(\n 'UserId'=>array(\n 'Id'=>intval($id),\n 'Source'=>'Desire2Learn'\n )\n ));\n \n if ( $result instanceof stdClass && isset($result->User) && $result->User instanceof stdClass )\n {\n $User = new D2LWS_User_Model($result->User);\n return $User;\n }\n else\n {\n throw new D2LWS_User_Exception_NotFound('OrgDefinedId=' . $id);\n }\n }", "public static function findById($id)\n {\n self::createTableIfNeeded();\n\n try\n {\n $response = Connexion::getConnexion()->getPdo()->query(\"SELECT * FROM mb_user WHERE id=\" . $id);\n \n $dataArray = $response->fetchAll();\n }\n catch(Exception $e)\n {\n return null;\n }\n\n if(empty($dataArray) == false)\n {\n $user = new User();\n\n $user->setId($dataArray[0]['id']);\n $user->setUsername($dataArray[0]['username']);\n $user->setEmail($dataArray[0]['email']);\n $user->setPassword($dataArray[0]['password']);\n $user->setToken($dataArray[0]['token']);\n $user->setRole($dataArray[0]['role']);\n $user->setLocked($dataArray[0]['locked']);\n\n return $user;\n }\n else\n {\n return null;\n }\n }", "public static function findById($id) {\n $stmt = self::getDB()->prepare(\"SELECT * FROM `user` WHERE `id` = :id;\");\n $stmt->execute([':id' => $id]);\n return $stmt->fetchObject(self::class);\n }", "public function getById($id) {\n $this->db->select('*');\n $this->db->from('user');\n $this->db->where('id', $id);\n\n return $this->db->get()->first_row();\n }", "public function getUser(int $id): User\n {\n $user = new User(1, 'Alberto', '[email protected]');\n return $user;\n }", "public static function getUserById($id)\r\n {\r\n // Connect to DB\r\n $db = Db::getConnection();\r\n\r\n // Test \r\n $sql = 'SELECT * FROM user WHERE id = :id';\r\n\r\n // Receiving and returning results. A prepared query is used\r\n $result = $db->prepare($sql);\r\n $result->bindParam(':id', $id, PDO::PARAM_INT);\r\n\r\n // We indicate that we want to get data in the form of an array\r\n $result->setFetchMode(PDO::FETCH_ASSOC);\r\n $result->execute();\r\n\r\n return $result->fetch();\r\n }", "function user($id){\n\n $sql = \"SELECT * FROM users WHERE id=$id\";\n return fetch($sql);\n }", "public static function getUserObjectFromId($id){\n $pdo = static::getDB();\n\n $sql = \"select * from users where user_id = :id\";\n\n $result = $pdo->prepare($sql);\n \n $result->execute([$id]);\n\n $user_array = $result->fetch(); \n\n if($user_array){\n if($user_array['USER_ROLE'] == Trader::ROLE_TRADER){\n return static::getTraderObjectFromEmail($user_array['EMAIL']);\n }\n return new User($user_array);\n }\n return false;\n }", "public function retrieve($id)\n\t{\n\t\treturn new \\Entity\\User;\n\t}", "public function userbyid($id)\n {\n $sql=\"SELECT * FROM users where id='$id'\";\n\t $result = $this->db->query($sql);\n\t return $result->row();\n \n }", "static function GetWithId(int $id)\n\t{\n\t\t$arr = [\n\t\t\t':id' => $id\n\t\t];\n\n\t\t$sql = 'SELECT * FROM user_info WHERE rf_user_id = :id LIMIT 1';\n\n\t\treturn Db::Query($sql,$arr)->FetchObj();\n\t}", "public function show($id)\n {\n //\n $user = User::findOrFail($id);\n return $user;\n }", "public function getUserById($id){\n // Query for the user.\n $this->db->query('SELECT * FROM users WHERE id = :id');\n // Bind the values.\n $this->db->bind(':id', $id);\n // Return the row. \n $row = $this->db->single();\n\n return $row;\n }", "public function getUser($id);", "public function getById(int $id) : ?User\n\t{\n\t\t$user = new User;\n\t\t$user->loadById($id);\n\n\t\tif (!$user->id) {\n\t\t\treturn null;\n\t\t}\n\n\t\treturn $user;\n\t}", "public function getOneRest($id)\n {\n $user = $this\n ->createQueryBuilder('u')\n ->andWhere('u.id = :id')\n ->setParameters(array('id' => $id))\n ->getQuery()\n ->getOneOrNullResult()\n ;\n\n return $user;\n }", "public function show($id)\n {\n return $this->users->getById($id, true);\n }", "public static function getUserObject($id)\n {\n database::query('SELECT * FROM `#_users` WHERE id = '.$id);\n $row = database::fetchObject();\n\n return $row;\n }", "public function show($id)\n\t{\n\t\treturn User::findOrFail($id);\n\t}", "public function find($id)\n {\n $userData = $this->db->fetchAssoc('\n SELECT *\n FROM users u\n LEFT JOIN users_access ua ON ua.user_id = u.id\n WHERE u.id = ?', array($id));\n return $userData ? $this->buildUser($userData) : FALSE;\n }", "public function show($id)\n {\n return User::findOrFail($id);\n }", "public function show($id)\n {\n return User::findOrFail($id);\n }", "public function show($id)\n {\n return User::findOrFail($id);\n }", "public function show($id)\n {\n return User::findOrFail($id);\n }", "public function SelectUserById($id)\r\n {\r\n $result = $this->customPDO->SelectSingleRow('users', 'WHERE User_Id = ' . $id);\r\n return new UserWrapper($result);\r\n }", "public function show($id)\n {\n //\n return User::find($id);\n }", "public function showOneUser(Request $request, $id)\n {\n return User::find($id);\n }" ]
[ "0.85704434", "0.8530532", "0.8505663", "0.84892774", "0.84422714", "0.8394144", "0.83546454", "0.83227384", "0.8315866", "0.83101684", "0.83050245", "0.81845504", "0.8159322", "0.8157532", "0.8138331", "0.80967546", "0.8085167", "0.80665886", "0.8062331", "0.8061631", "0.8061045", "0.8002003", "0.7931193", "0.79084027", "0.79009825", "0.7900453", "0.7893957", "0.7875199", "0.7874709", "0.7871991", "0.78690207", "0.7867219", "0.7867219", "0.7867219", "0.7867219", "0.7867219", "0.7867219", "0.7867219", "0.7847073", "0.78451294", "0.78431654", "0.78245574", "0.78208584", "0.7817829", "0.7815227", "0.7804508", "0.78039604", "0.7799293", "0.7795415", "0.7792734", "0.7791448", "0.7788966", "0.77867806", "0.778676", "0.77791196", "0.7771209", "0.77700037", "0.7744759", "0.77404416", "0.77357477", "0.772996", "0.77244544", "0.7719517", "0.7713689", "0.7712345", "0.77034813", "0.7693875", "0.7686251", "0.7684645", "0.76608956", "0.76561767", "0.76543427", "0.765287", "0.7650807", "0.764968", "0.7648976", "0.7639105", "0.7629842", "0.7620994", "0.7617839", "0.7617356", "0.761626", "0.76018095", "0.7591669", "0.7586166", "0.758126", "0.75720966", "0.7571742", "0.75669515", "0.75604945", "0.7557672", "0.7552683", "0.7549461", "0.7544012", "0.7544012", "0.7544012", "0.7544012", "0.75281864", "0.75158703", "0.75108624" ]
0.83211166
8
Creates new User from the given attributes and returns that User.
public function store(array $attributes): User { if (array_key_exists("password", $attributes)) { $attributes["password"] = Hash::make($attributes["password"]); } return $this->model->create($attributes); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static function create(array $attributes): User\n {\n $userId = wp_insert_user(array_merge($attributes, [\n 'user_login' => $attributes['user_email'],\n 'user_email' => $attributes['user_email'],\n 'role' => static::ROLE,\n 'show_admin_bar_front' => 'false',\n ]));\n\n if (is_wp_error($userId)) {\n throw new \\Exception($userId->get_error_message());\n }\n\n $user = new static($userId);\n\n $user->setDefaults();\n\n $user->fill($attributes);\n\n return $user->load();\n }", "public function createUser()\n {\n $class = $this->userClass;\n $user = new $class;\n return $user;\n }", "static function create() {\n $numargs = func_num_args();\n if($numargs < 3 || $numargs > 7) return false;\n $args = func_get_args();\n\n $u = new User;\n\n // required values\n $u->id = (integer) $args[0];\n $u->firstName = (string) $args[1];\n $u->lastName = (string) $args[2];\n\n // not required values\n $u->email = isset($args[3]) ? $args[3] : '';\n $u->department = isset($args[4]) ? $args[4] : '';\n $u->contact = isset($args[5]) ? $args[5] : '';\n $u->isAdmin = isset($args[6]) ? $args[6] : false;\n\n return $u;\n }", "private function getOrCreateUser()\n {\n $user = User::firstOrCreate([\n 'email' => $this->user->email\n ]);\n $user->name = $this->user->fullname;\n $user->save();\n\n return $user;\n }", "public function createUser()\n {\n return User::factory()->create();\n }", "protected function _createUser() {\n\t\t$user = System_Locator_TableLocator::getInstance()->get('User')->createRow();\n\t\t$user->username = $this->getUsername();\n\t\t$user->setPassword($this->getPassword());\n\t\t$user->email = $this->getEmail();\n\t\t$user->countryCode = $this->getCountryCode();\n\t\t$user->createdAt = date(DATE_ISO8601); \n\t\treturn $user;\n\t}", "private function newUser()\n {\n return factory(User::class)->create([\n 'name' => 'John Doe',\n 'email' => '[email protected]',\n 'email_verified_at' => '2019-06-01 16:45:00',\n 'password' => Hash::make('test1234'),\n 'photo' => 'https://lorempixel.com/640/480/?65533',\n 'created_at' => '2019-06-01 16:45:00',\n 'updated_at' => '2019-06-01 16:45:00',\n 'deleted_at' => '2019-06-01 16:45:00',\n 'logged_in_at' => '2019-06-01 16:45:00',\n ]);\n }", "public static function create($attributes = [], $exists = false) {\n $user = User::create(array_merge($attributes, ['type' => 'admin']));\n return $user->profile;\n }", "private function createNewUser():User\n {\n $entityManager = $this->getDoctrine()->getManager();\n\n //create user\n $user = new User();\n $user->setEmail($this->request->request->get('email'));\n $user->setPassword('');\n $entityManager->persist($user);\n $entityManager->flush();\n //create user\n\n //encode user password\n $user->setPassword($user->encodePassword($this->request->request->get('password')));\n $entityManager->persist($user);\n $entityManager->flush();\n //encode user password\n return $user;\n }", "public function createUser()\n {\n $c = $this->getConnectionWithConfig('default');\n\n // First we create the record that we need to update\n $create = 'CREATE (u:User {name: $name, email: $email, username: $username})';\n // The bindings structure is a little weird, I know\n // but this is how they are collected internally\n // so bare with it =)\n $createCypher = $c->getCypherQuery($create, array(\n 'name' => $this->user['name'],\n 'email' => $this->user['email'],\n 'username' => $this->user['username'],\n ));\n\n return $this->client->run($createCypher['statement'], $createCypher['parameters']);\n }", "protected function create(array $data): User\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n // Lighthouse encrypt this value with @bcrypt directive.\n 'password' => $data['password']\n ]);\n }", "private function create($userData)\n {\n $user = new User();\n $user->setId($userData[\"id\"]);\n $user->setName($userData[\"name\"]);\n $user->setEmail($userData[\"email\"]);\n $user->setPassword($userData[\"pass\"]);\n return $user;\n }", "public function create()\n {\n return $this->userService->create();\n }", "public function create_user($data)\r\n {\r\n $user = new Users;\r\n $user->attributes = $data;\r\n if( array_key_exists('passwd', $data) ) $user->passwd = md5( $data['passwd'] );\r\n $user->save();\r\n return $user;\r\n }", "public static function createUser($data)\r\n\t{\r\n\t\treturn new User($data);\r\n\t}", "public static function createStandardUser(array $attrs)\n\t{\n\t\t# creates user and assign role\n \t$User = self::create($attrs);\n \t$User->getRoles()->create([\n \t\t'role_id' => 2\n \t]);\n\n \t# request phone/email confirmation\n \t$User->requireConfirmation([\n \t\t'email' => $attrs['email'],\n \t\t'phone' => $attrs['phone'],\n \t]);\n\n \t# return beloved model\n \treturn $User;\n\t}", "private function create()\n {\n return $this->db->putUser($this->getDefaultAttributes());\n }", "public function create()\n {\n return $this->edit(new User);\n }", "public function createUser($parameters)\n {\n $user = new User();\n $user->setName($parameters->user->name)\n ->setCreatedAt()\n ->setId();\n\n $this->doctrineService->persist($user);\n\n return $user;\n }", "public function create(array $fields)\n {\n $password = $fields['password'];\n $fields['password'] = bcrypt($fields['password']);\n\n $user = $this->model->create($fields);\n\n event(new UserWasCreated($user, $password));\n\n return $user;\n }", "protected function create(array $attributes = [])\n {\n if (!array_key_exists('slug', $attributes)) {\n $attributes['slug'] = uniqid(mt_rand(0, 9999), true);\n }\n \n if (!array_key_exists('type', $attributes)) {\n $attributes['type'] = 'general';\n }\n \n $user = parent::create($attributes);\n\n SendEmailJob::dispatch($user->email, new WelcomeOnboard($user)); \n \n return $user;\n }", "private function _createNewUser($params)\n {\n $table = new User();\n $user = $table->fetchNew();\n\n $user->lang = Globals::getTranslate()->getLocale();\n $user->activationKey = $this->_generateActivationKey();\n\n $user->{User::COLUMN_USERNAME} = $params[User::COLUMN_USERNAME];\n $user->{User::COLUMN_EMAIL} = $params[User::COLUMN_EMAIL];\n $user->{User::COLUMN_STATUS} = User::STATUS_PENDING;\n\n //if($params[User::INPUT_AUTH_METHOD] == User::LOGIN_AUTHMETHOD_PASSWORD){\n $user->{User::COLUMN_PASSWORD} = md5($params[User::COLUMN_PASSWORD]);\n //} else {\n //$user->{User::COLUMN_OPENID_IDENTITY} = $params[User::INPUT_OPENID_IDENTITY];\n //}\n\n $user->save();\n return $user;\n }", "protected function create(array $data)\n {\n $u = new User;\n $u->name = $data['name'];\n $u->username = $data['username'];\n $u->email = $data['email'];\n $u->password = Hash::make($data['password']);\n $u->confirmation_token = TokenGenerator::generate($data['email'], 32);\n \n $u->save();\n\n return $u;\n }", "public function defaultUser(array $attributes = [])\n {\n // nos aseguramos si el user fue creado\n if ($this->defaultUser){\n return $this->defaultUser;\n }\n\n return $this->defaultUser = factory(User::class)->create($attributes);\n }", "public function create($data)\n {\n $params = [\n 'password' => bcrypt(Str::random(6)),\n 'type' => 'user',\n 'status' => User::STATUS_ACTIVE,\n ];\n\n $request = array_merge($data, $params);\n $user = User::create($request);\n return $user;\n }", "public static function createTestUser()\n\t{\n\t\tKinvey::setAuthMode('app');\n\t\t$user = new User();\n\t\t$user->setRawAttributes(array(\n\t\t\t'email'\t => '[email protected]',\n\t\t\t'first_name'=> 'Test',\n\t\t\t'last_name' => 'Guy',\n\t\t\t'password' \t=> str_random(8),\n\t\t\t'original' => 'baz'\n\t\t));\n\t\t$user->save();\n\t\tKinvey::setAuthMode('admin');\n\t\treturn $user;\n\t}", "public function createUserViaRequest()\n {\n $photo = photos()->createPhotoViaRequest();\n $user = User::create(array_merge([\n 'user_uuid' => authenticated()->uuid,\n 'photo_uuid' => $photo->uuid,\n 'photo_url' => config('storage.path') . $photo->photo_url,\n 'password' => bcrypt(input('password')),\n 'location' => parser()->pointFromCoordinates(input('coordinates')),\n ], only('name', 'email', 'is_public')));\n $user->photos()->attach($photo->uuid);\n $user->load('photo', 'user');\n return $user;\n }", "public function create($data) {\n\t\t$this->assureAllowed('create');\n // Validation\n V::objectType()\n ->attribute('name', V::alnum()->length(1, 255))\n ->attribute('email', V::email())\n ->attribute('password', V::stringType()->length(6, 255))\n ->attribute('role', V::intVal()->between(1, 3))\n ->check($data);\n // Persistence\n\t\t$user = new User();\n\t\t$user->setName($data->name)\n\t\t\t->setEmail($data->email)\n\t\t\t->setPassword(sha1($data->password))\n\t\t\t->setRole($data->role);\n\t\t$em = $this->getEntityManager();\n\t\t$em->persist($user);\n\t\t$em->flush();\n\t\treturn $user;\n\t}", "protected static function create(array $data)\n { \n $user = new User();\n $user->username = $data['username'];\n $user->email = $data['email'];\n $user->password = Hash::make($data['password']);\n $user->uuid = Str::uuid();\n $user->save();\n return $user;\n }", "public function get_user()\n {\n \t$user = factory(User::class)->create(array('uuid' => ''));\n\n \treturn $user;\n }", "protected function create(array $data)\n {\n $activation_code = str_random(30);\n $user = User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n 'activation_code' => $activation_code,\n ]);\n\n /**\n * mail_labels\n */\n (new Labels())->createDefaultLabels($user->id);\n\n return $user;\n }", "public function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password'])\n ]);\n }", "protected function create(array $data)\n {\n $company = Company::create([\n 'name' => $data['company'],\n 'referrer_id' => Session::pull(self::REFERRER_KEY),\n ]);\n\n $user = new User([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n\n $user->company()->associate($company);\n\n if (!$user->save()) {\n abort(500, 'User registration failure.');\n }\n\n return $user;\n }", "public function create(array $attributes)\n {\n $request = $this->createNewRequest();\n \n $user = $this->getUser();\n \n $this->setRequest($request);\n \n return $request->create($user, $attributes); \n }", "protected function createUser(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n 'country_id' => $data['country_id'],\n 'description' => $data['description'],\n 'accept_terms' => 'accepted',\n ]);\n }", "public function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "public function create(array $userData)\n {\n $this->_record = User::create([\n 'slug' => str_slug($userData['username']),\n 'username' => $userData['username'],\n 'email' => $userData['email'],\n 'password' => \\Hash::make($userData['password']),\n 'privilege' => 1,\n 'description' => isset($userData['description']) ? $user['description'] : null\n ]);\n\n return $this->_record;\n }", "public function createUser();", "public function createUser();", "public function createUser();", "public function createUser();", "private function createUser(Database $db, string $name): User\n {\n $user = new User();\n $user->setName($name);\n $db->save($user);\n\n return $user;\n }", "protected function create(array $data) : User\n {\n\n $user = null;\n\n DB::transaction(function () use (&$user, $data) {\n\n $user = User::create([\n \"first_name\" => $data[\"first_name\"],\n \"last_name\" => $data[\"last_name\"],\n \"email\" => $data[\"email\"],\n \"password\" => bcrypt($data[\"password\"]),\n \"role\" => $data[\"role\"],\n ]);\n\n // If a student user is created, the related student model is created.\n if ($user->role === User::ROLE_STUDENT) {\n $student = new Student;\n $student->identification_number = $data[\"identification_number\"];\n $student->gender = $data[\"gender\"];\n $student->nationality = $data[\"nationality\"];\n $student->user()->associate($user);\n $student->save();\n }\n\n });\n\n return $user;\n }", "protected function create(array $data)\n {\n return User::create([\n 'username' => $data['username'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function _createUser()\n {\n $data = [\n 'email' => '[email protected]',\n 'password' => 'test',\n ];\n\n $user = $this->Users->newEntity($data);\n\n $user->set('active', true);\n $user->set('role_id', 1);\n\n $this->Users->save($user);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['username'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function createUser(array $info = [])\n\t{\n\t\t$defaults = [\n\t\t\t'email' => '[email protected]',\n\t\t\t'password' => 'secret'\n\t\t];\n\t\t$info = array_merge($info, $defaults);\n\t\t$user = new User($info);\n\t\t\n\t\t$userId = $this->users->insert($user);\n\t\t$user = $this->users->find($userId);\n\n\t\treturn $user;\n\t}", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => $data['password'],\n 'mobile' => $data['mobile'],\n 'type' => $data['type'],\n 'is_active' => !self::ACTIVE\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n 'api_token' => Str::random(60),\n ]);\n }", "protected function buildUser($userData)\n {\n $user = new User();\n $user->setId($userData['id']);\n $user->setFirstName($userData['first_name']);\n $user->setLastName($userData['last_name']);\n $user->setPassword($userData['password']);\n $user->setPhone($userData['phone']);\n $user->setMail($userData['mail']);\n $user->setBirthdate(($userData['birthdate']) ? $userData['birthdate'] : null);\n $user->setAddressStreet1($userData['address_street_1']);\n $user->setAddressStreet2($userData['address_street_2']);\n $user->setCity($userData['city']);\n $user->setZip($userData['zip']);\n $user->setGender($userData['gender']);\n $user->setPhoto($userData['photo']);\n $user->setSponsor((string)$userData['sponsor_id']);\n $user->setComment($userData['comment']);\n $user->setFailedLogins($userData['failed_logins']);\n $user->setLastSeen(($userData['last_seen']) ? date('c', strtotime($userData['last_seen'])) : null);\n $user->setLastIP($userData['last_ip']);\n $user->setCreatedAt(date('c', strtotime($userData['created_at'])));\n $user->setDeletedAt(($userData['deleted_at']) ? date('c', strtotime($userData['deleted_at'])) : null);\n $user->setUserLevel(($userData['user_level']) ? $userData['user_level'] : '0');\n\n return $user;\n }", "protected function create(array $data)\r\n {\r\n return User::create([\r\n 'username' => $data['username'],\r\n 'email' => $data['email'],\r\n 'password' => bcrypt($data['password']),\r\n ]);\r\n }", "public function createUser()\n {\n\n $userCurrent = $this->userValidator->validate();\n $userCurrent['password'] = Hash::make($userCurrent['password']);\n $userCurrent = $this->user::create($userCurrent);\n $userCurrent->roles()->attach(Role::where('name', 'user')->first());\n return $this->successResponse('user', $userCurrent, 201);\n }", "private function createUser(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make('12345678'),\n 'id_privilege' => 3,\n ]);\n }", "protected function create(array $data) {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "public function create(UserCreateRequest $request): User\n {\n // TODO: Implement create() method.\n }", "public function createUser($fname, $lname, $uname, $pass, $email)\n\t{\n\n\t\t//Try to insert new user into the database\n\n\t\t//Create and return a new user object\n\n\t\treturn new User($fname, $lname, $uname, $pass, $email, 1);\n\t}", "public function create(array $data)\n {\n return User::create([\n 'first_name' => $data['first_name'],\n 'last_name' => $data['last_name'],\n 'organization_name' => $data['organization_name'],\n 'email' => $data['email'],\n 'role' => $data['role'],\n 'password' => Hash::make($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n $user = User::create([\n 'username' => $data['username'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n return $user;\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'username' => $data['username'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'fullname' => $data['fullname'],\n 'username' => $data['username'],\n 'email' => $data['email'],\n 'contact' => $data['contact'],\n 'gender' => $data['gender'],\n 'position' => \"crew\",\n 'level' => \"0\",\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'first_name' => $data['first_name'],\n 'last_name' => $data['last_name'],\n 'gender'=>$data['gender'],\n 'tel_mobile'=>$data['tel_mobile'],\n 'country_code'=>$data['country_code'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n 'activated' => !config('settings.send_activation_email')\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'username' => $data['username'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "public function createUser()\n {\n $this->user = factory(Easel\\Models\\User::class)->create();\n }", "public function create(){\n\n $user = User::create($this->_cleaned);\n return $this->respond($user);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'username' => $data['username'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n 'contact' => $data['contact'],\n 'api_token' => str_random(60),\n 'token' => str_random(50),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'username' => $data['username'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'full_name' => $data['full_name'],\n 'login_name' => $data['login_name'],\n 'password' => bcrypt($data['password']),\n 'phone_no' => $data['phone_no'],\n 'sex' => $data['sex'],\n 'speciality' => $data['speciality'],\n 'enabled' => $data['enabled'],\n 'user_type' => $data['user_type']\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'username' => $data['username'],\n 'fullname' => $data['fullname'],\n 'role' => $data['role'],\n 'password' => Hash::make(\"123456\"),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'phone' => $data['phone'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'email' => $data['email'],\n 'password' => $data['password']\n ]);\n }", "protected function create(array $data)\n {\n $userData = Request::all();\n $confirmationCode = str_random(30);\n\n $fields = [\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n ];\n if (config('auth.providers.users.field', 'email') === 'username' && isset($data['username'])) {\n $fields['username'] = $data['username'];\n }\n\n //return User::create($fields);\n //create user with role and permisssion\n $user = new User;\n $user->name = $userData['name'];\n $user->email = $userData['email'];\n $user->password = Hash::make($userData['password']);\n $user->confirmation_code = $confirmationCode;\n $user->save();\n\n //adding roles to a user\n $user->assignRole('user');\n //adding permissions to a user\n $user->givePermissionTo('edit not allowed');\n //user id $user->id\n //save userlocation info\n $this->SaveUserMeta($user->id, \"182.185.148.11\");\n //send verification email.\n $this->SendActivationEmail($confirmationCode);\n\n return $user;\n\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => bcrypt($data['password']),\n 'phone' => $data['phone'],\n ]);\n }", "protected function create(array $data)\n {\n $user = User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n\n return $user;\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'phone' => $data['phone'],\n 'role' => 'user',\n 'password' => bcrypt($data['password']),\n ]);\n }", "private function createUser()\n {\n $sl = $this->getServiceManager();\n $userService = $sl->get(\"zfcuser_user_service\");\n $randomness = \"mockuser_\".mt_rand();\n $data = array(\n \"username\" => \"{$randomness}\",\n \"password\" => \"password\",\n \"passwordVerify\" => \"password\",\n \"display_name\" => \"MOCKUSER\",\n \"email\" => \"{$randomness}@google.com\"\n );\n $user = $userService->register($data);\n\n return $user;\n }", "public static function make(array $params)\n\t{\n\t\tif (User::where('username', $params['username'])->count())\n\t\t{\n\t\t\tthrow new Exception('User already exists');\n\t\t}\n\n\t\t$user = new User;\n\n\t\t$user->username = $params['username'];\n\t\t$user->password = Crypt::encrypt($params['password']);\n\t\t$user->pin = self::generatePin();\n\n\t\tif ( ! $user->save())\n\t\t{\n\t\t\tthrow new Exception('Save failed');\n\t\t}\n\n\t\treturn $user;\n\t}", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n }", "protected function create(array $data)\n {\n return User::create([\n 'name' => $data['name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n }" ]
[ "0.7792693", "0.76485854", "0.75652957", "0.7512723", "0.7428981", "0.7409275", "0.73048687", "0.72799426", "0.72344613", "0.7191361", "0.7163837", "0.7116158", "0.70916647", "0.7056211", "0.7043297", "0.70266503", "0.7020207", "0.7005941", "0.69826376", "0.6980501", "0.6974186", "0.6905986", "0.6901235", "0.689296", "0.6889624", "0.68847156", "0.68722165", "0.6866805", "0.6811327", "0.6807004", "0.6806727", "0.6802728", "0.68003285", "0.6789571", "0.67747074", "0.6764358", "0.6740121", "0.6725678", "0.6722548", "0.6722548", "0.6722548", "0.6722548", "0.67220163", "0.67195815", "0.6718224", "0.6717703", "0.67173", "0.671495", "0.6712982", "0.67121315", "0.6711886", "0.671064", "0.67058164", "0.67054033", "0.6701997", "0.6698592", "0.6693421", "0.6691164", "0.66909057", "0.66897696", "0.668545", "0.66799897", "0.667854", "0.66761833", "0.66761833", "0.66746825", "0.66726667", "0.6671192", "0.66706157", "0.66698474", "0.66675836", "0.66660744", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.66617495", "0.6659684", "0.6659053", "0.6657372", "0.66563445", "0.6656133", "0.66498655", "0.66485757", "0.66426826", "0.66426826", "0.66426826", "0.66426826", "0.66426826", "0.66426826", "0.66426826" ]
0.7421046
5
Updates the given user with given attributes and returns the user.
public function update(User $user, array $attributes): User { if (array_key_exists("password", $attributes) && $attributes["password"] != null && $attributes["password"] != "") { $attributes["password"] = Hash::make($attributes["password"]); } else { unset($attributes['password']); } $user->update($attributes); return $user; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function update(User $user)\n {\n $data = request()->validate([\n 'first_name' => '',\n 'last_name' => '',\n 'gender' => '',\n 'email' => '',\n 'phone_number' => '',\n 'street' => '',\n 'house_number' => '',\n 'zipcode' => '',\n 'city' => '',\n 'country' => '',\n 'iban' => '',\n 'company' => '',\n 'vat_number' => '',\n 'date_of_birth' => '',\n 'has_accepted_terms' => '',\n 'custom_field_1' => '',\n 'custom_field_2' => '',\n 'user_type_id' => '',\n 'password' => '',\n 'profile_picture' => '',\n ]);\n\n $user = auth()->user();\n $user->update($data);\n\n return $user;\n }", "public function update()\n { if (is_null($this->id))\n trigger_error(\"User::update(): Attempt to update a User object that does not have its ID property set.\", E_USER_ERROR);\n \n // Update the User\n $conn = new PDO(DB_DSN, DB_USER, DB_PASS);\n $sql = \"UPDATE users SET user_name=:user_name, user_password_hash=:user_password_hash, user_email=:user_email, orcid=:orcid, orcid_code=:orcid_code, orcid_access_token=:orcid_access_token WHERE user_id = :id\";\n $st = $conn->prepare($sql);\n $st->bindValue(\":user_name\", $this->userName, PDO::PARAM_STR);\n $st->bindValue(\":user_password_hash\", $this->userPasswordHash, PDO::PARAM_STR);\n\t$st->bindValue(\":user_email\", $this->userEmail, PDO::PARAM_STR);\n $st->bindValue(\":orcid\", $this->orcid, PDO::PARAM_STR);\n $st->bindValue(\":orcid_code\", $this->orcidCode, PDO::PARAM_STR);\n $st->bindValue(\":orcid_access_token\", $this->orcidAccessToken, PDO::PARAM_STR);\n $st->bindValue(\":id\", $this->id, PDO::PARAM_INT);\n $st->execute();\n $conn = null;\n }", "public function updateUser()\n {\t\t\n\t\t$user = $this->checkToken();\n\t\tif ($user) {\t\n\t\t\t$userModel = UserModel::find($user->id);\n\t\t\t$data = filter_input_array(INPUT_POST, FILTER_SANITIZE_STRING);\n\t\t\t$userModel->fill($data);\n\t\t\t$userModel->save();\n\t\t\treturn $this->sendResponse('Your details have been successfully updated');\n\t\t}\n\t\treturn $this->sendResponse('You are not authorised to update this account');\n }", "function updateUser(){\n\t\t\tif($this->rest->getRequestMethod() != \"PUT\"){\n\t\t\t\t$this->rest->response('',406);\n\t\t\t\texit;\n\t\t\t}\n\t\t\t//Validate the user\n\t\t\t$validUser = $this->validateUser(\"admin\", \"basic\");\n\t\t\tif ($validUser) {\n\t\t\t\tif (isset($_POST['user_name']) && isset($_POST['password']) && isset($_POST['_id'])){\n\t\t\t\t\t$user_id = $_POST['_id'];\n\t\t\t\t\t$array['user_name'] = $_POST['user_name'];\n\t\t\t\t\t$array['password'] = $_POST['password'];\n\t\t\t\t\t$result = $this->model->setUser($array, \"_id='\".$user_id.\"'\");\n\t\t\t\t\tif($result) {\n\t\t\t\t\t\t$response_array['status']='success';\n\t\t\t\t\t\t$response_array['message']='One record updated.';\n\t\t\t\t\t\t$update = $this->model->getUser('*',\"_id = \".\"'\".$user_id.\"'\");\n\t\t\t\t\t\t$response_array['data']=$update;\n\t\t\t\t\t\t$this->rest->response($response_array, 200);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$response_array['status']='fail';\n\t\t\t\t\t\t$response_array['message']='no record updated';\n\t\t\t\t\t\t$response_array['data']='';\n\t\t\t\t\t\t$this->rest->response($response_array, 304);\n\t\t\t\t\t}\n\t\t\t\t}else{\n\t\t\t\t\t$this->rest->response('No parameters given',204);\t// If no records \"No Content\" status\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\t$this->rest->response('Unauthorized Access ',401);\t\n\t\t\t}\n\t\t\t\n\n\t\t}", "public function update($user)\n {\n }", "private function updateUser($user, $data)\n {\n if (! $data) {\n info('No updates to make', ['user' => $user->id]);\n\n return $user;\n }\n\n $user = gateway('northstar')->asClient()->updateUser($user->id, $data);\n\n info('Updated user', ['user' => $user->id, 'changed' => array_keys($data)]);\n\n return $user;\n }", "public function updateAsAdmin($user, array $attributes)\n\t{\n\t\tif (isset($attributes['password']) && empty($attributes['password'])) {\n\t\t\tunset($attributes['password']);\n\t\t}\n\n\t\tif (isset($attributes['username']) && !empty($attributes['username'])) {\n\t\t\t$user->username = $attributes['username'];\n\t\t}\n\n\t\tif (isset($attributes['user_type']) && !empty($attributes['user_type'])) {\n\t\t\t$user->user_type = $attributes['user_type'];\n\t\t} elseif (isset($attributes['user_level']) && !empty($attributes['user_level'])) {\n\t\t\t$user->user_level = $attributes['user_level'];\n\t\t}\n\n\t\tif (isset($attributes['is_active']) && (bool) $attributes['is_active'] !== false) {\n\t\t\t$user->is_active = true;\n\t\t} else {\n\t\t\t$user->is_active = false;\n\t\t}\n\n\t\treturn parent::update($user, $attributes);\n\t}", "public function updateUserViaRequest(User $user)\n {\n upload()->check($user);\n $user->load('user', 'photo');\n $user->update(parameters()->fill(['email', 'name', 'is_public'], $user));\n return $user;\n }", "public function updateUser( UserDataInf $user )\n {\n \n $userName = $user->getName();\n \n $userId = $this->getUserId( $userName );\n $passwd = Password::passwordHash( $user->getPasswd() );\n \n $sqlUser = <<<SQL\nUPDATE wbfsys_role_user\nSET\n name = '{$userName}', \n inactive = FALSE, \n non_cert_login = TRUE,\n profile = '{$user->getProfile()}',\n level = '{$user->getLevel()}',\n password = '{$passwd}'\nWHERE rowid = {$userId}\n;\nSQL;\n \n $this->db->update( $sqlUser );\n \n $personId = $this->db->select( 'SELECT id_person from wbfsys_role_user where rowid = '.$userId );\n \n \n $sqlPerson = <<<SQL\nUPDATE core_person\nSET\nfirstname = '{$user->getFirstname()}', \nlastname = '{$user->getLastname()}'\nWHERE rowid = {$personId};\nSQL;\n\n $this->db->update( $sqlPerson );\n \n }", "public function updateUser() {\n //validations\n if ($this->updateUserValidator()->fails()) {\n return redirect()->back()\n ->withErrors($this->updateUserValidator())\n ->withInput();\n }\n\n //update logic\n $updateArray = [\n \"first_name\" => $this->request->input(\"first_name\"),\n \"last_name\" => $this->request->input(\"last_name\"),\n \"username\" => $this->request->input(\"username\"),\n \"email\" => $this->request->input(\"email\"),\n \"address\" => $this->request->input(\"address\"),\n \"country\" => $this->request->input(\"country\"),\n \"pincode\" => $this->request->input(\"pincode\"),\n \"mobileno\" => $this->request->input(\"mobileno\"),\n \"updated_by\" => $this->request->session()->get('user_id'),\n ];\n\n\n if (strlen($this->request->input(\"password\")) > 0) {\n $updateArray[\"password\"] = Hash::make($this->request->input(\"password\"));\n }\n\n\n $whereArray = [\n [\"user_id\", '=', $this->request->input(\"user_id\")]\n ];\n $this->usersModel->setTableName(\"cvd_users\");\n $this->usersModel->setInsertUpdateData($updateArray);\n $this->usersModel->setWhere($whereArray);\n $this->usersModel->updateData();\n }", "public function updateUser(UserInterface $user);", "function userUpdate(User $new, ?User $old);", "private function getUser()\n {\n $user = [\"id\" => Uuid::uuid4()->toString()];\n $response = $this->client->updateUser($user);\n $this->assertTrue(array_key_exists(\"users\", $response));\n $this->assertTrue(array_key_exists($user[\"id\"], $response[\"users\"]));\n return $user;\n }", "public function testUpdateUser()\n {\n $date = new DateTime();\n $last_log_in = $date->format('Y-m-d H:i:s');\n $email = new EmailAddress('[email protected]');\n $password = UserPassword::create('password');\n\n $user = User::restore(\n UserId::restore('5aef6312-b908-11e6-8ea1-23d4bf410863'),\n $email,\n $password,\n 'Test',\n 'Doe',\n $last_log_in\n );\n\n $this\n ->userRepository\n ->method('findById')\n ->willReturn($user);\n\n $this\n ->userRepository\n ->expects($this->once())\n ->method('add')\n ->with($this->callback(function ($updated_user) {\n return\n $updated_user->emailAddress()->get() == '[email protected]'\n && $updated_user->password()->matches('password')\n && $updated_user->firstName() == 'John'\n && $updated_user->lastName() == 'Doe';\n })\n );\n\n $command = new UpdateUserCommand();\n $command->email = '[email protected]';\n $command->password = 'password';\n $command->firstName = 'John';\n $command->lastName = 'Doe';\n\n $this->updateUser->execute($command);\n }", "public function testUpdateUser()\n {\n }", "public function update()\n {\n $updateUser = new UpdateUser($this->_user->getID(), $this->_user->account);\n if (CSRF::validate() && $updateUser->execute()) {\n return new RedirectResponse('/account/bewerken');\n }\n\n return $this->edit();\n }", "public function updateUser($id,$firstname,$lastname,$number,$street,$suburb,$state) {\n \t$_user = new class_User();\n \n \t$user = $_user->editUserDetail($id,$firstname,$lastname,$number,$street,$suburb,$state);\n \n \treturn $user;\n }", "public function update()\n {\n $user = Auth::user();\n\n $data = request()->validate([\n 'name' => 'required|string',\n 'email' => 'required|string|email|max:255|unique:users,email,' . $user->id,\n ]);\n\n $user->update($data);\n }", "public function testUpdateUser()\n {\n $userData = [\n \"name\" => \"User 2\",\n \"email\" => \"[email protected]\",\n \"password\" => \"demo12345123\",\n \"org_id\" => 2\n ];\n $id = 4;\n $this->json('PUT', \"api/user/update/$id\", $userData, ['Accept' => 'application/json'])\n ->assertStatus(200)\n ->assertJsonStructure([\n \"action\",\n \"data\" => [],\n \"status\"\n ]);\n }", "private function updateUser () {\n $sql = \"UPDATE users SET avatar = :avatar,\n biography = :biography,\n birthdate = :birthdate,\n email = :email,\n nickname = :nickname,\n location = :location,\n password = :password,\n activated = :activated,\n phone = :phone,\n username = :username,\n website = :website WHERE id_user = :id_user\";\n $query = $this->bdd->prepare($sql);\n $query->bindParam(':avatar', $this->avatar);\n $query->bindParam(':biography', $this->biography);\n $query->bindParam(':birthdate', $this->birthdate);\n $query->bindParam(':email', $this->email);\n $query->bindParam(':nickname', $this->nickname);\n $query->bindParam(':location', $this->location);\n $query->bindParam(':password', $this->password);\n $query->bindParam(':phone', $this->phone);\n $query->bindParam(':username', $this->username);\n $query->bindParam(':website',$this->website);\n $query->bindParam(':activated',$this->activated);\n $query->bindParam(':id_user',$_SESSION['auth']['id_user']);\n $query->execute();\n }", "public function update(UserRequest $request, $id)\n {\n /**\n * Save the item data\n */\n $item = User::findOrFail($id);\n if (Request::filled('password')) {\n $item->password = Hash::make(request('password'));\n }\n $item->firstname = request('firstname');\n $item->lastname = request('lastname');\n $item->email = request('email');\n $item->title = request('title');\n $item->save();\n\n\n /**\n * Record the activity\n */\n $activity = new Activity;\n $activity->user = Auth::user()->firstname . ' ' . Auth::user()->lastname;\n\n if (Auth::user()->id == $id) {\n $activity->description = trans('api/activitiy.user.update_own');\n } else {\n $activity->description = trans('api/activitiy.user.update', [\n 'firstname' => request('firstname'),\n 'lastname' => request('lastname')\n ]);\n }\n $activity->save();\n\n return new UserResource($item);\n }", "public function update(UserUpdateRequest $request, User $user): UserResource\n {\n /* Convert request to array & Remove null inputs */\n $data = array_filter($request->all(), function($value) {\n return $value !== null;\n });\n\n /* Hashing password */\n if(!empty($data['password'])) $data['password'] = bcrypt($data['password']);\n\n $user->update($data);\n\n activity(\"Admin\")\n ->on($user)\n ->withProperties([\n ['IP' => $request->ip()],\n ['user' => $request->all()],\n ])\n ->log('Update a user');\n\n return new UserResource($user->loadMissing('plans'));\n }", "public function update($id)\n\t{\n\t\t$user = User::find($id);\n\n\t\t$user->name = Request::input('user.name');\n\t\t$user->email = Request::input('user.email');\n\n\t\tif(Request::input('user.password'))\n\t\t{\n\t\t\t$user->password = bcrypt(Request::input('user.password'));\n\t\t}\n\n\t\t$user->save();\n\n\t\treturn ['user'=>$user];\n\t}", "public function update_user($user){\n if(empty($user->email))\n {\n $this->res->SetObject(RCD::EC_EMPTY, RCD::ED_EMPTY, FALSE, NULL);\n }\n $this->db->where(array('id' => $user->id));\n if($this->db->update(self::user, $user))\n {\n $this->res->SetObject(RCD::SC, RCD::SD, FALSE, NULL);\n }\n else\n {\n $this->res->SetObject(RCD::EC_UPDATE, RCD::ED_UPDATE, TRUE, NULL);\n }\n }", "public function updating(User $user)\n {\n //\n }", "public function update(User $user){\n $user->update($this->_cleaned);\n return $this->respond($user);\n }", "public function __invoke(UpdateCurrentUserRequest $request): UserResource\n {\n $user = $request->user();\n\n $user->update($request->all());\n\n return new UserResource($user);\n }", "public function modify_user($user);", "public function updateUser( $userID, $email, $username, $name, $surname, $mobile, $password)\n {\n\t\t$data = $this->call(array(\"email\"=>$email, \"username\"=>$username, \"name\"=>$name, \"surname\"=>$surname, \"mobile\"=>$mobile, \"password\"=>md5($password)), \"PUT\", \"users/\".$userID.\".json\");\n\t\treturn $data;\n }", "public function updateUser(\\Model\\Domain\\User $user): QueryResult\n {\n $firstName = $user->getFirstName();\n $id = $user->getId();\n $lastName = $user->getLastName();\n $email = $user->getEmailAddress();\n $password = $user->getPassword();\n $paymentMethod = $user->getPaymentMethod();\n\n $statement = \"\n UPDATE User \n set first_name = :first_name, last_name = :last_name, email_address = :email_address, password = :password, payment_method=:payment_method\n WHERE user_id = :user_id\";\n\n $query = $this->db->prepare($statement);\n\n $query->bindParam(\":user_id\", $id, \\PDO::PARAM_STR);\n $query->bindParam(\":first_name\", $firstName, \\PDO::PARAM_STR);\n $query->bindParam(\":last_name\", $lastName, \\PDO::PARAM_STR);\n $query->bindParam(\":email_address\", $email, \\PDO::PARAM_STR);\n $query->bindParam(\":password\", $password, \\PDO::PARAM_STR);\n $query->bindParam(\":payment_method\", $paymentMethod, \\PDO::PARAM_STR);\n\n if ($query->execute() === 1) {\n echo \"error during update process\";\n return new QueryResult(null, 'Error while updating', 500);\n }\n\n return new QueryResult([$user], null);\n }", "public function update(User $model);", "public function updateUser($data){\n\t\t$user = $this->update($data, array(\"id_users\"=>$data['id_users']));\n\t\treturn $user;\n\t}", "public function api_entry_setprofile() {\n parent::validateParams(array('user'));\n\n $user = $this->Mdl_Users->get($_POST[\"user\"]);\n\n if ($user == null)\n parent::returnWithErr(\"User id is not valid.\");\n\n $arg = $this->safeArray(array('fullname', 'avatar', 'church', 'city', 'province', 'bday', 'mood'), $_POST);\n\n $arg['id'] = $_POST[\"user\"];\n\n if (count($arg) == 1)\n parent::returnWithErr(\"You should pass the profile 1 entry at least to update.\");\n\n $user = $this->Mdl_Users->update($arg);\n\n if ($user == null)\n parent::returnWithErr(\"Profile has not been updated.\");\n\n parent::returnWithoutErr(\"Profile has been updated successfully.\", $user);\n }", "public function testUpdateUser()\n {\n $user = factory(User::class)->create();\n \n $userRepo = new UserRepository(new User);\n $update = $userRepo->update($user->id, $this->data);\n $updatedUser = $userRepo->get($user->id);\n \n $this->assertTrue($update);\n foreach ($this->data as $key => $value) {\n \t$this->assertEquals($value, $updatedUser->$key);\n }\n }", "public function update(UpdateUserRequest $request, User $user) {\n\t\tif($request->has(\"name\")) {\n\t\t\t$user->name = $request->input(\"name\");\n\t\t}\n\n\t\tif($request->has(\"email\")) {\n\t\t\t$user->email = $request->input(\"email\");\n\t\t}\n\n if($request->has('password')) {\n $user->password = bcrypt($request->input('password'));\n }\n\n $user->save();\n\n if($request->has(\"images\")) {\n $user->files()->sync($request->input(\"images\"));\n }\n\n return $this->item($user, $this->transformer);\n }", "function updateUser()\r\n {\r\n return $this->UD->user_update($_GET['uid']);\r\n }", "public function update($user)\n {\n $user = \\App\\User::findOrFail($user);\n\n $user->name = request()->name;\n $user->email = request()->email;\n $user->bio = request()->bio;\n\n if(request()->password_confirmation)\n $user->password = bcrypt(request()->password_confirmation);\n\n $user->detachRoles();\n $user->attachRole(request()->role);\n\n $user->save();\n\n return redirect()->route('users.index')->with('success', 'User updated successfully.');\n }", "public function update(User $user) {\n if (UserController::isAuthorized() || $user->id == auth()->user()->id) {\n // form validation\n $this->validate(request(), [\n 'fullname' => 'required',\n 'email' => ['required', Rule::unique('users')->ignore($user->id)],\n 'username' => ['required', 'min:4', Rule::unique('users')->ignore($user->id)],\n ]);\n \n // save\n $user->fullname = request('fullname');\n $user->email = request('email');\n $user->username = request('username');\n $user->updated_by = auth()->user()->id;\n $user->save();\n if (UserController::isAuthorized()) {\n // clear roles\n $user->roles()->delete();\n \n $checkboxes = ['admin', 'publish', 'edit', 'managedb'];\n \n foreach($checkboxes as $cb) {\n if (request($cb) == True) {\n $user->addRole($cb);\n }\n }\n }\n \n request()->session()->flash('success', 'Edit Successful!');\n return redirect()->back();\n }\n else {\n return view('unauthorized');\n }\n \n }", "public function updateByAttributes(array $attributes, array $update_fields)\n {\n return $this->user->where($attributes)->update($update_fields);\n }", "public function updateUser($user)\n {\n if (!is_a($user, 'Object_User')) {\n return false;\n }\n\n // Check email duplication\n if (Repo_User::getInstance()->emailExists($this->getValue('email'), $user->id)) {\n $this->getElement('email')->addError('Email exists: ' . $this->getValue('email'));\n return false;\n } else {\n $user->email = $this->getValue('email');\n }\n\n $newPassword = $this->getValue('password');\n if (!empty($newPassword)) {\n $user->password = Auth_Wrapper_User::getPasswordHash($this->getValue('password'));\n }\n\n $roleIds = $this->getValue('role');\n $user->firstname = $this->getValue('firstname');\n $user->surname = $this->getValue('surname');\n $user->UDID = $this->getValue('UDID');\n if (is_array($roleIds)) {\n $roleIds = implode(',', $roleIds);\n }\n $user->role_id = $roleIds;\n $user->client_id = $this->getValue('client');\n\n return $user->save();\n }", "public function updateUserInDatabase($id, $update)\n {\n // Connect to db\n $user = new User();\n $user->setDb($this->di->get(\"db\"));\n // Get the user\n $user->find(\"id\", $id);\n // Update $user:\n //$user->email = $update->email;\n if (isset($update->acronym)) {\n $user->acronym = $update->acronym;\n }\n if (isset($update->password)) {\n $user->setPassword($update->password);\n }\n $user->updated = date(\"Y-m-d H:i:s\");\n if (isset($update->admin)) {\n $user->admin = $update->admin;\n }\n if (isset($update->slogan)) {\n $user->slogan = $update->slogan;\n }\n if (isset($update->birth)) {\n $user->birth = $update->birth;\n }\n if (isset($update->city)) {\n $user->city = $update->city;\n }\n if (isset($update->country)) {\n $user->country = $update->country;\n }\n // Save to database\n $user->save();\n return $user;\n }", "public function update($id, $data) {\n\t\t$this->assureAllowed('update');\n // Validation\n V::intVal()->check($id);\n V::objectType()\n ->attribute('name', V::alnum()->length(1, 255))\n ->attribute('email', V::email())\n ->attribute('role', V::intVal()->between(0, 3))\n ->check($data);\n // Persistence\n\t\t$user = $this->getEntityManager()->getRepository('HoneySens\\app\\models\\entities\\User')->find($id);\n V::objectType()->check($user);\n $user->setName($data->name);\n $user->setEmail($data->email);\n // The user with ID 1 is always an admin\n if($user->getId() != 1) $user->setRole($data->role);\n if(V::attribute('password', V::stringType()->length(1, 255))->validate($data)) {\n $user->setPassword(sha1($data->password));\n }\n\t\t$this->getEntityManager()->flush();\n return $user;\n\t}", "public function update($params)\n {\n $user = $this->getUserRecord();\n $params = array_merge($this->getDefaultAttributes(), $user, $params);\n // encrypt the password if present, else remove it\n if(isset($params['password']))\n {\n if(!empty($params['password']))\n $params['password'] = $this->encryptPassword($params['password']);\n else\n unset($params['password']);\n }\n // TODO check $params against a whitelist\n return $this->db->postUser($params);\n }", "public function updateUser($userId=-1,$firstName=null, $lastName=null, $userName=null, $password=null, $emailAddress=null,$studentId=null, $major=null, $address=null);", "public function update(Entity $user)\n {\n $model = $this->model->newInstance($user->toArray(), true);\n $model->id = $user->id;\n\n return $user->getDirtyAttributes() ? $model->save() : $model->touch();\n }", "public function update(UserRequest $request, User $user)\n {\n $input = $request->all();\n\n if ($request->password) {\n $input['password'] = bcrypt($request->password);\n }\n\n $user->update($input);\n return $user;\n }", "public static function update(User $user, $data) { \n try {\n /**\n * Database Eloquent access\n */\n $user->fill($data);\n } catch (\\Illuminate\\Database\\QueryException $e) {\n /**\n * See xxx_user_table.php \n * migrations files sequentially for futher infos.\n */\n return false;\n }\n /**\n * User is updated.\n */\n $user->save();\n /**\n * Well user is saved.\n */\n return $user;\n }", "public function update(User $user)\n {\n $validate = $this->validate(request(), [\n 'display_name' => 'sometimes|string|max:255',\n 'email' => 'sometimes|required|string|email|max:255|unique:users',\n 'password' => 'sometimes|required|string|min:6',\n ]);\n\n $user->update($validate);\n\n return $this->respondNoContent();\n }", "function updateUser( &$user ){\n $user->setName($this->getFasUsername());\n $user->mEmail = strtolower($user->getName()).\"@fedoraproject.org\";\n //error_log(\"FAS [updateUser]: \" . $user->getName() . \", \" . $this->getFasUsername(), 0);\n return true;\n }", "public function getUserUpdated()\n {\n return $this->hasOne(User::class, ['id' => 'updated_by']);\n }", "public function update($id)\n {\n $user = User::find($id);\n \n if(is_object($user)) {\n $valid = User::isValid(Input::all());\n \n if($valid === true) {\n try {\n $user->firstname = array_key_exists(\"first\", Input::all()) ? Input::get(\"first\") : $user->firstname;\n $user->lastname = array_key_exists(\"last\", Input::all()) ? Input::get(\"last\") : $user->lastname;\n $user->email = array_key_exists(\"email\", Input::all()) ? Input::get(\"email\") : $user->email;\n $user->password = array_key_exists(\"password\", Input::all()) ? Hash::make(Input::get(\"password\")) : $user->password;\n $user->save();\n } catch (Exception $e) {\n // Should only fire when email is already in system.\n return $this->respondConflict(\"User already exits\");\n }\n } else {\n return $this->respondConflict($valid);\n }\n } else {\n return $this->respondNotFound(\"User $id does not exist\");\n }\n }", "function updateUser($user) {\n\t$sql = \"UPDATE users SET \";\n\tif(!empty($user->name)) {\n\t\t$sql .= \"name = '$user->name', \";\n\t}\n\tif(!empty($user->duty)) {\n\t\t$sql .= \"duty = '$user->duty', \";\n\t}\n\tif(!empty($user->phone)) {\n\t\t$sql .= \"phone = '$user->phone', \";\n\t}\n\tif(!empty($user->qq)) {\n\t\t$sql .= \"qq = '$user->qq', \";\n\t}\n\tif(!empty($user->comName)) {\n\t\t$sql .= \"comName = '$user->comName', \";\n\t}\n\tif(!empty($user->comProv)) {\n\t\t$sql .= \"comProv = '$user->comProv', \";\n\t}\n\tif(!empty($user->comCity)) {\n\t\t$sql .= \"comCity = '$user->comCity', \";\n\t}\n\tif(!empty($user->comSite)) {\n\t\t$sql .= \"comSite = '$user->comSite'\";\n\t}\n\t$sql .= \" WHERE userId = '$user->userId'\";\n\t// echo $sql;\n\t$ret = mysql_query($sql);\n\treturn $ret;\n}", "public function update(UserRequest $request, User $user)\n {\n $this->user = $user;\n return $this->props($request)\n ->save()\n ->redirect($request,'Updated');\n }", "public function updateAction()\n {\n $result = [\n 'type' => 'error',\n 'message' => 'Missing parameters, this functionality expects a POST array called `user` with `id`, `given_name`, and `family_name` keys!'\n ];\n\n if ($this->request->hasPost('user')) {\n $formData = $this->request->getPost('user');\n $userService = new UserService(new Users());\n // validating the data\n if ($userService->validateData($formData, ['id', 'given_name', 'family_name'])) {\n $userService->updateUser($formData);\n }\n }\n return $this->response->setJsonContent($result);\n }", "public function update(Request $request, User $user) {\n //\n if ($user->id != $this->user->id) {\n return response(\"Cannot update\", 403);\n }\n $request['id'] = $this->user->id;\n $this->validator($request->all())->validate();\n User::find($request->_id)->fill([\n 'name' => $request->name,\n 'email' => $request->email,\n 'password' => Hash::make($request->password),\n ])->save();\n $admin = User::find($this->user->id);\n return response()->json($admin, 200);\n }", "public function profile()\n {\n $id = $this->Auth->user('id');\n $user = $this->Users->get($id, [\n 'contain' => []\n ]);\n\n if ($this->request->is(['patch', 'post', 'put'])) {\n //avoid mass-assignment attack\n $options = [\n 'fieldList' => [\n 'email',\n 'username',\n 'password',\n 'first_name',\n 'last_name',\n 'address_1',\n 'address_2',\n 'suburb',\n 'state',\n 'post_code',\n 'mobile',\n 'phone',\n ]\n ];\n\n $user = $this->Users->patchEntity($user, $this->request->getData(), $options);\n if ($this->Users->save($user)) {\n\n $this->Flash->success(__('Your profile has been updated.'));\n return $this->redirect(\"/\");\n } else {\n $this->Flash->error(__('Your profile could not be updated. Please, try again.'));\n }\n }\n $this->set(compact('user'));\n $this->set('_serialize', ['user']);\n\n return null;\n }", "public function update(Request $request, User $user)\n {\n return $this->repository->setModel($user)->safeSave($request);\n }", "public function edit_user()\n {\n //make sure user logged in or pending\n if (Session::has('user') || Session::has('pending_user'))\n {\n //check to make sure phone number in correct format\n $number = Input::get('phone_number');\n\n //took pattern from http://www.w3resource.com/javascript/form/phone-no-validation.php\n $pattern = \"/^\\(?([0-9]{3})\\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$/\";\n\n //if phone entered correctly\n if (preg_match ($pattern, $number))\n {\n\n // Input doesn't return zero for unchecked boxes, so change these to zero\n $hours_notification = (Input::get('hours_notification') ? 1 : 0);\n $deals_notification = (Input::get('deals_notification') ? 1 : 0);\n\n //strip any punctuation from phone number, if exists\n $phone = str_replace(array(\"-\",\".\",\"(\",\")\",\" \"), \"\", Input::get('phone_number'));\n\n //if user already logged in\n if (Session::has('user'))\n {\n $user_session = Session::get('user');\n $user = User::find($user_session->id);\n $user->preferred_name = Input::get('preferred_name');\n $user->phone_number = $phone;\n $user->hours_notification = $hours_notification;\n $user->deals_notification = $deals_notification;\n $user->save();\n\n //put updated user on to session\n\n Session::put('user', $user);\n\n }\n //else create new user\n else\n {\n //create user based on session data and input\n $pending = Session::get('pending_user');\n\n $user = new User();\n $user->cs50_id = $pending[\"cs50_id\"];\n $user->name = $pending[\"fullname\"];\n $user->preferred_name = Input::get('preferred_name');\n $user->email = $pending[\"email\"];\n $user->phone_number = $phone;\n $user->hours_notification = $hours_notification;\n $user->deals_notification = $deals_notification;\n $user->save();\n\n //remove pending user from session\n Session::forget('pending_user');\n\n //log user in\n Session::put('user', $user);\n Auth::loginUsingId($user->id);\n\n //send user text message about signing up\n\n $grille_name = Grille::where('id', $this->grille_id)->pluck('name');\n $message = \"Thanks for signing up for \" . $grille_name . \"'s online ordering!\n If you received this message by accident, reply 'STOP'\";\n\n Sms::send_sms($phone, $message);\n }\n\n //redirect to most recent page\n $url = Session::get('redirect');\n Session::forget('redirect');\n return Redirect::to($url);\n }\n //else alert user to enter correct phone number\n else\n {\n $failure = 'Please enter a 10-digit phone number';\n\n //if user already has account\n if (Session::has('user'))\n {\n $user = Session::get('user');\n $user->new = 0;\n $user->grille_number = Grille::where('id', $this->grille_id)->pluck('phone_number');\n $this->layout->content = View::make('users.edit', ['user' => $user, 'failure' => $failure]);\n }\n\n //if user is logging in for first time\n else\n {\n $user = Session::get('pending_user');\n $this->layout->content = View::make('users.edit', ['user' => $user, 'failure' => $failure]);\n }\n\n }\n }\n\n //if not user or pending user, redirect\n else\n {\n try {\n return Redirect::back();\n }\n catch (Exception $e) {\n return Redirect::to('/');\n }\n }\n\n }", "public function update(Request $request, User $user)\n {\n $this->authorize('update', $user);\n\n $this->validate($request, [\n 'name' => 'required|min:1|max:255|string',\n 'surname' => 'min:1|max:255|string|nullable',\n 'email' => 'required|email|unique:users,email,' . $user->id,\n 'phone_home' => 'min:1|max:15|nullable|',\n 'phone_work' => 'min:1|max:24|nullable',\n 'phone_mobile' => 'min:1|max:15|nullable',\n 'date_of_last_inspection' => 'date|nullable',\n 'is_available' => 'boolean',\n 'is_admin' => 'boolean',\n 'notes' => 'min:1:max1024|string|nullable',\n ]);\n\n $user->fill($request->except('password', 'is_available', 'is_admin', 'date_of_last_inspection'));\n\n // Check if admin-only things have been filled in and validate accordingly\n if (($request->get('is_admin') || $request->get('date_of_last_inspection'))) {\n abort_unless(Auth::user()->isAdmin(), 403, 'You are not authorised to do that.');\n }\n\n // Check for password changes\n if ($request->get('password')) {\n $user->password = bcrypt($request->get('password'));\n }\n\n // Date of last inspection\n if ($request->get('date_of_last_inspection')) {\n $user->date_of_last_inspection = $request->get('date_of_last_inspection');\n }\n\n // TODO: Figure out a much better way to handle checkboxes because this is disgusting. Really disgusting.\n // Check for change in availability by means of its absence\n if (is_null($request->get('is_available'))) {\n $user->is_available = 0;\n } else {\n $user->is_available = 1;\n }\n\n // Do the same for admins\n if ($request->get('is_admin')) {\n $user->is_admin = 1;\n } else {\n $user->is_admin = 0;\n }\n\n $user->save();\n\n flash()->success(\"{$user->name} has been updated successfully!\")->important();\n return redirect()->route('users.index');\n }", "public function test_update_user_as_user()\n {\n $user = User::factory()->create();\n\n $response = $this->actingAs($user)\n ->put(route('api.users.update', [$user->id]), [\n 'name' => 'My brand new user'\n ]);\n\n $response->assertStatus(200)\n ->assertJsonFragment(['name' => 'My brand new user'])\n ->assertJsonStructure([\n 'data' => [\n 'id',\n 'name',\n 'email',\n 'created_at',\n 'updated_at'\n ]\n ]);\n }", "public static function updateUser($data = [], $id = '') {\n\n $user = User::find($id);\n $user->fill($data);\n if (!empty($data['password'])) {\n $user->password = bcrypt($data['password']);\n }\n $user->save();\n $data['category_id'] = implode(',', $data['category_id']);\n $user_detail = self::saveUserDetail($data, $user->id);\n return $user_detail;\n }", "public function update(UserUpdateRequest $request, User $user)\n {\n try {\n\n DB::beginTransaction();\n\n $data = $request->all();\n\n $data['full_name'] = $data['name'] . ' ' . $data['last_name'];\n\n if ($data['birthday_date']) {\n $data['birthday_date'] = explode('T', $data['birthday_date'])[0];\n }\n\n $people = People::findOrFail($user->people_id);\n\n $people->fill($data);\n\n $people->update();\n\n if ($data['password'] != null) {\n $user->update([\n 'name' => $data['full_name'],\n 'email' => $data['email'],\n 'password' => Hash::make($data['password']),\n ]);\n } else {\n $user->update([\n 'name' => $data['full_name'],\n 'email' => $data['email'],\n ]);\n }\n\n $role = Role::findOrFail($data['role_id']);\n\n $user->assignRole($role->name);\n\n $this->saveUserLog($user, 'update');\n\n DB::commit();\n\n return $this->successResponse(new UserResource($user), Response::HTTP_CREATED);\n } catch (\\Exception $e) {\n DB::rollBack();\n return $this->errorResponse(\"Couldn't update data\" . $e->getMessage(), Response::HTTP_BAD_REQUEST);\n }\n }", "public function edit(User $user)\n {\n if( isset($user) ) $user = Auth::user();\n \n return $user;\n }", "public function testCreateAndUpdateUser()\n {\n $username = '[email protected]';\n\n $currentEmail = $username;\n $newEmail = '[email protected]';\n\n $raw = $this->getUser($username, $currentEmail);\n\n // Create\n $this->adapter->send(new Request(array(\n $raw,\n )));\n\n $real = static::$repository->getUserService()->loadUserByLogin($username);\n $this->assertInstanceOf(User::class, $real);\n $this->assertEquals($currentEmail, $real->email);\n\n // Update\n $raw->data['email'] = $newEmail;\n $this->adapter->send(new Request(array(\n $raw,\n )));\n\n $real = static::$repository->getUserService()->loadUserByLogin($username);\n $this->assertInstanceOf(User::class, $real);\n $this->assertEquals($newEmail, $real->email);\n }", "public function test_it_updates_a_user()\n {\n $user = User::create(['email' => '[email protected]', 'given_name' => 'Andrew', 'family_name' => 'Hook']);\n\n $update = ['email' => '[email protected]', 'given_name' => 'A', 'family_name' => 'H'];\n\n $this->json('PUT', sprintf('/users/%d', $user->id), $update)\n ->seeJson($update);\n }", "public function update(Request $request, $user_id)\n {\n if(auth()->user()->privilege !== 'admin'){\n \n $user = User::findOrFail($user_id);\n\n if($request->password == null){\n $user->name = $request->name;\n $user->email = $request->email;\n \n if($request->user_resident_id != null){\n DB::table('users')\n ->join('residents', 'user_resident_id', 'resident_id') \n ->where('user_id', $user_id)\n ->update([\n 'email_address' => $request->email, \n ]);\n } \n \n if($request->user_owner_id != null){\n DB::table('users')\n ->join('owners', 'user_owner_id', 'owner_id') \n ->where('user_id', $user_id)\n ->update([\n 'owner_email_address' => $request->email, \n ]);\n } \n $user->save();\n\n return redirect('/users/'.$user_id)->with('success','User information has been updated successfully!');\n }\n else{\n $this->validate($request,[\n 'password' => ['required', 'string', 'min:6', 'confirmed'],\n ]);\n\n $user->password = Hash::make(request('password'));\n $user->save();\n }\n Session::flush();\n return redirect('/login')->with('success','Password has been changed successfully!');\n }\n else{\n\n $user = User::findOrFail($request->user_id);\n\n if($request->password == null){\n $user->name = $request->name;\n $user->email = $request->email;\n \n if($request->user_resident_id != null){\n DB::table('users')\n ->join('residents', 'user_resident_id', 'resident_id') \n ->where('user_id', $request->user_id)\n ->update([\n 'email_address' => $request->email, \n ]);\n } \n \n if($request->user_owner_id != null){\n DB::table('users')\n ->join('owners', 'user_owner_id', 'owner_id') \n ->where('user_id', $request->user_id)\n ->update([\n 'owner_email_address' => $request->email, \n ]);\n } \n \n $user->save();\n\n return redirect('/users/'.$request->user_id)->with('success','User information has been updated successfully!');\n }\n else{\n $this->validate($request,[\n 'password' => ['required', 'string', 'min:6', 'confirmed'],\n ]);\n \n $user->password = Hash::make(request('password'));\n $user->save();\n }\n return redirect('/users/'.$request->user_id)->with('success','Password has been changed successfully!');\n \n }\n \n }", "public function update(Request $request, $user)\n {\n $data = $request->all();\n $data['uuid'] = \"\";\n if ($request->has('new-password')) {\n $data['password'] = Hash::make($data['new-password']);\n }\n\n try {\n if ($request->hasFile('avatar')) {\n $image = $request->file('avatar');\n $path = $image->store('public/avatars');\n $path = str_replace('public/', '', $path);\n $data['avatar'] = asset(\"storage/$path\");\n }\n\n $user = User::find($user);\n $update = $user->update($data);\n if (isset($data['patient']) && !is_null($data['patient'])) {\n $user->patient->update($data['patient']);\n }\n\n $return = $update\n ? array(\n 'error' => false,\n 'message' => 'Successfully updated profile ',\n 'data' => $user,\n )\n : array(\n 'error' => true,\n 'message' => 'Failed to update profile ',\n );\n } catch (\\Exception $e) {\n $return = array(\n 'error' => true,\n 'message' => $e->getMessage(),\n );\n }\n\n return $return;\n }", "public function modify_user($user) {\r\n $this->conn->connect();\r\n $this->conn->execute_query(\r\n \"UPDATE Users \r\n SET\r\n UserType=?,\r\n FirstName=?,\r\n LastName=?,\r\n HomePhone=?,\r\n MobilePhone=?,\r\n Address1=?, \r\n Address2=?,\r\n City=?,\r\n State=?,\r\n ZipCode=?\r\n WHERE UserId=?\",\"dsssssssssd\",\r\n $user->get_user_type(),\r\n $user->get_first_name(),\r\n $user->get_last_name(),\r\n $user->get_home_phone(),\r\n $user->get_mobile_phone(),\r\n $user->get_address_1(),\r\n $user->get_address_2(),\r\n $user->get_city(),\r\n $user->get_state(),\r\n $user->get_zip(),\r\n $user->get_user_id()\r\n );\r\n }", "public function update(User $user)\n { \t\n $this->validate(request(), [\n 'email' => 'required|max:255',\n 'name' => 'required'\n ]);\n \t$user->edit();\n\n \treturn redirect()\n ->route(\"voyager.users.edit\", ['id' => $user->id])\n ->with([\n 'message' => \"Пользователь успешно обновлен\",\n 'alert-type' => 'success',\n ]);\n }", "public function update(Request $request, User $user)\n {\n $rules = [\n 'username' => 'min:4',\n 'name' => 'min:4',\n 'last_name' => 'min:2',\n 'email' => 'email',\n 'root' => 'int',\n 'user_profile_id' => 'int',\n 'zone_id' => 'int'\n ];\n\n $this->validate($request,$rules);\n \n $user->username = $request->username;\n $user->name = $request->name;\n $user->last_name = $request->last_name;\n $user->email = $request->email;\n $user->identification = $request->identification;\n $user->root = $request->root;\n $user->user_profile_id = $request->user_profile_id;\n $user->zone_id = $request->zone_id;\n $user->save();\n\n return $this->showOne($user);\n\n }", "public function update(Request $request, User $user)\n {\n \n }", "public function update(Request $request, User $user)\n {\n \n }", "public function update(UpdateUserRequest $request)\n {\n if (empty($attrs = $request->validated())) {\n return response()->json([\n 'message' => trans('validation.invalid'),\n 'errors' => [\n 'any' => [trans('validation.required_at_least_one')],\n ],\n ], 422);\n }\n\n /** @var \\App\\Models\\User $user */\n $user = $request->user();\n\n $user->update($attrs);\n\n return new UserResource($user);\n }", "public function updating(User $user)\n {\n\n $user->user_updater_id = \\Auth::id();\n }", "protected function performUpdate($user, array $attributes)\n\t{\n\t\tif (isset($attributes['password']) && empty($attributes['password'])) {\n\t\t\tunset($attributes['password']);\n\t\t}\n\n\t\t$this->uploadFiles($attributes);\n\n\t\treturn parent::performUpdate($user, $attributes);\n\t}", "final public function setUpdateFormData(FormInterface $form, User $user): User\n {\n $user = $this->setDefaults($form, $user);\n\n $user->setEmail($form['email']->getData());\n $user->setNickname($form['nickname']->getData());\n $user->setTheme($user::DEFAULT_THEME);\n\n return $user;\n }", "public function postUserupdate(){\n \n $uid = Input::get('user_id');\n $user = User::find($uid);\n if($user != ''){\n $user->email = Input::get('useremail');\n $user->fullname = Input::get('fullname');\n $user->category = Input::get('category');\n $user->language = Input::get('language');\n $user->enable = Input::get('enable');\n $user->save();\n return Redirect::to('admin/edituser/'.$uid)\n ->with('message', 'User data updated!');\n }else{\n return Redirect::to('admin/edituser/'.$uid)\n ->with('message', 'No such user!');\n }\n\n }", "public function updateUser($data) {\n\t\t\n\t}", "protected function getUserAttribute(): User\n {\n if ($user = $this->discord->users->get('id', $this->user_id)) {\n return $user;\n }\n\n return $this->factory->part(User::class, (array) $this->attributes['user'], true);\n }", "public function update($username, array $data)\n {\n $response = $this->post('user/show/'.urlencode($username), array('values' => $data));\n\n return $response['user'];\n }", "public function testUpdateUser()\n {\n $user = factory(User::class)->create();\n $this->assertTrue($user->update([\n 'name' => 'Test Updated'\n ]));\n }", "function modify_user($db, $user_id, $new_email, $new_password, $new_display_name)\n{\n\t$new_password = md5($new_password);\n\t$sql = \"UPDATE users SET email=:new_email, password=:new_password, display_name=:new_display_name WHERE id = :user_id\";\n\t$st = $db->prepare($sql);\n\t$st->execute(array(':new_email'=>$new_email, ':new_password'=>$new_password, ':new_display_name'=>$new_display_name, ':user_id' => $user_id));\n\treturn;\n}", "public function updateUserinfo()\n\t{\n\t\t$user_array = Session::all();\n\n \t$userID = Session::get('id');\n\t\t$data = $this->request->all();\n\t\t$data['user'] = Auth::user();\n\t\t\t$rules = array(\n \t\t'full_name' => 'required',\n\t\t\t\t'zip_code' => 'required',\n\t\t\t\t'aniversary_date' => 'required',\n\t\t\t\t'phone_number' => 'required',\n\t\t\t\t'dob' => 'required',\n\t\t\t\t'gender' => 'required',\n\t\t\t\t'location_id' => 'required'\t\t\t\t\n\t\t\t);\n\n\t\t\t$message = array(\n\t\t\t\t'required' => 'The :attribute is required', \n\t\t\t);\n\n\t\t\t$validation = Validator::make($data, $rules, $message);\n\n\t\t\tif($validation->fails())\n\t\t\t{\n\t\t\t\treturn Redirect::to('/users/updateinfo')->withErrors($validation);\n\t\t\t}\n\t\t\telse\n\t\t\t{\n \t$arrResponse=Profile::updateProfileWeb($data, $userID);\n \treturn Redirect::to('/users/myaccount')\n\t\t ->with('flash_notice', '');\n\t\t }\n\t}", "function UpdateUser() {\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_USER_TYPE] = $this->reseller->getUserType();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_USERNAME] = $this->reseller->getUserLoginName();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_EMAIL_ID] = $this->reseller->getEmailId();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_CONTACT_NO] = $this->reseller->getMobileNo();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_FULL_NAME] = $this->reseller->getFullName();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_ADDRESS] = $this->reseller->getAddress();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_CITY] = $this->reseller->getCity();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_REGION] = $this->reseller->getRegion();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_COUNTRY] = $this->reseller->getCountry();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_DOMAIN_NAME] = $this->reseller->getDomainName();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_EXPIRY_DATE] = $this->reseller->getExpiryDate();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_ENABLE_CMS] = $this->reseller->getEnableCMS();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_USER_STATUS] = $this->reseller->getUserStatus();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_NEWPASSWORD] = $this->reseller->getNewPassword();\n\t\t\t$this->data[sgc_reseller_user_api_params::API_RESELLER_USER_PARAM_DLT_ENTITY_ID] = $this->reseller->getDltEntityId();\n $response = new sgc_callapi(sgc_constant::SGC_API, sgc_constant::SGC_ENDPOINT_RESELLER_UPDATE_USER, $this->data, $this->header, sgc_common_api_params::API_COMMON_METHOD_POST, $this->useRestApi);\n\t\t\treturn $response->getResponse();\n\t\t}", "public function update(UserUpdateRequest $request, User $user)\n {\n UserResource::withoutWrapping();\n $input = $request->all();\n\n if (! $user->is(auth()->user())) {\n $input['is_admin'] = ($request->has('is_admin') ? $request->get('is_admin') : false);\n } else {\n unset($input['is_admin']);\n }\n\n if ($request->has('password')) {\n $input['password'] = bcrypt($request->input('password'));\n }\n\n $user->update($input);\n\n return (new UserResource($user))\n ->response()\n ->setStatusCode(202);\n }", "public function update(Request $request, User $user)\n {\n // $this->Validate($request, [\n // 'name' => 'required',\n // 'email' => 'required|email|unique:users,email',\n // ]);\n $user = User::find($request->id);\n // $user->name = $request->name;\n // $user->email = $request->email;\n // $user->phone = $request->phone;\n // $user->address = $request->address;\n // dd($request->company_id);\n $user->name = $request->name;\n $user->email = $request->email;\n $user->company_id = $request->company_id;\n // dd($request->role_name);\n $user->save();\n // foreach ($request->role_name as $role) {\n $role_name = $request->role_name;\n // }\n $user->syncRoles($role_name);\n\n return $user;\n }", "public function update()\n {\n \n $user = $_POST;\n $user['password'] = password_hash('Gorilla1!', PASSWORD_DEFAULT);\n $user['updated_by'] = Helper::getUserIdFromSession();\n $user['created'] = date('Y-m-d');\n\n // Save the record to the database\n UserModel::load()->update($user, Helper::getUserIdFromSession());\n\n return view::redirect('/');\n }", "public function update($id) \n\t{\n\t\t//create rules \n\t\t$rules = array(\n\t\t\t'user_email' => 'required|email|unique:user,user_email,' .$id,\n\t\t\t'user_password' => 'required|confirmed',\n\t\t\t'user_first' \t=> 'required',\n\t\t\t'user_last' \t=> 'required',\n\t\t\t'user_access'\t=> 'required'\n\t\t);\n\n\t\t//validate posted data\n\t\t$validator = Validator::make(Input::all(), $rules);\n\t\t\n\t\t//check if data is ok\n\t\tif($validator->fails()) {\n\t\t\treturn Redirect::to('user/' . $id . '/edit')\n\t\t\t\t->withErrors($validator)\n\t\t\t\t->withInput(Input::except('password'));\n\t\t} else {\n\t\t\t$user = User::find($id);\n\t\t\t$user->user_email = Input::get('user_email');\n\t\t\t$user->user_password = Hash::make(Input::get('user_password'));\n\t\t\t$user->user_first \t = Input::get('user_first');\n\t\t\t$user->user_last \t = Input::get('user_last');\n\t\t\t$user->user_middle\t = Input::get('user_middle');\n\t\t\t$user->user_access\t = Input::get('user_access');\n\t\t\t$user->save();\n\n\t\t\tSession::flash('message', 'User successfully updated');\n\n\t\t}\n\t\n\t\tif(Input::get('save')) {\n\t\t\treturn Redirect::to('user/' . $user->id . '/edit');\n\t\t}\n\n\t\tif(Input::get('save_and_close')) {\n\t\t\treturn Redirect::to('user');\n\t\t}\n\n\t\tif(Input::get('save_and_new')) {\n\t\t\treturn Redirect::to('user/create');\n\t\t}\n\t}", "function update_user($user_id, $old_userdata){\r\n $old_userdata = (array)$old_userdata;\r\n if($old_userdata['user_nicename']) $user_nicename = $old_userdata['user_nicename'];\r\n if($old_userdata['user_pass']) $user_pass = $old_userdata['user_pass'];\r\n if($old_userdata['user_email']) $user_email = $old_userdata['user_email'];\r\n if($old_userdata['nickname'] AND server(get_option('sso_user_nickname')) !== FALSE)\r\n update_usermeta($user_id, 'nickname', $old_userdata['nickname']);\r\n if($old_userdata['first_name'] AND server(get_option('sso_user_firstname')) !== FALSE)\r\n update_usermeta($user_id, 'first_name', $old_userdata['first_name']);\r\n if($old_userdata['last_name'] AND server(get_option('sso_user_lastname')) !== FALSE)\r\n update_usermeta($user_id, 'last_name', $old_userdata['last_name']);\r\n\r\n global $wpdb;\r\n $data = compact('user_pass', 'user_email', 'user_nicename');\r\n $data = stripslashes_deep($data);\r\n $e = $wpdb->update($wpdb->users, $data, array('ID' => $user_id));\r\n}", "public function updateUserDetails() {\n\n if (func_num_args() > 0):\n $uid = func_get_arg(0);\n $userdata = func_get_arg(1); \n try {\n $result = $this->update($userdata, 'user_id = \"' . $uid . '\"');\n if ($result) {\n return $result;\n } else {\n return 0;\n }\n } catch (Exception $e) {\n throw new Exception($e);\n }\n else :\n throw new Exception('Argument Not Passed');\n endif;\n }", "public function update(Request $request, User $user)\n {\n $this->middleware('admin');\n $user->update($request->toArray());\n return new UserResource($user);\n }", "public function update(User $user)\n {\n $this->authorize('update', $user);\n\n $validated = request()->validate([\n 'name' => 'required|string|max:255',\n 'password' => 'nullable|string|min:8',\n 'roles' => 'required|array|min:1',\n 'roles.*' => 'nullable|exists:roles,id',\n 'projects' => 'required|array|min:1',\n 'projects.*' => 'nullable|exists:projects,id',\n 'timezone' => 'required|timezone',\n 'phone' => 'nullable|string',\n ]);\n $user->name = $validated['name'];\n $user->phone = $validated['phone'];\n $user->timezone = $validated['timezone'];\n\n if (isset($validated['password'])) {\n $user->password = Hash::make($validated['password']);\n }\n\n $user->roles()->sync($validated['roles']);\n\n $user->projects()->sync($validated['projects']);\n\n $user->save();\n\n return redirect()->route('users.index')->with('message', 'Информация о пользователе успешно обновлена!');\n }", "public function update(Request $request, User $user)\n {\n $user->fill(Input::all());\n $user->save();\n return Response::json($user);\n }", "public function modifyUser(string $user = null, array $options = null)\n {\n if (null !== $user) {\n $apiurl = $this->api . '/user/info/' . $user;\n } else {\n $apiurl = $this->api . '/user/info';\n }\n\n $output = $this->adapter->post($apiurl, $options);\n\n $user = json_decode($output);\n\n return new Model\\User($user);\n }", "public function update(UpdateAllUserRequest $request, User $user)\n {\n DB::beginTransaction();\n try{\n\n $user->fill($request->only('full_name','dni','phone','user','bank_account_number','role','group_id','sponsor_id','state'));\n $user->password= bcrypt($request->password);\n if($request->state !== 'disabled'){\n $user->access = true;\n }\n\n if(strrpos($request->state,'not') !== false){\n $user->access = false;\n }\n $user->save();\n DB::commit();\n return response(['message' => 'Se ha actualizado la información del usuario corrrectamente']);\n }catch(QueryException $e){\n DB::rollBack();\n return response(['message'=> 'QueryException :'.$e->getMessage(),'type' => 'error']);\n }catch(Exception $e){\n DB::rollBack();\n return response(['message'=> 'Exception :'.$e->getMessage(),'type' => 'error']);\n }\n }", "public function update(\n UpdateUserFormRequest $updateUserFormRequest,\n User $user,\n EditUserAction $editUserAction\n ) {\n try {\n return response()->json(\n $editUserAction(\n $user,\n new UserFormData(\n name: $updateUserFormRequest->name,\n email: $updateUserFormRequest->email,\n password: $updateUserFormRequest->password\n )\n ),\n Response::HTTP_OK\n );\n } catch (UnknownProperties | Exception $exception) {\n return response()\n ->json(['error' => $exception->getMessage()]);\n }\n }", "public function doUpdate()\n {\n // Update user attached to person\n $user = User::find($this->user_id);\n $user->email = Input::get('email');\n $user->save();\n\n // perform actual password reset\n $user->resetPassword();\n\n // Update person\n $this->first = Input::get('first');\n $this->middle = Input::get('middle');\n $this->last = Input::get('last');\n\n return $this->save();\n }", "public function actionUpdate()\n\t{\n\t if (!Yii::app()->user->checkAccess('admin')){\n\t\t\treturn $this->actionView();\n\t }\n\t\t$this->model = DrcUser::loadModel();\n\t\tif($this->model===null)\n\t\t\tthrow new CHttpException(404,'The requested user does not exist.');\n\t\t$this->renderView(array(\n\t\t\t'contentView' => '../drcUser/_edit',\n\t\t\t'contentTitle' => 'Update User Data',\n\t\t\t'createNew'=>false,\n\t\t\t'titleNavRight' => '<a href=\"' . $this->createUrl('base/user/create') . '\"><i class=\"icon-plus\"></i> Add User </a>',\n\t\t\t'action'=>Yii::app()->createUrl(\"user/save\", array('username'=>$this->model->username)),\n\t\t));\n\t}", "public function update(Request $request, User $user)\n {\n $header = getallheaders();\n\n if ($header['Authorization'] != null) \n {\n try {\n $userLogged = JWT::decode($header['Authorization'], $this->key, array('HS256'));\n if ($userLogged->id == 1) \n {\n if (empty($request->name) || empty($request->email) || empty($request->password))\n {\n return response()->json([\n 'MESSAGE' => 'You have to change at least one field'], 400\n );\n }\n\n $user->name = $request->name;\n\n $users = User::where('email', $request->email)->get();\n foreach ($users as $key => $value) {\n if ($request->email == $value->email) {\n return response()->json([\n 'MESSAGE' => 'The email is in use'], 401\n );\n }\n }\n $user->email = $request->email;\n if (strlen($request->password) > 7)\n {\n $user->password = encrypt($request->password);\n } else \n {\n return response()->json([\n 'MESSAGE' => 'The password must have more than seven characters', 411\n ]);\n }\n $user->save();\n return response()->json([\n 'MESSAGE' => 'The user has been updated correctly'], 200\n );\n } else {\n return response()->json([\n 'MESSAGE' => 'Dont have enough permission'], 403\n );\n }\n } \n catch (Exception $e) \n {\n return response()->json([\n 'MESSAGE' => 'Dont have enough permission'], 403\n );\n }\n }\n }", "public function update($id, array $data)\n {\n $user = $this->user->findOrFail($id);\n $user->fill($data);\n $user->save();\n\n return $user;\n }" ]
[ "0.7072398", "0.6988696", "0.68158597", "0.67847306", "0.673627", "0.6723879", "0.66468763", "0.6639159", "0.66325927", "0.66089255", "0.658974", "0.65817297", "0.652922", "0.652608", "0.6469641", "0.64532644", "0.6438656", "0.64348656", "0.6432247", "0.6410259", "0.6408248", "0.6406856", "0.6399976", "0.6379405", "0.63556296", "0.634723", "0.63366264", "0.63233835", "0.6309218", "0.6308594", "0.63081634", "0.63043994", "0.6287878", "0.628381", "0.6264727", "0.6261227", "0.62515754", "0.6241777", "0.62379193", "0.6214938", "0.6206457", "0.62045294", "0.6202526", "0.6199053", "0.61831164", "0.6177927", "0.6168983", "0.61670345", "0.616427", "0.61548007", "0.61486524", "0.6142373", "0.6137172", "0.6133979", "0.6123498", "0.6118965", "0.61159307", "0.6113723", "0.6111771", "0.61102194", "0.6101112", "0.6096001", "0.60906905", "0.60763955", "0.6074069", "0.6065567", "0.60590523", "0.60580623", "0.60553575", "0.6055181", "0.605482", "0.605482", "0.6043788", "0.60415876", "0.6039681", "0.6036222", "0.6033792", "0.6029406", "0.60213846", "0.6021095", "0.60146534", "0.6012037", "0.6011959", "0.6006554", "0.6004296", "0.6003896", "0.59986305", "0.5994423", "0.59935", "0.598586", "0.5980633", "0.5972076", "0.59715325", "0.5970899", "0.59674287", "0.59661293", "0.59658515", "0.5964442", "0.5959801", "0.5959151" ]
0.6962604
2
Deletes the given User.
public function destory(User $user) { return $user->delete(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function deleteUser()\n {\n $this->delete();\n }", "public function delete_user($user);", "public function delete(User $user)\n {\n //\n }", "public function deleting(User $user)\n {\n //\n }", "public function deleting(User $user)\n {\n //\n }", "public function deleting(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n debug('User deleted');\n }", "public function delete_delete()\n {\n $response = $this->UserM->delete_user(\n $this->delete('id')\n );\n $this->response($response);\n }", "public function destroy(Requests\\DeleteUserRequest $request, $user)\n {\n $user = \\App\\User::findOrFail($user);\n $deleteOption = $request->delete_option;\n $selectedUser = $request->selected_user;\n\n if($deleteOption == 'delete') {\n // delete user posts \n $user->posts()->withTrashed()->forceDelete();\n } elseif($deleteOption == 'attribute') {\n $user->posts()->update(['author_id' => $selectedUser]);\n }\n $user->delete();\n \n return redirect()->route('users.index')->with('success', 'User deleted successfully.');\n }", "public function deleteUser(User $user): void\n {\n $em = $this->getDoctrine()->getManager();\n $em->remove($user);\n $em->flush();\n }", "public function delete(User $user)\n {\n $this->authorize('delete', User::class);\n $user->delete();\n return redirect()->route('users_path')->withSuccess('Usuario eliminado correctamente!!');\n }", "protected function deleteUser()\n {\n $userId = $this->request->variable('user_id',0);\n\n if($userId === 0)\n {\n $this->sendResponse([\n 'status' => 'failed',\n 'message' => 'Invalid data supplied',\n 'error' => ['User ID was not supplied']\n ]);\n }\n\n // Determine if this user is an administrator\n $arrUserData = $this->auth->obtain_user_data($userId);\n $this->auth->acl($arrUserData);\n $isAdmin = $this->auth->acl_get('a_');\n\n if($isAdmin)\n {\n $this->sendResponse([\n 'status' => 'failed',\n 'message' => 'User was not deleted because they are an admin',\n 'error' => ['phpBB admin accounts cannot be automatically deleted. Please delete via ACP.']\n ]);\n }\n\n user_delete('remove', $userId);\n\n // Send success response\n $this->sendResponse([\n 'status' => 'success',\n 'message' => 'phpBB user was deleted',\n 'data' => [\n 'user_id' => $userId\n ]\n ]);\n }", "public function deleteAction(Request $request, User $user)\n {\n $form = $this->createDeleteForm($user);\n $form->handleRequest($request);\n\n //if ($form->isSubmitted() && $form->isValid()) {\n $em = $this->getDoctrine()->getManager();\n $em->remove($user);\n $em->flush();\n\n $this->get('Services')->setFlash('danger', $this->get('translator')->trans('User deleted!'));\n //}\n\n return $this->redirectToRoute('user_index');\n }", "public function deleteUser($userId);", "public function destroy(User $user)\n {\n //TODO: montar excluir usuário\n }", "public function delete() {\n\t\t$query = \"DELETE FROM Users WHERE userId = :id\";\n\t\t$query_params = array(':id' => $this->userData['userId']);\n\t\texecuteSQL($query, $query_params);\n\t}", "public function destroy(User $user)\n {\n $this->authorize('delete', [User::class, $user]);\n\n // Delete the user...\n }", "public function destroy(User $user)\n {\n User::find($user->id)->delete();\n }", "public function destroy(User $user)\n {\n User::find($user->id)->delete();\n }", "public function destroy(User $user)\n {\n $user->delete();\n }", "public function destroy(User $user)\n {\n $user->delete();\n }", "public function delete(User $user) {\n //Checks permission first\n if(!Auth::user()->hasAccess('platform.users.delete')) {\n return redirect()->action('Platform\\UserController@list')->with('alert', [\n 'type' => \"error\",\n 'message' => \"You don't have permission to delete users.\"\n ]);\n }\n\n //Deletes user\n $user->delete();\n\n //Trigger user edited event\n event(new UserDeleted($user->toArray()));\n\n //Returns to users' list\n return redirect()->action('Platform\\UserController@list')->with('alert', [\n 'type' => 'success',\n 'message' => 'User has been deleted'\n ]);;\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleted(User $user)\n {\n //\n }", "public function deleting(User $user)\n {\n if($user->isForceDeleting()) \n {\n $this->forceDeleting($user);\n }\n }", "public function userDeleted()\n\t{\n\t\tself::authenticate();\n\n\t\t$userId = FormUtil::getPassedValue('user', null, 'GETPOST');\n\t\tif(!is_string($userId)) {\n\t\t\treturn self::ret(false);\n\t\t}\n\n\t\t$user = $this->entityManager->getRepository('Owncloud_Entity_DeleteUser')->findOneBy(array('uname' => $userId));\n\t\tif(!($user instanceof Owncloud_Entity_DeleteUser)) {\n\t\t\treturn self::ret(false);\n\t\t}\n\t\t$this->entityManager->remove($user);\n\t\t$this->entityManager->flush();\n\n\t\treturn self::ret(true);\n\t}", "public function delete()\n { if (is_null($this->id))\n trigger_error(\"User::delete(): Attempt to delete a User object that does not have its ID property set.\", E_USER_ERROR);\n\n // Delete the User\n $conn = new PDO(DB_DSN, DB_USER, DB_PASS);\n $st = $conn->prepare(\"DELETE FROM users WHERE id = :id LIMIT 1\");\n $st->bindValue(\":id\", $this->id, PDO::PARAM_INT); \n $st->execute();\n \n $conn = null;\n }", "public function destroy(User $user)\n {\n $user->delete();\n\n return redirect()->route('user.index')->withStatus(__('User successfully deleted.'));\n }", "public function destroy(User $user)\n {\n $this->authorize('add', User::class);\n $user->delete();\n }", "private function deleteUser()\n {\n try \n {\n $request = $_REQUEST;\n\n if(!isset($request['userid']) || $request['userid']==\"\")\n throw_error_msg(\"user id not provided\");\n else if(!is_numeric($request['userid']))\n throw_error_msg(\"invalid user id\");\n else\n $userid = (int)$request['userid'];\n\n global $userquery;\n $user = $userquery->delete_user($userid);\n \n if( error() )\n {\n throw_error_msg(error('single')); \n }\n\n if( msg() )\n {\n $data = array('code' => \"200\", 'status' => \"success\", \"msg\" => 'user deleted successfully', \"data\" => array());\n $this->response($this->json($data));\n } \n }\n catch(Exception $e)\n {\n $this->getExceptionDelete($e->getMessage()); \n } \n }", "public function destroy(User $user)\n {\n //\n $user->delete();\n\n return redirect('/users');\n }", "public static function delete(Users $user)\n {\n $email=$user->Email;\n DB::delete(\"user\",\"Email='$email' AND IsDeleted=0\");\n \n //$conn->close();\n header('location: DeleteUser.php');\n\n }", "public function destroy(User $user)\n {\n $user->delete();\n\n return redirect()->route('user.index')->withStatus(__('User successfully deleted.'));\n }", "public function deleteuser($user_id)\n {\n $user = User::findOrfail($user_id);\n $user->delete();\n\n Session::flash('status_delete_utilisateur', 'Employé supprimé avec succès.');\n return redirect()->route('admin');\n }", "public function destroy(User $user)\n {\n // $this->model->delete($user);\n\n // return redirect('users')->with('success', 'User deleted successfully');\n }", "public function delete($user_id) {\n $this->cancel_subscription($user_id);\n\n /* Send webhook notification if needed */\n if(settings()->webhooks->user_delete) {\n\n $user = db()->where('user_id', $user_id)->getOne('users', ['user_id', 'email', 'name']);\n\n \\Unirest\\Request::post(settings()->webhooks->user_delete, [], [\n 'user_id' => $user->user_id,\n 'email' => $user->email,\n 'name' => $user->name\n ]);\n\n }\n\n /* Delete everything related to the domain that the user owns */\n $result = database()->query(\"SELECT `link_id` FROM `links` WHERE `user_id` = {$user_id}\");\n while($link = $result->fetch_object()) {\n (new \\Altum\\Models\\Link())->delete($link->link_id);\n }\n\n /* Delete the record from the database */\n db()->where('user_id', $user_id)->delete('users');\n\n /* Clear the cache */\n \\Altum\\Cache::$adapter->deleteItemsByTag('biolinks_links_user_' . $user_id);\n \\Altum\\Cache::$adapter->deleteItemsByTag('user_id=' . $user_id);\n\n }", "public function deleteUser()\n {\n $user = User::find(Auth::id());\n $user->delete();\n return redirect('/');\n }", "public function destroy(User $user)\n {\n $user->delete();\n return redirect(route('admin.users'));\n }", "public function deleteUser(request $request){\n \n $afi = User::find($request->id);\n $afi->delete();\n \n }", "public function deleteUserById($user_id){\n $this->dao->deleteUserByid($user_id);\n }", "public function destroy(User $user)\n {\n $user->delete();\n\n return redirect()->route('dashboard.users.index');\n }", "public function destroy(User $user)\n {\n $user->delete();\n return redirect(route('users.index'));\n }", "public function destroy(User $user)\n {\n $user->delete();\n\n return redirect()->route('admin.users.index')->with('status', __('User deleted'));\n }", "public function destroy(User $user)\n {\n //para eliminar un usuario entonces se buscar el usuario con el id en la base para luego eliminarlo o desactivarlo\n if ($user->id == 1) {\n return abort(403);\n }\n\n $user->delete();\n\n return redirect()->route('user.index')->withStatus(__('User successfully deleted.'));\n }", "public function destroy(User $user)\n {\n $user->delete();\n\n return redirect('/users');\n }", "public function deleteUser()\n {\t\t\n\t\t$user = $this->checkToken();\n\t\tif ($user) {\t\n\t\t\t$userModel = UserModel::find($user->id);\n\t\t\t$userModel->destroy();\n\t\t\t$this->expireToken($userModel);\n\t\t\treturn $this->sendResponse('Your account has been deleted');\n\t\t}\n\t\treturn $this->sendResponse('You are not authorised to delete this account');\n }", "public function destroy(User $user)\n {\n $currentUser = Auth::user();\n \n if ($user->id !== $currentUser->id) {\n \n $user->save();\n $user->delete();\n\n Alert::success('Success', 'User deleted successfully');\n return redirect('users');\n }\n Alert::error('Error', 'User not deleted');\n return back()->with('error');\n }", "public static function delete(User $user) { \n try {\n /**\n * Database Eloquent access\n */\n $user->delete();\n } catch (\\Illuminate\\Database\\QueryException $e) {\n /**\n * See xxx_user_table.php \n * migrations files sequentially for futher infos.\n */\n return false;\n }\n /**\n * Well user is deleted.\n */\n return $user;\n }", "public function destroy(User $user)\n {\n $user->delete();\n\n flash()->success('Success!', 'User successfully deleted.');\n }", "public function destroy(Request $request, User $user)\n\t{\n\n \t$user->where('id', $request->user)->delete();\n\n \treturn redirect('/users');\n\t}", "public function delete($user)\n {\n\n }", "public function delete($user){\n }", "public function destroy(User $user)\n {\n $user->delete();\n\n return redirect()->route('user.index')->withStatus(__('Usuario Borrado.'));\n }", "public function destroy(User $user)\n {\n $user->delete();\n\n return redirect()->route('backend.corporate.users.index')\n ->with('success', 'User deleted successfully.');\n }", "public function destroy(User $user)\n {\n try {\n $user->delete();\n } catch (\\Throwable $th) {\n throw $th;\n }\n }", "public function destroy(User $user)\n {\n $user->delete();\n\n flash('User deleted', 'success');\n\n return redirect()->route('users.index');\n }", "public function destroy(User $user)\n {\n if (User::first() == $user) {\n abort(403);\n }\n $user->delete();\n return redirect()->route('admin.users.index')->with('success', 'Changes saved!');\n }", "public function destroy(User $user)\n {\n try {\n $user->delete();\n return redirect()->route('admin.users.index')->with('message', __('user.admin.delete_success'));\n } catch (Exception $e) {\n return redirect()->route('admin.users.index')->with('alert', __('user.admin.delete_fail'));\n }\n }", "public function delete(User $user)\n {\n if($user->protected)\n {\n flash('Tohoto uživatele nelze upravit.', 'warning');\n return $this->refresh();\n }\n\n $user->delete();\n\n flash('Uživatel úspěšně smazán.', 'success');\n return $this->refresh();\n }", "public function destroy(User $user)\n {\n Log::info('Going to delete user: ', $user->toArray());\n\n $user->delete();\n\n Log::info('Deleted user:', $user->toArray());\n\n return redirect(route('users.index'));\n }", "public function destroy(Request $request, User $user)\n {\n $request->user()->authorizeRoles(['admin', 'user']);\n \n $user = User::find($user->id);\n $user->delete();\n\n return redirect('/users')->with('success', 'Usuario eliminado con éxito');\n }", "public function destroy(User $user)\n {\n $this->authorize('delete', $user);\n $user->delete();\n alert('Exito', 'Usuario eliminado', 'success');\n return redirect()->route('backoffice.user.index');\n }", "public function delete(User $user, InterventionRequest $interventionRequest)\n {\n //\n }", "public function delete($user)\n {\n $user->deleteProfilePhoto();\n $user->tokens->each->delete();\n\n // $user->delete(); csak logikai törlés a megngedett\n $user->update([\"name\" => \"deleted\".$user->id,\n \"email\" => \"deleted\".$user->id.\"@deleted.com\",\n \"password\" => \"psw\".rand(100000,999999)]);\n\n \\DB::table('members')\n ->where('user_id','=',$user->id)\n ->delete();\n\n }", "public function destroy(User $user)\n {\n $user->delete();\n return redirect()->route('users.index');\n }", "public function destroy(User $user)\n {\n $user->delete();\n return redirect()->route('user.index');\n }", "public function userDeleteAction(Request $request)\n {\n $id = $request->get('id');\n\n $userRepo = $this->get('doctrine')->getManager()->getRepository('AppBundle:User');\n $user = $userRepo->find($id);\n\n // delete user\n $userManager = $this->getDoctrine()->getManager();\n $userManager->remove($user);\n $userManager->flush();\n \n return $this->redirectToRoute('app_users');\n }", "public function destroy(User $user)\n {\n \n }", "public function destroy(User $user)\n {\n $user->delete();\n\n return redirect()->route('users.index');\n }", "public function delete(User $user)\n {\n \\Storage::delete($user->photo);\n $user->delete();\n\n \\Session::flash('alert-type', 'success'); \n \\Session::flash('alert-message', 'Data User Berhasil Dihapus !'); \n return redirect()->route('dashboard.admin.users.index');\n }", "public function destroy(User $user)\n {\n User::destroy($user->id);\n\n return redirect('usercontrol')->with('status', 'User successfully deleted!');\n }", "public function deleteUser($id)\n {\n $user = User::find($id);\n $user->delete();\n }", "public function deleteUser($idUser){\n $query = \"DELETE FROM final_usuario WHERE idUser=\".$idUser;\n return $this->con->action($query);\n }", "public function destroy(User $user)\n {\n $user -> delete();\n return redirect() -> route('users.index');\n }", "public function destroy(User $user)\n {\n //\n if ($user->id){\n $user->delete();\n }\n return redirect()->route('users.index');\n }", "public function destroy(User $user)\n {\n $user->delete();\n return redirect()->to('users')->withSuccess('user account Deleted');\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }", "public function destroy(User $user)\n {\n //\n }" ]
[ "0.84389365", "0.80897576", "0.80447096", "0.80249155", "0.80249155", "0.80249155", "0.7934586", "0.79339594", "0.78338915", "0.78198403", "0.77961993", "0.7794699", "0.76495105", "0.76424676", "0.7640873", "0.76209164", "0.75908273", "0.75819594", "0.75819594", "0.75737464", "0.75737464", "0.75715965", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.7559212", "0.75170815", "0.7495711", "0.7484875", "0.7473569", "0.7471222", "0.7463221", "0.7458837", "0.7457474", "0.745669", "0.745416", "0.7440328", "0.7434188", "0.74251884", "0.7416532", "0.7408674", "0.7408604", "0.7404974", "0.739673", "0.73949003", "0.738008", "0.7378798", "0.73759496", "0.7374826", "0.7374542", "0.7370781", "0.73701924", "0.73657405", "0.73645073", "0.73605347", "0.7359088", "0.73529583", "0.7352758", "0.7347506", "0.7346989", "0.73464954", "0.73393047", "0.7334409", "0.73334587", "0.73333246", "0.732931", "0.73286766", "0.732747", "0.73267627", "0.7323182", "0.7316961", "0.73124385", "0.73069286", "0.73058987", "0.7302947", "0.72941196", "0.7292264", "0.72877145", "0.727946", "0.72764736", "0.72764736", "0.72764736", "0.72764736", "0.72764736", "0.72764736", "0.72764736", "0.72764736", "0.72764736", "0.72764736", "0.72764736", "0.72764736", "0.72764736" ]
0.0
-1
Create a new command instance.
public function __construct() { parent::__construct(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function newCommand() {\n return newinstance(Command::class, [], '{\n public static $wasRun= false;\n public function __construct() { self::$wasRun= false; }\n public function run() { self::$wasRun= true; }\n public function wasRun() { return self::$wasRun; }\n }');\n }", "public function createCommand()\r\n\t{\r\n\t\t$obj = new DbCommand($this,$this->dbms);\r\n\t\treturn $obj;\r\n\t}", "public function createCommand() {\n\t\treturn new UnboxedCommand( $this );\n\t}", "protected function createCommand($args) {\n $command = new Command();\n $command->id = ifseta($args, 'id');\n $command->name = ifseta($args, 'name');\n $command->url = ifseta($args, 'url');\n $command->description = ifseta($args, 'description');\n $command->uses = ifseta($args, 'uses');\n $command->creationDate = ifseta($args, 'creation_date');\n $command->lastUseDate = ifseta($args, 'last_use_date');\n $command->goldenEggDate = ifseta($args, 'golden_egg_date');\n return $command;\n }", "static public function create($cmd = null, $args = null)\n {\n return new self($cmd, $args);\n }", "public function createCommand($kernel, string $commandName = null, string $commandDescription = null): Command;", "public function makeCommand() \n {\n if($this->CrontabCommandObject === NULL)\n {\n $this->CrontabCommandObject = new \\root\\library\\Crontab\\CrontabCommand\\CrontabCommand();\n }\n \n return $this->CrontabCommandObject;\n }", "public function testInstantiation()\n {\n $command = new CreateRule('dummy name');\n }", "public function command(Command $command);", "public function __construct($command)\n {\n $this->command = $command;\n }", "public static function create(array $data)\n {\n $command = new static();\n $command->exchangeArray($data);\n return $command;\n }", "protected function getCreateCommand()\n {\n $command = new IndexCreateCommand();\n $command->setContainer($this->getContainer());\n\n return $command;\n }", "public function createCommand($string = '')\n {\n return $this->createStringable($string);\n }", "public function createCommand($type) {\r\n $command = $this->xml->createElement('command');\r\n $command->setAttribute('xsi:type', $type);\r\n $command->setAttribute('xmlns', '');\r\n $this->xmlSchema($command);\r\n return $command;\r\n }", "public function __construct()\n {\n // We will go ahead and set the name, description, and parameters on console\n // commands just to make things a little easier on the developer. This is\n // so they don't have to all be manually specified in the constructors.\n if (isset($this->signature)) {\n $this->configureUsingFluentDefinition();\n } else {\n parent::__construct($this->name);\n }\n\n // Once we have constructed the command, we'll set the description and other\n // related properties of the command. If a signature wasn't used to build\n // the command we'll set the arguments and the options on this command.\n $this->setDescription((string) $this->description);\n\n $this->setHelp((string) $this->help);\n\n $this->setHidden($this->isHidden());\n\n if (! isset($this->signature)) {\n $this->specifyParameters();\n }\n }", "public function make(string $name, PreprocessorInterface $preprocessor = null): CommandInterface;", "private function _getCommandByClassName($className)\n {\n return new $className;\n }", "public function newCommand($regex, $callable) {\n $cmd = new Command();\n $cmd->regex = $regex;\n $cmd->callable = $callable;\n return $this->addCommand($cmd);\n }", "public static function create($commandID, ...$args)\n {\n $arguments = func_get_args();\n\n return new static(array_shift($arguments), $arguments);\n }", "private function __construct($command = null)\n {\n $this->command = $command;\n }", "public static function factory(string $command, string $before = '', string $after = ''): self\n {\n return new self($command, $before, $after);\n }", "public function getCommand() {}", "protected function buildCommand()\n {\n $command = new Command(\\Tivie\\Command\\ESCAPE);\n $command\n ->chdir(realpath($this->repoDir))\n ->setCommand($this->gitDir)\n ->addArgument(new Argument('tag', null, null, false))\n ->addArgument(new Argument($this->tag, null, null, true));\n\n return $command;\n }", "public function testCanBeInstantiated()\n {\n $command = $this->createInstance();\n $this->assertInstanceOf('\\\\Dhii\\\\ShellInterop\\\\CommandInterface', $command, 'Command must be an interoperable command');\n $this->assertInstanceOf('\\\\Dhii\\\\ShellCommandInterop\\\\ConfigurableCommandInterface', $command, 'Command must be a configurable command');\n $this->assertInstanceOf('\\\\Dhii\\\\ShellCommandInterop\\\\MutableCommandInterface', $command, 'Command must be a mutable command');\n }", "public function getCommand();", "protected function createCommand($name, array $parameters = [])\n {\n return new Fluent(\n array_merge(\n compact('name'),\n $parameters)\n );\n }", "public function testCanPassCommandStringToConstructor()\n {\n $command = new Command('/bin/ls -l');\n\n $this->assertEquals('/bin/ls -l', $command->getExecCommand());\n }", "public function makeCommandInstanceByType(...$args): CommandInterface\n {\n $commandType = array_shift($args);\n\n switch ($commandType) {\n case self::PROGRAM_READ_MODEL_FETCH_ONE_COMMAND:\n return $this->makeFetchOneCommand(...$args);\n\n case self::PROGRAM_READ_MODEL_FIND_COMMAND:\n return $this->makeFindCommand(...$args);\n\n case self::PROGRAM_READ_MODEL_FIND_LITE_COMMAND:\n return $this->makeFindLiteCommand(...$args);\n\n case self::PROGRAM_READ_MODEL_CREATE_TASK_COMMAND:\n return $this->makeItemCreateTaskCommand(...$args);\n\n case self::PROGRAM_READ_MODEL_CREATE_COMMAND:\n return $this->makeItemCreateCommand(...$args);\n\n case self::PROGRAM_READ_MODEL_UPDATE_TASK_COMMAND:\n return $this->makeItemUpdateTaskCommand(...$args);\n\n case self::PROGRAM_READ_MODEL_UPDATE_COMMAND:\n return $this->makeItemUpdateCommand(...$args);\n\n case self::PROGRAM_READ_MODEL_DELETE_TASK_COMMAND:\n return $this->makeItemDeleteTaskCommand(...$args);\n\n case self::PROGRAM_READ_MODEL_DELETE_COMMAND:\n return $this->makeItemDeleteCommand(...$args);\n\n case self::PROGRAM_READ_MODEL_ADD_ID_COMMAND:\n return $this->makeItemAddIdCommand(...$args);\n\n default:\n throw new FactoryException(sprintf('Command bus for type `%s` not found!', (string) $commandType));\n }\n }", "public function __construct($cmd)\n {\n $this->cmd = $cmd;\n }", "public function getCommand()\n {\n }", "public function command($class)\n {\n $runnable = $this->resolveClass($class);\n\n if ( ! $runnable instanceof Command) {\n throw new InvalidArgumentException(get_class($runnable).' must be an instance of '.Command::class.'.');\n }\n\n $command = $runnable;\n\n if ($runnable instanceof Taggable) {\n $command = new Cached($command, $this);\n }\n\n if ($runnable instanceof Transactional) {\n $command = new Transaction($command, $this, $this->makeFromContainer(ConnectionInterface::class));\n }\n\n if ($runnable instanceof Eventable) {\n $command = new Evented($command, $this);\n }\n\n return $this->newBuilder($command);\n }", "protected function createCommandFactory(): CommandFactory\n {\n return new CommandFactory([\n 'CLOSE' => Command\\CLOSE::class,\n ]);\n }", "public static function register() {\n\n if ( !defined( 'WP_CLI' ) || !WP_CLI ) {\n return;\n }\n \n $instance = new static;\n if(empty( $instance->namespace )) {\n throw new \\Exception(\"Command namespace not defined\", 1);\n \n }\n\t\t\\WP_CLI::add_command( $instance->namespace, $instance, $instance->args ?? null );\n\t}", "public function addCommand($command);", "public function add(Command $command);", "abstract protected function getCommand();", "public function createCommand()\r\n\t{\r\n\t\t//start the string\r\n\t\t$command = '';\r\n\t\t\r\n\t\t//add the java command or the path to java\r\n\t\t$command .= $this->java_path;\r\n\t\t\r\n\t\t//add the class path\r\n\t\t$command .= ' -cp \"'. $this->stanford_path . $this->seperator . '*\" ';\r\n\t\t\r\n\t\t//add options\r\n\t\t$options = implode(' ', $this->java_options);\r\n\t\t$command .= '-'.$options;\r\n\t\t\r\n\t\t//add the call to the pipeline object\r\n\t\t$command .= ' edu.stanford.nlp.pipeline.StanfordCoreNLP ';\r\n\r\n\t\t//add the annotators\r\n\t\t$command .= '-annotators '. $this->listAnnotators();\r\n\t\t\r\n\t\t//add the input and output directors\r\n\t\t$command .= ' -file '. $this->tmp_file . ' -outputDirectory '. $this->tmp_path;\r\n\t\t\r\n\t\t//this is for testing purposes\r\n\t\t//$command .= ' -file '. $this->tmp_path .'\\\\nlp3F25.tmp' . ' -outputDirectory '. $this->tmp_path;\r\n\t\t\r\n\t\t//if using regexner add this to the command string\r\n\t\tif($this->annotators['regexner'] === true)\r\n\t\t{\r\n\t\t\t$command .=' -regexner.mapping '. $this->regexner_path . $this->seperator . $this->regexner_file;\r\n\t\t}\r\n\t\t\r\n\t\t\r\n\t\treturn $command;\r\n\t}", "protected function createCommand(string $name, array $parameters = []): Fluent\n {\n return new Fluent(array_merge(compact('name'), $parameters));\n }", "public function __construct()\n {\n parent::__construct(static::NAME, static::VERSION);\n $this->add(new DefaultCommand());\n }", "public function __construct()\n {\n parent::__construct();\n\n $this->command_name = config(\"custom-commands.command_name\");\n\n parent::__construct($this->signature = $this->command_name);\n\n $this->commands = (array) config(\"custom-commands.commands\");\n \n $this->table = config(\"custom-commands.table\");\n\n $this->row = config(\"custom-commands.row\");\n\n $this->changeEnv = (boolean) config(\"custom-commands.change_env\");\n\n }", "protected function createCommandFile()\n {\n $command_file_full_path = $this->command_dir_path . DIRECTORY_SEPARATOR . $this->arg->getCommandFileName();\n\n // Check if the command already exists\n if (file_exists($command_file_full_path)) {\n throw new Exception('Command already exists.');\n }\n\n // Create the file for the new command\n $command_file = fopen($command_file_full_path, 'w');\n\n // TODO: Create Script Generator to generate the PHP scripts for the new command.\n\n fclose($command_file);\n\n $this->console->getOutput()->println('File created at: ' . $command_file_full_path);\n $this->console->getOutput()->success('Command ' . $this->arg->getSignature() . ' created successfully.');\n }", "public static function create() {}", "public static function create() {}", "public static function create() {}", "public static function create(InteropContainer $container)\n {\n $middleware = $container->get('cmd.middleware');\n return new CommandBusFactory($middleware);\n }", "private function createCli() {\n $this->cli = new Cli();\n $this->commands = $this->commandParser->getAllCommands();\n\n foreach ($this->commands as $command) {\n if ($command->isDefault()) {\n $this->cli->command(\"*\");\n foreach ($command->getOptions() as $option) {\n $this->cli->opt($option->getName(), $option->getDescription(), $option->isRequired(), $option->getType());\n }\n foreach ($command->getArguments() as $argument) {\n if (!$argument->isVariadic())\n $this->cli->arg($argument->getName(), $argument->getDescription(), $argument->isRequired());\n }\n }\n if ($command->getName() != \"\") {\n $this->cli->command($command->getName())->description($command->getDescription());\n foreach ($command->getOptions() as $option) {\n $this->cli->opt($option->getName(), $option->getDescription(), $option->isRequired(), $option->getType());\n }\n foreach ($command->getArguments() as $argument) {\n if (!$argument->isVariadic())\n $this->cli->arg($argument->getName(), $argument->getDescription(), $argument->isRequired());\n }\n }\n }\n\n\n }", "public function testInstantiation()\n {\n $this->assertInstanceOf('Contao\\ManagerBundle\\Command\\InstallWebDirCommand', $this->command);\n }", "public function command(string $command): self\n {\n $this->addCommands[] = $command;\n\n return $this;\n }", "public function create() {}", "protected function createProcess($cmd)\n {\n return new Process(explode(' ', $cmd));\n }", "public function create(){}", "protected function getCommandFactory(): Command\\Factory\n {\n return new Command\\RedisFactory();\n }", "public function __construct()\n {\n parent::__construct();\n\n $this->commandData = new CommandData($this, CommandData::$COMMAND_TYPE_API);\n }", "public function testNewCommand() : void\n {\n $this->assertFalse($this->command->hasArguments());\n $this->assertEquals(\"\", $this->command->getArguments());\n }", "protected function createCommandBuilder()\n\t{\n\t\treturn new CSqliteCommandBuilder($this);\n\t}", "public function __construct($command, $config = [])\n {\n $this->command = $command;\n $this->_output = $this->getDefaultOutput();\n parent::__construct($config);\n }", "public function __construct(){\n\n global $argv;\n\n if(!isset($argv[1])){\n echo 'You must supply a command!' . PHP_EOL;\n exit;\n }//if\n\n $args = $argv;\n\n $scriptName = array_shift($args);\n $method = array_shift($args);\n\n $method = explode('-',$method);\n foreach($method as $k => $v){\n if($k != 0){\n $method[$k] = ucwords($v);\n }//if\n }//foreach\n\n $method = implode('',$method);\n\n $resolved = false;\n\n if(method_exists($this,$method)){\n call_user_func(Array($this,$method), $args);\n $resolved = true;\n }//if\n else {\n foreach(static::$extendedCommands as $commandClass){\n if(method_exists($commandClass,$method)){\n call_user_func(Array($commandClass,$method), $args);\n $resolved = true;\n break;\n }//if\n }//foreach\n }//el\n\n if(!$resolved){\n echo \"`{$method}` is not a valid CLI command!\";\n }//if\n\n echo PHP_EOL;\n exit;\n\n }", "public function forCommand($command)\n {\n $this->command = $command;\n $this->pipe = new NullPipe();\n $this->manager = new InteractiveProcessManager($this->userInteraction);\n\n return $this;\n }", "public function __construct()\n {\n parent::__construct('pwman', '0.1.0');\n\n $getCommand = new Get();\n $this->add($getCommand);\n\n $setCommand = new Set();\n $this->add($setCommand);\n }", "public function create() {\n $class_name = $this->getOption('className');\n return new $class_name();\n }", "public function createCommand(?string $sql = null, array $params = []): Command;", "public function __construct($command = NULL, $name = NULL)\n {\n $args = func_get_args();\n\n switch ($command) {\n case self::CONSTR_CMD_POPULATE_SYNCED_ARRAY:\n case self::CONSTR_CMD_POP_FROM_ARR:\n case self::CONSTR_CMD_POP_FROM_OBJ:\n case self::CONSTR_CMD_POP_FROM_DB:\n case self::CONSTR_CMD_NEW:\n $this->setup_name = $name;\n\n # shift off known args\n array_shift($args);\n array_shift($args);\n break;\n }\n\n switch ($command) {\n case self::CONSTR_CMD_POP_FROM_ARR:\n $this->applyArray($args[0]);\n break;\n case self::CONSTR_CMD_POP_FROM_OBJ:\n break;\n case self::CONSTR_CMD_POP_FROM_DB:\n break;\n case self::CONSTR_CMD_POPULATE_SYNCED_ARRAY:\n $this->applyArray($args[0]);\n $this->setAllLoaded();\n break;\n default:\n throw new OrmInputException('Guessing not supported, please explicitly specify construction type');\n self::constructGuess($args);\n }\n\n $this->ensureObjectInDb();\n }", "public function generateCommands();", "protected function newInstanceCommand($commandClass)\n {\n $class = new ReflectionClass($commandClass);\n\n return $class->newInstanceArgs($this->resolveCommandParameters($class));\n }", "protected function buildCommand()\n {\n return $this->command;\n }", "public function makeItemCreateCommand(string $processUuid, array $item): ItemCreateCommand\n {\n $processUuid = ProcessUuid::fromNative($processUuid);\n $uuid = Uuid::fromNative(null);\n $item = Item::fromNative($item);\n\n return new ItemCreateCommand($processUuid, $uuid, $item);\n }", "public function __construct($commandName, $args = [], $description = '') {\n if (!$this->setName($commandName)) {\n $this->setName('--new-command');\n }\n $this->addArgs($args);\n\n if (!$this->setDescription($description)) {\n $this->setDescription('<NO DESCRIPTION>');\n }\n }", "public function getCommand($name, array $args = array())\n {\n return parent::getCommand($name, $args)\n ->setRequestSerializer(RequestSerializer::getInstance());\n }", "protected function buildCommand()\n {\n $command = new Command(\\Tivie\\Command\\DONT_ADD_SPACE_BEFORE_VALUE);\n $command\n ->chdir(realpath($this->repoDir))\n ->setCommand($this->gitDir)\n ->addArgument(new Argument('rev-parse'))\n ->addArgument(new Argument('HEAD'));\n\n return $command;\n }", "protected function instantiateCommand(Request $request, $args)\n {\n $command = new DeletePackageCustomerCommand($args);\n\n $requestBody = $request->getParsedBody();\n\n $this->setCommandFields($command, $requestBody);\n\n return $command;\n }", "public function createCommand($sql = null, $params = [])\n {\n $command = new Command([\n 'db' => $this,\n 'sql' => $sql,\n ]);\n\n return $command->bindValues($params);\n }", "protected function setCommand($value) {\n\t\t$this->_command = trim($value);\n\t\treturn $this;\n\t}", "public function setCommand($command)\n {\n $this->command = $command;\n\n return $this;\n }", "public function buildCommand()\n {\n return parent::buildCommand();\n }", "private function registerMakeModuleCommand()\n {\n $this->app->singleton('command.make.module', function($app) {\n return $app['Caffeinated\\Modules\\Console\\Generators\\MakeModuleCommand'];\n });\n\n $this->commands('command.make.module');\n }", "public function __construct()\n {\n parent::__construct();\n\n $this->currentDirectory = getcwd();\n $this->baseIndentLevel = 0;\n $this->registerCommand(\"Ling\\LingTalfi\\Kaos\\Command\\HelpCommand\", \"help\");\n $this->registerCommand(\"Ling\\LingTalfi\\Kaos\\Command\\InitializePlanetCommand\", \"init\");\n $this->registerCommand(\"Ling\\LingTalfi\\Kaos\\Command\\PackAndPushUniToolCommand\", \"packpushuni\");\n $this->registerCommand(\"Ling\\LingTalfi\\Kaos\\Command\\PackLightPluginCommand\", \"packlightmap\");\n $this->registerCommand(\"Ling\\LingTalfi\\Kaos\\Command\\PushCommand\", \"push\");\n $this->registerCommand(\"Ling\\LingTalfi\\Kaos\\Command\\PushUniverseSnapshotCommand\", \"pushuni\");\n $this->registerCommand(\"Ling\\LingTalfi\\Kaos\\Command\\UpdateSubscriberDependenciesCommand\", \"updsd\");\n\n }", "public function getCommand(string $command);", "protected function registerCommand(){\n\t\t$this->app->singleton('fakeid.command.setup', function ($app){\n\t\t\treturn new SetupCommand();\n\t\t});\n\n\t\t$this->commands('fakeid.command.setup');\n\t}", "public function addCommand($command, $args = [], $data = [])\n {\n $item = new ScreenCommand();\n $item->screen_id = $this->id;\n $item->command = $command;\n $item->arguments = $args;\n $item->fill($data);\n $item->save();\n\n return $item;\n }", "public function test_creating_command_from_container()\n {\n $now = new \\DateTime();\n $this->container->add('DateTime', $now);\n $command = 'Spekkionu\\DomainDispatcher\\Test\\Commands\\CommandWithConstructor';\n $result = $this->dispatcher->dispatch($command);\n $this->assertSame($now, $result);\n }", "protected function createProcess(): Process\n {\n $command = [\n $this->settings['executable']\n ];\n\n $command[] = $this->from;\n $command[] = $this->to;\n\n // Set the margins if needed.\n if ($this->settings['marginsType'] !== self::MARGIN_TYPE_NO_MARGINS) {\n $command[] = '--marginsType=' . $this->settings['marginsType'];\n }\n\n // If we need to proxy with node we just need to prepend the $command with `node`.\n if ($this->settings['proxyWithNode']) {\n array_unshift($command, 'node');\n }\n\n // If there's no graphical environment we need to prepend the $command with `xvfb-run\n // --auto-servernum`.\n if (! $this->settings['graphicalEnvironment']) {\n array_unshift($command, '--auto-servernum');\n array_unshift($command, 'xvfb-run');\n }\n\n return new Process($command);\n }", "private function registerCommand()\n {\n $this->app->singleton('command.shenma.push', function () {\n return new \\Larva\\Shenma\\Push\\Commands\\Push();\n });\n\n $this->app->singleton('command.shenma.push.retry', function () {\n return new \\Larva\\Shenma\\Push\\Commands\\PushRetry();\n });\n }", "public function __construct(string $command, string $before = '', string $after = '')\n {\n $this->command = $command;\n $this->before = $before;\n $this->after = $after;\n }", "public function generateCommand($singleCommandDefinition);", "public function create() {\n }", "public function create() {\n }", "public function create() {\r\n }", "public function create() {\n\n\t}", "private function getImportCommand()\n {\n return new IndexImportCommand(self::getContainer());\n }", "public function __construct($command)\n {\n $this->command = $command;\n\n $this->command->line('Installing Images: <info>✔</info>');\n }", "public function __construct()\n {\n self::$instance =& $this;\n\n $commanddir = Config::main('directory');\n $excludes = Config::main('exclude');\n\n if(is_null($commanddir))\n die('Could not find commands directory. It should be specified in the main config.');\n\n //The directory where commands reside should be relative\n //to the directory with the clip executable.\n $dir = realpath(__DIR__.\"/{$commanddir}\");\n\n $cmdfiles = scandir($dir);\n //Loop through each file in the commands directory\n foreach($cmdfiles as $file)\n {\n //Assume that each file uses the standard '.php' file extension.\n $command = substr($file, 0, -4);\n\n //Ignore the unnecessary directories as commands and anything that\n //has been marked for exclusion then attempt to include the valid ones.\n if($file !== '.' && $file !== '..' && array_search($command, $excludes) === false && include(\"{$dir}/{$file}\"))\n {\n if(class_exists($command, false))\n {\n $obj = new $command;\n //Only load commands that use the clip command interface\n if($obj instanceof Command)\n $this->commands[strtolower($command)] = $obj;\n }\n }\n }\n }", "public function __construct($action, $command = null) {\n parent::__construct($action, self::NAME);\n\n $fieldFactory = FieldFactory::getInstance();\n\n $commandField = $fieldFactory->createField(FieldFactory::TYPE_STRING, self::FIELD_COMMAND, $command);\n\n $this->addField($commandField);\n }", "public function createCommand($db = null, $action = 'get')\n {\n if ($db === null) {\n $db = Yii::$app->get(Connection::getDriverName());\n }\n $this->addAction($action);\n $commandConfig = $db->getQueryBuilder()->build($this);\n\n return $db->createCommand($commandConfig);\n }", "public function create();", "public function create();", "public function create();", "public function create();", "public function create();", "public function create();", "public function create();", "public function create();" ]
[ "0.8010746", "0.7333379", "0.72606754", "0.7164165", "0.716004", "0.7137585", "0.6748632", "0.67234164", "0.67178184", "0.6697025", "0.6677973", "0.66454077", "0.65622073", "0.65437883", "0.64838654", "0.64696646", "0.64292693", "0.6382209", "0.6378306", "0.63773245", "0.6315901", "0.6248427", "0.6241929", "0.6194334", "0.6081284", "0.6075819", "0.6069913", "0.60685146", "0.6055616", "0.6027874", "0.60132784", "0.60118896", "0.6011778", "0.5969603", "0.59618074", "0.5954538", "0.59404427", "0.59388787", "0.5929363", "0.5910562", "0.590651", "0.589658", "0.589658", "0.589658", "0.58692765", "0.58665586", "0.5866528", "0.58663124", "0.5852474", "0.5852405", "0.58442044", "0.58391577", "0.58154446", "0.58055794", "0.5795853", "0.5780188", "0.57653266", "0.57640004", "0.57584697", "0.575748", "0.5742612", "0.5739361", "0.5732979", "0.572247", "0.5701043", "0.5686879", "0.5685233", "0.56819254", "0.5675983", "0.56670785", "0.56606543", "0.5659307", "0.56567776", "0.56534046", "0.56343585", "0.56290466", "0.5626615", "0.56255764", "0.5608852", "0.5608026", "0.56063116", "0.56026554", "0.5599553", "0.5599351", "0.55640906", "0.55640906", "0.5561977", "0.5559745", "0.5555084", "0.5551485", "0.5544597", "0.55397296", "0.5529626", "0.552908", "0.552908", "0.552908", "0.552908", "0.552908", "0.552908", "0.552908", "0.552908" ]
0.0
-1
Execute the console command.
public function handle() { $this->info('This command will set an user as superadmin.'); $this->info('Note: The target user has to logged in once first.'); $mail = $this->ask('UTT email: '); $user = User::where(['mail' => $mail])->first(); if(!$user) { $this->error("User not found ! Ask him to go to the website and authenticate."); exit(); } $user->level = User::ROLE_SUPERADMIN; $user->save(); $this->info($user->name . ' is now superadmin !'); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function handle()\n {\n\t\t$this->info('league fetching ..');\n $object = new XmlFeed();\n\t\t$object->fetchLeague($this->argument('sports_id'));\n\t\t$this->info('league saved');\n }", "public function handle()\n {\n //get us the Converter class instance and call the convert() method on it.\n $this->info(\n \\Aregsar\\Converter\\ConverterFacade::convert($this->argument(\"currency\"))\n );\n }", "public function handle()\n {\n $this->locale = $this->argument('locale');\n\n $this->loadGroupLines();\n\n $this->loadNameSpacedLines();\n\n $this->info('Complete');\n }", "public function handle()\n {\n $this->importUser($this->argument('username'));\n $this->call('ldap:show-user', $this->arguments());\n }", "public function handle() {\n $user = User::where('id', $this->argument('userId'))->first();\n $this->info($user->email);\n }", "public function handle()\n {\n $translations = collect(json_decode(file_get_contents('https://raw.githubusercontent.com/getbible/Bibles/master/translations.json')))->flatten();\n switch($this->argument('action')) {\n case 'fetch':\n $this->fetchBibles($translations);\n break;\n case 'convert':\n $this->convertBibles($translations);\n break;\n }\n }", "public function handle()\n {\n try {\n $evalstr = $this->evaluater->evaluate($this->argument('evalString'));\n $this->info($evalstr);\n } catch (ForbiddenSymbolsException $exception) {\n $this->error($exception->getMessage());\n } catch (IncorrectSymbolsException $exception) {\n $this->error($exception->getMessage());\n }\n }", "public function handle()\n {\n\n $settings = Setting::fetch();\n $id = $this->argument('id');\n $this->scrape_game_data($id);\n }", "public function handle()\n {\n // env('CALENDARINDEX_TOKEN', '6f2bd927201ba4b22bb57df08db0c517e51732de')\n $this->getData($this->argument('country'), $this->argument('region'));\n }", "public function handle()\n {\n $email = $this->argument('email');\n $name = $this->argument('name');\n\n $this->info(\"starting to generate users details\");\n\n }", "public function handle()\n {\n\t\t$this->info('Importing translations...');\n\n\t\t$this->manager->importTranslations(true);\n }", "public function handle()\n {\n $user = null;\n\n if ($email = $this->option(\"email\", false)) {\n $user = $this->findByEmail($email);\n }\n\n if ($id = $this->option(\"id\", false)) {\n $user = $this->findById($id);\n }\n\n if (empty($user)) {\n $this->warn(\"User no found\");\n }\n else {\n $this->setRoleToUser($user);\n }\n }", "public function handle()\n {\n $name = ucwords($this->argument('name'));\n $this->call('repository:contract', [ 'name' => $name ]);\n $this->call('repository:class', [ 'name' => $name, '--driver' => $this->option('driver') ]);\n }", "public function handle()\n\t{\n\t\t// Superuser\n\t\tif( ! $this->option('no-superuser'))\n\t\t\t$this->call('setup:superuser');\n\n\t\t// Countries\n\t\tif( ! $this->option('no-countries'))\n\t\t\t$this->call('setup:countries', ['country' => array_filter(explode(',', $this->option('countries')))]);\n\n\t\t// Languages\n\t\tif( ! $this->option('no-languages'))\n\t\t\t$this->call('setup:languages', ['language' => array_filter(explode(',', $this->option('languages')))]);\n\n\t\t// Currencies\n\t\tif( ! $this->option('no-currencies'))\n\t\t\t$this->call('setup:currencies', ['currency' => array_filter(explode(',', $this->option('currencies')))]);\n\n\t\t// Clear cache\n\t\t$this->call('cache:clear');\n\t}", "public function handle()\n\t{\n\t\t$name = $this->argument('name');\n\t\t\n\t\t$this->info(\"Searching eve api for {$name}\");\n\t\t$result = Corporation::searchEVEAPI($name);\n\n\t\t$this->info(\"results\");\n\t\tforeach($result as $corp)\n\t\t{\n\t\t\tprint $corp->name . \" \" . $corp->id . \"\\r\\n\";\n\t\t}\n\t}", "public function handle()\n {\n $user = $this->argument('user');\n $this->info('Display this on the screen, user ' . $user);\n return 0;\n }", "public function handle()\n {\n $this->userVectors->test($this->option('force'));\n }", "public function handle()\n {\n $mapping = $this->formatMappingName((string)$this->argument('mapping'));\n \n $model = $this->option('model') ? $this->formatModelName($this->option('model')) : null;\n \n $this->filesystem->put(\n $this->buildMappingFilePath($mapping),\n $this->buildMapping(\n $this->getDefaultStub(),\n $mapping,\n $model\n )\n );\n \n $this->composer->dumpAutoloads();\n }", "public function handle()\n {\n switch ($this->argument('type')) {\n case 'dns':\n $this->dnscheck->run($this->option('dry-run') ? true : false, $this->argument('domain'));\n break;\n case 'whois':\n $this->whoischeck->run($this->option('dry-run') ? true : false, $this->argument('domain'));\n break;\n }\n }", "public function handle()\n {\n $option = $this->argument('option');\n\n if (! in_array($option, ['expired', 'all'])) {\n return $this->error('Invalid option supplied to command...');\n }\n\n $this->comment('Beginning pruning process...');\n\n $this->comment($this->pruneDatabase($option) . ' deleted from database...');\n\n $this->comment($this->pruneFiles($option) . ' deleted from files...');\n\n $this->info('Nonces pruned successfully!');\n }", "public function handle()\n {\n $subscriptionUpdateService = new SubscriptionUpdateService();\n $subscriptionUpdateService->runUpdates();\n }", "public function handle()\n\t{\n\t\t\n\t\t$source_directory = $this->argument( 'source_directory' );\n\t\t$target_directory = $this->argument( 'target_directory' );\n\t\t$template = (string) $this->option( 'template' );\n\n\t\t$statik = new \\App\\Statik\\Statik;\n\n\t\t$statik->generateHTMLFiles( $this, $source_directory, $target_directory, $template ) && $this->info( \"\\e[1;32mDONE!\" );\n\n\t}", "public function handle()\n {\n if (!$this->argument('file')) {\n $this->info('Please specify file to call.');\n }\n\n $file = $this->argument('file');\n\n if (!$this->fileHandler->exists($file)) {\n $this->info('Wrong path or file not exist.');\n }\n\n $this->executeFile($file);\n }", "public function handle()\n {\n $user = $this->argument('user');\n $this->scanner->setUserName($user);\n $this->scanner->scanUser();\n }", "public function handle()\n {\n if ($this->argument('user')) {\n $userId = $this->argument('user');\n\n $this->info(\"Liquidate affiliate commission for user \" . $userId);\n\n $user = $this->userService->findById($userId);\n\n if ($user) {\n $this->walletService->liquidateUserBalance($user);\n } else {\n $this->error(\"User not found\");\n }\n\n $this->info(\"Done\");\n } else {\n $this->info(\"Liquidate all commissions\");\n\n $this->walletService->liquidateAllUsersBalance();\n\n $this->info(\"Done\");\n }\n }", "public function handle()\n {\n $action = $this->choice('what action do you have on mind', [\n 'add-relation', 'remove-columns', 'column-type', 'rename-column'\n ]);\n switch ($action) {\n case 'add-relation':\n $this->addRelation();\n break;\n\n case 'remove-columns':\n $this->removeColumns();\n break;\n case 'column-type':\n $this->columnType();\n break;\n case 'rename-column':\n $this->renameColumn();\n break;\n default:\n $this->error('Unsupported action requested...');\n }\n $this->info('Command executed successfully');\n }", "public function handle()\n {\n $arguments = $this->arguments();\n $storageDir = $arguments['storageDir'];\n $localStorageDir = $arguments['localStorageDir'];\n $url = $arguments['url'];\n $cmd = sprintf(\"./app/Console/Commands/ShellScripts/screen_shot.sh %s %s %s\", $storageDir, $localStorageDir, $url);\n\n while (true) {\n $result = shell_exec($cmd);\n print_r($result);\n sleep(3);\n }\n }", "public function handle()\n {\n $city = $this->argument('city');\n\n $weatherService = new CurrentWeatherService();\n try {\n $weather = $weatherService->getByCity($city);\n } catch (WeatherException $e) {\n $this->error($e->getMessage());\n return;\n }\n\n $this->info('Weather for city '.$city);\n dump($weather->toArray());\n }", "public function handle()\n {\n $this->getModels($this->argument('model'));\n $this->getLanguages($this->argument('locale'));\n $this->createMultiLanguageRecords();\n }", "public function handle()\n {\n $this->processOptions();\n\n echo json_encode( $this->dateTimeRange ) . \"\\n\";\n\n $this->dispatch( new ProcessNewActionsJob(\n $this->dateTimeRange ,\n str_random( 16 ),\n $this->option('runtime-threshold')\n ) );\n }", "public function handle()\n {\n $fightId = $this->argument('fight_id');\n $metricId = $this->argument('metric_id');\n //$strategyName = 'App\\\\'.$this->argument('metric_name');\n\n $metric = BossMetric::find($metricId);\n if ($metric === null) {\n $this->error(\"Error: no metric with id: $metricId found!\");\n return;\n }\n\n $fight = Fight::find($fightId);\n\n if ($fight === null) {\n $this->error(\"Error: no fight with id: $fightId found!\");\n return;\n }\n\n $strategy = $metric->getStrategy();\n $strategy->setFight($fight);\n $strategy->run();\n }", "public function handle()\n {\n\t\t$this->call('vendor:publish');\n\t\t$this->call('migrate');\n\t\t$this->call('db:seed');\n\t\t$this->call('factotum:storage');\n\t\t$this->call('factotum:storage');\n }", "public function handle()\n {\n $user_id = $this->argument('user') ?? null;\n\n if (is_null($user_id)) {\n $users = User::all();\n\n foreach ($users as $user) {\n $this->showUserBalance($user);\n }\n } else {\n $user = User::find($user_id);\n\n $this->showUserBalance($user);\n }\n }", "public function handle()\n {\n $this->capsuleService->getAll();\n $this->line('Command Worked');\n }", "public function handle()\n {\n $platform_wechat_id = $this->argument('id');\n $customer_id = $this->argument('customer_id');\n $this->info(\"Starting at \".date('Y-m-d H:i:s').\". Running initial for 【{$this->signature}】\");\n $this->getUserInfoList($platform_wechat_id,$customer_id);\n $this->info(\"End at \".date('Y-m-d H:i:s').\". over for 【{$this->signature}】\");\n }", "public function handle()\n {\n $this->publishAssets();\n $this->call('twill:flush-manifest');\n $this->call('view:clear');\n }", "public function handle()\n {\n \n $argument = $this->argument('data');\n \n $this->prepare( $argument );\n \n $this->make();\n \n $this->info( 'migration has been created : '. $this->fileName );\n \n }", "public function handle()\n {\n chdir(resource_path('assets/ts'));\n $path = $this->argument(\"path\");\n if(isset($path))\n {\n Logger::info('execute '.$path);\n Command::executeRaw('tsc', [\"-p\", $path]);\n }else\n Logger::info('execute tsc');\n Command::executeRaw('tsc');\n }", "public function handle()\n {\n $this->info('Starting date change command.');\n\n Word::where('language_id', 1)->update(array('created_at' => '1970-01-01 00:00:01'));\n Word::where('language_id', 2)->update(array('created_at' => '1970-01-01 00:00:01'));\n\n $this->info('Dates have been changed to 1970-01-01 00:00:01');\n }", "public function handle()\n {\n $this->info($this->slugger->encode($this->argument('id')));\n }", "public function handle()\n {\n $this->line(static::$logo);\n $this->line('Neat admin current version:' . Neat::version());\n\n $this->comment('');\n $this->comment('Available commands:');\n\n $this->listAvailableCommands();\n }", "public function handle()\n {\n $this->revisions->updateListFiles();\n }", "public function handle(): void\n {\n // Set argument\n $this->url = $this->argument(self::URL_ARGUMENT);\n\n // Handler takes care of computation\n (new CommandHandler($this))->compute();\n }", "public function handle()\n {\n try\n {\n $filename = $this->argument('filename');\n Excel::import(new ObjectsImport, $filename);\n\n $this->info('Data import is now completed');\n }\n catch(Exception $ex)\n {\n $this->error($ex->getMessage());\n }\n }", "public function handle() {\n $entity = $this->validateEntity($this->argument('entity'));\n $job = new DataProcessingJob($entity, str_random(16));\n $this->dispatch($job);\n }", "public function handle()\n {\n $isProductionMode = 'prod' == $this->argument('mode');\n\n if ($isProductionMode) {\n if (!$this->confirm('Are you sure to run in production mode? Running this command may cause critical issues?')) {\n exit(1);\n }\n }\n\n $this->_recalculate($isProductionMode);\n }", "public function handle()\n {\n if(!$this->verify()) {\n $rank = $this->createRankSuperAdmin();\n $user = $this->createUserSuperAdmin();\n $user->Ranks()->attach($rank);\n $this->line('Felicitaciones');\n } else {\n $this->error('No se puede ejecutar');\n }\n }", "public function handle()\n {\n // Get CLI Input\n $user_id = $this->option(\"uid\");\n\n // User Products\n ( new CommandManager() )->showUserProducts( $user_id );\n }", "public function handle()\n {\n $force = $this->option('force');\n\n if($this->option('without-bulk')){\n $this->withoutBulk = true;\n }\n\n if ($this->generateClass($force)){\n $this->info('Generating permissions for '.$this->modelBaseName.' finished');\n }\n }", "public function handle()\n {\n $tournaments = Tournament::all()->toArray();\n foreach ($tournaments as $tournament) {\n $slug = $this->tournamentRepoObj->generateSlug($tournament['name'].Carbon::createFromFormat('d/m/Y', $tournament['start_date'])->year,'');\n DB::table('tournaments')\n ->where('id', $tournament['id'])\n ->update([\n 'slug' => $slug\n ]);\n }\n $this->info('Script executed.');\n }", "public function handle()\n {\n $userId = $this->argument('user');\n\n /** @var User $user */\n $user = User::findOrFail($userId);\n\n // Get token.\n $info = (new Client())->auth();\n\n // Save to db.\n $user->access_token = $info['access_token'];\n $user->access_secret = $info['access_secret'];\n $user->save();\n\n $this->line(\"Saved access token and secret for user: {$user->email}\");\n }", "public function handle()\n {\n $m = new MemberFromText;\n $m->train();\n $id = $m->predict($this->argument('text'));\n dump(Miembro::find($id)->toArray());\n }", "public function handle()\n {\n $this->generator\n ->setConsole($this)\n ->run();\n }", "public function handle()\n {\n $this->createController();\n $this->createServiceDir();\n\n exit;\n $args = [\n '--provider' => TestProvider::class\n ];\n $className = $this->argument('className');\n if (!$className) {\n $className = 'MethodsList';\n }\n $className = ucwords($className);\n $this->call('vendor:publish', $args);\n $this->info('Display this on the screen ' . $className);\n }", "public function handle()\n {\n $this->createDirectories();\n\n $this->publishTests();\n\n $this->info('Authentication tests generated successfully.');\n }", "public function handle()\n {\n $this->setDbConnection(\n $this->input->getOption('database') ?: config('ghost-database.default_connection')\n );\n\n $native = $this->input->getOption('native-import') ?: config('ghost-database.use_native_importer');\n\n $snapshot = $this->import($native);\n\n $this->info(\"Snapshot `{$snapshot->name}` loaded!\");\n }", "public function handle()\n {\n $exec = $this->argument('exec');\n\n switch ($exec) {\n case 'download' :\n $this->download();\n break;\n\n case 'generate' :\n $this->generate();\n break;\n\n default :\n echo \"Choose 'download' or 'generate' for this command\";\n break;\n }\n }", "public function handle()\n {\n $this->call('ziggy:generate', ['path' => './resources/js/ziggy-admin.js', '--group' => 'admin']);\n $this->call('ziggy:generate', ['path' => './resources/js/ziggy-frontend.js', '--group' => 'frontend']);\n $this->call(TranslationsGenerateCommand::class);\n }", "public function handle()\n {\n $tenantName = $this->argument('tenant');\n\n $tenant = Tenant::where('name', $tenantName)->orWhere('subdomain', $tenantName)->first();\n\n if ($tenant) {\n $tenant->setActive();\n \\Artisan::call('tinker');\n } else {\n $this->error('Error: Tenant not found');\n }\n }", "public function handle()\n {\n try {\n if (!empty($userId = $this->argument('user'))) {\n $user = User::find($userId);\n } else {\n $user = User::inRandomOrder()->first();\n }\n\n if (empty($user)) {\n throw new \\Exception('User not found');\n }\n\n echo JWTAuth::fromUser($user);\n } catch (\\Exception $e) {\n echo $e->getMessage();\n }\n\n }", "public function handle()\n {\n $this->fetchAndSetToken();\n $imagesToDownload = $this->peekImages(WatchedApp::pluck('package_name'));\n $this->fetchImages($imagesToDownload);\n\n if ($this->option('dont-optimize')) {\n return;\n }\n\n $this->runOptimizeCommand();\n }", "public function handle()\n {\n $this->setCryptIVFromUrl($this->argument('url'));\n\n $participant = URLParser::parseByName('santa.index', $this->argument('url'))->participant;\n if($participant) {\n $draw = $participant->draw;\n } else {\n $draw = URLParser::parseByName('organizer.index', $this->argument('url'))->draw;\n }\n\n $this->table(\n ['ID', 'Name', 'Email'],\n $draw->participants()->get(['id', 'name', 'email'])->toArray()\n );\n }", "public function handle()\n {\n // if you are on the local environment\n if (!(app()->isLocal() || app()->runningUnitTests())) {\n $this->error('This command is only available on the local environment.');\n return;\n }\n\n $fqdn = $this->argument('fqdn');\n if ($tenant = Tenant::retrieveBy($fqdn)){\n $tenant->delete($fqdn);\n $this->info(\"Tenant {$fqdn} successfully deleted.\");\n }else {\n $this->error('This fqdn doesn\\'t exist.');\n }\n\n }", "public function handle()\n {\n $user_from = $this->option('from');\n $user_to = $this->option('to');\n $sum = $this->option('sum');\n\n CreateTransaction::dispatch($this->usersRepository->getByID($user_from), $this->usersRepository->getByID($user_to), $sum, true);\n $this->transactionsRepository->getAll()->each(function ($transaction){\n \tExecuteTransaction::dispatch($transaction);\n });\n }", "public function handle()\n {\n $this->warn('Starting Retrieve Data');\n\n PeopleService::retrieveData();\n\n $this->info('Retrieve Data Completed');\n }", "public function handle()\n {\n \n $period = $this->option('period');\n \n switch ($period) {\n\n case 'half_month':\n $this->info('Grabing Half Month Income...');\n $this->halfMonth();\n break;\n\n case 'monthly':\n $this->info('Grabing Monthly Income...');\n $this->monthly();\n break;\n \n default:\n $this->info('Grabing Daily Income...');\n $this->daily();\n break;\n\n }\n\n \n }", "public function handle()\n {\n $countryFiles = $this->getFiles();\n\n foreach ($countryFiles as $fileName) {\n $this->seed($fileName);\n }\n\n $this->info('End.');\n }", "public function fire()\n {\n $entityName = $this->argument('entityName');\n $startEntityId = $this->argument('startEntityId');\n $endEntityId = $this->argument('endEntityId');\n $depth = $this->argument('depth');\n\n $this->fixturePath = $this->option('outputPath');\n\n $this->info(\"Generating fixtures for $entityName in {$this->fixturePath}...\");\n \n $this->generateFixtures($entityName, $startEntityId, $endEntityId, $depth);\n }", "public function handle()\n {\n $check = PublishTraitsService::publishTraits();\n\n if ($check)\n {\n $this->info('All files have been published');\n }\n\n $this->info('Failed to publish');\n }", "public function handle()\n {\n $user = User::where('username', $this->argument('user'))\n ->orWhere('email', $this->argument('user'))\n ->first();\n\n if ($user != null) {\n $user->assign('admin');\n $this->line(\"{$user->email} was successfully made an admin.\");\n } else {\n $this->line(\"No user found where username or email is '{$this->argument('user')}'\");\n }\n }", "public function handle()\n {\n event( 'laraview:compile' );\n $this->checkForSelectedViewGeneration();\n\n app( RegisterBlueprint::class )\n ->console( $this )\n ->generate();\n }", "public function handle()\n {\n $project = Project::with(['team.admins', 'team.members'])->findOrFail($this->option('project-id'));\n $user = User::findOrFail($this->option('user-id'));\n if ($this->option('admin')) {\n $project->team->admins()->syncWithoutDetaching($user);\n } else {\n $project->team->members()->syncWithoutDetaching($user);\n }\n return Command::SUCCESS;\n }", "public function handle() {\n try {\n $this->roomService->loadRoomOccupations();\n Log::notice('untis:occupations executed successfully.');\n $this->line('Loaded room occupations from WebUntis.');\n } catch (Exception $e) {\n Log::error('Error loading room occupations.', ['exception' => $e]);\n $this->error('Error loading room occupations: ' . $e->getMessage());\n }\n }", "public function handle()\n {\n $this->loadIxList();\n $this->loadIxMembersList();\n $this->updateIxInfo();\n $this->updateIxMembersInfo();\n }", "public function handle()\n {\n $this->call('vendor:publish', [\n '--provider' => \"Qoraiche\\MailEclipse\\MailEclipseServiceProvider\",\n ]);\n }", "public function handle()\n\t{\n\t\tif ($this->option('dev')) {\n\t\t\tsystem('php '.base_path('.deploy/deploy-dev.php'));\n\t\t} else {\n\t\t\tsystem('php '.base_path('.deploy/deploy.php'));\n\t\t}\n\t}", "public function handle(Command $command);", "public function handle(Command $command);", "public function handle()\n {\n $date_from = $this->argument('date_from');\n\t\t$date_to = $this->argument('date_to');\n\t\tif(!$date_from) {\n\t\t\t$date_from = Carbon::today()->subDays(5);\n\t\t}\n\t\tif(!$date_to) {\n\t\t\t$date_to = Carbon::yesterday();\n\t\t}\n\t\tStats::computeMembers($this->argument('venue_id'), $date_from, $date_to);\n }", "public function handle()\n {\n switch ($this->argument('type')){\n case 'fih':\n $scrapper = new Scrappers\\FederationScrapper();\n $scrapper->get($this->option('level'));\n print $scrapper->message();\n break;\n }\n }", "public function handle()\n {\n Log::info(\"seed:dash Command is working fine!\");\n $this->info('Dashboard Database seeding completed successfully.');\n }", "public function handle()\n {\n $originalId = $this->argument('original_id');\n\n $status = true;\n if ($this->option('status') === 'false') {\n $status = false;\n }\n\n if ($video = Video::where('original_id', $originalId)->first()) {\n $video->dmca_claim = $status;\n $video->save();\n\n $this->info('Video\\'s dmca_claim set to: ' . json_encode($status));\n return ;\n }\n\n $this->error('No video found with original_id of: ' . $originalId);\n return;\n }", "public function handle()\n {\n $this->call('config:clear');\n\n $this->call('config:update');\n\n $this->info('Configuration cached successfully!');\n }", "public function handle()\n {\n //\n $modelName = $this->argument('model');\n $column = $this->argument('column');\n $this->generateMutation($modelName, $column);\n\n }", "public function handle()\n {\n $filePath = 'public/' . $this->argument('fileName');\n $count = $this->argument('count');\n \n $fileData = array_slice(file($filePath), 0, $count);\n $this->info(implode('', $fileData));\n }", "public function handle()\n {\n $email = $this->argument('email');\n\n Mail::to($email)->send(new SendMailable('Test Mail'));\n\n if (Mail::failures()) {\n $this->info('Email failed to send');\n } else {\n $this->info('Email successfully sent');\n }\n }", "public function handle()\n {\n $this->call('route:trans:clear');\n\n $this->cacheRoutesPerLocale();\n\n $this->info('Routes cached successfully for all locales!');\n }", "public function handle()\n {\n $this->info('Welcome to command for Bantenprov\\WilayahIndonesia package');\n }", "public function handle()\n {\n if($this->hasOption('no_dump') && $this->option('no_dump')){\n $this->composer_dump = false;\n }\n $this->readyDatas();\n $this->datas['startSymbol']='{{';\n $this->datas['endSymbol']='}}';\n $this->create();\n }", "public function handle()\n {\n $repository = new OglasiCrawlerRepository();\n $ads = $repository->getAds();\n $repository->saveAds($ads);\n\n echo 'Ads were successfully retrieved' . PHP_EOL;\n }", "public function handle()\n {\n $this->makeDir($this->basePath . $this->kebabPlural());\n\n $this->exportViews();\n\n $this->info('Resource views generated successfully.');\n }", "public function handle()\n {\n $movies = \\App\\Models\\Movie::whereNull('meta')->take(40)->orderBy('id')->get();\n $movies->each(function($movie){ sleep(1); $movie->getMeta(); });\n return Command::SUCCESS;\n }", "public function handle()\n {\n $this->packageGenerator->setConsole($this)\n ->setPackage($this->argument('package'))\n ->setType('shipping')\n ->setForce($this->option('force'))\n ->generate();\n }", "public function handle()\n {\n $test = $this->argument('test');\n\n $dir = config('speed-test.dir');\n\n $className = ucfirst(\\Str::camel($test));\n\n $namespace = config('speed-test.namespace');\n\n $class = class_entity($className)\n ->namespace($namespace);\n\n $class->method('speed1')\n ->line($this->option('line'))->doc(function ($doc) use ($className) {\n /** @var DocumentorEntity $doc */\n $doc->tagCustom('times', $this->option('times'));\n $doc->description($this->option('description') ?: \"{$className} Speed 1\");\n });\n\n if (! is_dir($dir)) {\n mkdir($dir, 0777, 1);\n }\n\n file_put_contents(\n $dir.'/'.$className.'.php',\n $class->wrap('php')\n );\n\n $this->info('Speed created!');\n\n return 0;\n }", "public function handle()\n {\n $message = $this->GenerateRandomUser($this->argument('count'));\n $this->info($message);\n }", "public function handle()\n {\n $host = Cache::get('executingHost', null);\n $this->info(\"Host: ${host}\");\n\n if ($host === null) {\n $this->info('実行するホストが選択されていません');\n return;\n }\n\n if (Schema::hasTable('companies') && Company::count() !== 0) {\n $this->info('マイグレーションが既に1回以上実行されています');\n return;\n }\n\n $should_execute = $host === $this->argument('executingHost');\n\n if ($should_execute) {\n Artisan::call('migrate:fresh', ['--seed' => true]);\n $this->info('マイグレーションが完了しました');\n\n Cache::forget('executingHost');\n } else {\n $this->info('別ホストにてマイグレーションが行われます');\n }\n }", "public function handle()\n {\n // Configuration...\n $this->callSilent('vendor:publish', ['--tag' => 'model-login-config']);\n\n // Migrations\n $this->callSilent('vendor:publish', ['--tag' => 'model-login-migrations']);\n\n $this->info('Model Login resources published.');\n }", "public function handle()\n {\n if ($this->validation()) {\n $money = $this->argument('money');\n Cache::increment('amount', $money);\n }\n }", "public function handle()\n {\n $this->info('Publishing stuff..');\n\n $this->publishFiles();\n\n $this->info('Setup complete. Enjoy!');\n }", "public function handle()\n {\n $this->publishConfig();\n $this->publishClassStub();\n $this->generateAndStoreKey();\n\n $this->info('Use the details below for your \"Lead delivery options\" in Google Ads.');\n $this->info('Webhook URL: ' . route('GoogleAdsLeadExtensionController@index'));\n $this->info('Key: ' . $this->generated_key);\n }", "public function handle()\n {\n $opts = $this->options();\n $args = $this->arguments();\n #print_r($opts);\n #print_r($args);\n\n # Redundant as argument validation handled by Laravel\n #\n if (!isset($args['destination'])) {\n printf(\"Usage: php artisan %s\\n\", $this->signature);\n exit(1);\n }\n\n # Default to normal message type\n #\n if (!isset($opts['type'])) {\n $opts['type'] = 'normal';\n }\n\n $uac = new UserApiController();\n\n if ($opts['type'] == 'normal') {\n if (!isset($opts['message'])) {\n printf(\"Usage: php artisan %s\\n\\n\", $this->signature);\n printf(\"ERROR: Message must be specified for type 'normal'\\n\");\n exit(1);\n }\n $result = $uac->sendSms(\n $args['destination'],\n $opts['message'],\n $opts['route']\n );\n }\n else if ($opts['type'] == 'otp') {\n $result = $uac->sendVerificationSms(\n $args['destination'],\n '<code>',\n '<name>',\n $opts['route'],\n '<appName>'\n );\n }\n\n if ($result === true) {\n printf(\"INFO: SMS message to %s sent successfully (%s)\\n\",\n $args['destination'], $opts['type']);\n }\n else {\n printf(\"INFO: SMS message to %s failed to send (%s)\\n\", \n $args['destination'], $opts['type']);\n printf(\"ERROR: %s\\n\", $result);\n }\n\n return;\n }" ]
[ "0.6469962", "0.6463639", "0.64271367", "0.635053", "0.63190264", "0.62747604", "0.6261977", "0.6261908", "0.6235821", "0.62248456", "0.62217945", "0.6214421", "0.6193356", "0.61916095", "0.6183878", "0.6177804", "0.61763877", "0.6172579", "0.61497146", "0.6148907", "0.61484164", "0.6146793", "0.6139144", "0.61347336", "0.6131662", "0.61164206", "0.61144686", "0.61109483", "0.61082935", "0.6105106", "0.6103338", "0.6102162", "0.61020017", "0.60962653", "0.6095482", "0.6091584", "0.60885274", "0.6083864", "0.6082142", "0.6077832", "0.60766655", "0.607472", "0.60739267", "0.607275", "0.60699606", "0.6069931", "0.6068753", "0.6067665", "0.6061175", "0.60599935", "0.6059836", "0.605693", "0.60499364", "0.60418284", "0.6039709", "0.6031963", "0.6031549", "0.6027515", "0.60255647", "0.60208166", "0.6018581", "0.60179937", "0.6014668", "0.60145515", "0.60141796", "0.6011772", "0.6008498", "0.6007883", "0.60072047", "0.6006732", "0.60039204", "0.6001778", "0.6000803", "0.59996396", "0.5999325", "0.5992452", "0.5987503", "0.5987503", "0.5987477", "0.5986996", "0.59853584", "0.5983282", "0.59804505", "0.5976757", "0.5976542", "0.5973796", "0.5969228", "0.5968169", "0.59655035", "0.59642595", "0.59635514", "0.59619296", "0.5960217", "0.5955025", "0.5954439", "0.59528315", "0.59513766", "0.5947869", "0.59456027", "0.5945575", "0.5945031" ]
0.0
-1
/ this is where you can add your own data to Timber's context object
function add_to_context($data){ $data['menu'] = wp_nav_menu(array('menu' => 175, 'echo' => false)); $data['sidebar'] = Timber::get_sidebar(); return $data; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function add_to_context($data)\r\n{\r\n $data['THEME_URL'] = THEME_URL;\r\n $data['homeurl'] = get_site_url();\r\n if (ICL_LANGUAGE_CODE != 'en') {\r\n $data['homeurl'] .= '/' . ICL_LANGUAGE_CODE;\r\n }\r\n // Menus\r\n $data['topmenu'] = new TimberMenu(36);\r\n $data['menu'] = new TimberMenu(35);\r\n $data['footerregion'] = new TimberMenu(9606);\r\n $data['footersection'] = new TimberMenu(9607);\r\n // Sidebar\r\n $data['sidebar_right'] = Timber::get_widgets('sidebar-1');\r\n $data['sidebar_bottom'] = Timber::get_widgets('sidebar-2');\r\n // Languages WPML\r\n $data['languages'] = icl_get_languages('skip_missing=0&orderby=code');\r\n $data['language'] = $data['languages'][ICL_LANGUAGE_CODE];\r\n return $data;\r\n}", "function get_context_with_fields($merge = [])\n{\n\n // Get main context from Timber\n $context['timber'] = Timber::get_context();\n\n // Current Post/Post\n $context['this'] = new Timber\\Post();\n\n // Add our stuff\n $context['fields'] = get_fields();\n $context['current'] = get_full_post();\n\n // Global\n $context['globals'] = get_fields('options');\n\n // Products\n $context['products'] = get_posts(['post_type' => 'product', 'per_page' => -1]);\n\n // Menu\n $context['menu'] = get_menu('Main Menu');\n\n // Add some helpers\n $context['util']['assetsDir'] = assets_dir();\n $context['util']['hasPostThumbnail'] = has_post_thumbnail();\n $context['util']['year'] = date('Y');\n\n return apply_filters('get_context_with_fields', array_merge($context, $merge));\n}", "function twig_timber_context( $context ) {\n\t\t//Useful Variables\n\t\tglobal $template;\n\t\t$context['theme_template'] = str_replace( '.php', '', basename( $template ) );\n\t\t$context['theme_url'] = \"http://\" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];\n\n\t\t//Bam! Magic!\n\t\treturn $context;\n\t}", "function add_global_context(array $data)\n {\n foil('context')->add(new GlobalContext($data));\n }", "function setContext( )\n\t{\n\t\t$args = new safe_args();\n\t\t$args->set('name', \tREQUIRED, 'string');\n\t\t$args->set('value', REQUIRED, 'any');\t\t\n\t\t$args = $args->get(func_get_args());\n\t\t\t\n\t\t$this->context[$args['name']] = $args['value'];\n\t}", "function init(&$context){}", "function add_to_context( $context ) {\n\t\t$context['options'] = get_fields('options');\n\t\treturn $context;\n\t}", "protected function getContext() {}", "public function __construct()\n {\n $this->templateData = array(\n // Any data that belongs to every template.\n );\n $this->before();\n }", "function __construct()\n {\n // Set up the correct context\n parent::__construct(new Context());\n }", "public function __construct()\n\t{\n\n\t\t$this->context = Context::getContext();\n\t\tparent::__construct();\n\t}", "public function extendData() {\n }", "function testContext() {\n $this->ConfigFile();\n $this->ContextHierarchy();\n }", "protected function handle_filter_timber_context( $context ) {\n $context['PEDESTAL_VERSION'] = PEDESTAL_VERSION;\n\n $context['date_format'] = get_option( 'date_format' );\n $context['time_format'] = get_option( 'time_format' );\n\n $context['site']->owner = [\n 'name' => PEDESTAL_SITE_OWNER,\n 'url' => PEDESTAL_SITE_OWNER_URL,\n ];\n\n $context['site']->social = [\n 'facebook_page_id' => PEDESTAL_FACEBOOK_PAGE_ID,\n ];\n\n $context['site']->address = [\n 'building_name' => PEDESTAL_BUILDING_NAME,\n 'street_address' => PEDESTAL_STREET_ADDRESS,\n 'city' => PEDESTAL_CITY_NAME,\n 'state' => PEDESTAL_STATE,\n 'zipcode' => PEDESTAL_ZIPCODE,\n ];\n\n $context['site']->city = [\n 'name' => PEDESTAL_CITY_NAME,\n ];\n\n $context['site']->emails = [\n 'contact' => PEDESTAL_EMAIL_CONTACT,\n 'tips' => PEDESTAL_EMAIL_TIPS,\n ];\n\n $context['site']->analytics = [\n 'ga' => [],\n 'parsely' => [],\n ];\n // Enable analytics for everyone that can't edit posts\n if ( ! current_user_can( 'edit_posts' ) ) {\n $ga_data = [\n 'id' => PEDESTAL_GOOGLE_ANALYTICS_ID,\n 'optimizeID' => PEDESTAL_GOOGLE_OPTIMIZE_ID,\n ];\n $ga_inline_script = file_get_contents( PEDESTAL_DIST_DIRECTORY . '/js/ga.js' );\n\n $context['site']->analytics['ga'] = [\n 'optimize_id' => $ga_data['optimizeID'],\n 'js_data' => Utils::encode_for_js( $ga_data ),\n 'inline_script' => $ga_inline_script,\n ];\n\n $context['site']->analytics['parsely'] = [\n 'site' => parse_url( home_url(), PHP_URL_HOST ),\n ];\n\n if ( is_singular() ) {\n $parsely_metadata = [\n 'post_id' => get_queried_object_id(),\n ];\n $parsely_metadata = htmlspecialchars( json_encode( $parsely_metadata ), ENT_NOQUOTES );\n $context['site']->analytics['parsely']['metadata'] = $parsely_metadata;\n }\n }\n\n // `Schema_Metadata` needs to be loaded as late as possible so\n // conditional functions like `is_singular()` work\n $this->schema_metadata = Schema_Metadata::get_instance();\n $context['schema_metadata'] = $this->schema_metadata->get_markup();\n\n $context['cdn_fallback_inline_script'] = file_get_contents( PEDESTAL_DIST_DIRECTORY . '/js/cdn-fallback.js' );\n\n return $context;\n }", "abstract public function get_context();", "public function __construct()\n {\n if (class_exists('Context')) {\n $this->context = Context::getContext();\n } else {\n global $smarty, $cookie;\n $this->context = new StdClass();\n $this->context->smarty = $smarty;\n $this->context->cookie = $cookie;\n }\n }", "protected function setTypo3Context() {}", "public function __construct(Context $context);", "private function set_context_vars() {\n\n\t\t$this->total_pages = $this->data->get_total_pages();\n\t\t$this->total_items = $this->data->get_total_items();\n\t\t$this->current_page = $this->data->get_current_page();\n\t\t$this->current_url = $this->get_current_url();\n\n\t\tif ( 1 === $this->current_page ) {\n\t\t\t$this->disable_first = ' disabled';\n\t\t}\n\n\t\tif ( $this->current_page === $this->total_pages ) {\n\t\t\t$this->disable_last = ' disabled';\n\t\t}\n\t}", "protected function initializeContext(): void\n {\n $this->context->setAspect('date', new DateTimeAspect(new \\DateTimeImmutable('@' . $GLOBALS['EXEC_TIME'])));\n $this->context->setAspect('visibility', new VisibilityAspect(true, true));\n $this->context->setAspect('workspace', new WorkspaceAspect(0));\n $this->context->setAspect('backend.user', new UserAspect(null));\n }", "function add_context_using(ContextInterface $context)\n {\n foil('context')->add($context);\n }", "public function renderContext() {\n\t}", "protected function addAdditionalContextData(array & $context)\n {\n $context = array_replace_recursive(array(), $context);\n }", "public function __construct()\r\n {\r\n $this->_injectTplVariable();\r\n return parent::__construct();\r\n }", "public function addContext(GenericContext $context);", "public function init() {\t\t\n \tif($this->_request->isXmlHttpRequest()) \n \t\t$this->_request->setParam(\"format\",\"json\");\n\n $contextSwitch = $this->_helper->contextSwitch();\n $contextSwitch->initContext();\n }", "public function getContext();", "public function getContext();", "public function getContext();", "public function getContext();", "public function getContext();", "public function anaContext()\n {\n $this->setContext($this->parent->context);\n }", "private function initializeWidgetContext() {}", "abstract protected function prepareContextItem();", "public function initData()\r\n {\r\n $this->data['page_class'] = strtolower('page-' . $this->classname . '-' . $this->methodname) . ' ';\r\n $this->data['class_name'] = $this->classname;\r\n $this->data['method_name'] = $this->methodname;\r\n\r\n //default description and keyword\r\n $this->data['keywords'] = '';\r\n $this->data['description'] = '';\r\n \r\n $this->data['language'] = $this->session->userdata('language');\r\n\r\n if ($this->config->item('test_mode') == TRUE)\r\n {\r\n $this->output->enable_profiler('true');\r\n }\r\n \r\n //see any notifications to display\r\n if (!empty($this->session->flashdata('notification'))) {\r\n $this->data['notification'] = $this->session->flashdata('notification');\r\n $this->data['notification_type'] = $this->session->flashdata('notification_type');\r\n }\r\n\r\n // set csrf\r\n $this->data['csrf'] = array(\r\n 'token_name' => $this->security->get_csrf_token_name(),\r\n 'hash' => $this->security->get_csrf_hash(),\r\n 'cookie_name' => $this->config->item('csrf_cookie_name'),\r\n );\r\n }", "function ctools_plugin_example_context_create_simplecontext($empty, $data = NULL, $conf = FALSE) {\n $context = new ctools_context('simplecontext');\n $context->plugin = 'simplecontext';\n\n if ($empty) {\n return $context;\n }\n\n if ($conf) {\n if (!empty($data)) {\n $context->data = new stdClass();\n // For this simple item we'll just create our data by stripping non-alpha and\n // adding '_from_configuration_item_1' to it.\n $context->data->item1 = t(\"Item1\");\n $context->data->item2 = t(\"Item2\");\n $context->data->description = preg_replace('/[^a-z]/i', '', $data['sample_simplecontext_setting']);\n $context->data->description .= '_from_configuration_sample_simplecontext_setting';\n $context->title = t(\"Simplecontext context from config\");\n return $context;\n }\n }\n else {\n // $data is coming from an arg - it's just a string.\n // This is used for keyword.\n $context->title = $data;\n $context->argument = $data;\n // Make up a bogus context\n $context->data = new stdClass();\n $context->data->item1 = t(\"Item1\");\n $context->data->item2 = t(\"Item2\");\n\n // For this simple item we'll just create our data by stripping non-alpha and\n // adding '_from_simplecontext_argument' to it.\n $context->data->description = preg_replace('/[^a-z]/i', '', $data);\n $context->data->description .= '_from_simplecontext_argument';\n $context->arg_length = strlen($context->argument);\n return $context;\n }\n}", "public function __Init_Context() {\r\n $this->_Load_Context();\r\n // Fire the shortcode init action\r\n do_action('vcff_supports_init_context',$this);\r\n }", "public function setContext($context);", "public function setContext($context);", "public function __construct(array $parameters)\n {\n // Initialize your context here\n }", "public function __construct()\n {\n $loader = new \\Twig\\Loader\\FilesystemLoader('app/view');\n $this->twig = new \\Twig\\Environment($loader, ['debug' => true, 'cache' => false]);\n $this->twig->addGlobal('baseUrl', BASEURL);\n\n if(isset($_SESSION['user'])) {\n $this->twig->addGlobal('session', $_SESSION['user']);\n }\n }", "public function add(array $context): void;", "public function __construct(array $parameters)\n {\n // Initialize your context here\n }", "public function __construct(array $parameters)\n {\n // Initialize your context here\n }", "public function __construct(array $parameters)\n {\n // Initialize your context here\n }", "public function __construct(array $parameters)\n {\n // Initialize your context here\n }", "public function __construct(array $parameters)\n {\n // Initialize your context here\n }", "public function __construct(array $parameters)\n {\n // Initialize your context here\n }", "public function __construct(array $parameters)\n {\n // Initialize your context here\n }", "abstract protected function initializeContext();", "public function loadData($context)\n\t{\n\t\t$this->first_name = $context->employee->firstname;\n\t\t$this->last_name = $context->employee->lastname;\n\t\t$this->email = $context->employee->email;\n\t}", "public function __construct($data){\r\n $this->data = $data;\r\n }", "public function setup()\n {\n $this->addOriginToData()->addArgumentsToData();\n }", "public function __construct()\n {\n $this->templater = new StringTemplate();\n $this->addAdditionalAllowedAttributes();\n $this->addAdditionalAllowedAttributesValues();\n }", "public static function add_to_context($context) {\n foreach(static::$widgets as $key=>&$widget) {\n $context[\"widget_{$key}\"] = \\Timber::get_widgets($widget['id']);\n }\n return $context;\n }", "public function __construct($data)\n {\n $this->data = $data;\n $this->createdTime = time();\n }", "public function __init()\n {\n $this->getTwigLoader()\n ->prepareBaseAssignation();\n }", "public function __construct(array $parameters = []) {\n // Initialize your context here\n }", "public function __construct(\n Template\\Context $context,\n //registry is where Magento keeps the current \n //product when the page is loaded \n //used for getProduct()\n Registry $registry, \n\n //stockregistry is where stock data is stored\n //used for getQty()\n StockRegistryInterface $stockRegistry,\n array $data = []\n )\n {\n parent::__construct($context, $data);\n $this->registry = $registry;\n $this->stockRegistry = $stockRegistry;\n }", "public function pushContext() {\n\t\t// Count the number of contexts created\n\t\t$index = count($this->context);\n\n\t\t// If no context\n\t\tif ($index == 0 && !empty($this->tpl_vars)) {\n\t\t\t// Copy the variables in context #0\n\t\t\t$this->context[0] = $this->tpl_vars;\n\t\t\t$index = 1;\n\t\t}\n\n\t\t// Create a new context\n\t\t$this->context[$index] = array();\n\n\t\t// Copy global vars\n\t\tforeach ($this->tpl_vars_global_keys as $key) {\n\t\t\t$this->context[$index][$key] = $this->tpl_vars[$key];\n\t\t}\n\n\t\t$this->tpl_vars = &$this->context[$index];\n\t}", "public function init() {\n $this->_helper->_acl->allow(null);\n $this->_helper->contextSwitch()->setAutoJsonSerialization(false);\n $this->_helper->contextSwitch()->setAutoDisableLayout(true)\n ->addActionContext('index', array('xml','json'))\n ->addActionContext('tribe', array('xml','json'))\n ->initContext();\n $this->_tribes = new Tribes();\n }", "public function activityExtraData();", "abstract protected function prepareContext(): void;", "public function storeContext( $context, array $data );", "public function getContextInfo() {}", "public function __construct(ViewsData $views_data) {\n $this->viewsData = $views_data;\n }", "public function __construct($data)\n {\n $this->data = $data;\n }", "function __construct () {\n\t\t$this->metaData = Lang::get('metadata');\n\n\t}", "public function __before() {\n\t\t// runs after this->data is set up, but before the class methods are run\n\t}", "public function getContext(): mixed;", "protected function loadParserData()\n {\n // Load plug-in's variables into the parser\n ExpressionParser::setVars($this->piVars);\n // Load specific configuration into the extra data\n $extraData = array();\n if (is_array($this->conf['context.'])) {\n $extraData = GeneralUtility::removeDotsFromTS($this->conf['context.']);\n }\n // Allow loading of additional extra data from hooks\n if (is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][$this->extKey]['setExtraDataForParser'])) {\n foreach ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][$this->extKey]['setExtraDataForParser'] as $className) {\n $hookObject = GeneralUtility::getUserObj($className);\n $extraData = $hookObject->setExtraDataForParser($extraData, $this);\n }\n }\n // Add the extra data to the parser and to the TSFE\n if (count($extraData) > 0) {\n ExpressionParser::setExtraData($extraData);\n // TODO: this should not stay\n // This was added so that context can be available in the local TS of the templatedisplay\n // We must find another solution so that the templatedisplay's TS can use the tx_expressions_parser\n $GLOBALS['TSFE']->tesseract = $extraData;\n }\n }", "protected function addContext(array &$element) {\n $element['#context'] = [\n '#plugin_type' => 'bef',\n '#plugin_id' => $this->pluginId,\n '#view_id' => $this->view->id(),\n '#display_id' => $this->view->current_display,\n ];\n }", "public function setDatas()\n\t{\n\t\t$this->data[\"skeleton\"] = $this->getSkeleton();\n\t\t$this->data[\"css\"] = $this->getCss();\n\t\t$this->data[\"javascript\"] = $this->getJavascript();\n\t\t$this->data[\"module\"] = $this->getModule();\n\t\t$this->data[\"site\"] = $this->getSite();\n\t\t\t\t\t\t\n\t\t$this->_nodeName = $this->getNodeName();\n\t\t$this->_value = $this->getNodeValue();\n\t}", "protected function _setTemplateMeta(){\n $this->template->project_name = $this->config['project']['name'] ;\n $this->template->title = $this->config['view']['title'] ;\n $this->template->keywords = $this->config['view']['keywords'];\n $this->template->description = $this->config['view']['description'];\n }", "public function context()\n {\n $context['environment'] = $this->environment;\n\n // if there is no method, then it is not an http call\n $context['http'] = [\n 'method' => $this->method ? strtolower($this->method) : null,\n 'url' => $this->method ? $this->url : null,\n ];\n\n // nicked from laravel's Application@runningInConsole method\n $context['is-cli'] = php_sapi_name() == 'cli';\n\n return $context;\n }", "public function hooked()\n {\n $this->setData();\n }", "public function __construct()\n {\n parent::__construct();\n\n\n $this->twig = new Environment(new FilesystemLoader('../src/View'), array(\n 'cache' => false,\n 'debug' => true,\n ));\n //permet de Dumper depuis le front\n $this->twig->addExtension(new DebugExtension());\n //création super global session à partir de l'objet user récupérer\n $this->twig->addGlobal('session', $this->session->getUserSession());\n $this->getCommentsDisable();\n }", "function _filter_do_shortcode_context()\n {\n }", "abstract public function setContext($context_object);", "private function twigDefaultContext()\n {\n // show language bar by default\n if (!isset($this->data['hideLanguageBar'])) {\n $this->data['hideLanguageBar'] = false;\n }\n // get languagebar\n $this->data['languageBar'] = null;\n if ($this->data['hideLanguageBar'] === false) {\n $languageBar = $this->generateLanguageBar();\n if (is_null($languageBar)) {\n $this->data['hideLanguageBar'] = true;\n } else {\n $this->data['languageBar'] = $languageBar;\n }\n }\n\n // assure that there is a <title> and <h1>\n if (isset($this->data['header']) && !isset($this->data['pagetitle'])) {\n $this->data['pagetitle'] = $this->data['header'];\n }\n if (!isset($this->data['pagetitle'])) {\n $this->data['pagetitle'] = 'SimpleSAMLphp';\n }\n }", "public function __construct($data)\n {\n //\n $this->data = $data;\n }", "public function init()\n {\n $ajaxContext = $this->_helper->getHelper('AjaxContext');\n $ajaxContext\n ->addActionContext('checkLimits', 'json')\n ->initContext();\n }", "public function extra();", "function __construct($data){\n\t $this->data=$data;\n }", "public function extraInfo();", "public function hook()\n {\n $this->setData();\n }", "public function __construct($data) {\n $this->data = $data;\n }", "public function init() {\n \t$this->_helper->_acl->allow(null);\n\t$this->_helper->contextSwitch()->setAutoJsonSerialization(true);\n\t$this->_helper->contextSwitch()\n\t\t\t ->setAutoDisableLayout(true)\n \t\t\t ->addContext('rss',array('suffix' => 'rss','header' => 'application/rss+xml'))\n\t\t\t ->addContext('atom',array('suffix' => 'atom','header' => 'application/atom+xml'))\n\t\t\t ->addActionContext('index', array('xml','json','rss','atom'))\n ->initContext();\n }", "public function __construct()\n {\n $this->beforeFilter('crfs', ['on' => ['post', 'put', 'patch', 'delete']]);\n\n // share info data to all views - used in footer and contact page\n $info_data = Info::first();\n View::share(['info_data' => $info_data]);\n\n $notification_data = Notification::first();\n View::share(['notification_data' => $notification_data]);\n }", "public function __construct($data)\n {\n $this->data = $data;\n }", "public function __construct($data)\n {\n }", "public function __construct($data)\n {\n }", "public function __construct($data)\n {\n }", "public function __construct($data)\n {\n }", "abstract protected function setUpRoutableContextModel();", "function getContextOptions();", "public function custom_definition_after_data() {}", "public function __construct( $data ){\n\t\t\t\n\t\t\t$this->init( $data );\n\t\t}", "function readContext() {return $this->_context;}", "protected function setTemplateVariables() {}" ]
[ "0.6469483", "0.64335245", "0.6302492", "0.62954605", "0.6156891", "0.6063967", "0.6023671", "0.5990483", "0.5931456", "0.58824116", "0.5862924", "0.5839097", "0.58296806", "0.5816952", "0.57756054", "0.5730181", "0.572674", "0.5696568", "0.5675952", "0.5659818", "0.559544", "0.55857694", "0.55585927", "0.5543956", "0.5524624", "0.552075", "0.5517604", "0.5517604", "0.5517604", "0.5517604", "0.5517604", "0.55051845", "0.5503623", "0.54853594", "0.54534733", "0.5448431", "0.5431493", "0.5424225", "0.5424225", "0.541614", "0.54054403", "0.5404585", "0.53947026", "0.53947026", "0.53947026", "0.53947026", "0.53947026", "0.53947026", "0.53947026", "0.5391002", "0.53907865", "0.5385141", "0.53830105", "0.5372646", "0.53475475", "0.5347287", "0.5321564", "0.531589", "0.53152496", "0.5312197", "0.5301043", "0.5295343", "0.5286937", "0.52849406", "0.5282006", "0.52787983", "0.52650255", "0.5259204", "0.5255701", "0.52524847", "0.52474904", "0.5247334", "0.5244301", "0.52331257", "0.52325255", "0.52300185", "0.52293915", "0.5227082", "0.52238363", "0.5216848", "0.5207364", "0.52034384", "0.5202684", "0.5199351", "0.51983964", "0.51975507", "0.5194317", "0.5193097", "0.5188122", "0.5183937", "0.5183669", "0.5183669", "0.5182947", "0.5182947", "0.51793826", "0.5176954", "0.51766276", "0.51745564", "0.5166452", "0.5165221" ]
0.64176327
2
/ this is where you can add your own fuctions to twig
function add_to_twig($twig){ $twig->addExtension(new Twig_Extension_StringLoader()); return $twig; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private static function addFunctions()\n {\n \tself::$twig->addFunction(new \\Twig_SimpleFunction('asset', function ($asset) {\n return sprintf('%s', ltrim($asset, '/'));\n\t\t}));\n\n self::$twig->addFunction(new \\Twig_SimpleFunction('getBaseUrl', function () {\n return getBaseUrl();\n }));\n\n self::$twig->addFunction(new \\Twig_SimpleFunction('csrf_token', function () {\n return csrf_token();\n }));\n }", "private function addTwigFunctions() : void {\n\t\t$msgFunc = new Twig_SimpleFunction( 'msg', function ( $key, $params = [] ) {\n\t\t\t$params = is_array( $params ) ? $params : [];\n\t\t\treturn $this->i18n->msg(\n\t\t\t\t$key, [ 'domain' => 'popular-pages', 'variables' => $params ]\n\t\t\t);\n\t\t} );\n\t\t$this->twig->addFunction( $msgFunc );\n\n\t\t// Fetching assessments info, case-insensitive.\n\t\t$assessmentFunc = new Twig_SimpleFunction(\n\t\t\t'assessments', function (\n\t\t\t\tstring $type, string $value\n\t\t\t) {\n\t\t\t\t$dataset = $this->api->getAssessmentConfig()[$type];\n\t\t\t\tforeach ( $dataset as $key => $values ) {\n\t\t\t\t\tif ( strtolower( $value ) === strtolower( $key ) ) {\n\t\t\t\t\t\treturn $values;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn $dataset['Unknown'];\n\t\t\t} );\n\t\t$this->twig->addFunction( $assessmentFunc );\n\n\t\t// Add ucfirst() (Twig's capitalize() will make the other chars lowercase).\n\t\t$ucfirstFunc = new Twig_SimpleFilter( 'ucfirst', function ( string $value ) {\n\t\t\treturn ucfirst( $value );\n\t\t} );\n\t\t$this->twig->addFilter( $ucfirstFunc );\n\t}", "function add_function ( $name ) {\r\n $this->_twig->addFunction( $name, new Twig_Function_Function( $name ) );\r\n }", "public function filter_timber_twig_add_functions( $twig ) {\n // Function to check if doing email and alternate strings\n $twig->addFunction( new \\Twig_SimpleFunction( 'if_email', function( $email_str, $standard_str ) {\n if ( $this->is_email() ) {\n return $email_str;\n }\n return $standard_str;\n } ) );\n\n // Get the current Unix epoch time in milliseconds\n $twig->addFunction( new \\Twig_SimpleFunction( 'now', function() {\n return round( microtime( true ) * 1000 );\n } ) );\n\n // Add WordPress' checked() function to Twig\n $twig->addFunction( new \\Twig_SimpleFunction( 'checked', function( $checked, $current = true ) {\n return checked( $checked, $current );\n } ) );\n\n // Add WordPress' selected() function to Twig\n $twig->addFunction( new \\Twig_SimpleFunction( 'selected', function( $selected, $current = true ) {\n return selected( $selected, $current );\n } ) );\n\n // Add WordPress' disabled() function to Twig\n $twig->addFunction( new \\Twig_SimpleFunction( 'disabled', function( $disabled, $current = true ) {\n return disabled( $disabled, $current );\n } ) );\n\n return $twig;\n }", "protected function addTemplateFunctionConfigs()\n {\n // TODO: add twig template function configs\n }", "function add_to_twig($twig){\n\t\t$twig->addExtension(new Twig_Extension_StringLoader());\n\t\t// $twig->addFilter('myfoo', new Twig_Filter_Function('myfoo'));\n\t\treturn $twig;\n\t}", "function add_to_twig( $twig ) {\n\t\t// $twig->addExtension( new Twig_Extension_StringLoader() );\n\t\t// $twig->addFilter('myfoo', new Twig_SimpleFilter('myfoo', array($this, 'myfoo')));\n\t\treturn $twig;\n\t}", "public function getFunctions()\n {\n\treturn array(\n new \\Twig_SimpleFunction('snide_extra_form_addDoubleList', array($this, 'addDoubleList'), array('is_safe' => array('html'))),\n new \\Twig_SimpleFunction('snide_extra_form_init', array($this, 'init'), array('is_safe' => array('html'))),\n );\n }", "public function getFunctions()\n {\n return array(\n 'page_url' => new \\Twig_Function_Method($this, 'url'),\n );\n }", "public function getFunctions()\n {\n //Function definition\n return array(\n 'tyhand_docdownloader_url' => new \\Twig_Function_Method($this, 'url', array('is_safe' => array('html')))\n );\n }", "public function getFunctions()\n {\n return array(\n 'logincidadao_initializeForm' => new \\Twig_Function_Method($this, 'initializeForm', array(\n 'is_safe' => array(\n 'html'\n )\n ))\n );\n }", "function add_to_twig($twig){\n $twig->addExtension(new Twig_Extension_StringLoader());\n\n\t\t$function = new Twig_SimpleFunction('get_post_format', function($id) {\n\t\t\treturn get_post_format($id);\n\t\t});\n\t\t$twig->addFunction($function);\n\n\t\t$get_theme_mod = new Twig_SimpleFunction('get_theme_mod', function($id) {\n\t\t\treturn get_theme_mod($id);\n\t\t});\n\t\t$twig->addFunction($get_theme_mod);\n\n $gustav_comment_form = new Twig_SimpleFunction('gustav_comment_form', function($id) {\n $args = array(\n 'fields' => array(\n 'author' => '<div class=\"form-group\"><label for=\"author\">' . __( 'Name' ) . '</label><input id=\"author\" class=\"form-control\" name=\"author\" type=\"text\" value=\"\" /></div>',\n 'email' => '<div class=\"form-group\"><label for=\"email\">' . __( 'Email' ) . '</label> ' .\n \t '<input id=\"email\" class=\"form-control\" name=\"email\" type=\"text\" value=\"\" /></div>',\n \t 'url' => '<div class=\"form-group\"><label for=\"url\">' . __( 'Website' ) . '</label>' .\n \t '<input id=\"url\" class=\"form-control\" name=\"url\" type=\"text\" value=\"\" /></div>',\n ),\n 'comment_field' => '<div class=\"form-group\"><label for=\"comment\">' . _x( 'Comment', 'noun' ) . '</label><textarea id=\"comment\" class=\"form-control\" name=\"comment\" aria-required=\"true\"></textarea></p>',\n 'class_submit' => 'btn btn-default',\n 'title_reply' => null\n );\n\n ob_start();\n comment_form($args, $id);\n $output = ob_get_contents();\n ob_end_clean();\n\n return $output;\n });\n $twig->addFunction($gustav_comment_form);\n\n return $twig;\n }", "function add_to_twig( $twig ) {\n\t\t$twig->addExtension( new Twig_Extension_StringLoader() );\n\t\t$twig->addFilter('myfoo', new Twig_SimpleFilter('myfoo', array($this, 'myfoo')));\n\t\treturn $twig;\n\t}", "function add_to_twig( $twig ) {\n\t\t$twig->addExtension( new Twig_Extension_StringLoader() );\n\t\t$twig->addFilter('myfoo', new Twig_SimpleFilter('myfoo', array($this, 'myfoo')));\n\t\treturn $twig;\n\t}", "function add_to_twig( $twig ) {\n\t\t$twig->addExtension( new Twig_Extension_StringLoader() );\n\t\t$twig->addFilter('myfoo', new Twig_SimpleFilter('myfoo', array($this, 'myfoo')));\n\t\treturn $twig;\n\t}", "public function getFunctions()\n {\n return array(\n 'renderInfo' => new \\Twig_Function_Method($this, 'renderInfo', array(\"is_safe\" => array(\"html\"))),\n );\n }", "public function getFunctions()\n {\n return array(\n 'simplethings_formextra_validation' => new \\Twig_Function_Method($this, 'getValidationConstraints', array('is_safe' => array('html'))),\n );\n }", "public function getFunctions()\n {\n return array(\n 'snide_travinizer_github_url' => new \\Twig_Function_Method(\n $this,\n 'getUrl',\n array('is_safe'=> array('html'))\n ),\n 'snide_travinizer_github_commit_url' => new \\Twig_Function_Method(\n $this,\n 'getCommitUrl',\n array('is_safe'=> array('html'))\n )\n );\n }", "public function getFunctions()\n {\n return array(\n 'page' => new Twig_Function_Method($this, 'page'),\n );\n }", "public function getFunctions()\n {\n return [\n new \\Twig_SimpleFunction('line', [$this, 'line'], ['is_safe' => ['html']])\n ];\n }", "function add_to_twig($twig) {\n $twig->addExtension(new \\Twig_Extension_StringLoader());\n $twig->addFunction(new \\Twig_SimpleFunction('script', 'CodekippleWPTheme\\Timber\\Site\\script'));\n $twig->addFunction(new \\Twig_SimpleFunction('css', 'CodekippleWPTheme\\Timber\\Site\\css'));\n $twig->addFilter('body_class', new \\Twig_Filter_Function('CodekippleWPTheme\\Timber\\Site\\body_class'));\n\n return $twig;\n }", "public function getFunctions()\n {\n return array(\n 'flob_foundation_breadcrumb_render' => new \\Twig_Function_Method($this, 'renderBreadcrumb', array('is_safe' => array('html')))\n );\n }", "public function getFunctions()\n {\n return [\n new \\Twig_SimpleFunction('icon', [$this, 'icon'], ['is_safe' => ['html']])\n ];\n }", "public function getFunctions()\n {\n return array(\n new \\Twig_SimpleFunction('renderPaginator', array(\n $this,\n 'renderPaginator'\n ), array(\n 'is_safe' => array(\n 'html'\n ),\n 'needs_environment' => true\n )),\n new \\Twig_SimpleFunction('renderPaginatorLimit', array(\n $this,\n 'renderPaginatorLimit'\n ), array(\n 'is_safe' => array(\n 'html'\n ),\n 'needs_environment' => true\n ))\n );\n }", "public function getFunctions()\n\t{\n\t\treturn [\n\t\t\tnew \\Twig_SimpleFunction('sprintf', 'sprintf')\n\t\t];\n\t}", "public function getFunctions()\n\t{\n\t\treturn array(\n\t\t\tnew Twig_SimpleFunction('field_list_value', array($this, 'fieldListValue')),\n\t\t\tnew Twig_SimpleFunction('get_flash', 'Session::get_flash'),\n\t\t\tnew Twig_SimpleFunction('get_link', 'CMF::getLink'),\n new Twig_SimpleFunction('get_type', 'CMF::getType'),\n new Twig_SimpleFunction('get_slug', 'CMF::getSlug'),\n\t\t\tnew Twig_SimpleFunction('video_embed', 'CMF\\\\Field\\\\Object\\\\VideoEmbed::getEmbedCode'),\n\t\t\tnew Twig_SimpleFunction('get_route', 'Router::get'),\n\t\t\tnew Twig_SimpleFunction('get_setting', array($this, 'settings')),\n\t\t\tnew Twig_SimpleFunction('static_url', 'CMF::getStaticUrl'),\n\t\t\tnew Twig_SimpleFunction('pluralize', 'Inflector::pluralize'),\n\t\t\tnew Twig_SimpleFunction('singularize', 'Inflector::singularize'),\n\t\t\tnew Twig_SimpleFunction('ordinalize', 'Inflector::ordinalize'),\n\t\t\tnew Twig_SimpleFunction('str_repeat', 'str_repeat'),\n\t\t\tnew Twig_SimpleFunction('array_to_attr', 'array_to_attr'),\n\t\t\tnew Twig_SimpleFunction('phpinfo', 'phpinfo'),\n\t\t\tnew Twig_SimpleFunction('basename', 'basename'),\n\t\t\tnew Twig_SimpleFunction('uri', array($this, 'uri')),\n\t\t\tnew Twig_SimpleFunction('base', array($this, 'base')),\n\t\t\tnew Twig_SimpleFunction('image', 'CMF\\\\Image::getUrl'),\n\t\t\tnew Twig_SimpleFunction('crop_url', 'CMF\\\\Image::getUrl'),\n\t\t\tnew Twig_SimpleFunction('asset', 'CMF::asset'),\n\t\t\tnew Twig_SimpleFunction('link' , 'CMF::link'),\n\t\t\tnew Twig_SimpleFunction('lang_enabled', 'CMF::langEnabled'),\n\t\t\tnew Twig_SimpleFunction('language', 'CMF::lang'),\n\t\t\tnew Twig_SimpleFunction('default_language', 'CMF::defaultLang'),\n\t\t\tnew Twig_SimpleFunction('languages', 'CMF::languages'),\n\t\t\tnew Twig_SimpleFunction('languageUrls', 'CMF::languageUrls'),\n\t\t\tnew Twig_SimpleFunction('all_languages', 'Admin::languages'),\n\t\t\tnew Twig_SimpleFunction('_', 'Lang::get'),\n\t\t\tnew Twig_SimpleFunction('session_set', 'Session::set'),\n\t\t\tnew Twig_SimpleFunction('session_get', 'Session::get'),\n\t\t\tnew Twig_SimpleFunction('get_content', 'file_get_contents'),\n\t\t\tnew Twig_SimpleFunction('module_url', 'CMF::moduleUrl'),\n\t\t\tnew Twig_SimpleFunction('current_module', 'CMF::currentModule'),\n\t\t\tnew Twig_SimpleFunction('get_options', 'CMF::getOptions'),\n\t\t\tnew Twig_SimpleFunction('get_options_select', array($this, 'getOptionsSelect')),\n\t\t\tnew Twig_SimpleFunction('get_hostname', array($this, 'getHostname')),\n\t\t\tnew Twig_SimpleFunction('array_as_hidden_inputs', 'CMF::arrayAsHiddenInputs'),\n new Twig_SimpleFunction('get_class', 'get_class'),\n new Twig_SimpleFunction('is_subclass_of', 'is_subclass_of'),\n new Twig_SimpleFunction('admin_url', 'CMF::adminUrl'),\n new Twig_SimpleFunction('admin_path', 'CMF::adminPath')\n\t\t);\n\t}", "function make_all_functions_avaible_for_twig () {\r\n $this->CI->config->set_item( 'reveal_all_functions_to_twig', true );\r\n $get_defined_functions = get_defined_functions();\r\n\r\n foreach ( $get_defined_functions[ 'user' ] as $function ) {\r\n if ( ! isset( $this->_twig->$function ) ) {\r\n $this->_twig->addFunction( $function, new Twig_Function_Function( $function ) );\r\n }\r\n }\r\n\r\n unset( $get_defined_functions );\r\n }", "public function getFunctions()\n {\n return array(\n new \\Twig_SimpleFunction('dashboard_count_block_render', array($this, 'dashboardRender'), array(\n 'is_safe' => array('html'),\n 'needs_environment' => true\n )),\n new \\Twig_SimpleFunction('dashboard_message_block_render', array($this, 'dashboardMessageRender'), array(\n 'is_safe' => array('html'),\n 'needs_environment' => true\n )),\n );\n \n }", "public function getFunctions ()\n\t\t{\n\t\t\treturn [\n\t\t\t\tnew Twig_SimpleFunction('datatable_columns', [$this, 'datatableColumns'], ['is_safe' => ['html','json','javascript','js']])\n\t\t\t];\n\t\t}", "private function setup_filters() {\n add_filter( 'timber/twig', function( $twig ) {\n\n // ped_icon()\n $twig->addFunction( new \\Twig_SimpleFunction( PEDESTAL_PREFIX . 'icon',\n [ __CLASS__, 'get_icon' ]\n ) );\n\n // ped_logo()\n $twig->addFunction( new \\Twig_SimpleFunction( PEDESTAL_PREFIX . 'logo',\n [ __CLASS__, 'get_logo' ]\n ) );\n\n return $twig;\n }, 99 );\n }", "public function getFunctions()\n {\n return array_merge(parent::getFunctions(), array(\n 'base' => new \\Twig_Function_Function('URL::base'),\n 'form_token' => new \\Twig_Function_Function('Form::token'),\n 'can' => new \\Twig_Function_Function('Auth::can'),\n 'editor' => new \\Twig_Function_Function('\\Ionic\\Editor::create'),\n 'widget' => new \\Twig_Function_Function('\\Ionic\\Widget::factory_show'),\n 'make' => new \\Twig_Function_Function('ionic_make_link'),\n 'thumb' => new \\Twig_Function_Function('ionic_thumb')\n ));\n }", "public function getFunctions() {\n return array(\n new \\Twig_SimpleFunction('updateChildernMenu', array($this, 'updateChildernMenu'), array('is_safe' => array('html'))),\n new \\Twig_SimpleFunction('getasuheader', array($this, 'getasuheader'), array('is_safe' => array('html'))),\n new \\Twig_SimpleFunction('getContentsBeforeasuheader', array($this, 'getContentsBeforeasuheader'), array('is_safe' => array('html'))),\n );\n }", "public function getFunctions()\n {\n return array(\n 'sonata_news_link_tag_rss' => new \\Twig_Function_Method($this, 'renderTagRss', array('is_safe' => array('html'))),\n 'sonata_news_permalink' => new \\Twig_Function_Method($this, 'generatePermalink'),\n );\n }", "public function getFunctions()\n {\n return [\n new \\Twig_SimpleFunction(\n 'documents_folder',\n function ($path, $recursive = true) {\n $folders = new FolderModel();\n $folder = $folders->where('path',$path)->first();\n\n return ($recursive) ? view('lwv.module.documents::folder/tree', compact('folder'))->render() : view('lwv.module.documents::folder/folder', compact('folder'))->render();\n }\n , ['is_safe' => ['html']]\n ),\n new \\Twig_SimpleFunction(\n 'documents_resolutions',\n function ($path) {\n $folders = new FolderModel();\n $folder = $folders->where('path',$path)->first();\n\n return view('lwv.module.documents::resolutions/folder', compact('folder'))->render();\n }\n , ['is_safe' => ['html']]\n ),\n ];\n }", "public function getFunctions()\n {\n return [\n 'miliooo_friends_is_following' => new \\Twig_Function_Method($this, 'isFollowing')\n ];\n }", "function add_to_twig($twig){\n $twig->addExtension(new Twig_Extension_StringLoader());\n $twig->addFunction('file_exists', new Twig_Function_Function('file_exists'));\n $twig->addFunction('environment', new Twig_Function_Function('get_environment'));\n return $twig;\n }", "public function getFunctions()\n {\n return [\n new \\Twig_SimpleFunction('admin_menu_get', [$this, 'getAdminMenu']),\n ];\n }", "public function before_render() {}", "public function getFunctions()\n\t{\n\t\treturn array(\n\t\t\tnew \\Twig_SimpleFunction('lang', array($this, 'lang')),\n\t\t);\n\t}", "public function onTwigSiteVariables()\n {\n }", "public function filter_timber_twig_add_basic_filters( $twig ) {\n $function_names = [\n // PHP Functions\n 'addslashes', // http://php.net/manual/en/function.addslashes.php\n 'nl2br', // http://php.net/manual/en/function.nl2br.php\n\n // WordPress functions\n 'antispambot', // https://developer.wordpress.org/reference/functions/antispambot/\n 'esc_attr', // https://developer.wordpress.org/reference/functions/esc_attr/\n 'esc_html', // https://developer.wordpress.org/reference/functions/esc_html/\n 'esc_url', // https://developer.wordpress.org/reference/functions/esc_url/\n 'esc_js', // https://developer.wordpress.org/reference/functions/esc_js/\n 'esc_textarea', // https://developer.wordpress.org/reference/functions/esc_textarea/\n 'sanitize_email', // https://developer.wordpress.org/reference/functions/sanitize_email/\n ];\n foreach ( $function_names as $func ) {\n if ( function_exists( $func ) ) {\n $twig->addFilter( new \\Twig_SimpleFilter( $func, $func ) );\n }\n }\n return $twig;\n }", "public function getFunctions() {\r\n\t\t\r\n\t\treturn array(\r\n\t\t\t'geoDistance' => new \\Twig_Function_Method($this, 'geoDistance'),\r\n\t\t);\r\n\t\t\r\n\t}", "public function getFunctions()\n {\n return [\n 'get_possible_child_types' => new \\Twig_SimpleFunction('get_possible_child_types', function ($ref) {\n return $this->pagesConfiguration->getPossibleChildTypes($ref);\n })\n ];\n }", "private function function($name, $method = null): Twig_SimpleFunction\n\t{\n\t\treturn $this->extension(Twig_SimpleFunction::class, $name, $method);\n\t}", "public function getFunctions()\n {\n return array(\n new Twig_SimpleFunction('range', 'range'),\n new Twig_SimpleFunction('constant', 'twig_constant'),\n new Twig_SimpleFunction('cycle', 'twig_cycle'),\n new Twig_SimpleFunction('random', 'twig_random', array('needs_environment' => true)),\n new Twig_SimpleFunction('date', 'twig_date_converter', array('needs_environment' => true)),\n new Twig_SimpleFunction('include', 'twig_include', array('needs_environment' => true, 'needs_context' => true)),\n );\n }", "public function getFunctions()\n {\n return array(\n 'oro_get_owner_type' => new \\Twig_Function_Method(\n $this,\n 'getOwnerType'\n )\n );\n }", "public function initialize()\n {\n $this->addTwigFunction('icon', 'twigIcon');\n }", "public function twig_function_dump()\n\t{\n\t\treturn new \\Twig_SimpleFunction('dump', function()\n\t\t{\n\n\t\t});\n\t}", "public function getFunctions()\n {\n return [\n 'dmkclub_paymentoption' => new \\Twig_Function_Method($this, 'getPaymentOptionLabel'),\n 'dmkclub_paymentinterval' => new \\Twig_Function_Method($this, 'getPaymentIntervalLabel'),\n ];\n }", "public function getFunctions() {\n return array(\n new \\Twig_Function(\"toc\", array($this, \"toc\")),\n new \\Twig_Function(\"render\", array($this, \"render\"))\n );\n }", "public function getFunctions()\n {\n return array(\n new \\Twig_SimpleFunction('adminlist_widget', array($this, 'renderWidget'), array('needs_environment' => true, 'is_safe' => array('html'))),\n new \\Twig_SimpleFunction('my_router_params', array($this, 'routerParams')),\n new \\Twig_SimpleFunction('supported_export_extensions', array($this, 'getSupportedExtensions')),\n );\n }", "public function addToTwig($twig)\n {\n /* this is where you can add your own functions to twig */\n $twig->addExtension(new Twig_Extension_StringLoader());\n /**\n * Deprecated: Twig_Filter_Function, use Twig_SimpleFilter\n * http://twig.sensiolabs.org/doc/deprecated.html#filters\n * $twig->addFilter( 'whatever', new Twig_Filter_Function( 'whatever' ) );\n */\n $twig->addFilter('format_for_title', new Twig_SimpleFilter('format_for_title', array($this, 'titleFilter')));\n $twig->addFilter('slugify', new Twig_SimpleFilter('slugify', array($this, 'slugify')));\n $twig->addFilter('mdfive', new Twig_SimpleFilter('mdfive', array($this, 'mdfive')));\n $twig->addFilter('str_to_bool', new Twig_SimpleFilter('str_to_bool', array($this, 'strToBool')));\n $twig->addFilter(\n 'auto_version_path',\n new Twig_SimpleFilter('auto_version_path', array($this, 'autoVersionFilter'))\n );\n return $twig;\n }", "public function getFunctions(): array\n {\n return [\n new \\Twig_SimpleFunction('path', [$this, 'pathFor']),\n ];\n }", "function twig_raw_filter($string)\n{\n return $string;\n}", "protected function getWpraFunction()\n {\n return new TwigFunction('wpra', 'wpra_container');\n }", "public function getFunctions()\n {\n return [\n new \\Twig_SimpleFunction('settings_get', [$this->settings, 'get'])\n ];\n }", "function twig_safe_filter($string)\n{\n return $string;\n}", "public function getFunctions() {\n return array(\n new \\Twig_SimpleFunction('gchart_area_chart', array($this, 'gchartAreaChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_bar_chart', array($this, 'gchartBarChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_bubble_chart', array($this, 'gchartBubbleChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_calendar', array($this, 'gchartCalendar'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_candlestick_chart', array($this, 'gchartCandleStickChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_column_chart', array($this, 'gchartColumnChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_combo_chart', array($this, 'gchartComboChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_donut_chart', array($this, 'gchartDonutChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_gantt', array($this, 'gchartGantt'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_gauge', array($this, 'gchartGauge'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_geo_chart', array($this, 'gchartGeoChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_get_icon_pin_url', array($this, 'getIconPinUrl'), array('is_safe' => array('html'))),\n new \\Twig_SimpleFunction('gchart_get_icon_url', array($this, 'getIconUrl'), array('is_safe' => array('html'))),\n new \\Twig_SimpleFunction('gchart_get_letter_pin_url', array($this, 'getLetterPinUrl'), array('is_safe' => array('html'))),\n new \\Twig_SimpleFunction('gchart_get_pie_chart_url', array($this, 'getPieChartUrl'), array('is_safe' => array('html'))),\n new \\Twig_SimpleFunction('gchart_get_pie_chart3d_url', array($this, 'getPieChart3DUrl'), array('is_safe' => array('html'))),\n new \\Twig_SimpleFunction('gchart_get_qrcode_url', array($this, 'getQrCodeUrl')),\n new \\Twig_SimpleFunction('gchart_histogram', array($this, 'gchartHistogram'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_interval', array($this, 'gchartInterval'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_line_chart', array($this, 'gchartLineChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_map', array($this, 'gchartMap'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_org_chart', array($this, 'gchartOrgChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_pie_chart', array($this, 'gchartPieChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_sankey', array($this, 'gchartSankey'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_scatter_chart', array($this, 'gchartScatterChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_stepped_area_chart', array($this, 'gchartSteppedAreaChart'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_table', array($this, 'gchartTable'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_timeline', array($this, 'gchartTimeline'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_treemap', array($this, 'gchartTreeMap'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_trendlines', array($this, 'gchartTrendlines'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_waterfall', array($this, 'gchartWaterfall'), array('is_safe' => array('html'), 'needs_environment' => true)),\n new \\Twig_SimpleFunction('gchart_word_tree', array($this, 'gchartWordTree'), array('is_safe' => array('html'), 'needs_environment' => true)),\n );\n }", "public function getFunctions(): array {\n\n return [\n new TwigFunction(\"bootstrapBold\", [$this, \"bootstrapBoldFunction\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsBold\", [$this, \"bootstrapBoldFunction\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapDeleted\", [$this, \"bootstrapDeletedFunction\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsDeleted\", [$this, \"bootstrapDeletedFunction\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapHeading1\", [$this, \"bootstrapHeading1Function\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsHeading1\", [$this, \"bootstrapHeading1Function\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapHeading2\", [$this, \"bootstrapHeading2Function\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsHeading2\", [$this, \"bootstrapHeading2Function\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapHeading3\", [$this, \"bootstrapHeading3Function\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsHeading3\", [$this, \"bootstrapHeading3Function\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapHeading4\", [$this, \"bootstrapHeading4Function\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsHeading4\", [$this, \"bootstrapHeading4Function\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapHeading5\", [$this, \"bootstrapHeading5Function\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsHeading5\", [$this, \"bootstrapHeading5Function\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapHeading6\", [$this, \"bootstrapHeading6Function\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsHeading6\", [$this, \"bootstrapHeading6Function\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapInserted\", [$this, \"bootstrapInsertedFunction\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsInserted\", [$this, \"bootstrapInsertedFunction\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapItalic\", [$this, \"bootstrapItalicFunction\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsItalic\", [$this, \"bootstrapItalicFunction\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapMarked\", [$this, \"bootstrapMarkedFunction\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsMarked\", [$this, \"bootstrapMarkedFunction\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapSmall\", [$this, \"bootstrapSmallFunction\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsSmall\", [$this, \"bootstrapSmallFunction\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapStrikethrough\", [$this, \"bootstrapStrikethroughFunction\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsStrikethrough\", [$this, \"bootstrapStrikethroughFunction\"], [\"is_safe\" => [\"html\"]]),\n\n new TwigFunction(\"bootstrapUnderlined\", [$this, \"bootstrapUnderlinedFunction\"], [\"is_safe\" => [\"html\"]]),\n new TwigFunction(\"bsUnderlined\", [$this, \"bootstrapUnderlinedFunction\"], [\"is_safe\" => [\"html\"]]),\n ];\n }", "protected function functions()\n {\n\n $functions = Load::file('/app/functions/twig.php');\n\n foreach($functions as $function) {\n $this->twig->addFunction($function);\n }\n }", "public function getFunctions()\n {\n return array(\n 'file_exists' => new \\Twig_Function_Function('file_exists'),\n );\n }", "public function add_to_twig( $twig ) {\n\t\t$twig->addExtension( new Twig_Extension_StringLoader() );\n\n\t\t// extending Twig functions mytheme/Lib/Extensions.php\n\t\t$twig->addFunction( new Twig_SimpleFunction( 'dump', [ $this, 'dump' ] ) );\n\t\treturn $twig;\n }", "public function exo01()\n {\n //je declare 2 variables\n $display = true;\n $vin = 'a boire avec moderation';\n\n// je compile la page exo01.html.twig\n return $this->render(\"exo01.html.twig\",\n [\n// je cree deux variable twig a afficher dans ma vue\n 'display'=>$display,\n 'vin'=>$vin\n ]\n );\n\n }", "function add_to_twig($twig) {\n $function = new Twig_SimpleFunction('enqueue_script', function ($handle) {\n // register it elsewhere\n wp_enqueue_script( $handle);\n });\n $twig->addFunction($function);\n\n $function = new Twig_SimpleFunction('enqueue_style', function ($handle) {\n // register it elsewhere\n wp_enqueue_style( $handle);\n });\n $twig->addFunction($function);\n\n return $twig;\n }", "public function getFunctions()\n {\n return [\n new \\Twig_SimpleFunction('csrf_token_name', [$this, 'getTokenName']),\n new \\Twig_SimpleFunction('csrf_token', [$this, 'generateCsrfToken']),\n new \\Twig_SimpleFunction(\n 'csrf_input_widget',\n [$this, 'generateInputWidget'],\n ['needs_environment' => true, 'is_safe' => ['html']]\n ),\n new \\Twig_SimpleFunction(\n 'csrf_meta_widget',\n [$this, 'generateMetaWidget'],\n ['needs_environment' => true, 'is_safe' => ['html']]\n ),\n ];\n }", "public function getFunctions()\n {\n return array(\n new \\Twig_SimpleFunction('request', array($this, 'getRequest')),\n new \\Twig_SimpleFunction('request_locale', array($this, 'getLocale')),\n new \\Twig_SimpleFunction('request_parameter', array($this, 'getParameter')),\n );\n }", "public function add_to_twig( $twig ) {\n\t\t$twig->addExtension( new Twig_Extension_StringLoader() );\n\t\t$twig->addFilter( new Twig_SimpleFilter( 'myfoo', array( $this, 'myfoo' ) ) );\n\t\treturn $twig;\n\t}", "public function getTwigFunctions()\n {\n return $this->twigFunctions;\n }", "public function getFunctions()\n {\n return array(\n 'date_format' => new \\Twig_Function_Method($this, 'getDateFormat'),\n 'date_time_format' => new \\Twig_Function_Method($this, 'getDateTimeFormat'),\n );\n }", "public function add_to_twig( $twig ) {\n $twig->addFunction(new Timber\\Twig_Function('img', array($this, 'img')));\n return $twig;\n }", "private function __construct() {\n\t\t\\sky\\Sky::$twigLoader->addPath(\\sky\\Sky::location(\"helpers\").\"entityBuilder/\");\n\n\t}", "function getAccueil($sub_path = 'portfolio') {\r\n include 'models/bdd.php';\r\n include 'models/twig.php';\r\n $retour_projets = $bdd->query(\"SELECT id, nom, img_desktop, contributeurs, description FROM projets\");\r\n $retour_data = $bdd->query('SELECT nom FROM projets');\r\n echo $twig->render(\r\n \"accueil.html.twig\", \r\n [\r\n \"data\" => $retour_data,\r\n \"projets\" => $retour_projets,\r\n 'sub_path' => $sub_path\r\n ]\r\n );\r\n}", "public function getFunctions()\n {\n return [\n new Twig_Function('translateToppingStatus', function(string $status) {\n return $this->translateToppingStatus($status);\n })\n ];\n }", "function blog_view($context) {\n Timber::render('category/blog.twig', $context);\n}", "public function getFunctions()\n {\n return [\n\n new Twig_SimpleFunction(\n 'set_active', function ($path, array $classes = [], $active = 'active') {\n return set_active($path, $classes, $active);\n }\n ),\n ];\n }", "public function getFunctions()\n {\n return array(\n 'get_node_for' => new \\Twig_Function_Method($this, 'getNodeFor'),\n 'get_node_translation_for' => new \\Twig_Function_Method($this, 'getNodeTranslationFor')\n );\n }", "public function __invoke(): Twig\n {\n $twig = new Twig(new FilesystemLoader(\n $this->config->get('views_path')\n ), ['cache' => $this->config->get('view_cache')]);\n\n /** @var CoreExtension $core */\n $core = $twig->getEnvironment()->getExtension(CoreExtension::class);\n\n $core->setDateFormat($this->config->get('date_format'), '%d days');\n $core->setTimezone($this->config->get('timezone'));\n\n foreach ($this->config->get('view_functions') as $function) {\n /** @var ViewFunction&Callable $function */\n $function = $this->callableResolver->resolve($function);\n\n $twig->getEnvironment()->addFunction(\n new TwigFunction($function->name(), $function)\n );\n }\n\n return $twig;\n }", "public function onTwigSiteVariables()\n\t{\n\t\trequire_once __DIR__ . '/classes/datetools.php';\n\n\t\t$args = [];\n\t\t$args['config'] = $this->grav['config'];\n\n\t\t$twig = $this->grav['twig'];\n\t\t$twig->twig_vars['datetools'] = new DateTools($args);\n\t\t//$twig->twig->addGlobal('datetools', new DateTools($args));\n\t}", "public function articles(){\n\n//j apelle ma constante depuis Service/ArticleHelper\n $articles = ArticlesHelper::articles;\n\n return $this->render(\"articles.html.twig\",[\n\n \"articles\"=> $articles\n ]);\n }", "public function include_template_functions() {\n\n\t}", "public function onTwigSiteVariables()\n {\n $this->grav['assets']->addJs('plugin://shoppingcart-shipping-payment-method/service/script.js');\n }", "public function getFunctions()\n {\n return array(\n new TwigFunction(\n 'Message_notice',\n function ($string) {\n return Message::notice($string)->getDisplay();\n },\n array('is_safe' => array('html'))\n ),\n new TwigFunction(\n 'Message_error',\n function ($string) {\n return Message::error($string)->getDisplay();\n },\n array('is_safe' => array('html'))\n ),\n );\n }", "public function getName()\n {\n return 'siciarek_js_trans_twig_extension';\n }", "protected static function getFacadeAccessor() { return 'parse.twig'; }", "public function getFilters()\r\n {\r\n\r\n return array(new \\Twig_SimpleFilter('montantTva', array($this, 'montantTva')));\r\n }", "protected function getWpNonceFieldFunction()\n {\n return new TwigFunction('wp_nonce_field', 'wp_nonce_field', [\n 'is_safe' => ['html'],\n ]);\n }", "public function render()\n {\n viewAdd::renderAdds();\n ?>\n\n<?php\n\n }", "public function getName()\n {\n return 'adminlist_twig_extension';\n }", "public function getFilters()\n {\n return array(\n 'shortenUrl' => new \\Twig_SimpleFilter('shorten_url', 'shortenUrl'),\n );\n }", "function render() {}", "function twig_constant($constant, $object = null)\n{\n if (null !== $object) {\n $constant = get_class($object).'::'.$constant;\n }\n return constant($constant);\n}", "public function getName()\n {\n return 'login_twig_extension';\n }", "public function registerMarkupTags()\n {\n return [\n 'functions' => [\n 'form_select_country' => ['RainLab\\Location\\Models\\Country', 'formSelect'],\n 'form_select_state' => ['RainLab\\Location\\Models\\State', 'formSelect']\n ]\n ];\n }", "public function getFunctions()\n {\n return [\n new \\Twig_SimpleFunction('get_active_locales', [$this, 'getActiveLocales']),\n new \\Twig_SimpleFunction('set_locale_switch_paths', [$this, 'setSwitchPaths']),\n new \\Twig_SimpleFunction('get_locale_switch_paths', [$this, 'getSwitchPaths']),\n new \\Twig_SimpleFunction('add_locale_switch_path', [$this, 'addSwitchPath']),\n ];\n }", "function twig_urlencode_filter($url, $raw = false)\n{\n if (is_array($url)) {\n return http_build_query($url, '', '&');\n }\n if ($raw) {\n return rawurlencode($url);\n }\n return urlencode($url);\n}", "public function getFunctions()\n {\n return array(\n new Twig_SimpleFunction('ShowMessage', array($this, 'showMessage'), array('message')),\n new Twig_SimpleFunction('bitrix_sessid_post', array($this, 'bitrix_sessid_post')),\n new Twig_SimpleFunction('bitrix_sessid_get', array($this, 'bitrix_sessid_get')),\n new Twig_SimpleFunction('ShowError', array($this, 'showError'), array('message', 'css_class')),\n new Twig_SimpleFunction('ShowNote', array($this, 'showNote'), array('message', 'css_class')),\n new Twig_SimpleFunction('IsUserAdmin', array($this, 'isUserAdmin')),\n new Twig_SimpleFunction('IsUserAuthorized', array($this, 'isUserAuthorized')),\n new Twig_SimpleFunction('getComponent', array($this, 'getComponent')),\n new Twig_SimpleFunction('includeFile', array($this, 'includeFile')),\n );\n }", "public function generate()\n{\n$user_code=\"{% extends 'resource.twig.c' %}\\n\".$this->user_code;\n\n$buf=$this->gen->renderer->render_string($this->filename,$user_code\n\t,array('resource' =>$this, 'global' => $this->gen));\n$this->gen->file_write($this->dest_filename,$buf);\n}", "public function getName()\n {\n return 'schnittstabil_csrf_twig_helpers_extension';\n }", "public static function addToTwig(\\Twig_Environment $twig)\n {\n $twig->addFunction(new Timber\\Twig_Function('can_comment', array('MGPressComments', 'canComment')));\n $twig->addFunction(new Timber\\Twig_Function('get_comments', array('MGPressComments', 'getComments')));\n $twig->addFunction(new Timber\\Twig_Function('next_comments_link', array('MGPressComments', 'nextCommentsLink')));\n $twig->addFunction(new Timber\\Twig_Function('previous_comments_link', array('MGPressComments', 'previousCommentsLink')));\n return $twig;\n }", "public function getFunctions()\n {\n return array(\n 'link' => new \\Twig_Function_Method($this, 'getContentLink'),\n 'menu' => new \\Twig_Function_Method($this, 'getContentMenu'),\n 'widget' => new \\Twig_Function_Method($this, 'getContentWidget'),\n 'meta' => new \\Twig_Function_Method($this, 'getContentMeta'),\n 'pref' => new \\Twig_Function_Method($this, 'getPreference'),\n 'image' => new \\Twig_Function_Method($this, 'getImage'),\n 'thumb' => new \\Twig_Function_Method($this, 'getThumbImage'),\n 'pagination' => new \\Twig_Function_Method($this, 'getPagination'),\n );\n }" ]
[ "0.77792615", "0.75107807", "0.7138035", "0.69234395", "0.6707439", "0.6668352", "0.6665638", "0.656582", "0.65453553", "0.6535299", "0.652385", "0.64922214", "0.64496917", "0.64496917", "0.64496917", "0.63753915", "0.63751644", "0.6358195", "0.63558716", "0.6346505", "0.6328292", "0.63183457", "0.6301857", "0.625524", "0.62427014", "0.6207027", "0.61854196", "0.6153088", "0.6152805", "0.6147073", "0.61289203", "0.6127406", "0.6111884", "0.6110024", "0.6083167", "0.6077038", "0.6032181", "0.600312", "0.60002524", "0.5957452", "0.5955275", "0.593669", "0.5921182", "0.5910782", "0.5907722", "0.59050626", "0.590129", "0.58866554", "0.58817697", "0.58742195", "0.5862692", "0.58619946", "0.5847353", "0.58453447", "0.58438075", "0.5839813", "0.58369046", "0.58097386", "0.5807943", "0.57966864", "0.5795496", "0.57854533", "0.5753898", "0.5746133", "0.5740719", "0.57361585", "0.5710119", "0.5694595", "0.5685811", "0.56503177", "0.56461513", "0.56452227", "0.5600938", "0.55988574", "0.5596333", "0.5593976", "0.5593507", "0.55661124", "0.5565711", "0.5554335", "0.55387324", "0.54959875", "0.5482265", "0.54663813", "0.5460909", "0.54607385", "0.5436273", "0.54276115", "0.54240084", "0.5419861", "0.54119945", "0.54047674", "0.5398539", "0.53959095", "0.53887755", "0.53774476", "0.53760517", "0.5363615", "0.5354859", "0.53526974" ]
0.5861048
52
Run the database seeds.
public function run() { $user_model = new \App\Model\UserBase(); $password = 'water2015'; $user_name = 'water2015'; $phone = '12345678901'; $real_password = (new \App\Application\User\UserService())->encryptPassword($password); if (($user = $user_model::where('password', $real_password)//账户名或者手机都可以登录 ->where('user_name', $user_name)->isOpen()->admin()->first()) || ( $user = $user_model::where('password', $real_password) ->where('user_cellphone', $phone)->isOpen()->admin()->first() ) ) { echo 'Admin has existed,user_name:' . $user_name . ',password:' . $password . ',cellphone:' . $phone, PHP_EOL; } else { $user_model->user_cellphone = $phone; $user_model->password = $real_password; $user_model->user_name = $user_name; $user_model->type = $user_model::TYPE_ADMIN; if ($user_model->save()) { echo 'Admin has created success,user_name:' . $user_name . ',password:' . $password . ',cellphone:' . $phone, PHP_EOL; } else { echo 'Admin has created fail,please try again.', PHP_EOL; } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function run()\n {\n // $this->call(UserTableSeeder::class);\n // $this->call(PostTableSeeder::class);\n // $this->call(TagTableSeeder::class);\n // $this->call(PostTagTableSeeder::class);\n\n /*AB - use faker to populate table see file ModelFactory.php */\n factory(App\\Editeur::class, 40) ->create();\n factory(App\\Auteur::class, 40) ->create();\n factory(App\\Livre::class, 80) ->create();\n\n for ($i = 1; $i < 41; $i++) {\n $number = rand(2, 8);\n for ($j = 1; $j <= $number; $j++) {\n DB::table('auteur_livre')->insert([\n 'livre_id' => rand(1, 40),\n 'auteur_id' => $i\n ]);\n }\n }\n }", "public function run()\n {\n DB::statement('SET FOREIGN_KEY_CHECKS=0;');\n // Let's truncate our existing records to start from scratch.\n Assignation::truncate();\n\n $faker = \\Faker\\Factory::create();\n \n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 40; $i++) {\n Assignation::create([\n 'ad_id' => $faker->numberBetween(1,20),\n 'buyer_id' => $faker->numberBetween(1,6),\n 'seller_id' => $faker->numberBetween(6,11),\n 'state' => NULL,\n ]);\n }\n\n DB::statement('SET FOREIGN_KEY_CHECKS=1;');\n }", "public function run()\n {\n \t$faker = Faker::create();\n\n \tfor($i=0; $i<20; $i++) {\n \t\t$post = new Post;\n \t\t$post->title = $faker->sentence();\n \t\t$post->body = $faker->paragraph();\n \t\t$post->category_id = rand(1, 5);\n \t\t$post->save();\n \t}\n\n \t$list = ['General', 'Technology', 'News', 'Internet', 'Mobile'];\n \tforeach($list as $name) {\n \t\t$category = new Category;\n \t\t$category->name = $name;\n \t\t$category->save();\n \t}\n\n \tfor($i=0; $i<20; $i++) {\n \t\t$comment = new Comment;\n \t\t$comment->comment = $faker->paragraph();\n \t\t$comment->post_id = rand(1,20);\n \t\t$comment->save();\n \t}\n // $this->call(UsersTableSeeder::class);\n }", "public function run()\n {\n $this->call(RoleTableSeeder::class);\n $this->call(UserTableSeeder::class);\n \n factory('App\\Cat', 5)->create();\n $tags = factory('App\\Tag', 8)->create();\n\n factory(Post::class, 15)->create()->each(function($post) use ($tags){\n $post->comments()->save(factory(Comment::class)->make());\n $post->tags()->attach( $tags->random(mt_rand(1,4))->pluck('id')->toArray() );\n });\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::table('post')->insert(\n [\n 'title' => 'Test Post1',\n 'desc' => str_random(100).\" post1\",\n 'alias' => 'test1',\n 'keywords' => 'test1',\n ]\n );\n DB::table('post')->insert(\n [\n 'title' => 'Test Post2',\n 'desc' => str_random(100).\" post2\",\n 'alias' => 'test2',\n 'keywords' => 'test2',\n ]\n );\n DB::table('post')->insert(\n [\n 'title' => 'Test Post3',\n 'desc' => str_random(100).\" post3\",\n 'alias' => 'test3',\n 'keywords' => 'test3',\n ]\n );\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n \t$faker = Factory::create();\n \t\n \tforeach ($this->departments as $key => $department) {\n \t\tDepartment::create([\n \t\t\t'name' => $department\n \t\t]);\n \t}\n \tforeach ($this->collections as $key => $collection) {\n \t\tCollection::create([\n \t\t\t'name' => $collection\n \t\t]);\n \t}\n \t\n \t\n \tfor ($i=0; $i < 40; $i++) {\n \t\tUser::create([\n \t\t\t'name' \t=>\t$faker->name,\n \t\t\t'email' \t=>\t$faker->email,\n \t\t\t'password' \t=>\tbcrypt('123456'),\n \t\t]);\n \t} \n \t\n \t\n \tforeach ($this->departments as $key => $department) {\n \t\t//echo ($key + 1) . PHP_EOL;\n \t\t\n \t\tfor ($i=0; $i < 10; $i++) { \n \t\t\techo $faker->name . PHP_EOL;\n\n \t\t\tArt::create([\n \t\t\t\t'name'\t\t\t=> $faker->sentence(2),\n \t\t\t\t'img'\t\t\t=> $this->filenames[$i],\n \t\t\t\t'medium'\t\t=> 'canvas',\n \t\t\t\t'department_id'\t=> $key + 1,\n \t\t\t\t'user_id'\t\t=> $this->userIndex,\n \t\t\t\t'dimension'\t\t=> '18.0 x 24.0',\n\t\t\t\t]);\n \t\t\t\t\n \t\t\t\t$this->userIndex ++;\n \t\t}\n \t}\n \t\n \tdd(\"END\");\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n // $this->dataCategory();\n factory(App\\Model\\Category::class, 70)->create();\n factory(App\\Model\\Producer::class, rand(5,10))->create();\n factory(App\\Model\\Provider::class, rand(5,10))->create();\n factory(App\\Model\\Product::class, 100)->create();\n factory(App\\Model\\Album::class, 300)->create();\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n\n factory('App\\User', 10 )->create();\n\n $users= \\App\\User::all();\n $users->each(function($user){ factory('App\\Category', 1)->create(['user_id'=>$user->id]); });\n $users->each(function($user){ factory('App\\Tag', 3)->create(['user_id'=>$user->id]); });\n\n\n $users->each(function($user){\n factory('App\\Post', 10)->create([\n 'user_id'=>$user->id,\n 'category_id'=>rand(1,20)\n ]\n );\n });\n\n $posts= \\App\\Post::all();\n $posts->each(function ($post){\n\n $post->tags()->attach(array_unique([rand(1,20),rand(1,20),rand(1,20)]));\n });\n\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n $types = factory(\\App\\Models\\Type::class, 5)->create();\n\n $cities = factory(\\App\\Models\\City::class, 10)->create();\n\n $cities->each(function ($city) {\n $districts = factory(\\App\\Models\\District::class, rand(2, 5))->create([\n 'city_id' => $city->id,\n ]);\n\n $districts->each(function ($district) {\n $properties = factory(\\App\\Models\\Property::class, rand(2, 5))->create([\n 'type_id' => rand(1, 5),\n 'district_id' => $district->id\n ]);\n\n $properties->each(function ($property) {\n $galleries = factory(\\App\\Models\\Gallery::class, rand(3, 10))->create([\n 'property_id' => $property->id\n ]);\n });\n });\n });\n }", "public function run()\n {\n $this->call(UsersTableSeeder::class);\n\n $categories = factory(App\\Models\\Category::class, 10)->create();\n\n $categories->each(function ($category) {\n $category\n ->posts()\n ->saveMany(\n factory(App\\Models\\Post::class, 3)->make()\n );\n });\n }", "public function run()\n {\n $this->call(CategoriesTableSeeder::class);\n\n $users = factory(App\\User::class, 5)->create();\n $recipes = factory(App\\Recipe::class, 30)->create();\n $preparations = factory(App\\Preparation::class, 70)->create();\n $photos = factory(App\\Photo::class, 90)->create();\n $comments = factory(App\\Comment::class, 200)->create();\n $flavours = factory(App\\Flavour::class, 25)->create();\n $flavour_recipe = factory(App\\FlavourRecipe::class, 50)->create();\n $tags = factory(App\\Tag::class, 25)->create();\n $recipe_tag = factory(App\\RecipeTag::class, 50)->create();\n $ingredients = factory(App\\Ingredient::class, 25)->create();\n $ingredient_preparation = factory(App\\IngredientPreparation::class, 300)->create();\n \n \n \n DB::table('users')->insert(['name' => 'SimpleUtilisateur', 'email' => '[email protected]', 'password' => bcrypt('SimpleMotDePasse')]);\n \n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::statement('SET FOREIGN_KEY_CHECKS = 0');\n\n // Sample::truncate();\n // TestItem::truncate();\n // UOM::truncate();\n Role::truncate();\n User::truncate();\n\n // factory(Role::class, 4)->create();\n Role::create([\n 'name'=> 'Director',\n 'description'=> 'Director type'\n ]);\n\n Role::create([\n 'name'=> 'Admin',\n 'description'=> 'Admin type'\n ]);\n Role::create([\n 'name'=> 'Employee',\n 'description'=> 'Employee type'\n ]);\n Role::create([\n 'name'=> 'Technician',\n 'description'=> 'Technician type'\n ]);\n \n factory(User::class, 20)->create()->each(\n function ($user){\n $roles = \\App\\Role::all()->random(mt_rand(1, 2))->pluck('id');\n $user->roles()->attach($roles);\n }\n );\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n UsersLevel::create([\n 'name' => 'Administrator'\n ]);\n\n UsersLevel::create([\n 'name' => 'User'\n ]);\n\n User::create([\n 'username' => 'admin',\n 'password' => bcrypt('admin123'),\n 'level_id' => 1,\n 'fullname' => \"Super Admin\",\n 'email'=> \"[email protected]\"\n ]);\n\n\n \\App\\CategoryPosts::create([\n 'name' =>'Paket Trip'\n ]);\n\n \\App\\CategoryPosts::create([\n 'name' =>'Destinasi Kuliner'\n ]);\n\n \\App\\CategoryPosts::create([\n 'name' => 'Event'\n ]);\n\n \\App\\CategoryPosts::create([\n 'name' => 'Profil'\n ]);\n }", "public function run()\n {\n DB::table('users')->insert([\n 'name' => 'Admin',\n 'email' => '[email protected]',\n 'avatar' => \"avatar\",\n 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi',\n ]);\n $this->call(CategorySeeder::class);\n // \\App\\Models\\Admin::factory(1)->create();\n \\App\\Models\\User::factory(10)->create();\n // \\App\\Models\\Category::factory(50)->create();\n \\App\\Models\\PetComment::factory(50)->create();\n $pets = \\App\\Models\\Pet::factory(50)->create();\n foreach ($pets as $pet) {\n \\App\\Models\\PetTag::factory(1)->create(['pet_id' => $pet->id]);\n \\App\\Models\\PetPhotoUrl::factory(1)->create(['pet_id' => $pet->id]);\n \\App\\Models\\Order::factory(1)->create(['pet_id' => $pet->id]);\n };\n }", "public function run()\n { \n\n $this->call(RoleSeeder::class);\n \n $this->call(UserSeeder::class);\n\n Storage::deleteDirectory('socials-icon');\n Storage::makeDirectory('socials-icon');\n $socials = Social::factory(7)->create();\n\n Storage::deleteDirectory('countries-flag');\n Storage::deleteDirectory('countries-firm');\n Storage::makeDirectory('countries-flag');\n Storage::makeDirectory('countries-firm');\n $countries = Country::factory(18)->create();\n\n // Se llenan datos de la tabla muchos a muchos - social_country\n foreach ($countries as $country) {\n foreach ($socials as $social) {\n\n $country->socials()->attach($social->id, [\n 'link' => 'https://www.facebook.com/ministeriopalabrayespiritu/'\n ]);\n }\n }\n\n Person::factory(50)->create();\n\n Category::factory(7)->create();\n\n Video::factory(25)->create(); \n\n $this->call(PostSeeder::class);\n\n Storage::deleteDirectory('documents');\n Storage::makeDirectory('documents');\n Document::factory(25)->create();\n\n }", "public function run()\n {\n $faker = Faker::create('id_ID');\n /**\n * Generate fake author data\n */\n for ($i=1; $i<=50; $i++) { \n DB::table('author')->insert([\n 'name' => $faker->name\n ]);\n }\n /**\n * Generate fake publisher data\n */\n for ($i=1; $i<=50; $i++) { \n DB::table('publisher')->insert([\n 'name' => $faker->name\n ]);\n }\n /**\n * Seeding payment method\n */\n DB::table('payment')->insert([\n ['name' => 'Mandiri'],\n ['name' => 'BCA'],\n ['name' => 'BRI'],\n ['name' => 'BNI'],\n ['name' => 'Pos Indonesia'],\n ['name' => 'BTN'],\n ['name' => 'Indomaret'],\n ['name' => 'Alfamart'],\n ['name' => 'OVO'],\n ['name' => 'Cash On Delivery']\n ]);\n }", "public function run()\n {\n DatabaseSeeder::seedLearningStylesProbs();\n DatabaseSeeder::seedCampusProbs();\n DatabaseSeeder::seedGenderProbs();\n DatabaseSeeder::seedTypeStudentProbs();\n DatabaseSeeder::seedTypeProfessorProbs();\n DatabaseSeeder::seedNetworkProbs();\n }", "public function run()\n {\n // Let's truncate our existing records to start from scratch.\n // MyList::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 3; $i++) {\n MyList::create([\n 'title' => 'List-'.($i+1),\n 'color' => $faker->sentence,\n 'icon' => $faker->randomDigitNotNull,\n 'index' => $faker->randomDigitNotNull,\n 'user_id' => 1,\n ]);\n }\n }", "public function run()\n {\n // Let's truncate our existing records to start from scratch.\n Products::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few products in our database:\n for ($i = 0; $i < 50; $i++) {\n Products::create([\n 'name' => $faker->word,\n 'sku' => $faker->randomNumber(7, false),\n ]);\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n User::create([\n 'name' => 'Pablo Rosales',\n 'email' => '[email protected]',\n 'password' => bcrypt('admin'),\n 'status' => 1,\n 'role_id' => 1,\n 'movil' => 0\n ]);\n\n User::create([\n 'name' => 'Usuario Movil',\n 'email' => '[email protected]',\n 'password' => bcrypt('secret'),\n 'status' => 1,\n 'role_id' => 3,\n 'movil' => 1\n ]);\n\n Roles::create([\n 'name' => 'Administrador'\n ]);\n Roles::create([\n 'name' => 'Operaciones'\n ]);\n Roles::create([\n 'name' => 'Comercial'\n ]);\n Roles::create([\n 'name' => 'Aseguramiento'\n ]);\n Roles::create([\n 'name' => 'Facturación'\n ]);\n Roles::create([\n 'name' => 'Creditos y Cobros'\n ]);\n\n factory(App\\Customers::class, 100)->create();\n }", "public function run()\n {\n // php artisan db:seed --class=StoreTableSeeder\n\n foreach(range(1,20) as $i){\n $faker = Faker::create();\n Store::create([\n 'name' => $faker->name,\n 'desc' => $faker->text,\n 'tags' => $faker->word,\n 'address' => $faker->address,\n 'longitude' => $faker->longitude($min = -180, $max = 180),\n 'latitude' => $faker->latitude($min = -90, $max = 90),\n 'created_by' => '1'\n ]);\n }\n\n }", "public function run()\n {\n DB::table('users')->insert([\n 'name'=>\"test\",\n 'password' => Hash::make('123'),\n 'email'=>'[email protected]'\n ]);\n DB::table('tags')->insert(['name'=>'tags']);\n $this->call(UserSeed::class);\n $this->call(CategoriesSeed::class);\n $this->call(TopicsSeed::class);\n $this->call(CommentariesSeed::class);\n // $this->call(UsersTableSeeder::class);\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n echo 'seeding permission...', PHP_EOL;\n $permissions = [\n 'role-list',\n 'role-create',\n 'role-edit',\n 'role-delete',\n 'formation-list',\n 'formation-create',\n 'formation-edit',\n 'formation-delete',\n 'user-list',\n 'user-create',\n 'user-edit',\n 'user-delete'\n ];\n foreach ($permissions as $permission) {\n Permission::create(['name' => $permission]);\n }\n echo 'seeding users...', PHP_EOL;\n\n $user= User::create(\n [\n 'name' => 'Mr. admin',\n 'email' => '[email protected]',\n 'password' => bcrypt('admin'),\n 'remember_token' => null,\n ]\n );\n echo 'Create Roles...', PHP_EOL;\n Role::create(['name' => 'former']);\n Role::create(['name' => 'learner']);\n Role::create(['name' => 'admin']);\n Role::create(['name' => 'manager']);\n Role::create(['name' => 'user']);\n\n echo 'seeding Role User...', PHP_EOL;\n $user->assignRole('admin');\n $role = $user->assignRole('admin');\n $role->givepermissionTo(Permission::all());\n\n \\DB::table('languages')->insert(['name' => 'English', 'code' => 'en']);\n \\DB::table('languages')->insert(['name' => 'Français', 'code' => 'fr']);\n }", "public function run()\n {\n $this->call(UsersTableSeeder::class);\n $this->call(PermissionsSeeder::class);\n $this->call(RolesSeeder::class);\n $this->call(ThemeSeeder::class);\n\n //\n\n DB::table('paypal_info')->insert([\n 'client_id' => '',\n 'client_secret' => '',\n 'currency' => '',\n ]);\n DB::table('contact_us')->insert([\n 'content' => '',\n ]);\n DB::table('setting')->insert([\n 'site_name' => ' ',\n ]);\n DB::table('terms_and_conditions')->insert(['terms_and_condition' => 'text']);\n }", "public function run()\n {\n $this->call([\n UserSeeder::class,\n ]);\n\n User::factory(20)->create();\n Author::factory(20)->create();\n Book::factory(60)->create();\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n $this->call(UserSeeder::class);\n $this->call(RolePermissionSeeder::class);\n $this->call(AppmodeSeeder::class);\n\n // \\App\\Models\\Appmode::factory(3)->create();\n \\App\\Models\\Doctor::factory(100)->create();\n \\App\\Models\\Unit::factory(50)->create();\n \\App\\Models\\Broker::factory(100)->create();\n \\App\\Models\\Patient::factory(100)->create();\n \\App\\Models\\Expence::factory(100)->create();\n \\App\\Models\\Testcategory::factory(100)->create();\n \\App\\Models\\Test::factory(50)->create();\n \\App\\Models\\Parameter::factory(50)->create();\n \\App\\Models\\Sale::factory(50)->create();\n \\App\\Models\\SaleItem::factory(100)->create();\n \\App\\Models\\Goption::factory(1)->create();\n \\App\\Models\\Pararesult::factory(50)->create();\n\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n // DB::table('roles')->insert(\n // [\n // ['name' => 'admin', 'description' => 'Administrator'],\n // ['name' => 'student', 'description' => 'Student'],\n // ['name' => 'lab_tech', 'description' => 'Lab Tech'],\n // ['name' => 'it_staff', 'description' => 'IT Staff Member'],\n // ['name' => 'it_manager', 'description' => 'IT Manager'],\n // ['name' => 'lab_manager', 'description' => 'Lab Manager'],\n // ]\n // );\n\n // DB::table('users')->insert(\n // [\n // 'username' => 'admin', \n // 'password' => Hash::make('password'), \n // 'active' => 1,\n // 'name' => 'Administrator',\n // 'email' => '[email protected]',\n // 'role_id' => \\App\\Role::where('name', 'admin')->first()->id\n // ]\n // );\n\n DB::table('status')->insert([\n // ['name' => 'Active'],\n // ['name' => 'Cancel'],\n // ['name' => 'Disable'],\n // ['name' => 'Open'],\n // ['name' => 'Closed'],\n // ['name' => 'Resolved'],\n ['name' => 'Used'],\n ]);\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n factory(User::class)->create([\n 'name' => 'Qwerty',\n 'email' => '[email protected]',\n 'password' => bcrypt('secretpassw'),\n ]);\n\n factory(User::class, 59)->create([\n 'password' => bcrypt('secretpassw'),\n ]);\n\n for ($i = 1; $i < 11; $i++) {\n factory(Category::class)->create([\n 'name' => 'Category ' . $i,\n ]);\n }\n\n for ($i = 1; $i < 101; $i++) {\n factory(Product::class)->create([\n 'name' => 'Product ' . $i,\n ]);\n }\n }", "public function run()\n {\n\n \t// Making main admin role\n \tDB::table('roles')->insert([\n 'name' => 'Admin',\n ]);\n\n // Making main category\n \tDB::table('categories')->insert([\n 'name' => 'Other',\n ]);\n\n \t// Making main admin account for testing\n \tDB::table('users')->insert([\n 'name' \t\t=> 'Admin',\n 'email' \t=> '[email protected]',\n 'password' => bcrypt('12345'),\n 'role_id' => 1,\n 'created_at' => date('Y-m-d H:i:s' ,time()),\n 'updated_at' => date('Y-m-d H:i:s' ,time())\n ]);\n\n \t// Making random users and posts\n factory(App\\User::class, 10)->create();\n factory(App\\Post::class, 35)->create();\n }", "public function run()\n {\n $faker = Faker::create();\n\n \\DB::table('positions')->insert(array (\n 'codigo' => strtoupper($faker->randomLetter).$faker->postcode,\n 'nombre' => 'Chef',\n 'salario' => '15000.00'\n ));\n\n\t\t \\DB::table('positions')->insert(array (\n 'codigo' => strtoupper($faker->randomLetter).$faker->postcode,\n 'nombre' => 'Mesonero',\n 'salario' => '12000.00'\n ));\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n $faker = \\Faker\\Factory::create();\n\n foreach (range(1,5) as $index) {\n Lista::create([\n 'name' => $faker->sentence(2),\n 'description' => $faker->sentence(10), \n ]);\n } \n\n foreach (range(1,20) as $index) {\n $n = $faker->sentence(2);\n \tTarea::create([\n \t\t'name' => $n,\n \t\t'description' => $faker->sentence(10),\n 'lista_id' => $faker->numberBetween(1,5),\n 'slug' => Str::slug($n),\n \t\t]);\n } \n }", "public function run()\n {\n $faker = Faker::create('lt_LT');\n\n DB::table('users')->insert([\n 'name' => 'user',\n 'email' => '[email protected]',\n 'password' => Hash::make('123')\n ]);\n DB::table('users')->insert([\n 'name' => 'user2',\n 'email' => '[email protected]',\n 'password' => Hash::make('123')\n ]);\n\n foreach (range(1,100) as $val)\n DB::table('authors')->insert([\n 'name' => $faker->firstName(),\n 'surname' => $faker->lastName(),\n \n ]);\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n $this->call(UsersTableSeeder::class);\n\n // DB::table('users')->insert([\n // 'name' => 'User1',\n // 'email' => '[email protected]',\n // 'password' => bcrypt('password'),\n // ]);\n\n\n $faker = Faker::create();\n \n foreach (range(1,10) as $index){\n DB::table('companies')->insert([\n 'name' => $faker->company(),\n 'email' => $faker->email(10).'@gmail.com',\n 'logo' => $faker->image($dir = '/tmp', $width = 640, $height = 480),\n 'webiste' => $faker->domainName(),\n \n ]);\n }\n \n \n foreach (range(1,10) as $index){\n DB::table('employees')->insert([\n 'first_name' => $faker->firstName(),\n 'last_name' => $faker->lastName(),\n 'company' => $faker->company(),\n 'email' => $faker->str_random(10).'@gmail.com',\n 'phone' => $faker->e164PhoneNumber(),\n \n ]);\n }\n\n\n\n }", "public function run()\n {\n DB::statement('SET FOREIGN_KEY_CHECKS=0;');\n Flight::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 100; $i++) {\n\n\n Flight::create([\n 'flightNumber' => $faker->randomNumber(5),\n 'depAirport' => $faker->city,\n 'destAirport' => $faker->city,\n 'reservedWeight' => $faker->numberBetween(1000 - 10000),\n 'deptTime' => $faker->dateTime('now'),\n 'arrivalTime' => $faker->dateTime('now'),\n 'reservedVolume' => $faker->numberBetween(1000 - 10000),\n 'airlineName' => $faker->colorName,\n ]);\n }\n DB::statement('SET FOREIGN_KEY_CHECKS=1;');\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n $this->truncteTables([\n 'users',\n 'products'\n ]);\n\n $this->call(UsersSeeder::class);\n $this->call(ProductsSeeder::class);\n\n }", "public function run()\n {\n /**\n * Dummy seeds\n */\n DB::table('metas')->truncate();\n $faker = Faker::create();\n\n for ($i=0; $i < 10; $i++) { \n DB::table('metas')->insert([\n 'id_rel' => $faker->randomNumber(),\n 'titulo' => $faker->sentence,\n 'descricao' => $faker->paragraph,\n 'justificativa' => $faker->paragraph,\n 'valor_inicial' => $faker->numberBetween(0,100),\n 'valor_atual' => $faker->numberBetween(0,100),\n 'valor_final' => $faker->numberBetween(0,10),\n 'regras' => json_encode([$i => [\"values\" => $faker->words(3)]]),\n 'types' => json_encode([$i => [\"values\" => $faker->words(2)]]),\n 'categorias' => json_encode([$i => [\"values\" => $faker->words(4)]]),\n 'tags' => json_encode([$i => [\"values\" => $faker->words(5)]]),\n 'active' => true,\n ]);\n }\n\n\n }", "public function run()\n {\n // $this->call(UserTableSeeder::class);\n\n $faker = Faker::create();\n\n $lessonIds = Lesson::lists('id')->all(); // An array of ID's in that table [1, 2, 3, 4, 5, 7]\n $tagIds = Tag::lists('id')->all();\n\n foreach(range(1, 30) as $index)\n {\n // a real lesson id\n // a real tag id\n DB::table('lesson_tag')->insert([\n 'lesson_id' => $faker->randomElement($lessonIds),\n 'tag_id' => $faker->randomElement($tagIds),\n ]);\n }\n }", "public function run()\n {\n $this->call(CategoriasTableSeeder::class);\n $this->call(UfsTableSeeder::class);\n $this->call(UsersTableSeeder::class);\n $this->call(UserTiposTableSeeder::class);\n factory(App\\User::class, 2)->create();\n/* factory(App\\Models\\Categoria::class, 20)->create();*/\n/* factory(App\\Models\\Anuncio::class, 50)->create();*/\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::statement('SET FOREIGN_KEY_CHECKS = 0');\n\n Language::truncate();\n Reason::truncate();\n Report::truncate();\n Category::truncate();\n Position::truncate();\n\n $languageQuantity = 10;\n $reasonQuantity = 10;\n $reportQuantity = 10;\n $categoryQuantity = 10;\n $positionQuantity = 10;\n\n factory(Language::class,$languageQuantity)->create();\n factory(Reason::class,$reasonQuantity)->create();\n \n factory(Report::class,$reportQuantity)->create();\n \n factory(Category::class,$categoryQuantity)->create();\n \n factory(Position::class,$positionQuantity)->create();\n\n }", "public function run()\n {\n // \\DB::statement('SET_FOREIGN_KEY_CHECKS=0');\n \\DB::table('users')->truncate();\n \\DB::table('posts')->truncate();\n // \\DB::table('category')->truncate();\n \\DB::table('photos')->truncate();\n \\DB::table('comments')->truncate();\n \\DB::table('comment_replies')->truncate();\n\n \\App\\Models\\User::factory()->times(10)->hasPosts(1)->create();\n \\App\\Models\\Role::factory()->times(10)->create();\n \\App\\Models\\Category::factory()->times(10)->create();\n \\App\\Models\\Comment::factory()->times(10)->hasReplies(1)->create();\n \\App\\Models\\Photo::factory()->times(10)->create();\n\n \n // \\App\\Models\\User::factory(10)->create([\n // 'role_id'=>2,\n // 'is_active'=>1\n // ]);\n\n // factory(App\\Models\\Post::class, 10)->create();\n // $this->call(UsersTableSeeder::class);\n }", "public function run()\n {\n $this->call([\n ArticleSeeder::class, \n TagSeeder::class,\n Arttagrel::class\n ]);\n // \\App\\Models\\User::factory(10)->create();\n \\App\\Models\\Article::factory()->count(7)->create();\n \\App\\Models\\Tag::factory()->count(15)->create(); \n \\App\\Models\\Arttagrel::factory()->count(15)->create(); \n }", "public function run()\n {\n $this->call(ArticulosTableSeeder::class);\n /*DB::table('articulos')->insert([\n 'titulo' => str_random(50),\n 'cuerpo' => str_random(200),\n ]);*/\n }", "public function run()\n {\n $this->call(CategoryTableSeeder::class);\n $this->call(ProductTableSeeder::class);\n\n \t\t\n\t\t\tDB::table('users')->insert([\n 'first_name' => 'Ignacio',\n 'last_name' => 'Garcia',\n 'email' => '[email protected]',\n 'password' => bcrypt('123456'),\n 'role' => '1',\n 'avatar' => 'CGnABxNYYn8N23RWlvTTP6C2nRjOLTf8IJcbLqRP.jpeg',\n ]);\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n $this->call(RoleSeeder::class);\n $this->call(UserSeeder::class);\n\n Medicamento::factory(50)->create();\n Reporte::factory(5)->create();\n Cliente::factory(200)->create();\n Asigna_valor::factory(200)->create();\n Carga::factory(200)->create();\n }", "public function run()\n {\n $this->call([\n RoleSeeder::class,\n TicketSeeder::class\n ]);\n\n DB::table('departments')->insert([\n 'abbr' => 'IT',\n 'name' => 'Information Technologies',\n 'created_at' => Carbon::now(),\n 'updated_at' => Carbon::now(),\n ]);\n\n DB::table('users')->insert([\n 'name' => 'admin',\n 'email' => '[email protected]',\n 'email_verified_at' => Carbon::now(),\n 'password' => Hash::make('admin'),\n 'department_id' => 1,\n 'avatar' => 'default.png',\n 'created_at' => Carbon::now(),\n 'updated_at' => Carbon::now(),\n ]);\n\n DB::table('role_user')->insert([\n 'role_id' => 1,\n 'user_id' => 1\n ]);\n }", "public function run()\n {\n \\App\\Models\\Article::factory(20)->create();\n \\App\\Models\\Category::factory(5)->create();\n \\App\\Models\\Comment::factory(40)->create();\n\n \\App\\Models\\User::create([\n \"name\"=>\"Alice\",\n \"email\"=>'[email protected]',\n 'password' => Hash::make('password'),\n ]);\n \\App\\Models\\User::create([\n \"name\"=>\"Bob\",\n \"email\"=>'[email protected]',\n 'password' => Hash::make('password'),\n ]);\n }", "public function run()\n {\n /** \n * Note: You must add these lines to your .env file for this Seeder to work (replace the values, obviously):\n SEEDER_USER_FIRST_NAME = 'Firstname'\n SEEDER_USER_LAST_NAME = 'Lastname'\n\t\tSEEDER_USER_DISPLAY_NAME = 'Firstname Lastname'\n\t\tSEEDER_USER_EMAIL = [email protected]\n SEEDER_USER_PASSWORD = yourpassword\n */\n\t\tDB::table('users')->insert([\n 'user_first_name' => env('SEEDER_USER_FIRST_NAME'),\n 'user_last_name' => env('SEEDER_USER_LAST_NAME'),\n 'user_name' => env('SEEDER_USER_DISPLAY_NAME'),\n\t\t\t'user_email' => env('SEEDER_USER_EMAIL'),\n 'user_status' => 1,\n \t'password' => Hash::make((env('SEEDER_USER_PASSWORD'))),\n 'permission_fk' => 1,\n 'created_at' => Carbon::now()->format('Y-m-d H:i:s'),\n 'updated_at' => Carbon::now()->format('Y-m-d H:i:s')\n ]);\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n factory(App\\User::class,3)->create()->each(\n \tfunction($user)\n \t{\n \t\t$user->questions()\n \t\t->saveMany(\n \t\t\tfactory(App\\Question::class, rand(2,6))->make()\n \t\t)\n ->each(function ($q) {\n $q->answers()->saveMany(factory(App\\Answer::class, rand(1,5))->make());\n })\n \t}\n );\n }\n}", "public function run()\n {\n $faker = Faker::create();\n\n // $this->call(UsersTableSeeder::class);\n\n DB::table('posts')->insert([\n 'id'=>str_random(1),\n 'user_id'=> str_random(1),\n 'title' => $faker->name,\n 'body' => $faker->safeEmail,\n 'created_at' => date('Y-m-d H:i:s'),\n 'updated_at' => date('Y-m-d H:i:s'),\n ]);\n }", "public function run()\n\t{\n\t\tDB::table(self::TABLE_NAME)->delete();\n\n\t\tforeach (seed(self::TABLE_NAME) as $row)\n\t\t\t$records[] = [\n\t\t\t\t'id'\t\t\t\t=> $row->id,\n\t\t\t\t'created_at'\t\t=> $row->created_at ?? Carbon::now(),\n\t\t\t\t'updated_at'\t\t=> $row->updated_at ?? Carbon::now(),\n\n\t\t\t\t'sport_id'\t\t\t=> $row->sport_id,\n\t\t\t\t'gender_id'\t\t\t=> $row->gender_id,\n\t\t\t\t'tournamenttype_id'\t=> $row->tournamenttype_id ?? null,\n\n\t\t\t\t'name'\t\t\t\t=> $row->name,\n\t\t\t\t'external_id'\t\t=> $row->external_id ?? null,\n\t\t\t\t'is_top'\t\t\t=> $row->is_top ?? null,\n\t\t\t\t'logo'\t\t\t\t=> $row->logo ?? null,\n\t\t\t\t'position'\t\t\t=> $row->position ?? null,\n\t\t\t];\n\n\t\tinsert(self::TABLE_NAME, $records ?? []);\n\t}", "public function run()\n\t{\n\t\tDB::table('libros')->truncate();\n\n\t\t$faker = Faker\\Factory::create();\n\n\t\tfor ($i=0; $i < 10; $i++) { \n\t\t\tLibro::create([\n\n\t\t\t\t'titulo'\t\t=> $faker->text(40),\n\t\t\t\t'isbn'\t\t\t=> $faker->numberBetween(100,999),\n\t\t\t\t'precio'\t\t=> $faker->randomFloat(2,3,150),\n\t\t\t\t'publicado'\t\t=> $faker->numberBetween(0,1),\n\t\t\t\t'descripcion'\t=> $faker->text(400),\n\t\t\t\t'autor_id'\t\t=> $faker->numberBetween(1,3),\n\t\t\t\t'categoria_id'\t=> $faker->numberBetween(1,3)\n\n\t\t\t]);\n\t\t}\n\n\t\t// Uncomment the below to run the seeder\n\t\t// DB::table('libros')->insert($libros);\n\t}", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n factory(App\\User::class, 10)->create()->each(function ($user) {\n // Seed the relation with 5 purchases\n // $videos = factory(App\\Video::class, 5)->make();\n // $user->videos()->saveMany($videos);\n // $user->videos()->each(function ($video){\n // \t$video->videometa()->save(factory(App\\VideoMeta::class)->make());\n // \t// :( \n // });\n factory(App\\User::class, 10)->create()->each(function ($user) {\n\t\t\t factory(App\\Video::class, 5)->create(['user_id' => $user->id])->each(function ($video) {\n\t\t\t \tfactory(App\\VideoMeta::class, 1)->create(['video_id' => $video->id]);\n\t\t\t // $video->videometa()->save(factory(App\\VideoMeta::class)->create(['video_id' => $video->id]));\n\t\t\t });\n\t\t\t});\n\n });\n }", "public function run()\n {\n // for($i=1;$i<11;$i++){\n // DB::table('post')->insert(\n // ['title' => 'Title'.$i,\n // 'post' => 'Post'.$i,\n // 'slug' => 'Slug'.$i]\n // );\n // }\n $faker = Faker\\Factory::create();\n \n for($i=1;$i<20;$i++){\n $dname = $faker->name;\n DB::table('post')->insert(\n ['title' => $dname,\n 'post' => $faker->text($maxNbChars = 200),\n 'slug' => str_slug($dname)]\n );\n }\n }", "public function run()\n {\n $this->call([\n CountryTableSeeder::class,\n ProvinceTableSeeder::class,\n TagTableSeeder::class\n ]);\n\n User::factory()->count(10)->create();\n Category::factory()->count(5)->create();\n Product::factory()->count(20)->create();\n Section::factory()->count(5)->create();\n Bundle::factory()->count(20)->create();\n\n $bundles = Bundle::all();\n // populate bundle-product table (morph many-to-many)\n Product::all()->each(function ($product) use ($bundles) {\n $product->bundles()->attach(\n $bundles->random(2)->pluck('id')->toArray(),\n ['default_quantity' => rand(1, 10)]\n );\n });\n // populate bundle-tags table (morph many-to-many)\n Tag::all()->each(function ($tag) use ($bundles) {\n $tag->bundles()->attach(\n $bundles->random(2)->pluck('id')->toArray()\n );\n });\n }", "public function run()\n {\n // Let's truncate our existing records to start from scratch.\n Contract::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 50; $i++) {\n Contract::create([\n 'serialnumbers' => $faker->numberBetween($min = 1000000, $max = 2000000),\n 'address' => $faker->address,\n 'landholder' => $faker->lastName,\n 'renter' => $faker->lastName,\n 'price' => $faker->numberBetween($min = 10000, $max = 50000),\n 'rent_start' => $faker->date($format = 'Y-m-d', $max = 'now'),\n 'rent_end' => $faker->date($format = 'Y-m-d', $max = 'now'),\n ]);\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n $faker=Faker\\Factory::create();\n\n for($i=0;$i<100;$i++){\n \tApp\\Blog::create([\n \t\t'title' => $faker->catchPhrase,\n 'description' => $faker->text,\n 'showns' =>true\n \t\t]);\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::statement('SET FOREIGN_KEY_CHECKS = 0'); // TO PREVENT CHECKS FOR foreien key in seeding\n\n User::truncate();\n Category::truncate();\n Product::truncate();\n Transaction::truncate();\n\n DB::table('category_product')->truncate();\n\n User::flushEventListeners();\n Category::flushEventListeners();\n Product::flushEventListeners();\n Transaction::flushEventListeners();\n\n $usersQuantities = 1000;\n $categoriesQuantities = 30;\n $productsQuantities = 1000;\n $transactionsQuantities = 1000;\n\n factory(User::class, $usersQuantities)->create();\n factory(Category::class, $categoriesQuantities)->create();\n\n factory(Product::class, $productsQuantities)->create()->each(\n function ($product) {\n $categories = Category::all()->random(mt_rand(1, 5))->pluck('id');\n $product->categories()->attach($categories);\n });\n\n factory(Transaction::class, $transactionsQuantities)->create();\n }", "public function run()\n {\n // $this->call(UserSeeder::class);\n $this->call(PermissionsTableSeeder::class);\n $this->call(UsersTableSeeder::class);\n\n $this->call(BusinessTableSeeder::class);\n $this->call(PrinterTableSeeder::class);\n factory(App\\Tag::class,10)->create();\n factory(App\\Category::class,10)->create();\n factory(App\\Subcategory::class,50)->create();\n factory(App\\Provider::class,10)->create();\n factory(App\\Product::class,24)->create()->each(function($product){\n\n $product->images()->saveMany(factory(App\\Image::class, 4)->make());\n\n });\n\n\n factory(App\\Client::class,10)->create();\n }", "public function run()\n {\n Article::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 50; $i++) {\n Article::create([\n 'name' => $faker->sentence,\n 'sku' => $faker->paragraph,\n 'price' => $faker->number,\n ]);\n }\n }", "public function run()\n {\n Storage::deleteDirectory('public/products');\n Storage::makeDirectory('public/products');\n\n $this->call(UserSeeder::class);\n Category::factory(4)->create();\n $this->call(ProductSeeder::class);\n Order::factory(4)->create();\n Order_Detail::factory(4)->create();\n Size::factory(100)->create();\n }", "public function run()\n {\n $this->call(RolSeeder::class);\n\n $this->call(UserSeeder::class);\n Category::factory(4)->create();\n Doctor::factory(25)->create();\n Patient::factory(50)->create();\n Status::factory(3)->create();\n Appointment::factory(100)->create();\n }", "public function run()\n\t{\n\t\t\n\t\tDB::statement('SET FOREIGN_KEY_CHECKS = 0');\n\n\t\t$faker = \\Faker\\Factory::create();\n\n\t\tTodolist::truncate();\n\n\t\tforeach(range(1, 50) as $index)\n\t\t{\n\n\t\t\t$user = User::create([\n\t\t\t\t'name' => $faker->name,\n\t\t\t\t'email' => $faker->email,\n\t\t\t\t'password' => 'password',\n\t\t\t\t'confirmation_code' => mt_rand(0, 9),\n\t\t\t\t'confirmation' => rand(0,1) == 1\n\t\t\t]);\n\n\t\t\t$list = Todolist::create([\n\t\t\t\t'name' => $faker->sentence(2),\n\t\t\t\t'description' => $faker->sentence(4),\n\t\t\t]);\n\n\t\t\t// BUILD SOME TASKS FOR EACH LIST ITEM\n\t\t\tforeach(range(1, 10) as $index) \n\t\t\t{\n\t\t\t\t$task = new Task;\n\t\t\t\t$task->name = $faker->sentence(2);\n\t\t\t\t$task->description = $faker->sentence(4);\n\t\t\t\t$list->tasks()->save($task);\n\t\t\t}\n\n\t\t}\n\n\t\tDB::statement('SET FOREIGN_KEY_CHECKS = 1'); \n\n\t}", "public function run()\n {\n Campus::truncate();\n Canteen::truncate();\n Dorm::truncate();\n\n $faker = Faker\\Factory::create();\n $schools = School::all();\n foreach ($schools as $school) {\n \tforeach (range(1, 2) as $index) {\n\t \t$campus = Campus::create([\n\t \t\t'school_id' => $school->id,\n\t \t\t'name' => $faker->word . '校区',\n\t \t\t]);\n\n \t$campus->canteens()->saveMany(factory(Canteen::class, mt_rand(2,3))->make());\n $campus->dorms()->saveMany(factory(Dorm::class, mt_rand(2,3))->make());\n\n }\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::table('users')->insert([\n 'name' => 'admin',\n 'email' => '[email protected]',\n 'password' => bcrypt('admin'),\n 'seq_q'=>'1',\n 'seq_a'=>'admin'\n ]);\n\n // DB::table('bloods')->insert([\n // ['name' => 'A+'],\n // ['name' => 'A-'],\n // ['name' => 'B+'],\n // ['name' => 'B-'],\n // ['name' => 'AB+'],\n // ['name' => 'AB-'],\n // ['name' => 'O+'],\n // ['name' => 'O-'],\n // ]);\n\n \n }", "public function run()\n {\n // $this->call(UserTableSeeder::class);\n \\App\\User::create([\n 'name'=>'PAPE SAMBA NDOUR',\n 'email'=>'[email protected]',\n 'password'=>bcrypt('Admin1122'),\n ]);\n\n $faker = Faker::create();\n\n for ($i = 0; $i < 100 ; $i++)\n {\n $firstName = $faker->firstName;\n $lastName = $faker->lastName;\n $niveau = \\App\\Niveau::inRandomOrder()->first();\n \\App\\Etudiant::create([\n 'prenom'=>$firstName,\n 'nom'=>$lastName,\n 'niveau_id'=>$niveau->id\n ]);\n }\n\n\n }", "public function run()\n {\n //\n DB::table('foods')->delete();\n\n Foods::create(array(\n 'name' => 'Chicken Wing',\n 'author' => 'Bambang',\n 'overview' => 'a deep-fried chicken wing, not in spicy sauce'\n ));\n\n Foods::create(array(\n 'name' => 'Beef ribs',\n 'author' => 'Frank',\n 'overview' => 'Slow baked beef ribs rubbed in spices'\n ));\n\n Foods::create(array(\n 'name' => 'Ice cream',\n 'author' => 'Lou',\n 'overview' => ' A sweetened frozen food typically eaten as a snack or dessert.'\n ));\n\n }", "public function run()\n {\n // Let's truncate our existing records to start from scratch.\n News::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 10; $i++) {\n News::create([\n 'title' => $faker->sentence,\n 'summary' => $faker->sentence,\n 'content' => $faker->paragraph,\n 'imagePath' => '/img/exclamation_mark.png'\n ]);\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n factory(App\\User::class, 3)->create();\n factory(App\\Models\\Category::class, 3)\n ->create()\n ->each(function ($u) {\n $u->courses()->saveMany(factory(App\\Models\\Course::class,3)->make())->each(function ($c){\n $c->exams()->saveMany(factory(\\App\\Models\\Exam::class,3)->make())->each(function ($e){\n $e->questions()->saveMany(factory(\\App\\Models\\Question::class,4)->make())->each(function ($q){\n $q->answers()->saveMany(factory(\\App\\Models\\Answer::class,4)->make())->each(function ($a){\n $a->correctAnswer()->save(factory(\\App\\Models\\Correct_answer::class)->make());\n });\n });\n });\n });\n\n });\n\n }", "public function run()\n {\n \\DB::table('employees')->delete();\n\n $faker = \\Faker\\Factory::create('ja_JP');\n\n $role_id = ['1','2','3'];\n\n for ($i = 0; $i < 10; $i++) {\n \\App\\Models\\Employee::create([\n 'last_name' =>$faker->lastName() ,\n 'first_name' => $faker->firstName(),\n 'mail' => $faker->email(),\n 'password' => Hash::make( \"password.$i\"),\n 'birthday' => $faker->date($format='Y-m-d',$max='now'),\n 'role_id' => $faker->randomElement($role_id)\n ]);\n }\n }", "public function run()\n {\n\n DB::table('clients')->delete();\n DB::table('trips')->delete();\n error_log('empty tables done.');\n\n $random_cities = City::inRandomOrder()->select('ar_name')->limit(5)->get();\n $GLOBALS[\"random_cities\"] = $random_cities->pluck('ar_name')->toArray();\n\n $random_airlines = Airline::inRandomOrder()->select('code')->limit(5)->get();\n $GLOBALS[\"random_airlines\"] = $random_airlines->pluck('code')->toArray();\n\n factory(App\\Client::class, 5)->create();\n error_log('Client seed done.');\n\n\n factory(App\\Trip::class, 50)->create();\n error_log('Trip seed done.');\n\n\n factory(App\\Quicksearch::class, 10)->create();\n error_log('Quicksearch seed done.');\n }", "public function run()\n {\n // Admins\n User::factory()->create([\n 'name' => 'Zaiman Noris',\n 'username' => 'rognales',\n 'email' => '[email protected]',\n 'active' => true,\n ]);\n\n User::factory()->create([\n 'name' => 'Affiq Rashid',\n 'username' => 'affiqr',\n 'email' => '[email protected]',\n 'active' => true,\n ]);\n\n // Only seed test data in non-prod\n if (! app()->isProduction()) {\n Member::factory()->count(1000)->create();\n Staff::factory()->count(1000)->create();\n\n Participant::factory()\n ->addSpouse()\n ->addChildren()\n ->addInfant()\n ->addOthers()\n ->count(500)\n ->hasUploads(2)\n ->create();\n }\n }", "public function run()\n {\n $this->call([\n RoleSeeder::class,\n UserSeeder::class,\n ]);\n\n \\App\\Models\\Category::factory(4)->create();\n \\App\\Models\\View::factory(6)->create();\n \\App\\Models\\Room::factory(8)->create();\n \n $rooms = \\App\\Models\\Room::all();\n // \\App\\Models\\User::all()->each(function ($user) use ($rooms) { \n // $user->rooms()->attach(\n // $rooms->random(rand(1, \\App\\Models\\Room::max('id')))->pluck('id')->toArray()\n // ); \n // });\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n Employee::factory()->create(['email' => '[email protected]']);\n Brand::factory()->count(3)->create();\n $this->call([\n TagSeeder::class,\n AttributeSeeder::class,\n AttributeValueSeeder::class,\n ProductSeeder::class,\n ]);\n }", "public function run()\n {\n $this->call(RolesTableSeeder::class); // crée les rôles\n $this->call(PermissionsTableSeeder::class); // crée les permissions\n\n factory(Employee::class,3)->create();\n factory(Provider::class,1)->create();\n\n $user = User::create([\n 'name'=>'Alioune Bada Ndoye',\n 'email'=>'[email protected]',\n 'phone'=>'773012470',\n 'password'=>bcrypt('123'),\n ]);\n Employee::create([\n 'job'=>'Informaticien',\n 'user_id'=>User::where('email','[email protected]')->first()->id,\n 'point_id'=>Point::find(1)->id,\n ]);\n $user->assignRole('admin');\n }", "public function run()\n {\n // $this->call(UserSeeder::class);\n factory(User::class, 1)\n \t->create(['email' => '[email protected]']);\n\n factory(Category::class, 5)->create();\n }", "public function run()\n {\n //$this->call(UsersTableSeeder::class);\n $this->call(rootSeed::class);\n factory(App\\Models\\Egresado::class,'hombre',15)->create();\n factory(App\\Models\\Egresado::class,'mujer',15)->create();\n factory(App\\Models\\Administrador::class,5)->create();\n factory(App\\Models\\Notificacion::class,'post',10)->create();\n factory(App\\Models\\Notificacion::class,'mensaje',5)->create();\n factory(App\\Models\\Egresado::class,'bajaM',5)->create();\n factory(App\\Models\\Egresado::class,'bajaF',5)->create();\n factory(App\\Models\\Egresado::class,'suscritam',5)->create();\n factory(App\\Models\\Egresado::class,'suscritaf',5)->create();\n }", "public function run()\n {\n \n User::factory(1)->create([\n 'rol'=>'EPS'\n ]);\n Person::factory(10)->create();\n $this->call(EPSSeeder::class);\n $this->call(OfficialSeeder::class);\n $this->call(VVCSeeder::class);\n $this->call(VaccineSeeder::class);\n }", "public function run()\n {\n // $faker=Faker::create();\n // foreach(range(1,100) as $index)\n // {\n // DB::table('products')->insert([\n // 'name' => $faker->name,\n // 'price' => rand(10,100000)/100\n // ]);\n // }\n }", "public function run()\n {\n $this->call([\n LanguagesTableSeeder::class,\n ListingAvailabilitiesTableSeeder::class,\n ListingTypesTableSeeder::class,\n RoomTypesTableSeeder::class,\n AmenitiesTableSeeder::class,\n UsersTableSeeder::class,\n UserLanguagesTableSeeder::class,\n ListingsTableSeeder::class,\n WishlistsTableSeeder::class,\n StaysTableSeeder::class,\n GuestsTableSeeder::class,\n TripsTableSeeder::class,\n ReviewsTableSeeder::class,\n RatingsTableSeeder::class,\n PopularDestinationsTableSeeder::class,\n ImagesTableSeeder::class,\n ]);\n\n // factory(App\\User::class, 5)->states('host')->create();\n // factory(App\\User::class, 10)->states('hostee')->create();\n\n // factory(App\\User::class, 10)->create();\n // factory(App\\Models\\Listing::class, 30)->create();\n }", "public function run()\n {\n Schema::disableForeignKeyConstraints();\n Grade::truncate();\n Schema::enableForeignKeyConstraints();\n\n $faker = \\Faker\\Factory::create();\n\n for ($i = 0; $i < 10; $i++) {\n Grade::create([\n 'letter' => $faker->randomElement(['а', 'б', 'в']),\n 'school_id' => $faker->unique()->numberBetween(1, School::count()),\n 'level' => 1\n ]);\n }\n }", "public function run()\n {\n // $this->call(UserSeeder::class);\n factory(App\\User::class,5)->create();//5 User created\n factory(App\\Model\\Genre::class,5)->create();//5 genres\n factory(App\\Model\\Film::class,6)->create();//6 films\n factory(App\\Model\\Comment::class, 20)->create();// 20 comments\n }", "public function run()\n {\n\n $this->call(UserSeeder::class);\n factory(Empresa::class,10)->create();\n factory(Empleado::class,50)->create();\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n User::create([\n 'name' => 'jose luis',\n 'email' => '[email protected]',\n 'password' => bcrypt('xxxxxx'),\n 'role' => 'admin',\n ]);\n\n Category::create([\n 'name' => 'inpods',\n 'description' => 'auriculares inalambricos que funcionan con blouthue genial'\n ]);\n\n Category::create([\n 'name' => 'other',\n 'description' => 'otra cosa diferente a un inpods'\n ]);\n\n\n /* Create 10 products */\n Product::factory(10)->create();\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n factory(User::class)->create([\n 'email' => '[email protected]',\n 'name' => 'Russell'\n ]);\n\n factory(User::class)->create([\n 'email' => '[email protected]',\n 'name' => 'Bitfumes'\n ]);\n\n factory(User::class)->create([\n 'email' => '[email protected]',\n 'name' => 'Paul'\n ]);\n }", "public function run()\n {\n $user_ids = [1,2,3];\n $faker = app(\\Faker\\Generator::class);\n $posts = factory(\\App\\Post::class)->times(50)->make()->each(function($post) use ($user_ids,$faker){\n $post->user_id = $faker->randomElement($user_ids);\n });\n \\App\\Post::insert($posts->toArray());\n }", "public function run()\n {\n // Vaciar la tabla.\n Favorite::truncate();\n $faker = \\Faker\\Factory::create();\n // Crear artículos ficticios en la tabla\n\n // factory(App\\Models\\User::class, 2)->create()->each(function ($user) {\n // $user->users()->saveMany(factory(App\\Models\\User::class, 25)->make());\n //});\n }", "public function run()\n\t{\n\t\t$this->call(ProductsTableSeeder::class);\n\t\t$this->call(CategoriesTableSeeder::class);\n\t\t$this->call(BrandsTableSeeder::class);\n\t\t$this->call(ColorsTableSeeder::class);\n\n\t\t$products = \\App\\Product::all();\n \t$categories = \\App\\Category::all();\n \t$brands = \\App\\Brand::all();\n \t$colors = \\App\\Color::all();\n\n\t\tforeach ($products as $product) {\n\t\t\t$product->colors()->sync($colors->random(3));\n\n\t\t\t$product->category()->associate($categories->random(1)->first());\n\t\t\t$product->brand()->associate($brands->random(1)->first());\n\n\t\t\t$product->save();\n\t\t}\n\n\t\t// for ($i = 0; $i < count($products); $i++) {\n\t\t// \t$cat = $categories[rand(0,5)];\n\t\t// \t$bra = $brands[rand(0,7)];\n\t\t// \t$cat->products()->save($products[$i]);\n\t\t// \t$bra->products()->save($products[$i]);\n\t\t// }\n\n\t\t// $products = factory(App\\Product::class)->times(20)->create();\n\t\t// $categories = factory(App\\Category::class)->times(6)->create();\n\t\t// $brands = factory(App\\Brand::class)->times(8)->create();\n\t\t// $colors = factory(App\\Color::class)->times(15)->create();\n\t}", "public function run()\n {\n /*$this->call(UsersTableSeeder::class);\n $this->call(GroupsTableSeeder::class);\n $this->call(TopicsTableSeeder::class);\n $this->call(CommentsTableSeeder::class);*/\n DB::table('users')->insert([\n 'name' => 'pkw',\n 'email' => '[email protected]',\n 'password' => bcrypt('secret'),\n 'type' => '1'\n ]);\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n $faker = Faker::create();\n foreach (range(1,200) as $index) {\n DB::table('users')->insert([\n 'name' => $faker->name,\n 'email' => $faker->email,\n 'phone' => $faker->randomDigitNotNull,\n 'address'=> $faker->streetAddress,\n 'password' => bcrypt('secret'),\n ]);\n }\n }", "public function run()\n {\n $this->call(UsersSeeder::class);\n User::factory(2)->create();\n Company::factory(2)->create();\n\n }", "public function run()\n {\n echo PHP_EOL , 'seeding roles...';\n\n Role::create(\n [\n 'name' => 'Admin',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Principal',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Teacher',\n 'deletable' => false,\n ]\n );\n\n Role::create(\n [\n 'name' => 'Student',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Parents',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Accountant',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Librarian',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Receptionist',\n 'deletable' => false,\n ]\n );\n\n\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n // $this->call(QuestionTableSeed::class);\n\n $this->call([\n QuestionTableSeed::class,\n AlternativeTableSeed::class,\n ScheduleActionTableSeeder::class,\n UserTableSeeder::class,\n CompanyClassificationTableSeed::class,\n ]);\n // DB::table('clients')->insert([\n // 'name' => 'Empresa-02',\n // 'email' => '[email protected]',\n // 'password' => bcrypt('07.052.477/0001-60'),\n // ]);\n }", "public function run()\n {\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 5; $i++) {\n Runner::create([\n 'external_id' => $faker->uuid,\n 'name' => $faker->name,\n 'race_id' =>rand(1,5),\n 'age' => rand(30, 45),\n 'sex' => $faker->randomElement(['male', 'female']),\n 'color' => $faker->randomElement(['#ecbcb4', '#d1a3a4']),\n ]);\n }\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n\n User::factory()->create([\n 'name' => 'Carlos',\n 'email' => '[email protected]',\n 'email_verified_at' => now(),\n 'password' => bcrypt('123456'), // password\n 'remember_token' => Str::random(10),\n ]);\n \n $this->call([PostsTableSeeder::class]);\n $this->call([TagTableSeeder::class]);\n\n }", "public function run()\n {\n $this->call(AlumnoSeeder::class);\n //Alumnos::factory()->count(30)->create();\n //DB::table('alumnos')->insert([\n // 'dni_al' => '13189079',\n // 'nom_al' => 'Jose',\n // 'ape_al' => 'Araujo',\n // 'rep_al' => 'Principal',\n // 'esp_al' => 'Tecnologia',\n // 'lnac_al' => 'Valencia'\n //]);\n }", "public function run()\n {\n Eloquent::unguard();\n\n DB::statement('SET FOREIGN_KEY_CHECKS=0;');\n\n // $this->call([\n // CountriesTableSeeder::class,\n // ]);\n\n factory(App\\User::class, 100)->create();\n factory(App\\Type::class, 10)->create();\n factory(App\\Item::class, 100)->create();\n factory(App\\Order::class, 1000)->create();\n\n $items = App\\Item::all();\n\n App\\Order::all()->each(function($order) use ($items) {\n\n $n = rand(1, 10);\n\n $order->items()->attach(\n $items->random($n)->pluck('id')->toArray()\n , ['quantity' => $n]);\n\n $order->total = $order->items->sum(function($item) {\n return $item->price * $item->pivot->quantity;\n });\n\n $order->save();\n\n });\n\n DB::statement('SET FOREIGN_KEY_CHECKS=1;');\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n factory(User::class)->create(\n [\n 'email'=>'[email protected]',\n 'name'=>'izzanni',\n \n ]\n );\n factory(User::class)->create(\n [\n 'email'=>'[email protected]',\n 'name'=>'aina',\n\n ]\n );\n factory(User::class)->create(\n [\n 'email'=>'[email protected]',\n 'name'=>'sab',\n\n ]\n );\n }", "public function run()\n {\n\n factory('App\\Models\\Pessoa', 60)->create();\n factory('App\\Models\\Profissional', 10)->create();\n factory('App\\Models\\Paciente', 50)->create();\n $this->call(UsersTableSeeder::class);\n $this->call(ProcedimentoTableSeeder::class);\n // $this->call(PessoaTableSeeder::class);\n // $this->call(ProfissionalTableSeeder::class);\n // $this->call(PacienteTableSeeder::class);\n // $this->call(AgendaProfissionalTableSeeder::class);\n }", "public function run()\n {\n //Acá se define lo que el seeder va a hacer.\n //insert() para insertar datos.\n //Array asociativo. La llave es el nombre de la columna.\n// DB::table('users')->insert([\n// //Para un solo usuario.\n// 'name' => 'Pedrito Perez',\n// 'email' => '[email protected]',\n// 'password' => bcrypt('123456')\n// ]);//Se indica el nombre de la tabla.\n\n //Crea 50 usuarios (sin probar)\n// factory(App\\User::class, 50)->create()->each(function($u) {\n// $u->posts()->save(factory(App\\Post::class)->make());\n// });\n\n factory(App\\User::class, 10)->create(); //Así se ejecuta el model factory creado en ModelFactory.php\n\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n //nhập liệu mẫu cho bảng users\n DB::table('users')->insert([\n \t['id'=>'1001', 'name'=>'Phan Thị Hiền', 'email'=>'[email protected]', 'password'=>'123456', 'isadmin'=>1],\n \t['id'=>'1002', 'name'=>'Phan Thị Hà', 'email'=>'[email protected]', 'password'=>'111111', 'isadmin'=>0]\n ]);\n\n\n //nhập liệu mẫu cho bảng suppliers\n DB::table('suppliers')->insert([\n \t['name'=>'FPT', 'address'=>'151 Hùng Vương, TP. Đà Nẵng', 'phonenum'=>'0971455395'],\n \t['name'=>'Điện Máy Xanh', 'address'=>'169 Phan Châu Trinh, TP. Đà Nẵng', 'phonenum'=>'0379456011']\n ]);\n\n\n //Bảng phiếu bảo hành\n }", "public function run()\n {\n \t// DB::table('categories')->truncate();\n // factory(App\\Models\\Category::class, 10)->create();\n Schema::disableForeignKeyConstraints();\n Category::truncate();\n $faker = Faker\\Factory::create();\n\n $categories = ['SAMSUNG','NOKIA','APPLE','BLACK BERRY'];\n foreach ($categories as $key => $value) {\n Category::create([\n 'name'=>$value,\n 'description'=> 'This is '.$value,\n 'markup'=> rand(10,100),\n 'category_id'=> null,\n 'UUID' => $faker->uuid,\n ]);\n }\n }" ]
[ "0.8013876", "0.79804534", "0.7976992", "0.79542726", "0.79511505", "0.7949612", "0.794459", "0.7942486", "0.7938189", "0.79368967", "0.79337025", "0.78924936", "0.78811055", "0.78790957", "0.78787595", "0.787547", "0.7871811", "0.78701615", "0.7851422", "0.7850352", "0.7841468", "0.7834583", "0.7827792", "0.7819104", "0.78088796", "0.7802872", "0.7802348", "0.78006834", "0.77989215", "0.7795819", "0.77903426", "0.77884805", "0.77862066", "0.7778816", "0.7777486", "0.7765202", "0.7762492", "0.77623445", "0.77621746", "0.7761383", "0.77606887", "0.77596676", "0.7757001", "0.7753607", "0.7749522", "0.7749292", "0.77466977", "0.7729947", "0.77289546", "0.772796", "0.77167094", "0.7714503", "0.77140456", "0.77132195", "0.771243", "0.77122366", "0.7711113", "0.77109736", "0.7710777", "0.7710086", "0.7705484", "0.770464", "0.7704354", "0.7704061", "0.77027386", "0.77020216", "0.77008796", "0.7698617", "0.76985973", "0.76973504", "0.7696405", "0.7694293", "0.7692694", "0.7691264", "0.7690576", "0.76882726", "0.7687433", "0.7686844", "0.7686498", "0.7685065", "0.7683827", "0.7679184", "0.7678287", "0.76776296", "0.76767945", "0.76726556", "0.76708084", "0.76690495", "0.766872", "0.76686716", "0.7666299", "0.76625943", "0.7662227", "0.76613766", "0.7659881", "0.7656644", "0.76539344", "0.76535016", "0.7652375", "0.7652313", "0.7652022" ]
0.0
-1
WPTC's specific hooks start
public function just_initialized_fresh_backup_wptc_h($args) { wptc_log($args, '-------just_initialized_fresh_backup_wptc_h--------'); $this->backup_before_update_obj->check_and_initiate_if_update_required_after_backup_wptc($args); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function preStartPageHook() {}", "public function preStartPageHook() {}", "public function init_hooks() {\n\t}", "private function public_hooks()\n\t{\n\t}", "private function init_hooks() {\n\t\t\tadd_action( 'init', array( $this, 'init' ), 0 );\n\t\t}", "public function addHooks() {\n\t\tadd_action( 'after_setup_theme', array( $this, 'bufferStart' ) );\n\t\tadd_action( 'wp_shutdown', array( $this, 'bufferEnd' ) );\n\t}", "private static function init_hooks() {\n\t\tself::$initiated = true;\n\t\tadd_action( 'wp_head', array( 'mptheme_functions', 'theme_styles' ) );\n\t\tadd_action( 'wp_enqueue_scripts', array('mptheme_functions', 'mptheme_enqueue') );\n\n\t\t// If a Google Analytics ID is defined, add the code to the head\n\t\tif ( get_option( 'mptheme_google_analytics_id' ) ){\n\t\t\tadd_action( 'wp_head', array( 'mptheme_functions', 'mptheme_google_analytics_code' ) );\n\t\t}\n\n\t\t// If a Facebook Pixel ID is defined, add the code to the head\n\t\tif ( get_option( 'mptheme_facebook_pixel_id' ) ){\n\t\t\tadd_action( 'wp_head', array( 'mptheme_functions', 'mptheme_facebook_pixel_code' ) );\n\t\t}\n\n\t}", "protected function _init(){\n\t\t//Hook called at the beginning of self::run();\n\t}", "private function hooks() {\n\t\t$this->include_tabs();\n\t\t$this->include_tabs_server();\n\n\t\t// Enable the REST API if the settings allow for it.\n\t\tif ( true === (bool) wpcd_get_early_option( 'wordpress_app_rest_api_enable' ) ) {\n\t\t\t$this->include_rest_api();\n\t\t}\n\n\t\t// Make sure WordPress loads up our css and js scripts.\n\t\tadd_action( 'admin_enqueue_scripts', array( $this, 'wpapp_enqueue_scripts' ), 10, 1 );\n\n\t\t// Show any admin notices related to upgrades.\n\t\tadd_action( 'admin_notices', array( $this, 'wpapp_upgrades_admin_notice' ) );\n\n\t\t// Actions send from the front-end when installing servers and sites.\n\t\tadd_action( \"wpcd_server_{$this->get_app_name()}_action\", array( &$this, 'do_instance_action' ), 10, 3 );\n\t\tadd_action( \"wpcd_app_{$this->get_app_name()}_action\", array( &$this, 'do_app_action' ), 10, 3 );\n\n\t\tadd_filter( \"wpcd_command_{$this->get_app_name()}_logs_done\", array( &$this, 'get_logs_done' ), 10, 4 );\n\t\tadd_filter( \"wpcd_command_{$this->get_app_name()}_logs_intermed\", array( &$this, 'get_logs_intermed' ), 10, 4 );\n\t\tadd_action( \"wpcd_command_{$this->get_app_name()}_completed\", array( &$this, 'command_completed' ), 10, 2 );\n\t\tadd_filter( 'wpcd_server_script_args', array( $this, 'add_script_args_server' ), 10, 2 );\n\t\tadd_filter( 'wpcd_app_script_args', array( $this, 'add_script_args_app' ), 10, 2 );\n\t\tadd_filter( 'wpcd_actions', array( $this, 'add_post_actions' ), 10, 2 );\n\t\tadd_filter( \"wpcd_script_placeholders_{$this->get_app_name()}\", array( $this, 'script_placeholders' ), 10, 6 );\n\t\tadd_filter( 'wpcd_app_server_admin_list_local_status_column', array( &$this, 'app_server_admin_list_local_status_column' ), 10, 2 ); // Show the server status.\n\t\tadd_filter( 'wpcd_app_server_admin_list_local_status_column', array( &$this, 'app_server_admin_list_upgrade_status' ), 11, 2 ); // Show the upgrade status in the local status column - function located in trait file upgrade.php.\n\t\tadd_filter( 'wpcd_app_admin_list_summary_column', array( &$this, 'app_admin_list_upgrade_status' ), 11, 2 ); // Show the upgrade status in the TITLE column of the app list - function located in trait file upgrade.php.\n\n\t\t// Push commands and callbacks from servers.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_server_status_completed\", array( &$this, 'push_command_server_status_completed' ), 10, 4 ); // When a server sends us it's daily status report, part 1 - see bash script #24.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_sites_status_completed\", array( &$this, 'push_command_sites_status_completed' ), 10, 4 ); // When a server sends us it's daily status report, part 2 - see bash script #24.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_maldet_scan_completed\", array( &$this, 'push_command_maldet_scan_completed' ), 10, 4 ); // When a server sends us a report of maldet scan results - see bash script #26.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_server_restart_completed\", array( &$this, 'push_command_server_restart_completed' ), 10, 4 ); // When a server sends us a report of restart or shutdown.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_monit_log_completed\", array( &$this, 'push_command_monit_log_completed' ), 10, 4 ); // When a server sends us a monit alert or report.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_start_domain_backup_completed\", array( &$this, 'push_command_domain_backup_v1_started' ), 10, 4 ); // When a server sends us a notification telling us a scheduled backup was started for a domain.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_end_domain_backup_completed\", array( &$this, 'push_command_domain_backup_v1_completed' ), 10, 4 ); // When a server sends us a notification telling us a scheduled backup was completed for a domain.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_server_config_backup_completed\", array( &$this, 'push_command_server_config_backup' ), 10, 4 ); // When a server sends us a notification telling us a backup of the server configuration has started or ended.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_test_rest_api_completed\", array( &$this, 'push_command_test_rest_api_completed' ), 10, 4 ); // When a server sends us a test notification (initiated from the TOOLS tab on a server screen).\n\n\t\t// Push commands and callbacks from sites.\n\t\tadd_action( \"wpcd_{$this->get_app_name()}_command_schedule_site_sync_completed\", array( &$this, 'push_command_schedule_site_sync' ), 10, 4 ); // When a scheduled site sync has started or ended.\n\n\t\t// After server prepare action hooks.\n\t\t$this->wpcd_after_server_prepare_action_hooks();\n\n\t\t// When we're querying to find out the status of a server.\n\t\tadd_filter( 'wpcd_is_server_available_for_commands', array( &$this, 'wpcd_is_server_available_for_commands' ), 10, 2 );\n\n\t\t// When an app cleanup script is being run.\n\t\tadd_action( 'wpcd_cleanup_app_after', array( $this, 'wpcd_cleanup_app_after' ), 10, 1 );\n\n\t\t// When a server cleanup script is being run.\n\t\tadd_action( 'wpcd_cleanup_server_after', array( $this, 'wpcd_cleanup_server_after' ), 10, 1 );\n\n\t\t// When WP has been installed, add temp domain to DNS if configured.\n\t\tadd_action( 'wpcd_command_wordpress-app_completed_after_cleanup', array( $this, 'wpcd_wpapp_install_complete' ), 10, 4 );\n\n\t\t// Ajax Hooks.\n\t\tadd_action( \"wp_ajax_wpcd_{$this->get_app_name()}\", array( &$this, 'ajax_server' ) ); // For ajax calls dealing with servers in wp-admin.\n\t\tadd_action( \"wp_ajax_wpcd_app_{$this->get_app_name()}\", array( &$this, 'ajax_app' ) ); // for ajax calls dealing with apps in wp-admin.\n\t\tif ( wpcd_is_woocommerce_activated() ) {\n\t\t\tadd_action( 'wp_ajax_wpcd_wpapp_frontend', array( &$this, 'ajax_wpapp_frontend' ) ); // for ajax calls from the front-end - code in trait files.\n\t\t}\n\n\t\t// Add welcome message to the settings screen.\n\t\tadd_filter( 'wpcd_general_settings_after_welcome_message', array( $this, 'welcome_message_settings' ), 10, 1 );\n\n\t\t// Add some additional instructions to the \"no application servers found\" message.\n\t\tadd_filter( 'wpcd_no_app_servers_found_msg', array( $this, 'no_app_servers_found_msg' ), 10, 1 );\n\n\t\t// Add a state called \"WordPress\" to the app when its shown on the app list.\n\t\tadd_filter( 'display_post_states', array( $this, 'display_post_states' ), 20, 2 );\n\n\t\t// Background actions for SERVER.\n\t\tadd_action( 'wpcd_wordpress_deferred_actions_for_server', array( $this, 'do_deferred_actions_for_server' ), 10 );\n\n\t\t// Background actions for APPS.\n\t\tadd_action( 'wpcd_wordpress_deferred_actions_for_apps', array( $this, 'do_deferred_actions_for_app' ), 10 );\n\n\t\t// Delete temp log files.\n\t\tadd_action( 'wpcd_wordpress_file_watcher', array( $this, 'file_watcher_delete_temp_files' ) );\n\n\t\t/* Do not allow WooCommerce to redirect to their account page */\n\t\tadd_filter( 'woocommerce_prevent_admin_access', array( $this, 'wc_subscriber_admin_access' ), 20, 1 );\n\n\t\t/*********************************************\n\t\t* Hooks and filters for screens in wp-admin\n\t\t*/\n\n\t\t// Filter hook to add new columns to the APP list.\n\t\tadd_filter( 'manage_wpcd_app_posts_columns', array( $this, 'app_posts_app_table_head' ), 10, 1 );\n\n\t\t// Action hook to add values in new columns in the APP list.\n\t\tadd_action( 'manage_wpcd_app_posts_custom_column', array( $this, 'app_posts_app_table_content' ), 10, 2 );\n\n\t\t// Filter hook to add new columns to the SERVER list.\n\t\tadd_filter( 'manage_wpcd_app_server_posts_columns', array( $this, 'app_server_table_head' ), 10, 1 );\n\n\t\t// Show some app details in the wp-admin list of apps.\n\t\tadd_filter( 'wpcd_app_admin_list_summary_column', array( &$this, 'app_admin_list_summary_column' ), 10, 2 );\n\n\t\t// Add the INSTALL WordPress button to the server list.\n\t\tadd_filter( 'wpcd_app_server_table_content', array( &$this, 'app_server_table_content' ), 10, 3 );\n\n\t\t// Filter hook to add a REMOVE SITE link to the hover action on an app.\n\t\tadd_filter( 'post_row_actions', array( $this, 'post_row_actions' ), 10, 2 );\n\n\t\t// Meta box display callback.\n\t\tadd_action( 'add_meta_boxes_wpcd_app', array( $this, 'app_admin_add_meta_boxes' ) );\n\n\t\t// Save Meta Values.\n\t\tadd_action( 'save_post', array( $this, 'app_admin_save_meta_values' ), 10, 2 );\n\n\t\t// Add Metabox.IO metaboxes for the WordPress app into the APP details CPT screen.\n\t\tadd_filter( \"wpcd_app_{$this->get_app_name()}_metaboxes\", array( $this, 'add_meta_boxes' ), 10, 1 );\n\n\t\t// Add Metabox.IO metaboxes for the SERVER CPT into the server details CPT screen.\n\t\tadd_filter( 'rwmb_meta_boxes', array( $this, 'register_server_metaboxes' ), 10, 1 ); // Register application metabox stub with filter. Note that this is a METABOX.IO filter, not a core WP filter.\n\t\tadd_filter( \"wpcd_server_{$this->get_app_name()}_metaboxes\", array( $this, 'add_meta_boxes_server' ), 10, 1 );\n\n\t\t// Action hook to fire on new site created on WP Multisite.\n\t\tadd_action( 'wp_initialize_site', array( $this, 'wpapp_schedule_events_for_new_site' ), 10, 2 );\n\n\t\t// Action hook to set transient if directory is readable and .txt files are accessible.\n\t\tadd_action( 'admin_init', array( $this, 'wpapp_admin_init' ) );\n\n\t\t// Action hook to handle ajax request to set transient if user closed the readable notice check.\n\t\tadd_action( 'wp_ajax_set_readable_check', array( $this, 'set_readable_check' ) );\n\n\t\t// Action hook to handle ajax request to set transient if user clicked the \"check again\" option in the \"readable check\" notice.\n\t\tadd_action( 'wp_ajax_readable_check_again', array( $this, 'readable_check_again' ) );\n\n\t\t// Action hook to extend admin filter options.\n\t\tadd_action( 'restrict_manage_posts', array( $this, 'wpapp_wpcd_app_table_filtering' ) );\n\n\t\t// Filter hook to filter app listing on custom meta data.\n\t\tadd_filter( 'parse_query', array( $this, 'wpapp_wpcd_app_parse_query' ), 10, 1 );\n\n\t\t// Action hook to handle ajax request to set transient if user closed the notice for cron check.\n\t\tadd_action( 'wp_ajax_set_cron_check', array( $this, 'set_cron_check' ) );\n\t}", "public function init_hooks()\n {\n register_activation_hook(__FILE__, array($this, 'run_install'));\n register_deactivation_hook(__FILE__, array($this, 'run_uninstall'));\n }", "public function init() {\n\t\t$this->define_constants();\n\t\t$this->load_dependencies();\n\t\tdo_action( 'wprmprc_init' );\n\t\tadd_filter( 'wprm_addon_active', array( $this, 'addon_active' ), 10, 2 );\n\t}", "function init_hooks() {\n\tregister_activation_hook( __FILE__, __NAMESPACE__ . '\\activate_plugin' );\n\tregister_deactivation_hook( __FILE__, __NAMESPACE__ . '\\deactivate_plugin' );\n\tregister_uninstall_hook( __FILE__, __NAMESPACE__ . '\\uninstall_plugin' );\n}", "private function init_hooks() {\n\n register_activation_hook( __FILE__, array( 'IWJ_Install', 'install' ) );\n register_deactivation_hook( __FILE__, array('IWJ_Install', 'deactive') );\n\n add_action('plugins_loaded', array('IWJ_Install', 'update'));\n add_action('wp_loaded', array('IWJ_Install', 'update2'));\n\n add_action( 'wpmu_new_blog', array( 'IWJ_Install', 'new_blog' ), 10, 6 );\n add_action( 'delete_blog', array( 'IWJ_Install', 'delete_blog' ), 10, 2 );\n\n add_action( 'after_setup_theme', array( $this, 'setup_environment' ) );\n add_action( 'init', array( $this, 'init' ), 0 );\n\n add_action('wp_logout', array($this, 'end_session'));\n add_action('wp_login', array($this, 'end_session'));\n\n //add_action('activated_plugin',array($this, 'active_plugin_error'));\n }", "public static function initHooks() {\n\t\t$m = self::pw('modules')->get('WarehouseManagement');\n\n\t\t$m->addHook('Page(pw_template=whse-find-item)::printableUrl', function($event) {\n\t\t\t$event->return = self::printableUrl($event->arguments(0));\n\t\t});\n\t}", "private function init_hooks() {\n\t\tadd_action( 'plugins_loaded', array( $this, 'localization' ) );\n\t\tadd_action( 'plugins_loaded', array( $this, 'includes' ) );\n\t\tadd_filter( 'woocommerce_payment_gateways', array( $this, 'add_gateway' ) );\n\t\t\n\t\tadd_action( 'admin_enqueue_scripts', array( $this, 'load_custom_scripts'));\n\n\t}", "public function hook() {\n\t\t// the WPML API is not included by default\n\t\trequire_once ICL_PLUGIN_PATH . '/inc/wpml-api.php';\n\n\t\t$this->hook_actions();\n\t\t$this->hook_filters();\n\t}", "function start_wp()\n {\n }", "public function hook();", "public function set_hooks()\n\t{\n\t\tadd_action('init', 'register_shortcodes');\n\t}", "public function add_hooks()\n {\n }", "public function add_hooks()\n {\n }", "public function init_hooks() {\n\t\tadd_action( 'vc_after_mapping', array( $this, 'vc_after_mapping' ) );\n\t}", "private function init_hooks() {\n\t\t\tadd_action( 'after_setup_theme', array( $this, 'include_template_functions' ), 11 );\n\t\t\tadd_action( 'init', array( $this, 'init' ), 0 );\n\t\t\tregister_activation_hook( __FILE__, array( $this, 'activate' ) );\n\t\t}", "private function init_hooks() {\n\t\t\tadd_action( 'init', array( $this, 'init' ), 0 );\n\t\t\tregister_activation_hook( __FILE__, array( $this, 'activate' ) );\n\n\t\t\t// Plugin update notifications\n\t\t\tadd_action( 'admin_init', array( $this, 'plugin_update' ) );\n\t\t}", "private function hooks() {\n\t\t// Register rewrite tags.\n\t\tadd_action( 'wct_add_rewrite_tags', array( $this, 'add_rewrite_tags' ) );\n\n\t\t// Register the rewrite rules\n\t\tadd_action( 'wct_add_rewrite_rules', array( $this, 'add_rewrite_rules' ) );\n\n\t\t// Register the permastructs\n\t\tadd_action( 'wct_add_permastructs', array( $this, 'add_permastructs' ) );\n\t}", "public static function initHooks() {\n\t\t$m = self::pw('modules')->get('DpagesMar');\n\n\t\t$m->addHook('Page(pw_template=arproc)::subfunctionUrl', function($event) {\n\t\t\t$event->return = self::subfunctionUrl($event->arguments(0));\n\t\t});\n\n\t\t$m->addHook('Page(pw_template=arproc)::arprocUrl', function($event) {\n\t\t\t$event->return = self::arprocUrl($event->arguments(0));\n\t\t});\n\n\t\t$m->addHook('Page(pw_template=arproc)::glmainUrl', function($event) {\n\t\t\t$event->return = self::glmainUrl($event->arguments(0));\n\t\t});\n\t}", "public static function initHooks() {\n\t\t$m = self::pw('modules')->get('DpagesMpm');\n\n\t\t$m->addHook('Page(pw_template=mpm)::subfunctionUrl', function($event) {\n\t\t\t$event->return = self::subfunctionUrl($event->arguments(0));\n\t\t});\n\n\t\t$m->addHook('Page(pw_template=mpm)::mpmUrl', function($event) {\n\t\t\t$event->return = self::mpmUrl($event->arguments(0));\n\t\t});\n\n\t\t$m->addHook('Page(pw_template=mpm)::pmmainUrl', function($event) {\n\t\t\t$event->return = self::pmmainUrl($event->arguments(0));\n\t\t});\n\t}", "public function beforeStart()\n {\n }", "public function init() {\n\n\t\t// Run an action so we can hook in beforehand\n\t\t$this->before( 'ubc_press_before_create_all_cpts' );\n\n\t\t// Determine which CPTs to create\n\t\t$this->determine();\n\n\t\t// Create the CPTs\n\t\t$this->create();\n\n\t\t// Run an action so we can hook in afterwards\n\t\t$this->after( 'ubc_press_after_create_all_cpts' );\n\n\t}", "static public function setup_hooks() {\n\n\t\tif ( ! class_exists( 'FLBuilder' ) ) {\n\t\t\treturn;\t\n\t\t}\n\n\t\tif(\n\t\t\tisset($_GET) && isset($_GET['fl_builder'])\t// phpcs:ignore\n\t\t) {\n\n\t\t\t// Disable debug\n\t\t\tadd_filter('wsf_debug_enabled', function($debug_render) { return false; }, 10, 1);\n\n\t\t\t// Enqueue all WS Form scripts\n\t\t\tadd_action('wp_enqueue_scripts', function() { do_action('wsf_enqueue_core'); });\n\t\t}\n\t\t\n\t\t// Load custom modules.\n\t\tadd_action( 'init', __CLASS__ . '::load_modules' );\n\t}", "private function hooks(): void {\n\t\t// Steps loader hooks.\n\n\t\tadd_filter(\n\t\t\t'learndash_breezy_localize_script_data',\n\t\t\t$this->container->callback( Steps\\Loader::class, 'add_scripts_data' )\n\t\t);\n\t\tadd_action(\n\t\t\t'wp_ajax_' . Steps\\Loader::$sub_steps_ajax_action_name,\n\t\t\t$this->container->callback( Steps\\Loader::class, 'handle_sub_steps_ajax_request' )\n\t\t);\n\t\tadd_action(\n\t\t\t'wp_ajax_nopriv_' . Steps\\Loader::$sub_steps_ajax_action_name,\n\t\t\t$this->container->callback( Steps\\Loader::class, 'handle_sub_steps_ajax_request' )\n\t\t);\n\t}", "protected function initHookObjects() {}", "protected function initHookObjects() {}", "protected function initHookObjects() {}", "public function beforeStart () {\n }", "public function setStartHooks($hooks) {\n $this->_startHooks = $hooks;\n }", "private function hooks() {\n\t\t\t// check for EDD when plugin is activated\n\t\t\tadd_action( 'admin_init', array( $this, 'activation' ), 1 );\n\t\t\t\n\t\t\t// plugin meta\n\t\t\tadd_filter( 'plugin_row_meta', array( $this, 'plugin_meta' ), null, 2 );\n\n\t\t\t// settings link on plugin page\n\t\t\tadd_filter( 'plugin_action_links_' . $this->basename, array( $this, 'settings_link' ), 10, 2 );\n\t\t\t\n\t\t\t// insert actions\n\t\t\tdo_action( 'edd_sd_setup_actions' );\n\t\t}", "public function start()\n {\n die(\"Must override this function in a driver\");\n }", "function ft_hook_init() {}", "public function hooks() {\n\t\tregister_activation_hook( __FILE__, array( $this, '_activate' ) );\n\t\tregister_deactivation_hook( __FILE__, array( $this, '_deactivate' ) );\n\n\t\tadd_action( 'init', array( $this, 'init' ) );\n\t}", "public function hook()\n {\n // Add the settings tab\n// $this->on('!wprss_options_tabs', array($this, 'addTab'), null, 100);\n // Register the settings option, sections and fields\n// $this->on('!wprss_admin_init', array($this, 'register'));\n\n parent::hook();\n }", "public static function start()\n {\n self::registerDefault();\n\n $page = rex_request('page', 'string');\n $subpage = rex_request('subpage', 'string');\n $function = rex_request('function', 'string');\n\n if ($page === 'import_export' && $subpage === 'import' && $function === 'dbimport') {\n rex_register_extension('A1_AFTER_DB_IMPORT', function () {\n rex_developer_manager::synchronize(null, true);\n });\n } elseif ($page === 'developer' && $function === 'update') {\n rex_register_extension('OUTPUT_FILTER_CACHE', function () {\n rex_developer_manager::synchronize(null, true);\n });\n } else {\n self::synchronize(self::START_EARLY);\n rex_register_extension('OUTPUT_FILTER_CACHE', function () {\n rex_developer_manager::synchronize(rex_developer_manager::START_LATE);\n });\n }\n }", "public function hooks() {\n $service = new Service($this->license_base);\n add_action('admin_menu', array($this, 'register_license_page'));\n add_action('admin_enqueue_scripts', array($this, 'admin_scripts'), 10);\n // Validate service\n add_action('wp_ajax_validate_service', array($service, 'validate_service'), 10);\n }", "public function attach_hooks() {\n\t\t$this->define_hooks();\n\t}", "protected function initializeTceMain() {}", "public function startup();", "static function hooks() {\n\t\tadd_action( 'after_setup_theme', __CLASS__ . '::custom_header' );\n\n\t\t// Setup the Theme Customizer settings and controls...\n\t\tadd_action( 'customize_register', __CLASS__ . '::register' );\n\n\t\t// Output custom CSS to live site\n\t\tadd_action( 'wp_head', __CLASS__ . '::header_output' );\n\t}", "function __construct(){\n\t\tcs_event_hook('head_script', NULL, array($this, 'head_script'));\n\t\t\n\t\t// hook buttons into head_css\n\t\tcs_event_hook('head_css', NULL, array($this, 'head_css'));\n\t\t\n\t\t// hook buttons in theme layer\n\t\tcs_event_hook('ra_post_buttons', NULL, array($this, 'ra_post_buttons'));\n\t\t\n\t\t\n\t}", "abstract protected function register_hook_callbacks();", "protected function initRegistrationHooks()\n\t{\n\t\t$pluginPath = CommentsEncryptMain::PATH_PLUGIN_NAME . '/main.php';\n\t\tregister_activation_hook($pluginPath, array($this, 'activationHook'));\n\t\tregister_uninstall_hook($pluginPath, array($this, 'uninstallHook'));\t\t\n\t}", "public function init() {\r\n if ( ! $this->_initiated ) {\r\n $this->_init_hooks();\r\n }\r\n }", "public function init_hooks() {\n add_action( 'dokan_settings_form_bottom', [ $this, 'dokan_live_chat_seller_settings' ], 15, 2 );\n add_action( 'dokan_store_profile_saved', [ $this, 'dokan_live_chat_save_seller_settings' ], 15 );\n }", "function pre_init() {\n /* Add capability */\n add_filter( 'wpp_capabilities', array( &$this, \"add_capability\" ) );\n }", "function pd_startup()\n{\n add_action('init', 'pd_head_cleanup');\n add_action('after_setup_theme', 'pd_theme_support'); /* end pd theme support */\n}", "static public function init() {\n\n\t\tadd_action( 'plugins_loaded', __CLASS__ . '::setup_hooks' );\n\t}", "protected function _init_hooks() {\r\n $this->_initiated = true;\r\n\r\n //assign the client id test based on freedom settings\r\n $setting = get_option('freedom-settings');\r\n\r\n //if freedom is in test mode then set ocenture client id as test id\r\n if ($setting['mode'] == 'sandbox') {\r\n //set sandbox settings url or id here\r\n } \r\n\r\n //on order success from freedom, call ocenture update to insert data into wp and create account on oncenture\r\n add_filter( 'freedom_order_success', array(\r\n $this, 'ocenture_update' \r\n ));\r\n\r\n //perform testing here\r\n if (isset($_GET['test_ocenture'])) {\r\n Logger::start(\"Manual Insert\");\r\n $this->ocenture_insert();\r\n Logger::close();\r\n }\r\n }", "public function __construct(){\r\n $this->init_hooks();\r\n }", "public static function wpInit() {}", "private function hooks() {\n\n\t\t\t// plugin meta\n\t\t\tadd_filter( 'plugin_row_meta', array( $this, 'plugin_meta' ), null, 2 );\n\n\t\t\t// Add template folder\n\t\t\tadd_filter( 'affwp_template_paths', array( $this, 'template' ) );\n\n\t\t}", "function WordpressConnect(){\n\n\t\t$this->add_init_hook();\n\n\t}", "public function load_hooks() {\n\t\tadd_action( 'init', [ $this, 'updater' ] );\n\t\t$this->load_settings();\n\t}", "public function set_hooks() {\n\t\tadd_action( 'wp_head', array( $this, 'do_meta_tags' ), 0 );\n\t\t\tadd_filter( 'document_title_parts', array( $this, 'filter__the_title_parts' ), 1, 4 );\n\t}", "private function define_public_hooks() {\n\n\t\t$theme_public = new THC_Public( $this->get_theme_name(), $this->get_version() );\n\n\t\t$this->loader->add_action( 'wp_enqueue_scripts', $theme_public, 'theme_styles' );\n\t\t$this->loader->add_action( 'wp_enqueue_scripts', $theme_public, 'theme_scripts' );\n\t\t$this->loader->add_action( 'wp_head', $theme_public, 'theme_head' );\n\t\t$this->loader->add_action( 'after_setup_theme', $theme_public, 'theme_setup' );\n\t\t$this->loader->add_filter( 'wp_resource_hints', $theme_public, 'thc_resource_hints', 10, 2 );\n\n\t}", "private function hooks() {\n\n\t\tadd_filter( 'wpcd_settings_tabs', array( &$this, 'settings_tabs' ) ); // add a new tab to the settings page.\n\n\t\tadd_filter( 'wpcd_settings_metaboxes', array( &$this, 'settings_metaboxes' ) ); // add new metaboxes to our new tab on the settings pages.\n\n\t}", "protected function _before() {\n\t\tparent::_before ();\n\t\t$this->_startServices ( true );\n\t\t$this->startup = new Startup ();\n\t\tEventsManager::start ();\n\t\tTranslatorManager::start ( 'fr_FR', 'en' );\n\t\t$this->_initRequest ( 'RestApiController', 'GET' );\n\t}", "public static function initHooks() {\n\t\t$m = self::pw('modules')->get('DpagesMpo');\n\n\t\t$m->addHook('Page(pw_template=purchase-orders-invoices)::apInvoiceUrl', function($event) {\n\t\t\t$event->return = self::invoiceUrl($event->arguments(0));\n\t\t});\n\n\t}", "private function setup_hooks() {\n\t\tadd_action( 'bp_register_admin_settings', array( $this, 'register_settings' ) );\n\t}", "protected function setUp(): void\n {\n DummyHookPlugin::$beforeHookCalled = 0;\n DummyHookPlugin::$beforeActionCalled = 0;\n DummyHookPlugin::$afterActionCalled = 0;\n DummyHookPlugin::$afterHookCalled = 0;\n DummyHookPluginSkipsActions::$skipStartIn = 'beforeHook';\n DummyHookPluginSkipsActions::$skipStartAt = 1;\n DummyConstrainedHookPlugin::$restriction = null;\n DummyConstrainedHookPluginAlt::$restriction = null;\n DummyConstrainedPlugin::$restriction = null;\n }", "abstract public function register_hook_callbacks();", "function add_init_hook(){\n\n\t\t// Hooks need to be always added so that the plugins in the content\n\t\t// can be rendered\n\t\tadd_action( 'init', array( &$this, 'add_wp_hooks' ) );\n\n\t\t$this->add_admin_panel();\n\t\t$this->add_custom_fields();\n\t\t\t\t\t\n\t\t$this->register_shortcodes();\n\n\t\tadd_action( 'wp_head', array( &$this, 'add_og_meta' ) );\n\t\tadd_action( 'wp_footer', array( &$this, 'add_fb_js' ) );\n\n\t\tadd_action( 'switch_theme', array( &$this, 'switch_theme_handler' ) );\n\n\t\tadd_action( 'widgets_init', array( &$this, 'load_widget' ) );\n\t}", "private function add_hooks(){\n\t\n\t\tadd_action( 'plugin_action_links_' . UCLACOMPONENTSWP_PLUGIN_BASE, array( $this, 'add_plugin_action_link' ), 20 );\n\t\tadd_action( 'admin_enqueue_scripts', array( $this, 'enqueue_backend_scripts_and_styles' ), 20 );\n\t\tadd_action( 'wp_enqueue_scripts', array( $this, 'enqueue_public_scripts_and_styles' ), 20 );\n\t\n\t}", "private function __construct() {\r\n $this->initHooks();\r\n }", "public function attach_hooks() {\n\n\t\t$this->define_hooks();\n\n\t}", "public static function run()\n\t{\n\t\tself::initialize(__class__);\n\t\t# Add post-init hooks here\n\t}", "public function hook_init() {\n\n\t\t$this->register_blocks();\n\t\t$this->register_assets();\n\n\t}", "public function _before_init(){}", "private function setup_actions() {\r\n\t\tadd_action( 'init', array( $this, 'is_edd_activated' ), 1 );\r\n\r\n\t\tadd_filter( 'template_include', array( $this, 'template_loader' ) );\r\n\t\tadd_action( 'init', array( $this, 'endpoints' ) );\r\n\t\t\r\n\t\tdo_action( 'atcf_setup_actions' );\r\n\r\n\t\t$this->load_textdomain();\r\n\t}", "protected function setup_hooks() {\n\t\tadd_action( 'wp_ajax_nopriv_load_more', [ $this, 'ajax_script_post_load_more' ] );\n\t\tadd_action( 'wp_ajax_load_more', [ $this, 'ajax_script_post_load_more' ] );\n\n\t\t/**\n\t\t * Create a short code.\n\t\t *\n\t\t * Usage echo do_shortcode('[post_listings]');\n\t\t */\n\t\tadd_shortcode( 'post_listings', [ $this, 'post_script_load_more' ] );\n\t}", "function _initialize()\n {\n $CFG =& \\O2System\\load_class('Config', 'core');\n\n // If hooks are not enabled in the config file\n // there is nothing else to do\n\n if ($CFG->item('enable_hooks') == FALSE)\n {\n return;\n }\n\n // Grab the \"hooks\" definition file.\n // If there are no hooks, we're done.\n\n if (defined('ENVIRONMENT') AND is_file(APPPATH.'config/'.ENVIRONMENT.'/hooks.php'))\n {\n include(APPPATH.'config/'.ENVIRONMENT.'/hooks.php');\n }\n elseif (is_file(APPPATH.'config/hooks.php'))\n {\n include(APPPATH.'config/hooks.php');\n }\n\n\n if ( ! isset($hook) OR ! is_array($hook))\n {\n return;\n }\n\n $this->hooks =& $hook;\n $this->enabled = TRUE;\n }", "public function hook() {\n\t\tadd_action( 'admin_print_scripts', [ $this, 'admin_scripts' ] );\n\t\t// Elementor support.\n\t\tadd_action( 'elementor/editor/after_enqueue_scripts', [ $this, 'admin_scripts' ] );\n\t\t// UGH! Beaver Builder hack.\n\t\tif ( isset( $_GET['fl_builder'] ) ) { // phpcs:ignore\n\t\t\tadd_action( 'wp_enqueue_scripts', [ $this, 'admin_scripts' ] );\n\t\t}\n\n\t\tadd_action( 'advanced-sidebar-menu/widget/category/after-form', [ $this, 'init_widget_js' ], 1000 );\n\t\tadd_action( 'advanced-sidebar-menu/widget/page/after-form', [ $this, 'init_widget_js' ], 1000 );\n\t\tadd_action( 'advanced-sidebar-menu/widget/navigation-menu/after-form', [ $this, 'init_widget_js' ], 1000 );\n\t}", "public function onBeforeMain()\n\t{\n\t\t$this->addJavascriptFile('media://com_akeeba/js/Stepper.min.js');\n\t\t$this->addJavascriptFile('media://com_akeeba/js/Alice.min.js');\n\n\t\t/** @var Log $logModel */\n\t\t$logModel = $this->container->factory->model('Log')->tmpInstance();\n\n\t\t// Get a list of log names\n\t\t$this->logs = $logModel->getLogList();\n\t\t$this->log = $this->input->getCmd('log', null);\n\n\t\tJText::script('COM_AKEEBA_ALICE_SUCCESSS');\n\t\tJText::script('COM_AKEEBA_ALICE_WARNING');\n\t\tJText::script('COM_AKEEBA_ALICE_ERROR');\n\t\tJText::script('COM_AKEEBA_BACKUP_TEXT_LASTRESPONSE');\n\t}", "public function startup(): void\n {\n $this->handleOnBootListeners();\n $this->initialize();\n $this->handleOnRunListeners();\n }", "public function startup(): void\n {\n $this->handleOnBootListeners();\n $this->initialize();\n $this->handleOnRunListeners();\n }", "function init_hooks() {\n // TODO in future setup localization.\n load_plugin_textdomain( self::SLUG, false, dirname( plugin_basename( __FILE__ ) ) . '/lang' );\n }", "public function registerHooks() {\n\t\t// Nothing to do here right now\n\t\t// Others might want to know about this and get a chance to do their own work (like messing with our's :) )\n\t\tdo_action( 'pixelgrade_portfolio_registered_hooks' );\n\t}", "function setup(){\n\t\t$n = function( $function ){\n\t\t\treturn __NAMESPACE__ . '\\\\' . $function;\n\t\t};\n\t\t\n\t\t//add the hooks and filters here\n\t\tadd_action( \"init\", $n(\"register_block\") );\n\t}", "protected function setupHooks() \n {\n\n /**\n * Actions.\n */\n add_action('init', [ $this, 'customPostType' ]);\n\n\n if ($this->isContactFormActivated()) {\n add_filter('manage_sunset-contact_posts_columns', [ $this, 'sunsetSetContactColumns']);\n add_action('manage_sunset-contact_posts_custom_column', [ $this, 'sunsetContactCustomColumns'], 10, 2);\n }\n }", "public function register_hooks() {\n\t\tadd_action( 'admin_init', [ $this, 'admin_init' ] );\n\t}", "private function hooks() {\n\n\t\t$plugin_admin = shortbuild_bu_hooks();\n add_filter( 'advanced_import_demo_lists', array( $plugin_admin, 'add_demo_lists' ), 10, 1 );\n add_filter( 'admin_menu', array( $plugin_admin, 'import_menu' ), 10, 1 );\n add_filter( 'wp_ajax_shortbuild_bu_getting_started', array( $plugin_admin, 'install_advanced_import' ), 10, 1 );\n add_filter( 'admin_enqueue_scripts', array( $plugin_admin, 'enqueue_styles' ), 10, 1 );\n add_filter( 'admin_enqueue_scripts', array( $plugin_admin, 'enqueue_scripts' ), 10, 1 );\n\n /*Replace terms and post ids*/\n add_action( 'advanced_import_replace_term_ids', array( $plugin_admin, 'replace_term_ids' ), 20 );\n }", "function setup()\r\n {\r\n $this->logger = Logger::getLogger( CART_CONVERTER );\r\n //$this->logger->debug(\"main controller setup \" + current_time( \"timestamp\" ) );\r\n $this->cartController = CartController::getInstance();\r\n \r\n // create options panel\r\n $cartOptions = new CartOptionsController();\r\n $cartOptions->init();\r\n\r\n // init cron\r\n $cron = new CronController();\r\n\r\n // init report\r\n $report = new ReportController();\r\n\r\n do_action( 'cart_converter_setup_action' );\r\n }", "public function setup() {\n\t\tadd_action( 'plugins_loaded', array( $this, 'manually_load_api' ), 100 );\n\t\tadd_action( 'plugins_loaded', array( $this, 'load_textdomain' ) );\n\t\tadd_filter( 'plugin_row_meta', array( $this, 'filter_plugin_row_meta' ), 10, 4 );\n\t\tadd_action( 'admin_notices', array( $this, 'permalink_warning' ) );\n\t\tadd_action( 'admin_init', array( $this, 'flush_rewrites' ), 10000 );\n\t}", "protected function set_hooks() {\n\t\t// Compatibility with Cart Notices plugin\n\t\tadd_filter('wc_cart_notices_order_thresholds', array($this, 'wc_cart_notices_order_thresholds'), 20);\n\t\tadd_action('wc_cart_notices_process_notice_before', array($this, 'wc_cart_notices_process_notice_before'), 20);\n\t}", "function add_wp_hooks(){\n\n\t\t$comments = new WordpressConnectComments();\n\t\t$like = new WordpressConnectLikeButton();\n\n\t}", "function __construct(){\n\t\t$this->add_hooks();\n\t}", "function bootstrap_hooks() {\n return array('init', 'exit');\n}", "function orderPageConstruct(){\n $hook=new hooks();\n $hook->orderPage(true);\n}", "public function boot() {\n\n\t\tadd_action( 'init', array( $this, 'hook_init' ) );\n\n\t}", "public function setup_actions() {\n\t\tadd_action( 'wp_enqueue_scripts', array( $this, 'register_scripts' ) );\n\t\tadd_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );\n\t\t\n\t\t/** Dequeue GMAP Script */\n\t\tadd_filter( 'facetwp_assets', array( $this, 'dequeue_gmap' ) );\n\n\t\t/** Theme Support */\n\t\tadd_action( 'after_setup_theme', array( $this, 'add_theme_support' ) );\n\t}", "public function load_hooks() {\n\t\tadd_action( 'admin_init', [ $this, 'addons_page_init' ] );\n\n\t\t$this->add_settings_tabs();\n\t}", "function setup() {\n\t\tadd_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_scripts' ), 21 );\n\t\tadd_action( 'admin_init', array( $this, 'maybe_add_pagination' ) );\n\n\t\tadd_action( 'appthemes_addons_mp_popular', array( $this, 'display_addons_mp_table' ), 10, 2 );\n\t\tadd_action( 'appthemes_addons_mp_new', array( $this, 'display_addons_mp_table' ), 10, 2 );\n\t\tadd_action( 'appthemes_addons_mp_updated', array( $this, 'display_addons_mp_table' ), 10, 2 );\n\t}", "protected function _beforeInit() {\n\t}" ]
[ "0.7495526", "0.7495526", "0.72882694", "0.6937315", "0.67716366", "0.676709", "0.6711884", "0.6607949", "0.65881246", "0.65868205", "0.65577817", "0.6546976", "0.65463674", "0.65406924", "0.65368056", "0.6527438", "0.6523464", "0.6501123", "0.6494094", "0.649404", "0.649404", "0.6484934", "0.644871", "0.6448596", "0.6439773", "0.64036906", "0.6376715", "0.6362701", "0.63298935", "0.631623", "0.62927824", "0.62871575", "0.62871575", "0.6284722", "0.6275553", "0.62648916", "0.6256319", "0.62456155", "0.6220596", "0.6197169", "0.61946577", "0.6189126", "0.6173438", "0.61550206", "0.6152438", "0.61485964", "0.6143052", "0.61281", "0.6115187", "0.610602", "0.61012274", "0.609451", "0.60776323", "0.6077355", "0.6071252", "0.606871", "0.606441", "0.60642344", "0.60548687", "0.6053238", "0.60399115", "0.6038871", "0.603267", "0.60218924", "0.60196084", "0.6014164", "0.60051066", "0.59890246", "0.5988661", "0.5988059", "0.5985339", "0.59720695", "0.596692", "0.5957042", "0.5954872", "0.59547925", "0.59435815", "0.5939118", "0.5937414", "0.59334594", "0.5930893", "0.59271616", "0.59271616", "0.59255904", "0.5923368", "0.59169096", "0.5902053", "0.5896412", "0.58901966", "0.5886473", "0.5885089", "0.58818287", "0.5879869", "0.5871991", "0.58705145", "0.58670294", "0.58632827", "0.5862652", "0.58626276", "0.58618975", "0.5849155" ]
0.0
-1
Get the etapas for the proyect.
public function etapas() { return $this->hasMany('App\Etapa', 'id_proyecto')->where("id_etapa", "is not null"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getProcesosEtapas(){\n log_message('INFO','#TRAZA | #TRAZ-PROD-TRAZASOFT | Etapa | getProcesosEtapas() ');\n\n $empr_id = empresa();\n\n $rsp = $this->Etapas->getProcesosEtapas($empr_id);\n // $rsp['data'] = $this->Etapas->getProcesosEtapas($empr_id)->procesos->proceso;\n \n if(!empty($rsp)){\n // $rsp['status'] = true;\n $rsp['data'] = selectBusquedaAvanzada(false, false, $rsp['data'], 'etapa_etap_id', 'etapa_nombre', false);\n echo json_encode($rsp);\n }else{\n echo json_encode(array(\"status\" => false,\"msj\" => \"No se encontraron etapas\"));\n }\n }", "protected function getPuntoAtencionServices()\n {\n return $this->container->get('snc.services.puntoatencion');\n }", "public function getProyectosSinAtender()\r\n {\r\n $datos = array();\r\n $consulta = $this->consulta('select p.Id,p.Ticket,p.Nombre,e.Nombre Estado,s.Nombre Sucursal,p.FechaInicio,p.FechaTermino '\r\n . 'from t_proyectos p inner join cat_v3_sucursales s on p.IdSucursal = s.Id '\r\n . 'inner join cat_v3_estados e on s.IdEstado = e.Id where p.IdEstatus = 1');\r\n if (!empty($consulta)) {\r\n foreach ($consulta as $value) {\r\n array_push($datos, array(\r\n 'Id' => $value['Id'],\r\n 'Ticket' => $value['Ticket'],\r\n 'Nombre' => $value['Nombre'],\r\n 'Sucursal' => $value['Sucursal'],\r\n 'Estado' => $value['Estado'],\r\n 'FechaInicio' => $value['FechaInicio'],\r\n 'FechaTermino' => $value['FechaTermino']\r\n ));\r\n }\r\n }\r\n return $datos;\r\n }", "public function episode_list()\n {\n return $this->_ep_list;\n }", "public function getAtivas()\n {\n return Experiencia::ativas()->orderBy('ordem')->get();\n }", "public function asignatura_electivas()\n \t\t{\n \t\t\treturn $this->hasMany(AsignaturaElectiva::class);\n \t\t}", "public function getAtivas()\n {\n return Expedicao::ativas()->orderBy('ordem')->get();\n }", "public function etatListerTous()\n\t{\n\t\t// votre code ici\n\t\treturn Gestion::lister(\"Etat\");//type array\n\t}", "public function get_etats()\n {\n\n $q = $this->db->query('SELECT DISTINCT vef_etat\n FROM `t_factures`\n LEFT JOIN `v_etats_factures` ON `vef_id` = `fac_etat`\n ORDER BY fac_etat ASC ');\n if ($q->num_rows() > 0) {\n $resultat = $q->result();\n return $resultat;\n } else {\n return array();\n }\n }", "public function getAimeos()\n\t{\n\t\treturn $this->client->getAimeos();\n\t}", "public function evas()\n {\n return $this->hasMany(EVA::class);\n }", "function obtenerenviodetalles ($codPedido){\n\t\t$x = $this->pdo->prepare('SELECT * FROM enviodetalles where codPedido = ?');\n\t\t$x->execute(array($codPedido));\n\t\treturn $x->fetchALL(PDO::FETCH_OBJ);\n\t}", "public function getTransportation()\n {\n $transportationList = array();\n\n if (count($this->tripCollection) == 0) {\n return $transportationList;\n }\n\n foreach ($this->tripCollection as $trip) {\n $type = strtolower($trip['Transportation']);\n\n if (!isset(static::$transportation[$type])) {\n throw new Exception\\RuntimeException(\n sprintf(\n 'Unsupported transportation : %s',\n $type\n )\n );\n }\n $transportationList[] = new static::$transportation[$type]($trip);\n }\n\n return $transportationList;\n\n }", "public function equipementListerTous()\n\t{\n\t\t// votre code ici\n\t\treturn Gestion::lister(\"Equipement\");//type array\n\t}", "public function getEnvs();", "static public function ctrEtiquetasVentas(){\n\n\t\t$tabla = \"ventas\";\n\n\t\t$respuesta = ModeloVentas::mdlEtiquetasVentas($tabla);\n\n\t\treturn $respuesta;\n\t\t\n\t}", "function getAllTiendas() {\n \n $sql = \"call spGetAllNivelesEnse(@out_status);\";\n $rs = $this->db->Execute($sql);\n \t$data = $rs->getArray();\n\t\t$rs->Close();\n \treturn $data; \n \n }", "public function getEnvironments();", "public function getEnvironments(): array\n {\n return $this->environments;\n }", "public function getEstructuras()\n {\n return $this->hasMany(Estructuras::className(), ['id_producto' => 'id_producto']);\n }", "public function getEstudiantes()\n {\n return EstudianteDao::getEstudiantes();\n }", "function getEstadosParqueo()\n{\n return array(\n array('codigo' => 'AVL', 'valor' => 'Disponible'),\n array('codigo' => 'OCP', 'valor' => 'Ocupado'),\n array('codigo' => 'RSV', 'valor' => 'Reservado'),\n );\n}", "public function lista(): array\n {\n return $this->eventos;\n }", "public function getServices()\n {\n return $this->pantonoServices;\n }", "public function getAll()\n {\n if(is_null(self::$conexion)) {\n return \"Error al agregar el equipo. Mensaje: \" . self::$error_conexion;\n }\n try {\n // Creamos el array vacío $e.\n $e = [];\n\n // Consultamos directamente con el método query(), porque en la \n // consulta no interviene el input del usuario.\n $sql = \"SELECT nombre_equipo, director FROM equipos\";\n $r = self::$conexion->query($sql, PDO::FETCH_ASSOC);\n\n // $r guarda el resultado de la consulta. Lo recorremos con fetch():\n while ( $fila = $r->fetch() ) {\n // Creamos un nuevo objeto de clase Equipo y lo agregamos al\n // array $e:\n $e[] = new Equipo($fila['nombre_equipo'],\n $fila['director']);\n }\n return $e;\n }\n catch (PDOException $e) {\n $error = \"Error al consultar\" . self::$error_conexion;\n $error.= $e->getMessage();\n return $error;\n }\n\n }", "function listaEstablecimientos() {\n\t\t$establecimiento = new Establecimiento();\n\t\treturn $establecimiento->listar();\n\t}", "public function read_alltiendas(){\r\n $sql=\"select p.id_proveedor, p.nombre_establecimiento, p.direccion_fisica, p.direccion_web,\r\n p.descripcion_tienda, p.id_usuario\r\n from proveedor p\r\n INNER JOIN usuario u on p.id_usuario = u.id_usuario\";\r\n $resul=mysqli_query($this->con(),$sql);\r\n while($row=mysqli_fetch_assoc($resul)){\r\n $this->proveedores[]=$row;\r\n }\r\n return $this->proveedores;\r\n\r\n }", "public function todosLosEstados(){\r\n $arraySolicitudes =$this->controlDelivery->getSolicitudesDelivery();\r\n return $arraySolicitudes;\r\n }", "public function getOEInfo(){\n $sql = \"select * from dtattypen order by tat\";\n $res = $this->db->query($sql);\n $rows = $res->fetchAll();\n return $rows;\n }", "public function get_event_list()\n\t{\n\treturn $this->cal['VEVENT'];\n\t}", "public function equipementachatListerTous()\n\t{\n\t\t// votre code ici\n\t\treturn Gestion::lister(\"EquipementAchat\");//type array\n\t}", "public function getEatoship()\n {\n return $this->eatoship;\n }", "public function encontrarTodosOrdenadosPorUltimoEAtivos() {\n $entidadesAtivas = null;\n $todasEntidadesAtivas = $this->encontrarTodosOrdenadosPorUltimo();\n foreach ($todasEntidadesAtivas as $entidadeAtiva) {\n if ($entidadeAtiva->verificarSeEstaAtivo()) {\n $entidadesAtivas[] = $entidadeAtiva;\n }\n }\n return $entidadesAtivas;\n }", "public function getEventInfos() {\n // today will be useful \n $today = new \\DateTime(\"today midnight\");\n \n // get all events\n $events = $this->_machine->plugin(\"DB\")->getEventsFromDB(\"AND events.active = 1\");\n \n // retrieve dates with events\n $dates = [];\n foreach ($events as $ev) {\n $from = new \\DateTimeImmutable($ev[\"time_from\"]);\n $to = new \\DateTimeImmutable($ev[\"time_to\"]);\n $date = $from;\n while ($date <= $to) {\n $dates = $this->_insertDate($dates, $date);\n $date = $date->modify(\"+1 day\");\n }\n }\n \n // retrieve events for today\n $today_events = $this->getEventsForRange(\n $today, $today\n );\n \n // retrieve events for next weekend\n $next_weekend_events = $this->getNextWeekendEvents();\n\n $result = [\n \"tot\" => count($events),\n \"dates\" => $dates,\n \"today\" => $today_events,\n \"next_weekend\" => $next_weekend_events,\n \"events\" => $events\n ];\n \n return $result;\n }", "public function getProvincias()\n\t{\n\t\t$ch = curl_init();\n\t\tcurl_setopt_array($ch,\tarray(\tCURLOPT_RETURNTRANSFER\t=> TRUE,\n\t\t\t\t\t\t\t\t\t\tCURLOPT_HEADER\t\t\t=> FALSE,\n\t\t\t\t\t\t\t\t\t\tCURLOPT_CONNECTTIMEOUT\t=> 5,\n\t\t\t\t\t\t\t\t\t\tCURLOPT_USERAGENT\t\t=> $this->setUserAgent(),\n\t\t\t\t\t\t\t\t\t\tCURLOPT_URL\t\t\t\t=> \"{$this->webservice_url}/oep_tracking/Oep_Track.asmx/GetProvincias\",\n\t\t\t\t\t\t\t\t\t\tCURLOPT_FOLLOWLOCATION\t=> TRUE));\n\t\t$dom = new DOMDocument();\n\t\t$dom->loadXml(curl_exec($ch));\n\t\t$xpath = new DOMXPath($dom);\n\t\t\n\t\t$provincias = array();\n\t\tforeach (@$xpath->query(\"//Provincias/Provincia\") as $provincia)\n\t\t{\n\t\t\t$provincias[] = array( \t'id' \t\t=> $provincia->getElementsByTagName('IdProvincia')->item(0)->nodeValue,\n\t\t\t\t\t\t\t\t\t'provincia' => $provincia->getElementsByTagName('Descripcion')->item(0)->nodeValue, \n\t\t\t\t\t\t\t\t);\n\t\t}\n\t\t\n\t\treturn $provincias;\n\t}", "public function getProvincias()\n\t{\n\t\t$ch = curl_init();\n\t\tcurl_setopt_array($ch,\tarray(\tCURLOPT_RETURNTRANSFER\t=> TRUE,\n\t\t\t\t\t\t\t\t\t\tCURLOPT_HEADER\t\t\t=> FALSE,\n\t\t\t\t\t\t\t\t\t\tCURLOPT_CONNECTTIMEOUT\t=> 5,\n\t\t\t\t\t\t\t\t\t\tCURLOPT_USERAGENT\t\t=> $this->setUserAgent(),\n\t\t\t\t\t\t\t\t\t\tCURLOPT_URL\t\t\t\t=> \"{$this->webservice_url}/oep_tracking/Oep_Track.asmx/GetProvincias\",\n\t\t\t\t\t\t\t\t\t\tCURLOPT_FOLLOWLOCATION\t=> TRUE));\n\t\t$dom = new DOMDocument();\n\t\t$dom->loadXml(curl_exec($ch));\n\t\t$xpath = new DOMXPath($dom);\n\t\t\n\t\t$provincias = array();\n\t\tforeach (@$xpath->query(\"//Provincias/Provincia\") as $provincia)\n\t\t{\n\t\t\t$provincias[] = array( \t'id' \t\t=> $provincia->getElementsByTagName('IdProvincia')->item(0)->nodeValue,\n\t\t\t\t\t\t\t\t\t'provincia' => $provincia->getElementsByTagName('Descripcion')->item(0)->nodeValue, \n\t\t\t\t\t\t\t\t);\n\t\t}\n\t\t\n\t\treturn $provincias;\n\t}", "function getEvents() {\n return [];\n }", "public static function getEnvironments()\n {\n $instanceSpecificKeys = [\n 'app_frontend_url',\n 'app_backend_url'\n ];\n\n $globalKeys = [\n 'app_config_path',\n 'server_config_path',\n 'isolation_config_path',\n 'handlers_config_path',\n 'configuration:Magento/Mtf/TestSuite/MtfTests',\n 'app_instances',\n 'events_preset',\n 'log_directory'\n ];\n\n $globalEnvironmentVariables = [];\n foreach ($globalKeys as $key) {\n if (isset($_ENV[$key])) {\n $globalEnvironmentVariables[$key] = $_ENV[$key];\n }\n }\n\n $environments = [];\n if (isset($_ENV['app_instances'])) {\n $instancesCount = $_ENV['app_instances'];\n\n for ($x = 0; $x < $instancesCount; $x++) {\n $environmentVariables = [];\n\n foreach ($instanceSpecificKeys as $key) {\n $instanceKey = $key . \"_\" . $x;\n if (isset($_ENV[$instanceKey])) {\n $environmentVariables[$key] = $_ENV[$instanceKey];\n }\n }\n\n $mergedEnvironmentVariables = array_merge(\n $globalEnvironmentVariables,\n $environmentVariables\n );\n $environments[] = new Environment($mergedEnvironmentVariables);\n }\n } else {\n $environmentVariables = [];\n\n foreach ($instanceSpecificKeys as $key) {\n if (isset($_ENV[$key])) {\n $environmentVariables[$key] = $_ENV[$key];\n }\n }\n\n $mergedEnvironmentVariables = array_merge(\n $globalEnvironmentVariables,\n $environmentVariables\n );\n $environments[] = new Environment($mergedEnvironmentVariables);\n }\n\n return $environments;\n }", "public function get_etat(){ return $this->_etat;}", "public function buscaAgendamentosInativos()\n {\n $sql = \"SELECT * FROM z_sga_fluxo_agendamento_acesso WHERE situacao = 1\";\n\n try{\n $result = $this->db->query($sql);\n return array(\n 'return' => true,\n 'result' => $result->fetchAll()\n );\n }catch (Exception $e){\n return array(\n 'return' => false,\n 'error' => $e->getMessage()\n );\n }\n }", "public function getEvents()\n {\n return $this->events;\n }", "public function getEvents()\n {\n return $this->events;\n }", "public function getEvents()\n {\n return $this->events;\n }", "public function getEvents()\n {\n return $this->events;\n }", "public function getEvents()\n {\n return $this->events;\n }", "public function getEvents()\n {\n return $this->events;\n }", "public function getEvents()\n {\n return $this->events;\n }", "public function getEvents()\n {\n return $this->events;\n }", "public function getEnviados()\n {\n return $this->hasMany(Message::className(), ['user_id' => 'id'])->inverseOf('emisor');\n }", "public function getEmenta()\n {\n return $this->ementa;\n }", "public function exposConEntrada(){\n\t\t$query = sprintf(\"SELECT * FROM Eventos EV, Entradas EN WHERE EV.id=EN.id_evento AND EN.id_usuario=%d\", $this->id);\n\t\t$obras = self:: consulta($query);\n\t\treturn $obras;\n\t}", "public function getEngines(): array\n {\n return $this->engines;\n }", "function get_tipos_espacios_mtrx()\n\t{\n\t\t$ef = new Tipo_espacio();\n\t\t$ef->order_by('tag');\n\t\t$ef->get();\n\t\tif($ef->c_rows>0){\n\t\t\t$colect[0]=\"TODOS\";\n\t\t\tforeach($ef->all as $row){\n\t\t\t\t$colect[$row->id]=$row->tag;\n\t\t\t}\n\t\t\treturn $colect;\n\t\t} else\n\t\t\treturn 0;\n\t}", "public function getServiceExtensions()\n\t{\n\t\treturn $this->_esmtp;\n\t}", "function consultarenviodetalles (){\n\t\t$x = $this->pdo->prepare('SELECT * FROM enviodetalles');\n\t\t$x->execute();\n\t\treturn $x->fetchALL(PDO::FETCH_OBJ);\n\t}", "public function getEcom()\n {\n return $this->ecom;\n }", "public function listEnvironments()\n {\n\t\t$data = $this->call(array(), \"GET\", \"environments.json\");\n\t\treturn $data;\n\t\t\n\t\t$data = $this->call(array(), \"GET\", \"environments.json\");\n\t\t$data = $data->{'environments'};\n\t\t$environmentArray = new ArrayObject();\n\t\tfor($i = 0; $i<count($data);$i++){\n\t\t\t$environmentArray->append(new Environment($data[$i], $this));\n\t\t}\n\t\treturn $environmentArray;\n }", "public function getEvents()\n\t{\n\t\treturn $this->events;\n\t}", "public function resume(): array {\n\t\t\t\n\t\t\t$data =\n\t\t\t [\n\t\t\t\t'apartment' => $this->apartment,\n\t\t\t\t'stay' => [\n\t\t\t\t 'check_in' => $this->check_in->format('d-m-Y'),\n\t\t\t\t 'check_out' => $this->check_out->format('d-m-Y'),\n\t\t\t\t 'requests' => $this->special_requests\n\t\t\t\t],\n\t\t\t\t'pending_upgrades' => [],\n\t\t\t ];\n\t\t\tforeach ($this->bookedServices as $bookedService) {\n\t\t\t\t$data['pending_upgrades'][] = $bookedService->slug;\n\t\t\t}\n\t\t\treturn $data;\n\t\t}", "public function puntuaciones_establecimiento(){\n return $this->hasMany('App\\Puntuacion_establecimiento');\n }", "public function getEngines() {\n return $this->dependencyInjector->getAll('ride\\\\library\\\\template\\\\engine\\\\Engine');\n }", "private static function obtenerEventos()\n {\n try {\n \n $consulta = \"SELECT * FROM \" . self::NOMBRE_TABLA_EVENTO . \" E JOIN \" . self::NOMBRE_TABLA_USUARIO . \" U ON U.id_usuario=E.id_usuario\";\n\n // Preparar sentencia\n $sentencia = ConexionBD::obtenerInstancia()->obtenerBD()->prepare($consulta);\n\n\n // Ejecutar sentencia preparada\n if ($sentencia->execute()) {\n http_response_code(200);\n return\n [\n \"estado\" => self::EXITO,\n \"datos\" => $sentencia->fetchAll(PDO::FETCH_ASSOC)\n ];\n } else\n throw new ExcepcionApi(self::ERROR_BDD, \"Se ha producido un error\");\n\n } catch (PDOException $e) {\n throw new ExcepcionApi(self::ERROR_BDD, $e->getMessage());\n }\n }", "function get_tipos_empresas() {\n\t\t$query = $this -> db -> select() -> from('tipo_empresa') -> get();\n\t\tif ($query -> num_rows() > 0) {\n\t\t\treturn $query;\n\t\t}\n\t}", "function get_tipos_espacios()\n\t{\n\t\t// Create a temporary user object\n\t\t$e = new Tipo_espacio();\n\n\t\t//Buscar en la base de datos\n\t\t$e->get();\n\t\tif($e->c_rows>0){\n\t return $e;\n\t\t} else {\n\t return FALSE;\n\t\t}\n\t}", "public function consultaEmpresas() {\n\t\t\treturn $this->entidad->getRepository('\\Entidades\\Expertos\\UsuariosEmpresa')->findBy(array('estado' => 1));\n\t\t}", "public function Get_Esta()\n {\n\t\t\t$empr_id = empresa();\n\t\t\t//$url = 'http://localhost:9132/oeosft/api/rest/esta';\n\t\t\t$url = AJST.'/services/asp/ALMDataService/establecimientos/empresa/'.$empr_id;\n $array = $this->rest->callAPI(\"GET\",$url);\n $resp = json_decode($array['data']);\t\t\n return $resp->establecimientos->establecimiento;\n\t}", "function consultarProyectos() {\n $cadena_sql = $this->sql->cadena_sql(\"consultaProyectos\",\"\");\n return $resultadoProyectos = $this->ejecutarSQL($this->configuracion, $this->accesoOracle, $cadena_sql, \"busqueda\");\n }", "public function getEvents() : array\n {\n $events = [];\n\n for ($i = 1; $i <= 2; $i++) {\n for ($j = 1; $j <= 4; $j++) {\n for ($k = 1; $k <= 10; $k++) {\n $events []= new Event('install', $i, $j);\n\n if ($k < 3 || $j == 2)\n $events []= new Event('purchase', $i, $j);\n }\n }\n }\n\n return $events;\n }", "public static function findAllEnServiceAtCurrentTime() {\n self::initialisation();\n if (count(($array = self::$_mapper->findAllServiceAtCurrentTime(array(self::ETAT_ENSERVICE, self::ETAT_ATT_HORSERVICE)))) == 0) {\n return null;\n } else {\n return $array;\n }\n }", "public function getEvents()\n {\n $main_actions = [\n 'event' => \\adminer\\lang('Create event'),\n ];\n\n $headers = [\n \\adminer\\lang('Name'),\n \\adminer\\lang('Schedule'),\n \\adminer\\lang('Start'),\n // \\adminer\\lang('End'),\n ];\n\n // From db.inc.php\n $events = \\adminer\\support(\"event\") ? \\adminer\\get_rows(\"SHOW EVENTS\") : [];\n $details = [];\n foreach($events as $event)\n {\n $detail = [\n 'name' => \\adminer\\h($event[\"Name\"]),\n ];\n if(($event[\"Execute at\"]))\n {\n $detail['schedule'] = \\adminer\\lang('At given time');\n $detail['start'] = $event[\"Execute at\"];\n // $detail['end'] = '';\n }\n else\n {\n $detail['schedule'] = \\adminer\\lang('Every') . \" \" .\n $event[\"Interval value\"] . \" \" . $event[\"Interval field\"];\n $detail['start'] = $event[\"Starts\"];\n // $detail['end'] = '';\n }\n $details[] = $detail;\n }\n\n return \\compact('main_actions', 'headers', 'details');\n }", "public function getTees() {\n\t\treturn $this->registration ? $this->registration->tees : $this->practice->tees;\n\t}", "protected function getEnvironments()\n {\n return array('dev', 'test', 'preprod');\n }", "public function listaProyectosTerminados(){\n\t\t$query = \"SELECT * FROM alm_proyecto WHERE ISNULL(alm_proy_usr_baja) AND \talm_proy_estado='13'\";\n\t\treturn $this->mysql->query($query);\n\t}", "public static function getPrograms()\n {\n $s = self::$_db->prepare('SELECT * FROM emission');\n $s->execute();\n $res = array();\n while ($data = $s->fetch(PDO::FETCH_ASSOC)) {\n $res[] = new Program($data['id_ems'], $data['prog_name'], $data['image'], $data['description']);\n }\n return $res;\n }", "public function getEjemplars()\n {\n return $this->hasMany(Ejemplar::class, ['idLibros' => 'idLibros']);\n }", "function GetAllExperienceOptions()\n {\n try\n {\n $options = array();\n $db = GetDBConnection();\n \n $query = 'SELECT * FROM ' . GetExperinceOptionsIdentifier()\n . ' ORDER BY ' . GetExperienceOptionIdIdentifier() . ';';\n \n $statement = $db->prepare($query);\n \n $statement->execute();\n \n $rows = $statement->fetchAll();\n \n $statement->closeCursor();\n \n foreach($rows as $row)\n {\n $option = new ExperienceOption();\n $option->Initialize($row);\n \n $options[] = $option;\n }\n \n return $options;\n }\n catch (PDOException $ex)\n {\n LogError($ex);\n }\n }", "private function setAllEpiProducts()\n {\n // Get all plugins dir names\n $all_plugins = scandir(WP_PLUGIN_DIR, 1);\n\n // Get all theme dir names\n $all_themes = scandir(get_theme_root());\n\n if (empty($all_plugins) || empty($all_themes)) {\n error_log('Error fetching all plugins');\n return;\n }\n\n // Fetch all epitrove themes and plugins\n $epitrove_plugins = $this->getAllEpitroveLicensingPlugins($all_plugins);\n $epitrove_themes = $this->getAllEpitroveLicensingThemes($all_themes);\n $epitrove_themes_and_plugins = array_merge($epitrove_plugins, $epitrove_themes);\n\n // If no epitrove plugins or themes found, return\n if (empty($epitrove_themes_and_plugins)) {\n return;\n }\n\n $epi_plugin_data = array();\n // Fetch all necessary data for all epitrove plugins\n $plugin_data = null;\n foreach ($epitrove_plugins as $plugin_name) {\n $plugin_data = include_once(WP_PLUGIN_DIR . '/' . $plugin_name . '/'. EPITROVE_CONFIG_FILE);\n if (!empty($plugin_data)) {\n $epi_plugin_data[$plugin_name] = $plugin_data;\n }\n }\n\n // Fetch all necessary data for all epitrove themes\n $theme_data = null;\n foreach ($epitrove_themes as $theme_name) {\n $theme_data = include_once(get_theme_root() . '/' . $theme_name . '/'. EPITROVE_CONFIG_FILE);\n if (!empty($theme_data)) {\n $epi_plugin_data[$theme_name] = $theme_data;\n }\n }\n\n // Set all epitrove products data\n $this->setAllEpiProductsData($epi_plugin_data);\n }", "public function getServiceProviderList()\n {\n return $this->providers;\n }", "public function getEvents()\n {\n return $this->_events;\n }", "public function getTiempos()\n {\n return $this->hasMany(Tiempo::className(), ['idUsuario' => 'idUsuario']);\n }", "public function getEvents() {\n return $this->_events;\n }", "public function getIntegranteExternoPes()\n {\n return $this->hasMany(IntegranteExternoPe::className(), ['funcion_p' => 'id_extension']);\n }", "public function getEvents()\n {\n $events = [];\n foreach ($this->servers as $server) {\n $serverEvents = $server->getEvents();\n if (empty($serverEvents))\n continue;\n $events = array_merge($events, $serverEvents);\n }\n\n return $events;\n }", "public function getActiveServiceProviderList()\n {\n return array_keys($this->activeProviders);\n }", "public function getEtunimi(){\n return $this->etunimi;\n }", "public function getVuesequipe(): array\n {\n return $this->vuesequipe;\n }", "public function getExpedientes()\n {\n return $this->hasMany(InterExpedientes::className(), ['modo_id' => 'id']);\n }", "function getOns(): array {\n return $this->ons;\n }", "private function getEstados()\n {\n //Solicita os dados dos idiomas\n $recordset = $this->Delegator('ConcreteCadastro', 'getEstados');\n\n //Associa os dados na view\n $this->View()->assign('estados', $recordset);\n }", "public function getTxObservaciones()\n\t{\n\t\treturn $this->tx_observaciones;\n\t}", "public function getEstados()\n {\n return [\n 'En revisión' => 'En revisión',\n 'Aceptado' => 'Aceptado',\n 'Rechazado' => 'Rechazado',\n 'Solucionado' => 'Solucionado',\n ];\n }", "public function GetHostEnvio(){\n\t\t\t\n\t\t\t\treturn $this->hostEnvio;\n\t\t}", "static function getEntradasHoy() {\n\n $ped = new PedidosCab();\n $tablaPedidos = $ped->getDataBaseName() . \".\" . $ped->getTableName();\n $prov = new Proveedores();\n $tablaProveedores = $prov->getDataBaseName() . \".\" . $prov->getTableName();\n\n $rows = array();\n $hoy = date('Y-m-d');\n\n $em = new EntityManager($ped->getConectionName());\n if ($em->getDbLink()) {\n $query = \"select a.PrimaryKeyMD5 as PrimaryKeyMD5,IDPedido,Fecha,RazonSocial,TotalBases from {$tablaPedidos} as a left join {$tablaProveedores} as c on a.IDProveedor=c.IDProveedor where (IDEstado='1') and FechaEntrega='{$hoy}' order by Fecha ASC\";\n $em->query($query);\n $rows = $em->fetchResult();\n }\n unset($em);\n unset($ped);\n unset($prov);\n\n return $rows;\n }", "public function getPventa()\n {\n return $this->pventa;\n }", "public function get_all_eleves()\n {\n\n $requete = \"SELECT id, nom, prenom, date_naissance, moyenne, appreciation FROM eleve\";\n $eleves = $this->Db_connect->prepare($requete);\n $eleves->setFetchMode(PDO::FETCH_CLASS, Eleve::class);\n $eleves->execute();\n $eleves = $eleves->fetchAll();\n\n\n return $eleves;\n }", "public function propuestas_tema()\n\t{\n\n\t\t//$this->db->select('t.iIdTema, t.vTema, t.iIdSector, (select count(p.\"iIdPropuesta\") from \"Propuesta\" p where p.\"iEstatus\" = 1 and p.\"iIdTema\" = t.\"iIdTema\") as total_propuestas');\n\t\t$this->db->select('t.iIdTema, t.vTema, t.iIdSector, (select count(p.\"iIdPropuesta\") from \"Propuesta\" p where p.\"iIdTema\" = t.\"iIdTema\") as total_propuestas');\n\t\t$this->db->from('Tema t');\n\t\t$this->db->where('t.iActivo',1);\n\t\t$this->db->order_by('t.iIdTema','ASC');\n\n\t\t$query = $this->db->get();\n\t\tif($query!=false) return $query->result();\n\t\telse return false;\n\t}", "public function getEvents(){\n\t\t// prepares the request\n\t\t$ch = curl_init();\n\t\tcurl_setopt($ch, CURLOPT_URL, \"http://\" . IP . \"/bde_site/api/event\");\n\t\tcurl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);\n\t\tcurl_setopt($ch, CURLOPT_HTTPHEADER, array('Authorization: ' . TOKEN));\n\n\t\t// send the request\n\t\t$output = curl_exec($ch);\n\t\t$info = curl_getinfo($ch);\n\t\tcurl_close($ch);\n\n\t\t// decode the reponse of the API\n\t\t$events = json_decode($output, true);\n\n\t\t// format the date\n\t\tforeach ($events as $key => $event) {\n\t\t\t$events[$key]['date'] = explode('T', $event['date'])[0];\n\t\t}\n\n\t\t// if the user is not connected or if he is a student, remove events which are not public\n\t\tif (!isset($_SESSION['status']) || $_SESSION['status'] == 'student'){\n\t\t\t$publicEvents = [];\n\t\t\t$eventNumber = sizeof($events);\n\t\t\tfor($i=0 ; $i < $eventNumber; $i++){\n\t\t\t\t$event = array_shift($events);\n\t\t\t\tif($event['is_public'] == 1){\n\t\t\t\t\tarray_push($publicEvents, $event);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn $publicEvents;\n\t\t}\n\n\t\t// return all events\n\t\treturn $events;\n\t}", "public function getTPuestos()\n\t{\n\t\t$query = $this->db->get('PUESTO');\n\t\treturn $query->result_array();\n\t}", "public function events()\n {\n return $this->events;\n }", "public function events()\n {\n return $this->events;\n }" ]
[ "0.65223473", "0.59106654", "0.5701791", "0.5629499", "0.5618967", "0.55185014", "0.5464379", "0.54187757", "0.54031867", "0.5342498", "0.52437884", "0.5239545", "0.5236148", "0.52271676", "0.5221936", "0.5221089", "0.52210116", "0.5219377", "0.5206115", "0.5188076", "0.5184603", "0.51831514", "0.5170486", "0.5163975", "0.5160151", "0.51573455", "0.5150299", "0.51295966", "0.5119186", "0.51180154", "0.51068896", "0.50938445", "0.5092745", "0.5083464", "0.5079269", "0.5079269", "0.50777817", "0.5072477", "0.5072039", "0.5067335", "0.5066346", "0.5066346", "0.5066346", "0.5066346", "0.5066346", "0.5066346", "0.5066346", "0.5066346", "0.5053821", "0.50531423", "0.50523376", "0.5051628", "0.50500166", "0.50466937", "0.5042825", "0.5040188", "0.5030274", "0.502745", "0.50233877", "0.5016377", "0.50057125", "0.49900416", "0.49881896", "0.49831262", "0.49830636", "0.49806163", "0.4978511", "0.49664542", "0.49568275", "0.49564072", "0.49475783", "0.49471945", "0.494586", "0.49451122", "0.49426073", "0.4942332", "0.4942273", "0.49385634", "0.49303654", "0.492636", "0.49240434", "0.49230668", "0.49217474", "0.49200135", "0.4907192", "0.4904605", "0.48982608", "0.48916784", "0.48890552", "0.48819864", "0.48810008", "0.48806855", "0.4877902", "0.48748982", "0.4873277", "0.48727408", "0.48718557", "0.4871228", "0.4868543", "0.4868543" ]
0.57864255
2
public function edit($id = null)
public function get_keywords_mix($num = 3) { // public function get_keywords_mix($num) { Utils::write_Log( Utils::get_dPath_Log(), "get_keywords_mix: num = ".$num, __FILE__, __LINE__); /******************************* get: all keywords *******************************/ $keywords = $this->Keyword->find('all'); // $keywords = count($this->Keyword->find('all')); /******************************* get keywords: num *******************************/ // get total number $total = count($keywords); // debug("total => "); // debug($total); // adjust number $num = ($num > $total) ? $total : $num; // debug("num => adjusted"); // debug($num); srand(time()); // id array $ids = array(); // found $found = 0; while($found < $num) { $id = rand(0, $total - 1); if (!in_array($id, $ids)) { array_push($ids, $id); $found += 1; } } // for ($i = 0; $i < $num; $i++) { // $id = rand(0, $total - 1); // array_push($ids, $id); // } // debug($ids); // debug(time()); /******************************* build: keywords list *******************************/ $kw_selected = array(); foreach ($ids as $i) { array_push($kw_selected, $keywords[$i]); } /******************************* set *******************************/ $this->set('kw_selected', $kw_selected); // debug($kw_selected); /******************************* render *******************************/ $this->layout = 'plain'; /******************************* log *******************************/ Utils::write_Log( Utils::get_dPath_Log(), "get_keywords_mix => set ", __FILE__, __LINE__); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function edit($id = null)\n {\n //\n }", "public function edit($id = null)\n {\n //\n }", "public function edit($id = null)\n\t{\n\t\t//\n\t}", "public function edit($id = null)\n\t{\n\t\t//\n\t}", "public function edit($id) {\r\n //\r\n }", "public function edit($id) {\n }", "public function edit($id) {\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id)\r\n {\r\n //\r\n }", "public function edit($id) {\n //\n }", "public function edit($id)\n {\n //\n }", "public function edit($id)\n {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id) {\n //\n }", "public function edit($id)\n {\n //\n }", "public function edit($id)\n {\n //\n }", "public function edit($id)\n {\n \n //\n }", "public function edit($id)\n {\n \n //\n }", "public function edit($id)\n {\n //TODO\n }", "public function edit($id)\r\r\n {\r\r\n //\r\r\n }", "public function edit($id)\r\r\n {\r\r\n //\r\r\n }", "public function edit($id)\r\n {\r\n }", "public function edit($id)\r\n {\r\n }", "public function edit($id)\n {\n //\n \n }", "public function edit($id)\n {\n //\n \n }", "public function edit($id)\n {\n //\n \n }", "public function edit($id)\n {\n }", "public function edit($id)\n {\n }", "public function edit($id)\n {\n }", "public function edit($id)\n {\n }", "public function edit($id)\n {\n }", "public function edit($id)\n {\n }", "public function edit($id)\n {\n }" ]
[ "0.9807718", "0.9807718", "0.9657914", "0.9657914", "0.96136177", "0.9611997", "0.9611997", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.96017116", "0.95961213", "0.9590177", "0.9590177", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.95878243", "0.958745", "0.958745", "0.9583807", "0.9583807", "0.9580552", "0.9580516", "0.9580516", "0.9574768", "0.9574768", "0.95733523", "0.95733523", "0.95733523", "0.9573291", "0.9573291", "0.9573291", "0.9573291", "0.9573291", "0.9573291", "0.9573291" ]
0.0
-1
Unique ID for the user.
public function getId(): ?int { return $this->id; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function uniqueId(): string\n {\n return strval($this->user->id);\n }", "public static function UserID()\n\t\t{\n\t\treturn sprintf\n\t\t\t(\n\t\t\t'%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0x0fff) | 0x4000,\n\t\t\tmt_rand(0, 0x3fff) | 0x8000,\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff)\n\t\t\t);\n\t\t}", "Public Function UserId() {\n\t\treturn $this->userId;\n\t\n\t}", "public static function id ()\n {\n return self::user()->getId();\n }", "public function getID() {\n return $this->user_id;\n }", "public function get_user_id();", "public function getUserIdentifier()\n {\n // that's why I am sending the id here\n return $this->id;\n }", "public function id()\n {\n return $this->user->id;\n }", "public function getUserID () {\n return $this->id;\n }", "function get_id() : string {\n\t$current_user = wp_get_current_user();\n\treturn sha1( $current_user->user_email );\n}", "public function uniqueId(): string\n {\n return $this->person->id;\n }", "public function _getID()\n {\n $this->selftest();\n return $this->objectUser->ID;\n }", "public function getId()\n {\n return $this->ID_user;\n }", "public function getUserid()\n {\n return $this->get(self::_USERID);\n }", "public function getUserid()\n {\n return $this->get(self::_USERID);\n }", "public function getUserid()\n {\n return $this->get(self::_USERID);\n }", "public function getUserID() {\n\t\tif (is_numeric($this->user_id)) {\n\t\t\treturn $this->user_id;\n\t\t} else {\n\t\t\treturn 0;\n\t\t}\n\t}", "public function getUserID(){\n return($this->userID);\n }", "public function id() {\n return isset($this->_adaptee->user_info['user_id']) ? $this->_adaptee->user_info['user_id'] : null;\n }", "function user_id() {\n isset($this->_user_id) || $this->_load_from_session();\n return $this->_user_id;\n }", "function get_user_id()\r\n {\r\n return $this->user->get_id();\r\n }", "final protected function userId()\n {\n return $this->container->make(LashyGuard::class)->id();\n }", "public function getId()\n {\n return $this->userId;\n }", "public function getId()\n\t{\n\t\treturn $this->m_oUser->UserID;\n\t}", "public function getUserId()\n {\n return UsniAdaptor::app()->user->getId();\n }", "public function getUserId()\n {\n \treturn $this->getCurrentUserid();\n }", "public function getuserId() : Uuid {\n\t\treturn($this->userId);\n\t}", "public function getUserId() \n {\n if (!$this->hasUserId()) \n {\n $this->userId = 0;\n }\n\n return $this->userId;\n }", "public function getID() {\n return $this->userID;\n }", "function user_id () {\r\n\t$info = user_info();\r\n\treturn (isset($info[0]) ? $info[0] : 0);\r\n}", "public function getUid() {}", "public function getUid() {}", "public function getUid() {}", "public function getUid() {}", "public function getUid() {}", "public function getUid() {}", "public function getUserID()\n {\n return $this->userID;\n }", "public function getUserID()\n {\n return $this->userID;\n }", "public function getId()\n {\n return $this->user->id;\n }", "public function getUserID() {\n\t\treturn $this->_user_id;\n\t}", "public function getUserId()\n {\n return (int)$this->user_id;\n }", "public function getId()\n {\n return $this->app['security']->getToken()->getUser()->getId();\n }", "public function getUserId() {\n\t\treturn $this->Session->read('UserAuth.User.id');\n\t}", "public function GetUserID()\n {\n return $this->id;\n }", "abstract public function unique_id();", "public function getUid();", "public function getUid();", "public function getUserId()\n {\n return (int) $this->_getVar('user_id');\n }", "public function get_id_user()\n\t{\n\t\treturn $this->id_user;\n\t}", "public function getUser_id()\n {\n return isset($this->user_id) ? $this->user_id : null;\n }", "public function getUserId()\n {\n $value = $this->get(self::user_id);\n return $value === null ? (integer)$value : $value;\n }", "public function getUserId()\n {\n return parent::getValue('user_id');\n }", "public function get_user_id()\n {\n return self::getUser();\n }", "public function getUid ();", "public function getId()\n {\n if (!$this->id) {\n $this->id = md5(uniqid(rand(), true));\n }\n return $this->id;\n }", "public function getUserId()\n {\n return $this->id;\n }", "public function getUser_id()\n {\n return $this->user_id;\n }", "public function getUser_id()\n {\n return $this->user_id;\n }", "public function getId() {\n\t\treturn SYS_USERNAME;\n\t}", "public function getIdUser()\n {\n return $this->idUser;\n }", "public function getIdUser()\n {\n return $this->idUser;\n }", "public function id() {\n\t\tif ( null === $this->_id ) {\n\t\t\t$this->_id = sha1( mt_rand() . microtime( true ) . mt_rand() );\n\t\t}\n\n\t\treturn $this->_id;\n\t}", "public function getIdUser() \n\t{\n\t\treturn $this->idUser;\n\t}", "public function getUniqueId()\n {\n return $this->unique_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "protected function userId()\n {\n return Auth::id();\n }", "public function getUserId() {\n\t\treturn $this->user_id;\n\t}", "public function getIdUser()\n {\n return $this->id_user;\n }", "public function getIdUser()\n {\n return $this->id_user;\n }", "public function getIdUser()\n {\n return $this->id_user;\n }", "private static function get_unique_id(){\n\t\tself::$u_id+=1;\n\t\treturn (string) self::$u_id;\n\t}", "public function get_user_id() {\n\t\treturn $this->user_id;\n\t}", "public function getUserid()\n {\n return $this->userid;\n }", "protected function getUid() {\n\t\treturn UUIDUtil::getUUID();\n\t}", "public function getUserID() {\n\t\t\treturn $this->iUser; \t\n\t\t}", "public function id()\n {\n if ($this->user()) {\n return $this->user()->getAuthIdentifier();\n }\n return null;\n }", "public function getUserId();", "public function getUserId();", "public function getUserId();", "public function getUserId();", "public function getUserId();" ]
[ "0.85220474", "0.8043015", "0.78707397", "0.7833384", "0.7820024", "0.7796736", "0.77190804", "0.7709077", "0.7696114", "0.7671116", "0.7644671", "0.76409495", "0.7584534", "0.7536353", "0.7536353", "0.7536353", "0.7526879", "0.7515445", "0.75001115", "0.748954", "0.74865633", "0.74839956", "0.7468685", "0.74334747", "0.7431456", "0.7423685", "0.7383758", "0.73770756", "0.7368299", "0.73447007", "0.7344519", "0.73443305", "0.7343349", "0.7343349", "0.7343349", "0.7343349", "0.73387504", "0.73387504", "0.73353195", "0.7329289", "0.73277396", "0.7324643", "0.7323797", "0.73235524", "0.73160815", "0.73145264", "0.73145264", "0.73103684", "0.7309643", "0.7305527", "0.7302487", "0.7302332", "0.7296022", "0.7291603", "0.7286036", "0.7281875", "0.7280428", "0.7280428", "0.72714114", "0.7262028", "0.7262028", "0.7258053", "0.7257996", "0.72523165", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7245704", "0.72409636", "0.72261137", "0.72261137", "0.72261137", "0.72236764", "0.72211564", "0.72198695", "0.7214446", "0.7210594", "0.7205038", "0.7204461", "0.7204461", "0.7204461", "0.7204461", "0.7204461" ]
0.0
-1
Unique ID for the user.
public function setId(?int $id): self { $this->initialized['id'] = true; $this->id = $id; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function uniqueId(): string\n {\n return strval($this->user->id);\n }", "public static function UserID()\n\t\t{\n\t\treturn sprintf\n\t\t\t(\n\t\t\t'%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0x0fff) | 0x4000,\n\t\t\tmt_rand(0, 0x3fff) | 0x8000,\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff)\n\t\t\t);\n\t\t}", "Public Function UserId() {\n\t\treturn $this->userId;\n\t\n\t}", "public static function id ()\n {\n return self::user()->getId();\n }", "public function getID() {\n return $this->user_id;\n }", "public function get_user_id();", "public function getUserIdentifier()\n {\n // that's why I am sending the id here\n return $this->id;\n }", "public function id()\n {\n return $this->user->id;\n }", "public function getUserID () {\n return $this->id;\n }", "function get_id() : string {\n\t$current_user = wp_get_current_user();\n\treturn sha1( $current_user->user_email );\n}", "public function uniqueId(): string\n {\n return $this->person->id;\n }", "public function _getID()\n {\n $this->selftest();\n return $this->objectUser->ID;\n }", "public function getId()\n {\n return $this->ID_user;\n }", "public function getUserid()\n {\n return $this->get(self::_USERID);\n }", "public function getUserid()\n {\n return $this->get(self::_USERID);\n }", "public function getUserid()\n {\n return $this->get(self::_USERID);\n }", "public function getUserID() {\n\t\tif (is_numeric($this->user_id)) {\n\t\t\treturn $this->user_id;\n\t\t} else {\n\t\t\treturn 0;\n\t\t}\n\t}", "public function getUserID(){\n return($this->userID);\n }", "public function id() {\n return isset($this->_adaptee->user_info['user_id']) ? $this->_adaptee->user_info['user_id'] : null;\n }", "function user_id() {\n isset($this->_user_id) || $this->_load_from_session();\n return $this->_user_id;\n }", "function get_user_id()\r\n {\r\n return $this->user->get_id();\r\n }", "final protected function userId()\n {\n return $this->container->make(LashyGuard::class)->id();\n }", "public function getId()\n {\n return $this->userId;\n }", "public function getId()\n\t{\n\t\treturn $this->m_oUser->UserID;\n\t}", "public function getUserId()\n {\n return UsniAdaptor::app()->user->getId();\n }", "public function getUserId()\n {\n \treturn $this->getCurrentUserid();\n }", "public function getuserId() : Uuid {\n\t\treturn($this->userId);\n\t}", "public function getUserId() \n {\n if (!$this->hasUserId()) \n {\n $this->userId = 0;\n }\n\n return $this->userId;\n }", "public function getID() {\n return $this->userID;\n }", "function user_id () {\r\n\t$info = user_info();\r\n\treturn (isset($info[0]) ? $info[0] : 0);\r\n}", "public function getUid() {}", "public function getUid() {}", "public function getUid() {}", "public function getUid() {}", "public function getUid() {}", "public function getUid() {}", "public function getUserID()\n {\n return $this->userID;\n }", "public function getUserID()\n {\n return $this->userID;\n }", "public function getId()\n {\n return $this->user->id;\n }", "public function getUserID() {\n\t\treturn $this->_user_id;\n\t}", "public function getUserId()\n {\n return (int)$this->user_id;\n }", "public function getId()\n {\n return $this->app['security']->getToken()->getUser()->getId();\n }", "public function getUserId() {\n\t\treturn $this->Session->read('UserAuth.User.id');\n\t}", "public function GetUserID()\n {\n return $this->id;\n }", "abstract public function unique_id();", "public function getUid();", "public function getUid();", "public function getUserId()\n {\n return (int) $this->_getVar('user_id');\n }", "public function get_id_user()\n\t{\n\t\treturn $this->id_user;\n\t}", "public function getUser_id()\n {\n return isset($this->user_id) ? $this->user_id : null;\n }", "public function getUserId()\n {\n $value = $this->get(self::user_id);\n return $value === null ? (integer)$value : $value;\n }", "public function getUserId()\n {\n return parent::getValue('user_id');\n }", "public function get_user_id()\n {\n return self::getUser();\n }", "public function getUid ();", "public function getId()\n {\n if (!$this->id) {\n $this->id = md5(uniqid(rand(), true));\n }\n return $this->id;\n }", "public function getUserId()\n {\n return $this->id;\n }", "public function getUser_id()\n {\n return $this->user_id;\n }", "public function getUser_id()\n {\n return $this->user_id;\n }", "public function getId() {\n\t\treturn SYS_USERNAME;\n\t}", "public function getIdUser()\n {\n return $this->idUser;\n }", "public function getIdUser()\n {\n return $this->idUser;\n }", "public function id() {\n\t\tif ( null === $this->_id ) {\n\t\t\t$this->_id = sha1( mt_rand() . microtime( true ) . mt_rand() );\n\t\t}\n\n\t\treturn $this->_id;\n\t}", "public function getIdUser() \n\t{\n\t\treturn $this->idUser;\n\t}", "public function getUniqueId()\n {\n return $this->unique_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "public function getUserId()\n {\n return $this->user_id;\n }", "protected function userId()\n {\n return Auth::id();\n }", "public function getUserId() {\n\t\treturn $this->user_id;\n\t}", "public function getIdUser()\n {\n return $this->id_user;\n }", "public function getIdUser()\n {\n return $this->id_user;\n }", "public function getIdUser()\n {\n return $this->id_user;\n }", "private static function get_unique_id(){\n\t\tself::$u_id+=1;\n\t\treturn (string) self::$u_id;\n\t}", "public function get_user_id() {\n\t\treturn $this->user_id;\n\t}", "public function getUserid()\n {\n return $this->userid;\n }", "protected function getUid() {\n\t\treturn UUIDUtil::getUUID();\n\t}", "public function getUserID() {\n\t\t\treturn $this->iUser; \t\n\t\t}", "public function id()\n {\n if ($this->user()) {\n return $this->user()->getAuthIdentifier();\n }\n return null;\n }", "public function getUserId();", "public function getUserId();", "public function getUserId();", "public function getUserId();", "public function getUserId();" ]
[ "0.85220474", "0.8043015", "0.78707397", "0.7833384", "0.7820024", "0.7796736", "0.77190804", "0.7709077", "0.7696114", "0.7671116", "0.7644671", "0.76409495", "0.7584534", "0.7536353", "0.7536353", "0.7536353", "0.7526879", "0.7515445", "0.75001115", "0.748954", "0.74865633", "0.74839956", "0.7468685", "0.74334747", "0.7431456", "0.7423685", "0.7383758", "0.73770756", "0.7368299", "0.73447007", "0.7344519", "0.73443305", "0.7343349", "0.7343349", "0.7343349", "0.7343349", "0.73387504", "0.73387504", "0.73353195", "0.7329289", "0.73277396", "0.7324643", "0.7323797", "0.73235524", "0.73160815", "0.73145264", "0.73145264", "0.73103684", "0.7309643", "0.7305527", "0.7302487", "0.7302332", "0.7296022", "0.7291603", "0.7286036", "0.7281875", "0.7280428", "0.7280428", "0.72714114", "0.7262028", "0.7262028", "0.7258053", "0.7257996", "0.72523165", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7247452", "0.7245704", "0.72409636", "0.72261137", "0.72261137", "0.72261137", "0.72236764", "0.72211564", "0.72198695", "0.7214446", "0.7210594", "0.7205038", "0.7204461", "0.7204461", "0.7204461", "0.7204461", "0.7204461" ]
0.0
-1
The first name of the user.
public function getFirstName(): ?string { return $this->firstName; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getUserFirstName() :string {\n\t\treturn($this->userFirstName);\n\t}", "public function name(): string {\n return (string) $this->user?->first_name;\n }", "public function getuserFirstName()\n {\n return $this->userFirstName;\n }", "public function getFirstNameAttribute(): string\n {\n if ($this->user !== null) {\n return $this->user->first_name;\n }\n return '';\n }", "function getFirst_Name() {\n $user = $this->loadUser(Yii::app()->user->id);\n return $user->first_name;\n }", "public function getUserFirstName () {\n\t\treturn ($this->userFirstName);\n\t}", "public function diviroids_user_firstname($atts)\n {\n return DiviRoids_Security::get_current_user('user_firstname');\n }", "public function getUserProfileFirstName(): string {\n\t\treturn ($this->userProfileFirstName);\n\t}", "public function getUserFullName() {\n return $this->first_name . ' ' . $this->last_name;\n }", "public function getFirstNameOrUsername() {\n return $this->first_name ? : $this->username;\n }", "public function getName()\n {\n $firstName = $this->getFieldValue(self::FIELD_FIRST_NAME);\n $lastName = $this->getFieldValue(self::FIELD_LAST_NAME);\n // User does not exist.\n if (!$firstName && !$lastName) {\n $name = 'Unknown&nbsp;User';\n } else {\n $name = \"{$firstName} {$lastName}\";\n }\n\n return $name;\n }", "public function getFirstName()\n {\n return $this->first_name ?? $this->nickname ?? $this->name;\n }", "public function getFirst_name()\r\n {\r\n return $this->first_name;\r\n }", "public function getFirstUserName() {\n\t\treturn $this->firstUserName;\n\t}", "Public Function getUserName()\n\t{\n\t\treturn $this->firstName . ' ' . $this->lastName;\n\t}", "public function getFirstname()\n\t\t{\n\t\t\treturn $this->firstname;\n\t\t}", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getName() {\n\t\tif($this->_name)\n\t\t\treturn $this->_name;\n\t\tif ($this->first_name != '')\n\t\t\treturn $this->first_name . ($this->last_name ? ' ' . $this->last_name : '');\n\t\telse\n\t\t\treturn $this->username ? $this->username : $this->email;\n\t}", "public function getFirstName()\n {\n return $this->getProfile() ? $this->getProfile()->getFirstName() : null;\n }", "public function getFirstName()\n\t{\n\t\treturn $this->first_name;\n\t}", "public function getFirstname() {\n return $this->getValue('firstname');\n }", "public function firstName()\n {\n $name = explode(' ', $this->name);\n\n return $name[0];\n }", "public function getFirstname()\n\t{\n\t\treturn $this->firstname;\n\t}", "public function getFirstname(): string\n {\n return $this->_firstname;\n }", "public function GetFirstName()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstName;\n }", "public function getFirstName() {\n\t\treturn $this->first_name;\n\t}", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname() {\n return $this->firstname;\n }", "public function getFirstname() {\n\t\treturn $this->firstname;\n\t}", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFullName()\n {\n if (! $this->_getVar('user_name')) {\n $name = ltrim($this->_getVar('user_first_name') . ' ') .\n ltrim($this->_getVar('user_surname_prefix') . ' ') .\n $this->_getVar('user_last_name');\n\n if (! $name) {\n // Use obfuscated login name\n $name = $this->getLoginName();\n $name = substr($name, 0, 3) . str_repeat('*', max(5, strlen($name) - 2));\n }\n\n $this->_setVar('user_name', $name);\n\n // \\MUtil_Echo::track($name);\n }\n\n return $this->_getVar('user_name');\n }", "public function getFirstName() :string {\n\t\treturn (string)$this->first_name;\n\t}", "public function getFirstName() {\n return $this->firstname;\n }", "public function getFirstName()\n {\n if(isset($this->facebookData['first_name'])) {\n return $this->facebookData['first_name'];\n } else {\n return $this->getName();\n }\n }", "public function getFirstName(): ?string\n {\n return $this->getClaimSafe(SSODataClaimsInterface::CLAIM_USER_FIRST_NAME);\n }", "public function getFirstName(): string\n {\n return $this->firstName;\n }", "public function getFirstName(): string\n {\n return $this->firstName;\n }", "public function getFirstName(): string\n {\n return $this->firstName;\n }", "public function getUserName()\n {\n return $this->user->name;\n }", "public function getFirstName()\n {\n return $this->firstname;\n }", "public function getFirstName() {\n return $this->f_name;\n }", "public function getUserOrProperName()\n {\n $person = $this->getPerson();\n if (strtolower($person->getEmail()) != strtolower($this->username)) {\n return $this->username;\n } else {\n $init = substr($person->getFirstname(), 0, 1);\n return \"{$init}. {$person->getLastname()}\";\n }\n }", "public function getFirstName() {\n\t\treturn $this->getCustomField( 'first_name' );\n\t}", "public function getFirstName() {\n return($this->firstName);\n }", "public function getFirstName() {\n return($this->firstName);\n }", "public function getUserName() {\n if (isset($this->rUser)) {\n return $this->rUser->getFullName();\n }\n return '';\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getUserName()\n {\n return $this->user_name;\n }", "public function getFirstName() {\n return $this->firstName;\n }", "public function getFirstName() {\n return $this->firstName;\n }", "public function getUserName()\n {\n return $this->getUserAttribute(static::ATTRIBUTE_NAME);\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName():string\n {\n return $this->firstName;\n }", "public function getUserFirstName($user_id)\n\t{\n\t\t$user = $this->find($user_id);\n\t\treturn $user->first_name;\n\t}", "public function getFirstName(){\n \n return $this->first_name;\n \n }", "public function getFirstName()\n {\n if (is_null($this->firstName)) {\n /** @psalm-var ?string $data */\n $data = $this->raw(self::FIELD_FIRST_NAME);\n if (is_null($data)) {\n return null;\n }\n $this->firstName = (string) $data;\n }\n\n return $this->firstName;\n }", "public function getFirstName(){\n\t\t\treturn $this->firstname;\n\t\t}", "public function getFirstName()\n {\n $name = explode(' ', $this->getName());\n return $name[0];\n }", "public function getFirstName()\n {\n return parent::getFirstName();\n }", "public function getFirstname(): string\n {\n return $this->export('Firstname');\n }", "public function getName()\n {\n // Look for value only if not already set\n if (!isset($this->name)) {\n $us = SemanticScuttle_Service_Factory::get('User');\n $user = $us->getUser($this->id);\n $this->name = $user['name'];\n }\n return $this->name;\n }", "function getFirst_Name(){\n $user = $this->loadUser(Yii::app()->user->id);\n\treturn $user->firstname;\n }", "public function getUserName()\n {\n return $this->getName();\n }", "public function getUserName()\n {\n return $this->formattedData['username'];\n }", "public function firstName()\n\t{\n\t\t$namePieces = explode(' ', $this->entity->name);\n\n\t\tif (is_array($namePieces)) return trim($namePieces[0]);\n\t}", "public function getFirstName()\n {\n return $this->getValue('nb_icontact_prospect_first_name');\n }", "function getFirstName() {\n\t\treturn $this->getInfo('FirstName');\n\t}", "public function getFirstName()\n {\n //Parse the name and set it\n $namePieces = preg_split(\"/\\s/\", $this->name);\n return $namePieces[0];\n }", "public function name() {\n return isset($this->_adaptee->user_info['user_displayname']) ? $this->_adaptee->user_info['user_displayname'] : null;\n }", "public function getFirstName()\n {\n return App_Formatting::emptyToNull($this->firstName->getValue());\n }", "public function getFirstName()\r\n\t{\r\n\t\treturn $this['firstName'];\r\n\t}", "public function get_first_name( $user_id ) {\n\t\t// sanitize the data\n\t\t$user_id = intval( sanitize_text_field( $user_id ));\n\n\t\t$nickname = get_user_meta( $user_id, \"nickname\", true ) ;\n\t\t$first_name = get_user_meta( $user_id, \"first_name\", true ) ;\n\n\t\t// if first name empty then use nickname\n\t\t$first_name = ( $first_name ) ? $first_name : $nickname ;\n\n\t\treturn $first_name;\n\t}", "public function getFirstName()\n {\n return $this->getBillingFirstName();\n }" ]
[ "0.8764015", "0.855814", "0.8546058", "0.8455288", "0.842269", "0.8386428", "0.8356362", "0.829062", "0.82791704", "0.827442", "0.8268603", "0.8246348", "0.8184424", "0.8178528", "0.8168591", "0.81551665", "0.8144606", "0.8136889", "0.8122665", "0.81138194", "0.8109499", "0.80969757", "0.8090109", "0.80890876", "0.8078431", "0.8075563", "0.80740565", "0.8064378", "0.8064378", "0.8064378", "0.8064378", "0.8064378", "0.8060872", "0.806079", "0.8059976", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.80167687", "0.8016703", "0.8008437", "0.8007904", "0.80064446", "0.8002836", "0.8002836", "0.8002836", "0.7993204", "0.7992116", "0.79897845", "0.79677117", "0.79640543", "0.79529667", "0.79529667", "0.79337", "0.7898013", "0.7889021", "0.7884667", "0.7884667", "0.7878986", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.78692085", "0.78653806", "0.7862622", "0.78600407", "0.7855571", "0.78548634", "0.7826774", "0.78129095", "0.78065324", "0.7806416", "0.7801013", "0.77933073", "0.7787957", "0.77876484", "0.7786754", "0.7777159", "0.7764102", "0.77437997", "0.7737494", "0.7737375", "0.77298456" ]
0.0
-1
The first name of the user.
public function setFirstName(?string $firstName): self { $this->initialized['firstName'] = true; $this->firstName = $firstName; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getUserFirstName() :string {\n\t\treturn($this->userFirstName);\n\t}", "public function name(): string {\n return (string) $this->user?->first_name;\n }", "public function getuserFirstName()\n {\n return $this->userFirstName;\n }", "public function getFirstNameAttribute(): string\n {\n if ($this->user !== null) {\n return $this->user->first_name;\n }\n return '';\n }", "function getFirst_Name() {\n $user = $this->loadUser(Yii::app()->user->id);\n return $user->first_name;\n }", "public function getUserFirstName () {\n\t\treturn ($this->userFirstName);\n\t}", "public function diviroids_user_firstname($atts)\n {\n return DiviRoids_Security::get_current_user('user_firstname');\n }", "public function getUserProfileFirstName(): string {\n\t\treturn ($this->userProfileFirstName);\n\t}", "public function getUserFullName() {\n return $this->first_name . ' ' . $this->last_name;\n }", "public function getFirstNameOrUsername() {\n return $this->first_name ? : $this->username;\n }", "public function getName()\n {\n $firstName = $this->getFieldValue(self::FIELD_FIRST_NAME);\n $lastName = $this->getFieldValue(self::FIELD_LAST_NAME);\n // User does not exist.\n if (!$firstName && !$lastName) {\n $name = 'Unknown&nbsp;User';\n } else {\n $name = \"{$firstName} {$lastName}\";\n }\n\n return $name;\n }", "public function getFirstName()\n {\n return $this->first_name ?? $this->nickname ?? $this->name;\n }", "public function getFirst_name()\r\n {\r\n return $this->first_name;\r\n }", "public function getFirstUserName() {\n\t\treturn $this->firstUserName;\n\t}", "Public Function getUserName()\n\t{\n\t\treturn $this->firstName . ' ' . $this->lastName;\n\t}", "public function getFirstname()\n\t\t{\n\t\t\treturn $this->firstname;\n\t\t}", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getName() {\n\t\tif($this->_name)\n\t\t\treturn $this->_name;\n\t\tif ($this->first_name != '')\n\t\t\treturn $this->first_name . ($this->last_name ? ' ' . $this->last_name : '');\n\t\telse\n\t\t\treturn $this->username ? $this->username : $this->email;\n\t}", "public function getFirstName()\n {\n return $this->getProfile() ? $this->getProfile()->getFirstName() : null;\n }", "public function getFirstName()\n\t{\n\t\treturn $this->first_name;\n\t}", "public function getFirstname() {\n return $this->getValue('firstname');\n }", "public function firstName()\n {\n $name = explode(' ', $this->name);\n\n return $name[0];\n }", "public function getFirstname()\n\t{\n\t\treturn $this->firstname;\n\t}", "public function getFirstname(): string\n {\n return $this->_firstname;\n }", "public function GetFirstName()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstName;\n }", "public function getFirstName() {\n\t\treturn $this->first_name;\n\t}", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstName()\n {\n return $this->first_name;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname() {\n return $this->firstname;\n }", "public function getFirstname() {\n\t\treturn $this->firstname;\n\t}", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFirstname()\n {\n return $this->firstname;\n }", "public function getFullName()\n {\n if (! $this->_getVar('user_name')) {\n $name = ltrim($this->_getVar('user_first_name') . ' ') .\n ltrim($this->_getVar('user_surname_prefix') . ' ') .\n $this->_getVar('user_last_name');\n\n if (! $name) {\n // Use obfuscated login name\n $name = $this->getLoginName();\n $name = substr($name, 0, 3) . str_repeat('*', max(5, strlen($name) - 2));\n }\n\n $this->_setVar('user_name', $name);\n\n // \\MUtil_Echo::track($name);\n }\n\n return $this->_getVar('user_name');\n }", "public function getFirstName() :string {\n\t\treturn (string)$this->first_name;\n\t}", "public function getFirstName() {\n return $this->firstname;\n }", "public function getFirstName()\n {\n if(isset($this->facebookData['first_name'])) {\n return $this->facebookData['first_name'];\n } else {\n return $this->getName();\n }\n }", "public function getFirstName(): ?string\n {\n return $this->getClaimSafe(SSODataClaimsInterface::CLAIM_USER_FIRST_NAME);\n }", "public function getFirstName(): string\n {\n return $this->firstName;\n }", "public function getFirstName(): string\n {\n return $this->firstName;\n }", "public function getFirstName(): string\n {\n return $this->firstName;\n }", "public function getUserName()\n {\n return $this->user->name;\n }", "public function getFirstName()\n {\n return $this->firstname;\n }", "public function getFirstName() {\n return $this->f_name;\n }", "public function getUserOrProperName()\n {\n $person = $this->getPerson();\n if (strtolower($person->getEmail()) != strtolower($this->username)) {\n return $this->username;\n } else {\n $init = substr($person->getFirstname(), 0, 1);\n return \"{$init}. {$person->getLastname()}\";\n }\n }", "public function getFirstName() {\n\t\treturn $this->getCustomField( 'first_name' );\n\t}", "public function getFirstName() {\n return($this->firstName);\n }", "public function getFirstName() {\n return($this->firstName);\n }", "public function getUserName() {\n if (isset($this->rUser)) {\n return $this->rUser->getFullName();\n }\n return '';\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getUserName()\n {\n return $this->user_name;\n }", "public function getFirstName() {\n return $this->firstName;\n }", "public function getFirstName() {\n return $this->firstName;\n }", "public function getUserName()\n {\n return $this->getUserAttribute(static::ATTRIBUTE_NAME);\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName()\n {\n return $this->firstName;\n }", "public function getFirstName():string\n {\n return $this->firstName;\n }", "public function getUserFirstName($user_id)\n\t{\n\t\t$user = $this->find($user_id);\n\t\treturn $user->first_name;\n\t}", "public function getFirstName(){\n \n return $this->first_name;\n \n }", "public function getFirstName()\n {\n if (is_null($this->firstName)) {\n /** @psalm-var ?string $data */\n $data = $this->raw(self::FIELD_FIRST_NAME);\n if (is_null($data)) {\n return null;\n }\n $this->firstName = (string) $data;\n }\n\n return $this->firstName;\n }", "public function getFirstName(){\n\t\t\treturn $this->firstname;\n\t\t}", "public function getFirstName()\n {\n $name = explode(' ', $this->getName());\n return $name[0];\n }", "public function getFirstName()\n {\n return parent::getFirstName();\n }", "public function getFirstname(): string\n {\n return $this->export('Firstname');\n }", "public function getName()\n {\n // Look for value only if not already set\n if (!isset($this->name)) {\n $us = SemanticScuttle_Service_Factory::get('User');\n $user = $us->getUser($this->id);\n $this->name = $user['name'];\n }\n return $this->name;\n }", "function getFirst_Name(){\n $user = $this->loadUser(Yii::app()->user->id);\n\treturn $user->firstname;\n }", "public function getUserName()\n {\n return $this->getName();\n }", "public function getUserName()\n {\n return $this->formattedData['username'];\n }", "public function firstName()\n\t{\n\t\t$namePieces = explode(' ', $this->entity->name);\n\n\t\tif (is_array($namePieces)) return trim($namePieces[0]);\n\t}", "public function getFirstName()\n {\n return $this->getValue('nb_icontact_prospect_first_name');\n }", "function getFirstName() {\n\t\treturn $this->getInfo('FirstName');\n\t}", "public function getFirstName()\n {\n //Parse the name and set it\n $namePieces = preg_split(\"/\\s/\", $this->name);\n return $namePieces[0];\n }", "public function name() {\n return isset($this->_adaptee->user_info['user_displayname']) ? $this->_adaptee->user_info['user_displayname'] : null;\n }", "public function getFirstName()\n {\n return App_Formatting::emptyToNull($this->firstName->getValue());\n }", "public function getFirstName()\r\n\t{\r\n\t\treturn $this['firstName'];\r\n\t}", "public function get_first_name( $user_id ) {\n\t\t// sanitize the data\n\t\t$user_id = intval( sanitize_text_field( $user_id ));\n\n\t\t$nickname = get_user_meta( $user_id, \"nickname\", true ) ;\n\t\t$first_name = get_user_meta( $user_id, \"first_name\", true ) ;\n\n\t\t// if first name empty then use nickname\n\t\t$first_name = ( $first_name ) ? $first_name : $nickname ;\n\n\t\treturn $first_name;\n\t}", "public function getFirstName()\n {\n return $this->getBillingFirstName();\n }" ]
[ "0.8764015", "0.855814", "0.8546058", "0.8455288", "0.842269", "0.8386428", "0.8356362", "0.829062", "0.82791704", "0.827442", "0.8268603", "0.8246348", "0.8184424", "0.8178528", "0.8168591", "0.81551665", "0.8144606", "0.8136889", "0.8122665", "0.81138194", "0.8109499", "0.80969757", "0.8090109", "0.80890876", "0.8078431", "0.8075563", "0.80740565", "0.8064378", "0.8064378", "0.8064378", "0.8064378", "0.8064378", "0.8060872", "0.806079", "0.8059976", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.8051835", "0.80167687", "0.8016703", "0.8008437", "0.8007904", "0.80064446", "0.8002836", "0.8002836", "0.8002836", "0.7993204", "0.7992116", "0.79897845", "0.79677117", "0.79640543", "0.79529667", "0.79529667", "0.79337", "0.7898013", "0.7889021", "0.7884667", "0.7884667", "0.7878986", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.7876674", "0.78692085", "0.78653806", "0.7862622", "0.78600407", "0.7855571", "0.78548634", "0.7826774", "0.78129095", "0.78065324", "0.7806416", "0.7801013", "0.77933073", "0.7787957", "0.77876484", "0.7786754", "0.7777159", "0.7764102", "0.77437997", "0.7737494", "0.7737375", "0.77298456" ]
0.0
-1
The last name of the user.
public function getLastName(): ?string { return $this->lastName; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getUserLastName() :string {\n\t\treturn($this->userFirstName);\n\t}", "public function getLastNameAttribute(): string\n {\n if ($this->user !== null) {\n return $this->user->last_name;\n }\n return '';\n }", "public function getuserLastName()\n {\n return $this->userLastName;\n }", "public function getUserLastName () {\n\t\treturn ($this->userLastName);\n\t}", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName(){\n \n return $this->last_name;\n \n }", "public function getLastName() {\n\t\treturn $this->last_name;\n\t}", "public function getLastName()\n\t{\n\t\treturn $this->last_name;\n\t}", "public function getLastName() {\n\n return $this->last_name;\n\n }", "public function getLastName() {\n\t\treturn $this->getCustomField( 'last_name' );\n\t}", "public function getLastname() {\n return $this->getValue('lastname');\n }", "public function getUserProfileLastName(): string {\n\t\treturn ($this->userProfileLastName);\n\t}", "public function getLastName() {\n return($this->lastName);\n }", "public function getLastName() {\n return($this->lastName);\n }", "public function getLastname()\r\n\t{\r\n\t\treturn $this->lastname;\r\n\t}", "public function getLastname() {\n\t\treturn $this->lastname;\n\t}", "public function getLastname() {\n return $this->lastname;\n }", "public function getLastName(): string\n {\n return $this->lastName;\n }", "public function getLastName(): string\n {\n return $this->lastName;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName() {\n return $this->lastName;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname(): string\n {\n return $this->_lastname;\n }", "public function getLastName() :string {\n\t\treturn (string)$this->last_name;\n\t}", "public function getLastName();", "public function getLastname() {}", "public function getLastName() {\n return $this->lastname;\n }", "public function getLastname()\r\n {\r\n return $this->lastname;\r\n }", "public function getLastName() {}", "public function getLastName() {}", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName():string\n {\n return $this->lastName;\n }", "public function getLastname()\n {\n return $this->lastname;\n\n }", "public function getLastName()\n {\n return $this->get('LastName');\n }", "public function getLastName()\n {\n return App_Formatting::emptyToNull($this->lastName->getValue());\n }", "public function getLastName() { return $this->lastName; }", "public function getLastName()\n {\n return $this->getProfile() ? $this->getProfile()->getLastName() : null;\n }", "public function getLastUserName() {\n\t\treturn $this->lastUserName;\n\t}", "public function getLastName(){\n\t\t\treturn $this->lastname;\n\t\t}", "public function diviroids_user_lastname($atts)\n {\n return DiviRoids_Security::get_current_user('user_lastname');\n }", "public function getLastname(): string;", "public function GetLastName()\n {\n return $this->lastname;\n }", "public function getLastName(): string;", "public function getLastName()\n {\n return $this->last_name ?? $this->surname ?? $this->lastName;\n\n }", "public function getLastName()\n {\n return parent::getLastName();\n }", "public function getLastName()\n {\n if (is_null($this->lastName)) {\n /** @psalm-var ?string $data */\n $data = $this->raw(self::FIELD_LAST_NAME);\n if (is_null($data)) {\n return null;\n }\n $this->lastName = (string) $data;\n }\n\n return $this->lastName;\n }", "public function getUser_lname()\n {\n return $this->user_lname;\n }", "public function getLastName()\n {\n return $this->response['last_name'] ?: null;\n }", "public function getLastName()\n {\n $name = explode(' ', $this->getName());\n return $name[1];\n }", "public function getLastName()\n {\n return $this->getValue('nb_icontact_prospect_last_name');\n }", "function getLastName()\r\n\t{\r\n\t\treturn $this->LastName;\r\n\t}", "public function getUserLastName($user_id)\n\t{\n\t\t$user = $this->find($user_id);\n\t\treturn $user->last_name;\n\t}", "public function getLastName()\n {\n $name = $this->getAttribute('name');\n if (isset($name)) {\n return $name['lastName'];\n }\n return null;\n }", "public function getLastName(): ?string\n {\n return $this->getClaimSafe(SSODataClaimsInterface::CLAIM_USER_LAST_NAME);\n }", "public function getLastName()\n {\n return $this->getBillingLastName();\n }", "function getLastname()\n {\n return $this->lastname;\n }", "public function getUserFullName() {\n return $this->first_name . ' ' . $this->last_name;\n }", "public function get_last_name ( $user_id ) {\n\t\t// sanitize the data\n\t\t$user_id = intval( sanitize_text_field( $user_id ));\n\n\t\t$nickname = get_user_meta( $user_id, \"nickname\", true ) ;\n\t\t$last_name = get_user_meta( $user_id, \"last_name\", true ) ;\n\n\t\t// if last name empty thne use nickname\n\t\t$last_name = ( $last_name ) ? $last_name : $nickname ;\n\n\t\treturn $last_name;\n\t}", "public function getName()\n {\n $result = null;\n if (isset($this->userInfo['first_name']) && isset($this->userInfo['last_name'])) {\n $result = $this->userInfo['first_name'] . ' ' . $this->userInfo['last_name'];\n } elseif (isset($this->userInfo['first_name']) && !isset($this->userInfo['last_name'])) {\n $result = $this->userInfo['first_name'];\n } elseif (!isset($this->userInfo['first_name']) && isset($this->userInfo['last_name'])) {\n $result = $this->userInfo['last_name'];\n }\n return $result;\n }", "public function getName()\n {\n $firstName = $this->getFieldValue(self::FIELD_FIRST_NAME);\n $lastName = $this->getFieldValue(self::FIELD_LAST_NAME);\n // User does not exist.\n if (!$firstName && !$lastName) {\n $name = 'Unknown&nbsp;User';\n } else {\n $name = \"{$firstName} {$lastName}\";\n }\n\n return $name;\n }", "public function lastName()\n {\n $name = explode(' ', $this->name);\n\n if ( count($name) > 1 ) {\n return $name[1];\n }\n\n return '';\n }", "public function getApplicantLastName()\n {\n return $this->getProperty('applicant_last_name');\n }", "public function convertLastName()\r\n {\r\n $this->customer->setLastName($this->lastName);\r\n\r\n return $this->customer->getLastName();\r\n }", "public function getCustomerLastname();", "public function getPayerLastName() {\n\t\treturn $this->_getField(self::$PAYER_LAST_NAME);\n\t}", "public static function lastName()\n {\n return new TextNode('last_name');\n }", "public function getFullName()\n {\n if (! $this->_getVar('user_name')) {\n $name = ltrim($this->_getVar('user_first_name') . ' ') .\n ltrim($this->_getVar('user_surname_prefix') . ' ') .\n $this->_getVar('user_last_name');\n\n if (! $name) {\n // Use obfuscated login name\n $name = $this->getLoginName();\n $name = substr($name, 0, 3) . str_repeat('*', max(5, strlen($name) - 2));\n }\n\n $this->_setVar('user_name', $name);\n\n // \\MUtil_Echo::track($name);\n }\n\n return $this->_getVar('user_name');\n }", "protected function getLastname()\n {\n $formatter = new \\Dotpay\\Tool\\StringFormatter\\Name();\n return $formatter->format($this->checkoutSession->getLastRealOrder()->getBillingAddress()->getLastname());\n }", "public function getName() {\n\t\tif($this->_name)\n\t\t\treturn $this->_name;\n\t\tif ($this->first_name != '')\n\t\t\treturn $this->first_name . ($this->last_name ? ' ' . $this->last_name : '');\n\t\telse\n\t\t\treturn $this->username ? $this->username : $this->email;\n\t}", "function getRHUL_LastName() {\n return getRHUL_LDAP_FieldValue(\"last_name\");\n}", "public function getLastName()\n {\n $res = $this->getEntity()->getLastName();\n\t\tif($res === null)\n\t\t{\n\t\t\tSDIS62_Model_DAO_Abstract::getInstance($this::$type_objet)->create($this);\n\t\t\treturn $this->getEntity()->getLastName();\n\t\t}\n return $res;\n }", "public function getLastName(): ?string\n {\n return $this->_last_name;\n }", "Public Function getUserName()\n\t{\n\t\treturn $this->firstName . ' ' . $this->lastName;\n\t}" ]
[ "0.88119984", "0.8801715", "0.8676459", "0.86635536", "0.8629203", "0.8629203", "0.8629203", "0.8629203", "0.8629203", "0.86017054", "0.85869616", "0.8579217", "0.85782194", "0.85692924", "0.8555011", "0.8462773", "0.8429425", "0.8429425", "0.8390829", "0.8388941", "0.83834624", "0.8379586", "0.8379586", "0.83602846", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.83445925", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83397883", "0.8336561", "0.83318835", "0.8331519", "0.83263195", "0.83181155", "0.83009744", "0.83009744", "0.829811", "0.82928556", "0.82828486", "0.8259234", "0.8258248", "0.8252066", "0.8249932", "0.8246315", "0.8235628", "0.8187043", "0.8167464", "0.81279606", "0.809115", "0.8073989", "0.8057978", "0.8055774", "0.8049769", "0.80489576", "0.8023284", "0.8004013", "0.7992104", "0.7968517", "0.7951646", "0.79457647", "0.79361016", "0.7918778", "0.78973633", "0.7883052", "0.7823273", "0.778079", "0.77440447", "0.77196896", "0.7709189", "0.7659475", "0.76553124", "0.7628827", "0.7620815", "0.7602643", "0.7577416", "0.7559139", "0.7556709", "0.7553546", "0.7510785", "0.74898" ]
0.0
-1
The last name of the user.
public function setLastName(?string $lastName): self { $this->initialized['lastName'] = true; $this->lastName = $lastName; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getUserLastName() :string {\n\t\treturn($this->userFirstName);\n\t}", "public function getLastNameAttribute(): string\n {\n if ($this->user !== null) {\n return $this->user->last_name;\n }\n return '';\n }", "public function getuserLastName()\n {\n return $this->userLastName;\n }", "public function getUserLastName () {\n\t\treturn ($this->userLastName);\n\t}", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName()\n {\n return $this->last_name;\n }", "public function getLastName(){\n \n return $this->last_name;\n \n }", "public function getLastName() {\n\t\treturn $this->last_name;\n\t}", "public function getLastName()\n\t{\n\t\treturn $this->last_name;\n\t}", "public function getLastName() {\n\n return $this->last_name;\n\n }", "public function getLastName() {\n\t\treturn $this->getCustomField( 'last_name' );\n\t}", "public function getLastname() {\n return $this->getValue('lastname');\n }", "public function getUserProfileLastName(): string {\n\t\treturn ($this->userProfileLastName);\n\t}", "public function getLastName() {\n return($this->lastName);\n }", "public function getLastName() {\n return($this->lastName);\n }", "public function getLastname()\r\n\t{\r\n\t\treturn $this->lastname;\r\n\t}", "public function getLastname() {\n\t\treturn $this->lastname;\n\t}", "public function getLastname() {\n return $this->lastname;\n }", "public function getLastName(): string\n {\n return $this->lastName;\n }", "public function getLastName(): string\n {\n return $this->lastName;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName() {\n return $this->lastName;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastname(): string\n {\n return $this->_lastname;\n }", "public function getLastName() :string {\n\t\treturn (string)$this->last_name;\n\t}", "public function getLastName();", "public function getLastname() {}", "public function getLastName() {\n return $this->lastname;\n }", "public function getLastname()\r\n {\r\n return $this->lastname;\r\n }", "public function getLastName() {}", "public function getLastName() {}", "public function getLastname()\n {\n return $this->lastname;\n }", "public function getLastName()\n {\n return $this->lastName;\n }", "public function getLastName():string\n {\n return $this->lastName;\n }", "public function getLastname()\n {\n return $this->lastname;\n\n }", "public function getLastName()\n {\n return $this->get('LastName');\n }", "public function getLastName()\n {\n return App_Formatting::emptyToNull($this->lastName->getValue());\n }", "public function getLastName() { return $this->lastName; }", "public function getLastName()\n {\n return $this->getProfile() ? $this->getProfile()->getLastName() : null;\n }", "public function getLastUserName() {\n\t\treturn $this->lastUserName;\n\t}", "public function getLastName(){\n\t\t\treturn $this->lastname;\n\t\t}", "public function diviroids_user_lastname($atts)\n {\n return DiviRoids_Security::get_current_user('user_lastname');\n }", "public function getLastname(): string;", "public function GetLastName()\n {\n return $this->lastname;\n }", "public function getLastName(): string;", "public function getLastName()\n {\n return $this->last_name ?? $this->surname ?? $this->lastName;\n\n }", "public function getLastName()\n {\n return parent::getLastName();\n }", "public function getLastName()\n {\n if (is_null($this->lastName)) {\n /** @psalm-var ?string $data */\n $data = $this->raw(self::FIELD_LAST_NAME);\n if (is_null($data)) {\n return null;\n }\n $this->lastName = (string) $data;\n }\n\n return $this->lastName;\n }", "public function getUser_lname()\n {\n return $this->user_lname;\n }", "public function getLastName()\n {\n return $this->response['last_name'] ?: null;\n }", "public function getLastName()\n {\n $name = explode(' ', $this->getName());\n return $name[1];\n }", "public function getLastName()\n {\n return $this->getValue('nb_icontact_prospect_last_name');\n }", "function getLastName()\r\n\t{\r\n\t\treturn $this->LastName;\r\n\t}", "public function getUserLastName($user_id)\n\t{\n\t\t$user = $this->find($user_id);\n\t\treturn $user->last_name;\n\t}", "public function getLastName()\n {\n $name = $this->getAttribute('name');\n if (isset($name)) {\n return $name['lastName'];\n }\n return null;\n }", "public function getLastName(): ?string\n {\n return $this->getClaimSafe(SSODataClaimsInterface::CLAIM_USER_LAST_NAME);\n }", "public function getLastName()\n {\n return $this->getBillingLastName();\n }", "function getLastname()\n {\n return $this->lastname;\n }", "public function getUserFullName() {\n return $this->first_name . ' ' . $this->last_name;\n }", "public function get_last_name ( $user_id ) {\n\t\t// sanitize the data\n\t\t$user_id = intval( sanitize_text_field( $user_id ));\n\n\t\t$nickname = get_user_meta( $user_id, \"nickname\", true ) ;\n\t\t$last_name = get_user_meta( $user_id, \"last_name\", true ) ;\n\n\t\t// if last name empty thne use nickname\n\t\t$last_name = ( $last_name ) ? $last_name : $nickname ;\n\n\t\treturn $last_name;\n\t}", "public function getName()\n {\n $result = null;\n if (isset($this->userInfo['first_name']) && isset($this->userInfo['last_name'])) {\n $result = $this->userInfo['first_name'] . ' ' . $this->userInfo['last_name'];\n } elseif (isset($this->userInfo['first_name']) && !isset($this->userInfo['last_name'])) {\n $result = $this->userInfo['first_name'];\n } elseif (!isset($this->userInfo['first_name']) && isset($this->userInfo['last_name'])) {\n $result = $this->userInfo['last_name'];\n }\n return $result;\n }", "public function getName()\n {\n $firstName = $this->getFieldValue(self::FIELD_FIRST_NAME);\n $lastName = $this->getFieldValue(self::FIELD_LAST_NAME);\n // User does not exist.\n if (!$firstName && !$lastName) {\n $name = 'Unknown&nbsp;User';\n } else {\n $name = \"{$firstName} {$lastName}\";\n }\n\n return $name;\n }", "public function lastName()\n {\n $name = explode(' ', $this->name);\n\n if ( count($name) > 1 ) {\n return $name[1];\n }\n\n return '';\n }", "public function getApplicantLastName()\n {\n return $this->getProperty('applicant_last_name');\n }", "public function convertLastName()\r\n {\r\n $this->customer->setLastName($this->lastName);\r\n\r\n return $this->customer->getLastName();\r\n }", "public function getCustomerLastname();", "public function getPayerLastName() {\n\t\treturn $this->_getField(self::$PAYER_LAST_NAME);\n\t}", "public static function lastName()\n {\n return new TextNode('last_name');\n }", "public function getFullName()\n {\n if (! $this->_getVar('user_name')) {\n $name = ltrim($this->_getVar('user_first_name') . ' ') .\n ltrim($this->_getVar('user_surname_prefix') . ' ') .\n $this->_getVar('user_last_name');\n\n if (! $name) {\n // Use obfuscated login name\n $name = $this->getLoginName();\n $name = substr($name, 0, 3) . str_repeat('*', max(5, strlen($name) - 2));\n }\n\n $this->_setVar('user_name', $name);\n\n // \\MUtil_Echo::track($name);\n }\n\n return $this->_getVar('user_name');\n }", "protected function getLastname()\n {\n $formatter = new \\Dotpay\\Tool\\StringFormatter\\Name();\n return $formatter->format($this->checkoutSession->getLastRealOrder()->getBillingAddress()->getLastname());\n }", "public function getName() {\n\t\tif($this->_name)\n\t\t\treturn $this->_name;\n\t\tif ($this->first_name != '')\n\t\t\treturn $this->first_name . ($this->last_name ? ' ' . $this->last_name : '');\n\t\telse\n\t\t\treturn $this->username ? $this->username : $this->email;\n\t}", "function getRHUL_LastName() {\n return getRHUL_LDAP_FieldValue(\"last_name\");\n}", "public function getLastName()\n {\n $res = $this->getEntity()->getLastName();\n\t\tif($res === null)\n\t\t{\n\t\t\tSDIS62_Model_DAO_Abstract::getInstance($this::$type_objet)->create($this);\n\t\t\treturn $this->getEntity()->getLastName();\n\t\t}\n return $res;\n }", "public function getLastName(): ?string\n {\n return $this->_last_name;\n }", "Public Function getUserName()\n\t{\n\t\treturn $this->firstName . ' ' . $this->lastName;\n\t}" ]
[ "0.88119984", "0.8801715", "0.8676459", "0.86635536", "0.8629203", "0.8629203", "0.8629203", "0.8629203", "0.8629203", "0.86017054", "0.85869616", "0.8579217", "0.85782194", "0.85692924", "0.8555011", "0.8462773", "0.8429425", "0.8429425", "0.8390829", "0.8388941", "0.83834624", "0.8379586", "0.8379586", "0.83602846", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.834598", "0.83445925", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83442575", "0.83397883", "0.8336561", "0.83318835", "0.8331519", "0.83263195", "0.83181155", "0.83009744", "0.83009744", "0.829811", "0.82928556", "0.82828486", "0.8259234", "0.8258248", "0.8252066", "0.8249932", "0.8246315", "0.8235628", "0.8187043", "0.8167464", "0.81279606", "0.809115", "0.8073989", "0.8057978", "0.8055774", "0.8049769", "0.80489576", "0.8023284", "0.8004013", "0.7992104", "0.7968517", "0.7951646", "0.79457647", "0.79361016", "0.7918778", "0.78973633", "0.7883052", "0.7823273", "0.778079", "0.77440447", "0.77196896", "0.7709189", "0.7659475", "0.76553124", "0.7628827", "0.7620815", "0.7602643", "0.7577416", "0.7559139", "0.7556709", "0.7553546", "0.7510785", "0.74898" ]
0.0
-1
The email address of the user.
public function getEmail(): ?string { return $this->email; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getEmailAddress()\n {\n return $this->_getVar('user_email');\n }", "public function getUserEmail()\n {\n return $this->getUserAttribute(static::ATTRIBUTE_EMAIL);\n }", "public function getUserEmail() {\n\t\treturn $this->userEmail;\n\t}", "public function getUserEmail() {\n\t\treturn $this->userEmail;\n\t}", "public function getEmail() {\r\n\t\t\t$email = null;\r\n\t\t\tif( $user != null ) {\r\n\t\t\t\t$email = $user->getEmail();\r\n\t\t\t}\r\n\t\t\treturn $email;\r\n\t\t}", "public function getUserEmail()\n {\n return $this->user_email;\n }", "public function getUserEmail()\n {\n return $this->user_email;\n }", "public function getUserEmail() {\n\t\treturn ($this->userEmail);\n\t}", "public function getUserEmail () {\n\t\treturn ($this->userEmail);\n\t}", "public function getEmail()\n {\n return isset($this->user['email']) ? $this->user['email'] : $this->user['id'].'@mail.com';\n }", "public function getEmail() {\n return $this->get('email', 'user');\n }", "public function getEmail()\n {\n // Look for value only if not already set\n if (!isset($this->email)) {\n $us = SemanticScuttle_Service_Factory::get('User');\n $user = $us->getUser($this->id);\n $this->email = $user['email'];\n }\n return $this->email;\n }", "public function get_email()\n\t{\n\t\tif (empty($this->user))\n\t\t{\n\t\t\treturn false;\n\t\t}\n\n\t\treturn $this->user[static::_column('email')];\n\t}", "public function getEmail() {\n return $this->getValue('email');\n }", "public function getuserEmail()\n {\n return $this->userEmail;\n }", "public function getEmail()\n {\n return $this->__get(\"email\");\n }", "public function getEmail() : string\r\n\t{\r\n\t\treturn $this->email;\r\n\t}", "public function getEmail() {\n return($this->email);\n }", "public function getEmail() : string {\n return $this->email;\n }", "public function get_email() {\r\n return $this->email;\r\n }", "public function getEmail_user()\r\n {\r\n return $this->email_user;\r\n }", "public function getEmail()\n {\n return $this->get(self::EMAIL);\n }", "protected function getUserEmail()\r\n {\r\n // TODO: this should probably be offloaded\r\n if (isset($_SESSION['user']['useremail'])) {\r\n return $_SESSION['user']['useremail'];\r\n }\r\n }", "public function getEmail(): string\n\t{\n\t\treturn $this->email->getEmail();\n\t}", "public function getEmail() {\n\t\treturn($this->email);\n\t}", "public function getEmailAddress() : string\n {\n return $this->emailAddress;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }" ]
[ "0.8790845", "0.8503285", "0.84948754", "0.84948754", "0.84664834", "0.8465921", "0.8465921", "0.8460337", "0.844014", "0.8415811", "0.8355762", "0.81931734", "0.8164056", "0.8121378", "0.81126916", "0.81029534", "0.80569607", "0.8026041", "0.80231893", "0.8017779", "0.7980859", "0.7977995", "0.79712933", "0.7961709", "0.79577893", "0.7947226", "0.79268056", "0.79268056", "0.79268056", "0.79268056", "0.79268056", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569" ]
0.0
-1
The email address of the user.
public function setEmail(?string $email): self { $this->initialized['email'] = true; $this->email = $email; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getEmailAddress()\n {\n return $this->_getVar('user_email');\n }", "public function getUserEmail()\n {\n return $this->getUserAttribute(static::ATTRIBUTE_EMAIL);\n }", "public function getUserEmail() {\n\t\treturn $this->userEmail;\n\t}", "public function getUserEmail() {\n\t\treturn $this->userEmail;\n\t}", "public function getEmail() {\r\n\t\t\t$email = null;\r\n\t\t\tif( $user != null ) {\r\n\t\t\t\t$email = $user->getEmail();\r\n\t\t\t}\r\n\t\t\treturn $email;\r\n\t\t}", "public function getUserEmail()\n {\n return $this->user_email;\n }", "public function getUserEmail()\n {\n return $this->user_email;\n }", "public function getUserEmail() {\n\t\treturn ($this->userEmail);\n\t}", "public function getUserEmail () {\n\t\treturn ($this->userEmail);\n\t}", "public function getEmail()\n {\n return isset($this->user['email']) ? $this->user['email'] : $this->user['id'].'@mail.com';\n }", "public function getEmail() {\n return $this->get('email', 'user');\n }", "public function getEmail()\n {\n // Look for value only if not already set\n if (!isset($this->email)) {\n $us = SemanticScuttle_Service_Factory::get('User');\n $user = $us->getUser($this->id);\n $this->email = $user['email'];\n }\n return $this->email;\n }", "public function get_email()\n\t{\n\t\tif (empty($this->user))\n\t\t{\n\t\t\treturn false;\n\t\t}\n\n\t\treturn $this->user[static::_column('email')];\n\t}", "public function getEmail() {\n return $this->getValue('email');\n }", "public function getuserEmail()\n {\n return $this->userEmail;\n }", "public function getEmail()\n {\n return $this->__get(\"email\");\n }", "public function getEmail() : string\r\n\t{\r\n\t\treturn $this->email;\r\n\t}", "public function getEmail() {\n return($this->email);\n }", "public function getEmail() : string {\n return $this->email;\n }", "public function get_email() {\r\n return $this->email;\r\n }", "public function getEmail_user()\r\n {\r\n return $this->email_user;\r\n }", "public function getEmail()\n {\n return $this->get(self::EMAIL);\n }", "protected function getUserEmail()\r\n {\r\n // TODO: this should probably be offloaded\r\n if (isset($_SESSION['user']['useremail'])) {\r\n return $_SESSION['user']['useremail'];\r\n }\r\n }", "public function getEmail(): string\n\t{\n\t\treturn $this->email->getEmail();\n\t}", "public function getEmail() {\n\t\treturn($this->email);\n\t}", "public function getEmailAddress() : string\n {\n return $this->emailAddress;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail() {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }", "public function getEmail()\n {\n return $this->email;\n }" ]
[ "0.8790845", "0.8503285", "0.84948754", "0.84948754", "0.84664834", "0.8465921", "0.8465921", "0.8460337", "0.844014", "0.8415811", "0.8355762", "0.81931734", "0.8164056", "0.8121378", "0.81126916", "0.81029534", "0.80569607", "0.8026041", "0.80231893", "0.8017779", "0.7980859", "0.7977995", "0.79712933", "0.7961709", "0.79577893", "0.7947226", "0.79268056", "0.79268056", "0.79268056", "0.79268056", "0.79268056", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569", "0.7924569" ]
0.0
-1
Whether the user should be automatically added to future projects.
public function getHasAccessToAllFutureProjects(): ?bool { return $this->hasAccessToAllFutureProjects; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function can_auto_create_users() {\n return (bool)$this->config['weautocreateusers'];\n }", "public static function userCreationAllowed(): bool\n {\n return self::isConfigured(self::ACTION_ADD_USER);\n }", "function is_project( $user )\n {\n //Unimplemented\n }", "public function canManageOwnDevelopments();", "public function isAllowedForUser(){\n\t\treturn true;\n\t}", "public function creator(User $user, Project $project): bool\n {\n return $project->creator->id === $user->id;\n }", "public function is_needed() {\n\t\tif ( ( $this->context->site_represents === 'person' ) || is_author() ) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}", "public function isCurrentUserPrepared()\n {\n if ($this->isCompletedByCurrentUser()) {\n return true;\n }\n\n foreach ($this->getPrerequisites() as $p) {\n if (!$p->isCompletedByCurrentUser()) {\n return false;\n }\n }\n\n return true;\n }", "function allow_create_users() {\n\t\treturn apply_filters( 'import_allow_create_users', true );\n\t}", "public function userHasCreatePermission(){\n//\t\tif(\\GO\\Base\\Model\\Acl::hasPermission($this->getPermissionLevel(),\\GO\\Base\\Model\\Acl::CREATE_PERMISSION)){\n//\t\t\treturn true;\n//\t\t}else \n\t\tif(\\GO::modules()->isInstalled('freebusypermissions')){\n\t\t\treturn \\GO\\Freebusypermissions\\FreebusypermissionsModule::hasFreebusyAccess(\\GO::user()->id, $this->user_id);\n\t\t} else {\n\t\t\treturn true;\n\t\t}\n\t}", "protected function creatingNewUser() {\n return ($this->request_exists('user_choice') && $this->request('user_choice') == 'new' );\n }", "public function add(User $user): bool {\n if ($user->is_super_admin) {\n return true;\n }else if ($user->tokenCan(['add-registrations-dev', 'add-registrations-stage', 'add-registrations-prod'])) {\n return true;\n }else {\n return false;\n }\n }", "function is_allowed_to_install() {\n\t\t\treturn ( $this->is_premium() || ! $this->is_org_repo_compliant() );\n\t\t}", "function ProjectTasksForUser(&$user) {\n\t\t$this->User =& $user;\n\t\treturn true;\n\t}", "function canAdd($user) {\n return $user->isPeopleManager();\n }", "public function authorizable(): bool\n {\n return false;\n }", "public static function isOwner(): bool\n\t{\n\t\tif(in_array( 'owner', self::getUserRole()) || in_array('administrator', self::getUserRole())) return true;\n\t\treturn false;\n\t}", "protected function is_first_time()\n\t{\n\t\tif ( !get_site_option( 'cur_from' ) && !get_site_option( 'confirm-user-registration' ) ) :\n\t\t\treturn TRUE;\n\t\telse :\n\t\t\treturn FALSE;\n\t\tendif;\n\t}", "public function authorize()\n {\n if ( ! $this->getRelease()->belongsToYou()) {\n return false;\n }\n return true;\n }", "public function isprojectsupervisor()\n {\n return $this->hasuser() && $this->user()->isprojectsupervisor();\n }", "public function add(User $user)\n {\n return $user->role->can_add_post == 1;\n }", "public function is_developer() {\n\t\treturn $this->user->exists() && in_array(self::DEVELOPER_ROLE_NAME, $this->user->roles);\n\t}", "private function isUser() : bool\n {\n return $this->role('user');\n }", "public function isprojectstudent()\n {\n return $this->hasuser() && $this->user()->isprojectstudent();\n }", "public function authorize()\n {\n return Gate::allows('add_to_dos') ? true : false;\n }", "public function hasdeveloper()\n {\n return $this->hasuser() && $this->user()->isdeveloper();\n }", "function canAdd($user, $to_company) {\n return $user->isAdministrator() || $user->isPeopleManager() || $user->isCompanyManager($to_company);\n }", "public function canManageDevelopments();", "public function create($user) : bool\n {\n return true;\n }", "public function hasUser();", "private function checkinstallrequirement()\r\n\t{\r\n\t\t$userCount = Core_User::getUsers(array(), '', '', '', true);\r\n\t\t\r\n\r\n\t\t\r\n\t\tif($userCount > 0)\r\n\t\t\treturn false;\r\n\t\telse\r\n\t\t\treturn true;\r\n\t}", "public function authorize()\n {\n $project = \\App\\Project::find($this->request->get('project'));\n return $project && $project->isManager($this->user()->name);\n }", "public function isOwner(): bool {\n $f3 = \\Base::instance();\n\n return $f3->get('CURRENT_USER') && !is_null($this->owner) && $f3->get('CURRENT_USER') === $this->owner->id;\n }", "public function isAutoApproval ()\n {\n return $this->scopeConfig->isSetFlag(\n 'b2bregistration/approval/auto_approval',\n ScopeInterface::SCOPE_STORE\n );\n }", "public function isAuthorized($user) {\n if ($this->action === 'apply' || $this->action === 'saveProject'){\n if($user['role'] == 'student' || $user['role'] == 'staff'){\n return true; \n } \n }\n \n if ($this->action === 'applied' || $this->action === 'saved'){\n if($user['role'] == 'student' || $user['role'] == 'staff'){\n return true; \n }\n }\n \n if ($this->action === 'add' || $this->action === 'applicants') {\n if($user['role'] == 'research'){\n return true;\n }\n }\n \n if ($this->action === 'projects') {\n if($user['role'] == 'research'){\n return true;\n }\n }\n\n if (in_array($this->action, array('edit', 'delete'))) {\n $projectId = (int) $this->request->params['pass'][0];\n if ($this->Project->isOwnedBy($projectId, $user['id'])) {\n return true;\n }\n }\n\n return parent::isAuthorized($user);\n}", "public function authorize()\n {\n return Auth::user() && Auth::user()->hasPermissionTo('create-users');\n }", "public function canRenameAutomatically()\n\t{\n\t\tif (version_compare($this->version, '3.0.0', '=')\n\t\t\t&& file_exists(SYSPATH.'user/cache/mailing_list.zip'))\n\t\t{\n\t\t\treturn FALSE;\n\t\t}\n\n\t\tif ( ! empty($template_variables['error_messages']))\n\t\t{\n\t\t\treturn FALSE;\n\t\t}\n\n\t\treturn TRUE;\n\t}", "public function has_user_fundraiser()\n {\n return ( ! empty( $this->get_user_fundraiser() ) );\n }", "function iscreator ($userid=0) {\n global $CFG;\n\n if (empty($CFG->rolesactive)) {\n return false;\n }\n\n $context = get_context_instance(CONTEXT_SYSTEM);\n\n return (has_capability('moodle/legacy:coursecreator', $context, $userid, false)\n or has_capability('moodle/legacy:admin', $context, $userid, false));\n}", "public static function is_needed() {\n\t\treturn is_admin() || wp_doing_cron();\n\t}", "public static function allowUserSignUp()\n {\n return false;\n }", "public function isAvailableForUser()\n {\n $c_user = fx::user();\n $ib_visibility = isset($this['scope']['visibility']) ? $this['scope']['visibility'] : null;\n if (!$ib_visibility || $ib_visibility === 'all') {\n return true;\n }\n if ($ib_visibility === 'nobody') {\n return false;\n }\n if ($ib_visibility === 'admin' && !$c_user->isAdmin()) {\n return false;\n }\n if ($ib_visibility === 'user' && $c_user->isGuest()) {\n return false;\n }\n if ($ib_visibility === 'guest' && !$c_user->isGuest()) {\n return false;\n }\n return true;\n }", "public function register_user()\n {\n \n return true;\n \n }", "static function isTrackable()\n {\n if(!Auth::check())\n return true;\n $user = Auth::User();\n if(stristr($user->type, 'Employee') || stristr($user->type, 'Demo'))\n return false;\n return true;\n }", "function canAdd() {\r\n\t\t$user\t=& JFactory::getUser();\r\n\t\t$permission = FlexicontentHelperPerm::getPerm();\r\n\t\tif(!$permission->CanAdd) return false;\r\n\t\treturn true;\r\n\t}", "public function isCreator()\n {\n return $this->role == 2;\n }", "public function create(?User $user): bool\n {\n return optional($user)->isAdmin() || !optional($user)->isEndUser();\n }", "function hasKnown() {\n\t if (\\Idno\\Core\\site()->session()->currentUser()->known) {\n\t\treturn true;\n\t }\n\t return false;\n\t}", "static function canAddGlobal(User $user) {\n\t\t if ($user instanceof Subcontractor || $user instanceof Client) {\n\t\t\t return false;\n\t\t } // if\n\n\t\t return parent::canAddGlobal($user);\n\t }", "public function userCanSubmit() {\n\t\tglobal $content_isAdmin;\n\t\tif (!is_object(icms::$user)) return false;\n\t\tif ($content_isAdmin) return true;\n\t\t$user_groups = icms::$user->getGroups();\n\t\t$module = icms::handler(\"icms_module\")->getByDirname(basename(dirname(dirname(__FILE__))), TRUE);\n\t\treturn count(array_intersect($module->config['poster_groups'], $user_groups)) > 0;\n\t}", "function canRemoveFromProject($user, $project) {\n if($user->isProjectLeader($project)) {\n return false;\n } // if\n\n return $this->isProjectLeader($project) || $this->isPeopleManager() || $this->isAdministrator();\n }", "public function willGenerateAdd(): bool;", "function isProjectManager() {\n if($this->is_project_manager === null) {\n if($this->isAdministrator()) {\n $this->is_project_manager = true;\n } else {\n $this->is_project_manager = $this->getSystemPermission('project_management');\n } // if\n } // if\n return $this->is_project_manager;\n }", "public static function stageOne (User $user)\n {\n return true;\n }", "public function create(User $user)\n {\n if ($user->can('create_tasks')) {\n return true;\n }\n }", "public function getIsUserAttribute()\n {\n return $this->attributes['user_type'] == '3';\n }", "protected function isCurrentUser()\n {\n return ($this->credentials->check() && $this->credentials->getUser()->id == $this->wrappedObject->revisionable_id);\n }", "public function allow_auto_install()\n\t{\n\t\treturn TRUE;\n\t}", "function requiresAuth()\n {\n return parent::requiresAuth() ||\n $this->create || $this->delete;\n }", "public function is_needed() {\n\t\treturn $this->context->site_represents === 'company';\n\t}", "public function hasUser()\n {\n return $this->getUser() !== null;\n }", "public function setUp(User $user)\n {\n return $user->hasAccess('set-up-conference-permission');\n }", "public function isOwner()\n\t{\n\t\treturn is_null($this->CreatedBy) || $this->CreatedBy === Yii::app()->user->GUID;\n\t}", "public function store(User $user, Project $project)\n {\n if ($user->is_suspended) return false;\n\n // If EDIT call\n if ($project->exists) {\n // Check if $user is member\n // Project can't be locked or archived\n return $project->userIsMember($user) && $project->isActive();\n }\n\n return true;\n }", "function canChangeProjectPermissions($user, $project) {\n if($user->isProjectLeader($project) || $user->isProjectManager() || $user->isAdministrator()) {\n return false;\n } // if\n\n return $this->isProjectLeader($project) || $this->isPeopleManager() || $this->isAdministrator();\n }", "public function isOwner($user)\n {\n\n if ($this->m_role_created == $user->getId())\n return true;\n else\n return false;\n\n }", "function is() {\n global $_SESSION;\n if (! empty($_SESSION['payback']['user'])) return true;\n else return false;\n }", "public static function isInstalled(){\n\t\treturn !empty(\\GO::config()->db_user);\n\t}", "function canViewActivities($user) {\n \treturn $user->isAdministrator() || $user->isProjectManager();\n }", "private function _validate_user() {\n\t\treturn (current_user_can(\"edit_posts\") && current_user_can(\"edit_pages\") && !empty($this->buttons));\n\t}", "public function canUserAssignUsage()\n {\n $user = $this->getUser();\n\n return $user->isAdmin || \\in_array('tl_news::usage', $user->alexf, true);\n }", "public function beforeSave()\n {\n //Cannot edit role id == 1 because Supper Administrator access all permission\n $auth = Users::getCurrentUser();\n if ($this->is_super_admin == 1 && $auth['is_super_admin'] != 1) {\n return false;\n }\n return true;\n }", "public function hasUseradditem(){\n return $this->_has(24);\n }", "function can_submit_brief_project_proposal(ProjectRequest $projectRequest)\n {\n return in_array(auth()->user()->id, $projectRequest->projectRequestReceivers->pluck('receiver')->toArray());\n }", "public function addUser(User $user)\n {\n if($user->auth_id == 1)\n {\n return true;\n }\n return false;\n }", "public function create()\n {\n return isAdmin();\n }", "public function isConfiguredForThisStore()\n {\n return $this->getUsername() && $this->isEnabled();\n }", "public function create(User $user)\n {\n return ($user->poli != null);\n }", "public static function authorizable()\n {\n return true;\n }", "public function create(User $user)\n {\n return $user->hasAccess('create-announcement');\n }", "public function createdBy($user)\n {\n return ($this->author_id == $user) ? true : false;\n }", "function check_user() {\n\treturn false; // update allowed\n\treturn true; //no update allowed\n}", "public function isUserDefined()\n\t{\n\t\treturn true;\n\t}", "function canCreatePage() {\n return ($this->isAdmin() || ($this->userType == 'author'));\n }", "public function isSignupChecked()\n {\n $v = Mage::helper('budgetmailer/config')->getAdvancedCreateAccount();\n \n return \n Professio_BudgetMailer_Model_Config_Source_Account::HIDDENCHECKED\n == $v\n || Professio_BudgetMailer_Model_Config_Source_Account::CHECKED\n == $v;\n }", "public function create(User $user)\n {\n return config('mailcare.auth') && config('mailcare.automations');\n }", "public function isSystemUser(): bool\n {\n return $this->system;\n }", "public function create(User $user) : bool\n {\n return $user->isAdmin() || $user->hasPermission('create_user') || $user->hasPermission('create_all');\n }", "public function create(User $user): bool\n {\n return true;\n }", "public function create(User $user): bool\n {\n return true;\n }", "public function create(User $user)\n {\n return $user->hasRole('editor') || $user->hasRole('admin') ||\n $user->canDo('UPDATE_POLLS');\n }", "public function createForOthers(User $user)\n {\n return User::hasPermission('order.create-for-others');\n }", "public function isCurrentUserPreparedForPrerequisites()\n {\n if ($this->isCompletedByCurrentUser()) {\n return true;\n }\n\n if ($this->isCurrentUserPrepared()) {\n return true;\n }\n\n foreach ($this->getPrerequisites() as $p) {\n if (!$p->isCurrentUserPrepared()) {\n return false;\n }\n }\n\n return true;\n }", "public function isUser()\n\t{\n\t\tif( $this->permission != array_search( 'user', $this->permissions ) )\n\t\t\treturn false;\n\n\t\treturn true;\n\t}", "private function wf_user_permission(){\n\t\t$current_user = wp_get_current_user();\n\t\t$user_ok = false;\n\t\tif ($current_user instanceof WP_User) {\n\t\t\tif (in_array('administrator', $current_user->roles) || in_array('shop_manager', $current_user->roles)) {\n\t\t\t\t$user_ok = true;\n\t\t\t}\n\t\t}\n\t\treturn $user_ok;\n\t}", "public function authorize()\n {\n $accessor = $this->user();\n\n return $accessor->isAdmin() || $accessor->hasKey('post-users');\n }", "public function canManageUsers()\n {\n return true;\n }", "public function hasUser(): bool\n {\n return ! is_null($this->user);\n }", "public function isUserEvent()\n {\n return $this->baseEvent->isUserEvent();\n }", "private function usr(){\r\n\r\n if(defined(\"USER_ID\")){ return true;}else{return false;}\r\n\r\n }" ]
[ "0.6969866", "0.69488287", "0.6767225", "0.6289844", "0.6256219", "0.6183131", "0.6175795", "0.6166051", "0.6161071", "0.61585057", "0.61391586", "0.61328673", "0.61261135", "0.61255133", "0.6115374", "0.6114228", "0.60964096", "0.60844576", "0.60812944", "0.6054576", "0.6050846", "0.60484785", "0.60280305", "0.6008112", "0.5987655", "0.59671444", "0.5945091", "0.59410673", "0.59397763", "0.5939574", "0.59336233", "0.59108573", "0.5899229", "0.5897458", "0.5890196", "0.5877567", "0.5866628", "0.5864281", "0.58474517", "0.5845939", "0.5835385", "0.5832658", "0.58301765", "0.58249515", "0.58222586", "0.58157665", "0.580503", "0.58035207", "0.58033836", "0.5793439", "0.5792888", "0.57923687", "0.57896465", "0.5779998", "0.5779938", "0.5774917", "0.57713914", "0.5768358", "0.5760263", "0.5756582", "0.57500076", "0.5746106", "0.57396877", "0.57378596", "0.57370037", "0.57322496", "0.5731958", "0.57269275", "0.5720209", "0.5710143", "0.57097685", "0.5705079", "0.5704877", "0.57010627", "0.5699794", "0.56928146", "0.5690919", "0.5685893", "0.56811666", "0.567857", "0.5677249", "0.56728244", "0.56704766", "0.5669201", "0.5666872", "0.56625587", "0.5662073", "0.5653023", "0.565159", "0.565159", "0.5650528", "0.5644442", "0.56421924", "0.563866", "0.56372607", "0.5634429", "0.5631117", "0.5628892", "0.5628343", "0.56257415" ]
0.5680166
79
Whether the user should be automatically added to future projects.
public function setHasAccessToAllFutureProjects(?bool $hasAccessToAllFutureProjects): self { $this->initialized['hasAccessToAllFutureProjects'] = true; $this->hasAccessToAllFutureProjects = $hasAccessToAllFutureProjects; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function can_auto_create_users() {\n return (bool)$this->config['weautocreateusers'];\n }", "public static function userCreationAllowed(): bool\n {\n return self::isConfigured(self::ACTION_ADD_USER);\n }", "function is_project( $user )\n {\n //Unimplemented\n }", "public function canManageOwnDevelopments();", "public function isAllowedForUser(){\n\t\treturn true;\n\t}", "public function creator(User $user, Project $project): bool\n {\n return $project->creator->id === $user->id;\n }", "public function is_needed() {\n\t\tif ( ( $this->context->site_represents === 'person' ) || is_author() ) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}", "public function isCurrentUserPrepared()\n {\n if ($this->isCompletedByCurrentUser()) {\n return true;\n }\n\n foreach ($this->getPrerequisites() as $p) {\n if (!$p->isCompletedByCurrentUser()) {\n return false;\n }\n }\n\n return true;\n }", "function allow_create_users() {\n\t\treturn apply_filters( 'import_allow_create_users', true );\n\t}", "public function userHasCreatePermission(){\n//\t\tif(\\GO\\Base\\Model\\Acl::hasPermission($this->getPermissionLevel(),\\GO\\Base\\Model\\Acl::CREATE_PERMISSION)){\n//\t\t\treturn true;\n//\t\t}else \n\t\tif(\\GO::modules()->isInstalled('freebusypermissions')){\n\t\t\treturn \\GO\\Freebusypermissions\\FreebusypermissionsModule::hasFreebusyAccess(\\GO::user()->id, $this->user_id);\n\t\t} else {\n\t\t\treturn true;\n\t\t}\n\t}", "protected function creatingNewUser() {\n return ($this->request_exists('user_choice') && $this->request('user_choice') == 'new' );\n }", "public function add(User $user): bool {\n if ($user->is_super_admin) {\n return true;\n }else if ($user->tokenCan(['add-registrations-dev', 'add-registrations-stage', 'add-registrations-prod'])) {\n return true;\n }else {\n return false;\n }\n }", "function is_allowed_to_install() {\n\t\t\treturn ( $this->is_premium() || ! $this->is_org_repo_compliant() );\n\t\t}", "function ProjectTasksForUser(&$user) {\n\t\t$this->User =& $user;\n\t\treturn true;\n\t}", "function canAdd($user) {\n return $user->isPeopleManager();\n }", "public function authorizable(): bool\n {\n return false;\n }", "public static function isOwner(): bool\n\t{\n\t\tif(in_array( 'owner', self::getUserRole()) || in_array('administrator', self::getUserRole())) return true;\n\t\treturn false;\n\t}", "protected function is_first_time()\n\t{\n\t\tif ( !get_site_option( 'cur_from' ) && !get_site_option( 'confirm-user-registration' ) ) :\n\t\t\treturn TRUE;\n\t\telse :\n\t\t\treturn FALSE;\n\t\tendif;\n\t}", "public function authorize()\n {\n if ( ! $this->getRelease()->belongsToYou()) {\n return false;\n }\n return true;\n }", "public function isprojectsupervisor()\n {\n return $this->hasuser() && $this->user()->isprojectsupervisor();\n }", "public function add(User $user)\n {\n return $user->role->can_add_post == 1;\n }", "public function is_developer() {\n\t\treturn $this->user->exists() && in_array(self::DEVELOPER_ROLE_NAME, $this->user->roles);\n\t}", "private function isUser() : bool\n {\n return $this->role('user');\n }", "public function isprojectstudent()\n {\n return $this->hasuser() && $this->user()->isprojectstudent();\n }", "public function authorize()\n {\n return Gate::allows('add_to_dos') ? true : false;\n }", "public function hasdeveloper()\n {\n return $this->hasuser() && $this->user()->isdeveloper();\n }", "function canAdd($user, $to_company) {\n return $user->isAdministrator() || $user->isPeopleManager() || $user->isCompanyManager($to_company);\n }", "public function canManageDevelopments();", "public function create($user) : bool\n {\n return true;\n }", "public function hasUser();", "private function checkinstallrequirement()\r\n\t{\r\n\t\t$userCount = Core_User::getUsers(array(), '', '', '', true);\r\n\t\t\r\n\r\n\t\t\r\n\t\tif($userCount > 0)\r\n\t\t\treturn false;\r\n\t\telse\r\n\t\t\treturn true;\r\n\t}", "public function authorize()\n {\n $project = \\App\\Project::find($this->request->get('project'));\n return $project && $project->isManager($this->user()->name);\n }", "public function isOwner(): bool {\n $f3 = \\Base::instance();\n\n return $f3->get('CURRENT_USER') && !is_null($this->owner) && $f3->get('CURRENT_USER') === $this->owner->id;\n }", "public function isAutoApproval ()\n {\n return $this->scopeConfig->isSetFlag(\n 'b2bregistration/approval/auto_approval',\n ScopeInterface::SCOPE_STORE\n );\n }", "public function isAuthorized($user) {\n if ($this->action === 'apply' || $this->action === 'saveProject'){\n if($user['role'] == 'student' || $user['role'] == 'staff'){\n return true; \n } \n }\n \n if ($this->action === 'applied' || $this->action === 'saved'){\n if($user['role'] == 'student' || $user['role'] == 'staff'){\n return true; \n }\n }\n \n if ($this->action === 'add' || $this->action === 'applicants') {\n if($user['role'] == 'research'){\n return true;\n }\n }\n \n if ($this->action === 'projects') {\n if($user['role'] == 'research'){\n return true;\n }\n }\n\n if (in_array($this->action, array('edit', 'delete'))) {\n $projectId = (int) $this->request->params['pass'][0];\n if ($this->Project->isOwnedBy($projectId, $user['id'])) {\n return true;\n }\n }\n\n return parent::isAuthorized($user);\n}", "public function authorize()\n {\n return Auth::user() && Auth::user()->hasPermissionTo('create-users');\n }", "public function canRenameAutomatically()\n\t{\n\t\tif (version_compare($this->version, '3.0.0', '=')\n\t\t\t&& file_exists(SYSPATH.'user/cache/mailing_list.zip'))\n\t\t{\n\t\t\treturn FALSE;\n\t\t}\n\n\t\tif ( ! empty($template_variables['error_messages']))\n\t\t{\n\t\t\treturn FALSE;\n\t\t}\n\n\t\treturn TRUE;\n\t}", "public function has_user_fundraiser()\n {\n return ( ! empty( $this->get_user_fundraiser() ) );\n }", "function iscreator ($userid=0) {\n global $CFG;\n\n if (empty($CFG->rolesactive)) {\n return false;\n }\n\n $context = get_context_instance(CONTEXT_SYSTEM);\n\n return (has_capability('moodle/legacy:coursecreator', $context, $userid, false)\n or has_capability('moodle/legacy:admin', $context, $userid, false));\n}", "public static function is_needed() {\n\t\treturn is_admin() || wp_doing_cron();\n\t}", "public static function allowUserSignUp()\n {\n return false;\n }", "public function isAvailableForUser()\n {\n $c_user = fx::user();\n $ib_visibility = isset($this['scope']['visibility']) ? $this['scope']['visibility'] : null;\n if (!$ib_visibility || $ib_visibility === 'all') {\n return true;\n }\n if ($ib_visibility === 'nobody') {\n return false;\n }\n if ($ib_visibility === 'admin' && !$c_user->isAdmin()) {\n return false;\n }\n if ($ib_visibility === 'user' && $c_user->isGuest()) {\n return false;\n }\n if ($ib_visibility === 'guest' && !$c_user->isGuest()) {\n return false;\n }\n return true;\n }", "public function register_user()\n {\n \n return true;\n \n }", "static function isTrackable()\n {\n if(!Auth::check())\n return true;\n $user = Auth::User();\n if(stristr($user->type, 'Employee') || stristr($user->type, 'Demo'))\n return false;\n return true;\n }", "function canAdd() {\r\n\t\t$user\t=& JFactory::getUser();\r\n\t\t$permission = FlexicontentHelperPerm::getPerm();\r\n\t\tif(!$permission->CanAdd) return false;\r\n\t\treturn true;\r\n\t}", "public function isCreator()\n {\n return $this->role == 2;\n }", "public function create(?User $user): bool\n {\n return optional($user)->isAdmin() || !optional($user)->isEndUser();\n }", "function hasKnown() {\n\t if (\\Idno\\Core\\site()->session()->currentUser()->known) {\n\t\treturn true;\n\t }\n\t return false;\n\t}", "static function canAddGlobal(User $user) {\n\t\t if ($user instanceof Subcontractor || $user instanceof Client) {\n\t\t\t return false;\n\t\t } // if\n\n\t\t return parent::canAddGlobal($user);\n\t }", "public function userCanSubmit() {\n\t\tglobal $content_isAdmin;\n\t\tif (!is_object(icms::$user)) return false;\n\t\tif ($content_isAdmin) return true;\n\t\t$user_groups = icms::$user->getGroups();\n\t\t$module = icms::handler(\"icms_module\")->getByDirname(basename(dirname(dirname(__FILE__))), TRUE);\n\t\treturn count(array_intersect($module->config['poster_groups'], $user_groups)) > 0;\n\t}", "function canRemoveFromProject($user, $project) {\n if($user->isProjectLeader($project)) {\n return false;\n } // if\n\n return $this->isProjectLeader($project) || $this->isPeopleManager() || $this->isAdministrator();\n }", "public function willGenerateAdd(): bool;", "function isProjectManager() {\n if($this->is_project_manager === null) {\n if($this->isAdministrator()) {\n $this->is_project_manager = true;\n } else {\n $this->is_project_manager = $this->getSystemPermission('project_management');\n } // if\n } // if\n return $this->is_project_manager;\n }", "public static function stageOne (User $user)\n {\n return true;\n }", "public function create(User $user)\n {\n if ($user->can('create_tasks')) {\n return true;\n }\n }", "public function getIsUserAttribute()\n {\n return $this->attributes['user_type'] == '3';\n }", "protected function isCurrentUser()\n {\n return ($this->credentials->check() && $this->credentials->getUser()->id == $this->wrappedObject->revisionable_id);\n }", "public function allow_auto_install()\n\t{\n\t\treturn TRUE;\n\t}", "function requiresAuth()\n {\n return parent::requiresAuth() ||\n $this->create || $this->delete;\n }", "public function is_needed() {\n\t\treturn $this->context->site_represents === 'company';\n\t}", "public function hasUser()\n {\n return $this->getUser() !== null;\n }", "public function setUp(User $user)\n {\n return $user->hasAccess('set-up-conference-permission');\n }", "public function isOwner()\n\t{\n\t\treturn is_null($this->CreatedBy) || $this->CreatedBy === Yii::app()->user->GUID;\n\t}", "public function store(User $user, Project $project)\n {\n if ($user->is_suspended) return false;\n\n // If EDIT call\n if ($project->exists) {\n // Check if $user is member\n // Project can't be locked or archived\n return $project->userIsMember($user) && $project->isActive();\n }\n\n return true;\n }", "function canChangeProjectPermissions($user, $project) {\n if($user->isProjectLeader($project) || $user->isProjectManager() || $user->isAdministrator()) {\n return false;\n } // if\n\n return $this->isProjectLeader($project) || $this->isPeopleManager() || $this->isAdministrator();\n }", "public function isOwner($user)\n {\n\n if ($this->m_role_created == $user->getId())\n return true;\n else\n return false;\n\n }", "function is() {\n global $_SESSION;\n if (! empty($_SESSION['payback']['user'])) return true;\n else return false;\n }", "public static function isInstalled(){\n\t\treturn !empty(\\GO::config()->db_user);\n\t}", "function canViewActivities($user) {\n \treturn $user->isAdministrator() || $user->isProjectManager();\n }", "private function _validate_user() {\n\t\treturn (current_user_can(\"edit_posts\") && current_user_can(\"edit_pages\") && !empty($this->buttons));\n\t}", "public function canUserAssignUsage()\n {\n $user = $this->getUser();\n\n return $user->isAdmin || \\in_array('tl_news::usage', $user->alexf, true);\n }", "public function beforeSave()\n {\n //Cannot edit role id == 1 because Supper Administrator access all permission\n $auth = Users::getCurrentUser();\n if ($this->is_super_admin == 1 && $auth['is_super_admin'] != 1) {\n return false;\n }\n return true;\n }", "public function hasUseradditem(){\n return $this->_has(24);\n }", "function can_submit_brief_project_proposal(ProjectRequest $projectRequest)\n {\n return in_array(auth()->user()->id, $projectRequest->projectRequestReceivers->pluck('receiver')->toArray());\n }", "public function addUser(User $user)\n {\n if($user->auth_id == 1)\n {\n return true;\n }\n return false;\n }", "public function create()\n {\n return isAdmin();\n }", "public function isConfiguredForThisStore()\n {\n return $this->getUsername() && $this->isEnabled();\n }", "public function create(User $user)\n {\n return ($user->poli != null);\n }", "public static function authorizable()\n {\n return true;\n }", "public function getHasAccessToAllFutureProjects(): ?bool\n {\n return $this->hasAccessToAllFutureProjects;\n }", "public function create(User $user)\n {\n return $user->hasAccess('create-announcement');\n }", "public function createdBy($user)\n {\n return ($this->author_id == $user) ? true : false;\n }", "function check_user() {\n\treturn false; // update allowed\n\treturn true; //no update allowed\n}", "public function isUserDefined()\n\t{\n\t\treturn true;\n\t}", "function canCreatePage() {\n return ($this->isAdmin() || ($this->userType == 'author'));\n }", "public function isSignupChecked()\n {\n $v = Mage::helper('budgetmailer/config')->getAdvancedCreateAccount();\n \n return \n Professio_BudgetMailer_Model_Config_Source_Account::HIDDENCHECKED\n == $v\n || Professio_BudgetMailer_Model_Config_Source_Account::CHECKED\n == $v;\n }", "public function create(User $user)\n {\n return config('mailcare.auth') && config('mailcare.automations');\n }", "public function isSystemUser(): bool\n {\n return $this->system;\n }", "public function create(User $user) : bool\n {\n return $user->isAdmin() || $user->hasPermission('create_user') || $user->hasPermission('create_all');\n }", "public function create(User $user): bool\n {\n return true;\n }", "public function create(User $user): bool\n {\n return true;\n }", "public function create(User $user)\n {\n return $user->hasRole('editor') || $user->hasRole('admin') ||\n $user->canDo('UPDATE_POLLS');\n }", "public function createForOthers(User $user)\n {\n return User::hasPermission('order.create-for-others');\n }", "public function isCurrentUserPreparedForPrerequisites()\n {\n if ($this->isCompletedByCurrentUser()) {\n return true;\n }\n\n if ($this->isCurrentUserPrepared()) {\n return true;\n }\n\n foreach ($this->getPrerequisites() as $p) {\n if (!$p->isCurrentUserPrepared()) {\n return false;\n }\n }\n\n return true;\n }", "public function isUser()\n\t{\n\t\tif( $this->permission != array_search( 'user', $this->permissions ) )\n\t\t\treturn false;\n\n\t\treturn true;\n\t}", "private function wf_user_permission(){\n\t\t$current_user = wp_get_current_user();\n\t\t$user_ok = false;\n\t\tif ($current_user instanceof WP_User) {\n\t\t\tif (in_array('administrator', $current_user->roles) || in_array('shop_manager', $current_user->roles)) {\n\t\t\t\t$user_ok = true;\n\t\t\t}\n\t\t}\n\t\treturn $user_ok;\n\t}", "public function authorize()\n {\n $accessor = $this->user();\n\n return $accessor->isAdmin() || $accessor->hasKey('post-users');\n }", "public function canManageUsers()\n {\n return true;\n }", "public function hasUser(): bool\n {\n return ! is_null($this->user);\n }", "public function isUserEvent()\n {\n return $this->baseEvent->isUserEvent();\n }", "private function usr(){\r\n\r\n if(defined(\"USER_ID\")){ return true;}else{return false;}\r\n\r\n }" ]
[ "0.6969866", "0.69488287", "0.6767225", "0.6289844", "0.6256219", "0.6183131", "0.6175795", "0.6166051", "0.6161071", "0.61585057", "0.61391586", "0.61328673", "0.61261135", "0.61255133", "0.6115374", "0.6114228", "0.60964096", "0.60844576", "0.60812944", "0.6054576", "0.6050846", "0.60484785", "0.60280305", "0.6008112", "0.5987655", "0.59671444", "0.5945091", "0.59410673", "0.59397763", "0.5939574", "0.59336233", "0.59108573", "0.5899229", "0.5897458", "0.5890196", "0.5877567", "0.5866628", "0.5864281", "0.58474517", "0.5845939", "0.5835385", "0.5832658", "0.58301765", "0.58249515", "0.58222586", "0.58157665", "0.580503", "0.58035207", "0.58033836", "0.5793439", "0.5792888", "0.57923687", "0.57896465", "0.5779998", "0.5779938", "0.5774917", "0.57713914", "0.5768358", "0.5760263", "0.5756582", "0.57500076", "0.5746106", "0.57396877", "0.57378596", "0.57370037", "0.57322496", "0.5731958", "0.57269275", "0.5720209", "0.5710143", "0.57097685", "0.5705079", "0.5704877", "0.57010627", "0.5699794", "0.56928146", "0.5690919", "0.5685893", "0.56811666", "0.5680166", "0.567857", "0.5677249", "0.56728244", "0.56704766", "0.5669201", "0.5666872", "0.56625587", "0.5662073", "0.5653023", "0.565159", "0.565159", "0.5650528", "0.5644442", "0.56421924", "0.563866", "0.56372607", "0.5634429", "0.5631117", "0.5628892", "0.5628343", "0.56257415" ]
0.0
-1
Whether the user is a contractor or an employee.
public function getIsContractor(): ?bool { return $this->isContractor; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "static function isEmployee()\n {\n if(!Auth::check())\n return false;\n $user = Auth::User();\n if(stristr($user->type, 'Employee'))\n return true;\n return false;\n }", "public function isEmployee()\n {\n return (\\Auth::user()->role == 'employee');\n }", "public static function isEmployee(): bool\n\t{\n\t if(in_array('employee', self::getUserRole()) || in_array('administrator', self::getUserRole())) return true;\n\t return false;\n\t}", "public function isEmployee()\n {\n $roles = $this->roles->toArray();\n return !empty($roles);\n }", "public function isEmployee()\n\t{\n\t\t$roles = $this->roles->toArray();\n\t\treturn !empty($roles);\n\t}", "public function isEmployee()\n {\n $roles = $this->roles->toArray();\n return !empty($roles);\n }", "public function isEmployee(){\n if(isset($this->staffId)){\n return TRUE;\n }\n else{\n return FALSE;\n }\n }", "function canEdit(User $user) {\n return $user->isFinancialManager();\n }", "function canEdit($user) {\n return $user->isCompanyManager($this);\n }", "public function getIsUserAttribute()\n {\n return $this->attributes['user_type'] == '3';\n }", "function validateUser($currentUser, $currentUserType){\n return $currentUserType==\"applicant\";\n }", "public function isOwner($item)\n {\n $roles = Session::get('roles');\n $userId = Auth::user()->externalId;\n\n $result = !empty(array_intersect($roles, ['Administrator','Accounting','Developer']));\n if ($result || in_array($userId,['34',\"55\",'155'])) { // allow mikker to see all forms\n return true;\n }\n\n //remove the user role. we don't care about it\n $roles = array_diff($roles, array('User'));\n $roles = array_values($roles);\n\n switch ($roles[0]){\n case \"Client Manager\":\n return $item->ClientAlias->Client->ClientManager_Id == null? true: $userId ? true:false;\n break;\n case \"Adwords\":\n case \"SEO\":\n // loop through all contracts and find if he has a contract assigned to him\n $owner = false;\n if(is_array($item->Contract)){\n foreach ($item->Contract as $contract){\n if($contract->Manager_Id == $userId){\n $owner = true;\n break;\n }\n }\n }\n return $owner;\n break;\n case \"Sales\":\n return $item->ClientAlias->User_Id == $userId ? true:false;\n break;\n default :\n break;\n }\n //default, we deny.\n return false;\n }", "private function isUser() : bool\n {\n return $this->role('user');\n }", "public function isAssignee(UserInterface $user);", "public function isOwner($user)\n {\n\n if ($this->m_role_created == $user->getId())\n return true;\n else\n return false;\n\n }", "function isOwner() {\n if($this->is_owner === null) {\n $company = $this->getCompany();\n $this->is_owner = instance_of($company, 'Company') ? $company->getIsOwner() : false;\n } // if\n return $this->is_owner;\n }", "public function userIsProfessor($user_id){\n $user_temp = Users::find($user_id);\n return !empty($user_id) && $user_temp && $user_temp['type'] == 1;\n }", "public function userIsProfessor($user_id){\n $user_temp = Users::find($user_id);\n return !empty($user_id) && $user_temp && $user_temp['type'] == 1;\n }", "public function viewAny(User $user)\n {\n return $user->role == 'admin' || $user->role == 'employee';\n }", "public function view(User $user, Appoientment $appoientment)\n {\n return $user->type == User::ADMIN_TYPE || $user->type == User::SUPERVISOR_TYPE;\n }", "function canEdit($user) {\n if($user->getId() == $this->getId()) {\n return true; // user can change his own account\n } // if\n\n return $user->isCompanyManager($this->getCompany());\n }", "public function create(User $user)\n {\n return $user->isCustomerServiceOfficer() || $user->isCustomerServiceManagement();\n }", "function isUser(){\n\t\tif(isset($_SESSION['type']) && $_SESSION['type']=='user')\n\t\t\treturn true;\n\t\telse\n\t\t\treturn false;\n\t}", "private function isUserMode($user=null)\n {\n $isUserMode = false;\n $acronym = isset($_SESSION['user']) ? $_SESSION['user']->acronym : null;\n if (isset($acronym)) {\n if (isset($user)) {\n if ((strcmp ($acronym , 'admin') === 0) || (strcmp ($acronym , $user) === 0)) {\n $isUserMode = true;\n }\n } else {\n $isUserMode = true;\n }\n }\n\n return $isUserMode;\n }", "public function isDoorman()\n {\n return ($this->type === User::DOORMAN_USER);\n }", "public function isOwnedBy(UserInterface $user);", "public function isRepresentative ( $company, $userId )\n\t{\n\n\t\t$return = false;\n\n\t\t$data = $this->database->query( array(\n\t\t\t\t'name'\t\t => 'getCompany',\n\t\t\t\t'type'\t\t => 'mysql',\n\t\t\t\t'operation'\t => 'select',\n\t\t\t\t'table'\t\t => 'company',\n\t\t\t\t'where'\t\t => array(\n\t\t\t\t\t'company_id' => $company\n\t\t\t\t)\n\t\t\t) )->fetch()[ 'getCompany' ];\n\n\t\tif ( $data )\n\t\t{\n\t\t\t$return = is_string( stristr( $data[ 'user_id' ], $userId ) );\n\t\t}\n\n\t\treturn $return;\n\t}", "public function isContractor()\n\t{\n\t\treturn ($this->flags & self::CONTRACTOR) == self::CONTRACTOR;\n\t}", "public function getIsClientAttribute()\n {\n return $this->attributes['user_type'] == '2';\n }", "public function validate(&$user)\n\t\t{\n\n\t\t\tif ( $user->get_detail ( clientes_todos ) == 1 )\n\t\t\t\treturn true;\n\n\t\t\treturn $user->get_detail(salesrep_id) == $this->get_detail(salesrep_id);\n\t\t}", "public function isUserAssignable()\r\n {\r\n return strpos($this->assignRole,'ROLE_USER') !== false ? true : false;\r\n }", "public function isEqualTo(UserInterface $user): bool;", "public static function isUser(){\n if(isset($_SESSION['role'])) {\n $status = Validation::Nettoyer_string($_SESSION['role']);\n if($status==\"user\"){\n return \"user\";\n } else {\n return \"visiteur\";\n }\n }else{\n return \"visiteur\";\n }\n }", "function isTicketter()\n {\n if($this->role != ROLE_ADMIN || $this->role != ROLE_MANAGER) { return true; }\n else {return false; }\n \n }", "public function viewAny(User $user)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "public function viewAny(User $user)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "function is_user( $user )\n {\n //Unimplemented\n }", "function canView($user) {\n if($this->isOwner()) {\n return true;\n } // if\n \n return in_array($this->getId(), $user->visibleCompanyIds());\n }", "public function isCustomerUser() {\n\t\t\treturn $this->customerid != null && $this->customerid != 0;\n\t\t}", "public function isUserManager()\n\t{\n\t\treturn (Bn::getValue('user_type') == 'M');\n\t}", "public function isAccountant()\n {\n return (\\Auth::user()->role == 'accountant');\n }", "public function create(User $user)\n {\n return Organization::find(request()->organization_id)->user_id == $user->id && $user->role == 'employer';\n }", "public function isOwner(): bool {\n $f3 = \\Base::instance();\n\n return $f3->get('CURRENT_USER') && !is_null($this->owner) && $f3->get('CURRENT_USER') === $this->owner->id;\n }", "public function authorize()\n {\n return Auth::check() && Auth::user()->is_contractor;\n }", "function is_manager($user)\n{\n return is_array($user->roles) && in_array('manager', $user->roles);\n}", "public function isAdminOrOwner($user_id)\n\t{\n\t\t$user = User::model()->findByPk($user_id);\n\t\tif ($user !== null)\n\t\t{\n\t\t\treturn $user->isAdmin() ||\n\t\t\t($user->canCreateAdventure() && $user_id == $this->createdBy)\n\t\t\t;\n\t\t}\n\t\treturn false;\n\t}", "private function isUserMode()\n {\n $isAdminMode = false;\n $acronym = isset($_SESSION['user']) ? $_SESSION['user']->acronym : null;\n if (isset($acronym)) {\n $isAdminMode = true;\n }\n\n return $isAdminMode;\n }", "public function isTicketter()\n {\n if ($this->role != ROLE_ADMIN || $this->role != ROLE_MANAGER) {\n return true;\n } else {\n return false;\n }\n }", "abstract protected function isSocialUser($type);", "public function authorize()\n {\n return Auth::user()->hasRole('employee');\n }", "public function isUser()\n\t{\n\t\tif( $this->permission != array_search( 'user', $this->permissions ) )\n\t\t\treturn false;\n\n\t\treturn true;\n\t}", "public static function isOwner(): bool\n\t{\n\t\tif(in_array( 'owner', self::getUserRole()) || in_array('administrator', self::getUserRole())) return true;\n\t\treturn false;\n\t}", "public function authorize()\n // can access chef member who is 'logined' and 'chefprofile null === false'\n {\n $loginedUser = Auth::user();\n\n return $loginedUser->user_type === 'chef' && (\n\n is_null($loginedUser->chef) === false\n );\n }", "public function create(User $user)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "public function create(User $user)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "function isUsuario() {\n if (\\Illuminate\\Support\\Facades\\Auth::user()->rol_id == 3) {\n return true;\n } else {\n return false;\n }\n }", "public function authorize()\n {\n $user = \\Auth::getUser();\n\n return $user->user_type == 1;\n }", "function is_accountant($user)\n{\n return is_array($user->roles) && in_array('accountant', $user->roles);\n}", "function is_auditor($user)\n{\n return is_array($user->roles) && in_array('auditor', $user->roles);\n}", "public function isOwnedBy($user)\n {\n if (($user === null) || ($user->user_id === null)) {\n return false;\n } else {\n return ($user->user_id === $this->user_id);\n }\n }", "public function hasGotSupervisor($userid)\n {\n return is_object(R::findOne('finalchoice', 'user_id=? AND supervisor_id IS NOT NULL', [$userid]));\n }", "public function isUserOrGroupSet() {}", "public function issupervisor($userid)\n {\n return is_object(R::findOne('role', 'user_id = ? AND rolename_id = ?', [$userid, '6']));\n }", "public function view(User $user, AreaPricing $area_pricing)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "public function IsApplicable(User $oUser = null);", "public function isOwner()\n\t{\n\t\treturn is_null($this->CreatedBy) || $this->CreatedBy === Yii::app()->user->GUID;\n\t}", "public function is($user) {\n if (is_null($user)) return false;\n \n return $this->username == $user->username;\n }", "public function isParticipant(UserInterface $user);", "public function hasUser();", "function is_user_allowed($user, $permission){\n\n \tif($permission == PERMISSION_LOGIN){\n \t\tif($user->is_surveyor == TRUE\n \t\t\t\t&& $user->is_supervisor == FALSE\n \t\t\t\t&& $user->is_manager == FALSE\n \t\t\t\t&& $user->is_general_manager == FALSE\n \t\t\t\t&& $user->is_admin == FALSE){\n \t\t\treturn FALSE;\n \t\t}\n \t}else if($permission == PERMISSION_ADD_SURVEYOR\n \t\t\t|| $permission == PERMISSION_EDIT_SURVEYOR\n \t\t\t|| $permission == PERMISSION_DELETE_SURVEYOR\n \t\t\t|| $permission == PERMISSION_DETAIL_SURVEYOR){\n \t\treturn $user->is_admin;\n \t}\n\n \treturn TRUE;\n }", "public function isEmployerStatus(): bool\n {\n $statuses = collect(self::STATUS)\n ->filter(function(string $status) {\n return starts_with($status, 'employer_');\n });\n\n return $statuses->contains($this->status);\n }", "protected function isAuthor() {\n return $this->getSocialUser() &&\n $this->getSocialUser()->ID === (int)$this->connectObj->CreatedBySocialUser->ID;\n }", "function canAdd($user, $to_company) {\n return $user->isAdministrator() || $user->isPeopleManager() || $user->isCompanyManager($to_company);\n }", "public function viewAny(User $user)\n {\n return $user->type == User::ADMIN_TYPE || $user->type == User::SUPERVISOR_TYPE;\n }", "function canDelete($user) {\n if($this->isOwner() || $user->getCompanyId() == $this->getId()) {\n return false; // Owner company cannot be deleted. Also, user cannot delete company he belongs to\n } // if\n return $user->isPeopleManager();\n }", "public function isOwnedBy($user)\n {\n if (($entry = $this->getEntry())) {\n return $entry->isOwnedBy($user);\n } else {\n return false;\n }\n }", "public function authorize()\n {\n return (Auth::user()->type === User::VENDEDOR);\n }", "public static function checkIfMentor($user){\n\t\tif ($user->is_mentor == 1){\n\t\t\treturn true;\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t}", "public function isViewable($user = null)\n {\n if (!$user) {\n $user = User::getLoggedInUser();\n }\n\n if ($user->isInstructor()) {\n //Instructors must have order accounts permissions and belong to the program for this order\n $viewable = $user->hasPermission(\"Order Accounts\");\n $viewable = $viewable && ($user->getProgramId() == $this->program->id);\n } else {\n //Students can only look at their own order\n $viewable = $this->individual_purchase;\n $viewable = $viewable && ($this->user->id == $user->id);\n }\n\n\n return $viewable;\n }", "public function viewAny(User $user)\n {\n // a user that is referrenced in the company table by id is an admin and can view all records\n $role = Role::find($user->role_id);\n return $role->name === 'Admin';\n }", "static function canAdd(User $user, Calendar $calendar) {\n\t\t if ($user instanceof Subcontractor || $user instanceof Client) {\n\t\t\t return false;\n\t\t } // if\n\n\t\t return parent::canAdd($user, $calendar);\n\t }", "public function isUserClub()\n\t{\n\t\t$q = new BN_query('rights');\n\t\t$q->addTable('assocs', 'rght_themeid = asso_id');\n\t\t$q->addField('count(*)');\n\t\t$q->addWhere('rght_theme = ' . THEME_ASSOS);\n\t\t$q->addWhere(\"rght_status ='\" . AUTH_MANAGER . \"'\");\n\t\t$q->addWhere('rght_userid =' . Bn::getValue('user_id', -1));\n\t\t$nb = $q->getFirst();\n\t\treturn (Bn::getValue('user_type') == AUTH_ASSO || $nb);\n\t}", "public function edit(User $user, $user_entity) : bool\n {\n $company_user = CompanyUser::whereUserId($user->id)->AuthCompany()->first();\n\n return $user->isAdmin() && $company_user;\n }", "public function hasuser()\n {\n return is_object($this->luser);\n }", "public function isMember()\n {\n return $this->role == 3;\n }", "public function OtherUser(User $user)\n {\n if($user->auth_id == 2)\n {\n return true;\n }\n return false;\n }", "public function isParticipant()\n {\n if($this->hasRole('Participant'))\n return true;\n else\n return false;\n }", "public function canExecute($action, $user){\n return $user != null && (Security::is_dairy($user) || $user->is_veterinary());\n }", "public function is_author() {\n global $USER;\n return ($USER->id == $this->_authorid);\n }", "public function isOwner()\n {\n return (\\Auth::check() and \\Auth::user()->id == $this->id);\n }", "public function isOwner()\n {\n return $this->affiliation == self::AFFILIATION_OWNER;\n }", "public static function canDisplayContractorTypesMenu()\n\t{\n\t\treturn PermissionValidator::hasPermission(PermissionConstants::VIEW_CONTRACTOR_TYPE);\n\t}", "public function isStudent()\n\t{\n\t\treturn $this->isUser() && $this->user->getIsStudent();\n\t}", "public static function access(User $user)\n {\n // Администратор\n $is_admin = ($user->account->role->name == 'admin') ? true : false;\n\n // Курьер\n $is_courier = ($user->account->role->name == 'courier') ? true : false;\n \n return ($is_admin || $is_courier);\n }", "public function create(User $user)\n {\n return $user->type == User::ADMIN_TYPE || $user->type == User::SUPERVISOR_TYPE;\n }", "public static function canDisplayContractorsMenu()\n\t{\n\t\treturn PermissionValidator::hasPermission(PermissionConstants::VIEW_CONTRACTOR);\n\t}", "public function viewAny(User $user)\n {\n # se o usuário pertence a alguma fila\n if ($user->filas()->wherePivot('funcao', 'Gerente')->count()) {\n return true;\n }\n\n # se o usuário é gerente de algum setor\n if ($user->setores()->wherePivot('funcao', 'Gerente')->count()) {\n return true;\n }\n\n # para admins\n if (Gate::allows('perfiladmin')) {\n return true;\n }\n }", "public function create(User $user)\n {\n return $user->isAdmin()\n || $user->isChair()\n || $user->isCaptain();\n }", "public function isAuthor(User $user = null)\n {\n return $user->getEmail() == $this->getAuthorEmail();\n }", "function is_user_opted_in( ?WP_User $user = null ) : ?bool {\n\tif ( ! $user ) {\n\t\t$user = wp_get_current_user();\n\t}\n\tif ( ! $user->exists() ) {\n\t\treturn null;\n\t}\n\n\t$did_opt_in = get_user_meta( $user->ID, META_OPT_IN, true );\n\n\tif ( $did_opt_in === '' ) {\n\t\treturn null;\n\t}\n\n\treturn intval( $did_opt_in ) === 1;\n}", "public function userAccessible($employee, $self = 0) {\n\t\t$auth_user = \\Auth::user();\n\t\tif ($self && $employee->id == $auth_user->Employee->id) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn in_array($employee->id, $this->getAccessibleEmployeeId()) ? true : false;\n\t}" ]
[ "0.7352465", "0.7207462", "0.68899715", "0.6690852", "0.6568308", "0.64714617", "0.64645416", "0.64232475", "0.64177823", "0.63612634", "0.6347091", "0.62668294", "0.62507993", "0.61558646", "0.61419773", "0.61069214", "0.6103447", "0.6103447", "0.60649955", "0.6021482", "0.6011999", "0.60050434", "0.6000904", "0.5990433", "0.5988096", "0.5959342", "0.595407", "0.5949155", "0.5949054", "0.5945573", "0.59407926", "0.5937139", "0.5929393", "0.59227455", "0.59115726", "0.59115726", "0.59106743", "0.5889968", "0.5888992", "0.58885294", "0.5877534", "0.5875525", "0.58717096", "0.58559257", "0.583197", "0.5817799", "0.58105356", "0.5808957", "0.5798626", "0.57951653", "0.57940006", "0.57934934", "0.5789557", "0.57853293", "0.57853293", "0.5768749", "0.5768002", "0.57543415", "0.5749693", "0.5735586", "0.5732938", "0.5720511", "0.5716165", "0.5714427", "0.5711344", "0.570141", "0.56991196", "0.569749", "0.5695187", "0.569403", "0.56865233", "0.5681622", "0.56797117", "0.5679001", "0.5677358", "0.56737775", "0.56726307", "0.56685513", "0.56652135", "0.5664132", "0.565791", "0.56567055", "0.56329507", "0.5626811", "0.56256175", "0.56218755", "0.5619975", "0.5619659", "0.5588116", "0.5586282", "0.55851185", "0.5582466", "0.5581511", "0.5570194", "0.556155", "0.55534995", "0.55503666", "0.5547377", "0.55319774", "0.55295897", "0.5525002" ]
0.0
-1
Whether the user is a contractor or an employee.
public function setIsContractor(?bool $isContractor): self { $this->initialized['isContractor'] = true; $this->isContractor = $isContractor; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "static function isEmployee()\n {\n if(!Auth::check())\n return false;\n $user = Auth::User();\n if(stristr($user->type, 'Employee'))\n return true;\n return false;\n }", "public function isEmployee()\n {\n return (\\Auth::user()->role == 'employee');\n }", "public static function isEmployee(): bool\n\t{\n\t if(in_array('employee', self::getUserRole()) || in_array('administrator', self::getUserRole())) return true;\n\t return false;\n\t}", "public function isEmployee()\n {\n $roles = $this->roles->toArray();\n return !empty($roles);\n }", "public function isEmployee()\n\t{\n\t\t$roles = $this->roles->toArray();\n\t\treturn !empty($roles);\n\t}", "public function isEmployee()\n {\n $roles = $this->roles->toArray();\n return !empty($roles);\n }", "public function isEmployee(){\n if(isset($this->staffId)){\n return TRUE;\n }\n else{\n return FALSE;\n }\n }", "function canEdit(User $user) {\n return $user->isFinancialManager();\n }", "function canEdit($user) {\n return $user->isCompanyManager($this);\n }", "public function getIsUserAttribute()\n {\n return $this->attributes['user_type'] == '3';\n }", "function validateUser($currentUser, $currentUserType){\n return $currentUserType==\"applicant\";\n }", "public function isOwner($item)\n {\n $roles = Session::get('roles');\n $userId = Auth::user()->externalId;\n\n $result = !empty(array_intersect($roles, ['Administrator','Accounting','Developer']));\n if ($result || in_array($userId,['34',\"55\",'155'])) { // allow mikker to see all forms\n return true;\n }\n\n //remove the user role. we don't care about it\n $roles = array_diff($roles, array('User'));\n $roles = array_values($roles);\n\n switch ($roles[0]){\n case \"Client Manager\":\n return $item->ClientAlias->Client->ClientManager_Id == null? true: $userId ? true:false;\n break;\n case \"Adwords\":\n case \"SEO\":\n // loop through all contracts and find if he has a contract assigned to him\n $owner = false;\n if(is_array($item->Contract)){\n foreach ($item->Contract as $contract){\n if($contract->Manager_Id == $userId){\n $owner = true;\n break;\n }\n }\n }\n return $owner;\n break;\n case \"Sales\":\n return $item->ClientAlias->User_Id == $userId ? true:false;\n break;\n default :\n break;\n }\n //default, we deny.\n return false;\n }", "private function isUser() : bool\n {\n return $this->role('user');\n }", "public function isAssignee(UserInterface $user);", "public function isOwner($user)\n {\n\n if ($this->m_role_created == $user->getId())\n return true;\n else\n return false;\n\n }", "function isOwner() {\n if($this->is_owner === null) {\n $company = $this->getCompany();\n $this->is_owner = instance_of($company, 'Company') ? $company->getIsOwner() : false;\n } // if\n return $this->is_owner;\n }", "public function userIsProfessor($user_id){\n $user_temp = Users::find($user_id);\n return !empty($user_id) && $user_temp && $user_temp['type'] == 1;\n }", "public function userIsProfessor($user_id){\n $user_temp = Users::find($user_id);\n return !empty($user_id) && $user_temp && $user_temp['type'] == 1;\n }", "public function viewAny(User $user)\n {\n return $user->role == 'admin' || $user->role == 'employee';\n }", "public function view(User $user, Appoientment $appoientment)\n {\n return $user->type == User::ADMIN_TYPE || $user->type == User::SUPERVISOR_TYPE;\n }", "function canEdit($user) {\n if($user->getId() == $this->getId()) {\n return true; // user can change his own account\n } // if\n\n return $user->isCompanyManager($this->getCompany());\n }", "public function create(User $user)\n {\n return $user->isCustomerServiceOfficer() || $user->isCustomerServiceManagement();\n }", "function isUser(){\n\t\tif(isset($_SESSION['type']) && $_SESSION['type']=='user')\n\t\t\treturn true;\n\t\telse\n\t\t\treturn false;\n\t}", "private function isUserMode($user=null)\n {\n $isUserMode = false;\n $acronym = isset($_SESSION['user']) ? $_SESSION['user']->acronym : null;\n if (isset($acronym)) {\n if (isset($user)) {\n if ((strcmp ($acronym , 'admin') === 0) || (strcmp ($acronym , $user) === 0)) {\n $isUserMode = true;\n }\n } else {\n $isUserMode = true;\n }\n }\n\n return $isUserMode;\n }", "public function isDoorman()\n {\n return ($this->type === User::DOORMAN_USER);\n }", "public function isOwnedBy(UserInterface $user);", "public function isRepresentative ( $company, $userId )\n\t{\n\n\t\t$return = false;\n\n\t\t$data = $this->database->query( array(\n\t\t\t\t'name'\t\t => 'getCompany',\n\t\t\t\t'type'\t\t => 'mysql',\n\t\t\t\t'operation'\t => 'select',\n\t\t\t\t'table'\t\t => 'company',\n\t\t\t\t'where'\t\t => array(\n\t\t\t\t\t'company_id' => $company\n\t\t\t\t)\n\t\t\t) )->fetch()[ 'getCompany' ];\n\n\t\tif ( $data )\n\t\t{\n\t\t\t$return = is_string( stristr( $data[ 'user_id' ], $userId ) );\n\t\t}\n\n\t\treturn $return;\n\t}", "public function getIsClientAttribute()\n {\n return $this->attributes['user_type'] == '2';\n }", "public function isContractor()\n\t{\n\t\treturn ($this->flags & self::CONTRACTOR) == self::CONTRACTOR;\n\t}", "public function validate(&$user)\n\t\t{\n\n\t\t\tif ( $user->get_detail ( clientes_todos ) == 1 )\n\t\t\t\treturn true;\n\n\t\t\treturn $user->get_detail(salesrep_id) == $this->get_detail(salesrep_id);\n\t\t}", "public function isUserAssignable()\r\n {\r\n return strpos($this->assignRole,'ROLE_USER') !== false ? true : false;\r\n }", "public function isEqualTo(UserInterface $user): bool;", "public static function isUser(){\n if(isset($_SESSION['role'])) {\n $status = Validation::Nettoyer_string($_SESSION['role']);\n if($status==\"user\"){\n return \"user\";\n } else {\n return \"visiteur\";\n }\n }else{\n return \"visiteur\";\n }\n }", "function isTicketter()\n {\n if($this->role != ROLE_ADMIN || $this->role != ROLE_MANAGER) { return true; }\n else {return false; }\n \n }", "public function viewAny(User $user)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "public function viewAny(User $user)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "function is_user( $user )\n {\n //Unimplemented\n }", "function canView($user) {\n if($this->isOwner()) {\n return true;\n } // if\n \n return in_array($this->getId(), $user->visibleCompanyIds());\n }", "public function isCustomerUser() {\n\t\t\treturn $this->customerid != null && $this->customerid != 0;\n\t\t}", "public function isUserManager()\n\t{\n\t\treturn (Bn::getValue('user_type') == 'M');\n\t}", "public function isAccountant()\n {\n return (\\Auth::user()->role == 'accountant');\n }", "public function create(User $user)\n {\n return Organization::find(request()->organization_id)->user_id == $user->id && $user->role == 'employer';\n }", "public function isOwner(): bool {\n $f3 = \\Base::instance();\n\n return $f3->get('CURRENT_USER') && !is_null($this->owner) && $f3->get('CURRENT_USER') === $this->owner->id;\n }", "public function authorize()\n {\n return Auth::check() && Auth::user()->is_contractor;\n }", "function is_manager($user)\n{\n return is_array($user->roles) && in_array('manager', $user->roles);\n}", "public function isAdminOrOwner($user_id)\n\t{\n\t\t$user = User::model()->findByPk($user_id);\n\t\tif ($user !== null)\n\t\t{\n\t\t\treturn $user->isAdmin() ||\n\t\t\t($user->canCreateAdventure() && $user_id == $this->createdBy)\n\t\t\t;\n\t\t}\n\t\treturn false;\n\t}", "private function isUserMode()\n {\n $isAdminMode = false;\n $acronym = isset($_SESSION['user']) ? $_SESSION['user']->acronym : null;\n if (isset($acronym)) {\n $isAdminMode = true;\n }\n\n return $isAdminMode;\n }", "public function isTicketter()\n {\n if ($this->role != ROLE_ADMIN || $this->role != ROLE_MANAGER) {\n return true;\n } else {\n return false;\n }\n }", "abstract protected function isSocialUser($type);", "public function authorize()\n {\n return Auth::user()->hasRole('employee');\n }", "public function isUser()\n\t{\n\t\tif( $this->permission != array_search( 'user', $this->permissions ) )\n\t\t\treturn false;\n\n\t\treturn true;\n\t}", "public static function isOwner(): bool\n\t{\n\t\tif(in_array( 'owner', self::getUserRole()) || in_array('administrator', self::getUserRole())) return true;\n\t\treturn false;\n\t}", "public function authorize()\n // can access chef member who is 'logined' and 'chefprofile null === false'\n {\n $loginedUser = Auth::user();\n\n return $loginedUser->user_type === 'chef' && (\n\n is_null($loginedUser->chef) === false\n );\n }", "public function create(User $user)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "public function create(User $user)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "function isUsuario() {\n if (\\Illuminate\\Support\\Facades\\Auth::user()->rol_id == 3) {\n return true;\n } else {\n return false;\n }\n }", "public function authorize()\n {\n $user = \\Auth::getUser();\n\n return $user->user_type == 1;\n }", "function is_accountant($user)\n{\n return is_array($user->roles) && in_array('accountant', $user->roles);\n}", "function is_auditor($user)\n{\n return is_array($user->roles) && in_array('auditor', $user->roles);\n}", "public function isOwnedBy($user)\n {\n if (($user === null) || ($user->user_id === null)) {\n return false;\n } else {\n return ($user->user_id === $this->user_id);\n }\n }", "public function hasGotSupervisor($userid)\n {\n return is_object(R::findOne('finalchoice', 'user_id=? AND supervisor_id IS NOT NULL', [$userid]));\n }", "public function isUserOrGroupSet() {}", "public function issupervisor($userid)\n {\n return is_object(R::findOne('role', 'user_id = ? AND rolename_id = ?', [$userid, '6']));\n }", "public function view(User $user, AreaPricing $area_pricing)\n {\n return $user->isAdmin() || $user->isSupervisor();\n }", "public function IsApplicable(User $oUser = null);", "public function isOwner()\n\t{\n\t\treturn is_null($this->CreatedBy) || $this->CreatedBy === Yii::app()->user->GUID;\n\t}", "public function is($user) {\n if (is_null($user)) return false;\n \n return $this->username == $user->username;\n }", "public function isParticipant(UserInterface $user);", "public function hasUser();", "function is_user_allowed($user, $permission){\n\n \tif($permission == PERMISSION_LOGIN){\n \t\tif($user->is_surveyor == TRUE\n \t\t\t\t&& $user->is_supervisor == FALSE\n \t\t\t\t&& $user->is_manager == FALSE\n \t\t\t\t&& $user->is_general_manager == FALSE\n \t\t\t\t&& $user->is_admin == FALSE){\n \t\t\treturn FALSE;\n \t\t}\n \t}else if($permission == PERMISSION_ADD_SURVEYOR\n \t\t\t|| $permission == PERMISSION_EDIT_SURVEYOR\n \t\t\t|| $permission == PERMISSION_DELETE_SURVEYOR\n \t\t\t|| $permission == PERMISSION_DETAIL_SURVEYOR){\n \t\treturn $user->is_admin;\n \t}\n\n \treturn TRUE;\n }", "public function isEmployerStatus(): bool\n {\n $statuses = collect(self::STATUS)\n ->filter(function(string $status) {\n return starts_with($status, 'employer_');\n });\n\n return $statuses->contains($this->status);\n }", "protected function isAuthor() {\n return $this->getSocialUser() &&\n $this->getSocialUser()->ID === (int)$this->connectObj->CreatedBySocialUser->ID;\n }", "function canAdd($user, $to_company) {\n return $user->isAdministrator() || $user->isPeopleManager() || $user->isCompanyManager($to_company);\n }", "public function viewAny(User $user)\n {\n return $user->type == User::ADMIN_TYPE || $user->type == User::SUPERVISOR_TYPE;\n }", "function canDelete($user) {\n if($this->isOwner() || $user->getCompanyId() == $this->getId()) {\n return false; // Owner company cannot be deleted. Also, user cannot delete company he belongs to\n } // if\n return $user->isPeopleManager();\n }", "public function isOwnedBy($user)\n {\n if (($entry = $this->getEntry())) {\n return $entry->isOwnedBy($user);\n } else {\n return false;\n }\n }", "public function authorize()\n {\n return (Auth::user()->type === User::VENDEDOR);\n }", "public static function checkIfMentor($user){\n\t\tif ($user->is_mentor == 1){\n\t\t\treturn true;\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t}", "public function isViewable($user = null)\n {\n if (!$user) {\n $user = User::getLoggedInUser();\n }\n\n if ($user->isInstructor()) {\n //Instructors must have order accounts permissions and belong to the program for this order\n $viewable = $user->hasPermission(\"Order Accounts\");\n $viewable = $viewable && ($user->getProgramId() == $this->program->id);\n } else {\n //Students can only look at their own order\n $viewable = $this->individual_purchase;\n $viewable = $viewable && ($this->user->id == $user->id);\n }\n\n\n return $viewable;\n }", "public function viewAny(User $user)\n {\n // a user that is referrenced in the company table by id is an admin and can view all records\n $role = Role::find($user->role_id);\n return $role->name === 'Admin';\n }", "static function canAdd(User $user, Calendar $calendar) {\n\t\t if ($user instanceof Subcontractor || $user instanceof Client) {\n\t\t\t return false;\n\t\t } // if\n\n\t\t return parent::canAdd($user, $calendar);\n\t }", "public function isUserClub()\n\t{\n\t\t$q = new BN_query('rights');\n\t\t$q->addTable('assocs', 'rght_themeid = asso_id');\n\t\t$q->addField('count(*)');\n\t\t$q->addWhere('rght_theme = ' . THEME_ASSOS);\n\t\t$q->addWhere(\"rght_status ='\" . AUTH_MANAGER . \"'\");\n\t\t$q->addWhere('rght_userid =' . Bn::getValue('user_id', -1));\n\t\t$nb = $q->getFirst();\n\t\treturn (Bn::getValue('user_type') == AUTH_ASSO || $nb);\n\t}", "public function edit(User $user, $user_entity) : bool\n {\n $company_user = CompanyUser::whereUserId($user->id)->AuthCompany()->first();\n\n return $user->isAdmin() && $company_user;\n }", "public function hasuser()\n {\n return is_object($this->luser);\n }", "public function isMember()\n {\n return $this->role == 3;\n }", "public function OtherUser(User $user)\n {\n if($user->auth_id == 2)\n {\n return true;\n }\n return false;\n }", "public function isParticipant()\n {\n if($this->hasRole('Participant'))\n return true;\n else\n return false;\n }", "public function canExecute($action, $user){\n return $user != null && (Security::is_dairy($user) || $user->is_veterinary());\n }", "public function is_author() {\n global $USER;\n return ($USER->id == $this->_authorid);\n }", "public function isOwner()\n {\n return (\\Auth::check() and \\Auth::user()->id == $this->id);\n }", "public function isOwner()\n {\n return $this->affiliation == self::AFFILIATION_OWNER;\n }", "public static function canDisplayContractorTypesMenu()\n\t{\n\t\treturn PermissionValidator::hasPermission(PermissionConstants::VIEW_CONTRACTOR_TYPE);\n\t}", "public function isStudent()\n\t{\n\t\treturn $this->isUser() && $this->user->getIsStudent();\n\t}", "public static function access(User $user)\n {\n // Администратор\n $is_admin = ($user->account->role->name == 'admin') ? true : false;\n\n // Курьер\n $is_courier = ($user->account->role->name == 'courier') ? true : false;\n \n return ($is_admin || $is_courier);\n }", "public function create(User $user)\n {\n return $user->type == User::ADMIN_TYPE || $user->type == User::SUPERVISOR_TYPE;\n }", "public static function canDisplayContractorsMenu()\n\t{\n\t\treturn PermissionValidator::hasPermission(PermissionConstants::VIEW_CONTRACTOR);\n\t}", "public function viewAny(User $user)\n {\n # se o usuário pertence a alguma fila\n if ($user->filas()->wherePivot('funcao', 'Gerente')->count()) {\n return true;\n }\n\n # se o usuário é gerente de algum setor\n if ($user->setores()->wherePivot('funcao', 'Gerente')->count()) {\n return true;\n }\n\n # para admins\n if (Gate::allows('perfiladmin')) {\n return true;\n }\n }", "public function create(User $user)\n {\n return $user->isAdmin()\n || $user->isChair()\n || $user->isCaptain();\n }", "public function isAuthor(User $user = null)\n {\n return $user->getEmail() == $this->getAuthorEmail();\n }", "function is_user_opted_in( ?WP_User $user = null ) : ?bool {\n\tif ( ! $user ) {\n\t\t$user = wp_get_current_user();\n\t}\n\tif ( ! $user->exists() ) {\n\t\treturn null;\n\t}\n\n\t$did_opt_in = get_user_meta( $user->ID, META_OPT_IN, true );\n\n\tif ( $did_opt_in === '' ) {\n\t\treturn null;\n\t}\n\n\treturn intval( $did_opt_in ) === 1;\n}", "public function userAccessible($employee, $self = 0) {\n\t\t$auth_user = \\Auth::user();\n\t\tif ($self && $employee->id == $auth_user->Employee->id) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn in_array($employee->id, $this->getAccessibleEmployeeId()) ? true : false;\n\t}" ]
[ "0.7352649", "0.7207533", "0.6889986", "0.669094", "0.6568375", "0.6471521", "0.6464812", "0.64231515", "0.64176136", "0.6361215", "0.63472646", "0.6266689", "0.6250795", "0.6155795", "0.61418325", "0.6106936", "0.6103513", "0.6103513", "0.6064959", "0.6021351", "0.60118604", "0.6004894", "0.6001117", "0.599034", "0.59880733", "0.59592324", "0.59539527", "0.59489554", "0.5948933", "0.5945612", "0.594076", "0.593708", "0.5929512", "0.5922614", "0.59114987", "0.59114987", "0.5910798", "0.5889822", "0.5888999", "0.58885205", "0.58773315", "0.5875443", "0.5871761", "0.5855866", "0.5831961", "0.5817615", "0.5810571", "0.58088124", "0.5798656", "0.57951766", "0.57939774", "0.57934344", "0.5789487", "0.57852036", "0.57852036", "0.5768862", "0.5768003", "0.5754245", "0.5749546", "0.5735368", "0.5732967", "0.57207346", "0.57161915", "0.5714384", "0.5711388", "0.5701365", "0.5699012", "0.5697359", "0.56953317", "0.5694006", "0.56863856", "0.56815", "0.5679575", "0.567894", "0.5677376", "0.5673555", "0.5672568", "0.56684643", "0.56650317", "0.5664167", "0.5657743", "0.5656747", "0.563278", "0.5627", "0.5625671", "0.5621858", "0.5619911", "0.56195176", "0.5587978", "0.5586313", "0.5585085", "0.5582512", "0.5581587", "0.55700547", "0.5561457", "0.55534655", "0.55503714", "0.5547123", "0.5531657", "0.5529526", "0.55249894" ]
0.0
-1
Whether the user is active or archived.
public function getIsActive(): ?bool { return $this->isActive; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function is_active()\n {\n return $this->userData[$this->user_active];\n }", "public function isArchived()\n {\n return ($this->archived);\n }", "public function getIsArchived()\n\t{\n\t\treturn $this->is_archived;\n\t}", "function getIsArchived() {\n return $this->getIsOwner() ? false : parent::getIsArchived();\n }", "public function isArchived()\n {\n return $this->archived;\n }", "public function isActive()\n {\n return ($this->isDraft() || $this->isExpired()) ? false : true;\n }", "public function userActive(){\n\t\treturn (isset($this->session) && $this->session != null && isset($this->session['id']) && $this->session['id'] > 0) ? true : false;\n\t}", "public function hasActiveUser()\n {\n return $this->user && $this->user->active;\n }", "public function getWasArchived()\n {\n if (!is_null($this->time_archived)){\n return true;\n }\n return false;\n }", "function canArchive(User $user) {\n // companies that are not visible can't be archived\n if ($this->object->getState() < STATE_VISIBLE) {\n return false;\n } // if\n\n return $this->object->isOwner() ? false : $user->isPeopleManager() && ($user->getCompanyId() !== $this->object->getId());\n }", "public function getIsArchived()\n {\n return $this->getProperty(\"IsArchived\");\n }", "public function isArchived()\n {\n return $this->getArchived();\n }", "public function getIsActive(): bool;", "public function getIsActive(): bool;", "public function getIsActive(): bool;", "public function getIsActive();", "public function is_active(): bool;", "public function canArchive()\n {\n if ($this->container instanceof Space) {\n if ($this->canWrite())\n return true;\n return ($this->container->isAdmin());\n } elseif ($this->container instanceof User) {\n return false; // Not available on user profiels because there are no filters?\n }\n\n return false;\n }", "public function getIsActive() {}", "function isActive() {\n\t\treturn ($this->getActive() == self::PROFILE_ACTIVE);\n\t}", "public function isArchived() {\n return $this->getStatus() === Status::ARCHIVED;\n }", "public function isArchived()\n {\n return $this->publish_status == Status::ARCHIVED;\n }", "public function isArchived()\n {\n return $this->deleted_at !== null;\n }", "function isActive(){\n\t\treturn $this->getSessionID() == $this->getUser()->getShift() && $this->getStatus() == '1' ? true : false;\n\t}", "public function isActive()\n {\n return ($this->slug == \"actief\");\n }", "public function isActive()\n {\n return $this->status == 'active';\n }", "public function isActive()\n {\n return $this->isPublished();\n }", "public function getIsActive()\r\n {\r\n return ($this->isActive=='1');\r\n }", "public function isActive (){\n if($this->is_active == 1) {\n return true;\n }else{\n return false;\n }\n }", "public function getIsUserAttribute()\n {\n return $this->attributes['user_type'] == '3';\n }", "public function isActive() {\n\n\t\treturn ($this->getConfigValue('account_status') == \"active\");\n\t}", "public function getIsActiveAttribute()\n {\n return $this->is_activated && $this->is_not_deactivated;\n }", "function canArchive($user) {\n if($this->isOwner()) {\n return false;\n } else {\n return $user->isPeopleManager();\n } // if\n }", "public function isActive()\n {\n return $this->is_published;\n }", "public function isAcitve()\n\t{\n\t\treturn $this->status == AdFox::OBJECT_STATUS_ACTIVE;\n\t}", "public function isActive()\n\t{\n\t\treturn $this->Status === 'active';\n\t}", "public function isActive() : bool\n {\n return $this->id !== 0 && $this->activated;\n }", "public function isActive() : bool\n {\n if (!isset($this->data['active'])) {\n return false;\n }\n return ($this->data['active'] === true || $this->data['active'] === 'Y');\n }", "function isApproved() {\n return $this->getStatus() == UserpointsTransaction::STATUS_APPROVED;\n }", "public function is_active();", "public function isActive()\n\t{\n\t\treturn $this->isActivated() && !$this->isBanned();\n\t}", "public function isActive();", "public function isActive();", "public function isActive();", "public function isActive();", "public function authorize()\n {\n return $this->user('office')->isActive();\n }", "public function isActive()\n {\n return $this->getStatus() == self::STATUS_ACTIVE;\n }", "public function isActive() {\n return (bool) $this->getValue('active');\n }", "public function isActive()\n {\n return ($this->getStatus()->getId() === self::STATUS_ACTIVE);\n }", "public function isActive()\n\t{\n\t\tif (($record=$this->getActiveRecord())===null) {\n\t\t\treturn false;\n\t\t}\n\t\treturn (bool)$record->esta_activo;\n\t}", "private function isUserMode()\n {\n $isAdminMode = false;\n $acronym = isset($_SESSION['user']) ? $_SESSION['user']->acronym : null;\n if (isset($acronym)) {\n $isAdminMode = true;\n }\n\n return $isAdminMode;\n }", "function is_active() {\n\t\treturn isset( $this->username ) && !empty( $this->username );\n\t}", "public function isActive()\n {\n if ($this->status == 1) {\n return true;\n } else {\n return false;\n }\n }", "function canUnarchive(User $user) {\n // cannot unarchive company which is not archived\n if ($this->object->getState() != STATE_ARCHIVED) {\n return false;\n } // if\n\n return $this->object->isOwner() ? false : $user->isPeopleManager();\n }", "public function isViewable()\n {\n return ($this->isPublished() && $this->isActive());\n }", "public function isActive(): bool;", "public function isActive(): bool;", "public function getIsActive()\n {\n return $this->isActive;\n }", "public function getIsActive()\n {\n return $this->isActive;\n }", "public function getIsActive()\n {\n return $this->isActive;\n }", "public function getIsActive()\n {\n return $this->isActive;\n }", "public function isActive(){\n return (bool)$this->active;\n }", "public function validateIsActive() : bool\n {\n return $this->user_active ? true : false;\n }", "public function isArchived() {\r\n\r\n\t\tself::errorReset();\r\n\t\t$this->reload();\r\n\t\treturn InputValidator::isEmpty($this->archiveDate) ? false: true;\r\n\t}", "public function isActive() {\n $isActive = Mage::getStoreConfig('santander/general/active');\n if($isActive) {\n return true;\n } else {\n return false;\n }\n }", "public function isActive() {\n $isActive = Mage::getStoreConfig('santander/general/active');\n if($isActive) {\n return true;\n } else {\n return false;\n }\n }", "public function is_inactive(): bool;", "public function getIsActive()\n {\n return $this->is_active;\n }", "public function getIsActive()\n\t{\n\t\treturn $this->isActive; \n\n\t}", "function getIsActive() ;", "public function isActive() {}", "public function isActive() {}", "public function isActive() {}", "public function isActive() {}", "public function isActive() {}", "public function isActive() {}", "public function getIsActive()\n {\n\n return $this->is_active;\n }", "public function isViewable(): bool\n\t{\n\t\treturn self::STATUS_ACTIVE === $this->get('status') && self::USER_VISIBLE === $this->get('visible');\n\t}", "public function isArchived() {\n return $this->status->value == ScheduledUpdateInterface::STATUS_SUCCESSFUL\n || $this->status->value === ScheduledUpdateInterface::STATUS_UNSUCESSFUL;\n }", "public function isActive()\n {\n return $this->getActive();\n }", "public function getIsActiveAttribute()\n {\n return $this->status === 'active';\n }", "public function getIsActive() {\r\n\t return $this->_isActive;\r\n\t}", "public function canBeActivated()\n {\n return !$this->getIsActive();\n }", "public function isActive() {\n //return $this->is_local || $this->is_ldap;\n return Status::active()->first() ? $this->status_id === Status::active()->first()->id : false;\n }", "public function getIsActiveAttribute(): bool\n {\n return is_null($this->{$this->getDeactivatedAtColumn()});\n }", "public function isActive(){\n return (bool) ($this->hasStarted() && ! $this->hasExpired() && !$this->isCancelled());\n }", "public function isActive() {\n return $this->active;\n }", "private function isUser() : bool\n {\n return $this->role('user');\n }", "public function isActive()\n {\n return (bool)$this->getValue(self::KEY_ACTIVE);\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return (bool) ($this->_state == 'active');\n }", "public function isActive()\n {\n return $this->active;\n }", "public function authorize()\n {\n $user = auth('web')->user();\n if ($user && $user->active) {\n return true;\n }\n\n return false;\n }", "public function getStatus()\n {\n $userid = $this->user_id;\n $user = User::findIdentity($userid);\n if($user):\n $status = User::STATUS_ACTIVE;\n else:\n $status = User::STATUS_DELETED;\n endif;\n return $status;\n }" ]
[ "0.7159531", "0.7073164", "0.7063489", "0.70386815", "0.7038469", "0.6977563", "0.6976283", "0.6912273", "0.69085896", "0.6874977", "0.682688", "0.6762801", "0.6739425", "0.6739425", "0.6739425", "0.67094153", "0.6709098", "0.66875976", "0.66789657", "0.6674226", "0.66697806", "0.66393644", "0.66236436", "0.66233873", "0.661265", "0.6601117", "0.6588838", "0.65806323", "0.65685743", "0.6558154", "0.6555334", "0.6500245", "0.6495875", "0.64940864", "0.6484569", "0.64756376", "0.64706135", "0.64562976", "0.6444188", "0.6436646", "0.6436294", "0.6432032", "0.6432032", "0.6432032", "0.6432032", "0.64310676", "0.6429012", "0.6423032", "0.64102316", "0.64075816", "0.6404465", "0.6402441", "0.64020085", "0.6393775", "0.63838", "0.6380377", "0.6380377", "0.6375206", "0.6375206", "0.6375206", "0.6375206", "0.6364678", "0.636074", "0.6358544", "0.6342548", "0.6342548", "0.63357663", "0.63326925", "0.63251996", "0.63213867", "0.63179153", "0.63179153", "0.63179153", "0.63179153", "0.6316592", "0.6316592", "0.6294522", "0.62659466", "0.6259254", "0.6247906", "0.62389666", "0.6223766", "0.6208224", "0.62008697", "0.6193381", "0.61923504", "0.61918414", "0.6187901", "0.6181482", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61710805", "0.61686", "0.6158958", "0.615272" ]
0.0
-1
Whether the user is active or archived.
public function setIsActive(?bool $isActive): self { $this->initialized['isActive'] = true; $this->isActive = $isActive; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function is_active()\n {\n return $this->userData[$this->user_active];\n }", "public function isArchived()\n {\n return ($this->archived);\n }", "public function getIsArchived()\n\t{\n\t\treturn $this->is_archived;\n\t}", "function getIsArchived() {\n return $this->getIsOwner() ? false : parent::getIsArchived();\n }", "public function isArchived()\n {\n return $this->archived;\n }", "public function isActive()\n {\n return ($this->isDraft() || $this->isExpired()) ? false : true;\n }", "public function userActive(){\n\t\treturn (isset($this->session) && $this->session != null && isset($this->session['id']) && $this->session['id'] > 0) ? true : false;\n\t}", "public function hasActiveUser()\n {\n return $this->user && $this->user->active;\n }", "public function getWasArchived()\n {\n if (!is_null($this->time_archived)){\n return true;\n }\n return false;\n }", "function canArchive(User $user) {\n // companies that are not visible can't be archived\n if ($this->object->getState() < STATE_VISIBLE) {\n return false;\n } // if\n\n return $this->object->isOwner() ? false : $user->isPeopleManager() && ($user->getCompanyId() !== $this->object->getId());\n }", "public function getIsArchived()\n {\n return $this->getProperty(\"IsArchived\");\n }", "public function isArchived()\n {\n return $this->getArchived();\n }", "public function getIsActive(): bool;", "public function getIsActive(): bool;", "public function getIsActive(): bool;", "public function getIsActive();", "public function is_active(): bool;", "public function canArchive()\n {\n if ($this->container instanceof Space) {\n if ($this->canWrite())\n return true;\n return ($this->container->isAdmin());\n } elseif ($this->container instanceof User) {\n return false; // Not available on user profiels because there are no filters?\n }\n\n return false;\n }", "public function getIsActive() {}", "function isActive() {\n\t\treturn ($this->getActive() == self::PROFILE_ACTIVE);\n\t}", "public function isArchived() {\n return $this->getStatus() === Status::ARCHIVED;\n }", "public function isArchived()\n {\n return $this->publish_status == Status::ARCHIVED;\n }", "public function isArchived()\n {\n return $this->deleted_at !== null;\n }", "function isActive(){\n\t\treturn $this->getSessionID() == $this->getUser()->getShift() && $this->getStatus() == '1' ? true : false;\n\t}", "public function isActive()\n {\n return ($this->slug == \"actief\");\n }", "public function isActive()\n {\n return $this->status == 'active';\n }", "public function isActive()\n {\n return $this->isPublished();\n }", "public function getIsActive()\r\n {\r\n return ($this->isActive=='1');\r\n }", "public function isActive (){\n if($this->is_active == 1) {\n return true;\n }else{\n return false;\n }\n }", "public function getIsUserAttribute()\n {\n return $this->attributes['user_type'] == '3';\n }", "public function isActive() {\n\n\t\treturn ($this->getConfigValue('account_status') == \"active\");\n\t}", "public function getIsActiveAttribute()\n {\n return $this->is_activated && $this->is_not_deactivated;\n }", "function canArchive($user) {\n if($this->isOwner()) {\n return false;\n } else {\n return $user->isPeopleManager();\n } // if\n }", "public function isActive()\n {\n return $this->is_published;\n }", "public function isAcitve()\n\t{\n\t\treturn $this->status == AdFox::OBJECT_STATUS_ACTIVE;\n\t}", "public function isActive()\n\t{\n\t\treturn $this->Status === 'active';\n\t}", "public function isActive() : bool\n {\n return $this->id !== 0 && $this->activated;\n }", "public function isActive() : bool\n {\n if (!isset($this->data['active'])) {\n return false;\n }\n return ($this->data['active'] === true || $this->data['active'] === 'Y');\n }", "function isApproved() {\n return $this->getStatus() == UserpointsTransaction::STATUS_APPROVED;\n }", "public function is_active();", "public function isActive()\n\t{\n\t\treturn $this->isActivated() && !$this->isBanned();\n\t}", "public function isActive();", "public function isActive();", "public function isActive();", "public function isActive();", "public function authorize()\n {\n return $this->user('office')->isActive();\n }", "public function isActive()\n {\n return $this->getStatus() == self::STATUS_ACTIVE;\n }", "public function isActive() {\n return (bool) $this->getValue('active');\n }", "public function isActive()\n {\n return ($this->getStatus()->getId() === self::STATUS_ACTIVE);\n }", "public function isActive()\n\t{\n\t\tif (($record=$this->getActiveRecord())===null) {\n\t\t\treturn false;\n\t\t}\n\t\treturn (bool)$record->esta_activo;\n\t}", "private function isUserMode()\n {\n $isAdminMode = false;\n $acronym = isset($_SESSION['user']) ? $_SESSION['user']->acronym : null;\n if (isset($acronym)) {\n $isAdminMode = true;\n }\n\n return $isAdminMode;\n }", "function is_active() {\n\t\treturn isset( $this->username ) && !empty( $this->username );\n\t}", "public function isActive()\n {\n if ($this->status == 1) {\n return true;\n } else {\n return false;\n }\n }", "function canUnarchive(User $user) {\n // cannot unarchive company which is not archived\n if ($this->object->getState() != STATE_ARCHIVED) {\n return false;\n } // if\n\n return $this->object->isOwner() ? false : $user->isPeopleManager();\n }", "public function isViewable()\n {\n return ($this->isPublished() && $this->isActive());\n }", "public function isActive(): bool;", "public function isActive(): bool;", "public function getIsActive()\n {\n return $this->isActive;\n }", "public function getIsActive()\n {\n return $this->isActive;\n }", "public function getIsActive()\n {\n return $this->isActive;\n }", "public function getIsActive()\n {\n return $this->isActive;\n }", "public function isActive(){\n return (bool)$this->active;\n }", "public function validateIsActive() : bool\n {\n return $this->user_active ? true : false;\n }", "public function isArchived() {\r\n\r\n\t\tself::errorReset();\r\n\t\t$this->reload();\r\n\t\treturn InputValidator::isEmpty($this->archiveDate) ? false: true;\r\n\t}", "public function isActive() {\n $isActive = Mage::getStoreConfig('santander/general/active');\n if($isActive) {\n return true;\n } else {\n return false;\n }\n }", "public function isActive() {\n $isActive = Mage::getStoreConfig('santander/general/active');\n if($isActive) {\n return true;\n } else {\n return false;\n }\n }", "public function is_inactive(): bool;", "public function getIsActive()\n {\n return $this->is_active;\n }", "public function getIsActive()\n\t{\n\t\treturn $this->isActive; \n\n\t}", "function getIsActive() ;", "public function isActive() {}", "public function isActive() {}", "public function isActive() {}", "public function isActive() {}", "public function isActive() {}", "public function isActive() {}", "public function getIsActive()\n {\n\n return $this->is_active;\n }", "public function isViewable(): bool\n\t{\n\t\treturn self::STATUS_ACTIVE === $this->get('status') && self::USER_VISIBLE === $this->get('visible');\n\t}", "public function isArchived() {\n return $this->status->value == ScheduledUpdateInterface::STATUS_SUCCESSFUL\n || $this->status->value === ScheduledUpdateInterface::STATUS_UNSUCESSFUL;\n }", "public function isActive()\n {\n return $this->getActive();\n }", "public function getIsActiveAttribute()\n {\n return $this->status === 'active';\n }", "public function getIsActive() {\r\n\t return $this->_isActive;\r\n\t}", "public function canBeActivated()\n {\n return !$this->getIsActive();\n }", "public function isActive() {\n //return $this->is_local || $this->is_ldap;\n return Status::active()->first() ? $this->status_id === Status::active()->first()->id : false;\n }", "public function getIsActiveAttribute(): bool\n {\n return is_null($this->{$this->getDeactivatedAtColumn()});\n }", "public function isActive(){\n return (bool) ($this->hasStarted() && ! $this->hasExpired() && !$this->isCancelled());\n }", "public function isActive() {\n return $this->active;\n }", "private function isUser() : bool\n {\n return $this->role('user');\n }", "public function isActive()\n {\n return (bool)$this->getValue(self::KEY_ACTIVE);\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return $this->active;\n }", "public function isActive()\n {\n return (bool) ($this->_state == 'active');\n }", "public function isActive()\n {\n return $this->active;\n }", "public function authorize()\n {\n $user = auth('web')->user();\n if ($user && $user->active) {\n return true;\n }\n\n return false;\n }", "public function getStatus()\n {\n $userid = $this->user_id;\n $user = User::findIdentity($userid);\n if($user):\n $status = User::STATUS_ACTIVE;\n else:\n $status = User::STATUS_DELETED;\n endif;\n return $status;\n }" ]
[ "0.7159531", "0.7073164", "0.7063489", "0.70386815", "0.7038469", "0.6977563", "0.6976283", "0.6912273", "0.69085896", "0.6874977", "0.682688", "0.6762801", "0.6739425", "0.6739425", "0.6739425", "0.67094153", "0.6709098", "0.66875976", "0.66789657", "0.6674226", "0.66697806", "0.66393644", "0.66236436", "0.66233873", "0.661265", "0.6601117", "0.6588838", "0.65806323", "0.65685743", "0.6558154", "0.6555334", "0.6500245", "0.6495875", "0.64940864", "0.6484569", "0.64756376", "0.64706135", "0.64562976", "0.6444188", "0.6436646", "0.6436294", "0.6432032", "0.6432032", "0.6432032", "0.6432032", "0.64310676", "0.6429012", "0.6423032", "0.64102316", "0.64075816", "0.6404465", "0.6402441", "0.64020085", "0.6393775", "0.63838", "0.6380377", "0.6380377", "0.6375206", "0.6375206", "0.6375206", "0.6375206", "0.6364678", "0.636074", "0.6358544", "0.6342548", "0.6342548", "0.63357663", "0.63326925", "0.63251996", "0.63213867", "0.63179153", "0.63179153", "0.63179153", "0.63179153", "0.6316592", "0.6316592", "0.6294522", "0.62659466", "0.6259254", "0.6247906", "0.62389666", "0.6223766", "0.6208224", "0.62008697", "0.6193381", "0.61923504", "0.61918414", "0.6187901", "0.6181482", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61773974", "0.61710805", "0.61686", "0.6158958", "0.615272" ]
0.0
-1
The billable rate to use for this user when they are added to a project.
public function getDefaultHourlyRate(): ?float { return $this->defaultHourlyRate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getBillableAmount() : float\n {\n return $this->billableAmount;\n }", "public function getAmountRate()\n {\n return $this->amountRate;\n }", "public function getRate() {\n return $this->rate;\n }", "public function toMoney()\n {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function isBillable()\n {\n return $this->billable;\n }", "public function rate()\n {\n return $this->rate;\n }", "public function rate()\n {\n return $this->rate;\n }", "public function getBillableHours() : float\n {\n return $this->billableHours;\n }", "public function getBillingRateTypeAllowableValues()\n {\n return [\n self::BILLING_RATE_TYPE_WORK_ROLE,\n self::BILLING_RATE_TYPE_STAFF_MEMBER,\n ];\n }", "public function user_answer_rate() {\n return (float) number_format($this->usersanswered / $this->postsanswered, 2);\n }", "public function setBillableAmount(float $billableAmount) : self\n {\n $this->billableAmount = $billableAmount;\n return $this;\n }", "public function getBonus()\n {\n return $this->bonus;\n }", "public function getBonus()\n {\n return $this->bonus;\n }", "public function getBonus()\n {\n return $this->bonus;\n }", "public function getBalanceDueAttribute()\n {\n return $this->grossValue - $this->paid;\n }", "public function getTotalBillableTimeAttribute()\n {\n return $this->billable ? floatval($this->calculateTime()) : 0;\n }", "public function getIsBillableAttribute()\n {\n return $this->billable;\n }", "public function getRatePeriod()\n {\n return $this->ratePeriod;\n }", "private function skillRate($user){\n $maxSkillStar=[];\n $skillStar=[];\n $skills=$user->skills;\n foreach($skills as $num=>$skill){\n //endorse checking\n $finalEndorsePoint=$this->endorse($skill);\n\n //recommendation checking\n $finalRecommendationPoint=$this->recommendation($skill);\n\n //checking self-opinion\n $finalOpinionPoint=$this->opinion($skill);\n\n //checking experiences\n $finalExperiencePoint=$this->experience($skill);\n\n //checking degrees\n $finalDegreePoint=$this->degree($skill);\n\n //checking corporations\n $mixCorporation=$this->corporation($skill);\n $finalCorporationPoint=$mixCorporation['finalCorporationPoint'];\n $finalJobPoint=$mixCorporation['finalJobPoint'];\n\n //checking books and articles\n $finalPaperPoint=$this->paper($skill);\n\n //checking histories\n $finalHistoryPoint=$this->history($skill);\n\n //calculate the total each skill point\n $totalSkillPoint=$finalEndorsePoint+\n $finalRecommendationPoint+\n $finalOpinionPoint+\n $finalExperiencePoint+\n $finalDegreePoint+\n $finalCorporationPoint+\n $finalJobPoint+\n $finalPaperPoint+\n $finalHistoryPoint;\n //between 1-5\n $calculatedSkillPoint=$totalSkillPoint/(Config::get('rate')['endorse']['weight']+Config::get('rate')['recommendation']['weight']+Config::get('rate')['opinion']['weight']+Config::get('rate')['experience']['weight']+Config::get('rate')['degree']['weight']+Config::get('rate')['corporation']['weight']+Config::get('rate')['job']['weight']+Config::get('rate')['paper']['weight']+Config::get('rate')['history']['weight']);\n if($calculatedSkillPoint>Config::get('rate')['skill']['result'][5]){ //5 star skill\n $finalSkillPoint=5;\n }elseif($calculatedSkillPoint>Config::get('rate')['skill']['result'][4] && $calculatedSkillPoint<=Config::get('rate')['skill']['result'][5]){\n $finalSkillPoint=4;\n }elseif($calculatedSkillPoint>Config::get('rate')['skill']['result'][3] && $calculatedSkillPoint<=Config::get('rate')['skill']['result'][4]){\n $finalSkillPoint=3;\n }elseif($calculatedSkillPoint>Config::get('rate')['skill']['result'][2] && $calculatedSkillPoint<=Config::get('rate')['skill']['result'][3]){\n $finalSkillPoint=2;\n }elseif($calculatedSkillPoint>=Config::get('rate')['skill']['result'][1] && $calculatedSkillPoint<=Config::get('rate')['skill']['result'][2]){\n $finalSkillPoint=1;\n }else{\n $finalSkillPoint=1;\n }\n $skillStar[$skill->id]=$finalSkillPoint; //between 1-5 the key is the skill id while the value is the rate\n\n //insert the skill rate in skills table\n $skill->update(['rate'=>$finalSkillPoint]);\n\n //insert the skill rate in rates table\n $skillRate=$skill->rate();\n $skillRate->create([\n 'rate'=>$finalSkillPoint\n ]);\n\n }//end of skills foreach\n\n //get max skill rate for the specified user\n if(is_array($maxSkillStar) && !empty($maxSkillStar)){\n $maxSkillStar[$user->id]=max($skillStar);\n }else{\n $maxSkillStar=1;\n }\n\n return $maxSkillStar;\n }", "function getUtilisation(){\n\n $total = $this-> getTotalWeight() ;\n \n return round(($total / $this->capacity) * 100, 2);\n\n }", "public function getLoyaltyPref()\n {\n return $this->loyaltyPref;\n }", "protected function billable()\n {\n return $this->builder->where('billable', true);\n }", "public function getAccountingCost()\n {\n return $this->accountingCost;\n }", "protected function LiveDefaultRate()\n {\n $this->defaultTaxObjects();\n\n return self::$default_tax_objects_rate;\n }", "public function getPenaltycharges()\n {\n return $this->penaltycharges;\n }", "public function getIsBilledAttribute()\n {\n return $this->billed;\n }", "public function getTotalBilledTimeAttribute()\n {\n return $this->billable && $this->billed ? floatval($this->calculateTime()) : 0;\n }", "public function getRate(sfUser $user)\n {\n if (!kRateTools::isGuardBindEnabled())\n {\n return null;\n }\n\n return $this->getRatesQuery()\n ->andWhere('n.user_id = ?', array($user->getGuardUser()->getId()))\n ->fetchOne();\n }", "public function getBillableHours()\n {\n return $this->_billableHours;\n }", "public function getFreeBaggageAllowance()\n {\n return isset($this->FreeBaggageAllowance) ? $this->FreeBaggageAllowance : null;\n }", "public function getDiscountRate(){\n return $this->getParameter('discount_rate');\n }", "public function getPaymentAmount()\n {\n return $this->bonus + parent::getSalary();\n }", "public function get_bonus() {\n\t\treturn $this->_bonus;\n\t}", "public function getAwardedBountyAmount()\n {\n return $this->awardedBountyAmount;\n }", "public function getUserTotalPaid()\n {\n $user = getUser();\n $w = self::where('type', 'credit')->where('user_id', $user->id);\n return $w->sum('amount');\n }", "public function getBalance()\n {\n return (float)$this->client->requestExecute(\"credit\");\n }", "protected function LiveCurrentRate()\n {\n $this->currentTaxObjects();\n\n return self::$current_tax_objects_rate;\n }", "public function setBillable($billable)\n {\n $this->billable = $billable;\n }", "public function getUserRatingAttribute()\n {\n if ($user = Request::user()) {\n $wall_rate = $this->ratings()->where('user_id', $user->id)->first();\n\n if ($wall_rate) {\n return $wall_rate->rate;\n } else {\n return 0;\n }\n }\n\n return null;\n }", "public function getCurrentCurrencyRate() {\r\n\t\treturn $this->_storeManager->getStore()->getCurrentCurrencyRate();\r\n\t}", "public function getBaseToOrderRate();", "public function get_penalty()\n {\n return $this->penalty;\n }", "public function rateUser(Request $request)\n {\n\n //find ride request \n $rideRequest = $this->rideRequest->where('id', $request->ride_request_id)\n ->where('driver_id', $request->auth_driver->id)\n ->whereIn('ride_status', [Ride::TRIP_ENDED, Ride::COMPLETED])\n ->first();\n\n\n if(!$rideRequest || !$rideRequest->user) {\n return $this->api->json(false, 'INVALID_REQUEST', 'Invalid Request, Try again.');\n }\n\n //validate rating number\n if(!$request->has('rating') || !in_array($request->rating, Ride::RATINGS)) {\n return $this->api->json(false, 'INVALID_RATING', 'You must have give rating within '.implode(',', Ride::RATINGS));\n }\n\n\n /** driver cannot give rating until user payment complete */\n if($rideRequest->payment_status == Ride::NOT_PAID) {\n return $this->api->json(false, 'USER_NOT_PAID', 'Ask user to pay before give rating');\n }\n\n\n //updatig both driver and ride request table\n try {\n\n \\DB::beginTransaction();\n\n //saving ride request rating\n $rideRequest->user_rating = $request->rating;\n $rideRequest->save(); \n\n /** push user rating calculation to job */\n ProcessUserRating::dispatch($rideRequest->user_id);\n\n\n //making availble driver\n $driver = $rideRequest->driver;\n $driver->is_available = 1;\n $driver->save();\n\n\n\n \\DB::commit();\n\n } catch(\\Exception $e) {\n \\DB::rollback();\n \\Log::info('USER_RATING');\n \\Log::info($e->getMessage());\n return $this->api->unknownErrResponse();\n }\n \n\n /** send user that you made the payment message */\n $user = $rideRequest->user;\n $currencySymbol = $this->setting->get('currency_symbol');\n $websiteName = $this->setting->get('website_name');\n $invoice = $rideRequest->invoice;\n if($rideRequest->payment_mode == Ride::CASH) {\n $user->sendSms(\"Thank you!! We hope you enjoyed {$websiteName} service. See you next time.\");\n } \n // else {\n // $user->sendSms(\"We hope you enjoyed {$websiteName} service. Please make the payment of {$currencySymbol}\".$invoice->total);\n // }\n\n\n return $this->api->json(true, 'RATED', 'User rated successfully.');\n\n }", "public function getShippingRate();", "public function getNewUserPrice()\n {\n $value = $this->get(self::new_user_price);\n return $value === null ? (integer)$value : $value;\n }", "function get_cost() {\n\t\t$this->_event->log(\"get_costs\", $_SERVER['REQUEST_TIME'], 5, \"cloudprofile.class.php\", \"Calulating bill for cr $this->id\", \"\", \"\", 0, 0, 0);\n\t\t$cr_appliance_id = $this->appliance_id;\n\t\t$app_id_arr = explode(\",\", $cr_appliance_id);\n\t\t$cr_costs_final = 0;\n\t\tforeach ($app_id_arr as $app_id) {\n\t\t\t$cloud_app = new cloudappliance();\n\t\t\t$cloud_app->get_instance_by_appliance_id($app_id);\n\t\t\t// check state, only bill if active\n\t\t\tif ($cloud_app->state == 1) {\n\t\t\t\t// basic cost\n\t\t\t\t$cr_costs = 0;\n\t\t\t\t// + per cpu\n\t\t\t\t$cr_costs = $cr_costs + $this->cpu_req;\n\t\t\t\t// + per nic\n\t\t\t\t$cr_costs = $cr_costs + $this->network_req;\n\t\t\t\t// ha cost double\n\t\t\t\tif (!strcmp($this->ha_req, '1')) {\n\t\t\t\t\t$cr_costs = $cr_costs * 2;\n\t\t\t\t}\n\t\t\t\t// TODO : disk costs\n\t\t\t\t// TODO : network-traffic costs\n\n\t\t\t\t// sum\n\t\t\t\t$cr_costs_final = $cr_costs_final + $cr_costs;\n\t\t\t\t$this->_event->log(\"get_costs\", $_SERVER['REQUEST_TIME'], 5, \"cloudprofile.class.php\", \"-> Billing active appliance $app_id (cr $this->id) = $cr_costs CC-units\", \"\", \"\", 0, 0, 0);\n\t\t\t} else {\n\t\t\t\t$this->_event->log(\"get_costs\", $_SERVER['REQUEST_TIME'], 5, \"cloudprofile.class.php\", \"-> Not billing paused appliance $app_id (cr $this->id)\", \"\", \"\", 0, 0, 0);\n\t\t\t}\n\t\t}\n\t\t$this->_event->log(\"get_costs\", $_SERVER['REQUEST_TIME'], 5, \"cloudprofile.class.php\", \"-> Final bill for cr $this->id = $cr_costs_final CC-units\", \"\", \"\", 0, 0, 0);\n\t\treturn $cr_costs_final;\n\t}", "public function getRateLimit(){\n\t\treturn $this->rateLimit;\n\t}", "private function updateBalance()\n {\n if (!auth()->user()->hasRole('admin')) {\n auth()->user()->update([\n 'credit' => auth()->user()->credit - $this->totalCost()\n ]);\n }\n }", "function get_payment_rate($subtotal) {}", "public function getRate()\n {\n return $this->hasOne(PaymentRate::class, ['id' => 'rate_id']);\n }", "public function setBillableHours(float $billableHours) : self\n {\n $this->billableHours = $billableHours;\n return $this;\n }", "public function getMonthlyFee(): float { return 2.0; }", "public function getCurrentBalanceInDollars()\n {\n return $this->getCurrentBalance()->getAmount() / 100;\n }", "public function getOilBonus() // 1% expa = 0.3% bonusu\n\t{\n\t\treturn $this->getExperience() * 0.2;\n\t}", "public function getTaxRate();", "public function amount(): string\n {\n $amount = 0;\n if ($this->tier === Patreon::PLEDGE_OWLBEAR) {\n $amount = 5;\n } elseif ($this->tier === Patreon::PLEDGE_ELEMENTAL) {\n $amount = 25;\n }\n\n // Offer a free month for those who sub for a year\n if ($this->period === 'yearly') {\n $amount *= 11;\n }\n\n return $this->user->currencySymbol() . ' ' . $amount . '.00';\n }", "public function addUserRate(UserRate $l)\n\t{\n\t\tif ($this->collUserRates === null) {\n\t\t\t$this->initUserRates();\n\t\t}\n\t\tif (!in_array($l, $this->collUserRates, true)) { // only add it if the **same** object is not already associated\n\t\t\tarray_push($this->collUserRates, $l);\n\t\t\t$l->setUser($this);\n\t\t}\n\t}", "public function getTotalNotBilledTimeAttribute()\n {\n return $this->billable && ! $this->billed ? floatval($this->calculateTime()) : 0;\n }", "public function getCustomCost() {\n return $this->customCost;\n }", "public function getAwardedBountyAmount();", "public function getBonusAttInstance()\n {\n return new BonusAttribute();\n }", "public function rateUser()\n {\n\t\t$userSession = \\Utility\\Singleton::getInstance(\"\\Control\\Session\");\n\t\t$userLog = $userSession->get('username');\n\t\t$user = new \\Foundation\\User();\n\t\t$view = \\Utility\\Singleton::getInstance(\"\\View\\Main\");\n\t\t$username=$view->get('userProfile');\n\t\t\n\t\t$hasAlreadyRated=$this->hasVoted($username, $userLog);\n\t\t$vote=$view->get('vote');\n\t\t\n if(!$hasAlreadyRated)\n {\t\t\t\n $votation=$user->usersVotation($username, $userLog, $vote);\n $reliabilityVotes = $user->getNumberOfReliabilityVotes($username);\n \n $user2=$user->getByUsername($username);\n $user2->updateReliabilityScore($reliabilityVotes,$vote);\n \n $isUpdated=$user->updateReliabilityScore($username,$user2->getReliability());\n\n return $votation; /** @todo add a return for the else statement*/\n\t\t}\n // else return something\n\t}", "public function get_loyalty_balance($userId) { \n $loyalty_consumption = 0;\n $total_points_earned_to_date = 0;\n \n $loyaltyBalanceDetails = array();\n $loyaltyBalanceDetails['BalancePoints']= 0;\n \n # Get loyalty earned details till date\n $loyaltyEarnedDetails = $this -> get_loyalty_earned_details($userId); \n \n if($loyaltyEarnedDetails)\n {\n $total_points_earned_to_date = $loyaltyEarnedDetails['userProductReviews'] + $loyaltyEarnedDetails['userProductShares'] + $loyaltyEarnedDetails['userAppShares']; \n }\n \n # Get loyalty redeemed details\n $redeemedDetails = $this -> get_loyalty_redeemed_details($userId);\n \n \n if($redeemedDetails)\n {\n $loyalty_consumption = $redeemedDetails['loyalty_consumption'];\n }\n \n return $loyaltyBalanceDetails['BalancePoints'] = $total_points_earned_to_date - $loyalty_consumption;\n }", "public function getGwBasePriceRefunded() {\n return $this->item->getGwBasePriceRefunded();\n }", "function getOutletDiscountRate()\n {\n $dayOfMonth = date('j');\n return 20 + $dayOfMonth;\n }", "public function getCurrentBalance(): Money\n {\n return $this->getBalanceOn(Carbon::now());\n }", "public function balance($user_name)\n {\n $vitals = $this->private_user_data($user_name, 'vitals');\n return $vitals->balance;\n }", "public function getCreateCost()\n {\n return $this->get(self::_CREATE_COST);\n }", "public function getCreateCost()\n {\n return $this->get(self::_CREATE_COST);\n }", "function interestRate($item_id){\n\t\treturn 0.1;\n\t}", "public function getAmountPlanned()\n {\n return $this->amountPlanned instanceof CentPrecisionMoneyBuilder ? $this->amountPlanned->build() : $this->amountPlanned;\n }", "public function getPostage() {\n return $this->PostageCost;\n }", "public function getBaseTotalPaid();", "public function getAmtPaid()\n {\n return $this->amt_paid;\n }", "function _erpal_projects_helper_get_timetracking_price_of_billable($nid, $check_permissions=true) {\n \n //we dont call this if projects billable module is not enabled\n if (!module_exists('erpal_projects_billable')) \n return false;\n \n $billables = _billable_get_billables_by_subject(array($nid));\n\n if ($check_permissions && !user_access('field view pricing')) {\n return false;\n }\n\n $sum = 0;\n foreach ($billables as $billable_id) {\n $billable = billable_load($billable_id);\n\n //we add only price form billables where the contractor is the own company, because if a freelancer tracked time, there will also be a billable where the freelancer is the contractor.\n $contractor_nid = $billable->contractor_nid;\n $own_company_nid = _erpal_basic_helper_get_own_company_nid(false);\n if ($contractor_nid != $own_company_nid)\n continue;\n\n $sum += $billable->total_price_no_vat;\n }\n\n return $sum;\n}", "public function getSumRatingAttribute() : float\n {\n return $this->sumRating();\n }", "public function canRate()\n {\n if ($this->_blCanRate === null) {\n\n $this->_blCanRate = false;\n\n if ($this->ratingIsActive() && $oUser = $this->getUser()) {\n\n $oRating = oxNew('oxrating');\n $this->_blCanRate = $oRating->allowRating($oUser->getId(), 'oxarticle', $this->getProduct()->getId());\n }\n }\n\n return $this->_blCanRate;\n }", "public function getPenaltySurchargePercent()\n {\n return $this->penaltySurchargePercent;\n }", "function getBitRate(){\n\t\treturn round($this->bitRate,2);\n\t}", "public function getCost() {\n return 15 + $this->carService->getCost();\n }", "public function rate()\n {\n\n }", "public function getPricing() {\r\n\t\t\treturn $this->_pricing;\r\n\t\t}", "public function getGwPriceRefunded() {\n return $this->item->getGwPriceRefunded();\n }", "public function getUsersCurrentBonus(User $user)\n {\n $currentBonus = $user->userSalaries->last()->bonus_rule_id;\n\n return $currentBonus;\n }", "function construct_account_bonus($userid = 0, $mode = 'active')\n\t{\n\t\tglobal $ilance, $phrase, $page_title, $area_title, $ilconfig, $ilpage;\n\t\t$sql = $ilance->db->query(\"\n\t\t\tSELECT first_name, username, email\n\t\t\tFROM \" . DB_PREFIX . \"users\n\t\t\tWHERE user_id = '\" . intval($userid) . \"'\n\t\t\", 0, null, __FILE__, __LINE__);\n\t\tif ($ilance->db->num_rows($sql) > 0)\n\t\t{\n\t\t\t$res = $ilance->db->fetch_array($sql, DB_ASSOC);\n\t\t\t$username = stripslashes($res['username']);\n\t\t\t$firstname = stripslashes($res['first_name']);\n\t\t\t$email = $res['email'];\n\t\t\t$account_bonus = '0.00';\n\t\t\t// let's determine the email sending logic \n\t\t\tif (isset($mode))\n\t\t\t{\n\t\t\t\tswitch ($mode)\n\t\t\t\t{\n\t\t\t\t\tcase 'active':\n\t\t\t\t\t{\n\t\t\t\t\t\t// this is an active member registering so we will:\n\t\t\t\t\t\t// - create a credit transaction\n\t\t\t\t\t\t// - send bonus email to new member\n\t\t\t\t\t\t// - send bonus email to admin\n\t\t\t\t\t\t// - return the account bonus amount to the calling script\n\t\t\t\t\t\tif ($ilconfig['registrationupsell_bonusactive'] AND $ilconfig['registrationupsell_amount'] > 0)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$account_bonus = sprintf(\"%01.2f\", $ilconfig['registrationupsell_amount']);\n\t\t\t\t\t\t\t$newinvoiceid = $ilance->accounting->insert_transaction(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tintval($userid),\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t$ilconfig['registrationupsell_bonusitemname'],\n\t\t\t\t\t\t\t\tsprintf(\"%01.2f\", $ilconfig['registrationupsell_amount']),\n\t\t\t\t\t\t\t\tsprintf(\"%01.2f\", $ilconfig['registrationupsell_amount']),\n\t\t\t\t\t\t\t\t'paid',\n\t\t\t\t\t\t\t\t'credit',\n\t\t\t\t\t\t\t\t'account',\n\t\t\t\t\t\t\t\tDATETIME24H,\n\t\t\t\t\t\t\t\tDATEINVOICEDUE,\n\t\t\t\t\t\t\t\tDATETIME24H,\n\t\t\t\t\t\t\t\t'{_thank_you_for_becoming_a_member_on_our_marketplace_please_enjoy_your_stay}',\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t1,\n\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t$ilance->db->query(\"\n\t\t\t\t\t\t\t\tUPDATE \" . DB_PREFIX . \"invoices\n\t\t\t\t\t\t\t\tSET isregisterbonus = '1'\n\t\t\t\t\t\t\t\tWHERE invoiceid = '\" . intval($newinvoiceid) . \"'\n\t\t\t\t\t\t\t\");\n\t\t\t\t\t\t\t$ilance->email->mail = $email;\n\t\t\t\t\t\t\t$ilance->email->slng = fetch_site_slng();\n\t\t\t\t\t\t\t$ilance->email->get('registration_account_bonus');\t\t\n\t\t\t\t\t\t\t$ilance->email->set(array(\n\t\t\t\t\t\t\t\t'{{user}}' => $firstname,\n\t\t\t\t\t\t\t\t'{{username}}' => $username,\n\t\t\t\t\t\t\t\t'{{bonus_amount}}' => strip_tags($ilance->currency->format($ilconfig['registrationupsell_amount'])),\n\t\t\t\t\t\t\t));\n\t\t\t\t\t\t\t$ilance->email->send();\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tcase 'unverified':\n\t\t\t\t\t{\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t} \n\t\t\t\t\tcase 'moderated':\n\t\t\t\t\t{\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn $account_bonus;\n\t}", "public function getCostMoney()\n {\n return $this->get(self::_COST_MONEY);\n }", "protected function cost()\n {\n return $this->rounds;\n }", "public function getBaseCost() {\n return $this->item->getBaseCost();\n }", "public function getBonus() {\n return strval($this->bonus);\n }", "public function getCalculatedPrioAttribute()\n\t{\n\t\t$level = self::userCurrentLevel();\n\t\t$prio = ($level +1) * $this->prio;\n\t\tif ($this->vip) {\n\t\t\t$prio *= 5; \n\t\t}\n\t\tif ($this->taskPersonal_id == Auth::id()) {\n\t\t\t$prio *=2;\n\t\t}\n\t\tif (!is_null($this->timeCustomercallback)) {\n\t\t\t$prio /=6;\n\t\t}\n\t\tif ($this->waitingForCustomer) {\n\t\t\t$prio /=9;\n\t\t}\n\t\tif ($this->paused) {\n\t\t\t$prio /=11;\n\t\t}\n\t\t$minutes = self::minutesToCallback();\n\t\tif ($minutes<0) {\n\t\t\t$prio *= -$minutes;\n\t\t}\n\t\tif (!is_null($this->timeClosed)) {\n\t\t\t$prio = 0;\n\t\t}\n\t\treturn $prio;\n\t}", "public function getMoney()\n {\n return $this->Money;\n }", "public function classifyBilled(User $user)\n {\n $error=0;\n $this->db->begin();\n\n $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande_fournisseur SET billed = 1';\n $sql .= ' WHERE rowid = '.$this->id.' AND fk_statut > '.self::STATUS_DRAFT;\n if ($this->db->query($sql))\n {\n \tif (! $error)\n \t{\n \t // Call trigger\n \t $result=$this->call_trigger('ORDER_SUPPLIER_CLASSIFY_BILLED', $user);\n \t if ($result < 0) $error++;\n \t // End call triggers\n \t}\n\n \tif (! $error)\n \t{\n \t $this->billed=1;\n\n \t $this->db->commit();\n \t return 1;\n \t}\n \telse\n \t{\n \t $this->db->rollback();\n return -1;\n \t}\n }\n else\n {\n \tdol_print_error($this->db);\n\n \t$this->db->rollback();\n\t\t\treturn -1;\n }\n }", "public function getLoyaltyPoints() : int\n {\n $id = $this->customerSession->getCustomerId();\n $user = $this->customerRepository->getById($id);\n\n if(empty($user->getCustomAttribute(LoyaltyPointsInterface::CODE))) {\n $user->setCustomAttribute(LoyaltyPointsInterface::CODE, 0);\n $this->customerRepository->save($user);\n }\n\n return round($user->getCustomAttribute(LoyaltyPointsInterface::CODE)->getValue());\n }", "public function getProfitCostAttribute()\n {\n if ( Configuration::get('MARGIN_PRICE') == 'STANDARD' )\n return $this->cost_price;\n\n if ( Configuration::get('MARGIN_PRICE') == 'AVERAGE' )\n return $this->cost_average;\n\n // Sensible default\n return $this->cost_price;\n }", "public function getProfitCostAttribute()\n {\n if ( Configuration::get('MARGIN_PRICE') == 'STANDARD' )\n return $this->cost_price;\n\n if ( Configuration::get('MARGIN_PRICE') == 'AVERAGE' )\n return $this->cost_average;\n\n // Sensible default\n return $this->cost_price;\n }", "public function getBaseTotalInvoicedCost();" ]
[ "0.6737792", "0.61487097", "0.6132963", "0.61248946", "0.6123719", "0.6123719", "0.6123719", "0.6123719", "0.6123719", "0.6032343", "0.6017798", "0.6017798", "0.5932584", "0.57452494", "0.5685986", "0.567888", "0.5677948", "0.5677948", "0.5677948", "0.5676787", "0.5644843", "0.5643857", "0.56362146", "0.559004", "0.5562189", "0.55505306", "0.55412245", "0.5537999", "0.55139935", "0.5504067", "0.5486003", "0.54829633", "0.5482523", "0.545026", "0.54437625", "0.5428651", "0.5425088", "0.54213226", "0.5414694", "0.5411946", "0.5379691", "0.5378829", "0.5348472", "0.53413635", "0.5336246", "0.53320587", "0.53313786", "0.53298473", "0.53264654", "0.53260374", "0.5322769", "0.5303832", "0.5295721", "0.52869326", "0.5276058", "0.52749825", "0.52738506", "0.5250821", "0.5250115", "0.524324", "0.5236465", "0.5236326", "0.52362484", "0.5231781", "0.52201414", "0.52176946", "0.52023154", "0.5195318", "0.51928574", "0.51877856", "0.51834154", "0.51732165", "0.5169163", "0.5169163", "0.51606214", "0.51577294", "0.51428837", "0.51329505", "0.51326454", "0.5120962", "0.51186407", "0.5117794", "0.5086759", "0.5079958", "0.50726503", "0.50720304", "0.5067276", "0.5064771", "0.50601596", "0.5059511", "0.5054012", "0.5048765", "0.5043509", "0.50360835", "0.5032626", "0.50134325", "0.5012326", "0.5012115", "0.50109464", "0.50109464", "0.5009262" ]
0.0
-1
The billable rate to use for this user when they are added to a project.
public function setDefaultHourlyRate(?float $defaultHourlyRate): self { $this->initialized['defaultHourlyRate'] = true; $this->defaultHourlyRate = $defaultHourlyRate; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getBillableAmount() : float\n {\n return $this->billableAmount;\n }", "public function getAmountRate()\n {\n return $this->amountRate;\n }", "public function getRate() {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function getRate()\n {\n return $this->rate;\n }", "public function toMoney()\n {\n return $this->rate;\n }", "public function isBillable()\n {\n return $this->billable;\n }", "public function rate()\n {\n return $this->rate;\n }", "public function rate()\n {\n return $this->rate;\n }", "public function getBillableHours() : float\n {\n return $this->billableHours;\n }", "public function getBillingRateTypeAllowableValues()\n {\n return [\n self::BILLING_RATE_TYPE_WORK_ROLE,\n self::BILLING_RATE_TYPE_STAFF_MEMBER,\n ];\n }", "public function user_answer_rate() {\n return (float) number_format($this->usersanswered / $this->postsanswered, 2);\n }", "public function setBillableAmount(float $billableAmount) : self\n {\n $this->billableAmount = $billableAmount;\n return $this;\n }", "public function getBonus()\n {\n return $this->bonus;\n }", "public function getBonus()\n {\n return $this->bonus;\n }", "public function getBonus()\n {\n return $this->bonus;\n }", "public function getBalanceDueAttribute()\n {\n return $this->grossValue - $this->paid;\n }", "public function getTotalBillableTimeAttribute()\n {\n return $this->billable ? floatval($this->calculateTime()) : 0;\n }", "public function getIsBillableAttribute()\n {\n return $this->billable;\n }", "public function getRatePeriod()\n {\n return $this->ratePeriod;\n }", "private function skillRate($user){\n $maxSkillStar=[];\n $skillStar=[];\n $skills=$user->skills;\n foreach($skills as $num=>$skill){\n //endorse checking\n $finalEndorsePoint=$this->endorse($skill);\n\n //recommendation checking\n $finalRecommendationPoint=$this->recommendation($skill);\n\n //checking self-opinion\n $finalOpinionPoint=$this->opinion($skill);\n\n //checking experiences\n $finalExperiencePoint=$this->experience($skill);\n\n //checking degrees\n $finalDegreePoint=$this->degree($skill);\n\n //checking corporations\n $mixCorporation=$this->corporation($skill);\n $finalCorporationPoint=$mixCorporation['finalCorporationPoint'];\n $finalJobPoint=$mixCorporation['finalJobPoint'];\n\n //checking books and articles\n $finalPaperPoint=$this->paper($skill);\n\n //checking histories\n $finalHistoryPoint=$this->history($skill);\n\n //calculate the total each skill point\n $totalSkillPoint=$finalEndorsePoint+\n $finalRecommendationPoint+\n $finalOpinionPoint+\n $finalExperiencePoint+\n $finalDegreePoint+\n $finalCorporationPoint+\n $finalJobPoint+\n $finalPaperPoint+\n $finalHistoryPoint;\n //between 1-5\n $calculatedSkillPoint=$totalSkillPoint/(Config::get('rate')['endorse']['weight']+Config::get('rate')['recommendation']['weight']+Config::get('rate')['opinion']['weight']+Config::get('rate')['experience']['weight']+Config::get('rate')['degree']['weight']+Config::get('rate')['corporation']['weight']+Config::get('rate')['job']['weight']+Config::get('rate')['paper']['weight']+Config::get('rate')['history']['weight']);\n if($calculatedSkillPoint>Config::get('rate')['skill']['result'][5]){ //5 star skill\n $finalSkillPoint=5;\n }elseif($calculatedSkillPoint>Config::get('rate')['skill']['result'][4] && $calculatedSkillPoint<=Config::get('rate')['skill']['result'][5]){\n $finalSkillPoint=4;\n }elseif($calculatedSkillPoint>Config::get('rate')['skill']['result'][3] && $calculatedSkillPoint<=Config::get('rate')['skill']['result'][4]){\n $finalSkillPoint=3;\n }elseif($calculatedSkillPoint>Config::get('rate')['skill']['result'][2] && $calculatedSkillPoint<=Config::get('rate')['skill']['result'][3]){\n $finalSkillPoint=2;\n }elseif($calculatedSkillPoint>=Config::get('rate')['skill']['result'][1] && $calculatedSkillPoint<=Config::get('rate')['skill']['result'][2]){\n $finalSkillPoint=1;\n }else{\n $finalSkillPoint=1;\n }\n $skillStar[$skill->id]=$finalSkillPoint; //between 1-5 the key is the skill id while the value is the rate\n\n //insert the skill rate in skills table\n $skill->update(['rate'=>$finalSkillPoint]);\n\n //insert the skill rate in rates table\n $skillRate=$skill->rate();\n $skillRate->create([\n 'rate'=>$finalSkillPoint\n ]);\n\n }//end of skills foreach\n\n //get max skill rate for the specified user\n if(is_array($maxSkillStar) && !empty($maxSkillStar)){\n $maxSkillStar[$user->id]=max($skillStar);\n }else{\n $maxSkillStar=1;\n }\n\n return $maxSkillStar;\n }", "function getUtilisation(){\n\n $total = $this-> getTotalWeight() ;\n \n return round(($total / $this->capacity) * 100, 2);\n\n }", "public function getLoyaltyPref()\n {\n return $this->loyaltyPref;\n }", "protected function billable()\n {\n return $this->builder->where('billable', true);\n }", "public function getAccountingCost()\n {\n return $this->accountingCost;\n }", "protected function LiveDefaultRate()\n {\n $this->defaultTaxObjects();\n\n return self::$default_tax_objects_rate;\n }", "public function getPenaltycharges()\n {\n return $this->penaltycharges;\n }", "public function getIsBilledAttribute()\n {\n return $this->billed;\n }", "public function getTotalBilledTimeAttribute()\n {\n return $this->billable && $this->billed ? floatval($this->calculateTime()) : 0;\n }", "public function getRate(sfUser $user)\n {\n if (!kRateTools::isGuardBindEnabled())\n {\n return null;\n }\n\n return $this->getRatesQuery()\n ->andWhere('n.user_id = ?', array($user->getGuardUser()->getId()))\n ->fetchOne();\n }", "public function getBillableHours()\n {\n return $this->_billableHours;\n }", "public function getFreeBaggageAllowance()\n {\n return isset($this->FreeBaggageAllowance) ? $this->FreeBaggageAllowance : null;\n }", "public function getDiscountRate(){\n return $this->getParameter('discount_rate');\n }", "public function getPaymentAmount()\n {\n return $this->bonus + parent::getSalary();\n }", "public function get_bonus() {\n\t\treturn $this->_bonus;\n\t}", "public function getAwardedBountyAmount()\n {\n return $this->awardedBountyAmount;\n }", "public function getUserTotalPaid()\n {\n $user = getUser();\n $w = self::where('type', 'credit')->where('user_id', $user->id);\n return $w->sum('amount');\n }", "protected function LiveCurrentRate()\n {\n $this->currentTaxObjects();\n\n return self::$current_tax_objects_rate;\n }", "public function getBalance()\n {\n return (float)$this->client->requestExecute(\"credit\");\n }", "public function setBillable($billable)\n {\n $this->billable = $billable;\n }", "public function getUserRatingAttribute()\n {\n if ($user = Request::user()) {\n $wall_rate = $this->ratings()->where('user_id', $user->id)->first();\n\n if ($wall_rate) {\n return $wall_rate->rate;\n } else {\n return 0;\n }\n }\n\n return null;\n }", "public function getCurrentCurrencyRate() {\r\n\t\treturn $this->_storeManager->getStore()->getCurrentCurrencyRate();\r\n\t}", "public function get_penalty()\n {\n return $this->penalty;\n }", "public function getBaseToOrderRate();", "public function rateUser(Request $request)\n {\n\n //find ride request \n $rideRequest = $this->rideRequest->where('id', $request->ride_request_id)\n ->where('driver_id', $request->auth_driver->id)\n ->whereIn('ride_status', [Ride::TRIP_ENDED, Ride::COMPLETED])\n ->first();\n\n\n if(!$rideRequest || !$rideRequest->user) {\n return $this->api->json(false, 'INVALID_REQUEST', 'Invalid Request, Try again.');\n }\n\n //validate rating number\n if(!$request->has('rating') || !in_array($request->rating, Ride::RATINGS)) {\n return $this->api->json(false, 'INVALID_RATING', 'You must have give rating within '.implode(',', Ride::RATINGS));\n }\n\n\n /** driver cannot give rating until user payment complete */\n if($rideRequest->payment_status == Ride::NOT_PAID) {\n return $this->api->json(false, 'USER_NOT_PAID', 'Ask user to pay before give rating');\n }\n\n\n //updatig both driver and ride request table\n try {\n\n \\DB::beginTransaction();\n\n //saving ride request rating\n $rideRequest->user_rating = $request->rating;\n $rideRequest->save(); \n\n /** push user rating calculation to job */\n ProcessUserRating::dispatch($rideRequest->user_id);\n\n\n //making availble driver\n $driver = $rideRequest->driver;\n $driver->is_available = 1;\n $driver->save();\n\n\n\n \\DB::commit();\n\n } catch(\\Exception $e) {\n \\DB::rollback();\n \\Log::info('USER_RATING');\n \\Log::info($e->getMessage());\n return $this->api->unknownErrResponse();\n }\n \n\n /** send user that you made the payment message */\n $user = $rideRequest->user;\n $currencySymbol = $this->setting->get('currency_symbol');\n $websiteName = $this->setting->get('website_name');\n $invoice = $rideRequest->invoice;\n if($rideRequest->payment_mode == Ride::CASH) {\n $user->sendSms(\"Thank you!! We hope you enjoyed {$websiteName} service. See you next time.\");\n } \n // else {\n // $user->sendSms(\"We hope you enjoyed {$websiteName} service. Please make the payment of {$currencySymbol}\".$invoice->total);\n // }\n\n\n return $this->api->json(true, 'RATED', 'User rated successfully.');\n\n }", "public function getNewUserPrice()\n {\n $value = $this->get(self::new_user_price);\n return $value === null ? (integer)$value : $value;\n }", "public function getShippingRate();", "function get_cost() {\n\t\t$this->_event->log(\"get_costs\", $_SERVER['REQUEST_TIME'], 5, \"cloudprofile.class.php\", \"Calulating bill for cr $this->id\", \"\", \"\", 0, 0, 0);\n\t\t$cr_appliance_id = $this->appliance_id;\n\t\t$app_id_arr = explode(\",\", $cr_appliance_id);\n\t\t$cr_costs_final = 0;\n\t\tforeach ($app_id_arr as $app_id) {\n\t\t\t$cloud_app = new cloudappliance();\n\t\t\t$cloud_app->get_instance_by_appliance_id($app_id);\n\t\t\t// check state, only bill if active\n\t\t\tif ($cloud_app->state == 1) {\n\t\t\t\t// basic cost\n\t\t\t\t$cr_costs = 0;\n\t\t\t\t// + per cpu\n\t\t\t\t$cr_costs = $cr_costs + $this->cpu_req;\n\t\t\t\t// + per nic\n\t\t\t\t$cr_costs = $cr_costs + $this->network_req;\n\t\t\t\t// ha cost double\n\t\t\t\tif (!strcmp($this->ha_req, '1')) {\n\t\t\t\t\t$cr_costs = $cr_costs * 2;\n\t\t\t\t}\n\t\t\t\t// TODO : disk costs\n\t\t\t\t// TODO : network-traffic costs\n\n\t\t\t\t// sum\n\t\t\t\t$cr_costs_final = $cr_costs_final + $cr_costs;\n\t\t\t\t$this->_event->log(\"get_costs\", $_SERVER['REQUEST_TIME'], 5, \"cloudprofile.class.php\", \"-> Billing active appliance $app_id (cr $this->id) = $cr_costs CC-units\", \"\", \"\", 0, 0, 0);\n\t\t\t} else {\n\t\t\t\t$this->_event->log(\"get_costs\", $_SERVER['REQUEST_TIME'], 5, \"cloudprofile.class.php\", \"-> Not billing paused appliance $app_id (cr $this->id)\", \"\", \"\", 0, 0, 0);\n\t\t\t}\n\t\t}\n\t\t$this->_event->log(\"get_costs\", $_SERVER['REQUEST_TIME'], 5, \"cloudprofile.class.php\", \"-> Final bill for cr $this->id = $cr_costs_final CC-units\", \"\", \"\", 0, 0, 0);\n\t\treturn $cr_costs_final;\n\t}", "public function getRateLimit(){\n\t\treturn $this->rateLimit;\n\t}", "private function updateBalance()\n {\n if (!auth()->user()->hasRole('admin')) {\n auth()->user()->update([\n 'credit' => auth()->user()->credit - $this->totalCost()\n ]);\n }\n }", "function get_payment_rate($subtotal) {}", "public function getRate()\n {\n return $this->hasOne(PaymentRate::class, ['id' => 'rate_id']);\n }", "public function setBillableHours(float $billableHours) : self\n {\n $this->billableHours = $billableHours;\n return $this;\n }", "public function getMonthlyFee(): float { return 2.0; }", "public function getCurrentBalanceInDollars()\n {\n return $this->getCurrentBalance()->getAmount() / 100;\n }", "public function getOilBonus() // 1% expa = 0.3% bonusu\n\t{\n\t\treturn $this->getExperience() * 0.2;\n\t}", "public function getTaxRate();", "public function amount(): string\n {\n $amount = 0;\n if ($this->tier === Patreon::PLEDGE_OWLBEAR) {\n $amount = 5;\n } elseif ($this->tier === Patreon::PLEDGE_ELEMENTAL) {\n $amount = 25;\n }\n\n // Offer a free month for those who sub for a year\n if ($this->period === 'yearly') {\n $amount *= 11;\n }\n\n return $this->user->currencySymbol() . ' ' . $amount . '.00';\n }", "public function addUserRate(UserRate $l)\n\t{\n\t\tif ($this->collUserRates === null) {\n\t\t\t$this->initUserRates();\n\t\t}\n\t\tif (!in_array($l, $this->collUserRates, true)) { // only add it if the **same** object is not already associated\n\t\t\tarray_push($this->collUserRates, $l);\n\t\t\t$l->setUser($this);\n\t\t}\n\t}", "public function getTotalNotBilledTimeAttribute()\n {\n return $this->billable && ! $this->billed ? floatval($this->calculateTime()) : 0;\n }", "public function getCustomCost() {\n return $this->customCost;\n }", "public function getAwardedBountyAmount();", "public function getBonusAttInstance()\n {\n return new BonusAttribute();\n }", "public function rateUser()\n {\n\t\t$userSession = \\Utility\\Singleton::getInstance(\"\\Control\\Session\");\n\t\t$userLog = $userSession->get('username');\n\t\t$user = new \\Foundation\\User();\n\t\t$view = \\Utility\\Singleton::getInstance(\"\\View\\Main\");\n\t\t$username=$view->get('userProfile');\n\t\t\n\t\t$hasAlreadyRated=$this->hasVoted($username, $userLog);\n\t\t$vote=$view->get('vote');\n\t\t\n if(!$hasAlreadyRated)\n {\t\t\t\n $votation=$user->usersVotation($username, $userLog, $vote);\n $reliabilityVotes = $user->getNumberOfReliabilityVotes($username);\n \n $user2=$user->getByUsername($username);\n $user2->updateReliabilityScore($reliabilityVotes,$vote);\n \n $isUpdated=$user->updateReliabilityScore($username,$user2->getReliability());\n\n return $votation; /** @todo add a return for the else statement*/\n\t\t}\n // else return something\n\t}", "public function get_loyalty_balance($userId) { \n $loyalty_consumption = 0;\n $total_points_earned_to_date = 0;\n \n $loyaltyBalanceDetails = array();\n $loyaltyBalanceDetails['BalancePoints']= 0;\n \n # Get loyalty earned details till date\n $loyaltyEarnedDetails = $this -> get_loyalty_earned_details($userId); \n \n if($loyaltyEarnedDetails)\n {\n $total_points_earned_to_date = $loyaltyEarnedDetails['userProductReviews'] + $loyaltyEarnedDetails['userProductShares'] + $loyaltyEarnedDetails['userAppShares']; \n }\n \n # Get loyalty redeemed details\n $redeemedDetails = $this -> get_loyalty_redeemed_details($userId);\n \n \n if($redeemedDetails)\n {\n $loyalty_consumption = $redeemedDetails['loyalty_consumption'];\n }\n \n return $loyaltyBalanceDetails['BalancePoints'] = $total_points_earned_to_date - $loyalty_consumption;\n }", "public function getGwBasePriceRefunded() {\n return $this->item->getGwBasePriceRefunded();\n }", "function getOutletDiscountRate()\n {\n $dayOfMonth = date('j');\n return 20 + $dayOfMonth;\n }", "public function getCurrentBalance(): Money\n {\n return $this->getBalanceOn(Carbon::now());\n }", "public function balance($user_name)\n {\n $vitals = $this->private_user_data($user_name, 'vitals');\n return $vitals->balance;\n }", "public function getCreateCost()\n {\n return $this->get(self::_CREATE_COST);\n }", "public function getCreateCost()\n {\n return $this->get(self::_CREATE_COST);\n }", "function interestRate($item_id){\n\t\treturn 0.1;\n\t}", "public function getAmountPlanned()\n {\n return $this->amountPlanned instanceof CentPrecisionMoneyBuilder ? $this->amountPlanned->build() : $this->amountPlanned;\n }", "public function getPostage() {\n return $this->PostageCost;\n }", "public function getAmtPaid()\n {\n return $this->amt_paid;\n }", "public function getBaseTotalPaid();", "function _erpal_projects_helper_get_timetracking_price_of_billable($nid, $check_permissions=true) {\n \n //we dont call this if projects billable module is not enabled\n if (!module_exists('erpal_projects_billable')) \n return false;\n \n $billables = _billable_get_billables_by_subject(array($nid));\n\n if ($check_permissions && !user_access('field view pricing')) {\n return false;\n }\n\n $sum = 0;\n foreach ($billables as $billable_id) {\n $billable = billable_load($billable_id);\n\n //we add only price form billables where the contractor is the own company, because if a freelancer tracked time, there will also be a billable where the freelancer is the contractor.\n $contractor_nid = $billable->contractor_nid;\n $own_company_nid = _erpal_basic_helper_get_own_company_nid(false);\n if ($contractor_nid != $own_company_nid)\n continue;\n\n $sum += $billable->total_price_no_vat;\n }\n\n return $sum;\n}", "public function canRate()\n {\n if ($this->_blCanRate === null) {\n\n $this->_blCanRate = false;\n\n if ($this->ratingIsActive() && $oUser = $this->getUser()) {\n\n $oRating = oxNew('oxrating');\n $this->_blCanRate = $oRating->allowRating($oUser->getId(), 'oxarticle', $this->getProduct()->getId());\n }\n }\n\n return $this->_blCanRate;\n }", "public function getSumRatingAttribute() : float\n {\n return $this->sumRating();\n }", "public function getPenaltySurchargePercent()\n {\n return $this->penaltySurchargePercent;\n }", "function getBitRate(){\n\t\treturn round($this->bitRate,2);\n\t}", "public function rate()\n {\n\n }", "public function getCost() {\n return 15 + $this->carService->getCost();\n }", "public function getPricing() {\r\n\t\t\treturn $this->_pricing;\r\n\t\t}", "public function getGwPriceRefunded() {\n return $this->item->getGwPriceRefunded();\n }", "function construct_account_bonus($userid = 0, $mode = 'active')\n\t{\n\t\tglobal $ilance, $phrase, $page_title, $area_title, $ilconfig, $ilpage;\n\t\t$sql = $ilance->db->query(\"\n\t\t\tSELECT first_name, username, email\n\t\t\tFROM \" . DB_PREFIX . \"users\n\t\t\tWHERE user_id = '\" . intval($userid) . \"'\n\t\t\", 0, null, __FILE__, __LINE__);\n\t\tif ($ilance->db->num_rows($sql) > 0)\n\t\t{\n\t\t\t$res = $ilance->db->fetch_array($sql, DB_ASSOC);\n\t\t\t$username = stripslashes($res['username']);\n\t\t\t$firstname = stripslashes($res['first_name']);\n\t\t\t$email = $res['email'];\n\t\t\t$account_bonus = '0.00';\n\t\t\t// let's determine the email sending logic \n\t\t\tif (isset($mode))\n\t\t\t{\n\t\t\t\tswitch ($mode)\n\t\t\t\t{\n\t\t\t\t\tcase 'active':\n\t\t\t\t\t{\n\t\t\t\t\t\t// this is an active member registering so we will:\n\t\t\t\t\t\t// - create a credit transaction\n\t\t\t\t\t\t// - send bonus email to new member\n\t\t\t\t\t\t// - send bonus email to admin\n\t\t\t\t\t\t// - return the account bonus amount to the calling script\n\t\t\t\t\t\tif ($ilconfig['registrationupsell_bonusactive'] AND $ilconfig['registrationupsell_amount'] > 0)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$account_bonus = sprintf(\"%01.2f\", $ilconfig['registrationupsell_amount']);\n\t\t\t\t\t\t\t$newinvoiceid = $ilance->accounting->insert_transaction(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tintval($userid),\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t$ilconfig['registrationupsell_bonusitemname'],\n\t\t\t\t\t\t\t\tsprintf(\"%01.2f\", $ilconfig['registrationupsell_amount']),\n\t\t\t\t\t\t\t\tsprintf(\"%01.2f\", $ilconfig['registrationupsell_amount']),\n\t\t\t\t\t\t\t\t'paid',\n\t\t\t\t\t\t\t\t'credit',\n\t\t\t\t\t\t\t\t'account',\n\t\t\t\t\t\t\t\tDATETIME24H,\n\t\t\t\t\t\t\t\tDATEINVOICEDUE,\n\t\t\t\t\t\t\t\tDATETIME24H,\n\t\t\t\t\t\t\t\t'{_thank_you_for_becoming_a_member_on_our_marketplace_please_enjoy_your_stay}',\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t1,\n\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t0\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t$ilance->db->query(\"\n\t\t\t\t\t\t\t\tUPDATE \" . DB_PREFIX . \"invoices\n\t\t\t\t\t\t\t\tSET isregisterbonus = '1'\n\t\t\t\t\t\t\t\tWHERE invoiceid = '\" . intval($newinvoiceid) . \"'\n\t\t\t\t\t\t\t\");\n\t\t\t\t\t\t\t$ilance->email->mail = $email;\n\t\t\t\t\t\t\t$ilance->email->slng = fetch_site_slng();\n\t\t\t\t\t\t\t$ilance->email->get('registration_account_bonus');\t\t\n\t\t\t\t\t\t\t$ilance->email->set(array(\n\t\t\t\t\t\t\t\t'{{user}}' => $firstname,\n\t\t\t\t\t\t\t\t'{{username}}' => $username,\n\t\t\t\t\t\t\t\t'{{bonus_amount}}' => strip_tags($ilance->currency->format($ilconfig['registrationupsell_amount'])),\n\t\t\t\t\t\t\t));\n\t\t\t\t\t\t\t$ilance->email->send();\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tcase 'unverified':\n\t\t\t\t\t{\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t} \n\t\t\t\t\tcase 'moderated':\n\t\t\t\t\t{\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn $account_bonus;\n\t}", "public function getUsersCurrentBonus(User $user)\n {\n $currentBonus = $user->userSalaries->last()->bonus_rule_id;\n\n return $currentBonus;\n }", "public function getCostMoney()\n {\n return $this->get(self::_COST_MONEY);\n }", "protected function cost()\n {\n return $this->rounds;\n }", "public function getBaseCost() {\n return $this->item->getBaseCost();\n }", "public function getBonus() {\n return strval($this->bonus);\n }", "public function getCalculatedPrioAttribute()\n\t{\n\t\t$level = self::userCurrentLevel();\n\t\t$prio = ($level +1) * $this->prio;\n\t\tif ($this->vip) {\n\t\t\t$prio *= 5; \n\t\t}\n\t\tif ($this->taskPersonal_id == Auth::id()) {\n\t\t\t$prio *=2;\n\t\t}\n\t\tif (!is_null($this->timeCustomercallback)) {\n\t\t\t$prio /=6;\n\t\t}\n\t\tif ($this->waitingForCustomer) {\n\t\t\t$prio /=9;\n\t\t}\n\t\tif ($this->paused) {\n\t\t\t$prio /=11;\n\t\t}\n\t\t$minutes = self::minutesToCallback();\n\t\tif ($minutes<0) {\n\t\t\t$prio *= -$minutes;\n\t\t}\n\t\tif (!is_null($this->timeClosed)) {\n\t\t\t$prio = 0;\n\t\t}\n\t\treturn $prio;\n\t}", "public function getMoney()\n {\n return $this->Money;\n }", "public function getLoyaltyPoints() : int\n {\n $id = $this->customerSession->getCustomerId();\n $user = $this->customerRepository->getById($id);\n\n if(empty($user->getCustomAttribute(LoyaltyPointsInterface::CODE))) {\n $user->setCustomAttribute(LoyaltyPointsInterface::CODE, 0);\n $this->customerRepository->save($user);\n }\n\n return round($user->getCustomAttribute(LoyaltyPointsInterface::CODE)->getValue());\n }", "public function getProfitCostAttribute()\n {\n if ( Configuration::get('MARGIN_PRICE') == 'STANDARD' )\n return $this->cost_price;\n\n if ( Configuration::get('MARGIN_PRICE') == 'AVERAGE' )\n return $this->cost_average;\n\n // Sensible default\n return $this->cost_price;\n }", "public function getProfitCostAttribute()\n {\n if ( Configuration::get('MARGIN_PRICE') == 'STANDARD' )\n return $this->cost_price;\n\n if ( Configuration::get('MARGIN_PRICE') == 'AVERAGE' )\n return $this->cost_average;\n\n // Sensible default\n return $this->cost_price;\n }", "public function classifyBilled(User $user)\n {\n $error=0;\n $this->db->begin();\n\n $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande_fournisseur SET billed = 1';\n $sql .= ' WHERE rowid = '.$this->id.' AND fk_statut > '.self::STATUS_DRAFT;\n if ($this->db->query($sql))\n {\n \tif (! $error)\n \t{\n \t // Call trigger\n \t $result=$this->call_trigger('ORDER_SUPPLIER_CLASSIFY_BILLED', $user);\n \t if ($result < 0) $error++;\n \t // End call triggers\n \t}\n\n \tif (! $error)\n \t{\n \t $this->billed=1;\n\n \t $this->db->commit();\n \t return 1;\n \t}\n \telse\n \t{\n \t $this->db->rollback();\n return -1;\n \t}\n }\n else\n {\n \tdol_print_error($this->db);\n\n \t$this->db->rollback();\n\t\t\treturn -1;\n }\n }", "public function getBasePrice()\n {\n return $this->base_price;\n }" ]
[ "0.67363626", "0.61487997", "0.6133954", "0.6124631", "0.6124631", "0.6124631", "0.6124631", "0.6124631", "0.6124529", "0.6032216", "0.60189426", "0.60189426", "0.5931399", "0.5745432", "0.5685813", "0.56779295", "0.5677518", "0.5677518", "0.5677518", "0.56753707", "0.56444347", "0.56435865", "0.5637108", "0.558926", "0.5561634", "0.55516535", "0.55422086", "0.5537516", "0.5514892", "0.55036706", "0.5485867", "0.5482524", "0.54813296", "0.5449574", "0.5443051", "0.54290134", "0.5424764", "0.542103", "0.5414243", "0.5412209", "0.538008", "0.53784674", "0.5348362", "0.5342022", "0.5337115", "0.5331104", "0.53309804", "0.53303444", "0.5326684", "0.53265095", "0.5323019", "0.5304692", "0.5295913", "0.52856416", "0.52776456", "0.5274002", "0.5272693", "0.5250421", "0.5250317", "0.5242464", "0.5236139", "0.5235857", "0.5235791", "0.523132", "0.5219525", "0.52163756", "0.520398", "0.5193243", "0.5192066", "0.51878613", "0.5183119", "0.517035", "0.51697046", "0.51697046", "0.51594615", "0.5157938", "0.51429856", "0.5132652", "0.51324576", "0.5121826", "0.5119394", "0.5118439", "0.5086578", "0.50806946", "0.50727576", "0.5072379", "0.50676054", "0.506435", "0.50587267", "0.505849", "0.5054466", "0.5049482", "0.50429934", "0.5035789", "0.50317657", "0.50139403", "0.5011863", "0.50111336", "0.50111336", "0.50101393", "0.50078124" ]
0.0
-1
Descriptive names of the business roles assigned to this person. They can be used for filtering reports, and have no effect in their permissions in Harvest.
public function getRoles(): ?array { return $this->roles; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getRolesNames ();", "public static function getRolesNames()\n {\n return ArrayHelper::getColumn(static::getNotDefaultRoles(), 'name');\n }", "public function getRoles()\n\t{\n\t\t$roles = array_map(function($value)\n\t\t{\n\t\t\treturn Html::a($value, $value->links['self']);\n\t\t}, $this->entity->roles);\n\n\t\treturn join('<br>', $roles);\n\t}", "public function getRolesAsString()\n {\n $roles = array();\n foreach ($this->getRoles() as $role) {\n $role = explode('_', $role);\n array_shift($role);\n if ($role) $roles[] = ucfirst(strtolower(implode(' ', $role)));\n }\n return implode(', ', $roles);\n }", "public function getReadableRoleNameAttribute()\n {\n $roleName = strtoupper($this->role_name);\n return is_null($roleName)? null : config(\"enums.roles.$roleName.display_name\");\n }", "public function getRoles()\n {\n $roles = Yii::$app->authManager->getRolesByUser($this->getId());\n return ArrayHelper::getColumn($roles, 'name', false);\n }", "public function list_roles(){\n $roles=$this->roles->pluck('name')->toArray();\n //el primer parametro es el separador, y el segundo para es el arreglo a seprar\n // es lo opuesto al explode que retorna una arreglo\n $string=implode(', ',$roles);\n return $string;\n\n }", "public function roleList()\n {\n $roleList = '<ul>';\n foreach ($this->roles as $role) {\n $roleList .= '<li>'.$role->name.'</li>';\n }\n $roleList .= '</ul>';\n\n return $roleList;\n }", "public function roles()\n {\n\n $roles = get_editable_roles();\n $output = array();\n foreach ($roles as $key => $val) {\n $output[$key] = $val['name'];\n }\n return $output;\n }", "public function getLabel() : string\n {\n return $this->get('label', 'roles');\n }", "public static function label()\n {\n return __('permission-tool::resources.roles');\n }", "public function getDescription() {\n return($this->{Foomy_Model_Role_Peer::F_DESCRIPTION});\n }", "public function getRoleName()\n {\n return $this->role_name;\n }", "public function roleNameC(): string\n {\n $roles = $this->getRoleNames()->all();\n foreach ([\"Admin\", \"Volunteer\", \"Donor\"] as $item) {\n if (in_array($item, $roles)) {\n return $item;\n }\n }\n return \"No Role\";\n }", "public function getRoleNamesForCurrentViewer()\n {\n $entity = $this->getCurrentViewer();\n if ($entity->getId() == 0 || $entity->countRoles() == 0) {\n return [Role::ANONYMOUS_SYSTEM_ROLE];\n }\n\n return array_column($entity->getRoles(['columns' => ['name']])->toArray(), 'name');\n }", "public function getRoleName()\n {\n return $this->getRoles()->one()->name;\n }", "public function getRoles(){\n\n $roles = $this->visiteur_roles->map(function($role){\n return $role->getTitle();\n })->ToArray();\n\n $roles[]= 'ROLE_USER';\n \n return $roles;\n }", "public function getRoles()\n {\n #obsolete, I don't wnat user roles, I want the permission those roles are linked to\n # so I just need a getPermissions once, store those constants in a small session array\n #$roles = $this->roles;\n\n #d($roles);\n\n #foreach ($roles as $role) {\n # echo $role->name;\n #}\n }", "public function getRoles() {\n $string = null;\n\n $last = end($this->roles);\n\n foreach ($this->roles as $role) {\n if ($role->role != end($last)->role) {\n $string .= $role->role . ', ';\n } else {\n $string .= $role->role;\n }\n }\n\n return $string;\n }", "public function getRole() : string\n {\n return $this->role;\n }", "public function getRoleName()\r\n {\r\n return $this->roleName;\r\n }", "public static function getRolesMap()\n {\n return ArrayHelper::map(static::getNotDefaultRoles(), 'name', 'description');\n }", "public function getName()\n {\n return $this->get('roleName');\n }", "public function getRole(): string\n {\n $roles = RoleEnum::getConstants();\n\n return $roles[$this->role][1];\n }", "protected function get_roles_disponibles()\n\t{\n\t\t$roles_existentes = array();\n\t\t$datos = $this->db->listar_roles();\n\t\tforeach($datos as $valor) {\n\t\t\t$roles_existentes[] = strtolower($valor['rolname']);\n\t\t}\n\t\treturn $roles_existentes;\n\t}", "public function getRole()\n {\n return $this->getName();\n }", "public function getSystemRoleNames() {\n if (!isset($this->cache['roleNames']))\n return $this->cache['roleNames'];\n\n $roles = Environment::getConfig()->roles;\n $roleNames = array(\n 'administrator' => $this->getRole($roles->administrator)->name,\n 'employee' => $this->getRole($roles->employee)->name,\n 'student' => $this->getRole($roles->student)->name,\n );\n\n $this->cache->save('roleNames', $roleNames);\n return $roleNames;\n }", "public function __toString()\n {\n return (string) $this->role;\n }", "public function getRoles()\n {\n return explode(\" \", $this->role);\n }", "public function getName() {\n return($this->{Foomy_Model_Role_Peer::F_NAME});\n }", "public static function getAccessibleRoles() {\n $roles = [\n 'super_admin',\n 'administrator',\n 'shop_manager',\n 'editor',\n 'author',\n 'contributor',\n ];\n return apply_filters('core_standards/admin/accessible_roles', $roles);\n }", "public function __toString()\r\n {\r\n return (string)$this->roleName;\r\n }", "public function getRoles() \n {\n return $this->roles;\n }", "public function getRoles()\n {\n return array('1');\n }", "public function getRoles()\r\n {\r\n return $this->roles;\r\n }", "public function getRoles()\n {\n return array(\"ROLE_\".$this->getUserGroup());\n }", "public function getRoleName()\n {\n return $this->_roleName;\n }", "function egsr_custom_site_roles(){\n\n return Array ( \n // STAFF_ROLE => Array (\n // 'label' => STAFF_ROLE_LABEL,\n // 'caps' => egsr_staff_cap(),\n // ),\n GROUP_EDITOR_ROLE => Array (\n 'label' => GROUP_EDITOR_ROLE_LABEL,\n 'caps' => egsr_group_editor_cap(),\n ),\n GROUP_ADMIN_ROLE => Array (\n 'label' => GROUP_ADMIN_ROLE_LABEL,\n 'caps' => egsr_group_admin_cap(),\n ),\n );\n\n}", "public function getRoleName(): string\n {\n return $this->roleManagement->getRoleName();\n }", "public static function getRoles()\n {\n return self::$roles;\n }", "public function getProductionRoles();", "function getRoles () {\n return array(\"user.friendRequest.edit\",\"user.friendRequest.view\");\n }", "public function getRoles()\n {\n }", "public function getRoles()\n {\n }", "public function getRoles()\n {\n }", "public function roles();", "public function roles();", "public function roles();", "public function roles();", "public function getRoles()\n {\n if ($this->rolesNames === null) {\n $this->rolesNames = [];\n foreach ($this->getRolesEntities() as $role) {\n $this->rolesNames[] = $role->getName();\n }\n }\n\n return $this->rolesNames;\n }", "public function getAvailableRoles() ;", "public function getRoles()\n {\n $roles = $this->roles;\n if ($roles != NULL) {\n\n return explode(\" \", $roles);\n } else {\n return $this->roles;\n }\n // return ['ROLE_USER'];\n }", "function getName() {\n\t\treturn \"role\";\n\t}", "private function getRolesPermissions()\n {\n return [\n [\n 'name' => 'Roles - List all roles',\n 'description' => 'Allow to list all roles.',\n 'slug' => RolesPolicy::PERMISSION_LIST,\n ],\n [\n 'name' => 'Roles - View a role',\n 'description' => 'Allow to view the role\\'s details.',\n 'slug' => RolesPolicy::PERMISSION_SHOW,\n ],\n [\n 'name' => 'Roles - Add/Create a role',\n 'description' => 'Allow to create a new role.',\n 'slug' => RolesPolicy::PERMISSION_CREATE,\n ],\n [\n 'name' => 'Roles - Edit/Update a role',\n 'description' => 'Allow to update a role.',\n 'slug' => RolesPolicy::PERMISSION_UPDATE,\n ],\n [\n 'name' => 'Roles - Delete a role',\n 'description' => 'Allow to delete a role.',\n 'slug' => RolesPolicy::PERMISSION_DELETE,\n ],\n ];\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return [$this->role];\n }", "public function getRoles()\n {\n return [$this->role];\n }", "public function getRoleName()\n\t{\n\t\treturn $this->_roleName;\n\t}", "public function getRoleName() {\n $gids = ArrayHelper::getColumn(SystemUserGroup::find()->where(['ad_uid' => $this->getId()])->asArray()->all(), 'sg_id');\n $gName = ArrayHelper::getColumn(SystemGroup::find()->where(['sg_id' => $gids])->asArray()->all(), 'sg_name');\n return implode('、', $gName);\n }", "public function findRolesWithTitle()\n\t{\n\t\treturn array(\n\t\t\tself::USER => 'User',\n\t\t\tself::ADMINISTRATOR => 'Administrator',\n\t\t\tself::BLOCKED => 'Blocked'\n\t\t);\n\t}", "function acf_get_user_role_labels($roles = array())\n{\n}", "public function diviroids_user_roles($atts)\n {\n $roles = DiviRoids_Security::get_current_user('roles');\n return !empty($roles) ? implode(',', $roles) : '';\n }", "public function getRole() : string;", "function getUserRoleName()\n{\n return array_flip(getConfig('role'))[Auth::user()->role_id];\n}", "public function roleFieldName() {\n return 'role';\n }", "public function getRolesList()\n\t{\n\t\t$roles = Role::select('name as text', 'id')->get();\n\t\treturn $roles;\n\t}", "function getAllRoles(){\r\n $data = new \\Cars\\Data\\Common($this->app);\r\n return $data->getAllRoles();\r\n }", "function getRoles () {\n return array(\"user.image.edit\",\"user.image.view\");\n }", "public function getRoles()\n\t{\n\t\t$roles = $this->role_gestion->all();\n\n\t\treturn view('back.users.roles', compact('roles'));\n\t}", "public function getRoles()\n {\n $roles = $this->roles;\n\n $roles[] = 'IS_AUTHENTICATED_FULLY';\n\n return array_unique($roles);\n }", "public function getRoles()\n\t{\n\t\t$roles = [];\n\n\t\tif (!$this->roles)\n\t\t\treturn $roles;\n\n\t\tforeach ($this->roles as $role)\n\t\t{\n\t\t\t$roles[$role->role] = $role->name;\n\t\t}\n\n\t\treturn $roles;\n\t}", "public function getRoles()\n {\n return array($this->role);\n }", "public function getRoles()\r\n {\r\n return \\yii\\helpers\\ArrayHelper::map(\r\n $this->hasMany(AuthAssignment::className(), ['user_id' => 'user_id'])\r\n ->select(['id'=>'item_name', 'value'=>'description'])\r\n ->join('left join', 'auth_item', 'auth_item.name = auth_assignment.item_name')\r\n ->asArray()->all(),\r\n 'value', 'id');\r\n }", "public function & GetRoles ();", "public function getAllRoles()\n {\n return $this->roles;\n }", "abstract protected function getRoles();", "public function displayRoles()\n { \n\n $user_data = $this->UserOrganisation_model->getAllByGet();\n foreach($user_data as $data){\n $email = $data->email;\n $roles = $this->UserOrganisation_model->findRole($data->id);\n if(count($roles)){\n foreach($roles as $role){\n $data = $role->name;\n $roleId = $role->pivot->role_id;\n $userId = $role->pivot->user_id;\n $arr_data = array('id'=>$roleId,'userId'=>$userId,'role'=>$data,'email'=>$email);\n $datas[]=$arr_data;\n }\n }else{\n $datas=$roles;\n }\n }\n return view('acl\\revoke_role', ['users' => $datas]);\n }", "public function getRole() \n {\n return $this->_fields['Role']['FieldValue'];\n }", "function get_user_roles()\n{\n $roles = get_acl()->getRoles();\n foreach ($roles as $key => $val) {\n $roles[$val] = __(Inflector::humanize($val));\n unset($roles[$key]);\n }\n return $roles;\n}", "public function getRolesAttribute()\n\t{\n\t\treturn $this->rolesAttribute ?: 'role';\n\t}", "public function getRoles(){\n\n return $this->_arrRoles;\n \n }", "function yith_ywraq_get_roles(){\n global $wp_roles;\n return array_merge( array( 'all' => __( 'All', 'yith-woocommerce-request-a-quote' ) ), $wp_roles->get_names() );\n }", "public function getUserRoles()\n {\n\n $roles = array();\n\n if (Permission::isSuperAdmin()) {\n $roles = [\n '1' => 'Super Admin',\n '2' => 'System Admin',\n ];\n } elseif (Permission::isSystemAdmin()) {\n $roles = [\n '2' => 'System Admin',\n ];\n }\n\n return $roles;\n }", "public function getRoleName()\n {\n return $this->isPrimary ? 'Client' : 'Joint';\n }", "public function getRoles(): array\n {\n return [$this->role];\n }", "public static function getListRole(){\n return SentinelRole::where('company_id_fk',Sentinel::getUser()->company_id_fk)->orWhere('company_id_fk')->lists('name','id')->all();\n }", "public function roles()\n {\n return [\n 'traveller', 'sender'\n ];\n }", "public function rolesForUser();", "public function getDirectRoles() {\n return $this->roles;\n }", "public function getRoles(): array;", "protected function getMappedRoles()\n {\n $user = $this->user;\n $roles = $this->getGate()->getDefaultRoles();\n\n if ($user instanceof User) {\n $userRoles = $user->roles;\n if ($userRoles) {\n $userRoles = $userRoles->lists('key')->toArray();\n } else {\n $userRoles = [];\n }\n $roles = array_merge($roles, $userRoles);\n }\n\n array_walk($roles, function (&$item) {\n $mapping = [\n 'admin' => 'administrator',\n 'user' => 'member',\n ];\n\n if (array_key_exists($item, $mapping)) {\n $item = $mapping[$item];\n }\n });\n\n return implode(',', $roles);\n }", "public function getUserRole()\r\n {\r\n $admin_user_session = Mage::getSingleton('admin/session');\r\n $adminUserId = $admin_user_session->getUser()->getUserId();\r\n return Mage::getModel('admin/user')->load($adminUserId)->getRole()->role_name;\r\n }", "public function getRoles() {\n return $this->getRelation(\"roles\");\n }", "public function actionRoles()\n\t{\n\t\tYii::app()->user->rightsReturnUrl = array('authItem/roles');\n\t\t\n\t\t$dataProvider = new RAuthItemDataProvider('roles', array(\n\t\t\t'type'=>CAuthItem::TYPE_ROLE,\n\t\t\t'sortable'=>array(\n\t\t\t\t'id'=>'RightsRoleTableSort',\n\t\t\t\t'element'=>'.role-table',\n\t\t\t\t'url'=>$this->createUrl('authItem/sortable'),\n\t\t\t),\n\t\t));\n\n\t\t// Render the view\n\t\t$this->render('roles', array(\n\t\t\t'dataProvider'=>$dataProvider,\n\t\t\t'isBizRuleEnabled'=>$this->module->enableBizRule,\n\t\t\t'isBizRuleDataEnabled'=>$this->module->enableBizRuleData,\n\t\t));\n\t}", "static function group(): string { return 'roles'; }", "public function getRoles()\n {\n $roles = ArrayHelper::map(Yii::$app->authManager->getRoles(), 'name', 'name');\n\n $now = Yii::$app->authManager->getRolesByUser(Yii::$app->user->getId());\n\n unset($roles[array_search('super_administrator', $roles)]);\n unset($roles[array_search('user', $roles)]);\n\n foreach ($roles as $key => $role) {\n $roles[$key] = Yii::t('backend', $role);\n }\n\n return $roles;\n }" ]
[ "0.7013869", "0.70003366", "0.6958998", "0.69506437", "0.68633217", "0.6845099", "0.6693507", "0.66211915", "0.65939087", "0.6589485", "0.6567311", "0.6550298", "0.6456864", "0.644433", "0.644174", "0.6432512", "0.64042497", "0.6403491", "0.64018035", "0.6395029", "0.63549507", "0.633315", "0.6324569", "0.63101894", "0.62963074", "0.6284904", "0.6275011", "0.62717354", "0.6268674", "0.62555283", "0.62543684", "0.6254022", "0.62422574", "0.6231668", "0.62289065", "0.6225354", "0.6221529", "0.6212364", "0.62069273", "0.61957204", "0.6183983", "0.6174722", "0.6165323", "0.6165323", "0.6165323", "0.616126", "0.616126", "0.616126", "0.616126", "0.61528385", "0.61481255", "0.6144429", "0.6144038", "0.6129893", "0.61093515", "0.61093515", "0.61093515", "0.61093515", "0.61093515", "0.61093515", "0.6102803", "0.6102803", "0.6093936", "0.60740244", "0.60659766", "0.6063422", "0.60576314", "0.6051716", "0.60472804", "0.60467625", "0.60466945", "0.6031416", "0.60210437", "0.6014758", "0.6013019", "0.6005986", "0.59990996", "0.5995841", "0.5994567", "0.5989703", "0.59747046", "0.59633595", "0.59531736", "0.5917686", "0.5917219", "0.59169066", "0.59111744", "0.5909331", "0.5907429", "0.5903234", "0.58926576", "0.58919364", "0.5891649", "0.5888979", "0.5887254", "0.5883402", "0.58785415", "0.58781534", "0.5875254", "0.5873965", "0.5860366" ]
0.0
-1
Descriptive names of the business roles assigned to this person. They can be used for filtering reports, and have no effect in their permissions in Harvest.
public function setRoles(?array $roles): self { $this->initialized['roles'] = true; $this->roles = $roles; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getRolesNames ();", "public static function getRolesNames()\n {\n return ArrayHelper::getColumn(static::getNotDefaultRoles(), 'name');\n }", "public function getRoles()\n\t{\n\t\t$roles = array_map(function($value)\n\t\t{\n\t\t\treturn Html::a($value, $value->links['self']);\n\t\t}, $this->entity->roles);\n\n\t\treturn join('<br>', $roles);\n\t}", "public function getRolesAsString()\n {\n $roles = array();\n foreach ($this->getRoles() as $role) {\n $role = explode('_', $role);\n array_shift($role);\n if ($role) $roles[] = ucfirst(strtolower(implode(' ', $role)));\n }\n return implode(', ', $roles);\n }", "public function getReadableRoleNameAttribute()\n {\n $roleName = strtoupper($this->role_name);\n return is_null($roleName)? null : config(\"enums.roles.$roleName.display_name\");\n }", "public function getRoles()\n {\n $roles = Yii::$app->authManager->getRolesByUser($this->getId());\n return ArrayHelper::getColumn($roles, 'name', false);\n }", "public function list_roles(){\n $roles=$this->roles->pluck('name')->toArray();\n //el primer parametro es el separador, y el segundo para es el arreglo a seprar\n // es lo opuesto al explode que retorna una arreglo\n $string=implode(', ',$roles);\n return $string;\n\n }", "public function roleList()\n {\n $roleList = '<ul>';\n foreach ($this->roles as $role) {\n $roleList .= '<li>'.$role->name.'</li>';\n }\n $roleList .= '</ul>';\n\n return $roleList;\n }", "public function roles()\n {\n\n $roles = get_editable_roles();\n $output = array();\n foreach ($roles as $key => $val) {\n $output[$key] = $val['name'];\n }\n return $output;\n }", "public function getLabel() : string\n {\n return $this->get('label', 'roles');\n }", "public static function label()\n {\n return __('permission-tool::resources.roles');\n }", "public function getDescription() {\n return($this->{Foomy_Model_Role_Peer::F_DESCRIPTION});\n }", "public function getRoleName()\n {\n return $this->role_name;\n }", "public function roleNameC(): string\n {\n $roles = $this->getRoleNames()->all();\n foreach ([\"Admin\", \"Volunteer\", \"Donor\"] as $item) {\n if (in_array($item, $roles)) {\n return $item;\n }\n }\n return \"No Role\";\n }", "public function getRoleNamesForCurrentViewer()\n {\n $entity = $this->getCurrentViewer();\n if ($entity->getId() == 0 || $entity->countRoles() == 0) {\n return [Role::ANONYMOUS_SYSTEM_ROLE];\n }\n\n return array_column($entity->getRoles(['columns' => ['name']])->toArray(), 'name');\n }", "public function getRoleName()\n {\n return $this->getRoles()->one()->name;\n }", "public function getRoles(){\n\n $roles = $this->visiteur_roles->map(function($role){\n return $role->getTitle();\n })->ToArray();\n\n $roles[]= 'ROLE_USER';\n \n return $roles;\n }", "public function getRoles()\n {\n #obsolete, I don't wnat user roles, I want the permission those roles are linked to\n # so I just need a getPermissions once, store those constants in a small session array\n #$roles = $this->roles;\n\n #d($roles);\n\n #foreach ($roles as $role) {\n # echo $role->name;\n #}\n }", "public function getRoles() {\n $string = null;\n\n $last = end($this->roles);\n\n foreach ($this->roles as $role) {\n if ($role->role != end($last)->role) {\n $string .= $role->role . ', ';\n } else {\n $string .= $role->role;\n }\n }\n\n return $string;\n }", "public function getRole() : string\n {\n return $this->role;\n }", "public function getRoleName()\r\n {\r\n return $this->roleName;\r\n }", "public static function getRolesMap()\n {\n return ArrayHelper::map(static::getNotDefaultRoles(), 'name', 'description');\n }", "public function getName()\n {\n return $this->get('roleName');\n }", "public function getRole(): string\n {\n $roles = RoleEnum::getConstants();\n\n return $roles[$this->role][1];\n }", "protected function get_roles_disponibles()\n\t{\n\t\t$roles_existentes = array();\n\t\t$datos = $this->db->listar_roles();\n\t\tforeach($datos as $valor) {\n\t\t\t$roles_existentes[] = strtolower($valor['rolname']);\n\t\t}\n\t\treturn $roles_existentes;\n\t}", "public function getRole()\n {\n return $this->getName();\n }", "public function getSystemRoleNames() {\n if (!isset($this->cache['roleNames']))\n return $this->cache['roleNames'];\n\n $roles = Environment::getConfig()->roles;\n $roleNames = array(\n 'administrator' => $this->getRole($roles->administrator)->name,\n 'employee' => $this->getRole($roles->employee)->name,\n 'student' => $this->getRole($roles->student)->name,\n );\n\n $this->cache->save('roleNames', $roleNames);\n return $roleNames;\n }", "public function __toString()\n {\n return (string) $this->role;\n }", "public function getRoles()\n {\n return explode(\" \", $this->role);\n }", "public function getName() {\n return($this->{Foomy_Model_Role_Peer::F_NAME});\n }", "public function __toString()\r\n {\r\n return (string)$this->roleName;\r\n }", "public static function getAccessibleRoles() {\n $roles = [\n 'super_admin',\n 'administrator',\n 'shop_manager',\n 'editor',\n 'author',\n 'contributor',\n ];\n return apply_filters('core_standards/admin/accessible_roles', $roles);\n }", "public function getRoles() \n {\n return $this->roles;\n }", "public function getRoles()\n {\n return array('1');\n }", "public function getRoles()\r\n {\r\n return $this->roles;\r\n }", "public function getRoles()\n {\n return array(\"ROLE_\".$this->getUserGroup());\n }", "public function getRoleName()\n {\n return $this->_roleName;\n }", "function egsr_custom_site_roles(){\n\n return Array ( \n // STAFF_ROLE => Array (\n // 'label' => STAFF_ROLE_LABEL,\n // 'caps' => egsr_staff_cap(),\n // ),\n GROUP_EDITOR_ROLE => Array (\n 'label' => GROUP_EDITOR_ROLE_LABEL,\n 'caps' => egsr_group_editor_cap(),\n ),\n GROUP_ADMIN_ROLE => Array (\n 'label' => GROUP_ADMIN_ROLE_LABEL,\n 'caps' => egsr_group_admin_cap(),\n ),\n );\n\n}", "public function getRoleName(): string\n {\n return $this->roleManagement->getRoleName();\n }", "public static function getRoles()\n {\n return self::$roles;\n }", "public function getProductionRoles();", "function getRoles () {\n return array(\"user.friendRequest.edit\",\"user.friendRequest.view\");\n }", "public function getRoles()\n {\n }", "public function getRoles()\n {\n }", "public function getRoles()\n {\n }", "public function roles();", "public function roles();", "public function roles();", "public function roles();", "public function getRoles()\n {\n if ($this->rolesNames === null) {\n $this->rolesNames = [];\n foreach ($this->getRolesEntities() as $role) {\n $this->rolesNames[] = $role->getName();\n }\n }\n\n return $this->rolesNames;\n }", "public function getAvailableRoles() ;", "function getName() {\n\t\treturn \"role\";\n\t}", "public function getRoles()\n {\n $roles = $this->roles;\n if ($roles != NULL) {\n\n return explode(\" \", $roles);\n } else {\n return $this->roles;\n }\n // return ['ROLE_USER'];\n }", "private function getRolesPermissions()\n {\n return [\n [\n 'name' => 'Roles - List all roles',\n 'description' => 'Allow to list all roles.',\n 'slug' => RolesPolicy::PERMISSION_LIST,\n ],\n [\n 'name' => 'Roles - View a role',\n 'description' => 'Allow to view the role\\'s details.',\n 'slug' => RolesPolicy::PERMISSION_SHOW,\n ],\n [\n 'name' => 'Roles - Add/Create a role',\n 'description' => 'Allow to create a new role.',\n 'slug' => RolesPolicy::PERMISSION_CREATE,\n ],\n [\n 'name' => 'Roles - Edit/Update a role',\n 'description' => 'Allow to update a role.',\n 'slug' => RolesPolicy::PERMISSION_UPDATE,\n ],\n [\n 'name' => 'Roles - Delete a role',\n 'description' => 'Allow to delete a role.',\n 'slug' => RolesPolicy::PERMISSION_DELETE,\n ],\n ];\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return $this->roles;\n }", "public function getRoles()\n {\n return [$this->role];\n }", "public function getRoles()\n {\n return [$this->role];\n }", "public function getRoleName()\n\t{\n\t\treturn $this->_roleName;\n\t}", "public function getRoleName() {\n $gids = ArrayHelper::getColumn(SystemUserGroup::find()->where(['ad_uid' => $this->getId()])->asArray()->all(), 'sg_id');\n $gName = ArrayHelper::getColumn(SystemGroup::find()->where(['sg_id' => $gids])->asArray()->all(), 'sg_name');\n return implode('、', $gName);\n }", "public function findRolesWithTitle()\n\t{\n\t\treturn array(\n\t\t\tself::USER => 'User',\n\t\t\tself::ADMINISTRATOR => 'Administrator',\n\t\t\tself::BLOCKED => 'Blocked'\n\t\t);\n\t}", "function acf_get_user_role_labels($roles = array())\n{\n}", "public function diviroids_user_roles($atts)\n {\n $roles = DiviRoids_Security::get_current_user('roles');\n return !empty($roles) ? implode(',', $roles) : '';\n }", "public function getRole() : string;", "function getUserRoleName()\n{\n return array_flip(getConfig('role'))[Auth::user()->role_id];\n}", "public function roleFieldName() {\n return 'role';\n }", "public function getRolesList()\n\t{\n\t\t$roles = Role::select('name as text', 'id')->get();\n\t\treturn $roles;\n\t}", "function getAllRoles(){\r\n $data = new \\Cars\\Data\\Common($this->app);\r\n return $data->getAllRoles();\r\n }", "function getRoles () {\n return array(\"user.image.edit\",\"user.image.view\");\n }", "public function getRoles()\n\t{\n\t\t$roles = $this->role_gestion->all();\n\n\t\treturn view('back.users.roles', compact('roles'));\n\t}", "public function getRoles()\n {\n $roles = $this->roles;\n\n $roles[] = 'IS_AUTHENTICATED_FULLY';\n\n return array_unique($roles);\n }", "public function getRoles()\n\t{\n\t\t$roles = [];\n\n\t\tif (!$this->roles)\n\t\t\treturn $roles;\n\n\t\tforeach ($this->roles as $role)\n\t\t{\n\t\t\t$roles[$role->role] = $role->name;\n\t\t}\n\n\t\treturn $roles;\n\t}", "public function getRoles()\n {\n return array($this->role);\n }", "public function getRoles()\r\n {\r\n return \\yii\\helpers\\ArrayHelper::map(\r\n $this->hasMany(AuthAssignment::className(), ['user_id' => 'user_id'])\r\n ->select(['id'=>'item_name', 'value'=>'description'])\r\n ->join('left join', 'auth_item', 'auth_item.name = auth_assignment.item_name')\r\n ->asArray()->all(),\r\n 'value', 'id');\r\n }", "public function & GetRoles ();", "public function getAllRoles()\n {\n return $this->roles;\n }", "abstract protected function getRoles();", "public function displayRoles()\n { \n\n $user_data = $this->UserOrganisation_model->getAllByGet();\n foreach($user_data as $data){\n $email = $data->email;\n $roles = $this->UserOrganisation_model->findRole($data->id);\n if(count($roles)){\n foreach($roles as $role){\n $data = $role->name;\n $roleId = $role->pivot->role_id;\n $userId = $role->pivot->user_id;\n $arr_data = array('id'=>$roleId,'userId'=>$userId,'role'=>$data,'email'=>$email);\n $datas[]=$arr_data;\n }\n }else{\n $datas=$roles;\n }\n }\n return view('acl\\revoke_role', ['users' => $datas]);\n }", "public function getRole() \n {\n return $this->_fields['Role']['FieldValue'];\n }", "function get_user_roles()\n{\n $roles = get_acl()->getRoles();\n foreach ($roles as $key => $val) {\n $roles[$val] = __(Inflector::humanize($val));\n unset($roles[$key]);\n }\n return $roles;\n}", "public function getRolesAttribute()\n\t{\n\t\treturn $this->rolesAttribute ?: 'role';\n\t}", "public function getRoles(){\n\n return $this->_arrRoles;\n \n }", "function yith_ywraq_get_roles(){\n global $wp_roles;\n return array_merge( array( 'all' => __( 'All', 'yith-woocommerce-request-a-quote' ) ), $wp_roles->get_names() );\n }", "public function getUserRoles()\n {\n\n $roles = array();\n\n if (Permission::isSuperAdmin()) {\n $roles = [\n '1' => 'Super Admin',\n '2' => 'System Admin',\n ];\n } elseif (Permission::isSystemAdmin()) {\n $roles = [\n '2' => 'System Admin',\n ];\n }\n\n return $roles;\n }", "public function getRoleName()\n {\n return $this->isPrimary ? 'Client' : 'Joint';\n }", "public function getRoles(): array\n {\n return [$this->role];\n }", "public static function getListRole(){\n return SentinelRole::where('company_id_fk',Sentinel::getUser()->company_id_fk)->orWhere('company_id_fk')->lists('name','id')->all();\n }", "public function roles()\n {\n return [\n 'traveller', 'sender'\n ];\n }", "public function rolesForUser();", "public function getDirectRoles() {\n return $this->roles;\n }", "public function getRoles(): array;", "protected function getMappedRoles()\n {\n $user = $this->user;\n $roles = $this->getGate()->getDefaultRoles();\n\n if ($user instanceof User) {\n $userRoles = $user->roles;\n if ($userRoles) {\n $userRoles = $userRoles->lists('key')->toArray();\n } else {\n $userRoles = [];\n }\n $roles = array_merge($roles, $userRoles);\n }\n\n array_walk($roles, function (&$item) {\n $mapping = [\n 'admin' => 'administrator',\n 'user' => 'member',\n ];\n\n if (array_key_exists($item, $mapping)) {\n $item = $mapping[$item];\n }\n });\n\n return implode(',', $roles);\n }", "public function getUserRole()\r\n {\r\n $admin_user_session = Mage::getSingleton('admin/session');\r\n $adminUserId = $admin_user_session->getUser()->getUserId();\r\n return Mage::getModel('admin/user')->load($adminUserId)->getRole()->role_name;\r\n }", "public function getRoles() {\n return $this->getRelation(\"roles\");\n }", "public function actionRoles()\n\t{\n\t\tYii::app()->user->rightsReturnUrl = array('authItem/roles');\n\t\t\n\t\t$dataProvider = new RAuthItemDataProvider('roles', array(\n\t\t\t'type'=>CAuthItem::TYPE_ROLE,\n\t\t\t'sortable'=>array(\n\t\t\t\t'id'=>'RightsRoleTableSort',\n\t\t\t\t'element'=>'.role-table',\n\t\t\t\t'url'=>$this->createUrl('authItem/sortable'),\n\t\t\t),\n\t\t));\n\n\t\t// Render the view\n\t\t$this->render('roles', array(\n\t\t\t'dataProvider'=>$dataProvider,\n\t\t\t'isBizRuleEnabled'=>$this->module->enableBizRule,\n\t\t\t'isBizRuleDataEnabled'=>$this->module->enableBizRuleData,\n\t\t));\n\t}", "static function group(): string { return 'roles'; }", "public function getRoles()\n {\n $roles = ArrayHelper::map(Yii::$app->authManager->getRoles(), 'name', 'name');\n\n $now = Yii::$app->authManager->getRolesByUser(Yii::$app->user->getId());\n\n unset($roles[array_search('super_administrator', $roles)]);\n unset($roles[array_search('user', $roles)]);\n\n foreach ($roles as $key => $role) {\n $roles[$key] = Yii::t('backend', $role);\n }\n\n return $roles;\n }" ]
[ "0.7014604", "0.7000951", "0.6958543", "0.69508016", "0.6864135", "0.6844285", "0.6693432", "0.6621631", "0.6594212", "0.6590019", "0.65680724", "0.6550222", "0.6457476", "0.6444706", "0.6442908", "0.6432932", "0.64045364", "0.64037573", "0.6400779", "0.63950837", "0.63554823", "0.633314", "0.6325638", "0.63095015", "0.62963235", "0.62850845", "0.62757903", "0.6272584", "0.62686723", "0.62564284", "0.62552214", "0.6254672", "0.62420857", "0.6232234", "0.62285376", "0.62258226", "0.62220424", "0.62130153", "0.62070453", "0.61955607", "0.61836815", "0.61758244", "0.6165818", "0.6165818", "0.6165818", "0.61620677", "0.61620677", "0.61620677", "0.61620677", "0.61522055", "0.6148281", "0.61456656", "0.6144417", "0.6129509", "0.61088735", "0.61088735", "0.61088735", "0.61088735", "0.61088735", "0.61088735", "0.61025226", "0.61025226", "0.60944134", "0.6075021", "0.6067696", "0.6064304", "0.60586166", "0.6051937", "0.6048017", "0.60471106", "0.6046611", "0.6031095", "0.60218984", "0.6015374", "0.60129595", "0.6005933", "0.59990036", "0.59958744", "0.59949565", "0.5989437", "0.59747547", "0.5964201", "0.59526145", "0.59195775", "0.5917499", "0.59164035", "0.5912221", "0.59088975", "0.5908492", "0.59031206", "0.58931273", "0.58925605", "0.58915615", "0.5888844", "0.58873725", "0.5882705", "0.5878304", "0.58775014", "0.5875456", "0.5875003", "0.5859865" ]
0.0
-1
Date and time the user was created.
public function getCreatedAt(): ?\DateTime { return $this->createdAt; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getCreatedDate() {\n return $this->get('created_date', 'user');\n }", "function created() {\n return date('Y-m-d H:i:s');\n }", "public function getCreate_time()\r\n {\r\n return $this->create_time;\r\n }", "public function getUserCreated()\n {\n return $this->user_created;\n }", "public function getUserCreated()\n {\n return $this->user_created;\n }", "public function getCreatetime()\n {\n return $this->createtime;\n }", "public function getCreatetime()\n {\n return $this->createTime;\n }", "public function getDatecreation_user()\r\n {\r\n return $this->datecreation_user;\r\n }", "public function getCreationDate()\n {\n return $this->created;\n }", "public function get_time_created(){\n\t\treturn $this->time_created;\n\t}", "public function createdAt()\n {\n // TODO: Implement createdAt() method.\n return self::$user['created_at'];\n }", "public function created() {\n\t\treturn gmdate( 'Y-m-d\\TH:i:s\\Z' );\n\t}", "public function getCreatedTime()\n\t{\n\t\treturn $this->createdTime; \n\n\t}", "public function getTimeCreated(){\n return $this->TIME_CREATED;\n }", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getTimeCreated()\n {\n return $this->timeCreated;\n }", "function get_timecreated() {\n return $this->timecreated;\n }", "public function getDateCreation()\n {\n return $this->dateCreation;\n }", "public function getDateCreation()\n {\n return $this->dateCreation;\n }", "public function getDateCreation()\n {\n return $this->dateCreation;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime() {\n return $this->create_time;\n }", "public function getCreateTime() {\n return $this->create_time;\n }", "public function getCreateTime()\r\n {\r\n return $this->create_time;\r\n }", "public function getDateCreation()\n {\n return $this->date_creation;\n }", "public function getCreationDate() {\n\n return $this->u_creationdate;\n\n }", "public function getDateCreated() {\n return Yii::app()->dateFormatter->format(\"HH:mm\",$this->createTime).\" \".Yii::app()->dateFormatter->format(Yii::app()->locale->dateFormat,$this->createTime);\n }", "public function getCreationDate();", "public function get_date_create()\n\t{\n\t\treturn $this->date_create;\n\t}", "public function getCreatedDate()\n {\n return $this->created_date;\n }", "public function getDateCreated()\n {\n return $this->date_created;\n }", "public function getDateCreated()\n {\n return $this->date_created;\n }", "public function getDateCreated();", "public function getDateCreate()\n {\n return $this->date_create;\n }", "public function getDateCreate()\n {\n return $this->date_create;\n }", "public function getCreateAt()\n {\n return $this->create_at;\n }", "public function getCreationDate()\n {\n return $this->creation_date;\n }", "public function getCreationDate()\n {\n return $this->creation_date;\n }", "public function get_date_created();", "public function getDateCreated() {\r\n return $this->_date_created;\r\n }", "public function getDateCreate()\n\t{\n\t\treturn $this->dateCreate;\n\t}", "public function getCreatedOn() {\n return $this->createdOn;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getTimestampCreated()\n {\n return $this->_getData(self::TIMESTAMP_CREATED);\n }", "public function getDateCreated() {\n return($this->dateCreated);\n }", "public function getCreatedUserId()\n {\n return $this->createdUserId;\n }", "public function getCreationTime()\n {\n return $this->creation_time;\n }", "public function getCreate_at()\n {\n return $this->create_at;\n }" ]
[ "0.80122006", "0.797557", "0.79517", "0.7810502", "0.7810502", "0.7804862", "0.77925944", "0.7746124", "0.7708143", "0.7693591", "0.767289", "0.7671067", "0.76221955", "0.7592212", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.7527219", "0.74416816", "0.74397576", "0.74397576", "0.74397576", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7425496", "0.7425496", "0.74180746", "0.739149", "0.7390887", "0.7384914", "0.73579645", "0.73569316", "0.7356614", "0.73494285", "0.73494285", "0.7338583", "0.73385257", "0.73385257", "0.7338465", "0.7335378", "0.7335378", "0.73088396", "0.7300254", "0.7294008", "0.727053", "0.72693694", "0.72693694", "0.72693694", "0.72693694", "0.72693694", "0.7266518", "0.7263677", "0.72535086", "0.7232399", "0.7230165" ]
0.0
-1
Date and time the user was created.
public function setCreatedAt(?\DateTime $createdAt): self { $this->initialized['createdAt'] = true; $this->createdAt = $createdAt; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getCreatedDate() {\n return $this->get('created_date', 'user');\n }", "function created() {\n return date('Y-m-d H:i:s');\n }", "public function getCreate_time()\r\n {\r\n return $this->create_time;\r\n }", "public function getUserCreated()\n {\n return $this->user_created;\n }", "public function getUserCreated()\n {\n return $this->user_created;\n }", "public function getCreatetime()\n {\n return $this->createtime;\n }", "public function getCreatetime()\n {\n return $this->createTime;\n }", "public function getDatecreation_user()\r\n {\r\n return $this->datecreation_user;\r\n }", "public function getCreationDate()\n {\n return $this->created;\n }", "public function get_time_created(){\n\t\treturn $this->time_created;\n\t}", "public function createdAt()\n {\n // TODO: Implement createdAt() method.\n return self::$user['created_at'];\n }", "public function created() {\n\t\treturn gmdate( 'Y-m-d\\TH:i:s\\Z' );\n\t}", "public function getCreatedTime()\n\t{\n\t\treturn $this->createdTime; \n\n\t}", "public function getTimeCreated(){\n return $this->TIME_CREATED;\n }", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getCreatedTime();", "public function getTimeCreated()\n {\n return $this->timeCreated;\n }", "function get_timecreated() {\n return $this->timecreated;\n }", "public function getDateCreation()\n {\n return $this->dateCreation;\n }", "public function getDateCreation()\n {\n return $this->dateCreation;\n }", "public function getDateCreation()\n {\n return $this->dateCreation;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime()\n {\n return $this->create_time;\n }", "public function getCreateTime() {\n return $this->create_time;\n }", "public function getCreateTime() {\n return $this->create_time;\n }", "public function getCreateTime()\r\n {\r\n return $this->create_time;\r\n }", "public function getDateCreation()\n {\n return $this->date_creation;\n }", "public function getCreationDate() {\n\n return $this->u_creationdate;\n\n }", "public function getDateCreated() {\n return Yii::app()->dateFormatter->format(\"HH:mm\",$this->createTime).\" \".Yii::app()->dateFormatter->format(Yii::app()->locale->dateFormat,$this->createTime);\n }", "public function getCreationDate();", "public function get_date_create()\n\t{\n\t\treturn $this->date_create;\n\t}", "public function getCreatedDate()\n {\n return $this->created_date;\n }", "public function getDateCreated()\n {\n return $this->date_created;\n }", "public function getDateCreated()\n {\n return $this->date_created;\n }", "public function getDateCreated();", "public function getDateCreate()\n {\n return $this->date_create;\n }", "public function getDateCreate()\n {\n return $this->date_create;\n }", "public function getCreateAt()\n {\n return $this->create_at;\n }", "public function getCreationDate()\n {\n return $this->creation_date;\n }", "public function getCreationDate()\n {\n return $this->creation_date;\n }", "public function get_date_created();", "public function getDateCreated() {\r\n return $this->_date_created;\r\n }", "public function getDateCreate()\n\t{\n\t\treturn $this->dateCreate;\n\t}", "public function getCreatedOn() {\n return $this->createdOn;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getCreationDate()\n {\n return $this->creationDate;\n }", "public function getTimestampCreated()\n {\n return $this->_getData(self::TIMESTAMP_CREATED);\n }", "public function getDateCreated() {\n return($this->dateCreated);\n }", "public function getCreatedUserId()\n {\n return $this->createdUserId;\n }", "public function getCreationTime()\n {\n return $this->creation_time;\n }", "public function getCreate_at()\n {\n return $this->create_at;\n }" ]
[ "0.80122006", "0.797557", "0.79517", "0.7810502", "0.7810502", "0.7804862", "0.77925944", "0.7746124", "0.7708143", "0.7693591", "0.767289", "0.7671067", "0.76221955", "0.7592212", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.75833946", "0.7527219", "0.74416816", "0.74397576", "0.74397576", "0.74397576", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7426404", "0.7425496", "0.7425496", "0.74180746", "0.739149", "0.7390887", "0.7384914", "0.73579645", "0.73569316", "0.7356614", "0.73494285", "0.73494285", "0.7338583", "0.73385257", "0.73385257", "0.7338465", "0.7335378", "0.7335378", "0.73088396", "0.7300254", "0.7294008", "0.727053", "0.72693694", "0.72693694", "0.72693694", "0.72693694", "0.72693694", "0.7266518", "0.7263677", "0.72535086", "0.7232399", "0.7230165" ]
0.0
-1
Date and time the user was last updated.
public function getUpdatedAt(): ?\DateTime { return $this->updatedAt; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function lastUpdated()\n {\n // TODO: Implement lastUpdated() method.\n return self::$user['updated_at'];\n\n }", "public function getUpdatedTime() {\r\n return $this->updated_time;\r\n }", "public function getUpdate_time()\r\n {\r\n return $this->update_time;\r\n }", "public function getUpdatedDate()\n {\n return $this->updated;\n }", "public function LastUpdated()\n\t{\n\t\treturn $this->LastUpdated;\n\t}", "public function getUpdatetime()\n {\n return $this->updateTime;\n }", "public function getUserUpdated()\n {\n return $this->user_updated;\n }", "public function getUserUpdated()\n {\n return $this->user_updated;\n }", "public function getLastUpdateTime()\n {\n return $this->last_update_time;\n }", "public function getUpdatedDate()\n {\n return $this->updated_date;\n }", "public function getUpdatedTime()\n {\n return $this->getAttribute('updatedTime');\n }", "public function getDateUpdated()\n {\n return $this->date_updated;\n }", "public function getDateUpdated()\n {\n return $this->date_updated;\n }", "public function updatedAt(){\n return $this->_formatDate($this->updated_at);\n }", "public function getDateUpdate()\n {\n return $this->date_update;\n }", "public function getDateUpdate()\n {\n return $this->date_update;\n }", "public function getUpdateDate()\n {\n return $this->updateDate;\n }", "public function getUpdateDate()\n {\n return $this->updateDate;\n }", "public function getUpdateDate()\n {\n return $this->updateDate;\n }", "public function getUpdateDate()\n {\n return $this->updateDate;\n }", "public function getDateLastUpdated()\n {\n if (isset($this->data['LastUpdatedDate'])) {\n return $this->data['LastUpdatedDate'];\n } else {\n return false;\n }\n }", "public function getUpdatedDate() {\n\t\treturn $this->updatedDate;\n\t}", "public function getUpdatedDate() {\n\t\treturn $this->updatedDate;\n\t}", "public function getDateUpdated() {\n return $this->dateUpdated;\n }", "public function getLastUpdated();", "public function getDateUpdate()\n {\n return $this->dateUpdate;\n }", "public function getUpdateTimestamp()\n {\n return $this->updateTimestamp;\n }", "public function getUpdateTime()\r\n {\r\n return $this->update_time;\r\n }", "public function getLastLoginDateAndTime() {}", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getLastUpdatedBy();", "public function getUpdateTime() {\n return $this->update_time;\n }", "public function getUserUpdatedDate(): ?string\n {\n return $this->get($this->UPDATECOLUMN);\n }", "public function getUpdate_date(){\n return $this->update_date;\n }", "public function getUpdateAt()\n {\n return $this->update_at;\n }", "public function getUpdateAt()\n {\n return $this->update_at;\n }", "public function updated_at()\n\t{\n return $this->date($this->updated_at);\n\t}", "public function updated_at()\n\t{\n return $this->date($this->updated_at);\n\t}", "public function updated_at()\n\t{\n return $this->date($this->updated_at);\n\t}", "public function getUpdated_at()\n {\n return $this->updated_at;\n }", "public function getUpdated_at()\n {\n return $this->updated_at;\n }", "public function getUpdated_at()\n {\n return $this->updated_at;\n }", "public function getUpdated_at()\n {\n return $this->updated_at;\n }", "public function getLastUpdatedOn()\n {\n return $this->_fields['LastUpdatedOn']['FieldValue'];\n }", "public function last_modified() {\n\t\treturn $this->timestamp;\n\t}", "function getUpdateDate() {\n\t\treturn $this->_UpdateDate;\n\t}", "public function getLastUpdatedTime() {\n // Fail due to double delete\n assert(!$this->hasBeenDeleted);\n \n // Fail due to unset 'last-updated-time' field\n assert(isset($this->parentDbFieldTable[self::LAST_UPDATED_TIME_KEY]));\n \n return $this->parentDbFieldTable[self::LAST_UPDATED_TIME_KEY]->getValue();\n }", "public function getUpdatedTimeAttribute() {\n\n\t\tif (request()->segment(1) == 'api') {\n\n\t\t\t$date = change_date_format($this->attributes['updated_at']);\n\t\t\t$datemonth = date($date, strtotime($this->attributes['updated_at']));\n\t\t\treturn $datemonth . ' at ' . date('H:i', strtotime($date));\n\n\t\t} else {\n\n\t\t\t$new_str = new DateTime($this->attributes['updated_at'], new DateTimeZone(Config::get('app.timezone')));\n\n\t\t\t$user = auth()->guard('store')->user();\n\t\t\t$new_str->setTimeZone(new DateTimeZone($user->user_address->default_timezone));\n\t\t\t$date = change_date_format($this->attributes['updated_at']);\n\t\t\t$datemonth = date($date, strtotime($this->attributes['updated_at']));\n\t\t\treturn $datemonth . ' at ' . $new_str->format('H:i');\n\n\t\t}\n\n\t}", "public function updated_at()\n {\n return $this->date($this->updated_at);\n }", "public function getLastUpdated() {\n return $this->lastUpdated;\n }", "public function lastUpdated(): string\n {\n return $this->weather['last_updated'];\n }", "public function getModeratorUpdatedDate();", "public function getAuthorUpdatedDate();", "public function lastUpdated()\n {\n $lastAction = $this->actions->sortBy('updated_at')->last();\n\n if ($lastAction && $lastAction->updated_at->gt($this->updated_at))\n return $lastAction->updated_at;\n else\n return $this->updated_at;\n }", "public function getLastUpdateDatetime()\n {\n return $this->getValue('nb_icontact_prospect_last_update_datetime');\n }", "public function getTimestampUpdated()\n {\n return $this->_getData(self::TIMESTAMP_UPDATED);\n }", "public function getLastUpdatedAt()\n {\n return $this->last_updated_at;\n }", "public function displayUpdatedBy()\n {\n $user = User::findOrFail($this->updated_by);\n\n return '<span style=\"font-weight: 400\">Last modified: </span>' . $this->updated_at->diffForHumans() . ' &nbsp; ' .\n '<span style=\"font-weight: 400\">By:</span> ' . $user->fullname;\n }", "public function displayUpdatedBy()\n {\n $user = User::findOrFail($this->updated_by);\n\n return '<span style=\"font-weight: 400\">Last modified: </span>' . $this->updated_at->diffForHumans() . ' &nbsp; ' .\n '<span style=\"font-weight: 400\">By:</span> ' . $user->fullname;\n }", "public function displayUpdatedBy()\n {\n $user = User::findOrFail($this->updated_by);\n\n return '<span style=\"font-weight: 400\">Last modified: </span>' . $this->updated_at->diffForHumans() . ' &nbsp; ' .\n '<span style=\"font-weight: 400\">By:</span> ' . $user->fullname;\n }", "public function lastLoginTime();", "public function getLastUpdate(): \\DateTime\n {\n return $this->lastUpdate;\n }", "public function get_updated_at() {\n\t\t\treturn $this->updated_at;\n\t\t}", "public function getUtcUpdated()\n {\n return $this->utc_updated;\n }", "public function getUpdatedAt(){\n return $this->_getData(self::UPDATED_AT);\n }", "public function getLatestUpdateDate()\n {\n return $this->channel->getLatestUpdateDate();\n }", "public function lastUpdatedDateTime(): string\n {\n return $this->pluck('lastUpdatedDateTime');\n }", "public function getUpdateTime()\n {\n return isset($this->update_time) ? $this->update_time : null;\n }", "function UpdateLoginTime()\n\t{\n\t\tif ($this->userid <= 0) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$timenow = $this->GetServerTime();\n\n\t\t$query = \"UPDATE \" . SENDSTUDIO_TABLEPREFIX. \"users SET lastloggedin='\" . $this->Db->Quote($timenow) . \"' WHERE userid='\" . $this->Db->Quote($this->userid) . \"'\";\n\t\t$result = $this->Db->Query($query);\n\n\t\t$this->lastloggedin = $timenow;\n\t\treturn $result;\n\t}", "public function getUpdated(): \\DateTime\n {\n return $this->updated;\n }", "public function getUpdatedAt()\n\t{\n\t\treturn $this->updatedAt;\n\t}", "public function getLastUpdate()\n {\n return $this->lastUpdate;\n }", "public function getLastUpdate()\n {\n return $this->lastUpdate;\n }", "public function updated_at()\n {\n return ExpressiveDate::make($this->updated_at)->getRelativeDate();\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }" ]
[ "0.85422254", "0.77593565", "0.77030116", "0.76657414", "0.7511567", "0.7474671", "0.746905", "0.746905", "0.74567455", "0.74439704", "0.74261713", "0.7421215", "0.7421215", "0.741876", "0.73913664", "0.73913664", "0.7375552", "0.7375552", "0.7375552", "0.7375552", "0.7372403", "0.7360801", "0.7360801", "0.73591065", "0.7323261", "0.73096156", "0.7275145", "0.7250727", "0.72381896", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.72227997", "0.72181296", "0.7213272", "0.71939814", "0.71897876", "0.71897876", "0.7189535", "0.7189535", "0.7189535", "0.71885556", "0.71885556", "0.71885556", "0.71885556", "0.71713585", "0.7159411", "0.7159178", "0.7155369", "0.7145301", "0.71244895", "0.7086897", "0.7068748", "0.70664114", "0.7064462", "0.7057617", "0.7048949", "0.70486444", "0.7048332", "0.7044944", "0.7044944", "0.7044944", "0.7003042", "0.6995575", "0.6993184", "0.6980014", "0.6970337", "0.6962309", "0.6942858", "0.693058", "0.6913717", "0.6908877", "0.6907344", "0.6900207", "0.6900207", "0.68878055", "0.68866575", "0.68866575", "0.68866575", "0.68866575", "0.68866575", "0.68866575" ]
0.0
-1
Date and time the user was last updated.
public function setUpdatedAt(?\DateTime $updatedAt): self { $this->initialized['updatedAt'] = true; $this->updatedAt = $updatedAt; return $this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function lastUpdated()\n {\n // TODO: Implement lastUpdated() method.\n return self::$user['updated_at'];\n\n }", "public function getUpdatedTime() {\r\n return $this->updated_time;\r\n }", "public function getUpdate_time()\r\n {\r\n return $this->update_time;\r\n }", "public function getUpdatedDate()\n {\n return $this->updated;\n }", "public function LastUpdated()\n\t{\n\t\treturn $this->LastUpdated;\n\t}", "public function getUpdatetime()\n {\n return $this->updateTime;\n }", "public function getUserUpdated()\n {\n return $this->user_updated;\n }", "public function getUserUpdated()\n {\n return $this->user_updated;\n }", "public function getLastUpdateTime()\n {\n return $this->last_update_time;\n }", "public function getUpdatedDate()\n {\n return $this->updated_date;\n }", "public function getUpdatedTime()\n {\n return $this->getAttribute('updatedTime');\n }", "public function getDateUpdated()\n {\n return $this->date_updated;\n }", "public function getDateUpdated()\n {\n return $this->date_updated;\n }", "public function updatedAt(){\n return $this->_formatDate($this->updated_at);\n }", "public function getDateUpdate()\n {\n return $this->date_update;\n }", "public function getDateUpdate()\n {\n return $this->date_update;\n }", "public function getUpdateDate()\n {\n return $this->updateDate;\n }", "public function getUpdateDate()\n {\n return $this->updateDate;\n }", "public function getUpdateDate()\n {\n return $this->updateDate;\n }", "public function getUpdateDate()\n {\n return $this->updateDate;\n }", "public function getDateLastUpdated()\n {\n if (isset($this->data['LastUpdatedDate'])) {\n return $this->data['LastUpdatedDate'];\n } else {\n return false;\n }\n }", "public function getUpdatedDate() {\n\t\treturn $this->updatedDate;\n\t}", "public function getUpdatedDate() {\n\t\treturn $this->updatedDate;\n\t}", "public function getDateUpdated() {\n return $this->dateUpdated;\n }", "public function getLastUpdated();", "public function getDateUpdate()\n {\n return $this->dateUpdate;\n }", "public function getUpdateTimestamp()\n {\n return $this->updateTimestamp;\n }", "public function getUpdateTime()\r\n {\r\n return $this->update_time;\r\n }", "public function getLastLoginDateAndTime() {}", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getUpdateTime()\n {\n return $this->update_time;\n }", "public function getLastUpdatedBy();", "public function getUpdateTime() {\n return $this->update_time;\n }", "public function getUserUpdatedDate(): ?string\n {\n return $this->get($this->UPDATECOLUMN);\n }", "public function getUpdate_date(){\n return $this->update_date;\n }", "public function getUpdateAt()\n {\n return $this->update_at;\n }", "public function getUpdateAt()\n {\n return $this->update_at;\n }", "public function updated_at()\n\t{\n return $this->date($this->updated_at);\n\t}", "public function updated_at()\n\t{\n return $this->date($this->updated_at);\n\t}", "public function updated_at()\n\t{\n return $this->date($this->updated_at);\n\t}", "public function getUpdated_at()\n {\n return $this->updated_at;\n }", "public function getUpdated_at()\n {\n return $this->updated_at;\n }", "public function getUpdated_at()\n {\n return $this->updated_at;\n }", "public function getUpdated_at()\n {\n return $this->updated_at;\n }", "public function getLastUpdatedOn()\n {\n return $this->_fields['LastUpdatedOn']['FieldValue'];\n }", "public function last_modified() {\n\t\treturn $this->timestamp;\n\t}", "function getUpdateDate() {\n\t\treturn $this->_UpdateDate;\n\t}", "public function getLastUpdatedTime() {\n // Fail due to double delete\n assert(!$this->hasBeenDeleted);\n \n // Fail due to unset 'last-updated-time' field\n assert(isset($this->parentDbFieldTable[self::LAST_UPDATED_TIME_KEY]));\n \n return $this->parentDbFieldTable[self::LAST_UPDATED_TIME_KEY]->getValue();\n }", "public function getUpdatedTimeAttribute() {\n\n\t\tif (request()->segment(1) == 'api') {\n\n\t\t\t$date = change_date_format($this->attributes['updated_at']);\n\t\t\t$datemonth = date($date, strtotime($this->attributes['updated_at']));\n\t\t\treturn $datemonth . ' at ' . date('H:i', strtotime($date));\n\n\t\t} else {\n\n\t\t\t$new_str = new DateTime($this->attributes['updated_at'], new DateTimeZone(Config::get('app.timezone')));\n\n\t\t\t$user = auth()->guard('store')->user();\n\t\t\t$new_str->setTimeZone(new DateTimeZone($user->user_address->default_timezone));\n\t\t\t$date = change_date_format($this->attributes['updated_at']);\n\t\t\t$datemonth = date($date, strtotime($this->attributes['updated_at']));\n\t\t\treturn $datemonth . ' at ' . $new_str->format('H:i');\n\n\t\t}\n\n\t}", "public function updated_at()\n {\n return $this->date($this->updated_at);\n }", "public function getLastUpdated() {\n return $this->lastUpdated;\n }", "public function lastUpdated(): string\n {\n return $this->weather['last_updated'];\n }", "public function getModeratorUpdatedDate();", "public function getAuthorUpdatedDate();", "public function lastUpdated()\n {\n $lastAction = $this->actions->sortBy('updated_at')->last();\n\n if ($lastAction && $lastAction->updated_at->gt($this->updated_at))\n return $lastAction->updated_at;\n else\n return $this->updated_at;\n }", "public function getLastUpdateDatetime()\n {\n return $this->getValue('nb_icontact_prospect_last_update_datetime');\n }", "public function getTimestampUpdated()\n {\n return $this->_getData(self::TIMESTAMP_UPDATED);\n }", "public function getLastUpdatedAt()\n {\n return $this->last_updated_at;\n }", "public function displayUpdatedBy()\n {\n $user = User::findOrFail($this->updated_by);\n\n return '<span style=\"font-weight: 400\">Last modified: </span>' . $this->updated_at->diffForHumans() . ' &nbsp; ' .\n '<span style=\"font-weight: 400\">By:</span> ' . $user->fullname;\n }", "public function displayUpdatedBy()\n {\n $user = User::findOrFail($this->updated_by);\n\n return '<span style=\"font-weight: 400\">Last modified: </span>' . $this->updated_at->diffForHumans() . ' &nbsp; ' .\n '<span style=\"font-weight: 400\">By:</span> ' . $user->fullname;\n }", "public function displayUpdatedBy()\n {\n $user = User::findOrFail($this->updated_by);\n\n return '<span style=\"font-weight: 400\">Last modified: </span>' . $this->updated_at->diffForHumans() . ' &nbsp; ' .\n '<span style=\"font-weight: 400\">By:</span> ' . $user->fullname;\n }", "public function lastLoginTime();", "public function getLastUpdate(): \\DateTime\n {\n return $this->lastUpdate;\n }", "public function get_updated_at() {\n\t\t\treturn $this->updated_at;\n\t\t}", "public function getUtcUpdated()\n {\n return $this->utc_updated;\n }", "public function getUpdatedAt(){\n return $this->_getData(self::UPDATED_AT);\n }", "public function getLatestUpdateDate()\n {\n return $this->channel->getLatestUpdateDate();\n }", "public function lastUpdatedDateTime(): string\n {\n return $this->pluck('lastUpdatedDateTime');\n }", "public function getUpdateTime()\n {\n return isset($this->update_time) ? $this->update_time : null;\n }", "function UpdateLoginTime()\n\t{\n\t\tif ($this->userid <= 0) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$timenow = $this->GetServerTime();\n\n\t\t$query = \"UPDATE \" . SENDSTUDIO_TABLEPREFIX. \"users SET lastloggedin='\" . $this->Db->Quote($timenow) . \"' WHERE userid='\" . $this->Db->Quote($this->userid) . \"'\";\n\t\t$result = $this->Db->Query($query);\n\n\t\t$this->lastloggedin = $timenow;\n\t\treturn $result;\n\t}", "public function getUpdated(): \\DateTime\n {\n return $this->updated;\n }", "public function getUpdatedAt()\n\t{\n\t\treturn $this->updatedAt;\n\t}", "public function getLastUpdate()\n {\n return $this->lastUpdate;\n }", "public function getLastUpdate()\n {\n return $this->lastUpdate;\n }", "public function updated_at()\n {\n return ExpressiveDate::make($this->updated_at)->getRelativeDate();\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }", "public function getUpdatedAt()\n {\n return $this->updatedAt;\n }" ]
[ "0.85422254", "0.77593565", "0.77030116", "0.76657414", "0.7511567", "0.7474671", "0.746905", "0.746905", "0.74567455", "0.74439704", "0.74261713", "0.7421215", "0.7421215", "0.741876", "0.73913664", "0.73913664", "0.7375552", "0.7375552", "0.7375552", "0.7375552", "0.7372403", "0.7360801", "0.7360801", "0.73591065", "0.7323261", "0.73096156", "0.7275145", "0.7250727", "0.72381896", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.7223939", "0.72227997", "0.72181296", "0.7213272", "0.71939814", "0.71897876", "0.71897876", "0.7189535", "0.7189535", "0.7189535", "0.71885556", "0.71885556", "0.71885556", "0.71885556", "0.71713585", "0.7159411", "0.7159178", "0.7155369", "0.7145301", "0.71244895", "0.7086897", "0.7068748", "0.70664114", "0.7064462", "0.7057617", "0.7048949", "0.70486444", "0.7048332", "0.7044944", "0.7044944", "0.7044944", "0.7003042", "0.6995575", "0.6993184", "0.6980014", "0.6970337", "0.6962309", "0.6942858", "0.693058", "0.6913717", "0.6908877", "0.6907344", "0.6900207", "0.6900207", "0.68878055", "0.68866575", "0.68866575", "0.68866575", "0.68866575", "0.68866575", "0.68866575" ]
0.0
-1
Set navigation for "Modules"
protected function configureBackendNavigation(): void { $navigationModulesId = $this->setNavigation(null, 'Modules'); $this->setNavigation( $navigationModulesId, $this->getModule(), 'media_galleries/media_gallery_index', [ 'media_galleries/media_gallery_add', 'media_galleries/media_gallery_edit', ] ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function getModuleMenu() {}", "protected function getModuleMenu() {}", "protected function getModuleMenu() {}", "public function moduleNavigation() {\n\t\t$out = '';\n\t\tif($modules = DataObject::get('WorkflowCategory', '', 'priority ASC')) {\n\t\t\tforeach ($modules as $module) {\n\t\t\t\tif (Permission::check(strtoupper(str_replace(\" \", \"_\", $module->name)))) {\n\t\t\t\t\t$icon = '';\n\t\t\t\t\tif($image = DataObject::get_by_id('Image', $module->imageID)) {\n\t\t\t\t\t\tif($smImage = $image->setSize(16,16)) {\n\t\t\t\t\t\t\t$icon = $smImage->URL;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif($module->module == null) {\n\t\t\t\t\t\t$out .= \"\n\t\t\t\t\t\t, new Ext.Button({\n\t\t\t\t\t\t\tcls: 'x-toolbar',\n\t\t\t\t\t\t\twidth: '100%',\n\t\t\t\t\t\t\ttext: '{$module->name}', \n\t\t\t\t\t\t\ticon: '{$icon}',\n\t\t\t\t\t\t\thandler: function(){\n\t\t\t\t\t\t\t\tfor (var i=0; i<subNavigationHolder.items.items.length; i++) {\n\t\t\t\t\t\t\t\t\tsubNavigationHolder.items.items[i].hide();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\".str_replace(\" \", \"_\",$module->name.\"Panel\").\".show();\n\t\t\t\t\t\t\t\tfor (var i=0; i<Ext.getCmp('centerWorkflowHolder').items.items.length; i++) {\n\t\t\t\t\t\t\t\t\tExt.getCmp('centerWorkflowHolder').items.items[i].hide();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t{$module->action}\n\t\t\t\t\t\t\t\tExt.getCmp('main').doLayout();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t})\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$out .= \"\n\t\t\t\t\t\t, new Ext.Button({\n\t\t\t\t\t\t\tcls: 'x-toolbar',\n\t\t\t\t\t\t\twidth: '100%',\n\t\t\t\t\t\t\ttext: '{$module->name}', \n\t\t\t\t\t\t\ticon: '{$icon}',\n\t\t\t\t\t\t\thandler: function(){\n\t\t\t\t\t\t\t\tfor (var i=0; i<subNavigationHolder.items.items.length; i++) {\n\t\t\t\t\t\t\t\t\tsubNavigationHolder.items.items[i].hide();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\".str_replace(\" \", \"_\",$module->name.\"Panel\").\".show();\n\t\t\t\t\t\t\t\tfor (var i=0; i<Ext.getCmp('centerWorkflowHolder').items.items.length; i++) {\n\t\t\t\t\t\t\t\t\tExt.getCmp('centerWorkflowHolder').items.items[i].hide();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t{$module->getNavigation()}\n\t\t\t\t\t\t\t\tExt.getCmp('main').doLayout();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t})\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn $out;\n\t}", "function NaviModule() {\n $dir = BASE_DIR . \"/modules/\";\n $modules = array();\n\n $sql = $GLOBALS['db']->Query(\"SELECT ModulName,ModulPfad FROM \" . PREFIX . \"_module WHERE Status = '1' ORDER BY ModulName ASC\");\n while($row = $sql->fetchrow()) {\n $modul['AdminEdit'] = 0;\n if(!include($dir . $row->ModulPfad . \"/modul.php\")) {\n echo \"Ошибка доступа к файлам модуля \" . $row->ModulPfad . \"<br />\";\n } elseif (($modul['AdminEdit'] == 1) && cp_perm('mod_' . $row->ModulPfad)) {\n array_push($modules, $row);\n }\n }\n $GLOBALS['tmpl']->assign('modules', $modules);\n}", "protected function generateModuleMenu() {}", "public function enableNavigation() {\n\t\t$this->enableNav = true;\n\t}", "function page_nav() {\n global $user;\n global $xtpl;\n \n $xtpl->assign('nav_base', trim(simpleid_url(' ', '', true)));\n \n if ($user != NULL) {\n if (isset($user['administrator']) && ($user['administrator'] == 1)) $xtpl->parse('main.nav.nav_admin');\n \n }\n $xtpl->parse('main.nav');\n}", "public function setModules()\n\t{\n \t//Zend_Registry::set('modules', $modules->getList());\n\t}", "function contactmod_extend_navigation(navigation_node $navref, stdclass $course, stdclass $module, cm_info $cm) {\n}", "public function registerNavigation() {\n\t\t//$this->addNavigationSubGroup('Subgroup Name', 'moduleName.ReportName', 'Anchor Text', order (int, optional),'privlege (optional)', 'Group Name (optional)');\n\t\t// Note that moduleName.reportName should match the report you want the subgroup to link to\n\t\t// E.g.: example.reportDashboard links to the report controlled by reportDashboard.php\n\t\t$this->addNavigationSubGroup('Example', 'example.reportDashboard', 'Example');\n\t\t\n\t\t// (same args as addNavigationSubgroup)\n\t\t$this->addNavigationLinkInSubGroup('Example','example.subReport','Example Subreport',1);\n\t\t$this->addNavigationLinkInSubGroup('Example','example.reportCharts','Assorted Charts',2);\n\t\t\n\t}", "public function init() {\n\t\t$this->getFrontController()->addModuleDirectory(APPLICATION_PATH . '/modules');\n\n\t\t// initialize navigation\n\t\t$this->_initNavigation();\n\t}", "function vitero_extend_navigation(navigation_node $navref, stdclass $course, stdclass $module, cm_info $cm) {\n\n}", "function _setNavigation()\r\n {\r\n global $_ARRAYLANG;\r\n\r\n $ckEditorFuncNum = isset($_GET['CKEditorFuncNum']) ? '&amp;CKEditorFuncNum='.contrexx_raw2xhtml($_GET['CKEditorFuncNum']) : '';\r\n $ckEditor = isset($_GET['CKEditor']) ? '&amp;CKEditor='.contrexx_raw2xhtml($_GET['CKEditor']) : '';\r\n\r\n $this->_objTpl->addBlockfile('FILEBROWSER_NAVIGATION', 'fileBrowser_navigation', 'module_fileBrowser_navigation.html');\r\n $this->_objTpl->setVariable(array(\r\n 'FILEBROWSER_MEDIA_TYPE_MENU' => $this->_getMediaTypeMenu('fileBrowserType', $this->_mediaType, 'onchange=\"window.location.replace(\\''. \\Cx\\Core\\Csrf\\Controller\\Csrf::enhanceURI('index.php?cmd=FileBrowser').'&amp;standalone=true&amp;langId='.$this->_frontendLanguageId.'&amp;type=\\'+this.value+\\''.$ckEditorFuncNum.'\\')\"'),\r\n 'TXT_FILEBROWSER_PREVIEW' => $_ARRAYLANG['TXT_FILEBROWSER_PREVIEW']\r\n ));\r\n\r\n if ($this->_mediaType != 'webpages') {\r\n // only show directories if the files should be displayed\r\n if (count($this->_arrDirectories) > 0) {\r\n foreach ($this->_arrDirectories as $arrDirectory) {\r\n $this->_objTpl->setVariable(array(\r\n 'FILEBROWSER_FILE_PATH' => \"index.php?cmd=FileBrowser&amp;standalone=true&amp;langId={$this->_frontendLanguageId}&amp;type={$this->_mediaType}&amp;path={$arrDirectory['path']}\" . $ckEditor . $ckEditorFuncNum,\r\n 'FILEBROWSER_FILE_NAME' => $arrDirectory['name'],\r\n 'FILEBROWSER_FILE_ICON' => $arrDirectory['icon']\r\n ));\r\n $this->_objTpl->parse('navigation_directories');\r\n }\r\n }\r\n }\r\n $this->_objTpl->parse('fileBrowser_navigation');\r\n }", "public function modMenu() {}", "public function modMenu() {}", "public function modMenu() {}", "function show_navigation()\n {\n }", "function tquiz_extend_navigation(navigation_node $navref, stdclass $course, stdclass $module, cm_info $cm) {\n}", "public function exampleNavigation()\n {\n /*\n $config = array(\n array(\n 'label' => 'Home',\n 'module' => 'example',\n 'controller' => 'index',\n 'action' => 'index',\n ),\n\n array(\n 'label' => 'Coding Guidelines',\n 'module' => 'example',\n 'controller' => 'index',\n 'action' => 'guideslines',\n ),\n\n array(\n 'label' => 'Libraries',\n 'module' => 'example',\n 'controller' => 'index',\n 'action' => 'index',\n 'pages' => array(\n array(\n 'label' => 'Blueprint',\n 'module' => 'example',\n 'controller' => 'library',\n 'action' => 'blueprint',\n ),\n ),\n ),\n );\n\n $container = new Zend_Navigation($config);\n\t\t$this->setContainer($container);\n\n return $this;\n\n */\n $menus = array(\n\n '' => array(\n '/example' => 'Home',\n '/example/index/guideslines' => 'Coding Guidelines',\n ),\n\n 'Libraries' => array(\n //'/example/library/zend' => 'Zend Framework',\n '/example/library/blueprint' => 'Blueprint',\n '/example/library/mootools' => 'Mootools',\n ),\n\n 'Tools' => array(\n '/example/tools/debug' => 'Debug',\n '/example/tools/makefile' => 'MakeFile',\n ),\n\n 'CSS Elements' => array(\n '/example/css/menus' => 'Menus',\n '/example/css/buttons' => 'Fancy Buttons',\n '/example/css/box' => 'Round Box',\n ),\n\n 'JS Elements' => array(\n '/example/javascript/ajaxlink' => 'Ajax Link',\n '/example/javascript/ajaxform' => 'Ajax Form',\n '/example/javascript/lightbox' => 'LightBox',\n '/example/javascript/uwa' => 'UWA Widget',\n ),\n\n 'Form Elements' => array(\n '/example/form/index' => 'Showcases',\n '/example/form/fancyselect' => 'Fancy Select',\n '/example/form/dateselect' => 'Date Select',\n '/example/form/autocompleter' => 'Auto Completer',\n //'/example/form/rangeselect' => 'Range Select Element',\n //'/example/form/contactselect' => 'Contact List Element',\n ),\n\n 'View Helpers' => array(\n '/example/helper/geshi' => 'GeShi',\n '/example/helper/googleanalytics' => 'Google Analytics',\n ),\n\n 'Services' => array(\n '/example/service/xmlrpc' => 'Simple XMLRPC',\n ),\n\n 'Core Classes' => array(\n '/example/core/error' => 'Error Handler',\n '/example/core/controller' => 'Controller Abstract',\n '/example/core/archive' => 'Archive',\n '/example/core/template' => 'Template',\n '/example/core/notify' => 'Notify',\n '/example/core/stitem' => 'StItem/StCollection',\n '/example/core/dbitem' => 'DbItem/DbCollection',\n '/example/core/dbsearch' => 'DbSearch',\n ),\n );\n\n $xhtml = array();\n foreach ($menus as $menu => $links) {\n\n if (strlen($menu) > 0) {\n $xhtml[] = '<h4>' . $this->view->escape($menu) . '</h4>';\n }\n\n $xhtml[] = '<ul>';\n foreach ($links as $link => $label) {\n $xhtml[] = '<li><a href=\"' . $link . '\">' . $this->view->escape($label) . '</a></li>';\n }\n $xhtml[] = '</ul>';\n }\n\n return implode(\"\\n\", $xhtml);\n }", "function roshine_extend_navigation(navigation_node $navref, stdclass $course, stdclass $module, cm_info $cm) {\n}", "private function _getNavigation()\r\n\t{\r\n\t\t$input\t= dunloader( 'input', true );\r\n\t\t$action\t= $input->getVar( 'action', 'themes' );\r\n\t\t$task\t= $input->getVar( 'task', null );\r\n\t\t\r\n\t\t$uri\t= DunUri :: getInstance('SERVER', true );\r\n\t\t$uri->delVars();\r\n\t\t$uri->setVar( 'module', 'themer' );\r\n\t\t\r\n\t\t$html\t= '<ul class=\"nav nav-pills\">';\r\n\t\t\r\n\t\tforeach( array( 'themes', 'config', 'license' ) as $item ) {\r\n\t\t\t\r\n\t\t\tif ( $item == $action && $task != 'edittheme' ) {\r\n\t\t\t\t$html .= '<li class=\"active\"><a href=\"#\">' . t( 'themer.admin.module.navbar.' . $item ) . '</a></li>';\r\n\t\t\t\tcontinue;\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$uri->setVar( 'action', $item );\r\n\t\t\t$html .= '<li><a href=\"' . $uri->toString() . '\">' . t( 'themer.admin.module.navbar.' . $item ) . '</a></li>';\r\n\t\t}\r\n\t\t\r\n\t\t\r\n\t\t$html\t.= '</ul>';\r\n\t\treturn $html;\r\n\t}", "public function menu( )\n {\n\n if( $this->view->isType( View::SUBWINDOW ) )\n {\n $view = $this->view->newWindow('WebfrapMainMenu', 'Default');\n }\n else if( $this->view->isType( View::MAINTAB ) )\n {\n $view = $this->view->newMaintab('WebfrapMainMenu', 'Default');\n $view->setLabel('Explorer');\n }\n else\n {\n $view = $this->view;\n }\n\n $view->setTitle('Webfrap Main Menu');\n\n $view->setTemplate( 'webfrap/menu/modmenu' );\n\n $modMenu = $view->newItem( 'modMenu', 'MenuFolder' );\n $modMenu->setData( DaoFoldermenu::get('webfrap/root',true) );\n\n }", "function viewNav() {\n\t$view = new viewModel();\n\t$view->showNav();\t\n}", "function public_nav_main()\n{\n $view = get_view();\n $nav = new Omeka_Navigation;\n $nav->loadAsOption(Omeka_Navigation::PUBLIC_NAVIGATION_MAIN_OPTION_NAME);\n $nav->addPagesFromFilter(Omeka_Navigation::PUBLIC_NAVIGATION_MAIN_FILTER_NAME);\n return $view->navigation()->menu($nav);\n}", "function template_navigation() {\n\t\t$_ENV['menu'] = array();\n\t\t$_ENV['menu']['Main'] = _URL_;\n\t\tModule::includes('menus');\n\t\t$_ENV['menu']['Preferences'] = '?module=prefs';\n\t\t$_ENV['menu']['Logout'] = '?logout=true';\n\n\t\t$buffer = '<ul><li><h2>';\n\t\t$buffer .= array_key_exists('Menu',$_ENV['imgs']['menu']) \n\t\t\t? '<img src=\"'.$_ENV['imgs']['menu']['Menu'].'\" border=\"0\" /> ' : ' ';\n\t\t$buffer .= ' Main Menu</h2><ul>';\n\t\tforeach ($_ENV['menu'] as $module => $items) {\n\t\t\tif (is_array($items)) {\n\t\t\t\t$buffer .= '<li><a href=\"#\">';\n\t\t\t\t$buffer .= array_key_exists($module,$_ENV['imgs']['menu'])\n\t\t\t\t\t? '<img src=\"'.$_ENV['imgs']['menu'][$module].'\" border=\"0\" /> ' : ' ';\n\t\t\t\t$buffer .= $module.'</a><ul>';\n\t\t\t\tforeach ($items as $label => $url) {\n\t\t\t\t\t$buffer .= '<li><a href=\"'.$url.'\">';\n\t\t\t\t\t$buffer .= array_key_exists($label,$_ENV['imgs']['menu'])\n\t\t\t\t\t\t? '<img src=\"'.$_ENV['imgs']['menu'][$label].'\" border=\"0\" /> ' : ' ';\n\t\t\t\t\t$buffer .= $label.'</a></li>';\n\t\t\t\t}\n\t\t\t\t$buffer .= '</ul></li>';\n\t\t\t} else {\n\t\t\t\t$buffer .= '<li><a href=\"'.$items.'\">';\n\t\t\t\t$buffer .= array_key_exists($module,$_ENV['imgs']['menu'])\n\t\t\t\t\t? '<img src=\"'.$_ENV['imgs']['menu'][$module].'\" border=\"0\" /> ' : ' ';\n\t\t\t\t$buffer .= $module.' </a></li>';\n\t\t\t}\t\n\t\t}\n\t\t$buffer .= '</ul></li></ul>';\n\t\treturn $buffer;\n\t}", "protected function actionHeader() {\n Navigation::activateItem($this->navlink);\n $this->setTabNavigationIcon('black');\n $this->addSubNavigation(_('Lesen'), 'show');\n if (Utils\\hasPermission($this->edit_permission)) {\n $this->addSubNavigation(_('Bearbeiten'), 'edit');\n }\n }", "public function initAdminNavigation()\n {\n $naviPath = APPLICATION_PATH . '/../modules/mazelab/storage/configs/navigation/admin.ini';\n if (file_exists($naviPath)) {\n $view = Zend_Layout::getMvcInstance()->getView();\n $view->navigation()->getContainer()->findBy('resource', 'dashboard')\n ->addPages(new Zend_Config_Ini($naviPath));\n }\n }", "function menuConfig() {\n global $LANG;\n $this->MOD_MENU = Array (\n \"function\" => Array (\n \"1\" => $LANG->getLL(\"overview\"),\n \"2\" => $LANG->getLL(\"new\"),\n \"3\" => $LANG->getLL(\"function3\"),\n )\n );\n parent::menuConfig();\n }", "function setCurrentModule($currentModule) {\n unset($this->local_current_module);\n $this->local_current_module = $currentModule;\n if(isset($this->xTemplate))$this->xTemplate->assign(\"MODULE_NAME\", $this->local_current_module);\n}", "function tmpModuleLeft() {\n if(function_exists('appModuleLeft')) {\n $continue=appModuleLeft();\n if(!$continue) return;\n }\n \n //echo \"<br/>\";\n if (!LoggedIn()) return;\n\n // Only display menu if \n if(OptionGet('MENULEFT','Y')=='Y') { \n $module=SessionGet(\"AGMENU_MODULE\");\n $AGMENU=SessionGet(\"AGMENU\");\n $kount=0;\n \n if(isset($AGMENU[$module])) {\n $desc=$AGMENU[$module]['description'];\n \n echo \"<div class=\\\"moduletable\\\"><h3>$desc</h3></div>\";\n echo \"<table width=\\\"100%\\\">\";\n foreach($AGMENU[$module]['items'] as $key=>$info) {\n $hExtra=' tabindex=\"'.hpTabIndexNext(100).'\"';\n // We may make the first item the focused item if nothing else\n // has been picked yet. This code runs when rendering is going on\n // and the class-specific biz code has all run already, so it will\n // not override any business-specific focus setting\n if(vgfGet('HTML_focus')=='') {\n $hExtra.=' ID=\"FIRSTSPLITMENU\" NAME=\"FIRSTSPLITMENU\" ';\n vgfSet('HTML_focus','FIRSTSPLITMENU');\n }\n \n $kount++;\n $d='?gp_page='.$key;\n $h=hLink(\"mainlevel\",$info['description'],$d,$hExtra);\n echo \"\\n<tr><td class=\\\"leftcol\\\">$h</td></tr>\";\n \n // Possibly two more links \n if(ArraySafe($info,'linknew')=='Y') {\n $hx=' tabindex=\"'.hpTabIndexNext(100).'\" style=\"margin-left:30px\"';\n $h=hLink(\"mainlevel\",'New',$d.'&gp_mode=ins',$hx);\n echo \"\\n<tr><td class=\\\"leftcol\\\">$h</td></tr>\";\n }\n if(ArraySafe($info,'linksearch')=='Y') {\n $hx=' tabindex=\"'.hpTabIndexNext(100).'\" style=\"margin-left:30px\"';\n $h=hLink(\"mainlevel\",'Search',$d.'&gp_mode=search',$hx);\n echo \"\\n<tr><td class=\\\"leftcol\\\">$h</td></tr>\";\n }\n }\n echo \"</table>\";\n }\n }\n //while ($kount++ < 30) { echo \"<br>\"; }\n}", "function randomstrayquotes_extend_navigation(navigation_node $navref, stdClass $course, stdClass $module, cm_info $cm) {\n // TODO Delete this function and its docblock, or implement it.\n}", "public function show_navigation() {\n\n echo '<h1>' . esc_html( get_admin_page_title() ) . '</h1>';\n echo '<h2 class=\"nav-tab-wrapper\">';\n foreach ( $this->settings_tabs as $tab ) {\n printf( '<a href=\"#%1$s\" class=\"nav-tab\" id=\"%1$s-tab\">%2$s</a>', $tab['id'], $tab['title'] );\n }\n echo '</h2>';\n\n //settings_errors();\n\n }", "function dllc_extend_navigation(navigation_node $navref, stdClass $course, stdClass $module, cm_info $cm) {\n // TODO Delete this function and its docblock, or implement it.\n}", "public function main_navigation(){\r\n\r\n echo \"<ul>\";\r\n\r\n if(isset($this->navigationSettings)){\r\n\r\n foreach((array) $this->navigationSettings as $key => $value){\r\n echo \"<li>\";\r\n echo \"<a href='$value'>$key</a>\";\r\n echo \"</li>\";\r\n }\r\n\r\n }\r\n\r\n echo \"</ul>\";\r\n\r\n }", "function showLocalNav()\n {\n $nav = new LoginGroupNav($this);\n $nav->show();\n }", "private function _getNavigation()\r\n\t{\r\n\t\tglobal $action, $whmcs;\r\n\t\t\r\n\t\t$uri\t= DunUri :: getInstance('SERVER', true );\r\n\t\t$uri->delVar( 'task' );\r\n\t\t$uri->delVar( 'submit' );\r\n\t\t\r\n\t\t$html\t= '<ul class=\"nav nav-pills\">';\r\n\t\t\r\n\t\tforeach( array( 'themes', 'config', 'license' ) as $item ) {\r\n\t\t\t\r\n\t\t\tif ( $item == $action ) {\r\n\t\t\t\tif ( array_key_exists( 'task', $whmcs->input ) ) {\r\n\t\t\t\t\tif ( $whmcs->input['task'] != 'edittheme' ) {\r\n\t\t\t\t\t\t$html .= '<li class=\"active\"><a href=\"#\">' . t( 'themer.admin.module.navbar.' . $item ) . '</a></li>';\r\n\t\t\t\t\t\tcontinue;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\t$html .= '<li class=\"active\"><a href=\"#\">' . t( 'themer.admin.module.navbar.' . $item ) . '</a></li>';\r\n\t\t\t\t\tcontinue;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$uri->setVar( 'action', $item );\r\n\t\t\t$html .= '<li><a href=\"' . $uri->toString() . '\">' . t( 'themer.admin.module.navbar.' . $item ) . '</a></li>';\r\n\t\t}\r\n\t\t\r\n\t\t\r\n\t\t$html\t.= '</ul>';\r\n\t\treturn $html;\r\n\t}", "function cicleinscription_extend_navigation(navigation_node $navref, stdclass $course, stdclass $module, cm_info $cm) {\n\treturn false;\n}", "public function registerNavigation()\n {\n return []; // Remove this line to activate\n\n return [\n 'core' => [\n 'label' => 'Core',\n 'url' => Backend::url('ams/core/mycontroller'),\n 'icon' => 'icon-leaf',\n 'permissions' => ['ams.core.*'],\n 'order' => 500,\n ],\n ];\n }", "function menuConfig()\t{\n\t\tglobal $LANG;\n\t\t$this->MOD_MENU = Array (\n\t\t\"function\" => Array (\n\t\t\"1\" => $LANG->getLL(\"function1\"),\n\t\t\"2\" => $LANG->getLL(\"function2\"),\n\t\t)\n\t\t);\n\t\tparent::menuConfig();\n\t}", "function menuConfig()\t{\n\t\tglobal $LANG;\n\t\t$this->MOD_MENU = Array (\n\t\t\t'function' => Array (\n\t\t\t\t'1' => $LANG->getLL('function1'),\n\t\t\t\t'2' => $LANG->getLL('function2'),\n\t\t\t\t'3' => $LANG->getLL('function3'),\n\t\t\t)\n\t\t);\n\t\tparent::menuConfig();\n\t}", "public function navigationiniAction()\n {\n }", "public function menuConfig() {\r\n $this->MOD_MENU = array(\r\n 'function' => array(\r\n '1' => $GLOBALS['LANG']->getLL('function1')\r\n )\r\n );\r\n parent::menuConfig();\r\n }", "function menuConfig()\t{\n\t\t\t\t\tglobal $LANG;\n\t\t\t\t\t$this->MOD_MENU = Array (\n\t\t\t\t\t\t'function' => Array (\n\t\t\t\t\t\t\t'1' => $LANG->getLL('function1')/*,\n\t\t\t\t\t\t\t'2' => $LANG->getLL('function2'),\n\t\t\t\t\t\t\t'3' => $LANG->getLL('function3'),*/\n\t\t\t\t\t\t)\n\t\t\t\t\t);\n\t\t\t\t\tparent::menuConfig();\n\t\t\t\t}", "public function registerNavigation()\n {\n return []; // Remove this line to activate\n\n return [\n 'music' => [\n 'label' => 'music',\n 'url' => Backend::url('jc91715/music/mycontroller'),\n 'icon' => 'icon-leaf',\n 'permissions' => ['jc91715.music.*'],\n 'order' => 500,\n ],\n ];\n }", "public function leftnav ()\n\t{\n\t}", "function admin_index()\n\t{\n\t\t$this->pageTitle = 'Admin Navigation - ' . $this->Session->read('Auth.User.id');\n\t\t$this->set('pageName', $this->Session->read('Auth.User.id') . ' - Admin Navigation');\n\n\t\tif($this->RequestHandler->prefers('json'))\n\t\t{\n\t\t\t$conditions = array();\n\n\t\t\t$parent_id = null;\n\t\t\tif(isset($this->params['form']['node']) && !preg_match('/xnode-/', $this->params['form']['node']))\n\t\t\t{\n\t\t\t\t$parent_id = $this->params['form']['node'];\n\t\t\t\t\n\t\t\t\t$parent = $this->Navigation->find('first', array(\n\t\t\t\t\t'conditions' => array(\n\t\t\t\t\t\t'Navigation.id' => $parent_id,\n\t\t\t\t\t),\n\t\t\t\t\t'recursive' => -1,\n\t\t\t\t));\n\t\t\t\tif(empty($parent))\n\t\t\t\t{\n\t\t\t\t\t$this->cakeError('invalid_field', array('field' => 'Parent ID'));\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t$conditions = array(\n\t\t\t\t\t'Navigation.lft >' => $parent['Navigation']['lft'],\n\t\t\t\t\t'Navigation.rght <' => $parent['Navigation']['rght'],\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t$navigation = $this->Navigation->find('threaded', array(\n\t\t\t\t'conditions' => $conditions,\n\t\t\t\t'order' => 'Navigation.lft',\n\t\t\t\t'recursive' => 1,\n\t\t\t));\n\t\t\ttry {\n\t\t\t\t$nodes = $this->Navigation->toNodes($navigation);\n\t\t\t} catch(Exception $e) {\n\t\t\t\t$this->cakeError('internal_error', array('action' => 'Convert', 'resource' => 'Navigation Entry'));\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t$this->set('nodes', $nodes);\n\t\t}\n\t}", "public function index()\n\t{\n\t\t// Modules in \"modules\" folder\n\t\t$found_modules = Modules()->get_modules();\n\n\t\t// ionize Modules config\n\t\t$modules = array();\n\t\tinclude APPPATH . 'config/modules.php';\n\n\t\t// Get all modules from folders\n\t\tforeach($found_modules as $folder => &$module)\n\t\t{\n\t\t\t// Does the module install tables in DB ?\n\t\t\t$module['uses_database'] = FALSE;\n\t\t\t$module['installed'] = FALSE;\n\t\t\t$module['uri_user_segment'] = $module['uri'];\n\n\t\t\tif (in_array($folder, $modules))\n\t\t\t{\n\t\t\t\t// Set installed to true\n\t\t\t\t$module['installed'] = TRUE;\n\n\t\t\t\t// Get the user segment\n\t\t\t\tforeach($modules as $segment => $f)\n\t\t\t\t{\n\t\t\t\t\tif ($f == $folder)\n\t\t\t\t\t\t$module['uri_user_segment'] = $segment;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t$this->template['modules'] = $found_modules;\n\n\t\t$this->output('modules/index');\n\t}", "public function getPageNav($tab, $isImportPage = false) {\n $this->loadTemplatePart('navigation', array(\n 'tab' => $tab,\n 'isImportPage' => $isImportPage\n ));\n }", "public function register_admin_menu(){\r\n $all_modules = HW_TGM_Module_Activation::get_register_modules();\r\n $module = $this->_option('module');\r\n $name = $module->module_name;\r\n $label = isset($all_modules[$name])? $all_modules[$name]['name'] : $name;\r\n\r\n $this->add_help_content(self::load_settings_page_hook_slug(HW_Module_Settings_page::PAGE_SLUG) ,$name , $label);\r\n }", "function menuConfig()\t{\n\t\tglobal $LANG;\n\t\t$this->MOD_MENU = Array (\n\t\t\t'function' => Array (\n\t\t\t\t/*'1' => $LANG->getLL('function1'),\n\t\t\t\t'2' => $LANG->getLL('function2'),\n\t\t\t\t'3' => $LANG->getLL('function3'),*/\n\t\t\t)\n\t\t);\n\t\tparent::menuConfig();\n\t}", "public function setLoadControllerMenu()\r\n {\r\n add_menu_page(\r\n $_SESSION['controller_data_current']['page_title'], // Title of the page\r\n $_SESSION['controller_data_current']['page_menu_text'], // Text to show on the menu link\r\n $_SESSION['controller_data_current']['page_capability'], // Capability requirement to see the link\r\n $_SESSION['controller_data_current']['page_slug'],\r\n $_SESSION['controller_data_current']['page_render'],\r\n $_SESSION['controller_data_current']['page_menu_icon'],\r\n $_SESSION['controller_data_current']['page_menu_position']\r\n );\r\n }", "public function registerNavigation()\n {\n return []; // Remove this line to activate\n\n return [\n 'mightyseoplus' => [\n 'label' => 'MightySeoPlus',\n 'url' => Backend::url('media1/mightyseoplus/mycontroller'),\n 'icon' => 'icon-leaf',\n 'permissions' => ['media1.mightyseoplus.*'],\n 'order' => 500,\n ],\n ];\n }", "public function admin_index() {\n\n\t\t\t/*get all data from table \"modules\"*/\n\t\t\t$modules=$this->Module->find(\"all\");\n\n\t\t\t/*set variables of page*/\n\t\t\t$this->set(\"title\", \"Gestion\");\n\t\t\t$this->set(\"legend\", \"Modules manager\");\n\t\t\t$this->set(\"modules\", $modules);\n\t\t\t}", "public function leftNavPanel() {\r\n\t\tprint file_get_contents('html/leftnav.html');\r\n\t}", "public function nav()\n {\n $PagesAdmin=new LaraPagesController;\n $PagesAdmin->modelId='media';\n return $PagesAdmin->nav();\n }", "public function Index() {\n $modules = new CMModules();\n $controllers = $modules->AvailableControllers();\n $allModules = $modules->ReadAndAnalyse();\n $this->views->SetTitle('Manage Modules')\n ->AddInclude(__DIR__ . '/index.tpl.php', array('controllers'=>$controllers), 'primary')\n ->AddInclude(__DIR__ . '/sidebar.tpl.php', array('modules'=>$allModules), 'sidebar');\n }", "private function _showPublic(){\n $omenu = D('Menu');\n $amodules = $omenu->getModules();\n $this->assign('modules',$amodules);\n $amenu = $omenu->getMenuByModelName(MODULE_NAME);\n $asubNav = array();\n $amenus = array();\n $asubmenus = array();\n $temp = array();\n foreach($amenu as $v){\n if(!$this->_auth($v['name'])) continue;\n switch(count(explode(',',$v['level']))){\n case 2:\n $amenus[$v['id']] = array(\n 'title' => $v['title'],\n 'URL' => $v['URL'],\n 'icon' => $v['icon']\n );\n if(MODULE_NAME == $v['name']){\n $anav[] = array(\n 'title' => $amodules[$v['pId']]['title'],\n 'URL' => $amodules[$v['pId']]['URL'],\n 'icon' => $amodules[$v['pId']]['icon']\n );\n $anav[] = array(\n 'title' => $v['title'],\n 'URL' => $v['URL']\n );\n $amenus[$v['id']]['active'] = true;\n $icon = $v['icon'];\n }else{\n $amenus[$v['id']]['active'] = false;\n }\n break;\n case 3:\n $amenus[$v['pId']]['submenu'][$v['id']] = array(\n 'title' => $v['title'],\n 'URL' => $v['URL']\n );\n if($foundSubNav){\n $stop = true;\n break;\n }else{\n $asubNav = array();\n }\n\n if($v['name'] == MODULE_NAME.'_'.ACTION_NAME){\n $bnatchNav || $bmatchNav = true;\n $foundSubNav = true;\n $anav[] = array(\n 'title' => $v['title'],\n 'URL' => $v['URL'],\n 'class' => 'current'\n );\n $tcontentTitle = $v['title'];\n }else{\n $temp = array(\n 'title' => $v['title'],\n 'URL' => $v['URL'],\n );\n $bmatchNav && $bmatchNav = false;\n }\n break;\n case 4:\n if($foundSubNav && $stop) break;\n if($bmatchNav){\n $asubNav[] = array(\n 'title' => $v['title'],\n 'URL' => $v['URL']\n );\n $tsubContentTitle = $tcontentTitle;\n }else{\n $asubNav[] = array(\n 'title' => $v['title'],\n 'URL' => $v['URL']\n );\n //$tsubContentTitle = $temp['name'];\n if(MODULE_NAME.'_'.ACTION_NAME == $v['name']){\n $foundSubNav = true;\n $tsubContentTitle = $v['title'];\n $tcontentTitle = $temp['title'];\n $anav[] = array(\n 'title' => $temp['title'],\n 'URL' => $temp['URL']\n );\n $anav[] = array(\n 'title' => $v['title'],\n 'URL' => $v['URL'],\n 'class' => 'current'\n );\n $asubNav[count($asubNav)-1]['active'] = true;\n }\n }\n break;\n }\n }\n $this->assign('menu',$amenus);\n $this->assign('nav',$anav);\n $this->assign('contentTitle',$tcontentTitle);\n $this->assign('subnav',$asubNav);\n $this->assign('subContentTitle',$tsubContentTitle);\n $this->assign('icon',$icon);\n }", "function init_menu() {\n if (func_num_args()>0) {\n $arg_list = func_get_args();\n }\n\n // menu entries\n module::set_menu($this->module, \"RAD Facility\", \"LIBRARIES\", \"_rad_facility\");\n module::set_menu($this->module, \"RAD DX Codes\", \"LIBRARIES\", \"_rad_dxcodes\");\n module::set_menu($this->module, \"RAD DX Codes\", \"LIBRARIES\", \"_rad_\");\n\n // add more detail\n module::set_detail($this->description, $this->version, $this->author, $this->module);\n\n }", "protected function addModule()\n {\n Mongez::append('modules', strtolower($this->moduleName));\n }", "private function gen_nav_links()\n\t{\n\t\t$this->template->assign_block_vars('navlinks', array(\n\t\t\t'S_IS_CAT'\t\t=> true,\n\t\t\t'S_IS_LINK'\t\t=> false,\n\t\t\t'S_IS_POST'\t\t=> false,\n\t\t\t'FORUM_NAME'\t=> $this->user->lang('BLOG_MAIN'),\n\t\t\t'FORUM_ID'\t\t=> -1,\n\t\t\t'U_VIEW_FORUM'\t=> append_sid('blog'),\n\t\t));\n\t}", "public function menuConfig() {\n\t\t$this->MOD_MENU = array(\n\t\t\t'function' => array(\n\t\t\t\t'1' => tx_laterpay_helper_string::tr('Dashboard'),\n\t\t\t\t'2' => tx_laterpay_helper_string::tr('Pricing'),\n\t\t\t\t'3' => tx_laterpay_helper_string::tr('Appearance'),\n\t\t\t\t'4' => tx_laterpay_helper_string::tr('Account'),\n\t\t\t)\n\t\t);\n\t\tparent::menuConfig();\n\t}", "public function registerNavigation() {\n\n return [\n 'elearning' => [\n 'label' => 'Goodworks Online Academy',\n 'url' => Backend::url('elearning/system/courses'),\n 'icon' => 'icon-university',\n 'permissions' => ['elearning.system.*'],\n 'order' => 500,\n 'sideMenu' => [\n 'courses' => [\n 'label' => 'Courses',\n 'icon' => 'icon-cubes',\n 'url' => Backend::url('elearning/system/courses'),\n 'permissions' => ['elearning.system.*']\n ],\n 'levels' => [\n 'label' => 'Levels',\n 'icon' => 'icon-database',\n 'url' => Backend::url('elearning/system/levels'),\n 'permissions' => ['elearning.system.*']\n ],\n 'subjects' => [\n 'label' => 'Subjects',\n 'icon' => 'icon-sitemap',\n 'url' => Backend::url('elearning/system/subjects'),\n 'permissions' => ['elearning.system.*']\n ],\n 'lessons' => [\n 'label' => 'Lessons',\n 'icon' => 'icon-copy',\n 'url' => Backend::url('elearning/system/lessons'),\n 'permissions' => ['elearning.system.*']\n ],\n ]\n ],\n ];\n }", "public function Base_Render_Before($Sender) {\n if(GetValue('Panel',$Sender->Assets) && $Sender->MasterView != 'admin') {\n $RecentlyActiveModule = new RecentlyActiveModule($Sender);\n $Sender->AddModule($RecentlyActiveModule);\n }\n }", "public function loadModules();", "public function initMenu()\n {\n add_menu_page(\n 'Flickr Group Gallery',\n 'Flickr Group Gallery',\n 'administrator',\n 'flickr-group-gallery',\n array($this, 'render'),\n 'dashicons-admin-generic'\n );\n }", "public function Base_Render_Before($Sender) {\n if(GetValue('Panel',$Sender->Assets) && $Sender->MasterView != 'admin') {\n\t $RecentlyActiveModule = new RecentlyActiveModule($Sender);\n $Sender->AddModule($RecentlyActiveModule);\n\t}\n }", "function listNavigationItems()\n{\n include('models/navigation.php');\n $items = getAllNavigationItems();\n return [\n 'page' => 'admin/lists/navigation.php',\n 'items' => $items,\n 'edit_link' => 'index.php?p=admin&module=navigation&action=edit&id=',\n 'delete_link' => 'index.php?p=admin&module=navigation&action=delete&id=',\n ];\n}", "function _navSetup()\n\t{\n\t\t// get the path to the current page\n\t\t$this->path = $this->getPath($this->area, $this->page);\n\t\t\n\t\t// reset the navigational elements\n\t\t$this->nav = array();\n\t\t\n\t\t// we use the view URL a lot\n\t\t$view_url = $this->parse->getRenderConf('xhtml', 'wikilink', 'view_url');\n\t\t\n\t\t// is there a path? (if not, the page is not on the map)\n\t\tif (count($this->path) > 0) {\n\t\t\t\n\t\t\t// get nav elements leading to this page...\n\t\t\tforeach ($this->path as $key => $val) {\n\t\t\t\t\t\n\t\t\t\tif ($key == 0) {\n\t\t\t\t\n\t\t\t\t\t// get the map tops\n\t\t\t\t\t$this->nav[$key] = $this->_tops($val, $view_url);\n\t\t\t\t\t\n\t\t\t\t} elseif (isset($this->path[$key-1])) {\n\t\t\t\t\n\t\t\t\t\t// get children\n\t\t\t\t\t$prev_page = $this->path[$key-1];\n\t\t\t\t\t$this->nav[$key] = $this->_kids($prev_page, $val, $view_url);\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}\n\n\t\t\t// and get the first nav element below this page.\n\t\t\t$prev_page = $val;\n\t\t\t$this->nav[$key+1] = $this->_kids($prev_page, $this->page,\n\t\t\t\t$view_url, true);\n\t\t\t\n\t\t} else {\n\n\t\t\t// Set the nav element to the top level page list for the area, so\n\t\t\t// that the list of top level pages is shown even if we move outside\n\t\t\t// the area map.\n\t\t\t$this->nav[0] = $this->_tops(\"\", $view_url);\n\t\t}\n\t\t\t\n\t\t\n\t\t// nav to AreaMap, edit, history, and links\n\t\t$this->nav['map'] =\tsprintf($view_url, 'AreaMap');\n\t\t$this->nav['history'] = sprintf($view_url, $this->page) . '&view=history';\n\t\t$this->nav['links'] = sprintf($view_url, $this->page) . '&view=links';\n\t\t$this->nav['source'] = sprintf($view_url, $this->page) . '&view=source';\n\t\t$this->nav['rss'] = sprintf($this->conf['absolute_url'].\"rss.php?area=%s&page=%s\", $this->area, $this->page);\n\t\t$this->nav['edit'] = sprintf($this->conf['absolute_url'].\"edit.php?area=%s&page=%s\", $this->area, $this->page);\n\t}", "public function init() {\n\t\t// @todo replace with a setTemplate() in t41\\Exception\n\t\tView::setTemplate('default.html');\n\t\t\n\t\t// get page identifiers (module, controller and action)\n\t\tLayout::$module\t\t= $this->_getParam('module');\n\t\tLayout::$controller\t= $this->_getParam('controller');\n\t\tLayout::$action\t\t= $this->_getParam('action');\n\t\t\n\t\t// provide controller with basic information about the current module\n\t\tforeach (Module::getConfig() as $vendor => $modules) {\n\t\t\t\n\t\t\tforeach ($modules as $key => $module) {\n\t\t\t\t\n\t\t\t\tif (isset($module['controller']) && Layout::$module == $module['controller']['base']) {\n\t\t\t\t\t$this->_module = 'app/' . $vendor . '/' . $key;\n\t\t\t\t\tLayout::$vendor = $vendor;\n\t\t\t\t\tLayout::$moduleKey = $key;\n\n\t\t\t\t\t$resource = Layout::$controller;\n\t\t\t\t\tif (Layout::$action) $resource .= '/' . Layout::$action;\n\t\t\t\t\tif (isset($module['controller']['items'])) {\n\t\t\t\t\t\tforeach ($module['controller']['items'] as $controller) {\n\t\t\t\t\t\t\tif ($this->_getCurrentItem($resource, $controller) == true) break;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (isset($module['controllers_extends'])) {\n\t\t\t\t\t\tforeach ($module['controllers_extends'] as $controller) {\n\t\t\t\t\t\t\tif ($this->_getCurrentItem($resource, $controller['items']) == true) break;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "protected function _initNavigation() {\n $this->bootstrap('layout');\n $layout = $this->getResource('layout');\n $view = $layout->getView();\n\n //set top navigation\n $config = new Zend_Config_Xml(APPLICATION_PATH . \"/configs/navigation.xml\", \"TopNavigation\");\n $navigation = new Zend_Navigation($config);\n\n //pass to view\n $view->topNav = $navigation;\n\n //add to zend registry\n Zend_Registry::set('Zend_Navigation', $leftNavigation);\n }", "public function onNavigationMainFirst($event) {\n // add the blog\n if (Config::get('cms.blogging')) {\n Navigation::addMain('default', array('title' => 'Blog', 'slug' => 'blog/posts', 'icon' => 'book'));\n }\n\n // add the events\n if (Config::get('cms.events')) {\n Navigation::addMain('default', array('title' => 'Events', 'slug' => 'events', 'icon' => 'calendar'));\n }\n\n if ($this->user) {\n // add the storage\n if (Config::get('cms.storage')) {\n Navigation::addMain('default', array('title' => 'Storage', 'slug' => 'storage/folders', 'icon' => 'folder-open'));\n }\n\n // add the admin links\n if (Sentry::getUser()->hasAccess('admin')) {\n Navigation::addMain('admin', array('title' => 'Logs', 'slug' => 'logviewer', 'icon' => 'wrench'));\n Navigation::addMain('admin', array('title' => 'Caching', 'slug' => 'caching', 'icon' => 'tachometer'));\n Navigation::addMain('admin', array('title' => 'CloudFlare', 'slug' => 'cloudflare', 'icon' => 'cloud'));\n Navigation::addMain('admin', array('title' => 'Queuing', 'slug' => 'queuing', 'icon' => 'random'));\n }\n\n // add the view users link\n if (Sentry::getUser()->hasAccess('mod')) {\n Navigation::addMain('admin', array('title' => 'Users', 'slug' => 'users', 'icon' => 'user'));\n }\n }\n }", "function init_menu() {\n if (func_num_args()>0) {\n $arg_list = func_get_args();\n }\n\n // menu entries\n module::set_menu($this->module, \"Drug Formulation\", \"LIBRARIES\", \"_drug_formulation\");\n module::set_menu($this->module, \"Drug Preparation\", \"LIBRARIES\", \"_drug_preparation\");\n module::set_menu($this->module, \"Drug Manufacturer\", \"LIBRARIES\", \"_drug_manufacturer\");\n module::set_menu($this->module, \"Drug Source\", \"LIBRARIES\", \"_drug_source\");\n module::set_menu($this->module, \"Drugs\", \"LIBRARIES\", \"_drugs\");\n\n // add more detail\n module::set_detail($this->description, $this->version, $this->author, $this->module);\n\n }", "function init_menu() {\n if (func_num_args()>0) {\n $arg_list = func_get_args();\n }\n\n // menu entries\n module::set_menu($this->module, \"Drug Formulation\", \"LIBRARIES\", \"_drug_formulation\");\n module::set_menu($this->module, \"Drug Preparation\", \"LIBRARIES\", \"_drug_preparation\");\n module::set_menu($this->module, \"Drug Manufacturer\", \"LIBRARIES\", \"_drug_manufacturer\");\n module::set_menu($this->module, \"Drug Source\", \"LIBRARIES\", \"_drug_source\");\n module::set_menu($this->module, \"Drugs\", \"LIBRARIES\", \"_drugs\");\n\n // add more detail\n module::set_detail($this->description, $this->version, $this->author, $this->module);\n\n }", "public function leftNavigation()\n\t{\n\t\t// Build hierarchies\n\t\t$hierarchies = $this->_toHierarchies(Admin_Auth::getInstance()->getNavigation()->toArray());\n\t\t$navigation = new Zend_Navigation($hierarchies);\n\t\t$this->_menu = $this->view->navigation($navigation)->menu();\n\t\t$this->_menu->setUlClass('nav');\n\t\t\n\t\t// Get current url\n\t\t$currentUrl = rtrim(Zend_Controller_Front::getInstance ()->getRequest ()->getRequestUri (), '/');\n\t\t\n\t\t// If current url not match with list urls\n\t\tif (!($currentPage = $navigation->findOneByUri ( $currentUrl ))) \n\t\t{\n\t\t\t// Put each element into an array.\n\t\t\t$segments = explode('/', $currentUrl);\n\t\t\t$count = count($segments);\n\t\t\tif ($count === 0)\n\t\t\t{\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\n\t\t\t// Separate url to sub-url\n\t\t\tfor ($i = 1; $i < $count; $i++)\n\t\t\t{\n\t\t\t\t$segments[$i] = ($segments[$i - 1] . '/' . $segments[$i]);\n\t\t\t}\n\t\t\t\n\t\t\t// Reverse order\n\t\t\t$segments = array_reverse($segments);\n\t\t\t\n\t\t\t// Check for an exact match\n\t\t\tforeach ($segments as $segment)\n\t\t\t{\n\t\t\t\t// Break out of the loop, we've found an exact match;\n\t\t\t\tif ($currentPage = $navigation->findOneByUri ( $segment ))\n\t\t\t\t{\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tif ($currentPage instanceof Zend_Navigation_Page_Uri)\n\t\t{\n\t\t // Set active\n\t\t $currentPage->setActive ( true );\n\t\t \t\n\t\t // Set active flag for own parent\n\t\t $currentPage = $currentPage->getParent ();\n\t\t while ( $currentPage instanceof Zend_Navigation_Page_Uri )\n\t\t {\n\t\t $currentPage->setActive ( true );\n\t\t $currentPage = $currentPage->getParent ();\n\t\t }\n\t\t}\n\t\t\n\t\treturn $this;\n\t}", "public function initClientNavigation()\n {\n $naviPath = APPLICATION_PATH . '/../modules/mazelab/storage/configs/navigation/client.ini';\n if (file_exists($naviPath)) {\n $view = Zend_Layout::getMvcInstance()->getView();\n $view->navigation()->addPages(new Zend_Config_Ini($naviPath));\n }\n }", "public static function installPageMenu()\n\t{\n\t\t$pagemenulinks = self::parseModules(GWF_ModuleLoader::loadModulesFS());\n\t\treturn self::installPageMenu2($pagemenulinks);\n\t}", "public function init()\n\t{\n\t\t$this -> view -> navigation = $navigation = Engine_Api::_() -> getApi('menus', 'core') -> getNavigation('advmenusystem_admin_main', array(), 'advmenusystem_admin_global_settings');\n\t}", "function fn_companies_set_navigation_sections($active_section)\n{\n $navigation_sections = [\n 'vendors' => [\n 'title' => __('vendors'),\n 'href' => fn_url('companies.manage'),\n ],\n 'invitations' => [\n 'title' => __('pending_vendor_invitations'),\n 'href' => fn_url('companies.invitations')\n ]\n ];\n\n Registry::set('navigation.dynamic.sections', $navigation_sections);\n Registry::set('navigation.dynamic.active_section', $active_section);\n}", "function Module($page){\r\n\t\t$this->page=$page;\r\n\t}", "function navigation (){\n}", "public function navigation() {\n\n\t\t\treturn array(\n\t\t\t'wpgmp_form_location' => __( 'Add Location', WPGMP_TEXT_DOMAIN ),\n\t\t\t'wpgmp_manage_location' => __( 'Manage Locations', WPGMP_TEXT_DOMAIN ),\n\t\t\t);\n\t\t}", "public function run() {\n $menus = [\n [\n 'module_target' => 'sidebar-admin',\n 'position' => '0',\n 'body' => 'Main Navigation',\n 'type' => 'separator'\n ],\n [\n 'module_target' => 'sidebar-admin',\n 'position' => '1',\n 'icon' => 'home',\n 'name' => 'dashboard',\n 'uri' => 'admin',\n 'title' => 'Go to Dashboard',\n 'body' => 'Dashboard'\n ],\n [\n 'module_target' => 'sidebar-admin',\n 'position' => '5.1',\n 'icon' => 'group',\n 'name' => 'user',\n 'uri' => 'admin/user',\n 'title' => 'User Management',\n 'body' => 'Users'\n ],\n [\n 'module_target' => 'sidebar-admin',\n 'position' => '9',\n 'body' => 'Settings',\n 'type' => 'separator'\n ],\n [\n 'module_target' => 'sidebar-admin',\n 'position' => '9.1',\n 'name' => 'setting',\n 'icon' => 'gear',\n 'uri' => '',\n 'title' => 'Pengaturan Website',\n 'body' => 'Pengaturan',\n 'type' => 'parent'\n ],\n [\n 'module_target' => 'sidebar-admin',\n 'position' => '9.2',\n 'name' => 'menu',\n 'icon' => 'bars',\n 'uri' => 'admin/menu',\n 'title' => 'Pengaturan Menu',\n 'body' => 'Menus'\n ],\n [\n 'module_target' => 'sidebar-admin',\n 'position' => '9.3',\n 'icon' => 'key',\n 'name' => 'permission',\n 'uri' => 'admin/permission',\n 'title' => 'Roles & Permissions',\n 'body' => 'Permissions'\n ],\n [\n 'module_target' => 'sidebar-admin',\n 'position' => '9.1-1',\n 'name' => 'setting',\n 'icon' => '',\n 'uri' => 'admin/setting/global/update',\n 'title' => 'Pengaturan Global',\n 'body' => 'Global'\n ]\n ];\n\n for ($i = 0; $i < count($menus); $i++) {\n $menus[$i] = factory(\\App\\Menu::class)->create($menus[$i]);\n }\n\n $menus[0]->roles()->attach(3);\n $menus[1]->roles()->attach(3);\n $menus[2]->roles()->attach(2);\n $menus[3]->roles()->attach(2);\n $menus[4]->roles()->attach(2);\n $menus[5]->roles()->attach(1);\n $menus[6]->roles()->attach(1);\n $menus[7]->roles()->attach(1);\n }", "public function registerNavigation()\n {\n return []; // Remove this line to activate\n\n return [\n 'honcuratoruser' => [\n 'label' => 'HonCuratorUser',\n 'url' => Backend::url('hon/honcuratoruser/mycontroller'),\n 'icon' => 'icon-leaf',\n 'permissions' => ['hon.honcuratoruser.*'],\n 'order' => 500,\n ],\n ];\n }", "private function tab_navigation() {\n\t\t\techo '<div class=\"wpseo-local-metabox-menu\">';\n\t\t\techo '<ul role=\"tablist\" class=\"yoast-seo-local-aria-tabs\" aria-label=\"Yoast SEO: Local\">';\n\t\t\tforeach ( $this->tabs as $key => $tab ) {\n\t\t\t\t$active = ( $key === 0 );\n\n\t\t\t\t$link_class = [ 'wpseo-local-meta-section-link' ];\n\t\t\t\tif ( $active ) {\n\t\t\t\t\t$link_class[] = 'yoast-active-tab';\n\t\t\t\t}\n\n\t\t\t\techo '<li role=\"presentation\" ' . ( ( $active ) ? 'class=\"active\"' : '' ) . '>';\n\t\t\t\techo '<a role=\"tab\" href=\"#wpseo-local-tab-' . $tab['id'] . '\" class=\"' . implode( ' ', $link_class ) . '\" id=\"wpseo-local-tab-' . $tab['id'] . '-content\">';\n\t\t\t\techo '<span class=\"dashicons dashicons-' . $tab['icon'] . '\"></span>';\n\t\t\t\techo $tab['title'];\n\t\t\t\techo '</a>';\n\t\t\t\techo '</li>';\n\t\t\t}\n\t\t\techo '</ul>';\n\t\t\techo '</div> <!-- .wpseo-metabox-menu -->';\n\t\t}", "function myaccount_nav_setup()\n\t{\n\t\t// Check for the last_call\n\t\t$additional_nav = (ee()->extensions->last_call) ?\n\t\t\tee()->extensions->last_call :\n\t\t\tarray();\n\n\t\tee()->lang->loadfile($this->module);\n\t\treturn array_merge_recursive(\n\t\t\t$additional_nav,\n\t\t\tarray(\n\t\t\t\t'customize_cp' => array(\n\t\t\t\t\tlang('rte_prefs')\t=> array(\n\t\t\t\t\t\t'extension'\t=> 'rte',\n\t\t\t\t\t\t'method'\t=> 'myaccount_settings'\n\t\t\t\t\t)\n\t\t\t\t)\n\t\t\t)\n\t\t);\n\t}", "public function add_menu()\n {\n add_options_page(__('Master Link Plugin Settings'), __('Master Link Plugin'), 'manage_options', 'master_link_plugin', array(\n &$this,\n 'plugin_settings_page'\n ));\n }", "protected function menus()\n {\n\n }", "public function appendNavigation(){\n\t\t\t$nav = $this->getNavigationArray();\n\n\t\t\t/**\n\t\t\t * Immediately before displaying the admin navigation. Provided with the\n\t\t\t * navigation array. Manipulating it will alter the navigation for all pages.\n\t\t\t *\n\t\t\t * @delegate NavigationPreRender\n\t\t\t * @param string $context\n\t\t\t * '/backend/'\n\t\t\t * @param array $nav\n\t\t\t * An associative array of the current navigation, passed by reference\n\t\t\t */\n\t\t\tSymphony::ExtensionManager()->notifyMembers('NavigationPreRender', '/backend/', array('navigation' => &$nav));\n\n\t\t\t$xNav = new XMLElement('ul');\n\t\t\t$xNav->setAttribute('id', 'nav');\n\n\t\t\tforeach($nav as $n){\n\t\t\t\tif($n['visible'] == 'no') continue;\n\n\t\t\t\t$can_access = false;\n\n\t\t\t\tif(!isset($n['limit']) || $n['limit'] == 'author')\n\t\t\t\t\t$can_access = true;\n\n\t\t\t\telseif($n['limit'] == 'developer' && Administration::instance()->Author->isDeveloper())\n\t\t\t\t\t$can_access = true;\n\n\t\t\t\telseif($n['limit'] == 'primary' && Administration::instance()->Author->isPrimaryAccount())\n\t\t\t\t\t$can_access = true;\n\n\t\t\t\tif($can_access) {\n\t\t\t\t\t$xGroup = new XMLElement('li', $n['name']);\n\t\t\t\t\tif(isset($n['class']) && trim($n['name']) != '') $xGroup->setAttribute('class', $n['class']);\n\n\t\t\t\t\t$hasChildren = false;\n\t\t\t\t\t$xChildren = new XMLElement('ul');\n\n\t\t\t\t\tif(is_array($n['children']) && !empty($n['children'])){\n\t\t\t\t\t\tforeach($n['children'] as $c){\n\t\t\t\t\t\t\tif($c['visible'] == 'no') continue;\n\n\t\t\t\t\t\t\t$can_access_child = false;\n\n\t\t\t\t\t\t\tif(!isset($c['limit']) || $c['limit'] == 'author')\n\t\t\t\t\t\t\t\t$can_access_child = true;\n\n\t\t\t\t\t\t\telseif($c['limit'] == 'developer' && Administration::instance()->Author->isDeveloper())\n\t\t\t\t\t\t\t\t$can_access_child = true;\n\n\t\t\t\t\t\t\telseif($c['limit'] == 'primary' && Administration::instance()->Author->isPrimaryAccount())\n\t\t\t\t\t\t\t\t$can_access_child = true;\n\n\t\t\t\t\t\t\tif($can_access_child) {\n\t\t\t\t\t\t\t\t$xChild = new XMLElement('li');\n\t\t\t\t\t\t\t\t$xChild->appendChild(\n\t\t\t\t\t\t\t\t\tWidget::Anchor($c['name'], SYMPHONY_URL . $c['link'])\n\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t$xChildren->appendChild($xChild);\n\t\t\t\t\t\t\t\t$hasChildren = true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif($hasChildren){\n\t\t\t\t\t\t\t$xGroup->appendChild($xChildren);\n\t\t\t\t\t\t\t$xNav->appendChild($xGroup);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t$this->Header->appendChild($xNav);\n\t\t\tAdministration::instance()->Profiler->sample('Navigation Built', PROFILE_LAP);\n\t\t}", "function randomstrayquotes_extend_settings_navigation(settings_navigation $settingsnav, navigation_node $newmodulenode=null) {\n // TODO Delete this function and its docblock, or implement it.\n}", "private function installModuleTabs()\n {\n foreach ($this->admin_tabs as $value) {\n @copy(_PS_MODULE_DIR_ . $this->name . '/logo.png', _PS_IMG_DIR_ . 't/' . $value['class'] . '.png');\n $parent_tab = new Tab();\n $parent_tab->name[$this->context->language->id] = $this->l($value['title']);\n $parent_tab->class_name = $value['class'];\n $parent_tab->id_parent = 0; // Home tab\n $parent_tab->module = $this->name;\n $parent_tab->add();\n \n if (isset($value['children'])) {\n foreach ($value['children'] as $k => $v) {\n $tab = new Tab();\n // Need a foreach for the language\n foreach (Language::getLanguages(true) as $lang)\n $tab->name[$lang['id_lang']] = $this->l($v);\n \n $tab->class_name = $k;\n $tab->id_parent = $parent_tab->id;\n $tab->module = $this->name;\n $tab->add();\n }\n \n foreach ($value['hidden'] as $k => $v) {\n $tab = new Tab();\n // Need a foreach for the language\n foreach (Language::getLanguages(true) as $lang)\n $tab->name[$lang['id_lang']] = $this->l($v);\n \n $tab->class_name = $k;\n $tab->id_parent = - 1;\n $tab->module = $this->name;\n $tab->add();\n }\n }\n }\n \n return true;\n }", "public function registerNavigation() {\n return [\n 'sampling' => [\n 'label' => 'Sampling',\n 'url' => Backend::url('mtech/sampling/project'),\n 'icon' => 'icon-globe',\n 'permissions' => ['mtech.sampling.*'],\n 'order' => 500,\n 'sideMenu' => [\n 'province' => [\n 'label' => 'Provinces',\n 'icon' => 'icon-sitemap',\n 'url' => Backend::url('mtech/sampling/province'),\n 'permissions' => ['mtech.sampling.province'],\n 'counterLabel' => 'General',\n ],\n 'district' => [\n 'label' => 'Districts',\n 'icon' => 'icon-map-marker',\n 'url' => Backend::url('mtech/sampling/district'),\n 'permissions' => ['mtech.sampling.district'],\n 'counterLabel' => 'General',\n ],\n 'productbrand' => [\n 'label' => 'Product brands',\n 'icon' => 'icon-address-card-o',\n 'url' => Backend::url('mtech/sampling/productbrand'),\n 'permissions' => ['mtech.sampling.productbrand'],\n 'counterLabel' => 'General',\n ],\n 'categorygift' => [\n 'label' => 'Category Gifts',\n 'icon' => 'icon-gift',\n 'url' => Backend::url('mtech/sampling/categorygift'),\n 'permissions' => ['mtech.sampling.categorygift'],\n 'counterLabel' => 'General',\n ],\n 'productsampling' => [\n 'label' => 'Product Sampling',\n 'icon' => 'icon-newspaper-o',\n 'url' => Backend::url('mtech/sampling/productsampling'),\n 'permissions' => ['mtech.sampling.productsampling'],\n 'counterLabel' => 'General',\n ],\n 'project' => [\n 'label' => 'Projects',\n 'icon' => 'icon-list',\n 'url' => Backend::url('mtech/sampling/project'),\n 'permissions' => ['mtech.sampling.project'],\n 'counterLabel' => 'Sampling',\n ],\n 'location' => [\n 'label' => 'Locations',\n 'icon' => 'icon-map-marker',\n 'url' => Backend::url('mtech/sampling/location'),\n 'permissions' => ['mtech.sampling.location'],\n 'counterLabel' => 'Sampling',\n ],\n 'gift' => [\n 'label' => 'Gifts',\n 'icon' => 'icon-gift',\n 'url' => Backend::url('mtech/sampling/gift'),\n 'permissions' => ['mtech.sampling.gift'],\n 'counterLabel' => 'Sampling',\n ],\n 'customergift' => [\n 'label' => 'Customer Info',\n 'icon' => 'icon-address-card-o',\n 'url' => Backend::url('mtech/sampling/customergift'),\n 'permissions' => ['mtech.sampling.customergift'],\n 'counterLabel' => 'Report Detail',\n ],\n 'historypg' => [\n 'label' => 'PG Info',\n 'icon' => 'icon-address-card-o',\n 'url' => Backend::url('mtech/sampling/historypg'),\n 'permissions' => ['mtech.sampling.historypg'],\n 'counterLabel' => 'Report Detail',\n ],\n 'configapp' => [\n 'label' => 'Config App',\n 'icon' => 'icon-cog',\n 'url' => Backend::url('mtech/sampling/configapp'),\n 'permissions' => ['mtech.sampling.configapp'],\n 'counterLabel' => 'Setting',\n ],\n 'settingotp' => [\n 'label' => 'Config OTP',\n 'icon' => 'icon-cog',\n 'url' => Backend::url('mtech/sampling/settingotp'),\n 'permissions' => ['mtech.sampling.settingotp'],\n 'counterLabel' => 'Setting',\n ],\n // 'customergift' => [\n // 'label' => 'Customer Gifts',\n // 'icon' => 'icon-history',\n // 'url' => Backend::url('mtech/sampling/customergift'),\n // 'permissions' => ['mtech.sampling.*'],\n // 'counterLabel' => 'History',\n // ]\n ]\n ],\n ];\n }", "public function buildNavigation()\r\n\t{\r\n\t\t$uri\t=\tDunUri :: getInstance( 'SERVER', true );\r\n\t\t$uri->delVars();\r\n\t\t$uri->setVar( 'module', 'intouch' );\r\n\t\t\r\n\t\t$data\t\t=\t'<ul class=\"nav nav-pills\">';\r\n\t\t$actions\t=\tarray( 'default', 'syscheck', 'groups', 'configure', 'updates', 'license' );\r\n\t\t\r\n\t\tforeach( $actions as $item ) {\r\n\t\t\tif ( $item == $this->action && in_array( $this->task, array( 'default', 'save' ) ) ) {\r\n\t\t\t\t$data .= '<li class=\"active\"><a href=\"#\">' . t( 'intouch.admin.navbar.' . $item ) . '</a></li>';\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\t$uri->setVar( 'action', $item );\r\n\t\t\t\t$data .= '<li><a href=\"' . $uri->toString() . '\">' . t( 'intouch.admin.navbar.' . $item ) . '</a></li>';\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\t$data\t.= '</ul>';\r\n\t\treturn $data;\r\n\t}", "public function getBackendNavigation()\n {\n return [\n [\n 'title' => Yii::t($this->moduleMessages, 'Module name'),\n 'icon' => $this->moduleIcon,\n 'link' => Url::to(['banner/banner/index']),\n 'permission' => self::BACKEND_PERMISSION,\n 'isModule' => true,\n 'children' => [\n [\n 'title' => Yii::t('b/banner', 'Banners'),\n 'icon' => 'fa fa-flag',\n 'link' => Url::to(['/banner/banner/index']),\n 'permission' => self::BACKEND_PERMISSION,\n 'isActiveUrlPart' => '/banner/banner/',\n ],\n [\n 'title' => Yii::t('b/banner/place', 'Banners places'),\n 'icon' => 'fa fa-flag-o',\n 'link' => Url::to(['/banner/place/index']),\n 'permission' => self::BACKEND_PERMISSION,\n 'isActiveUrlPart' => '/banner/place/',\n ],\n ],\n ],\n ];\n }", "public function LeftNavigation() {\n\t\t$pageId = (isset($_GET['page'])) ? (int)$_GET['page'] : 0;\n \n if(($page = DataObject::get_by_id('Page', $pageId))) {\n Director::set_current_page($page);\n }\n\n return $this->renderWith('LeftNavigation');\n }", "public function setDefaultModule($module);", "function index(){\r\n $id_level=$this->session->level;\r\n\t\tif($this->session->level==1 AND $this->session->id_user==1)\r\n {\r\n \t\r\n \t $data['modulmenu']='active';\r\n $data['modul']='active';\r\n $data['title']='Menu';\r\n $data['id_level']=$id_level;\r\n $data['link']=$link;\r\n $data['ctrl']='modul';\r\n \t $data['record']=$this->model_app->view_ordering('simpeg_modul','id_modul','ASC');\r\n\t\t $this->template->load('admin','admin/mod_modul/modul',$data);\r\n\t\t\t\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\tredirect('dashboard');\r\n\t\t}\r\n }", "public function listModules() {\n\t\t\t// to use languages\n\t\t\tglobal $language;\n\t\t\t$this->lang = $language[parse_lang()];\n\n\t\t\t// only open when directory really exists\n\t\t\t$handler = file_exists($this->dir) ? opendir($this->dir) : die($this->lang['nodirectory']);\n\n\t\t\twhile (false !== ($entry = readdir($handler))) {\n\t\t\t\tif(preg_match('/^[m][o][d][_][0-9][A-Za-z]{3,}[.][p][h][p]$/', $entry)) {\n\t\t\t\t\tinclude($this->dir.'/'.$entry);\n\t\t\t\t\tif($config['innav'] == true) $this->listArray[$entry] = $config;\n\t\t\t\t\t$this->listRequires[$config['name']] = $requires;\n\t\t\t\t\t$this->listAttributes[$config['name']] = $config;\n\t\t\t\t}\n\t\t\t\tksort($this->listArray);\n\t\t\t}\n\t\t}", "public function MenuConfig(){\n\t\t\tparent::view('Home/Menu4');\n\t\t}", "function basetheme_nav_init()\n{\n\n\tregister_nav_menus( array(\n 'header' => 'Header',\n 'footer' => 'Footer'\n\t) );\n\n}" ]
[ "0.6798846", "0.679673", "0.679673", "0.67157423", "0.667608", "0.6660322", "0.6555966", "0.6486355", "0.6460155", "0.64191127", "0.63718", "0.6340679", "0.6331853", "0.62807184", "0.62178624", "0.6217156", "0.6217122", "0.62168646", "0.62005675", "0.6139522", "0.6129061", "0.6098977", "0.6073715", "0.6040844", "0.6010375", "0.60026354", "0.59851146", "0.5954689", "0.5949265", "0.59310865", "0.5920255", "0.5907116", "0.5894674", "0.5861659", "0.585744", "0.5856354", "0.5853526", "0.5819979", "0.58172464", "0.580801", "0.5790921", "0.5783737", "0.5781296", "0.57788116", "0.5771154", "0.57688105", "0.57516366", "0.5748536", "0.57467747", "0.5736492", "0.5735708", "0.57265985", "0.5725234", "0.5723465", "0.571953", "0.5715386", "0.57124037", "0.57080746", "0.5699577", "0.56987053", "0.56957996", "0.5682083", "0.56497735", "0.5629149", "0.56254977", "0.5623907", "0.56231844", "0.5616679", "0.56160545", "0.5614612", "0.56091464", "0.56000555", "0.55993104", "0.55993104", "0.5598899", "0.55977666", "0.55941916", "0.5587212", "0.5581914", "0.55803305", "0.5580104", "0.5574461", "0.5572435", "0.5569925", "0.55543673", "0.55514556", "0.5549487", "0.5546583", "0.5544279", "0.553909", "0.5535044", "0.55307937", "0.5529698", "0.5527535", "0.552392", "0.5509587", "0.5505321", "0.5502763", "0.550249", "0.5498945" ]
0.6613893
6
check if module is enabled
public function isEnabled() { if ((string)$this->global->enabled === "1") { return true; } return false; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function _isModuleEnabled()\n {\n return $this->_helper->isEnabled();\n }", "public function _isEnabledModule()\r\n {\r\n return ($this->scopeConfig->getValue(self::ENABLE_MODULE)) ? true:false ;\r\n }", "public function isModuleEnable()\n {\n return $this->helperData->getEnabled();\n }", "public function isModuleEnabled()\r\n {\r\n return $this->moduleHelper->isModuleEnabled();\r\n }", "function ju_module_enabled(string $m):bool {return ju_module_m()->isEnabled($m);}", "public function _isEnable(){\n return true;\n if(!array_key_exists('enable', $this->moduleConfig)) return false;\n return $this->moduleConfig['enable'];\n }", "function _checkForModule($strModuleName) {\r\n global $objDatabase;\r\n if (($objRS = $objDatabase->SelectLimit(\"SELECT `status` FROM \".DBPREFIX.\"modules WHERE name = '\".$strModuleName.\"' AND `is_active` = '1' AND `is_licensed` = '1'\", 1)) != false) {\r\n if ($objRS->RecordCount() > 0) {\r\n if ($objRS->fields['status'] == 'n') {\r\n return false;\r\n }\r\n return true;\r\n }\r\n }\r\n return true;\r\n }", "public function isModuleEnabled()\n {\n return $this->scopeConfig->isSetFlag(\n self::AJAXLOGIN_POPUP_XML_PATH,\n \\Magento\\Store\\Model\\ScopeInterface::SCOPE_STORE\n );\n }", "public function isModuleEnabled()\n {\n return $this->scopeConfig->isSetFlag(\n self::AJAXLOGIN_POPUP_XML_PATH,\n \\Magento\\Store\\Model\\ScopeInterface::SCOPE_STORE\n );\n }", "public static function isEnabled()\n\t{\n\t\treturn Main\\ModuleManager::isModuleInstalled('recyclebin');\n\t}", "public function isModuleActive()\n {\n return Mage::getConfig()\n ->getModuleConfig(self::MODULE_NAME)\n ->is('active', 'true');\n }", "function ModuleEnabled( $module ) {\n return esf_Extensions::checkState( esf_Extensions::MODULE, $module, esf_Extensions::BIT_ENABLED );\n}", "public function isEnabled($moduleName);", "public function hasModuleSettings()\n {\n return true;\n }", "public function isEnabled()\n {\n return $this->getStoreConfig(self::MODULE_ENABLED);\n }", "public function hasModule(){\n return $this->_has(1);\n }", "public function is_enabled()\n {\n }", "function erp_is_module_active( $module_key ) {\n $modules = get_option( 'erp_modules', [] );\n\n return isset( $modules[ $module_key ] );\n}", "public function is_enabled()\n {\n }", "public function isModuleEnabled($name)\n {\n if (version_compare(_PS_VERSION_, '1.5', '>=')) {\n if (Module::isEnabled($name)) {\n $module = Module::getInstanceByName($name);\n\n return $module->isRegisteredInHook('home');\n } else {\n return false;\n }\n } else {\n $module = Module::getInstanceByName($name);\n\n return $module && $module->active === true;\n }\n }", "protected function checkModules()\n\t{\n\t\tif (Loader::includeModule('imconnector'))\n\t\t{\n\t\t\treturn true;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tShowError(Loc::getMessage('IMCONNECTOR_COMPONENT_FACEBOOK_MODULE_NOT_INSTALLED_MSGVER_1'));\n\n\t\t\treturn false;\n\t\t}\n\t}", "public static function is_enable() {\n\t\treturn true;\n\t}", "public function enabled(Module $module);", "public function isModuleAvailable($module = '')\n {\n /* listing is always enabled */\n if ('listing' == $module) {\n return true;\n }\n\n /* @var $row Setting */\n try {\n $row = $this->getSetting(sprintf($this->module_placeholder, $module));\n } catch (\\Exception $e) {\n $row = false;\n }\n\n return $row && $row == 'on' ? true : false;\n }", "public function checkModules() : bool\n {\n if (method_exists($this, 'modules') && ! empty($this->modules())) {\n return true;\n }\n\n return false;\n }", "public function CheckModule()\r\n\t{\r\n\t\tif($this->settings['API_KEY'] != $this->API_Key)\r\n\t\t\treturn FALSE;\r\n\t\t\r\n\t\treturn TRUE;\r\n\t}", "function is_module($mod_name) {\n return (isset($this->Modules[$mod_name]));\n }", "public function isModuleEnabled($module_name) {\r\n return Engine_Api::_()->getDbtable('modules', 'core')->isModuleEnabled($module_name);\r\n }", "public function isModuleActived($name) {\n\t\t$result = Yii::app()->db->createCommand(\"SELECT * FROM {$this->_moduleTableName} WHERE enabled=1 AND name= :name\")->queryRow(true, array(\n\t\t\t':name' => trim(strtolower($name)))\n\t\t);\n\n\t\tif($result === false)\n\t\t\treturn false;\n\t\telse\n\t\t\treturn true;\n\t}", "protected function _getListModuleNeedToByPassSession()\n {\n $modules = explode(\"\\n\", Mage::getStoreConfig('japi/jmango_rest_developer_settings/exclude_modules'));\n if (!count($modules)) return false;\n $helper = Mage::helper('core');\n foreach ($modules as $module) {\n if ($helper->isModuleEnabled(trim($module))) {\n return true;\n }\n }\n }", "public function hasLoadModule(){\n return $this->_has(6);\n }", "public function hasModule($name);", "public function isServiceEnabled(): bool\n {\n $enablingModule = $this->getEnablingModule();\n if ($enablingModule !== null && !$this->getModuleRegistry()->isModuleEnabled($enablingModule)) {\n return false;\n }\n\n return true;\n }", "function moduleActive($module) {\n return Module::find($module)->enabled();\n }", "public function _checkConfig(){\n return true;\n if(count($this->moduleConfig) > 0) return true;\n return false;\n }", "public function checkFundraisingPlugin() {\r\n\t\t$module = 'ynfundraising';\r\n\t\t$modulesTable = Engine_Api::_ ()->getDbtable ( 'modules', 'core' );\r\n\t\t$mselect = $modulesTable->select ()->where ( 'enabled = ?', 1 )->where ( 'name = ?', $module );\r\n\t\t$module_result = $modulesTable->fetchRow ( $mselect );\r\n\t\tif (count ( $module_result ) > 0) {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t\treturn false;\r\n\t}", "public function hasModules()\n {\n return !empty($this->modules);\n }", "public function is_enableable();", "function isInstalled($moduleName);", "public function is_enabled() {\n $enabled = file_exists(ABSPATH . '!sak4wp.php');\n return $enabled;\n }", "public function is_enabled($name)\n\t{\n\t\treturn isset($this->extensions[$name]['ext_active']) && $this->extensions[$name]['ext_active'];\n\t}", "protected function checkRequiredModules()\n\t{\n\t\t$result = true;\n\n\t\tif(!Loader::includeModule('crm'))\n\t\t{\n\t\t\t$this->errors['FATAL'][] = Loc::getMessage(\"CRM_CLE2_CRM_MODULE_NOT_INSTALL\");\n\t\t\t$result = false;\n\t\t}\n\n\t\tif(!Loader::includeModule('sale'))\n\t\t{\n\t\t\t$this->errors['FATAL'][] = Loc::getMessage(\"CRM_CLE2_SALE_MODULE_NOT_INSTALL\");\n\t\t\t$result = false;\n\t\t}\n\n\t\treturn $result;\n\t}", "function HasModuleAccess()\n {\n $res=$this->CaravansObj()->HasModuleAccess();\n\n return $res;\n }", "public static function moduleEnabled($moduleName) {\n\n // Load Drupal core status via Drush.\n /** @var \\Thunder\\Robo\\Utility\\Drush $drush */\n $drush = Robo::getContainer()->get('drush');\n $output = $drush->exec()\n ->arg('pm-list')\n ->option('format=json')\n ->silent(TRUE)\n ->run()\n ->getMessage();\n\n\n // Unable to parse Drupal module info JSON.\n if (!($status = @json_decode($output))) {\n print $output;\n\n throw new \\Exception(__CLASS__ . ' - Unable to parse module information.');\n }\n if (array_key_exists($moduleName, $status)) {\n return $status->$moduleName->status == 'enabled';\n }\n else {\n return FALSE;\n }\n }", "public function canBeEnabled();", "public function enable(): bool {}", "private function isOpcModuleActive()\n {\n // fallback for mobile-enabled theme\n if (Configuration::get('OPC_MOBILE_FALLBACK') && $this->context->getMobileDevice())\n return false;\n\n // fallback for paypal express checkout\n if (isset($this->context->cookie->express_checkout) && Configuration::get('OPC_PAYPAL_EXPRESS_FALLBACK'))\n return false;\n\n if ($this->opcModuleActive > -1)\n return $this->opcModuleActive;\n\n $opc_mod_script = _PS_MODULE_DIR_ . 'onepagecheckout/onepagecheckout.php';\n if (file_exists($opc_mod_script)) {\n require_once($opc_mod_script);\n $opc_mod = new OnePageCheckout();\n $this->opcModuleActive = (Tools::getValue('opc-debug') == 1900)?true:((Tools::getValue('opc-debug') == 1901)?false:$opc_mod->active);\n } else {\n $this->opcModuleActive = 0;\n }\n return $this->opcModuleActive;\n }", "public function isModeSecurityDisabled()\n {\n $checking_result = true;\n\n ob_start();\n phpinfo(INFO_MODULES);\n $_info = ob_get_contents();\n ob_end_clean();\n\n if (strpos($_info, 'mod_security') !== false) {\n App::instance()->setNotification('E', App::instance()->t('error'), App::instance()->t('text_mod_security'), true, 'validator');\n $checking_result = false;\n }\n\n return $checking_result;\n }", "public function enabled();", "public function enabled();", "public function enabled();", "public function enabled();", "function is_module_loaded($name)\n{\n\tglobal $loaded_modules;\n\treturn in_array($name, $loaded_modules);\n}", "protected function enabled() {\n\t\treturn class_exists( 'nProjects' );\n\t}", "public static function is_enabled() {\n\t\tif (self::$enabled) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}", "public function drupalModuleEnabled($moduleName)\n {\n return $this->connector->module_exists($moduleName);\n }", "public function isEnabled()\n\t{\n\t\t// note: don't use $this->_main->.. as it might not exist when this func is called.\n\t\treturn Mage::helper('shoptimally_upsalecoupons/main')->isEnabled();\n\t}", "function is_pm_search()\n{\n\tglobal $db;\n\n\t// Check if the search-module is active\n\t$sql = 'SELECT module_enabled FROM ' . MODULES_TABLE . '\n\t\tWHERE module_basename = \"pm\"\n\t\tAND module_mode = \"search\"';\n\t$result = $db->sql_query($sql);\n\t$pm_search_enabled = (int) $db->sql_fetchfield('module_enabled');\n\t$db->sql_freeresult($result);\n\n\treturn($pm_search_enabled);\n}", "public static function is_available () {\n\t\t$auth = op5Auth::instance();\n\t\tforeach (AuthModulePool_Model::all() as $module) {\n\t\t\t$driver = $auth->get_auth_driver($module->get_modulename());\n\t\t\tif (\n\t\t\t\t$driver->get_metadata('require_user_configuration') &&\n\t\t\t\t$driver->get_user_count() > 0\n\t\t\t) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}", "public function isEnabled()\n\t{\n\t\treturn $this->checkComponent('com_ssrrn_msc');\n\t}", "public static function installerEnabled()\n {\n /** @var \\Nwidart\\Modules\\Module $installer */\n $installer = Module::find('installer');\n if (!$installer) {\n return false;\n }\n\n return $installer->isEnabled();\n }", "function is_active_module($module,$type='payment'){\r\r\n\t\t// trim prefix\r\r\n\t\t// $module = str_replace(array('mgm_','mgmx_'),'',$module);// TODO add custom prefix\r\r\n\t\t// bug for prefix #677, will check extend later\t\t\r\r\n\t\t// type\r\r\n\t\tif($type == 'autoresponder'){\r\r\n\t\t\t// check\r\r\n\t\t\tif(isset($this->active_modules[$type])){\r\r\n\t\t\t\t// return\r\r\n\t\t\t\treturn ($this->active_modules[$type] == $module) ? true : false;\r\r\n\t\t\t}\r\r\n\t\t}else{\t\t\r\r\n\t\t\t// get modules\r\r\n\t\t\t$modules = $this->get_active_modules($type);\r\r\n\t\t\t// check\r\r\n\t\t\tif($modules){\r\r\n\t\t\t\t// check\r\r\n\t\t\t\tif(in_array($module,$modules)){\r\r\n\t\t\t\t\t// return\r\r\n\t\t\t\t\treturn true;\r\r\n\t\t\t\t}\r\r\n\t\t\t}\r\r\n\t\t}\t\r\r\n\t\t// return\r\r\n\t\treturn false;\r\r\n\t}", "public function isEnabled() {\n\t\treturn $this->_runtime['enabled'];\n\t}", "private function isEnabled()\n {\n if(is_file(JPATH_SITE.DS.'components'.DS.'com_magebridge'.DS.'models'.DS.'config.php')) {\n return true;\n }\n return false;\n }", "public function isEnabledInSystem()\r\n\t{\r\n\t\t// Get global vars\r\n\t\tglobal $realtime_webservice_global_enabled;\r\n\t\t// If both vars have a value, then it IS enabled\r\n\t\treturn $realtime_webservice_global_enabled;\r\n\t}", "public function isEnabled()\n {\n return Mage::getStoreConfigFlag('training_layred/catalog/enabled');\n }", "public function isEnabled()\n {\n return $this->helper->isEnabled();\n }", "public function isCapable(){\n\t\tif(function_exists('apache_get_modules')){\n\t\t\t$mods = apache_get_modules();\n\t\t\tif(!in_array('mod_rewrite', $mods))\n\t\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t}", "function isModuleInstalled($id) {\n $value = $this->db->getEnvVariable($id . \"_INSTALLED\");\n\n if ($value == \"true\") return true;\n return false;\n }", "public function exist()\n {\n return $this->_info && app()->getModule($this->_info['name']) ? TRUE : FALSE;\n }", "function isEnabled()\n{\n global $avahips_config;\n\n // Load Avahi-PS configuration file\n $aps_cfg = load_conffile($avahips_config);\n\n // Check for IPFS as a backend database for publication\n if (isset($aps_cfg['DATABASE']) && strpos($aps_cfg['DATABASE'], 'ipfs') !== false) {\n return true;\n }\n return false;\n}", "public static function isEnabled()\n {\n $class = self::className();\n foreach (\\Yii::$app->modules as $module => $params) {\n switch (gettype($params)) {\n case 'array' : if ($class == @$params['class']) return true;\n break;\n case 'object': if ($class == get_class($params)) return true;\n break;\n default : if ($class == $params) return true;\n }\n if ($module == $class || (isset($module['class']) && $module['class'] == $class)) {\n return true;\n }\n }\n return false;\n }", "public function is_enabled(){\n\t\treturn !!$this->_enabled;\n\t}", "public function isEnabled()\n {\n return $this->_helperData->isEnabled();\n }", "function on_install_module($module_name) {\n include('application.setup.php');\n return true;\n }", "function isModule($name, $type = \"admin\")\n{\n\tglobal $mdb2;\n\tstatic $mods = array();\n\n\tif (!isset($mods[$type])) {\n\t\t$query = \"\n\t\t\tSELECT file_name\n\t\t\tFROM iShark_Modules\n\t\t\tWHERE type = '\".$type.\"' AND is_active='1'\n\t\t\";\n\t\t$result = $mdb2->query($query);\n\t\t$mods[$type] = $result->fetchCol();\n\t}\n\n\treturn in_array($name, $mods[$type]);\n}", "public function isEnabled()\n {\n return Mage::getStoreConfig('refersion/refersion_settings/refersion_active');\n }", "public function isEnabled()\n {\n return (bool)Mage::helper('Core')->isModuleEnabled('Faonni_AccountNavigation') && \n\t\t\tMage::getStoreConfig('faonni_accountnavigation/general/active');\n }", "public static function enabled(): bool\n {\n return static::$_enabled;\n }", "function sloodle_is_installed()\n {\n // Is there a Sloodle entry in the modules table?\n return sloodle_record_exists('modules', 'name', 'sloodle');\n }", "public function enabled()\n\t{\n\t\tif ($this->isLocked())\n\t\t{\n\t\t\treturn false;\n\t\t}\n\n\t\tif ($this->issetCustomExec())\n\t\t{\n\t\t\treturn true;\n\t\t}\n\n\t\treturn $this->fields['USE']->getValue() == 'Y';\n\t}", "public function moduleExists($name) {\n }", "public function is_enabled() {\n\n\t\t// Check if debug is on\n\t\tif ( 'on' === $this->settings->get_option( 'debug' ) ) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}", "public function isEnabled()\n {\n\t\tif($this->actif == 1) return true;\n \telse return false;\n }", "private function pageEnabled() {\r\n\t\t//Check if the plugin is valid and exits \t\r\n\t\tif (isset ( $_POST ['enable_module'] ) || strlen ( $_POST ['enable_module'] ) < 1 || ! ereg ( \"[a-zA-Z]+\", $_POST ['enable_module'] )) {\r\n\t\t\tthrow new Exception ( \"Invalid plugin name {$_POST['enable_module']}\" );\r\n\t\t}\r\n\t\t\r\n\t\t$plugin = $this->data->xpath ( \"plugin[@name='{$_POST ['enable_module']}']\" );\r\n\t\t\r\n\t\t//Check if there where any plugins found with that name\r\n\t\tif (! is_array ( $plugin ) || empty ( $plugin [0] )) {\r\n\t\t\tthrow new Exception ( \"The plugin {$_POST['enable_module']} could not be found.\" );\r\n\t\t}\r\n\t\t\r\n\t\tLogger::getRootLogger ()->info ( \"Changing status of module {$_POST ['enable_module']} to {$_POST ['enable']}\" );\r\n\t\t\r\n\t\t//Enable/disbale the plugin in XML\r\n\t\tif ($_POST ['enable'] == 'true' || $_POST ['enable'] == '1') {\r\n\t\t\t$plugin [0] ['enabled'] = \"true\";\r\n\t\t} elseif ($_POST ['enable'] == 'false' || $_POST ['enable'] == '0') {\r\n\t\t\t\r\n\t\t\t//Try to stop the plugin, when going from enabled to disabled.\r\n\t\t\t$plugin_object = $this->framework->getPlugin ( ( string ) $plugin [0] ['name'] );\r\n\t\t\tif (isset ( $plugin_object ) && $plugin_object->isService () && ( string ) $plugin [0] ['enabled'] == \"true\") {\r\n\t\t\t\t$plugin_object->stop ();\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$plugin [0] ['enabled'] = \"false\";\r\n\t\t} else {\r\n\t\t\tthrow new Exception ( \"Invalid status option for a plugin. Did not disable/enable {$_POST ['enable_module']}.\" );\r\n\t\t}\r\n\t\t\r\n\t\t//Save config and print the changed plugin\r\n\t\tif ($this->config->saveConfig ()) {\r\n\t\t\techo \"<reply action=\\\"ok\\\"><plugin\";\r\n\t\t\tforeach ( $plugin [0]->attributes () as $name => $value ) {\r\n\t\t\t\techo \" $name = \\\"$value\\\"\";\r\n\t\t\t}\r\n\t\t\techo \"/></reply>\";\r\n\t\t} else {\r\n\t\t\tthrow new Exception ( \"Error, could not save configuration file.\" );\r\n\t\t}\r\n\t}", "static function is_module_displayed( $module ) {\n\t\tif ( ! empty( $_REQUEST['module_tag'] ) ) {\n\t\t\t$module_tag = sanitize_text_field( $_REQUEST['module_tag'] );\n\t\t\tif ( ! in_array( $module_tag, $module['module_tags'] ) )\n\t\t\t\treturn false;\n\t\t}\n\n\t\t// If nothing rejected it, include it!\n\t\treturn true;\n\t}", "protected function isServiceAvailable()\n {\n return (boolean) $this->extConfig['providers'][strtolower($this->provider)]['enabled'];\n }", "public function hasAccessTo ( $module )\n\t{\n\t\tif ( !is_array( $this->userInfo[ 'modules' ] ) )\n\t\t{\n\t\t\t$this->userInfo[ 'modules' ] = array();\n\t\t}\n\t\treturn in_array( strtolower( $module ), $this->userInfo[ 'modules' ] );\n\t}", "public function is_powered_by_enabled() {\n\t\t$enabled = get_option( 'algolia_powered_by_enabled', 'yes' );\n\n\t\treturn 'yes' === $enabled;\n\t}", "function isEnabled();", "function isEnabled();", "public function isEnabled(): bool;", "public function isEnabled(): bool;", "public function isEnabled(): bool;", "public function mod_is_available($modname) {\n global $remotedb;\n $installedplugins = core_plugin_manager::instance()->get_plugins_of_type('mod');\n // Is the module installed?\n if (array_key_exists($modname, $installedplugins)) {\n // Is the module visible?\n if ($remotedb->get_field('modules', 'visible', array('name' => $modname\n ))) {\n return true;\n } else {\n return false;\n }\n } else {\n return false;\n }\n }", "public function isEnabled(): bool\n {\n return config('theme-system.enable', true) ?? true;\n }", "public function is_enabled() {\n $enabled = (bool) get_config('reportgen', 'DBdetails');\n return $enabled;\n }", "private function isEnabled()\n {\n return $this->getConfigBool('enable', false);\n }", "function enabled() {\n\t\treturn extension_loaded('mysql');\n\t}", "public function enabled()\n {\n return extension_loaded('ibm_db2');\n }" ]
[ "0.8316367", "0.8211139", "0.80676585", "0.8033061", "0.7948994", "0.7878458", "0.7668826", "0.76385516", "0.76385516", "0.7519524", "0.7504649", "0.74970454", "0.74545336", "0.74489254", "0.74104905", "0.7393989", "0.73669225", "0.73565775", "0.7355135", "0.73424286", "0.7323709", "0.72929007", "0.7271099", "0.7250882", "0.7196841", "0.71715", "0.7164524", "0.7152636", "0.7123622", "0.71122044", "0.7097478", "0.70782286", "0.7070915", "0.7066474", "0.6979974", "0.6946076", "0.6937133", "0.69066685", "0.6896769", "0.6879929", "0.68305486", "0.68217343", "0.68061066", "0.67942894", "0.6775956", "0.6770874", "0.6765569", "0.67568105", "0.675019", "0.675019", "0.675019", "0.675019", "0.67269444", "0.6709535", "0.66941226", "0.6684282", "0.667618", "0.66634405", "0.6660801", "0.66586053", "0.6655218", "0.66488993", "0.66470706", "0.66409016", "0.6619706", "0.6608761", "0.66080594", "0.6594212", "0.659152", "0.6589482", "0.6588424", "0.65832376", "0.6581972", "0.6567412", "0.65612566", "0.65514815", "0.6550559", "0.6550323", "0.6544946", "0.6540227", "0.6539703", "0.6534169", "0.6501545", "0.6501452", "0.6492757", "0.64913934", "0.6481666", "0.6480865", "0.6474954", "0.6473005", "0.6473005", "0.6471608", "0.6471608", "0.6471608", "0.64579237", "0.64527255", "0.6441125", "0.64403075", "0.64394134", "0.6433355" ]
0.66589797
59
Run the database seeds.
public function run() { //roles $super_admin = Role::create(['name' => 'super-admin', 'description' => 'Super Administrador']); $admin = Role::create(['name' => 'administer', 'description' => 'Administrador del sistema']); $user = Role::create(['name' => 'user', 'description' => 'Usuario del sistema']); //permissions users Permission::create(['name' => 'create-role', 'description' => 'Crear rol en el sistema'])->syncRoles([$super_admin]); Permission::create(['name' => 'edit-role', 'description' => 'Editar rol en el sistema'])->syncRoles([$super_admin]); Permission::create(['name' => 'show-role', 'description' => 'listado y detalle de rol en el sistema'])->syncRoles([$super_admin]); Permission::create(['name' => 'delete-role', 'description' => 'Eliminar de rol en el sistema'])->syncRoles([$super_admin]); //Permission::create(['name' => 'create-permission', 'description' => 'Crear permiso en el sistema'])->syncRoles([$super_admin]); //Permission::create(['name' => 'edit-permission', 'description' => 'Editar permiso en el sistema'])->syncRoles([$super_admin]); Permission::create(['name' => 'show-permission', 'description' => 'listado y detalle de permiso en el sistema'])->syncRoles([$super_admin]); //Permission::create(['name' => 'delete-permission', 'description' => 'Eliminar de permiso en el sistema'])->syncRoles([$super_admin]); Permission::create(['name' => 'create-user', 'description' => 'Crear usuario en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'edit-user', 'description' => 'Editar usuario en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'show-user', 'description' => 'listado y detalle de usuario en el sistema'])->syncRoles([$super_admin, $admin, $user]); Permission::create(['name' => 'delete-user', 'description' => 'Eliminar de usuario en el sistema'])->syncRoles([$super_admin]); //permissions departments Permission::create(['name' => 'create-department', 'description' => 'Crear departamento en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'edit-department', 'description' => 'Editar departamento en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'show-department', 'description' => 'listado y detalle de departamento en el sistema'])->syncRoles([$super_admin, $admin, $user]); Permission::create(['name' => 'delete-department', 'description' => 'Eliminar de departamento en el sistema'])->syncRoles([$super_admin]); //permissions types Permission::create(['name' => 'create-type', 'description' => 'Crear tipos de procesos en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'edit-type', 'description' => 'Editar tipos de procesos en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'show-type', 'description' => 'listado y detalle de tipos de procesos en el sistema'])->syncRoles([$super_admin, $admin, $user]); Permission::create(['name' => 'delete-type', 'description' => 'Eliminar de tipos de procesos en el sistema'])->syncRoles([$super_admin]); //permissions stages Permission::create(['name' => 'create-stage', 'description' => 'Crear etapas de procesos en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'edit-stage', 'description' => 'Editar etapas de procesos en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'show-stage', 'description' => 'listado y detalle de etapas de procesos en el sistema'])->syncRoles([$super_admin, $admin, $user]); Permission::create(['name' => 'delete-stage', 'description' => 'Eliminar de etapas de procesos en el sistema'])->syncRoles([$super_admin]); //permissions sections Permission::create(['name' => 'create-section', 'description' => 'Crear secciones de procesos en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'edit-section', 'description' => 'Editar secciones de procesos en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'show-section', 'description' => 'listado y detalle de secciones de procesos en el sistema'])->syncRoles([$super_admin, $admin, $user]); Permission::create(['name' => 'delete-section', 'description' => 'Eliminar de secciones de procesos en el sistema'])->syncRoles([$super_admin]); //permissions procedures Permission::create(['name' => 'create-procedure', 'description' => 'Crear procedimientos de procesos en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'edit-procedure', 'description' => 'Editar procedimientos de procesos en el sistema'])->syncRoles([$super_admin, $admin]); Permission::create(['name' => 'show-procedure', 'description' => 'listado y detalle de procedimientos de procesos en el sistema'])->syncRoles([$super_admin, $admin, $user]); Permission::create(['name' => 'delete-procedure', 'description' => 'Eliminar de procedimientos de procesos en el sistema'])->syncRoles([$super_admin]); //setting users system default User::create([ 'name' => 'Super Admin', 'surname' => 'Root', 'email' => '[email protected]', 'email_verified_at' => now(), 'password' => bcrypt('root') ])->assignRole($super_admin); User::create([ 'name' => 'User', 'surname' => 'System', 'email' => '[email protected]', 'email_verified_at' => now(), 'password' => bcrypt('user') ])->assignRole($user); User::create([ 'name' => 'Administer', 'surname' => 'System', 'email' => '[email protected]', 'email_verified_at' => now(), 'password' => bcrypt('administer') ])->assignRole($admin); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function run()\n {\n // $this->call(UserTableSeeder::class);\n // $this->call(PostTableSeeder::class);\n // $this->call(TagTableSeeder::class);\n // $this->call(PostTagTableSeeder::class);\n\n /*AB - use faker to populate table see file ModelFactory.php */\n factory(App\\Editeur::class, 40) ->create();\n factory(App\\Auteur::class, 40) ->create();\n factory(App\\Livre::class, 80) ->create();\n\n for ($i = 1; $i < 41; $i++) {\n $number = rand(2, 8);\n for ($j = 1; $j <= $number; $j++) {\n DB::table('auteur_livre')->insert([\n 'livre_id' => rand(1, 40),\n 'auteur_id' => $i\n ]);\n }\n }\n }", "public function run()\n {\n DB::statement('SET FOREIGN_KEY_CHECKS=0;');\n // Let's truncate our existing records to start from scratch.\n Assignation::truncate();\n\n $faker = \\Faker\\Factory::create();\n \n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 40; $i++) {\n Assignation::create([\n 'ad_id' => $faker->numberBetween(1,20),\n 'buyer_id' => $faker->numberBetween(1,6),\n 'seller_id' => $faker->numberBetween(6,11),\n 'state' => NULL,\n ]);\n }\n\n DB::statement('SET FOREIGN_KEY_CHECKS=1;');\n }", "public function run()\n {\n \t$faker = Faker::create();\n\n \tfor($i=0; $i<20; $i++) {\n \t\t$post = new Post;\n \t\t$post->title = $faker->sentence();\n \t\t$post->body = $faker->paragraph();\n \t\t$post->category_id = rand(1, 5);\n \t\t$post->save();\n \t}\n\n \t$list = ['General', 'Technology', 'News', 'Internet', 'Mobile'];\n \tforeach($list as $name) {\n \t\t$category = new Category;\n \t\t$category->name = $name;\n \t\t$category->save();\n \t}\n\n \tfor($i=0; $i<20; $i++) {\n \t\t$comment = new Comment;\n \t\t$comment->comment = $faker->paragraph();\n \t\t$comment->post_id = rand(1,20);\n \t\t$comment->save();\n \t}\n // $this->call(UsersTableSeeder::class);\n }", "public function run()\n {\n $this->call(RoleTableSeeder::class);\n $this->call(UserTableSeeder::class);\n \n factory('App\\Cat', 5)->create();\n $tags = factory('App\\Tag', 8)->create();\n\n factory(Post::class, 15)->create()->each(function($post) use ($tags){\n $post->comments()->save(factory(Comment::class)->make());\n $post->tags()->attach( $tags->random(mt_rand(1,4))->pluck('id')->toArray() );\n });\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::table('post')->insert(\n [\n 'title' => 'Test Post1',\n 'desc' => str_random(100).\" post1\",\n 'alias' => 'test1',\n 'keywords' => 'test1',\n ]\n );\n DB::table('post')->insert(\n [\n 'title' => 'Test Post2',\n 'desc' => str_random(100).\" post2\",\n 'alias' => 'test2',\n 'keywords' => 'test2',\n ]\n );\n DB::table('post')->insert(\n [\n 'title' => 'Test Post3',\n 'desc' => str_random(100).\" post3\",\n 'alias' => 'test3',\n 'keywords' => 'test3',\n ]\n );\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n \t$faker = Factory::create();\n \t\n \tforeach ($this->departments as $key => $department) {\n \t\tDepartment::create([\n \t\t\t'name' => $department\n \t\t]);\n \t}\n \tforeach ($this->collections as $key => $collection) {\n \t\tCollection::create([\n \t\t\t'name' => $collection\n \t\t]);\n \t}\n \t\n \t\n \tfor ($i=0; $i < 40; $i++) {\n \t\tUser::create([\n \t\t\t'name' \t=>\t$faker->name,\n \t\t\t'email' \t=>\t$faker->email,\n \t\t\t'password' \t=>\tbcrypt('123456'),\n \t\t]);\n \t} \n \t\n \t\n \tforeach ($this->departments as $key => $department) {\n \t\t//echo ($key + 1) . PHP_EOL;\n \t\t\n \t\tfor ($i=0; $i < 10; $i++) { \n \t\t\techo $faker->name . PHP_EOL;\n\n \t\t\tArt::create([\n \t\t\t\t'name'\t\t\t=> $faker->sentence(2),\n \t\t\t\t'img'\t\t\t=> $this->filenames[$i],\n \t\t\t\t'medium'\t\t=> 'canvas',\n \t\t\t\t'department_id'\t=> $key + 1,\n \t\t\t\t'user_id'\t\t=> $this->userIndex,\n \t\t\t\t'dimension'\t\t=> '18.0 x 24.0',\n\t\t\t\t]);\n \t\t\t\t\n \t\t\t\t$this->userIndex ++;\n \t\t}\n \t}\n \t\n \tdd(\"END\");\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n // $this->dataCategory();\n factory(App\\Model\\Category::class, 70)->create();\n factory(App\\Model\\Producer::class, rand(5,10))->create();\n factory(App\\Model\\Provider::class, rand(5,10))->create();\n factory(App\\Model\\Product::class, 100)->create();\n factory(App\\Model\\Album::class, 300)->create();\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n\n factory('App\\User', 10 )->create();\n\n $users= \\App\\User::all();\n $users->each(function($user){ factory('App\\Category', 1)->create(['user_id'=>$user->id]); });\n $users->each(function($user){ factory('App\\Tag', 3)->create(['user_id'=>$user->id]); });\n\n\n $users->each(function($user){\n factory('App\\Post', 10)->create([\n 'user_id'=>$user->id,\n 'category_id'=>rand(1,20)\n ]\n );\n });\n\n $posts= \\App\\Post::all();\n $posts->each(function ($post){\n\n $post->tags()->attach(array_unique([rand(1,20),rand(1,20),rand(1,20)]));\n });\n\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n $types = factory(\\App\\Models\\Type::class, 5)->create();\n\n $cities = factory(\\App\\Models\\City::class, 10)->create();\n\n $cities->each(function ($city) {\n $districts = factory(\\App\\Models\\District::class, rand(2, 5))->create([\n 'city_id' => $city->id,\n ]);\n\n $districts->each(function ($district) {\n $properties = factory(\\App\\Models\\Property::class, rand(2, 5))->create([\n 'type_id' => rand(1, 5),\n 'district_id' => $district->id\n ]);\n\n $properties->each(function ($property) {\n $galleries = factory(\\App\\Models\\Gallery::class, rand(3, 10))->create([\n 'property_id' => $property->id\n ]);\n });\n });\n });\n }", "public function run()\n {\n $this->call(UsersTableSeeder::class);\n\n $categories = factory(App\\Models\\Category::class, 10)->create();\n\n $categories->each(function ($category) {\n $category\n ->posts()\n ->saveMany(\n factory(App\\Models\\Post::class, 3)->make()\n );\n });\n }", "public function run()\n {\n $this->call(CategoriesTableSeeder::class);\n\n $users = factory(App\\User::class, 5)->create();\n $recipes = factory(App\\Recipe::class, 30)->create();\n $preparations = factory(App\\Preparation::class, 70)->create();\n $photos = factory(App\\Photo::class, 90)->create();\n $comments = factory(App\\Comment::class, 200)->create();\n $flavours = factory(App\\Flavour::class, 25)->create();\n $flavour_recipe = factory(App\\FlavourRecipe::class, 50)->create();\n $tags = factory(App\\Tag::class, 25)->create();\n $recipe_tag = factory(App\\RecipeTag::class, 50)->create();\n $ingredients = factory(App\\Ingredient::class, 25)->create();\n $ingredient_preparation = factory(App\\IngredientPreparation::class, 300)->create();\n \n \n \n DB::table('users')->insert(['name' => 'SimpleUtilisateur', 'email' => '[email protected]', 'password' => bcrypt('SimpleMotDePasse')]);\n \n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::statement('SET FOREIGN_KEY_CHECKS = 0');\n\n // Sample::truncate();\n // TestItem::truncate();\n // UOM::truncate();\n Role::truncate();\n User::truncate();\n\n // factory(Role::class, 4)->create();\n Role::create([\n 'name'=> 'Director',\n 'description'=> 'Director type'\n ]);\n\n Role::create([\n 'name'=> 'Admin',\n 'description'=> 'Admin type'\n ]);\n Role::create([\n 'name'=> 'Employee',\n 'description'=> 'Employee type'\n ]);\n Role::create([\n 'name'=> 'Technician',\n 'description'=> 'Technician type'\n ]);\n \n factory(User::class, 20)->create()->each(\n function ($user){\n $roles = \\App\\Role::all()->random(mt_rand(1, 2))->pluck('id');\n $user->roles()->attach($roles);\n }\n );\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n UsersLevel::create([\n 'name' => 'Administrator'\n ]);\n\n UsersLevel::create([\n 'name' => 'User'\n ]);\n\n User::create([\n 'username' => 'admin',\n 'password' => bcrypt('admin123'),\n 'level_id' => 1,\n 'fullname' => \"Super Admin\",\n 'email'=> \"[email protected]\"\n ]);\n\n\n \\App\\CategoryPosts::create([\n 'name' =>'Paket Trip'\n ]);\n\n \\App\\CategoryPosts::create([\n 'name' =>'Destinasi Kuliner'\n ]);\n\n \\App\\CategoryPosts::create([\n 'name' => 'Event'\n ]);\n\n \\App\\CategoryPosts::create([\n 'name' => 'Profil'\n ]);\n }", "public function run()\n {\n DB::table('users')->insert([\n 'name' => 'Admin',\n 'email' => '[email protected]',\n 'avatar' => \"avatar\",\n 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi',\n ]);\n $this->call(CategorySeeder::class);\n // \\App\\Models\\Admin::factory(1)->create();\n \\App\\Models\\User::factory(10)->create();\n // \\App\\Models\\Category::factory(50)->create();\n \\App\\Models\\PetComment::factory(50)->create();\n $pets = \\App\\Models\\Pet::factory(50)->create();\n foreach ($pets as $pet) {\n \\App\\Models\\PetTag::factory(1)->create(['pet_id' => $pet->id]);\n \\App\\Models\\PetPhotoUrl::factory(1)->create(['pet_id' => $pet->id]);\n \\App\\Models\\Order::factory(1)->create(['pet_id' => $pet->id]);\n };\n }", "public function run()\n { \n\n $this->call(RoleSeeder::class);\n \n $this->call(UserSeeder::class);\n\n Storage::deleteDirectory('socials-icon');\n Storage::makeDirectory('socials-icon');\n $socials = Social::factory(7)->create();\n\n Storage::deleteDirectory('countries-flag');\n Storage::deleteDirectory('countries-firm');\n Storage::makeDirectory('countries-flag');\n Storage::makeDirectory('countries-firm');\n $countries = Country::factory(18)->create();\n\n // Se llenan datos de la tabla muchos a muchos - social_country\n foreach ($countries as $country) {\n foreach ($socials as $social) {\n\n $country->socials()->attach($social->id, [\n 'link' => 'https://www.facebook.com/ministeriopalabrayespiritu/'\n ]);\n }\n }\n\n Person::factory(50)->create();\n\n Category::factory(7)->create();\n\n Video::factory(25)->create(); \n\n $this->call(PostSeeder::class);\n\n Storage::deleteDirectory('documents');\n Storage::makeDirectory('documents');\n Document::factory(25)->create();\n\n }", "public function run()\n {\n $faker = Faker::create('id_ID');\n /**\n * Generate fake author data\n */\n for ($i=1; $i<=50; $i++) { \n DB::table('author')->insert([\n 'name' => $faker->name\n ]);\n }\n /**\n * Generate fake publisher data\n */\n for ($i=1; $i<=50; $i++) { \n DB::table('publisher')->insert([\n 'name' => $faker->name\n ]);\n }\n /**\n * Seeding payment method\n */\n DB::table('payment')->insert([\n ['name' => 'Mandiri'],\n ['name' => 'BCA'],\n ['name' => 'BRI'],\n ['name' => 'BNI'],\n ['name' => 'Pos Indonesia'],\n ['name' => 'BTN'],\n ['name' => 'Indomaret'],\n ['name' => 'Alfamart'],\n ['name' => 'OVO'],\n ['name' => 'Cash On Delivery']\n ]);\n }", "public function run()\n {\n DatabaseSeeder::seedLearningStylesProbs();\n DatabaseSeeder::seedCampusProbs();\n DatabaseSeeder::seedGenderProbs();\n DatabaseSeeder::seedTypeStudentProbs();\n DatabaseSeeder::seedTypeProfessorProbs();\n DatabaseSeeder::seedNetworkProbs();\n }", "public function run()\n {\n // Let's truncate our existing records to start from scratch.\n // MyList::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 3; $i++) {\n MyList::create([\n 'title' => 'List-'.($i+1),\n 'color' => $faker->sentence,\n 'icon' => $faker->randomDigitNotNull,\n 'index' => $faker->randomDigitNotNull,\n 'user_id' => 1,\n ]);\n }\n }", "public function run()\n {\n // Let's truncate our existing records to start from scratch.\n Products::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few products in our database:\n for ($i = 0; $i < 50; $i++) {\n Products::create([\n 'name' => $faker->word,\n 'sku' => $faker->randomNumber(7, false),\n ]);\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n User::create([\n 'name' => 'Pablo Rosales',\n 'email' => '[email protected]',\n 'password' => bcrypt('admin'),\n 'status' => 1,\n 'role_id' => 1,\n 'movil' => 0\n ]);\n\n User::create([\n 'name' => 'Usuario Movil',\n 'email' => '[email protected]',\n 'password' => bcrypt('secret'),\n 'status' => 1,\n 'role_id' => 3,\n 'movil' => 1\n ]);\n\n Roles::create([\n 'name' => 'Administrador'\n ]);\n Roles::create([\n 'name' => 'Operaciones'\n ]);\n Roles::create([\n 'name' => 'Comercial'\n ]);\n Roles::create([\n 'name' => 'Aseguramiento'\n ]);\n Roles::create([\n 'name' => 'Facturación'\n ]);\n Roles::create([\n 'name' => 'Creditos y Cobros'\n ]);\n\n factory(App\\Customers::class, 100)->create();\n }", "public function run()\n {\n // php artisan db:seed --class=StoreTableSeeder\n\n foreach(range(1,20) as $i){\n $faker = Faker::create();\n Store::create([\n 'name' => $faker->name,\n 'desc' => $faker->text,\n 'tags' => $faker->word,\n 'address' => $faker->address,\n 'longitude' => $faker->longitude($min = -180, $max = 180),\n 'latitude' => $faker->latitude($min = -90, $max = 90),\n 'created_by' => '1'\n ]);\n }\n\n }", "public function run()\n {\n DB::table('users')->insert([\n 'name'=>\"test\",\n 'password' => Hash::make('123'),\n 'email'=>'[email protected]'\n ]);\n DB::table('tags')->insert(['name'=>'tags']);\n $this->call(UserSeed::class);\n $this->call(CategoriesSeed::class);\n $this->call(TopicsSeed::class);\n $this->call(CommentariesSeed::class);\n // $this->call(UsersTableSeeder::class);\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n echo 'seeding permission...', PHP_EOL;\n $permissions = [\n 'role-list',\n 'role-create',\n 'role-edit',\n 'role-delete',\n 'formation-list',\n 'formation-create',\n 'formation-edit',\n 'formation-delete',\n 'user-list',\n 'user-create',\n 'user-edit',\n 'user-delete'\n ];\n foreach ($permissions as $permission) {\n Permission::create(['name' => $permission]);\n }\n echo 'seeding users...', PHP_EOL;\n\n $user= User::create(\n [\n 'name' => 'Mr. admin',\n 'email' => '[email protected]',\n 'password' => bcrypt('admin'),\n 'remember_token' => null,\n ]\n );\n echo 'Create Roles...', PHP_EOL;\n Role::create(['name' => 'former']);\n Role::create(['name' => 'learner']);\n Role::create(['name' => 'admin']);\n Role::create(['name' => 'manager']);\n Role::create(['name' => 'user']);\n\n echo 'seeding Role User...', PHP_EOL;\n $user->assignRole('admin');\n $role = $user->assignRole('admin');\n $role->givepermissionTo(Permission::all());\n\n \\DB::table('languages')->insert(['name' => 'English', 'code' => 'en']);\n \\DB::table('languages')->insert(['name' => 'Français', 'code' => 'fr']);\n }", "public function run()\n {\n $this->call(UsersTableSeeder::class);\n $this->call(PermissionsSeeder::class);\n $this->call(RolesSeeder::class);\n $this->call(ThemeSeeder::class);\n\n //\n\n DB::table('paypal_info')->insert([\n 'client_id' => '',\n 'client_secret' => '',\n 'currency' => '',\n ]);\n DB::table('contact_us')->insert([\n 'content' => '',\n ]);\n DB::table('setting')->insert([\n 'site_name' => ' ',\n ]);\n DB::table('terms_and_conditions')->insert(['terms_and_condition' => 'text']);\n }", "public function run()\n {\n $this->call([\n UserSeeder::class,\n ]);\n\n User::factory(20)->create();\n Author::factory(20)->create();\n Book::factory(60)->create();\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n $this->call(UserSeeder::class);\n $this->call(RolePermissionSeeder::class);\n $this->call(AppmodeSeeder::class);\n\n // \\App\\Models\\Appmode::factory(3)->create();\n \\App\\Models\\Doctor::factory(100)->create();\n \\App\\Models\\Unit::factory(50)->create();\n \\App\\Models\\Broker::factory(100)->create();\n \\App\\Models\\Patient::factory(100)->create();\n \\App\\Models\\Expence::factory(100)->create();\n \\App\\Models\\Testcategory::factory(100)->create();\n \\App\\Models\\Test::factory(50)->create();\n \\App\\Models\\Parameter::factory(50)->create();\n \\App\\Models\\Sale::factory(50)->create();\n \\App\\Models\\SaleItem::factory(100)->create();\n \\App\\Models\\Goption::factory(1)->create();\n \\App\\Models\\Pararesult::factory(50)->create();\n\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n // DB::table('roles')->insert(\n // [\n // ['name' => 'admin', 'description' => 'Administrator'],\n // ['name' => 'student', 'description' => 'Student'],\n // ['name' => 'lab_tech', 'description' => 'Lab Tech'],\n // ['name' => 'it_staff', 'description' => 'IT Staff Member'],\n // ['name' => 'it_manager', 'description' => 'IT Manager'],\n // ['name' => 'lab_manager', 'description' => 'Lab Manager'],\n // ]\n // );\n\n // DB::table('users')->insert(\n // [\n // 'username' => 'admin', \n // 'password' => Hash::make('password'), \n // 'active' => 1,\n // 'name' => 'Administrator',\n // 'email' => '[email protected]',\n // 'role_id' => \\App\\Role::where('name', 'admin')->first()->id\n // ]\n // );\n\n DB::table('status')->insert([\n // ['name' => 'Active'],\n // ['name' => 'Cancel'],\n // ['name' => 'Disable'],\n // ['name' => 'Open'],\n // ['name' => 'Closed'],\n // ['name' => 'Resolved'],\n ['name' => 'Used'],\n ]);\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n factory(User::class)->create([\n 'name' => 'Qwerty',\n 'email' => '[email protected]',\n 'password' => bcrypt('secretpassw'),\n ]);\n\n factory(User::class, 59)->create([\n 'password' => bcrypt('secretpassw'),\n ]);\n\n for ($i = 1; $i < 11; $i++) {\n factory(Category::class)->create([\n 'name' => 'Category ' . $i,\n ]);\n }\n\n for ($i = 1; $i < 101; $i++) {\n factory(Product::class)->create([\n 'name' => 'Product ' . $i,\n ]);\n }\n }", "public function run()\n {\n\n \t// Making main admin role\n \tDB::table('roles')->insert([\n 'name' => 'Admin',\n ]);\n\n // Making main category\n \tDB::table('categories')->insert([\n 'name' => 'Other',\n ]);\n\n \t// Making main admin account for testing\n \tDB::table('users')->insert([\n 'name' \t\t=> 'Admin',\n 'email' \t=> '[email protected]',\n 'password' => bcrypt('12345'),\n 'role_id' => 1,\n 'created_at' => date('Y-m-d H:i:s' ,time()),\n 'updated_at' => date('Y-m-d H:i:s' ,time())\n ]);\n\n \t// Making random users and posts\n factory(App\\User::class, 10)->create();\n factory(App\\Post::class, 35)->create();\n }", "public function run()\n {\n $faker = Faker::create();\n\n \\DB::table('positions')->insert(array (\n 'codigo' => strtoupper($faker->randomLetter).$faker->postcode,\n 'nombre' => 'Chef',\n 'salario' => '15000.00'\n ));\n\n\t\t \\DB::table('positions')->insert(array (\n 'codigo' => strtoupper($faker->randomLetter).$faker->postcode,\n 'nombre' => 'Mesonero',\n 'salario' => '12000.00'\n ));\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n $faker = \\Faker\\Factory::create();\n\n foreach (range(1,5) as $index) {\n Lista::create([\n 'name' => $faker->sentence(2),\n 'description' => $faker->sentence(10), \n ]);\n } \n\n foreach (range(1,20) as $index) {\n $n = $faker->sentence(2);\n \tTarea::create([\n \t\t'name' => $n,\n \t\t'description' => $faker->sentence(10),\n 'lista_id' => $faker->numberBetween(1,5),\n 'slug' => Str::slug($n),\n \t\t]);\n } \n }", "public function run()\n {\n $faker = Faker::create('lt_LT');\n\n DB::table('users')->insert([\n 'name' => 'user',\n 'email' => '[email protected]',\n 'password' => Hash::make('123')\n ]);\n DB::table('users')->insert([\n 'name' => 'user2',\n 'email' => '[email protected]',\n 'password' => Hash::make('123')\n ]);\n\n foreach (range(1,100) as $val)\n DB::table('authors')->insert([\n 'name' => $faker->firstName(),\n 'surname' => $faker->lastName(),\n \n ]);\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n $this->call(UsersTableSeeder::class);\n\n // DB::table('users')->insert([\n // 'name' => 'User1',\n // 'email' => '[email protected]',\n // 'password' => bcrypt('password'),\n // ]);\n\n\n $faker = Faker::create();\n \n foreach (range(1,10) as $index){\n DB::table('companies')->insert([\n 'name' => $faker->company(),\n 'email' => $faker->email(10).'@gmail.com',\n 'logo' => $faker->image($dir = '/tmp', $width = 640, $height = 480),\n 'webiste' => $faker->domainName(),\n \n ]);\n }\n \n \n foreach (range(1,10) as $index){\n DB::table('employees')->insert([\n 'first_name' => $faker->firstName(),\n 'last_name' => $faker->lastName(),\n 'company' => $faker->company(),\n 'email' => $faker->str_random(10).'@gmail.com',\n 'phone' => $faker->e164PhoneNumber(),\n \n ]);\n }\n\n\n\n }", "public function run()\n {\n DB::statement('SET FOREIGN_KEY_CHECKS=0;');\n Flight::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 100; $i++) {\n\n\n Flight::create([\n 'flightNumber' => $faker->randomNumber(5),\n 'depAirport' => $faker->city,\n 'destAirport' => $faker->city,\n 'reservedWeight' => $faker->numberBetween(1000 - 10000),\n 'deptTime' => $faker->dateTime('now'),\n 'arrivalTime' => $faker->dateTime('now'),\n 'reservedVolume' => $faker->numberBetween(1000 - 10000),\n 'airlineName' => $faker->colorName,\n ]);\n }\n DB::statement('SET FOREIGN_KEY_CHECKS=1;');\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n $this->truncteTables([\n 'users',\n 'products'\n ]);\n\n $this->call(UsersSeeder::class);\n $this->call(ProductsSeeder::class);\n\n }", "public function run()\n {\n /**\n * Dummy seeds\n */\n DB::table('metas')->truncate();\n $faker = Faker::create();\n\n for ($i=0; $i < 10; $i++) { \n DB::table('metas')->insert([\n 'id_rel' => $faker->randomNumber(),\n 'titulo' => $faker->sentence,\n 'descricao' => $faker->paragraph,\n 'justificativa' => $faker->paragraph,\n 'valor_inicial' => $faker->numberBetween(0,100),\n 'valor_atual' => $faker->numberBetween(0,100),\n 'valor_final' => $faker->numberBetween(0,10),\n 'regras' => json_encode([$i => [\"values\" => $faker->words(3)]]),\n 'types' => json_encode([$i => [\"values\" => $faker->words(2)]]),\n 'categorias' => json_encode([$i => [\"values\" => $faker->words(4)]]),\n 'tags' => json_encode([$i => [\"values\" => $faker->words(5)]]),\n 'active' => true,\n ]);\n }\n\n\n }", "public function run()\n {\n // $this->call(UserTableSeeder::class);\n\n $faker = Faker::create();\n\n $lessonIds = Lesson::lists('id')->all(); // An array of ID's in that table [1, 2, 3, 4, 5, 7]\n $tagIds = Tag::lists('id')->all();\n\n foreach(range(1, 30) as $index)\n {\n // a real lesson id\n // a real tag id\n DB::table('lesson_tag')->insert([\n 'lesson_id' => $faker->randomElement($lessonIds),\n 'tag_id' => $faker->randomElement($tagIds),\n ]);\n }\n }", "public function run()\n {\n $this->call(CategoriasTableSeeder::class);\n $this->call(UfsTableSeeder::class);\n $this->call(UsersTableSeeder::class);\n $this->call(UserTiposTableSeeder::class);\n factory(App\\User::class, 2)->create();\n/* factory(App\\Models\\Categoria::class, 20)->create();*/\n/* factory(App\\Models\\Anuncio::class, 50)->create();*/\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::statement('SET FOREIGN_KEY_CHECKS = 0');\n\n Language::truncate();\n Reason::truncate();\n Report::truncate();\n Category::truncate();\n Position::truncate();\n\n $languageQuantity = 10;\n $reasonQuantity = 10;\n $reportQuantity = 10;\n $categoryQuantity = 10;\n $positionQuantity = 10;\n\n factory(Language::class,$languageQuantity)->create();\n factory(Reason::class,$reasonQuantity)->create();\n \n factory(Report::class,$reportQuantity)->create();\n \n factory(Category::class,$categoryQuantity)->create();\n \n factory(Position::class,$positionQuantity)->create();\n\n }", "public function run()\n {\n // \\DB::statement('SET_FOREIGN_KEY_CHECKS=0');\n \\DB::table('users')->truncate();\n \\DB::table('posts')->truncate();\n // \\DB::table('category')->truncate();\n \\DB::table('photos')->truncate();\n \\DB::table('comments')->truncate();\n \\DB::table('comment_replies')->truncate();\n\n \\App\\Models\\User::factory()->times(10)->hasPosts(1)->create();\n \\App\\Models\\Role::factory()->times(10)->create();\n \\App\\Models\\Category::factory()->times(10)->create();\n \\App\\Models\\Comment::factory()->times(10)->hasReplies(1)->create();\n \\App\\Models\\Photo::factory()->times(10)->create();\n\n \n // \\App\\Models\\User::factory(10)->create([\n // 'role_id'=>2,\n // 'is_active'=>1\n // ]);\n\n // factory(App\\Models\\Post::class, 10)->create();\n // $this->call(UsersTableSeeder::class);\n }", "public function run()\n {\n $this->call([\n ArticleSeeder::class, \n TagSeeder::class,\n Arttagrel::class\n ]);\n // \\App\\Models\\User::factory(10)->create();\n \\App\\Models\\Article::factory()->count(7)->create();\n \\App\\Models\\Tag::factory()->count(15)->create(); \n \\App\\Models\\Arttagrel::factory()->count(15)->create(); \n }", "public function run()\n {\n $this->call(ArticulosTableSeeder::class);\n /*DB::table('articulos')->insert([\n 'titulo' => str_random(50),\n 'cuerpo' => str_random(200),\n ]);*/\n }", "public function run()\n {\n $this->call(CategoryTableSeeder::class);\n $this->call(ProductTableSeeder::class);\n\n \t\t\n\t\t\tDB::table('users')->insert([\n 'first_name' => 'Ignacio',\n 'last_name' => 'Garcia',\n 'email' => '[email protected]',\n 'password' => bcrypt('123456'),\n 'role' => '1',\n 'avatar' => 'CGnABxNYYn8N23RWlvTTP6C2nRjOLTf8IJcbLqRP.jpeg',\n ]);\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n $this->call(RoleSeeder::class);\n $this->call(UserSeeder::class);\n\n Medicamento::factory(50)->create();\n Reporte::factory(5)->create();\n Cliente::factory(200)->create();\n Asigna_valor::factory(200)->create();\n Carga::factory(200)->create();\n }", "public function run()\n {\n $this->call([\n RoleSeeder::class,\n TicketSeeder::class\n ]);\n\n DB::table('departments')->insert([\n 'abbr' => 'IT',\n 'name' => 'Information Technologies',\n 'created_at' => Carbon::now(),\n 'updated_at' => Carbon::now(),\n ]);\n\n DB::table('users')->insert([\n 'name' => 'admin',\n 'email' => '[email protected]',\n 'email_verified_at' => Carbon::now(),\n 'password' => Hash::make('admin'),\n 'department_id' => 1,\n 'avatar' => 'default.png',\n 'created_at' => Carbon::now(),\n 'updated_at' => Carbon::now(),\n ]);\n\n DB::table('role_user')->insert([\n 'role_id' => 1,\n 'user_id' => 1\n ]);\n }", "public function run()\n {\n \\App\\Models\\Article::factory(20)->create();\n \\App\\Models\\Category::factory(5)->create();\n \\App\\Models\\Comment::factory(40)->create();\n\n \\App\\Models\\User::create([\n \"name\"=>\"Alice\",\n \"email\"=>'[email protected]',\n 'password' => Hash::make('password'),\n ]);\n \\App\\Models\\User::create([\n \"name\"=>\"Bob\",\n \"email\"=>'[email protected]',\n 'password' => Hash::make('password'),\n ]);\n }", "public function run()\n {\n /** \n * Note: You must add these lines to your .env file for this Seeder to work (replace the values, obviously):\n SEEDER_USER_FIRST_NAME = 'Firstname'\n SEEDER_USER_LAST_NAME = 'Lastname'\n\t\tSEEDER_USER_DISPLAY_NAME = 'Firstname Lastname'\n\t\tSEEDER_USER_EMAIL = [email protected]\n SEEDER_USER_PASSWORD = yourpassword\n */\n\t\tDB::table('users')->insert([\n 'user_first_name' => env('SEEDER_USER_FIRST_NAME'),\n 'user_last_name' => env('SEEDER_USER_LAST_NAME'),\n 'user_name' => env('SEEDER_USER_DISPLAY_NAME'),\n\t\t\t'user_email' => env('SEEDER_USER_EMAIL'),\n 'user_status' => 1,\n \t'password' => Hash::make((env('SEEDER_USER_PASSWORD'))),\n 'permission_fk' => 1,\n 'created_at' => Carbon::now()->format('Y-m-d H:i:s'),\n 'updated_at' => Carbon::now()->format('Y-m-d H:i:s')\n ]);\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n factory(App\\User::class,3)->create()->each(\n \tfunction($user)\n \t{\n \t\t$user->questions()\n \t\t->saveMany(\n \t\t\tfactory(App\\Question::class, rand(2,6))->make()\n \t\t)\n ->each(function ($q) {\n $q->answers()->saveMany(factory(App\\Answer::class, rand(1,5))->make());\n })\n \t}\n );\n }\n}", "public function run()\n {\n $faker = Faker::create();\n\n // $this->call(UsersTableSeeder::class);\n\n DB::table('posts')->insert([\n 'id'=>str_random(1),\n 'user_id'=> str_random(1),\n 'title' => $faker->name,\n 'body' => $faker->safeEmail,\n 'created_at' => date('Y-m-d H:i:s'),\n 'updated_at' => date('Y-m-d H:i:s'),\n ]);\n }", "public function run()\n\t{\n\t\tDB::table(self::TABLE_NAME)->delete();\n\n\t\tforeach (seed(self::TABLE_NAME) as $row)\n\t\t\t$records[] = [\n\t\t\t\t'id'\t\t\t\t=> $row->id,\n\t\t\t\t'created_at'\t\t=> $row->created_at ?? Carbon::now(),\n\t\t\t\t'updated_at'\t\t=> $row->updated_at ?? Carbon::now(),\n\n\t\t\t\t'sport_id'\t\t\t=> $row->sport_id,\n\t\t\t\t'gender_id'\t\t\t=> $row->gender_id,\n\t\t\t\t'tournamenttype_id'\t=> $row->tournamenttype_id ?? null,\n\n\t\t\t\t'name'\t\t\t\t=> $row->name,\n\t\t\t\t'external_id'\t\t=> $row->external_id ?? null,\n\t\t\t\t'is_top'\t\t\t=> $row->is_top ?? null,\n\t\t\t\t'logo'\t\t\t\t=> $row->logo ?? null,\n\t\t\t\t'position'\t\t\t=> $row->position ?? null,\n\t\t\t];\n\n\t\tinsert(self::TABLE_NAME, $records ?? []);\n\t}", "public function run()\n\t{\n\t\tDB::table('libros')->truncate();\n\n\t\t$faker = Faker\\Factory::create();\n\n\t\tfor ($i=0; $i < 10; $i++) { \n\t\t\tLibro::create([\n\n\t\t\t\t'titulo'\t\t=> $faker->text(40),\n\t\t\t\t'isbn'\t\t\t=> $faker->numberBetween(100,999),\n\t\t\t\t'precio'\t\t=> $faker->randomFloat(2,3,150),\n\t\t\t\t'publicado'\t\t=> $faker->numberBetween(0,1),\n\t\t\t\t'descripcion'\t=> $faker->text(400),\n\t\t\t\t'autor_id'\t\t=> $faker->numberBetween(1,3),\n\t\t\t\t'categoria_id'\t=> $faker->numberBetween(1,3)\n\n\t\t\t]);\n\t\t}\n\n\t\t// Uncomment the below to run the seeder\n\t\t// DB::table('libros')->insert($libros);\n\t}", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n factory(App\\User::class, 10)->create()->each(function ($user) {\n // Seed the relation with 5 purchases\n // $videos = factory(App\\Video::class, 5)->make();\n // $user->videos()->saveMany($videos);\n // $user->videos()->each(function ($video){\n // \t$video->videometa()->save(factory(App\\VideoMeta::class)->make());\n // \t// :( \n // });\n factory(App\\User::class, 10)->create()->each(function ($user) {\n\t\t\t factory(App\\Video::class, 5)->create(['user_id' => $user->id])->each(function ($video) {\n\t\t\t \tfactory(App\\VideoMeta::class, 1)->create(['video_id' => $video->id]);\n\t\t\t // $video->videometa()->save(factory(App\\VideoMeta::class)->create(['video_id' => $video->id]));\n\t\t\t });\n\t\t\t});\n\n });\n }", "public function run()\n {\n // for($i=1;$i<11;$i++){\n // DB::table('post')->insert(\n // ['title' => 'Title'.$i,\n // 'post' => 'Post'.$i,\n // 'slug' => 'Slug'.$i]\n // );\n // }\n $faker = Faker\\Factory::create();\n \n for($i=1;$i<20;$i++){\n $dname = $faker->name;\n DB::table('post')->insert(\n ['title' => $dname,\n 'post' => $faker->text($maxNbChars = 200),\n 'slug' => str_slug($dname)]\n );\n }\n }", "public function run()\n {\n $this->call([\n CountryTableSeeder::class,\n ProvinceTableSeeder::class,\n TagTableSeeder::class\n ]);\n\n User::factory()->count(10)->create();\n Category::factory()->count(5)->create();\n Product::factory()->count(20)->create();\n Section::factory()->count(5)->create();\n Bundle::factory()->count(20)->create();\n\n $bundles = Bundle::all();\n // populate bundle-product table (morph many-to-many)\n Product::all()->each(function ($product) use ($bundles) {\n $product->bundles()->attach(\n $bundles->random(2)->pluck('id')->toArray(),\n ['default_quantity' => rand(1, 10)]\n );\n });\n // populate bundle-tags table (morph many-to-many)\n Tag::all()->each(function ($tag) use ($bundles) {\n $tag->bundles()->attach(\n $bundles->random(2)->pluck('id')->toArray()\n );\n });\n }", "public function run()\n {\n // Let's truncate our existing records to start from scratch.\n Contract::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 50; $i++) {\n Contract::create([\n 'serialnumbers' => $faker->numberBetween($min = 1000000, $max = 2000000),\n 'address' => $faker->address,\n 'landholder' => $faker->lastName,\n 'renter' => $faker->lastName,\n 'price' => $faker->numberBetween($min = 10000, $max = 50000),\n 'rent_start' => $faker->date($format = 'Y-m-d', $max = 'now'),\n 'rent_end' => $faker->date($format = 'Y-m-d', $max = 'now'),\n ]);\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n $faker=Faker\\Factory::create();\n\n for($i=0;$i<100;$i++){\n \tApp\\Blog::create([\n \t\t'title' => $faker->catchPhrase,\n 'description' => $faker->text,\n 'showns' =>true\n \t\t]);\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::statement('SET FOREIGN_KEY_CHECKS = 0'); // TO PREVENT CHECKS FOR foreien key in seeding\n\n User::truncate();\n Category::truncate();\n Product::truncate();\n Transaction::truncate();\n\n DB::table('category_product')->truncate();\n\n User::flushEventListeners();\n Category::flushEventListeners();\n Product::flushEventListeners();\n Transaction::flushEventListeners();\n\n $usersQuantities = 1000;\n $categoriesQuantities = 30;\n $productsQuantities = 1000;\n $transactionsQuantities = 1000;\n\n factory(User::class, $usersQuantities)->create();\n factory(Category::class, $categoriesQuantities)->create();\n\n factory(Product::class, $productsQuantities)->create()->each(\n function ($product) {\n $categories = Category::all()->random(mt_rand(1, 5))->pluck('id');\n $product->categories()->attach($categories);\n });\n\n factory(Transaction::class, $transactionsQuantities)->create();\n }", "public function run()\n {\n // $this->call(UserSeeder::class);\n $this->call(PermissionsTableSeeder::class);\n $this->call(UsersTableSeeder::class);\n\n $this->call(BusinessTableSeeder::class);\n $this->call(PrinterTableSeeder::class);\n factory(App\\Tag::class,10)->create();\n factory(App\\Category::class,10)->create();\n factory(App\\Subcategory::class,50)->create();\n factory(App\\Provider::class,10)->create();\n factory(App\\Product::class,24)->create()->each(function($product){\n\n $product->images()->saveMany(factory(App\\Image::class, 4)->make());\n\n });\n\n\n factory(App\\Client::class,10)->create();\n }", "public function run()\n {\n Article::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 50; $i++) {\n Article::create([\n 'name' => $faker->sentence,\n 'sku' => $faker->paragraph,\n 'price' => $faker->number,\n ]);\n }\n }", "public function run()\n {\n Storage::deleteDirectory('public/products');\n Storage::makeDirectory('public/products');\n\n $this->call(UserSeeder::class);\n Category::factory(4)->create();\n $this->call(ProductSeeder::class);\n Order::factory(4)->create();\n Order_Detail::factory(4)->create();\n Size::factory(100)->create();\n }", "public function run()\n {\n $this->call(RolSeeder::class);\n\n $this->call(UserSeeder::class);\n Category::factory(4)->create();\n Doctor::factory(25)->create();\n Patient::factory(50)->create();\n Status::factory(3)->create();\n Appointment::factory(100)->create();\n }", "public function run()\n\t{\n\t\t\n\t\tDB::statement('SET FOREIGN_KEY_CHECKS = 0');\n\n\t\t$faker = \\Faker\\Factory::create();\n\n\t\tTodolist::truncate();\n\n\t\tforeach(range(1, 50) as $index)\n\t\t{\n\n\t\t\t$user = User::create([\n\t\t\t\t'name' => $faker->name,\n\t\t\t\t'email' => $faker->email,\n\t\t\t\t'password' => 'password',\n\t\t\t\t'confirmation_code' => mt_rand(0, 9),\n\t\t\t\t'confirmation' => rand(0,1) == 1\n\t\t\t]);\n\n\t\t\t$list = Todolist::create([\n\t\t\t\t'name' => $faker->sentence(2),\n\t\t\t\t'description' => $faker->sentence(4),\n\t\t\t]);\n\n\t\t\t// BUILD SOME TASKS FOR EACH LIST ITEM\n\t\t\tforeach(range(1, 10) as $index) \n\t\t\t{\n\t\t\t\t$task = new Task;\n\t\t\t\t$task->name = $faker->sentence(2);\n\t\t\t\t$task->description = $faker->sentence(4);\n\t\t\t\t$list->tasks()->save($task);\n\t\t\t}\n\n\t\t}\n\n\t\tDB::statement('SET FOREIGN_KEY_CHECKS = 1'); \n\n\t}", "public function run()\n {\n Campus::truncate();\n Canteen::truncate();\n Dorm::truncate();\n\n $faker = Faker\\Factory::create();\n $schools = School::all();\n foreach ($schools as $school) {\n \tforeach (range(1, 2) as $index) {\n\t \t$campus = Campus::create([\n\t \t\t'school_id' => $school->id,\n\t \t\t'name' => $faker->word . '校区',\n\t \t\t]);\n\n \t$campus->canteens()->saveMany(factory(Canteen::class, mt_rand(2,3))->make());\n $campus->dorms()->saveMany(factory(Dorm::class, mt_rand(2,3))->make());\n\n }\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n DB::table('users')->insert([\n 'name' => 'admin',\n 'email' => '[email protected]',\n 'password' => bcrypt('admin'),\n 'seq_q'=>'1',\n 'seq_a'=>'admin'\n ]);\n\n // DB::table('bloods')->insert([\n // ['name' => 'A+'],\n // ['name' => 'A-'],\n // ['name' => 'B+'],\n // ['name' => 'B-'],\n // ['name' => 'AB+'],\n // ['name' => 'AB-'],\n // ['name' => 'O+'],\n // ['name' => 'O-'],\n // ]);\n\n \n }", "public function run()\n {\n // $this->call(UserTableSeeder::class);\n \\App\\User::create([\n 'name'=>'PAPE SAMBA NDOUR',\n 'email'=>'[email protected]',\n 'password'=>bcrypt('Admin1122'),\n ]);\n\n $faker = Faker::create();\n\n for ($i = 0; $i < 100 ; $i++)\n {\n $firstName = $faker->firstName;\n $lastName = $faker->lastName;\n $niveau = \\App\\Niveau::inRandomOrder()->first();\n \\App\\Etudiant::create([\n 'prenom'=>$firstName,\n 'nom'=>$lastName,\n 'niveau_id'=>$niveau->id\n ]);\n }\n\n\n }", "public function run()\n {\n //\n DB::table('foods')->delete();\n\n Foods::create(array(\n 'name' => 'Chicken Wing',\n 'author' => 'Bambang',\n 'overview' => 'a deep-fried chicken wing, not in spicy sauce'\n ));\n\n Foods::create(array(\n 'name' => 'Beef ribs',\n 'author' => 'Frank',\n 'overview' => 'Slow baked beef ribs rubbed in spices'\n ));\n\n Foods::create(array(\n 'name' => 'Ice cream',\n 'author' => 'Lou',\n 'overview' => ' A sweetened frozen food typically eaten as a snack or dessert.'\n ));\n\n }", "public function run()\n {\n // Let's truncate our existing records to start from scratch.\n News::truncate();\n\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 10; $i++) {\n News::create([\n 'title' => $faker->sentence,\n 'summary' => $faker->sentence,\n 'content' => $faker->paragraph,\n 'imagePath' => '/img/exclamation_mark.png'\n ]);\n }\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n factory(App\\User::class, 3)->create();\n factory(App\\Models\\Category::class, 3)\n ->create()\n ->each(function ($u) {\n $u->courses()->saveMany(factory(App\\Models\\Course::class,3)->make())->each(function ($c){\n $c->exams()->saveMany(factory(\\App\\Models\\Exam::class,3)->make())->each(function ($e){\n $e->questions()->saveMany(factory(\\App\\Models\\Question::class,4)->make())->each(function ($q){\n $q->answers()->saveMany(factory(\\App\\Models\\Answer::class,4)->make())->each(function ($a){\n $a->correctAnswer()->save(factory(\\App\\Models\\Correct_answer::class)->make());\n });\n });\n });\n });\n\n });\n\n }", "public function run()\n {\n \\DB::table('employees')->delete();\n\n $faker = \\Faker\\Factory::create('ja_JP');\n\n $role_id = ['1','2','3'];\n\n for ($i = 0; $i < 10; $i++) {\n \\App\\Models\\Employee::create([\n 'last_name' =>$faker->lastName() ,\n 'first_name' => $faker->firstName(),\n 'mail' => $faker->email(),\n 'password' => Hash::make( \"password.$i\"),\n 'birthday' => $faker->date($format='Y-m-d',$max='now'),\n 'role_id' => $faker->randomElement($role_id)\n ]);\n }\n }", "public function run()\n {\n\n DB::table('clients')->delete();\n DB::table('trips')->delete();\n error_log('empty tables done.');\n\n $random_cities = City::inRandomOrder()->select('ar_name')->limit(5)->get();\n $GLOBALS[\"random_cities\"] = $random_cities->pluck('ar_name')->toArray();\n\n $random_airlines = Airline::inRandomOrder()->select('code')->limit(5)->get();\n $GLOBALS[\"random_airlines\"] = $random_airlines->pluck('code')->toArray();\n\n factory(App\\Client::class, 5)->create();\n error_log('Client seed done.');\n\n\n factory(App\\Trip::class, 50)->create();\n error_log('Trip seed done.');\n\n\n factory(App\\Quicksearch::class, 10)->create();\n error_log('Quicksearch seed done.');\n }", "public function run()\n {\n // Admins\n User::factory()->create([\n 'name' => 'Zaiman Noris',\n 'username' => 'rognales',\n 'email' => '[email protected]',\n 'active' => true,\n ]);\n\n User::factory()->create([\n 'name' => 'Affiq Rashid',\n 'username' => 'affiqr',\n 'email' => '[email protected]',\n 'active' => true,\n ]);\n\n // Only seed test data in non-prod\n if (! app()->isProduction()) {\n Member::factory()->count(1000)->create();\n Staff::factory()->count(1000)->create();\n\n Participant::factory()\n ->addSpouse()\n ->addChildren()\n ->addInfant()\n ->addOthers()\n ->count(500)\n ->hasUploads(2)\n ->create();\n }\n }", "public function run()\n {\n $this->call([\n RoleSeeder::class,\n UserSeeder::class,\n ]);\n\n \\App\\Models\\Category::factory(4)->create();\n \\App\\Models\\View::factory(6)->create();\n \\App\\Models\\Room::factory(8)->create();\n \n $rooms = \\App\\Models\\Room::all();\n // \\App\\Models\\User::all()->each(function ($user) use ($rooms) { \n // $user->rooms()->attach(\n // $rooms->random(rand(1, \\App\\Models\\Room::max('id')))->pluck('id')->toArray()\n // ); \n // });\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n Employee::factory()->create(['email' => '[email protected]']);\n Brand::factory()->count(3)->create();\n $this->call([\n TagSeeder::class,\n AttributeSeeder::class,\n AttributeValueSeeder::class,\n ProductSeeder::class,\n ]);\n }", "public function run()\n {\n $this->call(RolesTableSeeder::class); // crée les rôles\n $this->call(PermissionsTableSeeder::class); // crée les permissions\n\n factory(Employee::class,3)->create();\n factory(Provider::class,1)->create();\n\n $user = User::create([\n 'name'=>'Alioune Bada Ndoye',\n 'email'=>'[email protected]',\n 'phone'=>'773012470',\n 'password'=>bcrypt('123'),\n ]);\n Employee::create([\n 'job'=>'Informaticien',\n 'user_id'=>User::where('email','[email protected]')->first()->id,\n 'point_id'=>Point::find(1)->id,\n ]);\n $user->assignRole('admin');\n }", "public function run()\n {\n // $this->call(UserSeeder::class);\n factory(User::class, 1)\n \t->create(['email' => '[email protected]']);\n\n factory(Category::class, 5)->create();\n }", "public function run()\n {\n //$this->call(UsersTableSeeder::class);\n $this->call(rootSeed::class);\n factory(App\\Models\\Egresado::class,'hombre',15)->create();\n factory(App\\Models\\Egresado::class,'mujer',15)->create();\n factory(App\\Models\\Administrador::class,5)->create();\n factory(App\\Models\\Notificacion::class,'post',10)->create();\n factory(App\\Models\\Notificacion::class,'mensaje',5)->create();\n factory(App\\Models\\Egresado::class,'bajaM',5)->create();\n factory(App\\Models\\Egresado::class,'bajaF',5)->create();\n factory(App\\Models\\Egresado::class,'suscritam',5)->create();\n factory(App\\Models\\Egresado::class,'suscritaf',5)->create();\n }", "public function run()\n {\n \n User::factory(1)->create([\n 'rol'=>'EPS'\n ]);\n Person::factory(10)->create();\n $this->call(EPSSeeder::class);\n $this->call(OfficialSeeder::class);\n $this->call(VVCSeeder::class);\n $this->call(VaccineSeeder::class);\n }", "public function run()\n {\n // $faker=Faker::create();\n // foreach(range(1,100) as $index)\n // {\n // DB::table('products')->insert([\n // 'name' => $faker->name,\n // 'price' => rand(10,100000)/100\n // ]);\n // }\n }", "public function run()\n {\n $this->call([\n LanguagesTableSeeder::class,\n ListingAvailabilitiesTableSeeder::class,\n ListingTypesTableSeeder::class,\n RoomTypesTableSeeder::class,\n AmenitiesTableSeeder::class,\n UsersTableSeeder::class,\n UserLanguagesTableSeeder::class,\n ListingsTableSeeder::class,\n WishlistsTableSeeder::class,\n StaysTableSeeder::class,\n GuestsTableSeeder::class,\n TripsTableSeeder::class,\n ReviewsTableSeeder::class,\n RatingsTableSeeder::class,\n PopularDestinationsTableSeeder::class,\n ImagesTableSeeder::class,\n ]);\n\n // factory(App\\User::class, 5)->states('host')->create();\n // factory(App\\User::class, 10)->states('hostee')->create();\n\n // factory(App\\User::class, 10)->create();\n // factory(App\\Models\\Listing::class, 30)->create();\n }", "public function run()\n {\n Schema::disableForeignKeyConstraints();\n Grade::truncate();\n Schema::enableForeignKeyConstraints();\n\n $faker = \\Faker\\Factory::create();\n\n for ($i = 0; $i < 10; $i++) {\n Grade::create([\n 'letter' => $faker->randomElement(['а', 'б', 'в']),\n 'school_id' => $faker->unique()->numberBetween(1, School::count()),\n 'level' => 1\n ]);\n }\n }", "public function run()\n {\n // $this->call(UserSeeder::class);\n factory(App\\User::class,5)->create();//5 User created\n factory(App\\Model\\Genre::class,5)->create();//5 genres\n factory(App\\Model\\Film::class,6)->create();//6 films\n factory(App\\Model\\Comment::class, 20)->create();// 20 comments\n }", "public function run()\n {\n\n $this->call(UserSeeder::class);\n factory(Empresa::class,10)->create();\n factory(Empleado::class,50)->create();\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n User::create([\n 'name' => 'jose luis',\n 'email' => '[email protected]',\n 'password' => bcrypt('xxxxxx'),\n 'role' => 'admin',\n ]);\n\n Category::create([\n 'name' => 'inpods',\n 'description' => 'auriculares inalambricos que funcionan con blouthue genial'\n ]);\n\n Category::create([\n 'name' => 'other',\n 'description' => 'otra cosa diferente a un inpods'\n ]);\n\n\n /* Create 10 products */\n Product::factory(10)->create();\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n factory(User::class)->create([\n 'email' => '[email protected]',\n 'name' => 'Russell'\n ]);\n\n factory(User::class)->create([\n 'email' => '[email protected]',\n 'name' => 'Bitfumes'\n ]);\n\n factory(User::class)->create([\n 'email' => '[email protected]',\n 'name' => 'Paul'\n ]);\n }", "public function run()\n {\n $user_ids = [1,2,3];\n $faker = app(\\Faker\\Generator::class);\n $posts = factory(\\App\\Post::class)->times(50)->make()->each(function($post) use ($user_ids,$faker){\n $post->user_id = $faker->randomElement($user_ids);\n });\n \\App\\Post::insert($posts->toArray());\n }", "public function run()\n {\n // Vaciar la tabla.\n Favorite::truncate();\n $faker = \\Faker\\Factory::create();\n // Crear artículos ficticios en la tabla\n\n // factory(App\\Models\\User::class, 2)->create()->each(function ($user) {\n // $user->users()->saveMany(factory(App\\Models\\User::class, 25)->make());\n //});\n }", "public function run()\n\t{\n\t\t$this->call(ProductsTableSeeder::class);\n\t\t$this->call(CategoriesTableSeeder::class);\n\t\t$this->call(BrandsTableSeeder::class);\n\t\t$this->call(ColorsTableSeeder::class);\n\n\t\t$products = \\App\\Product::all();\n \t$categories = \\App\\Category::all();\n \t$brands = \\App\\Brand::all();\n \t$colors = \\App\\Color::all();\n\n\t\tforeach ($products as $product) {\n\t\t\t$product->colors()->sync($colors->random(3));\n\n\t\t\t$product->category()->associate($categories->random(1)->first());\n\t\t\t$product->brand()->associate($brands->random(1)->first());\n\n\t\t\t$product->save();\n\t\t}\n\n\t\t// for ($i = 0; $i < count($products); $i++) {\n\t\t// \t$cat = $categories[rand(0,5)];\n\t\t// \t$bra = $brands[rand(0,7)];\n\t\t// \t$cat->products()->save($products[$i]);\n\t\t// \t$bra->products()->save($products[$i]);\n\t\t// }\n\n\t\t// $products = factory(App\\Product::class)->times(20)->create();\n\t\t// $categories = factory(App\\Category::class)->times(6)->create();\n\t\t// $brands = factory(App\\Brand::class)->times(8)->create();\n\t\t// $colors = factory(App\\Color::class)->times(15)->create();\n\t}", "public function run()\n {\n /*$this->call(UsersTableSeeder::class);\n $this->call(GroupsTableSeeder::class);\n $this->call(TopicsTableSeeder::class);\n $this->call(CommentsTableSeeder::class);*/\n DB::table('users')->insert([\n 'name' => 'pkw',\n 'email' => '[email protected]',\n 'password' => bcrypt('secret'),\n 'type' => '1'\n ]);\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n $faker = Faker::create();\n foreach (range(1,200) as $index) {\n DB::table('users')->insert([\n 'name' => $faker->name,\n 'email' => $faker->email,\n 'phone' => $faker->randomDigitNotNull,\n 'address'=> $faker->streetAddress,\n 'password' => bcrypt('secret'),\n ]);\n }\n }", "public function run()\n {\n $this->call(UsersSeeder::class);\n User::factory(2)->create();\n Company::factory(2)->create();\n\n }", "public function run()\n {\n echo PHP_EOL , 'seeding roles...';\n\n Role::create(\n [\n 'name' => 'Admin',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Principal',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Teacher',\n 'deletable' => false,\n ]\n );\n\n Role::create(\n [\n 'name' => 'Student',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Parents',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Accountant',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Librarian',\n 'deletable' => false,\n ]\n );\n Role::create(\n [\n 'name' => 'Receptionist',\n 'deletable' => false,\n ]\n );\n\n\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n // $this->call(QuestionTableSeed::class);\n\n $this->call([\n QuestionTableSeed::class,\n AlternativeTableSeed::class,\n ScheduleActionTableSeeder::class,\n UserTableSeeder::class,\n CompanyClassificationTableSeed::class,\n ]);\n // DB::table('clients')->insert([\n // 'name' => 'Empresa-02',\n // 'email' => '[email protected]',\n // 'password' => bcrypt('07.052.477/0001-60'),\n // ]);\n }", "public function run()\n {\n $faker = \\Faker\\Factory::create();\n\n // And now, let's create a few articles in our database:\n for ($i = 0; $i < 5; $i++) {\n Runner::create([\n 'external_id' => $faker->uuid,\n 'name' => $faker->name,\n 'race_id' =>rand(1,5),\n 'age' => rand(30, 45),\n 'sex' => $faker->randomElement(['male', 'female']),\n 'color' => $faker->randomElement(['#ecbcb4', '#d1a3a4']),\n ]);\n }\n }", "public function run()\n {\n // \\App\\Models\\User::factory(10)->create();\n\n User::factory()->create([\n 'name' => 'Carlos',\n 'email' => '[email protected]',\n 'email_verified_at' => now(),\n 'password' => bcrypt('123456'), // password\n 'remember_token' => Str::random(10),\n ]);\n \n $this->call([PostsTableSeeder::class]);\n $this->call([TagTableSeeder::class]);\n\n }", "public function run()\n {\n $this->call(AlumnoSeeder::class);\n //Alumnos::factory()->count(30)->create();\n //DB::table('alumnos')->insert([\n // 'dni_al' => '13189079',\n // 'nom_al' => 'Jose',\n // 'ape_al' => 'Araujo',\n // 'rep_al' => 'Principal',\n // 'esp_al' => 'Tecnologia',\n // 'lnac_al' => 'Valencia'\n //]);\n }", "public function run()\n {\n Eloquent::unguard();\n\n DB::statement('SET FOREIGN_KEY_CHECKS=0;');\n\n // $this->call([\n // CountriesTableSeeder::class,\n // ]);\n\n factory(App\\User::class, 100)->create();\n factory(App\\Type::class, 10)->create();\n factory(App\\Item::class, 100)->create();\n factory(App\\Order::class, 1000)->create();\n\n $items = App\\Item::all();\n\n App\\Order::all()->each(function($order) use ($items) {\n\n $n = rand(1, 10);\n\n $order->items()->attach(\n $items->random($n)->pluck('id')->toArray()\n , ['quantity' => $n]);\n\n $order->total = $order->items->sum(function($item) {\n return $item->price * $item->pivot->quantity;\n });\n\n $order->save();\n\n });\n\n DB::statement('SET FOREIGN_KEY_CHECKS=1;');\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n\n factory(User::class)->create(\n [\n 'email'=>'[email protected]',\n 'name'=>'izzanni',\n \n ]\n );\n factory(User::class)->create(\n [\n 'email'=>'[email protected]',\n 'name'=>'aina',\n\n ]\n );\n factory(User::class)->create(\n [\n 'email'=>'[email protected]',\n 'name'=>'sab',\n\n ]\n );\n }", "public function run()\n {\n\n factory('App\\Models\\Pessoa', 60)->create();\n factory('App\\Models\\Profissional', 10)->create();\n factory('App\\Models\\Paciente', 50)->create();\n $this->call(UsersTableSeeder::class);\n $this->call(ProcedimentoTableSeeder::class);\n // $this->call(PessoaTableSeeder::class);\n // $this->call(ProfissionalTableSeeder::class);\n // $this->call(PacienteTableSeeder::class);\n // $this->call(AgendaProfissionalTableSeeder::class);\n }", "public function run()\n {\n //Acá se define lo que el seeder va a hacer.\n //insert() para insertar datos.\n //Array asociativo. La llave es el nombre de la columna.\n// DB::table('users')->insert([\n// //Para un solo usuario.\n// 'name' => 'Pedrito Perez',\n// 'email' => '[email protected]',\n// 'password' => bcrypt('123456')\n// ]);//Se indica el nombre de la tabla.\n\n //Crea 50 usuarios (sin probar)\n// factory(App\\User::class, 50)->create()->each(function($u) {\n// $u->posts()->save(factory(App\\Post::class)->make());\n// });\n\n factory(App\\User::class, 10)->create(); //Así se ejecuta el model factory creado en ModelFactory.php\n\n }", "public function run()\n {\n // $this->call(UsersTableSeeder::class);\n //nhập liệu mẫu cho bảng users\n DB::table('users')->insert([\n \t['id'=>'1001', 'name'=>'Phan Thị Hiền', 'email'=>'[email protected]', 'password'=>'123456', 'isadmin'=>1],\n \t['id'=>'1002', 'name'=>'Phan Thị Hà', 'email'=>'[email protected]', 'password'=>'111111', 'isadmin'=>0]\n ]);\n\n\n //nhập liệu mẫu cho bảng suppliers\n DB::table('suppliers')->insert([\n \t['name'=>'FPT', 'address'=>'151 Hùng Vương, TP. Đà Nẵng', 'phonenum'=>'0971455395'],\n \t['name'=>'Điện Máy Xanh', 'address'=>'169 Phan Châu Trinh, TP. Đà Nẵng', 'phonenum'=>'0379456011']\n ]);\n\n\n //Bảng phiếu bảo hành\n }", "public function run()\n {\n \t// DB::table('categories')->truncate();\n // factory(App\\Models\\Category::class, 10)->create();\n Schema::disableForeignKeyConstraints();\n Category::truncate();\n $faker = Faker\\Factory::create();\n\n $categories = ['SAMSUNG','NOKIA','APPLE','BLACK BERRY'];\n foreach ($categories as $key => $value) {\n Category::create([\n 'name'=>$value,\n 'description'=> 'This is '.$value,\n 'markup'=> rand(10,100),\n 'category_id'=> null,\n 'UUID' => $faker->uuid,\n ]);\n }\n }" ]
[ "0.8013876", "0.79804534", "0.7976992", "0.79542726", "0.79511505", "0.7949612", "0.794459", "0.7942486", "0.7938189", "0.79368967", "0.79337025", "0.78924936", "0.78811055", "0.78790957", "0.78787595", "0.787547", "0.7871811", "0.78701615", "0.7851422", "0.7850352", "0.7841468", "0.7834583", "0.7827792", "0.7819104", "0.78088796", "0.7802872", "0.7802348", "0.78006834", "0.77989215", "0.7795819", "0.77903426", "0.77884805", "0.77862066", "0.7778816", "0.7777486", "0.7765202", "0.7762492", "0.77623445", "0.77621746", "0.7761383", "0.77606887", "0.77596676", "0.7757001", "0.7753607", "0.7749522", "0.7749292", "0.77466977", "0.7729947", "0.77289546", "0.772796", "0.77167094", "0.7714503", "0.77140456", "0.77132195", "0.771243", "0.77122366", "0.7711113", "0.77109736", "0.7710777", "0.7710086", "0.7705484", "0.770464", "0.7704354", "0.7704061", "0.77027386", "0.77020216", "0.77008796", "0.7698617", "0.76985973", "0.76973504", "0.7696405", "0.7694293", "0.7692694", "0.7691264", "0.7690576", "0.76882726", "0.7687433", "0.7686844", "0.7686498", "0.7685065", "0.7683827", "0.7679184", "0.7678287", "0.76776296", "0.76767945", "0.76726556", "0.76708084", "0.76690495", "0.766872", "0.76686716", "0.7666299", "0.76625943", "0.7662227", "0.76613766", "0.7659881", "0.7656644", "0.76539344", "0.76535016", "0.7652375", "0.7652313", "0.7652022" ]
0.0
-1
Simulate shop for 1.3 / 1.4
public function getID() { return 1; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function updateshops() {\n\n\tif (rand(1,8)<2) {\t// shops replenish too fast - slow them down\n\t\t// for now let's just pick a random inventory item and increase it by 1 (up to max)\n\t\t// FIXME: cant get RAND to work with UPDATE !?!?\n\t\t// $result=mysql_query(\"UPDATE phaos_shop_inventory SET quantity=quantity+1 WHERE quantity<max ORDER BY RAND() LIMIT 1\");\n\n\t\t// this code will do it randomly, but in two steps. MySQL 4.x is needed for UPDATE with RAND\n\t\t$result=mysql_query(\"SELECT shop_id,type,item_id FROM phaos_shop_inventory WHERE quantity<max ORDER BY RAND() LIMIT 1;\");\n\t\tif ($row = mysql_fetch_array($result)) {\n\t\t\t$result=mysql_query(\"UPDATE phaos_shop_inventory\n\t\t\t\tSET quantity=quantity+1\n\t\t\t\tWHERE shop_id='$row[shop_id]' AND type='$row[type]' AND item_id='$row[item_id]' \");\n\t\t}\n\t}\n\n}", "function jigoshop_upgrade_161() {\n\t\n\tJigoshop_Base::get_options()->add_option( 'jigoshop_catalog_product_button', 'cart' );\n\n}", "function startShop(){\n $wiredController = new Controller(20, true);\n $notWiredController = new Controller(30, true);\n \n //First TV / values for price, maxExtras(default 0) infite extras = -1, \n $Television1 = new Television(250.50, \"TV1\", -1);\n\n $Television1Extras = 2;\n\n for($i = 0; $i < $Television1Extras; $i++){\n $Television1->setExtra($notWiredController);\n }\n\n $Television1->totalEletronicPrice();\n\n //Second TV / values for price, maxExtras\n $Television2 = new Television(200.50, \"TV 2\", -1);\n\n $Television2Extras = 1;\n for($i = 0; $i < $Television2Extras; $i++){\n $Television2->setExtra($notWiredController);\n }\n\n $Television2->totalEletronicPrice();\n\n //Console / values for price, maxExtras(default 0)\n $Console1 = new Console(500.50, \"Console\", 4);\n\n //add extra not wired controller\n $Console1Extras = 2;\n for($i = 0; $i < $Console1Extras; $i++){\n $Console1->setExtra($notWiredController);\n }\n\n //add extra wired controller \n $Console1Extras = 3;\n for($i = 0; $i < $Console1Extras; $i++){\n $Console1->setExtra($wiredController);\n }\n\n $Console1->totalEletronicPrice();\n\n //microwave / values for price, maxExtras(default 0)\n $Microwave1 = new microwave(350.80, \"Microwave\");\n\n $Microwave1Extras = 0;\n for($i = 0; $i < $Microwave1Extras; $i++){\n $Microwave1->setExtra($wiredController);\n }\n $Microwave1->totalEletronicPrice();\n\n $EletronicList = array(\n $Television1,\n $Television2,\n $Console1,\n $Microwave1\n );\n\n return $EletronicList;\n}", "public function testCreateProductStore()\n {\n\n }", "function EdenShop04($eden_shop_action){\n\t\n\tglobal $db_shop_setup,$db_shop_orders,$db_shop_orders_product,$db_category,$db_shop_product,$db_shop_basket,$db_shop_tax_rates,$db_shop_discount_category;\n\tglobal $db_country;\n\tglobal $eden_cfg;\n\tglobal $project;\n\t\n\t$_SESSION['loginid'] = AGet($_SESSION,'loginid');\n\t\n\t$res_setup = mysql_query(\"SELECT shop_setup_paypal_business_account, shop_setup_currency, shop_setup_show_vat_subtotal, shop_setup_04_important FROM $db_shop_setup WHERE shop_setup_lang='\".mysql_real_escape_string($_GET['lang']).\"'\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$ar_setup = mysql_fetch_array($res_setup);\n\t\n\t$res_order = mysql_query(\"SELECT * FROM $db_shop_orders WHERE shop_orders_id=\".(integer)$_GET['id'].\" AND shop_orders_orders_status=1\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$ar_order = mysql_fetch_array($res_order);\n\t$res_basket = mysql_query(\"SELECT shop_basket_products_id, shop_basket_quantity FROM $db_shop_basket WHERE shop_basket_admin_id=\".(integer)$_SESSION['loginid'].\" ORDER BY shop_basket_date_added ASC\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$num_basket = mysql_num_rows($res_basket);\n\t$res_country = mysql_query(\"SELECT country_shortname FROM $db_country WHERE country_name='\".mysql_real_escape_string($ar_order['shop_orders_admin_country']).\"'\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$ar_country = mysql_fetch_array($res_country);\n\techo \"<form action=\\\"\".$eden_cfg['url_edencms'].\"eden_shop_save.php?action=paypal&amp;project=\".$project.\"&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" method=\\\"post\\\">\\n\";\n\techo \"\t\t<!-- PayPal Configuration -->\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"return\\\" value=\\\"\".$eden_cfg['url'].\"index.php?action=05&amp;state=ok&amp;id=\".$ar_order['shop_orders_id'].\"&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"rm\\\" value=\\\"0\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"notify_url\\\" value=\\\"\".$eden_cfg['url_edencms'].\"eden_shop_save.php?action=complete&amp;project=\".$project.\"&amp;oid=\".$ar_order['shop_orders_id'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"cancel_return\\\" value=\\\"\".$eden_cfg['url'].\"index.php?action=05&amp;state=cancel&amp;id=\".$ar_order['shop_orders_id'].\"&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"business\\\" value=\\\"\".$ar_setup['shop_setup_paypal_business_account'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"currency_code\\\" value=\\\"\".$ar_setup['shop_setup_currency'].\"\\\">\\n\";\n\t\t\t\t/* <input type=\\\"hidden\\\" name=\\\"cmd\\\" value=\\\"_cart\\\"> */\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"cmd\\\" value=\\\"_ext-enter\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"redirect_cmd\\\" value=\\\"_cart\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"upload\\\" value=\\\"1\\\">\\n\";\n\t\n\techo \"\t\t<!-- Shipping and Misc Information -->\\n\";\n\t\t\t\t/* <input type=\\\"hidden\\\" name=\\\"shipping\\\" value=\\\"\\\">\\n\";\n\t\t\t\t<input type=\\\"hidden\\\" name=\\\"shipping2\\\" value=\\\"\\\">\\n\";\n\t\t\t\t<input type=\\\"hidden\\\" name=\\\"handling\\\" value=\\\"\\\">\\n\";\n\t\t\t\t<input type=\\\"hidden\\\" name=\\\"tax\\\" value=\\\"\\\">\\n\";\n\t\t\t\t<input type=\\\"hidden\\\" name=\\\"custom\\\" value=\\\"\\\"> */\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"invoice\\\" value=\\\"\".$ar_order['shop_orders_invoice_id'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"handling_cart\\\" value=\\\"\".number_format($ar_order['shop_orders_carriage_price'], 2, '.', ',').\"\\\">\\n\";\n\t\n\techo \"\t\t<!-- Customer Information -->\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"email\\\" value=\\\"\".$ar_order['shop_orders_admin_email_address'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"first_name\\\" value=\\\"\".$ar_order['shop_orders_admin_firstname'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"last_name\\\" value=\\\"\".$ar_order['shop_orders_admin_name'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"address1\\\" value=\\\"\".$ar_order['shop_orders_admin_address1'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"address2\\\" value=\\\"\".$ar_order['shop_orders_admin_address2'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"city\\\" value=\\\"\".$ar_order['shop_orders_admin_city'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"zip\\\" value=\\\"\".$ar_order['shop_orders_admin_postcode'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"state\\\" value=\\\"\".$ar_order['shop_orders_admin_state'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"country\\\" value=\\\"\".$ar_country['country_shortname'].\"\\\">\\n\";\n\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"night_phone_a\\\" value=\\\"\".$ar_order['shop_orders_admin_telephone'].\"\\\">\\n\";\n\techo \"\t\t<div align=\\\"center\\\">\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\techo \"\t\t\t\t<img src=\\\"images/edenshop_pbar_04_confirm_en.gif\\\" width=\\\"500\\\" height=\\\"100\\\" alt=\\\"\\\">\\n\";\n\techo \"\t\t\t</div>\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\techo \"\t\t</div>\\n\";\n\techo \"\t\t<div align=\\\"center\\\">\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\techo \"\t\t\t\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_04_NOT_YET_CONFIRMED.\"</div><br><br>\\n\";\n\techo \"\t\t\t\t<table id=\\\"edenshop_progress_04\\\">\\n\";\n\tif ($_GET['action_shop'] != \"shop_check_del_address\"){\n\t\techo \"<tr>\\n\";\n\t\techo \"\t<td id=\\\"edenshop_progress_04_customer\\\" valign=\\\"top\\\">\\n\";\n\t\techo \"\t\t<table id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_main_title\\\" colspan=\\\"2\\\"><strong>\"._SHOP_04_CUSTOMER_ADDRESS.\"</strong></td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_NAME.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\";\tif ($ar_order['shop_orders_admin_title'] != \"\"){echo $ar_order['shop_orders_admin_title'].\" \";} echo $ar_order['shop_orders_admin_firstname'].\" \".$ar_order['shop_orders_admin_name'].\"</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_ADDRESS.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$ar_order['shop_orders_admin_address1'].\"<br>\\n\";\n\t\t\t \t\t\t\t\tif ($ar_order['shop_orders_admin_address2'] != \"\"){echo $ar_order['shop_orders_admin_address2'].\"<br>\";}\n\t\techo \"\t\t\t\t</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_CITY.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$ar_order['shop_orders_admin_city'].\"</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_POSTCODE.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$ar_order['shop_orders_admin_postcode'].\"</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_COUNTRY.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$ar_order['shop_orders_admin_country'].\"</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_EMAIL.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$ar_order['shop_orders_admin_email_address'].\"</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_TELEPHONE.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$ar_order['shop_orders_admin_telephone'].\"</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t</table>\\n\";\n\t\techo \"\t</td>\\n\";\n\t\techo \"\t<td id=\\\"edenshop_progress_04_customer\\\" valign=\\\"top\\\">\\n\";\n\t\techo \"\t\t<table id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_main_title\\\" colspan=\\\"2\\\"><strong>\"._SHOP_04_DELIVERY_ADDRESS.\"</strong></td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_NAME.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\\n\";\n\t\t\t\t\t\t\t\tif ($ar_order['admin_contact_shop_use'] == 0){\n\t\t\t\t\t\t\t\t\tif ($ar_order['shop_orders_admin_title'] != \"\"){echo $ar_order['shop_orders_admin_title'].\" \";} \n\t\t\t\t\t\t\t\t\techo $ar_order['shop_orders_admin_firstname'].\" \".$ar_order['shop_orders_admin_name'];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tif ($ar_order['admin_contact_shop_title'] != \"\"){echo $ar_order['admin_contact_shop_title'].\" \";} \n\t\t\t\t\t\t\t\t\techo $ar_order['admin_contact_shop_firstname'].\" \".$ar['admin_contact_shop_name'];\n\t\t\t\t\t\t\t\t}\n\t\techo \"\t\t\t\t</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_ADDRESS.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\\n\";\n\t\t\t\t\t\t\t\tif ($ar_order['admin_contact_shop_use'] == 0){\n\t\t\t\t\t\t\t\t\techo $ar_order['shop_orders_admin_address1'].\"<br>\";\n\t\t\t\t\t\t\t\t\tif ($ar_order['shop_orders_admin_address2'] != \"\"){echo $ar_order['shop_orders_admin_address2'].\"<br>\";}\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\techo $ar_order['admin_contact_shop_address_1'].\"<br>\";\n\t\t\t\t\t\t\t\t\tif ($ar_order['admin_contact_shop_address_2'] != \"\"){echo $ar_order['admin_contact_shop_address_2'].\"<br>\";}\n\t\t\t\t\t\t\t\t}\n\t\techo \"\t\t\t\t</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_CITY.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\\n\";\n\t\t\t\t\t\t\t\tif ($ar_order['admin_contact_shop_use'] == 0){\n\t\t\t\t\t\t\t\t\techo $ar_order['shop_orders_admin_city'];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\techo $ar_order['admin_contact_shop_city'];\n\t\t\t\t\t\t\t\t}\n\t\techo \"\t\t\t\t</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_POSTCODE.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\\n\";\n\t\t\t\t\t\t\t\tif ($ar_order['admin_contact_shop_use'] == 0){\n\t\t\t\t\t\t\t\t\techo $ar_order['shop_orders_admin_postcode'];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\techo $ar_order['admin_contact_shop_postcode'];\n\t\t\t\t\t\t\t\t}\n\t\techo \"\t\t\t\t</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_COUNTRY.\"</td>\\n\";\n\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\\n\";\n\t\t\t\t\t\t\t\tif ($ar_order['admin_contact_shop_use'] == 0){\n\t\t\t\t\t\t\t\t\techo $ar_order['shop_orders_admin_country'];\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\techo $ar_order['admin_contact_shop_country'];\n\t\t\t\t\t\t\t\t}\n\t\techo \"\t\t\t\t</td>\\n\";\n\t\techo \"\t\t\t</tr>\\n\";\n\t\techo \"\t\t</table>\\n\";\n\t\techo \"\t</td>\\n\";\n\t\techo \"</tr>\\n\";\n\t}\n\tif ($_GET['action_shop'] == \"shop_check_del_address\"){\n\t\techo \"<tr>\\n\";\n\t\techo \"\t<td colspan=\\\"2\\\">\\n\";\n\t\techo \"\t\t<a href=\\\"index.php?action=03&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><< \"._SHOP_PROGRESS_BACK.\"</a><br>\\n\";\n\t\techo \t\tUserEdit(\"shop_check_del_address\").\"<br>\\n\";\n\t\techo \"\t</td>\\n\";\n\t\techo \"</tr>\\n\";\n\t}\n\techo \"\t\t\t\t</table>\\n\";\n\techo \"\t\t\t</div>\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\techo \"\t\t</div>\\n\";\n\techo \"\t\t<div align=\\\"center\\\">\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\techo \"\t\t\t\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_04_DETAILS.\"</div><br><br>\\n\";\n\techo \"\t\t\t\t<table id=\\\"\\\" cellpadding=\\\"2\\\" cellspacing=\\\"1\\\" border=\\\"0\\\" width=\\\"100%\\\">\\n\";\n\techo \"\t\t\t\t<tr>\\n\";\n\techo \"\t\t\t\t\t<td align=\\\"center\\\"><strong>\"._SHOP_CONFIRM_INV_NUM.\"</strong></td>\\n\";\n\techo \"\t\t\t\t\t<td align=\\\"center\\\"><strong>\"._SHOP_CONFIRM_ACC_NUM.\"</strong></td>\\n\";\n\techo \"\t\t\t\t\t<td align=\\\"center\\\"><strong>\"._SHOP_CONFIRM_INV_DATE.\"</strong></td>\\n\";\n\techo \"\t\t\t\t\t<!-- <td align=\\\"center\\\"><strong>\"._SHOP_CONFIRM_EST_DEL_DATE.\"</strong></td> -->\\n\";\n\techo \"\t\t\t\t\t<td align=\\\"center\\\"><strong>\"._SHOP_CONFIRM_IP.\"</strong></td>\\n\";\n\techo \"\t\t\t\t</tr>\\n\";\n\techo \"\t\t\t\t<tr>\\n\";\n\techo \"\t\t\t\t\t<td align=\\\"center\\\">\".$ar_order['shop_orders_invoice_id'].\"</td>\\n\";\n\techo \"\t\t\t\t\t<td align=\\\"center\\\">\".$ar_order['shop_orders_admin_id'].\"</td>\\n\";\n\techo \"\t\t\t\t\t<td align=\\\"center\\\">\".date(\"d.m.Y\").\"</td>\\n\";\n\techo \"\t\t\t\t\t<!-- <td align=\\\"center\\\">d</td> -->\\n\";\n\techo \"\t\t\t\t\t<td align=\\\"center\\\">\".$eden_cfg['ip'].\"</td>\\n\";\n\techo \"\t\t\t\t</tr>\\n\";\n\techo \"\t\t\t</table>\\n\";\n\techo \"\t\t\t\t</div>\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\techo \"\t\t</div>\\n\";\n\techo \"\t\t<div align=\\\"center\\\">\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\techo \"\t\t\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_04_BASKET_CONTENTS.\"</div><br><br>\\n\";\n\techo \"\t\t\t\t<table id=\\\"edenshop_progress_basket_headline\\\" cellpadding=\\\"2\\\" cellspacing=\\\"1\\\" border=\\\"0\\\">\\n\";\n\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_basket_name\\\">\\n\";\n\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_basket_name_qty\\\">\"._SHOP_QTY.\"</td>\\n\";\n\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_basket_name_code\\\">\"._SHOP_CODE.\"</td>\\n\";\n\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_basket_name_title\\\">\"._SHOP_TITLE.\"</td>\\n\";\n\t\t\t\t\t\t\tif ($ar_setup['shop_setup_show_vat_subtotal'] == 1){ echo \"<td id=\\\"edenshop_progress_basket_name_ex_vat\\\">\"._SHOP_PRICE_EX_VAT_S.\"</td>\";}\n\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_basket_name_inc_vat\\\">\"._SHOP_PRICE_INC_VAT_S.\"</td>\\n\";\n\techo \"\t\t\t\t</tr>\";\n\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t/* Nacteme vsechny slevove kategorie pro prodejce */\n\t\t$res_discount = mysql_query(\"\n\t\tSELECT shop_discount_category_id, shop_discount_category_name \n\t\tFROM $db_shop_discount_category \n\t\tWHERE shop_discount_category_parent_id=0 AND shop_discount_category_type < 30\"\n\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t$i=0;\n\t\t/* Ty pak ulozime do vicerozmerneho pole spolu s mnozstvim - na zacatku je mnozstvi 0 */\n\t\twhile ($ar_discount = mysql_fetch_array($res_discount)){\n\t\t\t/* array (discount kategorie, mnozstvi vyrobku) */\n\t\t\t$discount[$i] = array($ar_discount['shop_discount_category_id'],0);\n\t\t\t$i++;\n\t\t}\n\t\t/* Spocitame mnozstvi slevovych kategorii v poli - nize pouzijeme pro iteraci */\n\t\t$pocet_disc = count($discount);\n\t\t/* Projdeme vsechny polozky v kosiku */\n\t\twhile($ar_basket = mysql_fetch_array($res_basket)){\n\t\t\t$res_product = mysql_query(\"\n\t\t\tSELECT shop_product_discount_cat_seller_id \n\t\t\tFROM $db_shop_product \n\t\t\tWHERE shop_product_id=\".(integer)$ar_basket['shop_basket_products_id'].\" \n\t\t\tGROUP BY shop_product_discount_cat_seller_id\"\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t/* Projdeme vsehchny produkty v kosiku a patrame po tom jestli maji ulozen zaznam o slevove kategorii */\n\t\t\twhile ($ar_product = mysql_fetch_array($res_product)){\n\t\t\t\t$y = 0;\n\t\t\t\t/* Projdeme vsechny slevove kategorie pro obchodniky */\n\t\t\t\twhile ($y < $pocet_disc){\n\t\t\t\t\t/* A kdyz nalezneme zaznam pripocteme mnozstvi kusu daneho produktu do vicerozmerneho pole se slevovymi kategoriemi */\n\t\t\t\t\tif ($discount[$y][0] == $ar_product['shop_product_discount_cat_seller_id']){$discount[$y][1] = $discount[$y][1] + (integer)$ar_basket['shop_basket_quantity'];}\n\t\t\t\t\t$y++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\t/* Do vicerozmerneho pole vlozime ID discount kategorie, mnozstvi vyrobku a cenu za jeden vyrobek*/\n\t\t$y = 0;\n\t\twhile ($y < $pocet_disc){\n\t\t\t//echo \"Discount Cat ID = \".$discount[$y][0].\" - Qty = \".$discount[$y][1].\"<br>\";\n\t\t\t$res_dc_price = mysql_query(\"\n\t\t\tSELECT shop_discount_category_discount_price \n\t\t\tFROM $db_shop_discount_category \n\t\t\tWHERE shop_discount_category_parent_id=\".$discount[$y][0].\" AND \".$discount[$y][1].\" BETWEEN shop_discount_category_discounted_from_amount AND shop_discount_category_discounted_to_amount\"\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$ar_dc_price = mysql_fetch_array($res_dc_price);\n\t\t\t/* $discount_cat[ID discount kategorie][0 = mnozstvi vyrobku/1 = cena] */\n\t\t\t$discount_cat[$discount[$y][0]] = array($discount[$y][1],$ar_dc_price['shop_discount_category_discount_price']);\n\t\t\t$y++;\n\t\t}\n\t}\n\t$i_basket = 0;\n\t$i = 1;\n\tmysql_data_seek($res_basket, 0);\n\twhile($ar_basket = mysql_fetch_array($res_basket)){\n\t\t$res_product = mysql_query(\"\n\t\tSELECT p.shop_product_id, p.shop_product_name, p.shop_product_selling_price, p.shop_product_product_code, p.shop_product_vat_class_id, p.shop_product_discount_cat_seller_id, c.category_name \n\t\tFROM $db_shop_product AS p, $db_category AS c \n\t\tWHERE shop_product_id=\".(integer)$ar_basket['shop_basket_products_id'].\" AND c.category_id = p.shop_product_master_category\"\n\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t$ar_product = mysql_fetch_array($res_product);\n\t\t\n\t\t$res_product_tax_rate = mysql_query(\"\n\t\tSELECT shop_tax_rates_rate \n\t\tFROM $db_shop_tax_rates \n\t\tWHERE shop_tax_rates_class_id=\".(integer)$ar_product['shop_product_vat_class_id'].\" \n\t\tORDER BY shop_tax_rates_priority DESC\"\n\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t$ar_product_tax_rate = mysql_fetch_array($res_product_tax_rate);\n\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t \t/* Cena za jednotku vynasobena mnozstvim */\n\t\t\t$price_inc_vat = $discount_cat[$ar_product['shop_product_discount_cat_seller_id']][1] * $ar_basket['shop_basket_quantity'];\n\t\t\t$selling_price = $discount_cat[$ar_product['shop_product_discount_cat_seller_id']][1];\n\t\t} else {\n\t\t\t/* Cena za jednotku vynasobena mnozstvim */\n\t\t\t$price_inc_vat = $ar_product['shop_product_selling_price'] * $ar_basket['shop_basket_quantity'];\n\t\t\t$selling_price = $ar_product['shop_product_selling_price'];\n\t\t}\n\t\t$price_ex_vat = $price_inc_vat / ($ar_product_tax_rate['shop_tax_rates_rate']/100+1);\n\t\t$price_vat = ($price_inc_vat - $price_ex_vat);\n\t\t\n\t\t$basket_ex_vat = TepRound($price_ex_vat,2);\n\t\t$basket_inc_vat = TepRound($price_inc_vat,2);\n\t\techo \"\t<tr id=\\\"edenshop_progress_basket\\\">\\n\";\n\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_qty\\\">\".$ar_basket['shop_basket_quantity'].\"</td>\\n\";\n\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_code\\\"><a href=\\\"index.php?action=\".strtolower($ar_product['category_name']).\"&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"&amp;prod_id=\".$ar_product['shop_product_id'].\"&amp;spec=1\\\">\".$ar_product['shop_product_product_code'].\"</a></td>\\n\";\n\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_title\\\">\".$ar_product['shop_product_name'].\"</td>\\n\";\n\t\t\t\t\tif ($ar_setup['shop_setup_show_vat_subtotal'] == 1){echo \"<td id=\\\"edenshop_progress_basket_ex_vat\\\">\".PriceFormat($basket_ex_vat).\"</td>\"; }\n\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_inc_vat\\\">\".PriceFormat($basket_inc_vat).\"</td>\\n\";\n\t\techo \"\t</tr>\";\n\t\t$total_nett_price = $price_ex_vat + $total_nett_price;\n\t\t$total_vat = $price_vat + $total_vat;\n\t\t$i_basket++;\n\t\t$subtotal = $price_inc_vat + $subtotal;\n\t\techo \"<input type=\\\"hidden\\\" name=\\\"item_name_\".$i.\"\\\" value=\\\"\".$ar_product['shop_product_name'].\"\\\">\";\n\t\techo \"<input type=\\\"hidden\\\" name=\\\"item_number_\".$i.\"\\\" value=\\\"\".$i.\"\\\">\";\n\t\techo \"<input type=\\\"hidden\\\" name=\\\"amount_\".$i.\"\\\" value=\\\"\".number_format($selling_price, 2, '.', ',').\"\\\" \"; /*$vat = ($ar2[shop_orders_shop_product_price] * ($ar2[shop_orders_shop_product_tax] / 100)); $amount = $ar2[shop_orders_shop_product_price] - $vat; echo number_format($amount, 2, '.', ',');*/ echo \">\";\n\t\techo \"<input type=\\\"hidden\\\" name=\\\"quantity_\".$i.\"\\\" value=\\\"\".$ar_basket['shop_basket_quantity'].\"\\\">\";\n\t\techo \"<input type=\\\"hidden\\\" name=\\\"tax_\".$i.\"\\\" value=\\\"\".$ar_product_tax_rate['shop_tax_rates_rate'].\"\\\">\";;\n\t\t$i++;\n\t}\n\t$total_total = $total_nett_price + $total_vat + $ar_order['shop_orders_carriage_price'];\n\techo \"\t\t</table>\\n\";\n\techo \"\t\t<table id=\\\"edenshop_progress_basket_headline\\\" cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n\";\n\techo \"\t\t\t<tr>\\n\";\n\techo \"\t\t\t\t<td id=\\\"edenshop_progress_basket_recalculate\\\"><br></td>\\n\";\n\techo \"\t\t\t\t<td id=\\\"edenshop_progress_basket_total\\\">\\n\";\n\techo \"\t\t\t\t\t<table width=\\\"100%\\\" cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n\";\n\t\t\t\t\t\t\t\tif ($ar_setup['shop_setup_show_vat_subtotal'] == 1){\n\t\t\t\t\t\t\t\t\techo \"<tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_NETT_TOTAL.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_total_price\\\">\".PriceFormat(TepRound($total_nett_price)).\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"</tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"<tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t<td colspan=\\\"2\\\" id=\\\"edenshop_progress_basket_dotted\\\"></td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"</tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"<tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_TOTAL_VAT.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_total_price\\\">\"; $basket_total_vat = TepRound($total_vat,2); echo PriceFormat($basket_total_vat).\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"</tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"<tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t<td colspan=\\\"2\\\" id=\\\"edenshop_progress_basket_dotted\\\"></td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"</tr>\\n\";\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\techo \"<tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_SUBTOTAL.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_total_price\\\">\".PriceFormat(TepRound($subtotal,2)).\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"</tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"<tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t<td colspan=\\\"2\\\" id=\\\"edenshop_basket_dotted\\\"></td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"</tr>\\n\";\n\t\t\t\t\t\t\t\t}\n\techo \"\t\t\t\t\t\t<tr>\\n\";\n\techo \"\t\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_CARRIAGE.\"</td>\\n\";\n\techo \"\t\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_total_price\\\">\\n\";\n\t\t\t\t\t\t\t\t\t\tif ($ar_order['shop_orders_carriage_price'] == 0){\n\t\t\t\t\t\t\t\t\t\t\techo \"FREE\";\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\techo PriceFormat(TepRound($ar_order['shop_orders_carriage_price'],2));\n\t\t\t\t\t\t\t\t\t\t}\n\techo \"\t\t\t\t\t\t\t</td>\\n\";\n\techo \"\t\t\t\t\t\t</tr>\\n\";\n\techo \"\t\t\t\t\t\t<tr>\\n\";\n\techo \"\t\t\t\t\t\t\t<td colspan=\\\"2\\\" id=\\\"edenshop_progress_basket_dotted\\\"></td>\\n\";\n\techo \"\t\t\t\t\t\t</tr>\\n\";\n\techo \"\t\t\t\t\t\t<tr>\\n\";\n\techo \"\t\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_TOTAL.\"</td>\\n\";\n\techo \"\t\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_total_total\\\">\".PriceFormat(TepRound($total_total)).\"</td>\\n\";\n\techo \"\t\t\t\t\t\t</tr>\\n\";\n\techo \"\t\t\t\t\t</table>\\n\";\n\techo \"\t\t\t\t</td>\\n\";\n\techo \"\t\t\t</tr>\\n\";\n\techo \"\t\t</table>\\n\";\n\techo \"</div>\\n\";\n\techo \"<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\techo \"</div>\\n\";\n\techo \"<div align=\\\"center\\\">\\n\";\n\techo \"\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\techo \"\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\techo \"\t\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_04_CONFIRM_ORDER.\"</div><br><br>\\n\";\n\techo \"\t\t<table id=\\\"edenshop_progress_04\\\" border=\\\"0\\\">\\n\";\n\techo \"\t\t\t<tr>\\n\";\n\techo \"\t\t\t\t<td id=\\\"edenshop_progress_04_info\\\">\\n\";\n\t\t\t\t\t\t\tif ($ar_setup['shop_setup_04_important'] != \"\"){ echo \"<strong>\"._SHOP_04_IMPORTANT_INFO.\"</strong><br>\".$ar_setup['shop_setup_04_important']; }\n\techo \"\t\t\t\t</td>\\n\";\n\techo \"\t\t\t\t<td id=\\\"edenshop_progress_04_confirm\\\">\\n\";\n\techo \"\t\t\t\t\t\t<input type=\\\"hidden\\\" name=\\\"orders_id\\\" value=\\\"\".$ar_order['shop_orders_id'].\"\\\">\\n\";\n\techo \"\t\t\t\t\t\t<input type=\\\"submit\\\" id=\\\"edenshop_progress_04_confirm\\\" value=\\\"\\\">\\n\";\n\techo \"\t\t\t\t\t</form><br><br>\\n\";\n\techo \"\t\t\t\t\t<form action=\\\"\".$eden_cfg['url_edencms'].\"eden_shop_save.php?lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" method=\\\"post\\\">\\n\";\n\techo \"\t\t\t\t\t\t<input type=\\\"hidden\\\" name=\\\"action\\\" value=\\\"cancel_order\\\">\\n\";\n\techo \"\t\t\t\t\t\t<input type=\\\"hidden\\\" name=\\\"oid\\\" value=\\\"\".$ar_order['shop_orders_id'].\"\\\">\\n\";\n\techo \"\t\t\t\t\t\t<input type=\\\"hidden\\\" name=\\\"project\\\" value=\\\"\".$project.\"\\\">\\n\";\n\techo \"\t\t\t\t\t\t<input type=\\\"submit\\\" id=\\\"edenshop_progress_04_cancel\\\" value=\\\"\\\">\\n\";\n\techo \"\t\t\t\t\t</form>\\n\";\n\techo \"\t\t\t\t</td>\\n\";\n\techo \"\t\t\t</tr>\\n\";\n\techo \"\t\t</table>\\n\";\n\techo \"\t</div>\\n\";\n\techo \"\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\techo \"</div>\";\n}", "function EdenShop03($eden_shop_action){\n\t\n\tglobal $db_shop_setup,$db_admin,$db_shop_basket,$db_admin_contact,$db_admin_contact_shop,$db_shop_carriage,$db_shop_product,$db_shop_product_clothes,$db_shop_clothes_style,$db_shop_clothes_style_parents,$db_shop_clothes_colors;\n\tglobal $db_shop_tax_rates,$db_category,$db_shop_payment_methods,$db_shop_sellers,$db_shop_discount_category;\n\tglobal $url_shop_payments;\n\tglobal $project;\n\tglobal $eden_cfg;\n\t\n\t$_SESSION['loginid'] = AGet($_SESSION,'loginid');\n\t\n\t$res_setup = mysql_query(\"\n\tSELECT shop_setup_show_vat_subtotal, shop_setup_carriage_id, shop_setup_delivery_free_amount_active, shop_setup_delivery_free_amount, shop_setup_delivery_free_num_active, shop_setup_delivery_free_num \n\tFROM $db_shop_setup \n\tWHERE shop_setup_lang='\".mysql_real_escape_string($_GET['lang']).\"'\"\n\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$ar_setup = mysql_fetch_array($res_setup);\n\t\n\t$res = mysql_query(\"SELECT COUNT(*) FROM $db_shop_basket WHERE shop_basket_admin_id=\".(integer)$_SESSION['loginid']) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$num = mysql_fetch_array($res);\n\tif ($num[0] > 0){\n\t\t/* Kdyz je zakaznik user/admin */\n\t\tif ($_SESSION['u_status'] != \"seller\"){\n\t\t\t$res = mysql_query(\"SELECT a.admin_firstname,\n\t\t\ta.admin_name,\n\t\t\ta.admin_email,\n\t\t\ta.admin_title,\n\t\t\tac.admin_contact_address_1,\n\t\t\tac.admin_contact_address_2,\n\t\t\tac.admin_contact_city,\n\t\t\tac.admin_contact_postcode,\n\t\t\tac.admin_contact_country,\n\t\t\tac.admin_contact_companyname,\n\t\t\tac.admin_contact_telefon,\n\t\t\tac.admin_contact_mobil,\n\t\t\tacs.admin_contact_shop_use,\n\t\t\tacs.admin_contact_shop_firstname,\n\t\t\tacs.admin_contact_shop_name,\n\t\t\tacs.admin_contact_shop_companyname,\n\t\t\tacs.admin_contact_shop_title,\n\t\t\tacs.admin_contact_shop_address_1,\n\t\t\tacs.admin_contact_shop_address_2,\n\t\t\tacs.admin_contact_shop_city,\n\t\t\tacs.admin_contact_shop_country,\n\t\t\tacs.admin_contact_shop_postcode\n\t\t\tFROM $db_admin AS a, $db_admin_contact AS ac, $db_admin_contact_shop AS acs \n\t\t\tWHERE a.admin_id=\".(integer)$_SESSION['loginid'].\" AND ac.aid=\".(integer)$_SESSION['loginid'].\" AND acs.aid=\".(integer)$_SESSION['loginid']\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$ar = mysql_fetch_array($res);\n\t\t\t$company_name = \"none\"; // Zabrani zobrazeni vyzvy k doplneni nazvu firmy - zobrazeni firmy je dulezite jen pro prodejce\n\t\t\t$contact_firstname = $ar['admin_firstname'];\n\t\t\t$contact_surname = $ar['admin_name'];\n\t\t\t$contact_address_1 = $ar['admin_contact_address_1'];\n\t\t\t$contact_address_2 = $ar['admin_contact_address_2'];\n\t\t\t$contact_city = $ar['admin_contact_city'];\n\t\t\t$contact_postcode = $ar['admin_contact_postcode'];\n\t\t\t$contact_country = $ar['admin_contact_country'];\n\t\t\t$contact_email = $ar['admin_email'];\n\t\t\t$contact_telefon = $ar['admin_contact_telefon'];\n\t\t\t$contact_mobil = $ar['admin_contact_mobil'];\n\t\t\t$company_shop_name = \"none\";\n\t\t\t$contact_shop_title = $ar['admin_contact_shop_title'];\n\t\t\t$contact_shop_firstname = $ar['admin_contact_shop_firstname'];\n\t\t\t$contact_shop_name = $ar['admin_contact_shop_name'];\n\t\t\t$contact_shop_address_1 = $ar['admin_contact_shop_address_1'];\n\t\t\t$contact_shop_address_2 = $ar['admin_contact_shop_address_2'];\n\t\t\t$contact_shop_city = $ar['admin_contact_shop_city'];\n\t\t\t$contact_shop_postcode = $ar['admin_contact_shop_postcode'];\n\t\t\t$contact_shop_country = $ar['admin_contact_shop_country'];\n\t\t} else {\n\t\t/* Kdyz je zakaznik prodejce */\n\t\t\t$res = mysql_query(\"SELECT a.admin_firstname,\n\t\t\ta.admin_name,\n\t\t\ta.admin_email,\n\t\t\ta.admin_title,\n\t\t\tss.shop_seller_phone_1,\n\t\t\tss.shop_seller_mobile,\n\t\t\tss.shop_seller_delivery_country_id,\n\t\t\tss.shop_seller_delivery_city,\n\t\t\tss.shop_seller_delivery_address_1,\n\t\t\tss.shop_seller_delivery_address_2,\n\t\t\tss.shop_seller_delivery_postcode,\n\t\t\tss.shop_seller_invoice_country_id,\n\t\t\tss.shop_seller_invoice_city,\n\t\t\tss.shop_seller_invoice_address_1,\n\t\t\tss.shop_seller_invoice_address_2,\n\t\t\tss.shop_seller_invoice_postcode \n\t\t\tFROM $db_admin AS a, $db_shop_sellers AS ss \n\t\t\tWHERE a.admin_id=\".(integer)$_SESSION['loginid'].\" AND ss.shop_seller_admin_id=\".(integer)$_SESSION['loginid']\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$ar = mysql_fetch_array($res);\n\t\t\t$company_name = $ar['shop_seller_company_name'];\n\t\t\t$contact_firstname = $ar['admin_firstname'];\n\t\t\t$contact_surname = $ar['admin_name'];\n\t\t\t$contact_address_1 = $ar['shop_seller_invoice_address_1'];\n\t\t\t$contact_address_2 = $ar['shop_seller_invoice_address_2'];\n\t\t\t$contact_city = $ar['shop_seller_invoice_city'];\n\t\t\t$contact_postcode = $ar['shop_seller_invoice_postcode'];\n\t\t\t$contact_country = $ar['shop_seller_invoice_country_id'];\n\t\t\t$contact_email = $ar['admin_email'];\n\t\t\t$contact_telefon = $ar['shop_seller_phone_1'];\n\t\t\t$contact_mobil = $ar['shop_seller_mobile'];\n\t\t\t$company_shop_name = $ar['shop_seller_company_name'];\n\t\t\t$contact_shop_title = $ar['admin_title'];\n\t\t\t$contact_shop_firstname = $ar['admin_firstname'];\n\t\t\t$contact_shop_name = $ar['admin_name'];\n\t\t\t$contact_shop_address_1 = $ar['shop_seller_delivery_address_1'];\n\t\t\t$contact_shop_address_2 = $ar['shop_seller_delivery_address_2'];\n\t\t\t$contact_shop_city = $ar['shop_seller_delivery_city'];\n\t\t\t$contact_shop_postcode = $ar['shop_seller_delivery_postcode'];\n\t\t\t$contact_shop_country = $ar['shop_seller_delivery_country_id'];\n\t\t}\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\t\techo \"\t\t\t<img src=\\\"images/edenshop_pbar_03_delivery_en.gif\\\" width=\\\"500\\\" height=\\\"100\\\" alt=\\\"\\\">\\n\";\n\t\techo \"\t\t</div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\t\techo \"\t</div>\\n\";\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\t\techo \"\t\t\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_03_CUSTOMER_AND_DELIVERY.\"</div><br><br>\\n\";\n\t\techo \"\t\t\t<table id=\\\"edenshop_progress_03\\\">\";\n\t\t// Pokud se edituje uzivatel, nezobrazi se cela tato cast\n\t\tif ($_GET['action_shop'] != \"shop_check_del_address\"){\n\t\t\t// Pokud chybi nejaka polozka z adresy uzivatele zobrazi se vyzva\n\t\t\tif ($company_name = \"\" || $contact_firstname == \"\" || $contact_surname == \"\" || $contact_address_1 == \"\" || $contact_city == \"\" || $contact_postcode == \"\" || $contact_email == \"\"){\n\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\techo \"\t\t<td colspan=\\\"3\\\">\\n\";\n\t\t\t\techo \"\t\t\t<table id=\\\"edenshop_progress_address_error\\\">\\n\";\n\t\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address_error\\\">\\n\";\n\t\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_error\\\">\"._SHOP_CUSTOMER_FILL_FIELD.\"</td>\\n\";\n\t\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\t\techo \"\t\t\t</table>\\n\";\n\t\t\t\techo \"\t\t</td>\\n\";\n\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t}\n\t\t\techo \"\t<tr>\\n\";\n\t\t\techo \"\t\t<td id=\\\"edenshop_progress_03_customer\\\" valign=\\\"top\\\">\\n\";\n\t\t\techo \"\t\t\t<table id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_main_title\\\" colspan=\\\"2\\\"><strong>\"._SHOP_03_CUSTOMER_ADDRESS.\"</strong> <a href=\\\"index.php?action=03&amp;action_shop=shop_check_del_address&amp;mode=edit_user&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><< \"._SHOP_PROGRESS_CHANGE.\"</a></td>\\n\";\n\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\t\t\t\t\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\t\t\t\t\t\t\techo \" \t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\t\t\t\t\t\t\techo \" \t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_COMPANY_NAME.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \" \t\t<td id=\\\"edenshop_progress_address_address\\\">\".$company_name.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \" \t</tr>\\n\";\n\t\t\t\t\t\t\t\t}\n\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_NAME.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\"; if($contact_firstname == \"\" || $contact_surname == \"\"){echo \"<span class=\\\"edenshop_error\\\">*</span>\"; } else { if ($ar['admin_title'] != \"\"){echo $ar['admin_title'].\" \";} echo $contact_firstname.\" \".$contact_surname;} echo \"</td>\\n\";\n\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_ADDRESS.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\"; \n\t\t\t\t\t\t\t\t\t\tif ($contact_address_1 == \"\"){\n\t\t\t\t\t\t\t\t\t\t\techo \"<span class=\\\"edenshop_error\\\">*</span>\"; \n\t\t\t\t\t\t\t\t\t\t} else { \n\t\t\t\t\t\t\t\t\t\t\techo $contact_address_1.\"<br>\\n\";\n\t\t\t\t\t\t\t\t\t \t\tif ($contact_address_2 != \"\"){\n\t\t\t\t\t\t\t\t\t \t\t\techo $contact_address_2.\"<br>\";\n\t\t\t\t\t\t\t\t\t \t\t}\n\t\t\t\t\t\t\t\t\t \t}\n\t\t\techo \"\t\t\t\t\t</td>\\n\";\n\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_CITY.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\"; if($contact_city == \"\"){echo \"<span class=\\\"edenshop_error\\\">*</span>\"; } else { echo $contact_city;} echo \"</td>\\n\";\n\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_POSTCODE.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\"; if ($contact_postcode == \"\"){echo \"<span class=\\\"edenshop_error\\\">*</span>\"; } else { echo $contact_postcode;} echo \"</td>\\n\";\n\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_COUNTRY.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\"; if ($contact_country == \"\"){echo \"<span class=\\\"edenshop_error\\\">*</span>\"; } else { echo ShowCountryName($contact_country);} echo \"</td>\\n\";\n\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_EMAIL.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\"; if ($contact_email == \"\"){echo \"<span class=\\\"edenshop_error\\\">*</span>\"; } else { echo $contact_email;} echo \"</td>\\n\";\n\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_TELEPHONE.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$contact_telefon.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_MOBILE.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$contact_mobil.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t</table>\\n\";\n\t\t\techo \"\t\t</td>\\n\";\n\t\t\techo \"\t\t<td id=\\\"edenshop_progress_03_delivery\\\" valign=\\\"top\\\">\";\n\t\t\tif ($ar['admin_contact_shop_use'] == 0){\n\t\t\t\techo \"<a href=\\\"index.php?action=03&amp;action_shop=shop_check_del_address&amp;mode=edit_user&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\">\"._SHOP_PROGRESS_ADD_DELIVERY.\"</a>\";\n\t\t\t} elseif ($ar['admin_contact_shop_firstname'] == \"\" && $ar['admin_contact_shop_name'] == \"\"){\n\t\t\t\techo \"<a href=\\\"index.php?action=03&amp;action_shop=shop_check_del_address&amp;mode=edit_user&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\">\"._SHOP_PROGRESS_ADD_DELIVERY.\"</a><br>\";\n\t\t\t\techo _ADMIN_INFO_CONTACT_SHOP_HELP;\n\t\t\t} else {\n\t\t\t\techo \"\t\t<table id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_title\\\" colspan=\\\"2\\\"><strong>\"._SHOP_03_DELIVERY_ADDRESS.\"</strong> <a href=\\\"index.php?action=03&amp;action_shop=shop_check_del_address&amp;mode=edit_user&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><< \"._SHOP_PROGRESS_CHANGE.\"</a></td>\\n\";\n\t\t\t\techo \"\t\t\t</tr>\\n\";\n\t\t\t\t\t\t\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\t\t\t\t\t\t\techo \"\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_COMPANY_NAME.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$company_shop_name.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\t}\n\t\t\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_NAME.\"</td>\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\"; if ($ar['admin_title'] != \"\"){echo $ar['admin_title'].\" \";} echo $contact_firstname.\" \".$contact_surname.\"</td>\\n\";\n\t\t\t\techo \"\t\t\t</tr>\\n\";\n\t\t\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_ADDRESS.\"</td>\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$contact_shop_address_1.\"<br>\\n\";\n\t\t\t\t\t\t\t\t\t\tif ($contact_shop_address_2 != \"\"){echo $contact_shop_address_2.\"<br>\"; }\n\t\t\t\techo \"\t\t\t\t</td>\\n\";\n\t\t\t\techo \"\t\t\t</tr>\\n\";\n\t\t\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_CITY.\"</td>\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$contact_shop_city.\"</td>\\n\";\n\t\t\t\techo \"\t\t\t</tr>\\n\";\n\t\t\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_POSTCODE.\"</td>\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".$contact_shop_postcode.\"</td>\\n\";\n\t\t\t\techo \"\t\t\t</tr>\\n\";\n\t\t\t\techo \"\t\t\t<tr id=\\\"edenshop_progress_address\\\">\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_sub_title\\\">\"._SHOP_CUSTOMER_COUNTRY.\"</td>\\n\";\n\t\t\t\techo \"\t\t\t\t<td id=\\\"edenshop_progress_address_address\\\">\".ShowCountryName($contact_shop_country).\"</td>\\n\";\n\t\t\t\techo \"\t\t\t</tr>\\n\";\n\t\t\t\techo \"\t\t</table>\\n\";\n\t\t\t}\n\t\t\techo \"\t\t</td>\\n\";\n\t\t\techo \"\t</tr>\";\n\t\t}\n\t\tif ($_GET['action_shop'] == \"shop_check_del_address\"){\n\t\t\techo \"<tr>\";\n\t\t\techo \"\t<td>\";\n\t\t\techo \"\t\t<a href=\\\"index.php?action=03&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><< \"._SHOP_PROGRESS_BACK.\"</a><br>\";\n \t\t\techo UserEdit(\"shop_check_del_address\").\"<br>\";\n\t\t\techo \"\t</td>\";\n\t\t\techo \"\t</tr>\";\n\t\t}\n\t\techo \"\t\t\t</table>\\n\";\n\t\techo \"\t\t</div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\t\techo \"\t</div>\";\n\t// Pokud se edituje uzivatel, nezobrazi se cela tato cast\n\tif ($_GET['action_shop'] != \"shop_check_del_address\"){\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_03_BASKET_CONTENTS.\"</div><br><br>\";\n \t\t$res_basket = mysql_query(\"\n\t\tSELECT shop_basket_products_id, shop_basket_quantity \n\t\tFROM $db_shop_basket \n\t\tWHERE shop_basket_admin_id=\".(integer)$_SESSION['loginid'].\" \n\t\tORDER BY shop_basket_date_added ASC\"\n\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t$num_basket = mysql_num_rows($res_basket);\n\t\techo \"\t<table id=\\\"edenshop_progress_basket_headline\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"1\\\">\\n\";\n\t\techo \"\t<tr id=\\\"edenshop_progress_basket_name\\\">\\n\";\n\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_name_qty\\\">\"._SHOP_QTY.\"</td>\\n\";\n\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_name_code\\\">\"._SHOP_CODE.\"</td>\\n\";\n\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_name_title\\\">\"._SHOP_TITLE.\"</td>\\n\";\n\t\t\t\t\tif ($ar_setup['shop_setup_show_vat_subtotal'] == 1){ echo \"<td id=\\\"edenshop_progress_basket_name_ex_vat\\\">\"._SHOP_PRICE_EX_VAT_S.\"</td>\"; }\n\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_name_inc_vat\\\">\"._SHOP_PRICE_INC_VAT_S.\"</td>\\n\";\n\t\techo \"\t</tr>\";\n\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\t/* Nacteme vsechny slevove kategorie pro prodejce */\n\t\t\t$res_discount = mysql_query(\"\n\t\t\tSELECT shop_discount_category_id, shop_discount_category_name \n\t\t\tFROM $db_shop_discount_category \n\t\t\tWHERE shop_discount_category_parent_id=0 AND shop_discount_category_type < 30\"\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$i=0;\n\t\t\t/* Ty pak ulozime do vicerozmerneho pole spolu s mnozstvim - na zacatku je mnozstvi 0 */\n\t\t\twhile ($ar_discount = mysql_fetch_array($res_discount)){\n\t\t\t\t/* array (discount kategorie, mnozstvi vyrobku) */\n\t\t\t\t$discount[$i] = array($ar_discount['shop_discount_category_id'],0);\n\t\t\t\t$i++;\n\t\t\t}\n\t\t\t/* Spocitame mnozstvi slevovych kategorii v poli - nize pouzijeme pro iteraci */\n\t\t\t$pocet_disc = count($discount);\n\t\t\t/* Projdeme vsechny polozky v kosiku */\n\t\t\twhile($ar_basket = mysql_fetch_array($res_basket)){\n\t\t\t\t$res_product = mysql_query(\"\n\t\t\t\tSELECT shop_product_discount_cat_seller_id \n\t\t\t\tFROM $db_shop_product \n\t\t\t\tWHERE shop_product_id=\".(integer)$ar_basket['shop_basket_products_id'].\" \n\t\t\t\tGROUP BY shop_product_discount_cat_seller_id\"\n\t\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\t/* Projdeme vsehchny produkty v kosiku a patrame po tom jestli maji ulozen zaznam o slevove kategorii */\n\t\t\t\twhile ($ar_product = mysql_fetch_array($res_product)){\n\t\t\t\t\t$y = 0;\n\t\t\t\t\t/* Projdeme vsechny slevove kategorie pro obchodniky */\n\t\t\t\t\twhile ($y < $pocet_disc){\n\t\t\t\t\t\t/* A kdyz nalezneme zaznam pripocteme mnozstvi kusu daneho produktu do vicerozmerneho pole se slevovymi kategoriemi */\n\t\t\t\t\t\tif ($discount[$y][0] == $ar_product['shop_product_discount_cat_seller_id']){$discount[$y][1] = $discount[$y][1] + (integer)$ar_basket['shop_basket_quantity'];}\n\t\t\t\t\t\t$y++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t/* Do vicerozmerneho pole vlozime ID discount kategorie, mnozstvi vyrobku a cenu za jeden vyrobek*/\n\t\t\t$y = 0;\n\t\t\twhile ($y < $pocet_disc){\n\t\t\t\t//echo \"Discount Cat ID = \".$discount[$y][0].\" - Qty = \".$discount[$y][1].\"<br>\";\n\t\t\t\t$res_dc_price = mysql_query(\"\n\t\t\t\tSELECT shop_discount_category_discount_price \n\t\t\t\tFROM $db_shop_discount_category \n\t\t\t\tWHERE shop_discount_category_parent_id=\".$discount[$y][0].\" AND \".$discount[$y][1].\" BETWEEN shop_discount_category_discounted_from_amount AND shop_discount_category_discounted_to_amount\"\n\t\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\t$ar_dc_price = mysql_fetch_array($res_dc_price);\n\t\t\t\t/* $discount_cat[ID discount kategorie][0 = mnozstvi vyrobku/1 = cena] */\n\t\t\t\t$discount_cat[$discount[$y][0]] = array($discount[$y][1],$ar_dc_price['shop_discount_category_discount_price']);\n\t\t\t\t$y++;\n\t\t\t}\n\t\t}\n\t\t$i_basket = 0;\n\t\tmysql_data_seek($res_basket, 0);\n\t\twhile($ar_basket = mysql_fetch_array($res_basket)){\n\t\t\t$res_product = mysql_query(\"\n\t\t\tSELECT p.shop_product_selling_price, p.shop_product_id, p.shop_product_product_code, p.shop_product_name, p.shop_product_vat_class_id, p.shop_product_discount_cat_seller_id, \n\t\t\tp.shop_product_discount_cat_cust_id, c.category_name, cstp.shop_clothes_style_parents_title, cc.shop_clothes_colors_title, pc.shop_product_clothes_size \n\t\t\tFROM $db_shop_product AS p \n\t\t\tJOIN $db_shop_product_clothes AS pc ON shop_product_clothes_product_id=\".(integer)$ar_basket['shop_basket_products_id'].\" \n\t\t\tJOIN $db_shop_clothes_style AS cst ON cst.shop_clothes_style_parent_id=pc.shop_product_clothes_style_id \n\t\t\tJOIN $db_shop_clothes_style_parents AS cstp ON cstp.shop_clothes_style_parents_id=cst.shop_clothes_style_parent_id \n\t\t\tJOIN $db_shop_clothes_colors AS cc ON cc.shop_clothes_colors_id=pc.shop_product_clothes_color_id \n\t\t\tJOIN $db_category AS c ON c.category_id=p.shop_product_master_category \n\t\t\tWHERE shop_product_id=\".(integer)$ar_basket['shop_basket_products_id']\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\n\t\t\t$ar_product = mysql_fetch_array($res_product);\n\t\t\t$res_product_tax_rate = mysql_query(\"\n\t\t\tSELECT shop_tax_rates_rate \n\t\t\tFROM $db_shop_tax_rates \n\t\t\tWHERE shop_tax_rates_class_id=\".(integer)$ar_product['shop_product_vat_class_id'].\" \n\t\t\tORDER BY shop_tax_rates_priority DESC\"\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$ar_product_tax_rate = mysql_fetch_array($res_product_tax_rate);\n\t\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\t \t/* Cena za jednotku vynasobena mnozstvim */\n\t\t\t\t$price_inc_vat = $discount_cat[$ar_product['shop_product_discount_cat_seller_id']][1] * $ar_basket['shop_basket_quantity'];\n\t\t\t} else {\n\t\t\t\t/* Cena za jednotku vynasobena mnozstvim */\n\t\t\t\t$price_inc_vat = $ar_product['shop_product_selling_price'] * $ar_basket['shop_basket_quantity'];\n\t\t\t}\n\t\t\t$price_ex_vat = $price_inc_vat / ($ar_product_tax_rate['shop_tax_rates_rate']/100+1);\n\t\t\t$price_vat = ($price_inc_vat - $price_ex_vat);\n\t\t\techo \"<tr id=\\\"edenshop_progress_basket\\\">\\n\";\n\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_qty\\\">\".$ar_basket['shop_basket_quantity'].\"</td>\\n\";\n\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_code\\\"><a href=\\\"index.php?action=\".strtolower($ar_product['category_name']).\"&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"&amp;prod_id=\".$ar_product['shop_product_id'].\"&amp;spec=1\\\">\".$ar_product['shop_product_product_code'].\"</a></td>\\n\";\n\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_title\\\"><strong>\".$ar_product['shop_product_name'].\"</strong><br>\".$ar_product['shop_clothes_style_parents_title'].\", \".$ar_product['shop_clothes_colors_title'].\", \".$ar_product['shop_product_clothes_size'].\"</td>\\n\";\n\t\t\t\t\t if ($ar_setup['shop_setup_show_vat_subtotal'] == 1){ echo \"<td id=\\\"edenshop_progress_basket_ex_vat\\\">\".PriceFormat($price_ex_vat).\"</td>\";}\n\t\t\techo \"\t<td id=\\\"edenshop_progress_basket_inc_vat\\\">\".PriceFormat($price_inc_vat).\"</td>\\n\";\n\t\t\techo \"</tr>\";\n\t\t\t$quantity = $quantity + $ar_basket['shop_basket_quantity'];\n\t\t\t$total_nett_price = $price_ex_vat + $total_nett_price;\n\t\t\t$total_vat = $price_vat + $total_vat;\n\t\t\t$subtotal = $price_inc_vat + $subtotal;\n\t\t\t$i_basket++;\n\t\t}\n\t\t\n\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\t$res_carr = mysql_query(\"SELECT shop_carriage_price FROM $db_shop_carriage WHERE shop_carriage_wholesale=1\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$ar_carr = mysql_fetch_array($res_carr);\n\t\t\t$carriage_price = $ar_carr['shop_carriage_price'];\n\t\t} else {\n\t\t\t$res_carr = mysql_query(\"SELECT shop_carriage_price FROM $db_shop_carriage WHERE shop_carriage_id=\".(integer)$ar_setup['shop_setup_carriage_id']) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$ar_carr = mysql_fetch_array($res_carr);\n\t\t\t/* Kdyz je pocet nebo castka vetsi nez aktivni zadane veliciny tak je doprava FREE */\n\t\t\tif ($ar_setup['shop_setup_delivery_free_amount_active'] == 1 && $total_nett_price > $ar_setup['shop_setup_delivery_free_amount']){\n\t\t\t\t$carriage_price = 0;\n\t\t\t} elseif ($ar_setup['shop_setup_delivery_free_num_active'] == 1 && $quantity > $ar_setup['shop_setup_delivery_free_num']){\n\t\t\t\t$carriage_price = 0;\n\t\t\t} else {\n\t\t\t\t$carriage_price = $ar_carr['shop_carriage_price'];\n\t\t\t}\n\t\t}\n\t\t$total_total = $total_nett_price + $total_vat + $carriage_price;\n\t\t\techo \"\t\t\t\t</table>\\n\";\n\t\t\techo \"\t\t\t\t<table id=\\\"edenshop_progress_basket_headline\\\" cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t<tr>\\n\";\n\t\t\techo \"\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_recalculate\\\"><br></td>\\n\";\n\t\t\techo \"\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_total\\\">\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t<table width=\\\"100%\\\" cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\tif ($ar_setup['shop_setup_show_vat_subtotal'] == 1 || $_SESSION['u_status'] == \"seller\"){\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \" \t<tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \" \t\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_NETT_TOTAL.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_total_price\\\">\".PriceFormat(TepRound($total_nett_price,2)).\"</td>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t\t<td colspan=\\\"2\\\" id=\\\"edenshop_basket_dotted\\\"></td>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_TOTAL_VAT.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_total_price\\\">\".PriceFormat(TepRound($total_vat,2)).\"</td>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t\t<td colspan=\\\"2\\\" id=\\\"edenshop_basket_dotted\\\"></td>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_SUBTOTAL.\"</td>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_basket_total_price\\\">\".PriceFormat(TepRound($subtotal,2)).\"</td>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t\t<td colspan=\\\"2\\\" id=\\\"edenshop_basket_dotted\\\"></td>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\techo \"\t\t\t\t\t\t\t\t<tr>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_CARRIAGE.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_total_price\\\">\\n\";\n\t\t \t\t\t\t\t\t\t\t\t\t\tif ($carriage_price == 0){\n\t\t\t\t\t\t\t\t\t\t\t\t\t\techo \"FREE\";\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\techo PriceFormat(TepRound($carriage_price,2));\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\techo \"\t\t\t\t\t\t\t\t\t</td>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t<tr>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t\t<td colspan=\\\"2\\\" id=\\\"edenshop_progress_basket_dotted\\\"></td>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t<tr>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_total\\\">\"._SHOP_TOTAL.\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t\t<td id=\\\"edenshop_progress_basket_total_total\\\">\".PriceFormat(TepRound($total_total)).\"</td>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t\t\t\t</table>\\n\";\n\t\t\techo \"\t\t\t\t\t\t</td>\\n\";\n\t\t\techo \"\t\t\t\t\t</tr>\\n\";\n\t\t\techo \"\t\t\t\t</table>\\n\";\n\t\t\techo \"\t\t</div>\\n\";\n\t\t\techo \"\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\t\t\techo \"\t</div>\\n\";\n\t\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\t\techo \"\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\t\t\techo \"\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\t\t\techo \"\t\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_03_DELIVERY_OPTIONS.\"</div><br><br>\\n\";\n\t\t\techo \"\t\t\t<table width=\\\"100%\\\" cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n\";\n\t\t\t\t\t\t\t// Zabezpeceni aby nebyl zobrazen formular pokud chybi nektery z kontaktnich udaju\n\t\t\t\t\t\t \tif ($contact_firstname != \"\" && $contact_surname != \"\" && $contact_address_1 != \"\" && $contact_city != \"\" && $contact_postcode != \"\" && $contact_email != \"\"){\n\t\t\t\t\t\t\t\techo \"<form action=\\\"\".$eden_cfg['url_edencms'].\"eden_shop_save.php?lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" method=\\\"post\\\">\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif ($carriage_price == 0){\n\t\t\t\t\t\t\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\t\t\t\t\t\t\t$where = \"shop_carriage_wholesale=1\";\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t$where = \"shop_carriage_price=0\";\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t$res_carr = mysql_query(\"SELECT shop_carriage_id, shop_carriage_title, shop_carriage_description FROM $db_shop_carriage WHERE $where\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\t\t\t\t\t$ar_carr = mysql_fetch_array($res_carr);\n\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_delivery_radio\\\"><input type=\\\"hidden\\\" name=\\\"shop_carriage_id\\\" id=\\\"edenshop_progress_carriage\\\" value=\\\"\".$ar_carr['shop_carriage_id'].\"\\\"></td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_delivery_title\\\">\".$ar_carr['shop_carriage_description'].\" - <strong>FREE</strong></td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_delivery_price\\\">\"._SHOP_PROGRESS_TOTAL_PRICE; $price = $total_nett_price + $total_vat; echo \"<strong>\".PriceFormat($price).\"</strong>&nbsp;</td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t// V pripade ze Delivery adresa neni vyplnena pouzije se jako delivery adresa adresa normalni\n\t\t\t\t\t\t\t\tif ($ar['admin_contact_shop_country'] == \"\"){$delivery_zone = RoyalMailWorldZone($ar['admin_contact_country']);} else {$delivery_zone = RoyalMailWorldZone($ar['admin_contact_shop_country']);}\n\t\t\t\t\t\t\t\t$res_carr = mysql_query(\"\n\t\t\t\t\t\t\t\tSELECT shop_carriage_id, shop_carriage_title, shop_carriage_price \n\t\t\t\t\t\t\t\tFROM $db_shop_carriage \n\t\t\t\t\t\t\t\tWHERE shop_carriage_category='\".$delivery_zone.\"' \n\t\t\t\t\t\t\t\tORDER BY shop_carriage_price ASC, shop_carriage_category ASC\"\n\t\t\t\t\t\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\t\t\t\t\t$i = 1;\n\t\t\t\t\t\t\t\twhile($ar_carr = mysql_fetch_array($res_carr)){\n\t\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_delivery_radio\\\"><input type=\\\"radio\\\" name=\\\"shop_carriage_id\\\" id=\\\"edenshop_progress_carriage\\\" value=\\\"\".$ar_carr['shop_carriage_id'].\"\\\" \"; if ($ar_carr['shop_carriage_id'] == $ar_setup['shop_setup_carriage_id']){ echo 'checked=\\\"checked\\\"';} echo \"></td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_delivery_title\\\">\".$ar_carr['shop_carriage_title'].\" - <strong>\".PriceFormat($ar_carr['shop_carriage_price']).\"</strong></td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_progress_delivery_price\\\">\"._SHOP_PROGRESS_TOTAL_PRICE; $price = $total_nett_price + $total_vat + $ar_carr['shop_carriage_price']; echo \"<strong>\".PriceFormat($price).\"</strong>&nbsp;</td>\\n\";\n\t\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\t\t$i++;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\techo \"\t\t\t</table>\\n\";\n\t\t\techo \"\t\t</div>\\n\";\n\t\t\techo \"\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\t\t\techo \"\t</div>\\n\";\n\t\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\t\techo \"\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\t\t\techo \"\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\t\t\techo \"\t\t\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_03_PAYMENT_METHOD.\"</div><br><br>\\n\";\n\t\t\techo \"\t\t\t<table width=\\\"100%\\\" cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n\";\n\t\t\t\t\t\t\t$res_pay = mysql_query(\"\n\t\t\t\t\t\t\tSELECT shop_payment_methods_id, shop_payment_methods_publish, shop_payment_methods_title, shop_payment_methods_descriptions, shop_payment_methods_picture \n\t\t\t\t\t\t\tFROM $db_shop_payment_methods \n\t\t\t\t\t\t\tWHERE shop_payment_methods_publish=1 \n\t\t\t\t\t\t\tORDER BY shop_payment_methods_id ASC\"\n\t\t\t\t\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\t\t\t\t$num_pay = mysql_num_rows($res_pay);\n\t\t\t\t\t\t\twhile($ar_pay = mysql_fetch_array($res_pay)){\n\t\t\t\t\t\t\t\techo \" \t<tr>\\n\";\n\t\t\t\t\t\t\t\techo \" \t\t<td align=\\\"left\\\" valign=\\\"top\\\" width=\\\"20\\\">\"; if ($num_pay < 2){ echo \"<input type=\\\"hidden\\\" name=\\\"shop_payment_methods_id\\\" value=\\\"\".$ar_pay['shop_payment_methods_id'].\"\\\">\"; } else { echo \"<input type=\\\"radio\\\" name=\\\"shop_payment_methods_id\\\" id=\\\"edenshop_progress_carriage\\\" value=\\\"\".$ar_pay['shop_payment_methods_id'].\"\\\" \"; if ($ar_pay['shop_payment_methods_publish'] == 0){echo \" disabled=\\\"disabled\\\" \";} echo \">\"; } echo \"</td>\\n\";\n\t\t\t\t\t\t\t\techo \" \t\t<td align=\\\"left\\\" valign=\\\"top\\\" width=\\\"700\\\" class=\\\"edenshop_progress_03_payment\\\">\\n\";\n\t\t\t\t\t\t\t\tif ($ar_pay['shop_payment_methods_publish'] == 0){ echo \"<strong class=\\\"edenshop_disabled\\\">\".$ar_pay['shop_payment_methods_title'].\"</strong>\"; } else { echo \"<strong>\".$ar_pay['shop_payment_methods_title'].\"</strong>\"; } echo \"<br>\\n\";\n\t\t\t\t\t\t\t\techo \"\t \t\".$ar_pay['shop_payment_methods_descriptions'].\"<br>\\n\";\n\t\t\t\t\t\t\t\techo \"\t \t<img src=\\\"\".$url_shop_payments.$ar_pay['shop_payment_methods_picture'].\"\\\" alt=\\\"\".$ar_pay['shop_payment_methods_title'].\"\\\"><br><br>\\n\";\n\t\t\t\t\t\t\t\techo \"\t \t</td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t </tr>\\n\";\n\t\t\t\t\t\t\t}\n\t\t\techo \"\t\t\t</table>\\n\";\n\t\t\techo \"\t\t</div>\\n\";\n\t\t\techo \"\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\t\t\techo \"\t</div><br>\\n\";\n\t\t\techo \"\t<div id=\\\"edenshop_but_pos\\\">\\n\";\n\t\t\t// Zabezpeceni aby nebyl zobrazen formular pokud chybi nektery z kontaktnich udaju\n\t\t\t\tif ($contact_firstname != \"\" && $contact_surname != \"\" && $contact_address_1 != \"\" && $contact_city != \"\" && $contact_postcode != \"\" && $contact_email != \"\"){\n\t\t\t\t\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"action\\\" value=\\\"add_order\\\">\\n\";\n\t\t\t\t\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"oaid\\\" value=\\\"\".$_SESSION['loginid'].\"\\\">\\n\";\n\t\t\t\t\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"orders_shop_ip\\\" value=\\\"\".$eden_cfg['ip'].\"\\\">\\n\";\n\t\t\t\t\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"project\\\" value=\\\"\".$project.\"\\\">\\n\";\n\t\t\t\t\techo \"\t\t<input type=\\\"Submit\\\" id=\\\"edenshop_progress_proceed\\\" value=\\\"\\\">\\n\";\n\t\t\t\t\techo \"\t</form>\\n\";\n\t\t\t\t}\n\t\t\t\techo \"\t</div>\\n\";\n\t \t}\n\t} else {\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo _SHOP_BASKET_EMPTY.\"<br>\\n\";\n\t\techo _SHOP_BASKET_EMPTY_PLEASE.\"<br>\\n\";\n\t\techo \"\t\t<a href=\\\"index.php?action=&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><img src=\\\"images/edenshop_butt_cont_shop_en.gif\\\" width=\\\"159\\\" height=\\\"25\\\" alt=\\\"\\\"></a>\\n\";\n\t\techo \"\t</div>\";\n\t}\n}", "public function run(): void\n {\n factory(Shop::class)->create();\n }", "private function addToCart () {\n }", "private function addToCart () {\n }", "function jigoshop_upgrade_150() {\n\t\n\tJigoshop_Base::get_options()->add_option( 'jigoshop_cart_shows_shop_button', 'no' );\n\tJigoshop_Base::get_options()->add_option( 'jigoshop_enable_postcode_validating', 'no' );\n\tJigoshop_Base::get_options()->add_option( 'jigoshop_product_thumbnail_columns', '3' );\n\t\n}", "function add_store()\n {\n\tglobal $template;\n\tglobal $connect;\n\n\t$sys_connect = sys_db_connect();\n\t$product_id = $_REQUEST[product_id];\n\t$product_name = addslashes($_REQUEST[product_name]);\n\t$shop_price = $_REQUEST[shop_price];\n\t$options = $_REQUEST[options];\n\t$memo = addslashes($_REQUEST[memo]);\n\n\n\t$sql = \"select product_id from ez_store \n\t\t where domain = '\"._DOMAIN_.\"' \n\t\t and product_id = '$product_id'\";\n\t$list0 = mysql_fetch_array(mysql_query($sql, $sys_connect));\n\n\n\t$sql = \"select * from products where product_id = '$product_id'\";\n\t$list = mysql_fetch_array(mysql_query($sql, $connect));\n\t\n\t////////////////////////////////////////\n\t// make thumb image\n\tif ($list[img_500] && file_exists(_save_dir.$list[img_500]))\n\t{\n\t $img_150 = _save_dir . str_replace(\"_500\", \"_150\", $list[img_500]);\n\t if (!file_exists($img_150))\n\t {\n\t\t$cmd = \"/usr/local/bin/convert -resize 150x150 \"._save_dir.$list[img_500].\" \".$img_150;\n\t\texec($cmd);\n\t }\n\t $img_250 = _save_dir . str_replace(\"_500\", \"_250\", $list[img_500]);\n\t if (!file_exists($img_250))\n\t {\n\t\t$cmd = \"/usr/local/bin/convert -resize 250x250 \"._save_dir.$list[img_500].\" \".$img_250;\n\t\texec($cmd);\n\t }\n\t}\n\n\tif ($list0[product_id])\t\t// update\n\t{\n\t $upd_sql = \"update ez_store set\n\t\t\t\tname = '$product_name',\n\t\t\t\tshop_price = '$shop_price',\n\t\t\t\toptions = '$options',\n\t\t\t\tmemo = '$memo',\n\t\t\t\tis_sale = 1\n\t\t\t where domain = '\"._DOMAIN_.\"'\n\t\t\t and product_id = '$product_id'\";\n\t mysql_query($upd_sql, $sys_connect) or die(mysql_error());\n\t}\n\telse\t\t\t\t// insert\n\t{\n\t ////////////////////////////////////////\n\t $ins_sql = \"insert into ez_store set\n\t\t\tdomain \t\t= '\" . _DOMAIN_ . \"',\n\t\t\tproduct_id \t= '$list[product_id]',\n\t\t\tname\t\t= '$list[name]',\n\t\t\torigin\t\t= '$list[origin]',\n\t\t\tbrand\t\t= '$list[brand]',\n\t\t\toptions\t\t= '$list[options]',\n\t\t\tshop_price\t= '$list[shop_price]',\n\t\t\ttrans_fee\t= '$list[trans_fee]',\n\t\t\tproduct_desc\t= '$list[product_desc]',\n\t\t\timg_500\t\t= '$list[img_500]',\n\t\t\timg_desc1\t= '$list[img_desc1]',\n\t\t\timg_desc2\t= '$list[img_desc2]',\n\t\t\timg_desc3\t= '$list[img_desc3]',\n\t\t\timg_desc4\t= '$list[img_desc4]',\n\t\t\timg_desc5\t= '$list[img_desc5]',\n\t\t\timg_desc6\t= '$list[img_desc6]',\n\t\t\treg_date \t= now(),\n\t\t\treg_time \t= now(),\n\t\t\tis_sale \t= 1\n\t \";\n\t mysql_query($ins_sql, $sys_connect) or die(mysql_error());\n\t}\n\n\t// add by sy.hwang 2007.5.4\n\t$sql = \"select seq from ez_store \n\t\t where domain = '\"._DOMAIN_.\"'\n\t\t and product_id = '$product_id'\";\n\t$list = mysql_fetch_array(mysql_query($sql, $sys_connect));\n\n\t$store_id = sprintf(\"A%05d\", $list[seq]);\n\t$upd_sql = \"update ez_store set store_id = '$store_id' \n\t\t where domain = '\"._DOMAIN_.\"'\n\t\t and product_id = '$product_id'\";\n\tmysql_query($upd_sql, $sys_connect) or die(mysql_error());\n\n\t$upd_sql = \"update products set is_store = 1 where product_id = '$product_id'\";\n\tmysql_query($upd_sql, $connect) or die(mysql_error());\n\t\n $this->redirect(\"popup.htm?template=CK18&product_id=$product_id\");\n exit;\n }", "public function run()\n {\n \tShop::create([\n \t\t'app_id' => 14030,\n \t\t'client_id' => '11e943aa74be4fafbd284a4cc17d3f6f',\n\t\t\t'client_secret' => 'e07e1e8fde9640129cc4eba7e4f105bb',\n \t]);\n }", "function test_install(){\n \t}", "function on_buy()\r\n\t{\r\n\t}", "public function getShopName()\n {\n return 'oscommerce-2.3.4';\n }", "function sample_door_add() {\n\t\n\tglobal $cxn;\n\t\n\t$product_id=$_POST['product_id'];//id of the product in the database\n\t$the_session_id=$_POST['session_id'];\n\t$door_id=$_POST['feature_door_id'];\n\t$door_cost=$_POST['price'];\n\t\n\tif(isset($_POST['quantity'])&&trim($_POST['quantity']==\"\"))\n\t{\n\t\t$quantity=1;\n\t}\n\telse\n\t{\n\t\t$quantity=trim($_POST['quantity']);\n\t}\n\t$sql=\"select id from cart where session_id='$the_session_id'\";\n\t$query=$cxn->query($sql);\n\t$cart_count=mysqli_num_rows($query);\n\t\n\t//brand new user and item\n\tif($cart_count==0)\n\t{\n\t\n\t\t$sql_21=\"insert into cart(session_id, product_id, product_cost, door_id, quantity, sequence) VALUES('$the_session_id', '$product_id','$door_cost', '$door_id', '$quantity', '1')\";\n\t\tif(!$query_21=$cxn->query($sql_21))\n\t\t{\n\t\t\t$err_21='your course list didn\\'t happen because: '\n\t\t\t.'ERRNO: '\n\t\t\t.$cxn->errno\n\t\t\t.' ERROR: '\n\t\t\t.$cxn->error\n\t\t\t.' for this query: '\n\t\t\t.$query_21\n\t\t\t.PHP_EOL;\n\t\t\ttrigger_error($err_5, E_USER_WARNING);\t\t\t\n\t\t}\n\t}\n\telse\n\t{\n\t\t$sql_8=\"select sequence from cart where session_id='$the_session_id' and quantity>'0' order by sequence DESC LIMIT 1\";\n\t\t$query_8=$cxn->query($sql_8);\n\t\t$row_8=$query_8->fetch_object();\n\t\t$new_sequence=$row_8->sequence+1;\n\t\t\n\t\t$sql_21=\"insert into cart(session_id, product_id, product_cost, door_id, quantity, sequence) VALUES('$the_session_id', '$product_id','$door_cost', '$door_id', '$quantity', '$new_sequence')\";\n\t\tif(!$query_21=$cxn->query($sql_21))\n\t\t{\n\t\t\t$err_21='your course list didn\\'t happen because: '\n\t\t\t.'ERRNO: '\n\t\t\t.$cxn->errno\n\t\t\t.' ERROR: '\n\t\t\t.$cxn->error\n\t\t\t.' for this query: '\n\t\t\t.$query_21\n\t\t\t.PHP_EOL;\n\t\t\ttrigger_error($err_21, E_USER_WARNING);\t\t\t\n\t\t}\n\t\t\n\t}\n}", "public function buy()\n {\n\n return $shopArr = [\n [\"type\" => \"Weapon\", \"name\" => \"Iron Hoe\", \"Damage\" => \"2\", \"price\" => 3, \"image\" => \"ironHoe.png\"],\n [\"type\" => \"Armor\", \"name\" => \"Wooden Shield\", \"Defense\" => 10, \"price\" => 5, \"image\" => \"woodenShield.png\"],\n [\"type\" => \"Charm\", \"name\" => \"Thors Snake Charm\", \"Luck\" => 2, \"price\" => 2, \"image\" => \"thorsSnakeCharm.png\"],\n [\"type\" => \"Weapon\", \"name\" => \"Sword\", \"Damage\" => \"4\", \"price\" => 9, \"image\" => \"kidsSword.png\"],\n ];\n\n }", "function setup() {\r\n // \"Buy more than 100 items, get 50 (% or $, as per admin) off\" \r\n // $this->add_extra_level_discount(100, 50);\r\n }", "function EdenShop02($eden_shop_action){\n\t\n\tglobal $db_shop_setup,$db_admin,$db_shop_basket;\n\tglobal $eden_cfg;\n\tglobal $project;\n\t\n\t$_SESSION['loginid'] = AGet($_SESSION,'loginid');\n\t\n\t$res_setup = mysql_query(\"\n\tSELECT shop_setup_02_terms, shop_setup_wholesale_terms \n\tFROM $db_shop_setup \n\tWHERE shop_setup_lang='\".mysql_real_escape_string($_GET['lang']).\"'\"\n\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$ar_setup = mysql_fetch_array($res_setup);\n\t\n\t$project_session_id = $project.\"_session_id\";\n\tif ($_SESSION['u_status'] == \"user\" || $_SESSION['u_status'] == \"seller\" || $_SESSION['u_status'] == \"admin\"){\n\t\t$where = \"shop_basket_admin_id=\".(integer)$_SESSION['loginid'].\"\";\n\t}\n\t\n\t$res = mysql_query(\"SELECT COUNT(*) FROM $db_shop_basket WHERE $where\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$num = mysql_fetch_array($res);\n\tif ($num[0] > 0){\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\t\techo \"\t\t<img src=\\\"images/edenshop_pbar_02_terms_en.gif\\\" width=\\\"500\\\" height=\\\"100\\\" alt=\\\"\\\">\\n\";\n\t\techo \"\t\t</div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\t\techo \"\t</div>\\n\";\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_02_TERMS.\"</div><br><br>\\n\";\n\t\techo \"\t\t\t<form name=\\\"forma\\\" action=\\\"index.php?action=03&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" method=post>\\n\";\n\t\techo \"\t\t\t<textarea cols=\\\"60\\\" rows=\\\"15\\\" name=\\\"terms\\\" id=\\\"edenshop_terms_txtarea\\\">\"; if ($_SESSION['u_status'] == \"seller\"){echo $ar_setup['shop_setup_wholesale_terms'];} else {echo $ar_setup['shop_setup_02_terms'];} echo \"</textarea><br>\\n\";\n\t\techo \"\t\t\t<div align=\\\"left\\\"><input name=\\\"edenshop_terms_checkbox\\\" id=\\\"edenshop_terms_checkbox\\\" type=\\\"checkbox\\\" value=\\\"1\\\">\"._SHOP_02_AGREE.\"<br><br></div>\\n\";\n\t\techo \"\t\t\t</form>\\n\";\n\t\techo \"\t\t</div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\t\techo \"\t</div><br><br>\\n\";\n\t\techo \"\t<div id=\\\"edenshop_but_pos\\\">\\n\";\n\t\techo \"\t\t<a href=\\\"index.php?action=&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><img src=\\\"images/edenshop_butt_forg_some_en.gif\\\" width=\\\"175\\\" height=\\\"25\\\" alt=\\\"\\\"></a>\\n\";\n\t\techo \"\t\t<a href=\\\"javascript:go();\\\" hraef=\\\"#\\\"><img src=\\\"images/edenshop_butt_checkout_en.gif\\\" width=\\\"128\\\" height=\\\"25\\\" alt=\\\"\\\"></a>\\n\";\n\t\techo \"\t</div>\";\n\t} else {\n\t\techo \"<div align=\\\"center\\\">\"._SHOP_BASKET_EMPTY.\"<br>\";\n\t\techo _SHOP_BASKET_EMPTY_PLEASE.\"<br>\";\n\t\techo \"<a href=\\\"index.php?action=&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><img src=\\\"images/edenshop_butt_cont_shop_en.gif\\\" width=\\\"159\\\" height=\\\"25\\\" alt=\\\"\\\"></a></div>\";\n\t}\n}", "function wpec_gold_cart_plugin_updater() {\n\t$license_key = 'b8cb6359b1d2544059586cdc58852860';\n\t// setup the updater\n\t$wpec_updater = new WPEC_Product_Licensing_Updater( 'http://dev.devsource.co', __FILE__, array(\n\t\t\t'version' \t=> '0.9', \t\t\t\t// current version number\n\t\t\t'license' \t=> $license_key, \t\t// license key (used get_option above to retrieve from DB)\n\t\t\t'item_id' \t=> 278 \t// Product ID as per the website\n\t\t)\n\t);\n}", "function amt_wsc_team_install(){\n}", "public function buy()\n\t{\n\t\t$data['aktif']\t= 'prospektus';\n\t\t$this->template->load('template','prospektus/V_buy', $data);\n\t}", "public function run()\n {\n factory(\\Modules\\Shop\\Models\\Shop::class, 30)->create();\n /*DB::table('shops')->truncate();\n $shop = [\n [\n 'name' => 'TAOBAO',\n 'link' => 'http://google.com',\n ],\n [\n 'name' => '1088',\n 'link' => 'http://google.com',\n ],\n ];\n\n DB::table('shops')->insert($shop);\n */\n }", "public function run()\n {\n for ($i = 1; $i < 6; $i++) {\n\n $dataPurchase = ['qt' => 10, 'product' => 1];\n\n $request = Request::create('/', 'post', [\n \"product[$i]\" => 1, \"pu[$i]\" => 100, 'deal' => 1\n ]);\n\n $this->buy($dataPurchase, $request);\n }\n\n }", "public function run()\n {\n factory(ShoppingList::class, 3)->state('with-items')->create();\n }", "function EdenShop01($eden_shop_action){\n\t\n\tglobal $db_shop_basket;\n\tglobal $project;\n\t\n\t$_SESSION['loginid'] = AGet($_SESSION,'loginid');\n\t\n\t/*\n\t$res_setup = mysql_query(\"SELECT * FROM $db_shop_setup WHERE shop_setup_lang='\".mysql_real_escape_string($_GET['lang']).\"'\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$ar_setup = mysql_fetch_array($res_setup);\n\t*/\n\t\n\t$project_session_id = $project.\"_session_id\";\n\tif ($_SESSION['u_status'] == \"user\" || $_SESSION['u_status'] == \"seller\" || $_SESSION['u_status'] == \"admin\"){\n\t\t$where = \"shop_basket_admin_id=\".(integer)$_SESSION['loginid'].\"\";\n\t} else {\n\t\t$where = \"shop_basket_session_id='\".mysql_real_escape_string($_SESSION['sidd']).\"'\";\n\t}\n\t$res = mysql_query(\"SELECT COUNT(*) FROM $db_shop_basket WHERE $where ORDER BY shop_basket_date_added ASC\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$num = mysql_fetch_array($res);\n\tif ($num[0] > 0){\n\t\tif ($action_shop == \"\"){$action_shop = \"shop_user_edit\";}\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_mid\\\">\\n\";\n\t\techo \"\t\t\t<img src=\\\"images/edenshop_pbar_01_login_en.gif\\\" width=\\\"500\\\" height=\\\"100\\\" alt=\\\"\\\">\\n\";\n\t\techo \"\t\t</div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\t\techo \"\t</div>\\n\";\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_progress_border_top\\\"></div>\";\n\t\t\tif ($_SESSION['u_status'] == \"\" || $_SESSION['u_status'] == \"vizitor\"){\n\t\t\tif ($_GET['action_shop'] != \"user_reg\"){\n\t\t\t\techo \"\t<div id=\\\"edenshop_progress_border_mid\\\" style=\\\"min-height:150px;\\\">\\n\";\n\t\t\t\techo \"\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_01_CUSTOMER_LOGIN.\"&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=\\\"index.php?action=\"; if ($_SESSION['u_status'] == \"user\" || $_SESSION['u_status'] == \"seller\" || $_SESSION['u_status'] == \"admin\"){echo \"02\";} else {echo \"01\";} echo \"&amp;action_shop=user_reg&amp;mode=reg&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\">\"._SHOP_REG.\"</a></div><br><br>\\n\";\n\t\t\t\techo \"\t<div id=\\\"edenshop_progress_login_login\\\">\\n\";\n\t\t\t\techo \"\t\t<form action=\\\"index.php?action=01&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" method=\\\"post\\\">\\n\";\n\t\t\t\techo \"\t\t<input type=\\\"text\\\" name=\\\"login\\\" id=\\\"login_name\\\" value=\\\"username\\\" onFocus=\\\"if (this.value=='username') this.value='';\\\" onBlur=\\\"if (this.value=='') this.value='username';\\\" onMouseDown=\\\"this.value=''\\\"><br>\\n\";\n\t\t\t\techo \"\t\t<input type=\\\"password\\\" name=\\\"pass\\\" id=\\\"login_pass\\\" value=\\\"password\\\" onFocus=\\\"if (this.value=='password') this.value='';\\\" onBlur=\\\"if (this.value=='') this.value='password';\\\"><br>\\n\";\n\t\t\t\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"action\\\" value=\\\"login\\\">\\n\";\n\t\t\t\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"action_shop\\\" value=\\\"login\\\">\\n\";\n\t\t\t\techo \"\t\t<input type=\\\"hidden\\\" name=\\\"project\\\" value=\\\"\".$project.\"\\\">\\n\";\n\t\t\t\techo \"\t\t<input type=\\\"submit\\\" value=\\\"\"._SHOP_LOGIN.\"\\\" class=\\\"eden_button\\\">\\n\";\n\t\t\t\techo \"\t\t</form>\\n\";\n\t\t\t\techo \"\t</div>\";\n\t\t\t} else {\n\t\t\t\techo \"\t<div id=\\\"edenshop_progress_border_mid\\\" style=\\\"min-height:900px;\\\">\\n\";\n\t\t\t\techo \"\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_01_CUSTOMER_REG.\"&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=\\\"index.php?action=01&amp;action_shop=login&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\">\"._SHOP_01_CUSTOMER_LOGIN.\"</a></div><br><br>\\n\";\n\t\t\t\techo \"\t<div id=\\\"edenshop_progress_login_reg\\\">\".UserEdit(\"reg\").\"</div><br>\";\n\t\t\t}\n\t\t} else {\n\t\t\t//$res = mysql_query(\"SELECT a.*, ac.* FROM $db_admin AS a, $db_admin_contact AS ac WHERE a.admin_id = ac.aid\") or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t//$ar = mysql_fetch_array($res);\n\t\t\techo \"\t<div id=\\\"edenshop_progress_border_mid\\\">\";\n\t\t\techo \"\t<div id=\\\"edenshop_progress_title\\\">\"._SHOP_01_CUSTOMER_LOGIN.\"</div><br><br>\";\n\t\t\techo \"\t<div align=\\\"center\\\">\".UserEdit(\"shop_show\").\"<br></div>\";\n\t\t}\n\t\techo \"\t</div>\\n\";\n\t\techo \"\t<div id=\\\"edenshop_progress_border_bottom\\\"></div>\\n\";\n\t\techo \"\t</div><br><br>\";\n \t\tif ($_GET['action_shop'] != \"user_reg\"){\n\t\t\techo \"<div id=\\\"edenshop_but_pos\\\">\";\n\t\t\techo \"<a href=\\\"index.php?action=&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><img src=\\\"images/edenshop_butt_forg_some_en.gif\\\" width=\\\"175\\\" height=\\\"25\\\" alt=\\\"\\\"></a>\";\n \t\t\tif ($_SESSION['u_status'] == \"user\" || $_SESSION['u_status'] == \"seller\" || $_SESSION['u_status'] == \"admin\"){\n\t\t\t\tif ($shop_echo == \"true\"){ echo \"<a href=\\\"index.php?lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"&amp;action=01&amp;msg=reg_fill_all_cells&amp;action_shop=shop_user_edit\\\" target=\\\"_self\\\">\"; } else { echo \"<a href=\\\"index.php?action=\"; if ($_SESSION['u_status'] == \"user\" || $_SESSION['u_status'] == \"seller\" || $_SESSION['u_status'] == \"admin\"){echo \"02\";} else {echo \"01\";} echo \"&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"&amp;action_shop=shop_user_edit\\\" target=\\\"_self\\\">\"; } echo \"<img src=\\\"images/edenshop_butt_checkout_en.gif\\\" width=\\\"128\\\" height=\\\"25\\\" alt=\\\"\\\"></a>\";\n \t\t\t}\n\t\t\techo \"</div>\";\n \t\t}\n\t} else {\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_prev_order_border_top\\\"></div>\\n\";\n\t\techo \"\t\t\t<div id=\\\"edenshop_prev_order_border_mid\\\" style=\\\"\\\">\\n\";\n\t\techo \"\t\t\t\t<div id=\\\"edenshop_prev_order_title\\\">\"._SHOP_BASKET.\"</div><br>\\n\";\n\t\techo \"\t\t\t\t<span style=\\\"color:#FF0000; font-weight:bold;\\\">\"._SHOP_BASKET_EMPTY.\"<br><br>\\n\";\n\t\techo \"\t\t\t\t\"._SHOP_BASKET_EMPTY_PLEASE.\"<br><br></span>\\n\";\n\t\techo \"\t\t\t\t<a href=\\\"index.php?action=&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><img src=\\\"images/edenshop_butt_cont_shop_en.gif\\\" width=\\\"159\\\" height=\\\"25\\\" alt=\\\"\\\"></a>\\n\";\n\t\techo \"\t\t\t</div>\\n\";\n\t\techo \"\t\t\t<div id=\\\"edenshop_prev_order_border_bottom\\\"></div>\\n\";\n\t\techo \"\t</div>\";\n \t}\n}", "public function testCatalogGetRandomProducts()\n {\n\n }", "public function run()\n {\n $names = [\n 'ПЫЛЕСОС SAMSUNG VC18M31A0HP/EV',\n 'ХОЛОДИЛЬНИК LG GA-B379SLUL',\n 'СТРУЙНЫЙ МФУ EPSON L3101',\n 'КОЛОНКИ SVEN 312',\n 'ФИТНЕС БРАСЛЕТ XIAOMI MI SMART BAND 5',\n 'НАБОР ПОСУДЫ TEFAL COMFORT MAX NEW C973SB34 (11 ПРЕДМЕТОВ)',\n 'СТОЛОВЫЙ НАБОР LUMINARC ОКЕАН ЭКЛИПС 45 ПР. (L5110)',\n 'СМАРТФОН ОРРО RENO5 STARRY BLACK',\n 'СМАРТФОН APPLE IPHONE 12 256GB BLACK',\n 'СМАРТФОН APPLE IPHONE 12 PRO MAX 512GB GRAPHITE',\n 'СМАРТФОН VIVO X60 PRO BLUE',\n 'НОУТБУК APPLE MACBOOK PRO 16\" I9 2.3/16/1TB SSD SPACE GREY (MVVK2)',\n 'НОУТБУК ASUS ROG ZEPHYRUS GX701L (90NR03Q1-M02600)',\n 'КОМПЬЮТЕР ACER PREDATOR PO9-920 DG.E24MC.001',\n 'НАСТОЛЬНЫЙ КОМПЬЮТЕР APPLE MAC MINI I385UX MXNG2'];\n\n $prices=[51990,\n 199990,\n 70990,\n 3990,\n 17990,\n 45990,\n 24990,\n 219990,\n 549890,\n 859890,\n 369990,\n 1542990,\n 1399990,\n 2370990,\n 617990];\n\n for($i=0;$i<15;$i++)\n {\n $product = new Product();\n $product->name=$names[$i];\n $product->price=$prices[$i];\n if ($i==1 || $i==7 || $i==9 || $i==10 || $i==14)\n $product->image='storage/products/product_'.($i+1).'.png';\n else\n $product->image='storage/products/product_'.($i+1).'.jpg';\n $product->save();\n }\n }", "public function magicMethod(){\n $cart = $this->_getCart();\n $quoteArrayFreeProducts = array();\n $quoteArrayNonFreeProducts = array();\n $AddThisInCart = array();\n $finalAdd = array();\n\n // finding both free and non free products and saving them in array\n $quote = Mage::getSingleton('checkout/session')->getQuote();\n foreach($quote->getAllVisibleItems() as $item) {\n if($item->getData('price') == 0){\n $quoteArrayFreeProducts['item_id'][] = $item->getData('product_id');\n $quoteArrayFreeProducts['qty'][] = $item->getData('qty');\n }else{\n $quoteArrayNonFreeProducts['item_id'][] = $item->getData('product_id');\n $quoteArrayNonFreeProducts['qty'][] = $item->getData('qty');\n }\n }\n \n // print_r($quoteArrayFreeProducts);die;\n // finding free associatied produts and adding them in another array\n for($i = 0; $i < count($quoteArrayNonFreeProducts['item_id']) ;$i++){\n $product = Mage::getModel('catalog/product')->load($quoteArrayNonFreeProducts['item_id'][$i]);\n // print_r($product->getAttributeText('buyxgety'));die;\n if($product->getAttributeText('buyxgety') == 'Enable'){\n $Buyxgety_xqty = $product->getBuyxgety_xqty();\n $Buyxgety_ysku = $product->getBuyxgety_ysku();\n $Buyxgety_yqty = $product->getBuyxgety_yqty();\n\n // $Buyxgety_ydiscount = $product->getBuyxgety_ydiscount();\n if(!empty($Buyxgety_xqty) && !empty($Buyxgety_ysku) && !empty($Buyxgety_yqty) ){\n // die($Buyxgety_ysku);\n $AddThisInCart['item_id'][] = Mage::getModel('catalog/product')->getIdBySku($Buyxgety_ysku);\n $AddThisInCart['qty'][] = (int)($quoteArrayNonFreeProducts['qty'][$i]/$Buyxgety_xqty)*$Buyxgety_yqty;\n }\n }\n }\n for($i = 0; $i < count($AddThisInCart['item_id']) ;$i++){\n if(isset($quoteArrayFreeProducts['item_id'])){\n for($j = 0; $j < count($quoteArrayFreeProducts['item_id']) ;$j++){\n if($AddThisInCart['item_id'][$i] == $quoteArrayFreeProducts['item_id'][$j]){\n $finalAdd['item_id'][] = $AddThisInCart['item_id'][$i];\n $finalAdd['qty'][] = $AddThisInCart['qty'][$i] - $quoteArrayFreeProducts['qty'][$j];\n }else{\n $finalAdd['item_id'][] = $AddThisInCart['item_id'][$i];\n $finalAdd['qty'][] = $AddThisInCart['qty'][$i];\n }\n }\n }else{\n $finalAdd['item_id'][] = $AddThisInCart['item_id'][$i];\n $finalAdd['qty'][] = $AddThisInCart['qty'][$i];\n }\n }\n\n for($i = 0; $i < count($finalAdd['item_id']) ;$i++){\n for($j = 0; $j < count($quoteArrayNonFreeProducts['item_id']); $j++){\n if($finalAdd['item_id'][$i] == $quoteArrayNonFreeProducts['item_id'][$j]){\n foreach ($quoteArrayFreeProducts['item_id'] as $value) {\n if($value == $finalAdd['item_id'][$i]){\n $flag = 1;\n }else{\n $flag = 0;\n }\n }\n if($flag == 1){\n $finalAdd['new_row'][] = 0;\n }else{\n $finalAdd['new_row'][] = 1;\n }\n }\n }\n if(!empty($quoteArrayFreeProducts['item_id'])){\n for($j = 0; $j < count($quoteArrayFreeProducts['item_id']); $j++){\n if($finalAdd['item_id'][$i] == $quoteArrayFreeProducts['item_id'][$j]){\n $finalAdd['new_row'][] = 0;\n }else{\n $finalAdd['new_row'][] = 1;\n }\n }\n }else{\n $finalAdd['new_row'][] = 1;\n } \n }\n\n // print_r($finalAdd);die;\n\n if(isset($finalAdd['item_id'])){\n for($i = 0; $i < count($finalAdd['item_id']) ;$i++){\n if($finalAdd['qty'][$i] > 0){\n Mage::getSingleton('core/session')->setMultilineAddingObserver($finalAdd['new_row'][$i]);\n Mage::getSingleton('core/session')->setZeroSettingObserver(1);\n if($finalAdd['new_row'][$i] == 0){\n $cartHelper = Mage::helper('checkout/cart');\n $items = $cartHelper->getCart()->getItems(); \n foreach ($items as $item) \n {\n $itemId = $item->getItemId();\n if($item->getProductId() == $finalAdd['item_id'][$i] && $item->getPrice() == 0){\n $cartHelper->getCart()->removeItem($itemId)->save();\n $this->magicMethod();\n }\n }\n }else{\n $productToAdd = $product->load($finalAdd['item_id'][$i]);\n $params['qty'] = $finalAdd['qty'][$i];\n $params['product'] = $finalAdd['item_id'][$i];\n $cart->addProduct($productToAdd, $params);\n $cart->save();\n }\n }else if($finalAdd['qty'][$i] < 0){\n $cartHelper = Mage::helper('checkout/cart');\n $items = $cartHelper->getCart()->getItems(); \n foreach ($items as $item) \n {\n $itemId = $item->getItemId();\n if($item->getProductId() == $finalAdd['item_id'][$i] && $item->getPrice() == 0){\n $cartHelper->getCart()->removeItem($itemId)->save();\n $this->_updateShoppingCart();\n }\n } \n }\n }\n }\n }", "public function install()\n {\n xtc_db_query(\n \"delete from \" . TABLE_CONFIGURATION\n . \" where configuration_key in ('MODULE_PAYMENT_SHOPGATE_STATUS', 'MODULE_PAYMENT_SHOPGATE_ALLOWED', 'MODULE_PAYMENT_SHOPGATE_ORDER_STATUS_ID')\"\n );\n xtc_db_query(\n \"insert into \" . TABLE_CONFIGURATION\n . \" (configuration_key, configuration_value, configuration_group_id, sort_order, set_function, date_added) values ('MODULE_PAYMENT_SHOPGATE_STATUS', 'True', '6', '1', 'xtc_cfg_select_option(array(\\'True\\', \\'False\\'), ', now())\"\n );\n xtc_db_query(\n \"insert into \" . TABLE_CONFIGURATION\n . \" (configuration_key, configuration_value, configuration_group_id, sort_order, date_added) values ('MODULE_PAYMENT_SHOPGATE_ALLOWED', '0', '6', '1', now())\"\n );\n xtc_db_query(\n \"insert into \" . TABLE_CONFIGURATION\n . \" (configuration_key, configuration_value, configuration_group_id, sort_order, date_added) values ('MODULE_PAYMENT_SHOPGATE_SORT_ORDER', '0', '6', '1', now())\"\n );\n $result = xtc_db_query(\n 'select configuration_key,configuration_value from configuration as c where c.configuration_key = \"'\n . ShopgateInstallHelper::SHOPGATE_DATABASE_CONFIG_KEY . '\"'\n );\n $row = xtc_db_fetch_array($result);\n if (empty($row)) {\n xtc_db_query(\n \"insert into \" . TABLE_CONFIGURATION\n . \" ( configuration_key, configuration_value, configuration_group_id, sort_order, date_added) values ('MODULE_PAYMENT_SHOPGATE_IDENT' , '0', '6', '\"\n . $this->sort_order . \"', now())\"\n );\n }\n\n $this->installTable();\n $this->updateDatabase();\n $this->grantAdminAccess();\n $installHelper = new ShopgateInstallHelper();\n $installHelper->sendData();\n }", "function mockCreateInitialProducts() {\n $listaProdutos = &obterListaProdutos();\n\n $produto = createProduct(\"Caneca de Vidro\", \"Caneca\", \"Suporta 350 ml\", 100, 50.00, \"camiseta.png\");\n $listaProdutos[$produto['id']] = $produto;\n\n $produto = createProduct(\"Caneca de Plastico\", \"Caneca\", \"Suporta 500 ml\", 200, 20.00, \"camiseta.png\");\n $listaProdutos[$produto['id']] = $produto;\n}", "function jigoshop_upgrade_160() {\n\t\n\tJigoshop_Base::get_options()->add_option( 'jigoshop_skrill_icon', '' );\n\tJigoshop_Base::get_options()->add_option( 'jigoshop_skrill_payment_methods_multicheck', 'ACC' );\n\tJigoshop_Base::get_options()->add_option( 'jigoshop_verify_checkout_info_message', 'yes' );\n\tJigoshop_Base::get_options()->add_option( 'jigoshop_eu_vat_reduction_message', 'yes' );\n\n}", "function jigoshop_upgrade_111() {\n\n\t// Add default setting for shop redirection page\n\t$shop_page = get_option('jigoshop_shop_page_id');\n\tupdate_option( 'jigoshop_shop_redirect_page_id' , $shop_page );\n\tupdate_option( 'jigoshop_enable_related_products' , 'yes' );\n\n}", "public function run()\n {\n // CartItem 3 product_id=1,2,3\n CartItem::factory(3)\n ->state(new Sequence(\n ['product_id' => 1],\n ['product_id' => 2],\n ['product_id' => 3],\n ))\n ->for(User::find(1))\n ->create();\n }", "public function autoinstaller($shop_id = null)\n {\n if (!empty($shop_id)) {\n $shop = Shop::getShop($shop_id);\n $this->createStore($shop);\n\n return;\n }\n\n $shops = Shop::getShops();\n foreach ($shops as $shop) {\n $this->createStore($shop);\n }\n }", "function changeCartSpecial(){\n\t\t$this->getCart();\n\t\t\n\t\t$key = \t\t\tclean_variable($_POST['key'],true);\n\t\t$PRC = \t\t\tclean_variable($_POST['price'],true);\n\t\t$SLCT = \t\t(isset($_POST['selections']))?\n\t\t\t\t\t\t\t\t\t((!is_array($_POST['selections'])) ? array ($_POST['selections'] ) : $_POST['selections']):\n\t\t\t\t\t\t\t\tarray();\n\t\tif(is_array($SLCT)) foreach($SLCT as &$v) clean_variable($v,true);\n\t\t\n\t\tif(count($this->Cart) == 0) header(sprintf(\"Location: %s\", $this->Files['Cart'] ));\n\t\t\n\t\t$this->Cart[$key]['price'] = $PRC;\n\t\tif(is_array($SLCT) && count($SLCT) > 0) $TmpStrg = implode(\":\",$SLCT); else $TmpStrg = $SLCT;\n\t\t$this->Cart[$key][\"selections\"] = $TmpStrg;\n\t\t\n\t\t$this->setCart();\n\t\t\n\t\theader(sprintf(\"Location: %s\", $this->Files['Cart']));\n\t}", "function createStoreItem($slot, $store_id, $min_level) {\n\t\n\t\taddToDebugLog(\"createRandomItem(), Function Entry - supplied parameters: Store ID: \" . $store_id . \"; Slot: \" . $slot . \"; Min Level: \" . $min_level . \", INFO\");\n\t\n\t\tsrand(make_seed());\n\t\t$item_choice = rand(0, 4);\n\t\n\t\tswitch ($item_choice) {\n\t\t\tcase 0: // Head\n\t\t\t\t$slot = \"head\";\n\t\t\t\t$prefix = getAdjective();\n\t\t\t\t$name = ucfirst($prefix) . \" Helm\";\n\t\t\t\tsrand(make_seed());\n\t\t\t\t$ac = rand($min_level, $min_level + 5);\n\t\t\t\taddToDebugLog(\"generateStoreName(), AC: \" . $ac . \", INFO\");\n\t\t\t\t$weight = round($ac/2);\n\t\t\t\t$atk = 0;\n\t\t\t\t$cost = 50*$ac;\n\t\t\t\tbreak;\n\t\t\tcase 1: // Chest\n\t\t\t\t$slot = \"chest\";\n\t\t\t\t$prefix = getAdjective();\n\t\t\t\t$name = ucfirst($prefix) . \" Chestplate\";\n\t\t\t\tsrand(make_seed());\n\t\t\t\t$ac = rand($min_level, $min_level + 5);\n\t\t\t\taddToDebugLog(\"generateStoreName(), AC: \" . $ac . \", INFO\");\n\t\t\t\t$weight = round($ac/2);\n\t\t\t\t$atk = 0;\n\t\t\t\t$cost = 50*$ac;\n\t\t\t\tbreak;\n\t\t\tcase 2: // Legs\n\t\t\t\t$slot = \"legs\";\n\t\t\t\t$prefix = getAdjective();\n\t\t\t\t$name = ucfirst($prefix) . \" Trousers\";\n\t\t\t\tsrand(make_seed());\n\t\t\t\t$ac = rand($min_level, $min_level + 5);\n\t\t\t\taddToDebugLog(\"generateStoreName(), AC: \" . $ac . \", INFO\");\n\t\t\t\t$weight = round($ac/2);\n\t\t\t\t$atk = 0;\n\t\t\t\t$cost = 50 * intval($ac);\n\t\t\t\tbreak;\n\t\t\tcase 3: // Shield\n\t\t\t\t$slot = \"shield\";\n\t\t\t\t$prefix = getAdjective();\n\t\t\t\t$name = ucfirst($prefix) . \" Shield\";\n\t\t\t\tsrand(make_seed());\n\t\t\t\t$ac = rand($min_level, $min_level + 5);\n\t\t\t\taddToDebugLog(\"generateStoreName(), AC: \" . $ac . \", INFO\");\n\t\t\t\t$weight = round($ac/2);\n\t\t\t\t$atk = 0;\n\t\t\t\t$cost = 50*$ac;\n\t\t\t\tbreak;\n\t\t\tcase 4: // Weapon\n\t\t\t\t$slot = \"weapon\";\n\t\t\t\t$prefix = getAdjective();\n\t\t\t\t$name = ucfirst($prefix) . \" Sword\";\n\t\t\t\tsrand(make_seed());\n\t\t\t\t$atk = rand($min_level, $min_level + 5);\n\t\t\t\taddToDebugLog(\"generateStoreName(), ATK: \" . $atk . \", INFO\");\n\t\t\t\t$weight = round($atk/2);\n\t\t\t\t$ac = 0;\n\t\t\t\t$cost = 50*$atk;\n\t\t\t\tbreak;\n\t\t}\n\t\n\t\t// Add weapon to character\n\t\t$dml = \"INSERT INTO hackcess.store_contents (store_id, item_name, item_ac_boost, item_attack_boost, item_weight, item_slot, item_cost) VALUES (\" . $store_id . \", '\" . $name . \"', \" . $ac . \", \" . $atk . \", \" . $weight . \", '\" . $slot . \"', \" . $cost . \");\";\n\t\t$result = insert($dml);\n\t\tif ($result == TRUE) {\n\t\t\taddToDebugLog(\"createRandomItem(), New item added, INFO\");\n\t\t} else {\n\t\t\taddToDebugLog(\"createRandomItem(), New item not added, ERROR\");\n\t\t}\n\t\n\t\treturn $details;\n\t\n\t}", "function baseStructureInstall(){\n // products table alter\n $alter=true;\n $fl = tep_db_query('SHOW COLUMNS FROM ' . TABLE_PRODUCTS);\n if (tep_db_num_rows($fl) > 0) {\n while ($row = tep_db_fetch_array($fl)) {\n if($row['Field'] == 'products_type'){\n $alter = false;\n }\n }\n }\n if($alter){\n tep_db_query('alter table ' . TABLE_PRODUCTS . ' add products_type enum(\\'standard\\', \\'recurring\\') not null default \\'standard\\'');\n }\n // orders alters\n $alter1=true;\n $alter2=true;\n $fl = tep_db_query('SHOW COLUMNS FROM ' . TABLE_ORDERS);\n if (tep_db_num_rows($fl) > 0) {\n while ($row = tep_db_fetch_array($fl)) {\n if($row['Field'] == 'payment_module'){\n $alter1 = false;\n }elseif($row['Field'] == 'paypal_transaction_id'){\n $alter2 = false;\n }\n }\n }\n if($alter1){\n tep_db_query('ALTER TABLE ' . TABLE_ORDERS . ' ADD payment_module CHAR(35) DEFAULT NULL');\n }\n if($alter2){\n tep_db_query('ALTER TABLE ' . TABLE_ORDERS . ' ADD paypal_transaction_id CHAR(18) DEFAULT NULL');\n }\n // orders_products alter\n $alter=true;\n $fl = tep_db_query('SHOW COLUMNS FROM ' . TABLE_ORDERS_PRODUCTS);\n if (tep_db_num_rows($fl) > 0) {\n while ($row = tep_db_fetch_array($fl)) {\n if($row['Field'] == 'rp_profile_id'){\n $alter = false;\n }\n }\n }\n if($alter){\n tep_db_query('alter table ' . TABLE_ORDERS_PRODUCTS . ' add rp_profile_id char(20) default null');\n }\n // customers alter\n $alter=true;\n $fl = tep_db_query('SHOW COLUMNS FROM ' . TABLE_CUSTOMERS);\n $custFieldArr = array();\n if (tep_db_num_rows($fl) > 0) {\n while ($row = tep_db_fetch_array($fl)) {\n $custFieldArr[] = $row['Field'];\n if($row['Field'] == 'customers_paypal_payerid'){\n $alter = false;\n }\n }\n }\n if($alter){\n tep_db_query('alter table ' . TABLE_CUSTOMERS . ' ADD customers_paypal_payerid VARCHAR( 20 )');\n }\n $alter = true;\n if(count($custFieldArr)>0){\n foreach ($custFieldArr as $field){\n if($field == 'customers_paypal_ec'){\n $alter = false;\n }\n }\n }\n if($alter){\n tep_db_query('alter table ' . TABLE_CUSTOMERS . ' ADD customers_paypal_ec TINYINT (1) UNSIGNED DEFAULT \\'0\\'');\n }\n // list all the tables\n $tablesArr=array();\n $tablesSql = 'SHOW TABLES';\n $tl = tep_db_query($tablesSql);\n while ($row = tep_db_fetch_array($tl)) {\n $tablesArr[] = $row['Tables_in_'.DB_DATABASE];\n }\n // add table - rp\n $create = true;\n if(in_array(TABLE_RP_PAYPAL_PRODUCT_PROFILE, $tablesArr)){\n $create = false;\n }\n if($create){\n $createSql = \"\n CREATE TABLE \" . TABLE_RP_PAYPAL_PRODUCT_PROFILE . \" (\n id int(11) UNSIGNED NOT NULL AUTO_INCREMENT,\n products_id int(11) UNSIGNED NOT NULL DEFAULT 0,\n profileStartDate datetime DEFAULT NULL,\n billingPeriod enum('day','week','semimonth','month','year') DEFAULT NULL,\n billingFrequency smallint(5) UNSIGNED NOT NULL DEFAULT 1,\n totalBillingCycles smallint(5) UNSIGNED NOT NULL DEFAULT 0,\n trialProfileStartDate datetime DEFAULT NULL,\n trialBillingPeriod enum('day','week','semimonth','month','year') DEFAULT NULL,\n trialBillingFrequency smallint(5) UNSIGNED NOT NULL DEFAULT 1,\n trialTotalBillingCycles smallint(5) UNSIGNED NOT NULL DEFAULT 1,\n trialAmt decimal(15,4) NOT NULL,\n initAmt smallint(5) unsigned NOT NULL DEFAULT 0,\n failedInitAmtAction enum('ContinueOnFailure', 'CancelOnFailure') NOT NULL DEFAULT 'ContinueOnFailure',\n PRIMARY KEY (`id`),\n KEY `products_id` (`products_id`)\n )\n \";\n tep_db_query($createSql);\n // add to array\n $tablesArr[] = TABLE_RP_PAYPAL_PRODUCT_PROFILE;\n }\n // add table - rp\n $create = true;\n if (in_array(TABLE_RP_PAYPAL_PRODUCT_LOOKUP, $tablesArr)){\n $create = false;\n }\n if($create){\n $createSql = \"\n CREATE TABLE \" . TABLE_RP_PAYPAL_PRODUCT_LOOKUP . \" (\n id int(11) UNSIGNED NOT NULL AUTO_INCREMENT,\n products_id int(11) UNSIGNED NOT NULL DEFAULT 0,\n paypal_rp_product_profile_id int(11) UNSIGNED NOT NULL DEFAULT 0,\n PRIMARY KEY (`id`),\n UNIQUE KEY `rpProd` (`products_id`, `paypal_rp_product_profile_id`)\n )\n \";\n tep_db_query($createSql);\n // add to array\n $tablesArr[] = TABLE_RP_PAYPAL_PRODUCT_LOOKUP;\n }\n // add table - fmf\n $create = true;\n if (in_array(TABLE_FMF_PAYPAL_ORDERS_STATUS, $tablesArr)){\n $create = false;\n }\n if($create){\n $createSql = \"\n CREATE TABLE \" . TABLE_FMF_PAYPAL_ORDERS_STATUS . \" (\n orders_id int(11) UNSIGNED NOT NULL DEFAULT 0,\n paypal_fmf_status_id tinyint(3) UNSIGNED NOT NULL DEFAULT 0,\n action_taken enum('None', 'Accepted', 'Denied') NOT NULL DEFAULT 'None',\n action_date datetime DEFAULT NULL,\n UNIQUE KEY `orderStatus` (`orders_id`, `paypal_fmf_status_id`)\n )\n \";\n tep_db_query($createSql);\n // add to array\n $tablesArr[] = TABLE_FMF_PAYPAL_ORDERS_STATUS;\n }\n // add table - fmf\n $create = true;\n if (in_array(TABLE_FMF_PAYPAL_STATUS, $tablesArr)){\n $create = false;\n }\n if($create){\n $createSql = \"\n CREATE TABLE \" . TABLE_FMF_PAYPAL_STATUS . \" (\n paypal_fmf_status_id tinyint(3) UNSIGNED NOT NULL DEFAULT '0',\n language_id tinyint(3) UNSIGNED NOT NULL DEFAULT '1',\n fmf_status_name char(45) NOT NULL,\n PRIMARY KEY (`paypal_fmf_status_id`,`language_id`),\n KEY `fmf_status_name` (`fmf_status_name`)\n )\n \";\n tep_db_query($createSql);\n // add to array\n $tablesArr[] = TABLE_FMF_PAYPAL_STATUS;\n }\n // load data - fmf TABLE_FMF_PAYPAL_STATUS\n $cntSql = 'SELECT count(*) as `count` FROM ' . TABLE_FMF_PAYPAL_STATUS;\n $rs = tep_db_query($cntSql);\n $row = tep_db_fetch_array($rs);\n $loadData = false;\n if(is_array($row)){\n if($row['count'] == 0){\n $loadData = true;\n }\n }else{\n $loadData = true;\n }\n if($loadData){\n $sql = \"\n INSERT INTO \" . TABLE_FMF_PAYPAL_STATUS . \" VALUES (1, 1, 'AVS No Match'), (2, 1, 'AVS Partial Match'), (3, 1, 'AVS Unavailable/Unsupported'),\n (4, 1, 'Card Security Code (CSC) Mismatch'), (5, 1, 'Maximum Transaction Amount'), (6, 1, 'Unconfirmed Address'), (7, 1, 'Country Monitor'),\n (8, 1, 'Large Order Number'), (9, 1, 'Billing/Shipping Address Mismatch'), (10, 1, 'Risky ZIP Code'), (11, 1, 'Suspected Freight Forwarder Check'),\n (12, 1, 'Total Purchase Price Minimum'), (13, 1, 'IP Address Velocity'), (14, 1, 'Risky Email Address Domain Check'),\n (15, 1, 'Risky Bank Identification Number (BIN) Check'), (16, 1, 'Risky IP Address Range'), (17, 1, 'PayPal Fraud Model')\n \";\n tep_db_query($sql);\n }\n // load data - orders_status\n $status_sql = 'select count(*) as `count` from ' . TABLE_ORDERS_STATUS . ' WHERE orders_status_name like \\'%Paypal FMF%\\'';\n $rs = tep_db_query($status_sql);\n $row = tep_db_fetch_array($rs);\n $loadData = false;\n if(is_array($row)){\n if($row['count'] == 0){\n $loadData = true;\n }\n }else{\n $loadData = true;\n }\n if($loadData){\n $sql = \"\n INSERT INTO \" . TABLE_ORDERS_STATUS . \" VALUES (5, 1, 'Review [Paypal FMF]', 0, 0),(5, 2, 'Review [Paypal FMF]', 0, 0),(5, 3, 'Review [Paypal FMF]', 0, 0)\n \";\n tep_db_query($sql);\n }\n }", "function insert_btn_quick_buy() {\n\tglobal $post, $product;\n\tif ( $product->is_type( 'simple' ) ) {\n\t\techo '<a class=\"button buy_now ml-3\" href=\"?quick_buy=1&add-to-cart='. $post->ID .'\" class=\"qn_btn\">'. __('Quick buy','shtheme') .'</a>';\n\t}\n}", "function install_site() {\n \n}", "public function run()\n {\n //\n $products = Product::all();\n\n Shop::all()->each(function ($shop) use ($products){\n $shop->products()->attach(\n $products->random(rand(1,4))->pluck('id')->toArray()\n );\n });\n }", "function addArticleCrossselling($object) {\n /* you can itentify the article with $object->reference->ShopId */ \n $object->Item->ShopId = 'yourReturnedCrosssellingIdOnMarketplace_'.rand(1000, 9999); \n \n}", "function dustrial_loop_shop_per_page( $products ) {\n if( function_exists( 'dustrial_framework_init' ) ) {\n $shop_posts_per_page = dustrial_get_option('shop_posts_per_page');\n if (!empty($shop_posts_per_page)) {\n $shop_posts_per_page = $shop_posts_per_page;\n } else {\n $shop_posts_per_page = '8';\n }\n } else {\n $shop_posts_per_page = '8';\n }\n $products = $shop_posts_per_page;\n return $products;\n}", "function simpleshop_before_shop_loop_item() {\n echo '<div class=\"product-wrap\">';\n}", "function xtestLive(){\n $this->clearAll();\n \n $seller = $this->createUser('seller');\n $evt = $this->createEvent('Quebec CES' , $seller->id, $this->createLocation()->id, date('Y-m-d', strtotime(\"+1 day\")) );\n $this->setEventId($evt, 'aaa');\n $cat = $this->createCategory('Verde', $evt->id, 10.00);\n \n \n \n //Transaction setup\n $foo = $this->createUser('foo');\n \n //let's buy\n $buyer = new \\WebUser($this->db);\n $buyer->login($foo->username);\n\n //let's pay\n Utils::clearLog();\n \n $buyer->addToCart($cat->id, 3); //cart in session\n \n $data = $this->getCCPurchaseData();\n //$data['street'] = 'N ' . $data['street']; //fail avs\n $data['cc_cvd'] = '666'; //fail cvd \n \n $payer = $this->createInstance('foo');\n $payer->setData($data);\n $payer->setCart($buyer->getCart());\n //$payer->amount_override = '0.25'; //hardcoded fail\n $payer->process();\n \n $this->assertFalse($payer->success()); \n }", "public function run()\n {\n $product = new \\App\\Product();\n $product->name = 'ltp-1392l-9avdf';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 1;\n $product->branch_id = 1;\n $product->image = '14917548621692873064dong-ho-casio-ltp-1392l-9avdf.jpg';\n $product->cost = 1000000;\n $product->save();\n $product = new \\App\\Product();\n $product->name = 'stuhrling-original';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 1;\n $product->branch_id = 1;\n $product->image = '1491763867stuhrling-original-tourbillon.png';\n $product->cost = 2300000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'casio-ltp-1392l';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 1;\n $product->branch_id = 4;\n $product->image = '1492021047casio-ltp.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'casio-ltp';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 0;\n $product->category_id = 1;\n $product->branch_id = 4;\n $product->image = '1491748133efr-539sg-1avudf.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'efr-539sg-1avudf';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 1;\n $product->branch_id = 1;\n $product->image = '1491748133efr-539sg-1avudf.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'citizen-ny4051-51e';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 2;\n $product->branch_id = 1;\n $product->image = '1491763434citizen-ny4051-51e.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'aries-gold-l9003-s-wmop';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 2;\n $product->branch_id = 1;\n $product->image = '1491764326683084387dong-ho-aries-gold-l9003-s-wmop.png';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'casio-efr-106d-1avudf';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 2;\n $product->branch_id = 4;\n $product->image = '1491747976casio-efr-106d-1avudf.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'Bruno';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 2;\n $product->branch_id = 4;\n $product->image = '1492020334bruno.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'diamon';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 2;\n $product->branch_id = 4;\n $product->image = '1492020025diamon.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'diamon-d5';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 1;\n $product->branch_id = 4;\n $product->image = '1492020822diamon-d5.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'diamond-dm';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 1;\n $product->branch_id = 4;\n $product->image = '1492020568diamond-dm.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'citizen-bm6772-05aew';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 1;\n $product->branch_id = 4;\n $product->image = '1491757567dong-ho-doi-citizen-bm6772-05aew1582-03a.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'atlantic';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 1;\n $product->branch_id = 4;\n $product->image = '1491841939atlantic.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'mtp-1302d';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 3;\n $product->branch_id = 2;\n $product->image = '1491882623mtp-1302d.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'citizen-bh1652';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 0;\n $product->hot = 1;\n $product->category_id = 3;\n $product->branch_id = 6;\n $product->image = '1492021555citizen-bh1652.jpg';\n $product->cost = 5500000;\n $product->save();;\n\n $product = new \\App\\Product();\n $product->name = 'citizenar0074';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 3;\n $product->branch_id = 6;\n $product->image = '1492022032citizenar0074.jpg';\n $product->cost = 5500000;\n $product->save();\n\n $product = new \\App\\Product();\n $product->name = 'epos-344';\n $product->quantity = random_int(1, 50);\n $product->status = 'còn hàng';\n $product->descriptionSummary = str_random(100);\n $product->description = str_random(500);\n $product->betterSale = 1;\n $product->hot = 1;\n $product->category_id = 3;\n $product->branch_id = 6;\n $product->image = '1492022226epos-344.jpg';\n $product->cost = 5500000;\n $product->save();\n\n }", "function addLittleShopJS(){\n if(littleShopTakeEffect() === TRUE){\n \techo '<script type=\"text/javascript\" src=\"'.myOwnLittleEbayShopPluginURL().'/jquery-1.4.1.min.js\" rel=\"javascript\"/></script>';\n\t echo '<script type=\"text/javascript\" src=\"'.myOwnLittleEbayShopPluginURL().'/my-own-little-ebay-shop-js.js\" rel=\"javascript\"/></script>';\n\t\n\t}\n}", "function actionGenerate()\n {\n $generated = 0;\n for ($i = 0; $i < 20; $i++) {\n $product = new Product();\n $values = [\n 'name' => $this->generateRandomString(),\n 'price' => mt_rand(50000, 100000) / 100\n ];\n if ($product->save($values)->exec()) {\n $generated++;\n }\n }\n\n echo $this->sendResult([\n 'success' => true,\n 'message' => \"generated $generated products\"\n ]);\n }", "public function run()\n {\n Product::truncate();\n\n $product = new Product();\n $product->name = \"Pc Gamer Alto Rendimiento Ideal Diseño Vfx Y Animacion 3d\";\n $product->reference = \"intel1234\";\n $product->stock = \"5\";\n $product->details = \"Marca: CoolerMaster MSI INTEL\n Modelo: PC GAMER DISEÑO 2021 16 NUCLEOS\n Procesador: Intel Core i7 10Ma Generacion! 12 NUCLEOS\n Disco duro: 4.5 TB\n RAM: 32 GB\n Sistema operativo: Windows 10\";\n $product->description = \"TORRE + MONITOR + TECLADO/MOUSE + CONECTIVIDAD +FUNKO-POP 3 Ventiladores RGB EN CHASIS FRONTAL DETALLES TECNICOS *Procesador: Core i7 10Th Generación!\n ---- *REFRIGERACION LIQUIDA COOLER MASTER 360 ESPEJO RGB *Board: MSI Z490 TORPEDO *MEMORIA RAM: 32GB 3600MHZ *TARJETA DE VIDEO DEDICADA: RTX 3060TI 8GB DEDICADOS GDDR6 4 PUERTOS DE VIDEO, MULTIPLES PANTALLAS\";\n $product->price = 4499.99;\n $product->shipping_cost = 0.99;\n $product->image_path = \"pc-gamer-1.png\";\n $product->save();\n\n $product = new Product();\n $product->name = \"Pc Gamer Ryzen 5/16gb Ram/500gb Ssd M.2/gtx 1650 4gb Video\";\n $product->reference = \"asus1234\";\n $product->stock = \"7\";\n $product->details = \"Marca: ASUS TUF GAMIN\n Modelo: GTX 1650\n Procesador: RYZEN 5\n Disco duro: 500 GB\n RAM: 16 GB\n Sistema operativo: Windows 10\";\n $product->description = \"- MEMORIA RAM: 16GB PC DDR4 3200MHZ RGB.\n - BOARD PLACA : MSI B450 GAMING PLUS\n - DISCO SOLIDO: 500 GB ADATA SATA 3.0.\n - FUENTE DE PODER: 600W REDRAGON CERTIFICADA 80 PLUS BRONZE\n - CHASIS REDRAGON ATX 4 VENTILADORES RGB + CONTROL\n -TARJETA DE VIDEO: ASUS TUF GAMING GTX 1650 DE 4GB DDR6\n - COMBO TECLADO, MOUSE Y DIADEMA GAMER RGB JYR.\n - SISTEMA OPERATIVO: WINDOWS 10.\n - Monitor Samsung 22 Ips Ref F22t350fhl 1920 X 1080 5ms 75hz\";\n $product->price = 1899.99;\n $product->shipping_cost = 0.99;\n $product->image_path = \"pc-gamer-2.png\";\n $product->save();\n\n $product = new Product();\n $product->name = \"Pc Gamer Amd Ryzen 5 Disc Ssd 240 + 1tb Ram 16gb Monitor 22\";\n $product->reference = \"amd2413\";\n $product->stock = \"10\";\n $product->details = \"Marca: AMD\n Modelo: RYZEN 5\n Procesador: AMD RYZEN 5 3400G\n Disco duro: 1 TB\n RAM: 16 GB\n Sistema operativo: Windows 10\";\n $product->description = \"- PROCESADOR AMD RYZEN 5 3400G RELOJ DE AUMENTO MAX: 4.2GHz\n N.º DE NUCLEOS DE CPU: 4 N.º DE SUBPROCESOS 8.\n - TARJETA DE VIDEO : VEGA 11 DE 2GB !\n N.º DE NUCLEOS DE GPU: 11\n - MEMORIA RAM :PC DDR4 16GB (2X8) 3000MHZ ADATA XPG RGB\n - TIPO DE PLACA O BOARD : B450 PRO4 AM4 AMD\n - DISCO SOLIDO : M.2 240GB KINGSTON\n - DISCO HHD: 1000GB MECANICO.\n - CAJA & CHASIS : POOWER GROUP RGB EN VIDRIO\n - MONITOR SAMSUNG O LG : 22 FULL HD CON HDMI\n - FUENTE DE PODER: 450W REAL CERTIFICADA.\n - ACCESORIOS :TECLADO Y MOUSE GAMER RGB.\n - SISTEMA OPERATIVO: WINDOWS 10\";\n $product->price = 1199.99;\n $product->shipping_cost = 0.99;\n $product->image_path = \"pc-gamer-5.png\";\n $product->save();\n\n $product = new Product();\n $product->name = \"Pc Gamer Clx Con Procesador Intel Core I9-7900x Memoria\";\n $product->reference = \"clx1243\";\n $product->stock = \"2\";\n $product->details = \"Procesador Intel Core i97900X\n RAM 32Gb\n tarjeta gráfica Nvidia GeForce GTX 1080 Ti\n SSD 480Gb HDD 3Tb\";\n $product->description = \"Experiencia impresionante escenas realistas con la NVIDIA GeForce RTX tarjeta gráfica de este CLX escritorio de juego bundle.. Windows 10 64bitVR ReadyNVIDIA GeForce RTX 2070 8GB dedicado graphicsTechnical detalles: 9 de Generación de los procesadores Intel Core i79700K de procesador memoria de 16 gb; 960GB; unidad de estado sólido duro de 3 tb drive\";\n $product->price =3399.99;\n $product->shipping_cost = 0.99;\n $product->image_path = \"pc-gamer-3.png\";\n $product->save();\n\n $product = new Product();\n $product->name = \"NextComputing EDGE XT2i Creative Pro Workstation\";\n $product->reference = \"asd1243\";\n $product->stock = \"2\";\n $product->details = \"3.0 GHz Intel Core i9-10980XE 18-Core\n 128GB of 2666 MHz DDR4 RAM\n NVIDIA GeForce RTX 3090 (24GB GDDR6X)\n 1TB M.2 NVMe SSD + 512GB M.2 NVMe SSD\";\n $product->description = \"Diseñada para aplicaciones que incluyen Blackmagic DaVinci Resolve, Adobe Premiere Pro y After Effects, FXhome HitFilm, MAGIX Vegas Pro, Grass Valley EDIUS, Assimilate SCRATCH y The Foundry NUKE, la estación de trabajo EDGE XT2i Creative Pro de NextComputing proporciona un equilibrio de hardware para permitir los usuarios aprovechan al máximo su software de edición de video y se enfocan en crear contenido avanzado.\";\n $product->price =8999.99;\n $product->shipping_cost = 0.99;\n $product->image_path = \"pc-gamer-4.png\";\n $product->save();\n }", "function _wpsc_action_merchant_v3_before_shopping_cart() {\n\t// likely that the theme depends on api v2's $wpsc_gateways loop object\n\tif ( _wpsc_is_merchant_v2_active() ) {\n\t\tadd_filter(\n\t\t\t'wpsc_merchant_v2_gateway_loop_items',\n\t\t\t'_wpsc_filter_merchant_v3_gateway_loop_items'\n\t\t);\n\n\t\treturn;\n\t}\n\n\tadd_filter(\n\t\t'wpsc_get_gateway_list',\n\t\t'_wpsc_filter_merchant_v3_get_gateway_list'\n\t);\n\n\tadd_filter(\n\t\t'wpsc_gateway_count',\n\t\t'_wpsc_filter_merchant_v3_gateway_count'\n\t);\n}", "public function run()\n {\n $products = [\n [\n 'name' => 'PNY CS900 2.5\" Internal SSD - 240 GB',\n 'group' => 'ssd',\n 'size' => '240 GB',\n 'price' => 26.00,\n 'info' => ['SATA III', 'Up to 6 Gbps', 'Read speed: up to 535 MB/s', 'Write speed: up to 500 MB/s'],\n ],\n [\n 'name' => 'PNY CS900 2.5\" Internal SSD - 500 GB',\n 'group' => 'ssd',\n 'size' => '500 GB',\n 'price' => 38.00,\n 'info' => ['SATA III', 'Up to 6 Gbps', 'Read speed: up to 535 MB/s', 'Write speed: up to 500 MB/s'],\n ],\n [\n 'name' => 'SAMSUNG EVO 860 2.5\" Internal SSD - 250 GB',\n 'group' => 'ssd',\n 'size' => '250 GB',\n 'price' => 39.00,\n 'info' => ['SATA III', 'Up to 6 Gbps', 'Hardware encryption', 'Read speed: up to 550 MB/s', 'Write speed: up to 525 MB/s'],\n ],\n [\n 'name' => 'SAMSUNG EVO 860 2.5\" Internal SSD - 500 GB',\n 'group' => 'ssd',\n 'size' => '500 GB',\n 'price' => 46.00,\n 'info' => ['SATA III', 'Up to 6 Gbps', 'Hardware encryption', 'Read speed: up to 550 MB/s', 'Write speed: up to 525 MB/s',],\n ],\n [\n 'name' => 'SAMSUNG 970 Evo Plus M.2 Internal SSD - 250 GB',\n 'group' => 'ssd',\n 'size' => '250 GB',\n 'price' => 43.00,\n 'info' => ['PCIe 3.0', 'Hardware encryption', 'Read speed: up to 3500 MB/s', 'Write speed: up to 2300 MB/s'],\n ],\n [\n 'name' => 'INTEL Core™ i7-10700K Unlocked Processor',\n 'group' => 'cpu',\n 'architecture' => 'intel',\n 'price' => 329.00,\n 'info' => ['Socket: LGA 1200', 'Frequency: 3.8 GHz overclockable', 'Turbo Boost: 5.1 GHz', 'Octa-core', 'Cache: 16 MB',]\n ],\n [\n 'name' => 'AMD Ryzen 7 3700X Processor',\n 'architecture' => 'amd',\n 'group' => 'cpu',\n 'price' => 299.00,\n 'info' => ['Includes RGB CPU cooler', 'Socket: AM4', 'Frequency: 3.6 GHz', 'Turbo Core: 4.4 GHz', 'Octa-core']\n ],\n [\n 'name' => 'M100 Fibre Broadband',\n 'group' => 'internet',\n 'subscription' => true,\n 'month contract' => 18,\n 'price' => 29.00,\n 'info' => ['Average download speeds of 108Mbps', 'Average upload speeds of 10Mbps', 'For busy households with 5-9 devices']\n ],\n [\n 'name' => 'M200 Fibre Broadband',\n 'group' => 'internet',\n 'subscription' => true,\n 'month contract' => 18,\n 'price' => 35.00,\n 'info' => ['Average download speeds of 213Mbps', 'Average upload speeds of 20Mbps', 'For busy households with 10+ devices']\n ]\n ];\n\n foreach($products as $product) {\n DB::table('products')->insert($product);\n }\n }", "public function perBill()\n\t{\n\t\t$this->restart( 'shop/finish' );\n\t}", "public function testRemovesOneUnitOfItemFromCart()\n {\n }", "public function setUpBeforeTests()\n {\n $initialProductCount = $this->_getProductCount();\n if ($initialProductCount < self::MINIMUM_PRODUCT_COUNT) {\n $this->loginAdminUser();\n// var_dump(\"createProducts()\");\n// $this->_createProducts(10 - $initialProductCount);\n for($i = $initialProductCount; $i < self::MINIMUM_PRODUCT_COUNT; $i++) {\n $this->_createSimpleProduct();\n }\n $initialProductCount = $i;\n }\n }", "function spiplistescleaner_install($install)\n{\n switch ($install) {\n case 'test':\n return spiplistescleaner_test();\n break;\n case 'install':\n return spiplistescleaner_update();\n break;\n case 'uninstall':\n return spiplistescleaner_uninstall();\n break;\n }\n}", "function MyShop_Main($args) {\n global $_CONF, $_TABLES, $_MYSHOP_CONF;\n\n $T = new Template($_CONF['path'] . 'plugins/myshop/templates');\n\n $T->set_file(array (\n 'topmenu' => 'topmenu.thtml',\n 'product' => 'product.thtml',\n 'table' => 'table.thtml',\n ));\n\n $row = MyShop_GetProduct(\"on\");\n if ($row == \"\")\n {\n $row = MyShop_str('no_product');\n }\n\n $T->set_var(array(\n 'lang_piname' => $_MYSHOP_CONF['pi_display_name'],\n 'icon_url' => $_CONF['site_url'] . '/myshop/images/myshop.png',\n 'title' => MyShop_str('pi_name'),\n 'caption' => MyShop_str('top_menu_caption'),\n 'menu1' => MyShop_str('top_menu1'),\n 'menu2' => MyShop_str('top_menu2'),\n 'menu3' => MyShop_str('top_menu3'),\n 'menu4' => MyShop_str('top_menu4'),\n 'meta1' => MyShop_str('product_name'),\n 'meta2' => MyShop_str('tbl_head_text'),\n 'meta3' => MyShop_str('tbl_head_price'),\n 'meta4' => MyShop_str('stock'),\n 'meta5' => MyShop_str('tbl_head_image'),\n 'notfound' => $notfound,\n 'h1' => MyShop_str('tbl_head_image'),\n 'h2' => MyShop_str('tbl_head_text'),\n 'h3' => MyShop_str('tbl_head_price'),\n 'h4' => MyShop_str('stock'),\n 'h5' => \"-\",\n 'list' => $row,\n ));\n\n $T->parse('output', 'topmenu');\n $content .= $T->finish($T->get_var('output'));\n\n $T->parse('output', 'product');\n $content .= $T->finish($T->get_var('output'));\n\n $T->parse('output', 'table');\n $content .= $T->finish($T->get_var('output'));\n \n $display = COM_createHTMLDocument($content);\n COM_output($display);\n}", "public function run()\n {\n for($i=1 ; $i<801 ; $i++)\n {\n $client = rand(1 , 1000);\n $shop = rand(1 , 200);\n if(DB::table('client_shop')->where('client_id' , $client)->where('shop_id' , $shop)->exists())\n {\n //\n }\n else\n {\n DB::table('client_shop')->insert(\n [\n 'client_id' => $client, \n 'shop_id' => $shop, \n ]\n \n ); \n }\n \n\n }\n }", "function storeBuddyPressMenu() {\n global $bp;\n\n if ($bp->displayed_user->id != $bp->loggedin_user->id) {\n return;\n }\n //roleの確認\n $u = new WP_User($bp->displayed_user->id);\n if (!$u->has_cap(SC_CAP)) {\n return;\n }\n\n $simplecart_store_link = $bp->loggedin_user->domain . $bp->simplecart_store->slug . '/';\n\n /* Add 'SimpleCart Store' to the main navigation */\n bp_core_add_nav_item(__(SCLNG_MENU_STORE, SC_DOMAIN), $bp->simplecart_store->slug, false, false);\n /* Set a specific sub nav item as the default when the top level item is clicked */\n bp_core_add_nav_default($bp->simplecart_store->slug, 'sc_store_info', SC_BPID_STORE_INFO);\n /* Create two sub nav items for this component */\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_STORE_INFO, __(SCLNG_MENU_STORE_INFO, SC_DOMAIN), $simplecart_store_link, 'sc_store_info');\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_ORDER, __(SCLNG_MENU_STORE_ORDER, SC_DOMAIN), $simplecart_store_link, 'sc_store_order_manage', false, bp_is_home());\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_PRODUCT_LIST, __(SCLNG_MENU_STORE_PRODUCT_LIST, SC_DOMAIN), $simplecart_store_link, 'sc_store_product_list', false, bp_is_home());\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_PRODUCT, __(SCLNG_MENU_STORE_PRODUCT, SC_DOMAIN), $simplecart_store_link, 'sc_store_product_register', false, bp_is_home());\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_VARIATION, __(SCLNG_MENU_STORE_VARIATION, SC_DOMAIN), $simplecart_store_link, 'sc_store_variation_manage', false, bp_is_home());\n if ($bp->current_action==SC_BPID_VARIATION_RELATION) {\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_VARIATION_RELATION, __(SCLNG_MENU_STORE_VARIATION_RELATION, SC_DOMAIN), $simplecart_store_link, 'sc_store_variation_relation_manage', false, bp_is_home());\n }\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_DELIVERY, __(SCLNG_MENU_STORE_DELIVERY, SC_DOMAIN), $simplecart_store_link, 'sc_store_delivery_manage', false, bp_is_home());\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_TAX, __(SCLNG_MENU_STORE_TAX, SC_DOMAIN), $simplecart_store_link, 'sc_store_tax_manage', false, bp_is_home());\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_PAID, __(SCLNG_MENU_STORE_PAID_METHOD, SC_DOMAIN), $simplecart_store_link, 'sc_store_paid_manage', false, bp_is_home());\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_STORE_USER, __(SCLNG_MENU_STORE_USER, SC_DOMAIN), $simplecart_store_link, 'sc_store_user_manage', false, bp_is_home());\n bp_core_add_subnav_item($bp->simplecart_store->slug, SC_BPID_REVIEW, __(SCLNG_MENU_STORE_REVIEW, SC_DOMAIN), $simplecart_store_link, 'sc_store_review_manage', false, bp_is_home());\n\n /* Only execute the following code if we are actually viewing this component */\n if ($bp->current_component == $bp->simplecart_store->slug) {\n if (bp_is_home()) {\n /* If the user is viewing their own profile area set the title to \"My Simple Cart\" */\n $bp->bp_options_title = __(SCLNG_MENU_STORE, SC_DOMAIN);\n }\n else {\n /* If the user is viewing someone elses profile area, set the title to \"[user fullname]\" */\n $bp->bp_options_avatar = bp_core_get_avatar($bp->displayed_user->id, 1);\n $bp->bp_options_title = $bp->displayed_user->fullname;\n }\n }\n }", "public function testAllStores()\n {\n\n }", "public function run()\n {\n\n Product::truncate();\n $total = 60;\n $publisherArray = ['紅樹林出版','九章出版社','天下文化','天下雜誌','雄獅圖書','幼獅文化','卓著出版社'];\n $bookArray = ['唐吉軻德','雙城記','童軍警探','紅樓夢','麥田捕手','黑美人','玫瑰之名','天地一沙鷗','天使與魔鬼','安妮日記'];\n $InterpreterArray = ['呂相儒','林光 (當代翻譯家)','黎烈文','賴明珠','林曙光 (作家)',\n '劉其偉','劉墉 (作家、畫家)','李昂 (作家)','劉慕沙'];\n $fake = \\Faker\\Factory::create('zh_TW');\n foreach (range(1,$total) as $id){\n $price = rand(300,1200);\n $category_id = Category::inRandomOrder()->first()->id;\n $subcategory_id=Subcategory::inRandomOrder()->where('category_id',$category_id)->first()->subcategory_id;\n $product = Product::create([\n 'title' => $bookArray[($id-1)%10],\n 'subtitle' => $fake->realText(rand(10,15)),\n 'description' => $fake->realText(rand(10,15)),\n 'type' => 0,\n 'author' => \"作者\".($id-1)%10,\n 'publisher' => $publisherArray[rand(0,6)],\n 'publish_year'=>rand(1,2020),\n 'isbn'=>$this->randISBN(),\n 'category_id' =>$category_id,\n 'subcategory_id'=>$subcategory_id,\n 'author_description' =>$fake->realText(rand(10,15)),\n 'interpreter' => $InterpreterArray[rand(0,8)],\n 'list_price' => $price,\n 'sale_price' => floor($price*rand(60,100)/100),\n 'stock' => rand(0,10),\n ]);\n foreach (range(1,3) as $id){\n $product->tags()->attach(rand(1,8));\n }\n }\n }", "public function createStore($shop)\n {\n // Require only on this function to not overload memory with unneeded classes\n require_once _PS_MODULE_DIR_ . 'doofinder/lib/EasyREST.php';\n $client = new EasyREST();\n $apikey = Configuration::getGlobalValue('DF_AI_APIKEY');\n $admin_endpoint = Configuration::getGlobalValue('DF_AI_ADMIN_ENDPOINT');\n $languages = Language::getLanguages(true, $shop['id_shop']);\n $currencies = Currency::getCurrenciesByIdShop($shop['id_shop']);\n $shopId = $shop['id_shop'];\n $shopGroupId = $shop['id_shop_group'];\n $primary_lang = new Language(Configuration::get('PS_LANG_DEFAULT', null, $shopGroupId, $shopId));\n $installationID = null;\n $callbacksUrls = [];\n\n $this->setDefaultShopConfig($shopGroupId, $shopId);\n\n $shop_url = $this->getShopURL($shopId);\n $store_data = [\n 'name' => $shop['name'],\n 'platform' => 'prestashop',\n 'primary_language' => $primary_lang->language_code,\n 'search_engines' => [],\n 'sector' => '',\n ];\n\n foreach ($languages as $lang) {\n foreach ($currencies as $cur) {\n if ($cur['deleted'] == 1) {\n continue;\n }\n $ciso = $cur['iso_code'];\n $lang_code = $lang['language_code'];\n $feed_url = $this->buildFeedUrl($shopId, $lang['iso_code'], $ciso);\n $store_data['search_engines'][] = [\n 'name' => $shop['name'] . ' | Lang:' . $lang['iso_code'] . ' Currency:' . strtoupper($ciso),\n 'language' => $lang_code,\n 'currency' => $ciso,\n 'site_url' => $shop_url,\n 'stopwords' => false,\n 'datatypes' => [\n [\n 'name' => 'product',\n 'preset' => 'product',\n 'datasources' => [\n [\n 'options' => [\n 'url' => $feed_url,\n ],\n 'type' => 'file',\n ],\n ],\n 'options' => [\n 'exclude_out_of_stock_items' => false,\n 'group_variants' => false,\n ],\n ],\n ],\n ];\n $callbacksUrls[$lang_code][$ciso] = $this->getProcessCallbackUrl();\n }\n }\n $store_data['callback_urls'] = $callbacksUrls;\n\n $json_store_data = json_encode($store_data);\n $this->debug('Create Store Start');\n $this->debug(print_r($store_data, true));\n\n $response = $client->post(\n 'https://' . $admin_endpoint . '/plugins/create-store',\n $json_store_data,\n false,\n false,\n 'application/json',\n ['Authorization: Token ' . $apikey]\n );\n\n if ($response->getResponseCode() == 200) {\n $response = json_decode($response->response, true);\n $installationID = @$response['installation_id'];\n $this->debug('Create Store response:');\n $this->debug(print_r($response, true));\n\n if ($installationID) {\n $this->debug(\"Set installation ID: $installationID\");\n Configuration::updateValue('DF_INSTALLATION_ID', $installationID, false, $shopGroupId, $shopId);\n Configuration::updateValue('DF_ENABLED_V9', true, false, $shopGroupId, $shopId);\n $this->setSearchEnginesByConfig();\n } else {\n $this->debug('Invalid installation ID');\n exit('ko');\n }\n } else {\n $error_msg = \"Create Store failed with code {$response->getResponseCode()} and message '{$response->getResponseMessage()}'\";\n $response_msg = 'Response: ' . print_r($response->response, true);\n $this->debug($error_msg);\n $this->debug($response_msg);\n echo $response->response;\n exit;\n }\n }", "public function run()\n {\n // $faker = Faker\\Factory::create();\n //\n // for ($i=1; $i < 7; $i++) {\n // $purchase = [\n // 'price' => $faker->numberBetween(20000, 2000000),\n // 'order_id' => $i,\n // 'product_id' => $i,\n // 'quantity' => $faker->numberBetween(0, 6),\n // 'has_includes' => ($i % 2 == 0) ? true : false,\n // 'includes' => $faker->words(2, true),\n // 'include_price' => ($i % 2 == 0) ? 2000000 : 175000,\n // 'total_price' => $faker->numberBetween(40000, 4000000),\n // ];\n // Purchase::create($purchase);\n // }\n }", "public function releaseRefPointsOnEveryShoping()\n {\n \t//More you pay less you release.\n \t//Get the points for other shops.\n }", "function jft_assistant_sdk( $products ) {\n\t$products[] = __FILE__;\n\n\treturn $products;\n}", "public static function install(){\n\t}", "public function testGetOneShop()\n {\n //Given\n $shop = factory(Shop::class)->create(['user_id' => $this->user->id]);\n\n //When\n $response = $this->actingAs($this->user)->get('api/admin/shop/' . $shop->id);\n\n //Then\n $response->assertStatus(200);\n }", "function jigoshop_upgrade_130() {\n\t\n\tglobal $wpdb;\n\t\n\t/* Update all product variation titles to something useful. */\n\t$args = array(\n\t\t'post_type' => 'product',\n\t\t'tax_query' => array(\n\t\t\tarray(\n\t\t\t\t'taxonomy'=> 'product_type',\n\t\t\t\t'terms' => 'variable',\n\t\t\t\t'field' => 'slug',\n\t\t\t\t'operator'=> 'IN'\n\t\t\t)\n\t\t)\n\t);\n\t$posts_array = get_posts( $args );\n\n\tforeach ( $posts_array as $post ) {\n\n\t\t$product = new jigoshop_product ( $post->ID );\n\t\t$var = $product->get_children();\n\n\t\tforeach ( $var as $id ) {\n\n\t\t\t$variation = $product->get_child( $id )->variation_data;\n\t\t\t$taxes = array();\n\n\t\t\tforeach ( $variation as $k => $v ) :\n\n\t\t\t\tif ( strstr ( $k, 'tax_' ) ) {\n\t\t\t\t\t$tax = substr( $k, 4 );\n\t\t\t\t\t$taxes[] = sprintf('[%s: %s]', $tax, !empty($v) ? $v : 'Any ' . $tax );\n\t\t\t\t}\n\n\t\t\tendforeach;\n\n\t\t\tif ( !strstr (get_the_title($id), 'Child Variation' ) )\n\t\t\t\tcontinue;\n\n\t\t\t$title = sprintf('%s - %s', get_the_title($post->ID), implode( $taxes, ' ' ) );\n\t\t\tif ( !empty($title) )\n\t\t\t\t$wpdb->update( $wpdb->posts, array('post_title' => $title), array('ID' => $id) );\n\n\t\t}\n\n\t}\n\t\n\t// Convert coupon options to new 'shop_coupon' custom post type and create posts\n\t$args = array(\n\t\t'numberposts'\t=> -1,\n\t\t'post_type'\t\t=> 'shop_coupon',\n\t\t'post_status'\t=> 'publish'\n\t);\n\t$new_coupons = (array) get_posts( $args );\n\tif ( empty( $new_coupons )) { /* probably an upgrade from 1.2.3 or less, convert options based coupons */\n\t\t$coupons = get_option( 'jigoshop_coupons' );\n\t\t$coupon_data = array(\n\t\t\t'post_status' => 'publish',\n\t\t\t'post_type' => 'shop_coupon',\n\t\t\t'post_author' => 1,\n\t\t\t'post_name' => '',\n\t\t\t'post_content' => '',\n\t\t\t'comment_status' => 'closed'\n\t\t);\n\t\tif ( ! empty( $coupons )) foreach ( $coupons as $coupon ) {\n\t\t\t$coupon_data['post_name'] = $coupon['code'];\n\t\t\t$coupon_data['post_title'] = $coupon['code'];\n\t\t\t$post_id = wp_insert_post( $coupon_data );\n\t\t\tupdate_post_meta( $post_id, 'type', $coupon['type'] );\n\t\t\tupdate_post_meta( $post_id, 'amount', $coupon['amount'] );\n\t\t\tupdate_post_meta( $post_id, 'include_products', $coupon['products'] );\n\t\t\tupdate_post_meta( $post_id, 'date_from', ($coupon['date_from'] <> 0) ? $coupon['date_from'] : '' );\n\t\t\tupdate_post_meta( $post_id, 'date_to', ($coupon['date_to'] <> 0) ? $coupon['date_to'] : '' );\n\t\t\tupdate_post_meta( $post_id, 'individual_use', ($coupon['individual_use'] == 'yes') );\n\t\t}\n\t} else { /* if CPT based coupons from RC1, convert data for incorrect products meta */\n\t\tforeach ( $new_coupons as $id => $coupon ) {\n\t\t\t$product_ids = get_post_meta( $coupon->ID, 'products', true );\n\t\t\tif ( $product_ids <> '' ) update_post_meta( $coupon->ID, 'include_products', $product_ids );\n\t\t\tdelete_post_meta( $coupon->ID, 'products', $product_ids );\n\t\t}\n\t}\n\t\n\tflush_rewrite_rules( true );\n\n}", "public function vpup_set_cart() \n {\n // Used to decide if we need to redirect to the cart. \n $should_redirect = false;\n\n // TODO: Refactor this to be dynamic. \n // Check our Product Quantity then add a cart item, if we have any items. \n if( $_GET[ 'vetCertQuantity' ] > 0 ) {\n WC()->cart->add_to_cart( 147, $_GET[ 'vetCertQuantity'] );\n $should_redirect = true;\n }\n\n // Check our Product Quantity then add a cart item, if we have any items. \n if( $_GET[ 'vetCertAvianQuantity' ] > 0 ) {\n WC()->cart->add_to_cart( 149, $_GET[ 'vetCertAvianQuantity'] );\n $should_redirect = true;\n }\n\n // Check our Product Quantity then add a cart item, if we have any items. \n if( $_GET[ 'groomerQuantity' ] > 0 ) {\n WC()->cart->add_to_cart( 150, $_GET[ 'groomerQuantity'] );\n $should_redirect = true;\n }\n\n // Check our Product Quantity then add a cart item, if we have any items. \n if( $_GET[ 'trainerQuantity' ] > 0 ) {\n WC()->cart->add_to_cart( 151, $_GET[ 'trainerQuantity'] );\n $should_redirect = true;\n }\n\n // Return our cart redirect value\n return $should_redirect;\n }", "function db_install_302p1()\n{\n $oDb = Phpfox::getLib('database');\n\n if (!$oDb->isField(Phpfox::getT('advancedmarketplace'), 'total_dislike'))\n {\n $oDb->query(\"ALTER TABLE `\" . Phpfox::getT('advancedmarketplace') . \"`\n ADD `total_dislike` int(10) unsigned NOT NULL DEFAULT '0' AFTER `total_like` \");\n }\n\n if (!$oDb->isField(Phpfox::getT('advancedmarketplace'), 'is_notified'))\n {\n $oDb->query(\"ALTER TABLE `\" . Phpfox::getT('advancedmarketplace') . \"`\n ADD `is_notified` tinyint(1) NOT NULL DEFAULT '0' AFTER `auto_sell` \");\n }\n}", "public function run(){\n //\n DB::table('products')->insert([\n \t'name' => 'Harina Pan',\n 'price' => '4000',\n 'weight' => '4',\n 'type' => 'physical',\n\n ]);\n Products::factory()->count(3)->create();\n \n\n }", "public static function run2()\n {\n // commented out so that tests run!\n // $writer = new ShopProductWriter();\n\n $product1 = new BookProduct(\"Собачье сердце\", \"Михаил\", \"Булгаков\", 5.99, 300);\n $product2 = new CdProduct(\n \"Классическая музыка. Лучше\",\n \"Антонио\",\n \"Вивальди\",\n 10.99,\n 60\n );\n\n $textwriter = new TextProductWriter();\n $textwriter->addProduct($product1);\n $textwriter->addProduct($product2);\n $textwriter->write();\n\n $xmlwriter = new XmlProductWriter();\n $xmlwriter->addProduct($product1);\n $xmlwriter->addProduct($product2);\n $xmlwriter->write();\n }", "function app_products() {\r\n $this->name=\"app_products\";\r\n $this->title=\"<#LANG_APP_PRODUCTS#>\";\r\n $this->module_category=\"<#LANG_SECTION_APPLICATIONS#>\";\r\n $this->checkInstalled();\r\n}", "function index()\n {\n // If the cart is empty, show the empty cart page\n if (empty($_SESSION['cart'])) {\n $this->registry->template->show('cart-empty');\n die();\n }\n\n $cartItemsHtml = '';\n $game = new \\Webshop\\Model\\Game();\n\n $resultGames = [];\n $subtotaal = 0.0;\n $verzendkosten = 1.98;\n\n // Load the games from the database\n foreach ($_SESSION['cart'] as $gameFromSession) {\n $gameId = $gameFromSession[0];\n if ($game->getOne(\"id\", $gameId)) {\n $resultGames[] = $game->getOne(\"id\", $gameId);\n }\n }\n\n // Create the html for eacht game\n $count = 0;\n foreach ($resultGames as $game) {\n\n if (file_exists(\"images/games/\" . $game->imageBackground)) {\n $gameBackgroundImage = $game->imageBackground;\n } else {\n $gameBackgroundImage = \"pc/General_background.jpg\";\n }\n\n $options = '';\n $amount = $_SESSION['cart'][$count][1];\n for ($index = 1; $index < $this->amountOfOption; $index++) {\n $selected = '';\n ($index == $amount) ? $selected = 'selected' : '';\n $options .= \"<option $selected>$index</option>\";\n }\n\n $gameTotalPrice = $game->price * $amount;\n $subtotaal += $gameTotalPrice;\n $cartItemsHtml .= <<< CARTITEMS\n <article style=\"background: url(/images/games/$gameBackgroundImage) center center no-repeat;\">\n <h2><a href = \"/games/id/$game->id\" >$game->title</a></h2>\n <a href=\"/games/id/$game->id\" >\n <img alt = \"Primary image of the article\" class=\"product-front-img\" src = \"/images/games/$game->image\">\n </a> \n <strong>$amount x &euro; $game->price = &euro; $gameTotalPrice</strong>\n <form method=\"post\" action=\"/cart/updateNumberOfItems\">\n <input type=\"hidden\" name=\"gameId\" value=\"$game->id\">\n <select name=\"amount\" onchange=\"this.form.submit()\">\n $options\n </select>\n </form>\n <a class=\"button remove-from-cart\" href=\"/cart/remove/$game->id\">\n <span class=\"lnr lnr-trash\"></span>\n </a> \n </article>\nCARTITEMS;\n\n $count++;\n }\n\n $totalPrice = $subtotaal + $verzendkosten; // Default verzendkosten\n $this->registry->template->verzendkosten = $verzendkosten;\n $this->registry->template->subTotal = $subtotaal;\n $this->registry->template->totalPrice = $totalPrice;\n $this->registry->template->cartItemsHtml = $cartItemsHtml;\n $this->registry->template->show('cart');\n unset($_SESSION['addToCartError']);\n }", "public function payWayPurchase()\n\t{\n\t}", "function BuyBoxSetNow() {\n\treturn\n'\n<a class=\"button radius primary medium\" title=\"Earlyarts Box Set\" href=\"/store/products/nurturing-young-childrens-learning-box-set/\" >Save a whopping 40% and buy this pack in a box-set!</a>\n';\n\t\n}", "public function run()\n {\n $products = [\n ['name' => \"Duracell - AAA Batteries (4-Pack)\", 'description_short' => \"Compatible with select electronic devices; AAA size; DURALOCK Power Preserve technology; 4-pack\", 'description_long' => \"Compatible with select electronic devices; AAA size; DURALOCK Power Preserve technology; 4-pack\", 'price' => 5.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duracell-aaa-batteries-4-pack/43900.p?id=1051384074145&skuId=43900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=43900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4390\\/43900_sa.jpg\"}', 'upc' => '041333424019', 'provider' => 'bestbuy'],\n ['name' => \"Duracell - AA 1.5V CopperTop Batteries (4-Pack)\", 'description_short' => \"Long-lasting energy; DURALOCK Power Preserve technology; for toys, clocks, radios, games, remotes, PDAs and more\", 'description_long' => \"Long-lasting energy; DURALOCK Power Preserve technology; for toys, clocks, radios, games, remotes, PDAs and more\", 'price' => 5.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duracell-aa-1-5v-coppertop-batteries-4-pack/48530.p?id=1099385268988&skuId=48530&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=48530', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4853\\/48530_sa.jpg\"}', 'upc' => '041333415017', 'provider' => 'bestbuy'],\n ['name' => \"Duracell - AA Batteries (8-Pack)\", 'description_short' => \"Compatible with select electronic devices; AA size; DURALOCK Power Preserve technology; 8-pack\", 'description_long' => \"Compatible with select electronic devices; AA size; DURALOCK Power Preserve technology; 8-pack\", 'price' => 7.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duracell-aa-batteries-8-pack/127687.p?id=1051384045676&skuId=127687&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=127687', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1276\\/127687_sa.jpg\"}', 'upc' => '041333825014', 'provider' => 'bestbuy'],\n ['name' => \"Energizer - MAX Batteries AA (4-Pack)\", 'description_short' => \"4-pack AA alkaline batteries; battery tester included\", 'description_long' => \"4-pack AA alkaline batteries; battery tester included\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/energizer-max-batteries-aa-4-pack/150115.p?id=1051384046217&skuId=150115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=150115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1501\\/150115_sa.jpg\"}', 'upc' => '039800011329', 'provider' => 'bestbuy'],\n ['name' => \"Duracell - C Batteries (4-Pack)\", 'description_short' => \"Compatible with select electronic devices; C size; DURALOCK Power Preserve technology; 4-pack\", 'description_long' => \"Compatible with select electronic devices; C size; DURALOCK Power Preserve technology; 4-pack\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duracell-c-batteries-4-pack/185230.p?id=1051384046486&skuId=185230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=185230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1852\\/185230_sa.jpg\"}', 'upc' => '041333440019', 'provider' => 'bestbuy'],\n ['name' => \"Duracell - D Batteries (4-Pack)\", 'description_short' => \"Compatible with select electronic devices; D size; DURALOCK Power Preserve technology; 4-pack\", 'description_long' => \"Compatible with select electronic devices; D size; DURALOCK Power Preserve technology; 4-pack\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duracell-d-batteries-4-pack/185267.p?id=1051384046551&skuId=185267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=185267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1852\\/185267_sa.jpg\"}', 'upc' => '041333430010', 'provider' => 'bestbuy'],\n ['name' => \"Pioneer - 4\\\" 3-Way Surface-Mount Speakers with IMPP Composite Cones (Pair) - Black\", 'description_short' => \"80W maximum power (20W RMS); 4&quot; IMPP composite cone woofer; 3/4&quot; horn tweeter\", 'description_long' => \"80W maximum power (20W RMS); 4&quot; IMPP composite cone woofer; 3/4&quot; horn tweeter\", 'price' => 144.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pioneer-4-3-way-surface-mount-speakers-with-impp-composite-cones-pair-black/309062.p?id=1218643240258&skuId=309062', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=309062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0309\\/0309062_sa.jpg\"}', 'upc' => '012562165141', 'provider' => 'bestbuy'],\n ['name' => \"Duracell - 9V Batteries (2-Pack)\", 'description_short' => \"Compatible with select electronic devices; alkaline chemistry; 9V size; DURALOCK Power Preserve technology; 2-pack\", 'description_long' => \"Compatible with select electronic devices; alkaline chemistry; 9V size; DURALOCK Power Preserve technology; 2-pack\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duracell-9v-batteries-2-pack/312290.p?id=1051384050321&skuId=312290&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=312290', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3122\\/312290_sa.jpg\"}', 'upc' => '041333216010', 'provider' => 'bestbuy'],\n ['name' => \"Directed Electronics - Viper Audio Glass Break Sensor\", 'description_short' => \"From our expanded online assortment; compatible with Directed Electronics alarm systems; microphone and microprocessor detect and analyze intrusions; detects quiet glass breaks\", 'description_long' => \"From our expanded online assortment; compatible with Directed Electronics alarm systems; microphone and microprocessor detect and analyze intrusions; detects quiet glass breaks\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/directed-electronics-viper-audio-glass-break-sensor/324884.p?id=1112808077651&skuId=324884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=324884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3248\\/324884_rc.jpg\"}', 'upc' => '093207005060', 'provider' => 'bestbuy'],\n ['name' => \"Energizer - N Cell E90 Batteries (2-Pack)\", 'description_short' => \"Alkaline batteries; 1.5V\", 'description_long' => \"Alkaline batteries; 1.5V\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/energizer-n-cell-e90-batteries-2-pack/333179.p?id=1185268509951&skuId=333179&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=333179', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3331\\/333179_sa.jpg\"}', 'upc' => '039800013200', 'provider' => 'bestbuy'],\n ['name' => \"Salt (Blu-ray Disc) (Unrated)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/salt-blu-ray-disc-unrated/341632.p?id=2164505&skuId=341632&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=341632', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3416\\/341632_sa.jpg\"}', 'upc' => '043396350113', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Radio Installation Dash Kit for Most 1989-2000 Ford, Lincoln & Mercury Vehicles - Black\", 'description_short' => \"From our expanded online assortment; compatible with most 1989-2000 Ford, Lincoln and Mercury vehicles; snap-in TurboKit offers fast installation; spacer/trim ring; rear support bracket\", 'description_long' => \"From our expanded online assortment; compatible with most 1989-2000 Ford, Lincoln and Mercury vehicles; snap-in TurboKit offers fast installation; spacer/trim ring; rear support bracket\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-radio-installation-dash-kit-for-most-1989-2000-ford-lincoln-mercury-vehicles-black/346575.p?id=1218118704590&skuId=346575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=346575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3465\\/346575_rc.jpg\"}', 'upc' => '086429002757', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Radio Dash Multikit for Select GM Vehicles - Black\", 'description_short' => \"From our expanded online assortment; compatible with select GM vehicles; plastic material\", 'description_long' => \"From our expanded online assortment; compatible with select GM vehicles; plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-radio-dash-multikit-for-select-gm-vehicles-black/346646.p?id=1210376657731&skuId=346646', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=346646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3466\\/346646_rc.jpg\"}', 'upc' => '086429003273', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Wiring Harness for Select 1998-2008 Ford Vehicles - Multicolored\", 'description_short' => \"Compatible with select 1998-2008 Ford vehicles; connects an aftermarket radio to a vehicle&#039;s harness\", 'description_long' => \"Compatible with select 1998-2008 Ford vehicles; connects an aftermarket radio to a vehicle&#039;s harness\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-wiring-harness-for-select-1998-2008-ford-vehicles-multicolored/347137.p?id=1142290459780&skuId=347137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=347137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9852\\/9852688_sa.jpg\"}', 'upc' => '086429056514', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Aftermarket Radio Wire Harness Adapter for Select Vehicles\", 'description_short' => \"Compatible with Honda and Acura vehicles; connects an aftermarket radio to your car&#039;s harness\", 'description_long' => \"Compatible with Honda and Acura vehicles; connects an aftermarket radio to your car&#039;s harness\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-aftermarket-radio-wire-harness-adapter-for-select-vehicles/347146.p?id=1183160746244&skuId=347146&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=347146', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3471\\/347146_rc.jpg\"}', 'upc' => '086429056507', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Wiring Harness for Most 1986-1998 Honda Acura Vehicles - Multicolored\", 'description_short' => \"Compatible with most 1986-1998 Honda Acura vehicles; connects an aftermarket radio to a vehicle&#039;s harness\", 'description_long' => \"Compatible with most 1986-1998 Honda Acura vehicles; connects an aftermarket radio to a vehicle&#039;s harness\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-wiring-harness-for-most-1986-1998-honda-acura-vehicles-multicolored/347155.p?id=1142292396747&skuId=347155&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=347155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3471\\/347155_rc.jpg\"}', 'upc' => '086429002597', 'provider' => 'bestbuy'],\n ['name' => \"METRA - Antenna Cable Adapter\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-antenna-cable-adapter/347324.p?id=1122653249084&skuId=347324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=347324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3473\\/347324_105x210_sc.jpg\"}', 'upc' => '086429007097', 'provider' => 'bestbuy'],\n ['name' => \"METRA - Antenna Cable Adapter - Black\", 'description_short' => \"Compatible with select 1988-2005 vehicles; adapts an aftermarket antenna to OEM radios; flat plug\", 'description_long' => \"Compatible with select 1988-2005 vehicles; adapts an aftermarket antenna to OEM radios; flat plug\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-antenna-cable-adapter-black/347333.p?id=1169512349334&skuId=347333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=347333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3473\\/347333_sa.jpg\"}', 'upc' => '086429007189', 'provider' => 'bestbuy'],\n ['name' => \"INSTALL - PORTABLE RADAR DETECTOR INST\", 'description_short' => \"PORTABLE RADAR DETECTOR INST\", 'description_long' => \"PORTABLE RADAR DETECTOR INST\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/install-portable-radar-detector-inst/349572.p?id=1218019625086&skuId=349572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=349572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_m.gif\"}', 'upc' => '400003495726', 'provider' => 'bestbuy'],\n ['name' => \"Pioneer - 4\\\" x 10\\\" 2-Way Car Speakers with Polypropylene Cone (Pair)\", 'description_short' => \"Handles 120 watts peak power (35 watts RMS); 4&quot; x 10&quot; injection-molded polypropylene composite cone woofer; 1-5/8&quot; cone tweeter; 8.8 oz. magnet\", 'description_long' => \"Handles 120 watts peak power (35 watts RMS); 4&quot; x 10&quot; injection-molded polypropylene composite cone woofer; 1-5/8&quot; cone tweeter; 8.8 oz. magnet\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pioneer-4-x-10-2-way-car-speakers-with-polypropylene-cone-pair/354280.p?id=1051826168113&skuId=354280', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=354280', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0354\\/0354280_sa.jpg\"}', 'upc' => '012562175287', 'provider' => 'bestbuy'],\n ['name' => \"Backroads - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backroads-cd/357946.p?id=273505&skuId=357946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=357946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3579\\/357946.jpg\"}', 'upc' => '074644685527', 'provider' => 'bestbuy'],\n ['name' => \"The City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-city-cd/358801.p?id=102982&skuId=358801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=358801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0358\\/0358801_sa.jpg\"}', 'upc' => '075678224829', 'provider' => 'bestbuy'],\n ['name' => \"Sailing the Seas of Cheese - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sailing-the-seas-of-cheese-cd/358909.p?id=95472&skuId=358909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=358909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0358\\/0358909_sa.jpg\"}', 'upc' => '606949165925', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Favorite Hits [Capitol Special Markets] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-favorite-hits-capitol-special-markets-cd/359276.p?id=245619&skuId=359276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=359276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3592\\/359276.jpg\"}', 'upc' => '077775739626', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Cema/Atlantic] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cema-atlantic-cd/359301.p?id=93259&skuId=359301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=359301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3593\\/359301.jpg\"}', 'upc' => '077775739824', 'provider' => 'bestbuy'],\n ['name' => \"O.G. (Original Gangster) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/o-g-original-gangster-cd/359846.p?id=2390035&skuId=359846&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=359846', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0359\\/0359846_sa.jpg\"}', 'upc' => '075992649223', 'provider' => 'bestbuy'],\n ['name' => \"Playground - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/playground-cd/359980.p?id=70015&skuId=359980&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=359980', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3599\\/359980.jpg\"}', 'upc' => '077779548026', 'provider' => 'bestbuy'],\n ['name' => \"Seal [1991] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seal-1991-cd/360139.p?id=98170&skuId=360139&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=360139', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3601\\/360139_sa.jpg\"}', 'upc' => '075992662727', 'provider' => 'bestbuy'],\n ['name' => \"Wilson Phillips - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wilson-phillips-cd/360193.p?id=104417&skuId=360193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=360193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3601\\/360193.jpg\"}', 'upc' => '077779374526', 'provider' => 'bestbuy'],\n ['name' => \"To The Extreme - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/to-the-extreme-cd/360317.p?id=2292802&skuId=360317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=360317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0360\\/0360317_sa.jpg\"}', 'upc' => '077779532520', 'provider' => 'bestbuy'],\n ['name' => \"True Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/true-love-cd/360415.p?id=1366577&skuId=360415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=360415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '762185123522', 'provider' => 'bestbuy'],\n ['name' => \"Pocket Full of Gold - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pocket-full-of-gold-cd/360433.p?id=83624&skuId=360433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=360433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3604\\/360433_sa.jpg\"}', 'upc' => '008811014025', 'provider' => 'bestbuy'],\n ['name' => \"Steelheart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steelheart-cd/360451.p?id=100266&skuId=360451&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=360451', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0360\\/0360451_sa.jpg\"}', 'upc' => '076732636824', 'provider' => 'bestbuy'],\n ['name' => \"The Alligator Records 20th Anniversary Collection - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-alligator-records-20th-anniversary-collection-cd-various/360665.p?id=72758&skuId=360665&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=360665', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3606\\/360665_sa.jpg\"}', 'upc' => '014551105626', 'provider' => 'bestbuy'],\n ['name' => \"Divinyls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/divinyls-cd/361343.p?id=80596&skuId=361343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=361343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3613\\/361343.jpg\"}', 'upc' => '077778618522', 'provider' => 'bestbuy'],\n ['name' => \"Mama Said [Edited] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mama-said-edited-pa-cd/361405.p?id=2065353&skuId=361405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=361405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0361\\/0361405_sa.jpg\"}', 'upc' => '077778620921', 'provider' => 'bestbuy'],\n ['name' => \"Vagabond Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vagabond-heart-cd/361432.p?id=100421&skuId=361432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=361432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0361\\/0361432_sa.jpg\"}', 'upc' => '075992630023', 'provider' => 'bestbuy'],\n ['name' => \"MCMXC A.D. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mcmxc-a-d-cd/361566.p?id=81577&skuId=361566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=361566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0361\\/0361566_sa.jpg\"}', 'upc' => '077778622420', 'provider' => 'bestbuy'],\n ['name' => \"Out of Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/out-of-time-cd/361600.p?id=95773&skuId=361600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=361600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3616\\/361600_sa.jpg\"}', 'upc' => '075992649629', 'provider' => 'bestbuy'],\n ['name' => \"Luck of the Draw - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/luck-of-the-draw-cd/361888.p?id=95888&skuId=361888&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=361888', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0361\\/0361888_sa.jpg\"}', 'upc' => '077779611126', 'provider' => 'bestbuy'],\n ['name' => \"Chill of an Early Fall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chill-of-an-early-fall-cd/362191.p?id=100554&skuId=362191&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=362191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0362\\/0362191_sa.jpg\"}', 'upc' => '008811020422', 'provider' => 'bestbuy'],\n ['name' => \"Night Ride Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-ride-home-cd/362217.p?id=1535040&skuId=362217&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=362217', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3622\\/362217.jpg\"}', 'upc' => '720642430224', 'provider' => 'bestbuy'],\n ['name' => \"Trixter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trixter-cd/362235.p?id=2416887&skuId=362235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=362235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3622\\/362235.jpg\"}', 'upc' => '076732638927', 'provider' => 'bestbuy'],\n ['name' => \"Five Man Acoustical Jam - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/five-man-acoustical-jam-cd/362271.p?id=101475&skuId=362271&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=362271', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0362\\/0362271_sa.jpg\"}', 'upc' => '720642431122', 'provider' => 'bestbuy'],\n ['name' => \"Mama Said Knock You Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mama-said-knock-you-out-cd/362422.p?id=89494&skuId=362422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=362422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0362\\/0362422_sa.jpg\"}', 'upc' => '731452347725', 'provider' => 'bestbuy'],\n ['name' => \"Forever My Lady - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forever-my-lady-cd/362912.p?id=2701585&skuId=362912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=362912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0362\\/0362912_sa.jpg\"}', 'upc' => '008811019822', 'provider' => 'bestbuy'],\n ['name' => \"Jahmekya - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jahmekya-cd/363323.p?id=90634&skuId=363323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=363323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3633\\/363323_sa.jpg\"}', 'upc' => '077778621720', 'provider' => 'bestbuy'],\n ['name' => \"Time Passes By - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-passes-by-cd/363387.p?id=90836&skuId=363387&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=363387', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3633\\/363387.jpg\"}', 'upc' => '042284697521', 'provider' => 'bestbuy'],\n ['name' => \"Extreme II: Pornograffitti - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/extreme-ii-pornograffitti-cd/363403.p?id=81839&skuId=363403&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=363403', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0363\\/0363403_sa.jpg\"}', 'upc' => '075021531321', 'provider' => 'bestbuy'],\n ['name' => \"The Soul Cages [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-soul-cages-ecd-cd/363421.p?id=100469&skuId=363421&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=363421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0363\\/0363421_sa.jpg\"}', 'upc' => '075021640528', 'provider' => 'bestbuy'],\n ['name' => \"Lynyrd Skynyrd 1991 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lynyrd-skynyrd-1991-cd/364322.p?id=2305112&skuId=364322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=364322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0364\\/0364322_sa.jpg\"}', 'upc' => '075678225826', 'provider' => 'bestbuy'],\n ['name' => \"Sugar Tax - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sugar-tax-cd/364377.p?id=93725&skuId=364377&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=364377', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3643\\/364377_sa.jpg\"}', 'upc' => '077778623427', 'provider' => 'bestbuy'],\n ['name' => \"Unforgettable: With Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unforgettable-with-love-cd/364493.p?id=78310&skuId=364493&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=364493', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0364\\/0364493_sa.jpg\"}', 'upc' => '075596104920', 'provider' => 'bestbuy'],\n ['name' => \"Keys Of The Kingdom - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keys-of-the-kingdom-cd/364867.p?id=1531712&skuId=364867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=364867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0364\\/0364867_sa.jpg\"}', 'upc' => '042284943321', 'provider' => 'bestbuy'],\n ['name' => \"For Unlawful Carnal Knowledge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-unlawful-carnal-knowledge-cd/364901.p?id=2443914&skuId=364901&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=364901', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0364\\/0364901_sa.jpg\"}', 'upc' => '075992659420', 'provider' => 'bestbuy'],\n ['name' => \"Warm Your Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/warm-your-heart-cd/365143.p?id=93088&skuId=365143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=365143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3651\\/365143_sa.jpg\"}', 'upc' => '075021535428', 'provider' => 'bestbuy'],\n ['name' => \"Marc Cohn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marc-cohn-cd/365161.p?id=78240&skuId=365161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=365161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0365\\/0365161_sa.jpg\"}', 'upc' => '075678217821', 'provider' => 'bestbuy'],\n ['name' => \"Meant to Be Mint - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/meant-to-be-mint-cd/365170.p?id=91850&skuId=365170&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=365170', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3651\\/365170.jpg\"}', 'upc' => '028968100129', 'provider' => 'bestbuy'],\n ['name' => \"New Jack City [Original Soundtrack] [PA] - Original Soundtrack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-jack-city-original-soundtrack-pa-original-soundtrack-cd/365214.p?id=93149&skuId=365214&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=365214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0365\\/0365214_sa.jpg\"}', 'upc' => '075992440929', 'provider' => 'bestbuy'],\n ['name' => \"Best of Eric Burdon & the Animals, 1966-1968... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-eric-burdon-the-animals-1966-1968-cd/365241.p?id=76320&skuId=365241&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=365241', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0365\\/0365241_sa.jpg\"}', 'upc' => '042284938822', 'provider' => 'bestbuy'],\n ['name' => \"De La Soul Is Dead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/de-la-soul-is-dead-cd/365269.p?id=79942&skuId=365269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=365269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0365\\/0365269_sa.jpg\"}', 'upc' => '016998102923', 'provider' => 'bestbuy'],\n ['name' => \"Superstition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/superstition-cd/365811.p?id=98941&skuId=365811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=365811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3658\\/365811.jpg\"}', 'upc' => '720642438725', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Stars of Bluegrass Music [CMH 1989] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-stars-of-bluegrass-music-cmh-1989-cd-various/366348.p?id=75182&skuId=366348&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=366348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3663\\/366348_sa.jpg\"}', 'upc' => '027297590328', 'provider' => 'bestbuy'],\n ['name' => \"World's Greatest Country Fiddlers [1995] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worlds-greatest-country-fiddlers-1995-cd-various/366357.p?id=245447&skuId=366357&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=366357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3663\\/366357_sa.jpg\"}', 'upc' => '027297590427', 'provider' => 'bestbuy'],\n ['name' => \"Guitar Concertos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guitar-concertos-cd/366446.p?id=1676938&skuId=366446&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=366446', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0366\\/0366446_sa.jpg\"}', 'upc' => '074644655629', 'provider' => 'bestbuy'],\n ['name' => \"Aces - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aces-cd/366525.p?id=75404&skuId=366525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=366525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3665\\/366525_sa.jpg\"}', 'upc' => '077779584727', 'provider' => 'bestbuy'],\n ['name' => \"Live & Kickin' All over America - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-kickin-all-over-america-cd/366669.p?id=73913&skuId=366669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=366669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3666\\/366669_sa.jpg\"}', 'upc' => '022071310321', 'provider' => 'bestbuy'],\n ['name' => \"Jazz [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-bonus-tracks-cd/366758.p?id=95706&skuId=366758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=366758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0366\\/0366758_sa.jpg\"}', 'upc' => '720616106223', 'provider' => 'bestbuy'],\n ['name' => \"The Game - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-game-cd/366776.p?id=95717&skuId=366776&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=366776', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0366\\/0366776_sa.jpg\"}', 'upc' => '720616106322', 'provider' => 'bestbuy'],\n ['name' => \"A Kind of Magic [Bonus Track] [Hollywood] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-kind-of-magic-bonus-track-hollywood-cd/366883.p?id=95697&skuId=366883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=366883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0366\\/0366883_sa.jpg\"}', 'upc' => '720616115225', 'provider' => 'bestbuy'],\n ['name' => \"A Future Without a Past... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-future-without-a-past-cd/366945.p?id=88864&skuId=366945&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=366945', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3669\\/366945_sa.jpg\"}', 'upc' => '075596097628', 'provider' => 'bestbuy'],\n ['name' => \"Attack of the Killer B's [Edited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/attack-of-the-killer-bs-edited-cd/367490.p?id=1365870&skuId=367490&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=367490', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3674\\/367490_sa.jpg\"}', 'upc' => '042284880428', 'provider' => 'bestbuy'],\n ['name' => \"House of Hope - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/house-of-hope-cd/367597.p?id=77501&skuId=367597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=367597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3675\\/367597_sa.jpg\"}', 'upc' => '075021535824', 'provider' => 'bestbuy'],\n ['name' => \"Into the Great Wide Open - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/into-the-great-wide-open-cd/367819.p?id=94821&skuId=367819&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=367819', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3678\\/367819_sa.jpg\"}', 'upc' => '008811031725', 'provider' => 'bestbuy'],\n ['name' => \"The Ruler's Back [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-rulers-back-pa-cd/368177.p?id=99140&skuId=368177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=368177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3681\\/368177_sa.jpg\"}', 'upc' => '731452348029', 'provider' => 'bestbuy'],\n ['name' => \"God Fodder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/god-fodder-cd/368373.p?id=92957&skuId=368373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=368373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0368\\/0368373_sa.jpg\"}', 'upc' => '074644792928', 'provider' => 'bestbuy'],\n ['name' => \"Thelma & Louise - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thelma-louise-cd-original-soundtrack/368532.p?id=101546&skuId=368532&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=368532', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3685\\/368532.jpg\"}', 'upc' => '008811023928', 'provider' => 'bestbuy'],\n ['name' => \"Virtuoso Guitar 1925-1934 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/virtuoso-guitar-1925-1934-cd/368701.p?id=74919&skuId=368701&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=368701', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3687\\/368701_sa.jpg\"}', 'upc' => '016351011923', 'provider' => 'bestbuy'],\n ['name' => \"Different Lifestyles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/different-lifestyles-cd/369247.p?id=104420&skuId=369247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=369247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3692\\/369247_sa.jpg\"}', 'upc' => '077779207824', 'provider' => 'bestbuy'],\n ['name' => \"Cajun Conja - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cajun-conja-cd/369336.p?id=74241&skuId=369336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=369336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0369\\/0369336_sa.jpg\"}', 'upc' => '081227052522', 'provider' => 'bestbuy'],\n ['name' => \"Peaceful Journey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peaceful-journey-cd/369354.p?id=85158&skuId=369354&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=369354', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0369\\/0369354_sa.jpg\"}', 'upc' => '008811028923', 'provider' => 'bestbuy'],\n ['name' => \"Good Woman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/good-woman-cd/369498.p?id=88279&skuId=369498&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=369498', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3694\\/369498.jpg\"}', 'upc' => '008811032920', 'provider' => 'bestbuy'],\n ['name' => \"Reality - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reality-cd/369693.p?id=156319&skuId=369693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=369693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0369\\/0369693_sa.jpg\"}', 'upc' => '048021746224', 'provider' => 'bestbuy'],\n ['name' => \"Slave to the Grind [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slave-to-the-grind-pa-cd/370397.p?id=99055&skuId=370397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=370397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0370\\/0370397_sa.jpg\"}', 'upc' => '075678224225', 'provider' => 'bestbuy'],\n ['name' => \"Music Of Glass Hendrix & Others - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-glass-hendrix-others-cd/370583.p?id=1681980&skuId=370583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=370583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0370\\/0370583_sa.jpg\"}', 'upc' => '075597911121', 'provider' => 'bestbuy'],\n ['name' => \"Nocturnes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nocturnes-cd/370645.p?id=1685148&skuId=370645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=370645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0370\\/0370645_sa.jpg\"}', 'upc' => '075597923322', 'provider' => 'bestbuy'],\n ['name' => \"Robin Hood, Prince of Thieves [Original... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/robin-hood-prince-of-thieves-original-cd-original-soundtrack/370789.p?id=96866&skuId=370789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=370789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3707\\/370789.jpg\"}', 'upc' => '729592000426', 'provider' => 'bestbuy'],\n ['name' => \"Draped - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/draped-cd/370896.p?id=74426&skuId=370896&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=370896', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3708\\/370896.jpg\"}', 'upc' => '075679170828', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/370976.p?id=99695&skuId=370976&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=370976', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3709\\/370976_sa.jpg\"}', 'upc' => '075992658225', 'provider' => 'bestbuy'],\n ['name' => \"The Best of 1968-1973 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-1968-1973-cd/372386.p?id=2389786&skuId=372386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=372386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3723\\/372386.jpg\"}', 'upc' => '077779527120', 'provider' => 'bestbuy'],\n ['name' => \"Harder...Faster - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harder-faster-cd/372411.p?id=73179&skuId=372411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=372411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0372\\/0372411_sa.jpg\"}', 'upc' => '077774606820', 'provider' => 'bestbuy'],\n ['name' => \"Nature of the Beast - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nature-of-the-beast-cd/372420.p?id=73181&skuId=372420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=372420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3724\\/372420_sa.jpg\"}', 'upc' => '077774606721', 'provider' => 'bestbuy'],\n ['name' => \"As Far as Siam - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/as-far-as-siam-cd/372439.p?id=96200&skuId=372439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=372439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3724\\/372439.jpg\"}', 'upc' => '077779593828', 'provider' => 'bestbuy'],\n ['name' => \"Live Two Five - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-two-five-cd/372448.p?id=93426&skuId=372448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=372448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3724\\/372448_sa.jpg\"}', 'upc' => '077779312825', 'provider' => 'bestbuy'],\n ['name' => \"The Early Years, Vol. 1 [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-early-years-vol-1-digipak-cd/372475.p?id=103329&skuId=372475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=372475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3724\\/372475_sa.jpg\"}', 'upc' => '767004060125', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Polka Hits of All Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-polka-hits-of-all-time-cd/372493.p?id=103170&skuId=372493&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=372493', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3724\\/372493.jpg\"}', 'upc' => '715187749924', 'provider' => 'bestbuy'],\n ['name' => \"Crazy World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crazy-world-cd/372947.p?id=98090&skuId=372947&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=372947', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3729\\/372947.jpg\"}', 'upc' => '042284690829', 'provider' => 'bestbuy'],\n ['name' => \"Jensen - 3.6V NiCad Battery for 900MHz Phones\", 'description_short' => \"Rechargeable 3.6V 300 mAh NiCad battery for GE 2-9614 model cordless phones\", 'description_long' => \"Rechargeable 3.6V 300 mAh NiCad battery for GE 2-9614 model cordless phones\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jensen-3-6v-nicad-battery-for-900mhz-phones/373642.p?id=1051384793767&skuId=373642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=373642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3736\\/373642_rc.jpg\"}', 'upc' => '044476085840', 'provider' => 'bestbuy'],\n ['name' => \"Can't Stop the Rock: The Stryper Collection... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cant-stop-the-rock-the-stryper-collection-cd/373786.p?id=100634&skuId=373786&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=373786', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3737\\/373786_sa.jpg\"}', 'upc' => '720616110626', 'provider' => 'bestbuy'],\n ['name' => \"See What Tomorrow Brings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/see-what-tomorrow-brings-cd/374080.p?id=94802&skuId=374080&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=374080', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0374\\/0374080_sa.jpg\"}', 'upc' => '075992665421', 'provider' => 'bestbuy'],\n ['name' => \"Album 1700 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/album-1700-cd/374099.p?id=94788&skuId=374099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=374099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3740\\/374099_sa.jpg\"}', 'upc' => '075992716826', 'provider' => 'bestbuy'],\n ['name' => \"Altered State - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altered-state-cd/374160.p?id=72844&skuId=374160&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=374160', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3741\\/374160.jpg\"}', 'upc' => '075992650229', 'provider' => 'bestbuy'],\n ['name' => \"Western Underground - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/western-underground-cd/375819.p?id=88927&skuId=375819&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=375819', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3758\\/375819.jpg\"}', 'upc' => '077779649921', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Robin Trower - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-robin-trower-cd/375855.p?id=102355&skuId=375855&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=375855', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0375\\/0375855_sa.jpg\"}', 'upc' => '094632185327', 'provider' => 'bestbuy'],\n ['name' => \"Halloween Hits [Rhino] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/halloween-hits-rhino-cd-various/375944.p?id=84690&skuId=375944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=375944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0375\\/0375944_sa.jpg\"}', 'upc' => '081227053529', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Bluegrass - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-bluegrass-cd-various/376168.p?id=75191&skuId=376168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=376168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0376\\/0376168_sa.jpg\"}', 'upc' => '042284897921', 'provider' => 'bestbuy'],\n ['name' => \"Blue Lines - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-lines-cd/376578.p?id=90752&skuId=376578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=376578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3765\\/376578.jpg\"}', 'upc' => '077778622826', 'provider' => 'bestbuy'],\n ['name' => \"Let Me In - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-me-in-cd/376630.p?id=104504&skuId=376630&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=376630', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0376\\/0376630_sa.jpg\"}', 'upc' => '077778624424', 'provider' => 'bestbuy'],\n ['name' => \"Songs of the Civil War [Columbia] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-of-the-civil-war-columbia-cd-original-soundtrack/377130.p?id=77848&skuId=377130&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=377130', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0377\\/0377130_sa.jpg\"}', 'upc' => '074644860726', 'provider' => 'bestbuy'],\n ['name' => \"Love Talk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-talk-cd/378790.p?id=100670&skuId=378790&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=378790', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0378\\/0378790_sa.jpg\"}', 'upc' => '051617440420', 'provider' => 'bestbuy'],\n ['name' => \"Spirit Horses (Concerto for Native American... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-horses-concerto-for-native-american-cd/378807.p?id=92802&skuId=378807&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=378807', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0378\\/0378807_sa.jpg\"}', 'upc' => '729337701427', 'provider' => 'bestbuy'],\n ['name' => \"Sirens - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sirens-cd/378834.p?id=79744&skuId=378834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=378834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3788\\/378834_sa.jpg\"}', 'upc' => '025041102629', 'provider' => 'bestbuy'],\n ['name' => \"All I Ever Need Is You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-i-ever-need-is-you-cd/379021.p?id=99467&skuId=379021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3790\\/379021_sa.jpg\"}', 'upc' => '076732202524', 'provider' => 'bestbuy'],\n ['name' => \"All Our Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-our-love-cd/379030.p?id=88281&skuId=379030&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379030', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3790\\/379030.jpg\"}', 'upc' => '076742200428', 'provider' => 'bestbuy'],\n ['name' => \"Sedona Suite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sedona-suite-cd/379502.p?id=1397930&skuId=379502&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379502', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3795\\/379502_sa.jpg\"}', 'upc' => '096507714229', 'provider' => 'bestbuy'],\n ['name' => \"Somery - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somery-cd/379511.p?id=80256&skuId=379511&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379511', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379511_sa.jpg\"}', 'upc' => '018861025926', 'provider' => 'bestbuy'],\n ['name' => \"Feeding Frenzy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feeding-frenzy-cd/379548.p?id=2292768&skuId=379548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379548_sa.jpg\"}', 'upc' => '008811002220', 'provider' => 'bestbuy'],\n ['name' => \"Poison - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/poison-cd/379557.p?id=283323&skuId=379557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3795\\/379557.jpg\"}', 'upc' => '076732638729', 'provider' => 'bestbuy'],\n ['name' => \"Slip of the Tongue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slip-of-the-tongue-cd/379575.p?id=103887&skuId=379575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379575_sa.jpg\"}', 'upc' => '720642424926', 'provider' => 'bestbuy'],\n ['name' => \"The Simpsons Sing the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-simpsons-sing-the-blues-cd/379593.p?id=98825&skuId=379593&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379593', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379593_sa.jpg\"}', 'upc' => '720642430828', 'provider' => 'bestbuy'],\n ['name' => \"Full Moon Fever - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/full-moon-fever-cd/379619.p?id=94816&skuId=379619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3796\\/379619_sa.jpg\"}', 'upc' => '076732625323', 'provider' => 'bestbuy'],\n ['name' => \"Pump Up the Volume [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pump-up-the-volume-original-soundtrack-cd-original-soundtrack/379628.p?id=95654&skuId=379628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379628_sa.jpg\"}', 'upc' => '076732803929', 'provider' => 'bestbuy'],\n ['name' => \"The Great Radio Controversy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-radio-controversy-cd/379664.p?id=101478&skuId=379664&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379664', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379664_sa.jpg\"}', 'upc' => '720642422427', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Three Dog Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-three-dog-night-cd/379673.p?id=101795&skuId=379673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379673_sa.jpg\"}', 'upc' => '076732601822', 'provider' => 'bestbuy'],\n ['name' => \"The End of the Innocence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-end-of-the-innocence-cd/379708.p?id=85241&skuId=379708&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379708', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379708_sa.jpg\"}', 'upc' => '720642421727', 'provider' => 'bestbuy'],\n ['name' => \"Appetite for Destruction [Edited] [Edited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/appetite-for-destruction-edited-edited-cd/379717.p?id=84437&skuId=379717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3797\\/379717_sa.jpg\"}', 'upc' => '720642414828', 'provider' => 'bestbuy'],\n ['name' => \"G N' R Lies [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/g-n-r-lies-pa-cd/379726.p?id=84438&skuId=379726&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379726', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379726_sa.jpg\"}', 'upc' => '720642419823', 'provider' => 'bestbuy'],\n ['name' => \"Havana [Original Motion Picture Soundtrack] - CD - Original Soundtrack Germany\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/havana-original-motion-picture-soundtrack-cd-original-soundtrack-germany/379753.p?id=2434537&skuId=379753&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379753', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3797\\/379753.jpg\"}', 'upc' => '011105200325', 'provider' => 'bestbuy'],\n ['name' => \"In the Digital Mood: Gold Limited Edition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-digital-mood-gold-limited-edition-cd/379824.p?id=69140&skuId=379824&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379824', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379824_sa.jpg\"}', 'upc' => '011105200424', 'provider' => 'bestbuy'],\n ['name' => \"16 of Their Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/16-of-their-greatest-hits-cd/379842.p?id=90295&skuId=379842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3798\\/379842_sa.jpg\"}', 'upc' => '076732570128', 'provider' => 'bestbuy'],\n ['name' => \"Fore! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fore-cd/379888.p?id=89137&skuId=379888&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379888', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379888_sa.jpg\"}', 'upc' => '094632153425', 'provider' => 'bestbuy'],\n ['name' => \"Anthology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anthology-cd/379897.p?id=91727&skuId=379897&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379897', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3798\\/379897_sa.jpg\"}', 'upc' => '077779448821', 'provider' => 'bestbuy'],\n ['name' => \"Medicine Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/medicine-music-cd/379904.p?id=68916&skuId=379904&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379904', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0379\\/0379904_sa.jpg\"}', 'upc' => '077779204823', 'provider' => 'bestbuy'],\n ['name' => \"The John Lennon Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-john-lennon-collection-cd/379931.p?id=89036&skuId=379931&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379931', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3799\\/379931_sa.jpg\"}', 'upc' => '077779151622', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/379986.p?id=2387434&skuId=379986&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=379986', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3799\\/379986_sa.jpg\"}', 'upc' => '077779341627', 'provider' => 'bestbuy'],\n ['name' => \"Foreign Affair - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/foreign-affair-cd/380000.p?id=240351&skuId=380000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380000_sa.jpg\"}', 'upc' => '762185159323', 'provider' => 'bestbuy'],\n ['name' => \"Red Hot + Blue: A Tribute To Cole Porter - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-hot-blue-a-tribute-to-cole-porter-cd-various/380028.p?id=96194&skuId=380028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3800\\/380028.jpg\"}', 'upc' => '094632179920', 'provider' => 'bestbuy'],\n ['name' => \"I Remember - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-remember-cd/380037.p?id=70276&skuId=380037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380037_sa.jpg\"}', 'upc' => '077779026425', 'provider' => 'bestbuy'],\n ['name' => \"Open Up and Say...Ahh! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/open-up-and-say-ahh-cd/380046.p?id=95127&skuId=380046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380046_sa.jpg\"}', 'upc' => '077774849326', 'provider' => 'bestbuy'],\n ['name' => \"Meant to Be - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/meant-to-be-cd/380073.p?id=70710&skuId=380073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3800\\/380073_sa.jpg\"}', 'upc' => '077779547920', 'provider' => 'bestbuy'],\n ['name' => \"Nick of Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nick-of-time-cd/380082.p?id=95890&skuId=380082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380082_sa.jpg\"}', 'upc' => '077779126828', 'provider' => 'bestbuy'],\n ['name' => \"Pretty Woman [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pretty-woman-original-soundtrack-cd-original-soundtrack/380126.p?id=95407&skuId=380126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380126_sa.jpg\"}', 'upc' => '077779349227', 'provider' => 'bestbuy'],\n ['name' => \"M.U.: The Best of Jethro Tull - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/m-u--the-best-of-jethro-tull-cd/380153.p?id=86945&skuId=380153&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380153', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3801\\/380153_sa.jpg\"}', 'upc' => '094632107824', 'provider' => 'bestbuy'],\n ['name' => \"Imagine: John Lennon [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imagine-john-lennon-original-soundtrack-cd-original-soundtrack/380180.p?id=89032&skuId=380180&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380180', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3801\\/380180.jpg\"}', 'upc' => '077779080328', 'provider' => 'bestbuy'],\n ['name' => \"Brigade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brigade-cd/380206.p?id=2443689&skuId=380206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3802\\/380206_sa.jpg\"}', 'upc' => '077779182022', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-years-cd/380484.p?id=98896&skuId=380484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3804\\/380484_sa.jpg\"}', 'upc' => '077779431724', 'provider' => 'bestbuy'],\n ['name' => \"The Revival - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-revival-cd/380509.p?id=101977&skuId=380509&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380509', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3805\\/380509_sa.jpg\"}', 'upc' => '042284190220', 'provider' => 'bestbuy'],\n ['name' => \"Nothing Like the Sun [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothing-like-the-sun-ecd-cd/380518.p?id=100466&skuId=380518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380518_sa.jpg\"}', 'upc' => '075021640221', 'provider' => 'bestbuy'],\n ['name' => \"Their Greatest Hits [ABKCO] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/their-greatest-hits-abkco-cd/380536.p?id=2291990&skuId=380536&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380536', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3805\\/380536.jpg\"}', 'upc' => '018771422723', 'provider' => 'bestbuy'],\n ['name' => \"Slow Turning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slow-turning-cd/380545.p?id=85327&skuId=380545&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380545', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380545_sa.jpg\"}', 'upc' => '075021520622', 'provider' => 'bestbuy'],\n ['name' => \"Smashes, Thrashes & Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smashes-thrashes-hits-cd/380572.p?id=88181&skuId=380572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3805\\/380572_sa.jpg\"}', 'upc' => '042283642720', 'provider' => 'bestbuy'],\n ['name' => \"Hot in the Shade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-in-the-shade-cd/380581.p?id=88182&skuId=380581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380581_sa.jpg\"}', 'upc' => '042283891326', 'provider' => 'bestbuy'],\n ['name' => \"Rhythm Nation 1814 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rhythm-nation-1814-cd/380590.p?id=86482&skuId=380590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380590_sa.jpg\"}', 'upc' => '075021392021', 'provider' => 'bestbuy'],\n ['name' => \"Chariots of Fire [Original Score] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chariots-of-fire-original-score-cd/380625.p?id=77238&skuId=380625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3806\\/380625_sa.jpg\"}', 'upc' => '042280002022', 'provider' => 'bestbuy'],\n ['name' => \"Yellow Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yellow-moon-cd/380634.p?id=93099&skuId=380634&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380634', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380634_sa.jpg\"}', 'upc' => '075021524026', 'provider' => 'bestbuy'],\n ['name' => \"Level Best - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/level-best-cd/380661.p?id=89099&skuId=380661&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380661', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380661_sa.jpg\"}', 'upc' => '042284139922', 'provider' => 'bestbuy'],\n ['name' => \"Eclipse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eclipse-cd/380670.p?id=90279&skuId=380670&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380670', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380670_sa.jpg\"}', 'upc' => '042284336123', 'provider' => 'bestbuy'],\n ['name' => \"Long Distance Voyager - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-distance-voyager-cd/380778.p?id=92172&skuId=380778&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380778', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3807\\/380778_sa.jpg\"}', 'upc' => '042282010520', 'provider' => 'bestbuy'],\n ['name' => \"Cocked and Loaded - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cocked-and-loaded-cd/380787.p?id=88483&skuId=380787&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380787', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380787_sa.jpg\"}', 'upc' => '042283859227', 'provider' => 'bestbuy'],\n ['name' => \"Themes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/themes-cd/380867.p?id=102983&skuId=380867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380867_sa.jpg\"}', 'upc' => '042283951822', 'provider' => 'bestbuy'],\n ['name' => \"Addictions, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/addictions-vol-1-cd/380901.p?id=94310&skuId=380901&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=380901', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0380\\/0380901_sa.jpg\"}', 'upc' => '042284230124', 'provider' => 'bestbuy'],\n ['name' => \"Dead Letter Office - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dead-letter-office-cd/381009.p?id=95765&skuId=381009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381009_sa.jpg\"}', 'upc' => '044797005428', 'provider' => 'bestbuy'],\n ['name' => \"Murmur - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/murmur-cd/381018.p?id=95772&skuId=381018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3810\\/381018_sa.jpg\"}', 'upc' => '044797001420', 'provider' => 'bestbuy'],\n ['name' => \"Reckoning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reckoning-cd/381027.p?id=95775&skuId=381027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3810\\/381027.jpg\"}', 'upc' => '044797004421', 'provider' => 'bestbuy'],\n ['name' => \"Highlights from the Phantom of the Opera... - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/highlights-from-the-phantom-of-the-opera-cd-original-cast-recording/381036.p?id=2222817&skuId=381036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3810\\/381036_sa.jpg\"}', 'upc' => '042283156326', 'provider' => 'bestbuy'],\n ['name' => \"Waking Hours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/waking-hours-cd/381090.p?id=80120&skuId=381090&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381090', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3810\\/381090_sa.jpg\"}', 'upc' => '075021528727', 'provider' => 'bestbuy'],\n ['name' => \"Pyromania - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pyromania-cd/381107.p?id=80093&skuId=381107&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3811\\/381107.jpg\"}', 'upc' => '042281030826', 'provider' => 'bestbuy'],\n ['name' => \"Hysteria - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hysteria-cd/381116.p?id=80095&skuId=381116&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3811\\/381116_sa.jpg\"}', 'upc' => '042283067523', 'provider' => 'bestbuy'],\n ['name' => \"Long Cold Winter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-cold-winter-cd/381143.p?id=77815&skuId=381143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3811\\/381143_sa.jpg\"}', 'upc' => '042283461222', 'provider' => 'bestbuy'],\n ['name' => \"Melissa Etheridge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/melissa-etheridge-cd/381152.p?id=81708&skuId=381152&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3811\\/381152_sa.jpg\"}', 'upc' => '042284230322', 'provider' => 'bestbuy'],\n ['name' => \"Rattle & Hum - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rattle-hum-cd/381170.p?id=1953674&skuId=381170&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381170', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381170_sa.jpg\"}', 'upc' => '042284229920', 'provider' => 'bestbuy'],\n ['name' => \"Persistence Of Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/persistence-of-time-cd/381198.p?id=2305280&skuId=381198&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381198', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3811\\/381198_sa.jpg\"}', 'upc' => '042284648028', 'provider' => 'bestbuy'],\n ['name' => \"Blaze of Glory - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blaze-of-glory-cd/381214.p?id=75468&skuId=381214&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3812\\/381214_sa.jpg\"}', 'upc' => '042284647328', 'provider' => 'bestbuy'],\n ['name' => \"Among the Living - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/among-the-living-cd/381232.p?id=73123&skuId=381232&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381232_sa.jpg\"}', 'upc' => '042284244725', 'provider' => 'bestbuy'],\n ['name' => \"Spreading The Disease - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spreading-the-disease-cd/381241.p?id=3185920&skuId=381241&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381241', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3812\\/381241.jpg\"}', 'upc' => '042282666826', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Animals [Abkco] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-animals-abkco-cd/381250.p?id=73067&skuId=381250&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381250', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3812\\/381250_sa.jpg\"}', 'upc' => '018771432425', 'provider' => 'bestbuy'],\n ['name' => \"Union - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/union-cd/381269.p?id=77503&skuId=381269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381269_sa.jpg\"}', 'upc' => '075021517523', 'provider' => 'bestbuy'],\n ['name' => \"Three Tenors In Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/three-tenors-in-concert-cd/381474.p?id=1676910&skuId=381474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381474_sa.jpg\"}', 'upc' => '028943043328', 'provider' => 'bestbuy'],\n ['name' => \"By Request - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/by-request-cd/381508.p?id=2126308&skuId=381508&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381508', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3815\\/381508.jpg\"}', 'upc' => '028942017825', 'provider' => 'bestbuy'],\n ['name' => \"Peter & The Wolf - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peter-the-wolf-cd/381553.p?id=1697577&skuId=381553&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381553', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3815\\/381553.jpg\"}', 'upc' => '028942939622', 'provider' => 'bestbuy'],\n ['name' => \"Chronicles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chronicles-cd/381580.p?id=97603&skuId=381580&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381580', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381580_sa.jpg\"}', 'upc' => '042283893627', 'provider' => 'bestbuy'],\n ['name' => \"Borrasca - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/borrasca-cd/381660.p?id=89212&skuId=381660&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381660', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381660_sa.jpg\"}', 'upc' => '018317703620', 'provider' => 'bestbuy'],\n ['name' => \"I Got What It Takes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-got-what-it-takes-cd/381713.p?id=101264&skuId=381713&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381713', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3817\\/381713.jpg\"}', 'upc' => '014551470625', 'provider' => 'bestbuy'],\n ['name' => \"To the East, Blackwards - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/to-the-east-blackwards-cd/381731.p?id=104817&skuId=381731&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381731', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381731_sa.jpg\"}', 'upc' => '016244401923', 'provider' => 'bestbuy'],\n ['name' => \"Sax Appeal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sax-appeal-cd/381740.p?id=103599&skuId=381740&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381740', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3817\\/381740.jpg\"}', 'upc' => '026656272622', 'provider' => 'bestbuy'],\n ['name' => \"Hot Flash - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-flash-cd/381759.p?id=97710&skuId=381759&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381759', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3817\\/381759_sa.jpg\"}', 'upc' => '014551479628', 'provider' => 'bestbuy'],\n ['name' => \"Bad Influence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-influence-cd/381786.p?id=79123&skuId=381786&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381786', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3817\\/381786_sa.jpg\"}', 'upc' => '012928800129', 'provider' => 'bestbuy'],\n ['name' => \"Whitney - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whitney-cd/381884.p?id=85842&skuId=381884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381884_sa.jpg\"}', 'upc' => '078221840521', 'provider' => 'bestbuy'],\n ['name' => \"Highlights from Jekyll & Hyde [Concept] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/highlights-from-jekyll-hyde-concept-cd-original-cast-recording/381919.p?id=86858&skuId=381919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381919_sa.jpg\"}', 'upc' => '090266041626', 'provider' => 'bestbuy'],\n ['name' => \"Hell to Pay - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hell-to-pay-cd/381928.p?id=85100&skuId=381928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=381928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0381\\/0381928_sa.jpg\"}', 'upc' => '078221863223', 'provider' => 'bestbuy'],\n ['name' => \"In Effect Mode - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-effect-mode-cd/382231.p?id=100896&skuId=382231&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382231', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3822\\/382231_sa.jpg\"}', 'upc' => '075992566223', 'provider' => 'bestbuy'],\n ['name' => \"Beaches [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => 8.99, 'url' => 'http://www.bestbuy.com/site/beaches-original-soundtrack-cd-original-soundtrack/382268.p?id=74151&skuId=382268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382268_sa.jpg\"}', 'upc' => '075678193323', 'provider' => 'bestbuy'],\n ['name' => \"Rei Momo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rei-momo-cd/382277.p?id=76475&skuId=382277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382277_sa.jpg\"}', 'upc' => '075992599023', 'provider' => 'bestbuy'],\n ['name' => \"Giving You the Best That I Got - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/giving-you-the-best-that-i-got-cd/382320.p?id=73742&skuId=382320&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382320', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3823\\/382320_sa.jpg\"}', 'upc' => '075596082723', 'provider' => 'bestbuy'],\n ['name' => \"Strange Angels - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strange-angels-cd/382348.p?id=72968&skuId=382348&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382348_sa.jpg\"}', 'upc' => '075992590020', 'provider' => 'bestbuy'],\n ['name' => \"5150 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5150-cd/382400.p?id=102934&skuId=382400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3824\\/382400_sa.jpg\"}', 'upc' => '075992539425', 'provider' => 'bestbuy'],\n ['name' => \"I'll Give All My Love to You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ill-give-all-my-love-to-you-cd/382419.p?id=2479200&skuId=382419&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382419', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3824\\/382419_sa.jpg\"}', 'upc' => '075596086127', 'provider' => 'bestbuy'],\n ['name' => \"Kill Uncle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kill-uncle-cd/382455.p?id=92297&skuId=382455&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382455', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382455_sa.jpg\"}', 'upc' => '075992651424', 'provider' => 'bestbuy'],\n ['name' => \"The Neighborhood - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-neighborhood-cd/382464.p?id=89694&skuId=382464&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382464', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382464_sa.jpg\"}', 'upc' => '075992613125', 'provider' => 'bestbuy'],\n ['name' => \"Like a Prayer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/like-a-prayer-cd/382516.p?id=90140&skuId=382516&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382516', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3825\\/382516_sa.jpg\"}', 'upc' => '075992584425', 'provider' => 'bestbuy'],\n ['name' => \"I'M Breathless - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-breathless-cd/382525.p?id=90141&skuId=382525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3825\\/382525_sa.jpg\"}', 'upc' => '075992620925', 'provider' => 'bestbuy'],\n ['name' => \"Waiting For Columbus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/waiting-for-columbus-cd/382534.p?id=2387845&skuId=382534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3825\\/382534.jpg\"}', 'upc' => '075992734424', 'provider' => 'bestbuy'],\n ['name' => \"Ou812 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/ou812-cd/382589.p?id=2487429&skuId=382589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382589_sa.jpg\"}', 'upc' => '075992573221', 'provider' => 'bestbuy'],\n ['name' => \"Violator - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/violator-cd/382598.p?id=80233&skuId=382598&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382598', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382598_sa.jpg\"}', 'upc' => '075992608121', 'provider' => 'bestbuy'],\n ['name' => \"Behind the Mask [Limited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/behind-the-mask-limited-cd/382614.p?id=2065344&skuId=382614&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382614', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3826\\/382614_sa.jpg\"}', 'upc' => '075992611121', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Warner Bros.] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-warner-bros--cd/382623.p?id=82436&skuId=382623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382623_sa.jpg\"}', 'upc' => '075992580120', 'provider' => 'bestbuy'],\n ['name' => \"Environments 1: Psychologically Ultimate Seashore - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/environments-1-psychologically-ultimate-seashore-cd/382641.p?id=81636&skuId=382641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382641_sa.jpg\"}', 'upc' => '075678176425', 'provider' => 'bestbuy'],\n ['name' => \"Blue Pacific - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-pacific-cd/382650.p?id=2304988&skuId=382650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3826\\/382650_sa.jpg\"}', 'upc' => '075992618328', 'provider' => 'bestbuy'],\n ['name' => \"The Doors [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-doors-original-soundtrack-cd-original-soundtrack/382669.p?id=80779&skuId=382669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382669_sa.jpg\"}', 'upc' => '075596104722', 'provider' => 'bestbuy'],\n ['name' => \"So Far - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/so-far-cd/382687.p?id=79273&skuId=382687&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382687', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382687_sa.jpg\"}', 'upc' => '075678264825', 'provider' => 'bestbuy'],\n ['name' => \"Crosby, Stills & Nash - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crosby-stills-nash-cd/382703.p?id=79266&skuId=382703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382703_sa.jpg\"}', 'upc' => '075678265129', 'provider' => 'bestbuy'],\n ['name' => \"Mighty Like A Rose - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mighty-like-a-rose-cd/382712.p?id=2390378&skuId=382712&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382712', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382712_sa.jpg\"}', 'upc' => '075992657525', 'provider' => 'bestbuy'],\n ['name' => \"...But Seriously - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/-but-seriously-cd/382721.p?id=78359&skuId=382721&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382721_sa.jpg\"}', 'upc' => '075678205026', 'provider' => 'bestbuy'],\n ['name' => \"Mixed Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mixed-up-cd/382730.p?id=79475&skuId=382730&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382730', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382730_sa.jpg\"}', 'upc' => '075596097826', 'provider' => 'bestbuy'],\n ['name' => \"Disintegration - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disintegration-cd/382749.p?id=79474&skuId=382749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382749_sa.jpg\"}', 'upc' => '075596085526', 'provider' => 'bestbuy'],\n ['name' => \"The Civil War [Original TV Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-civil-war-original-tv-soundtrack-cd-original-soundtrack/382758.p?id=77847&skuId=382758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3827\\/382758_sa.jpg\"}', 'upc' => '075597925623', 'provider' => 'bestbuy'],\n ['name' => \"Journeyman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/journeyman-cd/382767.p?id=77902&skuId=382767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3827\\/382767_sa.jpg\"}', 'upc' => '075992607421', 'provider' => 'bestbuy'],\n ['name' => \"Love Is Strange - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-is-strange-cd/382874.p?id=97138&skuId=382874&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382874', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3828\\/382874_sa.jpg\"}', 'upc' => '075992628921', 'provider' => 'bestbuy'],\n ['name' => \"Songs for Drella - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-for-drella-cd/382883.p?id=96303&skuId=382883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382883_sa.jpg\"}', 'upc' => '075992614023', 'provider' => 'bestbuy'],\n ['name' => \"Ashes to Ashes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ashes-to-ashes-cd/382909.p?id=3522151&skuId=382909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382909_sa.jpg\"}', 'upc' => '075992631822', 'provider' => 'bestbuy'],\n ['name' => \"News of the World [Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/news-of-the-world-bonus-track-cd/382918.p?id=95710&skuId=382918&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382918', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0382\\/0382918_sa.jpg\"}', 'upc' => '720616103727', 'provider' => 'bestbuy'],\n ['name' => \"Innuendo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/innuendo-cd/382936.p?id=95705&skuId=382936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3829\\/382936_sa.jpg\"}', 'upc' => '720616102027', 'provider' => 'bestbuy'],\n ['name' => \"Green - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/green-cd/382945.p?id=2387427&skuId=382945&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382945', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3829\\/382945_sa.jpg\"}', 'upc' => '075992579520', 'provider' => 'bestbuy'],\n ['name' => \"1999 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1999-cd/382954.p?id=2387776&skuId=382954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=382954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3829\\/382954_sa.jpg\"}', 'upc' => '075992372022', 'provider' => 'bestbuy'],\n ['name' => \"All the Stuff (And More), Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-the-stuff-and-more-vol-1-cd/383007.p?id=95910&skuId=383007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3830\\/383007_sa.jpg\"}', 'upc' => '075992622028', 'provider' => 'bestbuy'],\n ['name' => \"Ramones Mania - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ramones-mania-cd/383025.p?id=95921&skuId=383025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383025_sa.jpg\"}', 'upc' => '075992570923', 'provider' => 'bestbuy'],\n ['name' => \"Why Do Birds Sing? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/why-do-birds-sing-cd/383043.p?id=103185&skuId=383043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383043_sa.jpg\"}', 'upc' => '075992647625', 'provider' => 'bestbuy'],\n ['name' => \"Hack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hack-cd/383114.p?id=86192&skuId=383114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3831\\/383114.jpg\"}', 'upc' => '075992625821', 'provider' => 'bestbuy'],\n ['name' => \"Glory [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/glory-original-motion-picture-soundtrack-cd-original-soundtrack/383141.p?id=83727&skuId=383141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3831\\/383141_sa.jpg\"}', 'upc' => '077778615026', 'provider' => 'bestbuy'],\n ['name' => \"A Brief History of the Twentieth Century - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-brief-history-of-the-twentieth-century-cd/383150.p?id=83232&skuId=383150&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383150', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383150_sa.jpg\"}', 'upc' => '075992644822', 'provider' => 'bestbuy'],\n ['name' => \"Afterburner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/afterburner-cd/383187.p?id=105361&skuId=383187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3831\\/383187_sa.jpg\"}', 'upc' => '075992534222', 'provider' => 'bestbuy'],\n ['name' => \"El Loco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-loco-cd/383196.p?id=105359&skuId=383196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383196_sa.jpg\"}', 'upc' => '075992359320', 'provider' => 'bestbuy'],\n ['name' => \"Tejas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tejas-cd/383203.p?id=105356&skuId=383203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3832\\/383203_sa.jpg\"}', 'upc' => '075992738323', 'provider' => 'bestbuy'],\n ['name' => \"Recycler - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/recycler-cd/383221.p?id=2387204&skuId=383221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383221_sa.jpg\"}', 'upc' => '075992626521', 'provider' => 'bestbuy'],\n ['name' => \"Rio Grande Mud - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rio-grande-mud-cd/383230.p?id=105352&skuId=383230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3832\\/383230_sa.jpg\"}', 'upc' => '075992738026', 'provider' => 'bestbuy'],\n ['name' => \"Eliminator - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eliminator-cd/383249.p?id=105360&skuId=383249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3832\\/383249_sa.jpg\"}', 'upc' => '075992377423', 'provider' => 'bestbuy'],\n ['name' => \"ZZ Top's First Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zz-tops-first-album-cd/383267.p?id=105351&skuId=383267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3832\\/383267_sa.jpg\"}', 'upc' => '075992737920', 'provider' => 'bestbuy'],\n ['name' => \"Refugees of the Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/refugees-of-the-heart-cd/383285.p?id=3254618&skuId=383285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383285_sa.jpg\"}', 'upc' => '077778618928', 'provider' => 'bestbuy'],\n ['name' => \"Live Rust - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/live-rust-cd/383294.p?id=105069&skuId=383294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383294_sa.jpg\"}', 'upc' => '075992725026', 'provider' => 'bestbuy'],\n ['name' => \"Ragged Glory - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ragged-glory-cd/383301.p?id=105075&skuId=383301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383301_sa.jpg\"}', 'upc' => '075992631525', 'provider' => 'bestbuy'],\n ['name' => \"In The Heart Of The Young - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-heart-of-the-young-cd/383310.p?id=2393582&skuId=383310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383310_sa.jpg\"}', 'upc' => '075678210327', 'provider' => 'bestbuy'],\n ['name' => \"Mane Attraction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mane-attraction-cd/383329.p?id=103893&skuId=383329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383329_sa.jpg\"}', 'upc' => '075678219320', 'provider' => 'bestbuy'],\n ['name' => \"Graffiti Bridge [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/graffiti-bridge-pa-cd/383374.p?id=95483&skuId=383374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383374_sa.jpg\"}', 'upc' => '075992749329', 'provider' => 'bestbuy'],\n ['name' => \"Yessongs [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yessongs-remaster-cd/383409.p?id=2983078&skuId=383409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0383\\/0383409_sa.jpg\"}', 'upc' => '075678268229', 'provider' => 'bestbuy'],\n ['name' => \"Decade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/decade-cd/383702.p?id=105066&skuId=383702&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=383702', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3837\\/383702_sa.jpg\"}', 'upc' => '075992723329', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Dave Mason [Columbia] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-dave-mason-columbia-cd/384051.p?id=90738&skuId=384051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=384051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3840\\/384051.jpg\"}', 'upc' => '074643708920', 'provider' => 'bestbuy'],\n ['name' => \"The Wild, The Innocent & the E Street Shuffle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-wild-the-innocent-the-e-street-shuffle-cd/384355.p?id=99921&skuId=384355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=384355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0384\\/0384355_sa.jpg\"}', 'upc' => '074643243223', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/384792.p?id=78231&skuId=384792&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=384792', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0384\\/0384792_sa.jpg\"}', 'upc' => '074643407724', 'provider' => 'bestbuy'],\n ['name' => \"ELO's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elos-greatest-hits-cd/384881.p?id=81431&skuId=384881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=384881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3848\\/384881_sa.jpg\"}', 'upc' => '074643631020', 'provider' => 'bestbuy'],\n ['name' => \"The Pros and Cons of Hitch Hiking - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-pros-and-cons-of-hitch-hiking-cd/384989.p?id=1820107&skuId=384989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=384989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0384\\/0384989_sa.jpg\"}', 'upc' => '886972296326', 'provider' => 'bestbuy'],\n ['name' => \"Faith - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/faith-cd/385256.p?id=91584&skuId=385256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3852\\/385256_sa.jpg\"}', 'upc' => '074644086720', 'provider' => 'bestbuy'],\n ['name' => \"Listen Without Prejudice, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/listen-without-prejudice-vol-1-cd/385265.p?id=91585&skuId=385265&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385265', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3852\\/385265_sa.jpg\"}', 'upc' => '074644689822', 'provider' => 'bestbuy'],\n ['name' => \"Fear of a Black Planet [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fear-of-a-black-planet-pa-cd/385283.p?id=95631&skuId=385283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3852\\/385283_sa.jpg\"}', 'upc' => '731452344625', 'provider' => 'bestbuy'],\n ['name' => \"A Collection: Greatest Hits...And More - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-collection-greatest-hits-and-more-cd/385336.p?id=100588&skuId=385336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3853\\/385336_sa.jpg\"}', 'upc' => '074644536928', 'provider' => 'bestbuy'],\n ['name' => \"Memories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-cd/385345.p?id=100605&skuId=385345&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385345', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3853\\/385345_sa.jpg\"}', 'upc' => '074643767828', 'provider' => 'bestbuy'],\n ['name' => \"Double Live Gonzo! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-live-gonzo-cd/385586.p?id=93570&skuId=385586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0385\\/0385586_sa.jpg\"}', 'upc' => '074643506922', 'provider' => 'bestbuy'],\n ['name' => \"The Forgotten Trail (1969-1974) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-forgotten-trail-1969-1974-cd/385611.p?id=95091&skuId=385611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3856\\/385611_sa.jpg\"}', 'upc' => '074644616224', 'provider' => 'bestbuy'],\n ['name' => \"Lotus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lotus-cd/385675.p?id=97882&skuId=385675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3856\\/385675_sa.jpg\"}', 'upc' => '074644676426', 'provider' => 'bestbuy'],\n ['name' => \"Hair of the Dog - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hair-of-the-dog-cd/385826.p?id=92925&skuId=385826&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385826', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3858\\/385826_sa.jpg\"}', 'upc' => '075021322523', 'provider' => 'bestbuy'],\n ['name' => \"The Other Side of Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-other-side-of-life-cd/385862.p?id=92179&skuId=385862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3858\\/385862_sa.jpg\"}', 'upc' => '042282917928', 'provider' => 'bestbuy'],\n ['name' => \"Sur La Mer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sur-la-mer-cd/385880.p?id=2387815&skuId=385880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0385\\/0385880_sa.jpg\"}', 'upc' => '042283575622', 'provider' => 'bestbuy'],\n ['name' => \"Thru the Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thru-the-years-cd/385942.p?id=90893&skuId=385942&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385942', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0385\\/0385942_sa.jpg\"}', 'upc' => '042284402828', 'provider' => 'bestbuy'],\n ['name' => \"L.A. Guns - CD - Remastered\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/l-a-guns-cd-remastered/385979.p?id=88486&skuId=385979&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385979', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0385\\/0385979_sa.jpg\"}', 'upc' => '042283414426', 'provider' => 'bestbuy'],\n ['name' => \"Night and Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-and-day-cd/385988.p?id=86491&skuId=385988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=385988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3859\\/385988_sa.jpg\"}', 'upc' => '075021333420', 'provider' => 'bestbuy'],\n ['name' => \"20th Century Masters -... [Digipak] [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20th-century-masters-digipak-remaster-cd/386004.p?id=1635723&skuId=386004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386004_sa.jpg\"}', 'upc' => '075021333826', 'provider' => 'bestbuy'],\n ['name' => \"History Never Repeats: The Best of Split Enz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/history-never-repeats-the-best-of-split-enz-cd/386022.p?id=99893&skuId=386022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3860\\/386022_sa.jpg\"}', 'upc' => '075021328921', 'provider' => 'bestbuy'],\n ['name' => \"Shoot Out at the Fantasy Factory [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shoot-out-at-the-fantasy-factory-remaster-cd/386059.p?id=102130&skuId=386059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386059_sa.jpg\"}', 'upc' => '042284278126', 'provider' => 'bestbuy'],\n ['name' => \"Flat as a Pancake - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flat-as-a-pancake-cd/386095.p?id=85089&skuId=386095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3860\\/386095.jpg\"}', 'upc' => '075021319622', 'provider' => 'bestbuy'],\n ['name' => \"Louder Than Love [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louder-than-love-pa-cd/386175.p?id=99670&skuId=386175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386175_sa.jpg\"}', 'upc' => '075021525221', 'provider' => 'bestbuy'],\n ['name' => \"Extreme - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/extreme-cd/386200.p?id=81837&skuId=386200&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386200', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3862\\/386200_sa.jpg\"}', 'upc' => '075021523821', 'provider' => 'bestbuy'],\n ['name' => \"Compact Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/compact-jazz-cd/386255.p?id=66286&skuId=386255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3862\\/386255_sa.jpg\"}', 'upc' => '042283531321', 'provider' => 'bestbuy'],\n ['name' => \"On Through the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-through-the-night-cd/386264.p?id=80091&skuId=386264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386264_sa.jpg\"}', 'upc' => '042282253323', 'provider' => 'bestbuy'],\n ['name' => \"Strong Persuader - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strong-persuader-cd/386273.p?id=79127&skuId=386273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386273_sa.jpg\"}', 'upc' => '042283056824', 'provider' => 'bestbuy'],\n ['name' => \"Time Pieces, Vol. 2: Live in the '70s - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-pieces-vol-2-live-in-the-70s-cd/386291.p?id=77905&skuId=386291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386291_sa.jpg\"}', 'upc' => '042281183522', 'provider' => 'bestbuy'],\n ['name' => \"Time Pieces: The Best of Eric Clapton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-pieces-the-best-of-eric-clapton-cd/386326.p?id=77904&skuId=386326&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386326', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3863\\/386326.jpg\"}', 'upc' => '042280001421', 'provider' => 'bestbuy'],\n ['name' => \"Night Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-songs-cd/386344.p?id=77816&skuId=386344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3863\\/386344.jpg\"}', 'upc' => '042283007628', 'provider' => 'bestbuy'],\n ['name' => \"Paradise Theater - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paradise-theater-cd/386399.p?id=100687&skuId=386399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3863\\/386399_sa.jpg\"}', 'upc' => '075021324022', 'provider' => 'bestbuy'],\n ['name' => \"Pieces of Eight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pieces-of-eight-cd/386406.p?id=100688&skuId=386406&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386406', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386406_sa.jpg\"}', 'upc' => '075021322424', 'provider' => 'bestbuy'],\n ['name' => \"Equinox - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/equinox-cd/386424.p?id=100682&skuId=386424&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386424', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386424_sa.jpg\"}', 'upc' => '075021321724', 'provider' => 'bestbuy'],\n ['name' => \"Crystal Ball - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crystal-ball-cd/386433.p?id=100680&skuId=386433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386433_sa.jpg\"}', 'upc' => '075021321823', 'provider' => 'bestbuy'],\n ['name' => \"The Grand Illusion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-grand-illusion-cd/386442.p?id=100690&skuId=386442&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386442', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386442_sa.jpg\"}', 'upc' => '075021322325', 'provider' => 'bestbuy'],\n ['name' => \"Bird: The Original Recordings of Charlie Parker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bird-the-original-recordings-of-charlie-parker-cd/386647.p?id=69757&skuId=386647&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386647', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386647_sa.jpg\"}', 'upc' => '042283717626', 'provider' => 'bestbuy'],\n ['name' => \"Riptide - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/riptide-cd/386674.p?id=1431313&skuId=386674&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386674', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3866\\/386674_sa.jpg\"}', 'upc' => '042282646323', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Velvet Underground: Words and... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-velvet-underground-words-and-cd/386683.p?id=103076&skuId=386683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386683_sa.jpg\"}', 'upc' => '042284116428', 'provider' => 'bestbuy'],\n ['name' => \"The Sky's Gone Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-skys-gone-out-cd/386692.p?id=74092&skuId=386692&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386692', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386692_sa.jpg\"}', 'upc' => '075021332423', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/386718.p?id=76794&skuId=386718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386718_sa.jpg\"}', 'upc' => '075021310520', 'provider' => 'bestbuy'],\n ['name' => \"Blind Faith - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blind-faith-cd/386736.p?id=2389705&skuId=386736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3867\\/386736.jpg\"}', 'upc' => '042282509420', 'provider' => 'bestbuy'],\n ['name' => \"Good Times Are So Hard to Find - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/good-times-are-so-hard-to-find-cd/386754.p?id=75121&skuId=386754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3867\\/386754.jpg\"}', 'upc' => '042283403024', 'provider' => 'bestbuy'],\n ['name' => \"Chuck Berry's Golden Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chuck-berrys-golden-hits-cd/386763.p?id=74517&skuId=386763&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386763', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386763_sa.jpg\"}', 'upc' => '042282625625', 'provider' => 'bestbuy'],\n ['name' => \"BTO's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/btos-greatest-hits-cd/386898.p?id=1575983&skuId=386898&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386898', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3868\\/386898.jpg\"}', 'upc' => '042283003927', 'provider' => 'bestbuy'],\n ['name' => \"Not Fragile - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/not-fragile-cd/386905.p?id=73623&skuId=386905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386905_sa.jpg\"}', 'upc' => '042283017825', 'provider' => 'bestbuy'],\n ['name' => \"Wild-Eyed Southern Boys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-eyed-southern-boys-cd/386978.p?id=101629&skuId=386978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0386\\/0386978_sa.jpg\"}', 'upc' => '075021329829', 'provider' => 'bestbuy'],\n ['name' => \"Special Forces - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/special-forces-cd/386987.p?id=101625&skuId=386987&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386987', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3869\\/386987_sa.jpg\"}', 'upc' => '075021329928', 'provider' => 'bestbuy'],\n ['name' => \"Tour de Force - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tour-de-force-cd/386996.p?id=101628&skuId=386996&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=386996', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3869\\/386996_sa.jpg\"}', 'upc' => '075021331020', 'provider' => 'bestbuy'],\n ['name' => \"Wide Awake in America [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wide-awake-in-america-ep-cd/387058.p?id=102701&skuId=387058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=387058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0387\\/0387058_sa.jpg\"}', 'upc' => '042284247924', 'provider' => 'bestbuy'],\n ['name' => \"Rain Dogs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rain-dogs-cd/387076.p?id=2281286&skuId=387076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=387076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/3870\\/387076_sa.jpg\"}', 'upc' => '042282638229', 'provider' => 'bestbuy'],\n ['name' => \"Bring the Family - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bring-the-family-cd/387156.p?id=85322&skuId=387156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=387156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3871\\/387156.jpg\"}', 'upc' => '075021515826', 'provider' => 'bestbuy'],\n ['name' => \"China - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/china-cd/387183.p?id=102974&skuId=387183&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=387183', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0387\\/0387183_sa.jpg\"}', 'upc' => '042281365324', 'provider' => 'bestbuy'],\n ['name' => \"Marching Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marching-out-cd/387209.p?id=90281&skuId=387209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=387209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0387\\/0387209_sa.jpg\"}', 'upc' => '042282573322', 'provider' => 'bestbuy'],\n ['name' => \"Cuts Like a Knife - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cuts-like-a-knife-cd/387254.p?id=72464&skuId=387254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=387254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/3872\\/387254.jpg\"}', 'upc' => '075021328822', 'provider' => 'bestbuy'],\n ['name' => \"Chronicle, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chronicle-vol-2-cd/409445.p?id=79159&skuId=409445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=409445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0409\\/0409445_sa.jpg\"}', 'upc' => '025218000321', 'provider' => 'bestbuy'],\n ['name' => \"Serious Hits...Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/serious-hits-live-cd/409588.p?id=78364&skuId=409588&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=409588', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0409\\/0409588_sa.jpg\"}', 'upc' => '075678215728', 'provider' => 'bestbuy'],\n ['name' => \"Eagles Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eagles-live-cd/409597.p?id=81202&skuId=409597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=409597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0409\\/0409597_sa.jpg\"}', 'upc' => '075596059121', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits on Earth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-on-earth-cd/409677.p?id=82177&skuId=409677&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=409677', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4096\\/409677.jpg\"}', 'upc' => '078221833523', 'provider' => 'bestbuy'],\n ['name' => \"Welcome to the Real World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/welcome-to-the-real-world-cd/409800.p?id=92544&skuId=409800&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=409800', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4098\\/409800_sa.jpg\"}', 'upc' => '078635804522', 'provider' => 'bestbuy'],\n ['name' => \"Why Not Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/why-not-me-cd/409953.p?id=3323839&skuId=409953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=409953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '078635531923', 'provider' => 'bestbuy'],\n ['name' => \"Mountain Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mountain-music-cd/410503.p?id=72643&skuId=410503&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=410503', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0410\\/0410503_sa.jpg\"}', 'upc' => '078635422924', 'provider' => 'bestbuy'],\n ['name' => \"Pillow Lips - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pillow-lips-cd/410816.p?id=91975&skuId=410816&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=410816', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4108\\/410816.jpg\"}', 'upc' => '016581281028', 'provider' => 'bestbuy'],\n ['name' => \"Nowhere - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nowhere-cd/411094.p?id=96650&skuId=411094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411094_sa.jpg\"}', 'upc' => '075992646222', 'provider' => 'bestbuy'],\n ['name' => \"Dirty Mind [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dirty-mind-pa-cd/411101.p?id=95480&skuId=411101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411101_sa.jpg\"}', 'upc' => '075992740821', 'provider' => 'bestbuy'],\n ['name' => \"The Ultimate Otis Redding - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/the-ultimate-otis-redding-cd/411110.p?id=96232&skuId=411110&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411110', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411110_sa.jpg\"}', 'upc' => '075992760829', 'provider' => 'bestbuy'],\n ['name' => \"Controversy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/controversy-cd/411129.p?id=95479&skuId=411129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4111\\/411129_sa.jpg\"}', 'upc' => '075992360128', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Carly Simon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-carly-simon-cd/411138.p?id=98779&skuId=411138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411138_sa.jpg\"}', 'upc' => '075596051521', 'provider' => 'bestbuy'],\n ['name' => \"Never Mind the Bollocks Here's the... [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-mind-the-bollocks-heres-the-pa-cd/411147.p?id=98416&skuId=411147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4111\\/411147_sa.jpg\"}', 'upc' => '075992734721', 'provider' => 'bestbuy'],\n ['name' => \"Prime Prine: The Best of John Prine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prime-prine-the-best-of-john-prine-cd/411156.p?id=95519&skuId=411156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4111\\/411156.jpg\"}', 'upc' => '075678150425', 'provider' => 'bestbuy'],\n ['name' => \"Pretenders - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pretenders-cd/411174.p?id=95404&skuId=411174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4111\\/411174.jpg\"}', 'upc' => '075992743020', 'provider' => 'bestbuy'],\n ['name' => \"Straight to the Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/straight-to-the-heart-cd/411192.p?id=70592&skuId=411192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4111\\/411192_sa.jpg\"}', 'upc' => '075992515023', 'provider' => 'bestbuy'],\n ['name' => \"A Change of Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-change-of-heart-cd/411218.p?id=70596&skuId=411218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411218_sa.jpg\"}', 'upc' => '075992547925', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/411263.p?id=98183&skuId=411263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411263_sa.jpg\"}', 'upc' => '075992733229', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-1-cd/411361.p?id=97284&skuId=411361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4113\\/411361_sa.jpg\"}', 'upc' => '075596051224', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-2-cd/411370.p?id=97285&skuId=411370&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411370', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411370_sa.jpg\"}', 'upc' => '075596056724', 'provider' => 'bestbuy'],\n ['name' => \"Roll with It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roll-with-it-cd/411389.p?id=104541&skuId=411389&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411389', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411389_sa.jpg\"}', 'upc' => '077778606925', 'provider' => 'bestbuy'],\n ['name' => \"Gorilla - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gorilla-cd/411405.p?id=101232&skuId=411405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411405_sa.jpg\"}', 'upc' => '075992729321', 'provider' => 'bestbuy'],\n ['name' => \"Hope Chest: The Fredonia Recordings 1982-1983 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hope-chest-the-fredonia-recordings-1982-1983-cd/411414.p?id=101410&skuId=411414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411414_sa.jpg\"}', 'upc' => '075596096225', 'provider' => 'bestbuy'],\n ['name' => \"The Wishing Chair - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-wishing-chair-cd/411423.p?id=101415&skuId=411423&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411423', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411423_sa.jpg\"}', 'upc' => '075596042826', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/411432.p?id=1486991&skuId=411432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411432_sa.jpg\"}', 'upc' => '081227809423', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Baby James - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-baby-james-cd/411441.p?id=2466524&skuId=411441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4114\\/411441_sa.jpg\"}', 'upc' => '075992718325', 'provider' => 'bestbuy'],\n ['name' => \"Out of Order - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-order-cd/411450.p?id=100412&skuId=411450&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411450', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411450_sa.jpg\"}', 'upc' => '075992568425', 'provider' => 'bestbuy'],\n ['name' => \"Take 6 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-6-cd/411478.p?id=101109&skuId=411478&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411478', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4114\\/411478.jpg\"}', 'upc' => '075992567022', 'provider' => 'bestbuy'],\n ['name' => \"A Quiet Normal Life: The Best of Warren Zevon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-quiet-normal-life-the-best-of-warren-zevon-cd/411502.p?id=105298&skuId=411502&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411502', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411502_sa.jpg\"}', 'upc' => '075596050326', 'provider' => 'bestbuy'],\n ['name' => \"Excitable Boy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/excitable-boy-cd/411511.p?id=105300&skuId=411511&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411511', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411511_sa.jpg\"}', 'upc' => '075596052122', 'provider' => 'bestbuy'],\n ['name' => \"Going for the One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/going-for-the-one-cd/411520.p?id=104979&skuId=411520&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411520', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411520_sa.jpg\"}', 'upc' => '075678267024', 'provider' => 'bestbuy'],\n ['name' => \"Fragile (Remastered) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fragile-remastered-cd/411539.p?id=2229012&skuId=411539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411539_sa.jpg\"}', 'upc' => '075678266720', 'provider' => 'bestbuy'],\n ['name' => \"The Yes Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-yes-album-cd/411548.p?id=1548545&skuId=411548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411548_sa.jpg\"}', 'upc' => '075678266522', 'provider' => 'bestbuy'],\n ['name' => \"Close to the Edge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/close-to-the-edge-cd/411566.p?id=104974&skuId=411566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411566_sa.jpg\"}', 'upc' => '075678266621', 'provider' => 'bestbuy'],\n ['name' => \"Relayer [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/relayer-remaster-cd/411575.p?id=104980&skuId=411575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411575_sa.jpg\"}', 'upc' => '075678266423', 'provider' => 'bestbuy'],\n ['name' => \"The Dream Weaver - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dream-weaver-cd/411593.p?id=104774&skuId=411593&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411593', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4115\\/411593_sa.jpg\"}', 'upc' => '075992729420', 'provider' => 'bestbuy'],\n ['name' => \"Big Game - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-game-cd/411637.p?id=103891&skuId=411637&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411637_sa.jpg\"}', 'upc' => '075678196928', 'provider' => 'bestbuy'],\n ['name' => \"Guitars, Cadillacs, Etc., Etc. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guitars-cadillacs-etc--etc-cd/411664.p?id=105022&skuId=411664&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411664', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411664_sa.jpg\"}', 'upc' => '075992537223', 'provider' => 'bestbuy'],\n ['name' => \"After the Gold Rush - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-the-gold-rush-cd/411673.p?id=105061&skuId=411673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4116\\/411673_sa.jpg\"}', 'upc' => '075992724326', 'provider' => 'bestbuy'],\n ['name' => \"Harvest - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harvest-cd/411682.p?id=105063&skuId=411682&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411682', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411682_sa.jpg\"}', 'upc' => '075992723923', 'provider' => 'bestbuy'],\n ['name' => \"Paranoid - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paranoid-cd/411726.p?id=148631&skuId=411726&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411726', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411726_sa.jpg\"}', 'upc' => '075992732727', 'provider' => 'bestbuy'],\n ['name' => \"Crossroads - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crossroads-cd/411744.p?id=2305036&skuId=411744&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411744', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411744_sa.jpg\"}', 'upc' => '075596088824', 'provider' => 'bestbuy'],\n ['name' => \"Tracy Chapman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tracy-chapman-cd/411753.p?id=2224952&skuId=411753&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411753', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411753_sa.jpg\"}', 'upc' => '075596077422', 'provider' => 'bestbuy'],\n ['name' => \"Candy-O - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/candy-o-cd/411771.p?id=76968&skuId=411771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4117\\/411771_sa.jpg\"}', 'upc' => '075596055925', 'provider' => 'bestbuy'],\n ['name' => \"The Cars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-cars-cd/411780.p?id=76965&skuId=411780&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411780', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4117\\/411780_sa.jpg\"}', 'upc' => '075596052429', 'provider' => 'bestbuy'],\n ['name' => \"Retrospective: The Best of Buffalo Springfield - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/retrospective-the-best-of-buffalo-springfield-cd/411806.p?id=76253&skuId=411806&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411806_sa.jpg\"}', 'upc' => '075679041722', 'provider' => 'bestbuy'],\n ['name' => \"Jackson Browne - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jackson-browne-cd/411833.p?id=75930&skuId=411833&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411833', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4118\\/411833.jpg\"}', 'upc' => '075596062220', 'provider' => 'bestbuy'],\n ['name' => \"The Pretender - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/the-pretender-cd/411842.p?id=75937&skuId=411842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411842_sa.jpg\"}', 'upc' => '075596051323', 'provider' => 'bestbuy'],\n ['name' => \"Running on Empty - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/running-on-empty-cd/411851.p?id=75936&skuId=411851&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411851', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411851_sa.jpg\"}', 'upc' => '075596051927', 'provider' => 'bestbuy'],\n ['name' => \"Breezin' [Bonus Tracks] [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/breezin-bonus-tracks-ecd-cd/411913.p?id=198411&skuId=411913&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411913', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4119\\/411913_sa.jpg\"}', 'upc' => '075992733427', 'provider' => 'bestbuy'],\n ['name' => \"Run with the Pack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/run-with-the-pack-cd/411931.p?id=73658&skuId=411931&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411931', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4119\\/411931_sa.jpg\"}', 'upc' => '075679243522', 'provider' => 'bestbuy'],\n ['name' => \"Bad Company - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-company-cd/411959.p?id=73650&skuId=411959&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411959', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411959_sa.jpg\"}', 'upc' => '075679244123', 'provider' => 'bestbuy'],\n ['name' => \"Dangerous Age - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dangerous-age-cd/411977.p?id=73652&skuId=411977&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=411977', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0411\\/0411977_sa.jpg\"}', 'upc' => '075678188428', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hit [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hit-pa-cd/412020.p?id=77325&skuId=412020&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412020', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4120\\/412020_sa.jpg\"}', 'upc' => '075992361422', 'provider' => 'bestbuy'],\n ['name' => \"Long Live the Kane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-live-the-kane-cd/412048.p?id=87592&skuId=412048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412048_sa.jpg\"}', 'upc' => '075992573122', 'provider' => 'bestbuy'],\n ['name' => \"Workingman's Dead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/workingmans-dead-cd/412075.p?id=2484223&skuId=412075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412075_sa.jpg\"}', 'upc' => '075992718424', 'provider' => 'bestbuy'],\n ['name' => \"Miami - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miami-cd/412093.p?id=86671&skuId=412093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4120\\/412093_sa.jpg\"}', 'upc' => '075678036521', 'provider' => 'bestbuy'],\n ['name' => \"Best Of Skeletons From The Closet: Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-skeletons-from-the-closet-greatest-hits-cd/412128.p?id=2434652&skuId=412128&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412128', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4121\\/412128.jpg\"}', 'upc' => '081227646622', 'provider' => 'bestbuy'],\n ['name' => \"Miki Howard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miki-howard-cd/412137.p?id=85851&skuId=412137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4121\\/412137_sa.jpg\"}', 'upc' => '075678202421', 'provider' => 'bestbuy'],\n ['name' => \"Power - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/power-cd/412146.p?id=2389720&skuId=412146&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412146', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412146_sa.jpg\"}', 'upc' => '075992576529', 'provider' => 'bestbuy'],\n ['name' => \"American Beauty [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-beauty-remaster-cd/412155.p?id=2444119&skuId=412155&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412155_sa.jpg\"}', 'upc' => '075992719025', 'provider' => 'bestbuy'],\n ['name' => \"Jive Bunny: The Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jive-bunny-the-album-cd/412164.p?id=87021&skuId=412164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412164_sa.jpg\"}', 'upc' => '075679132222', 'provider' => 'bestbuy'],\n ['name' => \"Blow My Fuse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blow-my-fuse-cd/412173.p?id=88220&skuId=412173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4121\\/412173_sa.jpg\"}', 'upc' => '075678187728', 'provider' => 'bestbuy'],\n ['name' => \"Supersonic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/supersonic-cd/412217.p?id=81871&skuId=412217&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412217', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4122\\/412217.jpg\"}', 'upc' => '075679095923', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Emmylou Harris - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-emmylou-harris-cd/412262.p?id=84866&skuId=412262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4122\\/412262_sa.jpg\"}', 'upc' => '075992737524', 'provider' => 'bestbuy'],\n ['name' => \"Pirates - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pirates-cd/412280.p?id=3454894&skuId=412280&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412280', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412280_sa.jpg\"}', 'upc' => '075992343220', 'provider' => 'bestbuy'],\n ['name' => \"Rickie Lee Jones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rickie-lee-jones-cd/412299.p?id=87302&skuId=412299&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412299', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4122\\/412299_sa.jpg\"}', 'upc' => '075992738927', 'provider' => 'bestbuy'],\n ['name' => \"Alice's Restaurant - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/alices-restaurant-cd/412306.p?id=84446&skuId=412306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412306_sa.jpg\"}', 'upc' => '075992743921', 'provider' => 'bestbuy'],\n ['name' => \"Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cd/412351.p?id=2390384&skuId=412351&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412351', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4123\\/412351_sa.jpg\"}', 'upc' => '075992734028', 'provider' => 'bestbuy'],\n ['name' => \"Oh, Good Grief! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oh-good-grief-cd/412360.p?id=67035&skuId=412360&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412360', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4123\\/412360_sa.jpg\"}', 'upc' => '075992717229', 'provider' => 'bestbuy'],\n ['name' => \"Music for the Masses [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-for-the-masses-bonus-tracks-cd/412422.p?id=80227&skuId=412422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412422_sa.jpg\"}', 'upc' => '075992561426', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/412440.p?id=1535072&skuId=412440&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412440', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4124\\/412440_sa.jpg\"}', 'upc' => '075992644921', 'provider' => 'bestbuy'],\n ['name' => \"Cocktail - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cocktail-cd-original-soundtrack/412468.p?id=78189&skuId=412468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412468_sa.jpg\"}', 'upc' => '075596080620', 'provider' => 'bestbuy'],\n ['name' => \"Fleetwood Mac - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fleetwood-mac-cd/412477.p?id=1535086&skuId=412477&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412477', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412477_sa.jpg\"}', 'upc' => '075992724128', 'provider' => 'bestbuy'],\n ['name' => \"Mystery to Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mystery-to-me-cd/412486.p?id=82441&skuId=412486&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4124\\/412486_sa.jpg\"}', 'upc' => '075992598224', 'provider' => 'bestbuy'],\n ['name' => \"Tango in the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tango-in-the-night-cd/412495.p?id=82444&skuId=412495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412495_sa.jpg\"}', 'upc' => '075992547123', 'provider' => 'bestbuy'],\n ['name' => \"The Nightfly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-nightfly-cd/412510.p?id=81878&skuId=412510&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412510', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4125\\/412510_sa.jpg\"}', 'upc' => '075992369626', 'provider' => 'bestbuy'],\n ['name' => \"Faster Pussycat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/faster-pussycat-cd/412529.p?id=81989&skuId=412529&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412529', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412529_sa.jpg\"}', 'upc' => '075596073028', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Dave Edmunds [Swan Song] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-dave-edmunds-swan-song-cd/412556.p?id=81320&skuId=412556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4125\\/412556_sa.jpg\"}', 'upc' => '075679033826', 'provider' => 'bestbuy'],\n ['name' => \"Jonathan Edwards - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jonathan-edwards-cd/412583.p?id=81337&skuId=412583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412583_sa.jpg\"}', 'upc' => '075679031020', 'provider' => 'bestbuy'],\n ['name' => \"Holy Diver - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/holy-diver-cd/412609.p?id=80498&skuId=412609&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412609', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4126\\/412609_sa.jpg\"}', 'upc' => '075992383622', 'provider' => 'bestbuy'],\n ['name' => \"Deepest Purple: The Very Best of Deep Purple - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deepest-purple-the-very-best-of-deep-purple-cd/412636.p?id=80052&skuId=412636&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412636', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412636_sa.jpg\"}', 'upc' => '075992348621', 'provider' => 'bestbuy'],\n ['name' => \"Crossroads - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crossroads-cd-original-soundtrack/412654.p?id=79288&skuId=412654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4126\\/412654_sa.jpg\"}', 'upc' => '075992539920', 'provider' => 'bestbuy'],\n ['name' => \"Déjà Vu - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deja-vu-cd/412663.p?id=79272&skuId=412663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412663_sa.jpg\"}', 'upc' => '075678264924', 'provider' => 'bestbuy'],\n ['name' => \"On the Border - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-border-cd/412681.p?id=81203&skuId=412681&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412681', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412681_sa.jpg\"}', 'upc' => '075596059527', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-2-cd/412707.p?id=81198&skuId=412707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4127\\/412707_sa.jpg\"}', 'upc' => '075596020527', 'provider' => 'bestbuy'],\n ['name' => \"One of These Nights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-of-these-nights-cd/412716.p?id=81205&skuId=412716&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412716', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4127\\/412716_sa.jpg\"}', 'upc' => '075596060127', 'provider' => 'bestbuy'],\n ['name' => \"Eagles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eagles-cd/412725.p?id=81207&skuId=412725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412725_sa.jpg\"}', 'upc' => '075596062329', 'provider' => 'bestbuy'],\n ['name' => \"Desperado - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/desperado-cd/412734.p?id=81197&skuId=412734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4127\\/412734_sa.jpg\"}', 'upc' => '075596062725', 'provider' => 'bestbuy'],\n ['name' => \"Their Greatest Hits 1971-1975 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/their-greatest-hits-1971-1975-cd/412743.p?id=81209&skuId=412743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4127\\/412743_sa.jpg\"}', 'upc' => '075596051125', 'provider' => 'bestbuy'],\n ['name' => \"Long Run - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-run-cd/412752.p?id=2640520&skuId=412752&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412752', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4127\\/412752.jpg\"}', 'upc' => '075596056021', 'provider' => 'bestbuy'],\n ['name' => \"Hotel California - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hotel-california-cd/412761.p?id=3356021&skuId=412761&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412761', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4127\\/412761_sa.jpg\"}', 'upc' => '075596050920', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/412798.p?id=1543573&skuId=412798&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412798', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412798_sa.jpg\"}', 'upc' => '081227812928', 'provider' => 'bestbuy'],\n ['name' => \"Billion Dollar Babies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/billion-dollar-babies-cd/412805.p?id=78643&skuId=412805&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412805', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412805_sa.jpg\"}', 'upc' => '075992726924', 'provider' => 'bestbuy'],\n ['name' => \"No Jacket Required - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-jacket-required-cd/412814.p?id=78363&skuId=412814&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412814', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412814_sa.jpg\"}', 'upc' => '075678124020', 'provider' => 'bestbuy'],\n ['name' => \"Foreigner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/foreigner-cd/412850.p?id=3165208&skuId=412850&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412850', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4128\\/412850.jpg\"}', 'upc' => '075678151125', 'provider' => 'bestbuy'],\n ['name' => \"Dr. John's Gumbo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dr-johns-gumbo-cd/412949.p?id=80886&skuId=412949&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412949', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412949_sa.jpg\"}', 'upc' => '075678039829', 'provider' => 'bestbuy'],\n ['name' => \"The Best of John Coltrane [Atlantic] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-john-coltrane-atlantic-cd/412976.p?id=65129&skuId=412976&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412976', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412976_sa.jpg\"}', 'upc' => '075678136627', 'provider' => 'bestbuy'],\n ['name' => \"Nighthawks at the Diner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nighthawks-at-the-diner-cd/412994.p?id=103324&skuId=412994&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=412994', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0412\\/0412994_sa.jpg\"}', 'upc' => '075596062022', 'provider' => 'bestbuy'],\n ['name' => \"Alannah Myles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alannah-myles-cd/413001.p?id=92750&skuId=413001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4130\\/413001_sa.jpg\"}', 'upc' => '075678195624', 'provider' => 'bestbuy'],\n ['name' => \"Bella Donna - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/bella-donna-cd/413029.p?id=93300&skuId=413029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4130\\/413029_sa.jpg\"}', 'upc' => '075679042729', 'provider' => 'bestbuy'],\n ['name' => \"The Wild Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-wild-heart-cd/413038.p?id=93303&skuId=413038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4130\\/413038_sa.jpg\"}', 'upc' => '075679008428', 'provider' => 'bestbuy'],\n ['name' => \"Mike & The Mechanics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mike-the-mechanics-cd/413074.p?id=91698&skuId=413074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0413\\/0413074_sa.jpg\"}', 'upc' => '075678128721', 'provider' => 'bestbuy'],\n ['name' => \"The Land of Rape and Honey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-land-of-rape-and-honey-cd/413083.p?id=91824&skuId=413083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4130\\/413083.jpg\"}', 'upc' => '075992579926', 'provider' => 'bestbuy'],\n ['name' => \"The Living Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-living-years-cd/413092.p?id=91697&skuId=413092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0413\\/0413092_sa.jpg\"}', 'upc' => '075678192326', 'provider' => 'bestbuy'],\n ['name' => \"Conscious Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/conscious-party-cd/413109.p?id=2443809&skuId=413109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4131\\/413109_sa.jpg\"}', 'upc' => '077778603825', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Manhattan Transfer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-manhattan-transfer-cd/413118.p?id=90375&skuId=413118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4131\\/413118.jpg\"}', 'upc' => '075678158223', 'provider' => 'bestbuy'],\n ['name' => \"Montrose - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/montrose-cd/413127.p?id=92150&skuId=413127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0413\\/0413127_sa.jpg\"}', 'upc' => '075992732925', 'provider' => 'bestbuy'],\n ['name' => \"Court and Spark - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/court-and-spark-cd/413136.p?id=91919&skuId=413136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4131\\/413136_sa.jpg\"}', 'upc' => '075596059329', 'provider' => 'bestbuy'],\n ['name' => \"Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/blue-cd/413145.p?id=91916&skuId=413145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0413\\/0413145_sa.jpg\"}', 'upc' => '075992719926', 'provider' => 'bestbuy'],\n ['name' => \"Into the Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/into-the-music-cd/413172.p?id=92312&skuId=413172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4131\\/413172_sa.jpg\"}', 'upc' => '075992624824', 'provider' => 'bestbuy'],\n ['name' => \"The Lost Boys [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lost-boys-original-soundtrack-cd-original-soundtrack/413181.p?id=89771&skuId=413181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4131\\/413181_sa.jpg\"}', 'upc' => '075678176722', 'provider' => 'bestbuy'],\n ['name' => \"Feats Don't Fail Me Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feats-dont-fail-me-now-cd/413190.p?id=89357&skuId=413190&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413190', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0413\\/0413190_sa.jpg\"}', 'upc' => '075992728423', 'provider' => 'bestbuy'],\n ['name' => \"Shadowland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shadowland-cd/413305.p?id=88638&skuId=413305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4133\\/413305.jpg\"}', 'upc' => '075992572422', 'provider' => 'bestbuy'],\n ['name' => \"Let Love Rule - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-love-rule-cd/413323.p?id=88423&skuId=413323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0413\\/0413323_sa.jpg\"}', 'upc' => '077778612827', 'provider' => 'bestbuy'],\n ['name' => \"Attitude - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/attitude-cd/413387.p?id=102320&skuId=413387&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413387', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4133\\/413387_sa.jpg\"}', 'upc' => '075678203527', 'provider' => 'bestbuy'],\n ['name' => \"Astral Weeks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/astral-weeks-cd/413421.p?id=92303&skuId=413421&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4134\\/413421_sa.jpg\"}', 'upc' => '075992717625', 'provider' => 'bestbuy'],\n ['name' => \"Winelight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/winelight-cd/413430.p?id=71901&skuId=413430&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413430', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4134\\/413430_sa.jpg\"}', 'upc' => '075596055529', 'provider' => 'bestbuy'],\n ['name' => \"As We Speak - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/as-we-speak-cd/413476.p?id=70585&skuId=413476&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413476', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4134\\/413476_sa.jpg\"}', 'upc' => '075992365024', 'provider' => 'bestbuy'],\n ['name' => \"Giant Steps - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/giant-steps-cd/413494.p?id=176552&skuId=413494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0413\\/0413494_sa.jpg\"}', 'upc' => '075678133725', 'provider' => 'bestbuy'],\n ['name' => \"The London Howlin' Wolf Sessions [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-london-howlin-wolf-sessions-bonus-tracks-cd/413840.p?id=85873&skuId=413840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0413\\/0413840_sa.jpg\"}', 'upc' => '076732929728', 'provider' => 'bestbuy'],\n ['name' => \"Hot Water - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-water-cd/413993.p?id=76270&skuId=413993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=413993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0413\\/0413993_sa.jpg\"}', 'upc' => '076742209322', 'provider' => 'bestbuy'],\n ['name' => \"Ridin' High - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ridin-high-cd/414028.p?id=103363&skuId=414028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4140\\/414028_sa.jpg\"}', 'upc' => '076732092026', 'provider' => 'bestbuy'],\n ['name' => \"Legend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legend-cd/414117.p?id=95087&skuId=414117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414117_sa.jpg\"}', 'upc' => '076731101927', 'provider' => 'bestbuy'],\n ['name' => \"Southern Accents - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/southern-accents-cd/414126.p?id=94825&skuId=414126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4141\\/414126_sa.jpg\"}', 'upc' => '076732548622', 'provider' => 'bestbuy'],\n ['name' => \"Let Me Up (I've Had Enough) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-me-up-ive-had-enough-cd/414135.p?id=94822&skuId=414135&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414135', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414135_sa.jpg\"}', 'upc' => '076732583623', 'provider' => 'bestbuy'],\n ['name' => \"Heart Break - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heart-break-cd/414162.p?id=93124&skuId=414162&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414162', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4141\\/414162_sa.jpg\"}', 'upc' => '076742220723', 'provider' => 'bestbuy'],\n ['name' => \"Whoever's in New England - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whoevers-in-new-england-cd/414171.p?id=91161&skuId=414171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4141\\/414171_sa.jpg\"}', 'upc' => '076743130427', 'provider' => 'bestbuy'],\n ['name' => \"Legend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legend-cd/414215.p?id=90002&skuId=414215&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414215', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414215_sa.jpg\"}', 'upc' => '076742208424', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Caroline - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-caroline-cd/414297.p?id=80360&skuId=414297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414297_sa.jpg\"}', 'upc' => '076731105024', 'provider' => 'bestbuy'],\n ['name' => \"The Smoker You Drink, the Player You Get - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-smoker-you-drink-the-player-you-get-cd/414322.p?id=103427&skuId=414322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414322_sa.jpg\"}', 'upc' => '076731112121', 'provider' => 'bestbuy'],\n ['name' => \"Argus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/argus-cd/414386.p?id=257657&skuId=414386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4143\\/414386.jpg\"}', 'upc' => '008811023423', 'provider' => 'bestbuy'],\n ['name' => \"The 20 Greatest Hits: Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-20-greatest-hits-live-cd/414563.p?id=82755&skuId=414563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4145\\/414563.jpg\"}', 'upc' => '715187731929', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/414581.p?id=82115&skuId=414581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4145\\/414581_sa.jpg\"}', 'upc' => '715187733824', 'provider' => 'bestbuy'],\n ['name' => \"Hits Digitally Enhanced - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hits-digitally-enhanced-cd/414590.p?id=82762&skuId=414590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4145\\/414590.jpg\"}', 'upc' => '715187730427', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/414616.p?id=81747&skuId=414616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4146\\/414616.jpg\"}', 'upc' => '715187731127', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-songs-cd/414634.p?id=79813&skuId=414634&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414634', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4146\\/414634_sa.jpg\"}', 'upc' => '715187727229', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/414652.p?id=93424&skuId=414652&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414652', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414652_sa.jpg\"}', 'upc' => '715187735729', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-curb-cd/414661.p?id=246243&skuId=414661&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414661', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4146\\/414661.jpg\"}', 'upc' => '715187737228', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-country-hits-cd/414670.p?id=93258&skuId=414670&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414670', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4146\\/414670_sa.jpg\"}', 'upc' => '715187736726', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/414698.p?id=89499&skuId=414698&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414698', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4146\\/414698.jpg\"}', 'upc' => '715187730229', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Steve & Eydie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-steve-eydie-cd/414723.p?id=88824&skuId=414723&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414723', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4147\\/414723.jpg\"}', 'upc' => '715187731622', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/414732.p?id=88958&skuId=414732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4147\\/414732.jpg\"}', 'upc' => '715187737921', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-country-hits-cd/414778.p?id=97134&skuId=414778&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414778', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414778_sa.jpg\"}', 'upc' => '715187735828', 'provider' => 'bestbuy'],\n ['name' => \"City to City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/city-to-city-cd/414787.p?id=95814&skuId=414787&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414787', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414787_sa.jpg\"}', 'upc' => '077774604925', 'provider' => 'bestbuy'],\n ['name' => \"Unchained Melody [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 4.99, 'url' => 'http://www.bestbuy.com/site/unchained-melody-curb-cd/414796.p?id=96700&skuId=414796&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414796', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4147\\/414796_sa.jpg\"}', 'upc' => '715187738126', 'provider' => 'bestbuy'],\n ['name' => \"Blue Jungle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-jungle-cd/414812.p?id=84578&skuId=414812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414812_sa.jpg\"}', 'upc' => '715187731325', 'provider' => 'bestbuy'],\n ['name' => \"Billboard Top Rock & Roll Hits: 1969 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/billboard-top-rock-roll-hits-1969-cd-various/414821.p?id=74684&skuId=414821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4148\\/414821_sa.jpg\"}', 'upc' => '081227063023', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Canned Heat [EMI] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-canned-heat-emi-cd/414830.p?id=76732&skuId=414830&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=414830', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0414\\/0414830_sa.jpg\"}', 'upc' => '077774837729', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/415072.p?id=73019&skuId=415072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4150\\/415072.jpg\"}', 'upc' => '715187740020', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/415081.p?id=104191&skuId=415081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4150\\/415081.jpg\"}', 'upc' => '715187726727', 'provider' => 'bestbuy'],\n ['name' => \"Paul Butterfield's Better Days - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paul-butterfields-better-days-cd/415134.p?id=3356012&skuId=415134&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415134', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0415\\/0415134_sa.jpg\"}', 'upc' => '081227087722', 'provider' => 'bestbuy'],\n ['name' => \"Bad Animals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-animals-cd/415152.p?id=85107&skuId=415152&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4151\\/415152_sa.jpg\"}', 'upc' => '077774667623', 'provider' => 'bestbuy'],\n ['name' => \"Dreamboat Annie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dreamboat-annie-cd/415161.p?id=85112&skuId=415161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0415\\/0415161_sa.jpg\"}', 'upc' => '077774649124', 'provider' => 'bestbuy'],\n ['name' => \"Paul'S Boutique - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pauls-boutique-cd/415385.p?id=2444169&skuId=415385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0415\\/0415385_sa.jpg\"}', 'upc' => '077779174324', 'provider' => 'bestbuy'],\n ['name' => \"Vixen [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vixen-remaster-cd/415394.p?id=1392423&skuId=415394&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415394', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0415\\/0415394_sa.jpg\"}', 'upc' => '077774699129', 'provider' => 'bestbuy'],\n ['name' => \"Desolation Boulevard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/desolation-boulevard-cd/415429.p?id=100976&skuId=415429&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415429', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4154\\/415429.jpg\"}', 'upc' => '077774845229', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits 1974-78 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-1974-78-cd/415483.p?id=91737&skuId=415483&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415483', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4154\\/415483.jpg\"}', 'upc' => '077774610124', 'provider' => 'bestbuy'],\n ['name' => \"Fly Like an Eagle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fly-like-an-eagle-cd/415492.p?id=91735&skuId=415492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0415\\/0415492_sa.jpg\"}', 'upc' => '077774647526', 'provider' => 'bestbuy'],\n ['name' => \"Proud Mary: The Best of Ike & Tina Turner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/proud-mary-the-best-of-ike-tina-turner-cd/415580.p?id=102514&skuId=415580&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415580', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0415\\/0415580_sa.jpg\"}', 'upc' => '077779584628', 'provider' => 'bestbuy'],\n ['name' => \"State of Euphoria [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/state-of-euphoria-pa-cd/415642.p?id=73130&skuId=415642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4156\\/415642_sa.jpg\"}', 'upc' => '042284236324', 'provider' => 'bestbuy'],\n ['name' => \"The Tonight Show Band, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tonight-show-band-vol-2-cd/415884.p?id=71473&skuId=415884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=415884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0415\\/0415884_sa.jpg\"}', 'upc' => '051617331223', 'provider' => 'bestbuy'],\n ['name' => \"Obsession - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/obsession-cd/416393.p?id=67818&skuId=416393&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416393', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4163\\/416393_sa.jpg\"}', 'upc' => '075992549523', 'provider' => 'bestbuy'],\n ['name' => \"Double Vision - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-vision-cd/416419.p?id=67825&skuId=416419&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416419', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4164\\/416419_sa.jpg\"}', 'upc' => '075992539326', 'provider' => 'bestbuy'],\n ['name' => \"Information Society - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/information-society-cd/416473.p?id=86193&skuId=416473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4164\\/416473_sa.jpg\"}', 'upc' => '075992569125', 'provider' => 'bestbuy'],\n ['name' => \"Freedom Of Speech - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freedom-of-speech-cd/416482.p?id=86042&skuId=416482&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416482', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4164\\/416482_sa.jpg\"}', 'upc' => '075992602822', 'provider' => 'bestbuy'],\n ['name' => \"Faith Hope Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/faith-hope-love-cd/416507.p?id=88065&skuId=416507&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416507', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416507_sa.jpg\"}', 'upc' => '075678214523', 'provider' => 'bestbuy'],\n ['name' => \"Bellybutton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bellybutton-cd/416570.p?id=86862&skuId=416570&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416570', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416570_sa.jpg\"}', 'upc' => '077778618621', 'provider' => 'bestbuy'],\n ['name' => \"Nothing's Shocking [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothings-shocking-pa-cd/416589.p?id=86714&skuId=416589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416589_sa.jpg\"}', 'upc' => '075992572729', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits (1987-90) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-1987-90-cd/416598.p?id=85365&skuId=416598&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416598', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4165\\/416598_sa.jpg\"}', 'upc' => '075992625326', 'provider' => 'bestbuy'],\n ['name' => \"Shortstop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shortstop-cd/416623.p?id=85337&skuId=416623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416623_sa.jpg\"}', 'upc' => '075596096423', 'provider' => 'bestbuy'],\n ['name' => \"Duets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duets-cd/416641.p?id=84860&skuId=416641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4166\\/416641_sa.jpg\"}', 'upc' => '075992579124', 'provider' => 'bestbuy'],\n ['name' => \"Lalah Hathaway - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lalah-hathaway-cd/416650.p?id=84962&skuId=416650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416650_sa.jpg\"}', 'upc' => '077778617426', 'provider' => 'bestbuy'],\n ['name' => \"Brand New Dance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brand-new-dance-cd/416669.p?id=2389914&skuId=416669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4166\\/416669_sa.jpg\"}', 'upc' => '075992630924', 'provider' => 'bestbuy'],\n ['name' => \"88 Elmira St. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/88-elmira-st-cd/416703.p?id=83368&skuId=416703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416703_sa.jpg\"}', 'upc' => '075596103220', 'provider' => 'bestbuy'],\n ['name' => \"Goddess - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goddess-cd/416721.p?id=99392&skuId=416721&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4167\\/416721_sa.jpg\"}', 'upc' => '075679158529', 'provider' => 'bestbuy'],\n ['name' => \"Texas Tornados - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/texas-tornados-cd/416810.p?id=101503&skuId=416810&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416810', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416810_sa.jpg\"}', 'upc' => '075992625128', 'provider' => 'bestbuy'],\n ['name' => \"Souls of Black - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/souls-of-black-cd/416829.p?id=101485&skuId=416829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4168\\/416829_sa.jpg\"}', 'upc' => '075678214325', 'provider' => 'bestbuy'],\n ['name' => \"In My Tribe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-my-tribe-cd/416838.p?id=101411&skuId=416838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416838_sa.jpg\"}', 'upc' => '075596073820', 'provider' => 'bestbuy'],\n ['name' => \"Little Creatures - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-creatures-cd/416865.p?id=101130&skuId=416865&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416865', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416865_sa.jpg\"}', 'upc' => '075992530521', 'provider' => 'bestbuy'],\n ['name' => \"More Songs About Buildings and Food - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-songs-about-buildings-and-food-cd/416874.p?id=1509002&skuId=416874&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416874', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416874_sa.jpg\"}', 'upc' => '075992742528', 'provider' => 'bestbuy'],\n ['name' => \"Remain in Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remain-in-light-cd/416892.p?id=101134&skuId=416892&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416892', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0416\\/0416892_sa.jpg\"}', 'upc' => '075992609524', 'provider' => 'bestbuy'],\n ['name' => \"Speaking in Tongues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speaking-in-tongues-cd/416909.p?id=101135&skuId=416909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4169\\/416909_sa.jpg\"}', 'upc' => '075992388320', 'provider' => 'bestbuy'],\n ['name' => \"Keep on Movin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keep-on-movin-cd/416981.p?id=99524&skuId=416981&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416981', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4169\\/416981.jpg\"}', 'upc' => '077778612223', 'provider' => 'bestbuy'],\n ['name' => \"Skid Row - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/skid-row-cd/416990.p?id=99054&skuId=416990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=416990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4169\\/416990.jpg\"}', 'upc' => '075678193620', 'provider' => 'bestbuy'],\n ['name' => \"Vision Thing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vision-thing-cd/417016.p?id=98977&skuId=417016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417016_sa.jpg\"}', 'upc' => '075596101721', 'provider' => 'bestbuy'],\n ['name' => \"I Fell in Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-fell-in-love-cd/417025.p?id=76978&skuId=417025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417025_sa.jpg\"}', 'upc' => '075992613927', 'provider' => 'bestbuy'],\n ['name' => \"Outside Looking In - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/outside-looking-in-cd/417061.p?id=75380&skuId=417061&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417061', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417061_sa.jpg\"}', 'upc' => '075992562928', 'provider' => 'bestbuy'],\n ['name' => \"Cosmic Thing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cosmic-thing-cd/417098.p?id=73549&skuId=417098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4170\\/417098.jpg\"}', 'upc' => '075992585422', 'provider' => 'bestbuy'],\n ['name' => \"Rapture - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rapture-cd/417132.p?id=73743&skuId=417132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417132_sa.jpg\"}', 'upc' => '075596044424', 'provider' => 'bestbuy'],\n ['name' => \"After 7 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-7-cd/417150.p?id=72579&skuId=417150&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417150', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4171\\/417150_sa.jpg\"}', 'upc' => '077778610427', 'provider' => 'bestbuy'],\n ['name' => \"East Of The Sun West Of The Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/east-of-the-sun-west-of-the-moon-cd/417169.p?id=1441817&skuId=417169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417169_sa.jpg\"}', 'upc' => '075992631426', 'provider' => 'bestbuy'],\n ['name' => \"Forever Your Girl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forever-your-girl-cd/417178.p?id=72325&skuId=417178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417178_sa.jpg\"}', 'upc' => '077778606727', 'provider' => 'bestbuy'],\n ['name' => \"3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/3-cd/417187.p?id=103179&skuId=417187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4171\\/417187_sa.jpg\"}', 'upc' => '075992581929', 'provider' => 'bestbuy'],\n ['name' => \"Spellbound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spellbound-cd/417196.p?id=70577&skuId=417196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417196_sa.jpg\"}', 'upc' => '075992578127', 'provider' => 'bestbuy'],\n ['name' => \"Trio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trio-cd/417203.p?id=94471&skuId=417203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417203_sa.jpg\"}', 'upc' => '075992549127', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Atlantic] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-atlantic-cd/417276.p?id=97450&skuId=417276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417276_sa.jpg\"}', 'upc' => '075678219924', 'provider' => 'bestbuy'],\n ['name' => \"Eat 'Em and Smile - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eat-em-and-smile-cd/417294.p?id=2390280&skuId=417294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417294_sa.jpg\"}', 'upc' => '075992547024', 'provider' => 'bestbuy'],\n ['name' => \"Rude Awakening - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rude-awakening-cd/417301.p?id=97495&skuId=417301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417301_sa.jpg\"}', 'upc' => '075678212123', 'provider' => 'bestbuy'],\n ['name' => \"Something Inside So Strong - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-inside-so-strong-cd/417329.p?id=97140&skuId=417329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4173\\/417329_sa.jpg\"}', 'upc' => '075992579223', 'provider' => 'bestbuy'],\n ['name' => \"Brick by Brick - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brick-by-brick-cd/417347.p?id=95181&skuId=417347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417347_sa.jpg\"}', 'upc' => '077778617327', 'provider' => 'bestbuy'],\n ['name' => \"What's New - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/whats-new-cd/417365.p?id=97297&skuId=417365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417365_sa.jpg\"}', 'upc' => '075596026024', 'provider' => 'bestbuy'],\n ['name' => \"The Rembrandts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-rembrandts-cd/417392.p?id=96418&skuId=417392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417392_sa.jpg\"}', 'upc' => '075679141224', 'provider' => 'bestbuy'],\n ['name' => \"Auberge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/auberge-cd/417409.p?id=96133&skuId=417409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4174\\/417409.jpg\"}', 'upc' => '075679166227', 'provider' => 'bestbuy'],\n ['name' => \"New York - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-york-cd/417418.p?id=96292&skuId=417418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417418_sa.jpg\"}', 'upc' => '075992582926', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits So Far - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-so-far-cd/417427.p?id=2305014&skuId=417427&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417427', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417427_sa.jpg\"}', 'upc' => '077778619628', 'provider' => 'bestbuy'],\n ['name' => \"Purple Rain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/purple-rain-cd/417454.p?id=95497&skuId=417454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417454_sa.jpg\"}', 'upc' => '075992511025', 'provider' => 'bestbuy'],\n ['name' => \"The Blind Leading the Naked - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-blind-leading-the-naked-cd/417481.p?id=103183&skuId=417481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4174\\/417481_sa.jpg\"}', 'upc' => '075992534024', 'provider' => 'bestbuy'],\n ['name' => \"Wicked Sensation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wicked-sensation-cd/417604.p?id=89955&skuId=417604&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417604', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4176\\/417604_sa.jpg\"}', 'upc' => '075596095426', 'provider' => 'bestbuy'],\n ['name' => \"Missing... Presumed Having a Good Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/missing-presumed-having-a-good-time-cd/417668.p?id=93522&skuId=417668&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417668', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4176\\/417668_sa.jpg\"}', 'upc' => '075992614726', 'provider' => 'bestbuy'],\n ['name' => \"Still Got the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-got-the-blues-cd/417686.p?id=92220&skuId=417686&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417686', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4176\\/417686_sa.jpg\"}', 'upc' => '077778616726', 'provider' => 'bestbuy'],\n ['name' => \"Cowboy Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => 8.99, 'url' => 'http://www.bestbuy.com/site/cowboy-songs-cd/417711.p?id=92636&skuId=417711&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417711', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4177\\/417711_sa.jpg\"}', 'upc' => '075992630825', 'provider' => 'bestbuy'],\n ['name' => \"Lean Into It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lean-into-it-cd/417720.p?id=92534&skuId=417720&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417720', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417720_sa.jpg\"}', 'upc' => '075678220920', 'provider' => 'bestbuy'],\n ['name' => \"A Day in the Life: A Pokadelick Adventure [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-day-in-the-life-a-pokadelick-adventure-pa-cd/417739.p?id=88469&skuId=417739&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417739', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417739_sa.jpg\"}', 'upc' => '075678210020', 'provider' => 'bestbuy'],\n ['name' => \"Mind Is A Terrible Thing To Taste - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mind-is-a-terrible-thing-to-taste-cd/417748.p?id=2416870&skuId=417748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4177\\/417748_sa.jpg\"}', 'upc' => '075992600422', 'provider' => 'bestbuy'],\n ['name' => \"Brickyard Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brickyard-road-cd/417766.p?id=102953&skuId=417766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417766_sa.jpg\"}', 'upc' => '075678211027', 'provider' => 'bestbuy'],\n ['name' => \"Old 8x10 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-8x10-cd/417784.p?id=102193&skuId=417784&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417784', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417784_sa.jpg\"}', 'upc' => '075992573825', 'provider' => 'bestbuy'],\n ['name' => \"No Holdin' Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-holdin-back-cd/417793.p?id=102192&skuId=417793&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4177\\/417793_sa.jpg\"}', 'upc' => '075992598828', 'provider' => 'bestbuy'],\n ['name' => \"Best Of Doobies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-doobies-cd/417837.p?id=1548425&skuId=417837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417837_sa.jpg\"}', 'upc' => '081227809621', 'provider' => 'bestbuy'],\n ['name' => \"The Five Heartbeats - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-five-heartbeats-cd-original-soundtrack/417846.p?id=82317&skuId=417846&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417846', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4178\\/417846.jpg\"}', 'upc' => '077778620822', 'provider' => 'bestbuy'],\n ['name' => \"World Clique - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/world-clique-cd/417962.p?id=80046&skuId=417962&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417962', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4179\\/417962_sa.jpg\"}', 'upc' => '075596095723', 'provider' => 'bestbuy'],\n ['name' => \"Wake Me When It's Over - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wake-me-when-its-over-cd/417980.p?id=81990&skuId=417980&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417980', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417980_sa.jpg\"}', 'upc' => '075596088329', 'provider' => 'bestbuy'],\n ['name' => \"Real Thing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/real-thing-cd/417999.p?id=81909&skuId=417999&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=417999', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0417\\/0417999_sa.jpg\"}', 'upc' => '075992587822', 'provider' => 'bestbuy'],\n ['name' => \"Spartacus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spartacus-cd/418006.p?id=81974&skuId=418006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0418\\/0418006_sa.jpg\"}', 'upc' => '075992660020', 'provider' => 'bestbuy'],\n ['name' => \"Wild! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-cd/418033.p?id=81660&skuId=418033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0418\\/0418033_sa.jpg\"}', 'upc' => '075992602624', 'provider' => 'bestbuy'],\n ['name' => \"Dollars & Sex - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dollars-sex-cd/418042.p?id=81678&skuId=418042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4180\\/418042.jpg\"}', 'upc' => '075678219825', 'provider' => 'bestbuy'],\n ['name' => \"Damn Yankees - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/damn-yankees-cd/418088.p?id=79641&skuId=418088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0418\\/0418088_sa.jpg\"}', 'upc' => '075992615921', 'provider' => 'bestbuy'],\n ['name' => \"Floating into the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/floating-into-the-night-cd/418122.p?id=79344&skuId=418122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4181\\/418122_sa.jpg\"}', 'upc' => '075992585927', 'provider' => 'bestbuy'],\n ['name' => \"Rumours [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rumours-ecd-cd/418177.p?id=82443&skuId=418177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4181\\/418177_sa.jpg\"}', 'upc' => '075992731324', 'provider' => 'bestbuy'],\n ['name' => \"A View from 3rd Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-view-from-3rd-street-cd/418195.p?id=78250&skuId=418195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0418\\/0418195_sa.jpg\"}', 'upc' => '075992616423', 'provider' => 'bestbuy'],\n ['name' => \"Minute by Minute - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/minute-by-minute-cd/418220.p?id=2387698&skuId=418220&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418220', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4182\\/418220_sa.jpg\"}', 'upc' => '075992735421', 'provider' => 'bestbuy'],\n ['name' => \"Freedom - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freedom-cd/418266.p?id=105074&skuId=418266&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418266', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0418\\/0418266_sa.jpg\"}', 'upc' => '075992589925', 'provider' => 'bestbuy'],\n ['name' => \"Tonight's the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tonights-the-night-cd/418275.p?id=105064&skuId=418275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4182\\/418275_sa.jpg\"}', 'upc' => '075992722124', 'provider' => 'bestbuy'],\n ['name' => \"Comes a Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/comes-a-time-cd/418284.p?id=3286551&skuId=418284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0418\\/0418284_sa.jpg\"}', 'upc' => '075992723527', 'provider' => 'bestbuy'],\n ['name' => \"Rust Never Sleeps - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/rust-never-sleeps-cd/418319.p?id=105068&skuId=418319&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418319', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4183\\/418319_sa.jpg\"}', 'upc' => '075992724920', 'provider' => 'bestbuy'],\n ['name' => \"Return - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/return-cd/418337.p?id=104433&skuId=418337&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418337', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4183\\/418337.jpg\"}', 'upc' => '075992616126', 'provider' => 'bestbuy'],\n ['name' => \"Labour of Love II - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/labour-of-love-ii-cd/418444.p?id=102714&skuId=418444&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4184\\/418444.jpg\"}', 'upc' => '077778614623', 'provider' => 'bestbuy'],\n ['name' => \"Twin Peaks [Original TV Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twin-peaks-original-tv-soundtrack-cd-original-soundtrack/418453.p?id=102577&skuId=418453&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418453', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4184\\/418453_sa.jpg\"}', 'upc' => '075992631624', 'provider' => 'bestbuy'],\n ['name' => \"Anthology of Bread - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anthology-of-bread-cd/418532.p?id=2305361&skuId=418532&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418532', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0418\\/0418532_sa.jpg\"}', 'upc' => '075596041423', 'provider' => 'bestbuy'],\n ['name' => \"Just Say Mao: Volume III of Just Say Yes - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-say-mao-volume-iii-of-just-say-yes-various-cd/418676.p?id=87521&skuId=418676&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418676', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4186\\/418676.jpg\"}', 'upc' => '075992594721', 'provider' => 'bestbuy'],\n ['name' => \"12\\\" Anthology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/12-anthology-cd/418952.p?id=262611&skuId=418952&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418952', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0418\\/0418952_sa.jpg\"}', 'upc' => '067003004121', 'provider' => 'bestbuy'],\n ['name' => \"Suicidal Tendencies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/suicidal-tendencies-cd/418961.p?id=2434664&skuId=418961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=418961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4189\\/418961.jpg\"}', 'upc' => '018663101125', 'provider' => 'bestbuy'],\n ['name' => \"Crossroads [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 48.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crossroads-box-cd/419238.p?id=77901&skuId=419238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0419\\/0419238_sa.jpg\"}', 'upc' => '042283526129', 'provider' => 'bestbuy'],\n ['name' => \"Star Time [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 48.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-time-box-cd/419256.p?id=75968&skuId=419256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0419\\/0419256_sa.jpg\"}', 'upc' => '042284910828', 'provider' => 'bestbuy'],\n ['name' => \"If This Bass Could Only Talk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/if-this-bass-could-only-talk-cd/419318.p?id=64994&skuId=419318&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419318', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4193\\/419318_sa.jpg\"}', 'upc' => '074644092325', 'provider' => 'bestbuy'],\n ['name' => \"Harry Connick, Jr. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harry-connick-jr-cd/419434.p?id=65228&skuId=419434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0419\\/0419434_sa.jpg\"}', 'upc' => '074644070224', 'provider' => 'bestbuy'],\n ['name' => \"Truth and Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/truth-and-soul-cd/419522.p?id=82290&skuId=419522&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419522', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4195\\/419522_sa.jpg\"}', 'upc' => '074644089127', 'provider' => 'bestbuy'],\n ['name' => \"Antics in the Forbidden Zone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/antics-in-the-forbidden-zone-cd/419586.p?id=73102&skuId=419586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4195\\/419586_sa.jpg\"}', 'upc' => '074644681925', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/419602.p?id=97879&skuId=419602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4196\\/419602_sa.jpg\"}', 'upc' => '074643305020', 'provider' => 'bestbuy'],\n ['name' => \"Midnight To Midnight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-to-midnight-cd/419684.p?id=95618&skuId=419684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0419\\/0419684_sa.jpg\"}', 'upc' => '074644046625', 'provider' => 'bestbuy'],\n ['name' => \"Yo! Bum Rush the Show [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yo-bum-rush-the-show-pa-cd/419693.p?id=95635&skuId=419693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0419\\/0419693_sa.jpg\"}', 'upc' => '731452735720', 'provider' => 'bestbuy'],\n ['name' => \"Welcome Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/welcome-home-cd/419942.p?id=101857&skuId=419942&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=419942', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4199\\/419942_sa.jpg\"}', 'upc' => '074644031423', 'provider' => 'bestbuy'],\n ['name' => \"Licensed to Ill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/licensed-to-ill-cd/420084.p?id=74158&skuId=420084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=420084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4200\\/420084_sa.jpg\"}', 'upc' => '731452735126', 'provider' => 'bestbuy'],\n ['name' => \"Time and Tide - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-and-tide-cd/420093.p?id=74022&skuId=420093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=420093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0420\\/0420093_sa.jpg\"}', 'upc' => '074644076721', 'provider' => 'bestbuy'],\n ['name' => \"The Great Adventures of Slick Rick [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-adventures-of-slick-rick-pa-cd/420164.p?id=99139&skuId=420164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=420164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4201\\/420164_sa.jpg\"}', 'upc' => '731452735928', 'provider' => 'bestbuy'],\n ['name' => \"Any Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/any-love-cd/420734.p?id=102962&skuId=420734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=420734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4207\\/420734_sa.jpg\"}', 'upc' => '074644430820', 'provider' => 'bestbuy'],\n ['name' => \"Super Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-hits-cd/420770.p?id=1643135&skuId=420770&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=420770', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4207\\/420770_sa.jpg\"}', 'upc' => '886970528429', 'provider' => 'bestbuy'],\n ['name' => \"The Innocent Age - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-innocent-age-cd/420832.p?id=82546&skuId=420832&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=420832', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4208\\/420832_sa.jpg\"}', 'upc' => '074643739320', 'provider' => 'bestbuy'],\n ['name' => \"Social Distortion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/social-distortion-cd/420903.p?id=99370&skuId=420903&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=420903', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0420\\/0420903_sa.jpg\"}', 'upc' => '074644605525', 'provider' => 'bestbuy'],\n ['name' => \"Who's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whos-greatest-hits-cd/420985.p?id=104025&skuId=420985&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=420985', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0420\\/0420985_sa.jpg\"}', 'upc' => '076732149621', 'provider' => 'bestbuy'],\n ['name' => \"Night Ranger's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-rangers-greatest-hits-cd/421010.p?id=93319&skuId=421010&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421010', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4210\\/421010.jpg\"}', 'upc' => '076742230722', 'provider' => 'bestbuy'],\n ['name' => \"Miami Vice [Original TV Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miami-vice-original-tv-soundtrack-cd-original-soundtrack/421029.p?id=91575&skuId=421029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421029_sa.jpg\"}', 'upc' => '076732615027', 'provider' => 'bestbuy'],\n ['name' => \"Reba McEntire's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reba-mcentires-greatest-hits-cd/421038.p?id=91144&skuId=421038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421038_sa.jpg\"}', 'upc' => '076732597927', 'provider' => 'bestbuy'],\n ['name' => \"Skynyrd's Innyrds: Their Greatest Hits [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skynyrds-innyrds-their-greatest-hits-pa-cd/421047.p?id=90013&skuId=421047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4210\\/421047_sa.jpg\"}', 'upc' => '076742229320', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-1-cd/421065.p?id=93736&skuId=421065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4210\\/421065.jpg\"}', 'upc' => '076732515020', 'provider' => 'bestbuy'],\n ['name' => \"Out of Africa [Original Motion Picture... - Original Soundtrack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-africa-original-motion-picture-original-soundtrack-cd/421092.p?id=2069184&skuId=421092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421092_sa.jpg\"}', 'upc' => '076732615829', 'provider' => 'bestbuy'],\n ['name' => \"The Continuing Story of Radar Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-continuing-story-of-radar-love-cd/421243.p?id=83787&skuId=421243&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421243', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421243_sa.jpg\"}', 'upc' => '076732635520', 'provider' => 'bestbuy'],\n ['name' => \"Guy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guy-cd/421289.p?id=84494&skuId=421289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4212\\/421289_sa.jpg\"}', 'upc' => '076742217624', 'provider' => 'bestbuy'],\n ['name' => \"Standing Hampton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/standing-hampton-cd/421298.p?id=84556&skuId=421298&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421298', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421298_sa.jpg\"}', 'upc' => '720642200629', 'provider' => 'bestbuy'],\n ['name' => \"One Fair Summer Evening - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-fair-summer-evening-cd/421314.p?id=84276&skuId=421314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421314_sa.jpg\"}', 'upc' => '076742225520', 'provider' => 'bestbuy'],\n ['name' => \"Storms - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/storms-cd/421323.p?id=84279&skuId=421323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421323_sa.jpg\"}', 'upc' => '076732631928', 'provider' => 'bestbuy'],\n ['name' => \"Asia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/asia-cd/421387.p?id=73329&skuId=421387&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421387', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421387_sa.jpg\"}', 'upc' => '720642200827', 'provider' => 'bestbuy'],\n ['name' => \"Don't Be Cruel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-be-cruel-cd/421396.p?id=75878&skuId=421396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4213\\/421396_sa.jpg\"}', 'upc' => '076742218522', 'provider' => 'bestbuy'],\n ['name' => \"Living and Dying in 3/4 Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-and-dying-in-3-4-time-cd/421412.p?id=76272&skuId=421412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4214\\/421412_sa.jpg\"}', 'upc' => '076731105925', 'provider' => 'bestbuy'],\n ['name' => \"Changes in Latitudes, Changes in Attitudes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/changes-in-latitudes-changes-in-attitudes-cd/421458.p?id=76263&skuId=421458&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421458', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4214\\/421458_sa.jpg\"}', 'upc' => '076731107028', 'provider' => 'bestbuy'],\n ['name' => \"Son of a Son of a Sailor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/son-of-a-son-of-a-sailor-cd/421467.p?id=76279&skuId=421467&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421467', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4214\\/421467_sa.jpg\"}', 'upc' => '076731109121', 'provider' => 'bestbuy'],\n ['name' => \"Songs You Know by Heart: Jimmy... [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-you-know-by-heart-jimmy-ecd-cd/421476.p?id=76280&skuId=421476&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421476', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4214\\/421476_sa.jpg\"}', 'upc' => '076732563328', 'provider' => 'bestbuy'],\n ['name' => \"A-1-A - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-1-a-cd/421485.p?id=76259&skuId=421485&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421485', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4214\\/421485_sa.jpg\"}', 'upc' => '076732159026', 'provider' => 'bestbuy'],\n ['name' => \"Third Stage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/third-stage-cd/421519.p?id=75607&skuId=421519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421519_sa.jpg\"}', 'upc' => '076732618820', 'provider' => 'bestbuy'],\n ['name' => \"One Thing Leads to Another: Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-thing-leads-to-another-greatest-hits-cd/421555.p?id=257430&skuId=421555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4215\\/421555_sa.jpg\"}', 'upc' => '076742231620', 'provider' => 'bestbuy'],\n ['name' => \"Guitar Town - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guitar-town-cd/421573.p?id=2168710&skuId=421573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4215\\/421573_sa.jpg\"}', 'upc' => '076743130526', 'provider' => 'bestbuy'],\n ['name' => \"Slide It In - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slide-it-in-cd/421671.p?id=103886&skuId=421671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421671_sa.jpg\"}', 'upc' => '720642401828', 'provider' => 'bestbuy'],\n ['name' => \"To Live and Die in L.A. [Original Motion... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/to-live-and-die-in-l-a-original-motion-cd-original-soundtrack/421680.p?id=101928&skuId=421680&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421680', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4216\\/421680.jpg\"}', 'upc' => '720642408124', 'provider' => 'bestbuy'],\n ['name' => \"Ocean Front Property - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ocean-front-property-cd/421706.p?id=100547&skuId=421706&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421706', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4217\\/421706_sa.jpg\"}', 'upc' => '076732591321', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-2-cd/421715.p?id=100541&skuId=421715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421715_sa.jpg\"}', 'upc' => '076744203526', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/421724.p?id=100540&skuId=421724&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421724', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421724_sa.jpg\"}', 'upc' => '076732556726', 'provider' => 'bestbuy'],\n ['name' => \"Up to Here - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-to-here-cd/421779.p?id=257176&skuId=421779&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421779', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421779_sa.jpg\"}', 'upc' => '076732631027', 'provider' => 'bestbuy'],\n ['name' => \"Quarterflash: Limited - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quarterflash-limited-cd/421788.p?id=95693&skuId=421788&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421788', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4217\\/421788.jpg\"}', 'upc' => '720642200322', 'provider' => 'bestbuy'],\n ['name' => \"Dead Man's Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dead-mans-party-cd/421804.p?id=93832&skuId=421804&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421804', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4218\\/421804_sa.jpg\"}', 'upc' => '076732566527', 'provider' => 'bestbuy'],\n ['name' => \"Color Rit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/color-rit-cd/421886.p?id=70348&skuId=421886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421886_sa.jpg\"}', 'upc' => '011105959421', 'provider' => 'bestbuy'],\n ['name' => \"Stolen Moments - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stolen-moments-cd/421895.p?id=70357&skuId=421895&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421895', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4218\\/421895_sa.jpg\"}', 'upc' => '011105961523', 'provider' => 'bestbuy'],\n ['name' => \"Moonlighting - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moonlighting-cd/421911.p?id=70341&skuId=421911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4219\\/421911_sa.jpg\"}', 'upc' => '011105960526', 'provider' => 'bestbuy'],\n ['name' => \"Tourist in Paradise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tourist-in-paradise-cd/421920.p?id=70342&skuId=421920&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421920', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421920_sa.jpg\"}', 'upc' => '011105958820', 'provider' => 'bestbuy'],\n ['name' => \"Road to Hell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/road-to-hell-cd/421948.p?id=96137&skuId=421948&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421948', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0421\\/0421948_sa.jpg\"}', 'upc' => '075679173324', 'provider' => 'bestbuy'],\n ['name' => \"Pure Schuur - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pure-schuur-cd/421975.p?id=70691&skuId=421975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=421975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4219\\/421975.jpg\"}', 'upc' => '011105962827', 'provider' => 'bestbuy'],\n ['name' => \"After The Rain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-the-rain-cd/422091.p?id=92981&skuId=422091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422091_sa.jpg\"}', 'upc' => '720642429020', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Apollo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-apollo-cd/422206.p?id=87926&skuId=422206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4222\\/422206_sa.jpg\"}', 'upc' => '011105963725', 'provider' => 'bestbuy'],\n ['name' => \"Personal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/personal-cd/422251.p?id=67627&skuId=422251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422251_sa.jpg\"}', 'upc' => '076732633526', 'provider' => 'bestbuy'],\n ['name' => \"Migration - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/migration-cd/422279.p?id=67013&skuId=422279&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422279', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422279_sa.jpg\"}', 'upc' => '011105959223', 'provider' => 'bestbuy'],\n ['name' => \"The Future - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-future-cd/422288.p?id=84495&skuId=422288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4222\\/422288_sa.jpg\"}', 'upc' => '008811011529', 'provider' => 'bestbuy'],\n ['name' => \"When I Call Your Name - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-i-call-your-name-cd/422359.p?id=83628&skuId=422359&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422359', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422359_sa.jpg\"}', 'upc' => '076742232122', 'provider' => 'bestbuy'],\n ['name' => \"Johnny Gill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/johnny-gill-cd/422386.p?id=83618&skuId=422386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4223\\/422386_sa.jpg\"}', 'upc' => '737463628327', 'provider' => 'bestbuy'],\n ['name' => \"Building the Perfect Beast - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/building-the-perfect-beast-cd/422411.p?id=85239&skuId=422411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4224\\/422411.jpg\"}', 'upc' => '720642402627', 'provider' => 'bestbuy'],\n ['name' => \"Happy Anniversary, Charlie Brown! - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happy-anniversary-charlie-brown-cd-various/422439.p?id=67177&skuId=422439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422439_sa.jpg\"}', 'upc' => '011105959629', 'provider' => 'bestbuy'],\n ['name' => \"Heart of Stone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heart-of-stone-cd/422448.p?id=77369&skuId=422448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4224\\/422448_sa.jpg\"}', 'upc' => '720642423929', 'provider' => 'bestbuy'],\n ['name' => \"Ralph Tresvant - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ralph-tresvant-cd/422466.p?id=102223&skuId=422466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422466_sa.jpg\"}', 'upc' => '008811011628', 'provider' => 'bestbuy'],\n ['name' => \"Cats [Selections from the Orig. Broadway] - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cats-selections-from-the-orig-broadway-cd-original-broadway-cast/422475.p?id=2066571&skuId=422475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422475_sa.jpg\"}', 'upc' => '731452146229', 'provider' => 'bestbuy'],\n ['name' => \"Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/collection-cd/422509.p?id=64821&skuId=422509&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422509', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4225\\/422509_sa.jpg\"}', 'upc' => '011105961127', 'provider' => 'bestbuy'],\n ['name' => \"Red Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-moon-cd/422527.p?id=257286&skuId=422527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4225\\/422527.jpg\"}', 'upc' => '008811003326', 'provider' => 'bestbuy'],\n ['name' => \"Shooting Rubberbands at the Stars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shooting-rubberbands-at-the-stars-cd/422545.p?id=75829&skuId=422545&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422545', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422545_sa.jpg\"}', 'upc' => '720642419229', 'provider' => 'bestbuy'],\n ['name' => \"Dance!...Ya Know It! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-ya-know-it-cd/422563.p?id=75877&skuId=422563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422563_sa.jpg\"}', 'upc' => '076732634226', 'provider' => 'bestbuy'],\n ['name' => \"Then & Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/then-now-cd/422581.p?id=73332&skuId=422581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4225\\/422581_sa.jpg\"}', 'upc' => '720642429822', 'provider' => 'bestbuy'],\n ['name' => \"Inner Motion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inner-motion-cd/422634.p?id=64156&skuId=422634&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422634', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4226\\/422634_sa.jpg\"}', 'upc' => '011105962124', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Berlin 1979-1988 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-berlin-1979-1988-cd/422643.p?id=74482&skuId=422643&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422643', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422643_sa.jpg\"}', 'upc' => '720642418727', 'provider' => 'bestbuy'],\n ['name' => \"Livin' It Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/livin-it-up-cd/422723.p?id=100544&skuId=422723&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422723', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422723_sa.jpg\"}', 'upc' => '076732641521', 'provider' => 'bestbuy'],\n ['name' => \"Reading, Writing and Arithmetic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reading-writing-and-arithmetic-cd/422750.p?id=100833&skuId=422750&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422750', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422750_sa.jpg\"}', 'upc' => '720642427729', 'provider' => 'bestbuy'],\n ['name' => \"Go West Young Man - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/go-west-young-man-cd/422796.p?id=99225&skuId=422796&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422796', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4227\\/422796_sa.jpg\"}', 'upc' => '012414920324', 'provider' => 'bestbuy'],\n ['name' => \"Mechanical Resonance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mechanical-resonance-cd/422803.p?id=101476&skuId=422803&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422803_sa.jpg\"}', 'upc' => '720642412022', 'provider' => 'bestbuy'],\n ['name' => \"Edward Scissorhands [Original Motion Picture... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/edward-scissorhands-original-motion-picture-cd-original-soundtrack/422876.p?id=81341&skuId=422876&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422876', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422876_sa.jpg\"}', 'upc' => '008811013325', 'provider' => 'bestbuy'],\n ['name' => \"Let the Rhythm Hit 'Em - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-the-rhythm-hit-em-cd/422894.p?id=81665&skuId=422894&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422894', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4228\\/422894_sa.jpg\"}', 'upc' => '076732641620', 'provider' => 'bestbuy'],\n ['name' => \"The Hard Way - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-hard-way-cd/422910.p?id=1446310&skuId=422910&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422910', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4229\\/422910.jpg\"}', 'upc' => '076732643020', 'provider' => 'bestbuy'],\n ['name' => \"Ten - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ten-cd/422974.p?id=2231322&skuId=422974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0422\\/0422974_sa.jpg\"}', 'upc' => '720642428320', 'provider' => 'bestbuy'],\n ['name' => \"Whitesnake - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whitesnake-cd/422983.p?id=103889&skuId=422983&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=422983', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4229\\/422983_sa.jpg\"}', 'upc' => '720642409923', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Delaney & Bonnie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-delaney-bonnie-cd/423143.p?id=80138&skuId=423143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4231\\/423143_sa.jpg\"}', 'upc' => '081227077723', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Foghat [1989] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/the-best-of-foghat-1989-cd/423170.p?id=82556&skuId=423170&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423170', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0423\\/0423170_sa.jpg\"}', 'upc' => '081227008826', 'provider' => 'bestbuy'],\n ['name' => \"Cadence Classics: Their 20 Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cadence-classics-their-20-greatest-hits-cd/423205.p?id=81750&skuId=423205&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4232\\/423205.jpg\"}', 'upc' => '081227525828', 'provider' => 'bestbuy'],\n ['name' => \"I Do Not Want What I Haven't Got - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-do-not-want-what-i-havent-got-cd/423358.p?id=93669&skuId=423358&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423358', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4233\\/423358_sa.jpg\"}', 'upc' => '094632175922', 'provider' => 'bestbuy'],\n ['name' => \"I'M With You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-with-you-cd/423367.p?id=91060&skuId=423367&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423367', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4233\\/423367_sa.jpg\"}', 'upc' => '715187725225', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Delbert McClinton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-delbert-mcclinton-cd/423376.p?id=91056&skuId=423376&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423376', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4233\\/423376.jpg\"}', 'upc' => '715187741522', 'provider' => 'bestbuy'],\n ['name' => \"Ah Via Musicom - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ah-via-musicom-cd/423571.p?id=87110&skuId=423571&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423571', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0423\\/0423571_sa.jpg\"}', 'upc' => '077779051724', 'provider' => 'bestbuy'],\n ['name' => \"Freeze Frame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freeze-frame-cd/423697.p?id=83446&skuId=423697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4236\\/423697.jpg\"}', 'upc' => '077774601429', 'provider' => 'bestbuy'],\n ['name' => \"More of the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-of-the-night-cd/423704.p?id=103865&skuId=423704&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423704', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4237\\/423704_sa.jpg\"}', 'upc' => '077779295722', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/423731.p?id=158582&skuId=423731&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423731', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4237\\/423731.jpg\"}', 'upc' => '715187757820', 'provider' => 'bestbuy'],\n ['name' => \"Buick - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buick-cd/423759.p?id=97975&skuId=423759&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423759', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4237\\/423759.jpg\"}', 'upc' => '715187757622', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Marie Osmond - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-marie-osmond-cd/423768.p?id=94136&skuId=423768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4237\\/423768_sa.jpg\"}', 'upc' => '715187726321', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/423786.p?id=98176&skuId=423786&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423786', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4237\\/423786_sa.jpg\"}', 'upc' => '077779575725', 'provider' => 'bestbuy'],\n ['name' => \"Operation: Mindcrime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operation-mindcrime-cd/423820.p?id=243537&skuId=423820&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423820', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0423\\/0423820_sa.jpg\"}', 'upc' => '077774864022', 'provider' => 'bestbuy'],\n ['name' => \"The Boys Are Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-boys-are-back-cd/423848.p?id=97982&skuId=423848&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423848', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4238\\/423848_sa.jpg\"}', 'upc' => '715187757721', 'provider' => 'bestbuy'],\n ['name' => \"Right Down the Line: The Best of Gerry Rafferty - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 6.99, 'url' => 'http://www.bestbuy.com/site/right-down-the-line-the-best-of-gerry-rafferty-cd/423884.p?id=95816&skuId=423884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4238\\/423884.jpg\"}', 'upc' => '077779326426', 'provider' => 'bestbuy'],\n ['name' => \"The Miracle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-miracle-cd/423893.p?id=95716&skuId=423893&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=423893', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4238\\/423893_sa.jpg\"}', 'upc' => '720616123428', 'provider' => 'bestbuy'],\n ['name' => \"Loud Plowed & Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loud-plowed-live-cd/424035.p?id=74166&skuId=424035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4240\\/424035_sa.jpg\"}', 'upc' => '715187726529', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Badfinger, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-badfinger-vol-2-cd/424044.p?id=73681&skuId=424044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4240\\/424044.jpg\"}', 'upc' => '081227097820', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Rhino] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-rhino-cd/424106.p?id=101652&skuId=424106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0424\\/0424106_sa.jpg\"}', 'upc' => '081227075224', 'provider' => 'bestbuy'],\n ['name' => \"Born to Be Bad - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-to-be-bad-cd/424133.p?id=101742&skuId=424133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4241\\/424133_sa.jpg\"}', 'upc' => '077774697323', 'provider' => 'bestbuy'],\n ['name' => \"Natural History 1982-1988 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/natural-history-1982-1988-cd/424188.p?id=101124&skuId=424188&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424188', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4241\\/424188.jpg\"}', 'upc' => '077779397624', 'provider' => 'bestbuy'],\n ['name' => \"Rumor and Sigh - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rumor-and-sigh-cd/424259.p?id=101697&skuId=424259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4242\\/424259.jpg\"}', 'upc' => '077779571321', 'provider' => 'bestbuy'],\n ['name' => \"Past The Point Of Rescue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/past-the-point-of-rescue-cd/424295.p?id=87783&skuId=424295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4242\\/424295.jpg\"}', 'upc' => '715187745025', 'provider' => 'bestbuy'],\n ['name' => \"Ain't No Shame in My Game - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aint-no-shame-in-my-game-cd/424375.p?id=76728&skuId=424375&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4243\\/424375.jpg\"}', 'upc' => '074644694727', 'provider' => 'bestbuy'],\n ['name' => \"Barbra Streisand's Greatest Hits, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/barbra-streisands-greatest-hits-vol-2-cd/424623.p?id=100598&skuId=424623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4246\\/424623_sa.jpg\"}', 'upc' => '074643567923', 'provider' => 'bestbuy'],\n ['name' => \"State of the Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/state-of-the-heart-cd/424641.p?id=76910&skuId=424641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0424\\/0424641_sa.jpg\"}', 'upc' => '074644422825', 'provider' => 'bestbuy'],\n ['name' => \"Shooting Straight in the Dark - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shooting-straight-in-the-dark-cd/424650.p?id=76909&skuId=424650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4246\\/424650_sa.jpg\"}', 'upc' => '074644607727', 'provider' => 'bestbuy'],\n ['name' => \"The Disregard of Timekeeping - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-disregard-of-timekeeping-cd/424703.p?id=75484&skuId=424703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0424\\/0424703_sa.jpg\"}', 'upc' => '074644500929', 'provider' => 'bestbuy'],\n ['name' => \"Violin Sonatas (Comp) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/violin-sonatas-comp-cd/424758.p?id=1692293&skuId=424758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4247\\/424758.jpg\"}', 'upc' => '074644581928', 'provider' => 'bestbuy'],\n ['name' => \"It Takes a Nation of Millions to... [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/it-takes-a-nation-of-millions-to-pa-cd/424838.p?id=95633&skuId=424838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=424838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4248\\/424838.jpg\"}', 'upc' => '731452735829', 'provider' => 'bestbuy'],\n ['name' => \"12 Greatest Hits, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/12-greatest-hits-vol-2-cd/425203.p?id=80333&skuId=425203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=425203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4252\\/425203_sa.jpg\"}', 'upc' => '074643806824', 'provider' => 'bestbuy'],\n ['name' => \"Business as Usual [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/business-as-usual-pa-cd/425249.p?id=81644&skuId=425249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=425249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4252\\/425249_sa.jpg\"}', 'upc' => '731452351029', 'provider' => 'bestbuy'],\n ['name' => \"Steady On - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steady-on-cd/425383.p?id=78412&skuId=425383&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=425383', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4253\\/425383_sa.jpg\"}', 'upc' => '074644520927', 'provider' => 'bestbuy'],\n ['name' => \"RVS III - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rvs-iii-cd/425436.p?id=102948&skuId=425436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=425436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4254\\/425436_sa.jpg\"}', 'upc' => '074644525021', 'provider' => 'bestbuy'],\n ['name' => \"Alive! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alive-cd/425542.p?id=263458&skuId=425542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=425542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4255\\/425542.jpg\"}', 'upc' => '042282278029', 'provider' => 'bestbuy'],\n ['name' => \"Oedipus Tex & Other Choral Calamities - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oedipus-tex-other-choral-calamities-cd/427096.p?id=276534&skuId=427096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0427\\/0427096_sa.jpg\"}', 'upc' => '089408023927', 'provider' => 'bestbuy'],\n ['name' => \"Legendary Oscar Peterson Trio Live at the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legendary-oscar-peterson-trio-live-at-the-cd/427112.p?id=69962&skuId=427112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0427\\/0427112_sa.jpg\"}', 'upc' => '089408330421', 'provider' => 'bestbuy'],\n ['name' => \"Ringo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ringo-cd/427292.p?id=100130&skuId=427292&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427292', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4272\\/427292.jpg\"}', 'upc' => '077779563722', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Chet Baker Sings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-chet-baker-sings-cd/427390.p?id=63887&skuId=427390&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427390', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4273\\/427390.jpg\"}', 'upc' => '077779293223', 'provider' => 'bestbuy'],\n ['name' => \"Steve Miller Band: Live! [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steve-miller-band-live-capitol-cd/427540.p?id=91742&skuId=427540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0427\\/0427540_sa.jpg\"}', 'upc' => '077779131525', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Don McLean [EMI 1988] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-don-mclean-emi-1988-cd/427577.p?id=91239&skuId=427577&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4275\\/427577.jpg\"}', 'upc' => '077779147625', 'provider' => 'bestbuy'],\n ['name' => \"Picture This - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/picture-this-cd/427639.p?id=1367053&skuId=427639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4276\\/427639_sa.jpg\"}', 'upc' => '094632134028', 'provider' => 'bestbuy'],\n ['name' => \"The Singles Collection\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-singles-collection/427657.p?id=99809&skuId=427657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4276\\/427657_sa.jpg\"}', 'upc' => '094632182326', 'provider' => 'bestbuy'],\n ['name' => \"Distance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/distance-cd/427764.p?id=98300&skuId=427764&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427764', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4277\\/427764_sa.jpg\"}', 'upc' => '077774600521', 'provider' => 'bestbuy'],\n ['name' => \"The Abbey Road EP - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-abbey-road-ep-cd/427782.p?id=96186&skuId=427782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4277\\/427782_sa.jpg\"}', 'upc' => '077779086924', 'provider' => 'bestbuy'],\n ['name' => \"The Power Station - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-power-station-cd/427817.p?id=2444207&skuId=427817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4278\\/427817.jpg\"}', 'upc' => '077774612722', 'provider' => 'bestbuy'],\n ['name' => \"Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heart-cd/427880.p?id=2393445&skuId=427880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0427\\/0427880_sa.jpg\"}', 'upc' => '077774615723', 'provider' => 'bestbuy'],\n ['name' => \"Magic Touch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magic-touch-cd/427915.p?id=68114&skuId=427915&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427915', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4279\\/427915_sa.jpg\"}', 'upc' => '077774609227', 'provider' => 'bestbuy'],\n ['name' => \"The Capitol Collectors Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-capitol-collectors-series-cd/427951.p?id=88077&skuId=427951&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427951', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0427\\/0427951_sa.jpg\"}', 'upc' => '077779271023', 'provider' => 'bestbuy'],\n ['name' => \"Whiplash Smile (Holiday) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whiplash-smile-holiday-cd/427960.p?id=3391602&skuId=427960&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=427960', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '762185116821', 'provider' => 'bestbuy'],\n ['name' => \"Original Masters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-masters-cd/428004.p?id=86947&skuId=428004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0428\\/0428004_sa.jpg\"}', 'upc' => '094632151520', 'provider' => 'bestbuy'],\n ['name' => \"Crowded House - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crowded-house-cd/428102.p?id=79318&skuId=428102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4281\\/428102.jpg\"}', 'upc' => '077774669320', 'provider' => 'bestbuy'],\n ['name' => \"Cocker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cocker-cd/428120.p?id=1993642&skuId=428120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '077774626828', 'provider' => 'bestbuy'],\n ['name' => \"Go West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/go-west-cd/428184.p?id=2393502&skuId=428184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4281\\/428184_sa.jpg\"}', 'upc' => '094632149527', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Doug & Rusty Kershaw - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-doug-rusty-kershaw-cd/428200.p?id=87775&skuId=428200&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428200', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4282\\/428200_sa.jpg\"}', 'upc' => '715187745629', 'provider' => 'bestbuy'],\n ['name' => \"Pickin' on Nashville - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pickin-on-nashville-cd/428219.p?id=87763&skuId=428219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4282\\/428219.jpg\"}', 'upc' => '042283874428', 'provider' => 'bestbuy'],\n ['name' => \"Control - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/control-cd/428228.p?id=86477&skuId=428228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4282\\/428228_sa.jpg\"}', 'upc' => '075021390522', 'provider' => 'bestbuy'],\n ['name' => \"You Won't Forget Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-wont-forget-me-cd/428237.p?id=67605&skuId=428237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0428\\/0428237_sa.jpg\"}', 'upc' => '042284748223', 'provider' => 'bestbuy'],\n ['name' => \"Grease [The Soundtrack from the... [ECD] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grease-the-soundtrack-from-the-ecd-cd-original-soundtrack/428255.p?id=84120&skuId=428255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0428\\/0428255_sa.jpg\"}', 'upc' => '042282509529', 'provider' => 'bestbuy'],\n ['name' => \"Sticking To My Guns - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sticking-to-my-guns-cd/428282.p?id=86636&skuId=428282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0428\\/0428282_sa.jpg\"}', 'upc' => '042284292627', 'provider' => 'bestbuy'],\n ['name' => \"Mall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mall-cd/428335.p?id=2631651&skuId=428335&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428335', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4283\\/428335.jpg\"}', 'upc' => '042284912426', 'provider' => 'bestbuy'],\n ['name' => \"Back in the High Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-in-the-high-life-cd/428344.p?id=104538&skuId=428344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4283\\/428344_sa.jpg\"}', 'upc' => '042283014824', 'provider' => 'bestbuy'],\n ['name' => \"Temple of the Dog - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/temple-of-the-dog-cd/428406.p?id=101372&skuId=428406&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428406', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4284\\/428406_sa.jpg\"}', 'upc' => '075021535022', 'provider' => 'bestbuy'],\n ['name' => \"Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classics-cd/428433.p?id=100875&skuId=428433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0428\\/0428433_sa.jpg\"}', 'upc' => '075021250727', 'provider' => 'bestbuy'],\n ['name' => \"The Dream of the Blue Turtles [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dream-of-the-blue-turtles-ecd-cd/428460.p?id=100470&skuId=428460&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428460', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0428\\/0428460_sa.jpg\"}', 'upc' => '075021375024', 'provider' => 'bestbuy'],\n ['name' => \"Stone Cold Rhymin' (Uk) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stone-cold-rhymin-uk-cd/428512.p?id=3188271&skuId=428512&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428512', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '042284237529', 'provider' => 'bestbuy'],\n ['name' => \"Arc of a Diver - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arc-of-a-diver-cd/428521.p?id=104536&skuId=428521&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428521', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4285\\/428521_sa.jpg\"}', 'upc' => '042284236522', 'provider' => 'bestbuy'],\n ['name' => \"Best of '81 to '85 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-81-to-85-cd/428530.p?id=104862&skuId=428530&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428530', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0428\\/0428530_sa.jpg\"}', 'upc' => '075021530928', 'provider' => 'bestbuy'],\n ['name' => \"Willow In The Wind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/willow-in-the-wind-cd/428727.p?id=2305080&skuId=428727&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428727', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4287\\/428727.jpg\"}', 'upc' => '042283695023', 'provider' => 'bestbuy'],\n ['name' => \"A Collection of Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-collection-of-hits-cd/428736.p?id=3565172&skuId=428736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4287\\/428736.jpg\"}', 'upc' => '042284233026', 'provider' => 'bestbuy'],\n ['name' => \"Brother's Keeper - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brothers-keeper-cd/428772.p?id=93091&skuId=428772&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428772', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4287\\/428772_sa.jpg\"}', 'upc' => '075021531222', 'provider' => 'bestbuy'],\n ['name' => \"Move to This - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/move-to-this-cd/428861.p?id=80187&skuId=428861&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428861', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4288\\/428861_sa.jpg\"}', 'upc' => '042284726726', 'provider' => 'bestbuy'],\n ['name' => \"Blues Traveler - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-traveler-cd/428898.p?id=75196&skuId=428898&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428898', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0428\\/0428898_sa.jpg\"}', 'upc' => '075021530829', 'provider' => 'bestbuy'],\n ['name' => \"The Singles 1969-1973 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-singles-1969-1973-cd/428932.p?id=239887&skuId=428932&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428932', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4289\\/428932_sa.jpg\"}', 'upc' => '082839360128', 'provider' => 'bestbuy'],\n ['name' => \"Kilroy Was Here - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kilroy-was-here-cd/428996.p?id=100684&skuId=428996&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=428996', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0428\\/0428996_sa.jpg\"}', 'upc' => '075021373426', 'provider' => 'bestbuy'],\n ['name' => \"Serenity - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/serenity-cd/429012.p?id=66600&skuId=429012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4290\\/429012_sa.jpg\"}', 'upc' => '042283877023', 'provider' => 'bestbuy'],\n ['name' => \"Peggy Suicide - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peggy-suicide-cd/429067.p?id=78680&skuId=429067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4290\\/429067.jpg\"}', 'upc' => '042284838825', 'provider' => 'bestbuy'],\n ['name' => \"Living in the Danger Zone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-in-the-danger-zone-cd/429272.p?id=98187&skuId=429272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4292\\/429272.jpg\"}', 'upc' => '014551479826', 'provider' => 'bestbuy'],\n ['name' => \"Live from Austin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-austin-cd/429307.p?id=91063&skuId=429307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4293\\/429307.jpg\"}', 'upc' => '014551477327', 'provider' => 'bestbuy'],\n ['name' => \"More Creedence Gold - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-creedence-gold-cd/429325.p?id=79173&skuId=429325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0429\\/0429325_sa.jpg\"}', 'upc' => '025218943024', 'provider' => 'bestbuy'],\n ['name' => \"Creedence Gold - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/creedence-gold-cd/429334.p?id=79167&skuId=429334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0429\\/0429334_sa.jpg\"}', 'upc' => '025218941822', 'provider' => 'bestbuy'],\n ['name' => \"The Big Easy - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-big-easy-cd-original-soundtrack/429343.p?id=74622&skuId=429343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0429\\/0429343_sa.jpg\"}', 'upc' => '016253990920', 'provider' => 'bestbuy'],\n ['name' => \"Cold Snap - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cold-snap-cd/429352.p?id=78326&skuId=429352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0429\\/0429352_sa.jpg\"}', 'upc' => '014551475224', 'provider' => 'bestbuy'],\n ['name' => \"Chronicle, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chronicle-vol-1-cd/429361.p?id=79158&skuId=429361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0429\\/0429361_sa.jpg\"}', 'upc' => '025218000222', 'provider' => 'bestbuy'],\n ['name' => \"Music to Disappear In, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-to-disappear-in-vol-2-cd/429405.p?id=96033&skuId=429405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4294\\/429405.jpg\"}', 'upc' => '025041102322', 'provider' => 'bestbuy'],\n ['name' => \"Nightsongs and Lullabies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nightsongs-and-lullabies-cd/429423.p?id=77230&skuId=429423&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429423', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0429\\/0429423_sa.jpg\"}', 'upc' => '046286013525', 'provider' => 'bestbuy'],\n ['name' => \"Nouveau Flamenco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nouveau-flamenco-cd/429432.p?id=89213&skuId=429432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0429\\/0429432_sa.jpg\"}', 'upc' => '018317702623', 'provider' => 'bestbuy'],\n ['name' => \"Time After Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-after-time-cd/429441.p?id=101895&skuId=429441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4294\\/429441.jpg\"}', 'upc' => '063961510322', 'provider' => 'bestbuy'],\n ['name' => \"Hearts of Space: Universe Sampler 90 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hearts-of-space-universe-sampler-90-cd-various/429469.p?id=102800&skuId=429469&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429469', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4294\\/429469_sa.jpg\"}', 'upc' => '025041120029', 'provider' => 'bestbuy'],\n ['name' => \"As Kosher as They Wanna Be - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/as-kosher-as-they-wanna-be-cd/429487.p?id=102646&skuId=429487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4294\\/429487.jpg\"}', 'upc' => '053993332825', 'provider' => 'bestbuy'],\n ['name' => \"50 Years of Bluegrass Hits, Vol. 1 [1995] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/50-years-of-bluegrass-hits-vol-1-1995-cd-various/429557.p?id=75175&skuId=429557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0429\\/0429557_sa.jpg\"}', 'upc' => '027297903326', 'provider' => 'bestbuy'],\n ['name' => \"World's Greatest Bluegrass Bands - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worlds-greatest-bluegrass-bands-cd-various/429566.p?id=245448&skuId=429566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4295\\/429566_sa.jpg\"}', 'upc' => '027297590021', 'provider' => 'bestbuy'],\n ['name' => \"World's Greatest Bluegrass Bands, Vol. 2 [CMH... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worlds-greatest-bluegrass-bands-vol-2-cmh-cd-various/429575.p?id=287315&skuId=429575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0429\\/0429575_sa.jpg\"}', 'upc' => '027297590120', 'provider' => 'bestbuy'],\n ['name' => \"Genuine Houserockin Blues 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/genuine-houserockin-blues-1-cd-various/429940.p?id=1416336&skuId=429940&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=429940', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4299\\/429940.jpg\"}', 'upc' => '014551010128', 'provider' => 'bestbuy'],\n ['name' => \"Concerto Royal Philharmonic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/concerto-royal-philharmonic-cd/430064.p?id=273812&skuId=430064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=430064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0430\\/0430064_sa.jpg\"}', 'upc' => '074644473926', 'provider' => 'bestbuy'],\n ['name' => \"Life Is...Too Short [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/life-is-too-short-pa-cd/430199.p?id=101990&skuId=430199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=430199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4301\\/430199.jpg\"}', 'upc' => '012414114921', 'provider' => 'bestbuy'],\n ['name' => \"The Stone Roses - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-stone-roses-cd/430251.p?id=100494&skuId=430251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=430251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4302\\/430251.jpg\"}', 'upc' => '012414118424', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/430411.p?id=103941&skuId=430411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=430411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4304\\/430411_sa.jpg\"}', 'upc' => '078635227727', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [RCA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-rca-cd/430457.p?id=95117&skuId=430457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=430457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4304\\/430457_sa.jpg\"}', 'upc' => '078635981629', 'provider' => 'bestbuy'],\n ['name' => \"Love Can Build a Bridge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-can-build-a-bridge-cd/430670.p?id=3435029&skuId=430670&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=430670', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0430\\/0430670_sa.jpg\"}', 'upc' => '078635207026', 'provider' => 'bestbuy'],\n ['name' => \"Tales from Topographic Oceans [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tales-from-topographic-oceans-remaster-cd/431054.p?id=104981&skuId=431054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=431054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0431\\/0431054_sa.jpg\"}', 'upc' => '075678268328', 'provider' => 'bestbuy'],\n ['name' => \"Dionne Warwick Collection: Her All-Time... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dionne-warwick-collection-her-all-time-cd/431090.p?id=103528&skuId=431090&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=431090', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0431\\/0431090_sa.jpg\"}', 'upc' => '081227110024', 'provider' => 'bestbuy'],\n ['name' => \"My Dear Old Southern Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-dear-old-southern-home-cd/431232.p?id=103624&skuId=431232&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=431232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0431\\/0431232_sa.jpg\"}', 'upc' => '015891379524', 'provider' => 'bestbuy'],\n ['name' => \"Sex Packets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sex-packets-cd/431330.p?id=80452&skuId=431330&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=431330', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4313\\/431330_sa.jpg\"}', 'upc' => '016998102626', 'provider' => 'bestbuy'],\n ['name' => \"Best of Howlin' Wolf [JDC] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-howlin-wolf-jdc-cd/431697.p?id=3353622&skuId=431697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=431697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '051091350048', 'provider' => 'bestbuy'],\n ['name' => \"Unfinished Business - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unfinished-business-cd/431811.p?id=3170335&skuId=431811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=431811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0431\\/0431811_sa.jpg\"}', 'upc' => '049925713626', 'provider' => 'bestbuy'],\n ['name' => \"This Is the Moody Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-the-moody-blues-cd/431937.p?id=92181&skuId=431937&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=431937', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4319\\/431937_sa.jpg\"}', 'upc' => '042282000729', 'provider' => 'bestbuy'],\n ['name' => \"Jane'S Addiction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/janes-addiction-cd/432785.p?id=86713&skuId=432785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=432785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0432\\/0432785_sa.jpg\"}', 'upc' => '021075100426', 'provider' => 'bestbuy'],\n ['name' => \"Down in There - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-in-there-cd/433007.p?id=75920&skuId=433007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=433007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0433\\/0433007_sa.jpg\"}', 'upc' => '033651003526', 'provider' => 'bestbuy'],\n ['name' => \"Layla Sessions: 20th... [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/layla-sessions-20th-box-cd/438556.p?id=80242&skuId=438556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=438556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4385\\/438556_sa.jpg\"}', 'upc' => '042284708326', 'provider' => 'bestbuy'],\n ['name' => \"The Original Singles Collection...Plus [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-original-singles-collection-plus-box-cd/438565.p?id=104123&skuId=438565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=438565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4385\\/438565_sa.jpg\"}', 'upc' => '042284719421', 'provider' => 'bestbuy'],\n ['name' => \"The Young Big Bill Broonzy (1928-1935) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-young-big-bill-broonzy-1928-1935-cd/438592.p?id=76073&skuId=438592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=438592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4385\\/438592_sa.jpg\"}', 'upc' => '016351011121', 'provider' => 'bestbuy'],\n ['name' => \"Disney's Silly Songs: 20 Simply... [Blister] - CD - Various Blister\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disneys-silly-songs-20-simply-blister-cd-various-blister/438798.p?id=149088&skuId=438798&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=438798', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0438\\/0438798_sa.jpg\"}', 'upc' => '050086081929', 'provider' => 'bestbuy'],\n ['name' => \"The Immaculate Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-immaculate-collection-cd/439582.p?id=2472927&skuId=439582&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=439582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4395\\/439582_sa.jpg\"}', 'upc' => '075992644020', 'provider' => 'bestbuy'],\n ['name' => \"Yellowstone: The Music of Nature - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yellowstone-the-music-of-nature-cd/439671.p?id=317147&skuId=439671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=439671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0439\\/0439671_sa.jpg\"}', 'upc' => '012805308922', 'provider' => 'bestbuy'],\n ['name' => \"Fresh Aire Interludes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fresh-aire-interludes-cd/439715.p?id=90446&skuId=439715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=439715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4397\\/439715.jpg\"}', 'upc' => '012805037327', 'provider' => 'bestbuy'],\n ['name' => \"Classical Gas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classical-gas-cd/439742.p?id=104305&skuId=439742&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=439742', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4397\\/439742_sa.jpg\"}', 'upc' => '012805080026', 'provider' => 'bestbuy'],\n ['name' => \"Miss Saigon [Original London Cast Recording] - CD - London Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miss-saigon-original-london-cast-recording-cd-london-cast-recording/439886.p?id=91884&skuId=439886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=439886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4398\\/439886_sa.jpg\"}', 'upc' => '720642427125', 'provider' => 'bestbuy'],\n ['name' => \"Les Misérables [Original Broadway Cast Recording] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/les-miserables-original-broadway-cast-recording-cd-original-cast-recording/439939.p?id=89062&skuId=439939&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=439939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4399\\/439939.jpg\"}', 'upc' => '720642415122', 'provider' => 'bestbuy'],\n ['name' => \"Sharing The Night Together (EMI) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sharing-the-night-together-emi-cd/440525.p?id=309754&skuId=440525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=440525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4405\\/440525_sa.jpg\"}', 'upc' => '077775724226', 'provider' => 'bestbuy'],\n ['name' => \"All Time Greatest Hits (EMI) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-emi-cd/440552.p?id=245530&skuId=440552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=440552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0440\\/0440552_sa.jpg\"}', 'upc' => '077775736021', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/440561.p?id=83816&skuId=440561&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=440561', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4405\\/440561.jpg\"}', 'upc' => '077775740721', 'provider' => 'bestbuy'],\n ['name' => \"Play the Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/play-the-hits-cd/440614.p?id=103344&skuId=440614&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=440614', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0440\\/0440614_sa.jpg\"}', 'upc' => '077775725322', 'provider' => 'bestbuy'],\n ['name' => \"Anthology: SST Years 1985-1989 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anthology-sst-years-1985-1989-cd/440641.p?id=98132&skuId=440641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=440641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4406\\/440641_sa.jpg\"}', 'upc' => '018861026022', 'provider' => 'bestbuy'],\n ['name' => \"On Flame with Rock and Roll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-flame-with-rock-and-roll-cd/440721.p?id=75137&skuId=440721&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=440721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4407\\/440721.jpg\"}', 'upc' => '079892156621', 'provider' => 'bestbuy'],\n ['name' => \"Listen Up! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/listen-up-cd/440909.p?id=154312&skuId=440909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=440909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4409\\/440909_sa.jpg\"}', 'upc' => '079892156126', 'provider' => 'bestbuy'],\n ['name' => \"Long Time Coming - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-time-coming-cd/440936.p?id=96139&skuId=440936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=440936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0440\\/0440936_sa.jpg\"}', 'upc' => '076732582923', 'provider' => 'bestbuy'],\n ['name' => \"Backlash - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backlash-cd/440990.p?id=73661&skuId=440990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=440990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4409\\/440990_sa.jpg\"}', 'upc' => '074644693522', 'provider' => 'bestbuy'],\n ['name' => \"Super Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-hits-cd/441178.p?id=80876&skuId=441178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=441178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4411\\/441178_sa.jpg\"}', 'upc' => '077775739725', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/441285.p?id=86706&skuId=441285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=441285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4412\\/441285_sa.jpg\"}', 'upc' => '077775740820', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Cema] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cema-cd/441310.p?id=83419&skuId=441310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=441310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4413\\/441310.jpg\"}', 'upc' => '077775740523', 'provider' => 'bestbuy'],\n ['name' => \"Love Songs [Collectables] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-songs-collectables-cd/441338.p?id=92663&skuId=441338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=441338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4413\\/441338_sa.jpg\"}', 'upc' => '077775725629', 'provider' => 'bestbuy'],\n ['name' => \"Tom Dooley - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tom-dooley-cd/441347.p?id=88086&skuId=441347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=441347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0441\\/0441347_sa.jpg\"}', 'upc' => '077775724721', 'provider' => 'bestbuy'],\n ['name' => \"One Believer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-believer-cd/441506.p?id=76676&skuId=441506&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=441506', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0441\\/0441506_sa.jpg\"}', 'upc' => '075596108621', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Sings Cole Porter: Anything Goes - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-sings-cole-porter-anything-goes-cd-various/441980.p?id=95208&skuId=441980&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=441980', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0441\\/0441980_sa.jpg\"}', 'upc' => '077779636129', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Johnny Cash [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-johnny-cash-curb-cd/442079.p?id=77022&skuId=442079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=442079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4420\\/442079_sa.jpg\"}', 'upc' => '715187749429', 'provider' => 'bestbuy'],\n ['name' => \"The Commitments - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-commitments-cd-original-soundtrack/442248.p?id=78442&skuId=442248&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=442248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0442\\/0442248_sa.jpg\"}', 'upc' => '008811028626', 'provider' => 'bestbuy'],\n ['name' => \"We Can't Be Stopped [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-cant-be-stopped-pa-cd/443336.p?id=1534931&skuId=443336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=443336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0443\\/0443336_sa.jpg\"}', 'upc' => '034744199225', 'provider' => 'bestbuy'],\n ['name' => \"Anthology (1956-1980) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anthology-1956-1980-cd/444264.p?id=88947&skuId=444264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=444264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4442\\/444264_sa.jpg\"}', 'upc' => '008811038427', 'provider' => 'bestbuy'],\n ['name' => \"Zucchero - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zucchero-cd/444709.p?id=105332&skuId=444709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=444709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0444\\/0444709_sa.jpg\"}', 'upc' => '042284906326', 'provider' => 'bestbuy'],\n ['name' => \"Saturday Night at the Blue Note - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saturday-night-at-the-blue-note-cd/444816.p?id=69970&skuId=444816&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=444816', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4448\\/444816_sa.jpg\"}', 'upc' => '089408330629', 'provider' => 'bestbuy'],\n ['name' => \"Fear - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fear-cd/445361.p?id=101931&skuId=445361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=445361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0445\\/0445361_sa.jpg\"}', 'upc' => '074644730920', 'provider' => 'bestbuy'],\n ['name' => \"Ten - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ten-cd/445441.p?id=94586&skuId=445441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=445441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4454\\/445441.jpg\"}', 'upc' => '074644785722', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Ten Years After - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-ten-years-after-cd/445691.p?id=101418&skuId=445691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=445691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4456\\/445691_sa.jpg\"}', 'upc' => '094632185723', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Imperial Recordings: 1950-1954 [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-imperial-recordings-1950-1954-box-cd/445879.p?id=103376&skuId=445879&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=445879', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4458\\/445879_sa.jpg\"}', 'upc' => '077779673728', 'provider' => 'bestbuy'],\n ['name' => \"In Your Face - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-your-face-cd/446208.p?id=82287&skuId=446208&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=446208', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0446\\/0446208_sa.jpg\"}', 'upc' => '074644033328', 'provider' => 'bestbuy'],\n ['name' => \"Psychotic Supper - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/psychotic-supper-cd/446413.p?id=101477&skuId=446413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=446413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4464\\/446413.jpg\"}', 'upc' => '720642442425', 'provider' => 'bestbuy'],\n ['name' => \"Use Your Illusion I - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/use-your-illusion-i-cd/446431.p?id=84440&skuId=446431&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=446431', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4464\\/446431.jpg\"}', 'upc' => '720642441527', 'provider' => 'bestbuy'],\n ['name' => \"Use Your Illusion II [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/use-your-illusion-ii-pa-cd/446459.p?id=84441&skuId=446459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=446459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0446\\/0446459_sa.jpg\"}', 'upc' => '720642442029', 'provider' => 'bestbuy'],\n ['name' => \"Ain't a Damn Thing Changed [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aint-a-damn-thing-changed-pa-cd/446556.p?id=93286&skuId=446556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=446556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0446\\/0446556_sa.jpg\"}', 'upc' => '731452347824', 'provider' => 'bestbuy'],\n ['name' => \"Only Love: The Best of Nana - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/only-love-the-best-of-nana-cd/446654.p?id=92487&skuId=446654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=446654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0446\\/0446654_sa.jpg\"}', 'upc' => '731451022920', 'provider' => 'bestbuy'],\n ['name' => \"Stranger in This Town - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stranger-in-this-town-cd/446707.p?id=97804&skuId=446707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=446707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0446\\/0446707_sa.jpg\"}', 'upc' => '042284889520', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/446994.p?id=96806&skuId=446994&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=446994', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0446\\/0446994_sa.jpg\"}', 'upc' => '074643136129', 'provider' => 'bestbuy'],\n ['name' => \"Say No More - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/say-no-more-cd/447038.p?id=81018&skuId=447038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=447038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4470\\/447038.jpg\"}', 'upc' => '074643439725', 'provider' => 'bestbuy'],\n ['name' => \"Ratt & Roll 8191 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ratt-roll-8191-cd/447270.p?id=96085&skuId=447270&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=447270', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0447\\/0447270_sa.jpg\"}', 'upc' => '075678226021', 'provider' => 'bestbuy'],\n ['name' => \"Horrorscope - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/horrorscope-cd/447396.p?id=94196&skuId=447396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=447396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0447\\/0447396_sa.jpg\"}', 'upc' => '075678228322', 'provider' => 'bestbuy'],\n ['name' => \"Timespace: The Best of Stevie Nicks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/timespace-the-best-of-stevie-nicks-cd/447412.p?id=93305&skuId=447412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=447412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0447\\/0447412_sa.jpg\"}', 'upc' => '075679171122', 'provider' => 'bestbuy'],\n ['name' => \"Pop Pop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pop-pop-cd/447537.p?id=87301&skuId=447537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=447537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0447\\/0447537_sa.jpg\"}', 'upc' => '720642442623', 'provider' => 'bestbuy'],\n ['name' => \"Muddy & the Wolf - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/muddy-the-wolf-cd/447582.p?id=103582&skuId=447582&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=447582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0447\\/0447582_sa.jpg\"}', 'upc' => '076732910023', 'provider' => 'bestbuy'],\n ['name' => \"Diamonds and Pearls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diamonds-and-pearls-cd/447760.p?id=3434957&skuId=447760&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=447760', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4477\\/447760_sa.jpg\"}', 'upc' => '075992537926', 'provider' => 'bestbuy'],\n ['name' => \"Zone of Our Own - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zone-of-our-own-cd/448607.p?id=101505&skuId=448607&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=448607', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4486\\/448607_sa.jpg\"}', 'upc' => '075992668323', 'provider' => 'bestbuy'],\n ['name' => \"Cerulean - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cerulean-cd/448634.p?id=93781&skuId=448634&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=448634', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0448\\/0448634_sa.jpg\"}', 'upc' => '075992655026', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Best of Merle Haggard [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-best-of-merle-haggard-capitol-cd/449358.p?id=84576&skuId=449358&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=449358', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4493\\/449358.jpg\"}', 'upc' => '077779125425', 'provider' => 'bestbuy'],\n ['name' => \"Waking Up the Neighbours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/waking-up-the-neighbours-cd/449820.p?id=72467&skuId=449820&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=449820', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4498\\/449820.jpg\"}', 'upc' => '075021536722', 'provider' => 'bestbuy'],\n ['name' => \"Late Night Grande Hotel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/late-night-grande-hotel-cd/450023.p?id=84272&skuId=450023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=450023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4500\\/450023.jpg\"}', 'upc' => '008811030629', 'provider' => 'bestbuy'],\n ['name' => \"Shut Up and Die Like an Aviator - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shut-up-and-die-like-an-aviator-cd/450069.p?id=81237&skuId=450069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=450069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4500\\/450069.jpg\"}', 'upc' => '008811031527', 'provider' => 'bestbuy'],\n ['name' => \"Best O' Boingo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-o-boingo-cd/450087.p?id=93829&skuId=450087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=450087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4500\\/450087_sa.jpg\"}', 'upc' => '008811042424', 'provider' => 'bestbuy'],\n ['name' => \"Endless Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/endless-boogie-cd/450112.p?id=85604&skuId=450112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=450112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0450\\/0450112_sa.jpg\"}', 'upc' => '008811041328', 'provider' => 'bestbuy'],\n ['name' => \"Truckin' with Albert Collins - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/truckin-with-albert-collins-cd/450130.p?id=78335&skuId=450130&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=450130', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0450\\/0450130_sa.jpg\"}', 'upc' => '008811042325', 'provider' => 'bestbuy'],\n ['name' => \"Pärt: Miserere - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/part-miserere-cd/450390.p?id=2276172&skuId=450390&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=450390', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '781182143029', 'provider' => 'bestbuy'],\n ['name' => \"Set the Night to Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/set-the-night-to-music-cd/450489.p?id=82355&skuId=450489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=450489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4504\\/450489_sa.jpg\"}', 'upc' => '075678232121', 'provider' => 'bestbuy'],\n ['name' => \"Rechordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rechordings-cd/450568.p?id=82713&skuId=450568&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=450568', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0450\\/0450568_sa.jpg\"}', 'upc' => '075678229626', 'provider' => 'bestbuy'],\n ['name' => \"Act Like You Know [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/act-like-you-know-pa-cd/450666.p?id=90970&skuId=450666&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=450666', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0450\\/0450666_sa.jpg\"}', 'upc' => '075679173126', 'provider' => 'bestbuy'],\n ['name' => \"Lionel Hampton and the Golden Men of Jazz:... - Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lionel-hampton-and-the-golden-men-of-jazz-live-cd/451246.p?id=67141&skuId=451246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=451246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4512\\/451246_sa.jpg\"}', 'upc' => '089408330827', 'provider' => 'bestbuy'],\n ['name' => \"Blood Sugar Sex Magik [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blood-sugar-sex-magik-pa-cd/451317.p?id=96180&skuId=451317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=451317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0451\\/0451317_sa.jpg\"}', 'upc' => '075992668125', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Hits: The Power of Great Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-hits-the-power-of-great-music-cd/451415.p?id=86198&skuId=451415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=451415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0451\\/0451415_sa.jpg\"}', 'upc' => '075992670029', 'provider' => 'bestbuy'],\n ['name' => \"Tyranny of the Beat: Throbbing... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tyranny-of-the-beat-throbbing-cd/451629.p?id=3183468&skuId=451629&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=451629', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4516\\/451629.jpg\"}', 'upc' => '724596123720', 'provider' => 'bestbuy'],\n ['name' => \"The Missing Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-missing-years-cd/451914.p?id=95522&skuId=451914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=451914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4519\\/451914_sa.jpg\"}', 'upc' => '094012000929', 'provider' => 'bestbuy'],\n ['name' => \"Captured Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/captured-live-cd/451978.p?id=81008&skuId=451978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=451978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0451\\/0451978_sa.jpg\"}', 'upc' => '016351439024', 'provider' => 'bestbuy'],\n ['name' => \"Three Sides to My Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/three-sides-to-my-story-cd/452003.p?id=79444&skuId=452003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0452\\/0452003_sa.jpg\"}', 'upc' => '016351438829', 'provider' => 'bestbuy'],\n ['name' => \"Johnny Adams Sings Doc Pomus: The Real Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/johnny-adams-sings-doc-pomus-the-real-me-cd/452021.p?id=72476&skuId=452021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4520\\/452021.jpg\"}', 'upc' => '011661210929', 'provider' => 'bestbuy'],\n ['name' => \"The Touch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-touch-cd/452101.p?id=85123&skuId=452101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0452\\/0452101_sa.jpg\"}', 'upc' => '014551480020', 'provider' => 'bestbuy'],\n ['name' => \"I Know It's Wrong, But I...Just Can't Do Right - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-know-its-wrong-but-i-just-cant-do-right-cd/452165.p?id=101250&skuId=452165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4521\\/452165_sa.jpg\"}', 'upc' => '048021746026', 'provider' => 'bestbuy'],\n ['name' => \"Ain't No Doubt About It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aint-no-doubt-about-it-cd/452218.p?id=80643&skuId=452218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4522\\/452218_sa.jpg\"}', 'upc' => '021257940529', 'provider' => 'bestbuy'],\n ['name' => \"The Life and Times of Country Joe & the Fish - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-life-and-times-of-country-joe-the-fish-cd/452245.p?id=78821&skuId=452245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4522\\/452245.jpg\"}', 'upc' => '015707272827', 'provider' => 'bestbuy'],\n ['name' => \"Storyville - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/storyville-cd/452450.p?id=96838&skuId=452450&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452450', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0452\\/0452450_sa.jpg\"}', 'upc' => '720642430323', 'provider' => 'bestbuy'],\n ['name' => \"The Very Big Carla Bley Band [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-big-carla-bley-band-digdownload-cd/452520.p?id=2393522&skuId=452520&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452520', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4525\\/452520.jpg\"}', 'upc' => '042284794220', 'provider' => 'bestbuy'],\n ['name' => \"Shake Me Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shake-me-up-cd/452637.p?id=89365&skuId=452637&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4526\\/452637_sa.jpg\"}', 'upc' => '729592000525', 'provider' => 'bestbuy'],\n ['name' => \"Badmotorfinger - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/badmotorfinger-cd/452806.p?id=99668&skuId=452806&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0452\\/0452806_sa.jpg\"}', 'upc' => '075021537422', 'provider' => 'bestbuy'],\n ['name' => \"The Low End Theory - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-low-end-theory-cd/452904.p?id=102236&skuId=452904&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452904', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0452\\/0452904_sa.jpg\"}', 'upc' => '012414141828', 'provider' => 'bestbuy'],\n ['name' => \"Curtis Stigers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/curtis-stigers-cd/452940.p?id=240736&skuId=452940&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=452940', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0452\\/0452940_sa.jpg\"}', 'upc' => '078221866026', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Righteous Brothers, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-righteous-brothers-vol-2-cd/453324.p?id=96699&skuId=453324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=453324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4533\\/453324.jpg\"}', 'upc' => '715187752221', 'provider' => 'bestbuy'],\n ['name' => \"Street Corner Talking - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/street-corner-talking-cd/453823.p?id=97969&skuId=453823&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=453823', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4538\\/453823.jpg\"}', 'upc' => '042284401821', 'provider' => 'bestbuy'],\n ['name' => \"Hellbound Train - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hellbound-train-cd/453832.p?id=97958&skuId=453832&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=453832', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0453\\/0453832_sa.jpg\"}', 'upc' => '042284401920', 'provider' => 'bestbuy'],\n ['name' => \"Burnin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/burnin-cd/453869.p?id=88553&skuId=453869&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=453869', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4538\\/453869_sa.jpg\"}', 'upc' => '008811043926', 'provider' => 'bestbuy'],\n ['name' => \"Shadows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shadows-cd/454038.p?id=64159&skuId=454038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=454038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4540\\/454038_sa.jpg\"}', 'upc' => '011105965422', 'provider' => 'bestbuy'],\n ['name' => \"Stars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stars-cd/454163.p?id=98822&skuId=454163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=454163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0454\\/0454163_sa.jpg\"}', 'upc' => '075679177322', 'provider' => 'bestbuy'],\n ['name' => \"Memorabilia: Singles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memorabilia-singles-cd/454519.p?id=99378&skuId=454519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=454519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4545\\/454519_sa.jpg\"}', 'upc' => '731451017827', 'provider' => 'bestbuy'],\n ['name' => \"Don't Go Near the Water - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-go-near-the-water-cd/454555.p?id=87779&skuId=454555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=454555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4545\\/454555.jpg\"}', 'upc' => '731451016127', 'provider' => 'bestbuy'],\n ['name' => \"Put Me In Your Mix - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/put-me-in-your-mix-cd/454706.p?id=1386497&skuId=454706&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=454706', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4547\\/454706_sa.jpg\"}', 'upc' => '075021537729', 'provider' => 'bestbuy'],\n ['name' => \"Apocalypse 91...The Enemy Strikes Black [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/apocalypse-91-the-enemy-strikes-black-pa-cd/454840.p?id=95630&skuId=454840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=454840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0454\\/0454840_sa.jpg\"}', 'upc' => '731452347923', 'provider' => 'bestbuy'],\n ['name' => \"Essence Of Billie Holiday - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/essence-of-billie-holiday-cd/454957.p?id=67525&skuId=454957&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=454957', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0454\\/0454957_sa.jpg\"}', 'upc' => '074644791723', 'provider' => 'bestbuy'],\n ['name' => \"24 Nights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/24-nights-cd/455108.p?id=77886&skuId=455108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=455108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0455\\/0455108_sa.jpg\"}', 'upc' => '075992642026', 'provider' => 'bestbuy'],\n ['name' => \"Naughty By Nature - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naughty-by-nature-cd/455661.p?id=92904&skuId=455661&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=455661', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4556\\/455661_sa.jpg\"}', 'upc' => '016998104422', 'provider' => 'bestbuy'],\n ['name' => \"Weld - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/weld-cd/455929.p?id=105078&skuId=455929&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=455929', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0455\\/0455929_sa.jpg\"}', 'upc' => '075992667128', 'provider' => 'bestbuy'],\n ['name' => \"Day Parts: Sunday Morning Coffee - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/day-parts-sunday-morning-coffee-cd-various/456492.p?id=79897&skuId=456492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=456492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0456\\/0456492_sa.jpg\"}', 'upc' => '012805010023', 'provider' => 'bestbuy'],\n ['name' => \"The Bells of Dublin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bells-of-dublin-cd/456722.p?id=77485&skuId=456722&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=456722', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0456\\/0456722_sa.jpg\"}', 'upc' => '090266082421', 'provider' => 'bestbuy'],\n ['name' => \"Streets: A Rock Opera - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/streets-a-rock-opera-cd/457552.p?id=97951&skuId=457552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=457552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0457\\/0457552_sa.jpg\"}', 'upc' => '075678232022', 'provider' => 'bestbuy'],\n ['name' => \"Private Line - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/private-line-cd/457598.p?id=89110&skuId=457598&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=457598', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4575\\/457598_sa.jpg\"}', 'upc' => '075679177728', 'provider' => 'bestbuy'],\n ['name' => \"The Earl Klugh Trio, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-earl-klugh-trio-vol-1-cd/457927.p?id=68300&skuId=457927&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=457927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0457\\/0457927_sa.jpg\"}', 'upc' => '075992675024', 'provider' => 'bestbuy'],\n ['name' => \"Live Killers [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-killers-ecd-cd/457954.p?id=95708&skuId=457954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=457954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0457\\/0457954_sa.jpg\"}', 'upc' => '720616106629', 'provider' => 'bestbuy'],\n ['name' => \"Singer/Songwriter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singer-songwriter-cd/458034.p?id=88438&skuId=458034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=458034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0458\\/0458034_sa.jpg\"}', 'upc' => '074644862126', 'provider' => 'bestbuy'],\n ['name' => \"Better Together: The Duet Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/better-together-the-duet-album-cd/458043.p?id=90788&skuId=458043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=458043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4580\\/458043.jpg\"}', 'upc' => '074644798227', 'provider' => 'bestbuy'],\n ['name' => \"Live Your Life Be Free - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-your-life-be-free-cd/458114.p?id=3454937&skuId=458114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=458114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '008811044626', 'provider' => 'bestbuy'],\n ['name' => \"And Along Came Jones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/and-along-came-jones-cd/458187.p?id=87230&skuId=458187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=458187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4581\\/458187_sa.jpg\"}', 'upc' => '008811039820', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Missing Persons [1987] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-missing-persons-1987-cd/458374.p?id=91892&skuId=458374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=458374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0458\\/0458374_sa.jpg\"}', 'upc' => '077774662826', 'provider' => 'bestbuy'],\n ['name' => \"Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/collection-cd/458383.p?id=70571&skuId=458383&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=458383', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0458\\/0458383_sa.jpg\"}', 'upc' => '011105965828', 'provider' => 'bestbuy'],\n ['name' => \"Guitar Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guitar-music-cd/458436.p?id=1366588&skuId=458436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=458436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0458\\/0458436_sa.jpg\"}', 'upc' => '762185114223', 'provider' => 'bestbuy'],\n ['name' => \"With My Lover Beside Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/with-my-lover-beside-me-cd/459890.p?id=72149&skuId=459890&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=459890', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0459\\/0459890_sa.jpg\"}', 'upc' => '074644866520', 'provider' => 'bestbuy'],\n ['name' => \"All Time Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-best-of-cd/459925.p?id=63750&skuId=459925&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=459925', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0459\\/0459925_sa.jpg\"}', 'upc' => '715187733923', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/459961.p?id=75568&skuId=459961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=459961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4599\\/459961.jpg\"}', 'upc' => '715187729827', 'provider' => 'bestbuy'],\n ['name' => \"Best of Sammy Davis, Jr. [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-sammy-davis-jr-curb-cd/459970.p?id=79809&skuId=459970&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=459970', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4599\\/459970.jpg\"}', 'upc' => '715187744424', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Exile [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-exile-curb-cd/459989.p?id=81803&skuId=459989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=459989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4599\\/459989.jpg\"}', 'upc' => '715187729629', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/460003.p?id=83814&skuId=460003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4600\\/460003.jpg\"}', 'upc' => '715187732728', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Robert Goulet [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-robert-goulet-curb-cd/460012.p?id=83998&skuId=460012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4600\\/460012.jpg\"}', 'upc' => '715187725720', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/460021.p?id=85982&skuId=460021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0460\\/0460021_sa.jpg\"}', 'upc' => '715187734128', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/460030.p?id=86398&skuId=460030&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460030', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0460\\/0460030_sa.jpg\"}', 'upc' => '715187733329', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-country-hits-cd/460049.p?id=87238&skuId=460049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4600\\/460049_sa.jpg\"}', 'upc' => '715187736924', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/460101.p?id=87347&skuId=460101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4601\\/460101.jpg\"}', 'upc' => '715187732421', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-country-hits-cd/460110.p?id=90360&skuId=460110&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460110', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4601\\/460110_sa.jpg\"}', 'upc' => '715187736320', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/460138.p?id=91186&skuId=460138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0460\\/0460138_sa.jpg\"}', 'upc' => '715187733725', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-country-cd/460147.p?id=92634&skuId=460147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4601\\/460147.jpg\"}', 'upc' => '715187733626', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-songs-cd/460156.p?id=93010&skuId=460156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4601\\/460156.jpg\"}', 'upc' => '715187736627', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/460165.p?id=95410&skuId=460165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4601\\/460165_sa.jpg\"}', 'upc' => '715187730526', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-country-hits-cd/460174.p?id=96095&skuId=460174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4601\\/460174.jpg\"}', 'upc' => '715187736429', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/460192.p?id=98115&skuId=460192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4601\\/460192.jpg\"}', 'upc' => '715187725522', 'provider' => 'bestbuy'],\n ['name' => \"Best of Dinah Shore [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-dinah-shore-curb-cd/460209.p?id=98639&skuId=460209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4602\\/460209.jpg\"}', 'upc' => '715187745926', 'provider' => 'bestbuy'],\n ['name' => \"Music That You Can Dance To - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-that-you-can-dance-to-cd/460218.p?id=99791&skuId=460218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4602\\/460218.jpg\"}', 'upc' => '715187733527', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/460227.p?id=101683&skuId=460227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4602\\/460227_sa.jpg\"}', 'upc' => '715187732926', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/460236.p?id=102511&skuId=460236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4602\\/460236.jpg\"}', 'upc' => '715187733220', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/460245.p?id=105045&skuId=460245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4602\\/460245.jpg\"}', 'upc' => '715187733428', 'provider' => 'bestbuy'],\n ['name' => \"Simply the Best - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/simply-the-best-cd/460414.p?id=102526&skuId=460414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0460\\/0460414_sa.jpg\"}', 'upc' => '077779715220', 'provider' => 'bestbuy'],\n ['name' => \"Spontaneous Inventions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spontaneous-inventions-cd/460487.p?id=68918&skuId=460487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4604\\/460487_sa.jpg\"}', 'upc' => '077774629829', 'provider' => 'bestbuy'],\n ['name' => \"The Other Side of Round Midnight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-other-side-of-round-midnight-cd/460496.p?id=66846&skuId=460496&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460496', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0460\\/0460496_sa.jpg\"}', 'upc' => '077774639729', 'provider' => 'bestbuy'],\n ['name' => \"Babes in the Wood - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/babes-in-the-wood-cd/460502.p?id=243677&skuId=460502&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460502', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0460\\/0460502_sa.jpg\"}', 'upc' => '739341000324', 'provider' => 'bestbuy'],\n ['name' => \"Home For Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/home-for-christmas-cd/460575.p?id=93692&skuId=460575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4605\\/460575.jpg\"}', 'upc' => '077779642021', 'provider' => 'bestbuy'],\n ['name' => \"Can't Slow Down - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cant-slow-down-cd/460646.p?id=96629&skuId=460646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0460\\/0460646_sa.jpg\"}', 'upc' => '737463605922', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Herbie Hancock: The Blue Note Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-herbie-hancock-the-blue-note-years-cd/460762.p?id=67144&skuId=460762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4607\\/460762_sa.jpg\"}', 'upc' => '077779114221', 'provider' => 'bestbuy'],\n ['name' => \"Essential - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/essential-cd/460824.p?id=88390&skuId=460824&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=460824', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0460\\/0460824_sa.jpg\"}', 'upc' => '094632185228', 'provider' => 'bestbuy'],\n ['name' => \"Two Rooms: Celebrating the Songs of Elton... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-rooms-celebrating-the-songs-of-elton-cd-various/461057.p?id=87099&skuId=461057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0461\\/0461057_sa.jpg\"}', 'upc' => '042284575027', 'provider' => 'bestbuy'],\n ['name' => \"20 All-Time Greatest Hits! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-all-time-greatest-hits-cd/461093.p?id=75941&skuId=461093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4610\\/461093_sa.jpg\"}', 'upc' => '731451132629', 'provider' => 'bestbuy'],\n ['name' => \"A Decade of Hits 1969-1979 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-decade-of-hits-1969-1979-cd/461119.p?id=72771&skuId=461119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0461\\/0461119_sa.jpg\"}', 'upc' => '731451115622', 'provider' => 'bestbuy'],\n ['name' => \"Wolf In Sheep'S Clothing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wolf-in-sheeps-clothing-cd/461182.p?id=2387418&skuId=461182&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461182', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0461\\/0461182_sa.jpg\"}', 'upc' => '042284836821', 'provider' => 'bestbuy'],\n ['name' => \"Lady in Autumn: The Best of the Verve Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lady-in-autumn-the-best-of-the-verve-years-cd/461315.p?id=2389788&skuId=461315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0461\\/0461315_sa.jpg\"}', 'upc' => '042284943420', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of the Platters [Mercury] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-the-platters-mercury-cd/461333.p?id=95057&skuId=461333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4613\\/461333.jpg\"}', 'upc' => '731451031724', 'provider' => 'bestbuy'],\n ['name' => \"Loveless - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loveless-cd/461609.p?id=92723&skuId=461609&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461609', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4616\\/461609_sa.jpg\"}', 'upc' => '075992675925', 'provider' => 'bestbuy'],\n ['name' => \"Dance, Dance, Dance: The Best of Chic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-dance-dance-the-best-of-chic-cd/461725.p?id=77423&skuId=461725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0461\\/0461725_sa.jpg\"}', 'upc' => '075678233326', 'provider' => 'bestbuy'],\n ['name' => \"The Beat Goes On: The Best of Sonny & Cher - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-beat-goes-on-the-best-of-sonny-cher-cd/461734.p?id=99470&skuId=461734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0461\\/0461734_sa.jpg\"}', 'upc' => '075679179623', 'provider' => 'bestbuy'],\n ['name' => \"Heather Mullen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heather-mullen-cd/461770.p?id=92587&skuId=461770&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461770', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0461\\/0461770_sa.jpg\"}', 'upc' => '075679179128', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-me-cd/461841.p?id=95455&skuId=461841&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461841', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0461\\/0461841_sa.jpg\"}', 'upc' => '077778625926', 'provider' => 'bestbuy'],\n ['name' => \"Stolen Moments - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stolen-moments-cd/461903.p?id=2416891&skuId=461903&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461903', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0461\\/0461903_sa.jpg\"}', 'upc' => '077779715923', 'provider' => 'bestbuy'],\n ['name' => \"She Hangs Brightly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/she-hangs-brightly-cd/461921.p?id=90950&skuId=461921&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=461921', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4619\\/461921_sa.jpg\"}', 'upc' => '077779650828', 'provider' => 'bestbuy'],\n ['name' => \"Discography: The Complete Singles Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/discography-the-complete-singles-collection-cd/462001.p?id=94764&skuId=462001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0462\\/0462001_sa.jpg\"}', 'upc' => '077779709724', 'provider' => 'bestbuy'],\n ['name' => \"Hooker 'n Heat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hooker-n-heat-cd/462065.p?id=85611&skuId=462065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4620\\/462065_sa.jpg\"}', 'upc' => '077779789627', 'provider' => 'bestbuy'],\n ['name' => \"Songs of Rodeo Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-of-rodeo-life-cd/462289.p?id=88920&skuId=462289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4622\\/462289.jpg\"}', 'upc' => '077779687527', 'provider' => 'bestbuy'],\n ['name' => \"Dream Letter: Live in London 1968 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dream-letter-live-in-london-1968-cd/462476.p?id=76216&skuId=462476&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462476', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0462\\/0462476_sa.jpg\"}', 'upc' => '767004070322', 'provider' => 'bestbuy'],\n ['name' => \"Your Favorite Songs - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/your-favorite-songs-cd-various/462485.p?id=105122&skuId=462485&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462485', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4624\\/462485.jpg\"}', 'upc' => '715187753228', 'provider' => 'bestbuy'],\n ['name' => \"All Time Greatest Rock N Roll, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-rock-n-roll-vol-2-cd-various/462500.p?id=96917&skuId=462500&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462500', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0462\\/0462500_sa.jpg\"}', 'upc' => '715187752528', 'provider' => 'bestbuy'],\n ['name' => \"Beguiled - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beguiled-cd/462626.p?id=100531&skuId=462626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4626\\/462626.jpg\"}', 'upc' => '025041102728', 'provider' => 'bestbuy'],\n ['name' => \"Gaudi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gaudi-cd/462635.p?id=96612&skuId=462635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0462\\/0462635_sa.jpg\"}', 'upc' => '025041102827', 'provider' => 'bestbuy'],\n ['name' => \"Dance of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-of-love-cd/462715.p?id=85375&skuId=462715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4627\\/462715.jpg\"}', 'upc' => '063961518120', 'provider' => 'bestbuy'],\n ['name' => \"Angel Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/angel-baby-cd/462724.p?id=73037&skuId=462724&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462724', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4627\\/462724.jpg\"}', 'upc' => '063961518328', 'provider' => 'bestbuy'],\n ['name' => \"The Infidel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-infidel-cd/462742.p?id=80820&skuId=462742&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462742', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4627\\/462742_sa.jpg\"}', 'upc' => '016581713628', 'provider' => 'bestbuy'],\n ['name' => \"Pablo Meets Mr. Bassie: Original Rockers, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pablo-meets-mr-bassie-original-rockers-vol-2-cd/462877.p?id=94251&skuId=462877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4628\\/462877_sa.jpg\"}', 'upc' => '016351438522', 'provider' => 'bestbuy'],\n ['name' => \"The Roots Is There - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-roots-is-there-cd/462886.p?id=91668&skuId=462886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4628\\/462886_sa.jpg\"}', 'upc' => '016351430922', 'provider' => 'bestbuy'],\n ['name' => \"Country Blues Bottleneck Guitar Classics:... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-blues-bottleneck-guitar-classics-cd-various/462902.p?id=180680&skuId=462902&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462902', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4629\\/462902_sa.jpg\"}', 'upc' => '016351012623', 'provider' => 'bestbuy'],\n ['name' => \"Signature - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/signature-cd/462920.p?id=2389930&skuId=462920&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=462920', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0462\\/0462920_sa.jpg\"}', 'upc' => '014551480129', 'provider' => 'bestbuy'],\n ['name' => \"Ramblin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ramblin-cd/463000.p?id=104182&skuId=463000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4630\\/463000_sa.jpg\"}', 'upc' => '093074004227', 'provider' => 'bestbuy'],\n ['name' => \"That Was Then-This Is Now! [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/that-was-then-this-is-now-pa-cd/463055.p?id=167509&skuId=463055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0463\\/0463055_sa.jpg\"}', 'upc' => '054291881626', 'provider' => 'bestbuy'],\n ['name' => \"A Charlie Brown Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-charlie-brown-christmas-cd/463064.p?id=67029&skuId=463064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0463\\/0463064_sa.jpg\"}', 'upc' => '025218843126', 'provider' => 'bestbuy'],\n ['name' => \"David Grisman's Acoustic Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/david-grismans-acoustic-christmas-cd/463108.p?id=84290&skuId=463108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0463\\/0463108_sa.jpg\"}', 'upc' => '011661019027', 'provider' => 'bestbuy'],\n ['name' => \"I Ain't Studdi' You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-aint-studdi-you-cd/463153.p?id=97572&skuId=463153&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463153', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4631\\/463153.jpg\"}', 'upc' => '019011411729', 'provider' => 'bestbuy'],\n ['name' => \"Live from Chicago Mr. Superharp Himself - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-chicago-mr-superharp-himself-cd/463171.p?id=78790&skuId=463171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4631\\/463171_sa.jpg\"}', 'upc' => '014551474623', 'provider' => 'bestbuy'],\n ['name' => \"Third Degree - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/third-degree-cd/463180.p?id=104517&skuId=463180&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463180', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4631\\/463180.jpg\"}', 'upc' => '014551474821', 'provider' => 'bestbuy'],\n ['name' => \"Genuine Houserockin Blues 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/genuine-houserockin-blues-2-cd-various/463199.p?id=1416337&skuId=463199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4631\\/463199.jpg\"}', 'upc' => '014551010227', 'provider' => 'bestbuy'],\n ['name' => \"Genuine Houserockin' Music, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/genuine-houserockin-music-vol-3-cd-various/463206.p?id=75289&skuId=463206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4632\\/463206.jpg\"}', 'upc' => '014551010326', 'provider' => 'bestbuy'],\n ['name' => \"Genuine Houserockin' Music, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/genuine-houserockin-music-vol-4-cd-various/463215.p?id=75290&skuId=463215&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463215', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4632\\/463215.jpg\"}', 'upc' => '014551010425', 'provider' => 'bestbuy'],\n ['name' => \"While We Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/while-we-live-cd/463242.p?id=98035&skuId=463242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4632\\/463242_sa.jpg\"}', 'upc' => '033651004523', 'provider' => 'bestbuy'],\n ['name' => \"Pain in My Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pain-in-my-heart-cd/463849.p?id=96228&skuId=463849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4638\\/463849_sa.jpg\"}', 'upc' => '075678025327', 'provider' => 'bestbuy'],\n ['name' => \"Comfort Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/comfort-me-cd/463910.p?id=101709&skuId=463910&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463910', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4639\\/463910.jpg\"}', 'upc' => '075678032929', 'provider' => 'bestbuy'],\n ['name' => \"Double Dynamite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-dynamite-cd/463938.p?id=97788&skuId=463938&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=463938', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4639\\/463938.jpg\"}', 'upc' => '075678030529', 'provider' => 'bestbuy'],\n ['name' => \"Lynyrd Skynyrd [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 48.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lynyrd-skynyrd-box-cd/464928.p?id=90004&skuId=464928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=464928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4649\\/464928_sa.jpg\"}', 'upc' => '008811039028', 'provider' => 'bestbuy'],\n ['name' => \"Gold - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gold-cd/464982.p?id=100271&skuId=464982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=464982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4649\\/464982_sa.jpg\"}', 'upc' => '008811038724', 'provider' => 'bestbuy'],\n ['name' => \"Return to the Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/return-to-the-heart-cd/465053.p?id=88652&skuId=465053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=465053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4650\\/465053.jpg\"}', 'upc' => '083616400525', 'provider' => 'bestbuy'],\n ['name' => \"Walt Disney's Fantasia [Original Soundtrack] - CD - Remastered Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walt-disneys-fantasia-original-soundtrack-cd-remastered-original-soundtrack/465240.p?id=3558067&skuId=465240&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=465240', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0465\\/0465240_sa.jpg\"}', 'upc' => '050086000777', 'provider' => 'bestbuy'],\n ['name' => \"Otello - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/otello-cd/466016.p?id=1682209&skuId=466016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4660\\/466016.jpg\"}', 'upc' => '028943366922', 'provider' => 'bestbuy'],\n ['name' => \"Keep It Comin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keep-it-comin-cd/466276.p?id=100962&skuId=466276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0466\\/0466276_sa.jpg\"}', 'upc' => '075596121620', 'provider' => 'bestbuy'],\n ['name' => \"The Songstress - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-songstress-cd/466356.p?id=73745&skuId=466356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4663\\/466356_sa.jpg\"}', 'upc' => '075596111621', 'provider' => 'bestbuy'],\n ['name' => \"The Works [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-works-bonus-tracks-cd/466374.p?id=95718&skuId=466374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4663\\/466374_sa.jpg\"}', 'upc' => '720616123329', 'provider' => 'bestbuy'],\n ['name' => \"Kick Out The Jams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kick-out-the-jams-cd/466409.p?id=2116997&skuId=466409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0466\\/0466409_sa.jpg\"}', 'upc' => '075596089425', 'provider' => 'bestbuy'],\n ['name' => \"Shepherd Moons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shepherd-moons-cd/466454.p?id=81639&skuId=466454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0466\\/0466454_sa.jpg\"}', 'upc' => '075992677523', 'provider' => 'bestbuy'],\n ['name' => \"Back Home Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-home-again-cd/466542.p?id=97123&skuId=466542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0466\\/0466542_sa.jpg\"}', 'upc' => '075992674027', 'provider' => 'bestbuy'],\n ['name' => \"Arc - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arc-cd/466622.p?id=105076&skuId=466622&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0466\\/0466622_sa.jpg\"}', 'upc' => '075992676922', 'provider' => 'bestbuy'],\n ['name' => \"Commitments (Original Artists Recordings of... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/commitments-original-artists-recordings-of-cd-various/466659.p?id=78444&skuId=466659&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466659', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4666\\/466659_sa.jpg\"}', 'upc' => '075679181329', 'provider' => 'bestbuy'],\n ['name' => \"Sticks and Stones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sticks-and-stones-cd/466695.p?id=88827&skuId=466695&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466695', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4666\\/466695_sa.jpg\"}', 'upc' => '075678232626', 'provider' => 'bestbuy'],\n ['name' => \"Live at Birdland West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-birdland-west-cd/466711.p?id=63587&skuId=466711&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466711', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0466\\/0466711_sa.jpg\"}', 'upc' => '075678233425', 'provider' => 'bestbuy'],\n ['name' => \"The Music of Andrew Lloyd Webber - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-music-of-andrew-lloyd-webber-cd/466748.p?id=79113&skuId=466748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0466\\/0466748_sa.jpg\"}', 'upc' => '075678234729', 'provider' => 'bestbuy'],\n ['name' => \"Natural Selection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/natural-selection-cd/466766.p?id=92899&skuId=466766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4667\\/466766.jpg\"}', 'upc' => '075679178725', 'provider' => 'bestbuy'],\n ['name' => \"2Pacalypse Now [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2pacalypse-now-pa-cd/466784.p?id=102648&skuId=466784&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466784', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0466\\/0466784_sa.jpg\"}', 'upc' => '012414163325', 'provider' => 'bestbuy'],\n ['name' => \"Once More...With Feeling! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/once-more-with-feeling-cd/466926.p?id=70775&skuId=466926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=466926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0466\\/0466926_sa.jpg\"}', 'upc' => '051617440529', 'provider' => 'bestbuy'],\n ['name' => \"The Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-collection-cd/467266.p?id=78309&skuId=467266&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=467266', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4672\\/467266_sa.jpg\"}', 'upc' => '077774661928', 'provider' => 'bestbuy'],\n ['name' => \"The Best of George Harrison - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-george-harrison-cd/467275.p?id=84873&skuId=467275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=467275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0467\\/0467275_sa.jpg\"}', 'upc' => '077774668224', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits Live [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-live-capitol-cd/467300.p?id=73615&skuId=467300&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=467300', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4673\\/467300.jpg\"}', 'upc' => '715187732827', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits of Maze Featuring Frankie... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-of-maze-featuring-frankie-cd/467328.p?id=90927&skuId=467328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=467328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4673\\/467328_sa.jpg\"}', 'upc' => '077779281022', 'provider' => 'bestbuy'],\n ['name' => \"The Ultimate Collection (1948-1990) [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ultimate-collection-1948-1990-box-cd/468023.p?id=85629&skuId=468023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0468\\/0468023_sa.jpg\"}', 'upc' => '081227057220', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Bob Welch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-bob-welch-cd/468069.p?id=103746&skuId=468069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0468\\/0468069_sa.jpg\"}', 'upc' => '081227059729', 'provider' => 'bestbuy'],\n ['name' => \"Mardi Gras in Baton Rouge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mardi-gras-in-baton-rouge-cd/468078.p?id=95567&skuId=468078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4680\\/468078_sa.jpg\"}', 'upc' => '081227073626', 'provider' => 'bestbuy'],\n ['name' => \"Bayou Lightning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bayou-lightning-cd/468372.p?id=76040&skuId=468372&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468372', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4683\\/468372_sa.jpg\"}', 'upc' => '014551471424', 'provider' => 'bestbuy'],\n ['name' => \"Crawfish Fiesta - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crawfish-fiesta-cd/468381.p?id=95562&skuId=468381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4683\\/468381.jpg\"}', 'upc' => '014551471820', 'provider' => 'bestbuy'],\n ['name' => \"Live in Japan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-japan-cd/468390.p?id=78332&skuId=468390&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468390', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0468\\/0468390_sa.jpg\"}', 'upc' => '014551473329', 'provider' => 'bestbuy'],\n ['name' => \"High Compression - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-compression-cd/468425.p?id=3370629&skuId=468425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4684\\/468425_sa.jpg\"}', 'upc' => '014551473725', 'provider' => 'bestbuy'],\n ['name' => \"Strike Like Lightning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strike-like-lightning-cd/468434.p?id=90072&skuId=468434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4684\\/468434_sa.jpg\"}', 'upc' => '014551473923', 'provider' => 'bestbuy'],\n ['name' => \"When a Guitar Plays the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-a-guitar-plays-the-blues-cd/468443.p?id=76200&skuId=468443&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468443', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4684\\/468443.jpg\"}', 'upc' => '014551474128', 'provider' => 'bestbuy'],\n ['name' => \"Serious Business - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/serious-business-cd/468452.p?id=104512&skuId=468452&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468452', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4684\\/468452_sa.jpg\"}', 'upc' => '014551474227', 'provider' => 'bestbuy'],\n ['name' => \"Second Sight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/second-sight-cd/468461.p?id=90071&skuId=468461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4684\\/468461_sa.jpg\"}', 'upc' => '014551475026', 'provider' => 'bestbuy'],\n ['name' => \"Smiling Phases: Best Of 1967-1974 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smiling-phases-best-of-1967-1974-cd/468559.p?id=1531713&skuId=468559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4685\\/468559_sa.jpg\"}', 'upc' => '731451055324', 'provider' => 'bestbuy'],\n ['name' => \"Laughing Stock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/laughing-stock-cd/468657.p?id=101123&skuId=468657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0468\\/0468657_sa.jpg\"}', 'upc' => '042284771726', 'provider' => 'bestbuy'],\n ['name' => \"Frankie and Johnny - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frankie-and-johnny-cd-original-soundtrack/468835.p?id=82889&skuId=468835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0468\\/0468835_sa.jpg\"}', 'upc' => '715187753426', 'provider' => 'bestbuy'],\n ['name' => \"Por Fin Juntos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/por-fin-juntos-cd/468871.p?id=80727&skuId=468871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=468871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4688\\/468871.jpg\"}', 'upc' => '077774262422', 'provider' => 'bestbuy'],\n ['name' => \"From Time to Time: The Singles Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-time-to-time-the-singles-collection-cd/469004.p?id=105084&skuId=469004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0469\\/0469004_sa.jpg\"}', 'upc' => '074644882926', 'provider' => 'bestbuy'],\n ['name' => \"Romance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/romance-cd/469120.p?id=1373933&skuId=469120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0469\\/0469120_sa.jpg\"}', 'upc' => '090317580524', 'provider' => 'bestbuy'],\n ['name' => \"Monty Python Sings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monty-python-sings-cd/469246.p?id=92156&skuId=469246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4692\\/469246_sa.jpg\"}', 'upc' => '077778625322', 'provider' => 'bestbuy'],\n ['name' => \"Knocking at Your Back Door: The Best of Deep... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/knocking-at-your-back-door-the-best-of-deep-cd/469273.p?id=1811413&skuId=469273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0469\\/0469273_sa.jpg\"}', 'upc' => '731451143823', 'provider' => 'bestbuy'],\n ['name' => \"The Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-collection-cd/469308.p?id=90284&skuId=469308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4693\\/469308_sa.jpg\"}', 'upc' => '042284927123', 'provider' => 'bestbuy'],\n ['name' => \"Live from Chicago - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-chicago-cd/469362.p?id=3331231&skuId=469362&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469362', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0469\\/0469362_sa.jpg\"}', 'upc' => '014551475422', 'provider' => 'bestbuy'],\n ['name' => \"Hot Wires - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-wires-cd/469399.p?id=76191&skuId=469399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4693\\/469399.jpg\"}', 'upc' => '014551475620', 'provider' => 'bestbuy'],\n ['name' => \"Edge of the City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/edge-of-the-city-cd/469406.p?id=88152&skuId=469406&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469406', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4694\\/469406.jpg\"}', 'upc' => '014551475828', 'provider' => 'bestbuy'],\n ['name' => \"Live from Chicago - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-chicago-cd/469415.p?id=76035&skuId=469415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0469\\/0469415_sa.jpg\"}', 'upc' => '014551475927', 'provider' => 'bestbuy'],\n ['name' => \"The Swamp Boogie Queen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-swamp-boogie-queen-cd/469424.p?id=103716&skuId=469424&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=469424', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4694\\/469424.jpg\"}', 'upc' => '014551476627', 'provider' => 'bestbuy'],\n ['name' => \"Portrait of the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portrait-of-the-blues-cd/470662.p?id=74996&skuId=470662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=470662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0470\\/0470662_sa.jpg\"}', 'upc' => '048021745821', 'provider' => 'bestbuy'],\n ['name' => \"The Best Part of the Fat Boys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-part-of-the-fat-boys-cd/470797.p?id=1365886&skuId=470797&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=470797', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '019011411828', 'provider' => 'bestbuy'],\n ['name' => \"Stuck on You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stuck-on-you-cd/470877.p?id=2390062&skuId=470877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=470877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0470\\/0470877_sa.jpg\"}', 'upc' => '715776889321', 'provider' => 'bestbuy'],\n ['name' => \"Alone & Acoustic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alone-acoustic-cd/470902.p?id=84490&skuId=470902&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=470902', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4709\\/470902.jpg\"}', 'upc' => '014551480228', 'provider' => 'bestbuy'],\n ['name' => \"No Foolin'! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-foolin-cd/470911.p?id=103715&skuId=470911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=470911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4709\\/470911.jpg\"}', 'upc' => '014551480327', 'provider' => 'bestbuy'],\n ['name' => \"Fine and Mellow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fine-and-mellow-cd/470966.p?id=75983&skuId=470966&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=470966', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0470\\/0470966_sa.jpg\"}', 'upc' => '025218966320', 'provider' => 'bestbuy'],\n ['name' => \"This Is Big Audio Dynamite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-big-audio-dynamite-cd/471000.p?id=74583&skuId=471000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=471000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0471\\/0471000_sa.jpg\"}', 'upc' => '074644022025', 'provider' => 'bestbuy'],\n ['name' => \"Bleach - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bleach-cd/471055.p?id=93414&skuId=471055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=471055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4710\\/471055_sa.jpg\"}', 'upc' => '098787003420', 'provider' => 'bestbuy'],\n ['name' => \"Original Dueling Banjos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-dueling-banjos-cd/471233.p?id=287311&skuId=471233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=471233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0471\\/0471233_sa.jpg\"}', 'upc' => '027297490024', 'provider' => 'bestbuy'],\n ['name' => \"Boomtown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boomtown-cd/471590.p?id=79825&skuId=471590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=471590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0471\\/0471590_sa.jpg\"}', 'upc' => '075021513426', 'provider' => 'bestbuy'],\n ['name' => \"Seven Year Itch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seven-year-itch-cd/471616.p?id=86635&skuId=471616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=471616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4716\\/471616_sa.jpg\"}', 'upc' => '042284265522', 'provider' => 'bestbuy'],\n ['name' => \"A Very Special Christmas - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-very-special-christmas-cd-various/471947.p?id=77621&skuId=471947&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=471947', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4719\\/471947_sa.jpg\"}', 'upc' => '075021391123', 'provider' => 'bestbuy'],\n ['name' => \"Reckless - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reckless-cd/471965.p?id=72465&skuId=471965&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=471965', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4719\\/471965.jpg\"}', 'upc' => '075021501324', 'provider' => 'bestbuy'],\n ['name' => \"Chicken, Gravy and Biscuits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicken-gravy-and-biscuits-cd/472401.p?id=89269&skuId=472401&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=472401', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0472\\/0472401_sa.jpg\"}', 'upc' => '014551477228', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Collectors Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-collectors-series-cd/472731.p?id=73018&skuId=472731&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=472731', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4727\\/472731.jpg\"}', 'upc' => '077779407828', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Collectors Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-collectors-series-cd/472768.p?id=82750&skuId=472768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=472768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4727\\/472768.jpg\"}', 'upc' => '077779319725', 'provider' => 'bestbuy'],\n ['name' => \"The Capitol Collectors Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-capitol-collectors-series-cd/472777.p?id=91444&skuId=472777&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=472777', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0472\\/0472777_sa.jpg\"}', 'upc' => '077779212521', 'provider' => 'bestbuy'],\n ['name' => \"The Capitol Collector's Series - CASSETTE\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-capitol-collectors-series-cassette/472802.p?id=286555&skuId=472802&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=472802', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0472\\/0472802_sa.jpg\"}', 'upc' => '762185181744', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-1-cd/472900.p?id=82760&skuId=472900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=472900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0472\\/0472900_sa.jpg\"}', 'upc' => '081227059422', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-2-cd/472928.p?id=82761&skuId=472928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=472928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4729\\/472928_sa.jpg\"}', 'upc' => '081227059521', 'provider' => 'bestbuy'],\n ['name' => \"The Hermit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-hermit-cd/473222.p?id=323585&skuId=473222&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473222', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4732\\/473222_sa.jpg\"}', 'upc' => '016351971425', 'provider' => 'bestbuy'],\n ['name' => \"Airs and Graces - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/airs-and-graces-cd/473277.p?id=101077&skuId=473277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4732\\/473277_sa.jpg\"}', 'upc' => '016351795526', 'provider' => 'bestbuy'],\n ['name' => \"Bandwagonesque - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bandwagonesque-cd/473295.p?id=101333&skuId=473295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4732\\/473295.jpg\"}', 'upc' => '720642446126', 'provider' => 'bestbuy'],\n ['name' => \"Ten Strait Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ten-strait-hits-cd/473339.p?id=1540124&skuId=473339&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473339', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0473\\/0473339_sa.jpg\"}', 'upc' => '008811045029', 'provider' => 'bestbuy'],\n ['name' => \"Juice [PA] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/juice-pa-cd-original-soundtrack/473384.p?id=87489&skuId=473384&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473384', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4733\\/473384.jpg\"}', 'upc' => '008811046224', 'provider' => 'bestbuy'],\n ['name' => \"Masters of the Delta Blues: The Friends of... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/masters-of-the-delta-blues-the-friends-of-cd-various/473400.p?id=94528&skuId=473400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4734\\/473400_sa.jpg\"}', 'upc' => '016351020222', 'provider' => 'bestbuy'],\n ['name' => \"Black Melodies on a Clear Afternoon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-melodies-on-a-clear-afternoon-cd/473419.p?id=84312&skuId=473419&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473419', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4734\\/473419_sa.jpg\"}', 'upc' => '016351981127', 'provider' => 'bestbuy'],\n ['name' => \"Do That Guitar Rag (1928-1935) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/do-that-guitar-rag-1928-1935-cd/473455.p?id=156042&skuId=473455&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473455', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0473\\/0473455_sa.jpg\"}', 'upc' => '016351013521', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/473464.p?id=91318&skuId=473464&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473464', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0473\\/0473464_sa.jpg\"}', 'upc' => '016351431523', 'provider' => 'bestbuy'],\n ['name' => \"Fried Green Tomatoes [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fried-green-tomatoes-original-soundtrack-cd-original-soundtrack/473721.p?id=82986&skuId=473721&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=473721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4737\\/473721_sa.jpg\"}', 'upc' => '008811046125', 'provider' => 'bestbuy'],\n ['name' => \"Copperhead Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/copperhead-road-cd/474132.p?id=81232&skuId=474132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=474132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0474\\/0474132_sa.jpg\"}', 'upc' => '039405000728', 'provider' => 'bestbuy'],\n ['name' => \"DJ Laz featuring Mami El Negro - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dj-laz-featuring-mami-el-negro-cd/474597.p?id=167515&skuId=474597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=474597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4745\\/474597.jpg\"}', 'upc' => '054291881725', 'provider' => 'bestbuy'],\n ['name' => \"Crosscut Saw: Albert King in San Francisco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crosscut-saw-albert-king-in-san-francisco-cd/474631.p?id=87881&skuId=474631&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=474631', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0474\\/0474631_sa.jpg\"}', 'upc' => '025218857123', 'provider' => 'bestbuy'],\n ['name' => \"Dirt Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dirt-road-cd/474800.p?id=97983&skuId=474800&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=474800', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4748\\/474800.jpg\"}', 'upc' => '715187757523', 'provider' => 'bestbuy'],\n ['name' => \"Foxbase Alpha - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/foxbase-alpha-cd/475471.p?id=97737&skuId=475471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=475471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4754\\/475471_sa.jpg\"}', 'upc' => '075992679329', 'provider' => 'bestbuy'],\n ['name' => \"Magic & Loss - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magic-loss-cd/475523.p?id=2390270&skuId=475523&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=475523', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4755\\/475523_sa.jpg\"}', 'upc' => '075992666220', 'provider' => 'bestbuy'],\n ['name' => \"At the Ryman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-ryman-cd/475569.p?id=84854&skuId=475569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=475569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0475\\/0475569_sa.jpg\"}', 'upc' => '075992666428', 'provider' => 'bestbuy'],\n ['name' => \"The Remix Hit Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-remix-hit-collection-cd/475916.p?id=81930&skuId=475916&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=475916', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4759\\/475916_sa.jpg\"}', 'upc' => '075992679626', 'provider' => 'bestbuy'],\n ['name' => \"N.W.A and the Posse [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/n-w-a-and-the-posse-pa-cd/476078.p?id=93611&skuId=476078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=476078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4760\\/476078_sa.jpg\"}', 'upc' => '049925711929', 'provider' => 'bestbuy'],\n ['name' => \"Here I Go Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/here-i-go-again-cd/476675.p?id=87270&skuId=476675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=476675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4766\\/476675_sa.jpg\"}', 'upc' => '075678235221', 'provider' => 'bestbuy'],\n ['name' => \"Spotlight on Lucille - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spotlight-on-lucille-cd/476719.p?id=87939&skuId=476719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=476719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0476\\/0476719_sa.jpg\"}', 'upc' => '077778623120', 'provider' => 'bestbuy'],\n ['name' => \"Shoot Out the Lights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shoot-out-the-lights-cd/476791.p?id=101691&skuId=476791&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=476791', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0476\\/0476791_sa.jpg\"}', 'upc' => '031257130325', 'provider' => 'bestbuy'],\n ['name' => \"Havana Daydreamin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/havana-daydreamin-cd/476808.p?id=76269&skuId=476808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=476808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0476\\/0476808_sa.jpg\"}', 'upc' => '076731109329', 'provider' => 'bestbuy'],\n ['name' => \"The Major Works of John Coltrane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-major-works-of-john-coltrane-cd/476951.p?id=65176&skuId=476951&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=476951', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0476\\/0476951_sa.jpg\"}', 'upc' => '011105011327', 'provider' => 'bestbuy'],\n ['name' => \"Father of the Bride [Music from the Motion... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/father-of-the-bride-music-from-the-motion-cd-original-soundtrack/476988.p?id=82020&skuId=476988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=476988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0476\\/0476988_sa.jpg\"}', 'upc' => '030206534825', 'provider' => 'bestbuy'],\n ['name' => \"Finally - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/finally-cd/477120.p?id=94636&skuId=477120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=477120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4771\\/477120_sa.jpg\"}', 'upc' => '075021538122', 'provider' => 'bestbuy'],\n ['name' => \"People Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/people-time-cd/477200.p?id=66629&skuId=477200&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=477200', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4772\\/477200_sa.jpg\"}', 'upc' => '731451082320', 'provider' => 'bestbuy'],\n ['name' => \"A Man Called E - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-man-called-e-cd/477282.p?id=81188&skuId=477282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=477282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4772\\/477282_sa.jpg\"}', 'upc' => '731451157028', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Con Funk Shun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-con-funk-shun-cd/477308.p?id=78492&skuId=477308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=477308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0477\\/0477308_sa.jpg\"}', 'upc' => '731451027529', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Chet Baker Plays - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-chet-baker-plays-cd/477460.p?id=63888&skuId=477460&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=477460', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0477\\/0477460_sa.jpg\"}', 'upc' => '077779716128', 'provider' => 'bestbuy'],\n ['name' => \"No Looking Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-looking-back-cd/477488.p?id=75893&skuId=477488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=477488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4774\\/477488.jpg\"}', 'upc' => '014551480426', 'provider' => 'bestbuy'],\n ['name' => \"Every Good Boy Deserves Fudge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/every-good-boy-deserves-fudge-cd/477754.p?id=92572&skuId=477754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=477754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0477\\/0477754_sa.jpg\"}', 'upc' => '098787010527', 'provider' => 'bestbuy'],\n ['name' => \"Screaming Life/Fopp - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/screaming-life-fopp-cd/477772.p?id=99671&skuId=477772&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=477772', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0477\\/0477772_sa.jpg\"}', 'upc' => '098787001228', 'provider' => 'bestbuy'],\n ['name' => \"Smoke 'Em If You Got 'Em - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smoke-em-if-you-got-em-cd/477834.p?id=85138&skuId=477834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=477834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4778\\/477834_sa.jpg\"}', 'upc' => '098787009620', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Radio Installation Dash Kit for Select Ford, Mazda and Mercury Vehicles (Pair) - Black\", 'description_short' => \"From our expanded online assortment; compatible with select Ford, Mazda and Mercury vehicles; allows the installation of an aftermarket radio into the factory dash location; high-grade ABS plastic material\", 'description_long' => \"From our expanded online assortment; compatible with select Ford, Mazda and Mercury vehicles; allows the installation of an aftermarket radio into the factory dash location; high-grade ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-radio-installation-dash-kit-for-select-ford-mazda-and-mercury-vehicles-pair-black/478398.p?id=1185268614282&skuId=478398&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=478398', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4783\\/478398_rc.jpg\"}', 'upc' => '086429018871', 'provider' => 'bestbuy'],\n ['name' => \"Moods & Moment [Reissue] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moods-moment-reissue-cd/479039.p?id=93276&skuId=479039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479039_sa.jpg\"}', 'upc' => '715187755628', 'provider' => 'bestbuy'],\n ['name' => \"Dark Horse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dark-horse-cd/479084.p?id=84876&skuId=479084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479084_sa.jpg\"}', 'upc' => '077779807925', 'provider' => 'bestbuy'],\n ['name' => \"Extra Texture - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/extra-texture-cd/479093.p?id=2451431&skuId=479093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479093_sa.jpg\"}', 'upc' => '077779808021', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Lee Greenwood [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-lee-greenwood-curb-cd/479137.p?id=84207&skuId=479137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4791\\/479137.jpg\"}', 'upc' => '715187755925', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Bob Wills, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-bob-wills-vol-1-cd/479173.p?id=104350&skuId=479173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479173_sa.jpg\"}', 'upc' => '076732591727', 'provider' => 'bestbuy'],\n ['name' => \"20 Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-greatest-hits-cd/479235.p?id=104079&skuId=479235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4792\\/479235_sa.jpg\"}', 'upc' => '076732594421', 'provider' => 'bestbuy'],\n ['name' => \"Live [MCA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-mca-cd/479262.p?id=100315&skuId=479262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479262_sa.jpg\"}', 'upc' => '076732601327', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Liberace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-liberace-cd/479306.p?id=89196&skuId=479306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479306_sa.jpg\"}', 'upc' => '076732406021', 'provider' => 'bestbuy'],\n ['name' => \"Flying Cowboys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flying-cowboys-cd/479315.p?id=1365898&skuId=479315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479315_sa.jpg\"}', 'upc' => '720642424629', 'provider' => 'bestbuy'],\n ['name' => \"Great Moments with B.B. King - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-moments-with-b-b-king-cd/479360.p?id=87920&skuId=479360&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479360', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479360_sa.jpg\"}', 'upc' => '076732412428', 'provider' => 'bestbuy'],\n ['name' => \"In The Spirit Of Things - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-spirit-of-things-cd/479379.p?id=87602&skuId=479379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479379_sa.jpg\"}', 'upc' => '076732625422', 'provider' => 'bestbuy'],\n ['name' => \"Man from Snowy River [Original Motion Picture... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/man-from-snowy-river-original-motion-picture-cd-original-soundtrack/479422.p?id=90311&skuId=479422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479422_sa.jpg\"}', 'upc' => '030206816723', 'provider' => 'bestbuy'],\n ['name' => \"Southern by the Grace of God: Lynyrd Skynyrd... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/southern-by-the-grace-of-god-lynyrd-skynyrd-cd/479468.p?id=90016&skuId=479468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479468_sa.jpg\"}', 'upc' => '076732802724', 'provider' => 'bestbuy'],\n ['name' => \"20 Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-greatest-hits-cd/479495.p?id=102618&skuId=479495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4794\\/479495_sa.jpg\"}', 'upc' => '076732597521', 'provider' => 'bestbuy'],\n ['name' => \"Up From the Ashes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-from-the-ashes-cd/479529.p?id=1543859&skuId=479529&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479529', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479529_sa.jpg\"}', 'upc' => '720642430125', 'provider' => 'bestbuy'],\n ['name' => \"Cry-Baby [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cry-baby-original-soundtrack-cd-original-soundtrack/479583.p?id=79380&skuId=479583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479583_sa.jpg\"}', 'upc' => '076732803820', 'provider' => 'bestbuy'],\n ['name' => \"Will the Circle Be Unbroken, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/will-the-circle-be-unbroken-vol-2-cd/479645.p?id=93432&skuId=479645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4796\\/479645_sa.jpg\"}', 'upc' => '076731250021', 'provider' => 'bestbuy'],\n ['name' => \"Les Incontournables de Salsa - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/les-incontournables-de-salsa-cd-original-soundtrack/479734.p?id=97770&skuId=479734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4797\\/479734_sa.jpg\"}', 'upc' => '076732623220', 'provider' => 'bestbuy'],\n ['name' => \"Hairspray - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hairspray-cd-original-soundtrack/479841.p?id=84625&skuId=479841&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479841', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479841_sa.jpg\"}', 'upc' => '076732622827', 'provider' => 'bestbuy'],\n ['name' => \"Pack Up the Plantation: Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pack-up-the-plantation-live-cd/479869.p?id=94824&skuId=479869&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479869', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479869_sa.jpg\"}', 'upc' => '076732802120', 'provider' => 'bestbuy'],\n ['name' => \"In Square Circle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-square-circle-cd/479896.p?id=2293792&skuId=479896&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479896', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479896_sa.jpg\"}', 'upc' => '737463613422', 'provider' => 'bestbuy'],\n ['name' => \"Rev It Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rev-it-up-cd/479912.p?id=1392424&skuId=479912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479912_sa.jpg\"}', 'upc' => '077779292325', 'provider' => 'bestbuy'],\n ['name' => \"Recorded Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/recorded-live-cd/479949.p?id=101421&skuId=479949&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479949', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0479\\/0479949_sa.jpg\"}', 'upc' => '094632104922', 'provider' => 'bestbuy'],\n ['name' => \"Yule Struttin' - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yule-struttin-cd-various/479967.p?id=64977&skuId=479967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4799\\/479967_sa.jpg\"}', 'upc' => '077779485727', 'provider' => 'bestbuy'],\n ['name' => \"Sunshine on Leith - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sunshine-on-leith-cd/479994.p?id=243729&skuId=479994&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=479994', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4799\\/479994_sa.jpg\"}', 'upc' => '094632166821', 'provider' => 'bestbuy'],\n ['name' => \"Anthology 1961-1968 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anthology-1961-1968-cd/480009.p?id=95008&skuId=480009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=480009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0480\\/0480009_sa.jpg\"}', 'upc' => '081227589622', 'provider' => 'bestbuy'],\n ['name' => \"Live in New Orleans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-new-orleans-cd/480036.p?id=90924&skuId=480036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=480036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4800\\/480036_sa.jpg\"}', 'upc' => '077774665926', 'provider' => 'bestbuy'],\n ['name' => \"Shaved Fish - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shaved-fish-cd/480107.p?id=89043&skuId=480107&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=480107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0480\\/0480107_sa.jpg\"}', 'upc' => '077774664226', 'provider' => 'bestbuy'],\n ['name' => \"Walls & Bridges - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walls-bridges-cd/480134.p?id=89041&skuId=480134&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=480134', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4801\\/480134_sa.jpg\"}', 'upc' => '077774676823', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Jon & Vangelis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-jon-vangelis-cd/481286.p?id=87222&skuId=481286&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481286', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0481\\/0481286_sa.jpg\"}', 'upc' => '042282192929', 'provider' => 'bestbuy'],\n ['name' => \"The Köln Concert [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-koln-concert-digdownload-cd/481295.p?id=67875&skuId=481295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4812\\/481295.jpg\"}', 'upc' => '042281006722', 'provider' => 'bestbuy'],\n ['name' => \"Eyes of the Heart [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eyes-of-the-heart-digdownload-cd/481302.p?id=67877&skuId=481302&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481302', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4813\\/481302.jpg\"}', 'upc' => '042282547620', 'provider' => 'bestbuy'],\n ['name' => \"My Song - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-song-cd/481320.p?id=67878&skuId=481320&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481320', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0481\\/0481320_sa.jpg\"}', 'upc' => '042282140623', 'provider' => 'bestbuy'],\n ['name' => \"Jazzvisions: Rio Revisited - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazzvisions-rio-revisited-cd-various/481375.p?id=70337&skuId=481375&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4813\\/481375_sa.jpg\"}', 'upc' => '042284128629', 'provider' => 'bestbuy'],\n ['name' => \"Rockin' the Fillmore - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-the-fillmore-cd/481400.p?id=85916&skuId=481400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4814\\/481400_sa.jpg\"}', 'upc' => '075021600829', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/481419.p?id=1383366&skuId=481419&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481419', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4814\\/481419.jpg\"}', 'upc' => '042282036728', 'provider' => 'bestbuy'],\n ['name' => \"On the Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-road-cd/481525.p?id=2305096&skuId=481525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4815\\/481525.jpg\"}', 'upc' => '042284289320', 'provider' => 'bestbuy'],\n ['name' => \"Stay Awake: Various Interpretations of Music... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stay-awake-various-interpretations-of-music-cd-various/481570.p?id=100214&skuId=481570&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481570', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4815\\/481570_sa.jpg\"}', 'upc' => '075021391826', 'provider' => 'bestbuy'],\n ['name' => \"Oscar Peterson Plays the Cole Porter Song Book - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oscar-peterson-plays-the-cole-porter-song-book-cd/481650.p?id=69946&skuId=481650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4816\\/481650_sa.jpg\"}', 'upc' => '042282198723', 'provider' => 'bestbuy'],\n ['name' => \"Mantovani's Golden Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mantovanis-golden-hits-cd/481785.p?id=90465&skuId=481785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0481\\/0481785_sa.jpg\"}', 'upc' => '042280008529', 'provider' => 'bestbuy'],\n ['name' => \"A Hard Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-hard-road-cd/481829.p?id=2276476&skuId=481829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0481\\/0481829_sa.jpg\"}', 'upc' => '042282047427', 'provider' => 'bestbuy'],\n ['name' => \"Carved in Sand - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carved-in-sand-cd/481927.p?id=91905&skuId=481927&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4819\\/481927_sa.jpg\"}', 'upc' => '042284225120', 'provider' => 'bestbuy'],\n ['name' => \"Pat Metheny Group [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pat-metheny-group-digdownload-cd/481972.p?id=69075&skuId=481972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4819\\/481972.jpg\"}', 'upc' => '042282559326', 'provider' => 'bestbuy'],\n ['name' => \"Bright Size Life [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bright-size-life-digdownload-cd/481981.p?id=2434344&skuId=481981&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=481981', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4819\\/481981.jpg\"}', 'upc' => '042282713322', 'provider' => 'bestbuy'],\n ['name' => \"Watercolors [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/watercolors-digdownload-cd/482007.p?id=2411925&skuId=482007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4820\\/482007.jpg\"}', 'upc' => '042282740922', 'provider' => 'bestbuy'],\n ['name' => \"As Falls Wichita, So... [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/as-falls-wichita-so-digdownload-cd/482016.p?id=69080&skuId=482016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4820\\/482016.jpg\"}', 'upc' => '042282141620', 'provider' => 'bestbuy'],\n ['name' => \"Odyssey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/odyssey-cd/482123.p?id=90282&skuId=482123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0482\\/0482123_sa.jpg\"}', 'upc' => '042283545120', 'provider' => 'bestbuy'],\n ['name' => \"Ella in Rome: The Birthday Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ella-in-rome-the-birthday-concert-cd/482221.p?id=66296&skuId=482221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4822\\/482221_sa.jpg\"}', 'upc' => '042283545427', 'provider' => 'bestbuy'],\n ['name' => \"Porgy & Bess - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/porgy-bess-cd/482230.p?id=3382805&skuId=482230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4822\\/482230_sa.jpg\"}', 'upc' => '042282747525', 'provider' => 'bestbuy'],\n ['name' => \"These Are the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/these-are-the-blues-cd/482249.p?id=66351&skuId=482249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4822\\/482249_sa.jpg\"}', 'upc' => '042282953629', 'provider' => 'bestbuy'],\n ['name' => \"Ella Fitzgerald Sings the Cole Porter... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ella-fitzgerald-sings-the-cole-porter-cd/482276.p?id=66282&skuId=482276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4822\\/482276_sa.jpg\"}', 'upc' => '042282198921', 'provider' => 'bestbuy'],\n ['name' => \"Nobody's Perfect [1-CD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nobodys-perfect-1-cd-cd/482374.p?id=172481&skuId=482374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0482\\/0482374_sa.jpg\"}', 'upc' => '042283589728', 'provider' => 'bestbuy'],\n ['name' => \"Alone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alone-cd/482409.p?id=263833&skuId=482409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0482\\/0482409_sa.jpg\"}', 'upc' => '042283380127', 'provider' => 'bestbuy'],\n ['name' => \"Empathy/A Simple Matter of Conviction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/empathy-a-simple-matter-of-conviction-cd/482418.p?id=66100&skuId=482418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0482\\/0482418_sa.jpg\"}', 'upc' => '042283775725', 'provider' => 'bestbuy'],\n ['name' => \"Liege & Lief - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/liege-lief-cd/482436.p?id=81904&skuId=482436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0482\\/0482436_sa.jpg\"}', 'upc' => '075021425729', 'provider' => 'bestbuy'],\n ['name' => \"Blazing Away: Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blazing-away-live-cd/482445.p?id=1531709&skuId=482445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4824\\/482445.jpg\"}', 'upc' => '042284279420', 'provider' => 'bestbuy'],\n ['name' => \"Marianne Faithfull's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marianne-faithfulls-greatest-hits-cd/482463.p?id=81914&skuId=482463&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482463', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4824\\/482463_sa.jpg\"}', 'upc' => '018771754725', 'provider' => 'bestbuy'],\n ['name' => \"The Hot Spot [Original Soundtrack] - Original Soundtrack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-hot-spot-original-soundtrack-original-soundtrack-cd/482757.p?id=85773&skuId=482757&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482757', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0482\\/0482757_sa.jpg\"}', 'upc' => '042284681322', 'provider' => 'bestbuy'],\n ['name' => \"Stan Getz & Bill Evans - CD - Germany\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stan-getz-bill-evans-cd-germany/482793.p?id=66621&skuId=482793&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0482\\/0482793_sa.jpg\"}', 'upc' => '042283380226', 'provider' => 'bestbuy'],\n ['name' => \"The Silver Collection: The Astrud Gilberto Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-silver-collection-the-astrud-gilberto-album-cd/482819.p?id=66654&skuId=482819&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482819', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4828\\/482819_sa.jpg\"}', 'upc' => '042282345127', 'provider' => 'bestbuy'],\n ['name' => \"Anniversary - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anniversary-cd/482828.p?id=66582&skuId=482828&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482828', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0482\\/0482828_sa.jpg\"}', 'upc' => '042283876927', 'provider' => 'bestbuy'],\n ['name' => \"Return to Forever - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/return-to-forever-cd/482953.p?id=65270&skuId=482953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=482953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0482\\/0482953_sa.jpg\"}', 'upc' => '042281197826', 'provider' => 'bestbuy'],\n ['name' => \"Sextet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sextet-cd/483051.p?id=64385&skuId=483051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=483051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4830\\/483051.jpg\"}', 'upc' => '042283169722', 'provider' => 'bestbuy'],\n ['name' => \"Dinner Music [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dinner-music-digdownload-cd/483088.p?id=64378&skuId=483088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=483088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4830\\/483088.jpg\"}', 'upc' => '042282581525', 'provider' => 'bestbuy'],\n ['name' => \"Grease - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grease-cd-original-cast-recording/483195.p?id=2186762&skuId=483195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=483195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4831\\/483195_sa.jpg\"}', 'upc' => '042282754820', 'provider' => 'bestbuy'],\n ['name' => \"On the Radio: Greatest Hits, Vols. 1-2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-radio-greatest-hits-vols-1-2-cd/483239.p?id=2169944&skuId=483239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=483239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4832\\/483239_sa.jpg\"}', 'upc' => '042282255822', 'provider' => 'bestbuy'],\n ['name' => \"Offramp - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/offramp-cd/483293.p?id=2434345&skuId=483293&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=483293', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4832\\/483293_sa.jpg\"}', 'upc' => '042281713828', 'provider' => 'bestbuy'],\n ['name' => \"Dressed to Kill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dressed-to-kill-cd/483337.p?id=263501&skuId=483337&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=483337', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4833\\/483337.jpg\"}', 'upc' => '042282414823', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of the Boston Pops - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-the-boston-pops-cd/483462.p?id=1675387&skuId=483462&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=483462', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4834\\/483462.jpg\"}', 'upc' => '028943280228', 'provider' => 'bestbuy'],\n ['name' => \"Favorite Tenor Arias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/favorite-tenor-arias-cd/484050.p?id=1676832&skuId=484050&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=484050', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0484\\/0484050_sa.jpg\"}', 'upc' => '028940005329', 'provider' => 'bestbuy'],\n ['name' => \"Spanking Machine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spanking-machine-cd/486192.p?id=73571&skuId=486192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0486\\/0486192_sa.jpg\"}', 'upc' => '035058918328', 'provider' => 'bestbuy'],\n ['name' => \"Zen Arcade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zen-arcade-cd/486343.p?id=85980&skuId=486343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0486\\/0486343_sa.jpg\"}', 'upc' => '018861002729', 'provider' => 'bestbuy'],\n ['name' => \"Show No Mercy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/show-no-mercy-cd/486352.p?id=1365918&skuId=486352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0486\\/0486352_sa.jpg\"}', 'upc' => '018777103428', 'provider' => 'bestbuy'],\n ['name' => \"Wednesday Night in San Francisco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wednesday-night-in-san-francisco-cd/486487.p?id=87903&skuId=486487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4864\\/486487.jpg\"}', 'upc' => '025218855624', 'provider' => 'bestbuy'],\n ['name' => \"Thursday Night in San Francisco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thursday-night-in-san-francisco-cd/486496.p?id=87901&skuId=486496&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486496', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4864\\/486496_sa.jpg\"}', 'upc' => '025218855723', 'provider' => 'bestbuy'],\n ['name' => \"Attack of the Killer V: Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/attack-of-the-killer-v-live-cd/486557.p?id=90069&skuId=486557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4865\\/486557.jpg\"}', 'upc' => '014551478621', 'provider' => 'bestbuy'],\n ['name' => \"Heart Attack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heart-attack-cd/486566.p?id=89434&skuId=486566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4865\\/486566.jpg\"}', 'upc' => '019148399020', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Malaco] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-malaco-cd/486637.p?id=85388&skuId=486637&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0486\\/0486637_sa.jpg\"}', 'upc' => '048021743728', 'provider' => 'bestbuy'],\n ['name' => \"The Last of the True Believers [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-last-of-the-true-believers-ecd-cd/486646.p?id=84271&skuId=486646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0486\\/0486646_sa.jpg\"}', 'upc' => '011671110929', 'provider' => 'bestbuy'],\n ['name' => \"Juju Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/juju-music-cd/486735.p?id=72498&skuId=486735&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486735', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0486\\/0486735_sa.jpg\"}', 'upc' => '016253971226', 'provider' => 'bestbuy'],\n ['name' => \"Have I Got a Deal for You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/have-i-got-a-deal-for-you-cd/486860.p?id=91146&skuId=486860&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=486860', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4868\\/486860.jpg\"}', 'upc' => '076743110924', 'provider' => 'bestbuy'],\n ['name' => \"Love Warriors - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-warriors-cd/487191.p?id=71550&skuId=487191&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=487191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4871\\/487191_sa.jpg\"}', 'upc' => '019341011620', 'provider' => 'bestbuy'],\n ['name' => \"Mendelssohn: Complete String Symphonies Vol 1 / Boughton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mendelssohn-complete-string-symphonies-vol-1-boughton-cd/487379.p?id=1879959&skuId=487379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=487379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4873\\/487379.jpg\"}', 'upc' => '710357514128', 'provider' => 'bestbuy'],\n ['name' => \"Nothin' But the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothin-but-the-blues-cd/487672.p?id=72100&skuId=487672&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=487672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4876\\/487672.jpg\"}', 'upc' => '013491400129', 'provider' => 'bestbuy'],\n ['name' => \"Field of Dreams - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/field-of-dreams-cd-original-soundtrack/487743.p?id=82166&skuId=487743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=487743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4877\\/487743.jpg\"}', 'upc' => '012416306027', 'provider' => 'bestbuy'],\n ['name' => \"Whispers and Promises - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whispers-and-promises-cd/488190.p?id=68298&skuId=488190&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488190', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4881\\/488190.jpg\"}', 'upc' => '075992590228', 'provider' => 'bestbuy'],\n ['name' => \"Warehouse: Songs and Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/warehouse-songs-and-stories-cd/488225.p?id=85979&skuId=488225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4882\\/488225_sa.jpg\"}', 'upc' => '075992554428', 'provider' => 'bestbuy'],\n ['name' => \"Life Is a Dance (The Remix Project) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/life-is-a-dance-the-remix-project-cd/488234.p?id=87797&skuId=488234&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488234', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4882\\/488234_sa.jpg\"}', 'upc' => '075992594622', 'provider' => 'bestbuy'],\n ['name' => \"There But for Fortune - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/there-but-for-fortune-cd/488323.p?id=93790&skuId=488323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4883\\/488323_sa.jpg\"}', 'upc' => '075596083225', 'provider' => 'bestbuy'],\n ['name' => \"G.P./Grievous Angel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/g-p-grievous-angel-cd/488350.p?id=94437&skuId=488350&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488350', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4883\\/488350_sa.jpg\"}', 'upc' => '075992610827', 'provider' => 'bestbuy'],\n ['name' => \"Land of Dreams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/land-of-dreams-cd/488369.p?id=93245&skuId=488369&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488369', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488369_sa.jpg\"}', 'upc' => '075992577328', 'provider' => 'bestbuy'],\n ['name' => \"The Years of Decay - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-years-of-decay-cd/488378.p?id=94199&skuId=488378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488378_sa.jpg\"}', 'upc' => '075678204524', 'provider' => 'bestbuy'],\n ['name' => \"Brotherhood - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brotherhood-cd/488412.p?id=93165&skuId=488412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488412_sa.jpg\"}', 'upc' => '075992551120', 'provider' => 'bestbuy'],\n ['name' => \"Technique - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/technique-cd/488421.p?id=93172&skuId=488421&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4884\\/488421_sa.jpg\"}', 'upc' => '075992584524', 'provider' => 'bestbuy'],\n ['name' => \"Naked City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naked-city-cd/488449.p?id=72284&skuId=488449&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488449', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488449_sa.jpg\"}', 'upc' => '075597923827', 'provider' => 'bestbuy'],\n ['name' => \"Steve Reich: Electric Counterpoint; Different... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steve-reich-electric-counterpoint-different-cd/488537.p?id=1675630&skuId=488537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488537_sa.jpg\"}', 'upc' => '075597917628', 'provider' => 'bestbuy'],\n ['name' => \"Hoy-Hoy! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hoy-hoy-cd/488591.p?id=89362&skuId=488591&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488591', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488591_sa.jpg\"}', 'upc' => '075992741323', 'provider' => 'bestbuy'],\n ['name' => \"La Pistola y el Corazón - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/la-pistola-y-el-corazon-cd/488608.p?id=89693&skuId=488608&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488608', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488608_sa.jpg\"}', 'upc' => '075992579025', 'provider' => 'bestbuy'],\n ['name' => \"For Ellington - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-ellington-cd/488617.p?id=69238&skuId=488617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4886\\/488617.jpg\"}', 'upc' => '075679092625', 'provider' => 'bestbuy'],\n ['name' => \"Shadows and Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shadows-and-light-cd/488626.p?id=91930&skuId=488626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488626_sa.jpg\"}', 'upc' => '075596059022', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Stories Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-stories-live-cd/488644.p?id=77195&skuId=488644&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488644', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488644_sa.jpg\"}', 'upc' => '075596063029', 'provider' => 'bestbuy'],\n ['name' => \"One More Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-more-story-cd/488662.p?id=77135&skuId=488662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488662_sa.jpg\"}', 'upc' => '075992570428', 'provider' => 'bestbuy'],\n ['name' => \"Ellington Masterpieces - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ellington-masterpieces-cd/488680.p?id=63666&skuId=488680&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488680', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4886\\/488680.jpg\"}', 'upc' => '075679142320', 'provider' => 'bestbuy'],\n ['name' => \"The New Order - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-new-order-cd/488715.p?id=101487&skuId=488715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488715_sa.jpg\"}', 'upc' => '075678184925', 'provider' => 'bestbuy'],\n ['name' => \"Live and Dangerous - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-and-dangerous-cd/488733.p?id=101588&skuId=488733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488733_sa.jpg\"}', 'upc' => '075992735827', 'provider' => 'bestbuy'],\n ['name' => \"Superman: The Movie - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/superman-the-movie-cd-original-soundtrack/488760.p?id=1604237&skuId=488760&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488760', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4887\\/488760_sa.jpg\"}', 'upc' => '075992737425', 'provider' => 'bestbuy'],\n ['name' => \"Absolutely Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/absolutely-live-cd/488779.p?id=100399&skuId=488779&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488779', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488779_sa.jpg\"}', 'upc' => '075992374323', 'provider' => 'bestbuy'],\n ['name' => \"Made in Japan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/made-in-japan-cd/488868.p?id=80059&skuId=488868&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488868', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488868_sa.jpg\"}', 'upc' => '075992727327', 'provider' => 'bestbuy'],\n ['name' => \"Amandla - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amandla-cd/488939.p?id=65514&skuId=488939&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4889\\/488939_sa.jpg\"}', 'upc' => '075992587327', 'provider' => 'bestbuy'],\n ['name' => \"CSN - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/csn-cd/488948.p?id=79264&skuId=488948&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488948', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488948_sa.jpg\"}', 'upc' => '075678265020', 'provider' => 'bestbuy'],\n ['name' => \"American Dream - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dream-cd/488957.p?id=79271&skuId=488957&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488957', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4889\\/488957_sa.jpg\"}', 'upc' => '075678188824', 'provider' => 'bestbuy'],\n ['name' => \"The Gospel at Colonus [Original Cast] - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gospel-at-colonus-original-cast-cd-original-broadway-cast/488993.p?id=83925&skuId=488993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=488993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0488\\/0488993_sa.jpg\"}', 'upc' => '075597919127', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/489055.p?id=279713&skuId=489055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4890\\/489055_sa.jpg\"}', 'upc' => '075992718127', 'provider' => 'bestbuy'],\n ['name' => \"A Donny Hathaway Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/a-donny-hathaway-collection-cd/489082.p?id=84955&skuId=489082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0489\\/0489082_sa.jpg\"}', 'upc' => '075678209222', 'provider' => 'bestbuy'],\n ['name' => \"We Sold Our Soul for Rock N Roll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-sold-our-soul-for-rock-n-roll-cd/489162.p?id=74838&skuId=489162&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489162', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0489\\/0489162_sa.jpg\"}', 'upc' => '075992730228', 'provider' => 'bestbuy'],\n ['name' => \"Livin' Inside Your Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/livin-inside-your-love-cd/489199.p?id=64182&skuId=489199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4891\\/489199.jpg\"}', 'upc' => '075992738521', 'provider' => 'bestbuy'],\n ['name' => \"Weekend in L.A. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/weekend-in-l-a-cd/489224.p?id=64193&skuId=489224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0489\\/0489224_sa.jpg\"}', 'upc' => '075992734325', 'provider' => 'bestbuy'],\n ['name' => \"Miles of Aisles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miles-of-aisles-cd/489288.p?id=91935&skuId=489288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4892\\/489288_sa.jpg\"}', 'upc' => '075596053921', 'provider' => 'bestbuy'],\n ['name' => \"Mission - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mission-cd-original-soundtrack/489297.p?id=2067083&skuId=489297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4892\\/489297_sa.jpg\"}', 'upc' => '077778600121', 'provider' => 'bestbuy'],\n ['name' => \"He Is Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/he-is-christmas-cd/489331.p?id=101107&skuId=489331&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489331', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0489\\/0489331_sa.jpg\"}', 'upc' => '075992666527', 'provider' => 'bestbuy'],\n ['name' => \"The Final Rip Off - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-final-rip-off-cd/489368.p?id=92157&skuId=489368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0489\\/0489368_sa.jpg\"}', 'upc' => '077778603320', 'provider' => 'bestbuy'],\n ['name' => \"What a Long Strange Trip It's Been: The Best... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-a-long-strange-trip-its-been-the-best-cd/489395.p?id=84095&skuId=489395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0489\\/0489395_sa.jpg\"}', 'upc' => '075992732222', 'provider' => 'bestbuy'],\n ['name' => \"The Kink Kronikles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-kink-kronikles-cd/489411.p?id=88134&skuId=489411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4894\\/489411_sa.jpg\"}', 'upc' => '075992745727', 'provider' => 'bestbuy'],\n ['name' => \"30 Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/30-greatest-hits-cd/489457.p?id=82829&skuId=489457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4894\\/489457_sa.jpg\"}', 'upc' => '075678166822', 'provider' => 'bestbuy'],\n ['name' => \"Sign 'O' the Times - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sign-o-the-times-cd/489536.p?id=95486&skuId=489536&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489536', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0489\\/0489536_sa.jpg\"}', 'upc' => '075992557726', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Albert King, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-albert-king-vol-1-cd/489974.p?id=87894&skuId=489974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=489974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0489\\/0489974_sa.jpg\"}', 'upc' => '025218300520', 'provider' => 'bestbuy'],\n ['name' => \"Live at Carnegie Hall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-carnegie-hall-cd/490007.p?id=100988&skuId=490007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=490007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4900\\/490007_sa.jpg\"}', 'upc' => '018964010621', 'provider' => 'bestbuy'],\n ['name' => \"Live in Europe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-europe-cd/490070.p?id=79171&skuId=490070&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=490070', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0490\\/0490070_sa.jpg\"}', 'upc' => '025218452625', 'provider' => 'bestbuy'],\n ['name' => \"Havin' a Party with Southside Johnny - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/havin-a-party-with-southside-johnny-cd/490604.p?id=99702&skuId=490604&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=490604', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0490\\/0490604_sa.jpg\"}', 'upc' => '074643624626', 'provider' => 'bestbuy'],\n ['name' => \"Marathon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marathon-cd/490757.p?id=97883&skuId=490757&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=490757', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4907\\/490757_sa.jpg\"}', 'upc' => '074643615426', 'provider' => 'bestbuy'],\n ['name' => \"Peter Nero's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peter-neros-greatest-hits-cd/491006.p?id=93061&skuId=491006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=491006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0491\\/0491006_sa.jpg\"}', 'upc' => '074643313629', 'provider' => 'bestbuy'],\n ['name' => \"Ray Price's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ray-prices-greatest-hits-cd/491131.p?id=95425&skuId=491131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=491131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4911\\/491131.jpg\"}', 'upc' => '074640886621', 'provider' => 'bestbuy'],\n ['name' => \"Crescent City Christmas Card - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crescent-city-christmas-card-cd/491710.p?id=68822&skuId=491710&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=491710', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0491\\/0491710_sa.jpg\"}', 'upc' => '074644528725', 'provider' => 'bestbuy'],\n ['name' => \"Native Sons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/native-sons-cd/491854.p?id=89534&skuId=491854&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=491854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4918\\/491854_sa.jpg\"}', 'upc' => '074643357821', 'provider' => 'bestbuy'],\n ['name' => \"Mountain Music of Peru, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mountain-music-of-peru-vol-1-cd-various/491863.p?id=94753&skuId=491863&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=491863', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4918\\/491863.jpg\"}', 'upc' => '093074002025', 'provider' => 'bestbuy'],\n ['name' => \"High Adventure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-adventure-cd/491881.p?id=89524&skuId=491881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=491881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4918\\/491881.jpg\"}', 'upc' => '074643812726', 'provider' => 'bestbuy'],\n ['name' => \"Rock On - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-on-cd/492247.p?id=81688&skuId=492247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=492247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0492\\/0492247_sa.jpg\"}', 'upc' => '074643256025', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/492602.p?id=79806&skuId=492602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=492602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4926\\/492602.jpg\"}', 'upc' => '074643631723', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/492862.p?id=77161&skuId=492862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=492862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0492\\/0492862_sa.jpg\"}', 'upc' => '074643087124', 'provider' => 'bestbuy'],\n ['name' => \"Appalachian Spring Suite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/appalachian-spring-suite-cd/493013.p?id=1676750&skuId=493013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=493013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4930\\/493013.jpg\"}', 'upc' => '074643725729', 'provider' => 'bestbuy'],\n ['name' => \"Hometown Girl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hometown-girl-cd/493175.p?id=76908&skuId=493175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=493175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0493\\/0493175_sa.jpg\"}', 'upc' => '074644075823', 'provider' => 'bestbuy'],\n ['name' => \"Out of the Blues: Best of David Bromberg - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-the-blues-best-of-david-bromberg-cd/493282.p?id=76024&skuId=493282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=493282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0493\\/0493282_sa.jpg\"}', 'upc' => '074643446723', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Patti LaBelle [Epic] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-patti-labelle-epic-cd/493674.p?id=88552&skuId=493674&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=493674', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4936\\/493674_sa.jpg\"}', 'upc' => '074643699723', 'provider' => 'bestbuy'],\n ['name' => \"Ricky Van Shelton Sings Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ricky-van-shelton-sings-christmas-cd/493736.p?id=319418&skuId=493736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=493736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4937\\/493736.jpg\"}', 'upc' => '074644526929', 'provider' => 'bestbuy'],\n ['name' => \"The Revölution by Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-revolution-by-night-cd/494129.p?id=75142&skuId=494129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=494129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4941\\/494129_sa.jpg\"}', 'upc' => '074643894722', 'provider' => 'bestbuy'],\n ['name' => \"Argent Anthology: A Collection of Greatest... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/argent-anthology-a-collection-of-greatest-cd/494281.p?id=73210&skuId=494281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=494281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0494\\/0494281_sa.jpg\"}', 'upc' => '074643395526', 'provider' => 'bestbuy'],\n ['name' => \"Russian Roulette - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/russian-roulette-cd/494361.p?id=72385&skuId=494361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=494361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0494\\/0494361_sa.jpg\"}', 'upc' => '074644035421', 'provider' => 'bestbuy'],\n ['name' => \"Chasing Rainbows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chasing-rainbows-cd/494520.p?id=93907&skuId=494520&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=494520', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4945\\/494520_sa.jpg\"}', 'upc' => '074643491723', 'provider' => 'bestbuy'],\n ['name' => \"Two Wheels Good - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-wheels-good-cd/494548.p?id=95294&skuId=494548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=494548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4945\\/494548_sa.jpg\"}', 'upc' => '074644010022', 'provider' => 'bestbuy'],\n ['name' => \"99 Luftballons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/99-luftballons-cd/494575.p?id=93058&skuId=494575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=494575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0494\\/0494575_sa.jpg\"}', 'upc' => '074643929424', 'provider' => 'bestbuy'],\n ['name' => \"I'm in Love Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-in-love-again-cd/494593.p?id=3245439&skuId=494593&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=494593', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '074643853927', 'provider' => 'bestbuy'],\n ['name' => \"Alf - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alf-cd/494673.p?id=92528&skuId=494673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=494673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4946\\/494673_sa.jpg\"}', 'upc' => '074643995627', 'provider' => 'bestbuy'],\n ['name' => \"Windows & Walls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/windows-walls-cd/494744.p?id=82548&skuId=494744&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=494744', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0494\\/0494744_sa.jpg\"}', 'upc' => '074643900423', 'provider' => 'bestbuy'],\n ['name' => \"City Of Angels - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/city-of-angels-cd-original-broadway-cast/495315.p?id=2069535&skuId=495315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4953\\/495315.jpg\"}', 'upc' => '074644606720', 'provider' => 'bestbuy'],\n ['name' => \"Ben & Sweets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ben-sweets-cd/495333.p?id=71991&skuId=495333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0495\\/0495333_sa.jpg\"}', 'upc' => '074644085327', 'provider' => 'bestbuy'],\n ['name' => \"One Voice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-voice-cd/495413.p?id=100608&skuId=495413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0495\\/0495413_sa.jpg\"}', 'upc' => '074644078824', 'provider' => 'bestbuy'],\n ['name' => \"Out of This World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-this-world-cd/495431.p?id=81721&skuId=495431&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495431', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4954\\/495431_sa.jpg\"}', 'upc' => '074644418521', 'provider' => 'bestbuy'],\n ['name' => \"Music from West Side Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-from-west-side-story-cd/495636.p?id=64627&skuId=495636&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495636', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4956\\/495636.jpg\"}', 'upc' => '074644045529', 'provider' => 'bestbuy'],\n ['name' => \"Pangaea - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pangaea-cd/495725.p?id=65560&skuId=495725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0495\\/0495725_sa.jpg\"}', 'upc' => '074644611526', 'provider' => 'bestbuy'],\n ['name' => \"Decade of Rock & Roll '70-'80 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/decade-of-rock-roll-70-80-cd/495770.p?id=96461&skuId=495770&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495770', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0495\\/0495770_sa.jpg\"}', 'upc' => '074643644426', 'provider' => 'bestbuy'],\n ['name' => \"Opera Sauvage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/opera-sauvage-cd/495930.p?id=102978&skuId=495930&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495930', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0495\\/0495930_sa.jpg\"}', 'upc' => '042282966322', 'provider' => 'bestbuy'],\n ['name' => \"The Gist of the Gemini - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gist-of-the-gemini-cd/495949.p?id=3293641&skuId=495949&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495949', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4959\\/495949.jpg\"}', 'upc' => '075021311220', 'provider' => 'bestbuy'],\n ['name' => \"Powerful People - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/powerful-people-cd/495967.p?id=2444182&skuId=495967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4959\\/495967.jpg\"}', 'upc' => '075021312029', 'provider' => 'bestbuy'],\n ['name' => \"Brother to Brother - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brother-to-brother-cd/495985.p?id=103002&skuId=495985&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=495985', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0495\\/0495985_sa.jpg\"}', 'upc' => '075021317024', 'provider' => 'bestbuy'],\n ['name' => \"Cornerstone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cornerstone-cd/496001.p?id=100679&skuId=496001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4960\\/496001_sa.jpg\"}', 'upc' => '075021323926', 'provider' => 'bestbuy'],\n ['name' => \"1969: Velvet Underground Live with Lou Reed,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1969-velvet-underground-live-with-lou-reed-cd/496010.p?id=103073&skuId=496010&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496010', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496010_sa.jpg\"}', 'upc' => '042283482326', 'provider' => 'bestbuy'],\n ['name' => \"V.U. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/v-u-cd/496029.p?id=2387779&skuId=496029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496029_sa.jpg\"}', 'upc' => '042282372123', 'provider' => 'bestbuy'],\n ['name' => \"It's Better to Travel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-better-to-travel-cd/496092.p?id=101016&skuId=496092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496092_sa.jpg\"}', 'upc' => '042283221321', 'provider' => 'bestbuy'],\n ['name' => \"Sonny & Brownie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sonny-brownie-cd/496163.p?id=101465&skuId=496163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4961\\/496163_sa.jpg\"}', 'upc' => '075021082922', 'provider' => 'bestbuy'],\n ['name' => \"Strength in Numbers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strength-in-numbers-cd/496172.p?id=2305155&skuId=496172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4961\\/496172.jpg\"}', 'upc' => '075021511521', 'provider' => 'bestbuy'],\n ['name' => \"Johnny the Fox - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/johnny-the-fox-cd/496181.p?id=101586&skuId=496181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496181_sa.jpg\"}', 'upc' => '042282268723', 'provider' => 'bestbuy'],\n ['name' => \"Jailbreak - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jailbreak-cd/496190.p?id=101585&skuId=496190&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496190', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4961\\/496190_sa.jpg\"}', 'upc' => '042282278524', 'provider' => 'bestbuy'],\n ['name' => \"Alvin Lee & Company - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alvin-lee-company-cd/496234.p?id=1434438&skuId=496234&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496234', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496234_sa.jpg\"}', 'upc' => '042282056627', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Waitresses - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-waitresses-cd/496396.p?id=103315&skuId=496396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4963\\/496396_sa.jpg\"}', 'upc' => '042284724920', 'provider' => 'bestbuy'],\n ['name' => \"Franks Wild Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/franks-wild-years-cd/496403.p?id=103322&skuId=496403&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496403', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4964\\/496403.jpg\"}', 'upc' => '042284235723', 'provider' => 'bestbuy'],\n ['name' => \"Swordfishtrombones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swordfishtrombones-cd/496412.p?id=103327&skuId=496412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4964\\/496412_sa.jpg\"}', 'upc' => '042284246927', 'provider' => 'bestbuy'],\n ['name' => \"Pardners In Rhyme - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pardners-in-rhyme-cd/496421.p?id=2387957&skuId=496421&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4964\\/496421.jpg\"}', 'upc' => '042282442024', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Statler Brothers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-statler-brothers-cd/496458.p?id=100160&skuId=496458&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496458', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4964\\/496458_sa.jpg\"}', 'upc' => '042282252425', 'provider' => 'bestbuy'],\n ['name' => \"Statler Brothers Live :Sold Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/statler-brothers-live-sold-out-cd/496476.p?id=100176&skuId=496476&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496476', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496476_sa.jpg\"}', 'upc' => '042283823129', 'provider' => 'bestbuy'],\n ['name' => \"Blah-Blah-Blah - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blah-blah-blah-cd/496494.p?id=95180&skuId=496494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4964\\/496494_sa.jpg\"}', 'upc' => '075021514522', 'provider' => 'bestbuy'],\n ['name' => \"Skin Tight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skin-tight-cd/496537.p?id=93825&skuId=496537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4965\\/496537_sa.jpg\"}', 'upc' => '042284834520', 'provider' => 'bestbuy'],\n ['name' => \"Fire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fire-cd/496564.p?id=93820&skuId=496564&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496564', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496564_sa.jpg\"}', 'upc' => '042284834629', 'provider' => 'bestbuy'],\n ['name' => \"Gloryhallastoopid - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gloryhallastoopid-cd/496573.p?id=2389915&skuId=496573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496573_sa.jpg\"}', 'upc' => '042284262224', 'provider' => 'bestbuy'],\n ['name' => \"Tales of Mystery and Imagination: Edgar Allan Poe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tales-of-mystery-and-imagination-edgar-allan-poe-cd/496582.p?id=94448&skuId=496582&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496582_sa.jpg\"}', 'upc' => '042283282025', 'provider' => 'bestbuy'],\n ['name' => \"Honey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/honey-cd/496591.p?id=93822&skuId=496591&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496591', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496591_sa.jpg\"}', 'upc' => '042284834728', 'provider' => 'bestbuy'],\n ['name' => \"Only a Lad - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/only-a-lad-cd/496608.p?id=93835&skuId=496608&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496608', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4966\\/496608_sa.jpg\"}', 'upc' => '075021325029', 'provider' => 'bestbuy'],\n ['name' => \"At Yankee Stadium - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-yankee-stadium-cd/496617.p?id=93532&skuId=496617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496617_sa.jpg\"}', 'upc' => '042282446220', 'provider' => 'bestbuy'],\n ['name' => \"Sneakin' Sally Through the Alley - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sneakin-sally-through-the-alley-cd/496715.p?id=94316&skuId=496715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496715_sa.jpg\"}', 'upc' => '042284260725', 'provider' => 'bestbuy'],\n ['name' => \"Good Morning Vietnam [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/good-morning-vietnam-original-soundtrack-cd-original-soundtrack/496886.p?id=83856&skuId=496886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4968\\/496886_sa.jpg\"}', 'upc' => '075021334021', 'provider' => 'bestbuy'],\n ['name' => \"All the Rage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-the-rage-cd/496939.p?id=83465&skuId=496939&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496939_sa.jpg\"}', 'upc' => '044797504624', 'provider' => 'bestbuy'],\n ['name' => \"Blue Jays - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-jays-cd/496957.p?id=85080&skuId=496957&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=496957', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0496\\/0496957_sa.jpg\"}', 'upc' => '042282049124', 'provider' => 'bestbuy'],\n ['name' => \"Stan Getz Plays - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stan-getz-plays-cd/497000.p?id=66602&skuId=497000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4970\\/497000.jpg\"}', 'upc' => '042283353527', 'provider' => 'bestbuy'],\n ['name' => \"The Original Misty - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-original-misty-cd/497028.p?id=66551&skuId=497028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4970\\/497028_sa.jpg\"}', 'upc' => '042283491021', 'provider' => 'bestbuy'],\n ['name' => \"Present - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/present-cd/497073.p?id=2542483&skuId=497073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4970\\/497073_sa.jpg\"}', 'upc' => '042281011924', 'provider' => 'bestbuy'],\n ['name' => \"A Day in the Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-day-in-the-life-cd/497171.p?id=69319&skuId=497171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497171_sa.jpg\"}', 'upc' => '075021081628', 'provider' => 'bestbuy'],\n ['name' => \"Road Song - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/road-song-cd/497180.p?id=69339&skuId=497180&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497180', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497180_sa.jpg\"}', 'upc' => '075021082229', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/497224.p?id=91431&skuId=497224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497224_sa.jpg\"}', 'upc' => '075021325821', 'provider' => 'bestbuy'],\n ['name' => \"Crusade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crusade-cd/497260.p?id=90882&skuId=497260&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497260', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497260_sa.jpg\"}', 'upc' => '042282053725', 'provider' => 'bestbuy'],\n ['name' => \"Looking Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/looking-back-cd/497288.p?id=90884&skuId=497288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4972\\/497288_sa.jpg\"}', 'upc' => '042282033123', 'provider' => 'bestbuy'],\n ['name' => \"Land of Make Believe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/land-of-make-believe-cd/497377.p?id=68718&skuId=497377&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497377', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497377_sa.jpg\"}', 'upc' => '042282253927', 'provider' => 'bestbuy'],\n ['name' => \"Feels So Good - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feels-so-good-cd/497386.p?id=68715&skuId=497386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4973\\/497386_sa.jpg\"}', 'upc' => '075021321922', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Chuck Mangione [A&M] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-chuck-mangione-a-m-cd/497395.p?id=68708&skuId=497395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4973\\/497395_sa.jpg\"}', 'upc' => '075021328228', 'provider' => 'bestbuy'],\n ['name' => \"Trilogy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trilogy-cd/497411.p?id=90286&skuId=497411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497411_sa.jpg\"}', 'upc' => '042283107328', 'provider' => 'bestbuy'],\n ['name' => \"Trial by Fire: Live in Leningrad - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trial-by-fire-live-in-leningrad-cd/497420.p?id=90285&skuId=497420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4974\\/497420.jpg\"}', 'upc' => '042283972629', 'provider' => 'bestbuy'],\n ['name' => \"Wave - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wave-cd/497527.p?id=68003&skuId=497527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497527_sa.jpg\"}', 'upc' => '075021081222', 'provider' => 'bestbuy'],\n ['name' => \"Miles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miles-cd/497554.p?id=86803&skuId=497554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4975\\/497554.jpg\"}', 'upc' => '042284281621', 'provider' => 'bestbuy'],\n ['name' => \"Koyaanisqatsi: Life Out of Balance - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/koyaanisqatsi-life-out-of-balance-cd-original-soundtrack/497563.p?id=2066138&skuId=497563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497563_sa.jpg\"}', 'upc' => '042281404221', 'provider' => 'bestbuy'],\n ['name' => \"The Dude - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dude-cd/497643.p?id=68076&skuId=497643&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497643', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4976\\/497643_sa.jpg\"}', 'upc' => '075021324824', 'provider' => 'bestbuy'],\n ['name' => \"Portfolio (Reissue) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portfolio-reissue-cd/497689.p?id=2229003&skuId=497689&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497689', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4976\\/497689.jpg\"}', 'upc' => '042284261425', 'provider' => 'bestbuy'],\n ['name' => \"Kingdom Come - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kingdom-come-cd/497698.p?id=1486785&skuId=497698&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497698', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497698_sa.jpg\"}', 'upc' => '042283536821', 'provider' => 'bestbuy'],\n ['name' => \"In Your Face - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-your-face-cd/497705.p?id=1457936&skuId=497705&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497705', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497705_sa.jpg\"}', 'upc' => '042283919228', 'provider' => 'bestbuy'],\n ['name' => \"Raw Sienna - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raw-sienna-cd/497876.p?id=97965&skuId=497876&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497876', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0497\\/0497876_sa.jpg\"}', 'upc' => '042284401623', 'provider' => 'bestbuy'],\n ['name' => \"Looking In - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/looking-in-cd/497885.p?id=97963&skuId=497885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=497885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4978\\/497885.jpg\"}', 'upc' => '042284401722', 'provider' => 'bestbuy'],\n ['name' => \"Broken English - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/broken-english-cd/498045.p?id=2387961&skuId=498045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4980\\/498045_sa.jpg\"}', 'upc' => '042284235525', 'provider' => 'bestbuy'],\n ['name' => \"Light as a Feather - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/light-as-a-feather-cd/498189.p?id=172358&skuId=498189&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498189', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0498\\/0498189_sa.jpg\"}', 'upc' => '042282714824', 'provider' => 'bestbuy'],\n ['name' => \"Old and New Dreams [1979] [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-and-new-dreams-1979-digdownload-cd/498223.p?id=69685&skuId=498223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4982\\/498223.jpg\"}', 'upc' => '042282937926', 'provider' => 'bestbuy'],\n ['name' => \"Naturally - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naturally-cd/498287.p?id=76584&skuId=498287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0498\\/0498287_sa.jpg\"}', 'upc' => '042283004221', 'provider' => 'bestbuy'],\n ['name' => \"Word Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/word-up-cd/498296.p?id=76649&skuId=498296&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498296', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0498\\/0498296_sa.jpg\"}', 'upc' => '042283026520', 'provider' => 'bestbuy'],\n ['name' => \"8 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/8-cd/498303.p?id=76586&skuId=498303&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498303', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0498\\/0498303_sa.jpg\"}', 'upc' => '042281115226', 'provider' => 'bestbuy'],\n ['name' => \"Shades - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shades-cd/498312.p?id=76589&skuId=498312&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498312', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4983\\/498312_sa.jpg\"}', 'upc' => '042280010522', 'provider' => 'bestbuy'],\n ['name' => \"Butch Cassidy and the Sundance Kid [Original... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/butch-cassidy-and-the-sundance-kid-original-cd-original-soundtrack/498321.p?id=76402&skuId=498321&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498321', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0498\\/0498321_sa.jpg\"}', 'upc' => '075021315921', 'provider' => 'bestbuy'],\n ['name' => \"The Breakfast Club [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-breakfast-club-original-soundtrack-cd-original-soundtrack/498394.p?id=75800&skuId=498394&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498394', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4983\\/498394_sa.jpg\"}', 'upc' => '075021329423', 'provider' => 'bestbuy'],\n ['name' => \"Dead City Radio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dead-city-radio-cd/498438.p?id=76380&skuId=498438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4984\\/498438_sa.jpg\"}', 'upc' => '042284626422', 'provider' => 'bestbuy'],\n ['name' => \"Diamonds & Rust - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diamonds-rust-cd/498713.p?id=73697&skuId=498713&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498713', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0498\\/0498713_sa.jpg\"}', 'upc' => '075021323322', 'provider' => 'bestbuy'],\n ['name' => \"Bill & Ted's Excellent Adventure - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bill-teds-excellent-adventure-cd-original-soundtrack/498777.p?id=74661&skuId=498777&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498777', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0498\\/0498777_sa.jpg\"}', 'upc' => '075021391529', 'provider' => 'bestbuy'],\n ['name' => \"Blues in the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-in-the-night-cd/498811.p?id=3522199&skuId=498811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4988\\/498811.jpg\"}', 'upc' => '042283329324', 'provider' => 'bestbuy'],\n ['name' => \"Into The Fire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/into-the-fire-cd/498839.p?id=2293973&skuId=498839&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498839', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4988\\/498839.jpg\"}', 'upc' => '075021331327', 'provider' => 'bestbuy'],\n ['name' => \"Rockin' into the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-into-the-night-cd/498928.p?id=101623&skuId=498928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4989\\/498928.jpg\"}', 'upc' => '075021321625', 'provider' => 'bestbuy'],\n ['name' => \"Laid Back [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/laid-back-remaster-cd/498991.p?id=72795&skuId=498991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=498991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0498\\/0498991_sa.jpg\"}', 'upc' => '042283194120', 'provider' => 'bestbuy'],\n ['name' => \"Barry White's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/barry-whites-greatest-hits-cd/499053.p?id=103874&skuId=499053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/4990\\/499053_sa.jpg\"}', 'upc' => '042282278227', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Nina Simone [PolyGram] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-nina-simone-polygram-cd/499106.p?id=70950&skuId=499106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0499\\/0499106_sa.jpg\"}', 'upc' => '042282284624', 'provider' => 'bestbuy'],\n ['name' => \"Nothing to Fear - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothing-to-fear-cd/499268.p?id=93834&skuId=499268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0499\\/0499268_sa.jpg\"}', 'upc' => '075021325128', 'provider' => 'bestbuy'],\n ['name' => \"Rising Force - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rising-force-cd/499286.p?id=90283&skuId=499286&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499286', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0499\\/0499286_sa.jpg\"}', 'upc' => '042282532428', 'provider' => 'bestbuy'],\n ['name' => \"Nightclubbing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nightclubbing-cd/499339.p?id=2484338&skuId=499339&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499339', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0499\\/0499339_sa.jpg\"}', 'upc' => '042284236829', 'provider' => 'bestbuy'],\n ['name' => \"Island Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/island-life-cd/499348.p?id=87273&skuId=499348&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0499\\/0499348_sa.jpg\"}', 'upc' => '042284245326', 'provider' => 'bestbuy'],\n ['name' => \"Warm Leatherette - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/warm-leatherette-cd/499357.p?id=87278&skuId=499357&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0499\\/0499357_sa.jpg\"}', 'upc' => '042284261128', 'provider' => 'bestbuy'],\n ['name' => \"Dynasty - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynasty-cd/499384.p?id=281460&skuId=499384&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499384', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/4993\\/499384.jpg\"}', 'upc' => '042281277023', 'provider' => 'bestbuy'],\n ['name' => \"Walkman Jazz: Astrud Gilberto - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walkman-jazz-astrud-gilberto-cd/499393.p?id=66650&skuId=499393&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499393', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0499\\/0499393_sa.jpg\"}', 'upc' => '042283136922', 'provider' => 'bestbuy'],\n ['name' => \"Very Best Of Connie Francis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/very-best-of-connie-francis-cd/499437.p?id=82812&skuId=499437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=499437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0499\\/0499437_sa.jpg\"}', 'upc' => '042282756923', 'provider' => 'bestbuy'],\n ['name' => \"There's No Stopping Your Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/theres-no-stopping-your-heart-cd/500817.p?id=94138&skuId=500817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=500817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5008\\/500817_sa.jpg\"}', 'upc' => '715187743427', 'provider' => 'bestbuy'],\n ['name' => \"Back Together Again (Arg) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-together-again-arg-cd/501905.p?id=3186964&skuId=501905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=501905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0501\\/0501905_sa.jpg\"}', 'upc' => '081227960049', 'provider' => 'bestbuy'],\n ['name' => \"The Legacy [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-legacy-pa-cd/510272.p?id=101486&skuId=510272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=510272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0510\\/0510272_sa.jpg\"}', 'upc' => '075678174124', 'provider' => 'bestbuy'],\n ['name' => \"Chicken Skin Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicken-skin-music-cd/512289.p?id=78602&skuId=512289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=512289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5122\\/512289_sa.jpg\"}', 'upc' => '075992723121', 'provider' => 'bestbuy'],\n ['name' => \"The Patsy Cline Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-patsy-cline-story-cd/517596.p?id=78071&skuId=517596&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=517596', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0517\\/0517596_sa.jpg\"}', 'upc' => '076732403822', 'provider' => 'bestbuy'],\n ['name' => \"Dance My Children, Dance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-my-children-dance-cd/518096.p?id=97812&skuId=518096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0518\\/0518096_sa.jpg\"}', 'upc' => '016351650320', 'provider' => 'bestbuy'],\n ['name' => \"No More to the Dance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-more-to-the-dance-cd/518112.p?id=98733&skuId=518112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5181\\/518112_sa.jpg\"}', 'upc' => '016351796929', 'provider' => 'bestbuy'],\n ['name' => \"Nobody Move Nobody Get Hurt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nobody-move-nobody-get-hurt-cd/518121.p?id=104953&skuId=518121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5181\\/518121.jpg\"}', 'upc' => '016351481528', 'provider' => 'bestbuy'],\n ['name' => \"Black Woman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-woman-cd/518149.p?id=92519&skuId=518149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5181\\/518149_sa.jpg\"}', 'upc' => '016351431127', 'provider' => 'bestbuy'],\n ['name' => \"Reggae Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reggae-street-cd/518158.p?id=91666&skuId=518158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5181\\/518158_sa.jpg\"}', 'upc' => '016351430427', 'provider' => 'bestbuy'],\n ['name' => \"Big Ship - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-ship-cd/518176.p?id=91192&skuId=518176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5181\\/518176_sa.jpg\"}', 'upc' => '016351480828', 'provider' => 'bestbuy'],\n ['name' => \"Yemenite Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yemenite-songs-cd/518201.p?id=85083&skuId=518201&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518201', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0518\\/0518201_sa.jpg\"}', 'upc' => '016351640222', 'provider' => 'bestbuy'],\n ['name' => \"The Indestructible Beat of Soweto, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-indestructible-beat-of-soweto-vol-1-cd-various/518247.p?id=99746&skuId=518247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0518\\/0518247_sa.jpg\"}', 'upc' => '016351433329', 'provider' => 'bestbuy'],\n ['name' => \"Two Sevens Clash - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-sevens-clash-cd/518309.p?id=79447&skuId=518309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0518\\/0518309_sa.jpg\"}', 'upc' => '016351440129', 'provider' => 'bestbuy'],\n ['name' => \"God, Time & Casuality - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/god-time-casuality-cd/518318.p?id=81883&skuId=518318&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518318', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5183\\/518318_sa.jpg\"}', 'upc' => '016351970626', 'provider' => 'bestbuy'],\n ['name' => \"Prisoner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prisoner-cd/518336.p?id=81010&skuId=518336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5183\\/518336_sa.jpg\"}', 'upc' => '016351437327', 'provider' => 'bestbuy'],\n ['name' => \"Culture at Work - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/culture-at-work-cd/518345.p?id=79436&skuId=518345&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518345', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5183\\/518345_sa.jpg\"}', 'upc' => '016351434722', 'provider' => 'bestbuy'],\n ['name' => \"Clannad in Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clannad-in-concert-cd/518559.p?id=77876&skuId=518559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=518559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5185\\/518559_sa.jpg\"}', 'upc' => '016351793027', 'provider' => 'bestbuy'],\n ['name' => \"Dr. Buzzard's Original Savannah Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dr-buzzards-original-savannah-band-cd/519674.p?id=80859&skuId=519674&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=519674', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0519\\/0519674_sa.jpg\"}', 'upc' => '078635150421', 'provider' => 'bestbuy'],\n ['name' => \"The Legendary Italian Westerns - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-legendary-italian-westerns-cd-original-soundtrack/520010.p?id=92287&skuId=520010&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=520010', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0520\\/0520010_sa.jpg\"}', 'upc' => '078635997422', 'provider' => 'bestbuy'],\n ['name' => \"The Instant Monty Python CD Collection, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-instant-monty-python-cd-collection-vol-2-cd/520065.p?id=92159&skuId=520065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=520065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5200\\/520065_sa.jpg\"}', 'upc' => '078221829625', 'provider' => 'bestbuy'],\n ['name' => \"Gone With The Wind: Classic Film Score - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gone-with-the-wind-classic-film-score-cd/520314.p?id=2066501&skuId=520314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=520314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0520\\/0520314_sa.jpg\"}', 'upc' => '078635045222', 'provider' => 'bestbuy'],\n ['name' => \"All Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/520626.p?id=98233&skuId=520626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=520626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0520\\/0520626_sa.jpg\"}', 'upc' => '078635687620', 'provider' => 'bestbuy'],\n ['name' => \"Steelbands of Trinidad & Tobago [Delos 4011] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steelbands-of-trinidad-tobago-delos-4011-cd-various/521527.p?id=100289&skuId=521527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=521527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5215\\/521527.jpg\"}', 'upc' => '013491401126', 'provider' => 'bestbuy'],\n ['name' => \"Winds of Change - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/winds-of-change-cd/521732.p?id=86852&skuId=521732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=521732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5217\\/521732.jpg\"}', 'upc' => '078635437225', 'provider' => 'bestbuy'],\n ['name' => \"Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/friends-cd/521750.p?id=103522&skuId=521750&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=521750', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5217\\/521750_sa.jpg\"}', 'upc' => '078221839822', 'provider' => 'bestbuy'],\n ['name' => \"Clam Dip & Other Delights [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clam-dip-other-delights-ep-cd/521867.p?id=99514&skuId=521867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=521867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5218\\/521867_sa.jpg\"}', 'upc' => '035058814422', 'provider' => 'bestbuy'],\n ['name' => \"Klez! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/klez-cd/522599.p?id=88235&skuId=522599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5225\\/522599.jpg\"}', 'upc' => '015707944922', 'provider' => 'bestbuy'],\n ['name' => \"Wild Wild West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-wild-west-cd/522740.p?id=81679&skuId=522740&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522740', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0522\\/0522740_sa.jpg\"}', 'upc' => '075678187124', 'provider' => 'bestbuy'],\n ['name' => \"The Best of England Dan & John Ford Coley - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-england-dan-john-ford-coley-cd/522768.p?id=81569&skuId=522768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5227\\/522768.jpg\"}', 'upc' => '075679044129', 'provider' => 'bestbuy'],\n ['name' => \"What Were Once Vices Are Now Habits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-were-once-vices-are-now-habits-cd/522777.p?id=80776&skuId=522777&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522777', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0522\\/0522777_sa.jpg\"}', 'upc' => '075992728027', 'provider' => 'bestbuy'],\n ['name' => \"Mean Business - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mean-business-cd/522795.p?id=82269&skuId=522795&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522795', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0522\\/0522795_sa.jpg\"}', 'upc' => '075678162824', 'provider' => 'bestbuy'],\n ['name' => \"In the Right Place - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-right-place-cd/522802.p?id=80889&skuId=522802&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522802', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5228\\/522802_sa.jpg\"}', 'upc' => '075678036026', 'provider' => 'bestbuy'],\n ['name' => \"Stampede - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stampede-cd/522875.p?id=80772&skuId=522875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5228\\/522875_sa.jpg\"}', 'upc' => '075992728928', 'provider' => 'bestbuy'],\n ['name' => \"Livin' on the Fault Line - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/livin-on-the-fault-line-cd/522884.p?id=80769&skuId=522884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5228\\/522884_sa.jpg\"}', 'upc' => '075992731522', 'provider' => 'bestbuy'],\n ['name' => \"Penguin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/penguin-cd/522919.p?id=82442&skuId=522919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5229\\/522919_sa.jpg\"}', 'upc' => '075992617826', 'provider' => 'bestbuy'],\n ['name' => \"Mirage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mirage-cd/522928.p?id=82440&skuId=522928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5229\\/522928_sa.jpg\"}', 'upc' => '075992360722', 'provider' => 'bestbuy'],\n ['name' => \"Heroes Are Hard to Find - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heroes-are-hard-to-find-cd/522937.p?id=82437&skuId=522937&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522937', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5229\\/522937_sa.jpg\"}', 'upc' => '075992721622', 'provider' => 'bestbuy'],\n ['name' => \"Bare Trees - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bare-trees-cd/522946.p?id=82428&skuId=522946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5229\\/522946_sa.jpg\"}', 'upc' => '075992724029', 'provider' => 'bestbuy'],\n ['name' => \"Best Of [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-import-cd/522955.p?id=1391314&skuId=522955&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522955', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5229\\/522955.jpg\"}', 'upc' => '075678158124', 'provider' => 'bestbuy'],\n ['name' => \"Then Play On - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/then-play-on-cd/522982.p?id=2750275&skuId=522982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0522\\/0522982_sa.jpg\"}', 'upc' => '075992744829', 'provider' => 'bestbuy'],\n ['name' => \"Kiln House - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kiln-house-cd/522991.p?id=82439&skuId=522991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=522991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0522\\/0522991_sa.jpg\"}', 'upc' => '075992745321', 'provider' => 'bestbuy'],\n ['name' => \"Future Games - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/future-games-cd/523008.p?id=82435&skuId=523008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5230\\/523008_sa.jpg\"}', 'upc' => '075992745826', 'provider' => 'bestbuy'],\n ['name' => \"Cool from the Wire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cool-from-the-wire-cd/523017.p?id=80538&skuId=523017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523017_sa.jpg\"}', 'upc' => '075678183621', 'provider' => 'bestbuy'],\n ['name' => \"Freedom of Choice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freedom-of-choice-cd/523044.p?id=80298&skuId=523044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5230\\/523044.jpg\"}', 'upc' => '075992343527', 'provider' => 'bestbuy'],\n ['name' => \"Q: Are We Not Men? A: We Are Devo! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/q-are-we-not-men-a-we-are-devo-cd/523062.p?id=80304&skuId=523062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5230\\/523062.jpg\"}', 'upc' => '075992736428', 'provider' => 'bestbuy'],\n ['name' => \"The Drifters' Golden Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-drifters-golden-hits-cd/523080.p?id=80969&skuId=523080&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523080', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5230\\/523080_sa.jpg\"}', 'upc' => '075678144028', 'provider' => 'bestbuy'],\n ['name' => \"Dueling Banjos - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dueling-banjos-cd-original-soundtrack/523115.p?id=80152&skuId=523115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5231\\/523115_sa.jpg\"}', 'upc' => '075992726825', 'provider' => 'bestbuy'],\n ['name' => \"On Tour with Eric Clapton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-tour-with-eric-clapton-cd/523124.p?id=2292053&skuId=523124&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523124', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5231\\/523124_sa.jpg\"}', 'upc' => '075679039729', 'provider' => 'bestbuy'],\n ['name' => \"Affinity - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/affinity-cd/523213.p?id=66090&skuId=523213&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523213', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523213_sa.jpg\"}', 'upc' => '075992738729', 'provider' => 'bestbuy'],\n ['name' => \"The Golden Hits of the Everly Brothers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-golden-hits-of-the-everly-brothers-cd/523222.p?id=81752&skuId=523222&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523222', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523222_sa.jpg\"}', 'upc' => '075992715928', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of the Everly Brothers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-the-everly-brothers-cd/523231.p?id=81761&skuId=523231&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523231', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5232\\/523231_sa.jpg\"}', 'upc' => '075992716123', 'provider' => 'bestbuy'],\n ['name' => \"Broadcast - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/broadcast-cd/523295.p?id=79499&skuId=523295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5232\\/523295_sa.jpg\"}', 'upc' => '077778600220', 'provider' => 'bestbuy'],\n ['name' => \"Christopher Cross - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christopher-cross-cd/523357.p?id=79280&skuId=523357&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5233\\/523357_sa.jpg\"}', 'upc' => '075992338325', 'provider' => 'bestbuy'],\n ['name' => \"The Rodney Crowell Collection [Slipcase] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-rodney-crowell-collection-slipcase-cd/523428.p?id=79335&skuId=523428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523428_sa.jpg\"}', 'upc' => '075992596527', 'provider' => 'bestbuy'],\n ['name' => \"The Ultimate Collection: When a Man Loves a Woman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ultimate-collection-when-a-man-loves-a-woman-cd/523464.p?id=99127&skuId=523464&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523464', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5234\\/523464_sa.jpg\"}', 'upc' => '075678021220', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Percy Sledge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-percy-sledge-cd/523473.p?id=99124&skuId=523473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5234\\/523473_sa.jpg\"}', 'upc' => '075678144325', 'provider' => 'bestbuy'],\n ['name' => \"Boz Scaggs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boz-scaggs-cd/523482.p?id=97994&skuId=523482&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523482', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523482_sa.jpg\"}', 'upc' => '075678154522', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Spinners [Atlantic] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-spinners-atlantic-cd/523516.p?id=99857&skuId=523516&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523516', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523516_sa.jpg\"}', 'upc' => '075678154720', 'provider' => 'bestbuy'],\n ['name' => \"No Secrets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-secrets-cd/523543.p?id=98776&skuId=523543&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523543', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523543_sa.jpg\"}', 'upc' => '075596068420', 'provider' => 'bestbuy'],\n ['name' => \"Carly Simon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carly-simon-cd/523552.p?id=98769&skuId=523552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5235\\/523552_sa.jpg\"}', 'upc' => '075596067225', 'provider' => 'bestbuy'],\n ['name' => \"Hotcakes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hotcakes-cd/523561.p?id=98774&skuId=523561&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523561', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523561_sa.jpg\"}', 'upc' => '075596059428', 'provider' => 'bestbuy'],\n ['name' => \"Hall of the Mountain King - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hall-of-the-mountain-king-cd/523614.p?id=97948&skuId=523614&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523614', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523614_sa.jpg\"}', 'upc' => '075678177521', 'provider' => 'bestbuy'],\n ['name' => \"Gutter Ballet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gutter-ballet-cd/523623.p?id=97947&skuId=523623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5236\\/523623.jpg\"}', 'upc' => '075678200823', 'provider' => 'bestbuy'],\n ['name' => \"Power of the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/power-of-the-night-cd/523632.p?id=97949&skuId=523632&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523632', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523632_sa.jpg\"}', 'upc' => '075678124723', 'provider' => 'bestbuy'],\n ['name' => \"Hasten Down the Wind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hasten-down-the-wind-cd/523776.p?id=97287&skuId=523776&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523776', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523776_sa.jpg\"}', 'upc' => '075596061025', 'provider' => 'bestbuy'],\n ['name' => \"Simple Dreams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/simple-dreams-cd/523785.p?id=97295&skuId=523785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523785_sa.jpg\"}', 'upc' => '075596051026', 'provider' => 'bestbuy'],\n ['name' => \"Talk Is Cheap - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talk-is-cheap-cd/523801.p?id=96618&skuId=523801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523801_sa.jpg\"}', 'upc' => '077778607922', 'provider' => 'bestbuy'],\n ['name' => \"Romance 1600 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/romance-1600-cd/523829.p?id=1441882&skuId=523829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5238\\/523829_sa.jpg\"}', 'upc' => '075992531726', 'provider' => 'bestbuy'],\n ['name' => \"Nurds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nurds-cd/523847.p?id=96901&skuId=523847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5238\\/523847_sa.jpg\"}', 'upc' => '075992347525', 'provider' => 'bestbuy'],\n ['name' => \"Floodland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/floodland-cd/523856.p?id=98975&skuId=523856&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523856', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523856_sa.jpg\"}', 'upc' => '075596076227', 'provider' => 'bestbuy'],\n ['name' => \"Double Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-time-cd/523883.p?id=96207&skuId=523883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523883_sa.jpg\"}', 'upc' => '075992730624', 'provider' => 'bestbuy'],\n ['name' => \"In Harmony - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-harmony-cd/523892.p?id=98355&skuId=523892&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523892', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0523\\/0523892_sa.jpg\"}', 'upc' => '075992348126', 'provider' => 'bestbuy'],\n ['name' => \"Cupid & Psyche 85 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cupid-psyche-85-cd/523936.p?id=98159&skuId=523936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5239\\/523936_sa.jpg\"}', 'upc' => '075992530224', 'provider' => 'bestbuy'],\n ['name' => \"Rock a Little - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-a-little-cd/523972.p?id=93301&skuId=523972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=523972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5239\\/523972_sa.jpg\"}', 'upc' => '075679047922', 'provider' => 'bestbuy'],\n ['name' => \"The Other Side of the Mirror - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-other-side-of-the-mirror-cd/524007.p?id=93304&skuId=524007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5240\\/524007_sa.jpg\"}', 'upc' => '075679124524', 'provider' => 'bestbuy'],\n ['name' => \"On the Track - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => 8.99, 'url' => 'http://www.bestbuy.com/site/on-the-track-cd/524016.p?id=96210&skuId=524016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524016_sa.jpg\"}', 'upc' => '075992729727', 'provider' => 'bestbuy'],\n ['name' => \"Can't Look Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cant-look-away-cd/524025.p?id=95788&skuId=524025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524025_sa.jpg\"}', 'upc' => '075596078122', 'provider' => 'bestbuy'],\n ['name' => \"John Prine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-prine-cd/524034.p?id=95516&skuId=524034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5240\\/524034_sa.jpg\"}', 'upc' => '075678154126', 'provider' => 'bestbuy'],\n ['name' => \"Lovesexy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lovesexy-cd/524043.p?id=2387866&skuId=524043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5240\\/524043_sa.jpg\"}', 'upc' => '075992572026', 'provider' => 'bestbuy'],\n ['name' => \"Around the World in a Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/around-the-world-in-a-day-cd/524052.p?id=95495&skuId=524052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5240\\/524052_sa.jpg\"}', 'upc' => '075992528627', 'provider' => 'bestbuy'],\n ['name' => \"Parade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/parade-cd/524061.p?id=95496&skuId=524061&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524061', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5240\\/524061_sa.jpg\"}', 'upc' => '075992539524', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Revenge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-revenge-cd/524070.p?id=95521&skuId=524070&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524070', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5240\\/524070_sa.jpg\"}', 'upc' => '075678143021', 'provider' => 'bestbuy'],\n ['name' => \"Common Sense - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/common-sense-cd/524089.p?id=95512&skuId=524089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5240\\/524089_sa.jpg\"}', 'upc' => '075678149122', 'provider' => 'bestbuy'],\n ['name' => \"Prince - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prince-cd/524098.p?id=95485&skuId=524098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524098_sa.jpg\"}', 'upc' => '075992740227', 'provider' => 'bestbuy'],\n ['name' => \"Maxi Priest - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maxi-priest-cd/524105.p?id=95459&skuId=524105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524105_sa.jpg\"}', 'upc' => '077778607526', 'provider' => 'bestbuy'],\n ['name' => \"The Idiot - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-idiot-cd/524132.p?id=95185&skuId=524132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5241\\/524132_sa.jpg\"}', 'upc' => '077778615224', 'provider' => 'bestbuy'],\n ['name' => \"Lust for Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lust-for-life-cd/524141.p?id=95184&skuId=524141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524141_sa.jpg\"}', 'upc' => '077778615323', 'provider' => 'bestbuy'],\n ['name' => \"Imaginary Voyage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imaginary-voyage-cd/524276.p?id=70094&skuId=524276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524276_sa.jpg\"}', 'upc' => '075678153525', 'provider' => 'bestbuy'],\n ['name' => \"Enigmatic Ocean - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/enigmatic-ocean-cd/524285.p?id=70092&skuId=524285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524285_sa.jpg\"}', 'upc' => '075678151224', 'provider' => 'bestbuy'],\n ['name' => \"Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/album-cd/524329.p?id=95636&skuId=524329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524329_sa.jpg\"}', 'upc' => '075596043823', 'provider' => 'bestbuy'],\n ['name' => \"The Flowers of Romance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-flowers-of-romance-cd/524356.p?id=95640&skuId=524356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5243\\/524356_sa.jpg\"}', 'upc' => '075992353625', 'provider' => 'bestbuy'],\n ['name' => \"Taking Over [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/taking-over-pa-cd/524365.p?id=94198&skuId=524365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524365_sa.jpg\"}', 'upc' => '075678173523', 'provider' => 'bestbuy'],\n ['name' => \"The Ultimate Rascals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ultimate-rascals-cd/524427.p?id=96064&skuId=524427&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524427', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524427_sa.jpg\"}', 'upc' => '075992760522', 'provider' => 'bestbuy'],\n ['name' => \"Reach for the Sky - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reach-for-the-sky-cd/524436.p?id=96086&skuId=524436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524436_sa.jpg\"}', 'upc' => '075678192920', 'provider' => 'bestbuy'],\n ['name' => \"Dancing Undercover - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dancing-undercover-cd/524454.p?id=96080&skuId=524454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524454_sa.jpg\"}', 'upc' => '075678168321', 'provider' => 'bestbuy'],\n ['name' => \"Sail Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sail-away-cd/524472.p?id=279593&skuId=524472&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524472', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524472_sa.jpg\"}', 'upc' => '075992720328', 'provider' => 'bestbuy'],\n ['name' => \"Little Criminals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-criminals-cd/524490.p?id=93246&skuId=524490&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524490', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524490_sa.jpg\"}', 'upc' => '075992732123', 'provider' => 'bestbuy'],\n ['name' => \"Beautiful Vision - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/beautiful-vision-cd/524560.p?id=92305&skuId=524560&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524560', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524560_sa.jpg\"}', 'upc' => '075992365222', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-2-cd/524588.p?id=92290&skuId=524588&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524588', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524588_sa.jpg\"}', 'upc' => '075992630528', 'provider' => 'bestbuy'],\n ['name' => \"A Woman's Point of View - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-womans-point-of-view-cd/524711.p?id=92617&skuId=524711&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524711', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524711_sa.jpg\"}', 'upc' => '075596079129', 'provider' => 'bestbuy'],\n ['name' => \"Lonely Woman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lonely-woman-cd/524739.p?id=69239&skuId=524739&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524739', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5247\\/524739.jpg\"}', 'upc' => '075679066527', 'provider' => 'bestbuy'],\n ['name' => \"Song to a Seagull - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/song-to-a-seagull-cd/524775.p?id=91931&skuId=524775&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524775', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524775_sa.jpg\"}', 'upc' => '075992744126', 'provider' => 'bestbuy'],\n ['name' => \"Clouds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clouds-cd/524784.p?id=91918&skuId=524784&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524784', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5247\\/524784_sa.jpg\"}', 'upc' => '075992744621', 'provider' => 'bestbuy'],\n ['name' => \"Ladies of the Canyon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ladies-of-the-canyon-cd/524793.p?id=91926&skuId=524793&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524793_sa.jpg\"}', 'upc' => '075992745024', 'provider' => 'bestbuy'],\n ['name' => \"The Voice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-voice-cd/524828.p?id=68919&skuId=524828&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524828', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524828_sa.jpg\"}', 'upc' => '075596036627', 'provider' => 'bestbuy'],\n ['name' => \"Metal Church - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => 6.99, 'url' => 'http://www.bestbuy.com/site/metal-church-cd/524846.p?id=91498&skuId=524846&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524846', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5248\\/524846_sa.jpg\"}', 'upc' => '075596047128', 'provider' => 'bestbuy'],\n ['name' => \"Blessing in Disguise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blessing-in-disguise-cd/524855.p?id=91496&skuId=524855&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524855', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5248\\/524855_sa.jpg\"}', 'upc' => '075596081726', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Herbie Mann - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-herbie-mann-cd/524917.p?id=68731&skuId=524917&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524917', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524917_sa.jpg\"}', 'upc' => '075678136924', 'provider' => 'bestbuy'],\n ['name' => \"Vocalese - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vocalese-cd/524926.p?id=90389&skuId=524926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5249\\/524926_sa.jpg\"}', 'upc' => '075678126628', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/524935.p?id=2389761&skuId=524935&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524935', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524935_sa.jpg\"}', 'upc' => '075678172328', 'provider' => 'bestbuy'],\n ['name' => \"The Manhattan Transfer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-manhattan-transfer-cd/524953.p?id=90383&skuId=524953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0524\\/0524953_sa.jpg\"}', 'upc' => '075678149320', 'provider' => 'bestbuy'],\n ['name' => \"Forever Changes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forever-changes-cd/524980.p?id=216471&skuId=524980&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=524980', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5249\\/524980_sa.jpg\"}', 'upc' => '075596065627', 'provider' => 'bestbuy'],\n ['name' => \"Dixie Chicken - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dixie-chicken-cd/525015.p?id=3454890&skuId=525015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5250\\/525015_sa.jpg\"}', 'upc' => '075992727020', 'provider' => 'bestbuy'],\n ['name' => \"Last Record Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-record-album-cd/525024.p?id=89358&skuId=525024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5250\\/525024_sa.jpg\"}', 'upc' => '075992729628', 'provider' => 'bestbuy'],\n ['name' => \"Sailin' Shoes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sailin-shoes-cd/525042.p?id=89355&skuId=525042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525042_sa.jpg\"}', 'upc' => '075992725828', 'provider' => 'bestbuy'],\n ['name' => \"Paradise and Lunch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paradise-and-lunch-cd/525051.p?id=78606&skuId=525051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5250\\/525051_sa.jpg\"}', 'upc' => '075992721226', 'provider' => 'bestbuy'],\n ['name' => \"Midnite Dynamite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnite-dynamite-cd/525060.p?id=88225&skuId=525060&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525060', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525060_sa.jpg\"}', 'upc' => '075678126727', 'provider' => 'bestbuy'],\n ['name' => \"Kwamé the Boy Genius: Featuring a New Beginning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kwame-the-boy-genius-featuring-a-new-beginning-cd/525079.p?id=88468&skuId=525079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5250\\/525079.jpg\"}', 'upc' => '075678194122', 'provider' => 'bestbuy'],\n ['name' => \"The Big Throwdown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-big-throwdown-cd/525140.p?id=89115&skuId=525140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5251\\/525140_sa.jpg\"}', 'upc' => '075678177323', 'provider' => 'bestbuy'],\n ['name' => \"El Rayo-X - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-rayo-x-cd/525159.p?id=89300&skuId=525159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5251\\/525159_sa.jpg\"}', 'upc' => '075596057325', 'provider' => 'bestbuy'],\n ['name' => \"If You Could Read My Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/if-you-could-read-my-mind-cd/525186.p?id=89253&skuId=525186&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525186', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5251\\/525186_sa.jpg\"}', 'upc' => '075992745123', 'provider' => 'bestbuy'],\n ['name' => \"The Wonderful World of Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-wonderful-world-of-jazz-cd/525202.p?id=68540&skuId=525202&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525202', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5252\\/525202_sa.jpg\"}', 'upc' => '075679097927', 'provider' => 'bestbuy'],\n ['name' => \"Lola Versus the Powerman and the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lola-versus-the-powerman-and-the-cd/525211.p?id=88121&skuId=525211&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525211', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525211_sa.jpg\"}', 'upc' => '075992745529', 'provider' => 'bestbuy'],\n ['name' => \"2 Hype - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-hype-cd/525220.p?id=274639&skuId=525220&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525220', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5252\\/525220.jpg\"}', 'upc' => '010912162826', 'provider' => 'bestbuy'],\n ['name' => \"In-A-Gadda-Da-Vida - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/in-a-gadda-da-vida-cd/525284.p?id=86321&skuId=525284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525284_sa.jpg\"}', 'upc' => '075679039224', 'provider' => 'bestbuy'],\n ['name' => \"Candy Apple Grey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/candy-apple-grey-cd/525346.p?id=85971&skuId=525346&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5253\\/525346_sa.jpg\"}', 'upc' => '075992538527', 'provider' => 'bestbuy'],\n ['name' => \"Cross That Line - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cross-that-line-cd/525408.p?id=87280&skuId=525408&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525408', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5254\\/525408_sa.jpg\"}', 'upc' => '075596079426', 'provider' => 'bestbuy'],\n ['name' => \"Human's Lib - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/humans-lib-cd/525417.p?id=87282&skuId=525417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5254\\/525417_sa.jpg\"}', 'upc' => '075596034623', 'provider' => 'bestbuy'],\n ['name' => \"Dream into Action - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dream-into-action-cd/525426.p?id=87281&skuId=525426&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525426', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5254\\/525426_sa.jpg\"}', 'upc' => '075596039024', 'provider' => 'bestbuy'],\n ['name' => \"The Heart of Saturday Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-heart-of-saturday-night-cd/525462.p?id=2389889&skuId=525462&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525462', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525462_sa.jpg\"}', 'upc' => '075596059725', 'provider' => 'bestbuy'],\n ['name' => \"Small Change - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/small-change-cd/525471.p?id=103326&skuId=525471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525471_sa.jpg\"}', 'upc' => '075596061223', 'provider' => 'bestbuy'],\n ['name' => \"Vanilla Fudge [1967] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vanilla-fudge-1967-cd/525505.p?id=102989&skuId=525505&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525505', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525505_sa.jpg\"}', 'upc' => '075679039026', 'provider' => 'bestbuy'],\n ['name' => \"Stay Hungry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stay-hungry-cd/525569.p?id=1997513&skuId=525569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525569_sa.jpg\"}', 'upc' => '075678015625', 'provider' => 'bestbuy'],\n ['name' => \"Tom Tom Club - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tom-tom-club-cd/525612.p?id=2277152&skuId=525612&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525612', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525612_sa.jpg\"}', 'upc' => '075992362825', 'provider' => 'bestbuy'],\n ['name' => \"What Time Is It? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-time-is-it-cd/525621.p?id=101887&skuId=525621&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525621', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525621_sa.jpg\"}', 'upc' => '075992370127', 'provider' => 'bestbuy'],\n ['name' => \"Marquee Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marquee-moon-cd/525630.p?id=1534841&skuId=525630&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525630', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5256\\/525630_sa.jpg\"}', 'upc' => '075596061629', 'provider' => 'bestbuy'],\n ['name' => \"Mud Slide Slim and the Blue Horizon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mud-slide-slim-and-the-blue-horizon-cd/525685.p?id=101238&skuId=525685&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525685', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525685_sa.jpg\"}', 'upc' => '075992725224', 'provider' => 'bestbuy'],\n ['name' => \"Here Today, Tomorrow Next Week! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/here-today-tomorrow-next-week-cd/525756.p?id=100732&skuId=525756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0525\\/0525756_sa.jpg\"}', 'upc' => '075596086028', 'provider' => 'bestbuy'],\n ['name' => \"Tower of Power - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tower-of-power-cd/525783.p?id=102095&skuId=525783&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525783', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5257\\/525783_sa.jpg\"}', 'upc' => '075992726726', 'provider' => 'bestbuy'],\n ['name' => \"Back to Oakland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-oakland-cd/525792.p?id=102085&skuId=525792&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525792', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5257\\/525792_sa.jpg\"}', 'upc' => '075992727921', 'provider' => 'bestbuy'],\n ['name' => \"The Stooges - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-stooges-cd/525827.p?id=100501&skuId=525827&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525827', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5258\\/525827_sa.jpg\"}', 'upc' => '075596066723', 'provider' => 'bestbuy'],\n ['name' => \"Funhouse [Limited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/funhouse-limited-cd/525836.p?id=100500&skuId=525836&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525836', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5258\\/525836_sa.jpg\"}', 'upc' => '075596066921', 'provider' => 'bestbuy'],\n ['name' => \"Profile, Vol. 2: The Best of Emmylou Harris - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/profile-vol-2-the-best-of-emmylou-harris-cd/525952.p?id=84865&skuId=525952&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=525952', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5259\\/525952_sa.jpg\"}', 'upc' => '075992516129', 'provider' => 'bestbuy'],\n ['name' => \"The Art of Tea - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-of-tea-cd/526014.p?id=82885&skuId=526014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5260\\/526014_sa.jpg\"}', 'upc' => '075992722421', 'provider' => 'bestbuy'],\n ['name' => \"Highway 101 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/highway-101-cd/526041.p?id=85366&skuId=526041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526041_sa.jpg\"}', 'upc' => '075992560825', 'provider' => 'bestbuy'],\n ['name' => \"Skin Dive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skin-dive-cd/526069.p?id=82883&skuId=526069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526069_sa.jpg\"}', 'upc' => '075992527521', 'provider' => 'bestbuy'],\n ['name' => \"Blow Your Cool! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blow-your-cool-cd/526078.p?id=85583&skuId=526078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5260\\/526078_sa.jpg\"}', 'upc' => '075596072823', 'provider' => 'bestbuy'],\n ['name' => \"Grateful Dead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grateful-dead-cd/526130.p?id=2065746&skuId=526130&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526130', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5261\\/526130_sa.jpg\"}', 'upc' => '075992716727', 'provider' => 'bestbuy'],\n ['name' => \"Anthem of the Sun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anthem-of-the-sun-cd/526149.p?id=2305152&skuId=526149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526149_sa.jpg\"}', 'upc' => '075992717328', 'provider' => 'bestbuy'],\n ['name' => \"Aoxomoxoa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aoxomoxoa-cd/526158.p?id=279543&skuId=526158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5261\\/526158_sa.jpg\"}', 'upc' => '075992717823', 'provider' => 'bestbuy'],\n ['name' => \"Burchfield Nines - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/burchfield-nines-cd/526167.p?id=82888&skuId=526167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526167_sa.jpg\"}', 'upc' => '075992735124', 'provider' => 'bestbuy'],\n ['name' => \"Best of the J. Geils Band [Atlantic] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-j-geils-band-atlantic-cd/526247.p?id=83442&skuId=526247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526247_sa.jpg\"}', 'upc' => '075678155727', 'provider' => 'bestbuy'],\n ['name' => \"Objects of Desire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/objects-of-desire-cd/526283.p?id=82879&skuId=526283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5262\\/526283_sa.jpg\"}', 'upc' => '075992364829', 'provider' => 'bestbuy'],\n ['name' => \"Blank Generation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blank-generation-cd/526345.p?id=85178&skuId=526345&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526345', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526345_sa.jpg\"}', 'upc' => '075992613729', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/526381.p?id=85453&skuId=526381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5263\\/526381_sa.jpg\"}', 'upc' => '075992744720', 'provider' => 'bestbuy'],\n ['name' => \"Ready or Not - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ready-or-not-cd/526425.p?id=84014&skuId=526425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5264\\/526425.jpg\"}', 'upc' => '075678172823', 'provider' => 'bestbuy'],\n ['name' => \"Talk to Your Daughter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talk-to-your-daughter-cd/526434.p?id=82652&skuId=526434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526434_sa.jpg\"}', 'upc' => '075992564724', 'provider' => 'bestbuy'],\n ['name' => \"The Golden Age of Black Music: 1960-1970 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-golden-age-of-black-music-1960-1970-cd-various/526443.p?id=74937&skuId=526443&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526443', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5264\\/526443.jpg\"}', 'upc' => '075678191121', 'provider' => 'bestbuy'],\n ['name' => \"Out of the Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-the-blue-cd/526470.p?id=83584&skuId=526470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5264\\/526470_sa.jpg\"}', 'upc' => '075678178023', 'provider' => 'bestbuy'],\n ['name' => \"Live [ECD] [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-ecd-remaster-cd/526522.p?id=83476&skuId=526522&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526522', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526522_sa.jpg\"}', 'upc' => '075678267628', 'provider' => 'bestbuy'],\n ['name' => \"Aretha's Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arethas-jazz-cd/526540.p?id=82834&skuId=526540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526540_sa.jpg\"}', 'upc' => '075678123023', 'provider' => 'bestbuy'],\n ['name' => \"Frehley's Comet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frehleys-comet-cd/526577.p?id=82956&skuId=526577&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526577_sa.jpg\"}', 'upc' => '075678174926', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Aretha Franklin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-aretha-franklin-cd/526586.p?id=82856&skuId=526586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526586_sa.jpg\"}', 'upc' => '075678128028', 'provider' => 'bestbuy'],\n ['name' => \"School's Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/schools-out-cd/526602.p?id=78658&skuId=526602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526602_sa.jpg\"}', 'upc' => '075992726023', 'provider' => 'bestbuy'],\n ['name' => \"Love It to Death - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-it-to-death-cd/526611.p?id=78653&skuId=526611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526611_sa.jpg\"}', 'upc' => '075992718721', 'provider' => 'bestbuy'],\n ['name' => \"Borderline - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/borderline-cd/526620.p?id=78601&skuId=526620&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526620', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5266\\/526620_sa.jpg\"}', 'upc' => '075992348928', 'provider' => 'bestbuy'],\n ['name' => \"The Slide Area - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-slide-area-cd/526639.p?id=78607&skuId=526639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5266\\/526639_sa.jpg\"}', 'upc' => '075992365123', 'provider' => 'bestbuy'],\n ['name' => \"Get Rhythm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/get-rhythm-cd/526648.p?id=78603&skuId=526648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526648_sa.jpg\"}', 'upc' => '075992563925', 'provider' => 'bestbuy'],\n ['name' => \"Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-cd/526657.p?id=78605&skuId=526657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526657_sa.jpg\"}', 'upc' => '075992735520', 'provider' => 'bestbuy'],\n ['name' => \"Into the Purple Valley - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/into-the-purple-valley-cd/526666.p?id=78604&skuId=526666&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526666', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5266\\/526666_sa.jpg\"}', 'upc' => '075992720021', 'provider' => 'bestbuy'],\n ['name' => \"The Ultimate Coasters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ultimate-coasters-cd/526862.p?id=78140&skuId=526862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5268\\/526862_sa.jpg\"}', 'upc' => '075992760423', 'provider' => 'bestbuy'],\n ['name' => \"Life, Love & Pain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/life-love-pain-cd/526871.p?id=78122&skuId=526871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5268\\/526871_sa.jpg\"}', 'upc' => '075992553124', 'provider' => 'bestbuy'],\n ['name' => \"Shake It Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shake-it-up-cd/526906.p?id=76970&skuId=526906&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526906', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526906_sa.jpg\"}', 'upc' => '075596058520', 'provider' => 'bestbuy'],\n ['name' => \"Key Lime Pie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/key-lime-pie-cd/526924.p?id=76686&skuId=526924&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526924', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5269\\/526924.jpg\"}', 'upc' => '077778612728', 'provider' => 'bestbuy'],\n ['name' => \"Our Beloved Revolutionary Sweetheart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/our-beloved-revolutionary-sweetheart-cd/526933.p?id=76687&skuId=526933&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526933', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526933_sa.jpg\"}', 'upc' => '077778605522', 'provider' => 'bestbuy'],\n ['name' => \"Reconciled - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reconciled-cd/526951.p?id=76616&skuId=526951&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526951', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526951_sa.jpg\"}', 'upc' => '075596044028', 'provider' => 'bestbuy'],\n ['name' => \"Methods of Silence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/methods-of-silence-cd/526960.p?id=76651&skuId=526960&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526960', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5269\\/526960.jpg\"}', 'upc' => '075678200229', 'provider' => 'bestbuy'],\n ['name' => \"Camelot - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/camelot-cd-original-soundtrack/526979.p?id=2224947&skuId=526979&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526979', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5269\\/526979_sa.jpg\"}', 'upc' => '075992732529', 'provider' => 'bestbuy'],\n ['name' => \"The Catherine Wheel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-catherine-wheel-cd/526997.p?id=76476&skuId=526997&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=526997', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0526\\/0526997_sa.jpg\"}', 'upc' => '075992741828', 'provider' => 'bestbuy'],\n ['name' => \"The Paul Butterfield Blues Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-paul-butterfield-blues-band-cd/527013.p?id=76426&skuId=527013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527013_sa.jpg\"}', 'upc' => '075596064729', 'provider' => 'bestbuy'],\n ['name' => \"Buffalo Springfield - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buffalo-springfield-cd/527031.p?id=176927&skuId=527031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5270\\/527031_sa.jpg\"}', 'upc' => '075679038920', 'provider' => 'bestbuy'],\n ['name' => \"Lives in the Balance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lives-in-the-balance-cd/527040.p?id=75935&skuId=527040&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527040', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527040_sa.jpg\"}', 'upc' => '075596045728', 'provider' => 'bestbuy'],\n ['name' => \"Self Control - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/self-control-cd/527095.p?id=75740&skuId=527095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5270\\/527095_sa.jpg\"}', 'upc' => '075678014727', 'provider' => 'bestbuy'],\n ['name' => \"Lawyers in Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lawyers-in-love-cd/527120.p?id=75934&skuId=527120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527120_sa.jpg\"}', 'upc' => '075596026826', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits (Rpkg) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/greatest-hits-rpkg-cd/527184.p?id=1378360&skuId=527184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5271\\/527184.jpg\"}', 'upc' => '081227646929', 'provider' => 'bestbuy'],\n ['name' => \"Mr. Music Head - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mr-music-head-cd/527200.p?id=74356&skuId=527200&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527200', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527200_sa.jpg\"}', 'upc' => '075678195921', 'provider' => 'bestbuy'],\n ['name' => \"Just Between Us - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-between-us-cd/527228.p?id=63586&skuId=527228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5272\\/527228.jpg\"}', 'upc' => '075678181320', 'provider' => 'bestbuy'],\n ['name' => \"Let Them Eat Bingo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-them-eat-bingo-cd/527237.p?id=74230&skuId=527237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5272\\/527237.jpg\"}', 'upc' => '075596092128', 'provider' => 'bestbuy'],\n ['name' => \"Strikes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/strikes-cd/527264.p?id=74865&skuId=527264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527264_sa.jpg\"}', 'upc' => '075679041920', 'provider' => 'bestbuy'],\n ['name' => \"Escenas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/escenas-cd/527282.p?id=74945&skuId=527282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5272\\/527282_sa.jpg\"}', 'upc' => '075596043229', 'provider' => 'bestbuy'],\n ['name' => \"Agua de Luna - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/agua-de-luna-cd/527291.p?id=74941&skuId=527291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5272\\/527291_sa.jpg\"}', 'upc' => '075596072120', 'provider' => 'bestbuy'],\n ['name' => \"Marauder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marauder-cd/527308.p?id=74863&skuId=527308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5273\\/527308.jpg\"}', 'upc' => '075679038524', 'provider' => 'bestbuy'],\n ['name' => \"Rough Diamonds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rough-diamonds-cd/527335.p?id=73657&skuId=527335&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527335', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527335_sa.jpg\"}', 'upc' => '075679245229', 'provider' => 'bestbuy'],\n ['name' => \"Technical Ecstasy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/technical-ecstasy-cd/527344.p?id=74834&skuId=527344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5273\\/527344_sa.jpg\"}', 'upc' => '075992730525', 'provider' => 'bestbuy'],\n ['name' => \"Never Say Die! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-say-die-cd/527353.p?id=74830&skuId=527353&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527353', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5273\\/527353_sa.jpg\"}', 'upc' => '075992735223', 'provider' => 'bestbuy'],\n ['name' => \"Heaven and Hell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heaven-and-hell-cd/527362.p?id=74826&skuId=527362&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527362', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527362_sa.jpg\"}', 'upc' => '075992337229', 'provider' => 'bestbuy'],\n ['name' => \"Master of Reality - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/master-of-reality-cd/527371.p?id=74828&skuId=527371&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527371', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527371_sa.jpg\"}', 'upc' => '075992725323', 'provider' => 'bestbuy'],\n ['name' => \"Vol. 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/vol-4-cd/527380.p?id=74837&skuId=527380&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527380', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5273\\/527380_sa.jpg\"}', 'upc' => '075992725927', 'provider' => 'bestbuy'],\n ['name' => \"Sabbath Bloody Sabbath - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/sabbath-bloody-sabbath-cd/527399.p?id=74832&skuId=527399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5273\\/527399_sa.jpg\"}', 'upc' => '075992727228', 'provider' => 'bestbuy'],\n ['name' => \"Sabotage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sabotage-cd/527406.p?id=74833&skuId=527406&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527406', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527406_sa.jpg\"}', 'upc' => '075992728720', 'provider' => 'bestbuy'],\n ['name' => \"Black Sabbath - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-sabbath-cd/527415.p?id=74822&skuId=527415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527415_sa.jpg\"}', 'upc' => '075992718523', 'provider' => 'bestbuy'],\n ['name' => \"Straight Shooter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/straight-shooter-cd/527433.p?id=73659&skuId=527433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527433_sa.jpg\"}', 'upc' => '075679243621', 'provider' => 'bestbuy'],\n ['name' => \"The Singles Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-singles-collection-cd/527479.p?id=72831&skuId=527479&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527479', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5274\\/527479_sa.jpg\"}', 'upc' => '075678190421', 'provider' => 'bestbuy'],\n ['name' => \"In Flight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-flight-cd/527558.p?id=2389691&skuId=527558&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527558', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5275\\/527558_sa.jpg\"}', 'upc' => '075992730822', 'provider' => 'bestbuy'],\n ['name' => \"Happiness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happiness-cd/527567.p?id=74402&skuId=527567&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527567', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527567_sa.jpg\"}', 'upc' => '075678204722', 'provider' => 'bestbuy'],\n ['name' => \"Give Me the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/give-me-the-night-cd/527594.p?id=3356025&skuId=527594&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527594', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527594_sa.jpg\"}', 'upc' => '075992740623', 'provider' => 'bestbuy'],\n ['name' => \"Zebra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zebra-cd/527718.p?id=105283&skuId=527718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527718_sa.jpg\"}', 'upc' => '075678005428', 'provider' => 'bestbuy'],\n ['name' => \"Let My People Go - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-my-people-go-cd/527754.p?id=104431&skuId=527754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527754_sa.jpg\"}', 'upc' => '075992534420', 'provider' => 'bestbuy'],\n ['name' => \"Zapp II - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zapp-ii-cd/527790.p?id=105189&skuId=527790&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527790', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527790_sa.jpg\"}', 'upc' => '075992358323', 'provider' => 'bestbuy'],\n ['name' => \"Everybody Knows This Is Nowhere - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everybody-knows-this-is-nowhere-cd/527898.p?id=2403069&skuId=527898&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527898', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5278\\/527898_sa.jpg\"}', 'upc' => '075992724227', 'provider' => 'bestbuy'],\n ['name' => \"Neil Young - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/neil-young-cd/527905.p?id=105059&skuId=527905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5279\\/527905.jpg\"}', 'upc' => '075992744423', 'provider' => 'bestbuy'],\n ['name' => \"Yesterdays [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yesterdays-remaster-cd/527941.p?id=104992&skuId=527941&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527941', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5279\\/527941_sa.jpg\"}', 'upc' => '075678268427', 'provider' => 'bestbuy'],\n ['name' => \"Time & A Word (Remastered) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-a-word-remastered-cd/527969.p?id=2434599&skuId=527969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0527\\/0527969_sa.jpg\"}', 'upc' => '075678268120', 'provider' => 'bestbuy'],\n ['name' => \"Yes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yes-cd/527978.p?id=104988&skuId=527978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=527978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5279\\/527978_sa.jpg\"}', 'upc' => '075678268021', 'provider' => 'bestbuy'],\n ['name' => \"The Best Is Yet to Come - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-is-yet-to-come-cd/528058.p?id=71898&skuId=528058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528058_sa.jpg\"}', 'upc' => '075596021524', 'provider' => 'bestbuy'],\n ['name' => \"Camouflage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/camouflage-cd/528129.p?id=100404&skuId=528129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528129_sa.jpg\"}', 'upc' => '075992509527', 'provider' => 'bestbuy'],\n ['name' => \"Loaded - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loaded-cd/528147.p?id=103082&skuId=528147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5281\\/528147_sa.jpg\"}', 'upc' => '075992761321', 'provider' => 'bestbuy'],\n ['name' => \"The Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-time-cd/528165.p?id=101886&skuId=528165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5281\\/528165_sa.jpg\"}', 'upc' => '075992359825', 'provider' => 'bestbuy'],\n ['name' => \"Stand By Me - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stand-by-me-cd-original-soundtrack/528209.p?id=100021&skuId=528209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528209_sa.jpg\"}', 'upc' => '075678167720', 'provider' => 'bestbuy'],\n ['name' => \"Poolside - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/poolside-cd/528245.p?id=93550&skuId=528245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5282\\/528245.jpg\"}', 'upc' => '075678164729', 'provider' => 'bestbuy'],\n ['name' => \"Cosmic Messenger - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cosmic-messenger-cd/528281.p?id=70091&skuId=528281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528281_sa.jpg\"}', 'upc' => '075678155024', 'provider' => 'bestbuy'],\n ['name' => \"Trouble in Paradise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trouble-in-paradise-cd/528290.p?id=93249&skuId=528290&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528290', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528290_sa.jpg\"}', 'upc' => '075992375528', 'provider' => 'bestbuy'],\n ['name' => \"London 0 Hull 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/london-0-hull-4-cd/528307.p?id=85799&skuId=528307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5283\\/528307_sa.jpg\"}', 'upc' => '075596050128', 'provider' => 'bestbuy'],\n ['name' => \"Computer World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/computer-world-cd/528316.p?id=88405&skuId=528316&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528316', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5283\\/528316.jpg\"}', 'upc' => '075596078924', 'provider' => 'bestbuy'],\n ['name' => \"Life Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/life-stories-cd/528334.p?id=68290&skuId=528334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5283\\/528334_sa.jpg\"}', 'upc' => '075992547826', 'provider' => 'bestbuy'],\n ['name' => \"The Magazine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-magazine-cd/528343.p?id=87304&skuId=528343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5283\\/528343_sa.jpg\"}', 'upc' => '075992511728', 'provider' => 'bestbuy'],\n ['name' => \"Sundown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sundown-cd/528352.p?id=89256&skuId=528352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528352_sa.jpg\"}', 'upc' => '075992721127', 'provider' => 'bestbuy'],\n ['name' => \"Summertime Dream - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/summertime-dream-cd/528361.p?id=2599482&skuId=528361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528361_sa.jpg\"}', 'upc' => '075992722827', 'provider' => 'bestbuy'],\n ['name' => \"Angel Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/angel-band-cd/528414.p?id=84853&skuId=528414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528414_sa.jpg\"}', 'upc' => '075992558525', 'provider' => 'bestbuy'],\n ['name' => \"Another Page - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/another-page-cd/528432.p?id=79279&skuId=528432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528432_sa.jpg\"}', 'upc' => '075992375726', 'provider' => 'bestbuy'],\n ['name' => \"The Firm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-firm-cd/528450.p?id=82270&skuId=528450&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528450', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528450_sa.jpg\"}', 'upc' => '075678123924', 'provider' => 'bestbuy'],\n ['name' => \"The Last in Line - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-last-in-line-cd/528478.p?id=80500&skuId=528478&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528478', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528478_sa.jpg\"}', 'upc' => '075992510028', 'provider' => 'bestbuy'],\n ['name' => \"A Broken Frame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-broken-frame-cd/528487.p?id=80223&skuId=528487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528487_sa.jpg\"}', 'upc' => '075992375122', 'provider' => 'bestbuy'],\n ['name' => \"The Ultimate Bobby Darin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ultimate-bobby-darin-cd/528502.p?id=79765&skuId=528502&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528502', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5285\\/528502_sa.jpg\"}', 'upc' => '075992760621', 'provider' => 'bestbuy'],\n ['name' => \"The Circus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-circus-cd/528511.p?id=81654&skuId=528511&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528511', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528511_sa.jpg\"}', 'upc' => '075992555425', 'provider' => 'bestbuy'],\n ['name' => \"My Favorite Things - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-favorite-things-cd/528539.p?id=176554&skuId=528539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528539_sa.jpg\"}', 'upc' => '075678134623', 'provider' => 'bestbuy'],\n ['name' => \"The Dark - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dark-cd/528548.p?id=91499&skuId=528548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5285\\/528548_sa.jpg\"}', 'upc' => '075596049320', 'provider' => 'bestbuy'],\n ['name' => \"Mingus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mingus-cd/528584.p?id=91927&skuId=528584&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528584', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5285\\/528584_sa.jpg\"}', 'upc' => '075596055727', 'provider' => 'bestbuy'],\n ['name' => \"The Hissing of Summer Lawns - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-hissing-of-summer-lawns-cd/528593.p?id=91932&skuId=528593&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528593', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528593_sa.jpg\"}', 'upc' => '075596060622', 'provider' => 'bestbuy'],\n ['name' => \"Hejira - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hejira-cd/528600.p?id=91925&skuId=528600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528600_sa.jpg\"}', 'upc' => '075596061421', 'provider' => 'bestbuy'],\n ['name' => \"We're All Together Again (For the First Time) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/were-all-together-again-for-the-first-time-cd/528673.p?id=64638&skuId=528673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5286\\/528673_sa.jpg\"}', 'upc' => '075678139024', 'provider' => 'bestbuy'],\n ['name' => \"Branigan 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/branigan-2-cd/528708.p?id=75737&skuId=528708&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528708', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0528\\/0528708_sa.jpg\"}', 'upc' => '075678005220', 'provider' => 'bestbuy'],\n ['name' => \"The Shape of Jazz to Come - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-shape-of-jazz-to-come-cd/528717.p?id=65097&skuId=528717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5287\\/528717_sa.jpg\"}', 'upc' => '075678133923', 'provider' => 'bestbuy'],\n ['name' => \"Liza Minnelli at Carnegie Hall (The Complete... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/liza-minnelli-at-carnegie-hall-the-complete-cd/528726.p?id=91830&skuId=528726&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528726', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5287\\/528726_sa.jpg\"}', 'upc' => '089408550225', 'provider' => 'bestbuy'],\n ['name' => \"22 Great Waltzes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-great-waltzes-cd/528771.p?id=103753&skuId=528771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=528771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5287\\/528771_sa.jpg\"}', 'upc' => '014921700420', 'provider' => 'bestbuy'],\n ['name' => \"Alone Together - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alone-together-cd/529048.p?id=90736&skuId=529048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5290\\/529048.jpg\"}', 'upc' => '076731117027', 'provider' => 'bestbuy'],\n ['name' => \"Deliver - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deliver-cd/529084.p?id=90299&skuId=529084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5290\\/529084.jpg\"}', 'upc' => '076731104423', 'provider' => 'bestbuy'],\n ['name' => \"Moonlighting - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moonlighting-cd-original-soundtrack/529100.p?id=92195&skuId=529100&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529100', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529100_sa.jpg\"}', 'upc' => '076732621424', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Sixteen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-sixteen-cd/529182.p?id=223883&skuId=529182&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529182', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529182_sa.jpg\"}', 'upc' => '076732629420', 'provider' => 'bestbuy'],\n ['name' => \"Honky Tonk Angel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/honky-tonk-angel-cd/529208.p?id=89845&skuId=529208&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529208', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529208_sa.jpg\"}', 'upc' => '076742222321', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Madness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-madness-cd/529253.p?id=93321&skuId=529253&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529253', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5292\\/529253_sa.jpg\"}', 'upc' => '076731116020', 'provider' => 'bestbuy'],\n ['name' => \"Dawn Patrol - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dawn-patrol-cd/529280.p?id=93318&skuId=529280&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529280', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5292\\/529280_sa.jpg\"}', 'upc' => '076731103129', 'provider' => 'bestbuy'],\n ['name' => \"New Edition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-edition-cd/529379.p?id=93125&skuId=529379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529379_sa.jpg\"}', 'upc' => '076731102825', 'provider' => 'bestbuy'],\n ['name' => \"All for Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-for-love-cd/529397.p?id=93120&skuId=529397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529397_sa.jpg\"}', 'upc' => '076732567920', 'provider' => 'bestbuy'],\n ['name' => \"Jesus Christ Superstar - CD - Holiday Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jesus-christ-superstar-cd-holiday-original-soundtrack/529422.p?id=3166045&skuId=529422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5294\\/529422.jpg\"}', 'upc' => '076731100029', 'provider' => 'bestbuy'],\n ['name' => \"Meeting in the Ladies Room - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/meeting-in-the-ladies-room-cd/529486.p?id=88254&skuId=529486&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5294\\/529486_sa.jpg\"}', 'upc' => '076731106427', 'provider' => 'bestbuy'],\n ['name' => \"King of Blues: 1989 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-of-blues-1989-cd/529510.p?id=87924&skuId=529510&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529510', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529510_sa.jpg\"}', 'upc' => '076742218324', 'provider' => 'bestbuy'],\n ['name' => \"Six Silver Strings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/six-silver-strings-cd/529529.p?id=87938&skuId=529529&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529529', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529529_sa.jpg\"}', 'upc' => '076732561621', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Thom Bell Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-thom-bell-sessions-cd/529583.p?id=87082&skuId=529583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529583_sa.jpg\"}', 'upc' => '076741911523', 'provider' => 'bestbuy'],\n ['name' => \"Power - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/power-cd/529654.p?id=87609&skuId=529654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529654_sa.jpg\"}', 'upc' => '076732583821', 'provider' => 'bestbuy'],\n ['name' => \"Hail! Hail! Rock 'N' Roll - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hail-hail-rock-n-roll-cd-original-soundtrack/529770.p?id=84619&skuId=529770&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529770', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5297\\/529770_sa.jpg\"}', 'upc' => '076732621721', 'provider' => 'bestbuy'],\n ['name' => \"Striking It Rich - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/striking-it-rich-cd/529903.p?id=85342&skuId=529903&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529903', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529903_sa.jpg\"}', 'upc' => '076731118727', 'provider' => 'bestbuy'],\n ['name' => \"Last Train to Hicksville: The Home of Happy Feet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-train-to-hicksville-the-home-of-happy-feet-cd/529912.p?id=85341&skuId=529912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5299\\/529912_sa.jpg\"}', 'upc' => '076731118826', 'provider' => 'bestbuy'],\n ['name' => \"Where's the Money? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wheres-the-money-cd/529921.p?id=85343&skuId=529921&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=529921', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0529\\/0529921_sa.jpg\"}', 'upc' => '076743133725', 'provider' => 'bestbuy'],\n ['name' => \"Who's Missing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whos-missing-cd/530045.p?id=1481163&skuId=530045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5300\\/530045.jpg\"}', 'upc' => '076731122120', 'provider' => 'bestbuy'],\n ['name' => \"My Generation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-generation-cd/530063.p?id=2276460&skuId=530063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0530\\/0530063_sa.jpg\"}', 'upc' => '076731133027', 'provider' => 'bestbuy'],\n ['name' => \"Magic Bus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magic-bus-cd/530090.p?id=1548541&skuId=530090&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530090', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5300\\/530090.jpg\"}', 'upc' => '076743133329', 'provider' => 'bestbuy'],\n ['name' => \"You Can't Argue with a Sick Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-cant-argue-with-a-sick-mind-cd/530170.p?id=160277&skuId=530170&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530170', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0530\\/0530170_sa.jpg\"}', 'upc' => '076731112022', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [MCA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-mca-cd/530250.p?id=103483&skuId=530250&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530250', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0530\\/0530250_sa.jpg\"}', 'upc' => '076744203229', 'provider' => 'bestbuy'],\n ['name' => \"Harmony (Universal) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harmony-universal-cd/530508.p?id=101789&skuId=530508&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530508', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5305\\/530508_sa.jpg\"}', 'upc' => '076743132926', 'provider' => 'bestbuy'],\n ['name' => \"Does Fort Worth Ever Cross Your Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/does-fort-worth-ever-cross-your-mind-cd/530544.p?id=100538&skuId=530544&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530544', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0530\\/0530544_sa.jpg\"}', 'upc' => '076743103223', 'provider' => 'bestbuy'],\n ['name' => \"Right Or Wrong - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/right-or-wrong-cd/530553.p?id=1535067&skuId=530553&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530553', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0530\\/0530553_sa.jpg\"}', 'upc' => '076743106828', 'provider' => 'bestbuy'],\n ['name' => \"Strait Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strait-country-cd/530562.p?id=100551&skuId=530562&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530562', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5305\\/530562_sa.jpg\"}', 'upc' => '076743108723', 'provider' => 'bestbuy'],\n ['name' => \"At Your Birthday Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-your-birthday-party-cd/530599.p?id=100311&skuId=530599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5305\\/530599.jpg\"}', 'upc' => '076732166826', 'provider' => 'bestbuy'],\n ['name' => \"Monster - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monster-cd/530642.p?id=100317&skuId=530642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5306\\/530642_sa.jpg\"}', 'upc' => '076743132827', 'provider' => 'bestbuy'],\n ['name' => \"For Once in My Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-once-in-my-life-cd/530704.p?id=2416993&skuId=530704&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530704', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5307\\/530704_sa.jpg\"}', 'upc' => '737463523424', 'provider' => 'bestbuy'],\n ['name' => \"John Schneider's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-schneiders-greatest-hits-cd/530759.p?id=98040&skuId=530759&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530759', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0530\\/0530759_sa.jpg\"}', 'upc' => '076744203328', 'provider' => 'bestbuy'],\n ['name' => \"Honky Tonk Masquerade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/honky-tonk-masquerade-cd/530937.p?id=81496&skuId=530937&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530937', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5309\\/530937.jpg\"}', 'upc' => '008811022020', 'provider' => 'bestbuy'],\n ['name' => \"Stones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stones-cd/530973.p?id=80358&skuId=530973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=530973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0530\\/0530973_sa.jpg\"}', 'upc' => '076731104928', 'provider' => 'bestbuy'],\n ['name' => \"Moods - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moods-cd/531008.p?id=1535057&skuId=531008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5310\\/531008_sa.jpg\"}', 'upc' => '076731106120', 'provider' => 'bestbuy'],\n ['name' => \"Tap Root Manuscript - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tap-root-manuscript-cd/531017.p?id=80362&skuId=531017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531017_sa.jpg\"}', 'upc' => '076731107127', 'provider' => 'bestbuy'],\n ['name' => \"Raise Your Fist and Yell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raise-your-fist-and-yell-cd/531080.p?id=78657&skuId=531080&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531080', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531080_sa.jpg\"}', 'upc' => '076742209124', 'provider' => 'bestbuy'],\n ['name' => \"Lost in the Ozone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lost-in-the-ozone-cd/531099.p?id=78430&skuId=531099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5310\\/531099_sa.jpg\"}', 'upc' => '076731118529', 'provider' => 'bestbuy'],\n ['name' => \"Mama's Big Ones: The Best of Mama Cass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mamas-big-ones-the-best-of-mama-cass-cd/531133.p?id=81461&skuId=531133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531133_sa.jpg\"}', 'upc' => '076731114729', 'provider' => 'bestbuy'],\n ['name' => \"Volcano - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/volcano-cd/531142.p?id=76281&skuId=531142&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531142', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531142_sa.jpg\"}', 'upc' => '076732165720', 'provider' => 'bestbuy'],\n ['name' => \"A White Sport Coat and a Pink Crustacean - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-white-sport-coat-and-a-pink-crustacean-cd/531151.p?id=76257&skuId=531151&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531151', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531151_sa.jpg\"}', 'upc' => '076731109022', 'provider' => 'bestbuy'],\n ['name' => \"Coconut Telegraph - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coconut-telegraph-cd/531160.p?id=76265&skuId=531160&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531160', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531160_sa.jpg\"}', 'upc' => '076731109220', 'provider' => 'bestbuy'],\n ['name' => \"One Particular Harbour - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-particular-harbour-cd/531188.p?id=76275&skuId=531188&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531188', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5311\\/531188_sa.jpg\"}', 'upc' => '076731109428', 'provider' => 'bestbuy'],\n ['name' => \"Last Mango in Paris - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-mango-in-paris-cd/531197.p?id=76271&skuId=531197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531197_sa.jpg\"}', 'upc' => '076731115726', 'provider' => 'bestbuy'],\n ['name' => \"Off to See the Lizard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/off-to-see-the-lizard-cd/531204.p?id=76274&skuId=531204&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531204', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531204_sa.jpg\"}', 'upc' => '076732631423', 'provider' => 'bestbuy'],\n ['name' => \"Floridays - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/floridays-cd/531213.p?id=76267&skuId=531213&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531213', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531213_sa.jpg\"}', 'upc' => '076732573020', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Opry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-opry-cd/531268.p?id=78061&skuId=531268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5312\\/531268.jpg\"}', 'upc' => '076742214227', 'provider' => 'bestbuy'],\n ['name' => \"Those Southern Knights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/those-southern-knights-cd/531320.p?id=65402&skuId=531320&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531320', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531320_sa.jpg\"}', 'upc' => '076732164921', 'provider' => 'bestbuy'],\n ['name' => \"Hot Tamale Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-tamale-baby-cd/531491.p?id=2412359&skuId=531491&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531491', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5314\\/531491.jpg\"}', 'upc' => '011661309524', 'provider' => 'bestbuy'],\n ['name' => \"Me Oh My, How the Time Does Fly: A John... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/me-oh-my-how-the-time-does-fly-a-john-cd/531516.p?id=84932&skuId=531516&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531516', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5315\\/531516_sa.jpg\"}', 'upc' => '018964044022', 'provider' => 'bestbuy'],\n ['name' => \"Columbia River Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/columbia-river-collection-cd/531543.p?id=2389679&skuId=531543&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531543', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531543_sa.jpg\"}', 'upc' => '011661103627', 'provider' => 'bestbuy'],\n ['name' => \"Blake & Rice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blake-rice-cd/531589.p?id=74972&skuId=531589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531589_sa.jpg\"}', 'upc' => '011661023321', 'provider' => 'bestbuy'],\n ['name' => \"Best Blues & Originals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-blues-originals-cd/531614.p?id=75043&skuId=531614&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531614', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531614_sa.jpg\"}', 'upc' => '011661152526', 'provider' => 'bestbuy'],\n ['name' => \"American Finger Style Guitar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-finger-style-guitar-cd/531678.p?id=102912&skuId=531678&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531678', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5316\\/531678_sa.jpg\"}', 'upc' => '011661153325', 'provider' => 'bestbuy'],\n ['name' => \"Brand New - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brand-new-cd/531703.p?id=100432&skuId=531703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5317\\/531703_sa.jpg\"}', 'upc' => '012928801423', 'provider' => 'bestbuy'],\n ['name' => \"The Bluegrass Compact Disc - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bluegrass-compact-disc-cd-various/531712.p?id=75158&skuId=531712&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531712', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531712_sa.jpg\"}', 'upc' => '011661150225', 'provider' => 'bestbuy'],\n ['name' => \"Right Place, Wrong Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/right-place-wrong-time-cd/531721.p?id=97582&skuId=531721&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5317\\/531721_sa.jpg\"}', 'upc' => '012928800723', 'provider' => 'bestbuy'],\n ['name' => \"Rockin' Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-blues-cd/531749.p?id=96855&skuId=531749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5317\\/531749_sa.jpg\"}', 'upc' => '011661154827', 'provider' => 'bestbuy'],\n ['name' => \"Dressed Up to Get Messed Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dressed-up-to-get-messed-up-cd/531758.p?id=97302&skuId=531758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531758_sa.jpg\"}', 'upc' => '011671001821', 'provider' => 'bestbuy'],\n ['name' => \"Make Me Sweat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/make-me-sweat-cd/531776.p?id=97964&skuId=531776&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531776', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531776_sa.jpg\"}', 'upc' => '052824219328', 'provider' => 'bestbuy'],\n ['name' => \"Modern Lovers '88 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/modern-lovers-88-cd/531794.p?id=96640&skuId=531794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531794_sa.jpg\"}', 'upc' => '011661901421', 'provider' => 'bestbuy'],\n ['name' => \"Manzanita - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/manzanita-cd/531810.p?id=96598&skuId=531810&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531810', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5318\\/531810.jpg\"}', 'upc' => '011661009226', 'provider' => 'bestbuy'],\n ['name' => \"Cold on the Shoulder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cold-on-the-shoulder-cd/531829.p?id=96590&skuId=531829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5318\\/531829_sa.jpg\"}', 'upc' => '011661018327', 'provider' => 'bestbuy'],\n ['name' => \"Caught in the Act - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caught-in-the-act-cd/531892.p?id=95722&skuId=531892&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531892', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5318\\/531892_sa.jpg\"}', 'upc' => '052824218123', 'provider' => 'bestbuy'],\n ['name' => \"House Party New Orleans Style - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/house-party-new-orleans-style-cd/531918.p?id=95565&skuId=531918&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531918', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531918_sa.jpg\"}', 'upc' => '011661205727', 'provider' => 'bestbuy'],\n ['name' => \"Retrospective - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/retrospective-cd/531927.p?id=2387154&skuId=531927&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531927_sa.jpg\"}', 'upc' => '011661150720', 'provider' => 'bestbuy'],\n ['name' => \"Beau Woes and Other Problems of Modern Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beau-woes-and-other-problems-of-modern-life-cd/531963.p?id=88801&skuId=531963&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531963', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0531\\/0531963_sa.jpg\"}', 'upc' => '011671110721', 'provider' => 'bestbuy'],\n ['name' => \"My Number One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-number-one-cd/531990.p?id=86365&skuId=531990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=531990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5319\\/531990.jpg\"}', 'upc' => '011661756120', 'provider' => 'bestbuy'],\n ['name' => \"Bayou Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bayou-boogie-cd/532007.p?id=74239&skuId=532007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532007_sa.jpg\"}', 'upc' => '011661601529', 'provider' => 'bestbuy'],\n ['name' => \"Lion Rock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lion-rock-cd/532061.p?id=79442&skuId=532061&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532061', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532061_sa.jpg\"}', 'upc' => '011661751224', 'provider' => 'bestbuy'],\n ['name' => \"Lord of the Highway - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lord-of-the-highway-cd/532098.p?id=81500&skuId=532098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5320\\/532098.jpg\"}', 'upc' => '012928800822', 'provider' => 'bestbuy'],\n ['name' => \"Daybreak - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/daybreak-cd/532114.p?id=82416&skuId=532114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5321\\/532114_sa.jpg\"}', 'upc' => '011661151826', 'provider' => 'bestbuy'],\n ['name' => \"J.D. Crowe & the New South - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/j-d-crowe-the-new-south-cd/532178.p?id=79323&skuId=532178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5321\\/532178_sa.jpg\"}', 'upc' => '011661004429', 'provider' => 'bestbuy'],\n ['name' => \"Room with a View of the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/room-with-a-view-of-the-blues-cd/532187.p?id=72475&skuId=532187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5321\\/532187_sa.jpg\"}', 'upc' => '011661205925', 'provider' => 'bestbuy'],\n ['name' => \"Texas Swing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/texas-swing-cd/532196.p?id=75898&skuId=532196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532196_sa.jpg\"}', 'upc' => '011661152724', 'provider' => 'bestbuy'],\n ['name' => \"False Accusations - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/false-accusations-cd/532249.p?id=79132&skuId=532249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5322\\/532249.jpg\"}', 'upc' => '012928800525', 'provider' => 'bestbuy'],\n ['name' => \"60 Minutes with the King of Zydeco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/60-minutes-with-the-king-of-zydeco-cd/532285.p?id=77340&skuId=532285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532285_sa.jpg\"}', 'upc' => '096297030127', 'provider' => 'bestbuy'],\n ['name' => \"Live at St. Mark's - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-st-marks-cd/532294.p?id=77351&skuId=532294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5322\\/532294.jpg\"}', 'upc' => '096297031322', 'provider' => 'bestbuy'],\n ['name' => \"Mel Tormé, Rob McConnell and the Boss Brass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mel-torme-rob-mcconnell-and-the-boss-brass-cd/532356.p?id=71508&skuId=532356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5323\\/532356_sa.jpg\"}', 'upc' => '013431430629', 'provider' => 'bestbuy'],\n ['name' => \"Rosemary Clooney Sings Ballads - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rosemary-clooney-sings-ballads-cd/532383.p?id=65031&skuId=532383&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532383', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5323\\/532383_sa.jpg\"}', 'upc' => '013431428220', 'provider' => 'bestbuy'],\n ['name' => \"Rosemary Clooney Sings the Lyrics of Johnny... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rosemary-clooney-sings-the-lyrics-of-johnny-cd/532409.p?id=65034&skuId=532409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532409_sa.jpg\"}', 'upc' => '013431433323', 'provider' => 'bestbuy'],\n ['name' => \"Moscow Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moscow-night-cd/532427.p?id=64626&skuId=532427&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532427', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532427_sa.jpg\"}', 'upc' => '013431435327', 'provider' => 'bestbuy'],\n ['name' => \"Brazilian Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brazilian-soul-cd/532436.p?id=63647&skuId=532436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5324\\/532436_sa.jpg\"}', 'upc' => '013431415022', 'provider' => 'bestbuy'],\n ['name' => \"I'm Wanted - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-wanted-cd/532472.p?id=2484108&skuId=532472&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532472', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5324\\/532472_sa.jpg\"}', 'upc' => '011661304529', 'provider' => 'bestbuy'],\n ['name' => \"His All-Time Greatest Comic Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/his-all-time-greatest-comic-hits-cd/532481.p?id=100351&skuId=532481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5324\\/532481.jpg\"}', 'upc' => '715187731226', 'provider' => 'bestbuy'],\n ['name' => \"Juice Newton's Greatest Hits (And More) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/juice-newtons-greatest-hits-and-more-cd/532613.p?id=93257&skuId=532613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5326\\/532613_sa.jpg\"}', 'upc' => '077774648929', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/532631.p?id=93082&skuId=532631&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532631', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5326\\/532631_sa.jpg\"}', 'upc' => '715187730328', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/532677.p?id=83502&skuId=532677&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532677', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532677_sa.jpg\"}', 'upc' => '715187738720', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/532720.p?id=83412&skuId=532720&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532720', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5327\\/532720_sa.jpg\"}', 'upc' => '715187736023', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Woody Herman [Curb/Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-woody-herman-curb-capitol-cd/532766.p?id=67389&skuId=532766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532766_sa.jpg\"}', 'upc' => '715187739420', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Benny Goodman [Curb/Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-benny-goodman-curb-capitol-cd/532775.p?id=66809&skuId=532775&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532775', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5327\\/532775_sa.jpg\"}', 'upc' => '715187738621', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hymns - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hymns-cd/532873.p?id=82657&skuId=532873&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532873', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5328\\/532873_sa.jpg\"}', 'upc' => '715187732629', 'provider' => 'bestbuy'],\n ['name' => \"Come Fly with Me [Mono] [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-fly-with-me-mono-remaster-cd/532917.p?id=3232185&skuId=532917&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532917', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532917_sa.jpg\"}', 'upc' => '762185150627', 'provider' => 'bestbuy'],\n ['name' => \"Somewhere in the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somewhere-in-the-night-cd/532944.p?id=97981&skuId=532944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0532\\/0532944_sa.jpg\"}', 'upc' => '715187758421', 'provider' => 'bestbuy'],\n ['name' => \"Out Goin' Cattin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-goin-cattin-cd/532953.p?id=97977&skuId=532953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5329\\/532953.jpg\"}', 'upc' => '715187757929', 'provider' => 'bestbuy'],\n ['name' => \"Shakin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shakin-cd/532962.p?id=97980&skuId=532962&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=532962', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5329\\/532962_sa.jpg\"}', 'upc' => '715187758322', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Spencer Davis Group [EMI 1987] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-spencer-davis-group-emi-1987-cd/533079.p?id=79822&skuId=533079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0533\\/0533079_sa.jpg\"}', 'upc' => '077774659826', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/533088.p?id=79758&skuId=533088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5330\\/533088.jpg\"}', 'upc' => '715187732520', 'provider' => 'bestbuy'],\n ['name' => \"Piano Reflections - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-reflections-cd/533104.p?id=65958&skuId=533104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5331\\/533104_sa.jpg\"}', 'upc' => '077779286324', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/533140.p?id=91113&skuId=533140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5331\\/533140.jpg\"}', 'upc' => '077774686723', 'provider' => 'bestbuy'],\n ['name' => \"The Music Man [Original Broadway Cast] - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-music-man-original-broadway-cast-cd-original-broadway-cast/533168.p?id=92681&skuId=533168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5331\\/533168_sa.jpg\"}', 'upc' => '077774663328', 'provider' => 'bestbuy'],\n ['name' => \"Transitions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/transitions-cd/533195.p?id=1441867&skuId=533195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5331\\/533195.jpg\"}', 'upc' => '077774646123', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Guy Lombardo [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-guy-lombardo-capitol-cd/533275.p?id=89548&skuId=533275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0533\\/0533275_sa.jpg\"}', 'upc' => '715187739024', 'provider' => 'bestbuy'],\n ['name' => \"Billboard Top R&B Hits: 1961 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/billboard-top-r-b-hits-1961-cd/533382.p?id=74699&skuId=533382&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533382', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5333\\/533382.jpg\"}', 'upc' => '081227064723', 'provider' => 'bestbuy'],\n ['name' => \"Finger Paintings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/finger-paintings-cd/533587.p?id=68285&skuId=533587&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533587', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5335\\/533587_sa.jpg\"}', 'upc' => '077774838627', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Gordon Lightfoot - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-gordon-lightfoot-cd/533612.p?id=89248&skuId=533612&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533612', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5336\\/533612_sa.jpg\"}', 'upc' => '715187742826', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Harry James [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-harry-james-curb-cd/533685.p?id=67846&skuId=533685&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533685', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0533\\/0533685_sa.jpg\"}', 'upc' => '715187739123', 'provider' => 'bestbuy'],\n ['name' => \"Live in Branson Mo. Usa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-branson-mo-usa-cd/533729.p?id=1365883&skuId=533729&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533729', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0533\\/0533729_sa.jpg\"}', 'upc' => '715187739529', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-country-hits-cd/533747.p?id=76667&skuId=533747&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533747', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5337\\/533747_sa.jpg\"}', 'upc' => '715187736221', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/533818.p?id=78152&skuId=533818&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533818', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5338\\/533818.jpg\"}', 'upc' => '715187737129', 'provider' => 'bestbuy'],\n ['name' => \"A Space in Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => 6.99, 'url' => 'http://www.bestbuy.com/site/a-space-in-time-cd/533998.p?id=101416&skuId=533998&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=533998', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5339\\/533998_sa.jpg\"}', 'upc' => '094632100122', 'provider' => 'bestbuy'],\n ['name' => \"Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-cd/534078.p?id=70011&skuId=534078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=534078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0534\\/0534078_sa.jpg\"}', 'upc' => '077779256327', 'provider' => 'bestbuy'],\n ['name' => \"This Is the Sea - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-the-sea-cd/534274.p?id=1412616&skuId=534274&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=534274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0534\\/0534274_sa.jpg\"}', 'upc' => '094632154323', 'provider' => 'bestbuy'],\n ['name' => \"Moonstruck - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moonstruck-cd-original-soundtrack/534345.p?id=92199&skuId=534345&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=534345', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5343\\/534345.jpg\"}', 'upc' => '077779023127', 'provider' => 'bestbuy'],\n ['name' => \"Book of Dreams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/book-of-dreams-cd/534363.p?id=91729&skuId=534363&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=534363', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5343\\/534363.jpg\"}', 'upc' => '077774647625', 'provider' => 'bestbuy'],\n ['name' => \"At Budokan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-budokan-cd/535521.p?id=81156&skuId=535521&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=535521', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5355\\/535521_sa.jpg\"}', 'upc' => '074643606721', 'provider' => 'bestbuy'],\n ['name' => \"The Princess Bride - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-princess-bride-cd-original-soundtrack/536833.p?id=2752958&skuId=536833&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=536833', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0536\\/0536833_sa.jpg\"}', 'upc' => '075992561020', 'provider' => 'bestbuy'],\n ['name' => \"Peter, Paul and Mary - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peter-paul-and-mary-cd/536888.p?id=94798&skuId=536888&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=536888', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5368\\/536888_sa.jpg\"}', 'upc' => '075992715720', 'provider' => 'bestbuy'],\n ['name' => \"The Ocean Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ocean-blue-cd/536986.p?id=93782&skuId=536986&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=536986', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0536\\/0536986_sa.jpg\"}', 'upc' => '075992590624', 'provider' => 'bestbuy'],\n ['name' => \"Halfway to Sanity - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/halfway-to-sanity-cd/537066.p?id=95915&skuId=537066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0537\\/0537066_sa.jpg\"}', 'upc' => '075992564120', 'provider' => 'bestbuy'],\n ['name' => \"Christmas in America - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-in-america-cd/537574.p?id=97126&skuId=537574&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537574', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0537\\/0537574_sa.jpg\"}', 'upc' => '075992597326', 'provider' => 'bestbuy'],\n ['name' => \"Strangeways, Here We Come - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strangeways-here-we-come-cd/537618.p?id=99247&skuId=537618&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5376\\/537618_sa.jpg\"}', 'upc' => '075992564922', 'provider' => 'bestbuy'],\n ['name' => \"In Dub - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-dub-cd/537636.p?id=96448&skuId=537636&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537636', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5376\\/537636.jpg\"}', 'upc' => '075596100625', 'provider' => 'bestbuy'],\n ['name' => \"Ray Charles Live [Atlantic] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ray-charles-live-atlantic-cd/537663.p?id=77256&skuId=537663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5376\\/537663_sa.jpg\"}', 'upc' => '075678173226', 'provider' => 'bestbuy'],\n ['name' => \"Land of Enchantment - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/land-of-enchantment-cd/537690.p?id=92639&skuId=537690&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537690', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5376\\/537690_sa.jpg\"}', 'upc' => '075992589420', 'provider' => 'bestbuy'],\n ['name' => \"20 Anos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-anos-cd/537789.p?id=1373930&skuId=537789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5377\\/537789_sa.jpg\"}', 'upc' => '090317153520', 'provider' => 'bestbuy'],\n ['name' => \"Eyes on This - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eyes-on-this-cd/537869.p?id=90974&skuId=537869&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537869', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0537\\/0537869_sa.jpg\"}', 'upc' => '075679130426', 'provider' => 'bestbuy'],\n ['name' => \"You Can Dance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-can-dance-cd/537887.p?id=3338784&skuId=537887&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537887', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0537\\/0537887_sa.jpg\"}', 'upc' => '075992553520', 'provider' => 'bestbuy'],\n ['name' => \"How Will the Wolf Survive? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-will-the-wolf-survive-cd/537949.p?id=89690&skuId=537949&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537949', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0537\\/0537949_sa.jpg\"}', 'upc' => '075992517720', 'provider' => 'bestbuy'],\n ['name' => \"By the Light of the Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/by-the-light-of-the-moon-cd/537958.p?id=89689&skuId=537958&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=537958', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0537\\/0537958_sa.jpg\"}', 'upc' => '075992552325', 'provider' => 'bestbuy'],\n ['name' => \"La Bamba - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/la-bamba-cd-original-soundtrack/538038.p?id=88495&skuId=538038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538038_sa.jpg\"}', 'upc' => '075992560528', 'provider' => 'bestbuy'],\n ['name' => \"Just Coolin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-coolin-cd/538074.p?id=89113&skuId=538074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5380\\/538074_sa.jpg\"}', 'upc' => '075678192623', 'provider' => 'bestbuy'],\n ['name' => \"Gretchen Goes to Nebraska - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gretchen-goes-to-nebraska-cd/538145.p?id=88066&skuId=538145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538145_sa.jpg\"}', 'upc' => '075678199721', 'provider' => 'bestbuy'],\n ['name' => \"Ultimate Collection: Stand by Me/Best of Ben... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ultimate-collection-stand-by-me-best-of-ben-cd/538163.p?id=87948&skuId=538163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5381\\/538163_sa.jpg\"}', 'upc' => '075678021329', 'provider' => 'bestbuy'],\n ['name' => \"Out of the Silent Planet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-the-silent-planet-cd/538172.p?id=88068&skuId=538172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538172_sa.jpg\"}', 'upc' => '075678182525', 'provider' => 'bestbuy'],\n ['name' => \"Move to Move - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/move-to-move-cd/538225.p?id=88333&skuId=538225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538225_sa.jpg\"}', 'upc' => '075678198427', 'provider' => 'bestbuy'],\n ['name' => \"Breakin Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => 8.99, 'url' => 'http://www.bestbuy.com/site/breakin-away-cd/538270.p?id=86749&skuId=538270&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538270', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5382\\/538270_sa.jpg\"}', 'upc' => '075992357623', 'provider' => 'bestbuy'],\n ['name' => \"This Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-time-cd/538323.p?id=86759&skuId=538323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538323_sa.jpg\"}', 'upc' => '075992343428', 'provider' => 'bestbuy'],\n ['name' => \"Paw Paw Patch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paw-paw-patch-cd/538467.p?id=1967964&skuId=538467&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538467', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '075679134028', 'provider' => 'bestbuy'],\n ['name' => \"Gipsy Kings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gipsy-kings-cd/538546.p?id=83668&skuId=538546&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538546', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538546_sa.jpg\"}', 'upc' => '075596084529', 'provider' => 'bestbuy'],\n ['name' => \"River of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/river-of-love-cd/538617.p?id=82714&skuId=538617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538617_sa.jpg\"}', 'upc' => '075678216121', 'provider' => 'bestbuy'],\n ['name' => \"Bluebird - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluebird-cd/538644.p?id=84855&skuId=538644&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538644', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538644_sa.jpg\"}', 'upc' => '075992577625', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/538742.p?id=82689&skuId=538742&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538742', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5387\\/538742_sa.jpg\"}', 'upc' => '075992589727', 'provider' => 'bestbuy'],\n ['name' => \"An Old Time Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-old-time-christmas-cd/538831.p?id=102187&skuId=538831&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538831', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538831_sa.jpg\"}', 'upc' => '075992597227', 'provider' => 'bestbuy'],\n ['name' => \"Ancient Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ancient-heart-cd/538877.p?id=101851&skuId=538877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5388\\/538877_sa.jpg\"}', 'upc' => '075992583923', 'provider' => 'bestbuy'],\n ['name' => \"Hunkpapa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hunkpapa-cd/538886.p?id=101816&skuId=538886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5388\\/538886_sa.jpg\"}', 'upc' => '075992585521', 'provider' => 'bestbuy'],\n ['name' => \"Practice What You Preach - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/practice-what-you-preach-cd/538911.p?id=101483&skuId=538911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538911_sa.jpg\"}', 'upc' => '075678200922', 'provider' => 'bestbuy'],\n ['name' => \"Talking Heads 77 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talking-heads-77-cd/538957.p?id=101137&skuId=538957&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538957', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538957_sa.jpg\"}', 'upc' => '075992742320', 'provider' => 'bestbuy'],\n ['name' => \"Long May You Run - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-may-you-run-cd/538993.p?id=100456&skuId=538993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=538993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0538\\/0538993_sa.jpg\"}', 'upc' => '075992723022', 'provider' => 'bestbuy'],\n ['name' => \"Fear of Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fear-of-music-cd/539000.p?id=101129&skuId=539000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5390\\/539000_sa.jpg\"}', 'upc' => '075992742825', 'provider' => 'bestbuy'],\n ['name' => \"True Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/true-stories-cd/539037.p?id=101140&skuId=539037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5390\\/539037_sa.jpg\"}', 'upc' => '075992551229', 'provider' => 'bestbuy'],\n ['name' => \"Rich & Poor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rich-poor-cd/539082.p?id=79118&skuId=539082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0539\\/0539082_sa.jpg\"}', 'upc' => '075992600224', 'provider' => 'bestbuy'],\n ['name' => \"Back for the Attack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-for-the-attack-cd/539108.p?id=80694&skuId=539108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0539\\/0539108_sa.jpg\"}', 'upc' => '075596073523', 'provider' => 'bestbuy'],\n ['name' => \"All Nite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-nite-cd/539279.p?id=81611&skuId=539279&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539279', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0539\\/0539279_sa.jpg\"}', 'upc' => '075596085823', 'provider' => 'bestbuy'],\n ['name' => \"No One Can Do It Better [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-one-can-do-it-better-pa-cd/539411.p?id=79575&skuId=539411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0539\\/0539411_sa.jpg\"}', 'upc' => '075679127525', 'provider' => 'bestbuy'],\n ['name' => \"No Fuel Left For Pilgrims - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-fuel-left-for-pilgrims-cd/539420.p?id=2310042&skuId=539420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0539\\/0539420_sa.jpg\"}', 'upc' => '075992599924', 'provider' => 'bestbuy'],\n ['name' => \"The Captain and Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-captain-and-me-cd/539484.p?id=80774&skuId=539484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5394\\/539484_sa.jpg\"}', 'upc' => '075992727129', 'provider' => 'bestbuy'],\n ['name' => \"Tutu - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tutu-cd/539545.p?id=65578&skuId=539545&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539545', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0539\\/0539545_sa.jpg\"}', 'upc' => '075992549028', 'provider' => 'bestbuy'],\n ['name' => \"Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cd/539796.p?id=2412253&skuId=539796&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539796', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5397\\/539796.jpg\"}', 'upc' => '075678128127', 'provider' => 'bestbuy'],\n ['name' => \"Blade Runner - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blade-runner-cd-original-soundtrack/539830.p?id=74940&skuId=539830&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539830', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0539\\/0539830_sa.jpg\"}', 'upc' => '075992374828', 'provider' => 'bestbuy'],\n ['name' => \"Antecedente - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/antecedente-cd/539858.p?id=74942&skuId=539858&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539858', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5398\\/539858_sa.jpg\"}', 'upc' => '075596079525', 'provider' => 'bestbuy'],\n ['name' => \"It's a Big Daddy Thing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-a-big-daddy-thing-cd/539876.p?id=87591&skuId=539876&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539876', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5398\\/539876_sa.jpg\"}', 'upc' => '075992594127', 'provider' => 'bestbuy'],\n ['name' => \"Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/home-cd/539885.p?id=75378&skuId=539885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5398\\/539885_sa.jpg\"}', 'upc' => '075992587624', 'provider' => 'bestbuy'],\n ['name' => \"Collaboration - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/collaboration-cd/539910.p?id=64197&skuId=539910&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=539910', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5399\\/539910_sa.jpg\"}', 'upc' => '075992558020', 'provider' => 'bestbuy'],\n ['name' => \"Bermuda Nights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bermuda-nights-cd/540034.p?id=63584&skuId=540034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5400\\/540034.jpg\"}', 'upc' => '075678191923', 'provider' => 'bestbuy'],\n ['name' => \"Zuma - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zuma-cd/540098.p?id=105065&skuId=540098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0540\\/0540098_sa.jpg\"}', 'upc' => '075992722629', 'provider' => 'bestbuy'],\n ['name' => \"This Note's for You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-notes-for-you-cd/540132.p?id=105073&skuId=540132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0540\\/0540132_sa.jpg\"}', 'upc' => '075992571920', 'provider' => 'bestbuy'],\n ['name' => \"Pure Gershwin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pure-gershwin-cd/540267.p?id=82048&skuId=540267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5402\\/540267_sa.jpg\"}', 'upc' => '075596074223', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Algonquin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-algonquin-cd/540285.p?id=82047&skuId=540285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5402\\/540285_sa.jpg\"}', 'upc' => '075596074322', 'provider' => 'bestbuy'],\n ['name' => \"Remember: Michael Feinstein Sings Irving Berlin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remember-michael-feinstein-sings-irving-berlin-cd/540294.p?id=82050&skuId=540294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0540\\/0540294_sa.jpg\"}', 'upc' => '075596074421', 'provider' => 'bestbuy'],\n ['name' => \"Wilson Pickett's Greatest Hits [1985] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wilson-picketts-greatest-hits-1985-cd/540310.p?id=94930&skuId=540310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5403\\/540310_sa.jpg\"}', 'upc' => '075678173721', 'provider' => 'bestbuy'],\n ['name' => \"Hold On - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hold-on-cd/540329.p?id=93425&skuId=540329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0540\\/0540329_sa.jpg\"}', 'upc' => '075992557320', 'provider' => 'bestbuy'],\n ['name' => \"The Drill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-drill-cd/540409.p?id=247899&skuId=540409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5404\\/540409_sa.jpg\"}', 'upc' => '024596110325', 'provider' => 'bestbuy'],\n ['name' => \"Cowboy Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cowboy-christmas-cd/540436.p?id=92637&skuId=540436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5404\\/540436_sa.jpg\"}', 'upc' => '075992664721', 'provider' => 'bestbuy'],\n ['name' => \"A Brenda Lee Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-brenda-lee-christmas-cd/540445.p?id=88946&skuId=540445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0540\\/0540445_sa.jpg\"}', 'upc' => '075992666022', 'provider' => 'bestbuy'],\n ['name' => \"Portrait - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portrait-cd/540463.p?id=103628&skuId=540463&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=540463', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0540\\/0540463_sa.jpg\"}', 'upc' => '015891375922', 'provider' => 'bestbuy'],\n ['name' => \"In Concert: The Best of Jimmy Cliff - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-concert-the-best-of-jimmy-cliff-cd/541934.p?id=78027&skuId=541934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=541934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5419\\/541934.jpg\"}', 'upc' => '075992723220', 'provider' => 'bestbuy'],\n ['name' => \"The Art of the Improvisers [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-of-the-improvisers-bonus-tracks-cd/541952.p?id=65096&skuId=541952&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=541952', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0541\\/0541952_sa.jpg\"}', 'upc' => '075679097828', 'provider' => 'bestbuy'],\n ['name' => \"Something/Anything? [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-anything-pa-cd/542023.p?id=97552&skuId=542023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5420\\/542023_sa.jpg\"}', 'upc' => '081227110727', 'provider' => 'bestbuy'],\n ['name' => \"Prime Evil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prime-evil-cd/542103.p?id=247076&skuId=542103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5421\\/542103.jpg\"}', 'upc' => '032751106427', 'provider' => 'bestbuy'],\n ['name' => \"Hell Awaits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hell-awaits-cd/542167.p?id=268932&skuId=542167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '018777229722', 'provider' => 'bestbuy'],\n ['name' => \"Too Far Gone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/too-far-gone-cd/542201.p?id=1981704&skuId=542201&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542201', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '026245104822', 'provider' => 'bestbuy'],\n ['name' => \"Project: Driver - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/project-driver-cd/542210.p?id=80980&skuId=542210&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542210', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5422\\/542210_sa.jpg\"}', 'upc' => '026245102828', 'provider' => 'bestbuy'],\n ['name' => \"Dragon's Kiss - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dragons-kiss-cd/542274.p?id=82984&skuId=542274&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5422\\/542274.jpg\"}', 'upc' => '026245103528', 'provider' => 'bestbuy'],\n ['name' => \"Michael Lee Firkins - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/michael-lee-firkins-cd/542309.p?id=82267&skuId=542309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5423\\/542309_sa.jpg\"}', 'upc' => '026245104525', 'provider' => 'bestbuy'],\n ['name' => \"Go Off! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/go-off-cd/542363.p?id=76503&skuId=542363&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542363', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0542\\/0542363_sa.jpg\"}', 'upc' => '026245104020', 'provider' => 'bestbuy'],\n ['name' => \"Speed Metal Symphony - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speed-metal-symphony-cd/542372.p?id=76504&skuId=542372&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542372', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0542\\/0542372_sa.jpg\"}', 'upc' => '026245103122', 'provider' => 'bestbuy'],\n ['name' => \"QR III - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/qr-iii-cd/542880.p?id=95753&skuId=542880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=542880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5428\\/542880_sa.jpg\"}', 'upc' => '074644032123', 'provider' => 'bestbuy'],\n ['name' => \"Earthquake Weather - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/earthquake-weather-cd/543095.p?id=100631&skuId=543095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=543095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5430\\/543095.jpg\"}', 'upc' => '074644537222', 'provider' => 'bestbuy'],\n ['name' => \"2nd Wave - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2nd-wave-cd/543102.p?id=100908&skuId=543102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=543102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0543\\/0543102_sa.jpg\"}', 'upc' => '074644428421', 'provider' => 'bestbuy'],\n ['name' => \"Another Place - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/another-place-cd/543193.p?id=67458&skuId=543193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=543193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5431\\/543193_sa.jpg\"}', 'upc' => '074643993821', 'provider' => 'bestbuy'],\n ['name' => \"Warrior - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/warrior-cd/543273.p?id=98006&skuId=543273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=543273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0543\\/0543273_sa.jpg\"}', 'upc' => '074643917322', 'provider' => 'bestbuy'],\n ['name' => \"Hollywood Musicals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hollywood-musicals-cd/543497.p?id=90822&skuId=543497&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=543497', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0543\\/0543497_sa.jpg\"}', 'upc' => '074644037227', 'provider' => 'bestbuy'],\n ['name' => \"Walking with a Panther [Clean] [Edited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walking-with-a-panther-clean-edited-cd/543594.p?id=89493&skuId=543594&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=543594', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5435\\/543594_sa.jpg\"}', 'upc' => '731452735522', 'provider' => 'bestbuy'],\n ['name' => \"Jingle Bell Jazz - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jingle-bell-jazz-cd-various/543692.p?id=67987&skuId=543692&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=543692', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5436\\/543692_sa.jpg\"}', 'upc' => '074644016628', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Big Bands - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-big-bands-cd/543941.p?id=64788&skuId=543941&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=543941', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5439\\/543941_sa.jpg\"}', 'upc' => '074644533620', 'provider' => 'bestbuy'],\n ['name' => \"She Was Too Good to Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/she-was-too-good-to-me-cd/544405.p?id=63912&skuId=544405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=544405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5444\\/544405_sa.jpg\"}', 'upc' => '074644080421', 'provider' => 'bestbuy'],\n ['name' => \"Shake You Down - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shake-you-down-cd/544432.p?id=72316&skuId=544432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=544432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0544\\/0544432_sa.jpg\"}', 'upc' => '074644043723', 'provider' => 'bestbuy'],\n ['name' => \"Radio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/radio-cd/544655.p?id=89489&skuId=544655&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=544655', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5446\\/544655.jpg\"}', 'upc' => '731452735225', 'provider' => 'bestbuy'],\n ['name' => \"Lisa Lisa & Cult Jam with Full Force - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lisa-lisa-cult-jam-with-full-force-cd/544682.p?id=89332&skuId=544682&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=544682', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5446\\/544682_sa.jpg\"}', 'upc' => '074644013528', 'provider' => 'bestbuy'],\n ['name' => \"Rip It Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rip-it-up-cd/545164.p?id=79971&skuId=545164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0545\\/0545164_sa.jpg\"}', 'upc' => '074644425529', 'provider' => 'bestbuy'],\n ['name' => \"Beverly Hills Cop [Original Motion Picture... - Original Soundtrack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beverly-hills-cop-original-motion-picture-original-soundtrack-cd/545360.p?id=74556&skuId=545360&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545360', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0545\\/0545360_sa.jpg\"}', 'upc' => '076732555323', 'provider' => 'bestbuy'],\n ['name' => \"Alpha - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alpha-cd/545397.p?id=73330&skuId=545397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5453\\/545397_sa.jpg\"}', 'upc' => '720642400821', 'provider' => 'bestbuy'],\n ['name' => \"Love Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-life-cd/545413.p?id=74483&skuId=545413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5454\\/545413.jpg\"}', 'upc' => '720642402528', 'provider' => 'bestbuy'],\n ['name' => \"Pleasure Victim - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pleasure-victim-cd/545422.p?id=74484&skuId=545422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5454\\/545422.jpg\"}', 'upc' => '720642203620', 'provider' => 'bestbuy'],\n ['name' => \"Done with Mirrors - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/done-with-mirrors-cd/545431.p?id=72533&skuId=545431&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545431', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0545\\/0545431_sa.jpg\"}', 'upc' => '720642409121', 'provider' => 'bestbuy'],\n ['name' => \"Contagious - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/contagious-cd/545440.p?id=104864&skuId=545440&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545440', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5454\\/545440_sa.jpg\"}', 'upc' => '720642414224', 'provider' => 'bestbuy'],\n ['name' => \"Somewhere in Time [Original Motion Picture... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somewhere-in-time-original-motion-picture-cd-original-soundtrack/545477.p?id=99423&skuId=545477&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545477', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0545\\/0545477_sa.jpg\"}', 'upc' => '076731116426', 'provider' => 'bestbuy'],\n ['name' => \"Snakebite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/snakebite-cd/545645.p?id=103888&skuId=545645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0545\\/0545645_sa.jpg\"}', 'upc' => '075992417426', 'provider' => 'bestbuy'],\n ['name' => \"Viva Terlingua - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/viva-terlingua-cd/545681.p?id=103364&skuId=545681&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545681', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5456\\/545681_sa.jpg\"}', 'upc' => '076732091920', 'provider' => 'bestbuy'],\n ['name' => \"#7 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/7-cd/545734.p?id=100546&skuId=545734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5457\\/545734_sa.jpg\"}', 'upc' => '076732575024', 'provider' => 'bestbuy'],\n ['name' => \"Something Special - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-special-cd/545743.p?id=100549&skuId=545743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0545\\/0545743_sa.jpg\"}', 'upc' => '076732560525', 'provider' => 'bestbuy'],\n ['name' => \"Touch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/touch-cd/545958.p?id=68275&skuId=545958&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=545958', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0545\\/0545958_sa.jpg\"}', 'upc' => '076741715220', 'provider' => 'bestbuy'],\n ['name' => \"Riding with the King - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/riding-with-the-king-cd/546010.p?id=85326&skuId=546010&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546010', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5460\\/546010_sa.jpg\"}', 'upc' => '720642401729', 'provider' => 'bestbuy'],\n ['name' => \"Little Love Affairs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-love-affairs-cd/546065.p?id=84273&skuId=546065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5460\\/546065_sa.jpg\"}', 'upc' => '076742210229', 'provider' => 'bestbuy'],\n ['name' => \"Michael Brecker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/michael-brecker-cd/546109.p?id=64504&skuId=546109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5461\\/546109_sa.jpg\"}', 'upc' => '076732508022', 'provider' => 'bestbuy'],\n ['name' => \"Follow the Leader - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/follow-the-leader-cd/546136.p?id=81664&skuId=546136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5461\\/546136_sa.jpg\"}', 'upc' => '039405000322', 'provider' => 'bestbuy'],\n ['name' => \"Exit 0 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/exit-0-cd/546163.p?id=81236&skuId=546163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0546\\/0546163_sa.jpg\"}', 'upc' => '076732599822', 'provider' => 'bestbuy'],\n ['name' => \"Live from Deep in the Heart of Texas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-deep-in-the-heart-of-texas-cd/546216.p?id=78429&skuId=546216&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546216', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5462\\/546216_sa.jpg\"}', 'upc' => '076732065921', 'provider' => 'bestbuy'],\n ['name' => \"Vision Quest [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vision-quest-original-soundtrack-cd-original-soundtrack/546261.p?id=103199&skuId=546261&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546261', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5462\\/546261.jpg\"}', 'upc' => '720642406328', 'provider' => 'bestbuy'],\n ['name' => \"Lone Justice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lone-justice-cd/546289.p?id=89572&skuId=546289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0546\\/0546289_sa.jpg\"}', 'upc' => '720642406021', 'provider' => 'bestbuy'],\n ['name' => \"Points on the Curve - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/points-on-the-curve-cd/546298.p?id=103445&skuId=546298&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546298', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5462\\/546298_sa.jpg\"}', 'upc' => '720642400425', 'provider' => 'bestbuy'],\n ['name' => \"L'Apocalypse Des Animaux - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lapocalypse-des-animaux-cd/546350.p?id=88479&skuId=546350&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546350', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5463\\/546350.jpg\"}', 'upc' => '042283150324', 'provider' => 'bestbuy'],\n ['name' => \"1969: Velvet Underground Live with Lou Reed,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1969-velvet-underground-live-with-lou-reed-cd/546369.p?id=103074&skuId=546369&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546369', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5463\\/546369_sa.jpg\"}', 'upc' => '042283482425', 'provider' => 'bestbuy'],\n ['name' => \"Soil Festivities - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soil-festivities-cd/546378.p?id=102979&skuId=546378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5463\\/546378.jpg\"}', 'upc' => '042282339621', 'provider' => 'bestbuy'],\n ['name' => \"Antarctica [Original soundtrack] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/antarctica-original-soundtrack-cd/546387.p?id=73107&skuId=546387&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546387', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5463\\/546387_sa.jpg\"}', 'upc' => '042281573224', 'provider' => 'bestbuy'],\n ['name' => \"Second Contribution - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/second-contribution-cd/546485.p?id=94870&skuId=546485&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546485', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0546\\/0546485_sa.jpg\"}', 'upc' => '075021312821', 'provider' => 'bestbuy'],\n ['name' => \"Pressure Drop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pressure-drop-cd/546519.p?id=2424821&skuId=546519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5465\\/546519_sa.jpg\"}', 'upc' => '042284259422', 'provider' => 'bestbuy'],\n ['name' => \"New York Dolls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-york-dolls-cd/546537.p?id=93213&skuId=546537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5465\\/546537_sa.jpg\"}', 'upc' => '042283275225', 'provider' => 'bestbuy'],\n ['name' => \"Show Some Emotion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/show-some-emotion-cd/546546.p?id=73235&skuId=546546&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546546', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0546\\/0546546_sa.jpg\"}', 'upc' => '075021327320', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Express [Original Soundtrack] - CD - Original Soundtrack Germany\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-express-original-soundtrack-cd-original-soundtrack-germany/546582.p?id=91637&skuId=546582&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0546\\/0546582_sa.jpg\"}', 'upc' => '042282420626', 'provider' => 'bestbuy'],\n ['name' => \"Smokin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smokin-cd/546617.p?id=85917&skuId=546617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5466\\/546617_sa.jpg\"}', 'upc' => '075021313224', 'provider' => 'bestbuy'],\n ['name' => \"Emerson, Lake & Powell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emerson-lake-powell-cd/546706.p?id=81513&skuId=546706&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546706', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5467\\/546706_sa.jpg\"}', 'upc' => '042282929723', 'provider' => 'bestbuy'],\n ['name' => \"Fire and Water - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fire-and-water-cd/546742.p?id=82930&skuId=546742&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546742', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5467\\/546742_sa.jpg\"}', 'upc' => '075021312623', 'provider' => 'bestbuy'],\n ['name' => \"Beauty & The Beat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beauty-the-beat-cd/546751.p?id=2229007&skuId=546751&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546751', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0546\\/0546751_sa.jpg\"}', 'upc' => '044797502125', 'provider' => 'bestbuy'],\n ['name' => \"Grasshopper - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grasshopper-cd/546779.p?id=76583&skuId=546779&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546779', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0546\\/0546779_sa.jpg\"}', 'upc' => '042280003821', 'provider' => 'bestbuy'],\n ['name' => \"5 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-cd/546840.p?id=76582&skuId=546840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0546\\/0546840_sa.jpg\"}', 'upc' => '042281031328', 'provider' => 'bestbuy'],\n ['name' => \"Roy Buchanan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roy-buchanan-cd/546886.p?id=76196&skuId=546886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5468\\/546886_sa.jpg\"}', 'upc' => '042283141322', 'provider' => 'bestbuy'],\n ['name' => \"Best of Doug Sahm & the Sir Douglas Quintet... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-doug-sahm-the-sir-douglas-quintet-cd/546984.p?id=97720&skuId=546984&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=546984', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5469\\/546984.jpg\"}', 'upc' => '042284658621', 'provider' => 'bestbuy'],\n ['name' => \"Joan Armatrading - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joan-armatrading-cd/547064.p?id=73232&skuId=547064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=547064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0547\\/0547064_sa.jpg\"}', 'upc' => '075021322820', 'provider' => 'bestbuy'],\n ['name' => \"The Six Wives of Henry VIII - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-six-wives-of-henry-viii-cd/547082.p?id=103339&skuId=547082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=547082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0547\\/0547082_sa.jpg\"}', 'upc' => '075021322929', 'provider' => 'bestbuy'],\n ['name' => \"Big Tyme - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-tyme-cd/547206.p?id=85155&skuId=547206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=547206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5472\\/547206_sa.jpg\"}', 'upc' => '076742230227', 'provider' => 'bestbuy'],\n ['name' => \"Mountain Dance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mountain-dance-cd/547224.p?id=67014&skuId=547224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=547224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0547\\/0547224_sa.jpg\"}', 'upc' => '011105950725', 'provider' => 'bestbuy'],\n ['name' => \"Caught in the Act - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caught-in-the-act-cd/547297.p?id=67366&skuId=547297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=547297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5472\\/547297.jpg\"}', 'upc' => '011105960021', 'provider' => 'bestbuy'],\n ['name' => \"Outrider - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/outrider-cd/547448.p?id=94268&skuId=547448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=547448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0547\\/0547448_sa.jpg\"}', 'upc' => '720642418826', 'provider' => 'bestbuy'],\n ['name' => \"Introducing ... David Peaston - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/introducing-david-peaston-cd/547509.p?id=94589&skuId=547509&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=547509', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0547\\/0547509_sa.jpg\"}', 'upc' => '720642422823', 'provider' => 'bestbuy'],\n ['name' => \"Junkyard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/junkyard-cd/547885.p?id=87509&skuId=547885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=547885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0547\\/0547885_sa.jpg\"}', 'upc' => '720642422724', 'provider' => 'bestbuy'],\n ['name' => \"Peepshow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peepshow-cd/548198.p?id=98940&skuId=548198&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548198', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0548\\/0548198_sa.jpg\"}', 'upc' => '720642420522', 'provider' => 'bestbuy'],\n ['name' => \"Goo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goo-cd/548312.p?id=99453&skuId=548312&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548312', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0548\\/0548312_sa.jpg\"}', 'upc' => '720642429723', 'provider' => 'bestbuy'],\n ['name' => \"Robbie Robertson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/robbie-robertson-cd/548438.p?id=251978&skuId=548438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5484\\/548438_sa.jpg\"}', 'upc' => '720642416020', 'provider' => 'bestbuy'],\n ['name' => \"Portrait - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portrait-cd/548447.p?id=70353&skuId=548447&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548447', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0548\\/0548447_sa.jpg\"}', 'upc' => '011105955324', 'provider' => 'bestbuy'],\n ['name' => \"Chick Corea Akoustic Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chick-corea-akoustic-band-cd/548526.p?id=65281&skuId=548526&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548526', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5485\\/548526_sa.jpg\"}', 'upc' => '011105958226', 'provider' => 'bestbuy'],\n ['name' => \"Larry Carlton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/larry-carlton-cd/548599.p?id=64825&skuId=548599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5485\\/548599_sa.jpg\"}', 'upc' => '076742224523', 'provider' => 'bestbuy'],\n ['name' => \"Discovery - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/discovery-cd/548633.p?id=64822&skuId=548633&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548633', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0548\\/0548633_sa.jpg\"}', 'upc' => '076742200329', 'provider' => 'bestbuy'],\n ['name' => \"Reunion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reunion-cd/548679.p?id=64732&skuId=548679&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548679', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5486\\/548679.jpg\"}', 'upc' => '011105959827', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-3-cd/548768.p?id=102598&skuId=548768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0548\\/0548768_sa.jpg\"}', 'upc' => '076732639122', 'provider' => 'bestbuy'],\n ['name' => \"Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/home-cd/548928.p?id=91772&skuId=548928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=548928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5489\\/548928_sa.jpg\"}', 'upc' => '076732631225', 'provider' => 'bestbuy'],\n ['name' => \"Stones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stones-cd/549160.p?id=3340747&skuId=549160&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549160', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '076743600524', 'provider' => 'bestbuy'],\n ['name' => \"Dog Eat Dog - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dog-eat-dog-cd/549188.p?id=91921&skuId=549188&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549188', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0549\\/0549188_sa.jpg\"}', 'upc' => '720642407424', 'provider' => 'bestbuy'],\n ['name' => \"Wild Things Run Fast - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-things-run-fast-cd/549204.p?id=91933&skuId=549204&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549204', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0549\\/0549204_sa.jpg\"}', 'upc' => '720642201923', 'provider' => 'bestbuy'],\n ['name' => \"Act III - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/act-iii-cd/549393.p?id=1367279&skuId=549393&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549393', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0549\\/0549393_sa.jpg\"}', 'upc' => '075992428026', 'provider' => 'bestbuy'],\n ['name' => \"Urban Daydreams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/urban-daydreams-cd/549446.p?id=64161&skuId=549446&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549446', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0549\\/0549446_sa.jpg\"}', 'upc' => '011105958721', 'provider' => 'bestbuy'],\n ['name' => \"Beetlejuice [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beetlejuice-original-motion-picture-soundtrack-cd-original-soundtrack/549455.p?id=2390251&skuId=549455&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549455', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5494\\/549455.jpg\"}', 'upc' => '720642420225', 'provider' => 'bestbuy'],\n ['name' => \"Blue Murder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-murder-cd/549482.p?id=75128&skuId=549482&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549482', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5494\\/549482_sa.jpg\"}', 'upc' => '720642421222', 'provider' => 'bestbuy'],\n ['name' => \"Country Music Hall of Fame Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-music-hall-of-fame-series-cd/549650.p?id=103787&skuId=549650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5496\\/549650_sa.jpg\"}', 'upc' => '008811008123', 'provider' => 'bestbuy'],\n ['name' => \"Characters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/characters-cd/549758.p?id=2389718&skuId=549758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0549\\/0549758_sa.jpg\"}', 'upc' => '737463624824', 'provider' => 'bestbuy'],\n ['name' => \"Through the Looking Glass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/through-the-looking-glass-cd/549794.p?id=98944&skuId=549794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0549\\/0549794_sa.jpg\"}', 'upc' => '720642413425', 'provider' => 'bestbuy'],\n ['name' => \"Little Shop Of Horrors - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-shop-of-horrors-cd-original-soundtrack/549838.p?id=2068446&skuId=549838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0549\\/0549838_sa.jpg\"}', 'upc' => '720642412527', 'provider' => 'bestbuy'],\n ['name' => \"Christmas [RCA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-rca-cd/549883.p?id=99224&skuId=549883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0549\\/0549883_sa.jpg\"}', 'upc' => '012414920829', 'provider' => 'bestbuy'],\n ['name' => \"Evita [Original Broadway Cast] - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/evita-original-broadway-cast-cd-original-broadway-cast/549972.p?id=2182677&skuId=549972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=549972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5499\\/549972_sa.jpg\"}', 'upc' => '076731010724', 'provider' => 'bestbuy'],\n ['name' => \"You Had to Be There: Recorded Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-had-to-be-there-recorded-live-cd/550059.p?id=76282&skuId=550059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5500\\/550059_sa.jpg\"}', 'upc' => '076732600528', 'provider' => 'bestbuy'],\n ['name' => \"All in Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-in-love-cd/550102.p?id=94135&skuId=550102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5501\\/550102.jpg\"}', 'upc' => '715187743120', 'provider' => 'bestbuy'],\n ['name' => \"Runt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/runt-cd/550184.p?id=97550&skuId=550184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5501\\/550184_sa.jpg\"}', 'upc' => '081227086220', 'provider' => 'bestbuy'],\n ['name' => \"Hermit of Mink Hollow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hermit-of-mink-hollow-cd/550193.p?id=97544&skuId=550193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5501\\/550193_sa.jpg\"}', 'upc' => '081227087128', 'provider' => 'bestbuy'],\n ['name' => \"Faithful - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/faithful-cd/550219.p?id=97542&skuId=550219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0550\\/0550219_sa.jpg\"}', 'upc' => '081227086824', 'provider' => 'bestbuy'],\n ['name' => \"A Wizard, A True Star [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-wizard-a-true-star-pa-cd/550237.p?id=97539&skuId=550237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5502\\/550237_sa.jpg\"}', 'upc' => '081227086428', 'provider' => 'bestbuy'],\n ['name' => \"Time on My Hands - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-on-my-hands-cd/550308.p?id=70717&skuId=550308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0550\\/0550308_sa.jpg\"}', 'upc' => '077779289424', 'provider' => 'bestbuy'],\n ['name' => \"Songs That Got Us Through WW2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-that-got-us-through-ww2-cd-various/550380.p?id=104726&skuId=550380&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550380', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5503\\/550380_sa.jpg\"}', 'upc' => '081227096021', 'provider' => 'bestbuy'],\n ['name' => \"U-Krew - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/u-krew-cd/550781.p?id=1981186&skuId=550781&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550781', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5507\\/550781.jpg\"}', 'upc' => '018777352420', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Wayne Newton Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-wayne-newton-now-cd/550825.p?id=93272&skuId=550825&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550825', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5508\\/550825.jpg\"}', 'upc' => '715187727021', 'provider' => 'bestbuy'],\n ['name' => \"Lifetime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lifetime-cd/550834.p?id=96152&skuId=550834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5508\\/550834.jpg\"}', 'upc' => '715187727120', 'provider' => 'bestbuy'],\n ['name' => \"Disco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disco-cd/550905.p?id=94763&skuId=550905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=550905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0550\\/0550905_sa.jpg\"}', 'upc' => '077774645027', 'provider' => 'bestbuy'],\n ['name' => \"Love Junk [Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-junk-bonus-track-cd/551058.p?id=243478&skuId=551058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0551\\/0551058_sa.jpg\"}', 'upc' => '094632167521', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Melanie [Rhino] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-melanie-rhino-cd/551174.p?id=91352&skuId=551174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0551\\/0551174_sa.jpg\"}', 'upc' => '081227099121', 'provider' => 'bestbuy'],\n ['name' => \"Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cd/551209.p?id=91135&skuId=551209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5512\\/551209.jpg\"}', 'upc' => '715187725423', 'provider' => 'bestbuy'],\n ['name' => \"Day by Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/day-by-day-cd/551281.p?id=69521&skuId=551281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5512\\/551281.jpg\"}', 'upc' => '077779009626', 'provider' => 'bestbuy'],\n ['name' => \"Hipsters' Holiday: Vocal Jazz & R&B Classics - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hipsters-holiday-vocal-jazz-r-b-classics-cd-various/551423.p?id=64974&skuId=551423&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551423', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5514\\/551423_sa.jpg\"}', 'upc' => '081227091026', 'provider' => 'bestbuy'],\n ['name' => \"A Change in the Weather - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-change-in-the-weather-cd/551432.p?id=84248&skuId=551432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0551\\/0551432_sa.jpg\"}', 'upc' => '081227091422', 'provider' => 'bestbuy'],\n ['name' => \"All Night Long - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-night-long-cd/551487.p?id=84570&skuId=551487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5514\\/551487.jpg\"}', 'upc' => '715187741027', 'provider' => 'bestbuy'],\n ['name' => \"Step in the Arena - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/step-in-the-arena-cd/551575.p?id=83237&skuId=551575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0551\\/0551575_sa.jpg\"}', 'upc' => '094632179821', 'provider' => 'bestbuy'],\n ['name' => \"Foghat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/foghat-cd/551753.p?id=82558&skuId=551753&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551753', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5517\\/551753_sa.jpg\"}', 'upc' => '081227088729', 'provider' => 'bestbuy'],\n ['name' => \"Eliane Elias Plays Jobim - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eliane-elias-plays-jobim-cd/551842.p?id=2443831&skuId=551842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=551842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0551\\/0551842_sa.jpg\"}', 'upc' => '077779308927', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Dance Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-dance-hits-cd/552397.p?id=87550&skuId=552397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=552397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0552\\/0552397_sa.jpg\"}', 'upc' => '715187726024', 'provider' => 'bestbuy'],\n ['name' => \"The Whole Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-whole-story-cd/552734.p?id=76391&skuId=552734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=552734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0552\\/0552734_sa.jpg\"}', 'upc' => '077774641425', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Jesse Winchester - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-jesse-winchester-cd/552841.p?id=104444&skuId=552841&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=552841', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5528\\/552841_sa.jpg\"}', 'upc' => '081227008529', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Beau Brummels: Golden Archive... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-beau-brummels-golden-archive-cd/553056.p?id=74236&skuId=553056&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=553056', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0553\\/0553056_sa.jpg\"}', 'upc' => '081227577926', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/553065.p?id=73877&skuId=553065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=553065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5530\\/553065.jpg\"}', 'upc' => '715187725928', 'provider' => 'bestbuy'],\n ['name' => \"No Frontiers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-frontiers-cd/553172.p?id=243614&skuId=553172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=553172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0553\\/0553172_sa.jpg\"}', 'upc' => '739341000225', 'provider' => 'bestbuy'],\n ['name' => \"Mission Earth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mission-earth-cd/553270.p?id=2023283&skuId=553270&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=553270', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5532\\/553270.jpg\"}', 'upc' => '081227070922', 'provider' => 'bestbuy'],\n ['name' => \"Staying a Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/staying-a-life-cd/554698.p?id=72386&skuId=554698&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=554698', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5546\\/554698_sa.jpg\"}', 'upc' => '074644694420', 'provider' => 'bestbuy'],\n ['name' => \"Hot House Flowers [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-house-flowers-ecd-cd/554796.p?id=68824&skuId=554796&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=554796', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0554\\/0554796_sa.jpg\"}', 'upc' => '074643953023', 'provider' => 'bestbuy'],\n ['name' => \"Martika - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/martika-cd/554821.p?id=90695&skuId=554821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=554821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0554\\/0554821_sa.jpg\"}', 'upc' => '074644429022', 'provider' => 'bestbuy'],\n ['name' => \"Into the Mirror Black - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/into-the-mirror-black-cd/555027.p?id=97844&skuId=555027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=555027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5550\\/555027_sa.jpg\"}', 'upc' => '074644508529', 'provider' => 'bestbuy'],\n ['name' => \"Thundering Herds 1945-1947 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thundering-herds-1945-1947-cd/555205.p?id=67383&skuId=555205&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=555205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5552\\/555205_sa.jpg\"}', 'upc' => '074644410822', 'provider' => 'bestbuy'],\n ['name' => \"Guilty - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guilty-cd/555385.p?id=100599&skuId=555385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=555385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5553\\/555385_sa.jpg\"}', 'upc' => '074643675024', 'provider' => 'bestbuy'],\n ['name' => \"Dirty Weapons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dirty-weapons-cd/555492.p?id=271778&skuId=555492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=555492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '074644513929', 'provider' => 'bestbuy'],\n ['name' => \"40 Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/40-greatest-hits-cd/555786.p?id=104102&skuId=555786&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=555786', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0555\\/0555786_sa.jpg\"}', 'upc' => '042282123329', 'provider' => 'bestbuy'],\n ['name' => \"An Anthology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-anthology-cd/555839.p?id=72790&skuId=555839&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=555839', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5558\\/555839_sa.jpg\"}', 'upc' => '042283144422', 'provider' => 'bestbuy'],\n ['name' => \"Live at Ludlow Garage 1970 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-ludlow-garage-1970-cd/555900.p?id=72781&skuId=555900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=555900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5559\\/555900_sa.jpg\"}', 'upc' => '042284326025', 'provider' => 'bestbuy'],\n ['name' => \"An Anthology, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-anthology-vol-2-cd/555919.p?id=72791&skuId=555919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=555919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5559\\/555919.jpg\"}', 'upc' => '042283144521', 'provider' => 'bestbuy'],\n ['name' => \"Just Say Yo: Vol. 2 of Just Say Yes - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-say-yo-vol-2-of-just-say-yes-various-cd/557873.p?id=87520&skuId=557873&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=557873', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5578\\/557873.jpg\"}', 'upc' => '075992574525', 'provider' => 'bestbuy'],\n ['name' => \"Tain't Nobody's Biz-ness If I Do - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/taint-nobodys-biz-ness-if-i-do-cd/557908.p?id=67666&skuId=557908&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=557908', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0557\\/0557908_sa.jpg\"}', 'upc' => '025218645324', 'provider' => 'bestbuy'],\n ['name' => \"The New Boss Guitar of George Benson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-new-boss-guitar-of-george-benson-cd/557926.p?id=2551770&skuId=557926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=557926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5579\\/557926.jpg\"}', 'upc' => '025218646123', 'provider' => 'bestbuy'],\n ['name' => \"Music of Espionage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-espionage-cd/558104.p?id=71090&skuId=558104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=558104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0558\\/0558104_sa.jpg\"}', 'upc' => '089408550324', 'provider' => 'bestbuy'],\n ['name' => \"1712 Overture & Other Musical Assaults - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1712-overture-other-musical-assaults-cd/558177.p?id=287746&skuId=558177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=558177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5581\\/558177.jpg\"}', 'upc' => '089408021022', 'provider' => 'bestbuy'],\n ['name' => \"Uptown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uptown-cd/558541.p?id=70148&skuId=558541&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=558541', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0558\\/0558541_sa.jpg\"}', 'upc' => '089408330322', 'provider' => 'bestbuy'],\n ['name' => \"Highlights from the Carnegie Hall Concerts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/highlights-from-the-carnegie-hall-concerts-cd/558676.p?id=91832&skuId=558676&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=558676', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0558\\/0558676_sa.jpg\"}', 'upc' => '089408550522', 'provider' => 'bestbuy'],\n ['name' => \"Piano Sonatas 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-sonatas-3-cd/558756.p?id=1693296&skuId=558756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=558756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5587\\/558756_sa.jpg\"}', 'upc' => '089408018527', 'provider' => 'bestbuy'],\n ['name' => \"Big Band Hit Parade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-band-hit-parade-cd/558765.p?id=88461&skuId=558765&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=558765', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5587\\/558765_sa.jpg\"}', 'upc' => '089408017728', 'provider' => 'bestbuy'],\n ['name' => \"Bebe & Cece Winans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bebe-cece-winans-cd/559675.p?id=2295468&skuId=559675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=559675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5596\\/559675_sa.jpg\"}', 'upc' => '077774688321', 'provider' => 'bestbuy'],\n ['name' => \"Fisherman's Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fishermans-blues-cd/559693.p?id=103591&skuId=559693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=559693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5596\\/559693.jpg\"}', 'upc' => '094632158925', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Art Blakey [Blue Note/Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-art-blakey-blue-note-capitol-cd/559782.p?id=64322&skuId=559782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=559782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5597\\/559782_sa.jpg\"}', 'upc' => '077779320523', 'provider' => 'bestbuy'],\n ['name' => \"The Capitol Collector's Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-capitol-collectors-series-cd/560048.p?id=90678&skuId=560048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0560\\/0560048_sa.jpg\"}', 'upc' => '077779163328', 'provider' => 'bestbuy'],\n ['name' => \"Born 2B Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-2b-blue-cd/560057.p?id=91731&skuId=560057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5600\\/560057.jpg\"}', 'upc' => '077774830324', 'provider' => 'bestbuy'],\n ['name' => \"Sailor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sailor-cd/560066.p?id=91741&skuId=560066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5600\\/560066.jpg\"}', 'upc' => '077779444922', 'provider' => 'bestbuy'],\n ['name' => \"Abracadabra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/abracadabra-cd/560075.p?id=2277110&skuId=560075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5600\\/560075_sa.jpg\"}', 'upc' => '077774610223', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Stanley Turrentine [Blue Note] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-stanley-turrentine-blue-note-cd/560244.p?id=71557&skuId=560244&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560244', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5602\\/560244_sa.jpg\"}', 'upc' => '077779320127', 'provider' => 'bestbuy'],\n ['name' => \"Break Every Rule - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/break-every-rule-cd/560262.p?id=3443232&skuId=560262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5602\\/560262.jpg\"}', 'upc' => '077774632324', 'provider' => 'bestbuy'],\n ['name' => \"Love Stinks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-stinks-cd/560413.p?id=83450&skuId=560413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5604\\/560413.jpg\"}', 'upc' => '077779270323', 'provider' => 'bestbuy'],\n ['name' => \"Singles Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singles-collection-cd/560495.p?id=2281113&skuId=560495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0560\\/0560495_sa.jpg\"}', 'upc' => '094632149824', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Jimmy Smith: The Blue Note Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-jimmy-smith-the-blue-note-years-cd/560538.p?id=71020&skuId=560538&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560538', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0560\\/0560538_sa.jpg\"}', 'upc' => '077779114023', 'provider' => 'bestbuy'],\n ['name' => \"Sheriff - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sheriff-cd/560565.p?id=1432797&skuId=560565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5605\\/560565.jpg\"}', 'upc' => '077779121625', 'provider' => 'bestbuy'],\n ['name' => \"Wide Open - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wide-open-cd/560583.p?id=97984&skuId=560583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5605\\/560583.jpg\"}', 'upc' => '715187758520', 'provider' => 'bestbuy'],\n ['name' => \"Stormy Monday - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stormy-monday-cd/560734.p?id=96116&skuId=560734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5607\\/560734_sa.jpg\"}', 'upc' => '077779144129', 'provider' => 'bestbuy'],\n ['name' => \"New York, New York [Original Soundtrack] - CD - Original Soundtrack Italy\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-york-new-york-original-soundtrack-cd-original-soundtrack-italy/560823.p?id=93222&skuId=560823&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=560823', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5608\\/560823.jpg\"}', 'upc' => '077774609029', 'provider' => 'bestbuy'],\n ['name' => \"The Golden Age of Wireless - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-golden-age-of-wireless-cd/561038.p?id=80701&skuId=561038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=561038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5610\\/561038_sa.jpg\"}', 'upc' => '077774600927', 'provider' => 'bestbuy'],\n ['name' => \"Live in New York City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-new-york-city-cd/561323.p?id=89034&skuId=561323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=561323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0561\\/0561323_sa.jpg\"}', 'upc' => '077774619622', 'provider' => 'bestbuy'],\n ['name' => \"The Kick Inside - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => 6.99, 'url' => 'http://www.bestbuy.com/site/the-kick-inside-cd/561412.p?id=76390&skuId=561412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=561412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0561\\/0561412_sa.jpg\"}', 'upc' => '077774601221', 'provider' => 'bestbuy'],\n ['name' => \"Unchain My Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unchain-my-heart-cd/561467.p?id=2071601&skuId=561467&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=561467', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5614\\/561467_sa.jpg\"}', 'upc' => '077774828529', 'provider' => 'bestbuy'],\n ['name' => \"House Of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/house-of-love-cd/561626.p?id=85798&skuId=561626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=561626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0561\\/0561626_sa.jpg\"}', 'upc' => '042284229326', 'provider' => 'bestbuy'],\n ['name' => \"Changeless [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/changeless-digdownload-cd/561751.p?id=67882&skuId=561751&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=561751', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5617\\/561751.jpg\"}', 'upc' => '042283961821', 'provider' => 'bestbuy'],\n ['name' => \"Vesta 4 U - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vesta-4-u-cd/562037.p?id=104219&skuId=562037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5620\\/562037_sa.jpg\"}', 'upc' => '075021522329', 'provider' => 'bestbuy'],\n ['name' => \"Suzanne Vega - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/suzanne-vega-cd/562073.p?id=103054&skuId=562073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0562\\/0562073_sa.jpg\"}', 'upc' => '075021507227', 'provider' => 'bestbuy'],\n ['name' => \"Solitude Standing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/solitude-standing-cd/562082.p?id=103053&skuId=562082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5620\\/562082_sa.jpg\"}', 'upc' => '075021513624', 'provider' => 'bestbuy'],\n ['name' => \"Southside - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/southside-cd/562153.p?id=101499&skuId=562153&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562153', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0562\\/0562153_sa.jpg\"}', 'upc' => '042283817128', 'provider' => 'bestbuy'],\n ['name' => \"Best of Oingo Boingo: Skeletons in the Closet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-oingo-boingo-skeletons-in-the-closet-cd/562484.p?id=93836&skuId=562484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5624\\/562484_sa.jpg\"}', 'upc' => '075021521728', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Portrait - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-portrait-cd/562527.p?id=76915&skuId=562527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5625\\/562527.jpg\"}', 'upc' => '075021517325', 'provider' => 'bestbuy'],\n ['name' => \"I 2 (Eye) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-2-eye-cd/562607.p?id=99226&skuId=562607&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562607', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0562\\/0562607_sa.jpg\"}', 'upc' => '012414920621', 'provider' => 'bestbuy'],\n ['name' => \"2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-cd/562616.p?id=99229&skuId=562616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0562\\/0562616_sa.jpg\"}', 'upc' => '012414920423', 'provider' => 'bestbuy'],\n ['name' => \"Michael W. Smith Project - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/michael-w-smith-project-cd/562625.p?id=99228&skuId=562625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5626\\/562625_sa.jpg\"}', 'upc' => '012414920928', 'provider' => 'bestbuy'],\n ['name' => \"Bebe's Kids - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bebes-kids-cd/562787.p?id=84905&skuId=562787&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562787', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5627\\/562787.jpg\"}', 'upc' => '042284196024', 'provider' => 'bestbuy'],\n ['name' => \"Doro - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doro-cd/562910.p?id=1433175&skuId=562910&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562910', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5629\\/562910.jpg\"}', 'upc' => '042284619424', 'provider' => 'bestbuy'],\n ['name' => \"Flying Colours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flying-colours-cd/562929.p?id=79919&skuId=562929&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=562929', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0562\\/0562929_sa.jpg\"}', 'upc' => '075021522428', 'provider' => 'bestbuy'],\n ['name' => \"Classics, Vol. 18 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classics-vol-18-cd/563090.p?id=91428&skuId=563090&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=563090', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5630\\/563090_sa.jpg\"}', 'upc' => '075021251625', 'provider' => 'bestbuy'],\n ['name' => \"Classic 50's Hits, Vol. 1 [Intercontinental] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-50s-hits-vol-1-intercontinental-cd-various/563508.p?id=129277&skuId=563508&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=563508', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0563\\/0563508_sa.jpg\"}', 'upc' => '024266104425', 'provider' => 'bestbuy'],\n ['name' => \"Fish Out of Water - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fish-out-of-water-cd/563688.p?id=102067&skuId=563688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=563688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5636\\/563688.jpg\"}', 'upc' => '042284828925', 'provider' => 'bestbuy'],\n ['name' => \"Breaths - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/breaths-cd/563866.p?id=100983&skuId=563866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=563866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5638\\/563866_sa.jpg\"}', 'upc' => '018964010522', 'provider' => 'bestbuy'],\n ['name' => \"Gathering Place - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gathering-place-cd/563875.p?id=96412&skuId=563875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=563875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5638\\/563875_sa.jpg\"}', 'upc' => '048248107624', 'provider' => 'bestbuy'],\n ['name' => \"Bad Axe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-axe-cd/563900.p?id=98184&skuId=563900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=563900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5639\\/563900.jpg\"}', 'upc' => '014551473824', 'provider' => 'bestbuy'],\n ['name' => \"Live at Keystone, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-keystone-vol-1-cd/563991.p?id=83270&skuId=563991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=563991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0563\\/0563991_sa.jpg\"}', 'upc' => '025218770125', 'provider' => 'bestbuy'],\n ['name' => \"Live at Keystone, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-keystone-vol-2-cd/564008.p?id=83271&skuId=564008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5640\\/564008_sa.jpg\"}', 'upc' => '025218770224', 'provider' => 'bestbuy'],\n ['name' => \"Keystone Encores, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keystone-encores-vol-1-cd/564017.p?id=83267&skuId=564017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5640\\/564017.jpg\"}', 'upc' => '025218770323', 'provider' => 'bestbuy'],\n ['name' => \"Thelonious Monk with John Coltrane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thelonious-monk-with-john-coltrane-cd/564026.p?id=69306&skuId=564026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5640\\/564026_sa.jpg\"}', 'upc' => '025218603928', 'provider' => 'bestbuy'],\n ['name' => \"Humour Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/humour-me-cd/564240.p?id=104445&skuId=564240&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564240', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564240_sa.jpg\"}', 'upc' => '015891102320', 'provider' => 'bestbuy'],\n ['name' => \"On Praying Ground - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-praying-ground-cd/564259.p?id=103626&skuId=564259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5642\\/564259_sa.jpg\"}', 'upc' => '015891377926', 'provider' => 'bestbuy'],\n ['name' => \"Blue Ridge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-ridge-cd/564268.p?id=156036&skuId=564268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564268_sa.jpg\"}', 'upc' => '015891374727', 'provider' => 'bestbuy'],\n ['name' => \"Change of Scenery - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/change-of-scenery-cd/564277.p?id=98307&skuId=564277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564277_sa.jpg\"}', 'upc' => '015891376325', 'provider' => 'bestbuy'],\n ['name' => \"New Moon Rising - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-moon-rising-cd/564295.p?id=97425&skuId=564295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5642\\/564295_sa.jpg\"}', 'upc' => '015891376226', 'provider' => 'bestbuy'],\n ['name' => \"Bayou Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bayou-blues-cd/564320.p?id=77343&skuId=564320&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564320', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564320_sa.jpg\"}', 'upc' => '022211213925', 'provider' => 'bestbuy'],\n ['name' => \"Sweet and Sexy: The Ultimate Collection of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-and-sexy-the-ultimate-collection-of-cd/564366.p?id=103600&skuId=564366&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564366', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5643\\/564366.jpg\"}', 'upc' => '026656271328', 'provider' => 'bestbuy'],\n ['name' => \"Back to Wreck the Shop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-wreck-the-shop-cd/564393.p?id=102460&skuId=564393&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564393', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5643\\/564393.jpg\"}', 'upc' => '026656271229', 'provider' => 'bestbuy'],\n ['name' => \"The Wild Tchoupitoulas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-wild-tchoupitoulas-cd/564419.p?id=104237&skuId=564419&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564419', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5644\\/564419.jpg\"}', 'upc' => '016253990821', 'provider' => 'bestbuy'],\n ['name' => \"Solid Gold Cadillac - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/solid-gold-cadillac-cd/564446.p?id=104705&skuId=564446&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564446', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564446_sa.jpg\"}', 'upc' => '019148419124', 'provider' => 'bestbuy'],\n ['name' => \"Mellow Down Easy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mellow-down-easy-cd/564516.p?id=74367&skuId=564516&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564516', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5645\\/564516.jpg\"}', 'upc' => '019148429123', 'provider' => 'bestbuy'],\n ['name' => \"Dreams Come True - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dreams-come-true-cd/564534.p?id=101782&skuId=564534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5645\\/564534_sa.jpg\"}', 'upc' => '049891001420', 'provider' => 'bestbuy'],\n ['name' => \"Bass Is the Name of the Game - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bass-is-the-name-of-the-game-cd/564561.p?id=90159&skuId=564561&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564561', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5645\\/564561.jpg\"}', 'upc' => '021257940321', 'provider' => 'bestbuy'],\n ['name' => \"Falling in Love with Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/falling-in-love-with-jazz-cd/564605.p?id=70433&skuId=564605&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564605', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5646\\/564605_sa.jpg\"}', 'upc' => '025218917926', 'provider' => 'bestbuy'],\n ['name' => \"Too Much Pain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/too-much-pain-cd/564632.p?id=155049&skuId=564632&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564632', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564632_sa.jpg\"}', 'upc' => '048021745326', 'provider' => 'bestbuy'],\n ['name' => \"Raw Magic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raw-magic-cd/564641.p?id=90165&skuId=564641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5646\\/564641_sa.jpg\"}', 'upc' => '014551472827', 'provider' => 'bestbuy'],\n ['name' => \"Disturbing the Peace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disturbing-the-peace-cd/564650.p?id=89351&skuId=564650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564650_sa.jpg\"}', 'upc' => '014551476122', 'provider' => 'bestbuy'],\n ['name' => \"The Mississippi Mass Choir - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mississippi-mass-choir-cd/564669.p?id=91899&skuId=564669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564669_sa.jpg\"}', 'upc' => '048021600328', 'provider' => 'bestbuy'],\n ['name' => \"Captured Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/captured-live-cd/564678.p?id=89350&skuId=564678&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564678', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5646\\/564678.jpg\"}', 'upc' => '014551479420', 'provider' => 'bestbuy'],\n ['name' => \"All the Way Crazy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-the-way-crazy-cd/564696.p?id=89349&skuId=564696&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564696', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5646\\/564696_sa.jpg\"}', 'upc' => '014551475323', 'provider' => 'bestbuy'],\n ['name' => \"Big Fun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-fun-cd/564703.p?id=2389831&skuId=564703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5647\\/564703_sa.jpg\"}', 'upc' => '014551476726', 'provider' => 'bestbuy'],\n ['name' => \"2 Low Life Muthas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-low-life-muthas-cd/564721.p?id=95129&skuId=564721&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5647\\/564721.jpg\"}', 'upc' => '022471300120', 'provider' => 'bestbuy'],\n ['name' => \"Triple Play - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/triple-play-cd/564758.p?id=94778&skuId=564758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564758_sa.jpg\"}', 'upc' => '014551478928', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Run - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-run-cd/564794.p?id=74995&skuId=564794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5647\\/564794_sa.jpg\"}', 'upc' => '048021745029', 'provider' => 'bestbuy'],\n ['name' => \"Bayou Cadillac - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bayou-cadillac-cd/564801.p?id=2416691&skuId=564801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564801_sa.jpg\"}', 'upc' => '011661602526', 'provider' => 'bestbuy'],\n ['name' => \"Whoopin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whoopin-cd/564874.p?id=101458&skuId=564874&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564874', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564874_sa.jpg\"}', 'upc' => '014551473428', 'provider' => 'bestbuy'],\n ['name' => \"Jump for Joy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jump-for-joy-cd/564883.p?id=101265&skuId=564883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564883_sa.jpg\"}', 'upc' => '014551478423', 'provider' => 'bestbuy'],\n ['name' => \"Simply The Best Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/simply-the-best-live-cd/564892.p?id=2443636&skuId=564892&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564892', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564892_sa.jpg\"}', 'upc' => '011661211025', 'provider' => 'bestbuy'],\n ['name' => \"Harp Attack! - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harp-attack-cd-various/564909.p?id=78795&skuId=564909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564909_sa.jpg\"}', 'upc' => '014551479024', 'provider' => 'bestbuy'],\n ['name' => \"Frozen Alive! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frozen-alive-cd/564927.p?id=78330&skuId=564927&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5649\\/564927_sa.jpg\"}', 'upc' => '014551472520', 'provider' => 'bestbuy'],\n ['name' => \"Don't Lose Your Cool - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-lose-your-cool-cd/564936.p?id=78328&skuId=564936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0564\\/0564936_sa.jpg\"}', 'upc' => '014551473022', 'provider' => 'bestbuy'],\n ['name' => \"Frostbite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frostbite-cd/564945.p?id=78329&skuId=564945&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564945', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5649\\/564945_sa.jpg\"}', 'upc' => '014551471929', 'provider' => 'bestbuy'],\n ['name' => \"Dancing on the Edge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dancing-on-the-edge-cd/564954.p?id=76189&skuId=564954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5649\\/564954.jpg\"}', 'upc' => '014551474722', 'provider' => 'bestbuy'],\n ['name' => \"All My Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-my-life-cd/564963.p?id=75881&skuId=564963&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564963', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5649\\/564963.jpg\"}', 'upc' => '011661950122', 'provider' => 'bestbuy'],\n ['name' => \"Ice Pickin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ice-pickin-cd/564981.p?id=78331&skuId=564981&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564981', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5649\\/564981_sa.jpg\"}', 'upc' => '014551471325', 'provider' => 'bestbuy'],\n ['name' => \"Queen of the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/queen-of-the-blues-cd/564990.p?id=101268&skuId=564990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=564990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5649\\/564990.jpg\"}', 'upc' => '014551474029', 'provider' => 'bestbuy'],\n ['name' => \"Lovejoy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lovejoy-cd/565043.p?id=87890&skuId=565043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5650\\/565043_sa.jpg\"}', 'upc' => '025218851725', 'provider' => 'bestbuy'],\n ['name' => \"Charge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/charge-cd/565132.p?id=84526&skuId=565132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0565\\/0565132_sa.jpg\"}', 'upc' => '018861025629', 'provider' => 'bestbuy'],\n ['name' => \"Mahogany Nights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mahogany-nights-cd/565141.p?id=87790&skuId=565141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5651\\/565141_sa.jpg\"}', 'upc' => '025041102025', 'provider' => 'bestbuy'],\n ['name' => \"Set Free - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/set-free-cd/565178.p?id=80170&skuId=565178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5651\\/565178.jpg\"}', 'upc' => '025041101622', 'provider' => 'bestbuy'],\n ['name' => \"Music to Disappear In - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-to-disappear-in-cd/565196.p?id=96034&skuId=565196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5651\\/565196_sa.jpg\"}', 'upc' => '025041100526', 'provider' => 'bestbuy'],\n ['name' => \"Starflight 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/starflight-1-cd-various/565258.p?id=100104&skuId=565258&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565258', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5652\\/565258_sa.jpg\"}', 'upc' => '025041110020', 'provider' => 'bestbuy'],\n ['name' => \"Rainforest - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rainforest-cd/565267.p?id=96614&skuId=565267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5652\\/565267_sa.jpg\"}', 'upc' => '025041101424', 'provider' => 'bestbuy'],\n ['name' => \"Strata - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strata-cd/565276.p?id=96790&skuId=565276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5652\\/565276.jpg\"}', 'upc' => '025041101929', 'provider' => 'bestbuy'],\n ['name' => \"Spinfield - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spinfield-cd/565294.p?id=90063&skuId=565294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0565\\/0565294_sa.jpg\"}', 'upc' => '025041101226', 'provider' => 'bestbuy'],\n ['name' => \"Ballot Result [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ballot-result-pa-cd/565310.p?id=91854&skuId=565310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5653\\/565310_sa.jpg\"}', 'upc' => '018861006826', 'provider' => 'bestbuy'],\n ['name' => \"Hearts of Space: Cruisers 1.0 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hearts-of-space-cruisers-1-0-cd-various/565365.p?id=79359&skuId=565365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0565\\/0565365_sa.jpg\"}', 'upc' => '025041110228', 'provider' => 'bestbuy'],\n ['name' => \"I Against I - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-against-i-cd/565454.p?id=73641&skuId=565454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0565\\/0565454_sa.jpg\"}', 'upc' => '018861006529', 'provider' => 'bestbuy'],\n ['name' => \"Wasted Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wasted-again-cd/565515.p?id=74819&skuId=565515&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565515', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0565\\/0565515_sa.jpg\"}', 'upc' => '018861016627', 'provider' => 'bestbuy'],\n ['name' => \"Rockin' the Boat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-the-boat-cd/565748.p?id=71052&skuId=565748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=565748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5657\\/565748.jpg\"}', 'upc' => '028568802324', 'provider' => 'bestbuy'],\n ['name' => \"Down South - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-south-cd/566104.p?id=103617&skuId=566104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=566104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0566\\/0566104_sa.jpg\"}', 'upc' => '015891374222', 'provider' => 'bestbuy'],\n ['name' => \"The Chess Box [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chess-box-box-cd/566694.p?id=74523&skuId=566694&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=566694', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5666\\/566694.jpg\"}', 'upc' => '076741080120', 'provider' => 'bestbuy'],\n ['name' => \"The Chess Box [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chess-box-box-cd/566701.p?id=2416840&skuId=566701&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=566701', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5667\\/566701_sa.jpg\"}', 'upc' => '076741080229', 'provider' => 'bestbuy'],\n ['name' => \"Oldies But Goodies: 21 #1 Hits - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oldies-but-goodies-21-1-hits-cd-various/566738.p?id=93883&skuId=566738&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=566738', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0566\\/0566738_sa.jpg\"}', 'upc' => '081658881524', 'provider' => 'bestbuy'],\n ['name' => \"Forever Yours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forever-yours-cd/567835.p?id=102248&skuId=567835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=567835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5678\\/567835_sa.jpg\"}', 'upc' => '054291881220', 'provider' => 'bestbuy'],\n ['name' => \"Ace of Harps - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ace-of-harps-cd/567871.p?id=92695&skuId=567871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=567871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5678\\/567871_sa.jpg\"}', 'upc' => '014551478126', 'provider' => 'bestbuy'],\n ['name' => \"Mandy Patinkin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mandy-patinkin-cd/567988.p?id=94503&skuId=567988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=567988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5679\\/567988_sa.jpg\"}', 'upc' => '074644494327', 'provider' => 'bestbuy'],\n ['name' => \"Baroque Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/baroque-music-cd/568852.p?id=1764438&skuId=568852&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=568852', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5688\\/568852.jpg\"}', 'upc' => '074643906128', 'provider' => 'bestbuy'],\n ['name' => \"Short Dog's in the House [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/short-dogs-in-the-house-pa-cd/569129.p?id=101993&skuId=569129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=569129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0569\\/0569129_sa.jpg\"}', 'upc' => '012414134820', 'provider' => 'bestbuy'],\n ['name' => \"Heartbeats Accelerating - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heartbeats-accelerating-cd/569691.p?id=91170&skuId=569691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=569691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5696\\/569691.jpg\"}', 'upc' => '010058207023', 'provider' => 'bestbuy'],\n ['name' => \"Rockin' with the Rhythm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-with-the-rhythm-cd/569940.p?id=3323825&skuId=569940&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=569940', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '078635704228', 'provider' => 'bestbuy'],\n ['name' => \"Breakfast In The Field - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/breakfast-in-the-field-cd/570073.p?id=85163&skuId=570073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=570073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0570\\/0570073_sa.jpg\"}', 'upc' => '019341101727', 'provider' => 'bestbuy'],\n ['name' => \"Playa Del Rock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/playa-del-rock-cd/570340.p?id=79549&skuId=570340&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=570340', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5703\\/570340.jpg\"}', 'upc' => '036124483320', 'provider' => 'bestbuy'],\n ['name' => \"Untitled - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/untitled-cd/570386.p?id=2407988&skuId=570386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=570386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5703\\/570386.jpg\"}', 'upc' => '019341009429', 'provider' => 'bestbuy'],\n ['name' => \"The Trinity Session - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-trinity-session-cd/570518.p?id=79034&skuId=570518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=570518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5705\\/570518_sa.jpg\"}', 'upc' => '078635856828', 'provider' => 'bestbuy'],\n ['name' => \"Deep In the Shed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deep-in-the-shed-cd/570812.p?id=70390&skuId=570812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=570812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0570\\/0570812_sa.jpg\"}', 'upc' => '012416307826', 'provider' => 'bestbuy'],\n ['name' => \"In Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-concert-cd/571125.p?id=94793&skuId=571125&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=571125', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5711\\/571125_sa.jpg\"}', 'upc' => '075992716222', 'provider' => 'bestbuy'],\n ['name' => \"Fleetwood Mac Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fleetwood-mac-live-cd/571152.p?id=82433&skuId=571152&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=571152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5711\\/571152_sa.jpg\"}', 'upc' => '075992741026', 'provider' => 'bestbuy'],\n ['name' => \"Dr. Demento 20th Anniversary Collection: The... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dr-demento-20th-anniversary-collection-the-cd-various/571269.p?id=80860&skuId=571269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=571269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5712\\/571269.jpg\"}', 'upc' => '081227074326', 'provider' => 'bestbuy'],\n ['name' => \"This Is Bass - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-bass-cd-various/571401.p?id=101643&skuId=571401&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=571401', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0571\\/0571401_sa.jpg\"}', 'upc' => '053993331224', 'provider' => 'bestbuy'],\n ['name' => \"Mr Magic'S Rap Attack 5 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mr-magics-rap-attack-5-cd-various/571447.p?id=92549&skuId=571447&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=571447', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5714\\/571447.jpg\"}', 'upc' => '015151128725', 'provider' => 'bestbuy'],\n ['name' => \"Mr. Magic's Rap Attack, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mr-magics-rap-attack-vol-4-cd-various/571456.p?id=92548&skuId=571456&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=571456', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5714\\/571456.jpg\"}', 'upc' => '015151126820', 'provider' => 'bestbuy'],\n ['name' => \"Little Dreamer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-dreamer-cd/571544.p?id=128229&skuId=571544&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=571544', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0571\\/0571544_sa.jpg\"}', 'upc' => '033651003724', 'provider' => 'bestbuy'],\n ['name' => \"Heart of Mine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heart-of-mine-cd/571624.p?id=76578&skuId=571624&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=571624', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0571\\/0571624_sa.jpg\"}', 'upc' => '715776888829', 'provider' => 'bestbuy'],\n ['name' => \"Hand of Kindness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hand-of-kindness-cd/571991.p?id=101694&skuId=571991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=571991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0571\\/0571991_sa.jpg\"}', 'upc' => '031257131322', 'provider' => 'bestbuy'],\n ['name' => \"Pink Cadillac - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pink-cadillac-cd/572044.p?id=2294065&skuId=572044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=572044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5720\\/572044_sa.jpg\"}', 'upc' => '094012000721', 'provider' => 'bestbuy'],\n ['name' => \"Aimless Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aimless-love-cd/572062.p?id=95509&skuId=572062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=572062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5720\\/572062_sa.jpg\"}', 'upc' => '094012000226', 'provider' => 'bestbuy'],\n ['name' => \"German Afternoons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/german-afternoons-cd/572071.p?id=95514&skuId=572071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=572071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5720\\/572071_sa.jpg\"}', 'upc' => '094012000325', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/572080.p?id=95517&skuId=572080&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=572080', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5720\\/572080_sa.jpg\"}', 'upc' => '094012000523', 'provider' => 'bestbuy'],\n ['name' => \"Santa Ana Winds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/santa-ana-winds-cd/572115.p?id=109732&skuId=572115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=572115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5721\\/572115.jpg\"}', 'upc' => '092941100321', 'provider' => 'bestbuy'],\n ['name' => \"Artistic Hair - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/artistic-hair-cd/572133.p?id=109728&skuId=572133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=572133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5721\\/572133.jpg\"}', 'upc' => '092941100123', 'provider' => 'bestbuy'],\n ['name' => \"I Know - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-know-cd/572142.p?id=83903&skuId=572142&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=572142', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5721\\/572142_sa.jpg\"}', 'upc' => '033651001829', 'provider' => 'bestbuy'],\n ['name' => \"One Big Town - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-big-town-cd/572151.p?id=75925&skuId=572151&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=572151', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0572\\/0572151_sa.jpg\"}', 'upc' => '033651002826', 'provider' => 'bestbuy'],\n ['name' => \"Fiddling with Tradition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fiddling-with-tradition-cd/572909.p?id=155261&skuId=572909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=572909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5729\\/572909.jpg\"}', 'upc' => '053993333921', 'provider' => 'bestbuy'],\n ['name' => \"R'Eveillez-Vous - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reveillez-vous-cd/573089.p?id=72046&skuId=573089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=573089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5730\\/573089.jpg\"}', 'upc' => '028568802720', 'provider' => 'bestbuy'],\n ['name' => \"Star Trek: Next Generation 1 - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-trek-next-generation-1-cd-original-soundtrack/573114.p?id=2416685&skuId=573114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=573114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0573\\/0573114_sa.jpg\"}', 'upc' => '052824801226', 'provider' => 'bestbuy'],\n ['name' => \"Where the Fast Lane Ends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/where-the-fast-lane-ends-cd/573169.p?id=1576720&skuId=573169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=573169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0573\\/0573169_sa.jpg\"}', 'upc' => '021661011228', 'provider' => 'bestbuy'],\n ['name' => \"Flex-Able - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flex-able-cd/573613.p?id=102878&skuId=573613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=573613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5736\\/573613_sa.jpg\"}', 'upc' => '074646803325', 'provider' => 'bestbuy'],\n ['name' => \"Tribal Tech - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tribal-tech-cd/573631.p?id=67357&skuId=573631&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=573631', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5736\\/573631_sa.jpg\"}', 'upc' => '088561104924', 'provider' => 'bestbuy'],\n ['name' => \"Big Lizard in My Backyard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-lizard-in-my-backyard-cd/573793.p?id=79962&skuId=573793&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=573793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0573\\/0573793_sa.jpg\"}', 'upc' => '018777205429', 'provider' => 'bestbuy'],\n ['name' => \"The Chenille Sisters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chenille-sisters-cd/573926.p?id=128647&skuId=573926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=573926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5739\\/573926_sa.jpg\"}', 'upc' => '033651002925', 'provider' => 'bestbuy'],\n ['name' => \"Rock for Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-for-light-cd/578119.p?id=73645&skuId=578119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0578\\/0578119_sa.jpg\"}', 'upc' => '017046161329', 'provider' => 'bestbuy'],\n ['name' => \"Quickness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quickness-cd/578137.p?id=73643&skuId=578137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5781\\/578137_sa.jpg\"}', 'upc' => '017046137522', 'provider' => 'bestbuy'],\n ['name' => \"Join the Army - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/join-the-army-cd/578217.p?id=100744&skuId=578217&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578217', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0578\\/0578217_sa.jpg\"}', 'upc' => '017046133623', 'provider' => 'bestbuy'],\n ['name' => \"Misfits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/misfits-cd/578306.p?id=91880&skuId=578306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0578\\/0578306_sa.jpg\"}', 'upc' => '017046190121', 'provider' => 'bestbuy'],\n ['name' => \"Black Bottom - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-bottom-cd/578360.p?id=180708&skuId=578360&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578360', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0578\\/0578360_sa.jpg\"}', 'upc' => '016351017123', 'provider' => 'bestbuy'],\n ['name' => \"Blackman Know Yourself - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blackman-know-yourself-cd/578422.p?id=85351&skuId=578422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5784\\/578422.jpg\"}', 'upc' => '016351437723', 'provider' => 'bestbuy'],\n ['name' => \"Yazoo Basin Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yazoo-basin-boogie-cd/578440.p?id=84316&skuId=578440&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578440', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5784\\/578440_sa.jpg\"}', 'upc' => '016351971326', 'provider' => 'bestbuy'],\n ['name' => \"Sweeter as the Years Go By - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweeter-as-the-years-go-by-cd/578468.p?id=87158&skuId=578468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5784\\/578468.jpg\"}', 'upc' => '016351017826', 'provider' => 'bestbuy'],\n ['name' => \"In His Prime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-his-prime-cd/578486.p?id=2387822&skuId=578486&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0578\\/0578486_sa.jpg\"}', 'upc' => '016351015020', 'provider' => 'bestbuy'],\n ['name' => \"1928 Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1928-sessions-cd/578495.p?id=85963&skuId=578495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0578\\/0578495_sa.jpg\"}', 'upc' => '016351016522', 'provider' => 'bestbuy'],\n ['name' => \"25th Anniversary - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/25th-anniversary-cd/578565.p?id=104625&skuId=578565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0578\\/0578565_sa.jpg\"}', 'upc' => '016351522429', 'provider' => 'bestbuy'],\n ['name' => \"Oldies But Goodies, Vol. 15 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oldies-but-goodies-vol-15-cd-various/578725.p?id=93882&skuId=578725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5787\\/578725_sa.jpg\"}', 'upc' => '081658865524', 'provider' => 'bestbuy'],\n ['name' => \"Oldies But Goodies, Vol. 10 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oldies-but-goodies-vol-10-cd-various/578798.p?id=93878&skuId=578798&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578798', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0578\\/0578798_sa.jpg\"}', 'upc' => '081658860529', 'provider' => 'bestbuy'],\n ['name' => \"Oldies But Goodies, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oldies-but-goodies-vol-1-cd-various/578832.p?id=93869&skuId=578832&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=578832', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5788\\/578832_sa.jpg\"}', 'upc' => '081658850520', 'provider' => 'bestbuy'],\n ['name' => \"Christmas 1984 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-1984-cd/579500.p?id=90438&skuId=579500&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=579500', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5795\\/579500.jpg\"}', 'upc' => '012805198424', 'provider' => 'bestbuy'],\n ['name' => \"Fresh Aire Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fresh-aire-christmas-cd/579519.p?id=90437&skuId=579519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=579519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0579\\/0579519_sa.jpg\"}', 'upc' => '012805198820', 'provider' => 'bestbuy'],\n ['name' => \"State of Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/state-of-mind-cd/579751.p?id=137046&skuId=579751&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=579751', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5797\\/579751.jpg\"}', 'upc' => '012414304223', 'provider' => 'bestbuy'],\n ['name' => \"Collectors' Items - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/collectors-items-cd/579877.p?id=93686&skuId=579877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=579877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0579\\/0579877_sa.jpg\"}', 'upc' => '074643502429', 'provider' => 'bestbuy'],\n ['name' => \"16 Most Requested Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/16-most-requested-songs-cd/579966.p?id=90784&skuId=579966&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=579966', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5799\\/579966_sa.jpg\"}', 'upc' => '074644021721', 'provider' => 'bestbuy'],\n ['name' => \"Anniversary: 20 Years of Hits [20 Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anniversary-20-years-of-hits-20-tracks-cd/580151.p?id=104798&skuId=580151&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=580151', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0580\\/0580151_sa.jpg\"}', 'upc' => '074644062526', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/580240.p?id=77960&skuId=580240&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=580240', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0580\\/0580240_sa.jpg\"}', 'upc' => '077775740226', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-capitol-cd/580268.p?id=245574&skuId=580268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=580268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0580\\/0580268_sa.jpg\"}', 'upc' => '077775741025', 'provider' => 'bestbuy'],\n ['name' => \"The Eternal Idol - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-eternal-idol-cd/581310.p?id=74835&skuId=581310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=581310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0581\\/0581310_sa.jpg\"}', 'upc' => '075992554824', 'provider' => 'bestbuy'],\n ['name' => \"The Gold Medal Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gold-medal-collection-cd/581338.p?id=77205&skuId=581338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=581338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5813\\/581338_sa.jpg\"}', 'upc' => '075596077323', 'provider' => 'bestbuy'],\n ['name' => \"Iron Butterfly Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iron-butterfly-live-cd/581481.p?id=86323&skuId=581481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=581481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0581\\/0581481_sa.jpg\"}', 'upc' => '075679039620', 'provider' => 'bestbuy'],\n ['name' => \"Kix - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kix-cd/581515.p?id=88223&skuId=581515&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=581515', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5815\\/581515.jpg\"}', 'upc' => '075678157721', 'provider' => 'bestbuy'],\n ['name' => \"Flash Gordon [Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flash-gordon-bonus-track-cd/581524.p?id=95702&skuId=581524&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=581524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0581\\/0581524_sa.jpg\"}', 'upc' => '720616120328', 'provider' => 'bestbuy'],\n ['name' => \"Hot Space [Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-space-bonus-track-cd/581533.p?id=95704&skuId=581533&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=581533', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5815\\/581533.jpg\"}', 'upc' => '720616103826', 'provider' => 'bestbuy'],\n ['name' => \"Adventure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/adventure-cd/581613.p?id=2466424&skuId=581613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=581613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0581\\/0581613_sa.jpg\"}', 'upc' => '075596052320', 'provider' => 'bestbuy'],\n ['name' => \"Seminole Wind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seminole-wind-cd/581622.p?id=72960&skuId=581622&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=581622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0581\\/0581622_sa.jpg\"}', 'upc' => '078636102924', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Party Classics - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-party-classics-cd-various/582104.p?id=93183&skuId=582104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=582104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0582\\/0582104_sa.jpg\"}', 'upc' => '081227058722', 'provider' => 'bestbuy'],\n ['name' => \"Stick Around for Joy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stick-around-for-joy-cd/583023.p?id=100735&skuId=583023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=583023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0583\\/0583023_sa.jpg\"}', 'upc' => '075596112321', 'provider' => 'bestbuy'],\n ['name' => \"South Central Madness [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/south-central-madness-pa-cd/583087.p?id=99718&skuId=583087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=583087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5830\\/583087.jpg\"}', 'upc' => '063961518922', 'provider' => 'bestbuy'],\n ['name' => \"Fire & Ice (Germany) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fire-ice-germany-cd/583381.p?id=2305249&skuId=583381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=583381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5833\\/583381.jpg\"}', 'upc' => '075596113724', 'provider' => 'bestbuy'],\n ['name' => \"Little Earthquakes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-earthquakes-cd/583531.p?id=2479233&skuId=583531&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=583531', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0583\\/0583531_sa.jpg\"}', 'upc' => '075678235825', 'provider' => 'bestbuy'],\n ['name' => \"Spectrum - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spectrum-cd/583568.p?id=65057&skuId=583568&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=583568', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0583\\/0583568_sa.jpg\"}', 'upc' => '075678142826', 'provider' => 'bestbuy'],\n ['name' => \"Vulgar Display of Power [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vulgar-display-of-power-pa-cd/583586.p?id=94340&skuId=583586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=583586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0583\\/0583586_sa.jpg\"}', 'upc' => '075679175823', 'provider' => 'bestbuy'],\n ['name' => \"King of Hearts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-of-hearts-cd/583684.p?id=103204&skuId=583684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=583684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5836\\/583684.jpg\"}', 'upc' => '075679178923', 'provider' => 'bestbuy'],\n ['name' => \"Mad Mad World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mad-mad-world-cd/584264.p?id=78153&skuId=584264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=584264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5842\\/584264.jpg\"}', 'upc' => '077779772322', 'provider' => 'bestbuy'],\n ['name' => \"Best Of Hank & Hank - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-hank-hank-cd/584317.p?id=104127&skuId=584317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=584317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5843\\/584317.jpg\"}', 'upc' => '715187755222', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Nat King Cole Trio: The... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-nat-king-cole-trio-the-cd/584460.p?id=78259&skuId=584460&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=584460', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5844\\/584460.jpg\"}', 'upc' => '077779828821', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Ronnie Laws - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-ronnie-laws-cd/584479.p?id=68469&skuId=584479&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=584479', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5844\\/584479.jpg\"}', 'upc' => '077779828920', 'provider' => 'bestbuy'],\n ['name' => \"Best of Miles Davis: The Capitol/Blue Note... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-miles-davis-the-capitol-blue-note-cd/584488.p?id=2472918&skuId=584488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=584488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5844\\/584488.jpg\"}', 'upc' => '077779828722', 'provider' => 'bestbuy'],\n ['name' => \"Moonlight Serenade [Avid] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moonlight-serenade-avid-cd/585236.p?id=69107&skuId=585236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=585236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0585\\/0585236_sa.jpg\"}', 'upc' => '078636107226', 'provider' => 'bestbuy'],\n ['name' => \"Pure Attraction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pure-attraction-cd/586093.p?id=1418615&skuId=586093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=586093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5860\\/586093.jpg\"}', 'upc' => '012414922526', 'provider' => 'bestbuy'],\n ['name' => \"Old Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-friends-cd/586146.p?id=70153&skuId=586146&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=586146', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0586\\/0586146_sa.jpg\"}', 'upc' => '089408330926', 'provider' => 'bestbuy'],\n ['name' => \"...From the \\\"Hungry I\\\" - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/-from-the-hungry-i-cd/586299.p?id=214573&skuId=586299&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=586299', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5862\\/586299.jpg\"}', 'upc' => '077779674824', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/586306.p?id=87149&skuId=586306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=586306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0586\\/0586306_sa.jpg\"}', 'upc' => '715187754324', 'provider' => 'bestbuy'],\n ['name' => \"Somewhere Between Heaven and Hell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somewhere-between-heaven-and-hell-cd/586556.p?id=99371&skuId=586556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=586556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0586\\/0586556_sa.jpg\"}', 'upc' => '074644797824', 'provider' => 'bestbuy'],\n ['name' => \"Pretty in Pink [Original Soundtrack] - Original Soundtrack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pretty-in-pink-original-soundtrack-original-soundtrack-cd/587065.p?id=95406&skuId=587065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=587065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0587\\/0587065_sa.jpg\"}', 'upc' => '075021329324', 'provider' => 'bestbuy'],\n ['name' => \"The End of Silence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-end-of-silence-cd/587519.p?id=97201&skuId=587519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=587519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5875\\/587519.jpg\"}', 'upc' => '727872100620', 'provider' => 'bestbuy'],\n ['name' => \"House of Exile - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/house-of-exile-cd/587779.p?id=81009&skuId=587779&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=587779', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0587\\/0587779_sa.jpg\"}', 'upc' => '016351439420', 'provider' => 'bestbuy'],\n ['name' => \"Just Gimme Somethin' I'm Used To - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-gimme-somethin-im-used-to-cd/587822.p?id=74959&skuId=587822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=587822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0587\\/0587822_sa.jpg\"}', 'upc' => '016351600127', 'provider' => 'bestbuy'],\n ['name' => \"A Touch of Tranquility - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-touch-of-tranquility-cd/587831.p?id=78797&skuId=587831&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=587831', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5878\\/587831_sa.jpg\"}', 'upc' => '016351531025', 'provider' => 'bestbuy'],\n ['name' => \"Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-cd/588082.p?id=96695&skuId=588082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=588082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5880\\/588082_sa.jpg\"}', 'upc' => '077778627722', 'provider' => 'bestbuy'],\n ['name' => \"In the Running - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-running-cd/588215.p?id=87283&skuId=588215&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=588215', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5882\\/588215_sa.jpg\"}', 'upc' => '075596113526', 'provider' => 'bestbuy'],\n ['name' => \"The Singer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-singer-cd/588233.p?id=83189&skuId=588233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=588233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0588\\/0588233_sa.jpg\"}', 'upc' => '724596127827', 'provider' => 'bestbuy'],\n ['name' => \"Apollo 18 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/apollo-18-cd/588242.p?id=101566&skuId=588242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=588242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5882\\/588242_sa.jpg\"}', 'upc' => '075596125727', 'provider' => 'bestbuy'],\n ['name' => \"Present Arms In Dub - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/present-arms-in-dub-cd/588395.p?id=2387416&skuId=588395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=588395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0588\\/0588395_sa.jpg\"}', 'upc' => '077778627128', 'provider' => 'bestbuy'],\n ['name' => \"Big Hits and Nasty Cuts: The Best of... [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-hits-and-nasty-cuts-the-best-of-pa-cd/588457.p?id=2472914&skuId=588457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=588457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0588\\/0588457_sa.jpg\"}', 'upc' => '075678238024', 'provider' => 'bestbuy'],\n ['name' => \"Bitch Betta Have My Money - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bitch-betta-have-my-money-cd/589964.p?id=274623&skuId=589964&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=589964', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5899\\/589964.jpg\"}', 'upc' => '010912164226', 'provider' => 'bestbuy'],\n ['name' => \"Excursion on the Version - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/excursion-on-the-version-cd/590042.p?id=74229&skuId=590042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=590042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5900\\/590042.jpg\"}', 'upc' => '042282830623', 'provider' => 'bestbuy'],\n ['name' => \"Tears Roll Down: Greatest Hits 1982-1992 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tears-roll-down-greatest-hits-1982-1992-cd/590079.p?id=101303&skuId=590079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=590079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5900\\/590079.jpg\"}', 'upc' => '731451093920', 'provider' => 'bestbuy'],\n ['name' => \"Never Enough - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-enough-cd/590097.p?id=81709&skuId=590097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=590097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0590\\/0590097_sa.jpg\"}', 'upc' => '731451212024', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Collector Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-collector-series-cd/590845.p?id=2280463&skuId=590845&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=590845', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5908\\/590845.jpg\"}', 'upc' => '077779643028', 'provider' => 'bestbuy'],\n ['name' => \"Ask Rufus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ask-rufus-cd/590881.p?id=97501&skuId=590881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=590881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0590\\/0590881_sa.jpg\"}', 'upc' => '008811044923', 'provider' => 'bestbuy'],\n ['name' => \"La Sexorcisto: Devil Music, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/la-sexorcisto-devil-music-vol-1-cd/591229.p?id=103927&skuId=591229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=591229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0591\\/0591229_sa.jpg\"}', 'upc' => '720642446027', 'provider' => 'bestbuy'],\n ['name' => \"Remember Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remember-me-cd/592166.p?id=96229&skuId=592166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=592166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0592\\/0592166_sa.jpg\"}', 'upc' => '025218857222', 'provider' => 'bestbuy'],\n ['name' => \"Inside Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inside-life-cd/592601.p?id=67714&skuId=592601&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=592601', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5926\\/592601.jpg\"}', 'upc' => '731451208720', 'provider' => 'bestbuy'],\n ['name' => \"Tear It Up: Video - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tear-it-up-video-cd/593138.p?id=74859&skuId=593138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=593138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0593\\/0593138_sa.jpg\"}', 'upc' => '016253969629', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Decca Recordings [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-decca-recordings-box-cd/593771.p?id=64037&skuId=593771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=593771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5937\\/593771_sa.jpg\"}', 'upc' => '011105061124', 'provider' => 'bestbuy'],\n ['name' => \"The Best of John Lee Hooker 1965 to 1974 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-john-lee-hooker-1965-to-1974-cd/593824.p?id=85625&skuId=593824&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=593824', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0593\\/0593824_sa.jpg\"}', 'upc' => '008811053925', 'provider' => 'bestbuy'],\n ['name' => \"Artistry of Stan Getz: The Best of the Verve... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/artistry-of-stan-getz-the-best-of-the-verve-cd/593879.p?id=66609&skuId=593879&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=593879', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0593\\/0593879_sa.jpg\"}', 'upc' => '731451146824', 'provider' => 'bestbuy'],\n ['name' => \"Haunting the Chapel [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/haunting-the-chapel-ep-cd/594654.p?id=99116&skuId=594654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=594654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5946\\/594654_sa.jpg\"}', 'upc' => '039841403428', 'provider' => 'bestbuy'],\n ['name' => \"Live Undead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-undead-cd/594663.p?id=255466&skuId=594663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=594663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '018777221726', 'provider' => 'bestbuy'],\n ['name' => \"Ingénue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ingenue-cd/594912.p?id=88637&skuId=594912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=594912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/5949\\/594912_sa.jpg\"}', 'upc' => '075992684026', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Jive] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-jive-cd/597296.p?id=93772&skuId=597296&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=597296', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0597\\/0597296_sa.jpg\"}', 'upc' => '012414127129', 'provider' => 'bestbuy'],\n ['name' => \"Late Night at the Cafe Carlyle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/late-night-at-the-cafe-carlyle-cd/597571.p?id=98648&skuId=597571&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=597571', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5975\\/597571.jpg\"}', 'upc' => '089408331121', 'provider' => 'bestbuy'],\n ['name' => \"Dream Come True - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dream-come-true-cd/597919.p?id=63585&skuId=597919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=597919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0597\\/0597919_sa.jpg\"}', 'upc' => '075678208720', 'provider' => 'bestbuy'],\n ['name' => \"Totally Krossed Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/totally-krossed-out-cd/598026.p?id=88430&skuId=598026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=598026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0598\\/0598026_sa.jpg\"}', 'upc' => '886972572321', 'provider' => 'bestbuy'],\n ['name' => \"I Am the Cosmos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-am-the-cosmos-cd/598455.p?id=74368&skuId=598455&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=598455', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0598\\/0598455_sa.jpg\"}', 'upc' => '014431022227', 'provider' => 'bestbuy'],\n ['name' => \"Big Star Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-star-live-cd/598464.p?id=74642&skuId=598464&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=598464', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5984\\/598464_sa.jpg\"}', 'upc' => '014431022128', 'provider' => 'bestbuy'],\n ['name' => \"Third/Sister Lovers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/third-sister-lovers-cd/598473.p?id=74644&skuId=598473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=598473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5984\\/598473.jpg\"}', 'upc' => '014431022029', 'provider' => 'bestbuy'],\n ['name' => \"Classic Tracks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-tracks-cd/599016.p?id=88578&skuId=599016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=599016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0599\\/0599016_sa.jpg\"}', 'upc' => '016351437426', 'provider' => 'bestbuy'],\n ['name' => \"Makem & Clancy Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/makem-clancy-collection-cd/599025.p?id=90239&skuId=599025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=599025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5990\\/599025.jpg\"}', 'upc' => '016351520128', 'provider' => 'bestbuy'],\n ['name' => \"Adrenalize - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/adrenalize-cd/599999.p?id=80097&skuId=599999&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=599999', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/5999\\/599999.jpg\"}', 'upc' => '731451218521', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1955 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1955-cd-various/600068.p?id=79350&skuId=600068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6000\\/600068.jpg\"}', 'upc' => '015668195524', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1956 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1956-cd-various/600077.p?id=79351&skuId=600077&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600077', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0600\\/0600077_sa.jpg\"}', 'upc' => '015668195623', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1957 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1957-cd-various/600086.p?id=79352&skuId=600086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6000\\/600086.jpg\"}', 'upc' => '015668195722', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1958 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1958-cd-various/600095.p?id=79353&skuId=600095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6000\\/600095.jpg\"}', 'upc' => '015668195821', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1959 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1959-cd-various/600111.p?id=79354&skuId=600111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6001\\/600111.jpg\"}', 'upc' => '015668195920', 'provider' => 'bestbuy'],\n ['name' => \"The Cruisin' Story 1960 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-cruisin-story-1960-cd-various/600120.p?id=79355&skuId=600120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0600\\/0600120_sa.jpg\"}', 'upc' => '015668196026', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1961 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1961-cd-various/600139.p?id=79356&skuId=600139&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600139', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6001\\/600139_sa.jpg\"}', 'upc' => '015668196125', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1962 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1962-cd-various/600148.p?id=79360&skuId=600148&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600148', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0600\\/0600148_sa.jpg\"}', 'upc' => '015668196224', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1963 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1963-cd-various/600157.p?id=79361&skuId=600157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6001\\/600157.jpg\"}', 'upc' => '015668196323', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1964 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1964-cd-various/600166.p?id=79346&skuId=600166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0600\\/0600166_sa.jpg\"}', 'upc' => '015668196422', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1965 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1965-cd-various/600175.p?id=79347&skuId=600175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6001\\/600175.jpg\"}', 'upc' => '015668196521', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1966 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1966-cd-various/600184.p?id=79348&skuId=600184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0600\\/0600184_sa.jpg\"}', 'upc' => '015668196620', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1967 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1967-cd-various/600193.p?id=79349&skuId=600193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6001\\/600193.jpg\"}', 'upc' => '015668196729', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1968 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1968-cd-various/600200.p?id=79357&skuId=600200&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600200', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6002\\/600200.jpg\"}', 'upc' => '015668196828', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' 1969 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-1969-cd-various/600219.p?id=79362&skuId=600219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6002\\/600219_sa.jpg\"}', 'upc' => '015668196927', 'provider' => 'bestbuy'],\n ['name' => \"Making Trouble - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/making-trouble-cd/600228.p?id=1410499&skuId=600228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6002\\/600228.jpg\"}', 'upc' => '034744198921', 'provider' => 'bestbuy'],\n ['name' => \"Longnecks & Short Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/longnecks-short-stories-cd/600745.p?id=77383&skuId=600745&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600745', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0600\\/0600745_sa.jpg\"}', 'upc' => '008811053024', 'provider' => 'bestbuy'],\n ['name' => \"Racine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/racine-cd/600914.p?id=2390463&skuId=600914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=600914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0600\\/0600914_sa.jpg\"}', 'upc' => '008811052423', 'provider' => 'bestbuy'],\n ['name' => \"Trouble Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trouble-time-cd/601058.p?id=81474&skuId=601058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=601058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6010\\/601058.jpg\"}', 'upc' => '014551480525', 'provider' => 'bestbuy'],\n ['name' => \"Amie & Other Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amie-other-hits-cd/601281.p?id=95666&skuId=601281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=601281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0601\\/0601281_sa.jpg\"}', 'upc' => '078635216325', 'provider' => 'bestbuy'],\n ['name' => \"3 Years 5 Months & 2 Days In The Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/3-years-5-months-2-days-in-the-life-cd/601673.p?id=2370346&skuId=601673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=601673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6016\\/601673.jpg\"}', 'upc' => '094632192929', 'provider' => 'bestbuy'],\n ['name' => \"No Doubt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-doubt-cd/602011.p?id=1535060&skuId=602011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=602011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6020\\/602011_sa.jpg\"}', 'upc' => '606949210922', 'provider' => 'bestbuy'],\n ['name' => \"Killer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/killer-cd/602725.p?id=78650&skuId=602725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=602725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0602\\/0602725_sa.jpg\"}', 'upc' => '075992725521', 'provider' => 'bestbuy'],\n ['name' => \"Closing Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/closing-time-cd/602743.p?id=103320&skuId=602743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=602743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0602\\/0602743_sa.jpg\"}', 'upc' => '075596083621', 'provider' => 'bestbuy'],\n ['name' => \"All for Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-for-love-cd/603305.p?id=101894&skuId=603305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=603305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6033\\/603305.jpg\"}', 'upc' => '063961519127', 'provider' => 'bestbuy'],\n ['name' => \"Migration - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/migration-cd/603323.p?id=125512&skuId=603323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=603323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6033\\/603323.jpg\"}', 'upc' => '021585070424', 'provider' => 'bestbuy'],\n ['name' => \"Somewhere Over China - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somewhere-over-china-cd/603779.p?id=76277&skuId=603779&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=603779', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6037\\/603779_sa.jpg\"}', 'upc' => '076731116822', 'provider' => 'bestbuy'],\n ['name' => \"Que Alegria - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/que-alegria-cd/603840.p?id=68969&skuId=603840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=603840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6038\\/603840.jpg\"}', 'upc' => '042283728028', 'provider' => 'bestbuy'],\n ['name' => \"Poisonous Mentality - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/poisonous-mentality-cd/603966.p?id=95130&skuId=603966&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=603966', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6039\\/603966.jpg\"}', 'upc' => '022471300625', 'provider' => 'bestbuy'],\n ['name' => \"Live in Concert [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-concert-pa-cd/604000.p?id=102640&skuId=604000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=604000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0604\\/0604000_sa.jpg\"}', 'upc' => '022471300328', 'provider' => 'bestbuy'],\n ['name' => \"A Quiet Storm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-quiet-storm-cd/604322.p?id=96872&skuId=604322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=604322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0604\\/0604322_sa.jpg\"}', 'upc' => '737463519724', 'provider' => 'bestbuy'],\n ['name' => \"Raised by Humans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raised-by-humans-cd/604439.p?id=88314&skuId=604439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=604439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0604\\/0604439_sa.jpg\"}', 'upc' => '033651004424', 'provider' => 'bestbuy'],\n ['name' => \"Dream Cafe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dream-cafe-cd/604457.p?id=75921&skuId=604457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=604457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6044\\/604457_sa.jpg\"}', 'upc' => '033651004721', 'provider' => 'bestbuy'],\n ['name' => \"Duo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duo-cd/604466.p?id=94147&skuId=604466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=604466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0604\\/0604466_sa.jpg\"}', 'upc' => '033651004028', 'provider' => 'bestbuy'],\n ['name' => \"Hit to Death in the Future Head - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hit-to-death-in-the-future-head-cd/604698.p?id=82372&skuId=604698&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=604698', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6046\\/604698_sa.jpg\"}', 'upc' => '075992683821', 'provider' => 'bestbuy'],\n ['name' => \"Young Girl Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/young-girl-blues-cd/605688.p?id=82573&skuId=605688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=605688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6056\\/605688_sa.jpg\"}', 'upc' => '049891001925', 'provider' => 'bestbuy'],\n ['name' => \"Pretty on the Inside - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pretty-on-the-inside-cd/605900.p?id=85479&skuId=605900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=605900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0605\\/0605900_sa.jpg\"}', 'upc' => '017046171021', 'provider' => 'bestbuy'],\n ['name' => \"Smell the Magic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smell-the-magic-cd/605964.p?id=88494&skuId=605964&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=605964', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0605\\/0605964_sa.jpg\"}', 'upc' => '098787007923', 'provider' => 'bestbuy'],\n ['name' => \"Mudhoney - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mudhoney-cd/605982.p?id=92574&skuId=605982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=605982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0605\\/0605982_sa.jpg\"}', 'upc' => '098787004427', 'provider' => 'bestbuy'],\n ['name' => \"Sub Pop 200 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sub-pop-200-cd-various/606035.p?id=100696&skuId=606035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=606035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0606\\/0606035_sa.jpg\"}', 'upc' => '098787002522', 'provider' => 'bestbuy'],\n ['name' => \"Congregation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/congregation-cd/606124.p?id=72543&skuId=606124&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=606124', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6061\\/606124.jpg\"}', 'upc' => '098787013023', 'provider' => 'bestbuy'],\n ['name' => \"Lone Ranger - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lone-ranger-cd/606240.p?id=103653&skuId=606240&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=606240', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6062\\/606240.jpg\"}', 'upc' => '026245105522', 'provider' => 'bestbuy'],\n ['name' => \"Only the Strong Survive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/only-the-strong-survive-cd/606446.p?id=96645&skuId=606446&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=606446', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6064\\/606446_sa.jpg\"}', 'upc' => '052824220720', 'provider' => 'bestbuy'],\n ['name' => \"True Love & Other Short Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/true-love-other-short-stories-cd/606605.p?id=72686&skuId=606605&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=606605', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6066\\/606605.jpg\"}', 'upc' => '015891102924', 'provider' => 'bestbuy'],\n ['name' => \"Dead Serious - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dead-serious-cd/606641.p?id=79795&skuId=606641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=606641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6066\\/606641_sa.jpg\"}', 'upc' => '075679182722', 'provider' => 'bestbuy'],\n ['name' => \"Arc Angels - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arc-angels-cd/607043.p?id=73193&skuId=607043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=607043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0607\\/0607043_sa.jpg\"}', 'upc' => '720642446522', 'provider' => 'bestbuy'],\n ['name' => \"Mecca and the Soul Brother - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mecca-and-the-soul-brother-cd/607221.p?id=96909&skuId=607221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=607221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0607\\/0607221_sa.jpg\"}', 'upc' => '075596094825', 'provider' => 'bestbuy'],\n ['name' => \"Tongues and Tails - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tongues-and-tails-cd/607356.p?id=85029&skuId=607356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=607356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6073\\/607356_sa.jpg\"}', 'upc' => '074644679724', 'provider' => 'bestbuy'],\n ['name' => \"Cecilio & Kapono - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cecilio-kapono-cd/607613.p?id=77106&skuId=607613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=607613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0607\\/0607613_sa.jpg\"}', 'upc' => '074643292825', 'provider' => 'bestbuy'],\n ['name' => \"Barabajagal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/barabajagal-cd/607739.p?id=80740&skuId=607739&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=607739', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6077\\/607739_sa.jpg\"}', 'upc' => '074642648128', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/607891.p?id=104584&skuId=607891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=607891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6078\\/607891_sa.jpg\"}', 'upc' => '074643719926', 'provider' => 'bestbuy'],\n ['name' => \"Third World Child - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/third-world-child-cd/608140.p?id=1366582&skuId=608140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=608140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0608\\/0608140_sa.jpg\"}', 'upc' => '762185147429', 'provider' => 'bestbuy'],\n ['name' => \"Un-Led-Ed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/un-led-ed-cd/608168.p?id=80935&skuId=608168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=608168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0608\\/0608168_sa.jpg\"}', 'upc' => '022071304825', 'provider' => 'bestbuy'],\n ['name' => \"Some Time in New York City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/some-time-in-new-york-city-cd/608462.p?id=89039&skuId=608462&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=608462', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0608\\/0608462_sa.jpg\"}', 'upc' => '077779385027', 'provider' => 'bestbuy'],\n ['name' => \"Legendary Masters Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legendary-masters-series-cd/608471.p?id=89134&skuId=608471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=608471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6084\\/608471.jpg\"}', 'upc' => '077779344925', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Earl Klugh, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-earl-klugh-vol-1-cd/609014.p?id=68297&skuId=609014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=609014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6090\\/609014.jpg\"}', 'upc' => '077774662529', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Lee Morgan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-lee-morgan-cd/609023.p?id=69384&skuId=609023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=609023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0609\\/0609023_sa.jpg\"}', 'upc' => '077779113828', 'provider' => 'bestbuy'],\n ['name' => \"Percolater - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/percolater-cd/609041.p?id=72718&skuId=609041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=609041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6090\\/609041.jpg\"}', 'upc' => '031895002220', 'provider' => 'bestbuy'],\n ['name' => \"Best of Cannonball Adderley: The Capitol... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cannonball-adderley-the-capitol-cd/609185.p?id=63533&skuId=609185&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=609185', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0609\\/0609185_sa.jpg\"}', 'upc' => '077779548224', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Blue Note Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-blue-note-years-cd/609247.p?id=2416858&skuId=609247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=609247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6092\\/609247.jpg\"}', 'upc' => '077779563623', 'provider' => 'bestbuy'],\n ['name' => \"Best of Gerry Mulligan Quartet with Chet... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-gerry-mulligan-quartet-with-chet-cd/609434.p?id=69451&skuId=609434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=609434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6094\\/609434_sa.jpg\"}', 'upc' => '077779548125', 'provider' => 'bestbuy'],\n ['name' => \"Ballads - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ballads-cd/609461.p?id=2443694&skuId=609461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=609461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0609\\/0609461_sa.jpg\"}', 'upc' => '077779657926', 'provider' => 'bestbuy'],\n ['name' => \"Pure Imagination - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pure-imagination-cd/609540.p?id=3522148&skuId=609540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=609540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0609\\/0609540_sa.jpg\"}', 'upc' => '075596104623', 'provider' => 'bestbuy'],\n ['name' => \"Grace Under Pressure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grace-under-pressure-cd/609915.p?id=2434397&skuId=609915&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=609915', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0609\\/0609915_sa.jpg\"}', 'upc' => '077779816729', 'provider' => 'bestbuy'],\n ['name' => \"Too Blind to See It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/too-blind-to-see-it-cd/610262.p?id=98830&skuId=610262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6102\\/610262.jpg\"}', 'upc' => '075679210425', 'provider' => 'bestbuy'],\n ['name' => \"Here's to Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heres-to-life-cd/610333.p?id=67599&skuId=610333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0610\\/0610333_sa.jpg\"}', 'upc' => '731451187926', 'provider' => 'bestbuy'],\n ['name' => \"Breezy Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/breezy-stories-cd/610413.p?id=93703&skuId=610413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6104\\/610413_sa.jpg\"}', 'upc' => '075678142727', 'provider' => 'bestbuy'],\n ['name' => \"Atlantic Blues: Guitar - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/atlantic-blues-guitar-cd-various/610501.p?id=73431&skuId=610501&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610501', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6105\\/610501.jpg\"}', 'upc' => '075678169526', 'provider' => 'bestbuy'],\n ['name' => \"For Everyman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-everyman-cd/610645.p?id=75927&skuId=610645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6106\\/610645_sa.jpg\"}', 'upc' => '075596062626', 'provider' => 'bestbuy'],\n ['name' => \"Law and Order - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/law-and-order-cd/610707.p?id=76208&skuId=610707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6107\\/610707_sa.jpg\"}', 'upc' => '075992747820', 'provider' => 'bestbuy'],\n ['name' => \"Goodbye and Hello - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goodbye-and-hello-cd/610725.p?id=76217&skuId=610725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6107\\/610725_sa.jpg\"}', 'upc' => '075596089623', 'provider' => 'bestbuy'],\n ['name' => \"Buffalo Springfield Again [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buffalo-springfield-again-remaster-cd/610752.p?id=76250&skuId=610752&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610752', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0610\\/0610752_sa.jpg\"}', 'upc' => '075679039125', 'provider' => 'bestbuy'],\n ['name' => \"East-West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/east-west-cd/610770.p?id=76421&skuId=610770&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610770', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6107\\/610770.jpg\"}', 'upc' => '075596075121', 'provider' => 'bestbuy'],\n ['name' => \"The Resurrection of Pigboy Crabshaw - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-resurrection-of-pigboy-crabshaw-cd/610789.p?id=76425&skuId=610789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0610\\/0610789_sa.jpg\"}', 'upc' => '075596091121', 'provider' => 'bestbuy'],\n ['name' => \"Big Bambu - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-bambu-cd/610850.p?id=77322&skuId=610850&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610850', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0610\\/0610850_sa.jpg\"}', 'upc' => '075992736923', 'provider' => 'bestbuy'],\n ['name' => \"Cheech & Chong [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cheech-chong-pa-cd/610869.p?id=77323&skuId=610869&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=610869', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6108\\/610869_sa.jpg\"}', 'upc' => '075992736824', 'provider' => 'bestbuy'],\n ['name' => \"Marshall Crenshaw [1982] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marshall-crenshaw-1982-cd/611074.p?id=214808&skuId=611074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=611074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6110\\/611074_sa.jpg\"}', 'upc' => '075992367325', 'provider' => 'bestbuy'],\n ['name' => \"Repeat When Necessary - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/repeat-when-necessary-cd/611305.p?id=81326&skuId=611305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=611305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0611\\/0611305_sa.jpg\"}', 'upc' => '075679033727', 'provider' => 'bestbuy'],\n ['name' => \"Stone Crazy! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stone-crazy-cd/611323.p?id=84486&skuId=611323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=611323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6113\\/611323.jpg\"}', 'upc' => '014551472322', 'provider' => 'bestbuy'],\n ['name' => \"Gord'S Gold 2 (Rpkg) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gords-gold-2-rpkg-cd/611733.p?id=1378357&skuId=611733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=611733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0611\\/0611733_sa.jpg\"}', 'upc' => '081227646523', 'provider' => 'bestbuy'],\n ['name' => \"Common One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/common-one-cd/611868.p?id=92306&skuId=611868&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=611868', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0611\\/0611868_sa.jpg\"}', 'upc' => '075992639927', 'provider' => 'bestbuy'],\n ['name' => \"Inarticulate Speech Of The Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inarticulate-speech-of-the-heart-cd/611886.p?id=92311&skuId=611886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=611886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6118\\/611886_sa.jpg\"}', 'upc' => '075992380225', 'provider' => 'bestbuy'],\n ['name' => \"Glider - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/glider-cd/611902.p?id=92721&skuId=611902&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=611902', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6119\\/611902.jpg\"}', 'upc' => '075992631327', 'provider' => 'bestbuy'],\n ['name' => \"Cowboys from Hell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/cowboys-from-hell-cd/612091.p?id=94338&skuId=612091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6120\\/612091_sa.jpg\"}', 'upc' => '075679137227', 'provider' => 'bestbuy'],\n ['name' => \"Confessin' the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/confessin-the-blues-cd/612108.p?id=94852&skuId=612108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0612\\/0612108_sa.jpg\"}', 'upc' => '075679067029', 'provider' => 'bestbuy'],\n ['name' => \"Smile [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smile-ep-cd/612199.p?id=96651&skuId=612199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0612\\/0612199_sa.jpg\"}', 'upc' => '075992639026', 'provider' => 'bestbuy'],\n ['name' => \"One Man Dog - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-man-dog-cd/612402.p?id=101241&skuId=612402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0612\\/0612402_sa.jpg\"}', 'upc' => '075992593328', 'provider' => 'bestbuy'],\n ['name' => \"Big Joe Turner's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-joe-turners-greatest-hits-cd/612420.p?id=102484&skuId=612420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6124\\/612420_sa.jpg\"}', 'upc' => '075678175220', 'provider' => 'bestbuy'],\n ['name' => \"Caetano Veloso [Trilhos Urbanos] - CD - Reissue\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caetano-veloso-trilhos-urbanos-cd-reissue/612475.p?id=103059&skuId=612475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0612\\/0612475_sa.jpg\"}', 'upc' => '075597912722', 'provider' => 'bestbuy'],\n ['name' => \"Foreign Affairs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/foreign-affairs-cd/612484.p?id=103321&skuId=612484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0612\\/0612484_sa.jpg\"}', 'upc' => '075596061827', 'provider' => 'bestbuy'],\n ['name' => \"Heartattack and Vine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heartattack-and-vine-cd/612493.p?id=103323&skuId=612493&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612493', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6124\\/612493_sa.jpg\"}', 'upc' => '075596054720', 'provider' => 'bestbuy'],\n ['name' => \"Concert: The Cure Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/concert-the-cure-live-cd/612581.p?id=1443020&skuId=612581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0612\\/0612581_sa.jpg\"}', 'upc' => '759091024029', 'provider' => 'bestbuy'],\n ['name' => \"Metra - 1/4\\\" DIN Trim Ring for Most Vehicles\", 'description_short' => \"Compatible with most vehicles; designed for the installation of an aftermarket radio\", 'description_long' => \"Compatible with most vehicles; designed for the installation of an aftermarket radio\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-1-4-din-trim-ring-for-most-vehicles/612732.p?id=1179531744934&skuId=612732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6127\\/612732_sa.jpg\"}', 'upc' => '086429005536', 'provider' => 'bestbuy'],\n ['name' => \"For the Roses [Limited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-the-roses-limited-cd/612769.p?id=91923&skuId=612769&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612769', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6127\\/612769_sa.jpg\"}', 'upc' => '075596062428', 'provider' => 'bestbuy'],\n ['name' => \"Group Sex - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/group-sex-cd/612867.p?id=2730478&skuId=612867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=612867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0612\\/0612867_sa.jpg\"}', 'upc' => '018663100227', 'provider' => 'bestbuy'],\n ['name' => \"Tibetan Tantric Choir - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tibetan-tantric-choir-cd/613081.p?id=84524&skuId=613081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=613081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6130\\/613081.jpg\"}', 'upc' => '019341200123', 'provider' => 'bestbuy'],\n ['name' => \"Born to Mack [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-to-mack-pa-cd/614008.p?id=101986&skuId=614008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6140\\/614008_sa.jpg\"}', 'upc' => '012414110022', 'provider' => 'bestbuy'],\n ['name' => \"Together for the First Time...Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/together-for-the-first-time-live-cd/614213.p?id=75000&skuId=614213&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614213', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0614\\/0614213_sa.jpg\"}', 'upc' => '076732416020', 'provider' => 'bestbuy'],\n ['name' => \"Together Again...Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/together-again-live-cd/614231.p?id=75001&skuId=614231&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614231', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6142\\/614231_sa.jpg\"}', 'upc' => '076742701222', 'provider' => 'bestbuy'],\n ['name' => \"Riddles in the Sand - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/riddles-in-the-sand-cd/614295.p?id=76276&skuId=614295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6142\\/614295_sa.jpg\"}', 'upc' => '076731109527', 'provider' => 'bestbuy'],\n ['name' => \"The Chess Box [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chess-box-box-cd/614428.p?id=80621&skuId=614428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6144\\/614428_sa.jpg\"}', 'upc' => '076731650029', 'provider' => 'bestbuy'],\n ['name' => \"Jon Secada - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jon-secada-cd/614437.p?id=98222&skuId=614437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0614\\/0614437_sa.jpg\"}', 'upc' => '077779884520', 'provider' => 'bestbuy'],\n ['name' => \"Plays & Sings The Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-sings-the-blues-cd/614650.p?id=2472982&skuId=614650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0614\\/0614650_sa.jpg\"}', 'upc' => '076732919927', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Believer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-believer-cd/614794.p?id=87934&skuId=614794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6147\\/614794.jpg\"}', 'upc' => '076742701123', 'provider' => 'bestbuy'],\n ['name' => \"Indianola Mississippi Seeds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/indianola-mississippi-seeds-cd/614838.p?id=87922&skuId=614838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6148\\/614838_sa.jpg\"}', 'upc' => '076743134326', 'provider' => 'bestbuy'],\n ['name' => \"That Total Age - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/that-total-age-cd/614972.p?id=1365907&skuId=614972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=614972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '075992415521', 'provider' => 'bestbuy'],\n ['name' => \"Rufus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rufus-cd/615203.p?id=97504&skuId=615203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=615203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0615\\/0615203_sa.jpg\"}', 'upc' => '076743137327', 'provider' => 'bestbuy'],\n ['name' => \"Hyaena - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hyaena-cd/615230.p?id=98934&skuId=615230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=615230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6152\\/615230_sa.jpg\"}', 'upc' => '720642403020', 'provider' => 'bestbuy'],\n ['name' => \"The London Muddy Waters Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-london-muddy-waters-sessions-cd/615748.p?id=103577&skuId=615748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=615748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6157\\/615748.jpg\"}', 'upc' => '076732929827', 'provider' => 'bestbuy'],\n ['name' => \"Power of Three - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/power-of-three-cd/615793.p?id=70016&skuId=615793&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=615793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6157\\/615793.jpg\"}', 'upc' => '077774642729', 'provider' => 'bestbuy'],\n ['name' => \"The Statlers Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-statlers-greatest-hits-cd/615873.p?id=100169&skuId=615873&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=615873', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0615\\/0615873_sa.jpg\"}', 'upc' => '042283462625', 'provider' => 'bestbuy'],\n ['name' => \"All Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/616097.p?id=95776&skuId=616097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=616097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0616\\/0616097_sa.jpg\"}', 'upc' => '075992646727', 'provider' => 'bestbuy'],\n ['name' => \"Bloodline - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bloodline-cd/616444.p?id=96167&skuId=616444&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=616444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0616\\/0616444_sa.jpg\"}', 'upc' => '075992685023', 'provider' => 'bestbuy'],\n ['name' => \"Check Your Head [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/check-your-head-pa-cd/616809.p?id=74157&skuId=616809&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=616809', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6168\\/616809_sa.jpg\"}', 'upc' => '077779893829', 'provider' => 'bestbuy'],\n ['name' => \"Geography - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/geography-cd/618825.p?id=83028&skuId=618825&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=618825', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0618\\/0618825_sa.jpg\"}', 'upc' => '074645240824', 'provider' => 'bestbuy'],\n ['name' => \"East Side Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/east-side-story-cd/619236.p?id=87823&skuId=619236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=619236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6192\\/619236.jpg\"}', 'upc' => '077778627524', 'provider' => 'bestbuy'],\n ['name' => \"Water to the Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/water-to-the-soul-cd/619806.p?id=78398&skuId=619806&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=619806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6198\\/619806.jpg\"}', 'upc' => '075679212320', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Charley Pride [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-charley-pride-curb-cd/619913.p?id=95446&skuId=619913&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=619913', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6199\\/619913_sa.jpg\"}', 'upc' => '715187747128', 'provider' => 'bestbuy'],\n ['name' => \"Charles Ivesedward Macdowellcharles Griffeslieder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/charles-ivesedward-macdowellcharles-griffeslieder-cd/619995.p?id=3165199&skuId=619995&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=619995', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '090317248622', 'provider' => 'bestbuy'],\n ['name' => \"Wynonna & Naomi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wynonna-naomi-cd/620402.p?id=2282370&skuId=620402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=620402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6204\\/620402_sa.jpg\"}', 'upc' => '078635840223', 'provider' => 'bestbuy'],\n ['name' => \"Bachman-Turner Overdrive II - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bachman-turner-overdrive-ii-cd/620849.p?id=73617&skuId=620849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=620849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6208\\/620849.jpg\"}', 'upc' => '042282250421', 'provider' => 'bestbuy'],\n ['name' => \"Four Wheel Drive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/four-wheel-drive-cd/620858.p?id=73620&skuId=620858&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=620858', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0620\\/0620858_sa.jpg\"}', 'upc' => '042283097025', 'provider' => 'bestbuy'],\n ['name' => \"Orange Blossom Special: 16 Instumentals - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/orange-blossom-special-16-instumentals-cd-various/621072.p?id=287317&skuId=621072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0621\\/0621072_sa.jpg\"}', 'upc' => '027297490321', 'provider' => 'bestbuy'],\n ['name' => \"Foggy Mountain Breakdown - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/foggy-mountain-breakdown-cd-various/621090.p?id=245449&skuId=621090&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621090', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6210\\/621090_sa.jpg\"}', 'upc' => '027297490222', 'provider' => 'bestbuy'],\n ['name' => \"Crazy World Of Arthur Brown (Germany) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crazy-world-of-arthur-brown-germany-cd/621269.p?id=2305071&skuId=621269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0621\\/0621269_sa.jpg\"}', 'upc' => '042283373624', 'provider' => 'bestbuy'],\n ['name' => \"Live Stock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-stock-cd/621303.p?id=76193&skuId=621303&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621303', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0621\\/0621303_sa.jpg\"}', 'upc' => '042283141421', 'provider' => 'bestbuy'],\n ['name' => \"Okie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/okie-cd/621367.p?id=76587&skuId=621367&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621367', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0621\\/0621367_sa.jpg\"}', 'upc' => '042284210225', 'provider' => 'bestbuy'],\n ['name' => \"Troubadour - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/troubadour-cd/621385.p?id=76592&skuId=621385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0621\\/0621385_sa.jpg\"}', 'upc' => '042281000126', 'provider' => 'bestbuy'],\n ['name' => \"Bad Music for Bad People - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-music-for-bad-people-cd/621474.p?id=79082&skuId=621474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6214\\/621474_sa.jpg\"}', 'upc' => '044797004223', 'provider' => 'bestbuy'],\n ['name' => \"Gravest Hits & Psychedelic Jungle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gravest-hits-psychedelic-jungle-cd/621492.p?id=2387429&skuId=621492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0621\\/0621492_sa.jpg\"}', 'upc' => '044797005824', 'provider' => 'bestbuy'],\n ['name' => \"Carousel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carousel-cd/621704.p?id=84266&skuId=621704&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621704', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6217\\/621704_sa.jpg\"}', 'upc' => '042284233422', 'provider' => 'bestbuy'],\n ['name' => \"Mixed Bag - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mixed-bag-cd/621722.p?id=84999&skuId=621722&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621722', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6217\\/621722_sa.jpg\"}', 'upc' => '042283521025', 'provider' => 'bestbuy'],\n ['name' => \"The Cure [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-cure-digdownload-cd/621820.p?id=67888&skuId=621820&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621820', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6218\\/621820.jpg\"}', 'upc' => '042284965026', 'provider' => 'bestbuy'],\n ['name' => \"Second Generation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/second-generation-cd/621946.p?id=94141&skuId=621946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6219\\/621946_sa.jpg\"}', 'upc' => '715187756328', 'provider' => 'bestbuy'],\n ['name' => \"Serious Intentions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/serious-intentions-cd/621973.p?id=77945&skuId=621973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=621973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6219\\/621973_sa.jpg\"}', 'upc' => '014551480624', 'provider' => 'bestbuy'],\n ['name' => \"Two of a Kind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-of-a-kind-cd/622017.p?id=2434628&skuId=622017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=622017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6220\\/622017.jpg\"}', 'upc' => '730182201727', 'provider' => 'bestbuy'],\n ['name' => \"Slave to the Rhythm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slave-to-the-rhythm-cd/622142.p?id=87277&skuId=622142&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=622142', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6221\\/622142.jpg\"}', 'upc' => '042284261227', 'provider' => 'bestbuy'],\n ['name' => \"Bare Wires - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bare-wires-cd/622534.p?id=1524720&skuId=622534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=622534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0622\\/0622534_sa.jpg\"}', 'upc' => '042282053824', 'provider' => 'bestbuy'],\n ['name' => \"Chelsea Girl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chelsea-girl-cd/622847.p?id=93306&skuId=622847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=622847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6228\\/622847_sa.jpg\"}', 'upc' => '042283520929', 'provider' => 'bestbuy'],\n ['name' => \"Dance Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-collection-cd/623070.p?id=2434357&skuId=623070&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=623070', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6230\\/623070_sa.jpg\"}', 'upc' => '042283053427', 'provider' => 'bestbuy'],\n ['name' => \"Big Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-time-cd/623365.p?id=103317&skuId=623365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=623365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0623\\/0623365_sa.jpg\"}', 'upc' => '042284247023', 'provider' => 'bestbuy'],\n ['name' => \"Call of the West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/call-of-the-west-cd/623374.p?id=103406&skuId=623374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=623374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6233\\/623374_sa.jpg\"}', 'upc' => '044797002625', 'provider' => 'bestbuy'],\n ['name' => \"The Woman in Red [Original Soundtrack] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-woman-in-red-original-soundtrack-cd/623409.p?id=2358864&skuId=623409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=623409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6234\\/623409_sa.jpg\"}', 'upc' => '737463610827', 'provider' => 'bestbuy'],\n ['name' => \"After the Rain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-the-rain-cd/623454.p?id=87289&skuId=623454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=623454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6234\\/623454_sa.jpg\"}', 'upc' => '076742602024', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [MCA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-mca-cd/623506.p?id=68558&skuId=623506&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=623506', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0623\\/0623506_sa.jpg\"}', 'upc' => '076732602126', 'provider' => 'bestbuy'],\n ['name' => \"The Lonely Shepherd - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lonely-shepherd-cd/623622.p?id=105164&skuId=623622&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=623622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6236\\/623622_sa.jpg\"}', 'upc' => '042282278722', 'provider' => 'bestbuy'],\n ['name' => \"Without a Song - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/without-a-song-cd/624140.p?id=93038&skuId=624140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=624140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6241\\/624140_sa.jpg\"}', 'upc' => '074643911023', 'provider' => 'bestbuy'],\n ['name' => \"Ella Fitzgerald Sings the Cole Porter... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ella-fitzgerald-sings-the-cole-porter-cd/624364.p?id=66283&skuId=624364&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=624364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0624\\/0624364_sa.jpg\"}', 'upc' => '042282199027', 'provider' => 'bestbuy'],\n ['name' => \"Stan Getz and the Oscar Peterson Trio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stan-getz-and-the-oscar-peterson-trio-cd/624435.p?id=66581&skuId=624435&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=624435', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0624\\/0624435_sa.jpg\"}', 'upc' => '042282782625', 'provider' => 'bestbuy'],\n ['name' => \"Close Enough for Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/close-enough-for-love-cd/624532.p?id=67598&skuId=624532&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=624532', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6245\\/624532.jpg\"}', 'upc' => '042283793323', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Donald Byrd - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-donald-byrd-cd/624649.p?id=64764&skuId=624649&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=624649', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6246\\/624649.jpg\"}', 'upc' => '077779863822', 'provider' => 'bestbuy'],\n ['name' => \"Night and Day: The Cole Porter Songbook - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-and-day-the-cole-porter-songbook-cd-various/624667.p?id=95217&skuId=624667&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=624667', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0624\\/0624667_sa.jpg\"}', 'upc' => '042284720229', 'provider' => 'bestbuy'],\n ['name' => \"Golden Hits - Sarah Vaughan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-hits-sarah-vaughan-cd/624676.p?id=71680&skuId=624676&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=624676', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6246\\/624676_sa.jpg\"}', 'upc' => '042282489128', 'provider' => 'bestbuy'],\n ['name' => \"Last Time Around [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-time-around-remaster-cd/625853.p?id=76252&skuId=625853&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=625853', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0625\\/0625853_sa.jpg\"}', 'upc' => '075679039323', 'provider' => 'bestbuy'],\n ['name' => \"Double Eclipse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-eclipse-cd/626219.p?id=84815&skuId=626219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=626219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6262\\/626219.jpg\"}', 'upc' => '008811058623', 'provider' => 'bestbuy'],\n ['name' => \"Porgy & Bess - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/porgy-bess-cd-original-cast-recording/626282.p?id=2304925&skuId=626282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=626282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0626\\/0626282_sa.jpg\"}', 'upc' => '008811052027', 'provider' => 'bestbuy'],\n ['name' => \"Stephen Stills 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stephen-stills-2-cd/627058.p?id=100452&skuId=627058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=627058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0627\\/0627058_sa.jpg\"}', 'upc' => '075678238925', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of Buddy Guy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-buddy-guy-cd/627174.p?id=84488&skuId=627174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=627174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0627\\/0627174_sa.jpg\"}', 'upc' => '081227028022', 'provider' => 'bestbuy'],\n ['name' => \"Best Of Gregory Isaacs 1 & 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-gregory-isaacs-1-2-cd/627245.p?id=2542465&skuId=627245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=627245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0627\\/0627245_sa.jpg\"}', 'upc' => '011661759725', 'provider' => 'bestbuy'],\n ['name' => \"Live at Slim's, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-slims-vol-2-cd/627254.p?id=103392&skuId=627254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=627254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6272\\/627254.jpg\"}', 'upc' => '012928803625', 'provider' => 'bestbuy'],\n ['name' => \"Bucky Fellini - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bucky-fellini-cd/628798.p?id=79963&skuId=628798&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=628798', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0628\\/0628798_sa.jpg\"}', 'upc' => '018777254427', 'provider' => 'bestbuy'],\n ['name' => \"Thrash Zone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thrash-zone-cd/629056.p?id=269068&skuId=629056&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=629056', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6290\\/629056_sa.jpg\"}', 'upc' => '018777243728', 'provider' => 'bestbuy'],\n ['name' => \"Carmen Without Words - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carmen-without-words-cd/630062.p?id=2069524&skuId=630062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=630062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0630\\/0630062_sa.jpg\"}', 'upc' => '074644628722', 'provider' => 'bestbuy'],\n ['name' => \"Mesas and Mandolins - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mesas-and-mandolins-cd/631016.p?id=154364&skuId=631016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=631016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6310\\/631016_sa.jpg\"}', 'upc' => '734373740620', 'provider' => 'bestbuy'],\n ['name' => \"How Late'll Ya Play 'Til?, Vol. 1: Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-latell-ya-play-til-vol-1-live-cd/631472.p?id=76020&skuId=631472&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=631472', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0631\\/0631472_sa.jpg\"}', 'upc' => '025218770422', 'provider' => 'bestbuy'],\n ['name' => \"How Late'll Ya Play 'Til?, Vol. 2: Studio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-latell-ya-play-til-vol-2-studio-cd/631515.p?id=76021&skuId=631515&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=631515', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6315\\/631515_sa.jpg\"}', 'upc' => '025218770521', 'provider' => 'bestbuy'],\n ['name' => \"Willie's Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/willies-blues-cd/631551.p?id=80624&skuId=631551&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=631551', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6315\\/631551_sa.jpg\"}', 'upc' => '025218050128', 'provider' => 'bestbuy'],\n ['name' => \"Hard Travelin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hard-travelin-cd/631739.p?id=249877&skuId=631739&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=631739', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0631\\/0631739_sa.jpg\"}', 'upc' => '025218242028', 'provider' => 'bestbuy'],\n ['name' => \"To Diz with Love: Diamond Jubilee Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/to-diz-with-love-diamond-jubilee-recordings-cd/631926.p?id=66704&skuId=631926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=631926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0631\\/0631926_sa.jpg\"}', 'upc' => '089408330728', 'provider' => 'bestbuy'],\n ['name' => \"Soulful Dress - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soulful-dress-cd/632033.p?id=2305037&skuId=632033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6320\\/632033.jpg\"}', 'upc' => '011661307827', 'provider' => 'bestbuy'],\n ['name' => \"Gatorhythms - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gatorhythms-cd/632042.p?id=73787&skuId=632042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6320\\/632042.jpg\"}', 'upc' => '011661310124', 'provider' => 'bestbuy'],\n ['name' => \"Guess Who's Coming to Dinner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guess-whos-coming-to-dinner-cd/632051.p?id=74846&skuId=632051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0632\\/0632051_sa.jpg\"}', 'upc' => '011661751828', 'provider' => 'bestbuy'],\n ['name' => \"Norman Blake & Tony Rice 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/norman-blake-tony-rice-2-cd/632088.p?id=2443921&skuId=632088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6320\\/632088.jpg\"}', 'upc' => '011661026629', 'provider' => 'bestbuy'],\n ['name' => \"Mama's Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mamas-blues-cd/632097.p?id=75048&skuId=632097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6320\\/632097_sa.jpg\"}', 'upc' => '011661311725', 'provider' => 'bestbuy'],\n ['name' => \"Alright Again! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alright-again-cd/632275.p?id=75890&skuId=632275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6322\\/632275_sa.jpg\"}', 'upc' => '011661202825', 'provider' => 'bestbuy'],\n ['name' => \"I'll Treat You Right - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ill-treat-you-right-cd/632382.p?id=77977&skuId=632382&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632382', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6323\\/632382.jpg\"}', 'upc' => '011661952027', 'provider' => 'bestbuy'],\n ['name' => \"Avalon Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/avalon-blues-cd/632765.p?id=85964&skuId=632765&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632765', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0632\\/0632765_sa.jpg\"}', 'upc' => '011661108127', 'provider' => 'bestbuy'],\n ['name' => \"Worried Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worried-blues-cd/632774.p?id=85970&skuId=632774&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632774', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0632\\/0632774_sa.jpg\"}', 'upc' => '011661108226', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Special: The Library of Congress... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-special-the-library-of-congress-cd/632836.p?id=88858&skuId=632836&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632836', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6328\\/632836_sa.jpg\"}', 'upc' => '011661104426', 'provider' => 'bestbuy'],\n ['name' => \"Gwine Dig a Hole to Put the Devil In: The... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gwine-dig-a-hole-to-put-the-devil-in-the-cd/632845.p?id=88854&skuId=632845&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632845', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6328\\/632845_sa.jpg\"}', 'upc' => '011661104525', 'provider' => 'bestbuy'],\n ['name' => \"The Folkways Years (1945-1959) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-folkways-years-1945-1959-cd/632907.p?id=91176&skuId=632907&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632907', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6329\\/632907.jpg\"}', 'upc' => '093074003428', 'provider' => 'bestbuy'],\n ['name' => \"The Early Years (1958-1962) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-early-years-1958-1962-cd/632925.p?id=93158&skuId=632925&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=632925', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6329\\/632925_sa.jpg\"}', 'upc' => '093074003626', 'provider' => 'bestbuy'],\n ['name' => \"Markology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/markology-cd/633041.p?id=93653&skuId=633041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=633041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0633\\/0633041_sa.jpg\"}', 'upc' => '011661009028', 'provider' => 'bestbuy'],\n ['name' => \"Jonathan Richman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jonathan-richman-cd/633078.p?id=96635&skuId=633078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=633078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0633\\/0633078_sa.jpg\"}', 'upc' => '011661902121', 'provider' => 'bestbuy'],\n ['name' => \"Jonathan Goes Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jonathan-goes-country-cd/633087.p?id=96637&skuId=633087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=633087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6330\\/633087_sa.jpg\"}', 'upc' => '011661902428', 'provider' => 'bestbuy'],\n ['name' => \"Having a Party with Jonathan Richman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/having-a-party-with-jonathan-richman-cd/633096.p?id=96633&skuId=633096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=633096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0633\\/0633096_sa.jpg\"}', 'upc' => '011661902626', 'provider' => 'bestbuy'],\n ['name' => \"The Bassman of the Acropolis - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bassman-of-the-acropolis-cd-various/636805.p?id=181354&skuId=636805&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=636805', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6368\\/636805.jpg\"}', 'upc' => '054291900426', 'provider' => 'bestbuy'],\n ['name' => \"The Folkways Years, 1944-1963 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-folkways-years-1944-1963-cd/637074.p?id=101457&skuId=637074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=637074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6370\\/637074_sa.jpg\"}', 'upc' => '093074003329', 'provider' => 'bestbuy'],\n ['name' => \"Brownie McGhee and Sonny Terry Sing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brownie-mcghee-and-sonny-terry-sing-cd/637083.p?id=101464&skuId=637083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=637083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6370\\/637083_sa.jpg\"}', 'upc' => '093074001127', 'provider' => 'bestbuy'],\n ['name' => \"Cowboy Songs from Folkways - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cowboy-songs-from-folkways-various-cd/637109.p?id=79040&skuId=637109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=637109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6371\\/637109.jpg\"}', 'upc' => '093074004326', 'provider' => 'bestbuy'],\n ['name' => \"The First Four Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-first-four-years-cd/637751.p?id=74809&skuId=637751&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=637751', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6377\\/637751_sa.jpg\"}', 'upc' => '018861002125', 'provider' => 'bestbuy'],\n ['name' => \"If'n - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ifn-cd/637804.p?id=82252&skuId=637804&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=637804', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6378\\/637804_sa.jpg\"}', 'upc' => '018861011523', 'provider' => 'bestbuy'],\n ['name' => \"New Day Rising - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-day-rising-cd/637822.p?id=85977&skuId=637822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=637822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6378\\/637822_sa.jpg\"}', 'upc' => '018861003122', 'provider' => 'bestbuy'],\n ['name' => \"Some Gave All - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/some-gave-all-cd/638091.p?id=79521&skuId=638091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=638091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0638\\/0638091_sa.jpg\"}', 'upc' => '731451063527', 'provider' => 'bestbuy'],\n ['name' => \"The Sky Is Falling, and I Want My Mommy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sky-is-falling-and-i-want-my-mommy-cd/638411.p?id=74575&skuId=638411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=638411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6384\\/638411_sa.jpg\"}', 'upc' => '721616008524', 'provider' => 'bestbuy'],\n ['name' => \"Family Groove [UK Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/family-groove-uk-bonus-track-cd/638554.p?id=93092&skuId=638554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=638554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0638\\/0638554_sa.jpg\"}', 'upc' => '075021538429', 'provider' => 'bestbuy'],\n ['name' => \"Daily Operation [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/daily-operation-pa-cd/638778.p?id=83234&skuId=638778&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=638778', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6387\\/638778_sa.jpg\"}', 'upc' => '094632191021', 'provider' => 'bestbuy'],\n ['name' => \"Never Been Rocked Enough - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-been-rocked-enough-cd/638821.p?id=91064&skuId=638821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=638821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6388\\/638821.jpg\"}', 'upc' => '715187752122', 'provider' => 'bestbuy'],\n ['name' => \"A Week in Hawaii, Vol. 7: Tropical Surf - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-week-in-hawaii-vol-7-tropical-surf-cd/639018.p?id=81618&skuId=639018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=639018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6390\\/639018.jpg\"}', 'upc' => '014431006920', 'provider' => 'bestbuy'],\n ['name' => \"A Week in Hawaii, Vol. 8: Midnight Rainshower - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-week-in-hawaii-vol-8-midnight-rainshower-cd/639027.p?id=81619&skuId=639027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=639027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6390\\/639027.jpg\"}', 'upc' => '014431007026', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Fattburger - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-fattburger-cd/639232.p?id=66213&skuId=639232&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=639232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6392\\/639232.jpg\"}', 'upc' => '077779816422', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Duke Ellington [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-duke-ellington-capitol-cd/639250.p?id=65928&skuId=639250&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=639250', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0639\\/0639250_sa.jpg\"}', 'upc' => '715187750524', 'provider' => 'bestbuy'],\n ['name' => \"Revenge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/revenge-cd/639278.p?id=88183&skuId=639278&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=639278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6392\\/639278.jpg\"}', 'upc' => '042284803724', 'provider' => 'bestbuy'],\n ['name' => \"Warm, In Your Coat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/warm-in-your-coat-cd/639376.p?id=97258&skuId=639376&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=639376', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6393\\/639376.jpg\"}', 'upc' => '074644796421', 'provider' => 'bestbuy'],\n ['name' => \"Worlds Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worlds-away-cd/639615.p?id=94258&skuId=639615&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=639615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0639\\/0639615_sa.jpg\"}', 'upc' => '075021319820', 'provider' => 'bestbuy'],\n ['name' => \"Boats, Beaches, Bars & Ballads [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 48.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boats-beaches-bars-ballads-box-cd/639811.p?id=76261&skuId=639811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=639811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0639\\/0639811_sa.jpg\"}', 'upc' => '008811061326', 'provider' => 'bestbuy'],\n ['name' => \"Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cd/640248.p?id=2486406&skuId=640248&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=640248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6402\\/640248_sa.jpg\"}', 'upc' => '078221834827', 'provider' => 'bestbuy'],\n ['name' => \"Funkentelechy Vs. The Placebo Syndrome - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/funkentelechy-vs-the-placebo-syndrome-cd/641256.p?id=94418&skuId=641256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=641256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6412\\/641256_sa.jpg\"}', 'upc' => '042282450128', 'provider' => 'bestbuy'],\n ['name' => \"Motor Booty Affair - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/motor-booty-affair-cd/641265.p?id=94421&skuId=641265&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=641265', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0641\\/0641265_sa.jpg\"}', 'upc' => '042284262125', 'provider' => 'bestbuy'],\n ['name' => \"Hot Dawg - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-dawg-cd/641292.p?id=84293&skuId=641292&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=641292', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6412\\/641292_sa.jpg\"}', 'upc' => '075021329225', 'provider' => 'bestbuy'],\n ['name' => \"Sharp - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sharp-cd/641309.p?id=104442&skuId=641309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=641309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0641\\/0641309_sa.jpg\"}', 'upc' => '042283273320', 'provider' => 'bestbuy'],\n ['name' => \"High 'N' Dry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-n-dry-cd/641586.p?id=80092&skuId=641586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=641586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0641\\/0641586_sa.jpg\"}', 'upc' => '731451235627', 'provider' => 'bestbuy'],\n ['name' => \"The Ritual - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ritual-cd/641602.p?id=101488&skuId=641602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=641602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6416\\/641602.jpg\"}', 'upc' => '075678239229', 'provider' => 'bestbuy'],\n ['name' => \"Levelling the Land - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/levelling-the-land-cd/641899.p?id=89107&skuId=641899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=641899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0641\\/0641899_sa.jpg\"}', 'upc' => '075596132527', 'provider' => 'bestbuy'],\n ['name' => \"Warren Zevon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/warren-zevon-cd/641924.p?id=105308&skuId=641924&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=641924', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6419\\/641924_sa.jpg\"}', 'upc' => '075596060820', 'provider' => 'bestbuy'],\n ['name' => \"Grace in Gravity - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grace-in-gravity-cd/642059.p?id=100529&skuId=642059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=642059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6420\\/642059_sa.jpg\"}', 'upc' => '075596132121', 'provider' => 'bestbuy'],\n ['name' => \"Great Mass In C - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-mass-in-c-cd/643227.p?id=1675855&skuId=643227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=643227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0643\\/0643227_sa.jpg\"}', 'upc' => '028943179126', 'provider' => 'bestbuy'],\n ['name' => \"20 Below [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-below-pa-cd/643405.p?id=105373&skuId=643405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=643405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6434\\/643405.jpg\"}', 'upc' => '019011810928', 'provider' => 'bestbuy'],\n ['name' => \"Virus 100: Dead Kennedy Covers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/virus-100-dead-kennedy-covers-cd/643520.p?id=79990&skuId=643520&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=643520', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6435\\/643520_sa.jpg\"}', 'upc' => '721616010022', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbowire Radio Harness Adapter for Select Jeep Vehicles\", 'description_short' => \"Compatible with select Jeep vehicles; ABS and vinyl construction; colored-coded wires\", 'description_long' => \"Compatible with select Jeep vehicles; ABS and vinyl construction; colored-coded wires\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbowire-radio-harness-adapter-for-select-jeep-vehicles/643600.p?id=1183160746436&skuId=643600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=643600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6436\\/643600_rc.jpg\"}', 'upc' => '086429003341', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Connector for Select Volkswagen Vehicles\", 'description_short' => \"Compatible with select Volkswagen vehicles; connects a speaker to the vehicle&#039;s stereo; easy installation\", 'description_long' => \"Compatible with select Volkswagen vehicles; connects a speaker to the vehicle&#039;s stereo; easy installation\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-connector-for-select-volkswagen-vehicles/643628.p?id=1183160746500&skuId=643628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=643628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6436\\/643628_rc.jpg\"}', 'upc' => '086429113255', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Connector for Select Mitsubishi and Chrysler Vehicles\", 'description_short' => \"From our expanded online assortment; compatible with 1987 - 1993 Mitsubishi and Chrysler vehicles; color-coded wires\", 'description_long' => \"From our expanded online assortment; compatible with 1987 - 1993 Mitsubishi and Chrysler vehicles; color-coded wires\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-connector-for-select-mitsubishi-and-chrysler-vehicles/643691.p?id=1218019642861&skuId=643691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=643691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6436\\/643691_rc.jpg\"}', 'upc' => '086429002528', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Wiring Harness for Most 1990-2001 Mazda Vehicles - Multicolored\", 'description_short' => \"Compatible with most 1990-2001 Mazda vehicles; connects an aftermarket radio to a vehicle&#039;s harness\", 'description_long' => \"Compatible with most 1990-2001 Mazda vehicles; connects an aftermarket radio to a vehicle&#039;s harness\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-wiring-harness-for-most-1990-2001-mazda-vehicles-multicolored/643717.p?id=1142291937563&skuId=643717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=643717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6437\\/643717_rc.jpg\"}', 'upc' => '086429002627', 'provider' => 'bestbuy'],\n ['name' => \"Tossing Seeds (Singles 89-91) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tossing-seeds-singles-89-91-cd/643771.p?id=100864&skuId=643771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=643771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6437\\/643771_sa.jpg\"}', 'upc' => '036172932023', 'provider' => 'bestbuy'],\n ['name' => \"Slide Rule - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slide-rule-cd/644084.p?id=80842&skuId=644084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=644084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0644\\/0644084_sa.jpg\"}', 'upc' => '015891379722', 'provider' => 'bestbuy'],\n ['name' => \"Remembering Merle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remembering-merle-cd/644093.p?id=103620&skuId=644093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=644093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0644\\/0644093_sa.jpg\"}', 'upc' => '015891380025', 'provider' => 'bestbuy'],\n ['name' => \"Living Chicago Blues, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-chicago-blues-vol-1-cd-various/644397.p?id=75301&skuId=644397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=644397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6443\\/644397_sa.jpg\"}', 'upc' => '014551770121', 'provider' => 'bestbuy'],\n ['name' => \"Living Chicago Blues, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-chicago-blues-vol-2-cd-various/644404.p?id=75302&skuId=644404&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=644404', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6444\\/644404.jpg\"}', 'upc' => '014551770220', 'provider' => 'bestbuy'],\n ['name' => \"Living Chicago Blues, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-chicago-blues-vol-3-cd-various/644413.p?id=75303&skuId=644413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=644413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6444\\/644413.jpg\"}', 'upc' => '014551770329', 'provider' => 'bestbuy'],\n ['name' => \"Living Chicago Blues, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-chicago-blues-vol-4-cd-various/644422.p?id=75304&skuId=644422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=644422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6444\\/644422.jpg\"}', 'upc' => '014551770428', 'provider' => 'bestbuy'],\n ['name' => \"Soul Finger - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-finger-cd/644958.p?id=73925&skuId=644958&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=644958', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6449\\/644958_sa.jpg\"}', 'upc' => '081227029821', 'provider' => 'bestbuy'],\n ['name' => \"Day Parts: Dinner Gift Pack - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/day-parts-dinner-gift-pack-cd-various/645298.p?id=79899&skuId=645298&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=645298', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0645\\/0645298_sa.jpg\"}', 'upc' => '012805010122', 'provider' => 'bestbuy'],\n ['name' => \"Rock 'n 70s - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-n-70s-cd-various/645341.p?id=98404&skuId=645341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=645341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6453\\/645341_sa.jpg\"}', 'upc' => '079892113624', 'provider' => 'bestbuy'],\n ['name' => \"A World Out of Time: Henry Kaiser & David... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-world-out-of-time-henry-kaiser-david-cd/645573.p?id=90113&skuId=645573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=645573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6455\\/645573.jpg\"}', 'upc' => '016351644121', 'provider' => 'bestbuy'],\n ['name' => \"I Ain't Gonna Be Worried No More 1929-1941 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-aint-gonna-be-worried-no-more-1929-1941-cd/645635.p?id=81698&skuId=645635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=645635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0645\\/0645635_sa.jpg\"}', 'upc' => '016351020420', 'provider' => 'bestbuy'],\n ['name' => \"Out of the Cradle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-the-cradle-cd/645680.p?id=76209&skuId=645680&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=645680', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6456\\/645680_sa.jpg\"}', 'upc' => '075992618229', 'provider' => 'bestbuy'],\n ['name' => \"Kiko - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kiko-cd/645831.p?id=89692&skuId=645831&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=645831', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6458\\/645831_sa.jpg\"}', 'upc' => '075992678629', 'provider' => 'bestbuy'],\n ['name' => \"Fabulous Disaster - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fabulous-disaster-cd/646251.p?id=81813&skuId=646251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=646251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6462\\/646251_sa.jpg\"}', 'upc' => '088561200121', 'provider' => 'bestbuy'],\n ['name' => \"Wonderful - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wonderful-cd/646288.p?id=77826&skuId=646288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=646288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0646\\/0646288_sa.jpg\"}', 'upc' => '088561804824', 'provider' => 'bestbuy'],\n ['name' => \"Radio Free Albemuth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/radio-free-albemuth-cd/646297.p?id=84706&skuId=646297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=646297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6462\\/646297_sa.jpg\"}', 'upc' => '088561820923', 'provider' => 'bestbuy'],\n ['name' => \"Chicago Fire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicago-fire-cd/647125.p?id=98185&skuId=647125&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=647125', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0647\\/0647125_sa.jpg\"}', 'upc' => '014551472025', 'provider' => 'bestbuy'],\n ['name' => \"Short Fuse Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/short-fuse-blues-cd/647143.p?id=85476&skuId=647143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=647143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6471\\/647143_sa.jpg\"}', 'upc' => '014551480723', 'provider' => 'bestbuy'],\n ['name' => \"Acoustic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/acoustic-cd/647223.p?id=81766&skuId=647223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=647223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6472\\/647223_sa.jpg\"}', 'upc' => '075678239526', 'provider' => 'bestbuy'],\n ['name' => \"Men at Large - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/men-at-large-cd/647241.p?id=91411&skuId=647241&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=647241', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0647\\/0647241_sa.jpg\"}', 'upc' => '075679215925', 'provider' => 'bestbuy'],\n ['name' => \"Sir John Alot of Merrie Englandes Musyk Thyng... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sir-john-alot-of-merrie-englandes-musyk-thyng-cd/647492.p?id=96435&skuId=647492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=647492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0647\\/0647492_sa.jpg\"}', 'upc' => '016351972125', 'provider' => 'bestbuy'],\n ['name' => \"The Lady and the Unicorn [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lady-and-the-unicorn-remaster-cd/647508.p?id=96436&skuId=647508&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=647508', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6475\\/647508.jpg\"}', 'upc' => '016351972224', 'provider' => 'bestbuy'],\n ['name' => \"Skin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skin-cd/647759.p?id=89174&skuId=647759&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=647759', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0647\\/0647759_sa.jpg\"}', 'upc' => '075596131827', 'provider' => 'bestbuy'],\n ['name' => \"Black and Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-and-blue-cd/647946.p?id=67225&skuId=647946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=647946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6479\\/647946_sa.jpg\"}', 'upc' => '013431448228', 'provider' => 'bestbuy'],\n ['name' => \"Are You Sure Hank Done It This Way? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/are-you-sure-hank-done-it-this-way-cd/648197.p?id=1981933&skuId=648197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=648197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '078636115627', 'provider' => 'bestbuy'],\n ['name' => \"All American Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-american-country-cd/648295.p?id=93039&skuId=648295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=648295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6482\\/648295.jpg\"}', 'upc' => '079892156225', 'provider' => 'bestbuy'],\n ['name' => \"Just a Closer Walk with Thee - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-a-closer-walk-with-thee-cd/648428.p?id=78076&skuId=648428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=648428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6484\\/648428_sa.jpg\"}', 'upc' => '076742049225', 'provider' => 'bestbuy'],\n ['name' => \"The Green Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-green-album-cd/648525.p?id=2068366&skuId=648525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=648525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6485\\/648525_sa.jpg\"}', 'upc' => '074644822427', 'provider' => 'bestbuy'],\n ['name' => \"ELO Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elo-classics-cd/648918.p?id=81426&skuId=648918&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=648918', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6489\\/648918.jpg\"}', 'upc' => '079892158328', 'provider' => 'bestbuy'],\n ['name' => \"It's Your Thing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-your-thing-cd/648963.p?id=86408&skuId=648963&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=648963', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6489\\/648963_sa.jpg\"}', 'upc' => '079892218725', 'provider' => 'bestbuy'],\n ['name' => \"Let's Groove [Sony] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-groove-sony-cd/649025.p?id=81252&skuId=649025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0649\\/0649025_sa.jpg\"}', 'upc' => '079892175325', 'provider' => 'bestbuy'],\n ['name' => \"King of the Freight Train - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-of-the-freight-train-cd/649098.p?id=75668&skuId=649098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6490\\/649098.jpg\"}', 'upc' => '076742054427', 'provider' => 'bestbuy'],\n ['name' => \"Bill Cosby at His Best - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bill-cosby-at-his-best-cd/649141.p?id=78727&skuId=649141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0649\\/0649141_sa.jpg\"}', 'upc' => '076742067625', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Blues [MCA Special Products] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-blues-mca-special-products-cd-various/649187.p?id=75227&skuId=649187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0649\\/0649187_sa.jpg\"}', 'upc' => '076732202029', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Blind Boys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-blind-boys-cd/649203.p?id=173256&skuId=649203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0649\\/0649203_sa.jpg\"}', 'upc' => '076742204723', 'provider' => 'bestbuy'],\n ['name' => \"Playing The Field - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/playing-the-field-cd/649285.p?id=94181&skuId=649285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0649\\/0649285_sa.jpg\"}', 'upc' => '079892263220', 'provider' => 'bestbuy'],\n ['name' => \"Burning Bright - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/burning-bright-cd/649294.p?id=81423&skuId=649294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0649\\/0649294_sa.jpg\"}', 'upc' => '079892263923', 'provider' => 'bestbuy'],\n ['name' => \"Seven Separate Fools - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seven-separate-fools-cd/649310.p?id=101793&skuId=649310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6493\\/649310_sa.jpg\"}', 'upc' => '076743133923', 'provider' => 'bestbuy'],\n ['name' => \"People Like Us - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/people-like-us-cd/649329.p?id=90302&skuId=649329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6493\\/649329.jpg\"}', 'upc' => '076743134425', 'provider' => 'bestbuy'],\n ['name' => \"Naturally - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naturally-cd/649542.p?id=101792&skuId=649542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0649\\/0649542_sa.jpg\"}', 'upc' => '076743135521', 'provider' => 'bestbuy'],\n ['name' => \"Crackin' Up! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crackin-up-cd/649579.p?id=100358&skuId=649579&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=649579', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6495\\/649579.jpg\"}', 'upc' => '076744202024', 'provider' => 'bestbuy'],\n ['name' => \"Spring Training - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spring-training-cd/650085.p?id=156038&skuId=650085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=650085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0650\\/0650085_sa.jpg\"}', 'upc' => '015891378923', 'provider' => 'bestbuy'],\n ['name' => \"13 Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/13-songs-cd/650334.p?id=2305044&skuId=650334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=650334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0650\\/0650334_sa.jpg\"}', 'upc' => '718750734020', 'provider' => 'bestbuy'],\n ['name' => \"Repeater - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/repeater-cd/650370.p?id=83057&skuId=650370&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=650370', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0650\\/0650370_sa.jpg\"}', 'upc' => '718750734822', 'provider' => 'bestbuy'],\n ['name' => \"Steady Diet of Nothing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steady-diet-of-nothing-cd/650398.p?id=83059&skuId=650398&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=650398', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6503\\/650398_sa.jpg\"}', 'upc' => '718751796027', 'provider' => 'bestbuy'],\n ['name' => \"Legion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legion-cd/650432.p?id=80111&skuId=650432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=650432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6504\\/650432_sa.jpg\"}', 'upc' => '016861919221', 'provider' => 'bestbuy'],\n ['name' => \"Leather Jackets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/leather-jackets-cd/650478.p?id=87090&skuId=650478&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=650478', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0650\\/0650478_sa.jpg\"}', 'upc' => '008811049829', 'provider' => 'bestbuy'],\n ['name' => \"Kenton in Hi-Fi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kenton-in-hi-fi-cd/650717.p?id=68183&skuId=650717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=650717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6507\\/650717_sa.jpg\"}', 'upc' => '077779845125', 'provider' => 'bestbuy'],\n ['name' => \"Who Feels it, Knows it - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/who-feels-it-knows-it-cd/650913.p?id=90631&skuId=650913&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=650913', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6509\\/650913_sa.jpg\"}', 'upc' => '016351430328', 'provider' => 'bestbuy'],\n ['name' => \"One More Goodnight Kiss - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-more-goodnight-kiss-cd/651253.p?id=75924&skuId=651253&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=651253', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6512\\/651253_sa.jpg\"}', 'upc' => '033651002321', 'provider' => 'bestbuy'],\n ['name' => \"44 & 66 [Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/44-66-bonus-track-cd/651271.p?id=75918&skuId=651271&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=651271', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0651\\/0651271_sa.jpg\"}', 'upc' => '033651000228', 'provider' => 'bestbuy'],\n ['name' => \"Blues & Roots - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-roots-cd/652136.p?id=176546&skuId=652136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=652136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6521\\/652136.jpg\"}', 'upc' => '075678133626', 'provider' => 'bestbuy'],\n ['name' => \"Art Blakey's Jazz Messengers with Thelonious Monk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-blakeys-jazz-messengers-with-thelonious-monk-cd/652154.p?id=176540&skuId=652154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=652154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6521\\/652154_sa.jpg\"}', 'upc' => '075678133220', 'provider' => 'bestbuy'],\n ['name' => \"Change Everything - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/change-everything-cd/653858.p?id=80119&skuId=653858&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=653858', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6538\\/653858.jpg\"}', 'upc' => '075021538528', 'provider' => 'bestbuy'],\n ['name' => \"Re-Birth of the Cool - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/re-birth-of-the-cool-cd/654474.p?id=69463&skuId=654474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=654474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6544\\/654474.jpg\"}', 'upc' => '011105967921', 'provider' => 'bestbuy'],\n ['name' => \"Carl Stalling Project: Music from Warner... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carl-stalling-project-music-from-warner-cd/654580.p?id=2069643&skuId=654580&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=654580', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0654\\/0654580_sa.jpg\"}', 'upc' => '075992602723', 'provider' => 'bestbuy'],\n ['name' => \"Elvis in Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elvis-in-concert-cd/654688.p?id=95341&skuId=654688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=654688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0654\\/0654688_sa.jpg\"}', 'upc' => '078635258721', 'provider' => 'bestbuy'],\n ['name' => \"Angel Dust [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/angel-dust-pa-cd/655115.p?id=81907&skuId=655115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=655115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6551\\/655115.jpg\"}', 'upc' => '075992678520', 'provider' => 'bestbuy'],\n ['name' => \"Symphony 6 \\\" Pathetique \\\" - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphony-6--pathetique--cd/655179.p?id=1675642&skuId=655179&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=655179', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6551\\/655179.jpg\"}', 'upc' => '095115844625', 'provider' => 'bestbuy'],\n ['name' => \"For the Record: The First 10 Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-the-record-the-first-10-years-cd/655286.p?id=78219&skuId=655286&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=655286', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6552\\/655286.jpg\"}', 'upc' => '074643958523', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Columbia] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-columbia-cd/655482.p?id=102442&skuId=655482&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=655482', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0655\\/0655482_sa.jpg\"}', 'upc' => '074643335522', 'provider' => 'bestbuy'],\n ['name' => \"A Lifetime of Song (1951-1982) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-lifetime-of-song-1951-1982-cd/655507.p?id=96804&skuId=655507&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=655507', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6555\\/655507_sa.jpg\"}', 'upc' => '074643887021', 'provider' => 'bestbuy'],\n ['name' => \"Something Else by the Kinks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-else-by-the-kinks-cd/656310.p?id=88132&skuId=656310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=656310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6563\\/656310_sa.jpg\"}', 'upc' => '075992621625', 'provider' => 'bestbuy'],\n ['name' => \"The Village Green Preservation Society - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-village-green-preservation-society-cd/656329.p?id=88139&skuId=656329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=656329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6563\\/656329_sa.jpg\"}', 'upc' => '075992621724', 'provider' => 'bestbuy'],\n ['name' => \"Freedom to Fly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freedom-to-fly-cd/656882.p?id=90051&skuId=656882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=656882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0656\\/0656882_sa.jpg\"}', 'upc' => '026245105829', 'provider' => 'bestbuy'],\n ['name' => \"Ultimate Bass Trax, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ultimate-bass-trax-vol-1-cd/657088.p?id=155180&skuId=657088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=657088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6570\\/657088_sa.jpg\"}', 'upc' => '054291881824', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Johnnie Taylor on Malaco, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-johnnie-taylor-on-malaco-vol-1-cd/657122.p?id=157384&skuId=657122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=657122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6571\\/657122_sa.jpg\"}', 'upc' => '048021746323', 'provider' => 'bestbuy'],\n ['name' => \"Nothing Without You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothing-without-you-cd/657186.p?id=2403044&skuId=657186&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=657186', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0657\\/0657186_sa.jpg\"}', 'upc' => '013431451525', 'provider' => 'bestbuy'],\n ['name' => \"TV Favorites - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tv-favorites-cd/657346.p?id=155979&skuId=657346&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=657346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6573\\/657346_sa.jpg\"}', 'upc' => '014921300620', 'provider' => 'bestbuy'],\n ['name' => \"Echoes of the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/echoes-of-the-night-cd/657907.p?id=1398183&skuId=657907&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=657907', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6579\\/657907_sa.jpg\"}', 'upc' => '096507714526', 'provider' => 'bestbuy'],\n ['name' => \"Diamonds in the Rough - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diamonds-in-the-rough-cd/658069.p?id=95513&skuId=658069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6580\\/658069_sa.jpg\"}', 'upc' => '075678142123', 'provider' => 'bestbuy'],\n ['name' => \"Todd Rundgren's Utopia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/todd-rundgrens-utopia-cd/658238.p?id=97564&skuId=658238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0658\\/0658238_sa.jpg\"}', 'upc' => '081227086527', 'provider' => 'bestbuy'],\n ['name' => \"Secret Combination - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/secret-combination-cd/658452.p?id=79119&skuId=658452&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658452', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6584\\/658452_sa.jpg\"}', 'upc' => '075992354127', 'provider' => 'bestbuy'],\n ['name' => \"Back to Basics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-basics-cd/658470.p?id=93261&skuId=658470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6584\\/658470_sa.jpg\"}', 'upc' => '720642447024', 'provider' => 'bestbuy'],\n ['name' => \"Dreamer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dreamer-cd/658513.p?id=2107008&skuId=658513&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658513', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6585\\/658513.jpg\"}', 'upc' => '011105967723', 'provider' => 'bestbuy'],\n ['name' => \"Sangoma - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sangoma-cd/658639.p?id=90235&skuId=658639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6586\\/658639_sa.jpg\"}', 'upc' => '075992567329', 'provider' => 'bestbuy'],\n ['name' => \"Second Edition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/second-edition-cd/658648.p?id=95639&skuId=658648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0658\\/0658648_sa.jpg\"}', 'upc' => '075992328821', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Whitfield] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-whitfield-cd/658657.p?id=97327&skuId=658657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0658\\/0658657_sa.jpg\"}', 'upc' => '075992345729', 'provider' => 'bestbuy'],\n ['name' => \"Local Hero - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/local-hero-cd-original-soundtrack/658684.p?id=2517079&skuId=658684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0658\\/0658684_sa.jpg\"}', 'upc' => '075992382724', 'provider' => 'bestbuy'],\n ['name' => \"Spike & Co.: Do It a Cappella - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spike-co--do-it-a-cappella-cd-various/658693.p?id=80660&skuId=658693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0658\\/0658693_sa.jpg\"}', 'upc' => '075596095327', 'provider' => 'bestbuy'],\n ['name' => \"The Music Man [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-music-man-original-soundtrack-cd-original-soundtrack/658719.p?id=92683&skuId=658719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=658719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0658\\/0658719_sa.jpg\"}', 'upc' => '075992715829', 'provider' => 'bestbuy'],\n ['name' => \"Jerry Garcia/David Grisman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jerry-garcia-david-grisman-cd/659068.p?id=83264&skuId=659068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=659068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6590\\/659068.jpg\"}', 'upc' => '715949100222', 'provider' => 'bestbuy'],\n ['name' => \"Live Live Ju Ju - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-live-ju-ju-cd/659264.p?id=2444204&skuId=659264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=659264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0659\\/0659264_sa.jpg\"}', 'upc' => '014431004728', 'provider' => 'bestbuy'],\n ['name' => \"Official Version - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/official-version-cd/659399.p?id=83030&skuId=659399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=659399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0659\\/0659399_sa.jpg\"}', 'upc' => '074645240527', 'provider' => 'bestbuy'],\n ['name' => \"Backcatalogue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backcatalogue-cd/659415.p?id=83026&skuId=659415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=659415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0659\\/0659415_sa.jpg\"}', 'upc' => '074645240725', 'provider' => 'bestbuy'],\n ['name' => \"Vane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vane-cd/659647.p?id=128198&skuId=659647&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=659647', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6596\\/659647.jpg\"}', 'upc' => '033651004820', 'provider' => 'bestbuy'],\n ['name' => \"King of the Bayous - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-of-the-bayous-cd/660216.p?id=77350&skuId=660216&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=660216', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6602\\/660216.jpg\"}', 'upc' => '096297033920', 'provider' => 'bestbuy'],\n ['name' => \"Ward of the State - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ward-of-the-state-cd/660305.p?id=3183459&skuId=660305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=660305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6603\\/660305.jpg\"}', 'upc' => '747367010029', 'provider' => 'bestbuy'],\n ['name' => \"The Pavilion of Dreams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-pavilion-of-dreams-cd/660573.p?id=76239&skuId=660573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=660573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0660\\/0660573_sa.jpg\"}', 'upc' => '017046156622', 'provider' => 'bestbuy'],\n ['name' => \"Live at El Morocco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-el-morocco-cd/660840.p?id=64058&skuId=660840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=660840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0660\\/0660840_sa.jpg\"}', 'upc' => '089408331220', 'provider' => 'bestbuy'],\n ['name' => \"Mustache Ride - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mustache-ride-cd/660886.p?id=82685&skuId=660886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=660886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6608\\/660886.jpg\"}', 'upc' => '038161900228', 'provider' => 'bestbuy'],\n ['name' => \"Legacy of Brutality [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legacy-of-brutality-pa-cd/660895.p?id=91879&skuId=660895&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=660895', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0660\\/0660895_sa.jpg\"}', 'upc' => '017046190626', 'provider' => 'bestbuy'],\n ['name' => \"Infinity Within - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/infinity-within-cd/661000.p?id=80044&skuId=661000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=661000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6610\\/661000_sa.jpg\"}', 'upc' => '075596131322', 'provider' => 'bestbuy'],\n ['name' => \"World Falling Down - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/world-falling-down-cd/661046.p?id=2310078&skuId=661046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=661046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6610\\/661046_sa.jpg\"}', 'upc' => '075992689427', 'provider' => 'bestbuy'],\n ['name' => \"Sister Act - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sister-act-cd-original-soundtrack/661536.p?id=98958&skuId=661536&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=661536', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0661\\/0661536_sa.jpg\"}', 'upc' => '720616133427', 'provider' => 'bestbuy'],\n ['name' => \"Goin' Back to New Orleans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goin-back-to-new-orleans-cd/661741.p?id=80884&skuId=661741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=661741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0661\\/0661741_sa.jpg\"}', 'upc' => '075992694025', 'provider' => 'bestbuy'],\n ['name' => \"Compact Disc EP Collection [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/compact-disc-ep-collection-box-cd/661803.p?id=74196&skuId=661803&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=661803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6618\\/661803.jpg\"}', 'upc' => '077771585227', 'provider' => 'bestbuy'],\n ['name' => \"Get in Touch with Yourself - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/get-in-touch-with-yourself-cd/661901.p?id=101015&skuId=661901&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=661901', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0661\\/0661901_sa.jpg\"}', 'upc' => '731451224126', 'provider' => 'bestbuy'],\n ['name' => \"An Anthology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-anthology-cd/662027.p?id=2472946&skuId=662027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=662027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6620\\/662027.jpg\"}', 'upc' => '731451243127', 'provider' => 'bestbuy'],\n ['name' => \"Love Power Peace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-power-peace-cd/662161.p?id=75958&skuId=662161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=662161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0662\\/0662161_sa.jpg\"}', 'upc' => '731451338922', 'provider' => 'bestbuy'],\n ['name' => \"Extras (Collection Of Extras) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/extras-collection-of-extras-cd/662189.p?id=86599&skuId=662189&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=662189', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0662\\/0662189_sa.jpg\"}', 'upc' => '731451317729', 'provider' => 'bestbuy'],\n ['name' => \"Jazz 'Round Midnight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-round-midnight-cd/662223.p?id=69957&skuId=662223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=662223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6622\\/662223.jpg\"}', 'upc' => '731451346026', 'provider' => 'bestbuy'],\n ['name' => \"Ya Rollin' Doo Doo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ya-rollin-doo-doo-cd/662820.p?id=181380&skuId=662820&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=662820', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6628\\/662820.jpg\"}', 'upc' => '026656273025', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/662937.p?id=103809&skuId=662937&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=662937', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6629\\/662937_sa.jpg\"}', 'upc' => '715187755529', 'provider' => 'bestbuy'],\n ['name' => \"Heartbreaker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heartbreaker-cd/662982.p?id=82932&skuId=662982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=662982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0662\\/0662982_sa.jpg\"}', 'upc' => '042284236126', 'provider' => 'bestbuy'],\n ['name' => \"Love to Love You Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-to-love-you-baby-cd/662991.p?id=100791&skuId=662991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=662991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6629\\/662991_sa.jpg\"}', 'upc' => '042282279224', 'provider' => 'bestbuy'],\n ['name' => \"A Love Trilogy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-love-trilogy-cd/663008.p?id=100779&skuId=663008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=663008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6630\\/663008_sa.jpg\"}', 'upc' => '042282279323', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Dramatics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-dramatics-cd/663106.p?id=80919&skuId=663106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=663106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0663\\/0663106_sa.jpg\"}', 'upc' => '025218300322', 'provider' => 'bestbuy'],\n ['name' => \"The Isaac Hayes Movement - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-isaac-hayes-movement-cd/663133.p?id=85068&skuId=663133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=663133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0663\\/0663133_sa.jpg\"}', 'upc' => '025218412926', 'provider' => 'bestbuy'],\n ['name' => \"DJ Magic Mike and the Royal Posse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dj-magic-mike-and-the-royal-posse-cd/663188.p?id=90161&skuId=663188&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=663188', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6631\\/663188.jpg\"}', 'upc' => '021257940123', 'provider' => 'bestbuy'],\n ['name' => \"Twenty Degrees Below Zero [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twenty-degrees-below-zero-pa-cd/663419.p?id=80646&skuId=663419&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=663419', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6634\\/663419_sa.jpg\"}', 'upc' => '021257941229', 'provider' => 'bestbuy'],\n ['name' => \"Bobby McFerrin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bobby-mcferrin-cd/663794.p?id=68915&skuId=663794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=663794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0663\\/0663794_sa.jpg\"}', 'upc' => '075596002325', 'provider' => 'bestbuy'],\n ['name' => \"Thug - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thug-cd/664524.p?id=99394&skuId=664524&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=664524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6645\\/664524.jpg\"}', 'upc' => '075679214126', 'provider' => 'bestbuy'],\n ['name' => \"Meantime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/meantime-cd/664551.p?id=85200&skuId=664551&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=664551', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6645\\/664551_sa.jpg\"}', 'upc' => '606949216221', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [CEMA Special Markets] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cema-special-markets-cd/664588.p?id=94784&skuId=664588&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=664588', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0664\\/0664588_sa.jpg\"}', 'upc' => '077775739923', 'provider' => 'bestbuy'],\n ['name' => \"One Day at a Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-day-at-a-time-cd/664604.p?id=169066&skuId=664604&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=664604', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0664\\/0664604_sa.jpg\"}', 'upc' => '077775724820', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits [Capital] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-capital-cd/664613.p?id=82108&skuId=664613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=664613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0664\\/0664613_sa.jpg\"}', 'upc' => '077775740325', 'provider' => 'bestbuy'],\n ['name' => \"French Kiss - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/french-kiss-cd/664757.p?id=156546&skuId=664757&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=664757', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6647\\/664757_sa.jpg\"}', 'upc' => '077775764826', 'provider' => 'bestbuy'],\n ['name' => \"Scottish Tranquility - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scottish-tranquility-cd/665220.p?id=78803&skuId=665220&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=665220', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6652\\/665220_sa.jpg\"}', 'upc' => '016351530929', 'provider' => 'bestbuy'],\n ['name' => \"Method to the Madness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/method-to-the-madness-cd/665355.p?id=87857&skuId=665355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=665355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6653\\/665355.jpg\"}', 'upc' => '074644732221', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of Eek-A-Mouse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-eek-a-mouse-cd/665417.p?id=81346&skuId=665417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=665417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6654\\/665417.jpg\"}', 'upc' => '016351480125', 'provider' => 'bestbuy'],\n ['name' => \"Doctor Hook - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doctor-hook-cd/665499.p?id=80880&skuId=665499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=665499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0665\\/0665499_sa.jpg\"}', 'upc' => '074643089821', 'provider' => 'bestbuy'],\n ['name' => \"Don't Sweat the Technique - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-sweat-the-technique-cd/665676.p?id=81663&skuId=665676&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=665676', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0665\\/0665676_sa.jpg\"}', 'upc' => '008811059422', 'provider' => 'bestbuy'],\n ['name' => \"Ready for the World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ready-for-the-world-cd/665836.p?id=96141&skuId=665836&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=665836', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6658\\/665836_sa.jpg\"}', 'upc' => '076731116228', 'provider' => 'bestbuy'],\n ['name' => \"Wanted Dead or Alive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wanted-dead-or-alive-cd/665890.p?id=76026&skuId=665890&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=665890', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0665\\/0665890_sa.jpg\"}', 'upc' => '074643271721', 'provider' => 'bestbuy'],\n ['name' => \"Phenobarb Bambalam - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/phenobarb-bambalam-cd/665934.p?id=78537&skuId=665934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=665934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6659\\/665934.jpg\"}', 'upc' => '016581718920', 'provider' => 'bestbuy'],\n ['name' => \"Hearts of Space: Universe Sampler 92 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hearts-of-space-universe-sampler-92-cd-various/665943.p?id=179523&skuId=665943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=665943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6659\\/665943.JPG\"}', 'upc' => '025041120128', 'provider' => 'bestbuy'],\n ['name' => \"Wings of a Dove - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wings-of-a-dove-cd/666265.p?id=79448&skuId=666265&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=666265', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0666\\/0666265_sa.jpg\"}', 'upc' => '016351439727', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Ladysmith Black Mambazo [Shanachie] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-ladysmith-black-mambazo-shanachie-cd/666292.p?id=88577&skuId=666292&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=666292', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6662\\/666292.jpg\"}', 'upc' => '016351439826', 'provider' => 'bestbuy'],\n ['name' => \"Pearl of Africa Reborn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pearl-of-africa-reborn-cd/666354.p?id=97813&skuId=666354&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=666354', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0666\\/0666354_sa.jpg\"}', 'upc' => '016351650825', 'provider' => 'bestbuy'],\n ['name' => \"Lawrence of Arabia [Silva] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lawrence-of-arabia-silva-cd-original-soundtrack/666372.p?id=88821&skuId=666372&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=666372', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0666\\/0666372_sa.jpg\"}', 'upc' => '738572101022', 'provider' => 'bestbuy'],\n ['name' => \"Naturally - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naturally-cd/666407.p?id=84268&skuId=666407&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=666407', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6664\\/666407_sa.jpg\"}', 'upc' => '016351441423', 'provider' => 'bestbuy'],\n ['name' => \"Early Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/early-classics-cd/666470.p?id=94661&skuId=666470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=666470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6664\\/666470_sa.jpg\"}', 'upc' => '016351797827', 'provider' => 'bestbuy'],\n ['name' => \"Bottleneck Guitar Trendsetters of the 1930s - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bottleneck-guitar-trendsetters-of-the-1930s-cd/666988.p?id=103749&skuId=666988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=666988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6669\\/666988_sa.jpg\"}', 'upc' => '016351014924', 'provider' => 'bestbuy'],\n ['name' => \"Please Warm My Weiner: Old Time Hokum Blues - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/please-warm-my-weiner-old-time-hokum-blues-cd-various/667068.p?id=95068&skuId=667068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=667068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0667\\/0667068_sa.jpg\"}', 'upc' => '016351014320', 'provider' => 'bestbuy'],\n ['name' => \"Amen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amen-cd/667282.p?id=87710&skuId=667282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=667282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6672\\/667282.jpg\"}', 'upc' => '016253991026', 'provider' => 'bestbuy'],\n ['name' => \"Soul Eyes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-eyes-cd/667308.p?id=66194&skuId=667308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=667308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6673\\/667308.jpg\"}', 'upc' => '063757704720', 'provider' => 'bestbuy'],\n ['name' => \"Mardi Gras - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mardi-gras-cd/667656.p?id=244602&skuId=667656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=667656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6676\\/667656_sa.jpg\"}', 'upc' => '025218451826', 'provider' => 'bestbuy'],\n ['name' => \"Doo-Bop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doo-bop-cd/667941.p?id=65534&skuId=667941&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=667941', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0667\\/0667941_sa.jpg\"}', 'upc' => '075992693820', 'provider' => 'bestbuy'],\n ['name' => \"Disco Inferno - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disco-inferno-cd/668138.p?id=102144&skuId=668138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=668138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0668\\/0668138_sa.jpg\"}', 'upc' => '075678223723', 'provider' => 'bestbuy'],\n ['name' => \"Come a Little Bit Closer: The Best of Jay &... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-a-little-bit-closer-the-best-of-jay-cd/668209.p?id=2389713&skuId=668209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=668209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0668\\/0668209_sa.jpg\"}', 'upc' => '077779344826', 'provider' => 'bestbuy'],\n ['name' => \"Voice of the Sparrow: The Very Best of Édith... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/voice-of-the-sparrow-the-very-best-of-edith-cd/668272.p?id=94896&skuId=668272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=668272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6682\\/668272_sa.jpg\"}', 'upc' => '077779663224', 'provider' => 'bestbuy'],\n ['name' => \"The Falcon and the Snowman - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-falcon-and-the-snowman-cd-original-soundtrack/668316.p?id=81932&skuId=668316&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=668316', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6683\\/668316.jpg\"}', 'upc' => '077774841122', 'provider' => 'bestbuy'],\n ['name' => \"Walk Don't Run : The Best of the Ventures - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walk-dont-run--the-best-of-the-ventures-cd/668423.p?id=103097&skuId=668423&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=668423', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6684\\/668423.jpg\"}', 'upc' => '077779345120', 'provider' => 'bestbuy'],\n ['name' => \"Images and Words - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/images-and-words-cd/668557.p?id=80953&skuId=668557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=668557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0668\\/0668557_sa.jpg\"}', 'upc' => '075679214829', 'provider' => 'bestbuy'],\n ['name' => \"Firefall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/firefall-cd/668575.p?id=82247&skuId=668575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=668575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6685\\/668575.jpg\"}', 'upc' => '081227037925', 'provider' => 'bestbuy'],\n ['name' => \"The Queen Alone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-queen-alone-cd/668637.p?id=101712&skuId=668637&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=668637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6686\\/668637.jpg\"}', 'upc' => '081227101527', 'provider' => 'bestbuy'],\n ['name' => \"Nubian M.O.B. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nubian-m-o-b-cd/669084.p?id=93555&skuId=669084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=669084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0669\\/0669084_sa.jpg\"}', 'upc' => '075992689625', 'provider' => 'bestbuy'],\n ['name' => \"Ruff Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ruff-life-cd/669280.p?id=76088&skuId=669280&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=669280', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6692\\/669280.jpg\"}', 'upc' => '733686130029', 'provider' => 'bestbuy'],\n ['name' => \"The Hunger [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-hunger-original-soundtrack-cd-original-soundtrack/669752.p?id=1365895&skuId=669752&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=669752', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0669\\/0669752_sa.jpg\"}', 'upc' => '030206726121', 'provider' => 'bestbuy'],\n ['name' => \"Blue Velvet [Original Score] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-velvet-original-score-cd-original-soundtrack/670401.p?id=1366578&skuId=670401&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=670401', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6704\\/670401.jpg\"}', 'upc' => '030206727722', 'provider' => 'bestbuy'],\n ['name' => \"Mad Hatter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mad-hatter-cd/670447.p?id=75483&skuId=670447&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=670447', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0670\\/0670447_sa.jpg\"}', 'upc' => '074645285320', 'provider' => 'bestbuy'],\n ['name' => \"Committed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/committed-cd/670624.p?id=101610&skuId=670624&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=670624', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6706\\/670624.jpg\"}', 'upc' => '731451027925', 'provider' => 'bestbuy'],\n ['name' => \"20 More Explosive Fantastic Rockin' Mega... - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-more-explosive-fantastic-rockin-mega-various-cd/671160.p?id=102568&skuId=671160&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=671160', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0671\\/0671160_sa.jpg\"}', 'upc' => '727321634225', 'provider' => 'bestbuy'],\n ['name' => \"Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/671874.p?id=83669&skuId=671874&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=671874', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6718\\/671874_sa.jpg\"}', 'upc' => '075596139021', 'provider' => 'bestbuy'],\n ['name' => \"Fire Up+ - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fire-up-cd/672187.p?id=97940&skuId=672187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6721\\/672187_sa.jpg\"}', 'upc' => '025218771122', 'provider' => 'bestbuy'],\n ['name' => \"Conversations - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/conversations-cd/672196.p?id=71193&skuId=672196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6721\\/672196.jpg\"}', 'upc' => '025218913027', 'provider' => 'bestbuy'],\n ['name' => \"Dry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dry-cd/672267.p?id=95017&skuId=672267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6722\\/672267.jpg\"}', 'upc' => '016255500127', 'provider' => 'bestbuy'],\n ['name' => \"Virtuoso Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/virtuoso-live-cd/672285.p?id=69822&skuId=672285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0672\\/0672285_sa.jpg\"}', 'upc' => '025218094825', 'provider' => 'bestbuy'],\n ['name' => \"The Blues Don't Change - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-blues-dont-change-cd/672301.p?id=87898&skuId=672301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6723\\/672301_sa.jpg\"}', 'upc' => '025218857024', 'provider' => 'bestbuy'],\n ['name' => \"The Staple Swingers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-staple-swingers-cd/672329.p?id=100077&skuId=672329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6723\\/672329_sa.jpg\"}', 'upc' => '025218857321', 'provider' => 'bestbuy'],\n ['name' => \"Tribute to Billie Holiday - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tribute-to-billie-holiday-cd/672347.p?id=65042&skuId=672347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6723\\/672347.jpg\"}', 'upc' => '013431408123', 'provider' => 'bestbuy'],\n ['name' => \"Paper Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paper-moon-cd/672365.p?id=3335018&skuId=672365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6723\\/672365.jpg\"}', 'upc' => '013431417828', 'provider' => 'bestbuy'],\n ['name' => \"It's My Way! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-my-way-cd/672392.p?id=97732&skuId=672392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0672\\/0672392_sa.jpg\"}', 'upc' => '015707914222', 'provider' => 'bestbuy'],\n ['name' => \"My Time After Awhile - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-time-after-awhile-cd/672436.p?id=84484&skuId=672436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6724\\/672436.jpg\"}', 'upc' => '015707004121', 'provider' => 'bestbuy'],\n ['name' => \"Taj's Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tajs-blues-cd/672695.p?id=90202&skuId=672695&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672695', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0672\\/0672695_sa.jpg\"}', 'upc' => '074645246529', 'provider' => 'bestbuy'],\n ['name' => \"Father of the Delta Blues: The Complete 1965... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/father-of-the-delta-blues-the-complete-1965-cd/672891.p?id=85816&skuId=672891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6728\\/672891_sa.jpg\"}', 'upc' => '074644886726', 'provider' => 'bestbuy'],\n ['name' => \"Slanted and Enchanted - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slanted-and-enchanted-cd/672908.p?id=2304920&skuId=672908&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672908', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6729\\/672908_sa.jpg\"}', 'upc' => '744861003823', 'provider' => 'bestbuy'],\n ['name' => \"Stull [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stull-ep-cd/672980.p?id=102839&skuId=672980&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=672980', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0672\\/0672980_sa.jpg\"}', 'upc' => '036172078622', 'provider' => 'bestbuy'],\n ['name' => \"From the Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-the-soul-cd/673300.p?id=68629&skuId=673300&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=673300', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0673\\/0673300_sa.jpg\"}', 'upc' => '077779863624', 'provider' => 'bestbuy'],\n ['name' => \"Branch to Branch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/branch-to-branch-cd/673435.p?id=96204&skuId=673435&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=673435', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0673\\/0673435_sa.jpg\"}', 'upc' => '075679042521', 'provider' => 'bestbuy'],\n ['name' => \"Unlimited! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unlimited-cd/673453.p?id=97161&skuId=673453&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=673453', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6734\\/673453.jpg\"}', 'upc' => '075992549622', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Professional Installer Series TurboKit\", 'description_short' => \"From our expanded online assortment; compatible with select Chevrolet, Geo and Suzuki vehicles; allows installation of an aftermarket radio; provision for a 1/4&quot; or 1/2&quot; DIN equalizer; mounts precisely to OEM radio mounting positions\", 'description_long' => \"From our expanded online assortment; compatible with select Chevrolet, Geo and Suzuki vehicles; allows installation of an aftermarket radio; provision for a 1/4&quot; or 1/2&quot; DIN equalizer; mounts precisely to OEM radio mounting positions\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-professional-installer-series-turbokit/673890.p?id=1118842643714&skuId=673890&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=673890', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9852\\/9852688_sa.jpg\"}', 'upc' => '086429003792', 'provider' => 'bestbuy'],\n ['name' => \"Because of You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/because-of-you-cd/674274.p?id=95942&skuId=674274&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0674\\/0674274_sa.jpg\"}', 'upc' => '090368006325', 'provider' => 'bestbuy'],\n ['name' => \"Havana Cafe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/havana-cafe-cd/674283.p?id=65435&skuId=674283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0674\\/0674283_sa.jpg\"}', 'upc' => '090368006028', 'provider' => 'bestbuy'],\n ['name' => \"New York Reunion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-york-reunion-cd/674292.p?id=1365938&skuId=674292&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674292', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0674\\/0674292_sa.jpg\"}', 'upc' => '090368005120', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Village Gate - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-village-gate-cd/674309.p?id=71360&skuId=674309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6743\\/674309.jpg\"}', 'upc' => '090368004925', 'provider' => 'bestbuy'],\n ['name' => \"Real Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/real-life-cd/674318.p?id=72208&skuId=674318&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674318', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6743\\/674318.jpg\"}', 'upc' => '090368004727', 'provider' => 'bestbuy'],\n ['name' => \"My Blue Heaven - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-blue-heaven-cd/674327.p?id=70069&skuId=674327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0674\\/0674327_sa.jpg\"}', 'upc' => '090368003829', 'provider' => 'bestbuy'],\n ['name' => \"A Distortion of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-distortion-of-love-cd/674354.p?id=63949&skuId=674354&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674354', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0674\\/0674354_sa.jpg\"}', 'upc' => '731451223525', 'provider' => 'bestbuy'],\n ['name' => \"Secret Rooms - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/secret-rooms-cd/674746.p?id=2291994&skuId=674746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6747\\/674746.jpg\"}', 'upc' => '025041101523', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Vic Damone [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-vic-damone-curb-cd/674906.p?id=79660&skuId=674906&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674906', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0674\\/0674906_sa.jpg\"}', 'upc' => '715187747623', 'provider' => 'bestbuy'],\n ['name' => \"Her Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/her-greatest-hits-cd/674942.p?id=76835&skuId=674942&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=674942', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6749\\/674942_sa.jpg\"}', 'upc' => '008811060626', 'provider' => 'bestbuy'],\n ['name' => \"Turn of the Decade 1989-90: Ben & Jerry's... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turn-of-the-decade-1989-90-ben-jerrys-cd-various/675228.p?id=82577&skuId=675228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=675228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0675\\/0675228_sa.jpg\"}', 'upc' => '033651003625', 'provider' => 'bestbuy'],\n ['name' => \"Psalm 69: The Way to Succeed & The Way to... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/psalm-69-the-way-to-succeed-the-way-to-cd/675601.p?id=2389689&skuId=675601&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=675601', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6756\\/675601_sa.jpg\"}', 'upc' => '075992672726', 'provider' => 'bestbuy'],\n ['name' => \"Dirty - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dirty-cd/675870.p?id=99450&skuId=675870&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=675870', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6758\\/675870_sa.jpg\"}', 'upc' => '720642448526', 'provider' => 'bestbuy'],\n ['name' => \"Shorty the Pimp [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shorty-the-pimp-pa-cd/676076.p?id=101994&skuId=676076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0676\\/0676076_sa.jpg\"}', 'upc' => '012414146724', 'provider' => 'bestbuy'],\n ['name' => \"The New Zapp IV U - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-new-zapp-iv-u-cd/676290.p?id=105186&skuId=676290&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676290', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0676\\/0676290_sa.jpg\"}', 'upc' => '075992532723', 'provider' => 'bestbuy'],\n ['name' => \"Lowrider Soundtrack Vol. 1 - CD - Various Remastered\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lowrider-soundtrack-vol-1-cd-various-remastered/676487.p?id=319204&skuId=676487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6764\\/676487_sa.jpg\"}', 'upc' => '720657101027', 'provider' => 'bestbuy'],\n ['name' => \"Lowrider Soundtrack 2 - CD - Various Remastered\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lowrider-soundtrack-2-cd-various-remastered/676539.p?id=2277003&skuId=676539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6765\\/676539_sa.jpg\"}', 'upc' => '720657102024', 'provider' => 'bestbuy'],\n ['name' => \"Lowrider Magazine Soundtrack Vol. 3 - CD - Various Remastered\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lowrider-magazine-soundtrack-vol-3-cd-various-remastered/676557.p?id=2294211&skuId=676557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6765\\/676557_sa.jpg\"}', 'upc' => '720657103021', 'provider' => 'bestbuy'],\n ['name' => \"Barcelona - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/barcelona-cd/676593.p?id=91452&skuId=676593&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676593', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6765\\/676593_sa.jpg\"}', 'upc' => '720616136626', 'provider' => 'bestbuy'],\n ['name' => \"Partners - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/partners-cd/676717.p?id=86985&skuId=676717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6767\\/676717_sa.jpg\"}', 'upc' => '075992682220', 'provider' => 'bestbuy'],\n ['name' => \"Isn't It Romantic? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/isnt-it-romantic-cd/676806.p?id=64754&skuId=676806&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0676\\/0676806_sa.jpg\"}', 'upc' => '013431425229', 'provider' => 'bestbuy'],\n ['name' => \"What You See is What You Get - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-you-see-is-what-you-get-cd/676815.p?id=89271&skuId=676815&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676815', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6768\\/676815.jpg\"}', 'upc' => '014551480822', 'provider' => 'bestbuy'],\n ['name' => \"Til Their Eyes Shine (The Lullaby Album)... - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/til-their-eyes-shine-the-lullaby-album-various-cd/676995.p?id=89907&skuId=676995&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=676995', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6769\\/676995.jpg\"}', 'upc' => '074645241227', 'provider' => 'bestbuy'],\n ['name' => \"The Last Emperor [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-last-emperor-original-soundtrack-cd-original-soundtrack/677333.p?id=88701&skuId=677333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=677333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6773\\/677333.jpg\"}', 'upc' => '077778602927', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Wiring Harness for Most 1987 and Later Toyota Scion Vehicles - Multicolored\", 'description_short' => \"Compatible with most 1987 and later Toyota Scion vehicles; connects an aftermarket radio to a vehicle&#039;s harness\", 'description_long' => \"Compatible with most 1987 and later Toyota Scion vehicles; connects an aftermarket radio to a vehicle&#039;s harness\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-wiring-harness-for-most-1987-and-later-toyota-scion-vehicles-multicolored/677379.p?id=1142292397025&skuId=677379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=677379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6773\\/677379_rc.jpg\"}', 'upc' => '086429002658', 'provider' => 'bestbuy'],\n ['name' => \"Outward Bound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/outward-bound-cd/677547.p?id=2390257&skuId=677547&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=677547', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0677\\/0677547_sa.jpg\"}', 'upc' => '614223103228', 'provider' => 'bestbuy'],\n ['name' => \"Gig - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gig-cd/677752.p?id=77823&skuId=677752&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=677752', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6777\\/677752.jpg\"}', 'upc' => '088561106928', 'provider' => 'bestbuy'],\n ['name' => \"Ramblin' Jeffrey Lee - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ramblin-jeffrey-lee-cd/677912.p?id=105776&skuId=677912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=677912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0677\\/0677912_sa.jpg\"}', 'upc' => '021075112924', 'provider' => 'bestbuy'],\n ['name' => \"Kirya - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kirya-cd/678127.p?id=85084&skuId=678127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=678127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0678\\/0678127_sa.jpg\"}', 'upc' => '016351644329', 'provider' => 'bestbuy'],\n ['name' => \"Stop and Listen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stop-and-listen-cd/678154.p?id=91900&skuId=678154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=678154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0678\\/0678154_sa.jpg\"}', 'upc' => '016351200624', 'provider' => 'bestbuy'],\n ['name' => \"Revolutionary Dream - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/revolutionary-dream-cd/678163.p?id=92353&skuId=678163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=678163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0678\\/0678163_sa.jpg\"}', 'upc' => '016351441621', 'provider' => 'bestbuy'],\n ['name' => \"After the Dance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-the-dance-cd/678181.p?id=86719&skuId=678181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=678181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0678\\/0678181_sa.jpg\"}', 'upc' => '016351990624', 'provider' => 'bestbuy'],\n ['name' => \"Images - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/images-cd/678350.p?id=70505&skuId=678350&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=678350', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6783\\/678350_sa.jpg\"}', 'upc' => '077779949229', 'provider' => 'bestbuy'],\n ['name' => \"Strictly the Best, Vol. 5 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strictly-the-best-vol-5-cd-various/678467.p?id=113690&skuId=678467&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=678467', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6784\\/678467_sa.jpg\"}', 'upc' => '054645122726', 'provider' => 'bestbuy'],\n ['name' => \"House of Pain [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/house-of-pain-pa-cd/678680.p?id=85807&skuId=678680&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=678680', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6786\\/678680.jpg\"}', 'upc' => '016998105627', 'provider' => 'bestbuy'],\n ['name' => \"What's the 411? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whats-the-411-cd/678706.p?id=75027&skuId=678706&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=678706', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0678\\/0678706_sa.jpg\"}', 'upc' => '008811068127', 'provider' => 'bestbuy'],\n ['name' => \"Buffy the Vampire Slayer [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buffy-the-vampire-slayer-original-soundtrack-cd-original-soundtrack/678751.p?id=76285&skuId=678751&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=678751', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0678\\/0678751_sa.jpg\"}', 'upc' => '074645285429', 'provider' => 'bestbuy'],\n ['name' => \"Black Byrd - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-byrd-cd/679242.p?id=2443724&skuId=679242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=679242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0679\\/0679242_sa.jpg\"}', 'upc' => '077778446620', 'provider' => 'bestbuy'],\n ['name' => \"Looking Glass: A Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/looking-glass-a-collection-cd/679304.p?id=95642&skuId=679304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=679304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6793\\/679304.jpg\"}', 'upc' => '074644895926', 'provider' => 'bestbuy'],\n ['name' => \"So Alone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/so-alone-cd/679698.p?id=101820&skuId=679698&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=679698', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6796\\/679698_sa.jpg\"}', 'upc' => '075992698221', 'provider' => 'bestbuy'],\n ['name' => \"MTV Unplugged - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/mtv-unplugged-cd/680597.p?id=77906&skuId=680597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=680597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0680\\/0680597_sa.jpg\"}', 'upc' => '093624502425', 'provider' => 'bestbuy'],\n ['name' => \"Gordon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gordon-cd/680702.p?id=73946&skuId=680702&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=680702', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0680\\/0680702_sa.jpg\"}', 'upc' => '075992695626', 'provider' => 'bestbuy'],\n ['name' => \"Ricochet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ricochet-cd/680748.p?id=91672&skuId=680748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=680748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6807\\/680748.jpg\"}', 'upc' => '075992699327', 'provider' => 'bestbuy'],\n ['name' => \"Real Live Sound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/real-live-sound-cd/680944.p?id=72590&skuId=680944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=680944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6809\\/680944_sa.jpg\"}', 'upc' => '018777252928', 'provider' => 'bestbuy'],\n ['name' => \"Short Stories [Universal] [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/short-stories-universal-digdownload-cd/681257.p?id=87225&skuId=681257&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=681257', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6812\\/681257.jpg\"}', 'upc' => '042280002725', 'provider' => 'bestbuy'],\n ['name' => \"Manhattan Mambo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/manhattan-mambo-cd/682461.p?id=70517&skuId=682461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=682461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6824\\/682461_sa.jpg\"}', 'upc' => '089408332227', 'provider' => 'bestbuy'],\n ['name' => \"Haunted Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/haunted-heart-cd/682782.p?id=67067&skuId=682782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=682782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6827\\/682782_sa.jpg\"}', 'upc' => '731451307829', 'provider' => 'bestbuy'],\n ['name' => \"An Evening with Chick Corea & Herbie Hancock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-evening-with-chick-corea-herbie-hancock-cd/682817.p?id=146242&skuId=682817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=682817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0682\\/0682817_sa.jpg\"}', 'upc' => '042283568020', 'provider' => 'bestbuy'],\n ['name' => \"Let It Ride - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-it-ride-cd/684584.p?id=290154&skuId=684584&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=684584', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0684\\/0684584_sa.jpg\"}', 'upc' => '747014400128', 'provider' => 'bestbuy'],\n ['name' => \"Three Dimensional - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/three-dimensional-cd/684762.p?id=64607&skuId=684762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=684762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6847\\/684762_sa.jpg\"}', 'upc' => '013431452027', 'provider' => 'bestbuy'],\n ['name' => \"Embrace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/embrace-cd/685342.p?id=81504&skuId=685342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=685342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0685\\/0685342_sa.jpg\"}', 'upc' => '718750730022', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-vol-2-cd/686494.p?id=94215&skuId=686494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=686494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0686\\/0686494_sa.jpg\"}', 'upc' => '715187756823', 'provider' => 'bestbuy'],\n ['name' => \"Songs The Lord Taught Us - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-the-lord-taught-us-cd/686653.p?id=79088&skuId=686653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=686653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0686\\/0686653_sa.jpg\"}', 'upc' => '044797000720', 'provider' => 'bestbuy'],\n ['name' => \"Four Sider - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/four-sider-cd/686813.p?id=91430&skuId=686813&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=686813', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0686\\/0686813_sa.jpg\"}', 'upc' => '075021601222', 'provider' => 'bestbuy'],\n ['name' => \"Dream a Little Dream - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dream-a-little-dream-cd-original-soundtrack/687108.p?id=80960&skuId=687108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=687108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6871\\/687108_sa.jpg\"}', 'upc' => '014166012524', 'provider' => 'bestbuy'],\n ['name' => \"Untouchables [Original Motion Picture... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/untouchables-original-motion-picture-cd-original-soundtrack/687297.p?id=102818&skuId=687297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=687297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0687\\/0687297_sa.jpg\"}', 'upc' => '075021390928', 'provider' => 'bestbuy'],\n ['name' => \"Storm at Sunup - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/storm-at-sunup-cd/687395.p?id=103007&skuId=687395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=687395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0687\\/0687395_sa.jpg\"}', 'upc' => '075021453326', 'provider' => 'bestbuy'],\n ['name' => \"In the Eye of the Storm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-eye-of-the-storm-cd/687475.p?id=85465&skuId=687475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=687475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0687\\/0687475_sa.jpg\"}', 'upc' => '075021500426', 'provider' => 'bestbuy'],\n ['name' => \"Journey to the Centre of the Earth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/journey-to-the-centre-of-the-earth-cd/687938.p?id=103337&skuId=687938&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=687938', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6879\\/687938.jpg\"}', 'upc' => '075021315624', 'provider' => 'bestbuy'],\n ['name' => \"The Tubes [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tubes-pa-cd/687965.p?id=102427&skuId=687965&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=687965', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0687\\/0687965_sa.jpg\"}', 'upc' => '075021316126', 'provider' => 'bestbuy'],\n ['name' => \"Body Heat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/body-heat-cd/688027.p?id=68070&skuId=688027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=688027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0688\\/0688027_sa.jpg\"}', 'upc' => '075021319127', 'provider' => 'bestbuy'],\n ['name' => \"Myths and Legends of King Arthur and the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/myths-and-legends-of-king-arthur-and-the-cd/688134.p?id=103338&skuId=688134&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=688134', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6881\\/688134.jpg\"}', 'upc' => '075021323025', 'provider' => 'bestbuy'],\n ['name' => \"A Place in the Sun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-place-in-the-sun-cd/688143.p?id=94256&skuId=688143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=688143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6881\\/688143_sa.jpg\"}', 'upc' => '075021323629', 'provider' => 'bestbuy'],\n ['name' => \"Caliente! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caliente-cd/688189.p?id=63950&skuId=688189&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=688189', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0688\\/0688189_sa.jpg\"}', 'upc' => '075021324725', 'provider' => 'bestbuy'],\n ['name' => \"Sounds...And Stuff Like That!! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sounds-and-stuff-like-that-cd/688205.p?id=68075&skuId=688205&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=688205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0688\\/0688205_sa.jpg\"}', 'upc' => '075021324923', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Drive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-drive-cd/689099.p?id=88153&skuId=689099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6890\\/689099.jpg\"}', 'upc' => '014551477525', 'provider' => 'bestbuy'],\n ['name' => \"The Big Break - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-big-break-cd/689115.p?id=89353&skuId=689115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689115_sa.jpg\"}', 'upc' => '014551477624', 'provider' => 'bestbuy'],\n ['name' => \"Two-Fisted Mama! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-fisted-mama-cd/689133.p?id=103717&skuId=689133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6891\\/689133.jpg\"}', 'upc' => '014551477723', 'provider' => 'bestbuy'],\n ['name' => \"Fanning the Flames - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fanning-the-flames-cd/689151.p?id=81472&skuId=689151&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689151', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6891\\/689151.jpg\"}', 'upc' => '014551477822', 'provider' => 'bestbuy'],\n ['name' => \"Standing My Ground - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/standing-my-ground-cd/689179.p?id=75897&skuId=689179&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689179', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689179_sa.jpg\"}', 'upc' => '014551477921', 'provider' => 'bestbuy'],\n ['name' => \"Let's Buzz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-buzz-cd/689213.p?id=94304&skuId=689213&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689213', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689213_sa.jpg\"}', 'upc' => '014551478225', 'provider' => 'bestbuy'],\n ['name' => \"Louisiana Legend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louisiana-legend-cd/689231.p?id=92939&skuId=689231&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689231', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6892\\/689231_sa.jpg\"}', 'upc' => '014551478324', 'provider' => 'bestbuy'],\n ['name' => \"Return of the Thin Man - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/return-of-the-thin-man-cd/689259.p?id=103662&skuId=689259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6892\\/689259.jpg\"}', 'upc' => '014551478522', 'provider' => 'bestbuy'],\n ['name' => \"Blowin' Like Hell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blowin-like-hell-cd/689302.p?id=77944&skuId=689302&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689302', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689302_sa.jpg\"}', 'upc' => '014551478829', 'provider' => 'bestbuy'],\n ['name' => \"Tore Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tore-up-cd/689357.p?id=76127&skuId=689357&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6893\\/689357.jpg\"}', 'upc' => '014551479222', 'provider' => 'bestbuy'],\n ['name' => \"Street Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/street-party-cd/689375.p?id=91375&skuId=689375&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6893\\/689375.jpg\"}', 'upc' => '014551479321', 'provider' => 'bestbuy'],\n ['name' => \"Walking on Fire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walking-on-fire-cd/689400.p?id=92937&skuId=689400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6894\\/689400_sa.jpg\"}', 'upc' => '014551479529', 'provider' => 'bestbuy'],\n ['name' => \"Lost in the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lost-in-the-blues-cd/689437.p?id=97580&skuId=689437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689437_sa.jpg\"}', 'upc' => '014551479727', 'provider' => 'bestbuy'],\n ['name' => \"Live in Chicago with Billy Boy Arnold - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-chicago-with-billy-boy-arnold-cd/689534.p?id=87353&skuId=689534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6895\\/689534.jpg\"}', 'upc' => '014551471721', 'provider' => 'bestbuy'],\n ['name' => \"From the Heart of a Woman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-the-heart-of-a-woman-cd/689570.p?id=101263&skuId=689570&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689570', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6895\\/689570.jpg\"}', 'upc' => '014551472421', 'provider' => 'bestbuy'],\n ['name' => \"New Johnny Otis Show - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-johnny-otis-show-cd/689605.p?id=94158&skuId=689605&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689605', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689605_sa.jpg\"}', 'upc' => '014551472629', 'provider' => 'bestbuy'],\n ['name' => \"Genuine Houserocking Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/genuine-houserocking-music-cd/689623.p?id=2390416&skuId=689623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6896\\/689623.jpg\"}', 'upc' => '014551472728', 'provider' => 'bestbuy'],\n ['name' => \"Playing for Keeps - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/playing-for-keeps-cd/689650.p?id=74647&skuId=689650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6896\\/689650_sa.jpg\"}', 'upc' => '014551473220', 'provider' => 'bestbuy'],\n ['name' => \"Nightflight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nightflight-cd/689669.p?id=96862&skuId=689669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6896\\/689669.jpg\"}', 'upc' => '014551473626', 'provider' => 'bestbuy'],\n ['name' => \"Bar Room Preacher - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bar-room-preacher-cd/689696.p?id=87176&skuId=689696&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689696', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6896\\/689696_sa.jpg\"}', 'upc' => '014551474425', 'provider' => 'bestbuy'],\n ['name' => \"Pressure Cooker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pressure-cooker-cd/689703.p?id=75895&skuId=689703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689703_sa.jpg\"}', 'upc' => '014551474524', 'provider' => 'bestbuy'],\n ['name' => \"Roughhousin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roughhousin-cd/689712.p?id=3331232&skuId=689712&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689712', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6897\\/689712.jpg\"}', 'upc' => '014551474920', 'provider' => 'bestbuy'],\n ['name' => \"Wound Up Tight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wound-up-tight-cd/689721.p?id=76039&skuId=689721&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6897\\/689721.jpg\"}', 'upc' => '014551475125', 'provider' => 'bestbuy'],\n ['name' => \"I'm in the Wrong Business - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-in-the-wrong-business-cd/689749.p?id=96266&skuId=689749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6897\\/689749_sa.jpg\"}', 'upc' => '014551475729', 'provider' => 'bestbuy'],\n ['name' => \"The Siegel-Schwall Reunion Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-siegel-schwall-reunion-concert-cd/689767.p?id=98710&skuId=689767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6897\\/689767_sa.jpg\"}', 'upc' => '014551476023', 'provider' => 'bestbuy'],\n ['name' => \"Years Since Yesterday - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/years-since-yesterday-cd/689785.p?id=94306&skuId=689785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689785_sa.jpg\"}', 'upc' => '014551476221', 'provider' => 'bestbuy'],\n ['name' => \"Generic Blues Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/generic-blues-album-cd/689801.p?id=103032&skuId=689801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6898\\/689801_sa.jpg\"}', 'upc' => '014551476320', 'provider' => 'bestbuy'],\n ['name' => \"Georgia Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/georgia-blue-cd/689829.p?id=81473&skuId=689829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689829_sa.jpg\"}', 'upc' => '014551476528', 'provider' => 'bestbuy'],\n ['name' => \"Harp & Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harp-soul-cd/689847.p?id=89075&skuId=689847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0689\\/0689847_sa.jpg\"}', 'upc' => '014551476825', 'provider' => 'bestbuy'],\n ['name' => \"That Woman Is Poison! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/that-woman-is-poison-cd/689865.p?id=101676&skuId=689865&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689865', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6898\\/689865.jpg\"}', 'upc' => '014551476924', 'provider' => 'bestbuy'],\n ['name' => \"One More for the Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-more-for-the-road-cd/689909.p?id=75887&skuId=689909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6899\\/689909.jpg\"}', 'upc' => '014551477129', 'provider' => 'bestbuy'],\n ['name' => \"Devil Child - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/devil-child-cd/689936.p?id=92936&skuId=689936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=689936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6899\\/689936.jpg\"}', 'upc' => '014551477426', 'provider' => 'bestbuy'],\n ['name' => \"Hound Dog Taylor & the Houserockers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hound-dog-taylor-the-houserockers-cd/690041.p?id=101228&skuId=690041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0690\\/0690041_sa.jpg\"}', 'upc' => '014551470120', 'provider' => 'bestbuy'],\n ['name' => \"Big Walter Horton with Carey Bell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-walter-horton-with-carey-bell-cd/690069.p?id=85720&skuId=690069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0690\\/0690069_sa.jpg\"}', 'upc' => '014551470229', 'provider' => 'bestbuy'],\n ['name' => \"Natural Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/natural-boogie-cd/690087.p?id=101229&skuId=690087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6900\\/690087_sa.jpg\"}', 'upc' => '014551470427', 'provider' => 'bestbuy'],\n ['name' => \"Somebody Loan Me a Dime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somebody-loan-me-a-dime-cd/690103.p?id=96863&skuId=690103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0690\\/0690103_sa.jpg\"}', 'upc' => '014551470526', 'provider' => 'bestbuy'],\n ['name' => \"Beware of the Dog - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beware-of-the-dog-cd/690130.p?id=101226&skuId=690130&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690130', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6901\\/690130_sa.jpg\"}', 'upc' => '014551470724', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Son - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-son-cd/690158.p?id=98188&skuId=690158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6901\\/690158.jpg\"}', 'upc' => '014551470823', 'provider' => 'bestbuy'],\n ['name' => \"I Hear Some Blues Downstairs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-hear-some-blues-downstairs-cd/690176.p?id=96861&skuId=690176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6901\\/690176.jpg\"}', 'upc' => '014551471028', 'provider' => 'bestbuy'],\n ['name' => \"The Earthshaker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-earthshaker-cd/690194.p?id=101270&skuId=690194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6901\\/690194_sa.jpg\"}', 'upc' => '014551471127', 'provider' => 'bestbuy'],\n ['name' => \"The Mozart Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mozart-collection-cd/690229.p?id=2068198&skuId=690229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0690\\/0690229_sa.jpg\"}', 'upc' => '012805058629', 'provider' => 'bestbuy'],\n ['name' => \"Glenn Medeiros [1987] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/glenn-medeiros-1987-cd/690434.p?id=2692341&skuId=690434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0690\\/0690434_sa.jpg\"}', 'upc' => '051617331391', 'provider' => 'bestbuy'],\n ['name' => \"Facets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/facets-cd/690461.p?id=70771&skuId=690461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6904\\/690461_sa.jpg\"}', 'upc' => '051617331926', 'provider' => 'bestbuy'],\n ['name' => \"Nothing's Gonna Change My Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothings-gonna-change-my-love-cd/690504.p?id=91308&skuId=690504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0690\\/0690504_sa.jpg\"}', 'upc' => '051617440123', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Stylistics [Amherst] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-stylistics-amherst-cd/690586.p?id=100673&skuId=690586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0690\\/0690586_sa.jpg\"}', 'upc' => '051617074328', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-classics-cd/690595.p?id=100668&skuId=690595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0690\\/0690595_sa.jpg\"}', 'upc' => '051617074427', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Stylistics, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-stylistics-vol-2-cd/690602.p?id=100674&skuId=690602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6906\\/690602_sa.jpg\"}', 'upc' => '051617074526', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Love Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-love-hits-cd/690611.p?id=100669&skuId=690611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=690611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0690\\/0690611_sa.jpg\"}', 'upc' => '051617074625', 'provider' => 'bestbuy'],\n ['name' => \"Godspell [Original Off-Off-Broadway Cast] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/godspell-original-off-off-broadway-cast-cd-original-cast-recording/691380.p?id=83775&skuId=691380&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=691380', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6913\\/691380.jpg\"}', 'upc' => '078221830423', 'provider' => 'bestbuy'],\n ['name' => \"Private Collection, Vol. 5: The Suites, New... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/private-collection-vol-5-the-suites-new-cd/692003.p?id=65987&skuId=692003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=692003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6920\\/692003.jpg\"}', 'upc' => '075679104526', 'provider' => 'bestbuy'],\n ['name' => \"4 Way Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/4-way-street-cd/693663.p?id=79270&skuId=693663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=693663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0693\\/0693663_sa.jpg\"}', 'upc' => '075678240829', 'provider' => 'bestbuy'],\n ['name' => \"The Avant-Garde - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-avant-garde-cd/693770.p?id=64936&skuId=693770&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=693770', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0693\\/0693770_sa.jpg\"}', 'upc' => '075679004123', 'provider' => 'bestbuy'],\n ['name' => \"Back to Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-back-cd/693976.p?id=90506&skuId=693976&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=693976', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0693\\/0693976_sa.jpg\"}', 'upc' => '075679030726', 'provider' => 'bestbuy'],\n ['name' => \"Two of a Kind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-of-a-kind-cd/694047.p?id=79767&skuId=694047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=694047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6940\\/694047.jpg\"}', 'upc' => '075679048424', 'provider' => 'bestbuy'],\n ['name' => \"Private Collection, Vol. 7: Studio Sessions,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/private-collection-vol-7-studio-sessions-cd/694332.p?id=65989&skuId=694332&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=694332', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0694\\/0694332_sa.jpg\"}', 'upc' => '075679123121', 'provider' => 'bestbuy'],\n ['name' => \"Private Collection, Vol. 9: Studio Sessions,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/private-collection-vol-9-studio-sessions-cd/694378.p?id=65991&skuId=694378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=694378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0694\\/0694378_sa.jpg\"}', 'upc' => '075679123329', 'provider' => 'bestbuy'],\n ['name' => \"The Great Otis Redding Sings Soul Ballads - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-otis-redding-sings-soul-ballads-cd/694895.p?id=96237&skuId=694895&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=694895', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0694\\/0694895_sa.jpg\"}', 'upc' => '075679170620', 'provider' => 'bestbuy'],\n ['name' => \"Complete & Unbelievable: The Otis Redding... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-unbelievable-the-otis-redding-cd/694911.p?id=96236&skuId=694911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=694911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0694\\/0694911_sa.jpg\"}', 'upc' => '075679170729', 'provider' => 'bestbuy'],\n ['name' => \"Parental Advisory - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/parental-advisory-cd/695144.p?id=76850&skuId=695144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=695144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6951\\/695144_sa.jpg\"}', 'upc' => '075679159328', 'provider' => 'bestbuy'],\n ['name' => \"When the Night Is Over - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-the-night-is-over-cd/695901.p?id=89433&skuId=695901&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=695901', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0695\\/0695901_sa.jpg\"}', 'upc' => '075678221026', 'provider' => 'bestbuy'],\n ['name' => \"Let There Be Harmony - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-there-be-harmony-cd/696018.p?id=3173148&skuId=696018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=696018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6960\\/696018.jpg\"}', 'upc' => '075679139429', 'provider' => 'bestbuy'],\n ['name' => \"Puta's Fever - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/putas-fever-cd/696679.p?id=90448&skuId=696679&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=696679', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6966\\/696679.jpg\"}', 'upc' => '077778615729', 'provider' => 'bestbuy'],\n ['name' => \"Down in the Alley: The Best of the Clovers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-in-the-alley-the-best-of-the-clovers-cd/697437.p?id=78096&skuId=697437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=697437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6974\\/697437_sa.jpg\"}', 'upc' => '075678231223', 'provider' => 'bestbuy'],\n ['name' => \"Soul Christmas [Atlantic] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-christmas-atlantic-cd-various/697473.p?id=116058&skuId=697473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=697473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0697\\/0697473_sa.jpg\"}', 'upc' => '075678231629', 'provider' => 'bestbuy'],\n ['name' => \"In the Christmas Spirit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-christmas-spirit-cd/697507.p?id=75529&skuId=697507&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=697507', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0697\\/0697507_sa.jpg\"}', 'upc' => '075678233821', 'provider' => 'bestbuy'],\n ['name' => \"Lyte as a Rock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lyte-as-a-rock-cd/697963.p?id=90975&skuId=697963&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=697963', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0697\\/0697963_sa.jpg\"}', 'upc' => '075679090522', 'provider' => 'bestbuy'],\n ['name' => \"LaVern Sings Bessie Smith - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lavern-sings-bessie-smith-cd/698310.p?id=3552587&skuId=698310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=698310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0698\\/0698310_sa.jpg\"}', 'upc' => '075679098023', 'provider' => 'bestbuy'],\n ['name' => \"Private Collection, Vol. 1: Studio Sessions,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/private-collection-vol-1-studio-sessions-cd/698579.p?id=65983&skuId=698579&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=698579', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/6985\\/698579.jpg\"}', 'upc' => '075679104120', 'provider' => 'bestbuy'],\n ['name' => \"Mingus at Antibes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mingus-at-antibes-cd/698613.p?id=2387493&skuId=698613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=698613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0698\\/0698613_sa.jpg\"}', 'upc' => '075679053220', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Half Note - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-half-note-cd/698891.p?id=66196&skuId=698891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=698891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6988\\/698891_sa.jpg\"}', 'upc' => '075679066626', 'provider' => 'bestbuy'],\n ['name' => \"Oh Yeah - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oh-yeah-cd/698917.p?id=176923&skuId=698917&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=698917', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0698\\/0698917_sa.jpg\"}', 'upc' => '075679066725', 'provider' => 'bestbuy'],\n ['name' => \"Twisted Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twisted-christmas-cd/698953.p?id=96754&skuId=698953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=698953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0698\\/0698953_sa.jpg\"}', 'upc' => '075679067128', 'provider' => 'bestbuy'],\n ['name' => \"Green Onions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/green-onions-cd/699220.p?id=75526&skuId=699220&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=699220', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0699\\/0699220_sa.jpg\"}', 'upc' => '075678225529', 'provider' => 'bestbuy'],\n ['name' => \"King & Queen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-queen-cd/699248.p?id=96241&skuId=699248&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=699248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/6992\\/699248_sa.jpg\"}', 'upc' => '075678225628', 'provider' => 'bestbuy'],\n ['name' => \"The New Tango - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-new-tango-cd/699417.p?id=64731&skuId=699417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=699417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0699\\/0699417_sa.jpg\"}', 'upc' => '075678182327', 'provider' => 'bestbuy'],\n ['name' => \"Under The Influence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/under-the-influence-cd/699578.p?id=94200&skuId=699578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=699578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0699\\/0699578_sa.jpg\"}', 'upc' => '075678186523', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Last Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-last-concert-cd/700021.p?id=69247&skuId=700021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=700021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0700\\/0700021_sa.jpg\"}', 'upc' => '075678197628', 'provider' => 'bestbuy'],\n ['name' => \"Voyage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/voyage-cd/700183.p?id=92204&skuId=700183&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=700183', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7001\\/700183_sa.jpg\"}', 'upc' => '075678203428', 'provider' => 'bestbuy'],\n ['name' => \"New Age Of Christmas (Mod) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-age-of-christmas-mod-cd/700236.p?id=3205643&skuId=700236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=700236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '075678205422', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/700307.p?id=105285&skuId=700307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=700307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7003\\/700307.jpg\"}', 'upc' => '075678209420', 'provider' => 'bestbuy'],\n ['name' => \"Goodfellas [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goodfellas-original-motion-picture-soundtrack-cd-original-soundtrack/700441.p?id=83867&skuId=700441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=700441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0700\\/0700441_sa.jpg\"}', 'upc' => '075678215223', 'provider' => 'bestbuy'],\n ['name' => \"African Exchange Student - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/african-exchange-student-cd/700487.p?id=66556&skuId=700487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=700487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0700\\/0700487_sa.jpg\"}', 'upc' => '075678215629', 'provider' => 'bestbuy'],\n ['name' => \"Sentimental Journey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sentimental-journey-cd/700780.p?id=67136&skuId=700780&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=700780', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0700\\/0700780_sa.jpg\"}', 'upc' => '075678164422', 'provider' => 'bestbuy'],\n ['name' => \"Upside Downside - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/upside-downside-cd/700815.p?id=71142&skuId=700815&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=700815', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0700\\/0700815_sa.jpg\"}', 'upc' => '075678165627', 'provider' => 'bestbuy'],\n ['name' => \"Atlantic Jazz: New Orleans - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/atlantic-jazz-new-orleans-cd-various/700986.p?id=63834&skuId=700986&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=700986', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7009\\/700986_sa.jpg\"}', 'upc' => '075678170027', 'provider' => 'bestbuy'],\n ['name' => \"Atlantic Jazz: Piano - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/atlantic-jazz-piano-cd/701128.p?id=63838&skuId=701128&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=701128', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7011\\/701128.jpg\"}', 'upc' => '075678170720', 'provider' => 'bestbuy'],\n ['name' => \"The Great Ray Charles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-ray-charles-cd/701271.p?id=77262&skuId=701271&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=701271', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0701\\/0701271_sa.jpg\"}', 'upc' => '075678173127', 'provider' => 'bestbuy'],\n ['name' => \"Touch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/touch-cd/701324.p?id=75741&skuId=701324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=701324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0701\\/0701324_sa.jpg\"}', 'upc' => '075678174728', 'provider' => 'bestbuy'],\n ['name' => \"Three Windows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/three-windows-cd/701404.p?id=69254&skuId=701404&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=701404', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7014\\/701404_sa.jpg\"}', 'upc' => '075678176128', 'provider' => 'bestbuy'],\n ['name' => \"Symphony Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphony-sessions-cd/701501.p?id=82715&skuId=701501&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=701501', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7015\\/701501_sa.jpg\"}', 'upc' => '075678179921', 'provider' => 'bestbuy'],\n ['name' => \"Somewhere Before - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somewhere-before-cd/701592.p?id=67883&skuId=701592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=701592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0701\\/0701592_sa.jpg\"}', 'upc' => '075678145520', 'provider' => 'bestbuy'],\n ['name' => \"Civilized Evil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/civilized-evil-cd/701654.p?id=70090&skuId=701654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=701654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0701\\/0701654_sa.jpg\"}', 'upc' => '075678147425', 'provider' => 'bestbuy'],\n ['name' => \"Coming Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coming-out-cd/701789.p?id=90379&skuId=701789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=701789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7017\\/701789_sa.jpg\"}', 'upc' => '075678150227', 'provider' => 'bestbuy'],\n ['name' => \"Last Set at Newport - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-set-at-newport-cd/701967.p?id=64632&skuId=701967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=701967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7019\\/701967_sa.jpg\"}', 'upc' => '075678138225', 'provider' => 'bestbuy'],\n ['name' => \"Blues on Bach - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-on-bach-cd/702029.p?id=69229&skuId=702029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0702\\/0702029_sa.jpg\"}', 'upc' => '075678139321', 'provider' => 'bestbuy'],\n ['name' => \"Chick Corea/Herbie Hancock/Keith... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chick-corea-herbie-hancock-keith-cd/702092.p?id=65292&skuId=702092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0702\\/0702092_sa.jpg\"}', 'upc' => '075678140228', 'provider' => 'bestbuy'],\n ['name' => \"Three or Four Shades of Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/three-or-four-shades-of-blues-cd/702118.p?id=69192&skuId=702118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7021\\/702118_sa.jpg\"}', 'upc' => '075678140327', 'provider' => 'bestbuy'],\n ['name' => \"Wild Tales - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-tales-cd/702314.p?id=92848&skuId=702314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7023\\/702314_sa.jpg\"}', 'upc' => '075678143229', 'provider' => 'bestbuy'],\n ['name' => \"Rock & Roll Queen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-roll-queen-cd/702323.p?id=92436&skuId=702323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7023\\/702323.jpg\"}', 'upc' => '075678218828', 'provider' => 'bestbuy'],\n ['name' => \"T-Bone Blues [Atlantic] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/t-bone-blues-atlantic-cd/702341.p?id=103375&skuId=702341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0702\\/0702341_sa.jpg\"}', 'upc' => '075678195426', 'provider' => 'bestbuy'],\n ['name' => \"You Can't Stop Rock 'N' Roll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-cant-stop-rock-n-roll-cd/702430.p?id=176537&skuId=702430&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702430', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0702\\/0702430_sa.jpg\"}', 'upc' => '075678007422', 'provider' => 'bestbuy'],\n ['name' => \"Forever Young - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forever-young-cd/702555.p?id=72829&skuId=702555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0702\\/0702555_sa.jpg\"}', 'upc' => '075678018626', 'provider' => 'bestbuy'],\n ['name' => \"St. Elmo's Fire - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/st-elmos-fire-cd-original-soundtrack/702699.p?id=99973&skuId=702699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7026\\/702699_sa.jpg\"}', 'upc' => '075678126123', 'provider' => 'bestbuy'],\n ['name' => \"Coltrane Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coltrane-jazz-cd/702895.p?id=65136&skuId=702895&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702895', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0702\\/0702895_sa.jpg\"}', 'upc' => '075678134425', 'provider' => 'bestbuy'],\n ['name' => \"Bags & Trane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bags-trane-cd/702920.p?id=65190&skuId=702920&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702920', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0702\\/0702920_sa.jpg\"}', 'upc' => '075678134821', 'provider' => 'bestbuy'],\n ['name' => \"At the Village Gate - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-village-gate-cd/702975.p?id=68730&skuId=702975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0702\\/0702975_sa.jpg\"}', 'upc' => '075678135026', 'provider' => 'bestbuy'],\n ['name' => \"Plays the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-the-blues-cd/702993.p?id=65139&skuId=702993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=702993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7029\\/702993_sa.jpg\"}', 'upc' => '075678135125', 'provider' => 'bestbuy'],\n ['name' => \"Stitt Plays Bird - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stitt-plays-bird-cd/703037.p?id=71159&skuId=703037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0703\\/0703037_sa.jpg\"}', 'upc' => '075678135729', 'provider' => 'bestbuy'],\n ['name' => \"Swiss Movement - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swiss-movement-cd/703117.p?id=176560&skuId=703117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7031\\/703117.jpg\"}', 'upc' => '075678136528', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Eddie Harris - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-eddie-harris-cd/703144.p?id=67217&skuId=703144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0703\\/0703144_sa.jpg\"}', 'upc' => '075678137020', 'provider' => 'bestbuy'],\n ['name' => \"Zawinul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zawinul-cd/703199.p?id=72267&skuId=703199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0703\\/0703199_sa.jpg\"}', 'upc' => '075678137525', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Suite [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-suite-remaster-cd/703215.p?id=65955&skuId=703215&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703215', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0703\\/0703215_sa.jpg\"}', 'upc' => '075678137624', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Billy Cobham [1992] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-billy-cobham-1992-cd/703288.p?id=3356016&skuId=703288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7032\\/703288_sa.jpg\"}', 'upc' => '075678155826', 'provider' => 'bestbuy'],\n ['name' => \"A Taste for Passion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-taste-for-passion-cd/703304.p?id=70087&skuId=703304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7033\\/703304_sa.jpg\"}', 'upc' => '075678156229', 'provider' => 'bestbuy'],\n ['name' => \"Extensions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/extensions-cd/703322.p?id=90380&skuId=703322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0703\\/0703322_sa.jpg\"}', 'upc' => '075678156526', 'provider' => 'bestbuy'],\n ['name' => \"Push Push - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/push-push-cd/703705.p?id=68736&skuId=703705&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703705', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7037\\/703705_sa.jpg\"}', 'upc' => '075679030627', 'provider' => 'bestbuy'],\n ['name' => \"Plenty, Plenty Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plenty-plenty-soul-cd/703938.p?id=67748&skuId=703938&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703938', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0703\\/0703938_sa.jpg\"}', 'upc' => '075678197925', 'provider' => 'bestbuy'],\n ['name' => \"No Sun in Venice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-sun-in-venice-cd/703965.p?id=69243&skuId=703965&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=703965', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7039\\/703965.jpg\"}', 'upc' => '075678133428', 'provider' => 'bestbuy'],\n ['name' => \"Seduzir - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seduzir-cd/712820.p?id=80654&skuId=712820&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=712820', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7128\\/712820_sa.jpg\"}', 'upc' => '077774820622', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Cowboy - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-cowboy-cd-original-soundtrack/712982.p?id=91638&skuId=712982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=712982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7129\\/712982.jpg\"}', 'upc' => '077774840927', 'provider' => 'bestbuy'],\n ['name' => \"Michel Plays Petrucciani - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/michel-plays-petrucciani-cd/713106.p?id=70010&skuId=713106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=713106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0713\\/0713106_sa.jpg\"}', 'upc' => '077774867924', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Collectors Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-collectors-series-cd/715943.p?id=95461&skuId=715943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=715943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7159\\/715943_sa.jpg\"}', 'upc' => '077779407224', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Collectors Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-collectors-series-cd/716014.p?id=100118&skuId=716014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=716014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7160\\/716014.jpg\"}', 'upc' => '077779408023', 'provider' => 'bestbuy'],\n ['name' => \"Die unendliche Geschichte [Music from the... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/die-unendliche-geschichte-music-from-the-cd-original-soundtrack/716755.p?id=93080&skuId=716755&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=716755', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0716\\/0716755_sa.jpg\"}', 'upc' => '077779270828', 'provider' => 'bestbuy'],\n ['name' => \"The Route - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-route-cd/716997.p?id=63926&skuId=716997&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=716997', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7169\\/716997_sa.jpg\"}', 'upc' => '077779293124', 'provider' => 'bestbuy'],\n ['name' => \"Romeo & Juliet [CD] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/romeo-juliet-cd-cd-original-soundtrack/717255.p?id=97253&skuId=717255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=717255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7172\\/717255.jpg\"}', 'upc' => '077779205721', 'provider' => 'bestbuy'],\n ['name' => \"Deer Hunter - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deer-hunter-cd-original-soundtrack/717273.p?id=2069841&skuId=717273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=717273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7172\\/717273_sa.jpg\"}', 'upc' => '077779205820', 'provider' => 'bestbuy'],\n ['name' => \"Where Are You? [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/where-are-you-remaster-cd/717683.p?id=240284&skuId=717683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=717683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7176\\/717683.jpg\"}', 'upc' => '762185158128', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of Classics IV [EMI] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-classics-iv-emi-cd/717781.p?id=77961&skuId=717781&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=717781', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0717\\/0717781_sa.jpg\"}', 'upc' => '077779147229', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Collectors Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-collectors-series-cd/717889.p?id=86662&skuId=717889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=717889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0717\\/0717889_sa.jpg\"}', 'upc' => '077779163021', 'provider' => 'bestbuy'],\n ['name' => \"Iron Eagle - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iron-eagle-cd-original-soundtrack/718352.p?id=2280274&skuId=718352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=718352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0718\\/0718352_sa.jpg\"}', 'upc' => '077779074723', 'provider' => 'bestbuy'],\n ['name' => \"Cornbread - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cornbread-cd/718414.p?id=2389888&skuId=718414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=718414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7184\\/718414.jpg\"}', 'upc' => '077778422228', 'provider' => 'bestbuy'],\n ['name' => \"Unit Structures - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unit-structures-cd/718469.p?id=71341&skuId=718469&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=718469', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7184\\/718469.jpg\"}', 'upc' => '077778423720', 'provider' => 'bestbuy'],\n ['name' => \"Super Nova - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-nova-cd/718520.p?id=70913&skuId=718520&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=718520', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7185\\/718520_sa.jpg\"}', 'upc' => '077778433224', 'provider' => 'bestbuy'],\n ['name' => \"Born to Be Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-to-be-blue-cd/718619.p?id=66929&skuId=718619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=718619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7186\\/718619_sa.jpg\"}', 'upc' => '077778443223', 'provider' => 'bestbuy'],\n ['name' => \"Matador - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/matador-cd/718673.p?id=66933&skuId=718673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=718673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0718\\/0718673_sa.jpg\"}', 'upc' => '077778444220', 'provider' => 'bestbuy'],\n ['name' => \"Charlie Parker at Storyville - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/charlie-parker-at-storyville-cd/718815.p?id=69750&skuId=718815&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=718815', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7188\\/718815_sa.jpg\"}', 'upc' => '077778510826', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Bellamy Brothers [1985] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-bellamy-brothers-1985-cd/719315.p?id=74381&skuId=719315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0719\\/0719315_sa.jpg\"}', 'upc' => '715187755420', 'provider' => 'bestbuy'],\n ['name' => \"Sings His Big 10, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-his-big-10-vol-1-cd/719333.p?id=73084&skuId=719333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7193\\/719333.jpg\"}', 'upc' => '715187755727', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Songs of the Islands - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-songs-of-the-islands-cd/719388.p?id=104051&skuId=719388&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7193\\/719388.jpg\"}', 'upc' => '715187756021', 'provider' => 'bestbuy'],\n ['name' => \"Classic Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-hits-cd/719422.p?id=73078&skuId=719422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0719\\/0719422_sa.jpg\"}', 'upc' => '715187756625', 'provider' => 'bestbuy'],\n ['name' => \"Best of Roger Miller: His Greatest Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-roger-miller-his-greatest-songs-cd/719761.p?id=91719&skuId=719761&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719761', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7197\\/719761.jpg\"}', 'upc' => '715187751125', 'provider' => 'bestbuy'],\n ['name' => \"Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-cd/719789.p?id=91233&skuId=719789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7197\\/719789.jpg\"}', 'upc' => '715187751224', 'provider' => 'bestbuy'],\n ['name' => \"The Osmond Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-osmond-christmas-album-cd/719805.p?id=94140&skuId=719805&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719805', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7198\\/719805.jpg\"}', 'upc' => '715187751323', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Country Classics - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-country-classics-cd-various/719823.p?id=77684&skuId=719823&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719823', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0719\\/0719823_sa.jpg\"}', 'upc' => '715187751422', 'provider' => 'bestbuy'],\n ['name' => \"Christmas All-Time Greatest Records, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-all-time-greatest-records-vol-2-cd-various/719841.p?id=77629&skuId=719841&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719841', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7198\\/719841_sa.jpg\"}', 'upc' => '715187751521', 'provider' => 'bestbuy'],\n ['name' => \"Best of Patsy Cline [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-patsy-cline-curb-cd/719878.p?id=78046&skuId=719878&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719878', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7198\\/719878_sa.jpg\"}', 'upc' => '715187751828', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits of Country, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-of-country-vol-1-cd-various/719958.p?id=78865&skuId=719958&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=719958', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7199\\/719958_sa.jpg\"}', 'upc' => '715187752429', 'provider' => 'bestbuy'],\n ['name' => \"Best Of Live 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-live-1-cd/720027.p?id=80710&skuId=720027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7200\\/720027_sa.jpg\"}', 'upc' => '715187753822', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Fats Domino Live, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-fats-domino-live-vol-2-cd/720045.p?id=80711&skuId=720045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7200\\/720045.jpg\"}', 'upc' => '715187753921', 'provider' => 'bestbuy'],\n ['name' => \"The Best of T.G. Sheppard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-t-g-sheppard-cd/720134.p?id=98584&skuId=720134&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720134', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7201\\/720134.jpg\"}', 'upc' => '715187754522', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/720170.p?id=77060&skuId=720170&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720170', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7201\\/720170_sa.jpg\"}', 'upc' => '715187755123', 'provider' => 'bestbuy'],\n ['name' => \"Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classics-cd/720205.p?id=92266&skuId=720205&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0720\\/0720205_sa.jpg\"}', 'upc' => '715187747029', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Everly Brothers: Rare Solo Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-everly-brothers-rare-solo-classics-cd/720223.p?id=81754&skuId=720223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7202\\/720223.jpg\"}', 'upc' => '715187747227', 'provider' => 'bestbuy'],\n ['name' => \"Best of Carl Smith - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-carl-smith-cd/720241.p?id=99257&skuId=720241&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720241', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7202\\/720241.jpg\"}', 'upc' => '715187747326', 'provider' => 'bestbuy'],\n ['name' => \"18 Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/18-greatest-hits-cd/720269.p?id=83587&skuId=720269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7202\\/720269.jpg\"}', 'upc' => '715187747425', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Kate Smith [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-kate-smith-capitol-cd/720287.p?id=99280&skuId=720287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7202\\/720287.jpg\"}', 'upc' => '715187747524', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Dick Haymes [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-dick-haymes-curb-cd/720303.p?id=85073&skuId=720303&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720303', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0720\\/0720303_sa.jpg\"}', 'upc' => '715187747920', 'provider' => 'bestbuy'],\n ['name' => \"The Best of His Rare Solo Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-his-rare-solo-classics-cd/720321.p?id=94035&skuId=720321&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720321', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0720\\/0720321_sa.jpg\"}', 'upc' => '715187748125', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/720349.p?id=101861&skuId=720349&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720349', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7203\\/720349.jpg\"}', 'upc' => '715187748224', 'provider' => 'bestbuy'],\n ['name' => \"Best of Ricky Nelson [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-ricky-nelson-curb-cd/720367.p?id=92983&skuId=720367&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720367', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7203\\/720367.jpg\"}', 'upc' => '715187748422', 'provider' => 'bestbuy'],\n ['name' => \"18 Rare Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/18-rare-classics-cd/720401.p?id=84565&skuId=720401&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720401', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7204\\/720401.jpg\"}', 'upc' => '715187749023', 'provider' => 'bestbuy'],\n ['name' => \"Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classics-cd/720410.p?id=93086&skuId=720410&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720410', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0720\\/0720410_sa.jpg\"}', 'upc' => '715187749122', 'provider' => 'bestbuy'],\n ['name' => \"Classic Country Duets - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-country-duets-cd-various/720447.p?id=78874&skuId=720447&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720447', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7204\\/720447.jpg\"}', 'upc' => '715187749320', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-collection-cd/720544.p?id=81811&skuId=720544&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720544', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7205\\/720544_sa.jpg\"}', 'upc' => '715187750326', 'provider' => 'bestbuy'],\n ['name' => \"Van Go - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/van-go-cd/720562.p?id=74169&skuId=720562&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720562', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7205\\/720562.jpg\"}', 'upc' => '715187750425', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Early Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-early-years-cd/720642.p?id=84575&skuId=720642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7206\\/720642.jpg\"}', 'upc' => '715187743823', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Andy Williams [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-andy-williams-capitol-cd/720660.p?id=104046&skuId=720660&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720660', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7206\\/720660.jpg\"}', 'upc' => '715187743922', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Don Gibson, Vol. 1 [Capitol/Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-don-gibson-vol-1-capitol-curb-cd/720688.p?id=83589&skuId=720688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7206\\/720688.jpg\"}', 'upc' => '715187744028', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Early Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-early-years-cd/720704.p?id=76662&skuId=720704&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720704', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7207\\/720704_sa.jpg\"}', 'upc' => '715187744127', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Jimmie Rodgers [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-jimmie-rodgers-curb-cd/720722.p?id=97060&skuId=720722&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720722', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7207\\/720722_sa.jpg\"}', 'upc' => '715187744226', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/720768.p?id=74468&skuId=720768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7207\\/720768.jpg\"}', 'upc' => '715187744523', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Jerry Lee Lewis [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-jerry-lee-lewis-capitol-cd/720786.p?id=89145&skuId=720786&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720786', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7207\\/720786.jpg\"}', 'upc' => '715187744622', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Sonny James - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-sonny-james-cd/720955.p?id=86661&skuId=720955&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720955', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7209\\/720955.jpg\"}', 'upc' => '715187746022', 'provider' => 'bestbuy'],\n ['name' => \"American Music: Greatest Hits - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-music-greatest-hits-cd-various/720973.p?id=72902&skuId=720973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=720973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7209\\/720973.jpg\"}', 'upc' => '715187746121', 'provider' => 'bestbuy'],\n ['name' => \"Five Decades Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/five-decades-greatest-hits-cd/721053.p?id=73080&skuId=721053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721053_sa.jpg\"}', 'upc' => '715187746725', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/721106.p?id=92265&skuId=721106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721106_sa.jpg\"}', 'upc' => '715187740525', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-country-hits-cd/721160.p?id=78269&skuId=721160&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721160', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721160_sa.jpg\"}', 'upc' => '715187740822', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/721204.p?id=65766&skuId=721204&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721204', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7212\\/721204.jpg\"}', 'upc' => '715187741126', 'provider' => 'bestbuy'],\n ['name' => \"Mr. Lonely: Greatest Songs Today - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mr-lonely-greatest-songs-today-cd/721222.p?id=103172&skuId=721222&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721222', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7212\\/721222.jpg\"}', 'upc' => '715187741225', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Eydie Gorme [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-eydie-gorme-curb-cd/721240.p?id=83909&skuId=721240&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721240', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7212\\/721240.jpg\"}', 'upc' => '715187741324', 'provider' => 'bestbuy'],\n ['name' => \"Unchained Melody - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unchained-melody-cd/721259.p?id=91136&skuId=721259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721259_sa.jpg\"}', 'upc' => '715187741423', 'provider' => 'bestbuy'],\n ['name' => \"Best of Eddy Arnold [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-eddy-arnold-curb-cd/721277.p?id=73267&skuId=721277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7212\\/721277.jpg\"}', 'upc' => '715187741621', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/721295.p?id=91253&skuId=721295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7212\\/721295.jpg\"}', 'upc' => '715187741720', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Evergreen] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-evergreen-cd/721311.p?id=76410&skuId=721311&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721311', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721311_sa.jpg\"}', 'upc' => '715187741928', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Solomon Burke [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-solomon-burke-curb-cd/721339.p?id=76344&skuId=721339&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721339', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7213\\/721339.jpg\"}', 'upc' => '715187742222', 'provider' => 'bestbuy'],\n ['name' => \"Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cd/721393.p?id=96807&skuId=721393&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721393', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7213\\/721393.jpg\"}', 'upc' => '715187742529', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-country-hits-cd/721428.p?id=102446&skuId=721428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721428_sa.jpg\"}', 'upc' => '715187742925', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-country-hits-cd/721446.p?id=95780&skuId=721446&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721446', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721446_sa.jpg\"}', 'upc' => '715187743021', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Debbie Reynolds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-debbie-reynolds-cd/721473.p?id=96548&skuId=721473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7214\\/721473.jpg\"}', 'upc' => '715187743526', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Bill Anderson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-bill-anderson-cd/721491.p?id=72975&skuId=721491&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721491', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7214\\/721491.jpg\"}', 'upc' => '715187743625', 'provider' => 'bestbuy'],\n ['name' => \"The Best of John Conlee - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-john-conlee-cd/721516.p?id=78527&skuId=721516&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721516', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7215\\/721516.jpg\"}', 'upc' => '715187743724', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Country Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-country-hits-cd/721543.p?id=104085&skuId=721543&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721543', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7215\\/721543.jpg\"}', 'upc' => '715187736122', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb/Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-capitol-cd/721561.p?id=102601&skuId=721561&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721561', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7215\\/721561.jpg\"}', 'upc' => '715187736528', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Country Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-country-blues-cd/721589.p?id=84574&skuId=721589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7215\\/721589_sa.jpg\"}', 'upc' => '715187736825', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/721605.p?id=83297&skuId=721605&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721605', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721605_sa.jpg\"}', 'upc' => '715187737020', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/721632.p?id=103951&skuId=721632&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721632', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721632_sa.jpg\"}', 'upc' => '715187737327', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/721641.p?id=86703&skuId=721641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7216\\/721641.jpg\"}', 'upc' => '715187737426', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/721703.p?id=80708&skuId=721703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7217\\/721703.jpg\"}', 'upc' => '715187737822', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/721730.p?id=96107&skuId=721730&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721730', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7217\\/721730.jpg\"}', 'upc' => '715187738027', 'provider' => 'bestbuy'],\n ['name' => \"Unchained Melody: Greatest Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unchained-melody-greatest-songs-cd/721749.p?id=104062&skuId=721749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7217\\/721749.jpg\"}', 'upc' => '715187738225', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/721767.p?id=90677&skuId=721767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7217\\/721767.jpg\"}', 'upc' => '715187738324', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-hits-curb-cd/721776.p?id=88079&skuId=721776&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721776', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721776_sa.jpg\"}', 'upc' => '715187738522', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/721794.p?id=104356&skuId=721794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7217\\/721794.jpg\"}', 'upc' => '715187738928', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Roy Rogers [Curb/Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-roy-rogers-curb-capitol-cd/721801.p?id=97171&skuId=721801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7218\\/721801.jpg\"}', 'upc' => '715187739222', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/721829.p?id=103642&skuId=721829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7218\\/721829.jpg\"}', 'upc' => '715187739321', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Tommy Dorsey & His Orchestra [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-tommy-dorsey-his-orchestra-curb-cd/721847.p?id=65785&skuId=721847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7218\\/721847.jpg\"}', 'upc' => '715187739628', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/721865.p?id=96748&skuId=721865&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721865', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7218\\/721865.jpg\"}', 'upc' => '715187739727', 'provider' => 'bestbuy'],\n ['name' => \"Best of Cannonball Adderley [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cannonball-adderley-curb-cd/721909.p?id=63541&skuId=721909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7219\\/721909.jpg\"}', 'upc' => '715187739925', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/721918.p?id=90671&skuId=721918&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721918', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0721\\/0721918_sa.jpg\"}', 'upc' => '715187740129', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Great Instrumental Hits, Vol. 1 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-great-instrumental-hits-vol-1-various-cd/721936.p?id=86236&skuId=721936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7219\\/721936.jpg\"}', 'upc' => '715187740327', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/721972.p?id=100119&skuId=721972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=721972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7219\\/721972.jpg\"}', 'upc' => '715187740426', 'provider' => 'bestbuy'],\n ['name' => \"Great Records of the Decade: 50's Hits... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-records-of-the-decade-50s-hits-cd-various/722043.p?id=78854&skuId=722043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7220\\/722043.jpg\"}', 'upc' => '715187733022', 'provider' => 'bestbuy'],\n ['name' => \"The All-Time Best of Bing Crosby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-all-time-best-of-bing-crosby-cd/722114.p?id=79225&skuId=722114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7221\\/722114.jpg\"}', 'upc' => '715187734029', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-vol-1-cd/722123.p?id=94214&skuId=722123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7221\\/722123.jpg\"}', 'upc' => '715187734227', 'provider' => 'bestbuy'],\n ['name' => \"Great Records of the Decade: 60's Hits... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-records-of-the-decade-60s-hits-cd-various/722141.p?id=78856&skuId=722141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7221\\/722141.jpg\"}', 'upc' => '715187734326', 'provider' => 'bestbuy'],\n ['name' => \"Great Records of the Decade: 70's Hits... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-records-of-the-decade-70s-hits-cd-various/722169.p?id=78857&skuId=722169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7221\\/722169.jpg\"}', 'upc' => '715187734425', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/722187.p?id=103028&skuId=722187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7221\\/722187_sa.jpg\"}', 'upc' => '715187734524', 'provider' => 'bestbuy'],\n ['name' => \"Great Records of the Decade: 40's Hits... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-records-of-the-decade-40s-hits-cd-various/722203.p?id=78853&skuId=722203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7222\\/722203.jpg\"}', 'upc' => '715187734623', 'provider' => 'bestbuy'],\n ['name' => \"Great Songs of Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-songs-of-christmas-cd/722221.p?id=103169&skuId=722221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7222\\/722221.jpg\"}', 'upc' => '715187734722', 'provider' => 'bestbuy'],\n ['name' => \"Merry Christmas from Wayne Newton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/merry-christmas-from-wayne-newton-cd/722249.p?id=93275&skuId=722249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7222\\/722249.jpg\"}', 'upc' => '715187734821', 'provider' => 'bestbuy'],\n ['name' => \"Christmas with Buck Owens and His Buckaroos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-with-buck-owens-and-his-buckaroos-cd/722267.p?id=94217&skuId=722267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0722\\/0722267_sa.jpg\"}', 'upc' => '715187734920', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Christmas Records - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-christmas-records-cd-various/722301.p?id=77628&skuId=722301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7223\\/722301_sa.jpg\"}', 'upc' => '715187735125', 'provider' => 'bestbuy'],\n ['name' => \"Merle Haggard's Christmas Present - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/merle-haggards-christmas-present-cd/722310.p?id=84567&skuId=722310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7223\\/722310_sa.jpg\"}', 'upc' => '715187735224', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb/Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-capitol-cd/722418.p?id=86663&skuId=722418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7224\\/722418.jpg\"}', 'upc' => '715187735927', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Bill Medley - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-bill-medley-cd/722702.p?id=91321&skuId=722702&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722702', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7227\\/722702.jpg\"}', 'upc' => '715187730724', 'provider' => 'bestbuy'],\n ['name' => \"80's Country Hits of the Decade, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/80s-country-hits-of-the-decade-vol-1-cd-various/722819.p?id=78858&skuId=722819&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722819', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7228\\/722819.jpg\"}', 'upc' => '715187731820', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb/Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-capitol-cd/722837.p?id=2642614&skuId=722837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7228\\/722837_sa.jpg\"}', 'upc' => '715187732124', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Johnny Lee - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-johnny-lee-cd/722855.p?id=88955&skuId=722855&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722855', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7228\\/722855.jpg\"}', 'upc' => '715187732223', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits of Rock & Roll, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-of-rock-roll-vol-1-cd-various/722873.p?id=96918&skuId=722873&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=722873', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7228\\/722873.jpg\"}', 'upc' => '715187732322', 'provider' => 'bestbuy'],\n ['name' => \"Bobby Vinton's Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bobby-vintons-greatest-hits-curb-cd/723006.p?id=103167&skuId=723006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=723006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7230\\/723006.jpg\"}', 'upc' => '715187725324', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/723060.p?id=103411&skuId=723060&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=723060', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7230\\/723060_sa.jpg\"}', 'upc' => '715187726222', 'provider' => 'bestbuy'],\n ['name' => \"St. Cecelia Mass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/st-cecelia-mass-cd/723612.p?id=1675579&skuId=723612&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=723612', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7236\\/723612.jpg\"}', 'upc' => '077774709422', 'provider' => 'bestbuy'],\n ['name' => \"Sawyer Brown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sawyer-brown-cd/724069.p?id=97979&skuId=724069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=724069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7240\\/724069.jpg\"}', 'upc' => '715187758223', 'provider' => 'bestbuy'],\n ['name' => \"Konitz Meets Mulligan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/konitz-meets-mulligan-cd/724130.p?id=68319&skuId=724130&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=724130', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0724\\/0724130_sa.jpg\"}', 'upc' => '077774684729', 'provider' => 'bestbuy'],\n ['name' => \"Modern Art: The Complete Art Pepper Aladdin... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/modern-art-the-complete-art-pepper-aladdin-cd/724149.p?id=69904&skuId=724149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=724149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7241\\/724149_sa.jpg\"}', 'upc' => '077774684828', 'provider' => 'bestbuy'],\n ['name' => \"Bach: Concertos for Two Violins, etc / Mutter, Accardo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bach-concertos-for-two-violins-etc-mutter-accardo-cd/724318.p?id=1683709&skuId=724318&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=724318', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0724\\/0724318_sa.jpg\"}', 'upc' => '077774700528', 'provider' => 'bestbuy'],\n ['name' => \"4 Seasons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/4-seasons-cd/724416.p?id=1687566&skuId=724416&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=724416', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7244\\/724416_sa.jpg\"}', 'upc' => '077774704328', 'provider' => 'bestbuy'],\n ['name' => \"Blues Walk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-walk-cd/724513.p?id=2466648&skuId=724513&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=724513', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0724\\/0724513_sa.jpg\"}', 'upc' => '077774652520', 'provider' => 'bestbuy'],\n ['name' => \"About Last Night [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/about-last-night-original-soundtrack-cd-original-soundtrack/724700.p?id=72335&skuId=724700&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=724700', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0724\\/0724700_sa.jpg\"}', 'upc' => '077774656023', 'provider' => 'bestbuy'],\n ['name' => \"Menlove Ave. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/menlove-ave-cd/724808.p?id=89035&skuId=724808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=724808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7248\\/724808.jpg\"}', 'upc' => '077774657624', 'provider' => 'bestbuy'],\n ['name' => \"Duets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duets-cd/724835.p?id=97129&skuId=724835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=724835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7248\\/724835.jpg\"}', 'upc' => '077774659529', 'provider' => 'bestbuy'],\n ['name' => \"Pianism - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pianism-cd/725022.p?id=70014&skuId=725022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=725022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7250\\/725022_sa.jpg\"}', 'upc' => '077774629522', 'provider' => 'bestbuy'],\n ['name' => \"Entre a Mi Mundo: Selena 20 Years of Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/entre-a-mi-mundo-selena-20-years-of-music-cd/726307.p?id=248641&skuId=726307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=726307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0726\\/0726307_sa.jpg\"}', 'upc' => '077774263528', 'provider' => 'bestbuy'],\n ['name' => \"Lo Hare Por Ti - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lo-hare-por-ti-cd/726744.p?id=90939&skuId=726744&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=726744', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0726\\/0726744_sa.jpg\"}', 'upc' => '077774259323', 'provider' => 'bestbuy'],\n ['name' => \"Live!! Una Noche Juntos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-una-noche-juntos-cd/727850.p?id=90949&skuId=727850&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=727850', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0727\\/0727850_sa.jpg\"}', 'upc' => '077774254922', 'provider' => 'bestbuy'],\n ['name' => \"Ven Conmigo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ven-conmigo-cd/731015.p?id=253131&skuId=731015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=731015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7310\\/731015.jpg\"}', 'upc' => '077774235921', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Collectors Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-collectors-series-cd/733433.p?id=89090&skuId=733433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=733433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7334\\/733433.jpg\"}', 'upc' => '077779853724', 'provider' => 'bestbuy'],\n ['name' => \"Gold Buckle Dreams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gold-buckle-dreams-cd/734058.p?id=88908&skuId=734058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=734058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7340\\/734058_sa.jpg\"}', 'upc' => '077779686926', 'provider' => 'bestbuy'],\n ['name' => \"Chris Ledoux and the Saddle Boogie Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chris-ledoux-and-the-saddle-boogie-band-cd/734076.p?id=88906&skuId=734076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=734076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0734\\/0734076_sa.jpg\"}', 'upc' => '077779687022', 'provider' => 'bestbuy'],\n ['name' => \"Radio & Rodeo Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/radio-rodeo-hits-cd/734539.p?id=88916&skuId=734539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=734539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0734\\/0734539_sa.jpg\"}', 'upc' => '077779659326', 'provider' => 'bestbuy'],\n ['name' => \"Rodeo Songs \\\"Old & New\\\" - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rodeo-songs-old-new-cd/734557.p?id=88918&skuId=734557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=734557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7345\\/734557_sa.jpg\"}', 'upc' => '077779659425', 'provider' => 'bestbuy'],\n ['name' => \"At Last - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-last-cd/736993.p?id=67231&skuId=736993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=736993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0736\\/0736993_sa.jpg\"}', 'upc' => '013431443421', 'provider' => 'bestbuy'],\n ['name' => \"For the Duration - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-the-duration-cd/737091.p?id=65024&skuId=737091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0737\\/0737091_sa.jpg\"}', 'upc' => '013431444428', 'provider' => 'bestbuy'],\n ['name' => \"Retrospective, Vol. 1: Standards - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/retrospective-vol-1-standards-cd/737171.p?id=70304&skuId=737171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7371\\/737171.jpg\"}', 'upc' => '013431445326', 'provider' => 'bestbuy'],\n ['name' => \"Live at Maybeck Recital Hall, Vol. 9 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-maybeck-recital-hall-vol-9-cd/737242.p?id=69004&skuId=737242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7372\\/737242_sa.jpg\"}', 'upc' => '013431446026', 'provider' => 'bestbuy'],\n ['name' => \"Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classics-cd/737260.p?id=66447&skuId=737260&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737260', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7372\\/737260_sa.jpg\"}', 'upc' => '013431446224', 'provider' => 'bestbuy'],\n ['name' => \"Shadows 'N Dreams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shadows-n-dreams-cd/737313.p?id=68948&skuId=737313&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737313', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0737\\/0737313_sa.jpg\"}', 'upc' => '013431446729', 'provider' => 'bestbuy'],\n ['name' => \"The Bossa Nova Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bossa-nova-years-cd/737322.p?id=64755&skuId=737322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0737\\/0737322_sa.jpg\"}', 'upc' => '013431446828', 'provider' => 'bestbuy'],\n ['name' => \"A Night at Kimball's East - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-night-at-kimballs-east-cd/737368.p?id=70598&skuId=737368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0737\\/0737368_sa.jpg\"}', 'upc' => '013431447221', 'provider' => 'bestbuy'],\n ['name' => \"Sambahia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sambahia-cd/737386.p?id=69085&skuId=737386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0737\\/0737386_sa.jpg\"}', 'upc' => '013431447429', 'provider' => 'bestbuy'],\n ['name' => \"A Vintage Year - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-vintage-year-cd/737457.p?id=71503&skuId=737457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0737\\/0737457_sa.jpg\"}', 'upc' => '013431434122', 'provider' => 'bestbuy'],\n ['name' => \"Salsa Meets Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/salsa-meets-jazz-cd/737554.p?id=70190&skuId=737554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7375\\/737554_sa.jpg\"}', 'upc' => '013431435426', 'provider' => 'bestbuy'],\n ['name' => \"Only Trust Your Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/only-trust-your-heart-cd/737563.p?id=71387&skuId=737563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7375\\/737563_sa.jpg\"}', 'upc' => '013431435525', 'provider' => 'bestbuy'],\n ['name' => \"East to Wes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/east-to-wes-cd/737572.p?id=70302&skuId=737572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7375\\/737572_sa.jpg\"}', 'upc' => '013431435624', 'provider' => 'bestbuy'],\n ['name' => \"No More Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-more-blues-cd/737705.p?id=2472689&skuId=737705&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737705', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7377\\/737705_sa.jpg\"}', 'upc' => '013431437024', 'provider' => 'bestbuy'],\n ['name' => \"Listen Here! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/listen-here-cd/737858.p?id=67227&skuId=737858&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737858', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7378\\/737858_sa.jpg\"}', 'upc' => '013431438526', 'provider' => 'bestbuy'],\n ['name' => \"Soular Energy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soular-energy-cd/737885.p?id=64604&skuId=737885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7378\\/737885_sa.jpg\"}', 'upc' => '013431426820', 'provider' => 'bestbuy'],\n ['name' => \"Grand Piano - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grand-piano-cd/737929.p?id=70848&skuId=737929&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737929', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0737\\/0737929_sa.jpg\"}', 'upc' => '013431428121', 'provider' => 'bestbuy'],\n ['name' => \"Mambo Diablo [Concord Picante] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mambo-diablo-concord-picante-cd/737938.p?id=70188&skuId=737938&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737938', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7379\\/737938_sa.jpg\"}', 'upc' => '013431428329', 'provider' => 'bestbuy'],\n ['name' => \"El Conguero - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-conguero-cd/737965.p?id=70604&skuId=737965&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737965', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0737\\/0737965_sa.jpg\"}', 'upc' => '013431428626', 'provider' => 'bestbuy'],\n ['name' => \"Tango: Laurindo Almeida and Charlie Byrd - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tango-laurindo-almeida-and-charlie-byrd-cd/737992.p?id=2283174&skuId=737992&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=737992', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7379\\/737992.jpg\"}', 'upc' => '013431429029', 'provider' => 'bestbuy'],\n ['name' => \"Dancing in the Dark - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dancing-in-the-dark-cd/738009.p?id=68944&skuId=738009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7380\\/738009_sa.jpg\"}', 'upc' => '013431429227', 'provider' => 'bestbuy'],\n ['name' => \"An Elegant Evening - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-elegant-evening-cd/738018.p?id=70840&skuId=738018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738018_sa.jpg\"}', 'upc' => '013431429425', 'provider' => 'bestbuy'],\n ['name' => \"The Gene Harris Trio Plus One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gene-harris-trio-plus-one-cd/738063.p?id=67228&skuId=738063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7380\\/738063_sa.jpg\"}', 'upc' => '013431430322', 'provider' => 'bestbuy'],\n ['name' => \"Sings the Music of Jimmy Van Heusen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-the-music-of-jimmy-van-heusen-cd/738081.p?id=65033&skuId=738081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738081_sa.jpg\"}', 'upc' => '013431430827', 'provider' => 'bestbuy'],\n ['name' => \"Papa Gato - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/papa-gato-cd/738107.p?id=70609&skuId=738107&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738107_sa.jpg\"}', 'upc' => '013431431022', 'provider' => 'bestbuy'],\n ['name' => \"Blue Rondo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-rondo-cd/738170.p?id=64641&skuId=738170&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738170', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7381\\/738170_sa.jpg\"}', 'upc' => '013431431725', 'provider' => 'bestbuy'],\n ['name' => \"Un Poco Loco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/un-poco-loco-cd/738223.p?id=70192&skuId=738223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738223_sa.jpg\"}', 'upc' => '013431432920', 'provider' => 'bestbuy'],\n ['name' => \"Tribute to Count Basie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tribute-to-count-basie-cd/738287.p?id=67223&skuId=738287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7382\\/738287_sa.jpg\"}', 'upc' => '013431433729', 'provider' => 'bestbuy'],\n ['name' => \"Rosemary Clooney Sings the Music of Cole Porter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rosemary-clooney-sings-the-music-of-cole-porter-cd/738456.p?id=65035&skuId=738456&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738456', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7384\\/738456_sa.jpg\"}', 'upc' => '013431418528', 'provider' => 'bestbuy'],\n ['name' => \"Pure Getz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pure-getz-cd/738465.p?id=66616&skuId=738465&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738465', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738465_sa.jpg\"}', 'upc' => '013431418825', 'provider' => 'bestbuy'],\n ['name' => \"Heatwave - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heatwave-cd/738474.p?id=71464&skuId=738474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7384\\/738474_sa.jpg\"}', 'upc' => '013431418924', 'provider' => 'bestbuy'],\n ['name' => \"An Evening With George Shearing & Mel Torme - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-evening-with-george-shearing-mel-torme-cd/738483.p?id=70839&skuId=738483&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738483', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738483_sa.jpg\"}', 'upc' => '013431419020', 'provider' => 'bestbuy'],\n ['name' => \"Keystone 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keystone-3-cd/738517.p?id=64351&skuId=738517&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738517', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738517_sa.jpg\"}', 'upc' => '013431419624', 'provider' => 'bestbuy'],\n ['name' => \"Concord on a Summer Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/concord-on-a-summer-night-cd/738535.p?id=64642&skuId=738535&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738535', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738535_sa.jpg\"}', 'upc' => '013431419822', 'provider' => 'bestbuy'],\n ['name' => \"Come with Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-with-me-cd/738553.p?id=68787&skuId=738553&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738553', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7385\\/738553_sa.jpg\"}', 'upc' => '013431420026', 'provider' => 'bestbuy'],\n ['name' => \"On Broadway - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-broadway-cd/738571.p?id=70189&skuId=738571&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738571', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738571_sa.jpg\"}', 'upc' => '013431420729', 'provider' => 'bestbuy'],\n ['name' => \"Top Drawer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/top-drawer-cd/738615.p?id=70866&skuId=738615&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738615_sa.jpg\"}', 'upc' => '013431421924', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Baby Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-baby-blues-cd/738713.p?id=64932&skuId=738713&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738713', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7387\\/738713_sa.jpg\"}', 'upc' => '013431425823', 'provider' => 'bestbuy'],\n ['name' => \"For Iola - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-iola-cd/738722.p?id=64618&skuId=738722&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738722', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738722_sa.jpg\"}', 'upc' => '013431425922', 'provider' => 'bestbuy'],\n ['name' => \"A Sign of the Times - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-sign-of-the-times-cd/738811.p?id=66183&skuId=738811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0738\\/0738811_sa.jpg\"}', 'upc' => '013431402626', 'provider' => 'bestbuy'],\n ['name' => \"Everything's Coming Up Rosie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everythings-coming-up-rosie-cd/738900.p?id=65023&skuId=738900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7389\\/738900_sa.jpg\"}', 'upc' => '013431404729', 'provider' => 'bestbuy'],\n ['name' => \"Blue Byrd - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-byrd-cd/738982.p?id=2305292&skuId=738982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=738982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7389\\/738982.jpg\"}', 'upc' => '013431408222', 'provider' => 'bestbuy'],\n ['name' => \"Rosemary Clooney Sings the Songs of Ira Gershwin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rosemary-clooney-sings-the-songs-of-ira-gershwin-cd/739080.p?id=65037&skuId=739080&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=739080', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7390\\/739080.jpg\"}', 'upc' => '013431411222', 'provider' => 'bestbuy'],\n ['name' => \"La Onda Va Bien - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/la-onda-va-bien-cd/739099.p?id=71451&skuId=739099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=739099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7390\\/739099_sa.jpg\"}', 'upc' => '013431411321', 'provider' => 'bestbuy'],\n ['name' => \"Tenorshoes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tenorshoes-cd/739142.p?id=67110&skuId=739142&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=739142', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7391\\/739142_sa.jpg\"}', 'upc' => '013431412724', 'provider' => 'bestbuy'],\n ['name' => \"Two For The Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-for-the-road-cd/739151.p?id=70867&skuId=739151&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=739151', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7391\\/739151.jpg\"}', 'upc' => '013431412823', 'provider' => 'bestbuy'],\n ['name' => \"Plays Music of Cole Porter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-music-of-cole-porter-cd/741932.p?id=70862&skuId=741932&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=741932', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7419\\/741932_sa.jpg\"}', 'upc' => '013431201021', 'provider' => 'bestbuy'],\n ['name' => \"Moore Makes 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moore-makes-4-cd/742030.p?id=64608&skuId=742030&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742030', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7420\\/742030_sa.jpg\"}', 'upc' => '013431447726', 'provider' => 'bestbuy'],\n ['name' => \"Sabor Flamenco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sabor-flamenco-cd/742156.p?id=70764&skuId=742156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0742\\/0742156_sa.jpg\"}', 'upc' => '013431449027', 'provider' => 'bestbuy'],\n ['name' => \"I'LL Take Romance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ill-take-romance-cd/742165.p?id=2305248&skuId=742165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0742\\/0742165_sa.jpg\"}', 'upc' => '013431449126', 'provider' => 'bestbuy'],\n ['name' => \"Live at Maybeck Recital Hall, Vol. 16 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-maybeck-recital-hall-vol-16-cd/742245.p?id=68054&skuId=742245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7422\\/742245.jpg\"}', 'upc' => '013431450221', 'provider' => 'bestbuy'],\n ['name' => \"Hand-Crafted Swing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hand-crafted-swing-cd/742352.p?id=63597&skuId=742352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7423\\/742352_sa.jpg\"}', 'upc' => '013431451327', 'provider' => 'bestbuy'],\n ['name' => \"Great Guitars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-guitars-cd/742469.p?id=64758&skuId=742469&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742469', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0742\\/0742469_sa.jpg\"}', 'upc' => '013431600428', 'provider' => 'bestbuy'],\n ['name' => \"Goza Mi Timbal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goza-mi-timbal-cd/742619.p?id=70174&skuId=742619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7426\\/742619_sa.jpg\"}', 'upc' => '013431439929', 'provider' => 'bestbuy'],\n ['name' => \"Chile con Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chile-con-soul-cd/742673.p?id=70603&skuId=742673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7426\\/742673_sa.jpg\"}', 'upc' => '013431440628', 'provider' => 'bestbuy'],\n ['name' => \"Live at Maybeck Recital Hall, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-maybeck-recital-hall-vol-2-cd/742717.p?id=68946&skuId=742717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7427\\/742717.jpg\"}', 'upc' => '013431441021', 'provider' => 'bestbuy'],\n ['name' => \"Music of 1937 (Maybeck Recital Hall Series,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-1937-maybeck-recital-hall-series-cd/742762.p?id=67687&skuId=742762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7427\\/742762_sa.jpg\"}', 'upc' => '013431441526', 'provider' => 'bestbuy'],\n ['name' => \"Sabia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sabia-cd/742799.p?id=68905&skuId=742799&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742799', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7427\\/742799_sa.jpg\"}', 'upc' => '013431441823', 'provider' => 'bestbuy'],\n ['name' => \"Summer Wind: Live at the Loa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/summer-wind-live-at-the-loa-cd/742879.p?id=2390152&skuId=742879&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=742879', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7428\\/742879.jpg\"}', 'upc' => '013431442622', 'provider' => 'bestbuy'],\n ['name' => \"Hear It Is - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hear-it-is-cd/745830.p?id=82371&skuId=745830&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=745830', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7458\\/745830_sa.jpg\"}', 'upc' => '018777217323', 'provider' => 'bestbuy'],\n ['name' => \"What a Life! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-a-life-cd/746688.p?id=2018796&skuId=746688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=746688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0746\\/0746688_sa.jpg\"}', 'upc' => '094632151124', 'provider' => 'bestbuy'],\n ['name' => \"Joseph and the Amazing Technicolor Dreamcoat... - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joseph-and-the-amazing-technicolor-dreamcoat-cd-original-cast-recording/747240.p?id=87417&skuId=747240&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=747240', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0747\\/0747240_sa.jpg\"}', 'upc' => '094632138729', 'provider' => 'bestbuy'],\n ['name' => \"Christmas with Mahalia [CBS] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-with-mahalia-cbs-cd/748105.p?id=86497&skuId=748105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=748105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7481\\/748105.jpg\"}', 'upc' => '074640972720', 'provider' => 'bestbuy'],\n ['name' => \"Give Me Your Love for Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/give-me-your-love-for-christmas-cd/748294.p?id=90794&skuId=748294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=748294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7482\\/748294.jpg\"}', 'upc' => '074640992322', 'provider' => 'bestbuy'],\n ['name' => \"Somewhere My Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somewhere-my-love-cd/748588.p?id=78566&skuId=748588&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=748588', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7485\\/748588_sa.jpg\"}', 'upc' => '074640931925', 'provider' => 'bestbuy'],\n ['name' => \"We Wish You a Merry Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-wish-you-a-merry-christmas-cd/749113.p?id=78569&skuId=749113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=749113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7491\\/749113_sa.jpg\"}', 'upc' => '074640869228', 'provider' => 'bestbuy'],\n ['name' => \"The Andy Williams Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-andy-williams-christmas-album-cd/749239.p?id=104060&skuId=749239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=749239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7492\\/749239_sa.jpg\"}', 'upc' => '074640888724', 'provider' => 'bestbuy'],\n ['name' => \"All Time Great Polkas: Frankie Yankovic Plays... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-great-polkas-frankie-yankovic-plays-cd/749756.p?id=104893&skuId=749756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=749756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7497\\/749756.JPG\"}', 'upc' => '886972571423', 'provider' => 'bestbuy'],\n ['name' => \"Christmas with Conniff - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-with-conniff-cd/749765.p?id=78555&skuId=749765&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=749765', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0749\\/0749765_sa.jpg\"}', 'upc' => '074640818523', 'provider' => 'bestbuy'],\n ['name' => \"Head to the Sky - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/head-to-the-sky-cd/751252.p?id=81248&skuId=751252&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=751252', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7512\\/751252_sa.jpg\"}', 'upc' => '074643219426', 'provider' => 'bestbuy'],\n ['name' => \"Barbra Streisand...and Other Musical Instruments - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/barbra-streisand-and-other-musical-instruments-cd/751699.p?id=100592&skuId=751699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=751699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0751\\/0751699_sa.jpg\"}', 'upc' => '074643265522', 'provider' => 'bestbuy'],\n ['name' => \"Ian Hunter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ian-hunter-cd/752206.p?id=85943&skuId=752206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=752206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7522\\/752206_sa.jpg\"}', 'upc' => '074643348027', 'provider' => 'bestbuy'],\n ['name' => \"Fillmore: The Last Days - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fillmore-the-last-days-cd-various/752876.p?id=82214&skuId=752876&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=752876', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0752\\/0752876_sa.jpg\"}', 'upc' => '074643139021', 'provider' => 'bestbuy'],\n ['name' => \"From the Inside - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-the-inside-cd/753786.p?id=95083&skuId=753786&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=753786', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7537\\/753786_sa.jpg\"}', 'upc' => '074643075329', 'provider' => 'bestbuy'],\n ['name' => \"We Shall Overcome: The Complete Carnegie Hall... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-shall-overcome-the-complete-carnegie-hall-cd/754507.p?id=98277&skuId=754507&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=754507', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0754\\/0754507_sa.jpg\"}', 'upc' => '074644531220', 'provider' => 'bestbuy'],\n ['name' => \"The Creole Christmas - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-creole-christmas-cd-various/754767.p?id=77609&skuId=754767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=754767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0754\\/0754767_sa.jpg\"}', 'upc' => '074644704525', 'provider' => 'bestbuy'],\n ['name' => \"Harpin' the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harpin-the-blues-cd/754927.p?id=91088&skuId=754927&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=754927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7549\\/754927.jpg\"}', 'upc' => '074644708721', 'provider' => 'bestbuy'],\n ['name' => \"Complete Piano Trios - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 48.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-piano-trios-cd/756248.p?id=1693298&skuId=756248&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=756248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0756\\/0756248_sa.jpg\"}', 'upc' => '074644673821', 'provider' => 'bestbuy'],\n ['name' => \"Agharta - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/agharta-cd/756471.p?id=65513&skuId=756471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=756471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0756\\/0756471_sa.jpg\"}', 'upc' => '074644679922', 'provider' => 'bestbuy'],\n ['name' => \"Ionisation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ionisation-cd/760171.p?id=1675736&skuId=760171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=760171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7601\\/760171.jpg\"}', 'upc' => '074644584424', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Big Bands - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-big-bands-cd/760714.p?id=67829&skuId=760714&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=760714', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0760\\/0760714_sa.jpg\"}', 'upc' => '074644534122', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Big Bands - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-big-bands-cd/760741.p?id=64585&skuId=760741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=760741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7607\\/760741.jpg\"}', 'upc' => '074644534429', 'provider' => 'bestbuy'],\n ['name' => \"Concertos For 2 & 3 Pianos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/concertos-for-2-3-pianos-cd/767281.p?id=1684342&skuId=767281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=767281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0767\\/0767281_sa.jpg\"}', 'upc' => '074644491524', 'provider' => 'bestbuy'],\n ['name' => \"Benny Goodman Sextet Featuring Charlie Christian - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/benny-goodman-sextet-featuring-charlie-christian-cd/767441.p?id=66811&skuId=767441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=767441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7674\\/767441_sa.jpg\"}', 'upc' => '074644514421', 'provider' => 'bestbuy'],\n ['name' => \"Supp¿: Overtures / Zubin Mehta, Wiener Philharmoniker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/supp-overtures-zubin-mehta-wiener-philharmoniker-cd/767842.p?id=1675709&skuId=767842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=767842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7678\\/767842.jpg\"}', 'upc' => '074644493221', 'provider' => 'bestbuy'],\n ['name' => \"Metropolis [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metropolis-original-soundtrack-cd-original-soundtrack/769724.p?id=91545&skuId=769724&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=769724', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0769\\/0769724_sa.jpg\"}', 'upc' => '074643952620', 'provider' => 'bestbuy'],\n ['name' => \"Starchild - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/starchild-cd/769751.p?id=90569&skuId=769751&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=769751', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7697\\/769751.jpg\"}', 'upc' => '074643952828', 'provider' => 'bestbuy'],\n ['name' => \"Yentl - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yentl-cd-original-soundtrack/770419.p?id=104968&skuId=770419&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=770419', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7704\\/770419_sa.jpg\"}', 'upc' => '074643915229', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Sing-Along with Mitch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-sing-along-with-mitch-cd/772989.p?id=91713&skuId=772989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=772989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0772\\/0772989_sa.jpg\"}', 'upc' => '074643829823', 'provider' => 'bestbuy'],\n ['name' => \"Christmas with Johnny Mathis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-with-johnny-mathis-cd/773069.p?id=90790&skuId=773069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=773069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7730\\/773069_sa.jpg\"}', 'upc' => '074643830621', 'provider' => 'bestbuy'],\n ['name' => \"Symphonic Variations - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphonic-variations-cd/773185.p?id=1675684&skuId=773185&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=773185', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7731\\/773185.jpg\"}', 'upc' => '074643781220', 'provider' => 'bestbuy'],\n ['name' => \"Concert For Violin, Piano & String Quartet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/concert-for-violin-piano-string-quartet-cd/773210.p?id=1684284&skuId=773210&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=773210', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0773\\/0773210_sa.jpg\"}', 'upc' => '074643781428', 'provider' => 'bestbuy'],\n ['name' => \"The Jacksons: Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-jacksons-live-cd/774086.p?id=1818899&skuId=774086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=774086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7740\\/774086.jpg\"}', 'upc' => '886972789620', 'provider' => 'bestbuy'],\n ['name' => \"Gershwin Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gershwin-live-cd/774567.p?id=1692873&skuId=774567&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=774567', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0774\\/0774567_sa.jpg\"}', 'upc' => '074643727723', 'provider' => 'bestbuy'],\n ['name' => \"I've Got the Rock'n'Rolls Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ive-got-the-rocknrolls-again-cd/774807.p?id=94723&skuId=774807&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=774807', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7748\\/774807.jpg\"}', 'upc' => '074643736428', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/776841.p?id=92371&skuId=776841&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=776841', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0776\\/0776841_sa.jpg\"}', 'upc' => '074643597623', 'provider' => 'bestbuy'],\n ['name' => \"Muddy \\\"Mississippi\\\" Waters Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/muddy-mississippi-waters-live-cd/777243.p?id=2293095&skuId=777243&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=777243', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0777\\/0777243_sa.jpg\"}', 'upc' => '074643571227', 'provider' => 'bestbuy'],\n ['name' => \"Restless Nights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/restless-nights-cd/777350.p?id=75494&skuId=777350&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=777350', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0777\\/0777350_sa.jpg\"}', 'upc' => '074643579926', 'provider' => 'bestbuy'],\n ['name' => \"Writer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/writer-cd/778091.p?id=87964&skuId=778091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=778091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7780\\/778091_sa.jpg\"}', 'upc' => '074643494427', 'provider' => 'bestbuy'],\n ['name' => \"Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-cd/778108.p?id=87958&skuId=778108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=778108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0778\\/0778108_sa.jpg\"}', 'upc' => '074643494922', 'provider' => 'bestbuy'],\n ['name' => \"Thoroughbred - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thoroughbred-cd/778162.p?id=87962&skuId=778162&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=778162', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7781\\/778162_sa.jpg\"}', 'upc' => '074643496322', 'provider' => 'bestbuy'],\n ['name' => \"Rejoice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rejoice-cd/778778.p?id=81548&skuId=778778&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=778778', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0778\\/0778778_sa.jpg\"}', 'upc' => '074643476225', 'provider' => 'bestbuy'],\n ['name' => \"Trombone Master - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trombone-master-cd/780391.p?id=68016&skuId=780391&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=780391', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7803\\/780391_sa.jpg\"}', 'upc' => '074644444322', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Monument] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-monument-cd/781336.p?id=91087&skuId=781336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=781336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0781\\/0781336_sa.jpg\"}', 'upc' => '079894435328', 'provider' => 'bestbuy'],\n ['name' => \"Big Deal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-deal-cd/782193.p?id=273705&skuId=782193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=782193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '074644409826', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Lament - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-lament-cd/782264.p?id=67449&skuId=782264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=782264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7822\\/782264.jpg\"}', 'upc' => '074644411928', 'provider' => 'bestbuy'],\n ['name' => \"Symphony In 3 Movements - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphony-in-3-movements-cd/782353.p?id=1675625&skuId=782353&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=782353', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0782\\/0782353_sa.jpg\"}', 'upc' => '074644243420', 'provider' => 'bestbuy'],\n ['name' => \"Cello Sonata 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cello-sonata-4-cd/784119.p?id=1676835&skuId=784119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=784119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0784\\/0784119_sa.jpg\"}', 'upc' => '074644212129', 'provider' => 'bestbuy'],\n ['name' => \"Bigger & Deffer [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bigger-deffer-pa-cd/784681.p?id=89490&skuId=784681&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=784681', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7846\\/784681_sa.jpg\"}', 'upc' => '731452735324', 'provider' => 'bestbuy'],\n ['name' => \"Refuge Denied - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/refuge-denied-cd/785216.p?id=97845&skuId=785216&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=785216', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0785\\/0785216_sa.jpg\"}', 'upc' => '074644092028', 'provider' => 'bestbuy'],\n ['name' => \"Libra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/libra-cd/786590.p?id=86082&skuId=786590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=786590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7865\\/786590.jpg\"}', 'upc' => '074644018028', 'provider' => 'bestbuy'],\n ['name' => \"17 Most Requested Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/17-most-requested-songs-cd/787250.p?id=102885&skuId=787250&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=787250', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7872\\/787250.jpg\"}', 'upc' => '074644021622', 'provider' => 'bestbuy'],\n ['name' => \"Two Steps from the Move - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-steps-from-the-move-cd/787633.p?id=84764&skuId=787633&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=787633', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7876\\/787633_sa.jpg\"}', 'upc' => '074643961424', 'provider' => 'bestbuy'],\n ['name' => \"Dream of a Lifetime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dream-of-a-lifetime-cd/788259.p?id=83387&skuId=788259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7882\\/788259_sa.jpg\"}', 'upc' => '074643991629', 'provider' => 'bestbuy'],\n ['name' => \"Columbia Historic Edition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/columbia-historic-edition-cd/788464.p?id=72444&skuId=788464&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788464', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0788\\/0788464_sa.jpg\"}', 'upc' => '074643999823', 'provider' => 'bestbuy'],\n ['name' => \"From Rocky Top to Muddy Bottom - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-rocky-top-to-muddy-bottom-cd/788767.p?id=287321&skuId=788767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0788\\/0788767_sa.jpg\"}', 'upc' => '027297900820', 'provider' => 'bestbuy'],\n ['name' => \"The Bluegrass Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bluegrass-collection-cd/788794.p?id=94109&skuId=788794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0788\\/0788794_sa.jpg\"}', 'upc' => '027297901124', 'provider' => 'bestbuy'],\n ['name' => \"24 Greatest Bluegrass Hits - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/24-greatest-bluegrass-hits-cd-various/788801.p?id=287307&skuId=788801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0788\\/0788801_sa.jpg\"}', 'upc' => '027297901223', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Bluegrass Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-bluegrass-album-cd/788847.p?id=94111&skuId=788847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0788\\/0788847_sa.jpg\"}', 'upc' => '027297901629', 'provider' => 'bestbuy'],\n ['name' => \"Merle Travis Story: 24 Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/merle-travis-story-24-greatest-hits-cd/788865.p?id=102182&skuId=788865&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788865', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0788\\/0788865_sa.jpg\"}', 'upc' => '027297901827', 'provider' => 'bestbuy'],\n ['name' => \"The Jim & Jesse Story: 24 Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-jim-jesse-story-24-greatest-hits-cd/788892.p?id=1548484&skuId=788892&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788892', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0788\\/0788892_sa.jpg\"}', 'upc' => '027297902220', 'provider' => 'bestbuy'],\n ['name' => \"The Texas Fiddle Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-texas-fiddle-collection-cd/788918.p?id=83654&skuId=788918&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788918', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0788\\/0788918_sa.jpg\"}', 'upc' => '027297902725', 'provider' => 'bestbuy'],\n ['name' => \"50 Years of Bluegrass Hits, Vol. 2 [1995] - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/50-years-of-bluegrass-hits-vol-2-1995-various-cd/788954.p?id=75176&skuId=788954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7889\\/788954.jpg\"}', 'upc' => '027297903425', 'provider' => 'bestbuy'],\n ['name' => \"50 Years of Bluegrass Hits, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/50-years-of-bluegrass-hits-vol-3-cd-various/788972.p?id=75177&skuId=788972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0788\\/0788972_sa.jpg\"}', 'upc' => '027297903524', 'provider' => 'bestbuy'],\n ['name' => \"50 Years of Bluegrass Hits, Vol. 4 [1995] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/50-years-of-bluegrass-hits-vol-4-1995-cd-various/788990.p?id=245450&skuId=788990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=788990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7889\\/788990.jpg\"}', 'upc' => '027297903623', 'provider' => 'bestbuy'],\n ['name' => \"Fiddlers' Hall of Fame: 28 Old-Time Swing &... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fiddlers-hall-of-fame-28-old-time-swing-cd-various/789016.p?id=82152&skuId=789016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=789016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0789\\/0789016_sa.jpg\"}', 'upc' => '027297903722', 'provider' => 'bestbuy'],\n ['name' => \"Grassroots to Bluegrass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grassroots-to-bluegrass-cd/789070.p?id=104573&skuId=789070&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=789070', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7890\\/789070_sa.jpg\"}', 'upc' => '027297904125', 'provider' => 'bestbuy'],\n ['name' => \"Country Guitar Thunder (1977-1981) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-guitar-thunder-1977-1981-cd/789150.p?id=287310&skuId=789150&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=789150', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0789\\/0789150_sa.jpg\"}', 'upc' => '027297490123', 'provider' => 'bestbuy'],\n ['name' => \"World's Greatest Bluegrass Pickers - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worlds-greatest-bluegrass-pickers-cd-various/789212.p?id=287305&skuId=789212&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=789212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7892\\/789212_sa.jpg\"}', 'upc' => '027297590526', 'provider' => 'bestbuy'],\n ['name' => \"Dixie Fried - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dixie-fried-cd/789338.p?id=72488&skuId=789338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=789338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7893\\/789338_sa.jpg\"}', 'upc' => '027297627024', 'provider' => 'bestbuy'],\n ['name' => \"Freddie Freeloader - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freddie-freeloader-cd/790996.p?id=67360&skuId=790996&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=790996', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7909\\/790996.jpg\"}', 'upc' => '081757630221', 'provider' => 'bestbuy'],\n ['name' => \"Catalogue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/catalogue-cd/792896.p?id=86021&skuId=792896&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=792896', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0792\\/0792896_sa.jpg\"}', 'upc' => '024596103327', 'provider' => 'bestbuy'],\n ['name' => \"Plague Mass (1984 End of the Epidemic) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plague-mass-1984-end-of-the-epidemic-cd/792958.p?id=83187&skuId=792958&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=792958', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0792\\/0792958_sa.jpg\"}', 'upc' => '024596104324', 'provider' => 'bestbuy'],\n ['name' => \"Estrangeiro - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/estrangeiro-cd/793699.p?id=103062&skuId=793699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=793699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0793\\/0793699_sa.jpg\"}', 'upc' => '075596089821', 'provider' => 'bestbuy'],\n ['name' => \"Still the One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-the-one-cd/793733.p?id=94084&skuId=793733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=793733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7937\\/793733.jpg\"}', 'upc' => '075596090926', 'provider' => 'bestbuy'],\n ['name' => \"Robin Holcomb - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/robin-holcomb-cd/793877.p?id=85474&skuId=793877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=793877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/7938\\/793877.jpg\"}', 'upc' => '075596098328', 'provider' => 'bestbuy'],\n ['name' => \"Authentic Sound Effects, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/authentic-sound-effects-vol-2-cd-various/794108.p?id=99610&skuId=794108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=794108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7941\\/794108_sa.jpg\"}', 'upc' => '075596073226', 'provider' => 'bestbuy'],\n ['name' => \"Authentic Sound Effects, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/authentic-sound-effects-vol-3-cd-various/794117.p?id=99611&skuId=794117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=794117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0794\\/0794117_sa.jpg\"}', 'upc' => '075596073325', 'provider' => 'bestbuy'],\n ['name' => \"I Commit to Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-commit-to-love-cd/794849.p?id=85306&skuId=794849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=794849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0794\\/0794849_sa.jpg\"}', 'upc' => '075596048729', 'provider' => 'bestbuy'],\n ['name' => \"All-Stars of Polkaland, USA - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-stars-of-polkaland-usa-cd/798113.p?id=95156&skuId=798113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=798113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0798\\/0798113_sa.jpg\"}', 'upc' => '012676024921', 'provider' => 'bestbuy'],\n ['name' => \"Reel to Reel [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reel-to-reel-pa-cd/799005.p?id=84035&skuId=799005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=799005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7990\\/799005_sa.jpg\"}', 'upc' => '075596131421', 'provider' => 'bestbuy'],\n ['name' => \"John Adams: Nixon in China - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-adams-nixon-in-china-cd/799274.p?id=2193526&skuId=799274&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=799274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/7992\\/799274_sa.jpg\"}', 'upc' => '075597917727', 'provider' => 'bestbuy'],\n ['name' => \"Music for Two Guitars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-for-two-guitars-cd/800592.p?id=2275425&skuId=800592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=800592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0800\\/0800592_sa.jpg\"}', 'upc' => '075597911626', 'provider' => 'bestbuy'],\n ['name' => \"Japan: Traditional Vocal and Instrumental Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/japan-traditional-vocal-and-instrumental-music-cd/801109.p?id=86740&skuId=801109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=801109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0801\\/0801109_sa.jpg\"}', 'upc' => '075597207224', 'provider' => 'bestbuy'],\n ['name' => \"Piano Pieces - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-pieces-cd/801403.p?id=1675626&skuId=801403&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=801403', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8014\\/801403.jpg\"}', 'upc' => '075597915426', 'provider' => 'bestbuy'],\n ['name' => \"Tibet: Buddhists - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tibet-buddhists-cd-various/802073.p?id=2222820&skuId=802073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=802073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0802\\/0802073_sa.jpg\"}', 'upc' => '075597919820', 'provider' => 'bestbuy'],\n ['name' => \"Playing Possum - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/playing-possum-cd/806854.p?id=98777&skuId=806854&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=806854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8068\\/806854_sa.jpg\"}', 'upc' => '075596086523', 'provider' => 'bestbuy'],\n ['name' => \"24 Classic Originals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/24-classic-originals-cd/807997.p?id=1416342&skuId=807997&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=807997', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8079\\/807997.jpg\"}', 'upc' => '025218242622', 'provider' => 'bestbuy'],\n ['name' => \"Dave Brubeck & Paul Desmond - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dave-brubeck-paul-desmond-cd/808004.p?id=64661&skuId=808004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808004_sa.jpg\"}', 'upc' => '025218242721', 'provider' => 'bestbuy'],\n ['name' => \"Stardust - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stardust-cd/808013.p?id=64652&skuId=808013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808013_sa.jpg\"}', 'upc' => '025218242820', 'provider' => 'bestbuy'],\n ['name' => \"Featuring Paul Desmond in Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/featuring-paul-desmond-in-concert-cd/808059.p?id=64643&skuId=808059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8080\\/808059_sa.jpg\"}', 'upc' => '025218301329', 'provider' => 'bestbuy'],\n ['name' => \"The Lenny Bruce Originals, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lenny-bruce-originals-vol-1-cd/808068.p?id=76151&skuId=808068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8080\\/808068_sa.jpg\"}', 'upc' => '025218302326', 'provider' => 'bestbuy'],\n ['name' => \"Bread & Roses Festival 1977 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bread-roses-festival-1977-cd-various/808086.p?id=75797&skuId=808086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808086_sa.jpg\"}', 'upc' => '025218790925', 'provider' => 'bestbuy'],\n ['name' => \"Living Proof - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-proof-cd/808095.p?id=101037&skuId=808095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8080\\/808095_sa.jpg\"}', 'upc' => '025218791021', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/808157.p?id=67032&skuId=808157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808157_sa.jpg\"}', 'upc' => '025218770620', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Mr. T - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-mr-t-cd/808175.p?id=71555&skuId=808175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808175_sa.jpg\"}', 'upc' => '025218770828', 'provider' => 'bestbuy'],\n ['name' => \"Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classics-cd/808184.p?id=91118&skuId=808184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808184_sa.jpg\"}', 'upc' => '025218770927', 'provider' => 'bestbuy'],\n ['name' => \"A Boy Named Charlie Brown [Original Soundtrack] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-boy-named-charlie-brown-original-soundtrack-cd/808200.p?id=67028&skuId=808200&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808200', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8082\\/808200_sa.jpg\"}', 'upc' => '025218843027', 'provider' => 'bestbuy'],\n ['name' => \"Blues in the Night, Vol. 1: The Early Show - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-in-the-night-vol-1-the-early-show-cd/808264.p?id=86643&skuId=808264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808264_sa.jpg\"}', 'upc' => '025218964722', 'provider' => 'bestbuy'],\n ['name' => \"The Late Show: Blues in the Night, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-late-show-blues-in-the-night-vol-2-cd/808326.p?id=86644&skuId=808326&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808326', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8083\\/808326_sa.jpg\"}', 'upc' => '025218965521', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/808433.p?id=101283&skuId=808433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808433_sa.jpg\"}', 'upc' => '025218451024', 'provider' => 'bestbuy'],\n ['name' => \"One Flew Over the Cuckoo's Nest [Original... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-flew-over-the-cuckoos-nest-original-cd-original-soundtrack/808530.p?id=93955&skuId=808530&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808530', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8085\\/808530.jpg\"}', 'upc' => '025218453127', 'provider' => 'bestbuy'],\n ['name' => \"Blues on Broadway - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-on-broadway-cd/808629.p?id=75982&skuId=808629&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808629', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808629_sa.jpg\"}', 'upc' => '025218966221', 'provider' => 'bestbuy'],\n ['name' => \"Mosquito Coast (Original Soundtrack... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mosquito-coast-original-soundtrack-cd-original-soundtrack/808656.p?id=92356&skuId=808656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808656_sa.jpg\"}', 'upc' => '025218210522', 'provider' => 'bestbuy'],\n ['name' => \"The Unbearable Lightness of Being, Film Score - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-unbearable-lightness-of-being-film-score-cd-original-soundtrack/808665.p?id=102762&skuId=808665&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808665', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808665_sa.jpg\"}', 'upc' => '025218210621', 'provider' => 'bestbuy'],\n ['name' => \"At Play in the Fields of the Lord - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-play-in-the-fields-of-the-lord-cd-original-soundtrack/808674.p?id=73380&skuId=808674&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808674', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808674_sa.jpg\"}', 'upc' => '025218210720', 'provider' => 'bestbuy'],\n ['name' => \"Spoon Concerts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spoon-concerts-cd/808683.p?id=1366055&skuId=808683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8086\\/808683_sa.jpg\"}', 'upc' => '025218240123', 'provider' => 'bestbuy'],\n ['name' => \"Double Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-blues-cd/808692.p?id=85655&skuId=808692&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808692', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8086\\/808692_sa.jpg\"}', 'upc' => '025218240222', 'provider' => 'bestbuy'],\n ['name' => \"Cal Tjader Plays Harold Arlen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cal-tjader-plays-harold-arlen-cd/808709.p?id=225504&skuId=808709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808709_sa.jpg\"}', 'upc' => '025218247528', 'provider' => 'bestbuy'],\n ['name' => \"Boogie Chillun [Charly] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boogie-chillun-charly-cd/808718.p?id=85599&skuId=808718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8087\\/808718_sa.jpg\"}', 'upc' => '025218240628', 'provider' => 'bestbuy'],\n ['name' => \"Blues, Songs and Ballads [Compilation] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-songs-and-ballads-compilation-cd/808727.p?id=2295189&skuId=808727&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808727', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8087\\/808727_sa.jpg\"}', 'upc' => '025218240925', 'provider' => 'bestbuy'],\n ['name' => \"Inside Dave Van Ronk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inside-dave-van-ronk-cd/808736.p?id=102942&skuId=808736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8087\\/808736_sa.jpg\"}', 'upc' => '025218241021', 'provider' => 'bestbuy'],\n ['name' => \"Ragas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ragas-cd/808745.p?id=98498&skuId=808745&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808745', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808745_sa.jpg\"}', 'upc' => '025218241427', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Special - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-special-cd/808754.p?id=1562188&skuId=808754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808754_sa.jpg\"}', 'upc' => '025218242127', 'provider' => 'bestbuy'],\n ['name' => \"Best of Max Roach and Clifford Brown in Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-max-roach-and-clifford-brown-in-concert-cd/808889.p?id=64578&skuId=808889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808889_sa.jpg\"}', 'upc' => '052824001824', 'provider' => 'bestbuy'],\n ['name' => \"Machito at the Crescendo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/machito-at-the-crescendo-cd/808914.p?id=68672&skuId=808914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8089\\/808914.jpg\"}', 'upc' => '052824005822', 'provider' => 'bestbuy'],\n ['name' => \"The Original Reunion of the Glenn Miller Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-original-reunion-of-the-glenn-miller-band-cd/808923.p?id=69142&skuId=808923&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808923', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8089\\/808923_sa.jpg\"}', 'upc' => '052824007628', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Parade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-parade-cd/808932.p?id=72726&skuId=808932&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808932', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8089\\/808932_sa.jpg\"}', 'upc' => '052824051829', 'provider' => 'bestbuy'],\n ['name' => \"Magic [EP] [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magic-ep-ep-cd/808941.p?id=82475&skuId=808941&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808941', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '052841208220', 'provider' => 'bestbuy'],\n ['name' => \"Eartha Kitt In Person at the Plaza - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eartha-kitt-in-person-at-the-plaza-cd/808969.p?id=88218&skuId=808969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808969_sa.jpg\"}', 'upc' => '052824200821', 'provider' => 'bestbuy'],\n ['name' => \"Seeds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seeds-cd/808978.p?id=2398762&skuId=808978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=808978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0808\\/0808978_sa.jpg\"}', 'upc' => '052824202320', 'provider' => 'bestbuy'],\n ['name' => \"Railroad Man [1991] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/railroad-man-1991-cd/809003.p?id=100560&skuId=809003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8090\\/809003_sa.jpg\"}', 'upc' => '052824204126', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Royal Albert Hall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-royal-albert-hall-cd/809021.p?id=77928&skuId=809021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8090\\/809021.jpg\"}', 'upc' => '052824206922', 'provider' => 'bestbuy'],\n ['name' => \"Knockers Up/Songs for Sinners - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/knockers-up-songs-for-sinners-cd/809049.p?id=103506&skuId=809049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8090\\/809049.jpg\"}', 'upc' => '052824207929', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/809058.p?id=79618&skuId=809058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8090\\/809058_sa.jpg\"}', 'upc' => '052824209527', 'provider' => 'bestbuy'],\n ['name' => \"Best of Acker Bilk [GNP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-acker-bilk-gnp-cd/809085.p?id=64301&skuId=809085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8090\\/809085.jpg\"}', 'upc' => '052824211629', 'provider' => 'bestbuy'],\n ['name' => \"Dave Pell's Prez Conference - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dave-pells-prez-conference-cd/809101.p?id=69870&skuId=809101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8091\\/809101_sa.jpg\"}', 'upc' => '052824212428', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of the Moms & Dads - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-the-moms-dads-cd/809138.p?id=92037&skuId=809138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8091\\/809138.jpg\"}', 'upc' => '052824212923', 'provider' => 'bestbuy'],\n ['name' => \"20 Polkas & Waltzes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-polkas-waltzes-cd/809147.p?id=84785&skuId=809147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8091\\/809147.jpg\"}', 'upc' => '052824213425', 'provider' => 'bestbuy'],\n ['name' => \"In San Francisco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-san-francisco-cd/809165.p?id=95724&skuId=809165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0809\\/0809165_sa.jpg\"}', 'upc' => '052824215825', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Science Fiction Hits, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-science-fiction-hits-vol-3-cd/809183.p?id=98076&skuId=809183&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809183', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0809\\/0809183_sa.jpg\"}', 'upc' => '052824216327', 'provider' => 'bestbuy'],\n ['name' => \"The Prodigious Piano of Bobby Enriquez - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-prodigious-piano-of-bobby-enriquez-cd/809263.p?id=66053&skuId=809263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8092\\/809263.jpg\"}', 'upc' => '052824217928', 'provider' => 'bestbuy'],\n ['name' => \"Behind the Iron Curtain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/behind-the-iron-curtain-cd/809307.p?id=90899&skuId=809307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8093\\/809307_sa.jpg\"}', 'upc' => '052824218420', 'provider' => 'bestbuy'],\n ['name' => \"Alive in Concert, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alive-in-concert-vol-1-cd/809325.p?id=89292&skuId=809325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0809\\/0809325_sa.jpg\"}', 'upc' => '052824218826', 'provider' => 'bestbuy'],\n ['name' => \"Star Trek, Vol. 1: The Cage/Where No Man Has... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-trek-vol-1-the-cage-where-no-man-has-cd-original-soundtrack/809469.p?id=2387191&skuId=809469&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809469', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8094\\/809469.jpg\"}', 'upc' => '052824800625', 'provider' => 'bestbuy'],\n ['name' => \"Children Of A Lesser God - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/children-of-a-lesser-god-cd-original-soundtrack/809478.p?id=2067332&skuId=809478&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809478', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8094\\/809478.jpg\"}', 'upc' => '052824800724', 'provider' => 'bestbuy'],\n ['name' => \"Star Trek: Sound Effects from the Original TV... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-trek-sound-effects-from-the-original-tv-cd/809511.p?id=100093&skuId=809511&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809511', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8095\\/809511.jpg\"}', 'upc' => '052824801028', 'provider' => 'bestbuy'],\n ['name' => \"High Spirits [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-spirits-original-soundtrack-cd-original-soundtrack/809600.p?id=85355&skuId=809600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8096\\/809600_sa.jpg\"}', 'upc' => '052824801622', 'provider' => 'bestbuy'],\n ['name' => \"Star Trek, Vol. 2 [GNP] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-trek-vol-2-gnp-cd-original-soundtrack/809753.p?id=100096&skuId=809753&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809753', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8097\\/809753_sa.jpg\"}', 'upc' => '052824802520', 'provider' => 'bestbuy'],\n ['name' => \"Live and Kickin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-and-kickin-cd/809968.p?id=97962&skuId=809968&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809968', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8099\\/809968.jpg\"}', 'upc' => '052824220225', 'provider' => 'bestbuy'],\n ['name' => \"Star Trek: Next Generation 2 - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-trek-next-generation-2-cd-original-soundtrack/809977.p?id=2743499&skuId=809977&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=809977', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0809\\/0809977_sa.jpg\"}', 'upc' => '052824802629', 'provider' => 'bestbuy'],\n ['name' => \"Art Tatum at the Crescendo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-tatum-at-the-crescendo-cd/810028.p?id=71303&skuId=810028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=810028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8100\\/810028_sa.jpg\"}', 'upc' => '052824902527', 'provider' => 'bestbuy'],\n ['name' => \"Los Angeles Concert (1954) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/los-angeles-concert-1954-cd/810082.p?id=65971&skuId=810082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=810082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8100\\/810082.jpg\"}', 'upc' => '052824904927', 'provider' => 'bestbuy'],\n ['name' => \"Django Reinhardt and Stephane Grappelli - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/django-reinhardt-and-stephane-grappelli-cd/810135.p?id=70291&skuId=810135&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=810135', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8101\\/810135.jpg\"}', 'upc' => '052824905320', 'provider' => 'bestbuy'],\n ['name' => \"Live in Japan [4CD] [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-japan-4cd-box-cd/810206.p?id=65156&skuId=810206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=810206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8102\\/810206_sa.jpg\"}', 'upc' => '011105010221', 'provider' => 'bestbuy'],\n ['name' => \"Deedles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deedles-cd/810304.p?id=70687&skuId=810304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=810304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8103\\/810304_sa.jpg\"}', 'upc' => '011105951029', 'provider' => 'bestbuy'],\n ['name' => \"Fair & Square - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fair-square-cd/812277.p?id=83648&skuId=812277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=812277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0812\\/0812277_sa.jpg\"}', 'upc' => '012928801126', 'provider' => 'bestbuy'],\n ['name' => \"Jimmie Dale Gilmore - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jimmie-dale-gilmore-cd/812400.p?id=83649&skuId=812400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=812400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0812\\/0812400_sa.jpg\"}', 'upc' => '012928801829', 'provider' => 'bestbuy'],\n ['name' => \"Blue Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-soul-cd/812428.p?id=103388&skuId=812428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=812428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8124\\/812428.jpg\"}', 'upc' => '012928801928', 'provider' => 'bestbuy'],\n ['name' => \"Live at Slim's, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-slims-vol-1-cd/812605.p?id=103391&skuId=812605&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=812605', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0812\\/0812605_sa.jpg\"}', 'upc' => '012928802529', 'provider' => 'bestbuy'],\n ['name' => \"Vanessa Bell Armstrong - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vanessa-bell-armstrong-cd/812767.p?id=73255&skuId=812767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=812767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8127\\/812767_sa.jpg\"}', 'upc' => '012414107428', 'provider' => 'bestbuy'],\n ['name' => \"The Truth About Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-truth-about-christmas-cd/813748.p?id=73254&skuId=813748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=813748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0813\\/0813748_sa.jpg\"}', 'upc' => '012414137227', 'provider' => 'bestbuy'],\n ['name' => \"Blues You Can Use - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-you-can-use-cd/821187.p?id=74982&skuId=821187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821187_sa.jpg\"}', 'upc' => '048021744428', 'provider' => 'bestbuy'],\n ['name' => \"Movin' to the Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/movin-to-the-country-cd/821203.p?id=89376&skuId=821203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8212\\/821203.jpg\"}', 'upc' => '048021744527', 'provider' => 'bestbuy'],\n ['name' => \"Hittin' Where It Hurts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hittin-where-it-hurts-cd/821221.p?id=88689&skuId=821221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8212\\/821221_sa.jpg\"}', 'upc' => '048021744725', 'provider' => 'bestbuy'],\n ['name' => \"Back to Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-back-cd/821230.p?id=89368&skuId=821230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8212\\/821230_sa.jpg\"}', 'upc' => '048021744824', 'provider' => 'bestbuy'],\n ['name' => \"Blues Is Alright, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-is-alright-vol-3-cd-various/821258.p?id=75234&skuId=821258&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821258', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821258_sa.jpg\"}', 'upc' => '048021744923', 'provider' => 'bestbuy'],\n ['name' => \"Crazy 'Bout You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crazy-bout-you-cd/821294.p?id=101247&skuId=821294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821294_sa.jpg\"}', 'upc' => '048021745227', 'provider' => 'bestbuy'],\n ['name' => \"Still Trapped - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-trapped-cd/821301.p?id=154146&skuId=821301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8213\\/821301_sa.jpg\"}', 'upc' => '048021745425', 'provider' => 'bestbuy'],\n ['name' => \"Champaign IV - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/champaign-iv-cd/821365.p?id=77165&skuId=821365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8213\\/821365_sa.jpg\"}', 'upc' => '048021746125', 'provider' => 'bestbuy'],\n ['name' => \"Love Me Right - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-me-right-cd/821392.p?id=154217&skuId=821392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821392_sa.jpg\"}', 'upc' => '048021746422', 'provider' => 'bestbuy'],\n ['name' => \"The Legend Lives On - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-legend-lives-on-cd/821427.p?id=132486&skuId=821427&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821427', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8214\\/821427_sa.jpg\"}', 'upc' => '048021444922', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/821445.p?id=93517&skuId=821445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821445_sa.jpg\"}', 'upc' => '048021445028', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Hits, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-hits-vol-1-cd/821463.p?id=104331&skuId=821463&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821463', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821463_sa.jpg\"}', 'upc' => '048021445127', 'provider' => 'bestbuy'],\n ['name' => \"City Beat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/city-beat-cd/821481.p?id=156315&skuId=821481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821481_sa.jpg\"}', 'upc' => '048021150229', 'provider' => 'bestbuy'],\n ['name' => \"Blues from the Montreux Jazz Festival - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-from-the-montreux-jazz-festival-cd-various/821524.p?id=116031&skuId=821524&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8215\\/821524_sa.jpg\"}', 'upc' => '048021200825', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/821579.p?id=86565&skuId=821579&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821579', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8215\\/821579_sa.jpg\"}', 'upc' => '048021440221', 'provider' => 'bestbuy'],\n ['name' => \"I'll Never Forget - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ill-never-forget-cd/821793.p?id=87334&skuId=821793&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821793_sa.jpg\"}', 'upc' => '048021444021', 'provider' => 'bestbuy'],\n ['name' => \"Thank You Mama - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thank-you-mama-cd/821828.p?id=129910&skuId=821828&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821828', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821828_sa.jpg\"}', 'upc' => '048021444526', 'provider' => 'bestbuy'],\n ['name' => \"He's My Ever Present Help - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hes-my-ever-present-help-cd/821837.p?id=72770&skuId=821837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821837_sa.jpg\"}', 'upc' => '048021444724', 'provider' => 'bestbuy'],\n ['name' => \"It's Hammertime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-hammertime-cd/821864.p?id=130597&skuId=821864&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821864', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8218\\/821864.jpg\"}', 'upc' => '048021445226', 'provider' => 'bestbuy'],\n ['name' => \"Stay on the Boat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stay-on-the-boat-cd/821882.p?id=98335&skuId=821882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821882_sa.jpg\"}', 'upc' => '048021445325', 'provider' => 'bestbuy'],\n ['name' => \"Higher Hope - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/higher-hope-cd/821926.p?id=82490&skuId=821926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8219\\/821926.jpg\"}', 'upc' => '048021600526', 'provider' => 'bestbuy'],\n ['name' => \"Live with the Mississippi Mass Choir - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-with-the-mississippi-mass-choir-cd/821944.p?id=112551&skuId=821944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8219\\/821944_sa.jpg\"}', 'upc' => '048021600625', 'provider' => 'bestbuy'],\n ['name' => \"Love Alive IV - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-alive-iv-cd/821953.p?id=85039&skuId=821953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821953_sa.jpg\"}', 'upc' => '048021600724', 'provider' => 'bestbuy'],\n ['name' => \"God Gets the Glory - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/god-gets-the-glory-cd/821971.p?id=91897&skuId=821971&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821971', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0821\\/0821971_sa.jpg\"}', 'upc' => '048021600823', 'provider' => 'bestbuy'],\n ['name' => \"Live in Detroit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-detroit-cd/821999.p?id=129948&skuId=821999&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=821999', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8219\\/821999_sa.jpg\"}', 'upc' => '048021600922', 'provider' => 'bestbuy'],\n ['name' => \"The Country Boy Goes Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-country-boy-goes-home-cd/822015.p?id=87205&skuId=822015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=822015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0822\\/0822015_sa.jpg\"}', 'upc' => '048021601028', 'provider' => 'bestbuy'],\n ['name' => \"Misty Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/misty-blue-cd/822033.p?id=92206&skuId=822033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=822033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0822\\/0822033_sa.jpg\"}', 'upc' => '048021635122', 'provider' => 'bestbuy'],\n ['name' => \"Down Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-home-cd/822060.p?id=85387&skuId=822060&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=822060', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8220\\/822060_sa.jpg\"}', 'upc' => '048021740628', 'provider' => 'bestbuy'],\n ['name' => \"This Guy's in Love with You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-guys-in-love-with-you-cd/822998.p?id=70165&skuId=822998&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=822998', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8229\\/822998.jpg\"}', 'upc' => '025218914628', 'provider' => 'bestbuy'],\n ['name' => \"Jazzhouse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazzhouse-cd/823103.p?id=66103&skuId=823103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0823\\/0823103_sa.jpg\"}', 'upc' => '025218915120', 'provider' => 'bestbuy'],\n ['name' => \"Blue to the 'Bone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-to-the-bone-cd/823247.p?id=68927&skuId=823247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0823\\/0823247_sa.jpg\"}', 'upc' => '025218916325', 'provider' => 'bestbuy'],\n ['name' => \"You're Gonna Hear from Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/youre-gonna-hear-from-me-cd/823265.p?id=66125&skuId=823265&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823265', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0823\\/0823265_sa.jpg\"}', 'upc' => '025218916424', 'provider' => 'bestbuy'],\n ['name' => \"Uptown/Downtown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uptown-downtown-cd/823327.p?id=71616&skuId=823327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8233\\/823327_sa.jpg\"}', 'upc' => '025218916721', 'provider' => 'bestbuy'],\n ['name' => \"The Solo Sessions, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-solo-sessions-vol-1-cd/823363.p?id=66117&skuId=823363&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823363', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0823\\/0823363_sa.jpg\"}', 'upc' => '025218917025', 'provider' => 'bestbuy'],\n ['name' => \"Enlightenment - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/enlightenment-cd/823746.p?id=71596&skuId=823746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0823\\/0823746_sa.jpg\"}', 'upc' => '025218550123', 'provider' => 'bestbuy'],\n ['name' => \"Supertrios - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/supertrios-cd/823755.p?id=71609&skuId=823755&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823755', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8237\\/823755_sa.jpg\"}', 'upc' => '025218550321', 'provider' => 'bestbuy'],\n ['name' => \"One on One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-on-one-cd/823782.p?id=66889&skuId=823782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8237\\/823782_sa.jpg\"}', 'upc' => '025218918121', 'provider' => 'bestbuy'],\n ['name' => \"Fourmost - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fourmost-cd/823844.p?id=71026&skuId=823844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0823\\/0823844_sa.jpg\"}', 'upc' => '025218918428', 'provider' => 'bestbuy'],\n ['name' => \"Blue in Green [Milestone] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-in-green-milestone-cd/823862.p?id=66097&skuId=823862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=823862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0823\\/0823862_sa.jpg\"}', 'upc' => '025218918527', 'provider' => 'bestbuy'],\n ['name' => \"Portrait - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portrait-cd/824004.p?id=65360&skuId=824004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0824\\/0824004_sa.jpg\"}', 'upc' => '025218919227', 'provider' => 'bestbuy'],\n ['name' => \"The Solo Sessions, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-solo-sessions-vol-2-cd/824031.p?id=66118&skuId=824031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8240\\/824031_sa.jpg\"}', 'upc' => '025218919524', 'provider' => 'bestbuy'],\n ['name' => \"Louis Armstrong and King Oliver - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louis-armstrong-and-king-oliver-cd/824068.p?id=63763&skuId=824068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0824\\/0824068_sa.jpg\"}', 'upc' => '025218471725', 'provider' => 'bestbuy'],\n ['name' => \"1923-1924 [Milestone] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1923-1924-milestone-cd/824077.p?id=69411&skuId=824077&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824077', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0824\\/0824077_sa.jpg\"}', 'upc' => '025218471824', 'provider' => 'bestbuy'],\n ['name' => \"Bix Beiderbecke & the Chicago Cornets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bix-beiderbecke-the-chicago-cornets-cd/824086.p?id=64114&skuId=824086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8240\\/824086_sa.jpg\"}', 'upc' => '025218471923', 'provider' => 'bestbuy'],\n ['name' => \"Ma Rainey [Milestone] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ma-rainey-milestone-cd/824102.p?id=95875&skuId=824102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8241\\/824102_sa.jpg\"}', 'upc' => '025218472128', 'provider' => 'bestbuy'],\n ['name' => \"Blind Lemon Jefferson [Milestone] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blind-lemon-jefferson-milestone-cd/824111.p?id=86824&skuId=824111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8241\\/824111.jpg\"}', 'upc' => '025218472227', 'provider' => 'bestbuy'],\n ['name' => \"Great Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-day-cd/824120.p?id=100072&skuId=824120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8241\\/824120_sa.jpg\"}', 'upc' => '025218472821', 'provider' => 'bestbuy'],\n ['name' => \"Don't Stop the Carnival - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-stop-the-carnival-cd/824148.p?id=70431&skuId=824148&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824148', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0824\\/0824148_sa.jpg\"}', 'upc' => '025218550529', 'provider' => 'bestbuy'],\n ['name' => \"His California Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/his-california-album-cd/824344.p?id=74988&skuId=824344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0824\\/0824344_sa.jpg\"}', 'upc' => '008811034924', 'provider' => 'bestbuy'],\n ['name' => \"Wishbone Four - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wishbone-four-cd/824362.p?id=104581&skuId=824362&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824362', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0824\\/0824362_sa.jpg\"}', 'upc' => '008811035020', 'provider' => 'bestbuy'],\n ['name' => \"Streets of Fire - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/streets-of-fire-cd-original-soundtrack/824709.p?id=100582&skuId=824709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=824709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8247\\/824709_sa.jpg\"}', 'upc' => '076732549223', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Louis Jordan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-louis-jordan-cd/825325.p?id=87388&skuId=825325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=825325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0825\\/0825325_sa.jpg\"}', 'upc' => '076732407929', 'provider' => 'bestbuy'],\n ['name' => \"Patsy Cline Showcase - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/patsy-cline-showcase-cd/825575.p?id=78066&skuId=825575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=825575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0825\\/0825575_sa.jpg\"}', 'upc' => '076732008720', 'provider' => 'bestbuy'],\n ['name' => \"Sentimentally Yours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sentimentally-yours-cd/825600.p?id=78064&skuId=825600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=825600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8256\\/825600_sa.jpg\"}', 'upc' => '076732009024', 'provider' => 'bestbuy'],\n ['name' => \"Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cd/825664.p?id=1321319&skuId=825664&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=825664', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0825\\/0825664_sa.jpg\"}', 'upc' => '076732154526', 'provider' => 'bestbuy'],\n ['name' => \"Steppenwolf 7 [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steppenwolf-7-remaster-cd/825799.p?id=100323&skuId=825799&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=825799', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0825\\/0825799_sa.jpg\"}', 'upc' => '076732159828', 'provider' => 'bestbuy'],\n ['name' => \"Chain Reaction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chain-reaction-cd/825977.p?id=65387&skuId=825977&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=825977', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0825\\/0825977_sa.jpg\"}', 'upc' => '076732164822', 'provider' => 'bestbuy'],\n ['name' => \"I Was Walkin' Through the Woods - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-was-walkin-through-the-woods-cd/827270.p?id=84482&skuId=827270&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=827270', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8272\\/827270_sa.jpg\"}', 'upc' => '076732931523', 'provider' => 'bestbuy'],\n ['name' => \"Silver Anniversary Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/silver-anniversary-collection-cd/827911.p?id=102611&skuId=827911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=827911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8279\\/827911_sa.jpg\"}', 'upc' => '076732803523', 'provider' => 'bestbuy'],\n ['name' => \"At the Pershing: But Not for Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-pershing-but-not-for-me-cd/827975.p?id=67795&skuId=827975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=827975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0827\\/0827975_sa.jpg\"}', 'upc' => '076732910825', 'provider' => 'bestbuy'],\n ['name' => \"Hunt for Red October [Original Motion... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hunt-for-red-october-original-motion-cd-original-soundtrack/828359.p?id=85931&skuId=828359&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=828359', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0828\\/0828359_sa.jpg\"}', 'upc' => '076732642825', 'provider' => 'bestbuy'],\n ['name' => \"Moanin' in the Moonlight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moanin-in-the-moonlight-cd/829018.p?id=85869&skuId=829018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=829018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8290\\/829018_sa.jpg\"}', 'upc' => '076732590829', 'provider' => 'bestbuy'],\n ['name' => \"Southern Comfort - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/southern-comfort-cd/829152.p?id=65397&skuId=829152&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=829152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8291\\/829152.jpg\"}', 'upc' => '076732601624', 'provider' => 'bestbuy'],\n ['name' => \"One More Time: The Chess Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-more-time-the-chess-years-cd/830140.p?id=100429&skuId=830140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8301\\/830140_sa.jpg\"}', 'upc' => '076732602720', 'provider' => 'bestbuy'],\n ['name' => \"Back to the Future [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-the-future-original-soundtrack-cd-original-soundtrack/830202.p?id=73628&skuId=830202&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830202', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0830\\/0830202_sa.jpg\"}', 'upc' => '076732614426', 'provider' => 'bestbuy'],\n ['name' => \"Big River: The Adventures Of Huckleberry Finn... - Original Cast Recording - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-river-the-adventures-of-huckleberry-finn-original-cast-recording-cd/830211.p?id=2066095&skuId=830211&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830211', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8302\\/830211.jpg\"}', 'upc' => '076732614723', 'provider' => 'bestbuy'],\n ['name' => \"Miami Vice II - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miami-vice-ii-cd-original-soundtrack/830373.p?id=2416706&skuId=830373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8303\\/830373_sa.jpg\"}', 'upc' => '076732619223', 'provider' => 'bestbuy'],\n ['name' => \"Me & My Girl - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/me-my-girl-cd-original-cast-recording/830382.p?id=2135549&skuId=830382&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830382', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8303\\/830382_sa.jpg\"}', 'upc' => '076732619629', 'provider' => 'bestbuy'],\n ['name' => \"Some Kind of Wonderful [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/some-kind-of-wonderful-original-soundtrack-cd-original-soundtrack/830426.p?id=99414&skuId=830426&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830426', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8304\\/830426_sa.jpg\"}', 'upc' => '076732620021', 'provider' => 'bestbuy'],\n ['name' => \"Carousel [1987 Studio Cast] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carousel-1987-studio-cast-cd/830505.p?id=2066437&skuId=830505&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830505', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0830\\/0830505_sa.jpg\"}', 'upc' => '076732620922', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/830774.p?id=91199&skuId=830774&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830774', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0830\\/0830774_sa.jpg\"}', 'upc' => '076743134128', 'provider' => 'bestbuy'],\n ['name' => \"Captured Live at the Forum - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/captured-live-at-the-forum-cd/830783.p?id=101785&skuId=830783&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830783', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0830\\/0830783_sa.jpg\"}', 'upc' => '076743134227', 'provider' => 'bestbuy'],\n ['name' => \"Cry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cry-cd/830881.p?id=68269&skuId=830881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0830\\/0830881_sa.jpg\"}', 'upc' => '076743135224', 'provider' => 'bestbuy'],\n ['name' => \"For Ladies Only - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-ladies-only-cd/830890.p?id=100314&skuId=830890&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830890', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0830\\/0830890_sa.jpg\"}', 'upc' => '076743135422', 'provider' => 'bestbuy'],\n ['name' => \"Rags to Rufus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rags-to-rufus-cd/830961.p?id=97503&skuId=830961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=830961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8309\\/830961_sa.jpg\"}', 'upc' => '076743136528', 'provider' => 'bestbuy'],\n ['name' => \"The Pointer Sisters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-pointer-sisters-cd/831032.p?id=95122&skuId=831032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=831032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8310\\/831032.jpg\"}', 'upc' => '076743137723', 'provider' => 'bestbuy'],\n ['name' => \"50th Anniversary Collection, Vol.1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/50th-anniversary-collection-vol-1-cd/833307.p?id=73009&skuId=833307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=833307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8333\\/833307_sa.jpg\"}', 'upc' => '076742204426', 'provider' => 'bestbuy'],\n ['name' => \"Scratch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scratch-cd/834271.p?id=65396&skuId=834271&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=834271', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0834\\/0834271_sa.jpg\"}', 'upc' => '076741707225', 'provider' => 'bestbuy'],\n ['name' => \"Free as the Wind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/free-as-the-wind-cd/834299.p?id=65389&skuId=834299&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=834299', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0834\\/0834299_sa.jpg\"}', 'upc' => '076741707324', 'provider' => 'bestbuy'],\n ['name' => \"Christmas All over the World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-all-over-the-world-cd/834459.p?id=93122&skuId=834459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=834459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8344\\/834459_sa.jpg\"}', 'upc' => '076741904020', 'provider' => 'bestbuy'],\n ['name' => \"An American Tail - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-american-tail-cd-original-soundtrack/834486.p?id=72898&skuId=834486&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=834486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8344\\/834486_sa.jpg\"}', 'upc' => '076741909629', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Memories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-memories-cd/835145.p?id=103481&skuId=835145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8351\\/835145.jpg\"}', 'upc' => '008811006723', 'provider' => 'bestbuy'],\n ['name' => \"Following Yonder Star - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/following-yonder-star-cd/835154.p?id=81781&skuId=835154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8351\\/835154_sa.jpg\"}', 'upc' => '008811006822', 'provider' => 'bestbuy'],\n ['name' => \"Country Music Hall of Fame Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-music-hall-of-fame-series-cd/835270.p?id=89979&skuId=835270&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835270', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8352\\/835270_sa.jpg\"}', 'upc' => '008811008321', 'provider' => 'bestbuy'],\n ['name' => \"Country Music Hall of Fame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-music-hall-of-fame-cd/835378.p?id=99486&skuId=835378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0835\\/0835378_sa.jpg\"}', 'upc' => '008811009021', 'provider' => 'bestbuy'],\n ['name' => \"Come on Over - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-on-over-cd/835476.p?id=93262&skuId=835476&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835476', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8354\\/835476_sa.jpg\"}', 'upc' => '076731108223', 'provider' => 'bestbuy'],\n ['name' => \"Strait from the Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strait-from-the-heart-cd/835519.p?id=100552&skuId=835519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0835\\/0835519_sa.jpg\"}', 'upc' => '076743111723', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [MCA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-mca-cd/835528.p?id=103641&skuId=835528&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835528', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8355\\/835528.jpg\"}', 'upc' => '076743112829', 'provider' => 'bestbuy'],\n ['name' => \"Hawaiian Favorites - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hawaiian-favorites-cd/835537.p?id=73160&skuId=835537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8355\\/835537.jpg\"}', 'upc' => '076731113821', 'provider' => 'bestbuy'],\n ['name' => \"White Christmas [MCA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/white-christmas-mca-cd/835573.p?id=79235&skuId=835573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0835\\/0835573_sa.jpg\"}', 'upc' => '076731114323', 'provider' => 'bestbuy'],\n ['name' => \"Hawaii's Greatest Hits, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hawaiis-greatest-hits-vol-1-cd/835591.p?id=93142&skuId=835591&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835591', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0835\\/0835591_sa.jpg\"}', 'upc' => '076731114927', 'provider' => 'bestbuy'],\n ['name' => \"T.N.T. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/t-n-t-cd/835617.p?id=102452&skuId=835617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0835\\/0835617_sa.jpg\"}', 'upc' => '076743115226', 'provider' => 'bestbuy'],\n ['name' => \"Memorial Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memorial-album-cd/835662.p?id=72394&skuId=835662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8356\\/835662_sa.jpg\"}', 'upc' => '076731118321', 'provider' => 'bestbuy'],\n ['name' => \"The Cowboy Way - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-cowboy-way-cd/835699.p?id=96665&skuId=835699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0835\\/0835699_sa.jpg\"}', 'upc' => '076731124421', 'provider' => 'bestbuy'],\n ['name' => \"Chuck Berry Is on Top - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chuck-berry-is-on-top-cd/835724.p?id=74516&skuId=835724&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=835724', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8357\\/835724_sa.jpg\"}', 'upc' => '076731126029', 'provider' => 'bestbuy'],\n ['name' => \"Best Little Whorehouse In Texas - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-little-whorehouse-in-texas-cd-original-soundtrack/836251.p?id=2416680&skuId=836251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=836251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0836\\/0836251_sa.jpg\"}', 'upc' => '076731100722', 'provider' => 'bestbuy'],\n ['name' => \"Steppenwolf - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steppenwolf-cd/836260.p?id=100321&skuId=836260&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=836260', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0836\\/0836260_sa.jpg\"}', 'upc' => '076731102023', 'provider' => 'bestbuy'],\n ['name' => \"Steppenwolf the Second - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steppenwolf-the-second-cd/836279.p?id=100322&skuId=836279&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=836279', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0836\\/0836279_sa.jpg\"}', 'upc' => '076731102122', 'provider' => 'bestbuy'],\n ['name' => \"Have a Holly Jolly Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/have-a-holly-jolly-christmas-cd/836625.p?id=86452&skuId=836625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=836625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0836\\/0836625_sa.jpg\"}', 'upc' => '076742599225', 'provider' => 'bestbuy'],\n ['name' => \"12 Songs from Call Me Madam [Remaster] - Remastered Original Broadway Cast - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/12-songs-from-call-me-madam-remaster-remastered-original-broadway-cast-cd/837438.p?id=2069397&skuId=837438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=837438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8374\\/837438.jpg\"}', 'upc' => '008811052126', 'provider' => 'bestbuy'],\n ['name' => \"Door To Door - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/door-to-door-cd/837615.p?id=2387546&skuId=837615&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=837615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8376\\/837615_sa.jpg\"}', 'upc' => '076732932223', 'provider' => 'bestbuy'],\n ['name' => \"The Godfather - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-godfather-cd-original-soundtrack/837893.p?id=83760&skuId=837893&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=837893', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0837\\/0837893_sa.jpg\"}', 'upc' => '008811023126', 'provider' => 'bestbuy'],\n ['name' => \"The Godfather, Pt. 2 - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-godfather-pt-2-cd-original-soundtrack/837900.p?id=83761&skuId=837900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=837900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8379\\/837900.jpg\"}', 'upc' => '008811023225', 'provider' => 'bestbuy'],\n ['name' => \"Rufusized - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rufusized-cd/837919.p?id=97505&skuId=837919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=837919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0837\\/0837919_sa.jpg\"}', 'upc' => '008811023621', 'provider' => 'bestbuy'],\n ['name' => \"Lady Sings the Blues [Original Soundtrack] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lady-sings-the-blues-original-soundtrack-cd/841771.p?id=2065354&skuId=841771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=841771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0841\\/0841771_sa.jpg\"}', 'upc' => '737463075824', 'provider' => 'bestbuy'],\n ['name' => \"Signed, Sealed and Delivered - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/signed-sealed-and-delivered-cd/843289.p?id=104680&skuId=843289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=843289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0843\\/0843289_sa.jpg\"}', 'upc' => '737463517621', 'provider' => 'bestbuy'],\n ['name' => \"My Cherie Amour - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-cherie-amour-cd/843323.p?id=2412085&skuId=843323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=843323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8433\\/843323.jpg\"}', 'upc' => '737463517928', 'provider' => 'bestbuy'],\n ['name' => \"Irons in the Fire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/irons-in-the-fire-cd/843564.p?id=90564&skuId=843564&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=843564', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8435\\/843564.jpg\"}', 'upc' => '737463537223', 'provider' => 'bestbuy'],\n ['name' => \"In a Special Way - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-a-special-way-cd/843822.p?id=80027&skuId=843822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=843822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8438\\/843822.jpg\"}', 'upc' => '737463539326', 'provider' => 'bestbuy'],\n ['name' => \"Bill Cosby Himself - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bill-cosby-himself-cd/844297.p?id=78732&skuId=844297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=844297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8442\\/844297_sa.jpg\"}', 'upc' => '737463536424', 'provider' => 'bestbuy'],\n ['name' => \"To Be Continued... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/to-be-continued-cd/844368.p?id=1588457&skuId=844368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=844368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0844\\/0844368_sa.jpg\"}', 'upc' => '050109620722', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Card - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-card-cd/845447.p?id=101380&skuId=845447&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=845447', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8454\\/845447_sa.jpg\"}', 'upc' => '737463525121', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Spinners [Atlantic] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-spinners-atlantic-cd/845599.p?id=99861&skuId=845599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=845599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0845\\/0845599_sa.jpg\"}', 'upc' => '737463519922', 'provider' => 'bestbuy'],\n ['name' => \"Commodores - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/commodores-cd/846302.p?id=78458&skuId=846302&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=846302', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/846302.jpg\"}', 'upc' => '737463522229', 'provider' => 'bestbuy'],\n ['name' => \"Come Get It! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-get-it-cd/847025.p?id=86651&skuId=847025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=847025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0847\\/0847025_sa.jpg\"}', 'upc' => '737463526326', 'provider' => 'bestbuy'],\n ['name' => \"Songs Of Chivalry Medieval Songs & Dances - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-of-chivalry-medieval-songs-dances-cd/847999.p?id=1763284&skuId=847999&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=847999', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8479\\/847999.jpg\"}', 'upc' => '710357500626', 'provider' => 'bestbuy'],\n ['name' => \"12 Nocturnes From Op 9, 15, 27, 48, 55, 62 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/12-nocturnes-from-op-9-15-27-48-55-62-cd/848051.p?id=1762352&skuId=848051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=848051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8480\\/848051.jpg\"}', 'upc' => '710357501227', 'provider' => 'bestbuy'],\n ['name' => \"Catigas Of Santa Maria Of Alfonso X El Sabio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/catigas-of-santa-maria-of-alfonso-x-el-sabio-cd/848239.p?id=1682455&skuId=848239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=848239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8482\\/848239.jpg\"}', 'upc' => '710357508127', 'provider' => 'bestbuy'],\n ['name' => \"Mass For Pentecost/5 Motets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mass-for-pentecost-5-motets-cd/848417.p?id=1779115&skuId=848417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=848417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8484\\/848417.jpg\"}', 'upc' => '710357510021', 'provider' => 'bestbuy'],\n ['name' => \"Mozart Horn Concertos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mozart-horn-concertos-cd/848444.p?id=2664896&skuId=848444&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=848444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8484\\/848444.jpg\"}', 'upc' => '710357510427', 'provider' => 'bestbuy'],\n ['name' => \"24 Preludes For Piano Op11 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/24-preludes-for-piano-op11-cd/848550.p?id=1676803&skuId=848550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=848550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8485\\/848550.jpg\"}', 'upc' => '710357502620', 'provider' => 'bestbuy'],\n ['name' => \"Art Of Youra Guller (Prelude & Fugue/Ballade 4) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-of-youra-guller-prelude-fugue-ballade-4-cd/848578.p?id=1690008&skuId=848578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=848578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8485\\/848578.jpg\"}', 'upc' => '710357503023', 'provider' => 'bestbuy'],\n ['name' => \"Requiem - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/requiem-cd/849112.p?id=2666500&skuId=849112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8491\\/849112.jpg\"}', 'upc' => '710357524127', 'provider' => 'bestbuy'],\n ['name' => \"Church & Choral Music Incl Wedding Anthem Wales - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/church-choral-music-incl-wedding-anthem-wales-cd/849130.p?id=1697287&skuId=849130&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849130', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8491\\/849130.jpg\"}', 'upc' => '710357524325', 'provider' => 'bestbuy'],\n ['name' => \"Cante Flamenco - Live - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cante-flamenco-live-cd-various/849210.p?id=1397311&skuId=849210&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849210', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8492\\/849210.jpg\"}', 'upc' => '710357525124', 'provider' => 'bestbuy'],\n ['name' => \"Great Singers 2: 1903-39 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-singers-2-1903-39-cd-various/849283.p?id=1676932&skuId=849283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8492\\/849283.jpg\"}', 'upc' => '710357781223', 'provider' => 'bestbuy'],\n ['name' => \"Mendelssohn: Complete String Symphonies Vol 3 / Boughton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mendelssohn-complete-string-symphonies-vol-3-boughton-cd/849611.p?id=1675637&skuId=849611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8496\\/849611.jpg\"}', 'upc' => '710357514326', 'provider' => 'bestbuy'],\n ['name' => \"Symphonies 1-9 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphonies-1-9-cd/849620.p?id=1679040&skuId=849620&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849620', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0849\\/0849620_sa.jpg\"}', 'upc' => '710357514425', 'provider' => 'bestbuy'],\n ['name' => \"Dance Suite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-suite-cd/849791.p?id=2666504&skuId=849791&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849791', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8497\\/849791.jpg\"}', 'upc' => '710357530920', 'provider' => 'bestbuy'],\n ['name' => \"Fiddle Sticks: Irish Traditional Music from... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fiddle-sticks-irish-traditional-music-from-cd/849835.p?id=1404297&skuId=849835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8498\\/849835.jpg\"}', 'upc' => '710357532023', 'provider' => 'bestbuy'],\n ['name' => \"Operatic Arias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operatic-arias-cd/849862.p?id=1760891&skuId=849862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8498\\/849862.jpg\"}', 'upc' => '710357781421', 'provider' => 'bestbuy'],\n ['name' => \"Operatic Arias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operatic-arias-cd/849871.p?id=1697301&skuId=849871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8498\\/849871.jpg\"}', 'upc' => '710357781520', 'provider' => 'bestbuy'],\n ['name' => \"Operatic Arias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operatic-arias-cd/849880.p?id=1675805&skuId=849880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8498\\/849880.jpg\"}', 'upc' => '710357781629', 'provider' => 'bestbuy'],\n ['name' => \"1925-1940 2: Opera Arias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1925-1940-2-opera-arias-cd/849899.p?id=1675806&skuId=849899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8498\\/849899.jpg\"}', 'upc' => '710357781728', 'provider' => 'bestbuy'],\n ['name' => \"1909-1940 Vol 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1909-1940-vol-2-cd/849906.p?id=1766491&skuId=849906&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849906', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8499\\/849906.jpg\"}', 'upc' => '710357781827', 'provider' => 'bestbuy'],\n ['name' => \"Prima Voce - Covent Garden: An Early History on Record - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prima-voce-covent-garden-an-early-history-on-record-cd/849915.p?id=1910008&skuId=849915&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849915', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8499\\/849915.jpg\"}', 'upc' => '710357781926', 'provider' => 'bestbuy'],\n ['name' => \"Operatic Arias (1910-1924)CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operatic-arias-1910-1924cd/849924.p?id=3293600&skuId=849924&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849924', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8499\\/849924_sa.jpg\"}', 'upc' => '710357782022', 'provider' => 'bestbuy'],\n ['name' => \"Violin Concerto - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/violin-concerto-cd/849997.p?id=1822350&skuId=849997&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=849997', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8499\\/849997.jpg\"}', 'upc' => '710357532924', 'provider' => 'bestbuy'],\n ['name' => \"Sound Of St Johns - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sound-of-st-johns-cd/850047.p?id=1879988&skuId=850047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8500\\/850047.jpg\"}', 'upc' => '710357533525', 'provider' => 'bestbuy'],\n ['name' => \"Meditations For A Quiet Night - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/meditations-for-a-quiet-night-cd-various/850154.p?id=2065797&skuId=850154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0850\\/0850154_sa.jpg\"}', 'upc' => '710357700729', 'provider' => 'bestbuy'],\n ['name' => \"Great Singers 1909-1938 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-singers-1909-1938-cd-various/850163.p?id=1687999&skuId=850163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8501\\/850163.jpg\"}', 'upc' => '710357780127', 'provider' => 'bestbuy'],\n ['name' => \"1906-1935 Vol 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1906-1935-vol-1-cd/850172.p?id=1675716&skuId=850172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8501\\/850172.jpg\"}', 'upc' => '710357780226', 'provider' => 'bestbuy'],\n ['name' => \"Enrico Caruso In Opera 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/enrico-caruso-in-opera-1-cd/850181.p?id=1910028&skuId=850181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8501\\/850181.jpg\"}', 'upc' => '710357780325', 'provider' => 'bestbuy'],\n ['name' => \"1915-1928 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1915-1928-1-cd/850190.p?id=1684763&skuId=850190&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850190', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8501\\/850190.jpg\"}', 'upc' => '710357780424', 'provider' => 'bestbuy'],\n ['name' => \"Rose Ponselle Recordings From 1923-1939 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rose-ponselle-recordings-from-1923-1939-cd/850207.p?id=1675794&skuId=850207&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8502\\/850207.jpg\"}', 'upc' => '710357780523', 'provider' => 'bestbuy'],\n ['name' => \"Operatic Arias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operatic-arias-cd/850216.p?id=1697826&skuId=850216&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850216', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8502\\/850216.jpg\"}', 'upc' => '710357780622', 'provider' => 'bestbuy'],\n ['name' => \"1918-1924 1: Operatic Arias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1918-1924-1-operatic-arias-cd/850225.p?id=1684743&skuId=850225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8502\\/850225.jpg\"}', 'upc' => '710357780721', 'provider' => 'bestbuy'],\n ['name' => \"Operatic Arias 1909-1914 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operatic-arias-1909-1914-1-cd/850234.p?id=1704626&skuId=850234&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850234', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8502\\/850234_sa.jpg\"}', 'upc' => '710357780820', 'provider' => 'bestbuy'],\n ['name' => \"Enrico Caruso In Song (1910-1920) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/enrico-caruso-in-song-1910-1920-cd/850243.p?id=1910026&skuId=850243&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850243', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8502\\/850243.jpg\"}', 'upc' => '710357780929', 'provider' => 'bestbuy'],\n ['name' => \"Operatic Arias 1907-1926 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operatic-arias-1907-1926-cd/850252.p?id=1756297&skuId=850252&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850252', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8502\\/850252_sa.jpg\"}', 'upc' => '710357781025', 'provider' => 'bestbuy'],\n ['name' => \"Great Singers In Mozart - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-singers-in-mozart-cd-various/850261.p?id=1909973&skuId=850261&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850261', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8502\\/850261.jpg\"}', 'upc' => '710357782220', 'provider' => 'bestbuy'],\n ['name' => \"Operatic Arias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operatic-arias-cd/850270.p?id=1759890&skuId=850270&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850270', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8502\\/850270_sa.jpg\"}', 'upc' => '710357782329', 'provider' => 'bestbuy'],\n ['name' => \"Lawrence Tibbett In Opera - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lawrence-tibbett-in-opera-cd/850289.p?id=1684776&skuId=850289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8502\\/850289_sa.jpg\"}', 'upc' => '710357782527', 'provider' => 'bestbuy'],\n ['name' => \"1913-1923 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1913-1923-2-cd/850298.p?id=1780505&skuId=850298&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850298', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8502\\/850298.jpg\"}', 'upc' => '710357782626', 'provider' => 'bestbuy'],\n ['name' => \"Operatic Arias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operatic-arias-cd/850341.p?id=1820380&skuId=850341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8503\\/850341.jpg\"}', 'upc' => '710357783227', 'provider' => 'bestbuy'],\n ['name' => \"Enrico Caruso In Ensemble (1906-1918) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/enrico-caruso-in-ensemble-1906-1918-cd/850369.p?id=1678022&skuId=850369&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850369', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8503\\/850369.jpg\"}', 'upc' => '710357783425', 'provider' => 'bestbuy'],\n ['name' => \"Nocturnes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nocturnes-cd/850421.p?id=1678998&skuId=850421&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8504\\/850421.jpg\"}', 'upc' => '710357516528', 'provider' => 'bestbuy'],\n ['name' => \"Cante Gitano(Flamenco) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cante-gitanoflamenco-cd/850458.p?id=1397303&skuId=850458&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850458', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8504\\/850458_sa.jpg\"}', 'upc' => '710357516825', 'provider' => 'bestbuy'],\n ['name' => \"Grande Symphonie Funebre Et Triomphale - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grande-symphonie-funebre-et-triomphale-cd/850519.p?id=1704579&skuId=850519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8505\\/850519.jpg\"}', 'upc' => '710357517525', 'provider' => 'bestbuy'],\n ['name' => \"Complete Symphonies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-symphonies-cd/850591.p?id=1676898&skuId=850591&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850591', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8505\\/850591.jpg\"}', 'upc' => '710357518423', 'provider' => 'bestbuy'],\n ['name' => \"String Quartets 1 & 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/string-quartets-1-2-cd/850635.p?id=1702144&skuId=850635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0850\\/0850635_sa.jpg\"}', 'upc' => '710357519123', 'provider' => 'bestbuy'],\n ['name' => \"Encuentro - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/encuentro-cd/850680.p?id=1396676&skuId=850680&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850680', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8506\\/850680.jpg\"}', 'upc' => '710357519628', 'provider' => 'bestbuy'],\n ['name' => \"Mass In G - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mass-in-g-cd/850706.p?id=1757593&skuId=850706&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850706', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8507\\/850706.jpg\"}', 'upc' => '710357519727', 'provider' => 'bestbuy'],\n ['name' => \"Spirit of England - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 32.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-of-england-cd-various/850797.p?id=1682764&skuId=850797&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850797', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8507\\/850797_sa.jpg\"}', 'upc' => '710357521027', 'provider' => 'bestbuy'],\n ['name' => \"Symphonies 1 & 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphonies-1-2-cd/850831.p?id=1690019&skuId=850831&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850831', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8508\\/850831.jpg\"}', 'upc' => '710357526022', 'provider' => 'bestbuy'],\n ['name' => \"Organ Works - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/organ-works-cd/850859.p?id=1698196&skuId=850859&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850859', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8508\\/850859_sa.jpg\"}', 'upc' => '710357526220', 'provider' => 'bestbuy'],\n ['name' => \"Skaters Waltz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skaters-waltz-cd/850877.p?id=1679233&skuId=850877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8508\\/850877_sa.jpg\"}', 'upc' => '710357526428', 'provider' => 'bestbuy'],\n ['name' => \"Glorias Rv588/Rv589 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/glorias-rv588-rv589-cd/850975.p?id=1685962&skuId=850975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=850975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8509\\/850975.jpg\"}', 'upc' => '710357527821', 'provider' => 'bestbuy'],\n ['name' => \"Symphonies 1 & 2/Kleine Dreigroschenmusik - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphonies-1-2-kleine-dreigroschenmusik-cd/851028.p?id=1697833&skuId=851028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=851028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8510\\/851028.jpg\"}', 'upc' => '710357528323', 'provider' => 'bestbuy'],\n ['name' => \"Misa Flamenca - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/misa-flamenca-cd/851108.p?id=2244622&skuId=851108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=851108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8511\\/851108.jpg\"}', 'upc' => '710357528828', 'provider' => 'bestbuy'],\n ['name' => \"Triple Concerto - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/triple-concerto-cd/851224.p?id=1909972&skuId=851224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=851224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '710357530128', 'provider' => 'bestbuy'],\n ['name' => \"Music From Operettas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-from-operettas-cd/851242.p?id=1677964&skuId=851242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=851242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8512\\/851242.jpg\"}', 'upc' => '710357530326', 'provider' => 'bestbuy'],\n ['name' => \"Best of 70s Supergroups - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-70s-supergroups-cd-various/853552.p?id=121649&skuId=853552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=853552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0853\\/0853552_sa.jpg\"}', 'upc' => '087248790825', 'provider' => 'bestbuy'],\n ['name' => \"Mr. Magic's Rap Attack: Volume 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mr-magics-rap-attack-volume-3-cd-various/861008.p?id=92547&skuId=861008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=861008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0861\\/0861008_sa.jpg\"}', 'upc' => '015151124925', 'provider' => 'bestbuy'],\n ['name' => \"Sagn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sagn-cd/861767.p?id=63703&skuId=861767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=861767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0861\\/0861767_sa.jpg\"}', 'upc' => '042284964722', 'provider' => 'bestbuy'],\n ['name' => \"Star [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-digdownload-cd/861776.p?id=66499&skuId=861776&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=861776', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8617\\/861776.jpg\"}', 'upc' => '042284964920', 'provider' => 'bestbuy'],\n ['name' => \"Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/friends-cd/862686.p?id=65263&skuId=862686&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=862686', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0862\\/0862686_sa.jpg\"}', 'upc' => '042284907125', 'provider' => 'bestbuy'],\n ['name' => \"Anita O'Day Swings Cole Porter with Billy May - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anita-oday-swings-cole-porter-with-billy-may-cd/862784.p?id=69673&skuId=862784&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=862784', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8627\\/862784_sa.jpg\"}', 'upc' => '042284926621', 'provider' => 'bestbuy'],\n ['name' => \"Getz Meets Mulligan in Hi-Fi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/getz-meets-mulligan-in-hi-fi-cd/862873.p?id=66623&skuId=862873&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=862873', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8628\\/862873_sa.jpg\"}', 'upc' => '042284939225', 'provider' => 'bestbuy'],\n ['name' => \"Acquiring the Taste - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/acquiring-the-taste-cd/863079.p?id=83495&skuId=863079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=863079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0863\\/0863079_sa.jpg\"}', 'upc' => '042284291729', 'provider' => 'bestbuy'],\n ['name' => \"Contradiction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/contradiction-cd/863444.p?id=93819&skuId=863444&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=863444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8634\\/863444.jpg\"}', 'upc' => '042284834827', 'provider' => 'bestbuy'],\n ['name' => \"Road to Saint Ives [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/road-to-saint-ives-digdownload-cd/863907.p?id=71240&skuId=863907&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=863907', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8639\\/863907.jpg\"}', 'upc' => '042284384926', 'provider' => 'bestbuy'],\n ['name' => \"A Step Further - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-step-further-cd/864032.p?id=97955&skuId=864032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=864032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8640\\/864032.jpg\"}', 'upc' => '042284401524', 'provider' => 'bestbuy'],\n ['name' => \"The Clones of Dr. Funkenstein - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-clones-of-dr-funkenstein-cd/864425.p?id=3353548&skuId=864425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=864425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0864\\/0864425_sa.jpg\"}', 'upc' => '042284262026', 'provider' => 'bestbuy'],\n ['name' => \"Gentle Giant - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gentle-giant-cd/864489.p?id=83497&skuId=864489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=864489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0864\\/0864489_sa.jpg\"}', 'upc' => '042284262422', 'provider' => 'bestbuy'],\n ['name' => \"Canto Do Paje - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canto-do-paje-cd/864611.p?id=74542&skuId=864611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=864611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0864\\/0864611_sa.jpg\"}', 'upc' => '042284850827', 'provider' => 'bestbuy'],\n ['name' => \"Misty - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/misty-cd/865193.p?id=3392842&skuId=865193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0865\\/0865193_sa.jpg\"}', 'upc' => '042284648820', 'provider' => 'bestbuy'],\n ['name' => \"Zydecajun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zydecajun-cd/865255.p?id=102069&skuId=865255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8652\\/865255_sa.jpg\"}', 'upc' => '042284658423', 'provider' => 'bestbuy'],\n ['name' => \"Pastel Blues/Let It All Out - CD - Germany\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pastel-blues-let-it-all-out-cd-germany/865442.p?id=70962&skuId=865442&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865442', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8654\\/865442.jpg\"}', 'upc' => '042284666329', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Sea Level - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-sea-level-cd/865843.p?id=98163&skuId=865843&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865843', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0865\\/0865843_sa.jpg\"}', 'upc' => '042284314022', 'provider' => 'bestbuy'],\n ['name' => \"Music for Large and Small Ensembles [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-for-large-and-small-ensembles-digdownload-cd/865852.p?id=72034&skuId=865852&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865852', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8658\\/865852.jpg\"}', 'upc' => '042284315227', 'provider' => 'bestbuy'],\n ['name' => \"Paul Bley With Gary Peacock [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paul-bley-with-gary-peacock-digdownload-cd/865861.p?id=64396&skuId=865861&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865861', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8658\\/865861.jpg\"}', 'upc' => '042284316224', 'provider' => 'bestbuy'],\n ['name' => \"Paris-Concert [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paris-concert-digdownload-cd/865870.p?id=64980&skuId=865870&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865870', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8658\\/865870.jpg\"}', 'upc' => '042284316323', 'provider' => 'bestbuy'],\n ['name' => \"Photo with Blue Sky, White Cloud, Wires,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/photo-with-blue-sky-white-cloud-wires-cd/865889.p?id=66501&skuId=865889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8658\\/865889.jpg\"}', 'upc' => '042284316828', 'provider' => 'bestbuy'],\n ['name' => \"80/81 [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/80-81-digdownload-cd/865898.p?id=69062&skuId=865898&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865898', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8658\\/865898.jpg\"}', 'upc' => '042284316927', 'provider' => 'bestbuy'],\n ['name' => \"Journey's End - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/journeys-end-cd/865905.p?id=1931618&skuId=865905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8659\\/865905.jpg\"}', 'upc' => '042284317122', 'provider' => 'bestbuy'],\n ['name' => \"Widow In The Window - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/widow-in-the-window-cd/865932.p?id=2393590&skuId=865932&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865932', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8659\\/865932.jpg\"}', 'upc' => '042284319829', 'provider' => 'bestbuy'],\n ['name' => \"Plays the Music of Carla Bley - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-the-music-of-carla-bley-cd/865950.p?id=69699&skuId=865950&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=865950', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0865\\/0865950_sa.jpg\"}', 'upc' => '042284320726', 'provider' => 'bestbuy'],\n ['name' => \"Afric Pepperbird - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/afric-pepperbird-cd/866147.p?id=66504&skuId=866147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0866\\/0866147_sa.jpg\"}', 'upc' => '042284347525', 'provider' => 'bestbuy'],\n ['name' => \"Tribute [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tribute-digdownload-cd/866263.p?id=67889&skuId=866263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8662\\/866263.jpg\"}', 'upc' => '042284713528', 'provider' => 'bestbuy'],\n ['name' => \"Very Best of the Righteous Brothers:... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/very-best-of-the-righteous-brothers-cd/866343.p?id=96705&skuId=866343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8663\\/866343_sa.jpg\"}', 'upc' => '042284724821', 'provider' => 'bestbuy'],\n ['name' => \"Triptykon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/triptykon-cd/866423.p?id=66500&skuId=866423&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866423', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8664\\/866423.jpg\"}', 'upc' => '042284732123', 'provider' => 'bestbuy'],\n ['name' => \"Barzakh - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/barzakh-cd/866496.p?id=64481&skuId=866496&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866496', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0866\\/0866496_sa.jpg\"}', 'upc' => '042284754026', 'provider' => 'bestbuy'],\n ['name' => \"Music for Films - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-for-films-cd/866502.p?id=68129&skuId=866502&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866502', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8665\\/866502_sa.jpg\"}', 'upc' => '042284760928', 'provider' => 'bestbuy'],\n ['name' => \"Presents a Musical... [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/presents-a-musical-digdownload-cd/866511.p?id=66715&skuId=866511&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866511', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8665\\/866511.jpg\"}', 'upc' => '042284788922', 'provider' => 'bestbuy'],\n ['name' => \"Gitanes Jazz: Charlie Parker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gitanes-jazz-charlie-parker-cd/866557.p?id=2118983&skuId=866557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0866\\/0866557_sa.jpg\"}', 'upc' => '042284791120', 'provider' => 'bestbuy'],\n ['name' => \"Getting There [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/getting-there-digdownload-cd/866717.p?id=63511&skuId=866717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8667\\/866717.jpg\"}', 'upc' => '042283349421', 'provider' => 'bestbuy'],\n ['name' => \"Soulville - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soulville-cd/866780.p?id=2389709&skuId=866780&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866780', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8667\\/866780_sa.jpg\"}', 'upc' => '042283355125', 'provider' => 'bestbuy'],\n ['name' => \"A.R.C. [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-r-c-digdownload-cd/866851.p?id=65294&skuId=866851&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=866851', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8668\\/866851.jpg\"}', 'upc' => '042283367821', 'provider' => 'bestbuy'],\n ['name' => \"The WATT Works Family Album - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-watt-works-family-album-various-cd/867342.p?id=2629423&skuId=867342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8673\\/867342.jpg\"}', 'upc' => '042284147828', 'provider' => 'bestbuy'],\n ['name' => \"Extrapolation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/extrapolation-cd/867397.p?id=68967&skuId=867397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0867\\/0867397_sa.jpg\"}', 'upc' => '042284159821', 'provider' => 'bestbuy'],\n ['name' => \"M.R.C.S - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/m-r-c-s-cd/867422.p?id=70787&skuId=867422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8674\\/867422_sa.jpg\"}', 'upc' => '042284164221', 'provider' => 'bestbuy'],\n ['name' => \"Gerry Mulligan Meets Ben Webster - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gerry-mulligan-meets-ben-webster-cd/867468.p?id=69460&skuId=867468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8674\\/867468_sa.jpg\"}', 'upc' => '042284166126', 'provider' => 'bestbuy'],\n ['name' => \"For the Love of Ella - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-the-love-of-ella-cd/867538.p?id=66310&skuId=867538&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867538', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0867\\/0867538_sa.jpg\"}', 'upc' => '042284176521', 'provider' => 'bestbuy'],\n ['name' => \"Aparis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aparis-cd/867556.p?id=71165&skuId=867556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8675\\/867556.jpg\"}', 'upc' => '042284177429', 'provider' => 'bestbuy'],\n ['name' => \"Brain Damaged - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brain-damaged-cd/867663.p?id=98920&skuId=867663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8676\\/867663.jpg\"}', 'upc' => '042284190121', 'provider' => 'bestbuy'],\n ['name' => \"Dinah! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dinah-cd/867752.p?id=71862&skuId=867752&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867752', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8677\\/867752_sa.jpg\"}', 'upc' => '042284213929', 'provider' => 'bestbuy'],\n ['name' => \"Too Marvelous for Words, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/too-marvelous-for-words-vol-3-cd/867832.p?id=66553&skuId=867832&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867832', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8678\\/867832.jpg\"}', 'upc' => '042284241922', 'provider' => 'bestbuy'],\n ['name' => \"Bad Reputation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-reputation-cd/867878.p?id=101580&skuId=867878&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867878', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0867\\/0867878_sa.jpg\"}', 'upc' => '042284243421', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Composers Orchestra [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-composers-orchestra-digdownload-cd/867912.p?id=1931619&skuId=867912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=867912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8679\\/867912.jpg\"}', 'upc' => '042284112420', 'provider' => 'bestbuy'],\n ['name' => \"Gospel Train [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gospel-train-remaster-cd/868029.p?id=224493&skuId=868029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=868029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8680\\/868029.jpg\"}', 'upc' => '042284113427', 'provider' => 'bestbuy'],\n ['name' => \"Echoes of Ellington, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/echoes-of-ellington-vol-1-cd/868136.p?id=66024&skuId=868136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=868136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '042284128827', 'provider' => 'bestbuy'],\n ['name' => \"Escalator Over the Hill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/escalator-over-the-hill-cd/868788.p?id=64389&skuId=868788&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=868788', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0868\\/0868788_sa.jpg\"}', 'upc' => '042283931022', 'provider' => 'bestbuy'],\n ['name' => \"Cantilena [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cantilena-digdownload-cd/868975.p?id=1931621&skuId=868975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=868975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8689\\/868975.jpg\"}', 'upc' => '042283961920', 'provider' => 'bestbuy'],\n ['name' => \"... and She Answered - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/-and-she-answered-cd/868984.p?id=63660&skuId=868984&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=868984', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8689\\/868984.jpg\"}', 'upc' => '042283962026', 'provider' => 'bestbuy'],\n ['name' => \"Wave of Sorrow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wave-of-sorrow-cd/869000.p?id=63657&skuId=869000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=869000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8690\\/869000.jpg\"}', 'upc' => '042283962125', 'provider' => 'bestbuy'],\n ['name' => \"The Intimate Ella - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-intimate-ella-cd/869206.p?id=66339&skuId=869206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=869206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8692\\/869206_sa.jpg\"}', 'upc' => '042283983823', 'provider' => 'bestbuy'],\n ['name' => \"Paris Concert [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paris-concert-digdownload-cd/869518.p?id=67867&skuId=869518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=869518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8695\\/869518.jpg\"}', 'upc' => '042283917323', 'provider' => 'bestbuy'],\n ['name' => \"Rosensfole: Medieval Songs From Norway - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rosensfole-medieval-songs-from-norway-cd/869634.p?id=66534&skuId=869634&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=869634', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0869\\/0869634_sa.jpg\"}', 'upc' => '042283929326', 'provider' => 'bestbuy'],\n ['name' => \"Luminessence: Music for String... [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/luminessence-music-for-string-digdownload-cd/869661.p?id=67892&skuId=869661&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=869661', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8696\\/869661.jpg\"}', 'upc' => '042283930728', 'provider' => 'bestbuy'],\n ['name' => \"Blossom Dearie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blossom-dearie-cd/869705.p?id=65611&skuId=869705&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=869705', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8697\\/869705_sa.jpg\"}', 'upc' => '042283793422', 'provider' => 'bestbuy'],\n ['name' => \"Sings the Winners - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-the-winners-cd/869769.p?id=69672&skuId=869769&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=869769', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0869\\/0869769_sa.jpg\"}', 'upc' => '042283793927', 'provider' => 'bestbuy'],\n ['name' => \"Nightlife - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nightlife-cd/869812.p?id=2466507&skuId=869812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=869812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8698\\/869812.jpg\"}', 'upc' => '042283802926', 'provider' => 'bestbuy'],\n ['name' => \"Mel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mel-cd/869956.p?id=263333&skuId=869956&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=869956', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8699\\/869956.jpg\"}', 'upc' => '042283828728', 'provider' => 'bestbuy'],\n ['name' => \"Dark Intervals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dark-intervals-cd/870150.p?id=2387160&skuId=870150&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=870150', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8701\\/870150_sa.jpg\"}', 'upc' => '042283734227', 'provider' => 'bestbuy'],\n ['name' => \"Legend of the Seven Dreams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legend-of-the-seven-dreams-cd/870187.p?id=3361869&skuId=870187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=870187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8701\\/870187.jpg\"}', 'upc' => '042283734425', 'provider' => 'bestbuy'],\n ['name' => \"Personal Mountains [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/personal-mountains-digdownload-cd/870221.p?id=67893&skuId=870221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=870221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8702\\/870221.jpg\"}', 'upc' => '042283736122', 'provider' => 'bestbuy'],\n ['name' => \"For Musicians Only - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-musicians-only-cd/870267.p?id=66684&skuId=870267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=870267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8702\\/870267.jpg\"}', 'upc' => '042283743526', 'provider' => 'bestbuy'],\n ['name' => \"Boss Tenors: Straight Ahead from Chicago... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boss-tenors-straight-ahead-from-chicago-cd/870276.p?id=63699&skuId=870276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=870276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8702\\/870276.jpg\"}', 'upc' => '042283744028', 'provider' => 'bestbuy'],\n ['name' => \"Ascenseur Pour l'Échafaud [Complete Recordings] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ascenseur-pour-lechafaud-complete-recordings-cd/870711.p?id=73310&skuId=870711&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=870711', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8707\\/870711_sa.jpg\"}', 'upc' => '042283630529', 'provider' => 'bestbuy'],\n ['name' => \"In Angel City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-angel-city-cd/870864.p?id=67068&skuId=870864&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=870864', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0870\\/0870864_sa.jpg\"}', 'upc' => '042283703124', 'provider' => 'bestbuy'],\n ['name' => \"Mann im Fahrstuhl (The Man in the Elevator) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mann-im-fahrstuhl-the-man-in-the-elevator-cd/870935.p?id=66726&skuId=870935&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=870935', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8709\\/870935_sa.jpg\"}', 'upc' => '042283711020', 'provider' => 'bestbuy'],\n ['name' => \"Blast from the Bayou - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blast-from-the-bayou-cd/871462.p?id=102066&skuId=871462&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=871462', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8714\\/871462.jpg\"}', 'upc' => '042283651821', 'provider' => 'bestbuy'],\n ['name' => \"James Brown's Funky People, Pt. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/james-browns-funky-people-pt-2-cd/871943.p?id=75977&skuId=871943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=871943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0871\\/0871943_sa.jpg\"}', 'upc' => '042283585720', 'provider' => 'bestbuy'],\n ['name' => \"The Paul Bley Quartet [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-paul-bley-quartet-digdownload-cd/872210.p?id=64397&skuId=872210&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=872210', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8722\\/872210.jpg\"}', 'upc' => '042283525023', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Mandrill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-mandrill-cd/872283.p?id=90370&skuId=872283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=872283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0872\\/0872283_sa.jpg\"}', 'upc' => '042283527621', 'provider' => 'bestbuy'],\n ['name' => \"Still Live [Reissue] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-live-reissue-cd/872595.p?id=67887&skuId=872595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=872595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8725\\/872595_sa.jpg\"}', 'upc' => '042283500822', 'provider' => 'bestbuy'],\n ['name' => \"In the Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-light-cd/872611.p?id=3323829&skuId=872611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=872611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '042283501126', 'provider' => 'bestbuy'],\n ['name' => \"Passengers [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/passengers-digdownload-cd/872620.p?id=64727&skuId=872620&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=872620', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8726\\/872620.jpg\"}', 'upc' => '042283501621', 'provider' => 'bestbuy'],\n ['name' => \"L'Integrale 1936-1945 [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 66.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lintegrale-1936-1945-box-cd/873031.p?id=94893&skuId=873031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=873031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8730\\/873031.jpg\"}', 'upc' => '042283450622', 'provider' => 'bestbuy'],\n ['name' => \"Time Odyssey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-odyssey-cd/873120.p?id=92239&skuId=873120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=873120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8731\\/873120_sa.jpg\"}', 'upc' => '042283463424', 'provider' => 'bestbuy'],\n ['name' => \"All About Eve - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-about-eve-cd/873255.p?id=72721&skuId=873255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=873255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8732\\/873255_sa.jpg\"}', 'upc' => '042283426023', 'provider' => 'bestbuy'],\n ['name' => \"Intermodulation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/intermodulation-cd/874370.p?id=66141&skuId=874370&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=874370', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8743\\/874370_sa.jpg\"}', 'upc' => '042283377127', 'provider' => 'bestbuy'],\n ['name' => \"Hollywood Dream - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hollywood-dream-cd/874450.p?id=1383367&skuId=874450&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=874450', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8744\\/874450_sa.jpg\"}', 'upc' => '042283379428', 'provider' => 'bestbuy'],\n ['name' => \"The Individualism of Gil Evans [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-individualism-of-gil-evans-digdownload-cd/874496.p?id=66150&skuId=874496&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=874496', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8744\\/874496.jpg\"}', 'upc' => '042283380424', 'provider' => 'bestbuy'],\n ['name' => \"Tallis: Lamentations Of Jeremiah - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tallis-lamentations-of-jeremiah-cd/874762.p?id=1760884&skuId=874762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=874762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '781182134126', 'provider' => 'bestbuy'],\n ['name' => \"Symphony 5 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphony-5-cd/874842.p?id=1693427&skuId=874842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=874842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8748\\/874842.jpg\"}', 'upc' => '028943332927', 'provider' => 'bestbuy'],\n ['name' => \"Danças De Rua - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dancas-de-rua-cd/875137.p?id=68355&skuId=875137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=875137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8751\\/875137.jpg\"}', 'upc' => '042283230521', 'provider' => 'bestbuy'],\n ['name' => \"1958: Paris Olympia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1958-paris-olympia-cd/875422.p?id=64339&skuId=875422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=875422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8754\\/875422_sa.jpg\"}', 'upc' => '042283265929', 'provider' => 'bestbuy'],\n ['name' => \"Triumph & Agony - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/triumph-agony-cd/875618.p?id=103496&skuId=875618&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=875618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8756\\/875618.jpg\"}', 'upc' => '042283280427', 'provider' => 'bestbuy'],\n ['name' => \"Girl From Ipanema: The Bossa... [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/girl-from-ipanema-the-bossa-box-cd/876332.p?id=66607&skuId=876332&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=876332', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0876\\/0876332_sa.jpg\"}', 'upc' => '042282361127', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Samba Encore! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-samba-encore-cd/876369.p?id=66631&skuId=876369&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=876369', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0876\\/0876369_sa.jpg\"}', 'upc' => '042282361325', 'provider' => 'bestbuy'],\n ['name' => \"Magico - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magico-cd/877368.p?id=67072&skuId=877368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=877368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8773\\/877368_sa.jpg\"}', 'upc' => '042282347428', 'provider' => 'bestbuy'],\n ['name' => \"Quartet For End Of Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quartet-for-end-of-time-cd/877554.p?id=1699742&skuId=877554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=877554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8775\\/877554.jpg\"}', 'upc' => '028942324725', 'provider' => 'bestbuy'],\n ['name' => \"Cole Porter Songbook - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cole-porter-songbook-cd/877616.p?id=2472906&skuId=877616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=877616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0877\\/0877616_sa.jpg\"}', 'upc' => '042282325020', 'provider' => 'bestbuy'],\n ['name' => \"The Little Drummer Boy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-little-drummer-boy-cd/878081.p?id=263901&skuId=878081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=878081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0878\\/0878081_sa.jpg\"}', 'upc' => '042282274427', 'provider' => 'bestbuy'],\n ['name' => \"The Third Decade [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-third-decade-digdownload-cd/878526.p?id=63804&skuId=878526&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=878526', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8785\\/878526.jpg\"}', 'upc' => '042282321329', 'provider' => 'bestbuy'],\n ['name' => \"Cal - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cal-cd-original-soundtrack/878535.p?id=76573&skuId=878535&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=878535', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8785\\/878535_sa.jpg\"}', 'upc' => '042282276926', 'provider' => 'bestbuy'],\n ['name' => \"Don Giovanni - CD - Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 35.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/don-giovanni-cd-edition/878811.p?id=1683831&skuId=878811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=878811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0878\\/0878811_sa.jpg\"}', 'upc' => '028942254121', 'provider' => 'bestbuy'],\n ['name' => \"Bad Girls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-girls-cd/878875.p?id=2412192&skuId=878875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=878875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8788\\/878875.jpg\"}', 'upc' => '042282255723', 'provider' => 'bestbuy'],\n ['name' => \"The Great Wide World of Quincy Jones: Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-wide-world-of-quincy-jones-live-cd/878991.p?id=68077&skuId=878991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=878991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8789\\/878991.jpg\"}', 'upc' => '042282261328', 'provider' => 'bestbuy'],\n ['name' => \"Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-cd/881353.p?id=70993&skuId=881353&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=881353', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8813\\/881353_sa.jpg\"}', 'upc' => '042282185921', 'provider' => 'bestbuy'],\n ['name' => \"Impromptus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/impromptus-cd/881692.p?id=1677921&skuId=881692&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=881692', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8816\\/881692.jpg\"}', 'upc' => '028942223721', 'provider' => 'bestbuy'],\n ['name' => \"Bill Evans Trio with Symphony Orchestra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bill-evans-trio-with-symphony-orchestra-cd/882021.p?id=66137&skuId=882021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=882021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0882\\/0882021_sa.jpg\"}', 'upc' => '042282198327', 'provider' => 'bestbuy'],\n ['name' => \"Vagabonds: Thin Lizzy Tribute - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vagabonds-thin-lizzy-tribute-cd/884092.p?id=1365950&skuId=884092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=884092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0884\\/0884092_sa.jpg\"}', 'upc' => '042282096920', 'provider' => 'bestbuy'],\n ['name' => \"Blue Matter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-matter-cd/884724.p?id=2986164&skuId=884724&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=884724', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8847\\/884724_sa.jpg\"}', 'upc' => '042282092328', 'provider' => 'bestbuy'],\n ['name' => \"Shades of a Blue Orphanage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shades-of-a-blue-orphanage-cd/885475.p?id=101591&skuId=885475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=885475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0885\\/0885475_sa.jpg\"}', 'upc' => '042282052728', 'provider' => 'bestbuy'],\n ['name' => \"Thin Lizzy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thin-lizzy-cd/885484.p?id=101592&skuId=885484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=885484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8854\\/885484.jpg\"}', 'upc' => '042282052827', 'provider' => 'bestbuy'],\n ['name' => \"Blues from Laurel Canyon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-from-laurel-canyon-cd/885527.p?id=90880&skuId=885527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=885527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8855\\/885527_sa.jpg\"}', 'upc' => '042282053923', 'provider' => 'bestbuy'],\n ['name' => \"Rip Rig and Panic/Now Please Don't You Cry... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rip-rig-and-panic-now-please-dont-you-cry-cd/886287.p?id=68256&skuId=886287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=886287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0886\\/0886287_sa.jpg\"}', 'upc' => '042283216426', 'provider' => 'bestbuy'],\n ['name' => \"Master Serie, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/master-serie-vol-1-cd/886330.p?id=94895&skuId=886330&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=886330', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8863\\/886330.jpg\"}', 'upc' => '042283218925', 'provider' => 'bestbuy'],\n ['name' => \"Maximum Security - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maximum-security-cd/886385.p?id=90052&skuId=886385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=886385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0886\\/0886385_sa.jpg\"}', 'upc' => '042283224926', 'provider' => 'bestbuy'],\n ['name' => \"She Loves Me [Original Broadway Cast Album] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/she-loves-me-original-broadway-cast-album-cd-original-cast-recording/886562.p?id=98546&skuId=886562&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=886562', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0886\\/0886562_sa.jpg\"}', 'upc' => '042283196827', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of Connie Francis, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-connie-francis-vol-2-cd/886919.p?id=82811&skuId=886919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=886919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8869\\/886919.jpg\"}', 'upc' => '042283169920', 'provider' => 'bestbuy'],\n ['name' => \"Quartet West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quartet-west-cd/887623.p?id=67065&skuId=887623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=887623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0887\\/0887623_sa.jpg\"}', 'upc' => '042283167322', 'provider' => 'bestbuy'],\n ['name' => \"Pres & Teddy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pres-teddy-cd/888267.p?id=72259&skuId=888267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=888267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0888\\/0888267_sa.jpg\"}', 'upc' => '042283127029', 'provider' => 'bestbuy'],\n ['name' => \"Bill Evans at Town Hall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bill-evans-at-town-hall-cd/888276.p?id=66096&skuId=888276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=888276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8882\\/888276_sa.jpg\"}', 'upc' => '042283127128', 'provider' => 'bestbuy'],\n ['name' => \"Crystal Silence [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crystal-silence-digdownload-cd/888418.p?id=65288&skuId=888418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=888418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8884\\/888418.jpg\"}', 'upc' => '042283133129', 'provider' => 'bestbuy'],\n ['name' => \"Free at Last - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/free-at-last-cd/888436.p?id=3361856&skuId=888436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=888436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8884\\/888436.jpg\"}', 'upc' => '042283133228', 'provider' => 'bestbuy'],\n ['name' => \"All Those Born With Wings [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-those-born-with-wings-digdownload-cd/888579.p?id=66489&skuId=888579&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=888579', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8885\\/888579.jpg\"}', 'upc' => '042283139428', 'provider' => 'bestbuy'],\n ['name' => \"Burning the Witches - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/burning-the-witches-cd/889275.p?id=103494&skuId=889275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=889275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0889\\/0889275_sa.jpg\"}', 'upc' => '042283090224', 'provider' => 'bestbuy'],\n ['name' => \"Siroco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/siroco-cd/889293.p?id=65603&skuId=889293&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=889293', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8892\\/889293.jpg\"}', 'upc' => '042283091320', 'provider' => 'bestbuy'],\n ['name' => \"Wings over Water - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wings-over-water-cd/889505.p?id=91605&skuId=889505&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=889505', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8895\\/889505.jpg\"}', 'upc' => '042283105829', 'provider' => 'bestbuy'],\n ['name' => \"Cloud About Mercury - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cloud-about-mercury-cd/889550.p?id=71509&skuId=889550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=889550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8895\\/889550.jpg\"}', 'upc' => '042283110823', 'provider' => 'bestbuy'],\n ['name' => \"Exploded View [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/exploded-view-digdownload-cd/889578.p?id=71427&skuId=889578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=889578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8895\\/889578.jpg\"}', 'upc' => '042283110922', 'provider' => 'bestbuy'],\n ['name' => \"Les Huegenots - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 67.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/les-huegenots-cd/890067.p?id=1676934&skuId=890067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=890067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8900\\/890067.jpg\"}', 'upc' => '028943054928', 'provider' => 'bestbuy'],\n ['name' => \"Love Is Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-is-blue-cd/891146.p?id=90859&skuId=891146&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=891146', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0891\\/0891146_sa.jpg\"}', 'upc' => '042283076921', 'provider' => 'bestbuy'],\n ['name' => \"James Brown's Funky People - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/james-browns-funky-people-cd/893368.p?id=75976&skuId=893368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=893368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0893\\/0893368_sa.jpg\"}', 'upc' => '042282941725', 'provider' => 'bestbuy'],\n ['name' => \"Legrand Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legrand-jazz-cd/893625.p?id=68497&skuId=893625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=893625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8936\\/893625_sa.jpg\"}', 'upc' => '042283007420', 'provider' => 'bestbuy'],\n ['name' => \"Diary [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diary-digdownload-cd/894562.p?id=71517&skuId=894562&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=894562', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8945\\/894562.jpg\"}', 'upc' => '042282915726', 'provider' => 'bestbuy'],\n ['name' => \"Shift in the Wind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shift-in-the-wind-cd/894615.p?id=69858&skuId=894615&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=894615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8946\\/894615.jpg\"}', 'upc' => '042282915924', 'provider' => 'bestbuy'],\n ['name' => \"Implosions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/implosions-cd/895008.p?id=91600&skuId=895008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8950\\/895008.jpg\"}', 'upc' => '042282920126', 'provider' => 'bestbuy'],\n ['name' => \"Anita Sings The Most - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anita-sings-the-most-cd/895295.p?id=2638011&skuId=895295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8952\\/895295_sa.jpg\"}', 'upc' => '042282957726', 'provider' => 'bestbuy'],\n ['name' => \"Smokin' at the Half Note - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smokin-at-the-half-note-cd/895302.p?id=2294633&skuId=895302&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895302', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8953\\/895302.jpg\"}', 'upc' => '042282957825', 'provider' => 'bestbuy'],\n ['name' => \"Ocean [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ocean-digdownload-cd/895428.p?id=91601&skuId=895428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8954\\/895428.jpg\"}', 'upc' => '042282927927', 'provider' => 'bestbuy'],\n ['name' => \"Conference of the Birds [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/conference-of-the-birds-digdownload-cd/895516.p?id=67563&skuId=895516&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895516', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8955\\/895516.jpg\"}', 'upc' => '042282937322', 'provider' => 'bestbuy'],\n ['name' => \"Paths, Prints - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paths-prints-cd/895534.p?id=66496&skuId=895534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0895\\/0895534_sa.jpg\"}', 'upc' => '042282937728', 'provider' => 'bestbuy'],\n ['name' => \"Fluid Rustle [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fluid-rustle-digdownload-cd/895552.p?id=71974&skuId=895552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8955\\/895552.jpg\"}', 'upc' => '042282938121', 'provider' => 'bestbuy'],\n ['name' => \"Later That Evening [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/later-that-evening-digdownload-cd/895561.p?id=71975&skuId=895561&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895561', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8955\\/895561.jpg\"}', 'upc' => '042282938220', 'provider' => 'bestbuy'],\n ['name' => \"Deer Wan [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deer-wan-digdownload-cd/895589.p?id=72031&skuId=895589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8955\\/895589.jpg\"}', 'upc' => '042282938527', 'provider' => 'bestbuy'],\n ['name' => \"Sanfona - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sanfona-cd/895641.p?id=3361957&skuId=895641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8956\\/895641.jpg\"}', 'upc' => '042282939128', 'provider' => 'bestbuy'],\n ['name' => \"Urban Bushmen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/urban-bushmen-cd/895650.p?id=63806&skuId=895650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=895650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8956\\/895650.jpg\"}', 'upc' => '042282939425', 'provider' => 'bestbuy'],\n ['name' => \"Timeless [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/timeless-digdownload-cd/896070.p?id=63515&skuId=896070&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=896070', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8960\\/896070.jpg\"}', 'upc' => '042282911421', 'provider' => 'bestbuy'],\n ['name' => \"Belonging - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/belonging-cd/896098.p?id=67891&skuId=896098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=896098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8960\\/896098.jpg\"}', 'upc' => '042282911520', 'provider' => 'bestbuy'],\n ['name' => \"Sol Do Meio Dia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sol-do-meio-dia-cd/896114.p?id=3361956&skuId=896114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=896114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8961\\/896114.jpg\"}', 'upc' => '042282911728', 'provider' => 'bestbuy'],\n ['name' => \"Gurdjieff: Sacred Hymns [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gurdjieff-sacred-hymns-digdownload-cd/896150.p?id=2305081&skuId=896150&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=896150', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8961\\/896150.jpg\"}', 'upc' => '042282912220', 'provider' => 'bestbuy'],\n ['name' => \"Playing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/playing-cd/896169.p?id=69686&skuId=896169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=896169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8961\\/896169.jpg\"}', 'upc' => '042282912329', 'provider' => 'bestbuy'],\n ['name' => \"Current Events - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/current-events-cd/896882.p?id=3428188&skuId=896882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=896882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8968\\/896882.jpg\"}', 'upc' => '042282777027', 'provider' => 'bestbuy'],\n ['name' => \"Folk Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/folk-songs-cd/897104.p?id=67071&skuId=897104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=897104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0897\\/0897104_sa.jpg\"}', 'upc' => '042282770523', 'provider' => 'bestbuy'],\n ['name' => \"Solo Concerts:... [DigDownLoad] [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/solo-concerts-digdownload-single-cd/897131.p?id=67870&skuId=897131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=897131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8971\\/897131.jpg\"}', 'upc' => '042282774729', 'provider' => 'bestbuy'],\n ['name' => \"Dança Das Cabeças - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/danca-das-cabecas-cd/897159.p?id=3361958&skuId=897159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=897159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8971\\/897159.jpg\"}', 'upc' => '042282775023', 'provider' => 'bestbuy'],\n ['name' => \"Tales of Another [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tales-of-another-digdownload-cd/897220.p?id=69859&skuId=897220&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=897220', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8972\\/897220.jpg\"}', 'upc' => '042282741820', 'provider' => 'bestbuy'],\n ['name' => \"Waves [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/waves-digdownload-cd/897239.p?id=70554&skuId=897239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=897239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8972\\/897239.jpg\"}', 'upc' => '042282741929', 'provider' => 'bestbuy'],\n ['name' => \"Alien [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alien-digdownload-cd/897685.p?id=68769&skuId=897685&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=897685', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8976\\/897685.jpg\"}', 'upc' => '042282763921', 'provider' => 'bestbuy'],\n ['name' => \"California Dreaming - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/california-dreaming-cd/897756.p?id=69322&skuId=897756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=897756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0897\\/0897756_sa.jpg\"}', 'upc' => '042282784223', 'provider' => 'bestbuy'],\n ['name' => \"Emergence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emergence-cd/897809.p?id=3361871&skuId=897809&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=897809', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8978\\/897809.jpg\"}', 'upc' => '042282785527', 'provider' => 'bestbuy'],\n ['name' => \"Nice Guys [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nice-guys-digdownload-cd/897881.p?id=63802&skuId=897881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=897881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8978\\/897881.jpg\"}', 'upc' => '042282787620', 'provider' => 'bestbuy'],\n ['name' => \"Slide Show - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slide-show-cd/898309.p?id=71525&skuId=898309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=898309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8983\\/898309_sa.jpg\"}', 'upc' => '042282725721', 'provider' => 'bestbuy'],\n ['name' => \"Septet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/septet-cd/898318.p?id=297170&skuId=898318&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=898318', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8983\\/898318.jpg\"}', 'upc' => '042282725820', 'provider' => 'bestbuy'],\n ['name' => \"Solo Concert [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/solo-concert-digdownload-cd/898345.p?id=71521&skuId=898345&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=898345', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8983\\/898345.jpg\"}', 'upc' => '042282726827', 'provider' => 'bestbuy'],\n ['name' => \"The Survivor's Suite [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-survivors-suite-digdownload-cd/898470.p?id=2387171&skuId=898470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=898470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8984\\/898470.jpg\"}', 'upc' => '042282713124', 'provider' => 'bestbuy'],\n ['name' => \"Solo [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/solo-digdownload-cd/898540.p?id=66719&skuId=898540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=898540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8985\\/898540.jpg\"}', 'upc' => '042282713520', 'provider' => 'bestbuy'],\n ['name' => \"No Mystery - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-mystery-cd/898595.p?id=65300&skuId=898595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=898595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8985\\/898595_sa.jpg\"}', 'upc' => '042282714923', 'provider' => 'bestbuy'],\n ['name' => \"Staircase - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/staircase-cd/898746.p?id=67873&skuId=898746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=898746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8987\\/898746.jpg\"}', 'upc' => '042282733726', 'provider' => 'bestbuy'],\n ['name' => \"Dis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dis-cd/898951.p?id=66507&skuId=898951&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=898951', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/8989\\/898951.jpg\"}', 'upc' => '042282740823', 'provider' => 'bestbuy'],\n ['name' => \"Sing, Sing, Sing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sing-sing-sing-cd/899601.p?id=70323&skuId=899601&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=899601', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/8996\\/899601_sa.jpg\"}', 'upc' => '042282698728', 'provider' => 'bestbuy'],\n ['name' => \"Bossa Nova: Trinta Años Depois - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bossa-nova-trinta-anos-depois-cd-various/899969.p?id=64441&skuId=899969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=899969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0899\\/0899969_sa.jpg\"}', 'upc' => '042282687029', 'provider' => 'bestbuy'],\n ['name' => \"Reach Up & Touch the Sky: Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reach-up-touch-the-sky-live-cd/900305.p?id=99705&skuId=900305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=900305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9003\\/900305_sa.jpg\"}', 'upc' => '042282628527', 'provider' => 'bestbuy'],\n ['name' => \"Four Seasons of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/four-seasons-of-love-cd/901242.p?id=100787&skuId=901242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=901242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9012\\/901242_sa.jpg\"}', 'upc' => '042282623621', 'provider' => 'bestbuy'],\n ['name' => \"Once Upon A Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/once-upon-a-time-cd/901304.p?id=2615318&skuId=901304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=901304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9013\\/901304.jpg\"}', 'upc' => '042282623829', 'provider' => 'bestbuy'],\n ['name' => \"They're Playing Our Song [Original Cast] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/theyre-playing-our-song-original-cast-cd-original-cast-recording/901331.p?id=101573&skuId=901331&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=901331', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9013\\/901331_sa.jpg\"}', 'upc' => '042282624024', 'provider' => 'bestbuy'],\n ['name' => \"I Only Have Eyes for You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-only-have-eyes-for-you-cd/901563.p?id=64454&skuId=901563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=901563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0901\\/0901563_sa.jpg\"}', 'upc' => '042282590220', 'provider' => 'bestbuy'],\n ['name' => \"Stephan Micus: East of the Night [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stephan-micus-east-of-the-night-digdownload-cd/902394.p?id=91599&skuId=902394&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=902394', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9023\\/902394.jpg\"}', 'upc' => '042282565525', 'provider' => 'bestbuy'],\n ['name' => \"The Jazz Giants '56 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-jazz-giants-56-cd/903357.p?id=72252&skuId=903357&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=903357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0903\\/0903357_sa.jpg\"}', 'upc' => '042282567222', 'provider' => 'bestbuy'],\n ['name' => \"Invocations/The Moth and the Flame - Germany - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/invocations-the-moth-and-the-flame-germany-cd/903400.p?id=3364707&skuId=903400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=903400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9034\\/903400.jpg\"}', 'upc' => '042282547323', 'provider' => 'bestbuy'],\n ['name' => \"Holly & The Ivy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/holly-the-ivy-cd/903552.p?id=1684253&skuId=903552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=903552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9035\\/903552_sa.jpg\"}', 'upc' => '028942550025', 'provider' => 'bestbuy'],\n ['name' => \"Hymn Of The 7th Galaxy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hymn-of-the-7th-galaxy-cd/903936.p?id=2304989&skuId=903936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=903936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9039\\/903936_sa.jpg\"}', 'upc' => '042282533623', 'provider' => 'bestbuy'],\n ['name' => \"It's OK to Listen to the Gray Voice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-ok-to-listen-to-the-gray-voice-cd/903963.p?id=66494&skuId=903963&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=903963', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9039\\/903963.jpg\"}', 'upc' => '042282540621', 'provider' => 'bestbuy'],\n ['name' => \"Elis & Tom - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elis-tom-cd/904695.p?id=67994&skuId=904695&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=904695', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0904\\/0904695_sa.jpg\"}', 'upc' => '042282441829', 'provider' => 'bestbuy'],\n ['name' => \"Hellbound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hellbound-cd/904800.p?id=103495&skuId=904800&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=904800', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9048\\/904800.jpg\"}', 'upc' => '042282466020', 'provider' => 'bestbuy'],\n ['name' => \"Master Serie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/master-serie-cd/904837.p?id=92129&skuId=904837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=904837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0904\\/0904837_sa.jpg\"}', 'upc' => '042282478429', 'provider' => 'bestbuy'],\n ['name' => \"Night Lights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-lights-cd/907889.p?id=69462&skuId=907889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=907889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0907\\/0907889_sa.jpg\"}', 'upc' => '042281827129', 'provider' => 'bestbuy'],\n ['name' => \"Rejoicing [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rejoicing-digdownload-cd/908325.p?id=69067&skuId=908325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=908325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9083\\/908325.jpg\"}', 'upc' => '042281779527', 'provider' => 'bestbuy'],\n ['name' => \"The Harold Arlen Songbook, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-harold-arlen-songbook-vol-1-cd/909823.p?id=66313&skuId=909823&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=909823', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0909\\/0909823_sa.jpg\"}', 'upc' => '042281752728', 'provider' => 'bestbuy'],\n ['name' => \"Master Serie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/master-serie-cd/911393.p?id=75809&skuId=911393&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=911393', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0911\\/0911393_sa.jpg\"}', 'upc' => '042281645822', 'provider' => 'bestbuy'],\n ['name' => \"Theatre - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/theatre-cd/911589.p?id=1931625&skuId=911589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=911589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '042281567827', 'provider' => 'bestbuy'],\n ['name' => \"The Ballad of the Fallen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ballad-of-the-fallen-cd/913097.p?id=67070&skuId=913097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=913097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0913\\/0913097_sa.jpg\"}', 'upc' => '042281154621', 'provider' => 'bestbuy'],\n ['name' => \"Travels - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/travels-cd/915264.p?id=69078&skuId=915264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=915264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9152\\/915264_sa.jpg\"}', 'upc' => '042281062223', 'provider' => 'bestbuy'],\n ['name' => \"The Magic Touch: An Anthology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-magic-touch-an-anthology-cd/915674.p?id=95055&skuId=915674&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=915674', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9156\\/915674_sa.jpg\"}', 'upc' => '731451031427', 'provider' => 'bestbuy'],\n ['name' => \"Solo Quiero Caminar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/solo-quiero-caminar-cd/916254.p?id=65604&skuId=916254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=916254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9162\\/916254_sa.jpg\"}', 'upc' => '042281000928', 'provider' => 'bestbuy'],\n ['name' => \"Right There - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/right-there-cd/916441.p?id=71578&skuId=916441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=916441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9164\\/916441.jpg\"}', 'upc' => '731451004025', 'provider' => 'bestbuy'],\n ['name' => \"She Works Hard For The Money - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/she-works-hard-for-the-money-cd/917306.p?id=2451452&skuId=917306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=917306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0917\\/0917306_sa.jpg\"}', 'upc' => '042281226526', 'provider' => 'bestbuy'],\n ['name' => \"Je Chante Avec Toi Liberte - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/je-chante-avec-toi-liberte-cd/917413.p?id=92478&skuId=917413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=917413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0917\\/0917413_sa.jpg\"}', 'upc' => '042281286124', 'provider' => 'bestbuy'],\n ['name' => \"Requiem - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/requiem-cd/917832.p?id=1675595&skuId=917832&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=917832', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9178\\/917832.jpg\"}', 'upc' => '028941355324', 'provider' => 'bestbuy'],\n ['name' => \"Private Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/private-collection-cd/918065.p?id=87224&skuId=918065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=918065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0918\\/0918065_sa.jpg\"}', 'upc' => '042281317422', 'provider' => 'bestbuy'],\n ['name' => \"Wayfarer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wayfarer-cd/918500.p?id=3361853&skuId=918500&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=918500', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9185\\/918500.jpg\"}', 'upc' => '042281196829', 'provider' => 'bestbuy'],\n ['name' => \"Vision [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vision-digdownload-cd/918519.p?id=70793&skuId=918519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=918519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9185\\/918519.jpg\"}', 'upc' => '042281196928', 'provider' => 'bestbuy'],\n ['name' => \"Notes From Big Sur [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/notes-from-big-sur-digdownload-cd/918591.p?id=68611&skuId=918591&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=918591', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9185\\/918591.jpg\"}', 'upc' => '731451199929', 'provider' => 'bestbuy'],\n ['name' => \"Friends of Mr. Cairo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/friends-of-mr-cairo-cd/919233.p?id=87223&skuId=919233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=919233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0919\\/0919233_sa.jpg\"}', 'upc' => '042280002121', 'provider' => 'bestbuy'],\n ['name' => \"Dinah Jams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dinah-jams-cd/920542.p?id=71860&skuId=920542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=920542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9205\\/920542_sa.jpg\"}', 'upc' => '042281463921', 'provider' => 'bestbuy'],\n ['name' => \"Helen Merrill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/helen-merrill-cd/920604.p?id=3535110&skuId=920604&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=920604', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0920\\/0920604_sa.jpg\"}', 'upc' => '042281464324', 'provider' => 'bestbuy'],\n ['name' => \"Brown and Roach Incorporated - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brown-and-roach-incorporated-cd/920613.p?id=64576&skuId=920613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=920613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0920\\/0920613_sa.jpg\"}', 'upc' => '042281464423', 'provider' => 'bestbuy'],\n ['name' => \"Study in Brown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/study-in-brown-cd/920631.p?id=64580&skuId=920631&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=920631', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9206\\/920631.jpg\"}', 'upc' => '042281464621', 'provider' => 'bestbuy'],\n ['name' => \"At Basin Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-basin-street-cd/920659.p?id=64575&skuId=920659&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=920659', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0920\\/0920659_sa.jpg\"}', 'upc' => '042281464829', 'provider' => 'bestbuy'],\n ['name' => \"Entre Dos Aguas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/entre-dos-aguas-cd/921337.p?id=65601&skuId=921337&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=921337', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9213\\/921337_sa.jpg\"}', 'upc' => '042281410628', 'provider' => 'bestbuy'],\n ['name' => \"Brigadoon [Original Broadway Cast] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brigadoon-original-broadway-cast-cd-original-cast-recording/924325.p?id=2103090&skuId=924325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=924325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9243\\/924325.jpg\"}', 'upc' => '078635100129', 'provider' => 'bestbuy'],\n ['name' => \"I Do! I Do! - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-do-i-do-cd-original-broadway-cast/924593.p?id=86016&skuId=924593&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=924593', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0924\\/0924593_sa.jpg\"}', 'upc' => '078635112825', 'provider' => 'bestbuy'],\n ['name' => \"Secretos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/secretos-cd/927769.p?id=87411&skuId=927769&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=927769', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0927\\/0927769_sa.jpg\"}', 'upc' => '078635600025', 'provider' => 'bestbuy'],\n ['name' => \"Lo Mejor de Juan Gabriel con Mariachi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lo-mejor-de-juan-gabriel-con-mariachi-cd/927830.p?id=83159&skuId=927830&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=927830', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9278\\/927830_sa.jpg\"}', 'upc' => '078635601428', 'provider' => 'bestbuy'],\n ['name' => \"Native Sons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/native-sons-cd/928982.p?id=1459176&skuId=928982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=928982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9289\\/928982.jpg\"}', 'upc' => '018663101323', 'provider' => 'bestbuy'],\n ['name' => \"Once Upon a Time in the West [Original... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/once-upon-a-time-in-the-west-original-cd-original-soundtrack/930229.p?id=93945&skuId=930229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=930229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0930\\/0930229_sa.jpg\"}', 'upc' => '078635473629', 'provider' => 'bestbuy'],\n ['name' => \"Intimamente...Emmanuel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/intimamente-emmanuel-cd/932003.p?id=81533&skuId=932003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=932003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0932\\/0932003_sa.jpg\"}', 'upc' => '078635730128', 'provider' => 'bestbuy'],\n ['name' => \"The Revolution Will Not Be Televised - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-revolution-will-not-be-televised-cd/932744.p?id=70725&skuId=932744&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=932744', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9327\\/932744_sa.jpg\"}', 'upc' => '078635699425', 'provider' => 'bestbuy'],\n ['name' => \"Piano Concerto 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-concerto-2-cd/934822.p?id=1678063&skuId=934822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=934822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9348\\/934822.jpg\"}', 'upc' => '078635651829', 'provider' => 'bestbuy'],\n ['name' => \"14 Exitos Originales: Para Ti - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/14-exitos-originales-para-ti-cd/935046.p?id=83151&skuId=935046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=935046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0935\\/0935046_sa.jpg\"}', 'upc' => '078635628920', 'provider' => 'bestbuy'],\n ['name' => \"Canta Lo Romantico de Juan Gabriel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canta-lo-romantico-de-juan-gabriel-cd/936036.p?id=81082&skuId=936036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=936036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9360\\/936036.jpg\"}', 'upc' => '078635602722', 'provider' => 'bestbuy'],\n ['name' => \"Recuerdos 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/recuerdos-2-cd/936125.p?id=83153&skuId=936125&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=936125', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0936\\/0936125_sa.jpg\"}', 'upc' => '078635603521', 'provider' => 'bestbuy'],\n ['name' => \"Canta a Juan Gabriel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canta-a-juan-gabriel-cd/936161.p?id=81091&skuId=936161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=936161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9361\\/936161.jpg\"}', 'upc' => '078635604320', 'provider' => 'bestbuy'],\n ['name' => \"Frente a Frente, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frente-a-frente-vol-2-cd/937516.p?id=81097&skuId=937516&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=937516', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9375\\/937516.jpg\"}', 'upc' => '078635609622', 'provider' => 'bestbuy'],\n ['name' => \"Sing, Sing, Sing [Bluebird] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sing-sing-sing-bluebird-cd/937785.p?id=66779&skuId=937785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=937785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0937\\/0937785_sa.jpg\"}', 'upc' => '078635563023', 'provider' => 'bestbuy'],\n ['name' => \"The Glory of the Human Voice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-glory-of-the-human-voice-cd/943224.p?id=2065997&skuId=943224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=943224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9432\\/943224.jpg\"}', 'upc' => '090266117529', 'provider' => 'bestbuy'],\n ['name' => \"Dancin' Magic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dancin-magic-cd/944642.p?id=73998&skuId=944642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=944642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9446\\/944642.jpg\"}', 'upc' => '021849440826', 'provider' => 'bestbuy'],\n ['name' => \"Top Percussion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/top-percussion-cd/946463.p?id=70184&skuId=946463&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=946463', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0946\\/0946463_sa.jpg\"}', 'upc' => '078635326420', 'provider' => 'bestbuy'],\n ['name' => \"15 Años de Exitos.. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/15-anos-de-exitos-cd/947676.p?id=83143&skuId=947676&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=947676', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9476\\/947676_sa.jpg\"}', 'upc' => '078635320824', 'provider' => 'bestbuy'],\n ['name' => \"The King and I [1977 Broadway Revival Cast] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-king-and-i-1977-broadway-revival-cast-cd-original-cast-recording/948461.p?id=2068873&skuId=948461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=948461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9484\\/948461.jpg\"}', 'upc' => '078635261028', 'provider' => 'bestbuy'],\n ['name' => \"Ain't Misbehavin' [Original Broadway Cast] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aint-misbehavin-original-broadway-cast-cd-original-cast-recording/948746.p?id=72615&skuId=948746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=948746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9487\\/948746_sa.jpg\"}', 'upc' => '078635296525', 'provider' => 'bestbuy'],\n ['name' => \"25 Aniversario, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/25-aniversario-vol-2-cd/950313.p?id=168243&skuId=950313&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=950313', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9503\\/950313_sa.jpg\"}', 'upc' => '078635249224', 'provider' => 'bestbuy'],\n ['name' => \"My Favorite Encores - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-favorite-encores-cd/951606.p?id=1760928&skuId=951606&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=951606', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9516\\/951606.jpg\"}', 'upc' => '090266072620', 'provider' => 'bestbuy'],\n ['name' => \"Forever Plaid - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forever-plaid-cd-original-broadway-cast/952320.p?id=82697&skuId=952320&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=952320', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9523\\/952320_sa.jpg\"}', 'upc' => '090266070220', 'provider' => 'bestbuy'],\n ['name' => \"Roar of the Greasepaint -- The Smell of the... - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roar-of-the-greasepaint-the-smell-of-the-cd-original-cast-recording/955112.p?id=96796&skuId=955112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=955112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0955\\/0955112_sa.jpg\"}', 'upc' => '090266035120', 'provider' => 'bestbuy'],\n ['name' => \"Paint Your Wagon [Original Broadway Cast ] - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paint-your-wagon-original-broadway-cast--cd-original-broadway-cast/956219.p?id=94291&skuId=956219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=956219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9562\\/956219_sa.jpg\"}', 'upc' => '090266024322', 'provider' => 'bestbuy'],\n ['name' => \"Mancini Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mancini-country-cd/958468.p?id=90333&skuId=958468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=958468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0958\\/0958468_sa.jpg\"}', 'upc' => '078635366822', 'provider' => 'bestbuy'],\n ['name' => \"Opiate [EP] [EP] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/opiate-ep-ep-pa-cd/959895.p?id=101999&skuId=959895&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=959895', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0959\\/0959895_sa.jpg\"}', 'upc' => '614223102726', 'provider' => 'bestbuy'],\n ['name' => \"10 Grandes Exitos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-grandes-exitos-cd/961613.p?id=160723&skuId=961613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=961613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9616\\/961613_sa.jpg\"}', 'upc' => '078635974126', 'provider' => 'bestbuy'],\n ['name' => \"Siempre Estoy Pensando en Ti - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/siempre-estoy-pensando-en-ti-cd/962015.p?id=83155&skuId=962015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=962015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0962\\/0962015_sa.jpg\"}', 'upc' => '078635961621', 'provider' => 'bestbuy'],\n ['name' => \"15 Exitos Inolvidables - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/15-exitos-inolvidables-cd/962088.p?id=86990&skuId=962088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=962088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9620\\/962088_sa.jpg\"}', 'upc' => '078635962420', 'provider' => 'bestbuy'],\n ['name' => \"Dr. Demento Presents: Greatest Xmas Novelty CD - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dr-demento-presents-greatest-xmas-novelty-cd-cd-various/967074.p?id=80868&skuId=967074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=967074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0967\\/0967074_sa.jpg\"}', 'upc' => '081227575526', 'provider' => 'bestbuy'],\n ['name' => \"My Son, the Greatest: The Best of Allan... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-son-the-greatest-the-best-of-allan-cd/967136.p?id=98590&skuId=967136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=967136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9671\\/967136_sa.jpg\"}', 'upc' => '081227577124', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Girl Groups, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-girl-groups-vol-2-cd-various/967305.p?id=83677&skuId=967305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=967305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9673\\/967305_sa.jpg\"}', 'upc' => '081227098926', 'provider' => 'bestbuy'],\n ['name' => \"Back in the USA - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-in-the-usa-cd/967617.p?id=3454889&skuId=967617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=967617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0967\\/0967617_sa.jpg\"}', 'upc' => '081227103323', 'provider' => 'bestbuy'],\n ['name' => \"High Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-time-cd/967635.p?id=3454887&skuId=967635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=967635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9676\\/967635.jpg\"}', 'upc' => '081227103422', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Ronnie Hawkins & the Hawks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-ronnie-hawkins-the-hawks-cd/967886.p?id=85024&skuId=967886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=967886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9678\\/967886_sa.jpg\"}', 'upc' => '081227096625', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Flamingos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-flamingos-cd/967902.p?id=82378&skuId=967902&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=967902', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9679\\/967902_sa.jpg\"}', 'upc' => '081227096724', 'provider' => 'bestbuy'],\n ['name' => \"Best of Little Anthony & the Imperials... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-little-anthony-the-imperials-cd/968279.p?id=89344&skuId=968279&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=968279', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9682\\/968279_sa.jpg\"}', 'upc' => '081227091927', 'provider' => 'bestbuy'],\n ['name' => \"The Best of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/the-best-of-cd/968395.p?id=87671&skuId=968395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=968395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9683\\/968395.jpg\"}', 'upc' => '081227094027', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Jimmie Rodgers [Rhino] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-jimmie-rodgers-rhino-cd/968411.p?id=97059&skuId=968411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=968411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0968\\/0968411_sa.jpg\"}', 'upc' => '081227094225', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/968769.p?id=82561&skuId=968769&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=968769', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0968\\/0968769_sa.jpg\"}', 'upc' => '081227088422', 'provider' => 'bestbuy'],\n ['name' => \"Live: The Best of Vanilla Fudge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-the-best-of-vanilla-fudge-cd/969198.p?id=102990&skuId=969198&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=969198', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0969\\/0969198_sa.jpg\"}', 'upc' => '081227079826', 'provider' => 'bestbuy'],\n ['name' => \"Naked Movie Star - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naked-movie-star-cd/969385.p?id=74527&skuId=969385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=969385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '081227084523', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Harmony - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-harmony-cd/970033.p?id=86220&skuId=970033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=970033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0970\\/0970033_sa.jpg\"}', 'upc' => '081227071424', 'provider' => 'bestbuy'],\n ['name' => \"Solitude/Solitaire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/solitude-solitaire-cd/970550.p?id=2679309&skuId=970550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=970550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0970\\/0970550_sa.jpg\"}', 'upc' => '081227965716', 'provider' => 'bestbuy'],\n ['name' => \"Turn Me Loose! (Uk) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turn-me-loose-uk-cd/970596.p?id=2877852&skuId=970596&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=970596', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0970\\/0970596_sa.jpg\"}', 'upc' => '081227966829', 'provider' => 'bestbuy'],\n ['name' => \"Music World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-world-cd/970676.p?id=71279&skuId=970676&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=970676', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0970\\/0970676_sa.jpg\"}', 'upc' => '798387943729', 'provider' => 'bestbuy'],\n ['name' => \"Long As You're Living - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-as-youre-living-cd/971425.p?id=70372&skuId=971425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=971425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9714\\/971425_sa.jpg\"}', 'upc' => '063757407423', 'provider' => 'bestbuy'],\n ['name' => \"Roots (Arg) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roots-arg-cd/971620.p?id=3194431&skuId=971620&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=971620', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9716\\/971620.jpg\"}', 'upc' => '081227960124', 'provider' => 'bestbuy'],\n ['name' => \"Atlantic Jazz Legends - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/atlantic-jazz-legends-cd-various/971657.p?id=3185156&skuId=971657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=971657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '081227960247', 'provider' => 'bestbuy'],\n ['name' => \"Cosby & The Kids (Remastered) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cosby-the-kids-remastered-cd/971737.p?id=1418614&skuId=971737&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=971737', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9717\\/971737.jpg\"}', 'upc' => '081227461621', 'provider' => 'bestbuy'],\n ['name' => \"Some Great Reward [LP] [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/some-great-reward-lp-lp-vinyl/971746.p?id=2980111&skuId=971746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=971746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9717\\/971746_sa.jpg\"}', 'upc' => '081227960841', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Bill Cosby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-bill-cosby-cd/971755.p?id=1416478&skuId=971755&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=971755', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0971\\/0971755_sa.jpg\"}', 'upc' => '081227461423', 'provider' => 'bestbuy'],\n ['name' => \"Clarke-Boland Big Band (Arg) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clarke-boland-big-band-arg-cd/971862.p?id=3196674&skuId=971862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=971862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '081227965846', 'provider' => 'bestbuy'],\n ['name' => \"Billboard Top Hits: 1979 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/billboard-top-hits-1979-cd-various/972282.p?id=74726&skuId=972282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=972282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9722\\/972282_sa.jpg\"}', 'upc' => '081227067427', 'provider' => 'bestbuy'],\n ['name' => \"LaVern Baker Live in Hollywood '91 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lavern-baker-live-in-hollywood-91-cd/973343.p?id=73761&skuId=973343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=973343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9733\\/973343_sa.jpg\"}', 'upc' => '081227056520', 'provider' => 'bestbuy'],\n ['name' => \"Blue Yule: Christmas Blues and R&B Classics - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-yule-christmas-blues-and-r-b-classics-cd-various/973398.p?id=77634&skuId=973398&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=973398', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0973\\/0973398_sa.jpg\"}', 'upc' => '081227056827', 'provider' => 'bestbuy'],\n ['name' => \"Loozanteen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loozanteen-cd/973520.p?id=2098472&skuId=973520&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=973520', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '081227051723', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => 8.99, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/974333.p?id=103218&skuId=974333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=974333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0974\\/0974333_sa.jpg\"}', 'upc' => '081227024529', 'provider' => 'bestbuy'],\n ['name' => \"Hellooo Baby!: The Best of the Big Bopper,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hellooo-baby-the-best-of-the-big-bopper-cd/974495.p?id=74594&skuId=974495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=974495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9744\\/974495.jpg\"}', 'upc' => '081227016425', 'provider' => 'bestbuy'],\n ['name' => \"Kings of Sleep - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kings-of-sleep-cd/976251.p?id=84705&skuId=976251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=976251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0976\\/0976251_sa.jpg\"}', 'upc' => '088561101329', 'provider' => 'bestbuy'],\n ['name' => \"Bonded by Blood - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bonded-by-blood-cd/977401.p?id=81812&skuId=977401&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=977401', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9774\\/977401_sa.jpg\"}', 'upc' => '088561801922', 'provider' => 'bestbuy'],\n ['name' => \"Liberty & Justice For... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/liberty-justice-for-cd/977713.p?id=72602&skuId=977713&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=977713', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0977\\/0977713_sa.jpg\"}', 'upc' => '088561820428', 'provider' => 'bestbuy'],\n ['name' => \"Forbidden Evil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forbidden-evil-cd/978197.p?id=82623&skuId=978197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=978197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0978\\/0978197_sa.jpg\"}', 'upc' => '088561825720', 'provider' => 'bestbuy'],\n ['name' => \"A Day on Cape Cod: Early Cape Morning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-day-on-cape-cod-early-cape-morning-cd/979472.p?id=99604&skuId=979472&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=979472', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9794\\/979472.jpg\"}', 'upc' => '014431001420', 'provider' => 'bestbuy'],\n ['name' => \"Le Hoogie Boogie: Louisiana French Music for... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/le-hoogie-boogie-louisiana-french-music-for-cd/980264.p?id=80826&skuId=980264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=980264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9802\\/980264_sa.jpg\"}', 'upc' => '011661802223', 'provider' => 'bestbuy'],\n ['name' => \"Polkatharsis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/polkatharsis-cd/980326.p?id=75760&skuId=980326&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=980326', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9803\\/980326_sa.jpg\"}', 'upc' => '011661900929', 'provider' => 'bestbuy'],\n ['name' => \"Zouk Attack - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zouk-attack-various-cd/980843.p?id=105329&skuId=980843&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=980843', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0980\\/0980843_sa.jpg\"}', 'upc' => '011661503724', 'provider' => 'bestbuy'],\n ['name' => \"Brazil Forr¢: Music for Maids and Taxi Drivers - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brazil-forr-music-for-maids-and-taxi-drivers-cd-various/980941.p?id=75781&skuId=980941&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=980941', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9809\\/980941.jpg\"}', 'upc' => '011661504424', 'provider' => 'bestbuy'],\n ['name' => \"Brazil -- Roots -- Samba - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brazil-roots-samba-cd-various/980969.p?id=75776&skuId=980969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=980969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0980\\/0980969_sa.jpg\"}', 'upc' => '011661504523', 'provider' => 'bestbuy'],\n ['name' => \"Mardi Gras Mambo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mardi-gras-mambo-cd/981085.p?id=96623&skuId=981085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=981085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0981\\/0981085_sa.jpg\"}', 'upc' => '011661603721', 'provider' => 'bestbuy'],\n ['name' => \"Steve Riley & the Mamou Playboys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steve-riley-the-mamou-playboys-cd/981101.p?id=96717&skuId=981101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=981101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9811\\/981101_sa.jpg\"}', 'upc' => '011661603820', 'provider' => 'bestbuy'],\n ['name' => \"Tit Galop Pour Mamou... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tit-galop-pour-mamou-cd/981307.p?id=2387294&skuId=981307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=981307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9813\\/981307.jpg\"}', 'upc' => '011661604827', 'provider' => 'bestbuy'],\n ['name' => \"Have Moicy! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/have-moicy-cd/981389.p?id=84990&skuId=981389&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=981389', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0981\\/0981389_sa.jpg\"}', 'upc' => '011661301023', 'provider' => 'bestbuy'],\n ['name' => \"Cajun Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cajun-life-cd/981450.p?id=2304902&skuId=981450&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=981450', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9814\\/981450_sa.jpg\"}', 'upc' => '011661304925', 'provider' => 'bestbuy'],\n ['name' => \"I Won'T Cry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-wont-cry-cd/982164.p?id=2542459&skuId=982164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=982164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0982\\/0982164_sa.jpg\"}', 'upc' => '011661208322', 'provider' => 'bestbuy'],\n ['name' => \"Blue Side of Town - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-side-of-town-cd/982271.p?id=91082&skuId=982271&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=982271', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0982\\/0982271_sa.jpg\"}', 'upc' => '011661029224', 'provider' => 'bestbuy'],\n ['name' => \"Songs That Tell a Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-that-tell-a-story-cd/982388.p?id=3440146&skuId=982388&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=982388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0982\\/0982388_sa.jpg\"}', 'upc' => '011661103023', 'provider' => 'bestbuy'],\n ['name' => \"Weeds & Water - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/weeds-water-cd/982413.p?id=96667&skuId=982413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=982413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9824\\/982413.jpg\"}', 'upc' => '011661103825', 'provider' => 'bestbuy'],\n ['name' => \"Bluegrass Class of 1990 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluegrass-class-of-1990-cd-various/982592.p?id=75171&skuId=982592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=982592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0982\\/0982592_sa.jpg\"}', 'upc' => '011661850729', 'provider' => 'bestbuy'],\n ['name' => \"Rembetica: Historic Urban Folk Songs From Greece - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rembetica-historic-urban-folk-songs-from-greece-cd-various/982832.p?id=84153&skuId=982832&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=982832', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0982\\/0982832_sa.jpg\"}', 'upc' => '011661107922', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Piano Wizard: Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-piano-wizard-live-cd/982994.p?id=75544&skuId=982994&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=982994', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9829\\/982994_sa.jpg\"}', 'upc' => '011661202726', 'provider' => 'bestbuy'],\n ['name' => \"Classified - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classified-cd/983047.p?id=75542&skuId=983047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0983\\/0983047_sa.jpg\"}', 'upc' => '011661203624', 'provider' => 'bestbuy'],\n ['name' => \"Too Late to Cry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/too-late-to-cry-cd/983136.p?id=88416&skuId=983136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9831\\/983136.jpg\"}', 'upc' => '011661023529', 'provider' => 'bestbuy'],\n ['name' => \"Bluegrass Album 5 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluegrass-album-5-cd-various/983207.p?id=2729964&skuId=983207&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0983\\/0983207_sa.jpg\"}', 'upc' => '011661024021', 'provider' => 'bestbuy'],\n ['name' => \"Don't Stop the Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-stop-the-music-cd/983252.p?id=91077&skuId=983252&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983252', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0983\\/0983252_sa.jpg\"}', 'upc' => '011661024526', 'provider' => 'bestbuy'],\n ['name' => \"Solo Banjo Works - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/solo-banjo-works-cd/983289.p?id=102296&skuId=983289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0983\\/0983289_sa.jpg\"}', 'upc' => '011661024724', 'provider' => 'bestbuy'],\n ['name' => \"Drive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/drive-cd/983369.p?id=82418&skuId=983369&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983369', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9833\\/983369.jpg\"}', 'upc' => '011661025523', 'provider' => 'bestbuy'],\n ['name' => \"At the Old Schoolhouse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-old-schoolhouse-cd/983449.p?id=87113&skuId=983449&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983449', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9834\\/983449.jpg\"}', 'upc' => '011661026025', 'provider' => 'bestbuy'],\n ['name' => \"The Original Peacock Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-original-peacock-recordings-cd/983500.p?id=75899&skuId=983500&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983500', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0983\\/0983500_sa.jpg\"}', 'upc' => '011661203921', 'provider' => 'bestbuy'],\n ['name' => \"Waitin' for My Ya Ya - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/waitin-for-my-ya-ya-cd/983608.p?id=76232&skuId=983608&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983608', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9836\\/983608_sa.jpg\"}', 'upc' => '011661205123', 'provider' => 'bestbuy'],\n ['name' => \"Live: Mardi Gras in Montreux - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-mardi-gras-in-montreux-cd/983617.p?id=65691&skuId=983617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9836\\/983617.jpg\"}', 'upc' => '011661205222', 'provider' => 'bestbuy'],\n ['name' => \"A Change Is Gonna Come - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-change-is-gonna-come-cd/983635.p?id=76343&skuId=983635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9836\\/983635.jpg\"}', 'upc' => '011661205321', 'provider' => 'bestbuy'],\n ['name' => \"Two Highways - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-highways-cd/983742.p?id=88418&skuId=983742&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=983742', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9837\\/983742_sa.jpg\"}', 'upc' => '011661026520', 'provider' => 'bestbuy'],\n ['name' => \"Tony Rice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tony-rice-cd/984064.p?id=96595&skuId=984064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=984064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9840\\/984064_sa.jpg\"}', 'upc' => '011661008526', 'provider' => 'bestbuy'],\n ['name' => \"I've Got That Old Feeling - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ive-got-that-old-feeling-cd/984260.p?id=88415&skuId=984260&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=984260', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9842\\/984260.jpg\"}', 'upc' => '011661027527', 'provider' => 'bestbuy'],\n ['name' => \"The Bluegrass Album, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bluegrass-album-vol-1-cd-various/984304.p?id=75153&skuId=984304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=984304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0984\\/0984304_sa.jpg\"}', 'upc' => '011661014022', 'provider' => 'bestbuy'],\n ['name' => \"The Bluegrass Album, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bluegrass-album-vol-2-cd-various/984386.p?id=75154&skuId=984386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=984386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9843\\/984386_sa.jpg\"}', 'upc' => '011661016422', 'provider' => 'bestbuy'],\n ['name' => \"Bluegrass Album, Vol. 3: California... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluegrass-album-vol-3-california-cd-various/984466.p?id=75155&skuId=984466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=984466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9844\\/984466_sa.jpg\"}', 'upc' => '011661018020', 'provider' => 'bestbuy'],\n ['name' => \"Me & My Guitar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/me-my-guitar-cd/984741.p?id=96592&skuId=984741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=984741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9847\\/984741_sa.jpg\"}', 'upc' => '011661020122', 'provider' => 'bestbuy'],\n ['name' => \"Steady Rock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steady-rock-cd/984992.p?id=92868&skuId=984992&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=984992', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0984\\/0984992_sa.jpg\"}', 'upc' => '011661209220', 'provider' => 'bestbuy'],\n ['name' => \"Your Mama Don't Know - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/your-mama-dont-know-cd/985287.p?id=155913&skuId=985287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9852\\/985287_sa.jpg\"}', 'upc' => '011661210721', 'provider' => 'bestbuy'],\n ['name' => \"One-Dime Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-dime-blues-cd/985349.p?id=73753&skuId=985349&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985349', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9853\\/985349_sa.jpg\"}', 'upc' => '011661211223', 'provider' => 'bestbuy'],\n ['name' => \"Saddle Pals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saddle-pals-cd/985492.p?id=96663&skuId=985492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9854\\/985492_sa.jpg\"}', 'upc' => '011661801127', 'provider' => 'bestbuy'],\n ['name' => \"Modern New Orleans Masters - CD - Various Holiday\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/modern-new-orleans-masters-cd-various-holiday/985651.p?id=93176&skuId=985651&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985651', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0985\\/0985651_sa.jpg\"}', 'upc' => '011661151420', 'provider' => 'bestbuy'],\n ['name' => \"The Bluegrass Compact Disc, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bluegrass-compact-disc-vol-2-cd-various/985679.p?id=2444264&skuId=985679&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985679', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0985\\/0985679_sa.jpg\"}', 'upc' => '011661151628', 'provider' => 'bestbuy'],\n ['name' => \"Best of the West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-west-cd/985688.p?id=96652&skuId=985688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0985\\/0985688_sa.jpg\"}', 'upc' => '011661151727', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the West Rides Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-west-rides-again-cd/985697.p?id=2387156&skuId=985697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0985\\/0985697_sa.jpg\"}', 'upc' => '011661152427', 'provider' => 'bestbuy'],\n ['name' => \"Buckwheat's Zydeco Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buckwheats-zydeco-party-cd/985713.p?id=2304900&skuId=985713&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985713', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9857\\/985713_sa.jpg\"}', 'upc' => '011661152823', 'provider' => 'bestbuy'],\n ['name' => \"A Few Old Memories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-few-old-memories-cd/985722.p?id=80379&skuId=985722&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985722', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9857\\/985722_sa.jpg\"}', 'upc' => '011661152922', 'provider' => 'bestbuy'],\n ['name' => \"Mandolin Abstractions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mandolin-abstractions-cd/985795.p?id=84298&skuId=985795&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985795', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9857\\/985795.jpg\"}', 'upc' => '011661154025', 'provider' => 'bestbuy'],\n ['name' => \"Musical Varieties - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/musical-varieties-cd/985839.p?id=75758&skuId=985839&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985839', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0985\\/0985839_sa.jpg\"}', 'upc' => '011661154629', 'provider' => 'bestbuy'],\n ['name' => \"Cajun Spice - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cajun-spice-cd-various/985866.p?id=76546&skuId=985866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0985\\/0985866_sa.jpg\"}', 'upc' => '011661155022', 'provider' => 'bestbuy'],\n ['name' => \"Water from Another Time: A Retrospective - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/water-from-another-time-a-retrospective-cd/985893.p?id=91108&skuId=985893&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=985893', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9858\\/985893_sa.jpg\"}', 'upc' => '011661155527', 'provider' => 'bestbuy'],\n ['name' => \"The First Million Miles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-first-million-miles-cd/986400.p?id=100008&skuId=986400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=986400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9864\\/986400_sa.jpg\"}', 'upc' => '011661156029', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Brass Bands: Down Yonder - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-brass-bands-down-yonder-cd-various/986428.p?id=69584&skuId=986428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=986428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0986\\/0986428_sa.jpg\"}', 'upc' => '011661156227', 'provider' => 'bestbuy'],\n ['name' => \"Rounder Fiddle - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rounder-fiddle-cd-various/986473.p?id=97413&skuId=986473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=986473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9864\\/986473_sa.jpg\"}', 'upc' => '011661156524', 'provider' => 'bestbuy'],\n ['name' => \"Mardi Gras Party [Rounder] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mardi-gras-party-rounder-cd-various/986491.p?id=90523&skuId=986491&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=986491', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9864\\/986491_sa.jpg\"}', 'upc' => '011661156722', 'provider' => 'bestbuy'],\n ['name' => \"Live From Left Coast - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-left-coast-cd/986936.p?id=2472687&skuId=986936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=986936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9869\\/986936.jpg\"}', 'upc' => '011661603523', 'provider' => 'bestbuy'],\n ['name' => \"Mouseketeer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mouseketeer-cd/986972.p?id=81344&skuId=986972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=986972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0986\\/0986972_sa.jpg\"}', 'upc' => '016351481429', 'provider' => 'bestbuy'],\n ['name' => \"Galong Galong Galong - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/galong-galong-galong-cd/987007.p?id=104945&skuId=987007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0987\\/0987007_sa.jpg\"}', 'upc' => '016351481825', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of the Wailing Souls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-the-wailing-souls-cd/987025.p?id=103303&skuId=987025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9870\\/987025_sa.jpg\"}', 'upc' => '016351481924', 'provider' => 'bestbuy'],\n ['name' => \"Tommy Makem & Liam Clancy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tommy-makem-liam-clancy-cd/987043.p?id=90247&skuId=987043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0987\\/0987043_sa.jpg\"}', 'upc' => '016351520227', 'provider' => 'bestbuy'],\n ['name' => \"Sparrows Point - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sparrows-point-cd/987098.p?id=98598&skuId=987098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0987\\/0987098_sa.jpg\"}', 'upc' => '016351800220', 'provider' => 'bestbuy'],\n ['name' => \"The Makem & Clancy Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-makem-clancy-concert-cd/987150.p?id=90237&skuId=987150&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987150', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9871\\/987150_sa.jpg\"}', 'upc' => '016351520326', 'provider' => 'bestbuy'],\n ['name' => \"Two for the Early Dew - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-for-the-early-dew-cd/987169.p?id=90240&skuId=987169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9871\\/987169_sa.jpg\"}', 'upc' => '016351520425', 'provider' => 'bestbuy'],\n ['name' => \"Live: National Concert Hall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-national-concert-hall-cd/987178.p?id=90238&skuId=987178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9871\\/987178_sa.jpg\"}', 'upc' => '016351520623', 'provider' => 'bestbuy'],\n ['name' => \"Spirit of the Nation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-of-the-nation-cd/987230.p?id=104635&skuId=987230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0987\\/0987230_sa.jpg\"}', 'upc' => '016351522825', 'provider' => 'bestbuy'],\n ['name' => \"Live Alive-Oh - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-alive-oh-cd/987258.p?id=104631&skuId=987258&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987258', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0987\\/0987258_sa.jpg\"}', 'upc' => '016351522924', 'provider' => 'bestbuy'],\n ['name' => \"Rifles of the I.R.A. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rifles-of-the-i-r-a-cd/987276.p?id=104633&skuId=987276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0987\\/0987276_sa.jpg\"}', 'upc' => '016351523020', 'provider' => 'bestbuy'],\n ['name' => \"Let the People Sing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-the-people-sing-cd/987294.p?id=104630&skuId=987294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9872\\/987294_sa.jpg\"}', 'upc' => '016351523129', 'provider' => 'bestbuy'],\n ['name' => \"Three Swedish Fiddlers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/three-swedish-fiddlers-cd/987445.p?id=101801&skuId=987445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9874\\/987445_sa.jpg\"}', 'upc' => '016351210128', 'provider' => 'bestbuy'],\n ['name' => \"Traditional Norwegian Fiddle Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traditional-norwegian-fiddle-music-cd/987454.p?id=93617&skuId=987454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0987\\/0987454_sa.jpg\"}', 'upc' => '016351210326', 'provider' => 'bestbuy'],\n ['name' => \"Andy Statman Klezmer Orchestra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/andy-statman-klezmer-orchestra-cd/987463.p?id=100193&skuId=987463&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987463', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9874\\/987463_sa.jpg\"}', 'upc' => '016351210425', 'provider' => 'bestbuy'],\n ['name' => \"Noel Hill & Tony MacMahon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/noel-hill-tony-macmahon-cd/987533.p?id=85384&skuId=987533&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987533', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9875\\/987533_sa.jpg\"}', 'upc' => '016351340320', 'provider' => 'bestbuy'],\n ['name' => \"Earth's Rightful Ruler - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/earths-rightful-ruler-cd/987891.p?id=94245&skuId=987891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0987\\/0987891_sa.jpg\"}', 'upc' => '016351441126', 'provider' => 'bestbuy'],\n ['name' => \"Omana Wapi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/omana-wapi-cd/987917.p?id=82817&skuId=987917&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=987917', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9879\\/987917_sa.jpg\"}', 'upc' => '016351432421', 'provider' => 'bestbuy'],\n ['name' => \"Fire House Rock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fire-house-rock-cd/988033.p?id=103298&skuId=988033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988033_sa.jpg\"}', 'upc' => '016351480422', 'provider' => 'bestbuy'],\n ['name' => \"Black Sounds of Freedom - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-sounds-of-freedom-cd/988051.p?id=74841&skuId=988051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988051_sa.jpg\"}', 'upc' => '016351480521', 'provider' => 'bestbuy'],\n ['name' => \"Wa-Do-Dem - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wa-do-dem-cd/988079.p?id=81349&skuId=988079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9880\\/988079_sa.jpg\"}', 'upc' => '016351480620', 'provider' => 'bestbuy'],\n ['name' => \"Mister Yellowman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mister-yellowman-cd/988097.p?id=104952&skuId=988097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988097_sa.jpg\"}', 'upc' => '016351480729', 'provider' => 'bestbuy'],\n ['name' => \"Skidip! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skidip-cd/988122.p?id=81345&skuId=988122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988122_sa.jpg\"}', 'upc' => '016351480927', 'provider' => 'bestbuy'],\n ['name' => \"Words & Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/words-music-cd/988266.p?id=95038&skuId=988266&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988266', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9882\\/988266.jpg\"}', 'upc' => '016351793522', 'provider' => 'bestbuy'],\n ['name' => \"Bad Boy Skanking - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-boy-skanking-cd/988284.p?id=104962&skuId=988284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988284_sa.jpg\"}', 'upc' => '016351481023', 'provider' => 'bestbuy'],\n ['name' => \"The Mouse and the Man - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mouse-and-the-man-cd/988300.p?id=81347&skuId=988300&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988300', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9883\\/988300_sa.jpg\"}', 'upc' => '016351481122', 'provider' => 'bestbuy'],\n ['name' => \"Zungguzungguguzungguzeng - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zungguzungguguzungguzeng-cd/988328.p?id=104960&skuId=988328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9883\\/988328_sa.jpg\"}', 'upc' => '016351481221', 'provider' => 'bestbuy'],\n ['name' => \"Hark! The Village Wait - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hark-the-village-wait-cd/988337.p?id=100259&skuId=988337&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988337', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988337_sa.jpg\"}', 'upc' => '016351795229', 'provider' => 'bestbuy'],\n ['name' => \"Now We Are Six - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/now-we-are-six-cd/988346.p?id=288667&skuId=988346&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9883\\/988346_sa.jpg\"}', 'upc' => '016351796028', 'provider' => 'bestbuy'],\n ['name' => \"Please to See the King - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/please-to-see-the-king-cd/988373.p?id=100261&skuId=988373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988373_sa.jpg\"}', 'upc' => '016351797520', 'provider' => 'bestbuy'],\n ['name' => \"Art of Fingerstyle Jazz Guitar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-of-fingerstyle-jazz-guitar-cd/988499.p?id=73752&skuId=988499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9884\\/988499_sa.jpg\"}', 'upc' => '016351980526', 'provider' => 'bestbuy'],\n ['name' => \"When I Was on Horseback - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-i-was-on-horseback-cd/988587.p?id=98824&skuId=988587&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988587', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988587_sa.jpg\"}', 'upc' => '016351971623', 'provider' => 'bestbuy'],\n ['name' => \"How to Play Blues Guitar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-to-play-blues-guitar-cd/988658.p?id=84399&skuId=988658&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988658', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9886\\/988658.jpg\"}', 'upc' => '016351980120', 'provider' => 'bestbuy'],\n ['name' => \"Flatpicking Guitar Festival - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flatpicking-guitar-festival-cd-various/988676.p?id=82398&skuId=988676&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988676', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988676_sa.jpg\"}', 'upc' => '016351980328', 'provider' => 'bestbuy'],\n ['name' => \"Bounty Hunter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bounty-hunter-cd/988747.p?id=177097&skuId=988747&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988747', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988747_sa.jpg\"}', 'upc' => '015891100326', 'provider' => 'bestbuy'],\n ['name' => \"Carolina Sky - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carolina-sky-cd/988756.p?id=79285&skuId=988756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9887\\/988756.jpg\"}', 'upc' => '015891100623', 'provider' => 'bestbuy'],\n ['name' => \"Irregular Guy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/irregular-guy-cd/988783.p?id=156034&skuId=988783&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988783', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988783_sa.jpg\"}', 'upc' => '015891100920', 'provider' => 'bestbuy'],\n ['name' => \"At My Window - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-my-window-cd/988809.p?id=105171&skuId=988809&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988809', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9888\\/988809_sa.jpg\"}', 'upc' => '015891102023', 'provider' => 'bestbuy'],\n ['name' => \"The Live Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-live-album-cd/988872.p?id=87705&skuId=988872&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988872', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988872_sa.jpg\"}', 'upc' => '015891102429', 'provider' => 'bestbuy'],\n ['name' => \"Old Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-friends-cd/988890.p?id=77918&skuId=988890&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988890', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988890_sa.jpg\"}', 'upc' => '015891102528', 'provider' => 'bestbuy'],\n ['name' => \"When It Rains - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-it-rains-cd/988943.p?id=177160&skuId=988943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0988\\/0988943_sa.jpg\"}', 'upc' => '015891378824', 'provider' => 'bestbuy'],\n ['name' => \"Odd Man In - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/odd-man-in-cd/988961.p?id=177155&skuId=988961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9889\\/988961_sa.jpg\"}', 'upc' => '015891379029', 'provider' => 'bestbuy'],\n ['name' => \"All on a Rising Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-on-a-rising-day-cd/988989.p?id=97421&skuId=988989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=988989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9889\\/988989_sa.jpg\"}', 'upc' => '015891379128', 'provider' => 'bestbuy'],\n ['name' => \"Home of the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/home-of-the-blues-cd/989023.p?id=92851&skuId=989023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989023_sa.jpg\"}', 'upc' => '015891379326', 'provider' => 'bestbuy'],\n ['name' => \"Blue Blazes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-blazes-cd/989041.p?id=95932&skuId=989041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9890\\/989041.jpg\"}', 'upc' => '015891379425', 'provider' => 'bestbuy'],\n ['name' => \"Sugar Plums: Holiday Treats from Sugar Hill - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sugar-plums-holiday-treats-from-sugar-hill-cd-various/989078.p?id=100739&skuId=989078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9890\\/989078.jpg\"}', 'upc' => '015891379623', 'provider' => 'bestbuy'],\n ['name' => \"Rambler - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rambler-cd/989103.p?id=96174&skuId=989103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9891\\/989103_sa.jpg\"}', 'upc' => '015891379821', 'provider' => 'bestbuy'],\n ['name' => \"The New Frontier - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-new-frontier-cd/989149.p?id=83039&skuId=989149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9891\\/989149.jpg\"}', 'upc' => '015891380124', 'provider' => 'bestbuy'],\n ['name' => \"Rhythm of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rhythm-of-love-cd/989185.p?id=104317&skuId=989185&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989185', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9891\\/989185_sa.jpg\"}', 'upc' => '015891102726', 'provider' => 'bestbuy'],\n ['name' => \"West Textures - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/west-textures-cd/989201.p?id=87706&skuId=989201&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989201', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989201_sa.jpg\"}', 'upc' => '015891102825', 'provider' => 'bestbuy'],\n ['name' => \"Far North - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/far-north-cd/989407.p?id=177102&skuId=989407&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989407', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989407_sa.jpg\"}', 'upc' => '015891850221', 'provider' => 'bestbuy'],\n ['name' => \"The Gospel Collection 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gospel-collection-1-cd/989434.p?id=88832&skuId=989434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989434_sa.jpg\"}', 'upc' => '015891910420', 'provider' => 'bestbuy'],\n ['name' => \"Hymn Time in the Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hymn-time-in-the-country-cd/989531.p?id=88828&skuId=989531&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989531', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9895\\/989531_sa.jpg\"}', 'upc' => '015891376523', 'provider' => 'bestbuy'],\n ['name' => \"Take Me Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-me-back-cd/989559.p?id=101875&skuId=989559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9895\\/989559_sa.jpg\"}', 'upc' => '015891376622', 'provider' => 'bestbuy'],\n ['name' => \"Shades of the Past - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shades-of-the-past-cd/989577.p?id=85769&skuId=989577&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9895\\/989577.jpg\"}', 'upc' => '015891376721', 'provider' => 'bestbuy'],\n ['name' => \"Blue Rose - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-rose-cd/989595.p?id=75104&skuId=989595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9895\\/989595_sa.jpg\"}', 'upc' => '015891376820', 'provider' => 'bestbuy'],\n ['name' => \"Cool of the Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cool-of-the-day-cd/989639.p?id=106574&skuId=989639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989639_sa.jpg\"}', 'upc' => '015891113227', 'provider' => 'bestbuy'],\n ['name' => \"The Great Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-road-cd/989648.p?id=170663&skuId=989648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9896\\/989648_sa.jpg\"}', 'upc' => '015891113425', 'provider' => 'bestbuy'],\n ['name' => \"Thunderation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thunderation-cd/989657.p?id=79097&skuId=989657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9896\\/989657.jpg\"}', 'upc' => '015891113524', 'provider' => 'bestbuy'],\n ['name' => \"Bluegrass: World's Greatest Show - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluegrass-worlds-greatest-show-cd-various/989675.p?id=79009&skuId=989675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9896\\/989675_sa.jpg\"}', 'upc' => '015891220123', 'provider' => 'bestbuy'],\n ['name' => \"15th Anniversary Celebration - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/15th-anniversary-celebration-cd-various/989684.p?id=98306&skuId=989684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9896\\/989684_sa.jpg\"}', 'upc' => '015891220222', 'provider' => 'bestbuy'],\n ['name' => \"Once More, Vols. 1 & 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/once-more-vols-1-2-cd/989700.p?id=177159&skuId=989700&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989700', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9897\\/989700.jpg\"}', 'upc' => '015891220321', 'provider' => 'bestbuy'],\n ['name' => \"One Way Track - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-way-track-cd/989719.p?id=75558&skuId=989719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989719_sa.jpg\"}', 'upc' => '015891370125', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Temptation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-temptation-cd/989728.p?id=99039&skuId=989728&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989728', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9897\\/989728_sa.jpg\"}', 'upc' => '015891370620', 'provider' => 'bestbuy'],\n ['name' => \"Skaggs & Rice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skaggs-rice-cd/989755.p?id=99042&skuId=989755&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989755', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989755_sa.jpg\"}', 'upc' => '015891371122', 'provider' => 'bestbuy'],\n ['name' => \"The Walls of Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-walls-of-time-cd/989808.p?id=97427&skuId=989808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9898\\/989808_sa.jpg\"}', 'upc' => '015891372228', 'provider' => 'bestbuy'],\n ['name' => \"Eight String Swing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eight-string-swing-cd/989817.p?id=73457&skuId=989817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989817_sa.jpg\"}', 'upc' => '015891372525', 'provider' => 'bestbuy'],\n ['name' => \"Busy Bee Cafe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/busy-bee-cafe-cd/989826.p?id=100640&skuId=989826&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989826', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9898\\/989826.jpg\"}', 'upc' => '015891372624', 'provider' => 'bestbuy'],\n ['name' => \"Guitar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guitar-cd/989844.p?id=79095&skuId=989844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9898\\/989844_sa.jpg\"}', 'upc' => '015891373027', 'provider' => 'bestbuy'],\n ['name' => \"Church Street Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/church-street-blues-cd/989862.p?id=107533&skuId=989862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989862_sa.jpg\"}', 'upc' => '015891373225', 'provider' => 'bestbuy'],\n ['name' => \"At the Scene - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-scene-cd/989899.p?id=98310&skuId=989899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9898\\/989899.jpg\"}', 'upc' => '015891373621', 'provider' => 'bestbuy'],\n ['name' => \"Desert Rose - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/desert-rose-cd/989915.p?id=156035&skuId=989915&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989915', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9899\\/989915_sa.jpg\"}', 'upc' => '015891374321', 'provider' => 'bestbuy'],\n ['name' => \"On the Boulevard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-boulevard-cd/989924.p?id=93139&skuId=989924&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989924', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989924_sa.jpg\"}', 'upc' => '015891374529', 'provider' => 'bestbuy'],\n ['name' => \"Traditional Ties - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traditional-ties-cd/989951.p?id=85767&skuId=989951&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=989951', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0989\\/0989951_sa.jpg\"}', 'upc' => '015891374826', 'provider' => 'bestbuy'],\n ['name' => \"Heaven's Joy Awaits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heavens-joy-awaits-cd/990002.p?id=177113&skuId=990002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9900\\/990002.jpg\"}', 'upc' => '015891376028', 'provider' => 'bestbuy'],\n ['name' => \"I'll Wander Back Someday - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ill-wander-back-someday-cd/990057.p?id=88829&skuId=990057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990057_sa.jpg\"}', 'upc' => '015891376929', 'provider' => 'bestbuy'],\n ['name' => \"Take a Step over - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-a-step-over-cd/990075.p?id=177095&skuId=990075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9900\\/990075_sa.jpg\"}', 'upc' => '015891377025', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/990093.p?id=93138&skuId=990093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9900\\/990093.jpg\"}', 'upc' => '015891377124', 'provider' => 'bestbuy'],\n ['name' => \"Classic Country Gents Reunion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-country-gents-reunion-cd/990119.p?id=156037&skuId=990119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9901\\/990119_sa.jpg\"}', 'upc' => '015891377223', 'provider' => 'bestbuy'],\n ['name' => \"Now They Are Four - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/now-they-are-four-cd/990137.p?id=74487&skuId=990137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990137_sa.jpg\"}', 'upc' => '015891377322', 'provider' => 'bestbuy'],\n ['name' => \"I Heard the Angels Singing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-heard-the-angels-singing-cd/990155.p?id=177114&skuId=990155&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990155_sa.jpg\"}', 'upc' => '015891377421', 'provider' => 'bestbuy'],\n ['name' => \"Cathy Fink & Marcy Marxer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cathy-fink-marcy-marxer-cd/990173.p?id=82234&skuId=990173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990173_sa.jpg\"}', 'upc' => '015891377520', 'provider' => 'bestbuy'],\n ['name' => \"High Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-time-cd/990191.p?id=73458&skuId=990191&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990191_sa.jpg\"}', 'upc' => '015891377629', 'provider' => 'bestbuy'],\n ['name' => \"I Know a Good Thing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-know-a-good-thing-cd/990217.p?id=94428&skuId=990217&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990217', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9902\\/990217_sa.jpg\"}', 'upc' => '015891377728', 'provider' => 'bestbuy'],\n ['name' => \"The Boys Are Back in Town - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-boys-are-back-in-town-cd/990235.p?id=177153&skuId=990235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9902\\/990235_sa.jpg\"}', 'upc' => '015891377827', 'provider' => 'bestbuy'],\n ['name' => \"Treasures Untold - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/treasures-untold-cd/990262.p?id=73456&skuId=990262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9902\\/990262_sa.jpg\"}', 'upc' => '015891378022', 'provider' => 'bestbuy'],\n ['name' => \"Dust Bowl Children - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dust-bowl-children-cd/990280.p?id=97423&skuId=990280&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990280', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9902\\/990280_sa.jpg\"}', 'upc' => '015891378121', 'provider' => 'bestbuy'],\n ['name' => \"My Heart Is Yours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-heart-is-yours-cd/990306.p?id=88830&skuId=990306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990306_sa.jpg\"}', 'upc' => '015891378220', 'provider' => 'bestbuy'],\n ['name' => \"Take It Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-it-home-cd/990342.p?id=85766&skuId=990342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9903\\/990342_sa.jpg\"}', 'upc' => '015891378428', 'provider' => 'bestbuy'],\n ['name' => \"Scenic Roots - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scenic-roots-cd/990360.p?id=177162&skuId=990360&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990360', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990360_sa.jpg\"}', 'upc' => '015891378527', 'provider' => 'bestbuy'],\n ['name' => \"The Power of Expression - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-power-of-expression-cd/990422.p?id=75013&skuId=990422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9904\\/990422_sa.jpg\"}', 'upc' => '018861014821', 'provider' => 'bestbuy'],\n ['name' => \"Past Lives - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/past-lives-cd/990440.p?id=97684&skuId=990440&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990440', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9904\\/990440_sa.jpg\"}', 'upc' => '018861014920', 'provider' => 'bestbuy'],\n ['name' => \"Invisible Lantern - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/invisible-lantern-cd/990663.p?id=98136&skuId=990663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990663_sa.jpg\"}', 'upc' => '018861018829', 'provider' => 'bestbuy'],\n ['name' => \"Land Speed Record - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/land-speed-record-cd/990798.p?id=85975&skuId=990798&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990798', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990798_sa.jpg\"}', 'upc' => '018861019529', 'provider' => 'bestbuy'],\n ['name' => \"Hallraker: Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hallraker-live-cd/990967.p?id=80253&skuId=990967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=990967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0990\\/0990967_sa.jpg\"}', 'upc' => '018861020525', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/991154.p?id=73642&skuId=991154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9911\\/991154_sa.jpg\"}', 'upc' => '018861016023', 'provider' => 'bestbuy'],\n ['name' => \"Mournful Cries - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mournful-cries-cd/991172.p?id=2434683&skuId=991172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9911\\/991172_sa.jpg\"}', 'upc' => '018861016122', 'provider' => 'bestbuy'],\n ['name' => \"Buzz Factory - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buzz-factory-cd/991261.p?id=98133&skuId=991261&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991261', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0991\\/0991261_sa.jpg\"}', 'upc' => '018861024820', 'provider' => 'bestbuy'],\n ['name' => \"Helter Stupid - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/helter-stupid-cd/991341.p?id=92965&skuId=991341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9913\\/991341_sa.jpg\"}', 'upc' => '018861025223', 'provider' => 'bestbuy'],\n ['name' => \"Heavier Than Thou - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heavier-than-thou-cd/991528.p?id=97743&skuId=991528&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991528', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0991\\/0991528_sa.jpg\"}', 'upc' => '018861026626', 'provider' => 'bestbuy'],\n ['name' => \"Annihilate This Week - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/annihilate-this-week-cd/991699.p?id=74818&skuId=991699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9916\\/991699_sa.jpg\"}', 'upc' => '018861008127', 'provider' => 'bestbuy'],\n ['name' => \"Born Too Late - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-too-late-cd/991715.p?id=97740&skuId=991715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0991\\/0991715_sa.jpg\"}', 'upc' => '018861008226', 'provider' => 'bestbuy'],\n ['name' => \"Gone II: But Never Too Gone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gone-ii-but-never-too-gone-cd/991733.p?id=83823&skuId=991733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9917\\/991733_sa.jpg\"}', 'upc' => '018861008622', 'provider' => 'bestbuy'],\n ['name' => \"Other Worlds [EP] [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/other-worlds-ep-ep-cd/991911.p?id=98137&skuId=991911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0991\\/0991911_sa.jpg\"}', 'upc' => '018861010526', 'provider' => 'bestbuy'],\n ['name' => \"It's in My Blood - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-in-my-blood-cd/991939.p?id=75012&skuId=991939&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9919\\/991939_sa.jpg\"}', 'upc' => '018861010625', 'provider' => 'bestbuy'],\n ['name' => \"All - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-cd/991975.p?id=80250&skuId=991975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=991975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9919\\/991975_sa.jpg\"}', 'upc' => '018861011226', 'provider' => 'bestbuy'],\n ['name' => \"Post-Mersh, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/post-mersh-vol-3-cd/992000.p?id=91862&skuId=992000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9920\\/992000_sa.jpg\"}', 'upc' => '018861016528', 'provider' => 'bestbuy'],\n ['name' => \"Paranoid Time [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paranoid-time-ep-cd/992037.p?id=91858&skuId=992037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992037_sa.jpg\"}', 'upc' => '018861000220', 'provider' => 'bestbuy'],\n ['name' => \"Jealous Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jealous-again-cd/992046.p?id=74804&skuId=992046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992046_sa.jpg\"}', 'upc' => '018861000329', 'provider' => 'bestbuy'],\n ['name' => \"The Punch Line - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-punch-line-cd/992064.p?id=107768&skuId=992064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9920\\/992064_sa.jpg\"}', 'upc' => '018861000428', 'provider' => 'bestbuy'],\n ['name' => \"Six Pack [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/six-pack-ep-cd/992082.p?id=74805&skuId=992082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992082_sa.jpg\"}', 'upc' => '018861000527', 'provider' => 'bestbuy'],\n ['name' => \"TV Party [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tv-party-ep-cd/992117.p?id=74807&skuId=992117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992117_sa.jpg\"}', 'upc' => '018861001227', 'provider' => 'bestbuy'],\n ['name' => \"What Makes a Man Start Fires? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-makes-a-man-start-fires-cd/992135.p?id=91864&skuId=992135&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992135', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992135_sa.jpg\"}', 'upc' => '018861001425', 'provider' => 'bestbuy'],\n ['name' => \"Everything Went Black - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everything-went-black-cd/992153.p?id=74808&skuId=992153&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992153', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992153_sa.jpg\"}', 'upc' => '018861001524', 'provider' => 'bestbuy'],\n ['name' => \"Buzz or Howl Under the... [EP] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buzz-or-howl-under-the-ep-pa-cd/992171.p?id=2443666&skuId=992171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9921\\/992171_sa.jpg\"}', 'upc' => '018861001623', 'provider' => 'bestbuy'],\n ['name' => \"Metal Circus [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metal-circus-ep-cd/992206.p?id=85976&skuId=992206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992206_sa.jpg\"}', 'upc' => '018861002026', 'provider' => 'bestbuy'],\n ['name' => \"My War - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-war-cd/992224.p?id=74810&skuId=992224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992224_sa.jpg\"}', 'upc' => '018861002323', 'provider' => 'bestbuy'],\n ['name' => \"Family Man - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/family-man-cd/992242.p?id=74811&skuId=992242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992242_sa.jpg\"}', 'upc' => '018861002620', 'provider' => 'bestbuy'],\n ['name' => \"Double Nickels on the Dime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-nickels-on-the-dime-cd/992260.p?id=91856&skuId=992260&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992260', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992260_sa.jpg\"}', 'upc' => '018861002828', 'provider' => 'bestbuy'],\n ['name' => \"The Process of Weeding Out [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-process-of-weeding-out-ep-cd/992304.p?id=74815&skuId=992304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992304_sa.jpg\"}', 'upc' => '018861003726', 'provider' => 'bestbuy'],\n ['name' => \"Let's Get Real, Real Gone for a Change - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-get-real-real-gone-for-a-change-cd/992420.p?id=83824&skuId=992420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9924\\/992420_sa.jpg\"}', 'upc' => '018861006123', 'provider' => 'bestbuy'],\n ['name' => \"Human Rights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/human-rights-cd/992509.p?id=84527&skuId=992509&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992509', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9925\\/992509_sa.jpg\"}', 'upc' => '018861011721', 'provider' => 'bestbuy'],\n ['name' => \"Sometimes [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sometimes-ep-cd/992616.p?id=82255&skuId=992616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992616_sa.jpg\"}', 'upc' => '018861013121', 'provider' => 'bestbuy'],\n ['name' => \"Escape from Noise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/escape-from-noise-cd/992643.p?id=92963&skuId=992643&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992643', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992643_sa.jpg\"}', 'upc' => '018861013329', 'provider' => 'bestbuy'],\n ['name' => \"Post-Mersh, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/post-mersh-vol-1-cd/992723.p?id=91860&skuId=992723&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992723', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9927\\/992723.jpg\"}', 'upc' => '018861013824', 'provider' => 'bestbuy'],\n ['name' => \"Post-Mersh, Vol. 2 [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/post-mersh-vol-2-pa-cd/992741.p?id=91861&skuId=992741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9927\\/992741_sa.jpg\"}', 'upc' => '018861013923', 'provider' => 'bestbuy'],\n ['name' => \"Milo Goes to College - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/milo-goes-to-college-cd/992803.p?id=107755&skuId=992803&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992803_sa.jpg\"}', 'upc' => '018861014227', 'provider' => 'bestbuy'],\n ['name' => \"I Don'T Want To Grow Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-dont-want-to-grow-up-cd/992821.p?id=80254&skuId=992821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0992\\/0992821_sa.jpg\"}', 'upc' => '018861014326', 'provider' => 'bestbuy'],\n ['name' => \"Bonus Fat [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bonus-fat-ep-cd/992849.p?id=80251&skuId=992849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9928\\/992849_sa.jpg\"}', 'upc' => '018861014425', 'provider' => 'bestbuy'],\n ['name' => \"Two Things at Once (Milo Goes to... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-things-at-once-milo-goes-to-cd/992867.p?id=80257&skuId=992867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=992867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9928\\/992867_sa.jpg\"}', 'upc' => '018861014524', 'provider' => 'bestbuy'],\n ['name' => \"HR Tapes 84-86 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hr-tapes-84-86-cd/993027.p?id=2484284&skuId=993027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0993\\/0993027_sa.jpg\"}', 'upc' => '018861017129', 'provider' => 'bestbuy'],\n ['name' => \"Louie Louie [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louie-louie-single-cd/993063.p?id=74821&skuId=993063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9930\\/993063_sa.jpg\"}', 'upc' => '018861017525', 'provider' => 'bestbuy'],\n ['name' => \"Intolerance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/intolerance-cd/993143.p?id=84917&skuId=993143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0993\\/0993143_sa.jpg\"}', 'upc' => '018861021522', 'provider' => 'bestbuy'],\n ['name' => \"Singin' in the Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singin-in-the-heart-cd/993287.p?id=84528&skuId=993287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0993\\/0993287_sa.jpg\"}', 'upc' => '018861022420', 'provider' => 'bestbuy'],\n ['name' => \"Take That Manic Ride - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-that-manic-ride-cd/993303.p?id=75014&skuId=993303&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993303', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9933\\/993303_sa.jpg\"}', 'upc' => '018861022529', 'provider' => 'bestbuy'],\n ['name' => \"I Can See You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-can-see-you-cd/993321.p?id=74820&skuId=993321&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993321', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0993\\/0993321_sa.jpg\"}', 'upc' => '018861022628', 'provider' => 'bestbuy'],\n ['name' => \"Spirit Electricity - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-electricity-cd/993349.p?id=73646&skuId=993349&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993349', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0993\\/0993349_sa.jpg\"}', 'upc' => '018861022826', 'provider' => 'bestbuy'],\n ['name' => \"Fromohio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fromohio-cd/993438.p?id=82251&skuId=993438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0993\\/0993438_sa.jpg\"}', 'upc' => '018861023526', 'provider' => 'bestbuy'],\n ['name' => \"Eight Miles High/Makes No Sense at All [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eight-miles-high-makes-no-sense-at-all-ep-cd/993483.p?id=85972&skuId=993483&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993483', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9934\\/993483_sa.jpg\"}', 'upc' => '018861027029', 'provider' => 'bestbuy'],\n ['name' => \"The Politics of Time [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-politics-of-time-pa-cd/993580.p?id=91859&skuId=993580&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993580', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9935\\/993580.jpg\"}', 'upc' => '018861027722', 'provider' => 'bestbuy'],\n ['name' => \"Guns [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guns-ep-cd/993768.p?id=107775&skuId=993768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=993768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9937\\/993768_sa.jpg\"}', 'upc' => '018861029122', 'provider' => 'bestbuy'],\n ['name' => \"The History of the JAMS a.k.a. The Timelords - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-history-of-the-jams-a-k-a-the-timelords-cd/994534.p?id=101890&skuId=994534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=994534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0994\\/0994534_sa.jpg\"}', 'upc' => '016581404021', 'provider' => 'bestbuy'],\n ['name' => \"All Fools Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-fools-day-cd/994570.p?id=97748&skuId=994570&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=994570', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0994\\/0994570_sa.jpg\"}', 'upc' => '016581211124', 'provider' => 'bestbuy'],\n ['name' => \"The Art of Rolling - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-of-rolling-cd/994767.p?id=1421838&skuId=994767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=994767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9947\\/994767_sa.jpg\"}', 'upc' => '016581271029', 'provider' => 'bestbuy'],\n ['name' => \"Witness - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/witness-cd-original-soundtrack/995668.p?id=104598&skuId=995668&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=995668', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9956\\/995668.jpg\"}', 'upc' => '030206823721', 'provider' => 'bestbuy'],\n ['name' => \"Game of Thrones: Season Two [Score] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/game-of-thrones-season-two-score-cd-original-soundtrack/996006.p?id=2459051&skuId=996006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=996006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9960\\/996006_sa.jpg\"}', 'upc' => '030206714821', 'provider' => 'bestbuy'],\n ['name' => \"Ice Age: Continental Drift (Score) - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ice-age-continental-drift-score-cd-original-soundtrack/996015.p?id=2479196&skuId=996015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=996015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0996\\/0996015_sa.jpg\"}', 'upc' => '030206715224', 'provider' => 'bestbuy'],\n ['name' => \"The Star Wars Trilogy [1 Disc] - Original Soundtrack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-star-wars-trilogy-1-disc-original-soundtrack-cd/996024.p?id=2771044&skuId=996024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=996024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0996\\/0996024_sa.jpg\"}', 'upc' => '030206742121', 'provider' => 'bestbuy'],\n ['name' => \"Christine [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christine-original-motion-picture-soundtrack-cd-original-soundtrack/996202.p?id=77593&skuId=996202&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=996202', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0996\\/0996202_sa.jpg\"}', 'upc' => '030206524024', 'provider' => 'bestbuy'],\n ['name' => \"Back to the Future, Pt. 3 [Original Motion... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-the-future-pt-3-original-motion-cd-original-soundtrack/996453.p?id=73630&skuId=996453&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=996453', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9964\\/996453_sa.jpg\"}', 'upc' => '030206527223', 'provider' => 'bestbuy'],\n ['name' => \"Original Scores by Bill Conti: The Right... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-scores-by-bill-conti-the-right-cd-original-soundtrack/996514.p?id=96691&skuId=996514&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=996514', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9965\\/996514.jpg\"}', 'upc' => '030206743128', 'provider' => 'bestbuy'],\n ['name' => \"Halloween [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/halloween-original-motion-picture-soundtrack-cd-original-soundtrack/996569.p?id=1366048&skuId=996569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=996569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9965\\/996569.jpg\"}', 'upc' => '030206826227', 'provider' => 'bestbuy'],\n ['name' => \"Pee-Wee's Big Adventure/Back to School [Music... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pee-wees-big-adventure-back-to-school-music-cd-original-soundtrack/996587.p?id=2069859&skuId=996587&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=996587', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0996\\/0996587_sa.jpg\"}', 'upc' => '030206428124', 'provider' => 'bestbuy'],\n ['name' => \"Predator 2 [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/predator-2-original-motion-picture-soundtrack-cd-original-soundtrack/997586.p?id=95289&skuId=997586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=997586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9975\\/997586.jpg\"}', 'upc' => '030206530223', 'provider' => 'bestbuy'],\n ['name' => \"Mr. Bungle [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mr-bungle-pa-cd/998166.p?id=92536&skuId=998166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=998166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9981\\/998166_sa.jpg\"}', 'upc' => '075992664028', 'provider' => 'bestbuy'],\n ['name' => \"Rock 'N' Roll High School - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-n-roll-high-school-cd-original-soundtrack/998567.p?id=96907&skuId=998567&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=998567', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/9985\\/998567.jpg\"}', 'upc' => '075992742726', 'provider' => 'bestbuy'],\n ['name' => \"In the Wind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-wind-cd/998816.p?id=94794&skuId=998816&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=998816', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0998\\/0998816_sa.jpg\"}', 'upc' => '075992622424', 'provider' => 'bestbuy'],\n ['name' => \"A Song Will Rise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-song-will-rise-cd/998825.p?id=94787&skuId=998825&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=998825', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9988\\/998825_sa.jpg\"}', 'upc' => '075992622523', 'provider' => 'bestbuy'],\n ['name' => \"That Was the Year That Was - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/that-was-the-year-that-was-cd/998843.p?id=89014&skuId=998843&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=998843', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9988\\/998843_sa.jpg\"}', 'upc' => '075992743426', 'provider' => 'bestbuy'],\n ['name' => \"Sleeping Gypsy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sleeping-gypsy-cd/998870.p?id=82884&skuId=998870&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=998870', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0998\\/0998870_sa.jpg\"}', 'upc' => '075992731126', 'provider' => 'bestbuy'],\n ['name' => \"A Wild and Crazy Guy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-wild-and-crazy-guy-cd/999076.p?id=90703&skuId=999076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=999076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0999\\/0999076_sa.jpg\"}', 'upc' => '075992596329', 'provider' => 'bestbuy'],\n ['name' => \"One Bad Habit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-bad-habit-cd/999236.p?id=82880&skuId=999236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=999236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/0999\\/0999236_sa.jpg\"}', 'upc' => '075992342728', 'provider' => 'bestbuy'],\n ['name' => \"Moving - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moving-cd/999904.p?id=94796&skuId=999904&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=999904', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9999\\/999904_sa.jpg\"}', 'upc' => '075992598125', 'provider' => 'bestbuy'],\n ['name' => \"The Sea - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sea-cd/999931.p?id=97832&skuId=999931&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=999931', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/pdpimages\\/999931.jpg\"}', 'upc' => '075992716529', 'provider' => 'bestbuy'],\n ['name' => \"Peter, Paul and Mommy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peter-paul-and-mommy-cd/999986.p?id=94799&skuId=999986&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=999986', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/9999\\/999986_sa.jpg\"}', 'upc' => '075992717724', 'provider' => 'bestbuy'],\n ['name' => \"Spy Kids: All the Time in the World (Blu-ray Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spy-kids-all-the-time-in-the-world-blu-ray-disc-ultraviolet-digital-copy/1000006.p?id=2266824&skuId=1000006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1000006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1000\\/1000006.jpg\"}', 'upc' => '013132620237', 'provider' => 'bestbuy'],\n ['name' => \"4-Year Standard Geek Squad Protection\", 'description_short' => \"4-Year Standard Geek Squad Protection\", 'description_long' => \"4-Year Standard Geek Squad Protection\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/4-year-standard-geek-squad-protection/1000016.p?id=1218228675633&skuId=1000016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1000016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '400010000166', 'provider' => 'bestbuy'],\n ['name' => \"4-Year Standard Geek Squad Protection\", 'description_short' => \"4-Year Standard Geek Squad Protection\", 'description_long' => \"4-Year Standard Geek Squad Protection\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/4-year-standard-geek-squad-protection/1000034.p?id=1218228664503&skuId=1000034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1000034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '400010000340', 'provider' => 'bestbuy'],\n ['name' => \"Hunting High and Low - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hunting-high-and-low-cd/1000384.p?id=2390193&skuId=1000384&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1000384', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1000\\/1000384_sa.jpg\"}', 'upc' => '075992530026', 'provider' => 'bestbuy'],\n ['name' => \"Mentalist: Complete Fifth Season [5 Discs] (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mentalist-complete-fifth-season-5-discs-dvd-boxed-set/1000592.p?id=2718175&skuId=1000592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1000592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1000\\/1000592_sa.jpg\"}', 'upc' => '883929278619', 'provider' => 'bestbuy'],\n ['name' => \"Big Trash - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-trash-cd/1000847.p?id=101704&skuId=1000847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1000847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1000\\/1000847.jpg\"}', 'upc' => '075992592123', 'provider' => 'bestbuy'],\n ['name' => \"Song Cycle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/song-cycle-cd/1000990.p?id=94414&skuId=1000990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1000990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1000\\/1000990_sa.jpg\"}', 'upc' => '075992585620', 'provider' => 'bestbuy'],\n ['name' => \"Hot Tub Time Machine (Blu-ray Disc) (2 Disc) (Unrated) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-tub-time-machine-blu-ray-disc-2-disc-unrated-digital-copy/1001121.p?id=2111949&skuId=1001121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001121_sa.jpg\"}', 'upc' => '883904205982', 'provider' => 'bestbuy'],\n ['name' => \"Rambo (Blu-ray Disc) (Extended Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rambo-blu-ray-disc-extended-edition/1001149.p?id=1844107&skuId=1001149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001149_sa.jpg\"}', 'upc' => '012236110422', 'provider' => 'bestbuy'],\n ['name' => \"Our Family Wedding (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/our-family-wedding-dvd/1001158.p?id=2111964&skuId=1001158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001158_sa.jpg\"}', 'upc' => '024543689775', 'provider' => 'bestbuy'],\n ['name' => \"Predator 1 & 2 (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/predator-1-2-blu-ray-disc-2-disc/1001167.p?id=2133970&skuId=1001167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001167_sa.jpg\"}', 'upc' => '024543676416', 'provider' => 'bestbuy'],\n ['name' => \"Johnny Handsome (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/johnny-handsome-blu-ray-disc/1001176.p?id=58691&skuId=1001176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001176_sa.jpg\"}', 'upc' => '012236110446', 'provider' => 'bestbuy'],\n ['name' => \"Lock Up (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lock-up-blu-ray-disc/1001185.p?id=47839&skuId=1001185&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001185', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001185_sa.jpg\"}', 'upc' => '012236110439', 'provider' => 'bestbuy'],\n ['name' => \"The Joneses (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-joneses-blu-ray-disc/1001228.p?id=2123553&skuId=1001228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001228_sa.jpg\"}', 'upc' => '024543691921', 'provider' => 'bestbuy'],\n ['name' => \"Hot Tub Time Machine (DVD) (Unrated) (Remastered)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 4.99, 'url' => 'http://www.bestbuy.com/site/hot-tub-time-machine-dvd-unrated-remastered/1001246.p?id=2111949&skuId=1001246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001246.jpg\"}', 'upc' => '883904206040', 'provider' => 'bestbuy'],\n ['name' => \"Predator (Blu-ray Disc) (2 Disc) (Special Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/predator-blu-ray-disc-2-disc-special-edition/1001255.p?id=23924&skuId=1001255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001255_sa.jpg\"}', 'upc' => '024543663959', 'provider' => 'bestbuy'],\n ['name' => \"Date Night (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/date-night-dvd/1001273.p?id=2123476&skuId=1001273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001273_sa.jpg\"}', 'upc' => '024543665311', 'provider' => 'bestbuy'],\n ['name' => \"Diary of a Wimpy Kid (Blu-ray/DVD)(Digital Copy)(with Movie Money)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diary-of-a-wimpy-kid-blu-ray-dvddigital-copywith-movie-money/1001291.p?id=2118251&skuId=1001291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001291_sa.jpg\"}', 'upc' => '024543669289', 'provider' => 'bestbuy'],\n ['name' => \"Diary of a Wimpy Kid (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diary-of-a-wimpy-kid-dvd/1001307.p?id=2118251&skuId=1001307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001307_sa.jpg\"}', 'upc' => '024543669197', 'provider' => 'bestbuy'],\n ['name' => \"Full Metal Jacket - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/full-metal-jacket-cd-original-soundtrack/1001418.p?id=83069&skuId=1001418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001418_sa.jpg\"}', 'upc' => '075992561327', 'provider' => 'bestbuy'],\n ['name' => \"Love Is Such a Funny Game - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-is-such-a-funny-game-cd/1001542.p?id=78668&skuId=1001542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001542_sa.jpg\"}', 'upc' => '075992565325', 'provider' => 'bestbuy'],\n ['name' => \"Strip Mine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strip-mine-cd/1001597.p?id=86649&skuId=1001597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001597_sa.jpg\"}', 'upc' => '075992565721', 'provider' => 'bestbuy'],\n ['name' => \"Empire of the Sun - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/empire-of-the-sun-cd-original-soundtrack/1001604.p?id=81553&skuId=1001604&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001604', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001604_sa.jpg\"}', 'upc' => '075992566827', 'provider' => 'bestbuy'],\n ['name' => \"Brian Wilson (Port) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brian-wilson-port-cd/1001622.p?id=2857502&skuId=1001622&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1001622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1001\\/1001622.jpg\"}', 'upc' => '075992566926', 'provider' => 'bestbuy'],\n ['name' => \"Stay on These Roads - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stay-on-these-roads-cd/1002220.p?id=72292&skuId=1002220&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1002220', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1002\\/1002220_sa.jpg\"}', 'upc' => '075992573320', 'provider' => 'bestbuy'],\n ['name' => \"Ritual de lo Habitual [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ritual-de-lo-habitual-pa-cd/1002408.p?id=86715&skuId=1002408&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1002408', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1002\\/1002408_sa.jpg\"}', 'upc' => '075992599320', 'provider' => 'bestbuy'],\n ['name' => \"An Evening Wasted with Tom Lehrer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-evening-wasted-with-tom-lehrer-cd/1002738.p?id=89013&skuId=1002738&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1002738', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1002\\/1002738_sa.jpg\"}', 'upc' => '075992743525', 'provider' => 'bestbuy'],\n ['name' => \"Arthur (Or the Decline and Fall of the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arthur-or-the-decline-and-fall-of-the-cd/1002783.p?id=88112&skuId=1002783&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1002783', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1002\\/1002783_sa.jpg\"}', 'upc' => '075992621823', 'provider' => 'bestbuy'],\n ['name' => \"Why Lady Why - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/why-lady-why-cd/1002961.p?id=92295&skuId=1002961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1002961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1002\\/1002961_sa.jpg\"}', 'upc' => '075992373821', 'provider' => 'bestbuy'],\n ['name' => \"Hard Rock TrackPak - Mac\", 'description_short' => \"HAL LEONARD Hard Rock TrackPak: Features 12 hard rock and metal Apple Loops; compatible with GarageBand; includes guitars, bass, drums and synth parts\", 'description_long' => \"HAL LEONARD Hard Rock TrackPak: Features 12 hard rock and metal Apple Loops; compatible with GarageBand; includes guitars, bass, drums and synth parts\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hard-rock-trackpak-mac/1003003.p?id=1219460773621&skuId=1003003', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003003_sa.jpg\"}', 'upc' => '884088157425', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - Fender Playing Cards Gift Tin - Red/Black\", 'description_short' => \"AQUARIUS Fender Playing Cards Gift Tin: 2 decks; hinged gift tin; 52 different images per deck\", 'description_long' => \"AQUARIUS Fender Playing Cards Gift Tin: 2 decks; hinged gift tin; 52 different images per deck\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-fender-playing-cards-gift-tin-red-black/1003012.p?id=1219460762329&skuId=1003012', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003012_sa.jpg\"}', 'upc' => '840391103474', 'provider' => 'bestbuy'],\n ['name' => \"LoDuca Bros Inc - Deluxe Keyboard Bench - Black\", 'description_short' => \"LODUCA BROS. INC. Deluxe Keyboard Bench: Metal base; 13&quot; x 24&quot; padded seat; cross brace for support; adjusts to 3 different heights; can fit up to 2 people; folding design\", 'description_long' => \"LODUCA BROS. INC. Deluxe Keyboard Bench: Metal base; 13&quot; x 24&quot; padded seat; cross brace for support; adjusts to 3 different heights; can fit up to 2 people; folding design\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loduca-bros-inc-deluxe-keyboard-bench-black/1003021.p?id=1219460755391&skuId=1003021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003021_sa.jpg\"}', 'upc' => '013148475753', 'provider' => 'bestbuy'],\n ['name' => \"Trumpet Multimedia - Trumpets That Work 2015 Calendar - Black\", 'description_short' => \"TRUMPET MULTIMEDIA Trumpets That Work 2015 Calendar: 2015 calendar; Trumpets That Work design\", 'description_long' => \"TRUMPET MULTIMEDIA Trumpets That Work 2015 Calendar: 2015 calendar; Trumpets That Work design\", 'price' => 23.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trumpet-multimedia-trumpets-that-work-2015-calendar-black/1003049.p?id=1219460775571&skuId=1003049', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003049_sa.jpg\"}', 'upc' => '888680029050', 'provider' => 'bestbuy'],\n ['name' => \"Pro Tools Tier 1 Audio Plug-In for PC and Mac Activation Card - Windows|Mac\", 'description_short' => \"AVID Pro Tools Tier 1 Audio Plug-In for PC and Mac Activation Card: Compatible with PC and Mac; redeemable for a (TL) Aggro, Bruno/Reso, Cosmonaut Voice, DINR, (TL) Drum Rehab, (TL) EveryPhase, Reel Tape Saturation or other Avid Tier 1-level plug-in\", 'description_long' => \"AVID Pro Tools Tier 1 Audio Plug-In for PC and Mac Activation Card: Compatible with PC and Mac; redeemable for a (TL) Aggro, Bruno/Reso, Cosmonaut Voice, DINR, (TL) Drum Rehab, (TL) EveryPhase, Reel Tape Saturation or other Avid Tier 1-level plug-in\", 'price' => 99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pro-tools-tier-1-audio-plug-in-for-pc-and-mac-activation-card-windowsmac/1003067.p?id=1219460762559&skuId=1003067', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003067_sa.jpg\"}', 'upc' => '724643116026', 'provider' => 'bestbuy'],\n ['name' => \"M-Audio - BX8 D2 Studio Monitors (Pair) - Black\", 'description_short' => \"M-AUDIO BX8 D2 Studio Monitors (Pair): Custom Class AB analog amplifiers; woven low-frequency driver; waveguide-loaded silk-dome tweeter; XLR and 1/4&quot; inputs\", 'description_long' => \"M-AUDIO BX8 D2 Studio Monitors (Pair): Custom Class AB analog amplifiers; woven low-frequency driver; waveguide-loaded silk-dome tweeter; XLR and 1/4&quot; inputs\", 'price' => 599.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/m-audio-bx8-d2-studio-monitors-pair-black/1003076.p?id=1219460756365&skuId=1003076', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003076_sa.jpg\"}', 'upc' => '724643114053', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - Grateful Dead Skull Logo Chunky Magnet - Red/White/Blue\", 'description_short' => \"AQUARIUS Grateful Dead Skull Logo Chunky Magnet: Features the iconic Grateful Dead skull logo; magnet; chunky design\", 'description_long' => \"AQUARIUS Grateful Dead Skull Logo Chunky Magnet: Features the iconic Grateful Dead skull logo; magnet; chunky design\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-grateful-dead-skull-logo-chunky-magnet-red-white-blue/1003085.p?id=1219460769143&skuId=1003085', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003085_sa.jpg\"}', 'upc' => '184709950580', 'provider' => 'bestbuy'],\n ['name' => \"Alesis - AcousticLink Guitar Recording Pack - White\", 'description_short' => \"ALESIS AcousticLink Guitar Recording Pack: Compatible with most guitars with a 1/4&quot; connector; built-in analog-to-digital conversion; includes a 16.5&#039; GuitarLink 1/4&quot;-to-USB cable, no-drill acoustic guitar pickup and Cubase LE recording software\", 'description_long' => \"ALESIS AcousticLink Guitar Recording Pack: Compatible with most guitars with a 1/4&quot; connector; built-in analog-to-digital conversion; includes a 16.5&#039; GuitarLink 1/4&quot;-to-USB cable, no-drill acoustic guitar pickup and Cubase LE recording software\", 'price' => 79, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alesis-acousticlink-guitar-recording-pack-white/1003109.p?id=1219460761542&skuId=1003109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003109_sa.jpg\"}', 'upc' => '694318010211', 'provider' => 'bestbuy'],\n ['name' => \"Modern Rock TrackPak - Mac\", 'description_short' => \"HAL LEONARD Modern Rock TrackPak: Features 12 modern rock Apple Loops; compatible with GarageBand; includes complete songs, plus individual loops, beats, grooves and riffs for each song&#039;s instruments\", 'description_long' => \"HAL LEONARD Modern Rock TrackPak: Features 12 modern rock Apple Loops; compatible with GarageBand; includes complete songs, plus individual loops, beats, grooves and riffs for each song&#039;s instruments\", 'price' => 29.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/modern-rock-trackpak-mac/1003127.p?id=1219460761655&skuId=1003127', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003127_sa.jpg\"}', 'upc' => '073999891799', 'provider' => 'bestbuy'],\n ['name' => \"1970s Rock TrackPak - Mac\", 'description_short' => \"HAL LEONARD 1970s Rock TrackPak: Features 12 classic rock songs; compatible with GarageBand; includes loops for each instrument\", 'description_long' => \"HAL LEONARD 1970s Rock TrackPak: Features 12 classic rock songs; compatible with GarageBand; includes loops for each instrument\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1970s-rock-trackpak-mac/1003136.p?id=1219460771903&skuId=1003136', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003136_sa.jpg\"}', 'upc' => '884088157449', 'provider' => 'bestbuy'],\n ['name' => \"LoDuca Bros Inc - Professional Digital Photo Studio Kit - Black/White/Blue\", 'description_short' => \"LODUCA BROS INC Professional Digital Photo Studio Kit: Lets you take professional-quality photos; includes 2 high-output tabletop lights, a 16&quot; cubed soft-lighting frame and an adjustable mini tabletop tripod; multicompartment, padded carrying case\", 'description_long' => \"LODUCA BROS INC Professional Digital Photo Studio Kit: Lets you take professional-quality photos; includes 2 high-output tabletop lights, a 16&quot; cubed soft-lighting frame and an adjustable mini tabletop tripod; multicompartment, padded carrying case\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loduca-bros-inc-professional-digital-photo-studio-kit-black-white-blue/1003145.p?id=1219460763926&skuId=1003145', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003145_rc.jpg\"}', 'upc' => '013148051254', 'provider' => 'bestbuy'],\n ['name' => \"Groovy Shapes Volume 1 - Windows|Mac\", 'description_short' => \"SIBELIUS Groovy Shapes Volume 1: Teaches the basics of sound, rhythm, pitch and composition; guides students through progressive exercises; lets students create original music; for ages 5 to 7 years\", 'description_long' => \"SIBELIUS Groovy Shapes Volume 1: Teaches the basics of sound, rhythm, pitch and composition; guides students through progressive exercises; lets students create original music; for ages 5 to 7 years\", 'price' => 69.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/groovy-shapes-volume-1-windowsmac/1003163.p?id=1219460764898&skuId=1003163', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312451498\\/1312451498_sa.jpg\"}', 'upc' => '884088084479', 'provider' => 'bestbuy'],\n ['name' => \"PreSonus - AudioBox iTwo Recording System - Blue/Gray\", 'description_short' => \"PRESONUS AudioBox iTwo Recording System: Compatible with Apple iPad, Windows and Mac recording software; 2 combo microphone/line/instrument inputs; Class A microphone preamplifier; balanced TRS monitor output; MIDI I/O; 24-bit/96kHz converters\", 'description_long' => \"PRESONUS AudioBox iTwo Recording System: Compatible with Apple iPad, Windows and Mac recording software; 2 combo microphone/line/instrument inputs; Class A microphone preamplifier; balanced TRS monitor output; MIDI I/O; 24-bit/96kHz converters\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/presonus-audiobox-itwo-recording-system-blue-gray/1003172.p?id=1219460769814&skuId=1003172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003172_sa.jpg\"}', 'upc' => '673454002939', 'provider' => 'bestbuy'],\n ['name' => \"PreSonus - AudioBox iOne Recording System - Blue/Gray\", 'description_short' => \"PRESONUS AudioBox iOne Recording System: Compatible with Apple iPad, Windows and Mac recording software; instrument and microphone inputs; Class A microphone preamplifier; balanced TRS monitor output; 24-bit/96kHz converters\", 'description_long' => \"PRESONUS AudioBox iOne Recording System: Compatible with Apple iPad, Windows and Mac recording software; instrument and microphone inputs; Class A microphone preamplifier; balanced TRS monitor output; 24-bit/96kHz converters\", 'price' => 159.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/presonus-audiobox-ione-recording-system-blue-gray/1003214.p?id=1219460761184&skuId=1003214', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003214_sa.jpg\"}', 'upc' => '673454002922', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - Grateful Dead Bear Logo Chunky Magnet - Green/Yellow/Blue/Purple/Red/Orange/Black\", 'description_short' => \"AQUARIUS Grateful Dead Bear Logo Chunky Magnet: Tie-dyed Grateful Dead bear logo; chunky design\", 'description_long' => \"AQUARIUS Grateful Dead Bear Logo Chunky Magnet: Tie-dyed Grateful Dead bear logo; chunky design\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-grateful-dead-bear-logo-chunky-magnet-green-yellow-blue-purple-red-orange-black/1003232.p?id=1219460765073&skuId=1003232', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003232_sa.jpg\"}', 'upc' => '184709950603', 'provider' => 'bestbuy'],\n ['name' => \"Addictive Keys: Studio Collection - Mac|Windows\", 'description_short' => \"XLN AUDIO Addictive Keys: Studio Collection: Ideal for music producers and musicians; features virtual keyboard instruments; compatible with newer major hosts and DAWs\", 'description_long' => \"XLN AUDIO Addictive Keys: Studio Collection: Ideal for music producers and musicians; features virtual keyboard instruments; compatible with newer major hosts and DAWs\", 'price' => 179, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/addictive-keys-studio-collection-macwindows/1003269.p?id=1219460752588&skuId=1003269', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003269_sa.jpg\"}', 'upc' => '884088867195', 'provider' => 'bestbuy'],\n ['name' => \"Pro Tools Tier 2 Audio Plug-In for PC and Mac Activation Card - Windows|Mac\", 'description_short' => \"AVID Pro Tools Tier 2 Audio Plug-In for PC and Mac Activation Card: Compatible with PC and Mac; redeemable for a Classic Compressors Bundle, Focusrite d2/d3, Impact, JOEMEEK Bundle, Moogerfooger Bundle or other Avid Tier 2-level plug-in\", 'description_long' => \"AVID Pro Tools Tier 2 Audio Plug-In for PC and Mac Activation Card: Compatible with PC and Mac; redeemable for a Classic Compressors Bundle, Focusrite d2/d3, Impact, JOEMEEK Bundle, Moogerfooger Bundle or other Avid Tier 2-level plug-in\", 'price' => 299, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pro-tools-tier-2-audio-plug-in-for-pc-and-mac-activation-card-windowsmac/1003278.p?id=1219460772921&skuId=1003278', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003278_sa.jpg\"}', 'upc' => '724643116033', 'provider' => 'bestbuy'],\n ['name' => \"Korg - nanoKey2 25-Key USB MIDI Controller - White/Gray\", 'description_short' => \"KORG nanoKey2 25-Key USB MIDI Controller: USB MIDI connectivity; 25 velocity-sensitive keys; compatible with the Korg microKEY; PC and Mac compatible\", 'description_long' => \"KORG nanoKey2 25-Key USB MIDI Controller: USB MIDI connectivity; 25 velocity-sensitive keys; compatible with the Korg microKEY; PC and Mac compatible\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/korg-nanokey2-25-key-usb-midi-controller-white-gray/1003287.p?id=1219460771659&skuId=1003287', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003287_sa.jpg\"}', 'upc' => '884088605926', 'provider' => 'bestbuy'],\n ['name' => \"M-Audio - Nova Condenser Microphone - Silver\", 'description_short' => \"M-AUDIO Nova Condenser Microphone: 1.1&quot; evaporated gold diaphragm; solid brass body and capsule; 20Hz - 18kHz frequency response; hard mount and soft case included\", 'description_long' => \"M-AUDIO Nova Condenser Microphone: 1.1&quot; evaporated gold diaphragm; solid brass body and capsule; 20Hz - 18kHz frequency response; hard mount and soft case included\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/m-audio-nova-condenser-microphone-silver/1003296.p?id=1219460764049&skuId=1003296', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003296', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003296_sa.jpg\"}', 'upc' => '694318014851', 'provider' => 'bestbuy'],\n ['name' => \"IK Multimedia - iRig Stomp - Black\", 'description_short' => \"IK MULTIMEDIA iRig Stomp: Compatible with select Apple iPhone, iPad and iPod touch models, Android and Mac computers; allows use inline with other effects pedals and more; active battery-powered output circuit\", 'description_long' => \"IK MULTIMEDIA iRig Stomp: Compatible with select Apple iPhone, iPad and iPod touch models, Android and Mac computers; allows use inline with other effects pedals and more; active battery-powered output circuit\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ik-multimedia-irig-stomp-black/1003319.p?id=1219460771904&skuId=1003319', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003319', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003319_sa.jpg\"}', 'upc' => '884088652456', 'provider' => 'bestbuy'],\n ['name' => \"IK Multimedia - iKlip Xpand Microphone Stand Mount - Black\", 'description_short' => \"IK MULTIMEDIA iKlip Xpand Microphone Stand Mount: Compatible with most tablets from 7&quot; to 12.1&quot;; adjustable holder with 4 expandable grips; 2 sure-grip rubber gripping points; rubber padded base; ball joint; smart bracket design; iKlip Stage app\", 'description_long' => \"IK MULTIMEDIA iKlip Xpand Microphone Stand Mount: Compatible with most tablets from 7&quot; to 12.1&quot;; adjustable holder with 4 expandable grips; 2 sure-grip rubber gripping points; rubber padded base; ball joint; smart bracket design; iKlip Stage app\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ik-multimedia-iklip-xpand-microphone-stand-mount-black/1003328.p?id=1219460768678&skuId=1003328', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003328_sa.jpg\"}', 'upc' => '888680030773', 'provider' => 'bestbuy'],\n ['name' => \"M-Audio - AM1 Cardioid Dynamic Microphone - Black/Gray\", 'description_short' => \"M-AUDIO AM1 Cardioid Dynamic Microphone: For amplifying and recording vocals and instruments; dynamic design; cardioid pickup pattern; steel mesh, foam-lined head grille; die-cast, zinc-alloy housing\", 'description_long' => \"M-AUDIO AM1 Cardioid Dynamic Microphone: For amplifying and recording vocals and instruments; dynamic design; cardioid pickup pattern; steel mesh, foam-lined head grille; die-cast, zinc-alloy housing\", 'price' => 29.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/m-audio-am1-cardioid-dynamic-microphone-black-gray/1003337.p?id=1219460755566&skuId=1003337&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003337', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003337_sa.jpg\"}', 'upc' => '694318009925', 'provider' => 'bestbuy'],\n ['name' => \"Elements Pack - Mac|Windows\", 'description_short' => \"STEINBERG Elements Pack: Includes Cubase Elements 6 and WaveLab Elements 7 software; lets you produce music and edit audio on your Mac or PC\", 'description_long' => \"STEINBERG Elements Pack: Includes Cubase Elements 6 and WaveLab Elements 7 software; lets you produce music and edit audio on your Mac or PC\", 'price' => 174.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elements-pack-macwindows/1003346.p?id=1219460763407&skuId=1003346', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003346_sa.jpg\"}', 'upc' => '802240127758', 'provider' => 'bestbuy'],\n ['name' => \"IK Multimedia - iKlip Xpand Mini Microphone Stand Mount - Black\", 'description_short' => \"IK MULTIMEDIA iKlip Xpand Mini Microphone Stand Mount: Compatible with select Apple iPhone and iPod touch models and most smartphones with 3.5&quot; to 6&quot; screens; rubberized Gorilla Grip technology; adjustable clamp; ball joint\", 'description_long' => \"IK MULTIMEDIA iKlip Xpand Mini Microphone Stand Mount: Compatible with select Apple iPhone and iPod touch models and most smartphones with 3.5&quot; to 6&quot; screens; rubberized Gorilla Grip technology; adjustable clamp; ball joint\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ik-multimedia-iklip-xpand-mini-microphone-stand-mount-black/1003364.p?id=1219460775226&skuId=1003364', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003364_rc.jpg\"}', 'upc' => '888680029074', 'provider' => 'bestbuy'],\n ['name' => \"Acoustic Rock TrackPak - Mac\", 'description_short' => \"HAL LEONARD Acoustic Rock TrackPak: 12 acoustic Apple Loops; compatible with GarageBand; includes guitars, bass, drums and keyboard parts\", 'description_long' => \"HAL LEONARD Acoustic Rock TrackPak: 12 acoustic Apple Loops; compatible with GarageBand; includes guitars, bass, drums and keyboard parts\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/acoustic-rock-trackpak-mac/1003373.p?id=1219460754207&skuId=1003373', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003373_sa.jpg\"}', 'upc' => '884088157432', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - Elvis Heartthrob Chunky Magnet - Black/White\", 'description_short' => \"AQUARIUS Elvis Heartthrob Chunky Magnet: Features a black-and-white photo of Elvis Presley; chunky design\", 'description_long' => \"AQUARIUS Elvis Heartthrob Chunky Magnet: Features a black-and-white photo of Elvis Presley; chunky design\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-elvis-heartthrob-chunky-magnet-black-white/1003415.p?id=1219460773094&skuId=1003415', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003415_sa.jpg\"}', 'upc' => '840391103931', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - Elvis Presley Jailhouse Rock 1,000-Piece Jigsaw Puzzle - Black/White/Red/Yellow/Blue/Green/Orange\", 'description_short' => \"AQUARIUS Elvis Presley Jailhouse Rock 1,000-Piece Jigsaw Puzzle: 1,000 pieces; features Elvis on the set of the iconic film; measures 12&quot; x 36&quot; when completed\", 'description_long' => \"AQUARIUS Elvis Presley Jailhouse Rock 1,000-Piece Jigsaw Puzzle: 1,000 pieces; features Elvis on the set of the iconic film; measures 12&quot; x 36&quot; when completed\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-elvis-presley-jailhouse-rock-1000-piece-jigsaw-puzzle-black-white-red-yellow-blue-green-orange/1003424.p?id=1219460761303&skuId=1003424', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003424', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003424_sa.jpg\"}', 'upc' => '840391103825', 'provider' => 'bestbuy'],\n ['name' => \"Pro Tools Tier 3 Audio Plug-In for PC and Mac Activation Card - Windows|Mac\", 'description_short' => \"AVID Pro Tools Tier 3 Audio Plug-In for PC and Mac Activation Card: Compatible with PC and Mac; redeemable for an Eleven, ReVibe, (TL) Space (DSP + native) or X-Form Avid Tier 3-level plug-in\", 'description_long' => \"AVID Pro Tools Tier 3 Audio Plug-In for PC and Mac Activation Card: Compatible with PC and Mac; redeemable for an Eleven, ReVibe, (TL) Space (DSP + native) or X-Form Avid Tier 3-level plug-in\", 'price' => 499, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pro-tools-tier-3-audio-plug-in-for-pc-and-mac-activation-card-windowsmac/1003433.p?id=1219460754208&skuId=1003433', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003433_sa.jpg\"}', 'upc' => '724643116040', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - Genesis Playing Cards - Yellow/Purple/Black/Red\", 'description_short' => \"AQUARIUS Genesis Playing Cards: 2.5&quot; x 3.5&quot; playing cards; linen-type finish\", 'description_long' => \"AQUARIUS Genesis Playing Cards: 2.5&quot; x 3.5&quot; playing cards; linen-type finish\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-genesis-playing-cards-yellow-purple-black-red/1003451.p?id=1219460752589&skuId=1003451', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003451', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003451_sa.jpg\"}', 'upc' => '840391101463', 'provider' => 'bestbuy'],\n ['name' => \"Paris, Texas [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paris-texas-original-motion-picture-soundtrack-cd-original-soundtrack/1003461.p?id=94384&skuId=1003461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003461_sa.jpg\"}', 'upc' => '075992527026', 'provider' => 'bestbuy'],\n ['name' => \"Korg - nanoKONTROL2 USB MIDI Controller - Black\", 'description_short' => \"KORG nanoKONTROL2 USB MIDI Controller: 2 USB ports; compatible with Mac, PC, Apple iPad, Korg microKEY, most computer-based DAWs and most music production software\", 'description_long' => \"KORG nanoKONTROL2 USB MIDI Controller: 2 USB ports; compatible with Mac, PC, Apple iPad, Korg microKEY, most computer-based DAWs and most music production software\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/korg-nanokontrol2-usb-midi-controller-black/1003488.p?id=1219460755218&skuId=1003488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003488_sa.jpg\"}', 'upc' => '884088605964', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - Rush Starman Chunky Magnet - Black/Red/White/Brown\", 'description_short' => \"AQUARIUS Rush Starman Chunky Magnet: Features Rush&#039;s Starman logo; chunky design\", 'description_long' => \"AQUARIUS Rush Starman Chunky Magnet: Features Rush&#039;s Starman logo; chunky design\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-rush-starman-chunky-magnet-black-red-white-brown/1003497.p?id=1219460772082&skuId=1003497', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003497', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003497_sa.jpg\"}', 'upc' => '840391103177', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - Rush Playing Cards - Red/Black/White\", 'description_short' => \"AQUARIUS Rush Playing Cards: 2.5&quot; x 3.5&quot; playing cards; linen-type finish\", 'description_long' => \"AQUARIUS Rush Playing Cards: 2.5&quot; x 3.5&quot; playing cards; linen-type finish\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-rush-playing-cards-red-black-white/1003531.p?id=1219460759315&skuId=1003531', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003531', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003531_sa.jpg\"}', 'upc' => '840391100671', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - The Beatles Yellow Submarine 600-Piece Jigsaw Puzzle - Blue/Yellow/Red/White/Green/Pink\", 'description_short' => \"AQUARIUS The Beatles Yellow Submarine 600-Piece Jigsaw Puzzle: 600 pieces; features the artwork of The Beatles&#039; Yellow Submarine album; measures 20&quot; x 27&quot; when completed\", 'description_long' => \"AQUARIUS The Beatles Yellow Submarine 600-Piece Jigsaw Puzzle: 600 pieces; features the artwork of The Beatles&#039; Yellow Submarine album; measures 20&quot; x 27&quot; when completed\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-the-beatles-yellow-submarine-600-piece-jigsaw-puzzle-blue-yellow-red-white-green-pink/1003568.p?id=1219460774340&skuId=1003568&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003568', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003568_sa.jpg\"}', 'upc' => '840391101555', 'provider' => 'bestbuy'],\n ['name' => \"Alfred - Katy Perry: Teenage Dream Sheet Music - Pink/Blue\", 'description_short' => \"ALFRED Katy Perry: Teenage Dream Sheet Music: Piano, vocal and guitar sheet music for Katy Perry&#039;s Teenage Dream\", 'description_long' => \"ALFRED Katy Perry: Teenage Dream Sheet Music: Piano, vocal and guitar sheet music for Katy Perry&#039;s Teenage Dream\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alfred-katy-perry-teenage-dream-sheet-music-pink-blue/1003604.p?id=1219460759196&skuId=1003604', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003604', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003604_sa.jpg\"}', 'upc' => '884088698072', 'provider' => 'bestbuy'],\n ['name' => \"Classic Rock TrackPak - Mac\", 'description_short' => \"HAL LEONARD Classic Rock TrackPak: Features 12 modern rock Apple Loops; compatible with GarageBand; includes complete songs, plus individual loops, beats, grooves and riffs for each song&#039;s instruments\", 'description_long' => \"HAL LEONARD Classic Rock TrackPak: Features 12 modern rock Apple Loops; compatible with GarageBand; includes complete songs, plus individual loops, beats, grooves and riffs for each song&#039;s instruments\", 'price' => 29.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-rock-trackpak-mac/1003613.p?id=1219460758906&skuId=1003613', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003613_sa.jpg\"}', 'upc' => '073999280326', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - Fender Stratocaster 1,000-Piece Jigsaw Puzzle - Black/Red/White/Yellow/Green/Orange/Blue\", 'description_short' => \"AQUARIUS Fender Stratocaster 1,000-Piece Jigsaw Puzzle: 1,000 pieces; lets you show off your fandom for the guitar; measures 20&quot; x 27&quot; when completed\", 'description_long' => \"AQUARIUS Fender Stratocaster 1,000-Piece Jigsaw Puzzle: 1,000 pieces; lets you show off your fandom for the guitar; measures 20&quot; x 27&quot; when completed\", 'price' => 15.99, 'sale_price' => 12.99, 'url' => 'http://www.bestbuy.com/site/aquarius-fender-stratocaster-1000-piece-jigsaw-puzzle-black-red-white-yellow-green-orange-blue/1003622.p?id=1219460752587&skuId=1003622', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003622_sa.jpg\"}', 'upc' => '840391101524', 'provider' => 'bestbuy'],\n ['name' => \"IK Multimedia - iRig MIDI 2 Audio Interface - Black\", 'description_short' => \"IK MULTIMEDIA iRig MIDI 2 Audio Interface: Compatible with Mac, PC and select iOS devices; MIDI input, output and thru jacks; USB and Lightning interface\", 'description_long' => \"IK MULTIMEDIA iRig MIDI 2 Audio Interface: Compatible with Mac, PC and select iOS devices; MIDI input, output and thru jacks; USB and Lightning interface\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ik-multimedia-irig-midi-2-audio-interface-black/1003631.p?id=1219460755045&skuId=1003631', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003631', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003631_rc.jpg\"}', 'upc' => '888680030889', 'provider' => 'bestbuy'],\n ['name' => \"M. Night Shyamalan: The Last Airbender - Nintendo Wii\", 'description_short' => \"Harness the power of Air and Fire as you join a quest for honor and power\", 'description_long' => \"Harness the power of Air and Fire as you join a quest for honor and power\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/m-night-shyamalan-the-last-airbender-nintendo-wii/1003641.p?id=1218208317435&skuId=1003641', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003641_500x500_sa.jpg\"}', 'upc' => '785138302515', 'provider' => 'bestbuy'],\n ['name' => \"M-Audio - Keystation Mini 32 II 32-Key USB MIDI Keyboard Controller - Black/White\", 'description_short' => \"M-AUDIO Keystation Mini 32 II 32-Key USB MIDI Keyboard Controller: Ignite and Ableton Live Lite software; USB MIDI connectivity; pitch-bend, modulation and octave controls; 32 velocity-sensitive synth-action keys\", 'description_long' => \"M-AUDIO Keystation Mini 32 II 32-Key USB MIDI Keyboard Controller: Ignite and Ableton Live Lite software; USB MIDI connectivity; pitch-bend, modulation and octave controls; 32 velocity-sensitive synth-action keys\", 'price' => 99.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/m-audio-keystation-mini-32-ii-32-key-usb-midi-keyboard-controller-black-white/1003659.p?id=1219460760217&skuId=1003659', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003659', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003659_sa.jpg\"}', 'upc' => '694318015858', 'provider' => 'bestbuy'],\n ['name' => \"Aquarius - The Beatles Street 1,000-Piece Jigsaw Puzzle - Black/White/Brown\", 'description_short' => \"AQUARIUS The Beatles Street 1,000-Piece Jigsaw Puzzle: 1,000 pieces; features an image of The Beatles walking down the street; measures 20&quot; x 27&quot; when completed\", 'description_long' => \"AQUARIUS The Beatles Street 1,000-Piece Jigsaw Puzzle: 1,000 pieces; features an image of The Beatles walking down the street; measures 20&quot; x 27&quot; when completed\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aquarius-the-beatles-street-1000-piece-jigsaw-puzzle-black-white-brown/1003668.p?id=1219460763580&skuId=1003668', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003668', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003668_sa.jpg\"}', 'upc' => '840391103801', 'provider' => 'bestbuy'],\n ['name' => \"White Shoes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/white-shoes-cd/1003693.p?id=84870&skuId=1003693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1003693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1003\\/1003693_sa.jpg\"}', 'upc' => '075992369121', 'provider' => 'bestbuy'],\n ['name' => \"Canon - EOS Rebel T5 DSLR Camera with 18-55mm and 75-300mm Lenses - Black\", 'description_short' => \"18.0-megapixel APS-C CMOS sensorISO 100-6400, expandable to 12,800Shooting speeds up to 3 fpsFull high-definition movie mode\", 'description_long' => \"18.0-megapixel APS-C CMOS sensorISO 100-6400, expandable to 12,800Shooting speeds up to 3 fpsFull high-definition movie mode\", 'price' => 749.99, 'sale_price' => 499.99, 'url' => 'http://www.bestbuy.com/site/canon-eos-rebel-t5-dslr-camera-with-18-55mm-and-75-300mm-lenses-black/1004002.p?id=1219459331617&skuId=1004002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1004\\/1004002_sa.jpg\"}', 'upc' => '660685134881', 'provider' => 'bestbuy'],\n ['name' => \"Tercer Mundo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tercer-mundo-cd/1004291.p?id=1577034&skuId=1004291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1004\\/1004291.jpg\"}', 'upc' => '090317272122', 'provider' => 'bestbuy'],\n ['name' => \"Life (Attenborough,David) (4 Disc) (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 59.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/life-attenboroughdavid-4-disc-blu-ray-disc/1004613.p?id=2099261&skuId=1004613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1850\\/18505774.jpg\"}', 'upc' => '883929099252', 'provider' => 'bestbuy'],\n ['name' => \"Sniper: Ghost Warrior - Xbox 360\", 'description_short' => \"Control the power of death as you ghost through the jungle\", 'description_long' => \"Control the power of death as you ghost through the jungle\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sniper-ghost-warrior-xbox-360/1004622.p?id=1218207306495&skuId=1004622&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1004\\/1004622_sa.jpg\"}', 'upc' => '897749002569', 'provider' => 'bestbuy'],\n ['name' => \"GoPro - Camera Roll Bar Mount - Black\", 'description_short' => \"Compatible with most GoPro cameras; clamps to tubes or frames ranging from 1.4-2.5&quot; in diameter; pivoting orientation arms\", 'description_long' => \"Compatible with most GoPro cameras; clamps to tubes or frames ranging from 1.4-2.5&quot; in diameter; pivoting orientation arms\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gopro-camera-roll-bar-mount-black/1004668.p?id=1218249515093&skuId=1004668&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004668', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1004\\/1004668_rc.jpg\"}', 'upc' => '185323000132', 'provider' => 'bestbuy'],\n ['name' => \"GoPro - Camera Mount Accessory Kit - Black\", 'description_short' => \"Compatible with most GoPro cameras; includes a variety of camera mounting accessories\", 'description_long' => \"Compatible with most GoPro cameras; includes a variety of camera mounting accessories\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gopro-camera-mount-accessory-kit-black/1004695.p?id=1218249514954&skuId=1004695&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004695', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1004\\/1004695_rc.jpg\"}', 'upc' => '185323000309', 'provider' => 'bestbuy'],\n ['name' => \"Café Tacuba - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cafe-tacuba-cd/1004754.p?id=1475375&skuId=1004754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1004\\/1004754_sa.jpg\"}', 'upc' => '090317724126', 'provider' => 'bestbuy'],\n ['name' => \"GoPro - Chest Mount Harness - Black\", 'description_short' => \"Compatible with most GoPro cameras; one-size-fits-all adjustability\", 'description_long' => \"Compatible with most GoPro cameras; one-size-fits-all adjustability\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gopro-chest-mount-harness-black/1004804.p?id=1218249514750&skuId=1004804&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004804', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1004\\/1004804_rc.jpg\"}', 'upc' => '185323000989', 'provider' => 'bestbuy'],\n ['name' => \"GoPro - Ride HERO Handlebar Seatpost Mount - Black\", 'description_short' => \"Compatible with most GoPro cameras; clamps on tubes 3/4&quot; - 1-1/2&quot; in diameter; pivoting orientation arms with 3-way adjustability\", 'description_long' => \"Compatible with most GoPro cameras; clamps on tubes 3/4&quot; - 1-1/2&quot; in diameter; pivoting orientation arms with 3-way adjustability\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gopro-ride-hero-handlebar-seatpost-mount-black/1004831.p?id=1218249515161&skuId=1004831&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004831', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1004\\/1004831_rc.jpg\"}', 'upc' => '185323000064', 'provider' => 'bestbuy'],\n ['name' => \"Sola - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sola-cd/1004834.p?id=1374795&skuId=1004834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1004834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1004\\/1004834_sa.jpg\"}', 'upc' => '090317747828', 'provider' => 'bestbuy'],\n ['name' => \"Helpless Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/helpless-heart-cd/1005003.p?id=93663&skuId=1005003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005003_sa.jpg\"}', 'upc' => '075992601627', 'provider' => 'bestbuy'],\n ['name' => \"Sanctuary: The Complete Second Season [4 Discs / Blu-ray] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sanctuary-the-complete-second-season-4-discs-blu-ray-blu-ray-disc/1005039.p?id=2100405&skuId=1005039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005039.jpg\"}', 'upc' => '741952682196', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Dura Clamp\", 'description_short' => \"From our expanded online assortment; designed for use with the Dura Truss system; supports lighting fixtures up to 20 lbs.; fits 1/2&quot; truss rods\", 'description_long' => \"From our expanded online assortment; designed for use with the Dura Truss system; supports lighting fixtures up to 20 lbs.; fits 1/2&quot; truss rods\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-dura-clamp/1005118.p?id=1218207308279&skuId=1005118', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005118_sa.jpg\"}', 'upc' => '640282015868', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 20\\\" Glass Mirror Ball\", 'description_short' => \"Compatible with M-101 and M-103 mirror ball motors; glass material\", 'description_long' => \"Compatible with M-101 and M-103 mirror ball motors; glass material\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-20-glass-mirror-ball/1005181.p?id=1218207307176&skuId=1005181', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005181_sa.jpg\"}', 'upc' => '640282034272', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Elation 4-Channel Chase Controller - Black\", 'description_short' => \"From our expanded online assortment; instant sound-to-light chase; timed, audio and chase modes; built-in microphone\", 'description_long' => \"From our expanded online assortment; instant sound-to-light chase; timed, audio and chase modes; built-in microphone\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-elation-4-channel-chase-controller-black/1005215.p?id=1218207312107&skuId=1005215', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005215', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005215_sa.jpg\"}', 'upc' => '640282052917', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Color Gel Filter (4-Pack)\", 'description_short' => \"Designed for use with most Par-56 can gel frames; red, blue, yellow and green gel filters\", 'description_long' => \"Designed for use with most Par-56 can gel frames; red, blue, yellow and green gel filters\", 'price' => 12.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/american-dj-color-gel-filter-4-pack/1005288.p?id=1218207302583&skuId=1005288', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005288_sa.jpg\"}', 'upc' => '640282014441', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Crystal Bright Accent Strip CW LED Strip (4-Pack) - White\", 'description_short' => \"From our expanded online assortment; 4 self-adhesive strips; cool white LEDs; AC adapter\", 'description_long' => \"From our expanded online assortment; 4 self-adhesive strips; cool white LEDs; AC adapter\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-crystal-bright-accent-strip-cw-led-strip-4-pack-white/1005297.p?id=1218207312036&skuId=1005297', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005297_sa.jpg\"}', 'upc' => '640282000734', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Tripod Stand - Black\", 'description_short' => \"From our expanded online assortment; designed for use with most par cans, pin spots and lighting fixtures; extends up to 9&#039;; collapsible design\", 'description_long' => \"From our expanded online assortment; designed for use with most par cans, pin spots and lighting fixtures; extends up to 9&#039;; collapsible design\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-tripod-stand-black/1005312.p?id=1218207306201&skuId=1005312', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005312', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005312_sa.jpg\"}', 'upc' => '640282033763', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - DMX Dimmer Pack\", 'description_short' => \"From our expanded online assortment; digital display; LED indicators; 16 built-in chases; reversible mounting brackets\", 'description_long' => \"From our expanded online assortment; digital display; LED indicators; 16 built-in chases; reversible mounting brackets\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-dmx-dimmer-pack/1005358.p?id=1218207306104&skuId=1005358', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005358', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005358_sa.jpg\"}', 'upc' => '640282044301', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 16\\\" Glass Mirror Ball\", 'description_short' => \"From our expanded online assortment; compatible with M-101 and M-103 mirror ball motors; glass material\", 'description_long' => \"From our expanded online assortment; compatible with M-101 and M-103 mirror ball motors; glass material\", 'price' => 54.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-16-glass-mirror-ball/1005409.p?id=1218207315272&skuId=1005409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005409_sa.jpg\"}', 'upc' => '640282034180', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Bubble Blast Bubble Machine\", 'description_short' => \"Compatible with most types of bubble liquid; dual-fan lift system; drainage valve system; top-load filling container; remote; on/off switch; wheels and dual handles\", 'description_long' => \"Compatible with most types of bubble liquid; dual-fan lift system; drainage valve system; top-load filling container; remote; on/off switch; wheels and dual handles\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-bubble-blast-bubble-machine/1005454.p?id=1218207314448&skuId=1005454', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005454_rc.jpg\"}', 'upc' => '640282012997', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 12\\\" Glass Mirror Ball\", 'description_short' => \"From our expanded online assortment; glass material; portable\", 'description_long' => \"From our expanded online assortment; glass material; portable\", 'price' => 25.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-12-glass-mirror-ball/1005515.p?id=1218207307351&skuId=1005515', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005515', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005515_sa.jpg\"}', 'upc' => '640282034128', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Par 46 Can Kit - Black\", 'description_short' => \"From our expanded online assortment; 200W lamp; 4 color gel filters; clamp; safety cable\", 'description_long' => \"From our expanded online assortment; 200W lamp; 4 color gel filters; clamp; safety cable\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-par-46-can-kit-black/1005542.p?id=1218207310574&skuId=1005542', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005542_sa.jpg\"}', 'upc' => '640282010078', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Elation Stage Pack\", 'description_short' => \"From our expanded online assortment; 16-channel DMX controller; 2 XLR cables; two 4-channel dimmers\", 'description_long' => \"From our expanded online assortment; 16-channel DMX controller; 2 XLR cables; two 4-channel dimmers\", 'price' => 499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-elation-stage-pack/1005667.p?id=1218207310858&skuId=1005667', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005667', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005667_sa.jpg\"}', 'upc' => '640282051361', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - DMX Mirror Ball Motor\", 'description_short' => \"From our expanded online assortment; designed for use with most mirror balls up to 20&quot;; 2 DMX channels; circuit breaker protection\", 'description_long' => \"From our expanded online assortment; designed for use with most mirror balls up to 20&quot;; 2 DMX channels; circuit breaker protection\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-dmx-mirror-ball-motor/1005694.p?id=1218207313618&skuId=1005694', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005694', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005694_rc.jpg\"}', 'upc' => '640282038324', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 5' CD Data Cable - Gray\", 'description_short' => \"Compatible with most dual CD players with an 8-pin to 8-pin connection; replacement cable\", 'description_long' => \"Compatible with most dual CD players with an 8-pin to 8-pin connection; replacement cable\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-5-cd-data-cable-gray/1005721.p?id=1218207302785&skuId=1005721', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005721_sa.jpg\"}', 'upc' => '640282015844', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Dekker LED Effects Light - Black\", 'description_short' => \"From our expanded online assortment; colored beams and 40 lenses; 3-button DMX LED menu; strobe effect; hanging bracket\", 'description_long' => \"From our expanded online assortment; colored beams and 40 lenses; 3-button DMX LED menu; strobe effect; hanging bracket\", 'price' => 169.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-dekker-led-effects-light-black/1005758.p?id=1218207311754&skuId=1005758', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005758_sa.jpg\"}', 'upc' => '640282000994', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Par 56 Can Kit - Black\", 'description_short' => \"From our expanded online assortment; 300W lamp; 4 color gel filters; clamp; safety cable\", 'description_long' => \"From our expanded online assortment; 300W lamp; 4 color gel filters; clamp; safety cable\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-par-56-can-kit-black/1005794.p?id=1218207304604&skuId=1005794', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005794_sa.jpg\"}', 'upc' => '640282010085', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Stage Tape - Black\", 'description_short' => \"From our expanded online assortment; ideal for a variety of DJ applications; 2&quot; wide; no heavy residue\", 'description_long' => \"From our expanded online assortment; ideal for a variety of DJ applications; 2&quot; wide; no heavy residue\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-stage-tape-black/1005803.p?id=1218207310997&skuId=1005803', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005803_sa.jpg\"}', 'upc' => '640282052931', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 4\\\" Gaffers Tape - Black\", 'description_short' => \"From our expanded online assortment; 4&quot; wide; 135&#039; of tape; cloth-like structure\", 'description_long' => \"From our expanded online assortment; 4&quot; wide; 135&#039; of tape; cloth-like structure\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-4-gaffers-tape-black/1005849.p?id=1218207310042&skuId=1005849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005849_sa.jpg\"}', 'upc' => '640282022897', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 2\\\" Gaffers Tape - White\", 'description_short' => \"From our expanded online assortment; 2&quot; wide; 135&#039; of tape; cloth-like structure\", 'description_long' => \"From our expanded online assortment; 2&quot; wide; 135&#039; of tape; cloth-like structure\", 'price' => 20.99, 'sale_price' => 16.99, 'url' => 'http://www.bestbuy.com/site/american-dj-2-gaffers-tape-white/1005867.p?id=1218207306630&skuId=1005867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005867_sa.jpg\"}', 'upc' => '640282022880', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 15-1/2' Flash Rope\", 'description_short' => \"From our expanded online assortment; 12 flash capsules; rain-resistant; built-in hanging ring\", 'description_long' => \"From our expanded online assortment; 12 flash capsules; rain-resistant; built-in hanging ring\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-15-1-2-flash-rope/1005885.p?id=1218207314033&skuId=1005885', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005885_sa.jpg\"}', 'upc' => '640282021982', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 3 RPM Mirror Ball Motor\", 'description_short' => \"From our expanded online assortment; AC motor; 3 rpm; holds mirror balls up to 12&quot;\", 'description_long' => \"From our expanded online assortment; AC motor; 3 rpm; holds mirror balls up to 12&quot;\", 'price' => 14.99, 'sale_price' => 9.99, 'url' => 'http://www.bestbuy.com/site/american-dj-3-rpm-mirror-ball-motor/1005894.p?id=1218207311613&skuId=1005894', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005894', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005894_sa.jpg\"}', 'upc' => '640282034609', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - LED Color Panel - Black\", 'description_short' => \"From our expanded online assortment; 288 LEDs; 7 DMX channel modes; 4 operational modes; strobe and dimming effects\", 'description_long' => \"From our expanded online assortment; 288 LEDs; 7 DMX channel modes; 4 operational modes; strobe and dimming effects\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-led-color-panel-black/1005903.p?id=1218207315201&skuId=1005903', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005903', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1306\\/1306786803\\/1306786803_sa.jpg\"}', 'upc' => '640282001359', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 1 RPM Mirror Ball Motor\", 'description_short' => \"From our expanded online assortment; AC motor; 1 rpm; holds mirror balls up to 16&quot;\", 'description_long' => \"From our expanded online assortment; AC motor; 1 rpm; holds mirror balls up to 16&quot;\", 'price' => 14.99, 'sale_price' => 11.99, 'url' => 'http://www.bestbuy.com/site/american-dj-1-rpm-mirror-ball-motor/1005912.p?id=1218207308006&skuId=1005912', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005912_sa.jpg\"}', 'upc' => '640282034005', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Chase Controller Pack\", 'description_short' => \"From our expanded online assortment; designed to chase LED and halogen par cans; 20 built-in programs; 7 preset scenes\", 'description_long' => \"From our expanded online assortment; designed to chase LED and halogen par cans; 20 built-in programs; 7 preset scenes\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-chase-controller-pack/1005985.p?id=1218207316314&skuId=1005985', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1005985', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1005\\/1005985_rc.jpg\"}', 'upc' => '640282000093', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Par Can Kit - Black\", 'description_short' => \"From our expanded online assortment; ideal for theaters, mobile entertainment and bands; 4 color gel filters; safety cable\", 'description_long' => \"From our expanded online assortment; ideal for theaters, mobile entertainment and bands; 4 color gel filters; safety cable\", 'price' => 54.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-par-can-kit-black/1006029.p?id=1218207302854&skuId=1006029', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006029_sa.jpg\"}', 'upc' => '640282010139', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 8-Channel Switch Center\", 'description_short' => \"From our expanded online assortment; built-in power supply; 8 channels\", 'description_long' => \"From our expanded online assortment; built-in power supply; 8 channels\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-8-channel-switch-center/1006038.p?id=1218207312804&skuId=1006038', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006038_sa.jpg\"}', 'upc' => '640282048293', 'provider' => 'bestbuy'],\n ['name' => \"VocoPro - TabletOke Digital Karaoke Mixer - Black/Gray\", 'description_short' => \"VOCOPRO TabletOke Digital Karaoke Mixer: Built-in Bluetooth music receiver; compatible with select smartphones, tablets and laptops with a 3.5mm (1/8&quot;) jack; connects to karaoke player for CDG or DVD disc playback\", 'description_long' => \"VOCOPRO TabletOke Digital Karaoke Mixer: Built-in Bluetooth music receiver; compatible with select smartphones, tablets and laptops with a 3.5mm (1/8&quot;) jack; connects to karaoke player for CDG or DVD disc playback\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vocopro-tabletoke-digital-karaoke-mixer-black-gray/1006046.p?id=1219460765652&skuId=1006046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006046_sa.jpg\"}', 'upc' => '692868822537', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 1 Gal. Bubble Juice\", 'description_short' => \"From our expanded online assortment; designed for use in bubble machines; colorless; 1 gal.\", 'description_long' => \"From our expanded online assortment; designed for use in bubble machines; colorless; 1 gal.\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-1-gal-bubble-juice/1006065.p?id=1218207315613&skuId=1006065', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006065_sa.jpg\"}', 'upc' => '640282013031', 'provider' => 'bestbuy'],\n ['name' => \"American Audio - Radius 3000 MIDI Controller - Black\", 'description_short' => \"From our expanded online assortment; plays MP3, WAV, CD and CD-R formats; media card slot; USB port; PowerTouch digital scratching; 9 on-board effects\", 'description_long' => \"From our expanded online assortment; plays MP3, WAV, CD and CD-R formats; media card slot; USB port; PowerTouch digital scratching; 9 on-board effects\", 'price' => 399.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-audio-radius-3000-midi-controller-black/1006126.p?id=1218207305296&skuId=1006126', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006126_sa.jpg\"}', 'upc' => '640282000963', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - 2' Safety Cable - Silver\", 'description_short' => \"Secures DJ light fixtures to a truss or pipe; steel construction; 60 lb. weight rating\", 'description_long' => \"Secures DJ light fixtures to a truss or pipe; steel construction; 60 lb. weight rating\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-2-safety-cable-silver/1006144.p?id=1218207315886&skuId=1006144', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006144_sa.jpg\"}', 'upc' => '640282091893', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Crank-2 Mobile Stand System - Black\", 'description_short' => \"From our expanded online assortment; raises equipment up to 10&#039;; steel tripod stand; steel truss sections\", 'description_long' => \"From our expanded online assortment; raises equipment up to 10&#039;; steel tripod stand; steel truss sections\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-crank-2-mobile-stand-system-black/1006199.p?id=1218207305427&skuId=1006199', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006199_sa.jpg\"}', 'upc' => '640282015417', 'provider' => 'bestbuy'],\n ['name' => \"CyberPower - 700VA Smart App Series Battery Back-Up System - Black\", 'description_short' => \"CYBERPOWER 700VA Smart App Series Battery Back-Up System: 1030 joules of protection; 6 outlets, including 4 battery- and surge-protected outlets; phone/network line protection; front-panel LCD; 10&#039; cord\", 'description_long' => \"CYBERPOWER 700VA Smart App Series Battery Back-Up System: 1030 joules of protection; 6 outlets, including 4 battery- and surge-protected outlets; phone/network line protection; front-panel LCD; 10&#039; cord\", 'price' => 225.99, 'sale_price' => 200.99, 'url' => 'http://www.bestbuy.com/site/cyberpower-700va-smart-app-series-battery-back-up-system-black/1006435.p?id=1218207313830&skuId=1006435', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006435', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006435_sa.jpg\"}', 'upc' => '649532715046', 'provider' => 'bestbuy'],\n ['name' => \"Elis, Essa Mulher - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elis-essa-mulher-cd/1006468.p?id=1507997&skuId=1006468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006468_sa.jpg\"}', 'upc' => '022925590022', 'provider' => 'bestbuy'],\n ['name' => \"The Sword in the Stone (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sword-in-the-stone-blu-ray-disc-2-disc/1006569.p?id=24888&skuId=1006569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006569_sa.jpg\"}', 'upc' => '786936834901', 'provider' => 'bestbuy'],\n ['name' => \"Survival Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/survival-collection-4-film-favorites-2-discs-dvd/1006578.p?id=2096296&skuId=1006578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006578_sa.jpg\"}', 'upc' => '883929129973', 'provider' => 'bestbuy'],\n ['name' => \"The Losers (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-losers-dvd/1006587.p?id=2119491&skuId=1006587&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006587', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006587_sa.jpg\"}', 'upc' => '883929106301', 'provider' => 'bestbuy'],\n ['name' => \"Naruto: Shippuden - Box Set 3 [3 Discs] (Boxed Set) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naruto-shippuden-box-set-3-3-discs-boxed-set-dvd/1006602.p?id=2102412&skuId=1006602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006602_sa.jpg\"}', 'upc' => '782009240075', 'provider' => 'bestbuy'],\n ['name' => \"War Heroes Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/war-heroes-collection-4-film-favorites-2-discs-dvd/1006611.p?id=2096298&skuId=1006611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006611_sa.jpg\"}', 'upc' => '883929130733', 'provider' => 'bestbuy'],\n ['name' => \"SuperFriends!: Season One, Vol. 2 [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/superfriends-season-one-vol-2-2-discs-dvd/1006639.p?id=2102408&skuId=1006639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006639.jpg\"}', 'upc' => '883929102037', 'provider' => 'bestbuy'],\n ['name' => \"Falta Amor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/falta-amor-cd/1006645.p?id=1375024&skuId=1006645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006645_sa.jpg\"}', 'upc' => '090317217321', 'provider' => 'bestbuy'],\n ['name' => \"Being Human: Season One [2 Discs] [Blu-ray] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/being-human-season-one-2-discs-blu-ray-blu-ray-disc/1006648.p?id=2108099&skuId=1006648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006648_sa.jpg\"}', 'upc' => '883929114313', 'provider' => 'bestbuy'],\n ['name' => \"Being Human: Season One [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/being-human-season-one-2-discs-dvd/1006657.p?id=2108098&skuId=1006657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006657_sa.jpg\"}', 'upc' => '883929114825', 'provider' => 'bestbuy'],\n ['name' => \"Clash of the Titans (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clash-of-the-titans-dvd/1006702.p?id=2119493&skuId=1006702&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006702', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006702_sa.jpg\"}', 'upc' => '883929106523', 'provider' => 'bestbuy'],\n ['name' => \"Batman: Under the Red Hood (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/batman-under-the-red-hood-dvd/1006739.p?id=2109872&skuId=1006739&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006739', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006739_sa.jpg\"}', 'upc' => '883929101061', 'provider' => 'bestbuy'],\n ['name' => \"Batman: Under the Red Hood [Special Edition] [2 Discs] (DVD) (Special Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/batman-under-the-red-hood-special-edition-2-discs-dvd-special-edition/1006748.p?id=2147183&skuId=1006748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006748.jpg\"}', 'upc' => '883929101160', 'provider' => 'bestbuy'],\n ['name' => \"8: The Mormon Proposition (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/8-the-mormon-proposition-dvd/1006757.p?id=2109333&skuId=1006757&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006757', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006757_sa.jpg\"}', 'upc' => '754703763464', 'provider' => 'bestbuy'],\n ['name' => \"Pornography: A Thriller (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pornography-a-thriller-dvd/1006766.p?id=2109413&skuId=1006766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1006766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1006\\/1006766_sa.jpg\"}', 'upc' => '754703763419', 'provider' => 'bestbuy'],\n ['name' => \"Fantasy Life - PRE-OWNED - Nintendo 3DS\", 'description_short' => \"Choose your fate as you journey through a fascinating land on the adventure of a lifetime\", 'description_long' => \"Choose your fate as you journey through a fascinating land on the adventure of a lifetime\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fantasy-life-pre-owned-nintendo-3ds/1007009.p?id=1219460752592&skuId=1007009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1007009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1007\\/1007009_sa.jpg\"}', 'upc' => '799007840268', 'provider' => 'bestbuy'],\n ['name' => \"Polk Audio - 300W Class AB Bridgeable 2-Channel MOSFET Amplifier with Switchable Bass Boost - Black\", 'description_short' => \"Selectable high or low-pass crossover; variable input gain; switchable 3-position bass boost\", 'description_long' => \"Selectable high or low-pass crossover; variable input gain; switchable 3-position bass boost\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/polk-audio-300w-class-ab-bridgeable-2-channel-mosfet-amplifier-with-switchable-bass-boost-black/1007107.p?id=1218207655270&skuId=1007107', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1007107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1007\\/1007107_sa.jpg\"}', 'upc' => '747192120702', 'provider' => 'bestbuy'],\n ['name' => \"Sir Lucious Left Foot: The Son of... [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sir-lucious-left-foot-the-son-of-pa-cd/1007901.p?id=2114497&skuId=1007901&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1007901', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1007\\/1007901_sa.jpg\"}', 'upc' => '602527400853', 'provider' => 'bestbuy'],\n ['name' => \"Jackson Browne: Going Home (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jackson-browne-going-home-dvd/1007947.p?id=33533&skuId=1007947&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1007947', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1007\\/1007947_sa.jpg\"}', 'upc' => '801213030491', 'provider' => 'bestbuy'],\n ['name' => \"Hidden Beach Recordings Presents: Unwrapped,... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hidden-beach-recordings-presents-unwrapped-cd-various/1007956.p?id=2121194&skuId=1007956&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1007956', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1007\\/1007956_sa.jpg\"}', 'upc' => '894096001955', 'provider' => 'bestbuy'],\n ['name' => \"Music of DC Comics: 75th Anniversary... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-dc-comics-75th-anniversary-cd/1007992.p?id=2119706&skuId=1007992&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1007992', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1007\\/1007992_sa.jpg\"}', 'upc' => '794043143335', 'provider' => 'bestbuy'],\n ['name' => \"Power Rangers: Super Megaforce - PRE-OWNED - Nintendo 3DS\", 'description_short' => \"Harness the powers of legendary Rangers to save Earth from an alien invasion\", 'description_long' => \"Harness the powers of legendary Rangers to save Earth from an alien invasion\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/power-rangers-super-megaforce-pre-owned-nintendo-3ds/1008008.p?id=1219482739482&skuId=1008008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008008_sa.jpg\"}', 'upc' => '799007840275', 'provider' => 'bestbuy'],\n ['name' => \"Still Rovin' After All These Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-rovin-after-all-these-years-cd/1008009.p?id=2119495&skuId=1008009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008009_sa.jpg\"}', 'upc' => '030206701722', 'provider' => 'bestbuy'],\n ['name' => \"Sir Lucious Left... [CD & DVD] [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sir-lucious-left-cd-dvd-pa-digipak-cd/1008036.p?id=2114501&skuId=1008036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008036_sa.jpg\"}', 'upc' => '602527433820', 'provider' => 'bestbuy'],\n ['name' => \"This Is the Blues, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-the-blues-vol-4-cd-various/1008045.p?id=2119203&skuId=1008045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008045_sa.jpg\"}', 'upc' => '826992017723', 'provider' => 'bestbuy'],\n ['name' => \"Intriguer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/intriguer-cd/1008081.p?id=2121189&skuId=1008081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008081_sa.jpg\"}', 'upc' => '888072322578', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Original Masters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-original-masters-cd/1008106.p?id=2119204&skuId=1008106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008106.jpg\"}', 'upc' => '054645416429', 'provider' => 'bestbuy'],\n ['name' => \"This Is the Blues, Vol. 3 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-the-blues-vol-3-various-cd/1008115.p?id=2119205&skuId=1008115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008115.jpg\"}', 'upc' => '826992017624', 'provider' => 'bestbuy'],\n ['name' => \"Performance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/performance-cd/1008197.p?id=2121195&skuId=1008197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008197.jpg\"}', 'upc' => '030206184129', 'provider' => 'bestbuy'],\n ['name' => \"Black 'n' Roll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-n-roll-cd/1008203.p?id=2119206&skuId=1008203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008203.jpg\"}', 'upc' => '826992503929', 'provider' => 'bestbuy'],\n ['name' => \"Tercer Cielo: En Concierto - Creere (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tercer-cielo-en-concierto-creere-dvd/1008267.p?id=2117247&skuId=1008267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008267_sa.jpg\"}', 'upc' => '827865402394', 'provider' => 'bestbuy'],\n ['name' => \"20 Corridos Poderosos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-corridos-poderosos-cd/1008276.p?id=2117248&skuId=1008276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008276.jpg\"}', 'upc' => '808835454421', 'provider' => 'bestbuy'],\n ['name' => \"El Talento del Bloque - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-talento-del-bloque-cd/1008285.p?id=2117239&skuId=1008285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008285_sa.jpg\"}', 'upc' => '827865500120', 'provider' => 'bestbuy'],\n ['name' => \"Funky Kingston [Mango Reissue] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/funky-kingston-mango-reissue-cd/1008304.p?id=102003&skuId=1008304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008304_sa.jpg\"}', 'upc' => '016253933026', 'provider' => 'bestbuy'],\n ['name' => \"Blood Like Lemonade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blood-like-lemonade-cd/1008319.p?id=2119496&skuId=1008319&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008319', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008319_sa.jpg\"}', 'upc' => '843798000148', 'provider' => 'bestbuy'],\n ['name' => \"Hold You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hold-you-cd/1008328.p?id=2119207&skuId=1008328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008328_sa.jpg\"}', 'upc' => '054645186728', 'provider' => 'bestbuy'],\n ['name' => \"100 Miles from Memphis [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/100-miles-from-memphis-digipak-cd/1008355.p?id=2117073&skuId=1008355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008355_sa.jpg\"}', 'upc' => '602527433943', 'provider' => 'bestbuy'],\n ['name' => \"BATMAN: UNDER THE RED HOOD (2PC) / (SPEC ECOA) (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/batman-under-the-red-hood-2pc-spec-ecoa-blu-ray-disc/1008373.p?id=2150155&skuId=1008373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008373_sa.jpg\"}', 'upc' => '883929099597', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 349.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-protection-plan-geek-squad/1008585.p?id=1218252648433&skuId=1008585&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008585', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010085859', 'provider' => 'bestbuy'],\n ['name' => \"The Sword in the Stone (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sword-in-the-stone-dvd/1008628.p?id=24888&skuId=1008628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008628.jpg\"}', 'upc' => '786936834925', 'provider' => 'bestbuy'],\n ['name' => \"NPR Discover Songs: Soul Revival - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/npr-discover-songs-soul-revival-cd-various/1008782.p?id=2115137&skuId=1008782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008782_sa.jpg\"}', 'upc' => '826663117080', 'provider' => 'bestbuy'],\n ['name' => \"Pedro Cap¢ - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pedro-cap-cd/1008791.p?id=2115268&skuId=1008791&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008791', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008791_sa.jpg\"}', 'upc' => '886972757520', 'provider' => 'bestbuy'],\n ['name' => \"Plays Blues, Ballads & Favorites - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-blues-ballads-favorites-cd/1008828.p?id=2115282&skuId=1008828&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008828', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008828_sa.jpg\"}', 'upc' => '826663121063', 'provider' => 'bestbuy'],\n ['name' => \"Meridional - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/meridional-cd/1008855.p?id=2115278&skuId=1008855&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008855', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008855_sa.jpg\"}', 'upc' => '793018308724', 'provider' => 'bestbuy'],\n ['name' => \"Setlist: The Very Best... [ECD] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/setlist-the-very-best-ecd-digipak-cd/1008864.p?id=2115284&skuId=1008864&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008864', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008864_sa.jpg\"}', 'upc' => '886977027529', 'provider' => 'bestbuy'],\n ['name' => \"Setlist: The Very... [ECD] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/setlist-the-very-ecd-digipak-cd/1008882.p?id=2115279&skuId=1008882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008882_sa.jpg\"}', 'upc' => '886977027925', 'provider' => 'bestbuy'],\n ['name' => \"Bloodletting [20th Anniversary Edition] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bloodletting-20th-anniversary-edition-cd/1008891.p?id=2115281&skuId=1008891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008891_sa.jpg\"}', 'upc' => '826663120868', 'provider' => 'bestbuy'],\n ['name' => \"Setlist: The Very Best of Willie... [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/setlist-the-very-best-of-willie-ecd-cd/1008919.p?id=2115283&skuId=1008919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008919_sa.jpg\"}', 'upc' => '886977027024', 'provider' => 'bestbuy'],\n ['name' => \"At Budokan [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-budokan-cd-dvd-cd-dvd/1008928.p?id=2114427&skuId=1008928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008928_sa.jpg\"}', 'upc' => '886977266126', 'provider' => 'bestbuy'],\n ['name' => \"Time Flies... 1994-2009 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-flies-1994-2009-cd/1008937.p?id=2113865&skuId=1008937&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008937', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008937_sa.jpg\"}', 'upc' => '886977378621', 'provider' => 'bestbuy'],\n ['name' => \"Matilda/The New Adventures of Pippi Longstocking [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/matilda-the-new-adventures-of-pippi-longstocking-2-discs-dvd/1008946.p?id=2063605&skuId=1008946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1829\\/18293494.jpg\"}', 'upc' => '043396184817', 'provider' => 'bestbuy'],\n ['name' => \"Setlist: The Very Best of... [ECD] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/setlist-the-very-best-of-ecd-digipak-cd/1008973.p?id=2115272&skuId=1008973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008973_sa.jpg\"}', 'upc' => '886977027727', 'provider' => 'bestbuy'],\n ['name' => \"Setlist: The Very Best of Blue... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/setlist-the-very-best-of-blue-digipak-cd/1008982.p?id=2115285&skuId=1008982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008982.jpg\"}', 'upc' => '886977177927', 'provider' => 'bestbuy'],\n ['name' => \"Setlist: The Very... [ECD] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/setlist-the-very-ecd-digipak-cd/1008991.p?id=2115274&skuId=1008991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1008991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1008\\/1008991_sa.jpg\"}', 'upc' => '886977178221', 'provider' => 'bestbuy'],\n ['name' => \"Cooking Mama 5: Bon Appétit - PRE-OWNED - Nintendo 3DS\", 'description_short' => \"Whip up sweet treats and mouthwatering dishes that show you&#039;re a culinary star\", 'description_long' => \"Whip up sweet treats and mouthwatering dishes that show you&#039;re a culinary star\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cooking-mama-5-bon-appetit-pre-owned-nintendo-3ds/1009007.p?id=1219460752590&skuId=1009007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009007_sa.jpg\"}', 'upc' => '799007840282', 'provider' => 'bestbuy'],\n ['name' => \"Setlist: The Very Best of... [ECD] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/setlist-the-very-best-of-ecd-digipak-cd/1009008.p?id=2115280&skuId=1009008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009008_sa.jpg\"}', 'upc' => '886977224522', 'provider' => 'bestbuy'],\n ['name' => \"Setlist: The Very... [ECD] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/setlist-the-very-ecd-digipak-cd/1009026.p?id=2115286&skuId=1009026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009026_sa.jpg\"}', 'upc' => '886977178429', 'provider' => 'bestbuy'],\n ['name' => \"Time Flies... 1994-2009 [CD & DVD] [Box] [PA] - CD - DVD Box Limited Edition Clamshell\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-flies-1994-2009-cd-dvd-box-pa-cd-dvd-box-limited-edition-clamshell/1009053.p?id=2113866&skuId=1009053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009053_sa.jpg\"}', 'upc' => '886977226625', 'provider' => 'bestbuy'],\n ['name' => \"Audio-Technica - Microphone\", 'description_short' => \"Detachable - 20Hz to 20kHz - Cable\", 'description_long' => \"Detachable - 20Hz to 20kHz - Cable\", 'price' => 99.99, 'sale_price' => 92.99, 'url' => 'http://www.bestbuy.com/site/audio-technica-microphone/1009211.p?id=1218207657136&skuId=1009211&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009211', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009211_105x210_sc.jpg\"}', 'upc' => '042005134953', 'provider' => 'bestbuy'],\n ['name' => \"Shenandoah (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shenandoah-dvd/1009248.p?id=42704&skuId=1009248&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009248_sa.jpg\"}', 'upc' => '025192262029', 'provider' => 'bestbuy'],\n ['name' => \"Glacier National Park (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/glacier-national-park-blu-ray-disc/1009363.p?id=2077283&skuId=1009363&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009363', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009363_sa.jpg\"}', 'upc' => '014381633856', 'provider' => 'bestbuy'],\n ['name' => \"My Regeneration - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-regeneration-cd/1009414.p?id=2115342&skuId=1009414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009414_sa.jpg\"}', 'upc' => '698268951020', 'provider' => 'bestbuy'],\n ['name' => \"Seawide - Nautic 6\\\" x 9\\\" 2-Way Coaxial Marine Speakers (Pair) - White\", 'description_short' => \"Handles up to 130W power; polymer speaker assembly; grilles and housings made from UV-resistant fiber-reinforced ABS plastic; injection-molded magnet\", 'description_long' => \"Handles up to 130W power; polymer speaker assembly; grilles and housings made from UV-resistant fiber-reinforced ABS plastic; injection-molded magnet\", 'price' => 65.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seawide-nautic-6-x-9-2-way-coaxial-marine-speakers-pair-white/1009511.p?id=1218215158393&skuId=1009511', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009511', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009511_sa.jpg\"}', 'upc' => '806576215721', 'provider' => 'bestbuy'],\n ['name' => \"Seawide - Nautic 6-1/2\\\" 2-Way Coaxial Marine Speakers (Pair) - White\", 'description_short' => \"Handles up to 50W power; polymer speaker assembly; grilles and housings made from UV-resistant fiber-reinforced ABS plastic; injection-molded magnet\", 'description_long' => \"Handles up to 50W power; polymer speaker assembly; grilles and housings made from UV-resistant fiber-reinforced ABS plastic; injection-molded magnet\", 'price' => 64.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seawide-nautic-6-1-2-2-way-coaxial-marine-speakers-pair-white/1009566.p?id=1218215158336&skuId=1009566', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009566_sa.jpg\"}', 'upc' => '806576215714', 'provider' => 'bestbuy'],\n ['name' => \"Move of Ten [EP] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/move-of-ten-ep-digipak-cd/1009609.p?id=2117657&skuId=1009609&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009609', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009609_sa.jpg\"}', 'upc' => '801061950521', 'provider' => 'bestbuy'],\n ['name' => \"Admiral Fell Promises [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/admiral-fell-promises-digipak-cd/1009618.p?id=2117236&skuId=1009618&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009618_sa.jpg\"}', 'upc' => '634457529328', 'provider' => 'bestbuy'],\n ['name' => \"Masts of Manhatta [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/masts-of-manhatta-digipak-cd/1009627.p?id=2117656&skuId=1009627&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009627', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009627_sa.jpg\"}', 'upc' => '611357630903', 'provider' => 'bestbuy'],\n ['name' => \"Safe Upon the Shore [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/safe-upon-the-shore-digipak-cd/1009636.p?id=2117068&skuId=1009636&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009636', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009636.jpg\"}', 'upc' => '634457528925', 'provider' => 'bestbuy'],\n ['name' => \"Messin' with the Kid: Original Masters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/messin-with-the-kid-original-masters-cd/1009645.p?id=2133200&skuId=1009645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009645_sa.jpg\"}', 'upc' => '708535172161', 'provider' => 'bestbuy'],\n ['name' => \"Wildwood [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wildwood-digipak-cd/1009654.p?id=2117654&skuId=1009654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009654_sa.jpg\"}', 'upc' => '634457222120', 'provider' => 'bestbuy'],\n ['name' => \"I Heart California [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-heart-california-digipak-cd/1009663.p?id=2118066&skuId=1009663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1009663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1009\\/1009663_sa.jpg\"}', 'upc' => '634457528727', 'provider' => 'bestbuy'],\n ['name' => \"WWE 2K15 - PRE-OWNED - Xbox 360\", 'description_short' => \"Step into the ring and fight your way to the gold\", 'description_long' => \"Step into the ring and fight your way to the gold\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-2k15-pre-owned-xbox-360/1010002.p?id=1219460771478&skuId=1010002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1010002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1010\\/1010002_sa.jpg\"}', 'upc' => '799007840299', 'provider' => 'bestbuy'],\n ['name' => \"StarTech - DisplayPort to VGA Adapter - Black\", 'description_short' => \"DisplayPort Male\", 'description_long' => \"DisplayPort Male\", 'price' => 28.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/startech-displayport-to-vga-adapter-black/1010004.p?id=1218265847767&skuId=1010004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1010004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1010\\/1010004_sa.jpg\"}', 'upc' => '065030834551', 'provider' => 'bestbuy'],\n ['name' => \"Oliver and Company (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oliver-and-company-blu-ray-disc-2-disc/1010147.p?id=43372&skuId=1010147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1010147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1010\\/1010147_sa.jpg\"}', 'upc' => '786936829235', 'provider' => 'bestbuy'],\n ['name' => \"KitchenAid - 36\\\" Built-In Electric Cooktop - Black\", 'description_short' => \"Knob controls; 5 cooktop elements; 100-2700 watts of power; warm zone; 2 double-ring round elements\", 'description_long' => \"Knob controls; 5 cooktop elements; 100-2700 watts of power; warm zone; 2 double-ring round elements\", 'price' => 1499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kitchenaid-36-built-in-electric-cooktop-black/1010226.p?id=1218208015434&skuId=1010226&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1010226', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1010\\/1010226_sa.jpg\"}', 'upc' => '883049202440', 'provider' => 'bestbuy'],\n ['name' => \"KitchenAid - 36\\\" Built-In Electric Cooktop - Stainless Steel\", 'description_short' => \"Knob controls; 5 cooktop elements; 100-2700 watts of power; warm zone; 2 double-ring round elements\", 'description_long' => \"Knob controls; 5 cooktop elements; 100-2700 watts of power; warm zone; 2 double-ring round elements\", 'price' => 1599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kitchenaid-36-built-in-electric-cooktop-stainless-steel/1010271.p?id=1218208016783&skuId=1010271&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1010271', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1010\\/1010271_sa.jpg\"}', 'upc' => '883049202457', 'provider' => 'bestbuy'],\n ['name' => \"American Audio - Headphones - Black/Silver\", 'description_short' => \"From our expanded online assortment; 44mm driver; 32 ohms impedance; 20Hz - 20kHz frequency response; 3.5mm stereo plug\", 'description_long' => \"From our expanded online assortment; 44mm driver; 32 ohms impedance; 20Hz - 20kHz frequency response; 3.5mm stereo plug\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-audio-headphones-black-silver/1010401.p?id=1218208999696&skuId=1010401', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1010401', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1010\\/1010401_sa.jpg\"}', 'upc' => '640282021890', 'provider' => 'bestbuy'],\n ['name' => \"Keurig - Green Mountain Breakfast Blend K-Cups (18-Pack) - Multi\", 'description_short' => \"For use with Keurig&#039;s Single Serve Brewer; Kona breakfast blend coffee; 18-pack\", 'description_long' => \"For use with Keurig&#039;s Single Serve Brewer; Kona breakfast blend coffee; 18-pack\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keurig-green-mountain-breakfast-blend-k-cups-18-pack-multi/1011173.p?id=1218208016216&skuId=1011173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011173_sa.jpg\"}', 'upc' => '099555005202', 'provider' => 'bestbuy'],\n ['name' => \"The Sims 3 - Nintendo Wii\", 'description_short' => \"Give your Sims the run of the neighborhood in this exciting new edition\", 'description_long' => \"Give your Sims the run of the neighborhood in this exciting new edition\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sims-3-nintendo-wii/1011786.p?id=1218208016458&skuId=1011786', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011786', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011786_sa.jpg\"}', 'upc' => '014633194401', 'provider' => 'bestbuy'],\n ['name' => \"The Quickening - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-quickening-cd/1011859.p?id=2115483&skuId=1011859&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011859', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011859_sa.jpg\"}', 'upc' => '827954103522', 'provider' => 'bestbuy'],\n ['name' => \"Spirit the Earth Aflame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-the-earth-aflame-cd/1011868.p?id=2115495&skuId=1011868&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011868', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011868_sa.jpg\"}', 'upc' => '039841486520', 'provider' => 'bestbuy'],\n ['name' => \"Rising from the Grave [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rising-from-the-grave-cd-dvd-cd-dvd/1011877.p?id=2115494&skuId=1011877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011877_sa.jpg\"}', 'upc' => '039841490329', 'provider' => 'bestbuy'],\n ['name' => \"Rites Of The Pentagram [CD & DVD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rites-of-the-pentagram-cd-dvd-cd/1011886.p?id=2115497&skuId=1011886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011886_sa.jpg\"}', 'upc' => '020286154167', 'provider' => 'bestbuy'],\n ['name' => \"Paegan Terrorism Tactics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paegan-terrorism-tactics-cd/1011895.p?id=2115464&skuId=1011895&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011895', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011895.jpg\"}', 'upc' => '032357304425', 'provider' => 'bestbuy'],\n ['name' => \"Legacy of the Ancients - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legacy-of-the-ancients-cd/1011904.p?id=2115461&skuId=1011904&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011904', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011904_sa.jpg\"}', 'upc' => '746105056923', 'provider' => 'bestbuy'],\n ['name' => \"Conjuring the Damned - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/conjuring-the-damned-cd/1011913.p?id=2115485&skuId=1011913&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011913', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011913_sa.jpg\"}', 'upc' => '656191201629', 'provider' => 'bestbuy'],\n ['name' => \"Black Coffee - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-coffee-cd/1011922.p?id=2115475&skuId=1011922&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011922', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011922_sa.jpg\"}', 'upc' => '823862002520', 'provider' => 'bestbuy'],\n ['name' => \"Capricorn One: Singles & Rarities [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capricorn-one-singles-rarities-digipak-cd/1011959.p?id=2115502&skuId=1011959&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011959', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011959_sa.jpg\"}', 'upc' => '751097075623', 'provider' => 'bestbuy'],\n ['name' => \"Dirty Little Rabbits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dirty-little-rabbits-cd/1011968.p?id=2115470&skuId=1011968&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011968', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011968.jpg\"}', 'upc' => '654436015826', 'provider' => 'bestbuy'],\n ['name' => \"2nd Avenue [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2nd-avenue-digipak-cd/1011977.p?id=2118063&skuId=1011977&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011977', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011977_sa.jpg\"}', 'upc' => '020286152309', 'provider' => 'bestbuy'],\n ['name' => \"Yet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yet-cd/1011986.p?id=2115827&skuId=1011986&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011986', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011986.jpg\"}', 'upc' => '803847109420', 'provider' => 'bestbuy'],\n ['name' => \"Danza III: The Series of Unfortunate Events - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/danza-iii-the-series-of-unfortunate-events-cd/1011995.p?id=2115456&skuId=1011995&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1011995', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1011\\/1011995_sa.jpg\"}', 'upc' => '039841491128', 'provider' => 'bestbuy'],\n ['name' => \"The Dawg Years (1975-1978) [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dawg-years-1975-1978-digipak-cd/1012002.p?id=2115453&skuId=1012002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012002_sa.jpg\"}', 'upc' => '767981122328', 'provider' => 'bestbuy'],\n ['name' => \"Laughing [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/laughing-pa-cd/1012011.p?id=2115441&skuId=1012011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012011.jpg\"}', 'upc' => '673951017221', 'provider' => 'bestbuy'],\n ['name' => \"You Are Beneath Me [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-are-beneath-me-digipak-cd/1012039.p?id=2115496&skuId=1012039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012039_sa.jpg\"}', 'upc' => '020286123989', 'provider' => 'bestbuy'],\n ['name' => \"Rollin' [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rollin-pa-digipak-cd/1012048.p?id=2118062&skuId=1012048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012048_sa.jpg\"}', 'upc' => '020286152170', 'provider' => 'bestbuy'],\n ['name' => \"Love Ritual: Rare & Previously... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-ritual-rare-previously-digipak-cd/1012057.p?id=2115447&skuId=1012057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012057.jpg\"}', 'upc' => '767981121529', 'provider' => 'bestbuy'],\n ['name' => \"Wide Awake [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wide-awake-digipak-cd/1012066.p?id=2115469&skuId=1012066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012066_sa.jpg\"}', 'upc' => '020286154204', 'provider' => 'bestbuy'],\n ['name' => \"How to Destroy Angels [EP] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-to-destroy-angels-ep-digipak-cd/1012075.p?id=2115459&skuId=1012075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012075_sa.jpg\"}', 'upc' => '766929950122', 'provider' => 'bestbuy'],\n ['name' => \"A Feast for Crows [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-feast-for-crows-digdownload-cd/1012084.p?id=2115460&skuId=1012084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012084.jpg\"}', 'upc' => '746105055728', 'provider' => 'bestbuy'],\n ['name' => \"The Marriage of Heaven and Hell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-marriage-of-heaven-and-hell-cd/1012093.p?id=2115466&skuId=1012093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012093_sa.jpg\"}', 'upc' => '803847109321', 'provider' => 'bestbuy'],\n ['name' => \"Common Ground - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/common-ground-cd/1012109.p?id=2114448&skuId=1012109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012109_sa.jpg\"}', 'upc' => '020286152279', 'provider' => 'bestbuy'],\n ['name' => \"Alive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alive-cd/1012118.p?id=2114447&skuId=1012118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012118_sa.jpg\"}', 'upc' => '020286154211', 'provider' => 'bestbuy'],\n ['name' => \"Down Low Brother - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-low-brother-cd/1012409.p?id=1537388&skuId=1012409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012409_sa.jpg\"}', 'upc' => '706393108124', 'provider' => 'bestbuy'],\n ['name' => \"Talk to Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talk-to-me-cd/1012436.p?id=1344456&skuId=1012436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012436_sa.jpg\"}', 'upc' => '096094108029', 'provider' => 'bestbuy'],\n ['name' => \"La Musica del Futuro - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/la-musica-del-futuro-cd/1012445.p?id=2115263&skuId=1012445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012445_sa.jpg\"}', 'upc' => '097037877026', 'provider' => 'bestbuy'],\n ['name' => \"It's My Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-my-time-cd/1012454.p?id=1642028&skuId=1012454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012454_sa.jpg\"}', 'upc' => '706393109220', 'provider' => 'bestbuy'],\n ['name' => \"Guerilla Business [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guerilla-business-digipak-cd/1012481.p?id=2115242&skuId=1012481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012481.jpg\"}', 'upc' => '845121019179', 'provider' => 'bestbuy'],\n ['name' => \"I'm a Woman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-a-woman-cd/1012515.p?id=1828531&skuId=1012515&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012515', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012515_sa.jpg\"}', 'upc' => '842994011545', 'provider' => 'bestbuy'],\n ['name' => \"Where Y'At?: Ultimate Black & Gold Party! - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/where-yat-ultimate-black-gold-party-cd-various/1012542.p?id=2115258&skuId=1012542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012542_sa.jpg\"}', 'upc' => '096094112323', 'provider' => 'bestbuy'],\n ['name' => \"The Best Woman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-woman-cd/1012579.p?id=211474&skuId=1012579&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012579', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012579_sa.jpg\"}', 'upc' => '706393103822', 'provider' => 'bestbuy'],\n ['name' => \"After Hours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-hours-cd/1012647.p?id=70143&skuId=1012647&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012647', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012647_sa.jpg\"}', 'upc' => '089408330223', 'provider' => 'bestbuy'],\n ['name' => \"Papa Doo Run Run - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/papa-doo-run-run-cd/1012665.p?id=1366312&skuId=1012665&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012665', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012665_sa.jpg\"}', 'upc' => '089408550119', 'provider' => 'bestbuy'],\n ['name' => \"Symphony 8 / Scherzo Capriccioso - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphony-8-scherzo-capriccioso-cd/1012781.p?id=1676879&skuId=1012781&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012781', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012781.jpg\"}', 'upc' => '089408020629', 'provider' => 'bestbuy'],\n ['name' => \"Righteous/ Games Guitars Play - CD - Remastered\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/righteous-games-guitars-play-cd-remastered/1012885.p?id=1472292&skuId=1012885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012885_sa.jpg\"}', 'upc' => '5017261206671', 'provider' => 'bestbuy'],\n ['name' => \"Howling Trains and Barking Dogs [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/howling-trains-and-barking-dogs-digipak-cd/1012894.p?id=2110243&skuId=1012894&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012894', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012894_sa.jpg\"}', 'upc' => '607735006620', 'provider' => 'bestbuy'],\n ['name' => \"Dum-Dum Bullets [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dum-dum-bullets-digipak-cd/1012903.p?id=2110305&skuId=1012903&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012903', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012903_sa.jpg\"}', 'upc' => '693723066424', 'provider' => 'bestbuy'],\n ['name' => \"Romeo & Juliet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/romeo-juliet-cd/1012905.p?id=1689268&skuId=1012905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012905.jpg\"}', 'upc' => '089408022821', 'provider' => 'bestbuy'],\n ['name' => \"The Snake - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-snake-cd/1012912.p?id=2358827&skuId=1012912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1135\\/11355589.jpg\"}', 'upc' => '5017261203984', 'provider' => 'bestbuy'],\n ['name' => \"Beast Mode [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beast-mode-pa-cd/1012921.p?id=2110180&skuId=1012921&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012921', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012921_sa.jpg\"}', 'upc' => '099923206927', 'provider' => 'bestbuy'],\n ['name' => \"Shangrenade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shangrenade-cd/1012949.p?id=1528976&skuId=1012949&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012949', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012949_sa.jpg\"}', 'upc' => '5017261204103', 'provider' => 'bestbuy'],\n ['name' => \"Baby Batter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/baby-batter-cd/1012967.p?id=1452225&skuId=1012967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012967.jpg\"}', 'upc' => '5017261202529', 'provider' => 'bestbuy'],\n ['name' => \"Stupendous Adventures Of Marco Polo... [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stupendous-adventures-of-marco-polo-pa-cd/1012976.p?id=2110185&skuId=1012976&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012976', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012976_sa.jpg\"}', 'upc' => '693461215528', 'provider' => 'bestbuy'],\n ['name' => \"Noesis [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/noesis-digipak-cd/1012985.p?id=2110205&skuId=1012985&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1012985', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1012\\/1012985.jpg\"}', 'upc' => '804223002120', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Chicago Blues [Vanguard LP] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-chicago-blues-vanguard-lp-cd-various/1013218.p?id=1365877&skuId=1013218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013218_sa.jpg\"}', 'upc' => '015707010221', 'provider' => 'bestbuy'],\n ['name' => \"Electric Music for the Mind and Body - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/electric-music-for-the-mind-and-body-cd/1013227.p?id=78818&skuId=1013227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013227.jpg\"}', 'upc' => '015707924429', 'provider' => 'bestbuy'],\n ['name' => \"The Immortal Mississippi John Hurt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-immortal-mississippi-john-hurt-cd/1013245.p?id=85968&skuId=1013245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013245_sa.jpg\"}', 'upc' => '015707924825', 'provider' => 'bestbuy'],\n ['name' => \"Circus Maximus with Jerry Jeff Walker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/circus-maximus-with-jerry-jeff-walker-cd/1013307.p?id=77830&skuId=1013307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013307_sa.jpg\"}', 'upc' => '015707926027', 'provider' => 'bestbuy'],\n ['name' => \"Coming at You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coming-at-you-cd/1013325.p?id=103774&skuId=1013325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013325_sa.jpg\"}', 'upc' => '015707926225', 'provider' => 'bestbuy'],\n ['name' => \"I-Feel-Like-I'm-Fixin'-To-Die - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-feel-like-im-fixin-to-die-cd/1013343.p?id=78819&skuId=1013343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013343.JPG\"}', 'upc' => '015707926621', 'provider' => 'bestbuy'],\n ['name' => \"A Man and the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-man-and-the-blues-cd/1013389.p?id=84476&skuId=1013389&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013389', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013389_sa.jpg\"}', 'upc' => '015707927222', 'provider' => 'bestbuy'],\n ['name' => \"Devil Got My Woman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/devil-got-my-woman-cd/1013405.p?id=86657&skuId=1013405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013405_sa.jpg\"}', 'upc' => '015707927321', 'provider' => 'bestbuy'],\n ['name' => \"Together - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/together-cd/1013423.p?id=78822&skuId=1013423&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013423', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013423.jpg\"}', 'upc' => '015707927727', 'provider' => 'bestbuy'],\n ['name' => \"Cut You Loose! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cut-you-loose-cd/1013441.p?id=78787&skuId=1013441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013441_sa.jpg\"}', 'upc' => '015707928328', 'provider' => 'bestbuy'],\n ['name' => \"This Is Buddy Guy! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-buddy-guy-cd/1013469.p?id=84489&skuId=1013469&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013469', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013469.jpg\"}', 'upc' => '015707929028', 'provider' => 'bestbuy'],\n ['name' => \"Hold That Plane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hold-that-plane-cd/1013548.p?id=84481&skuId=1013548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013548.jpg\"}', 'upc' => '015707932325', 'provider' => 'bestbuy'],\n ['name' => \"Music of Another Present Era - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-another-present-era-cd/1013566.p?id=2280846&skuId=1013566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013566.jpg\"}', 'upc' => '015707932622', 'provider' => 'bestbuy'],\n ['name' => \"Hits: Greatest & Others - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hits-greatest-others-cd/1013600.p?id=73702&skuId=1013600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013600_sa.jpg\"}', 'upc' => '015707933223', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Siegel Schwall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-siegel-schwall-cd/1013655.p?id=98709&skuId=1013655&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013655', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013655.jpg\"}', 'upc' => '015707933629', 'provider' => 'bestbuy'],\n ['name' => \"The World of Scott Joplin, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-world-of-scott-joplin-vol-2-cd/1013673.p?id=69371&skuId=1013673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013673.jpg\"}', 'upc' => '015707035125', 'provider' => 'bestbuy'],\n ['name' => \"The Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-cd/1013735.p?id=97728&skuId=1013735&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013735', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013735.jpg\"}', 'upc' => '015707030427', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Darlin' Boys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-darlin-boys-cd/1013753.p?id=178381&skuId=1013753&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013753', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013753_sa.jpg\"}', 'upc' => '015707050623', 'provider' => 'bestbuy'],\n ['name' => \"At Town Hall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-town-hall-cd/1013806.p?id=93801&skuId=1013806&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013806_sa.jpg\"}', 'upc' => '015707210928', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Eric Andersen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-eric-andersen-cd/1013842.p?id=72951&skuId=1013842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013842_sa.jpg\"}', 'upc' => '015707070829', 'provider' => 'bestbuy'],\n ['name' => \"Magic Bullet - Blender - Black\", 'description_short' => \"17-piece set; chops, mixes, blends, whips, grinds and more in about 10 seconds; 4 party mugs with comfort lip rings\", 'description_long' => \"17-piece set; chops, mixes, blends, whips, grinds and more in about 10 seconds; 4 party mugs with comfort lip rings\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magic-bullet-blender-black/1013848.p?id=1218208323341&skuId=1013848&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013848', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013848_rc.jpg\"}', 'upc' => '898078001049', 'provider' => 'bestbuy'],\n ['name' => \"Cisco Houston Sings the Songs of Woody Guthrie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cisco-houston-sings-the-songs-of-woody-guthrie-cd/1013904.p?id=85832&skuId=1013904&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013904', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013904_sa.jpg\"}', 'upc' => '015707213127', 'provider' => 'bestbuy'],\n ['name' => \"Four Strong Winds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/four-strong-winds-cd/1013922.p?id=86027&skuId=1013922&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013922', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013922_sa.jpg\"}', 'upc' => '015707214926', 'provider' => 'bestbuy'],\n ['name' => \"Reunion at Carnegie Hall: 1963 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reunion-at-carnegie-hall-1963-cd/1013940.p?id=103699&skuId=1013940&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013940', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013940.jpg\"}', 'upc' => '015707215022', 'provider' => 'bestbuy'],\n ['name' => \"Cryin' Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cryin-time-cd/1013995.p?id=99782&skuId=1013995&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1013995', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1013\\/1013995.jpg\"}', 'upc' => '015707651424', 'provider' => 'bestbuy'],\n ['name' => \"Frigidaire - 17 Cu. Ft. Upright Convertible Freezer/Refrigerator - White\", 'description_short' => \"5 built-in shelves; in-door storage; defrost drain; mechanical knob controls\", 'description_long' => \"5 built-in shelves; in-door storage; defrost drain; mechanical knob controls\", 'price' => 849.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frigidaire-17-cu-ft-upright-convertible-freezer-refrigerator-white/1014008.p?id=1219460767478&skuId=1014008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014008_sa.jpg\"}', 'upc' => '012505229787', 'provider' => 'bestbuy'],\n ['name' => \"The First 10 Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-first-10-years-cd/1014066.p?id=73715&skuId=1014066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014066_sa.jpg\"}', 'upc' => '015707656023', 'provider' => 'bestbuy'],\n ['name' => \"Vacation Isle Beach Party - Nintendo Wii\", 'description_short' => \"Step into the sun and go on a vacation anytime\", 'description_long' => \"Step into the sun and go on a vacation anytime\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vacation-isle-beach-party-nintendo-wii/1014073.p?id=1218208322413&skuId=1014073', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014073.jpg\"}', 'upc' => '883929126910', 'provider' => 'bestbuy'],\n ['name' => \"Ballads From Deep Gap - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ballads-from-deep-gap-cd/1014093.p?id=103615&skuId=1014093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014093.jpg\"}', 'upc' => '015707657624', 'provider' => 'bestbuy'],\n ['name' => \"Creation (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/creation-dvd/1014116.p?id=2091215&skuId=1014116&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014116_sa.jpg\"}', 'upc' => '031398123699', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/1014173.p?id=88473&skuId=1014173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014173_sa.jpg\"}', 'upc' => '015707131421', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-dvd/1014204.p?id=2108270&skuId=1014204&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014204', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014204_sa.jpg\"}', 'upc' => '652405001399', 'provider' => 'bestbuy'],\n ['name' => \"The Red Shoes (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-red-shoes-blu-ray-disc/1014213.p?id=24078&skuId=1014213&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014213', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014213_sa.jpg\"}', 'upc' => '715515059312', 'provider' => 'bestbuy'],\n ['name' => \"Distant Hills - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/distant-hills-cd/1014217.p?id=69702&skuId=1014217&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014217', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014217.jpg\"}', 'upc' => '015707934121', 'provider' => 'bestbuy'],\n ['name' => \"Golgo 13: Collection 1 (2 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golgo-13-collection-1-2-disc-dvd/1014231.p?id=2109883&skuId=1014231&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014231', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014231.jpg\"}', 'upc' => '814131018908', 'provider' => 'bestbuy'],\n ['name' => \"Introducing the Eleventh House with Larry Coryell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/introducing-the-eleventh-house-with-larry-coryell-cd/1014235.p?id=65317&skuId=1014235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014235_sa.jpg\"}', 'upc' => '015707934220', 'provider' => 'bestbuy'],\n ['name' => \"Ip Man (Blu-ray Disc) (2 Disc) (Collector's Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ip-man-blu-ray-disc-2-disc-collectors-edition/1014259.p?id=1954262&skuId=1014259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014259_sa.jpg\"}', 'upc' => '812491011522', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/1014262.p?id=103696&skuId=1014262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014262_sa.jpg\"}', 'upc' => '015707151627', 'provider' => 'bestbuy'],\n ['name' => \"Ip Man (DVD) (Collector's Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ip-man-dvd-collectors-edition/1014268.p?id=1954262&skuId=1014268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014268_sa.jpg\"}', 'upc' => '812491011515', 'provider' => 'bestbuy'],\n ['name' => \"Black Narcissus (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-narcissus-blu-ray-disc/1014277.p?id=20590&skuId=1014277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014277_sa.jpg\"}', 'upc' => '715515061216', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Folksingers of the '60s - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-folksingers-of-the-60s-cd-various/1014280.p?id=82586&skuId=1014280&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014280', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014280.jpg\"}', 'upc' => '015707171823', 'provider' => 'bestbuy'],\n ['name' => \"The Mississippi John Hurt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mississippi-john-hurt-cd/1014306.p?id=85965&skuId=1014306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014306.jpg\"}', 'upc' => '015707192026', 'provider' => 'bestbuy'],\n ['name' => \"The Great Blues Men - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-blues-men-cd-various/1014324.p?id=75331&skuId=1014324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014324.jpg\"}', 'upc' => '015707252621', 'provider' => 'bestbuy'],\n ['name' => \"Just Dance 2 - Nintendo Wii\", 'description_short' => \"Move to the beat and keep the party going\", 'description_long' => \"Move to the beat and keep the party going\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-dance-2-nintendo-wii/1014329.p?id=1218208323015&skuId=1014329', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014329_sa.jpg\"}', 'upc' => '008888176060', 'provider' => 'bestbuy'],\n ['name' => \"Air Mail Music: Cajuns de Louisiane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/air-mail-music-cajuns-de-louisiane-cd/1014338.p?id=1438870&skuId=1014338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014338_sa.jpg\"}', 'upc' => '3700089411144', 'provider' => 'bestbuy'],\n ['name' => \"My New Orleans Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-new-orleans-soul-cd/1014347.p?id=255542&skuId=1014347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014347_sa.jpg\"}', 'upc' => '752211103826', 'provider' => 'bestbuy'],\n ['name' => \"The Immortal Soul of Johnny Adams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-immortal-soul-of-johnny-adams-cd/1014356.p?id=160913&skuId=1014356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014356_sa.jpg\"}', 'upc' => '752211120120', 'provider' => 'bestbuy'],\n ['name' => \"Edition Pierre Verger: Louisiana - From... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/edition-pierre-verger-louisiana-from-cd/1014365.p?id=1543301&skuId=1014365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014365_sa.jpg\"}', 'upc' => '3700089665318', 'provider' => 'bestbuy'],\n ['name' => \"1313 Hoodoo Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1313-hoodoo-street-cd/1014374.p?id=133623&skuId=1014374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1028\\/10282981.jpg\"}', 'upc' => '752211500328', 'provider' => 'bestbuy'],\n ['name' => \"Everybody Scream - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everybody-scream-cd/1014383.p?id=176084&skuId=1014383&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014383', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014383_sa.jpg\"}', 'upc' => '752211500625', 'provider' => 'bestbuy'],\n ['name' => \"Winter Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/winter-light-cd/1014397.p?id=69710&skuId=1014397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014397_sa.jpg\"}', 'upc' => '015707935029', 'provider' => 'bestbuy'],\n ['name' => \"Jail - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jail-cd/1014413.p?id=101733&skuId=1014413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014413.jpg\"}', 'upc' => '015707935128', 'provider' => 'bestbuy'],\n ['name' => \"Multi Karaoke: Canta como Juan Gabriel, Vol. 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/multi-karaoke-canta-como-juan-gabriel-vol-4-cd/1014416.p?id=2121206&skuId=1014416&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014416', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014416.jpg\"}', 'upc' => '617091003751', 'provider' => 'bestbuy'],\n ['name' => \"The Tribute Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tribute-sessions-cd/1014425.p?id=1548436&skuId=1014425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/10151346.jpg\"}', 'upc' => '752211500922', 'provider' => 'bestbuy'],\n ['name' => \"Feets Don't Fail Me Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feets-dont-fail-me-now-cd/1014434.p?id=164820&skuId=1014434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014434_sa.jpg\"}', 'upc' => '752211500120', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Buffy Sainte-Marie, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-buffy-sainte-marie-vol-2-cd/1014468.p?id=97729&skuId=1014468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014468_sa.jpg\"}', 'upc' => '015707333429', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Songs of Woody Guthrie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-songs-of-woody-guthrie-cd/1014486.p?id=84457&skuId=1014486&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014486_sa.jpg\"}', 'upc' => '015707353625', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Scott Joplin and Other Rag Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-scott-joplin-and-other-rag-classics-cd/1014501.p?id=69369&skuId=1014501&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014501', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014501.jpg\"}', 'upc' => '015707394024', 'provider' => 'bestbuy'],\n ['name' => \"Sassy Mama! [Vanguard] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sassy-mama-vanguard-cd/1014538.p?id=101734&skuId=1014538&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014538', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014538.jpg\"}', 'upc' => '015707935425', 'provider' => 'bestbuy'],\n ['name' => \"John Hammond Solo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-hammond-solo-cd/1014565.p?id=84743&skuId=1014565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014565.jpg\"}', 'upc' => '015707938020', 'provider' => 'bestbuy'],\n ['name' => \"Let It Fly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-it-fly-cd/1014627.p?id=80463&skuId=1014627&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014627', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014627_sa.jpg\"}', 'upc' => '015707946025', 'provider' => 'bestbuy'],\n ['name' => \"Throw It to the Wind: The Songs of Maltby & Shire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/throw-it-to-the-wind-the-songs-of-maltby-shire-cd/1014638.p?id=2121539&skuId=1014638&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014638', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014638.jpg\"}', 'upc' => '803607109226', 'provider' => 'bestbuy'],\n ['name' => \"Broadway Boys: The Lullaby of Broadway - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/broadway-boys-the-lullaby-of-broadway-various-cd/1014647.p?id=2121540&skuId=1014647&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014647', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014647_sa.jpg\"}', 'upc' => '803607109127', 'provider' => 'bestbuy'],\n ['name' => \"String Wizards - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/string-wizards-cd/1014663.p?id=91163&skuId=1014663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014663.jpg\"}', 'upc' => '015707946223', 'provider' => 'bestbuy'],\n ['name' => \"Moon and Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moon-and-mind-cd/1014734.p?id=69704&skuId=1014734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014734_sa.jpg\"}', 'upc' => '015707941921', 'provider' => 'bestbuy'],\n ['name' => \"Stanton - Pro MIDI DJ Deck Controller - Black\", 'description_short' => \"From our expanded online assortment; compatible with PC and Mac via a FireWire port; compatible with most DJ software; 10&quot; motorized platter with vinyl surface and tracking\", 'description_long' => \"From our expanded online assortment; compatible with PC and Mac via a FireWire port; compatible with most DJ software; 10&quot; motorized platter with vinyl surface and tracking\", 'price' => 699.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stanton-pro-midi-dj-deck-controller-black/1014756.p?id=1218208317436&skuId=1014756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014756_sa.jpg\"}', 'upc' => '049292000695', 'provider' => 'bestbuy'],\n ['name' => \"Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/1014789.p?id=77865&skuId=1014789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014789_sa.jpg\"}', 'upc' => '015707944526', 'provider' => 'bestbuy'],\n ['name' => \"Alisha - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alisha-cd/1014869.p?id=72710&skuId=1014869&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014869', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014869_sa.jpg\"}', 'upc' => '015707945622', 'provider' => 'bestbuy'],\n ['name' => \"Stars & Stripes Forever - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stars-stripes-forever-cd/1014912.p?id=277501&skuId=1014912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014912_sa.jpg\"}', 'upc' => '015707200325', 'provider' => 'bestbuy'],\n ['name' => \"Newport Broadside 1963 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/newport-broadside-1963-cd-various/1014921.p?id=93252&skuId=1014921&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014921', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014921.jpg\"}', 'upc' => '015707700320', 'provider' => 'bestbuy'],\n ['name' => \"Definitive TV Western Collection (48pc) (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/definitive-tv-western-collection-48pc-dvd-boxed-set/1014947.p?id=2115213&skuId=1014947&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014947', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014947.jpg\"}', 'upc' => '683904508881', 'provider' => 'bestbuy'],\n ['name' => \"Long Journey Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-journey-home-cd/1014949.p?id=87760&skuId=1014949&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014949', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014949_sa.jpg\"}', 'upc' => '015707700429', 'provider' => 'bestbuy'],\n ['name' => \"Bluegrass Breakdown - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluegrass-breakdown-cd-various/1014967.p?id=93251&skuId=1014967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014967.jpg\"}', 'upc' => '015707700627', 'provider' => 'bestbuy'],\n ['name' => \"Elite Screens - Spectrum Electric Projection Screen - White\", 'description_short' => \"65&quot; x 90&quot; - Matte White - 100&quot; Diagonal\", 'description_long' => \"65&quot; x 90&quot; - Matte White - 100&quot; Diagonal\", 'price' => 269.99, 'sale_price' => 220.99, 'url' => 'http://www.bestbuy.com/site/elite-screens-spectrum-electric-projection-screen-white/1014974.p?id=1218208402105&skuId=1014974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014974_sa.jpg\"}', 'upc' => '876818005700', 'provider' => 'bestbuy'],\n ['name' => \"The Weavers at Carnegie Hall, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-weavers-at-carnegie-hall-vol-2-cd/1014985.p?id=103693&skuId=1014985&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1014985', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1014\\/1014985_sa.jpg\"}', 'upc' => '015707907521', 'provider' => 'bestbuy'],\n ['name' => \"The Weavers' Almanac - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-weavers-almanac-cd/1015001.p?id=103691&skuId=1015001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015001_sa.jpg\"}', 'upc' => '015707910026', 'provider' => 'bestbuy'],\n ['name' => \"Doc Watson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doc-watson-cd/1015029.p?id=103621&skuId=1015029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015029_sa.jpg\"}', 'upc' => '015707915229', 'provider' => 'bestbuy'],\n ['name' => \"Northern Journey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/northern-journey-cd/1015047.p?id=86030&skuId=1015047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015047_sa.jpg\"}', 'upc' => '015707915427', 'provider' => 'bestbuy'],\n ['name' => \"Art Of The Cantor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-of-the-cantor-cd/1015092.p?id=94606&skuId=1015092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015092_sa.jpg\"}', 'upc' => '015707201728', 'provider' => 'bestbuy'],\n ['name' => \"Live At Carnegie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-carnegie-cd/1015127.p?id=2068607&skuId=1015127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015127.jpg\"}', 'upc' => '015707202022', 'provider' => 'bestbuy'],\n ['name' => \"The Weavers at Carnegie Hall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-weavers-at-carnegie-hall-cd/1015154.p?id=103692&skuId=1015154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015154_sa.jpg\"}', 'upc' => '015707310123', 'provider' => 'bestbuy'],\n ['name' => \"Music of Nubia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-nubia-cd/1015225.p?id=81397&skuId=1015225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015225_sa.jpg\"}', 'upc' => '015707916424', 'provider' => 'bestbuy'],\n ['name' => \"Early Morning Rain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/early-morning-rain-cd/1015252.p?id=86026&skuId=1015252&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015252', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015252_sa.jpg\"}', 'upc' => '015707917520', 'provider' => 'bestbuy'],\n ['name' => \"Southbound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/southbound-cd/1015298.p?id=103630&skuId=1015298&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015298', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015298.jpg\"}', 'upc' => '015707921329', 'provider' => 'bestbuy'],\n ['name' => \"Chicago/The Blues/Today!, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicago-the-blues-today-vol-1-cd-various/1015314.p?id=75273&skuId=1015314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015314_sa.jpg\"}', 'upc' => '015707921626', 'provider' => 'bestbuy'],\n ['name' => \"Chicago/The Blues/Today!, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicago-the-blues-today-vol-3-cd-various/1015350.p?id=75275&skuId=1015350&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015350', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015350_sa.jpg\"}', 'upc' => '015707921824', 'provider' => 'bestbuy'],\n ['name' => \"Skip James Today! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skip-james-today-cd/1015378.p?id=86659&skuId=1015378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015378_sa.jpg\"}', 'upc' => '015707921923', 'provider' => 'bestbuy'],\n ['name' => \"Today! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/today-cd/1015396.p?id=85969&skuId=1015396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015396.jpg\"}', 'upc' => '015707922029', 'provider' => 'bestbuy'],\n ['name' => \"Stand Back! Here Comes Charley Musselwhite's... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stand-back-here-comes-charley-musselwhites-cd/1015430.p?id=92700&skuId=1015430&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015430', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015430_sa.jpg\"}', 'upc' => '015707923224', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Songs of Woody Guthrie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-songs-of-woody-guthrie-cd/1015494.p?id=84458&skuId=1015494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015494.jpg\"}', 'upc' => '015707310529', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Doc Watson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-doc-watson-cd/1015546.p?id=103631&skuId=1015546&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015546', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015546.jpg\"}', 'upc' => '015707454629', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/1015582.p?id=77857&skuId=1015582&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015582_sa.jpg\"}', 'upc' => '015707535427', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Perrey & Kingsley - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-perrey-kingsley-cd/1015626.p?id=94716&skuId=1015626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015626_sa.jpg\"}', 'upc' => '015707717229', 'provider' => 'bestbuy'],\n ['name' => \"The Weavers Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-weavers-classics-cd/1015733.p?id=103703&skuId=1015733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015733_sa.jpg\"}', 'upc' => '015707312226', 'provider' => 'bestbuy'],\n ['name' => \"Driftin' Way of Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/driftin-way-of-life-cd/1015779.p?id=103353&skuId=1015779&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015779', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015779.jpg\"}', 'upc' => '015707312424', 'provider' => 'bestbuy'],\n ['name' => \"The Elder Scrolls IV: Oblivion Platinum Hits - Xbox 360\", 'description_short' => \"The gates of Oblivion have been opened\", 'description_long' => \"The gates of Oblivion have been opened\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-elder-scrolls-iv-oblivion-platinum-hits-xbox-360/1015791.p?id=1218287815279&skuId=1015791', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015791', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015791_500x500_sa.jpg\"}', 'upc' => '093155117532', 'provider' => 'bestbuy'],\n ['name' => \"Treasures Untold - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/treasures-untold-cd/1015840.p?id=103634&skuId=1015840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015840.jpg\"}', 'upc' => '015707700122', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 149.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015846', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010158461', 'provider' => 'bestbuy'],\n ['name' => \"Newport Folk Festival 1963: The Evening... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/newport-folk-festival-1963-the-evening-cd-various/1015868.p?id=93253&skuId=1015868&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015868', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015868.jpg\"}', 'upc' => '015707700221', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Larry Coryell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-larry-coryell-cd/1015902.p?id=65311&skuId=1015902&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015902', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015902_sa.jpg\"}', 'upc' => '015707757621', 'provider' => 'bestbuy'],\n ['name' => \"The Great Bluesmen at Newport '59 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-bluesmen-at-newport-59-cd-various/1015911.p?id=75348&skuId=1015911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1015911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1015\\/1015911_sa.jpg\"}', 'upc' => '015707007726', 'provider' => 'bestbuy'],\n ['name' => \"Old-Timey Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-timey-concert-cd/1016019.p?id=103625&skuId=1016019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016019_sa.jpg\"}', 'upc' => '015707107822', 'provider' => 'bestbuy'],\n ['name' => \"The Essential - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-cd/1016037.p?id=69709&skuId=1016037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016037.jpg\"}', 'upc' => '015707010924', 'provider' => 'bestbuy'],\n ['name' => \"The Collected Country Joe & the Fish - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-collected-country-joe-the-fish-cd/1016055.p?id=78820&skuId=1016055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016055_sa.jpg\"}', 'upc' => '015707011129', 'provider' => 'bestbuy'],\n ['name' => \"In Concert I&II - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-concert-i-ii-cd/1016073.p?id=2276525&skuId=1016073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016073_sa.jpg\"}', 'upc' => '015707011327', 'provider' => 'bestbuy'],\n ['name' => \"Blues at Newport - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-at-newport-cd-various/1016082.p?id=75236&skuId=1016082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016082_sa.jpg\"}', 'upc' => '015707011525', 'provider' => 'bestbuy'],\n ['name' => \"Jingle All the Way 2 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jingle-all-the-way-2-dvd/1016088.p?id=3308567&skuId=1016088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016088_sa.jpg\"}', 'upc' => '024543968450', 'provider' => 'bestbuy'],\n ['name' => \"Jingle All the Way 2 (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jingle-all-the-way-2-blu-ray-disc-2-disc/1016097.p?id=3308567&skuId=1016097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016097.jpg\"}', 'upc' => '024543968481', 'provider' => 'bestbuy'],\n ['name' => \"Best of Country Joe McDonald [Cassette] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-country-joe-mcdonald-cassette-cd/1016126.p?id=91117&skuId=1016126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016126_sa.jpg\"}', 'upc' => '015707011921', 'provider' => 'bestbuy'],\n ['name' => \"Urnex - Scoop Brush\", 'description_short' => \"Brush tip; scoop design; compact size\", 'description_long' => \"Brush tip; scoop design; compact size\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/urnex-scoop-brush/1016132.p?id=1218209271175&skuId=1016132', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016132_sa.jpg\"}', 'upc' => '754631602705', 'provider' => 'bestbuy'],\n ['name' => \"Bluegrass at Newport: 1959-1963 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluegrass-at-newport-1959-1963-cd-various/1016144.p?id=75169&skuId=1016144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016144_sa.jpg\"}', 'upc' => '015707012126', 'provider' => 'bestbuy'],\n ['name' => \"Where We Walked (1966-1970) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/where-we-walked-1966-1970-cd/1016180.p?id=98711&skuId=1016180&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016180', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016180.jpg\"}', 'upc' => '015707003520', 'provider' => 'bestbuy'],\n ['name' => \"The World of Scott Joplin, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-world-of-scott-joplin-vol-1-cd/1016206.p?id=69370&skuId=1016206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016206.jpg\"}', 'upc' => '015707031028', 'provider' => 'bestbuy'],\n ['name' => \"Hot Little Mama - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-little-mama-cd/1016322.p?id=97303&skuId=1016322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016322_sa.jpg\"}', 'upc' => '011671002125', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Guitar, Vol. 1-CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-guitar-vol-1-cd/1016493.p?id=172511&skuId=1016493&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016493', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016493_sa.jpg\"}', 'upc' => '011671000220', 'provider' => 'bestbuy'],\n ['name' => \"Royal Sovereign - 13\\\" Photo and Document Laminator - White/Black\", 'description_short' => \"Laminates photos and more up to 13.4&quot; wide and 3-7 mil thick; 2-roller system; cooling guide bars; automatic shut-off\", 'description_long' => \"Laminates photos and more up to 13.4&quot; wide and 3-7 mil thick; 2-roller system; cooling guide bars; automatic shut-off\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/royal-sovereign-13-photo-and-document-laminator-white-black/1016584.p?id=1218209270961&skuId=1016584&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016584', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016584_rc.jpg\"}', 'upc' => '035565769888', 'provider' => 'bestbuy'],\n ['name' => \"Royal Sovereign - 9\\\" Photo and Document Laminator - White/Black\", 'description_short' => \"Laminates photos and more up to 9.4&quot; wide and 3-5 mil thick; 2-roller system; cooling guide bars; automatic shut-off\", 'description_long' => \"Laminates photos and more up to 9.4&quot; wide and 3-5 mil thick; 2-roller system; cooling guide bars; automatic shut-off\", 'price' => 99.99, 'sale_price' => 83.99, 'url' => 'http://www.bestbuy.com/site/royal-sovereign-9-photo-and-document-laminator-white-black/1016618.p?id=1218209272531&skuId=1016618', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016618_sa.jpg\"}', 'upc' => '035565769895', 'provider' => 'bestbuy'],\n ['name' => \"Royal Sovereign - Digital Coin Sorter\", 'description_short' => \"Sorts U.S. pennies, nickels, dimes and quarters; 2 row of tubes; digital display; antijam device\", 'description_long' => \"Sorts U.S. pennies, nickels, dimes and quarters; 2 row of tubes; digital display; antijam device\", 'price' => 79.99, 'sale_price' => 74.99, 'url' => 'http://www.bestbuy.com/site/royal-sovereign-digital-coin-sorter/1016627.p?id=1218209271664&skuId=1016627&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1016627', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1016\\/1016627_sa.jpg\"}', 'upc' => '035565900106', 'provider' => 'bestbuy'],\n ['name' => \"Mystery Science Theater 3000: Vol. XVIII [4 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mystery-science-theater-3000-vol-xviii-4-discs-dvd/1017195.p?id=2104949&skuId=1017195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017195_sa.jpg\"}', 'upc' => '826663119732', 'provider' => 'bestbuy'],\n ['name' => \"Fanboys (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fanboys-blu-ray-disc/1017229.p?id=1933227&skuId=1017229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017229_sa.jpg\"}', 'upc' => '883476027715', 'provider' => 'bestbuy'],\n ['name' => \"Kevin Hart: Seriously Funny (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kevin-hart-seriously-funny-dvd/1017238.p?id=2104938&skuId=1017238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017238_sa.jpg\"}', 'upc' => '883476027678', 'provider' => 'bestbuy'],\n ['name' => \"Super Hero Squad Show: Quest for the Infinity Sword! Vol. 1 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-hero-squad-show-quest-for-the-infinity-sword-vol-1-dvd/1017247.p?id=2104735&skuId=1017247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017247_sa.jpg\"}', 'upc' => '826663120837', 'provider' => 'bestbuy'],\n ['name' => \"EVGA - 500 Bronze 500W Power Supply - Black\", 'description_short' => \"Designed to power select computers; 500W continuous power; 80PLUS Bronze certified; high-amperage single-rail design; heavy-duty protections\", 'description_long' => \"Designed to power select computers; 500W continuous power; 80PLUS Bronze certified; high-amperage single-rail design; heavy-duty protections\", 'price' => 59.99, 'sale_price' => 48.99, 'url' => 'http://www.bestbuy.com/site/evga-500-bronze-500w-power-supply-black/1017256.p?id=1219045510716&skuId=1017256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017256_sa.jpg\"}', 'upc' => '843368023904', 'provider' => 'bestbuy'],\n ['name' => \"Repo Men (DVD) (Unrated)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/repo-men-dvd-unrated/1017283.p?id=2114251&skuId=1017283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017283_sa.jpg\"}', 'upc' => '025195033046', 'provider' => 'bestbuy'],\n ['name' => \"Bourne Trilogy (Blu-ray Disc) (3 Disc) (Gift Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bourne-trilogy-blu-ray-disc-3-disc-gift-set/1017308.p?id=2105489&skuId=1017308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017308.jpg\"}', 'upc' => '025192064470', 'provider' => 'bestbuy'],\n ['name' => \"Death Before Dishonor [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/death-before-dishonor-pa-cd/1017556.p?id=2121528&skuId=1017556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017556_sa.jpg\"}', 'upc' => '809367215122', 'provider' => 'bestbuy'],\n ['name' => \"10th Anniversary: Tha Classicc [CD & DVD] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10th-anniversary-tha-classicc-cd-dvd-pa-cd/1017565.p?id=2121527&skuId=1017565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017565_sa.jpg\"}', 'upc' => '678394100356', 'provider' => 'bestbuy'],\n ['name' => \"Piano Tribute to Jack Johnson - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-tribute-to-jack-johnson-various-cd/1017574.p?id=2121897&skuId=1017574&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017574', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017574_sa.jpg\"}', 'upc' => '707541926690', 'provider' => 'bestbuy'],\n ['name' => \"Porcupine Tree: Anesthetize (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/porcupine-tree-anesthetize-dvd/1017583.p?id=2104681&skuId=1017583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017583_sa.jpg\"}', 'upc' => '802644850771', 'provider' => 'bestbuy'],\n ['name' => \"Southern Filibuster: A Tribute to Tut Taylor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/southern-filibuster-a-tribute-to-tut-taylor-cd/1017592.p?id=2121900&skuId=1017592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017592.jpg\"}', 'upc' => '099923208228', 'provider' => 'bestbuy'],\n ['name' => \"Tamba [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tamba-digipak-cd/1017608.p?id=2110207&skuId=1017608&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017608', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017608_sa.jpg\"}', 'upc' => '823889910822', 'provider' => 'bestbuy'],\n ['name' => \"My Room in the Trees [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-room-in-the-trees-digipak-cd/1017626.p?id=2125755&skuId=1017626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017626_sa.jpg\"}', 'upc' => '655037092728', 'provider' => 'bestbuy'],\n ['name' => \"Porcupine Tree: Anesthetize - DVD - (2 Disc) (Limited Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/porcupine-tree-anesthetize-dvd-2-disc-limited-edition/1017635.p?id=2104681&skuId=1017635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017635_sa.jpg\"}', 'upc' => '802644850672', 'provider' => 'bestbuy'],\n ['name' => \"Today's Praise and Worship - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/todays-praise-and-worship-cd-various/1017644.p?id=2121526&skuId=1017644&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017644', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017644_sa.jpg\"}', 'upc' => '015095722829', 'provider' => 'bestbuy'],\n ['name' => \"DJ Play My Blues [Bonus Tracks] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dj-play-my-blues-bonus-tracks-digipak-cd/1017653.p?id=2103570&skuId=1017653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017653_sa.jpg\"}', 'upc' => '788065882525', 'provider' => 'bestbuy'],\n ['name' => \"Matador [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/matador-digipak-cd/1017662.p?id=2121524&skuId=1017662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017662.jpg\"}', 'upc' => '099923207627', 'provider' => 'bestbuy'],\n ['name' => \"Piano Tribute to Train - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-tribute-to-train-cd-various/1017671.p?id=2121895&skuId=1017671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017671_sa.jpg\"}', 'upc' => '707541926898', 'provider' => 'bestbuy'],\n ['name' => \"Red Horse [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-horse-digipak-cd/1017699.p?id=2121896&skuId=1017699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017699_sa.jpg\"}', 'upc' => '033651023326', 'provider' => 'bestbuy'],\n ['name' => \"Chicken & Egg [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicken-egg-digipak-cd/1017717.p?id=2125934&skuId=1017717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017717_sa.jpg\"}', 'upc' => '670832100522', 'provider' => 'bestbuy'],\n ['name' => \"Out the Blue [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-the-blue-pa-cd/1017726.p?id=2121530&skuId=1017726&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017726', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017726_sa.jpg\"}', 'upc' => '678394100363', 'provider' => 'bestbuy'],\n ['name' => \"15 Years of Duck Down [PA] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/15-years-of-duck-down-pa-cd-various/1017744.p?id=2121525&skuId=1017744&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017744', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017744_sa.jpg\"}', 'upc' => '693461216020', 'provider' => 'bestbuy'],\n ['name' => \"Texas Troubadour [Snapper Long Box] [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/texas-troubadour-snapper-long-box-box-cd/1017762.p?id=1446057&skuId=1017762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1017\\/1017762.jpg\"}', 'upc' => '803415572922', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 56.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017844.p?id=1218252703238&skuId=1017844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010178445', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017853.p?id=1218252575110&skuId=1017853&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017853', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010178537', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017862.p?id=1218252613110&skuId=1017862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010178629', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 139.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017871.p?id=1218252591341&skuId=1017871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010178711', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017899.p?id=1218252653225&skuId=1017899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010178995', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017908.p?id=1218252608265&skuId=1017908&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017908', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010179084', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 219.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017917.p?id=1218252628932&skuId=1017917&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017917', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010179176', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017926.p?id=1218252653901&skuId=1017926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010179268', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 279.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017935.p?id=1218252639061&skuId=1017935&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017935', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010179350', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 309.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017944.p?id=1218252642784&skuId=1017944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010179442', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 349.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1017953.p?id=1218252619371&skuId=1017953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1017953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010179534', 'provider' => 'bestbuy'],\n ['name' => \"Finally - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/finally-cd/1018024.p?id=2124501&skuId=1018024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018024_sa.jpg\"}', 'upc' => '837654913260', 'provider' => 'bestbuy'],\n ['name' => \"The A-Team [Original Score] [6/22] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-a-team-original-score-6-22-cd-original-soundtrack/1018042.p?id=2115858&skuId=1018042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018042_sa.jpg\"}', 'upc' => '030206703221', 'provider' => 'bestbuy'],\n ['name' => \"Enemy of the World [Special Edition] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/enemy-of-the-world-special-edition-cd/1018051.p?id=2144060&skuId=1018051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018051_sa.jpg\"}', 'upc' => '602527427560', 'provider' => 'bestbuy'],\n ['name' => \"Middle Men [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/middle-men-original-soundtrack-cd-original-soundtrack/1018088.p?id=2127457&skuId=1018088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018088.jpg\"}', 'upc' => '018771034520', 'provider' => 'bestbuy'],\n ['name' => \"The Gates Mixed Plate [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gates-mixed-plate-pa-cd/1018103.p?id=2123815&skuId=1018103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018103_sa.jpg\"}', 'upc' => '893981001797', 'provider' => 'bestbuy'],\n ['name' => \"JONAS L.A. [ECD] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jonas-l-a-ecd-cd-original-soundtrack/1018112.p?id=2113331&skuId=1018112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018112_sa.jpg\"}', 'upc' => '050087139919', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1018121.p?id=1219051768763&skuId=1018121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010181216', 'provider' => 'bestbuy'],\n ['name' => \"Registered Offender [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/registered-offender-pa-digipak-cd/1018158.p?id=2123817&skuId=1018158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018158_sa.jpg\"}', 'upc' => '790058204023', 'provider' => 'bestbuy'],\n ['name' => \"Scott Pilgrim Vs. the World - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scott-pilgrim-vs-the-world-cd-original-soundtrack/1018219.p?id=2124502&skuId=1018219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018219_sa.jpg\"}', 'upc' => '018771034322', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1018237.p?id=1218252629486&skuId=1018237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010182374', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 569.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1018246.p?id=1218252652834&skuId=1018246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010182466', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1018255.p?id=1218252604122&skuId=1018255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010182558', 'provider' => 'bestbuy'],\n ['name' => \"Conair - 1875-Watt Folding Handle Hair Dryer - Blue\", 'description_short' => \"2 heat/speed settings; cool shot button; dual voltage; professional-length line cord\", 'description_long' => \"2 heat/speed settings; cool shot button; dual voltage; professional-length line cord\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/conair-1875-watt-folding-handle-hair-dryer-blue/1018273.p?id=1218210314205&skuId=1018273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018273_rc.jpg\"}', 'upc' => '074108007469', 'provider' => 'bestbuy'],\n ['name' => \"Allons a Lafayette - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/allons-a-lafayette-cd/1018883.p?id=74251&skuId=1018883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018883.jpg\"}', 'upc' => '096297030820', 'provider' => 'bestbuy'],\n ['name' => \"Wipeout: The Game - Nintendo Wii\", 'description_short' => \"It&#039;s your turn to run, jump and climb through the wildest obstacle course on earth\", 'description_long' => \"It&#039;s your turn to run, jump and climb through the wildest obstacle course on earth\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wipeout-the-game-nintendo-wii/1018934.p?id=1218209648572&skuId=1018934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018934_sa.jpg\"}', 'upc' => '047875761735', 'provider' => 'bestbuy'],\n ['name' => \"Greenberg (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greenberg-dvd/1018952.p?id=2111577&skuId=1018952&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018952', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018952_sa.jpg\"}', 'upc' => '025192047718', 'provider' => 'bestbuy'],\n ['name' => \"Greenberg (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greenberg-blu-ray-disc/1018961.p?id=2111577&skuId=1018961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018961_sa.jpg\"}', 'upc' => '025192047725', 'provider' => 'bestbuy'],\n ['name' => \"The Many Sounds of Steve Jordan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-many-sounds-of-steve-jordan-cd/1018981.p?id=87396&skuId=1018981&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1018981', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1018\\/1018981.jpg\"}', 'upc' => '096297031926', 'provider' => 'bestbuy'],\n ['name' => \"When the Game Stands Tall (DVD) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-the-game-stands-tall-dvd-ultraviolet-digital-copy/1019003.p?id=3308631&skuId=1019003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019003.jpg\"}', 'upc' => '043396439443', 'provider' => 'bestbuy'],\n ['name' => \"Cloudy With a Chance of Meatballs (Blu-ray 3D) (3-D)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cloudy-with-a-chance-of-meatballs-blu-ray-3d-3-d/1019005.p?id=2064980&skuId=1019005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019005_sa.jpg\"}', 'upc' => '043396355781', 'provider' => 'bestbuy'],\n ['name' => \"Beau Solo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beau-solo-cd/1019007.p?id=80824&skuId=1019007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019007.jpg\"}', 'upc' => '096297032121', 'provider' => 'bestbuy'],\n ['name' => \"When the Game Stands Tall (Blu-ray Disc) (2 Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-the-game-stands-tall-blu-ray-disc-2-disc-ultraviolet-digital-copy/1019012.p?id=3308631&skuId=1019012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019012_sa.jpg\"}', 'upc' => '043396439412', 'provider' => 'bestbuy'],\n ['name' => \"Parlez-Nous a Boire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/parlez-nous-a-boire-cd/1019016.p?id=74247&skuId=1019016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019016_sa.jpg\"}', 'upc' => '096297032220', 'provider' => 'bestbuy'],\n ['name' => \"Day of the Mummy (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/day-of-the-mummy-dvd/1019021.p?id=3307580&skuId=1019021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019021_sa.jpg\"}', 'upc' => '014381998320', 'provider' => 'bestbuy'],\n ['name' => \"Justified: Complete Fifth Season [3 Discs] (Blu-ray Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/justified-complete-fifth-season-3-discs-blu-ray-disc-ultraviolet-digital-copy/1019049.p?id=3303476&skuId=1019049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019049.jpg\"}', 'upc' => '043396441033', 'provider' => 'bestbuy'],\n ['name' => \"Justified: Complete Fifth Season [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/justified-complete-fifth-season-3-discs-dvd/1019058.p?id=3303380&skuId=1019058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019058.jpg\"}', 'upc' => '043396441040', 'provider' => 'bestbuy'],\n ['name' => \"Tejano Roots - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tejano-roots-cd-various/1019150.p?id=101341&skuId=1019150&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019150', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019150_sa.jpg\"}', 'upc' => '096297034125', 'provider' => 'bestbuy'],\n ['name' => \"Stanton - DJ PRO 60 Over-the-Ear Stereo Headphones - White\", 'description_short' => \"From our expanded online assortment; sound-isolating design; 40mm drivers; neodymium magnets; carrying pouch\", 'description_long' => \"From our expanded online assortment; sound-isolating design; 40mm drivers; neodymium magnets; carrying pouch\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stanton-dj-pro-60-over-the-ear-stereo-headphones-white/1019184.p?id=1218209649850&skuId=1019184', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019184_sa.jpg\"}', 'upc' => '049292484907', 'provider' => 'bestbuy'],\n ['name' => \"Bogalusa Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bogalusa-boogie-cd/1019212.p?id=77344&skuId=1019212&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019212_sa.jpg\"}', 'upc' => '096297034729', 'provider' => 'bestbuy'],\n ['name' => \"Panasonic - Precision Body Shaver - Pink\", 'description_short' => \"Dual-position pivoting blade; compact wand design; washable; includes cleaning brush\", 'description_long' => \"Dual-position pivoting blade; compact wand design; washable; includes cleaning brush\", 'price' => 29.99, 'sale_price' => 18.99, 'url' => 'http://www.bestbuy.com/site/panasonic-precision-body-shaver-pink/1019245.p?id=1219045591579&skuId=1019245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019245_rc.jpg\"}', 'upc' => '885170065840', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2012-2013 Nissan Versa/Versa S/S+ and SV with no options - Black\", 'description_short' => \"Compatible with select 2012-2013 Nissan Versa/Versa S/S+ and SV models; install an aftermarket radio in your vehicle&#039;s dash; ABS plastic material\", 'description_long' => \"Compatible with select 2012-2013 Nissan Versa/Versa S/S+ and SV models; install an aftermarket radio in your vehicle&#039;s dash; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2012-2013-nissan-versa-versa-s-s-and-sv-with-no-options-black/1019281.p?id=1219045789406&skuId=1019281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019281_sa.jpg\"}', 'upc' => '086429263141', 'provider' => 'bestbuy'],\n ['name' => \"The King of Zydeco Live at Montreux - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-king-of-zydeco-live-at-montreux-cd/1019294.p?id=77357&skuId=1019294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019294_sa.jpg\"}', 'upc' => '096297035528', 'provider' => 'bestbuy'],\n ['name' => \"Apple - MagSafe 60W Power Adapter for MacBook® and 13\\\" MacBook® Pro - White\", 'description_short' => \"Compatible with Apple&#174; MacBook and MacBook Pro with a 13&quot; display; magnetic DC connector; LED indicator lights; travel-friendly design\", 'description_long' => \"Compatible with Apple&#174; MacBook and MacBook Pro with a 13&quot; display; magnetic DC connector; LED indicator lights; travel-friendly design\", 'price' => 79.99, 'sale_price' => 77.99, 'url' => 'http://www.bestbuy.com/site/apple-magsafe-60w-power-adapter-for-macbook-and-13-macbook-pro-white/1019306.p?id=1218210362513&skuId=1019306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019306_sa.jpg\"}', 'upc' => '885909377794', 'provider' => 'bestbuy'],\n ['name' => \"Wipeout: The Game - Nintendo DS\", 'description_short' => \"It&#039;s your turn to run, jump and climb through wildest obstacle course on Earth\", 'description_long' => \"It&#039;s your turn to run, jump and climb through wildest obstacle course on Earth\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wipeout-the-game-nintendo-ds/1019388.p?id=1218209649167&skuId=1019388', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019388_sa.jpg\"}', 'upc' => '047875761773', 'provider' => 'bestbuy'],\n ['name' => \"Metra - 99-7803G Mounting Kit Replacement Pocket for 2003-2007 Honda Accord Vehicles - Black\", 'description_short' => \"Compatible with 2003-2007 Honda Accord vehicle models; aftermarket radio installation pocket; ABS plastic material\", 'description_long' => \"Compatible with 2003-2007 Honda Accord vehicle models; aftermarket radio installation pocket; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-99-7803g-mounting-kit-replacement-pocket-for-2003-2007-honda-accord-vehicles-black/1019518.p?id=1219045787249&skuId=1019518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1019\\/1019518_sa.jpg\"}', 'upc' => '086429274062', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 56.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019527.p?id=1218252698623&skuId=1019527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010195275', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019536.p?id=1218252577909&skuId=1019536&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019536', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010195367', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019554.p?id=1218252627156&skuId=1019554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010195541', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 139.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019563.p?id=1218252579203&skuId=1019563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010195633', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019581.p?id=1218252628210&skuId=1019581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010195817', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019606.p?id=1218252643784&skuId=1019606&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019606', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010196067', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 219.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019615.p?id=1218252618421&skuId=1019615&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010196159', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019624.p?id=1218252624211&skuId=1019624&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019624', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010196241', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 279.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019633.p?id=1218252581958&skuId=1019633&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019633', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010196333', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 309.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019642.p?id=1218252593065&skuId=1019642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010196425', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 349.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019651.p?id=1218252630874&skuId=1019651&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019651', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010196517', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019679.p?id=1218252581558&skuId=1019679&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019679', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010196791', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019688.p?id=1218252584363&skuId=1019688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010196883', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 569.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019706.p?id=1218252619149&skuId=1019706&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019706', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010197064', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1019715.p?id=1218252598270&skuId=1019715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1019715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010197156', 'provider' => 'bestbuy'],\n ['name' => \"Simpsons: Season 17 [4 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/simpsons-season-17-4-discs-dvd/1020017.p?id=3307644&skuId=1020017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020017_sa.jpg\"}', 'upc' => '024543868507', 'provider' => 'bestbuy'],\n ['name' => \"Simpsons: Season 17 [4 Discs] (Blu-ray Disc) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/simpsons-season-17-4-discs-blu-ray-disc-boxed-set/1020035.p?id=3307635&skuId=1020035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020035_sa.jpg\"}', 'upc' => '024543868521', 'provider' => 'bestbuy'],\n ['name' => \"Simpsons: Season 17 [Molded Head] [4 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/simpsons-season-17-molded-head-4-discs-dvd/1020044.p?id=3307641&skuId=1020044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020044.jpg\"}', 'upc' => '024543030485', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Double DIN Installation Kit for 2013 and Later Hyundai Santa Fe Vehicles - Black\", 'description_short' => \"Compatible with 2013 and later Hyundai Santa Fe vehicle models; lets you install an aftermarket radio in your vehicle&#039;s dash; ABS plastic material\", 'description_long' => \"Compatible with 2013 and later Hyundai Santa Fe vehicle models; lets you install an aftermarket radio in your vehicle&#039;s dash; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-double-din-installation-kit-for-2013-and-later-hyundai-santa-fe-vehicles-black/1020205.p?id=1219045786606&skuId=1020205&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020205_sa.jpg\"}', 'upc' => '086429277827', 'provider' => 'bestbuy'],\n ['name' => \"D Gray-Man: Season One (4 Disc) (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/d-gray-man-season-one-4-disc-dvd-boxed-set/1020214.p?id=2105490&skuId=1020214&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020214.jpg\"}', 'upc' => '704400069260', 'provider' => 'bestbuy'],\n ['name' => \"Magikano: The Complete Series [S.A.V.E.] [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magikano-the-complete-series-s-a-v-e--2-discs-dvd/1020241.p?id=2112316&skuId=1020241&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020241', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020241_sa.jpg\"}', 'upc' => '704400086168', 'provider' => 'bestbuy'],\n ['name' => \"One Piece: Season 3 First Voyage (2 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-piece-season-3-first-voyage-2-disc-dvd/1020269.p?id=2105515&skuId=1020269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020269.jpg\"}', 'upc' => '704400094613', 'provider' => 'bestbuy'],\n ['name' => \"The Girl With the Dragon Tattoo (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-girl-with-the-dragon-tattoo-dvd/1020278.p?id=2102692&skuId=1020278&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020278_sa.jpg\"}', 'upc' => '705105743950', 'provider' => 'bestbuy'],\n ['name' => \"The Girl With the Dragon Tattoo (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => 9.99, 'url' => 'http://www.bestbuy.com/site/the-girl-with-the-dragon-tattoo-blu-ray-disc/1020296.p?id=2102692&skuId=1020296&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020296', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020296_sa.jpg\"}', 'upc' => '705105743455', 'provider' => 'bestbuy'],\n ['name' => \"Survival of the Dead (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/survival-of-the-dead-dvd-2-disc/1020302.p?id=2115389&skuId=1020302&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020302', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020302.jpg\"}', 'upc' => '876964003285', 'provider' => 'bestbuy'],\n ['name' => \"Dragon Ball: Season 5 (5 Disc) (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dragon-ball-season-5-5-disc-dvd-boxed-set/1020348.p?id=2112327&skuId=1020348&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020348.jpg\"}', 'upc' => '704400051951', 'provider' => 'bestbuy'],\n ['name' => \"Survival of the Dead (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/survival-of-the-dead-blu-ray-disc/1020366.p?id=2115389&skuId=1020366&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020366', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020366_sa.jpg\"}', 'upc' => '876964003292', 'provider' => 'bestbuy'],\n ['name' => \"Soul Eater: Part 4 (2 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-eater-part-4-2-disc-dvd/1020375.p?id=2112331&skuId=1020375&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020375.jpg\"}', 'upc' => '704400011733', 'provider' => 'bestbuy'],\n ['name' => \"Rin: Daughters Of Mnemosyne - Complete Series (2 Disc) (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 42.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rin-daughters-of-mnemosyne-complete-series-2-disc-blu-ray-disc/1020384.p?id=2112322&skuId=1020384&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020384', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020384.jpg\"}', 'upc' => '704400096419', 'provider' => 'bestbuy'],\n ['name' => \"Penitentiary 2 (DVD) (Special Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/penitentiary-2-dvd-special-edition/1020499.p?id=48045&skuId=1020499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020499_sa.jpg\"}', 'upc' => '000799436523', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 56.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020596.p?id=1218252700201&skuId=1020596&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020596', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010205967', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020602.p?id=1218252631152&skuId=1020602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010206025', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020639.p?id=1218252642394&skuId=1020639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010206391', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 139.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020648.p?id=1218252585481&skuId=1020648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010206483', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020657.p?id=1218252577076&skuId=1020657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010206575', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020666.p?id=1218252602340&skuId=1020666&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020666', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010206667', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 219.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020675.p?id=1218252612557&skuId=1020675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010206759', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020684.p?id=1218252575053&skuId=1020684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010206841', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 279.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020702.p?id=1218252632352&skuId=1020702&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020702', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010207022', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 309.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020711.p?id=1218252631821&skuId=1020711&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020711', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010207114', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 349.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020739.p?id=1218252627820&skuId=1020739&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020739', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010207398', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020748.p?id=1218252649853&skuId=1020748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010207480', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020757.p?id=1218252648845&skuId=1020757&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020757', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010207572', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 569.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1020766.p?id=1218252628766&skuId=1020766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010207664', 'provider' => 'bestbuy'],\n ['name' => \"Gabriel Iglesias: Hot and Fluffy (Blu-ray Disc) (Colorized)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gabriel-iglesias-hot-and-fluffy-blu-ray-disc-colorized/1020848.p?id=1646994&skuId=1020848&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020848', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020848_sa.jpg\"}', 'upc' => '014381662351', 'provider' => 'bestbuy'],\n ['name' => \"The Secret of the Grain (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-secret-of-the-grain-blu-ray-disc/1020866.p?id=2108868&skuId=1020866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020866_sa.jpg\"}', 'upc' => '715515063111', 'provider' => 'bestbuy'],\n ['name' => \"Presenting Sacha Guitry [Criterion Collection] [4 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/presenting-sacha-guitry-criterion-collection-4-discs-dvd/1020875.p?id=2108871&skuId=1020875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020875_sa.jpg\"}', 'upc' => '715515063210', 'provider' => 'bestbuy'],\n ['name' => \"Essential Games Of The Detroit Tigers (4 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/essential-games-of-the-detroit-tigers-4-disc-dvd/1020893.p?id=1958178&skuId=1020893&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020893', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1771\\/17713191.jpg\"}', 'upc' => '733961158205', 'provider' => 'bestbuy'],\n ['name' => \"Just Another Day (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-another-day-dvd/1020911.p?id=2106623&skuId=1020911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020911_sa.jpg\"}', 'upc' => '014381567922', 'provider' => 'bestbuy'],\n ['name' => \"Steve Byrne: The Byrne Identity (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steve-byrne-the-byrne-identity-blu-ray-disc/1020939.p?id=2106604&skuId=1020939&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020939_sa.jpg\"}', 'upc' => '014381662658', 'provider' => 'bestbuy'],\n ['name' => \"Only Son/There Was a Father [Criterion Collection] [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/only-son-there-was-a-father-criterion-collection-2-discs-dvd/1020948.p?id=2108865&skuId=1020948&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020948', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020948_sa.jpg\"}', 'upc' => '715515060813', 'provider' => 'bestbuy'],\n ['name' => \"Burma VJ: Reporting From a Closed Country (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/burma-vj-reporting-from-a-closed-country-dvd/1020957.p?id=2099231&skuId=1020957&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1020957', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1020\\/1020957_sa.jpg\"}', 'upc' => '896602002128', 'provider' => 'bestbuy'],\n ['name' => \"EVGA - NVIDIA GeForce GTX 980 Superclocked ACX 2.0 4GB GDDR5 PCI Express 3.0 Graphics Card - Black\", 'description_short' => \"EVGA NVIDIA GeForce GTX 980 Superclocked ACX 2.0 4GB GDDR5 PCI Express 3.0 Graphics Card: 4GB GDDR5 on-board memory; PCI Express 3.0 interface; DVI-D, DVI-I, HDMI and DisplayPort outputs; 1367MHz boost clock speed\", 'description_long' => \"EVGA NVIDIA GeForce GTX 980 Superclocked ACX 2.0 4GB GDDR5 PCI Express 3.0 Graphics Card: 4GB GDDR5 on-board memory; PCI Express 3.0 interface; DVI-D, DVI-I, HDMI and DisplayPort outputs; 1367MHz boost clock speed\", 'price' => 569.99, 'sale_price' => 564.99, 'url' => 'http://www.bestbuy.com/site/evga-nvidia-geforce-gtx-980-superclocked-acx-2-0-4gb-gddr5-pci-express-3-0-graphics-card-black/1021007.p?id=1219467576316&skuId=1021007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021007_sa.jpg\"}', 'upc' => '843368032326', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Hyundai Santa Fe - Black\", 'description_short' => \"Compatible with select 2013-2015 Hyundai Santa Fe vehicle models; lets you install an aftermarket radio in your vehicle&#039;s dash; ABS plastic material\", 'description_long' => \"Compatible with select 2013-2015 Hyundai Santa Fe vehicle models; lets you install an aftermarket radio in your vehicle&#039;s dash; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-hyundai-santa-fe-black/1021152.p?id=1219045789078&skuId=1021152&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021152_sa.jpg\"}', 'upc' => '086429277858', 'provider' => 'bestbuy'],\n ['name' => \"The Dream Band, Vol. 2: The Sundown Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dream-band-vol-2-the-sundown-sessions-cd/1021174.p?id=66639&skuId=1021174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021174_sa.jpg\"}', 'upc' => '025218765220', 'provider' => 'bestbuy'],\n ['name' => \"Dream Band, Vol. 3: Flying Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dream-band-vol-3-flying-home-cd/1021209.p?id=66640&skuId=1021209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021209_sa.jpg\"}', 'upc' => '025218765428', 'provider' => 'bestbuy'],\n ['name' => \"Robin Hood (DVD) (Anniversary Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/robin-hood-dvd-anniversary-edition/1021374.p?id=24169&skuId=1021374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021374_sa.jpg\"}', 'upc' => '786936834734', 'provider' => 'bestbuy'],\n ['name' => \"Something to Live for: The Music of Billy... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-to-live-for-the-music-of-billy-cd/1021450.p?id=66193&skuId=1021450&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021450', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021450.jpg\"}', 'upc' => '025218142922', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Yanni - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-yanni-cd/1021638.p?id=2117307&skuId=1021638&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021638', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021638_sa.jpg\"}', 'upc' => '886977120527', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Etta James - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-etta-james-cd/1021656.p?id=2117306&skuId=1021656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021656_sa.jpg\"}', 'upc' => '886977177323', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Jim Brickman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-jim-brickman-cd/1021665.p?id=2117279&skuId=1021665&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021665', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021665_sa.jpg\"}', 'upc' => '886977349423', 'provider' => 'bestbuy'],\n ['name' => \"Panasonic - Kx-Tga401b DECT 6.0 Plus Digital Cordless Expansion Handset - Black\", 'description_short' => \"Cordless expansion handset; DECT 6.0 Plus digital technology; 50-station name and number; expandable up to 6 handsets; caller ID compatible\", 'description_long' => \"Cordless expansion handset; DECT 6.0 Plus digital technology; 50-station name and number; expandable up to 6 handsets; caller ID compatible\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/panasonic-kx-tga401b-dect-6-0-plus-digital-cordless-expansion-handset-black/1021683.p?id=1218209983161&skuId=1021683', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021683_rc.jpg\"}', 'upc' => '037988482719', 'provider' => 'bestbuy'],\n ['name' => \"Da Bottom 16 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/da-bottom-16-cd/1021838.p?id=3236649&skuId=1021838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1021838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1021\\/1021838.jpg\"}', 'upc' => '786984084129', 'provider' => 'bestbuy'],\n ['name' => \"Chris Shiflett & the Dead Peasants - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chris-shiflett-the-dead-peasants-cd/1022027.p?id=2115478&skuId=1022027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022027_sa.jpg\"}', 'upc' => '886977380327', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 56.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022036.p?id=1218252702789&skuId=1022036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010220366', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022045.p?id=1218252595682&skuId=1022045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010220458', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022054.p?id=1218252585874&skuId=1022054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010220540', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 139.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022072.p?id=1218252606423&skuId=1022072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010220724', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022081.p?id=1218252588331&skuId=1022081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010220816', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022115.p?id=1218252639910&skuId=1022115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010221158', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 219.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022124.p?id=1218252643563&skuId=1022124&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022124', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010221240', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022133.p?id=1218252611291&skuId=1022133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010221332', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 279.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022142.p?id=1218252595292&skuId=1022142&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022142', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010221424', 'provider' => 'bestbuy'],\n ['name' => \"Sings the Kurt Weill Songbook - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-the-kurt-weill-songbook-cd/1022146.p?id=104395&skuId=1022146&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022146', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022146_sa.jpg\"}', 'upc' => '021471520729', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 309.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022151.p?id=1218252580938&skuId=1022151&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022151', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010221516', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 349.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022179.p?id=1218252627212&skuId=1022179&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022179', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010221790', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022188.p?id=1218252625152&skuId=1022188&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022188', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010221882', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022197.p?id=1218252641719&skuId=1022197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010221974', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 569.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022203.p?id=1218252608153&skuId=1022203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010222032', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1022212.p?id=1218252582069&skuId=1022212&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010222124', 'provider' => 'bestbuy'],\n ['name' => \"Then and Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/then-and-now-cd/1022306.p?id=103937&skuId=1022306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022306_sa.jpg\"}', 'upc' => '021471140323', 'provider' => 'bestbuy'],\n ['name' => \"10 Minute Solution: Ultimate Boot Camp (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-minute-solution-ultimate-boot-camp-dvd/1022328.p?id=2087057&skuId=1022328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022328_sa.jpg\"}', 'upc' => '013132158693', 'provider' => 'bestbuy'],\n ['name' => \"Battlestar Galactica (2004): Season Three (5 Disc) (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/battlestar-galactica-2004-season-three-5-disc-blu-ray-disc/1022364.p?id=2113311&skuId=1022364&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/1022364.jpg\"}', 'upc' => '025192013065', 'provider' => 'bestbuy'],\n ['name' => \"Saturday Night Live: The Best of Will Ferrell, Vol. 3 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saturday-night-live-the-best-of-will-ferrell-vol-3-dvd/1022382.p?id=2113316&skuId=1022382&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022382', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022382.jpg\"}', 'upc' => '025192037993', 'provider' => 'bestbuy'],\n ['name' => \"Repo Men (Blu-ray Disc) (Unrated)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/repo-men-blu-ray-disc-unrated/1022406.p?id=2114251&skuId=1022406&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022406', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022406_sa.jpg\"}', 'upc' => '025195052184', 'provider' => 'bestbuy'],\n ['name' => \"Max Headroom: The Complete Series [5 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/max-headroom-the-complete-series-5-discs-dvd/1022424.p?id=2112645&skuId=1022424&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022424', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022424_sa.jpg\"}', 'upc' => '826663120325', 'provider' => 'bestbuy'],\n ['name' => \"Big Money Rustlas (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-money-rustlas-dvd/1022433.p?id=2116242&skuId=1022433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022433_sa.jpg\"}', 'upc' => '756504410592', 'provider' => 'bestbuy'],\n ['name' => \"Piranha (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piranha-blu-ray-disc/1022442.p?id=23873&skuId=1022442&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022442', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022442_sa.jpg\"}', 'upc' => '826663116830', 'provider' => 'bestbuy'],\n ['name' => \"Letters to God (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/letters-to-god-dvd/1022451.p?id=2116241&skuId=1022451&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022451', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022451_sa.jpg\"}', 'upc' => '883476027661', 'provider' => 'bestbuy'],\n ['name' => \"Ann Hampton Callaway - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ann-hampton-callaway-cd/1022459.p?id=76620&skuId=1022459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022459.jpg\"}', 'upc' => '021471141122', 'provider' => 'bestbuy'],\n ['name' => \"Return of the 5 Deadly Venoms (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/return-of-the-5-deadly-venoms-dvd/1022479.p?id=60798&skuId=1022479&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022479', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022479_sa.jpg\"}', 'upc' => '883476028200', 'provider' => 'bestbuy'],\n ['name' => \"Previously Unavailable - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/previously-unavailable-cd/1022486.p?id=82882&skuId=1022486&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022486.jpg\"}', 'upc' => '021471521023', 'provider' => 'bestbuy'],\n ['name' => \"Piranha (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piranha-dvd/1022488.p?id=23873&skuId=1022488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022488_sa.jpg\"}', 'upc' => '826663116823', 'provider' => 'bestbuy'],\n ['name' => \"Best Of Raw: Seasons 1 & 2 (3 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-raw-seasons-1-2-3-disc-dvd/1022497.p?id=2116257&skuId=1022497&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022497', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022497.jpg\"}', 'upc' => '651191948499', 'provider' => 'bestbuy'],\n ['name' => \"Falsettoland - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/falsettoland-cd-original-soundtrack/1022510.p?id=2182684&skuId=1022510&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022510', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022510_sa.jpg\"}', 'upc' => '021471260120', 'provider' => 'bestbuy'],\n ['name' => \"An Angel at My Table [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-angel-at-my-table-original-soundtrack-cd-original-soundtrack/1022556.p?id=72921&skuId=1022556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022556.jpg\"}', 'upc' => '021471260328', 'provider' => 'bestbuy'],\n ['name' => \"Blue Giant [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-giant-digipak-cd/1022646.p?id=2119707&skuId=1022646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022646_sa.jpg\"}', 'upc' => '015707807722', 'provider' => 'bestbuy'],\n ['name' => \"A Star-Crossed Wasteland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-star-crossed-wasteland-cd/1022655.p?id=2119708&skuId=1022655&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022655', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022655_sa.jpg\"}', 'upc' => '727701872322', 'provider' => 'bestbuy'],\n ['name' => \"Fables of the Reconstruction [25th... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fables-of-the-reconstruction-25th-cd/1022664.p?id=2119709&skuId=1022664&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022664', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022664.jpg\"}', 'upc' => '5099964607122', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Vanguard Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-vanguard-years-cd/1022673.p?id=194295&skuId=1022673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1126\\/11262992.jpg\"}', 'upc' => '015707957328', 'provider' => 'bestbuy'],\n ['name' => \"Snoop Dogg Presents: My No. 1 Priority [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/snoop-dogg-presents-my-no-1-priority-pa-cd/1022691.p?id=2121534&skuId=1022691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022691_sa.jpg\"}', 'upc' => '5099964688022', 'provider' => 'bestbuy'],\n ['name' => \"Meet Me In St. Louis - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/meet-me-in-st-louis-cd-original-soundtrack/1022725.p?id=91327&skuId=1022725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022725_sa.jpg\"}', 'upc' => '021471900224', 'provider' => 'bestbuy'],\n ['name' => \"The Panic Broadcast [CD & DVD] [Digipak] - CD - DVD (with Bonus Tracks) Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-panic-broadcast-cd-dvd-digipak-cd-dvd-with-bonus-tracks-deluxe-edition/1022737.p?id=2119712&skuId=1022737&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022737', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022737.jpg\"}', 'upc' => '727361261023', 'provider' => 'bestbuy'],\n ['name' => \"The Panic Broadcast - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-panic-broadcast-cd/1022746.p?id=2119713&skuId=1022746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022746_sa.jpg\"}', 'upc' => '727361225629', 'provider' => 'bestbuy'],\n ['name' => \"The War Report 2: Before the War [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-war-report-2-before-the-war-pa-cd/1022755.p?id=2119714&skuId=1022755&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022755', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022755.jpg\"}', 'upc' => '5099964280226', 'provider' => 'bestbuy'],\n ['name' => \"The House You're Building - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-house-youre-building-cd/1022791.p?id=2119716&skuId=1022791&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022791', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022791_sa.jpg\"}', 'upc' => '5099945707520', 'provider' => 'bestbuy'],\n ['name' => \"Vanguard Visionaries - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vanguard-visionaries-cd/1022837.p?id=1638703&skuId=1022837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1560\\/15602448.jpg\"}', 'upc' => '015707315326', 'provider' => 'bestbuy'],\n ['name' => \"Tha Last Meal [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tha-last-meal-pa-cd/1022846.p?id=2121533&skuId=1022846&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022846', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022846_sa.jpg\"}', 'upc' => '5099964263625', 'provider' => 'bestbuy'],\n ['name' => \"Vanguard Visionaries - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vanguard-visionaries-cd/1022855.p?id=1638889&skuId=1022855&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022855', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022855_sa.jpg\"}', 'upc' => '015707316927', 'provider' => 'bestbuy'],\n ['name' => \"Fables of the Reconstruction [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fables-of-the-reconstruction-lp-vinyl/1022891.p?id=2119719&skuId=1022891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022891.jpg\"}', 'upc' => '5099964607115', 'provider' => 'bestbuy'],\n ['name' => \"I Am the West [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-am-the-west-pa-cd/1022946.p?id=2115864&skuId=1022946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022946_sa.jpg\"}', 'upc' => '5099964188225', 'provider' => 'bestbuy'],\n ['name' => \"Unchained Melodies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unchained-melodies-cd/1022994.p?id=72629&skuId=1022994&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1022994', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1022\\/1022994.jpg\"}', 'upc' => '021471521429', 'provider' => 'bestbuy'],\n ['name' => \"Snoopy [Original Cast] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/snoopy-original-cast-cd-original-soundtrack/1023118.p?id=99337&skuId=1023118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023118.jpg\"}', 'upc' => '021471610321', 'provider' => 'bestbuy'],\n ['name' => \"Seesaw [Original Cast Recording] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seesaw-original-cast-recording-cd-original-cast-recording/1023145.p?id=98287&skuId=1023145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023145_sa.jpg\"}', 'upc' => '021471610826', 'provider' => 'bestbuy'],\n ['name' => \"Don't Mess with a Big Band: Live! [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-mess-with-a-big-band-live-digipak-cd/1023169.p?id=2115474&skuId=1023169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023169_sa.jpg\"}', 'upc' => '640424999582', 'provider' => 'bestbuy'],\n ['name' => \"Korn III: Remember Who You Are [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/korn-iii-remember-who-you-are-pa-cd/1023187.p?id=2116170&skuId=1023187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023187_sa.jpg\"}', 'upc' => '016861775728', 'provider' => 'bestbuy'],\n ['name' => \"Fixed at Zero - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fixed-at-zero-cd/1023196.p?id=2110842&skuId=1023196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023196_sa.jpg\"}', 'upc' => '075678941436', 'provider' => 'bestbuy'],\n ['name' => \"They'll Only Miss You When You Leave: Songs... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/theyll-only-miss-you-when-you-leave-songs-cd/1023202.p?id=2119194&skuId=1023202&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023202', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023202_sa.jpg\"}', 'upc' => '098787301526', 'provider' => 'bestbuy'],\n ['name' => \"At Vine St. Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-vine-st-live-cd/1023234.p?id=69663&skuId=1023234&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023234', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023234_sa.jpg\"}', 'upc' => '021471843521', 'provider' => 'bestbuy'],\n ['name' => \"Serotonin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/serotonin-cd/1023239.p?id=2115457&skuId=1023239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023239_sa.jpg\"}', 'upc' => '883870055123', 'provider' => 'bestbuy'],\n ['name' => \"Happy Hour: The South River Road Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happy-hour-the-south-river-road-sessions-cd/1023257.p?id=2115841&skuId=1023257&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023257', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023257_sa.jpg\"}', 'upc' => '075678924637', 'provider' => 'bestbuy'],\n ['name' => \"March of the Falsettos [Original Cast] - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/march-of-the-falsettos-original-cast-cd-original-cast-recording/1023261.p?id=90514&skuId=1023261&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023261', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023261.jpg\"}', 'upc' => '021471258127', 'provider' => 'bestbuy'],\n ['name' => \"Foul Deeds [CD & DVD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/foul-deeds-cd-dvd-cd/1023266.p?id=2108752&skuId=1023266&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023266', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1857\\/18577846.jpg\"}', 'upc' => '093624965374', 'provider' => 'bestbuy'],\n ['name' => \"Still Learning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-learning-cd/1023275.p?id=2119197&skuId=1023275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023275_sa.jpg\"}', 'upc' => '732351106529', 'provider' => 'bestbuy'],\n ['name' => \"Blessed & Cursed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blessed-cursed-cd/1023284.p?id=2114054&skuId=1023284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023284_sa.jpg\"}', 'upc' => '014998418624', 'provider' => 'bestbuy'],\n ['name' => \"Local Customs: Lone Star Lowlands - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/local-customs-lone-star-lowlands-cd-various/1023318.p?id=2115492&skuId=1023318&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023318', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023318.jpg\"}', 'upc' => '825764103428', 'provider' => 'bestbuy'],\n ['name' => \"Korn III: Remember... [CD & DVD] [PA] [Digipak] - CD - DVD Special\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/korn-iii-remember-cd-dvd-pa-digipak-cd-dvd-special/1023327.p?id=2116176&skuId=1023327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023327.jpg\"}', 'upc' => '016861775759', 'provider' => 'bestbuy'],\n ['name' => \"Libraries [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/libraries-digipak-cd/1023336.p?id=2115482&skuId=1023336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023336_sa.jpg\"}', 'upc' => '673855036625', 'provider' => 'bestbuy'],\n ['name' => \"DJ Hero 2 - PlayStation 3\", 'description_short' => \"Take it to the turntable and become the greatest mix master to ever fill the dance floors\", 'description_long' => \"Take it to the turntable and become the greatest mix master to ever fill the dance floors\", 'price' => 29.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/dj-hero-2-playstation-3/1023363.p?id=1218209984539&skuId=1023363&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023363', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023363_500x500_sa.jpg\"}', 'upc' => '047875962354', 'provider' => 'bestbuy'],\n ['name' => \"Forbidden Broadway 2 - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forbidden-broadway-2-cd-original-soundtrack/1023378.p?id=2126321&skuId=1023378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023378.jpg\"}', 'upc' => '021471259926', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 56.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023441.p?id=1218251720654&skuId=1023441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010234417', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023478.p?id=1218252576009&skuId=1023478&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023478', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010234783', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023487.p?id=1218252599107&skuId=1023487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010234875', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 139.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023496.p?id=1218252649618&skuId=1023496&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023496', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010234967', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023502.p?id=1218252586260&skuId=1023502&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023502', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010235025', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023539.p?id=1218252578650&skuId=1023539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010235391', 'provider' => 'bestbuy'],\n ['name' => \"Peter Rowan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peter-rowan-cd/1023573.p?id=97426&skuId=1023573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023573_sa.jpg\"}', 'upc' => '018964007126', 'provider' => 'bestbuy'],\n ['name' => \"Rock Band 3 - Nintendo DS\", 'description_short' => \"The band has never been bigger\", 'description_long' => \"The band has never been bigger\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-band-3-nintendo-ds/1023709.p?id=1218209983309&skuId=1023709', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023709_sa.jpg\"}', 'upc' => '014633195224', 'provider' => 'bestbuy'],\n ['name' => \"Hillbilly Jazz - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hillbilly-jazz-cd-various/1023733.p?id=85395&skuId=1023733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1023\\/1023733_sa.jpg\"}', 'upc' => '018964010126', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 219.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023845.p?id=1218252644005&skuId=1023845&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023845', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010238453', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023854.p?id=1218252643398&skuId=1023854&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010238545', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 279.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023863.p?id=1218252613905&skuId=1023863&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023863', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010238637', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 309.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023872.p?id=1218252581613&skuId=1023872&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023872', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010238729', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 349.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023881.p?id=1218252577520&skuId=1023881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010238811', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023909.p?id=1218252640317&skuId=1023909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010239092', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023936.p?id=1218252643841&skuId=1023936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010239368', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 569.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023945.p?id=1218252607144&skuId=1023945&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023945', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010239450', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1023954.p?id=1218252639855&skuId=1023954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1023954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010239542', 'provider' => 'bestbuy'],\n ['name' => \"Jesus and Johnny Cash - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jesus-and-johnny-cash-cd/1024089.p?id=2120631&skuId=1024089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1024\\/1024089_sa.jpg\"}', 'upc' => '602257504425', 'provider' => 'bestbuy'],\n ['name' => \"Gringo Kings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gringo-kings-cd/1024098.p?id=2120632&skuId=1024098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1024\\/1024098_sa.jpg\"}', 'upc' => '602257504326', 'provider' => 'bestbuy'],\n ['name' => \"The Fields of November/Old and New - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-fields-of-november-old-and-new-cd/1024313.p?id=74962&skuId=1024313&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024313', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1024\\/1024313_sa.jpg\"}', 'upc' => '018964000424', 'provider' => 'bestbuy'],\n ['name' => \"Robin Hood (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/robin-hood-blu-ray-disc/1024317.p?id=24169&skuId=1024317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1024\\/1024317.jpg\"}', 'upc' => '786936834710', 'provider' => 'bestbuy'],\n ['name' => \"Mark Twang - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mark-twang-cd/1024377.p?id=84931&skuId=1024377&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024377', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1024\\/1024377_sa.jpg\"}', 'upc' => '018964002022', 'provider' => 'bestbuy'],\n ['name' => \"Nobody Knows What You Do - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nobody-knows-what-you-do-cd/1024395.p?id=84933&skuId=1024395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1024\\/1024395_sa.jpg\"}', 'upc' => '018964002824', 'provider' => 'bestbuy'],\n ['name' => \"Fly Through the Country/When the Storm Is Over - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fly-through-the-country-when-the-storm-is-over-cd/1024439.p?id=93141&skuId=1024439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1024\\/1024439_sa.jpg\"}', 'upc' => '018964003227', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 56.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1024556.p?id=1218252613280&skuId=1024556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010245567', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1024565.p?id=1218252604761&skuId=1024565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010245659', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1024574.p?id=1218252598775&skuId=1024574&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024574', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010245741', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 139.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-protection-plan-geek-squad/1024583.p?id=1218252574552&skuId=1024583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010245833', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan ? Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan--geek-squad/1024592.p?id=1218252636599&skuId=1024592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010245925', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024608.p?id=1218252584695&skuId=1024608&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024608', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010246083', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 219.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024617.p?id=1218252617865&skuId=1024617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010246175', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024626.p?id=1218252643950&skuId=1024626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010246267', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 279.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024635.p?id=1218252593623&skuId=1024635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010246359', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 309.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024644.p?id=1218252605812&skuId=1024644&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024644', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010246441', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 349.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024653.p?id=1218252583974&skuId=1024653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010246533', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024662.p?id=1218252627045&skuId=1024662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010246625', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024671.p?id=1218252648790&skuId=1024671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010246717', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 569.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024699.p?id=1218252638707&skuId=1024699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010246991', 'provider' => 'bestbuy'],\n ['name' => \"5-Year Standard Protection Plan - Geek Squad\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-year-standard-protection-plan-geek-squad/1024708.p?id=1218252655527&skuId=1024708&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1024708', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010247080', 'provider' => 'bestbuy'],\n ['name' => \"All Dogs Go to Heaven 1 & 2 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-dogs-go-to-heaven-1-2-dvd/1025003.p?id=3288761&skuId=1025003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025003_sa.jpg\"}', 'upc' => '883904323099', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of Tom Paxton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-tom-paxton-cd/1025054.p?id=94560&skuId=1025054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025054.jpg\"}', 'upc' => '018964051921', 'provider' => 'bestbuy'],\n ['name' => \"Live Pa, #12: Live @ the DC Star 4/17/10 [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-pa-12-live--the-dc-star-4-17-10-pa-cd/1025219.p?id=2117825&skuId=1025219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025219_sa.jpg\"}', 'upc' => '742951301224', 'provider' => 'bestbuy'],\n ['name' => \"Voices on Lockdown [PA] [Digipak] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/voices-on-lockdown-pa-digipak-cd-various/1025325.p?id=2123255&skuId=1025325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025325.jpg\"}', 'upc' => '094922306654', 'provider' => 'bestbuy'],\n ['name' => \"The Workhorse 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-workhorse-3-cd/1025334.p?id=3232193&skuId=1025334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025334_sa.jpg\"}', 'upc' => '801927104020', 'provider' => 'bestbuy'],\n ['name' => \"Elvisgrass [Digipak] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elvisgrass-digipak-cd-various/1025343.p?id=1630452&skuId=1025343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025343_sa.jpg\"}', 'upc' => '874757004327', 'provider' => 'bestbuy'],\n ['name' => \"Last (Bonus Dvd) (Remastered) (Remix) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-bonus-dvd-remastered-remix-cd/1025352.p?id=2860198&skuId=1025352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025352.jpg\"}', 'upc' => '801927103924', 'provider' => 'bestbuy'],\n ['name' => \"Cashgrass [Digipak] - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cashgrass-digipak-various-cd/1025389.p?id=1630449&skuId=1025389&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025389', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025389_sa.jpg\"}', 'upc' => '874757006123', 'provider' => 'bestbuy'],\n ['name' => \"Dwarves Must Die [Redux] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dwarves-must-die-redux-cd/1025398.p?id=2126702&skuId=1025398&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025398', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025398_sa.jpg\"}', 'upc' => '760137502623', 'provider' => 'bestbuy'],\n ['name' => \"Sinister Whisperz: 1 Wax Trax Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sinister-whisperz-1-wax-trax-years-cd/1025412.p?id=2123786&skuId=1025412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025412_sa.jpg\"}', 'upc' => '4250137221403', 'provider' => 'bestbuy'],\n ['name' => \"Chapter Two - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chapter-two-cd/1025421.p?id=2121185&skuId=1025421&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025421_sa.jpg\"}', 'upc' => '801927104129', 'provider' => 'bestbuy'],\n ['name' => \"Zeppelingrass [Digipak] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zeppelingrass-digipak-cd-various/1025449.p?id=2121519&skuId=1025449&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025449', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025449_sa.jpg\"}', 'upc' => '874757011523', 'provider' => 'bestbuy'],\n ['name' => \"What It Is - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-it-is-cd/1025458.p?id=2121520&skuId=1025458&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025458', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025458_sa.jpg\"}', 'upc' => '884502041019', 'provider' => 'bestbuy'],\n ['name' => \"National Lampoon's Vacation (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => 11.99, 'url' => 'http://www.bestbuy.com/site/national-lampoons-vacation-blu-ray-disc/1025467.p?id=23499&skuId=1025467&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025467', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025467.jpg\"}', 'upc' => '883929130917', 'provider' => 'bestbuy'],\n ['name' => \"Gossip Girl: The Complete Third Season [5 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gossip-girl-the-complete-third-season-5-discs-dvd/1025485.p?id=2123477&skuId=1025485&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025485', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025485.jpg\"}', 'upc' => '883929101702', 'provider' => 'bestbuy'],\n ['name' => \"What's Up, Doc? (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whats-up-doc-blu-ray-disc/1025494.p?id=53967&skuId=1025494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025494_sa.jpg\"}', 'upc' => '883929115877', 'provider' => 'bestbuy'],\n ['name' => \"Titan Maximum: Season 1 (Mini Comic Book) (W/Book) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/titan-maximum-season-1-mini-comic-book-w-book-dvd/1025519.p?id=2105273&skuId=1025519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025519.jpg\"}', 'upc' => '883929103485', 'provider' => 'bestbuy'],\n ['name' => \"Courage The Cowardly Dog: Season One (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/courage-the-cowardly-dog-season-one-dvd/1025537.p?id=2104685&skuId=1025537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025537.jpg\"}', 'upc' => '883929108596', 'provider' => 'bestbuy'],\n ['name' => \"Naruto: Shippuden - Box Set 3 [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naruto-shippuden-box-set-3-3-discs-dvd/1025555.p?id=2103257&skuId=1025555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025555_sa.jpg\"}', 'upc' => '782009241041', 'provider' => 'bestbuy'],\n ['name' => \"National Lampoon's European Vacation (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/national-lampoons-european-vacation-blu-ray-disc/1025564.p?id=23498&skuId=1025564&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025564', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025564.jpg\"}', 'upc' => '883929116126', 'provider' => 'bestbuy'],\n ['name' => \"Elvis Blu-ray Collection: Jailhouse Rock/Viva Las Vegas/Elvis on Tour [3 Discs] (Blu-ray Disc) (Collector's Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 42.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elvis-blu-ray-collection-jailhouse-rock-viva-las-vegas-elvis-on-tour-3-discs-blu-ray-disc-collectors-edition/1025573.p?id=2106469&skuId=1025573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025573_sa.jpg\"}', 'upc' => '883929121045', 'provider' => 'bestbuy'],\n ['name' => \"Temple Grandin (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/temple-grandin-dvd/1025582.p?id=2103658&skuId=1025582&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025582_sa.jpg\"}', 'upc' => '883929131716', 'provider' => 'bestbuy'],\n ['name' => \"Maid\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maid/1025607.p?id=2100451&skuId=1025607&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1025607', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1025\\/1025607_sa.jpg\"}', 'upc' => '896602002210', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-blues-cd/1026473.p?id=97922&skuId=1026473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1026473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1026\\/1026473_sa.jpg\"}', 'upc' => '018964056728', 'provider' => 'bestbuy'],\n ['name' => \"Niles - Remote Control Anywhere! Kit\", 'description_short' => \"From our expanded online assortment; includes 1 MS220 surface-mount IR sensor, 1 MSU140 IR main system unit and 3 MF1 MicroFlashers; universal noise suppression technology\", 'description_long' => \"From our expanded online assortment; includes 1 MS220 surface-mount IR sensor, 1 MSU140 IR main system unit and 3 MF1 MicroFlashers; universal noise suppression technology\", 'price' => 279.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/niles-remote-control-anywhere-kit/1027599.p?id=1218245857316&skuId=1027599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1027599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1027\\/1027599_sa.jpg\"}', 'upc' => '760514015852', 'provider' => 'bestbuy'],\n ['name' => \"Elite Screens - Tripod Series 85\\\" Tripod Projector Screen - Black\", 'description_short' => \"60&quot;H x 60&quot;W viewing area; 1:1 aspect ratio; built-in keystone eliminator; black masking borders; MaxWhite 1.1-gain screen material; metal casing; freestanding design\", 'description_long' => \"60&quot;H x 60&quot;W viewing area; 1:1 aspect ratio; built-in keystone eliminator; black masking borders; MaxWhite 1.1-gain screen material; metal casing; freestanding design\", 'price' => 114.99, 'sale_price' => 90.99, 'url' => 'http://www.bestbuy.com/site/elite-screens-tripod-series-85-tripod-projector-screen-black/1027714.p?id=1218210319041&skuId=1027714&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1027714', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1027\\/1027714_sa.jpg\"}', 'upc' => '876818003225', 'provider' => 'bestbuy'],\n ['name' => \"For the Good of Man-CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-the-good-of-man-cd/1028827.p?id=2387944&skuId=1028827&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1028827', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1028\\/1028827_sa.jpg\"}', 'upc' => '011661754225', 'provider' => 'bestbuy'],\n ['name' => \"Talk About Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talk-about-love-cd/1028890.p?id=1577480&skuId=1028890&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1028890', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1028\\/1028890.jpg\"}', 'upc' => '011661759121', 'provider' => 'bestbuy'],\n ['name' => \"Hard Works from the Observer All Stars - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hard-works-from-the-observer-all-stars-various-cd/1028934.p?id=1577001&skuId=1028934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1028934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1028\\/1028934.jpg\"}', 'upc' => '011661759428', 'provider' => 'bestbuy'],\n ['name' => \"Love Is Overdue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-is-overdue-cd/1028989.p?id=86362&skuId=1028989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1028989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1028\\/1028989_sa.jpg\"}', 'upc' => '011661759824', 'provider' => 'bestbuy'],\n ['name' => \"Grapes on a Vine (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grapes-on-a-vine-dvd/1029181.p?id=2126750&skuId=1029181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029181_sa.jpg\"}', 'upc' => '853476002197', 'provider' => 'bestbuy'],\n ['name' => \"Chief - Medium FIT Fixed TV Wall Mount for Most 26\\\" - 42\\\" Flat-Panel TVs - Black\", 'description_short' => \"CHIEF Medium FIT Fixed Wall Mount for Most 26&quot; - 42&quot; Flat-Panel TVs: Compatible with most 26&quot; - 42&quot; flat-panel TVs up to 125 lbs.; open wall plate; GlideLock with kickstand; low-profile depth\", 'description_long' => \"CHIEF Medium FIT Fixed Wall Mount for Most 26&quot; - 42&quot; Flat-Panel TVs: Compatible with most 26&quot; - 42&quot; flat-panel TVs up to 125 lbs.; open wall plate; GlideLock with kickstand; low-profile depth\", 'price' => 64.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chief-medium-fit-fixed-tv-wall-mount-for-most-26-42-flat-panel-tvs-black/1029367.p?id=1219045600419&skuId=1029367', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029367', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029367_sa.jpg\"}', 'upc' => '841872141077', 'provider' => 'bestbuy'],\n ['name' => \"Culture in Culture - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/culture-in-culture-cd/1029764.p?id=79440&skuId=1029764&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029764', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029764_sa.jpg\"}', 'upc' => '011661756724', 'provider' => 'bestbuy'],\n ['name' => \"Chloe (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chloe-blu-ray-disc/1029776.p?id=2116089&skuId=1029776&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029776', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029776_sa.jpg\"}', 'upc' => '043396354005', 'provider' => 'bestbuy'],\n ['name' => \"The Runaways (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-runaways-blu-ray-disc/1029785.p?id=2118259&skuId=1029785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029785_sa.jpg\"}', 'upc' => '043396355194', 'provider' => 'bestbuy'],\n ['name' => \"My Boys: The Complete Second and Third Seasons [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-boys-the-complete-second-and-third-seasons-2-discs-dvd/1029794.p?id=2112643&skuId=1029794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029794_sa.jpg\"}', 'upc' => '043396299078', 'provider' => 'bestbuy'],\n ['name' => \"A Prophet (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-prophet-blu-ray-disc/1029803.p?id=2118261&skuId=1029803&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029803_sa.jpg\"}', 'upc' => '043396355989', 'provider' => 'bestbuy'],\n ['name' => \"The Bounty Hunter (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bounty-hunter-dvd/1029812.p?id=2112641&skuId=1029812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029812_sa.jpg\"}', 'upc' => '043396350403', 'provider' => 'bestbuy'],\n ['name' => \"A Single Man (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-single-man-blu-ray-disc/1029821.p?id=2110331&skuId=1029821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029821_sa.jpg\"}', 'upc' => '043396353862', 'provider' => 'bestbuy'],\n ['name' => \"Chloe (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chloe-dvd/1029849.p?id=2116089&skuId=1029849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029849_sa.jpg\"}', 'upc' => '043396350311', 'provider' => 'bestbuy'],\n ['name' => \"Jesse Stone: No Remorse (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jesse-stone-no-remorse-dvd/1029858.p?id=2113996&skuId=1029858&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029858', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029858_sa.jpg\"}', 'upc' => '043396354722', 'provider' => 'bestbuy'],\n ['name' => \"A Single Man (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-single-man-dvd/1029867.p?id=2110331&skuId=1029867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029867_sa.jpg\"}', 'upc' => '043396353831', 'provider' => 'bestbuy'],\n ['name' => \"To Save a Life (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/to-save-a-life-dvd/1029876.p?id=2116091&skuId=1029876&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029876', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029876_sa.jpg\"}', 'upc' => '043396354456', 'provider' => 'bestbuy'],\n ['name' => \"Death at a Funeral (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/death-at-a-funeral-dvd/1029885.p?id=2123462&skuId=1029885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029885_sa.jpg\"}', 'upc' => '043396350281', 'provider' => 'bestbuy'],\n ['name' => \"A Prophet (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-prophet-dvd/1029903.p?id=2118261&skuId=1029903&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029903', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029903_sa.jpg\"}', 'upc' => '043396343566', 'provider' => 'bestbuy'],\n ['name' => \"The Bounty Hunter (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bounty-hunter-blu-ray-disc/1029912.p?id=2112641&skuId=1029912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029912_sa.jpg\"}', 'upc' => '043396350397', 'provider' => 'bestbuy'],\n ['name' => \"To Save a Life (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/to-save-a-life-blu-ray-disc/1029921.p?id=2116091&skuId=1029921&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029921', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029921_sa.jpg\"}', 'upc' => '043396357020', 'provider' => 'bestbuy'],\n ['name' => \"Charlie's Angels (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/charlies-angels-blu-ray-disc/1029949.p?id=36159&skuId=1029949&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1029949', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1029\\/1029949_sa.jpg\"}', 'upc' => '043396229945', 'provider' => 'bestbuy'],\n ['name' => \"Audio-Technica - PRO 70 Cardioid Condenser Lavalier/Instrument Microphone\", 'description_short' => \"From our expanded online assortment; low frequency roll-off; corrosion-resistant contacts; cardioid polar pattern\", 'description_long' => \"From our expanded online assortment; low frequency roll-off; corrosion-resistant contacts; cardioid polar pattern\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audio-technica-pro-70-cardioid-condenser-lavalier-instrument-microphone/1031353.p?id=1218211288482&skuId=1031353', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031353', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031353_sa.jpg\"}', 'upc' => '042005134342', 'provider' => 'bestbuy'],\n ['name' => \"Audio-Technica - Microphone\", 'description_short' => \"20 Hz to 20 kHz - Wired - Condenser - Handheld - XLR\", 'description_long' => \"20 Hz to 20 kHz - Wired - Condenser - Handheld - XLR\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audio-technica-microphone/1031371.p?id=1218211289606&skuId=1031371', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031371', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031371_sa.jpg\"}', 'upc' => '042005127955', 'provider' => 'bestbuy'],\n ['name' => \"Audio-Technica - PRO 8HEx Hypercardioid Dynamic Microphone\", 'description_short' => \"From our expanded online assortment; Hi-ENERGY neodymium element; headband with cushioned pads; pivot-mounted boom\", 'description_long' => \"From our expanded online assortment; Hi-ENERGY neodymium element; headband with cushioned pads; pivot-mounted boom\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audio-technica-pro-8hex-hypercardioid-dynamic-microphone/1031404.p?id=1218211291231&skuId=1031404', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031404', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031404_sa.jpg\"}', 'upc' => '042005305308', 'provider' => 'bestbuy'],\n ['name' => \"Audio-Technica - Microphone\", 'description_short' => \"30 Hz to 20 kHz - Wired - Condenser - Handheld - XLR\", 'description_long' => \"30 Hz to 20 kHz - Wired - Condenser - Handheld - XLR\", 'price' => 595.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audio-technica-microphone/1031726.p?id=1218211288553&skuId=1031726', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031726', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031726_sa.jpg\"}', 'upc' => '042005128525', 'provider' => 'bestbuy'],\n ['name' => \"MP3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mp3-cd/1031817.p?id=2126400&skuId=1031817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031817_sa.jpg\"}', 'upc' => '894096001962', 'provider' => 'bestbuy'],\n ['name' => \"Praise & Blame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/praise-blame-cd/1031835.p?id=2137450&skuId=1031835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031835_sa.jpg\"}', 'upc' => '602527449876', 'provider' => 'bestbuy'],\n ['name' => \"Silver and Ash [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/silver-and-ash-digipak-cd/1031844.p?id=2138383&skuId=1031844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031844_sa.jpg\"}', 'upc' => '011661327825', 'provider' => 'bestbuy'],\n ['name' => \"Reckless - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reckless-cd/1031899.p?id=2134812&skuId=1031899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031899_sa.jpg\"}', 'upc' => '011661062429', 'provider' => 'bestbuy'],\n ['name' => \"Live in Boston, 1982 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-boston-1982-cd/1031908.p?id=2117077&skuId=1031908&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031908', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031908_sa.jpg\"}', 'upc' => '011661328525', 'provider' => 'bestbuy'],\n ['name' => \"Drama Queen [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/drama-queen-cd-dvd-cd-dvd/1031917.p?id=2119277&skuId=1031917&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031917', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031917_sa.jpg\"}', 'upc' => '602527440316', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Rev. C.L. Franklin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-rev-c-l-franklin-cd/1031935.p?id=2127461&skuId=1031935&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031935', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031935_sa.jpg\"}', 'upc' => '030206184228', 'provider' => 'bestbuy'],\n ['name' => \"Ringo Starr and His All Starr Band: Live at the Greek Theatre 2008 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ringo-starr-and-his-all-starr-band-live-at-the-greek-theatre-2008-dvd/1031953.p?id=2124508&skuId=1031953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031953_sa.jpg\"}', 'upc' => '602527443089', 'provider' => 'bestbuy'],\n ['name' => \"We Cats Can Hep YouCD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-cats-can-hep-youcd/1031962.p?id=2244507&skuId=1031962&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031962', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031962.jpg\"}', 'upc' => '030206184327', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Greek Theatre 2008 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-greek-theatre-2008-cd/1031971.p?id=2124509&skuId=1031971&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031971', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031971_sa.jpg\"}', 'upc' => '602527442099', 'provider' => 'bestbuy'],\n ['name' => \"Vicente Fernandez: Un Mexicano en La Mexico (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vicente-fernandez-un-mexicano-en-la-mexico-dvd/1031999.p?id=2120633&skuId=1031999&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1031999', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1031\\/1031999_sa.jpg\"}', 'upc' => '886977306792', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - AF-S NIKKOR 20mm f/1.8G ED Ultra Wide Angle Lens for Most Nikon F-Mount Cameras - Black\", 'description_short' => \"Compatible with most Nikon F-Mount cameras; 13 lens elements in 11 groups; Nano Crystal coating; 2 ED glass elements; 2 aspherical elements\", 'description_long' => \"Compatible with most Nikon F-Mount cameras; 13 lens elements in 11 groups; Nano Crystal coating; 2 ED glass elements; 2 aspherical elements\", 'price' => 799.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nikon-af-s-nikkor-20mm-f-1-8g-ed-ultra-wide-angle-lens-for-most-nikon-f-mount-cameras-black/1032001.p?id=1219460767310&skuId=1032001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032001_sa.jpg\"}', 'upc' => '018208200511', 'provider' => 'bestbuy'],\n ['name' => \"Con Estilo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/con-estilo-cd/1032015.p?id=2120635&skuId=1032015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032015_sa.jpg\"}', 'upc' => '886977267826', 'provider' => 'bestbuy'],\n ['name' => \"WTF + 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wtf-4-cd/1032033.p?id=2119232&skuId=1032033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032033_sa.jpg\"}', 'upc' => '886977477522', 'provider' => 'bestbuy'],\n ['name' => \"PNY - GT 730 1GB DDR3 PCI Express 2.0 Graphics Card - Black\", 'description_short' => \"1GB DDR3 memory; PCI Express 2.0 interface; HDMI output; 400MHz clock speed; PhysX system software\", 'description_long' => \"1GB DDR3 memory; PCI Express 2.0 interface; HDMI output; 400MHz clock speed; PhysX system software\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pny-gt-730-1gb-ddr3-pci-express-2-0-graphics-card-black/1032038.p?id=1219460773496&skuId=1032038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032038_sa.jpg\"}', 'upc' => '751492578163', 'provider' => 'bestbuy'],\n ['name' => \"Gotta Have Gospel! Ultimate Choirs (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gotta-have-gospel-ultimate-choirs-dvd/1032042.p?id=2120636&skuId=1032042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032042_sa.jpg\"}', 'upc' => '886977118890', 'provider' => 'bestbuy'],\n ['name' => \"Gotta Have Gospel! Ultimate Choirs - CD - Various Enhanced\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gotta-have-gospel-ultimate-choirs-cd-various-enhanced/1032097.p?id=2120638&skuId=1032097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032097_sa.jpg\"}', 'upc' => '886976750626', 'provider' => 'bestbuy'],\n ['name' => \"Couldn't Stand the Weather [Legacy Edition] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/couldnt-stand-the-weather-legacy-edition-cd/1032103.p?id=2114429&skuId=1032103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032103_sa.jpg\"}', 'upc' => '886975594320', 'provider' => 'bestbuy'],\n ['name' => \"Un Mexicano en la México - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/un-mexicano-en-la-mexico-cd/1032149.p?id=2120641&skuId=1032149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032149_sa.jpg\"}', 'upc' => '886977305627', 'provider' => 'bestbuy'],\n ['name' => \"House of Pleasure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/house-of-pleasure-cd/1032158.p?id=2123256&skuId=1032158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032158_sa.jpg\"}', 'upc' => '654827020224', 'provider' => 'bestbuy'],\n ['name' => \"Imogen Heap: Everything In-Between - The Story of Ellipse (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imogen-heap-everything-in-between-the-story-of-ellipse-dvd/1032167.p?id=2120642&skuId=1032167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032167_sa.jpg\"}', 'upc' => '886977239298', 'provider' => 'bestbuy'],\n ['name' => \"Dell - 90W AC Power Adapter - Black\", 'description_short' => \"DELL 90W AC Power Adapter: Designed to power your Dell system; 90W power supply\", 'description_long' => \"DELL 90W AC Power Adapter: Designed to power your Dell system; 90W power supply\", 'price' => 65.99, 'sale_price' => 38.99, 'url' => 'http://www.bestbuy.com/site/dell-90w-ac-power-adapter-black/1032198.p?id=1219460756243&skuId=1032198&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032198', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032198_sa.jpg\"}', 'upc' => '884116022879', 'provider' => 'bestbuy'],\n ['name' => \"Chicago Sound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicago-sound-cd/1032224.p?id=71847&skuId=1032224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032224_sa.jpg\"}', 'upc' => '025218173728', 'provider' => 'bestbuy'],\n ['name' => \"Kidz Bop 18 [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kidz-bop-18-digdownload-cd/1032228.p?id=2117256&skuId=1032228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032228_sa.jpg\"}', 'upc' => '793018923422', 'provider' => 'bestbuy'],\n ['name' => \"Man Bites Harmonica - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/man-bites-harmonica-cd/1032233.p?id=71386&skuId=1032233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032233_sa.jpg\"}', 'upc' => '025218173827', 'provider' => 'bestbuy'],\n ['name' => \"Don't Say No [30th Anniversary Edition] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-say-no-30th-anniversary-edition-cd/1032237.p?id=2120645&skuId=1032237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032237_sa.jpg\"}', 'upc' => '826663121056', 'provider' => 'bestbuy'],\n ['name' => \"Los Mejores Boleros - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/los-mejores-boleros-cd-various/1032246.p?id=2120646&skuId=1032246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032246.jpg\"}', 'upc' => '883736044827', 'provider' => 'bestbuy'],\n ['name' => \"Moondog [Prestige] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moondog-prestige-cd/1032251.p?id=92187&skuId=1032251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032251_sa.jpg\"}', 'upc' => '025218174121', 'provider' => 'bestbuy'],\n ['name' => \"Una Navidad A Mi Estilo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/una-navidad-a-mi-estilo-cd/1032255.p?id=2244531&skuId=1032255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032255_sa.jpg\"}', 'upc' => '753182475448', 'provider' => 'bestbuy'],\n ['name' => \"Iron Man 2 (Score) - O.S.T. - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iron-man-2-score-o-s-t-cd-original-soundtrack/1032264.p?id=2120647&skuId=1032264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032264_sa.jpg\"}', 'upc' => '886977465420', 'provider' => 'bestbuy'],\n ['name' => \"The New Miles Davis Quintet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-new-miles-davis-quintet-cd/1032368.p?id=65574&skuId=1032368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032368.jpg\"}', 'upc' => '025218110624', 'provider' => 'bestbuy'],\n ['name' => \"Need for Speed: Hot Pursuit - PlayStation 3\", 'description_short' => \"Switch into gear and feel the need &#8212; the Need for Speed\", 'description_long' => \"Switch into gear and feel the need &#8212; the Need for Speed\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/need-for-speed-hot-pursuit-playstation-3/1032403.p?id=1218211702103&skuId=1032403&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032403', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032403_sa.jpg\"}', 'upc' => '014633731644', 'provider' => 'bestbuy'],\n ['name' => \"Sonny Stitt/Bud Powell/J.J. Johnson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sonny-stitt-bud-powell-j-j-johnson-cd/1032411.p?id=71164&skuId=1032411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032411_sa.jpg\"}', 'upc' => '025218110921', 'provider' => 'bestbuy'],\n ['name' => \"Sonny Rollins with the Modern Jazz Quartet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sonny-rollins-with-the-modern-jazz-quartet-cd/1032457.p?id=70465&skuId=1032457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032457_sa.jpg\"}', 'upc' => '025218111126', 'provider' => 'bestbuy'],\n ['name' => \"Miles Davis and Milt Jackson Quintet/Sextet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miles-davis-and-milt-jackson-quintet-sextet-cd/1032466.p?id=65590&skuId=1032466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032466.jpg\"}', 'upc' => '025218111225', 'provider' => 'bestbuy'],\n ['name' => \"After Hours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-hours-cd/1032475.p?id=68083&skuId=1032475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032475.jpg\"}', 'upc' => '025218178228', 'provider' => 'bestbuy'],\n ['name' => \"Andre Previn Plays Jerome Kern - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/andre-previn-plays-jerome-kern-cd/1032527.p?id=70146&skuId=1032527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032527_sa.jpg\"}', 'upc' => '025218178723', 'provider' => 'bestbuy'],\n ['name' => \"Drums Around the World: Philly Joe Jones Big... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/drums-around-the-world-philly-joe-jones-big-cd/1032563.p?id=68063&skuId=1032563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032563_sa.jpg\"}', 'upc' => '025218179225', 'provider' => 'bestbuy'],\n ['name' => \"Testifying - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/testifying-cd/1032572.p?id=72242&skuId=1032572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032572_sa.jpg\"}', 'upc' => '025218179324', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Geek Squad Protection Plan\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-geek-squad-protection-plan/1032573.p?id=1218211703782&skuId=1032573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '400010325733', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Geek Squad Protection Plan\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-geek-squad-protection-plan/1032582.p?id=1218211703665&skuId=1032582&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '400010325825', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Geek Squad Protection Plan\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-geek-squad-protection-plan/1032591.p?id=1218211703189&skuId=1032591&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032591', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '400010325917', 'provider' => 'bestbuy'],\n ['name' => \"The Modern Touch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-modern-touch-cd/1032616.p?id=66736&skuId=1032616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032616_sa.jpg\"}', 'upc' => '025218179720', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Geek Squad Protection Plan\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-geek-squad-protection-plan/1032707.p?id=1218211701627&skuId=1032707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '400010327072', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Geek Squad Protection Plan\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-geek-squad-protection-plan/1032716.p?id=1218211702590&skuId=1032716&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032716', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '400010327164', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Geek Squad Protection Plan\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-geek-squad-protection-plan/1032725.p?id=1218211702653&skuId=1032725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '400010327256', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/1032732.p?id=63639&skuId=1032732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032732_sa.jpg\"}', 'upc' => '025218600422', 'provider' => 'bestbuy'],\n ['name' => \"Standard Bearers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/standard-bearers-cd/1032830.p?id=64888&skuId=1032830&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032830', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032830_sa.jpg\"}', 'upc' => '025218601023', 'provider' => 'bestbuy'],\n ['name' => \"10 Great Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-great-songs-cd/1032843.p?id=2074818&skuId=1032843&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032843', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032843_sa.jpg\"}', 'upc' => '5099930944220', 'provider' => 'bestbuy'],\n ['name' => \"10 Great Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-great-songs-cd/1032861.p?id=2074817&skuId=1032861&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032861', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032861_sa.jpg\"}', 'upc' => '5099930945128', 'provider' => 'bestbuy'],\n ['name' => \"When There Are Grey Skies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-there-are-grey-skies-cd/1032885.p?id=66521&skuId=1032885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032885_sa.jpg\"}', 'upc' => '025218670425', 'provider' => 'bestbuy'],\n ['name' => \"10 Great Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-great-songs-cd/1032889.p?id=2074809&skuId=1032889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032889_sa.jpg\"}', 'upc' => '5099930944022', 'provider' => 'bestbuy'],\n ['name' => \"10 Great Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-great-songs-cd/1032898.p?id=2074816&skuId=1032898&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032898', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032898_sa.jpg\"}', 'upc' => '5099930943520', 'provider' => 'bestbuy'],\n ['name' => \"Sonny's Dream (Birth of the New Cool) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sonnys-dream-birth-of-the-new-cool-cd/1032910.p?id=65371&skuId=1032910&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032910', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032910_sa.jpg\"}', 'upc' => '025218670722', 'provider' => 'bestbuy'],\n ['name' => \"10 Great Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-great-songs-cd/1032943.p?id=2074819&skuId=1032943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032943_sa.jpg\"}', 'upc' => '5099930944428', 'provider' => 'bestbuy'],\n ['name' => \"We'll Be Together Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/well-be-together-again-cd/1032956.p?id=63700&skuId=1032956&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032956', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032956_sa.jpg\"}', 'upc' => '025218670821', 'provider' => 'bestbuy'],\n ['name' => \"Two for the Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-for-the-road-cd/1032983.p?id=69826&skuId=1032983&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032983', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032983.jpg\"}', 'upc' => '025218672627', 'provider' => 'bestbuy'],\n ['name' => \"10 Great Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-great-songs-cd/1032989.p?id=2074815&skuId=1032989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032989_sa.jpg\"}', 'upc' => '5099930943421', 'provider' => 'bestbuy'],\n ['name' => \"Oscar Peterson & Roy Eldridge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oscar-peterson-roy-eldridge-cd/1032992.p?id=287997&skuId=1032992&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032992', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032992_sa.jpg\"}', 'upc' => '025218672726', 'provider' => 'bestbuy'],\n ['name' => \"10 Great Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-great-songs-cd/1032998.p?id=2074808&skuId=1032998&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1032998', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1032\\/1032998_sa.jpg\"}', 'upc' => '5099930943629', 'provider' => 'bestbuy'],\n ['name' => \"The Louis Bellson Explosion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-louis-bellson-explosion-cd/1033009.p?id=64139&skuId=1033009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033009_sa.jpg\"}', 'upc' => '025218672825', 'provider' => 'bestbuy'],\n ['name' => \"10 Great Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-great-songs-cd/1033014.p?id=2074821&skuId=1033014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033014_sa.jpg\"}', 'upc' => '5099930944923', 'provider' => 'bestbuy'],\n ['name' => \"The Intimate Ellington - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-intimate-ellington-cd/1033027.p?id=65993&skuId=1033027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033027_sa.jpg\"}', 'upc' => '025218673020', 'provider' => 'bestbuy'],\n ['name' => \"Wahl - 20-Piece Pro Hair Cutting Kit - Blue/White/Black\", 'description_short' => \"One-touch operation; self-sharpening, high-carbon steel blades; 12 color-coded guide combs; ergonomic handle with a soft-touch grip\", 'description_long' => \"One-touch operation; self-sharpening, high-carbon steel blades; 12 color-coded guide combs; ergonomic handle with a soft-touch grip\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wahl-20-piece-pro-hair-cutting-kit-blue-white-black/1033032.p?id=1218212156490&skuId=1033032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033032_rc.jpg\"}', 'upc' => '043917793092', 'provider' => 'bestbuy'],\n ['name' => \"Gil's Guests - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gils-guests-cd/1033036.p?id=69040&skuId=1033036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033036_sa.jpg\"}', 'upc' => '025218175326', 'provider' => 'bestbuy'],\n ['name' => \"Evidence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/evidence-cd/1033054.p?id=68376&skuId=1033054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033054_sa.jpg\"}', 'upc' => '025218175524', 'provider' => 'bestbuy'],\n ['name' => \"10 Great Songs [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/10-great-songs-pa-cd/1033069.p?id=2074820&skuId=1033069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033069_sa.jpg\"}', 'upc' => '5099930944626', 'provider' => 'bestbuy'],\n ['name' => \"The Blues Piano Artistry of Meade Lux Lewis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-blues-piano-artistry-of-meade-lux-lewis-cd/1033090.p?id=68543&skuId=1033090&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033090', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033090_sa.jpg\"}', 'upc' => '025218175920', 'provider' => 'bestbuy'],\n ['name' => \"Frigidaire - 6,000 BTU Window Air Conditioner - White\", 'description_short' => \"216 sq. ft. cooling capacity; electronic controls and remote; 3 cool settings; 3 fan speeds; antibacterial filter\", 'description_long' => \"216 sq. ft. cooling capacity; electronic controls and remote; 3 cool settings; 3 fan speeds; antibacterial filter\", 'price' => 229.99, 'sale_price' => 206.99, 'url' => 'http://www.bestbuy.com/site/frigidaire-6000-btu-window-air-conditioner-white/1033096.p?id=1218212155267&skuId=1033096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033096_sa.jpg\"}', 'upc' => '012505273575', 'provider' => 'bestbuy'],\n ['name' => \"West Coast Jazz in Hi Fi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/west-coast-jazz-in-hi-fi-cd/1033107.p?id=68128&skuId=1033107&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033107_sa.jpg\"}', 'upc' => '025218176026', 'provider' => 'bestbuy'],\n ['name' => \"Dizzy Atmosphere - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dizzy-atmosphere-cd/1033125.p?id=69398&skuId=1033125&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033125', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033125_sa.jpg\"}', 'upc' => '025218176224', 'provider' => 'bestbuy'],\n ['name' => \"Free for All - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/free-for-all-cd/1033134.p?id=70489&skuId=1033134&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033134', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033134_sa.jpg\"}', 'upc' => '025218176323', 'provider' => 'bestbuy'],\n ['name' => \"Golden Days - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-days-cd/1033223.p?id=68235&skuId=1033223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033223_sa.jpg\"}', 'upc' => '025218177221', 'provider' => 'bestbuy'],\n ['name' => \"Something Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-blue-cd/1033287.p?id=85711&skuId=1033287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033287_sa.jpg\"}', 'upc' => '025218177825', 'provider' => 'bestbuy'],\n ['name' => \"More Moondog/The Story of Moondog - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-moondog-the-story-of-moondog-cd/1033312.p?id=92188&skuId=1033312&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033312', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033312_sa.jpg\"}', 'upc' => '025218178129', 'provider' => 'bestbuy'],\n ['name' => \"Soul Fusion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-fusion-cd/1033321.p?id=67773&skuId=1033321&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033321', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033321.jpg\"}', 'upc' => '025218673129', 'provider' => 'bestbuy'],\n ['name' => \"A Note In Your Pocket - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-note-in-your-pocket-cd/1033402.p?id=2125936&skuId=1033402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033402.jpg\"}', 'upc' => '093624965138', 'provider' => 'bestbuy'],\n ['name' => \"Wheelin' & Dealin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wheelin-dealin-cd/1033410.p?id=65187&skuId=1033410&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033410', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033410.jpg\"}', 'upc' => '025218667227', 'provider' => 'bestbuy'],\n ['name' => \"The Way Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-way-out-cd/1033411.p?id=2123259&skuId=1033411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033411_sa.jpg\"}', 'upc' => '656605318325', 'provider' => 'bestbuy'],\n ['name' => \"Seriously Funny [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seriously-funny-pa-digipak-cd/1033448.p?id=2123471&skuId=1033448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033448_sa.jpg\"}', 'upc' => '824363010229', 'provider' => 'bestbuy'],\n ['name' => \"The Soul Explosion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-soul-explosion-cd/1033456.p?id=67792&skuId=1033456&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033456', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033456_sa.jpg\"}', 'upc' => '025218667425', 'provider' => 'bestbuy'],\n ['name' => \"The Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-concert-cd/1033457.p?id=2125030&skuId=1033457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033457_sa.jpg\"}', 'upc' => '731383649226', 'provider' => 'bestbuy'],\n ['name' => \"Farmer's Market Barbecue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/farmers-market-barbecue-cd/1033465.p?id=64017&skuId=1033465&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033465', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033465.jpg\"}', 'upc' => '025218673228', 'provider' => 'bestbuy'],\n ['name' => \"To a Finland Station - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/to-a-finland-station-cd/1033474.p?id=66702&skuId=1033474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033474.jpg\"}', 'upc' => '025218673327', 'provider' => 'bestbuy'],\n ['name' => \"A Best of Us... For the Rest of Us [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-best-of-us-for-the-rest-of-us-pa-cd/1033475.p?id=2128248&skuId=1033475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033475_sa.jpg\"}', 'upc' => '677516128827', 'provider' => 'bestbuy'],\n ['name' => \"Concepts in Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/concepts-in-blue-cd/1033492.p?id=68010&skuId=1033492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033492_sa.jpg\"}', 'upc' => '025218673525', 'provider' => 'bestbuy'],\n ['name' => \"Rocksteady - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rocksteady-cd/1033493.p?id=2135540&skuId=1033493&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033493', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033493_sa.jpg\"}', 'upc' => '730061001325', 'provider' => 'bestbuy'],\n ['name' => \"Believe in the Music [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/believe-in-the-music-digipak-cd/1033545.p?id=2123268&skuId=1033545&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033545', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033545.jpg\"}', 'upc' => '091012108921', 'provider' => 'bestbuy'],\n ['name' => \"Landscape - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/landscape-cd/1033553.p?id=69893&skuId=1033553&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033553', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033553_sa.jpg\"}', 'upc' => '025218667623', 'provider' => 'bestbuy'],\n ['name' => \"Winter Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/winter-moon-cd/1033562.p?id=69914&skuId=1033562&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033562', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033562_sa.jpg\"}', 'upc' => '025218667722', 'provider' => 'bestbuy'],\n ['name' => \"Talk To StrangersCD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talk-to-strangerscd/1033563.p?id=2127453&skuId=1033563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033563_sa.jpg\"}', 'upc' => '700161700824', 'provider' => 'bestbuy'],\n ['name' => \"One September Afternoon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-september-afternoon-cd/1033571.p?id=2390065&skuId=1033571&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033571', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033571.jpg\"}', 'upc' => '025218667821', 'provider' => 'bestbuy'],\n ['name' => \"First Ten Years, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-ten-years-vol-3-cd/1033572.p?id=2123257&skuId=1033572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033572.jpg\"}', 'upc' => '856136002438', 'provider' => 'bestbuy'],\n ['name' => \"Goin' Home [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goin-home-bonus-tracks-cd/1033580.p?id=69918&skuId=1033580&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033580', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033580_sa.jpg\"}', 'upc' => '025218667920', 'provider' => 'bestbuy'],\n ['name' => \"Black & White - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-white-cd/1033581.p?id=2121190&skuId=1033581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033581_sa.jpg\"}', 'upc' => '093624969068', 'provider' => 'bestbuy'],\n ['name' => \"Arthur's Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arthurs-blues-cd/1033599.p?id=69887&skuId=1033599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033599_sa.jpg\"}', 'upc' => '025218668026', 'provider' => 'bestbuy'],\n ['name' => \"Bye Bye Blackbird - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bye-bye-blackbird-cd/1033606.p?id=65134&skuId=1033606&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033606', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033606_sa.jpg\"}', 'upc' => '025218668125', 'provider' => 'bestbuy'],\n ['name' => \"Virtuoso No. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/virtuoso-no-3-cd/1033633.p?id=69821&skuId=1033633&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033633', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033633_sa.jpg\"}', 'upc' => '025218668422', 'provider' => 'bestbuy'],\n ['name' => \"Tudo Bem! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tudo-bem-cd/1033642.p?id=69830&skuId=1033642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033642_sa.jpg\"}', 'upc' => '025218668521', 'provider' => 'bestbuy'],\n ['name' => \"Basie Jam #3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/basie-jam-3-cd/1033660.p?id=64005&skuId=1033660&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033660', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033660_sa.jpg\"}', 'upc' => '025218668729', 'provider' => 'bestbuy'],\n ['name' => \"Two of the Few - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-of-the-few-cd/1033688.p?id=69996&skuId=1033688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033688_sa.jpg\"}', 'upc' => '025218668927', 'provider' => 'bestbuy'],\n ['name' => \"King Size! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-size-cd/1033704.p?id=70144&skuId=1033704&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033704', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033704_sa.jpg\"}', 'upc' => '025218669122', 'provider' => 'bestbuy'],\n ['name' => \"The Heart [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-heart-digipak-cd/1033706.p?id=2126041&skuId=1033706&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033706', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033706_sa.jpg\"}', 'upc' => '898434002284', 'provider' => 'bestbuy'],\n ['name' => \"Poll Winners Three! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/poll-winners-three-cd/1033713.p?id=68213&skuId=1033713&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033713', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033713_sa.jpg\"}', 'upc' => '025218669221', 'provider' => 'bestbuy'],\n ['name' => \"Inception - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inception-cd-original-soundtrack/1033715.p?id=2121210&skuId=1033715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033715_sa.jpg\"}', 'upc' => '093624965039', 'provider' => 'bestbuy'],\n ['name' => \"Maggie's Back in Town!! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maggies-back-in-town-cd/1033722.p?id=68921&skuId=1033722&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033722', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033722_sa.jpg\"}', 'upc' => '025218669320', 'provider' => 'bestbuy'],\n ['name' => \"Coming Alive [CD & DVD] [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coming-alive-cd-dvd-pa-digipak-cd/1033724.p?id=2115438&skuId=1033724&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033724', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033724_sa.jpg\"}', 'upc' => '828136013721', 'provider' => 'bestbuy'],\n ['name' => \"Thursday Night at the Village Vanguard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thursday-night-at-the-village-vanguard-cd/1033731.p?id=69912&skuId=1033731&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033731', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033731.jpg\"}', 'upc' => '025218669429', 'provider' => 'bestbuy'],\n ['name' => \"Friday Night at the Village Vanguard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/friday-night-at-the-village-vanguard-cd/1033740.p?id=69890&skuId=1033740&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033740', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033740_sa.jpg\"}', 'upc' => '025218669528', 'provider' => 'bestbuy'],\n ['name' => \"Wide Open Road: The Best of the Triffids - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wide-open-road-the-best-of-the-triffids-cd/1033742.p?id=2123271&skuId=1033742&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033742', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033742_sa.jpg\"}', 'upc' => '801390026829', 'provider' => 'bestbuy'],\n ['name' => \"Full House Head - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/full-house-head-cd/1033751.p?id=2123260&skuId=1033751&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033751', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033751.jpg\"}', 'upc' => '899922001246', 'provider' => 'bestbuy'],\n ['name' => \"Saturday Night at the Village Vanguard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saturday-night-at-the-village-vanguard-cd/1033759.p?id=69901&skuId=1033759&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033759', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033759.jpg\"}', 'upc' => '025218669627', 'provider' => 'bestbuy'],\n ['name' => \"More for Les: At the Village Vanguard, Vol. 4... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-for-les-at-the-village-vanguard-vol-4-cd/1033768.p?id=69896&skuId=1033768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033768_sa.jpg\"}', 'upc' => '025218669726', 'provider' => 'bestbuy'],\n ['name' => \"Quintessence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quintessence-cd/1033777.p?id=66110&skuId=1033777&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033777', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033777_sa.jpg\"}', 'upc' => '025218669825', 'provider' => 'bestbuy'],\n ['name' => \"Record - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/record-cd/1033779.p?id=2117311&skuId=1033779&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033779', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033779_sa.jpg\"}', 'upc' => '825646802517', 'provider' => 'bestbuy'],\n ['name' => \"Into Something - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/into-something-cd/1033795.p?id=68432&skuId=1033795&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033795', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033795_sa.jpg\"}', 'upc' => '025218670029', 'provider' => 'bestbuy'],\n ['name' => \"Jug - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jug-cd/1033802.p?id=63689&skuId=1033802&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033802', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033802_sa.jpg\"}', 'upc' => '025218670128', 'provider' => 'bestbuy'],\n ['name' => \"Lonely and Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lonely-and-blue-cd/1033811.p?id=68048&skuId=1033811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033811_sa.jpg\"}', 'upc' => '025218670227', 'provider' => 'bestbuy'],\n ['name' => \"Stitt Meets Brother Jack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stitt-meets-brother-jack-cd/1033820.p?id=71163&skuId=1033820&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033820', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033820_sa.jpg\"}', 'upc' => '025218670326', 'provider' => 'bestbuy'],\n ['name' => \"Jack Teagarden's Big Eight/Pee Wee Russell's... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jack-teagardens-big-eight-pee-wee-russells-cd/1033875.p?id=71351&skuId=1033875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033875_sa.jpg\"}', 'upc' => '025218170826', 'provider' => 'bestbuy'],\n ['name' => \"Conception - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/conception-cd/1033973.p?id=65592&skuId=1033973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1033973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1033\\/1033973_sa.jpg\"}', 'upc' => '025218172622', 'provider' => 'bestbuy'],\n ['name' => \"WWE 2K15 - PRE-OWNED - PlayStation 3\", 'description_short' => \"Step into the ring and fight your way to the gold\", 'description_long' => \"Step into the ring and fight your way to the gold\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-2k15-pre-owned-playstation-3/1034009.p?id=1219461501659&skuId=1034009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034009_sa.jpg\"}', 'upc' => '799007840305', 'provider' => 'bestbuy'],\n ['name' => \"Sunset Overdrive - PRE-OWNED - Xbox One\", 'description_short' => \"Take down mutants and prove your mettle in a post-apocalyptic setting\", 'description_long' => \"Take down mutants and prove your mettle in a post-apocalyptic setting\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sunset-overdrive-pre-owned-xbox-one/1034018.p?id=1219461498306&skuId=1034018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034018_sa.jpg\"}', 'upc' => '799007840312', 'provider' => 'bestbuy'],\n ['name' => \"NBA Live 15 - PRE-OWNED - PlayStation 4\", 'description_short' => \"Get back on the court with NBA Live 15\", 'description_long' => \"Get back on the court with NBA Live 15\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nba-live-15-pre-owned-playstation-4/1034027.p?id=1219461500094&skuId=1034027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034027_sa.jpg\"}', 'upc' => '799007840329', 'provider' => 'bestbuy'],\n ['name' => \"NBA Live 15 - PRE-OWNED - Xbox One\", 'description_short' => \"Get back on the court with NBA Live 15\", 'description_long' => \"Get back on the court with NBA Live 15\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nba-live-15-pre-owned-xbox-one/1034036.p?id=1219461500677&skuId=1034036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034036_sa.jpg\"}', 'upc' => '799007840336', 'provider' => 'bestbuy'],\n ['name' => \"Assassin's Creed: The Americas Collection - PRE-OWNED - Xbox 360\", 'description_short' => \"Unsheath your blade for thrilling combat in The Americas\", 'description_long' => \"Unsheath your blade for thrilling combat in The Americas\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/assassins-creed-the-americas-collection-pre-owned-xbox-360/1034045.p?id=1219461503133&skuId=1034045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034045_sa.jpg\"}', 'upc' => '799007840343', 'provider' => 'bestbuy'],\n ['name' => \"Jazz in the Classic New Orleans Tradition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-in-the-classic-new-orleans-tradition-cd/1034071.p?id=68521&skuId=1034071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034071.jpg\"}', 'upc' => '025218173629', 'provider' => 'bestbuy'],\n ['name' => \"Assassin's Creed: The Americas Collection - PRE-OWNED - PlayStation 3\", 'description_short' => \"Unsheath your blade for thrilling combat in The Americas\", 'description_long' => \"Unsheath your blade for thrilling combat in The Americas\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/assassins-creed-the-americas-collection-pre-owned-playstation-3/1034072.p?id=1219461496042&skuId=1034072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034072_sa.jpg\"}', 'upc' => '799007840350', 'provider' => 'bestbuy'],\n ['name' => \"Speak, Brother, Speak! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speak-brother-speak-cd/1034080.p?id=70378&skuId=1034080&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034080', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034080_sa.jpg\"}', 'upc' => '025218664622', 'provider' => 'bestbuy'],\n ['name' => \"The Legend of Korra: A New Era Begins - PRE-OWNED - Nintendo 3DS\", 'description_short' => \"It&#039;s time for a new era to begin\", 'description_long' => \"It&#039;s time for a new era to begin\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-legend-of-korra-a-new-era-begins-pre-owned-nintendo-3ds/1034081.p?id=1219461502379&skuId=1034081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034081_sa.jpg\"}', 'upc' => '799007840367', 'provider' => 'bestbuy'],\n ['name' => \"Air Conflicts: Vietnam - PRE-OWNED - PlayStation 4\", 'description_short' => \"Take to the skies over one of history&#039;s deadliest conflicts\", 'description_long' => \"Take to the skies over one of history&#039;s deadliest conflicts\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/air-conflicts-vietnam-pre-owned-playstation-4/1034105.p?id=1219461502449&skuId=1034105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034105_sa.jpg\"}', 'upc' => '799007840374', 'provider' => 'bestbuy'],\n ['name' => \"The Intimacy of the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-intimacy-of-the-blues-cd/1034124.p?id=65973&skuId=1034124&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034124', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034124_sa.jpg\"}', 'upc' => '025218662420', 'provider' => 'bestbuy'],\n ['name' => \"The Fabulous Thad Jones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-fabulous-thad-jones-cd/1034142.p?id=68082&skuId=1034142&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034142', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034142.jpg\"}', 'upc' => '025218662529', 'provider' => 'bestbuy'],\n ['name' => \"The Good Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-good-life-cd/1034188.p?id=69975&skuId=1034188&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034188', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034188_sa.jpg\"}', 'upc' => '025218662727', 'provider' => 'bestbuy'],\n ['name' => \"Basie Jam 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/basie-jam-2-cd/1034268.p?id=64003&skuId=1034268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034268_sa.jpg\"}', 'upc' => '025218663120', 'provider' => 'bestbuy'],\n ['name' => \"Everyday I Have the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everyday-i-have-the-blues-cd/1034320.p?id=102482&skuId=1034320&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034320', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034320_sa.jpg\"}', 'upc' => '025218663427', 'provider' => 'bestbuy'],\n ['name' => \"Blues for Two - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-for-two-cd/1034348.p?id=70991&skuId=1034348&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034348_sa.jpg\"}', 'upc' => '025218663526', 'provider' => 'bestbuy'],\n ['name' => \"Pal Joey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pal-joey-cd/1034384.p?id=70151&skuId=1034384&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034384', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034384_sa.jpg\"}', 'upc' => '025218663724', 'provider' => 'bestbuy'],\n ['name' => \"All Night Session!, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-night-session-vol-1-cd/1034400.p?id=67256&skuId=1034400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034400_sa.jpg\"}', 'upc' => '025218663823', 'provider' => 'bestbuy'],\n ['name' => \"All Night Session!, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-night-session-vol-2-cd/1034428.p?id=67257&skuId=1034428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034428_sa.jpg\"}', 'upc' => '025218663922', 'provider' => 'bestbuy'],\n ['name' => \"Red Norvo Trio [Prestige] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-norvo-trio-prestige-cd/1034464.p?id=69650&skuId=1034464&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034464', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034464_sa.jpg\"}', 'upc' => '025218664127', 'provider' => 'bestbuy'],\n ['name' => \"Passions Just Like Mine: Morrissey and Fan Culture (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/passions-just-like-mine-morrissey-and-fan-culture-dvd/1034465.p?id=2949969&skuId=1034465&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034465', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034465_sa.jpg\"}', 'upc' => '613285881129', 'provider' => 'bestbuy'],\n ['name' => \"The Intimacy of the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-intimacy-of-the-blues-cd/1034482.p?id=261487&skuId=1034482&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034482', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034482_sa.jpg\"}', 'upc' => '025218664226', 'provider' => 'bestbuy'],\n ['name' => \"Cal Tjader's Latin Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cal-tjaders-latin-concert-cd/1034507.p?id=71454&skuId=1034507&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034507', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034507_sa.jpg\"}', 'upc' => '025218664325', 'provider' => 'bestbuy'],\n ['name' => \"Montreux III - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/montreux-iii-cd/1034525.p?id=66139&skuId=1034525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034525_sa.jpg\"}', 'upc' => '025218664424', 'provider' => 'bestbuy'],\n ['name' => \"The Afro-Eurasian Eclipse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-afro-eurasian-eclipse-cd/1034543.p?id=65995&skuId=1034543&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034543', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034543_sa.jpg\"}', 'upc' => '025218664523', 'provider' => 'bestbuy'],\n ['name' => \"CHI - Air Expert Classic Tourmaline Ceramic 1\\\" Flat Iron - Onyx Black\", 'description_short' => \"Variable heat settings with a temperature dial; quick heat up; 9&#039; swivel cord; floating plates\", 'description_long' => \"Variable heat settings with a temperature dial; quick heat up; 9&#039; swivel cord; floating plates\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chi-air-expert-classic-tourmaline-ceramic-1-flat-iron-onyx-black/1034544.p?id=1218212158220&skuId=1034544&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034544', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034544_rc.jpg\"}', 'upc' => '813843010101', 'provider' => 'bestbuy'],\n ['name' => \"Night Assassins - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-assassins-cd/1034571.p?id=2125937&skuId=1034571&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034571', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034571_sa.jpg\"}', 'upc' => '020286154266', 'provider' => 'bestbuy'],\n ['name' => \"Where Would I Be? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/where-would-i-be-cd/1034589.p?id=67086&skuId=1034589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034589_sa.jpg\"}', 'upc' => '025218664929', 'provider' => 'bestbuy'],\n ['name' => \"Consentual Selections - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/consentual-selections-cd/1034599.p?id=2118226&skuId=1034599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034599_sa.jpg\"}', 'upc' => '751097075722', 'provider' => 'bestbuy'],\n ['name' => \"Echoes of a Friend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/echoes-of-a-friend-cd/1034605.p?id=71595&skuId=1034605&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034605', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034605_sa.jpg\"}', 'upc' => '025218665025', 'provider' => 'bestbuy'],\n ['name' => \"I Remember Charlie Parker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-remember-charlie-parker-cd/1034632.p?id=69811&skuId=1034632&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034632', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034632_sa.jpg\"}', 'upc' => '025218660228', 'provider' => 'bestbuy'],\n ['name' => \"Death Potion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/death-potion-cd/1034641.p?id=2113148&skuId=1034641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034641_sa.jpg\"}', 'upc' => '654436013921', 'provider' => 'bestbuy'],\n ['name' => \"Trumpet Summit Meets the Oscar Peterson Big... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trumpet-summit-meets-the-oscar-peterson-big-cd-various/1034650.p?id=66697&skuId=1034650&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034650', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034650_sa.jpg\"}', 'upc' => '025218660327', 'provider' => 'bestbuy'],\n ['name' => \"Memories of Duke - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-of-duke-cd/1034678.p?id=71365&skuId=1034678&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034678', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034678_sa.jpg\"}', 'upc' => '025218660426', 'provider' => 'bestbuy'],\n ['name' => \"Fragments of Form and Function [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fragments-of-form-and-function-digipak-cd/1034687.p?id=2118177&skuId=1034687&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034687', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034687_sa.jpg\"}', 'upc' => '039841493320', 'provider' => 'bestbuy'],\n ['name' => \"War From a Harlots Mouth/Burning Skies [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/war-from-a-harlots-mouth-burning-skies-pa-cd/1034696.p?id=2118296&skuId=1034696&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034696', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034696_sa.jpg\"}', 'upc' => '826056010721', 'provider' => 'bestbuy'],\n ['name' => \"Ressentiment [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ressentiment-digipak-cd/1034714.p?id=2118283&skuId=1034714&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034714', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034714_sa.jpg\"}', 'upc' => '020286154242', 'provider' => 'bestbuy'],\n ['name' => \"Bravado [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bravado-digipak-cd/1034723.p?id=2118374&skuId=1034723&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034723', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034723_sa.jpg\"}', 'upc' => '673203300422', 'provider' => 'bestbuy'],\n ['name' => \"The Poll Winners Ride Again! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-poll-winners-ride-again-cd/1034730.p?id=68216&skuId=1034730&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034730', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034730_sa.jpg\"}', 'upc' => '025218660723', 'provider' => 'bestbuy'],\n ['name' => \"It'S A Good Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-a-good-day-cd/1034732.p?id=2125941&skuId=1034732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034732_sa.jpg\"}', 'upc' => '678572967023', 'provider' => 'bestbuy'],\n ['name' => \"It'll Be Better - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/itll-be-better-cd/1034741.p?id=2118225&skuId=1034741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034741_sa.jpg\"}', 'upc' => '718122809028', 'provider' => 'bestbuy'],\n ['name' => \"Deep Red Shadows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deep-red-shadows-cd/1034787.p?id=2128800&skuId=1034787&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034787', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034787_sa.jpg\"}', 'upc' => '820360141829', 'provider' => 'bestbuy'],\n ['name' => \"Mal-1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mal-1-cd/1034810.p?id=71793&skuId=1034810&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034810', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034810_sa.jpg\"}', 'upc' => '025218661126', 'provider' => 'bestbuy'],\n ['name' => \"Made the Harbor [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/made-the-harbor-digipak-cd/1034832.p?id=2118169&skuId=1034832&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034832', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034832_sa.jpg\"}', 'upc' => '720841901228', 'provider' => 'bestbuy'],\n ['name' => \"Come Along with Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-along-with-me-cd/1034856.p?id=67979&skuId=1034856&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034856', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034856_sa.jpg\"}', 'upc' => '025218661324', 'provider' => 'bestbuy'],\n ['name' => \"Jazzmasters VI - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazzmasters-vi-cd/1034869.p?id=2118157&skuId=1034869&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034869', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034869_sa.jpg\"}', 'upc' => '020286152392', 'provider' => 'bestbuy'],\n ['name' => \"The Blues; That's Me! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-blues-thats-me-cd/1034874.p?id=67791&skuId=1034874&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034874', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034874_sa.jpg\"}', 'upc' => '025218661423', 'provider' => 'bestbuy'],\n ['name' => \"Jersey Shore Anthems - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jersey-shore-anthems-cd-various/1034887.p?id=2118165&skuId=1034887&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034887', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034887.jpg\"}', 'upc' => '026656305825', 'provider' => 'bestbuy'],\n ['name' => \"Big 6 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-6-cd/1034892.p?id=69202&skuId=1034892&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034892', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034892.jpg\"}', 'upc' => '025218661522', 'provider' => 'bestbuy'],\n ['name' => \"The Electric Sound of Johnny Arrow [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-electric-sound-of-johnny-arrow-digipak-cd/1034896.p?id=2125939&skuId=1034896&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034896', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034896_sa.jpg\"}', 'upc' => '020286153221', 'provider' => 'bestbuy'],\n ['name' => \"Visceral Transcendence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/visceral-transcendence-cd/1034905.p?id=2118347&skuId=1034905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034905_sa.jpg\"}', 'upc' => '656191201322', 'provider' => 'bestbuy'],\n ['name' => \"Deadmalls & Nightfalls [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deadmalls-nightfalls-digipak-cd/1034914.p?id=2118325&skuId=1034914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034914_sa.jpg\"}', 'upc' => '626570608189', 'provider' => 'bestbuy'],\n ['name' => \"There Will Be Violence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/there-will-be-violence-cd/1034923.p?id=2118161&skuId=1034923&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034923', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034923_sa.jpg\"}', 'upc' => '803847109529', 'provider' => 'bestbuy'],\n ['name' => \"The Vitality Theory - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-vitality-theory-cd/1034932.p?id=2118176&skuId=1034932&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034932', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034932_sa.jpg\"}', 'upc' => '856449002071', 'provider' => 'bestbuy'],\n ['name' => \"The DeJohnette Complex - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dejohnette-complex-cd/1034936.p?id=65639&skuId=1034936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034936_sa.jpg\"}', 'upc' => '025218661720', 'provider' => 'bestbuy'],\n ['name' => \"Lives - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lives-cd/1034941.p?id=2118168&skuId=1034941&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034941', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034941_sa.jpg\"}', 'upc' => '827954103423', 'provider' => 'bestbuy'],\n ['name' => \"Song of the New World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/song-of-the-new-world-cd/1034954.p?id=71608&skuId=1034954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034954_sa.jpg\"}', 'upc' => '025218661829', 'provider' => 'bestbuy'],\n ['name' => \"Wormwood [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wormwood-pa-digipak-cd/1034969.p?id=2118152&skuId=1034969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034969_sa.jpg\"}', 'upc' => '656191008822', 'provider' => 'bestbuy'],\n ['name' => \"Stories to Tell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stories-to-tell-cd/1034972.p?id=70205&skuId=1034972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034972_sa.jpg\"}', 'upc' => '025218661928', 'provider' => 'bestbuy'],\n ['name' => \"We Stitch These Wounds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-stitch-these-wounds-cd/1034978.p?id=2118159&skuId=1034978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1034978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1034\\/1034978_sa.jpg\"}', 'upc' => '897896002276', 'provider' => 'bestbuy'],\n ['name' => \"Since We Met - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/since-we-met-cd/1035034.p?id=66133&skuId=1035034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035034_sa.jpg\"}', 'upc' => '025218662222', 'provider' => 'bestbuy'],\n ['name' => \"Mines [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mines-digipak-cd/1035067.p?id=2119344&skuId=1035067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035067_sa.jpg\"}', 'upc' => '655173110126', 'provider' => 'bestbuy'],\n ['name' => \"King Pimp - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-pimp-cd-original-soundtrack/1035085.p?id=2124499&skuId=1035085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '708535172192', 'provider' => 'bestbuy'],\n ['name' => \"At Last! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-last-cd/1035089.p?id=65589&skuId=1035089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035089_sa.jpg\"}', 'upc' => '025218648028', 'provider' => 'bestbuy'],\n ['name' => \"Cry!/Tender - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cry-tender-cd/1035123.p?id=68429&skuId=1035123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035123_sa.jpg\"}', 'upc' => '025218648226', 'provider' => 'bestbuy'],\n ['name' => \"Showcase - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/showcase-cd/1035169.p?id=68065&skuId=1035169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035169_sa.jpg\"}', 'upc' => '025218648424', 'provider' => 'bestbuy'],\n ['name' => \"The Big Soul Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-big-soul-band-cd/1035187.p?id=66950&skuId=1035187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035187_sa.jpg\"}', 'upc' => '025218648523', 'provider' => 'bestbuy'],\n ['name' => \"Human Target: The Complete First Season [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/human-target-the-complete-first-season-3-discs-dvd/1035234.p?id=2128805&skuId=1035234&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035234', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035234_sa.jpg\"}', 'upc' => '883929132096', 'provider' => 'bestbuy'],\n ['name' => \"One Tree Hill: The Complete Seventh Season [5 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-tree-hill-the-complete-seventh-season-5-discs-dvd/1035243.p?id=2123478&skuId=1035243&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035243', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035243_sa.jpg\"}', 'upc' => '883929101344', 'provider' => 'bestbuy'],\n ['name' => \"Thelonious Monk in Italy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thelonious-monk-in-italy-cd/1035249.p?id=69282&skuId=1035249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035249_sa.jpg\"}', 'upc' => '025218648820', 'provider' => 'bestbuy'],\n ['name' => \"Sesame Street: Preschool Is Cool! - ABCs with Elmo (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sesame-street-preschool-is-cool-abcs-with-elmo-dvd/1035261.p?id=2113158&skuId=1035261&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035261', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035261_sa.jpg\"}', 'upc' => '891264001939', 'provider' => 'bestbuy'],\n ['name' => \"Guitar on the Go - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guitar-on-the-go-cd/1035267.p?id=69334&skuId=1035267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035267_sa.jpg\"}', 'upc' => '025218648929', 'provider' => 'bestbuy'],\n ['name' => \"Mongo at the Village Gate - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mongo-at-the-village-gate-cd/1035285.p?id=70632&skuId=1035285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035285_sa.jpg\"}', 'upc' => '025218649025', 'provider' => 'bestbuy'],\n ['name' => \"Takin' Care of Business - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/takin-care-of-business-cd/1035301.p?id=70497&skuId=1035301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035301_sa.jpg\"}', 'upc' => '025218649124', 'provider' => 'bestbuy'],\n ['name' => \"Eastward Ho! Harold Land in New York - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eastward-ho-harold-land-in-new-york-cd/1035347.p?id=68412&skuId=1035347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035347.jpg\"}', 'upc' => '025218649322', 'provider' => 'bestbuy'],\n ['name' => \"Recuerdo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/recuerdo-cd/1035383.p?id=68721&skuId=1035383&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035383', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035383_sa.jpg\"}', 'upc' => '025218649520', 'provider' => 'bestbuy'],\n ['name' => \"Skol - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skol-cd/1035409.p?id=69994&skuId=1035409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035409_sa.jpg\"}', 'upc' => '025218649629', 'provider' => 'bestbuy'],\n ['name' => \"The Trumpet Kings Meet Joe Turner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-trumpet-kings-meet-joe-turner-cd/1035427.p?id=102504&skuId=1035427&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035427', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035427_sa.jpg\"}', 'upc' => '025218649728', 'provider' => 'bestbuy'],\n ['name' => \"Quadrant - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quadrant-cd/1035445.p?id=2390680&skuId=1035445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035445_sa.jpg\"}', 'upc' => '025218649827', 'provider' => 'bestbuy'],\n ['name' => \"For the Second Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-the-second-time-cd/1035481.p?id=64051&skuId=1035481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035481_sa.jpg\"}', 'upc' => '025218660020', 'provider' => 'bestbuy'],\n ['name' => \"Leeruhcul Canvuhss [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/leeruhcul-canvuhss-pa-cd/1035491.p?id=2120650&skuId=1035491&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035491', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035491_sa.jpg\"}', 'upc' => '736888913629', 'provider' => 'bestbuy'],\n ['name' => \"It Don't Mean a Thing If You Can't Tap Your... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/it-dont-mean-a-thing-if-you-cant-tap-your-cd/1035506.p?id=67764&skuId=1035506&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035506', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035506_sa.jpg\"}', 'upc' => '025218660129', 'provider' => 'bestbuy'],\n ['name' => \"What Lasts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-lasts-cd/1035507.p?id=2120651&skuId=1035507&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035507', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035507.jpg\"}', 'upc' => '744626010622', 'provider' => 'bestbuy'],\n ['name' => \"Hounds of Love [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hounds-of-love-lp-vinyl/1035525.p?id=2120653&skuId=1035525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035525.jpg\"}', 'upc' => '780014208714', 'provider' => 'bestbuy'],\n ['name' => \"Cattin' with Coltrane and Quinichette - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cattin-with-coltrane-and-quinichette-cd/1035597.p?id=65191&skuId=1035597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035597.jpg\"}', 'upc' => '025218646024', 'provider' => 'bestbuy'],\n ['name' => \"Cedar! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cedar-cd/1035622.p?id=71837&skuId=1035622&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035622_sa.jpg\"}', 'upc' => '025218646222', 'provider' => 'bestbuy'],\n ['name' => \"Mean What You Say - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mean-what-you-say-cd/1035668.p?id=68086&skuId=1035668&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035668', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035668_sa.jpg\"}', 'upc' => '025218646420', 'provider' => 'bestbuy'],\n ['name' => \"The Kicker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-kicker-cd/1035686.p?id=67354&skuId=1035686&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035686', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035686_sa.jpg\"}', 'upc' => '025218646529', 'provider' => 'bestbuy'],\n ['name' => \"The Lee Konitz Duets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lee-konitz-duets-cd/1035702.p?id=68317&skuId=1035702&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035702', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035702_sa.jpg\"}', 'upc' => '025218646628', 'provider' => 'bestbuy'],\n ['name' => \"Alone Together - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alone-together-cd/1035720.p?id=67093&skuId=1035720&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035720', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035720.jpg\"}', 'upc' => '025218646727', 'provider' => 'bestbuy'],\n ['name' => \"Latin American Suite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/latin-american-suite-cd/1035757.p?id=65952&skuId=1035757&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035757', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035757_sa.jpg\"}', 'upc' => '025218646925', 'provider' => 'bestbuy'],\n ['name' => \"Intuition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/intuition-cd/1035775.p?id=66138&skuId=1035775&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035775', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035775_sa.jpg\"}', 'upc' => '025218647021', 'provider' => 'bestbuy'],\n ['name' => \"StarTech - HDMI to DVI Digital Video Cable - Black\", 'description_short' => \"HDMI - 29.86 ft - 1 Pack - 1 x Male HDMI - 1 x DVI-D Male Video - Black\", 'description_long' => \"HDMI - 29.86 ft - 1 Pack - 1 x Male HDMI - 1 x DVI-D Male Video - Black\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/startech-hdmi-to-dvi-digital-video-cable-black/1035786.p?id=1218265850115&skuId=1035786&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035786', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035786_rc.jpg\"}', 'upc' => '065030813969', 'provider' => 'bestbuy'],\n ['name' => \"The Eddie \\\"Lockjaw\\\" Davis Cookbook, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-eddie-lockjaw-davis-cookbook-vol-2-cd/1035828.p?id=65502&skuId=1035828&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035828', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035828_sa.jpg\"}', 'upc' => '025218665322', 'provider' => 'bestbuy'],\n ['name' => \"Portrait of Sonny Criss - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portrait-of-sonny-criss-cd/1035864.p?id=65369&skuId=1035864&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035864', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035864_sa.jpg\"}', 'upc' => '025218665520', 'provider' => 'bestbuy'],\n ['name' => \"At the Blackhawk, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-blackhawk-vol-1-cd/1035882.p?id=68748&skuId=1035882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035882_sa.jpg\"}', 'upc' => '025218665629', 'provider' => 'bestbuy'],\n ['name' => \"At the Blackhawk, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-blackhawk-vol-2-cd/1035908.p?id=68749&skuId=1035908&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035908', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035908.jpg\"}', 'upc' => '025218665728', 'provider' => 'bestbuy'],\n ['name' => \"At the Blackhawk, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-blackhawk-vol-3-cd/1035926.p?id=68750&skuId=1035926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035926.jpg\"}', 'upc' => '025218665827', 'provider' => 'bestbuy'],\n ['name' => \"At the Blackhawk, Vol. 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-blackhawk-vol-4-cd/1035944.p?id=68751&skuId=1035944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035944.jpg\"}', 'upc' => '025218665926', 'provider' => 'bestbuy'],\n ['name' => \"At the Blackhawk, Vol. 5 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-blackhawk-vol-5-cd/1035962.p?id=68752&skuId=1035962&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1035962', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1035\\/1035962.jpg\"}', 'upc' => '025218666022', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-blues-cd/1036006.p?id=69599&skuId=1036006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036006_sa.jpg\"}', 'upc' => '025218666220', 'provider' => 'bestbuy'],\n ['name' => \"Out of the Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-the-blue-cd/1036104.p?id=69208&skuId=1036104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036104_sa.jpg\"}', 'upc' => '025218666725', 'provider' => 'bestbuy'],\n ['name' => \"Something Borrowed, Something Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-borrowed-something-blue-cd/1036140.p?id=66365&skuId=1036140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036140_sa.jpg\"}', 'upc' => '025218647328', 'provider' => 'bestbuy'],\n ['name' => \"Art Pepper Today - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-pepper-today-cd/1036168.p?id=69886&skuId=1036168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036168_sa.jpg\"}', 'upc' => '025218647427', 'provider' => 'bestbuy'],\n ['name' => \"Straight Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/straight-life-cd/1036186.p?id=69902&skuId=1036186&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036186', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036186_sa.jpg\"}', 'upc' => '025218647526', 'provider' => 'bestbuy'],\n ['name' => \"The Green Leaves of Summer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-green-leaves-of-summer-cd/1036202.p?id=67255&skuId=1036202&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036202', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036202.jpg\"}', 'upc' => '025218647625', 'provider' => 'bestbuy'],\n ['name' => \"Moonbeams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moonbeams-cd/1036355.p?id=66131&skuId=1036355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036355_sa.jpg\"}', 'upc' => '025218643429', 'provider' => 'bestbuy'],\n ['name' => \"Nippon Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nippon-soul-cd/1036373.p?id=63550&skuId=1036373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036373_sa.jpg\"}', 'upc' => '025218643528', 'provider' => 'bestbuy'],\n ['name' => \"Jazz at the Blackhawk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-at-the-blackhawk-cd/1036391.p?id=71462&skuId=1036391&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036391', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036391.jpg\"}', 'upc' => '025218643627', 'provider' => 'bestbuy'],\n ['name' => \"Cast Your Fate to the Wind: Jazz Impressions... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cast-your-fate-to-the-wind-jazz-impressions-cd/1036417.p?id=67031&skuId=1036417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036417_sa.jpg\"}', 'upc' => '025218643726', 'provider' => 'bestbuy'],\n ['name' => \"Joe Williams Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joe-williams-live-cd/1036435.p?id=72096&skuId=1036435&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036435', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036435.jpg\"}', 'upc' => '025218643825', 'provider' => 'bestbuy'],\n ['name' => \"Charles Mingus Quintet + Max Roach - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/charles-mingus-quintet-max-roach-cd/1036471.p?id=69185&skuId=1036471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036471_sa.jpg\"}', 'upc' => '025218644020', 'provider' => 'bestbuy'],\n ['name' => \"Tivoli Gardens, Copenhagen, Denmark - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tivoli-gardens-copenhagen-denmark-cd/1036499.p?id=66897&skuId=1036499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036499_sa.jpg\"}', 'upc' => '025218644129', 'provider' => 'bestbuy'],\n ['name' => \"Ella A Nice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ella-a-nice-cd/1036514.p?id=66300&skuId=1036514&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036514', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036514.jpg\"}', 'upc' => '025218644228', 'provider' => 'bestbuy'],\n ['name' => \"Dizzy's Big 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dizzys-big-4-cd/1036532.p?id=66676&skuId=1036532&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036532', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036532_sa.jpg\"}', 'upc' => '025218644327', 'provider' => 'bestbuy'],\n ['name' => \"Trumpet Kings at Montreux - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trumpet-kings-at-montreux-cd/1036550.p?id=65896&skuId=1036550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036550_sa.jpg\"}', 'upc' => '025218644525', 'provider' => 'bestbuy'],\n ['name' => \"Ellington Suites: The Queen's Suite/The... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ellington-suites-the-queens-suite-the-cd/1036569.p?id=65975&skuId=1036569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036569_sa.jpg\"}', 'upc' => '025218644624', 'provider' => 'bestbuy'],\n ['name' => \"Afro-Cuban Jazz Moods - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/afro-cuban-jazz-moods-cd/1036587.p?id=66665&skuId=1036587&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036587', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036587.jpg\"}', 'upc' => '025218644723', 'provider' => 'bestbuy'],\n ['name' => \"All Too Soon: The Duke Ellington Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-too-soon-the-duke-ellington-album-cd/1036621.p?id=67765&skuId=1036621&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036621', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036621_sa.jpg\"}', 'upc' => '025218645027', 'provider' => 'bestbuy'],\n ['name' => \"Hamilton Beach - Coffee Urn - Silver\", 'description_short' => \"42 Cup(s) - Silver - Aluminum\", 'description_long' => \"42 Cup(s) - Silver - Aluminum\", 'price' => 37.54, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hamilton-beach-coffee-urn-silver/1036658.p?id=1218212059983&skuId=1036658', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036658', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036658_rc.jpg\"}', 'upc' => '040094405152', 'provider' => 'bestbuy'],\n ['name' => \"Looking Ahead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/looking-ahead-cd/1036667.p?id=71342&skuId=1036667&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036667', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036667_sa.jpg\"}', 'upc' => '025218645225', 'provider' => 'bestbuy'],\n ['name' => \"All Day Long - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-day-long-cd/1036729.p?id=64713&skuId=1036729&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036729', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036729_sa.jpg\"}', 'upc' => '025218645621', 'provider' => 'bestbuy'],\n ['name' => \"Live Montreux 77 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-montreux-77-cd/1036756.p?id=1562201&skuId=1036756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036756.jpg\"}', 'upc' => '025218637824', 'provider' => 'bestbuy'],\n ['name' => \"Something for Lester - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-for-lester-cd/1036783.p?id=64600&skuId=1036783&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036783', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036783_sa.jpg\"}', 'upc' => '025218641227', 'provider' => 'bestbuy'],\n ['name' => \"Eric Dolphy in Europe, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eric-dolphy-in-europe-vol-1-cd/1036809.p?id=65711&skuId=1036809&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036809', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036809_sa.jpg\"}', 'upc' => '025218641326', 'provider' => 'bestbuy'],\n ['name' => \"Mavea - Maxtra Filter - Multi\", 'description_short' => \"Helps remove chlorine taste and odor, benzene, mercury, copper, atrazine and limescale from your drinking water; filter micro screen; contains silver; BPA-free\", 'description_long' => \"Helps remove chlorine taste and odor, benzene, mercury, copper, atrazine and limescale from your drinking water; filter micro screen; contains silver; BPA-free\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mavea-maxtra-filter-multi/1036821.p?id=1218211735780&skuId=1036821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036821_sa.jpg\"}', 'upc' => '812501010279', 'provider' => 'bestbuy'],\n ['name' => \"Eric Dolphy in Europe, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eric-dolphy-in-europe-vol-2-cd/1036827.p?id=65712&skuId=1036827&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036827', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036827_sa.jpg\"}', 'upc' => '025218641425', 'provider' => 'bestbuy'],\n ['name' => \"Bahia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bahia-cd/1036845.p?id=65128&skuId=1036845&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036845', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036845_sa.jpg\"}', 'upc' => '025218641524', 'provider' => 'bestbuy'],\n ['name' => \"Bottoms Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bottoms-up-cd/1036881.p?id=67785&skuId=1036881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036881.jpg\"}', 'upc' => '025218641722', 'provider' => 'bestbuy'],\n ['name' => \"With the Red Garland Trio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/with-the-red-garland-trio-cd/1036907.p?id=67299&skuId=1036907&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036907', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036907.jpg\"}', 'upc' => '025218641821', 'provider' => 'bestbuy'],\n ['name' => \"Night Hawk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-hawk-cd/1036943.p?id=67284&skuId=1036943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036943_sa.jpg\"}', 'upc' => '025218642026', 'provider' => 'bestbuy'],\n ['name' => \"Vol. 3: The Trio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vol-3-the-trio-cd/1036961.p?id=67251&skuId=1036961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036961.jpg\"}', 'upc' => '025218642125', 'provider' => 'bestbuy'],\n ['name' => \"The Love Trilogy [CD & DVD] [PA] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-love-trilogy-cd-dvd-pa-cd-dvd/1036967.p?id=2121208&skuId=1036967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036967_sa.jpg\"}', 'upc' => '602527441764', 'provider' => 'bestbuy'],\n ['name' => \"West Side Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/west-side-story-cd/1036989.p?id=70152&skuId=1036989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1036989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1036\\/1036989_sa.jpg\"}', 'upc' => '025218642224', 'provider' => 'bestbuy'],\n ['name' => \"Lights Out! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lights-out-cd/1037069.p?id=68987&skuId=1037069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037069_sa.jpg\"}', 'upc' => '025218642620', 'provider' => 'bestbuy'],\n ['name' => \"All Night Long - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-night-long-cd/1037087.p?id=64774&skuId=1037087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037087_sa.jpg\"}', 'upc' => '025218642729', 'provider' => 'bestbuy'],\n ['name' => \"Manteca - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/manteca-cd/1037103.p?id=66531&skuId=1037103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037103_sa.jpg\"}', 'upc' => '025218642828', 'provider' => 'bestbuy'],\n ['name' => \"New Ideas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-ideas-cd/1037167.p?id=66038&skuId=1037167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037167.jpg\"}', 'upc' => '025218643122', 'provider' => 'bestbuy'],\n ['name' => \"Montreux '77 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/montreux-77-cd/1037194.p?id=66690&skuId=1037194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037194_sa.jpg\"}', 'upc' => '025218638128', 'provider' => 'bestbuy'],\n ['name' => \"Montreux 77 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/montreux-77-cd/1037210.p?id=2276082&skuId=1037210&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037210', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037210.jpg\"}', 'upc' => '025218638326', 'provider' => 'bestbuy'],\n ['name' => \"Intensity - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/intensity-cd/1037274.p?id=1550681&skuId=1037274&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037274_sa.jpg\"}', 'upc' => '025218638722', 'provider' => 'bestbuy'],\n ['name' => \"The Great Jazz Piano of Phineas Newborn Jr. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-jazz-piano-of-phineas-newborn-jr-cd/1037283.p?id=2294391&skuId=1037283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037283_sa.jpg\"}', 'upc' => '025218638821', 'provider' => 'bestbuy'],\n ['name' => \"The Way It Was - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-way-it-was-cd/1037309.p?id=69908&skuId=1037309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037309_sa.jpg\"}', 'upc' => '025218638920', 'provider' => 'bestbuy'],\n ['name' => \"Dig It! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dig-it-cd/1037354.p?id=66524&skuId=1037354&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037354', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037354_sa.jpg\"}', 'upc' => '025218639224', 'provider' => 'bestbuy'],\n ['name' => \"Body and Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/body-and-soul-cd/1037434.p?id=67978&skuId=1037434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037434_sa.jpg\"}', 'upc' => '025218639620', 'provider' => 'bestbuy'],\n ['name' => \"Other Sounds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/other-sounds-cd/1037489.p?id=2291332&skuId=1037489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037489_sa.jpg\"}', 'upc' => '025218639927', 'provider' => 'bestbuy'],\n ['name' => \"Far Cry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/far-cry-cd/1037498.p?id=65724&skuId=1037498&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037498', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037498_sa.jpg\"}', 'upc' => '025218640022', 'provider' => 'bestbuy'],\n ['name' => \"Piano [Whisper Not] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-whisper-not-cd/1037504.p?id=68161&skuId=1037504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037504_sa.jpg\"}', 'upc' => '025218640121', 'provider' => 'bestbuy'],\n ['name' => \"Living Legend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-legend-cd/1037577.p?id=69894&skuId=1037577&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037577_sa.jpg\"}', 'upc' => '025218640824', 'provider' => 'bestbuy'],\n ['name' => \"Trio 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trio-2-cd/1037620.p?id=1550682&skuId=1037620&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037620', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037620_sa.jpg\"}', 'upc' => '025218631822', 'provider' => 'bestbuy'],\n ['name' => \"Soul Battle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-battle-cd/1037675.p?id=69571&skuId=1037675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037675.jpg\"}', 'upc' => '025218632522', 'provider' => 'bestbuy'],\n ['name' => \"Modern Jazz Performances of Songs from My... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/modern-jazz-performances-of-songs-from-my-cd/1037746.p?id=68756&skuId=1037746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037746_sa.jpg\"}', 'upc' => '025218633628', 'provider' => 'bestbuy'],\n ['name' => \"Art Pepper Meets the Rhythm Section - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-pepper-meets-the-rhythm-section-cd/1037782.p?id=69895&skuId=1037782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037782.jpg\"}', 'upc' => '025218633826', 'provider' => 'bestbuy'],\n ['name' => \"Swingin' the '20s - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swingin-the-20s-cd/1037791.p?id=64850&skuId=1037791&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037791', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037791_sa.jpg\"}', 'upc' => '025218633925', 'provider' => 'bestbuy'],\n ['name' => \"Sonny Rollins and the Contemporary Leaders - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sonny-rollins-and-the-contemporary-leaders-cd/1037817.p?id=70425&skuId=1037817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037817_sa.jpg\"}', 'upc' => '025218634021', 'provider' => 'bestbuy'],\n ['name' => \"Memorial Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memorial-album-cd/1037835.p?id=65725&skuId=1037835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037835_sa.jpg\"}', 'upc' => '025218635325', 'provider' => 'bestbuy'],\n ['name' => \"Baiyina (The Clear Evidence) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/baiyina-the-clear-evidence-cd/1037871.p?id=68843&skuId=1037871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037871_sa.jpg\"}', 'upc' => '025218635523', 'provider' => 'bestbuy'],\n ['name' => \"The Return of Tal Farlow/1969 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-return-of-tal-farlow-1969-cd/1037899.p?id=66184&skuId=1037899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037899.jpg\"}', 'upc' => '025218635622', 'provider' => 'bestbuy'],\n ['name' => \"Tomorrow Is the Question! [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tomorrow-is-the-question-remaster-cd/1037960.p?id=65100&skuId=1037960&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037960', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037960_sa.jpg\"}', 'upc' => '025218634229', 'provider' => 'bestbuy'],\n ['name' => \"The Fox - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-fox-cd/1037988.p?id=2551800&skuId=1037988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1037988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1037\\/1037988.jpg\"}', 'upc' => '025218634328', 'provider' => 'bestbuy'],\n ['name' => \"The Tokyo Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tokyo-concert-cd/1038013.p?id=66112&skuId=1038013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038013_sa.jpg\"}', 'upc' => '025218634526', 'provider' => 'bestbuy'],\n ['name' => \"Gil Evans & Ten - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gil-evans-ten-cd/1038031.p?id=1535036&skuId=1038031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038031_sa.jpg\"}', 'upc' => '025218634625', 'provider' => 'bestbuy'],\n ['name' => \"Miles Davis and the Modern Jazz Giants - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miles-davis-and-the-modern-jazz-giants-cd/1038059.p?id=65554&skuId=1038059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038059_sa.jpg\"}', 'upc' => '025218634724', 'provider' => 'bestbuy'],\n ['name' => \"High Pressure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-pressure-cd/1038095.p?id=1550683&skuId=1038095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038095.jpg\"}', 'upc' => '025218634922', 'provider' => 'bestbuy'],\n ['name' => \"Bad! Bossa Nova - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-bossa-nova-cd/1038139.p?id=63683&skuId=1038139&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038139', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038139_sa.jpg\"}', 'upc' => '025218635127', 'provider' => 'bestbuy'],\n ['name' => \"Black Pearls [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-pearls-ecd-cd/1038157.p?id=65131&skuId=1038157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038157_sa.jpg\"}', 'upc' => '025218635226', 'provider' => 'bestbuy'],\n ['name' => \"All Mornin' Long - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-mornin-long-cd/1038175.p?id=66523&skuId=1038175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038175_sa.jpg\"}', 'upc' => '025218629324', 'provider' => 'bestbuy'],\n ['name' => \"Workin' with the Miles Davis Quintet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/workin-with-the-miles-davis-quintet-cd/1038228.p?id=65586&skuId=1038228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038228_sa.jpg\"}', 'upc' => '025218629621', 'provider' => 'bestbuy'],\n ['name' => \"Mulligan Meets Monk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mulligan-meets-monk-cd/1038317.p?id=69291&skuId=1038317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038317_sa.jpg\"}', 'upc' => '025218630122', 'provider' => 'bestbuy'],\n ['name' => \"In Orbit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-orbit-cd/1038335.p?id=71366&skuId=1038335&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038335', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038335_sa.jpg\"}', 'upc' => '025218630221', 'provider' => 'bestbuy'],\n ['name' => \"Portrait of Cannonball - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portrait-of-cannonball-cd/1038399.p?id=63551&skuId=1038399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038399_sa.jpg\"}', 'upc' => '025218636124', 'provider' => 'bestbuy'],\n ['name' => \"5 by Monk by 5 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/5-by-monk-by-5-cd/1038415.p?id=69273&skuId=1038415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038415_sa.jpg\"}', 'upc' => '025218636223', 'provider' => 'bestbuy'],\n ['name' => \"How My Heart Sings! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-my-heart-sings-cd/1038558.p?id=66130&skuId=1038558&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038558', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038558_sa.jpg\"}', 'upc' => '025218636926', 'provider' => 'bestbuy'],\n ['name' => \"Chet Baker in Milan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chet-baker-in-milan-cd/1038576.p?id=63902&skuId=1038576&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038576', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038576.jpg\"}', 'upc' => '025218637022', 'provider' => 'bestbuy'],\n ['name' => \"Montreux '77 [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/montreux-77-digdownload-cd/1038656.p?id=64055&skuId=1038656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038656_sa.jpg\"}', 'upc' => '025218637725', 'provider' => 'bestbuy'],\n ['name' => \"Deeds, Not Words [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deeds-not-words-remaster-cd/1038683.p?id=70369&skuId=1038683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038683_sa.jpg\"}', 'upc' => '025218630429', 'provider' => 'bestbuy'],\n ['name' => \"The Quintet Plus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-quintet-plus-cd/1038718.p?id=261525&skuId=1038718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038718_sa.jpg\"}', 'upc' => '025218630627', 'provider' => 'bestbuy'],\n ['name' => \"Interplay - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/interplay-cd/1038754.p?id=66126&skuId=1038754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038754_sa.jpg\"}', 'upc' => '025218630825', 'provider' => 'bestbuy'],\n ['name' => \"Take Twelve - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-twelve-cd/1038790.p?id=69395&skuId=1038790&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038790', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038790_sa.jpg\"}', 'upc' => '025218631020', 'provider' => 'bestbuy'],\n ['name' => \"Sahara - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sahara-cd/1038816.p?id=71605&skuId=1038816&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038816', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038816_sa.jpg\"}', 'upc' => '025218631129', 'provider' => 'bestbuy'],\n ['name' => \"Next Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/next-album-cd/1038834.p?id=1535034&skuId=1038834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038834.jpg\"}', 'upc' => '025218631228', 'provider' => 'bestbuy'],\n ['name' => \"Song for My Lady - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/song-for-my-lady-cd/1038852.p?id=71607&skuId=1038852&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038852', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038852_sa.jpg\"}', 'upc' => '025218631327', 'provider' => 'bestbuy'],\n ['name' => \"Hampton Hawes Trio, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hampton-hawes-trio-vol-1-cd/1038905.p?id=261453&skuId=1038905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038905_sa.jpg\"}', 'upc' => '025218631624', 'provider' => 'bestbuy'],\n ['name' => \"Thelonious Himself: Keepnews Collection (Remastered) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thelonious-himself-keepnews-collection-remastered-cd/1038987.p?id=1905471&skuId=1038987&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1038987', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1038\\/1038987_sa.jpg\"}', 'upc' => '888072305106', 'provider' => 'bestbuy'],\n ['name' => \"Insignia™ - 24\\\" Class (23.6\\\" Diag.) - LED - 720p - HDTV DVD Combo - Black\", 'description_short' => \"Only at Best Buy720p resolution60Hz refresh rate\", 'description_long' => \"Only at Best Buy720p resolution60Hz refresh rate\", 'price' => 169.99, 'sale_price' => 139.99, 'url' => 'http://www.bestbuy.com/site/insignia-24-class-23-6-diag--led-720p-hdtv-dvd-combo-black/1039004.p?id=1219465782596&skuId=1039004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039004_sa.jpg\"}', 'upc' => '600603185175', 'provider' => 'bestbuy'],\n ['name' => \"Mambo with Tjader - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mambo-with-tjader-cd/1039156.p?id=71463&skuId=1039156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039156_sa.jpg\"}', 'upc' => '025218627122', 'provider' => 'bestbuy'],\n ['name' => \"Vol. 3: To Swing or Not to Swing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vol-3-to-swing-or-not-to-swing-cd/1039334.p?id=68208&skuId=1039334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039334.jpg\"}', 'upc' => '025218631723', 'provider' => 'bestbuy'],\n ['name' => \"Misterioso - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/misterioso-cd/1039352.p?id=69285&skuId=1039352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039352_sa.jpg\"}', 'upc' => '025218620628', 'provider' => 'bestbuy'],\n ['name' => \"Phil & Quill with Prestige - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/phil-quill-with-prestige-cd/1039487.p?id=72206&skuId=1039487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039487_sa.jpg\"}', 'upc' => '025218621526', 'provider' => 'bestbuy'],\n ['name' => \"Duke With A Difference - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duke-with-a-difference-cd/1039584.p?id=1543915&skuId=1039584&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039584', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039584.jpg\"}', 'upc' => '025218622929', 'provider' => 'bestbuy'],\n ['name' => \"Blues for Dracula - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-for-dracula-cd/1039600.p?id=68062&skuId=1039600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039600_sa.jpg\"}', 'upc' => '025218623025', 'provider' => 'bestbuy'],\n ['name' => \"So Much Guitar! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/so-much-guitar-cd/1039646.p?id=69340&skuId=1039646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039646_sa.jpg\"}', 'upc' => '025218623322', 'provider' => 'bestbuy'],\n ['name' => \"Right Now: Live at the Jazz Workshop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/right-now-live-at-the-jazz-workshop-cd/1039708.p?id=69186&skuId=1039708&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039708', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039708_sa.jpg\"}', 'upc' => '025218623728', 'provider' => 'bestbuy'],\n ['name' => \"Kessel Plays Standards - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kessel-plays-standards-cd/1039726.p?id=68202&skuId=1039726&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039726', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039726_sa.jpg\"}', 'upc' => '025218623827', 'provider' => 'bestbuy'],\n ['name' => \"Jammin' in Hi Fi with Gene Ammons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jammin-in-hi-fi-with-gene-ammons-cd/1039842.p?id=63688&skuId=1039842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039842_sa.jpg\"}', 'upc' => '025218612920', 'provider' => 'bestbuy'],\n ['name' => \"At the Five Spot, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-five-spot-vol-1-cd/1039879.p?id=65706&skuId=1039879&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039879', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039879_sa.jpg\"}', 'upc' => '025218613323', 'provider' => 'bestbuy'],\n ['name' => \"Blue Spring - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-spring-cd/1039897.p?id=1562194&skuId=1039897&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039897', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039897.jpg\"}', 'upc' => '025218613422', 'provider' => 'bestbuy'],\n ['name' => \"Crazy and Mixed Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crazy-and-mixed-up-cd/1039931.p?id=71675&skuId=1039931&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1039931', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1039\\/1039931_sa.jpg\"}', 'upc' => '025218013727', 'provider' => 'bestbuy'],\n ['name' => \"Strain: Season 1 [4 Discs] (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strain-season-1-4-discs-dvd-boxed-set/1040009.p?id=3307627&skuId=1040009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040009.jpg\"}', 'upc' => '024543980087', 'provider' => 'bestbuy'],\n ['name' => \"Strain: Season 1 [3 Discs] (Blu-ray Disc) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strain-season-1-3-discs-blu-ray-disc-boxed-set/1040018.p?id=3307668&skuId=1040018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040018.jpg\"}', 'upc' => '024543980100', 'provider' => 'bestbuy'],\n ['name' => \"The Magic Touch of Tadd Dameron - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-magic-touch-of-tadd-dameron-cd/1040019.p?id=65449&skuId=1040019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040019_sa.jpg\"}', 'upc' => '025218614320', 'provider' => 'bestbuy'],\n ['name' => \"Portrait of Wes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portrait-of-wes-cd/1040037.p?id=69338&skuId=1040037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040037_sa.jpg\"}', 'upc' => '025218614429', 'provider' => 'bestbuy'],\n ['name' => \"Vince Guaraldi Trio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vince-guaraldi-trio-cd/1040073.p?id=67036&skuId=1040073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040073_sa.jpg\"}', 'upc' => '025218614924', 'provider' => 'bestbuy'],\n ['name' => \"Reunion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reunion-cd/1040091.p?id=1535022&skuId=1040091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040091_sa.jpg\"}', 'upc' => '025218615020', 'provider' => 'bestbuy'],\n ['name' => \"Sunday Jazz a la Lighthouse, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sunday-jazz-a-la-lighthouse-vol-1-cd/1040117.p?id=70525&skuId=1040117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040117_sa.jpg\"}', 'upc' => '025218615129', 'provider' => 'bestbuy'],\n ['name' => \"The West Coast Sound, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-west-coast-sound-vol-1-cd/1040126.p?id=68761&skuId=1040126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040126_sa.jpg\"}', 'upc' => '025218615228', 'provider' => 'bestbuy'],\n ['name' => \"Easy Like, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/easy-like-vol-1-cd/1040144.p?id=68209&skuId=1040144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040144.jpg\"}', 'upc' => '025218615327', 'provider' => 'bestbuy'],\n ['name' => \"The Poll Winners - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-poll-winners-cd/1040180.p?id=68214&skuId=1040180&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040180', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040180_sa.jpg\"}', 'upc' => '025218615624', 'provider' => 'bestbuy'],\n ['name' => \"Presenting Red Mitchell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/presenting-red-mitchell-cd/1040206.p?id=69209&skuId=1040206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040206_sa.jpg\"}', 'upc' => '025218615822', 'provider' => 'bestbuy'],\n ['name' => \"Leroy Walks! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/leroy-walks-cd/1040233.p?id=71759&skuId=1040233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040233.jpg\"}', 'upc' => '025218616027', 'provider' => 'bestbuy'],\n ['name' => \"Movin Along - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/movin-along-cd/1040359.p?id=1535028&skuId=1040359&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040359', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040359.jpg\"}', 'upc' => '025218608923', 'provider' => 'bestbuy'],\n ['name' => \"Pairing Off - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pairing-off-cd/1040395.p?id=1562192&skuId=1040395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040395.jpg\"}', 'upc' => '025218609227', 'provider' => 'bestbuy'],\n ['name' => \"Blue Haze - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-haze-cd/1040411.p?id=65524&skuId=1040411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040411_sa.jpg\"}', 'upc' => '025218609326', 'provider' => 'bestbuy'],\n ['name' => \"Tour de Force - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tour-de-force-cd/1040420.p?id=306030&skuId=1040420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040420_sa.jpg\"}', 'upc' => '025218609524', 'provider' => 'bestbuy'],\n ['name' => \"Straight Ahead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/straight-ahead-cd/1040475.p?id=2291734&skuId=1040475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040475.jpg\"}', 'upc' => '025218609920', 'provider' => 'bestbuy'],\n ['name' => \"The Dave Brubeck Octet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dave-brubeck-octet-cd/1040484.p?id=64639&skuId=1040484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040484_sa.jpg\"}', 'upc' => '025218610124', 'provider' => 'bestbuy'],\n ['name' => \"This Here Is Bobby Timmons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-here-is-bobby-timmons-cd/1040527.p?id=71433&skuId=1040527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040527_sa.jpg\"}', 'upc' => '025218610421', 'provider' => 'bestbuy'],\n ['name' => \"Bossa Nova Pelos Passaros - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bossa-nova-pelos-passaros-cd/1040572.p?id=64747&skuId=1040572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040572.jpg\"}', 'upc' => '025218610728', 'provider' => 'bestbuy'],\n ['name' => \"Jazz at Massey Hall, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-at-massey-hall-vol-2-cd/1040625.p?id=70128&skuId=1040625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040625_sa.jpg\"}', 'upc' => '025218611121', 'provider' => 'bestbuy'],\n ['name' => \"Stan Getz Quartets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stan-getz-quartets-cd/1040652.p?id=66617&skuId=1040652&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040652', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040652_sa.jpg\"}', 'upc' => '025218612128', 'provider' => 'bestbuy'],\n ['name' => \"Tenor Madness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tenor-madness-cd/1040670.p?id=70468&skuId=1040670&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040670', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040670_sa.jpg\"}', 'upc' => '025218612425', 'provider' => 'bestbuy'],\n ['name' => \"Moving Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moving-out-cd/1040732.p?id=1535026&skuId=1040732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040732.jpg\"}', 'upc' => '025218605823', 'provider' => 'bestbuy'],\n ['name' => \"Kaleidoscope - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kaleidoscope-cd/1040778.p?id=71152&skuId=1040778&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040778', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040778_sa.jpg\"}', 'upc' => '025218606028', 'provider' => 'bestbuy'],\n ['name' => \"The Unique Thelonious Monk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-unique-thelonious-monk-cd/1040812.p?id=69299&skuId=1040812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040812_sa.jpg\"}', 'upc' => '025218606424', 'provider' => 'bestbuy'],\n ['name' => \"Abbey Is Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/abbey-is-blue-cd/1040867.p?id=68589&skuId=1040867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040867_sa.jpg\"}', 'upc' => '025218606929', 'provider' => 'bestbuy'],\n ['name' => \"The Cats - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-cats-cd/1040974.p?id=306031&skuId=1040974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1040974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1040\\/1040974_sa.jpg\"}', 'upc' => '025218607926', 'provider' => 'bestbuy'],\n ['name' => \"The Rat Race Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-rat-race-blues-cd/1041009.p?id=2276859&skuId=1041009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041009.jpg\"}', 'upc' => '025218608121', 'provider' => 'bestbuy'],\n ['name' => \"The Quest - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-quest-cd/1041027.p?id=71796&skuId=1041027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041027_sa.jpg\"}', 'upc' => '025218608220', 'provider' => 'bestbuy'],\n ['name' => \"Bill Harris and Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bill-harris-and-friends-cd/1041036.p?id=67209&skuId=1041036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041036_sa.jpg\"}', 'upc' => '025218608329', 'provider' => 'bestbuy'],\n ['name' => \"MJQ - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mjq-cd/1041063.p?id=1849305&skuId=1041063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041063.jpg\"}', 'upc' => '025218612524', 'provider' => 'bestbuy'],\n ['name' => \"Harold In The Land Of Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harold-in-the-land-of-jazz-cd/1041072.p?id=1550579&skuId=1041072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041072_sa.jpg\"}', 'upc' => '025218616225', 'provider' => 'bestbuy'],\n ['name' => \"Benny Golson's New York Scene [Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/benny-golsons-new-york-scene-bonus-track-cd/1041116.p?id=66731&skuId=1041116&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041116_sa.jpg\"}', 'upc' => '025218616423', 'provider' => 'bestbuy'],\n ['name' => \"Four - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/four-cd/1041125.p?id=287998&skuId=1041125&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041125', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041125.jpg\"}', 'upc' => '025218616522', 'provider' => 'bestbuy'],\n ['name' => \"Portrait of Art Farmer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portrait-of-art-farmer-cd/1041134.p?id=66192&skuId=1041134&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041134', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041134_sa.jpg\"}', 'upc' => '025218616621', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Giant - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-giant-cd/1041143.p?id=64846&skuId=1041143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041143_sa.jpg\"}', 'upc' => '025218616720', 'provider' => 'bestbuy'],\n ['name' => \"A Garland of Red - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-garland-of-red-cd/1041205.p?id=66527&skuId=1041205&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041205_sa.jpg\"}', 'upc' => '025218612623', 'provider' => 'bestbuy'],\n ['name' => \"Tenor Conclave - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tenor-conclave-various-cd/1041223.p?id=1535020&skuId=1041223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041223.jpg\"}', 'upc' => '025218612722', 'provider' => 'bestbuy'],\n ['name' => \"Songs I Like to Sing! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-i-like-to-sing-cd/1041241.p?id=67664&skuId=1041241&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041241', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041241_sa.jpg\"}', 'upc' => '025218617123', 'provider' => 'bestbuy'],\n ['name' => \"The Three and the Two - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-three-and-the-two-cd/1041269.p?id=68747&skuId=1041269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041269_sa.jpg\"}', 'upc' => '025218617222', 'provider' => 'bestbuy'],\n ['name' => \"A World of Piano! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-world-of-piano-cd/1041278.p?id=69597&skuId=1041278&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041278_sa.jpg\"}', 'upc' => '025218617529', 'provider' => 'bestbuy'],\n ['name' => \"Smack Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smack-up-cd/1041287.p?id=1543914&skuId=1041287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041287_sa.jpg\"}', 'upc' => '025218617628', 'provider' => 'bestbuy'],\n ['name' => \"Subconscious-Lee [Prestige] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/subconscious-lee-prestige-cd/1041349.p?id=68316&skuId=1041349&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041349', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041349_sa.jpg\"}', 'upc' => '025218618625', 'provider' => 'bestbuy'],\n ['name' => \"Blue Gene - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-gene-cd/1041410.p?id=2310055&skuId=1041410&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041410', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041410_sa.jpg\"}', 'upc' => '025218619226', 'provider' => 'bestbuy'],\n ['name' => \"All Kinds of Weather - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-kinds-of-weather-cd/1041429.p?id=66528&skuId=1041429&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041429', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041429.jpg\"}', 'upc' => '025218619325', 'provider' => 'bestbuy'],\n ['name' => \"Lucky Strikes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lucky-strikes-cd/1041447.p?id=71413&skuId=1041447&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041447', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041447_sa.jpg\"}', 'upc' => '025218619424', 'provider' => 'bestbuy'],\n ['name' => \"Brubeck A La Mode - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brubeck-a-la-mode-cd/1041508.p?id=1548518&skuId=1041508&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041508', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041508.jpg\"}', 'upc' => '025218620024', 'provider' => 'bestbuy'],\n ['name' => \"Introducing Paul Bley - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/introducing-paul-bley-cd/1041517.p?id=64398&skuId=1041517&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041517', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041517_sa.jpg\"}', 'upc' => '025218620123', 'provider' => 'bestbuy'],\n ['name' => \"Gettin' Together! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gettin-together-cd/1041535.p?id=66740&skuId=1041535&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041535', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041535_sa.jpg\"}', 'upc' => '025218620321', 'provider' => 'bestbuy'],\n ['name' => \"Monk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monk-cd/1041599.p?id=69288&skuId=1041599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041599_sa.jpg\"}', 'upc' => '025218601627', 'provider' => 'bestbuy'],\n ['name' => \"Memorial - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memorial-cd/1041615.p?id=261490&skuId=1041615&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041615_sa.jpg\"}', 'upc' => '025218601726', 'provider' => 'bestbuy'],\n ['name' => \"Coltrane [Prestige] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coltrane-prestige-cd/1041633.p?id=65135&skuId=1041633&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041633', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041633_sa.jpg\"}', 'upc' => '025218602020', 'provider' => 'bestbuy'],\n ['name' => \"A Wes Montgomery Trio [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-wes-montgomery-trio-digdownload-cd/1041786.p?id=69347&skuId=1041786&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041786', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041786_sa.jpg\"}', 'upc' => '025218603423', 'provider' => 'bestbuy'],\n ['name' => \"Bootlegs & B-Sides [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bootlegs-b-sides-pa-cd/1041795.p?id=110862&skuId=1041795&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041795', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041795_sa.jpg\"}', 'upc' => '049925392128', 'provider' => 'bestbuy'],\n ['name' => \"Explorations - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/explorations-cd/1041811.p?id=1365861&skuId=1041811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041811_sa.jpg\"}', 'upc' => '025218003728', 'provider' => 'bestbuy'],\n ['name' => \"George Shearing & Montgomery Brothers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/george-shearing-montgomery-brothers-cd/1041839.p?id=2294118&skuId=1041839&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041839', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041839_sa.jpg\"}', 'upc' => '025218604024', 'provider' => 'bestbuy'],\n ['name' => \"Town Hall Concert, 1964 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/town-hall-concert-1964-cd/1041857.p?id=69193&skuId=1041857&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041857', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041857_sa.jpg\"}', 'upc' => '025218604222', 'provider' => 'bestbuy'],\n ['name' => \"Blue Moods - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-moods-cd/1041875.p?id=65525&skuId=1041875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041875.jpg\"}', 'upc' => '025218604321', 'provider' => 'bestbuy'],\n ['name' => \"Jazz at Massey Hall [Cassette] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-at-massey-hall-cassette-cd/1041893.p?id=70216&skuId=1041893&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041893', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041893.jpg\"}', 'upc' => '025218604420', 'provider' => 'bestbuy'],\n ['name' => \"Mingus at the Bohemia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mingus-at-the-bohemia-cd/1041919.p?id=69177&skuId=1041919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041919_sa.jpg\"}', 'upc' => '025218604529', 'provider' => 'bestbuy'],\n ['name' => \"Jazz at the College of the Pacific - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-at-the-college-of-the-pacific-cd/1041955.p?id=64645&skuId=1041955&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041955', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041955_sa.jpg\"}', 'upc' => '025218604727', 'provider' => 'bestbuy'],\n ['name' => \"Wardell Gray Memorial, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wardell-gray-memorial-vol-1-cd/1041973.p?id=66908&skuId=1041973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1041973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1041\\/1041973.jpg\"}', 'upc' => '025218605021', 'provider' => 'bestbuy'],\n ['name' => \"Attainable Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/attainable-love-cd/1042017.p?id=2542452&skuId=1042017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042017_sa.jpg\"}', 'upc' => '011671113227', 'provider' => 'bestbuy'],\n ['name' => \"Isaac Mizrahi New York - Hard Shell Case for Apple° iPhone° 6 Plus and 6s Plus - Pink Stripes\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus and 6s Plus; polycarbonate shell; inner TPU construction; play-through design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus and 6s Plus; polycarbonate shell; inner TPU construction; play-through design\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/isaac-mizrahi-new-york-hard-shell-case-for-apple-iphone-6-plus-and-6s-plus-pink-stripes/1042025.p?id=1219461889366&skuId=1042025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042025_sa.jpg\"}', 'upc' => '5031300084679', 'provider' => 'bestbuy'],\n ['name' => \"Nanette Lepore - Hard Shell Case for Apple° iPhone° 6 and 6s - Multicolor Stripes\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6 and 6s; polycarbonate shell; inner TPU construction; play-through design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6 and 6s; polycarbonate shell; inner TPU construction; play-through design\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nanette-lepore-hard-shell-case-for-apple-iphone-6-and-6s-multicolor-stripes/1042043.p?id=1219461889368&skuId=1042043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042043_sa.jpg\"}', 'upc' => '5031300084686', 'provider' => 'bestbuy'],\n ['name' => \"When October Goes: Autumn Love Songs - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-october-goes-autumn-love-songs-cd-various/1042259.p?id=103852&skuId=1042259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042259_sa.jpg\"}', 'upc' => '011671114323', 'provider' => 'bestbuy'],\n ['name' => \"Standing Eight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/standing-eight-cd/1042687.p?id=92332&skuId=1042687&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042687', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042687_sa.jpg\"}', 'upc' => '011671112329', 'provider' => 'bestbuy'],\n ['name' => \"Just in Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-in-time-cd/1042703.p?id=93664&skuId=1042703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042703_sa.jpg\"}', 'upc' => '011671112428', 'provider' => 'bestbuy'],\n ['name' => \"Swingin' Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swingin-blues-cd/1042856.p?id=66419&skuId=1042856&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042856', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042856_sa.jpg\"}', 'upc' => '014921100220', 'provider' => 'bestbuy'],\n ['name' => \"Merry Christmas From Our House To Your House - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/merry-christmas-from-our-house-to-your-house-cd/1042883.p?id=103763&skuId=1042883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042883_sa.jpg\"}', 'upc' => '014921200029', 'provider' => 'bestbuy'],\n ['name' => \"A Musical Anthology [Box] [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-musical-anthology-box-box-cd/1042936.p?id=103756&skuId=1042936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042936_sa.jpg\"}', 'upc' => '014921100428', 'provider' => 'bestbuy'],\n ['name' => \"Salutes the Big Bands - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/salutes-the-big-bands-cd/1042954.p?id=103768&skuId=1042954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042954_sa.jpg\"}', 'upc' => '014921201224', 'provider' => 'bestbuy'],\n ['name' => \"Close Harmony - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/close-harmony-cd/1042972.p?id=91783&skuId=1042972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042972_sa.jpg\"}', 'upc' => '014921201323', 'provider' => 'bestbuy'],\n ['name' => \"Plays Your Favorite Waltzes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-your-favorite-waltzes-cd/1042990.p?id=90177&skuId=1042990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1042990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1042\\/1042990_sa.jpg\"}', 'upc' => '014921201422', 'provider' => 'bestbuy'],\n ['name' => \"All Time Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-hits-cd/1043016.p?id=81822&skuId=1043016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043016_sa.jpg\"}', 'upc' => '014921201521', 'provider' => 'bestbuy'],\n ['name' => \"Please Play a Polka - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/please-play-a-polka-cd/1043034.p?id=137094&skuId=1043034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043034_sa.jpg\"}', 'upc' => '014921201620', 'provider' => 'bestbuy'],\n ['name' => \"22 Great Polkas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-great-polkas-cd/1043052.p?id=82486&skuId=1043052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043052.jpg\"}', 'upc' => '014921700529', 'provider' => 'bestbuy'],\n ['name' => \"22 Great Ragtime Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-great-ragtime-hits-cd/1043061.p?id=77063&skuId=1043061&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043061', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043061_sa.jpg\"}', 'upc' => '014921700727', 'provider' => 'bestbuy'],\n ['name' => \"22 Great Songs for Dancing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-great-songs-for-dancing-cd/1043070.p?id=103754&skuId=1043070&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043070', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043070_sa.jpg\"}', 'upc' => '014921700925', 'provider' => 'bestbuy'],\n ['name' => \"22 Great Songs of Faith - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-great-songs-of-faith-cd/1043089.p?id=84499&skuId=1043089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043089_sa.jpg\"}', 'upc' => '014921701120', 'provider' => 'bestbuy'],\n ['name' => \"22 All Time Organ Favorites - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-all-time-organ-favorites-cd/1043098.p?id=99222&skuId=1043098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043098_sa.jpg\"}', 'upc' => '014921701922', 'provider' => 'bestbuy'],\n ['name' => \"22 All Time Favorite Waltzes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-all-time-favorite-waltzes-cd/1043114.p?id=103752&skuId=1043114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043114_sa.jpg\"}', 'upc' => '014921702820', 'provider' => 'bestbuy'],\n ['name' => \"Dance to the Big Band Sounds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-to-the-big-band-sounds-cd/1043141.p?id=103759&skuId=1043141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043141_sa.jpg\"}', 'upc' => '014921822825', 'provider' => 'bestbuy'],\n ['name' => \"World's Greatest Polkas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worlds-greatest-polkas-cd/1043169.p?id=103770&skuId=1043169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043169.jpg\"}', 'upc' => '014921823020', 'provider' => 'bestbuy'],\n ['name' => \"Two on One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-on-one-cd/1043178.p?id=91792&skuId=1043178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1043178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1043\\/1043178_sa.jpg\"}', 'upc' => '014921823228', 'provider' => 'bestbuy'],\n ['name' => \"Altec - Hard Shell Fashion Case for Apple® iPhone® 5 and 5s - Purple/Gray\", 'description_short' => \"ALTEC Hard Shell Fashion Case for Apple iPhone 5 and 5s: Compatible with Apple iPhone 5 and 5s; scratch-resistant material; play-through design; shock-resistant up to 2&#039;\", 'description_long' => \"ALTEC Hard Shell Fashion Case for Apple iPhone 5 and 5s: Compatible with Apple iPhone 5 and 5s; scratch-resistant material; play-through design; shock-resistant up to 2&#039;\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altec-hard-shell-fashion-case-for-apple-iphone-5-and-5s-purple-gray/1044069.p?id=1219461498176&skuId=1044069', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1044069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1044\\/1044069_sa.jpg\"}', 'upc' => '810532023763', 'provider' => 'bestbuy'],\n ['name' => \"Altec - 4000 mAh Power Bank - Black\", 'description_short' => \"ALTEC 4000 mAh Power Bank: Compatible with most USB-enabled mobile devices; USB interface; built-in lithium-ion battery; up to 500 hours of standby time; overload protection; soft rubberized finish\", 'description_long' => \"ALTEC 4000 mAh Power Bank: Compatible with most USB-enabled mobile devices; USB interface; built-in lithium-ion battery; up to 500 hours of standby time; overload protection; soft rubberized finish\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altec-4000-mah-power-bank-black/1044101.p?id=1219461503840&skuId=1044101', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1044101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1044\\/1044101_sa.jpg\"}', 'upc' => '810532023343', 'provider' => 'bestbuy'],\n ['name' => \"Altec - 4000 mAh Power Bank - Blue\", 'description_short' => \"ALTEC 4000 mAh Power Bank: Compatible with most USB-enabled mobile devices; USB interface; built-in lithium-ion battery; up to 500 hours of standby time; overload protection; soft rubberized finish\", 'description_long' => \"ALTEC 4000 mAh Power Bank: Compatible with most USB-enabled mobile devices; USB interface; built-in lithium-ion battery; up to 500 hours of standby time; overload protection; soft rubberized finish\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altec-4000-mah-power-bank-blue/1044174.p?id=1219461499071&skuId=1044174', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1044174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1044\\/1044174_sa.jpg\"}', 'upc' => '810532023350', 'provider' => 'bestbuy'],\n ['name' => \"Altec - Hard Shell Power Case for Samsung Galaxy S 4 Cell Phones - White\", 'description_short' => \"ALTEC Hard Shell Power Case for Samsung Galaxy S 4 Cell Phones: Compatible with Samsung Galaxy S 4 cell phones; built-in kickstand; power button with LED power indicator; shock resistant; play-through design\", 'description_long' => \"ALTEC Hard Shell Power Case for Samsung Galaxy S 4 Cell Phones: Compatible with Samsung Galaxy S 4 cell phones; built-in kickstand; power button with LED power indicator; shock resistant; play-through design\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altec-hard-shell-power-case-for-samsung-galaxy-s-4-cell-phones-white/1044289.p?id=1219461500496&skuId=1044289', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1044289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1044\\/1044289_sa.jpg\"}', 'upc' => '810532023695', 'provider' => 'bestbuy'],\n ['name' => \"Altec - Sport Armband for Apple® iPhone® 4, 4S, 5 and 5s - Pink\", 'description_short' => \"ALTEC Sport Armband for Apple iPhone 4, 4S, 5 and 5s: Compatible with Apple iPhone 4, 4S, 5 and 5s and iPod touch; adjusts to arm diameters from 5&quot; to 7&quot;; mesh fabric; key compartment; built-in wallet; headphone port access\", 'description_long' => \"ALTEC Sport Armband for Apple iPhone 4, 4S, 5 and 5s: Compatible with Apple iPhone 4, 4S, 5 and 5s and iPod touch; adjusts to arm diameters from 5&quot; to 7&quot;; mesh fabric; key compartment; built-in wallet; headphone port access\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altec-sport-armband-for-apple-iphone-4-4s-5-and-5s-pink/1044302.p?id=1219461503585&skuId=1044302&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1044302', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1044\\/1044302_sa.jpg\"}', 'upc' => '810532022421', 'provider' => 'bestbuy'],\n ['name' => \"Altec - Sport Armband Case for Samsung Galaxy S III and S 4 Cell Phones - White\", 'description_short' => \"ALTEC Sport Armband Case for Samsung Galaxy S III and S 4 Cell Phones: Compatible with Samsung Galaxy S III and S 4 cell phones as well as most Android devices; adjustable arm diameter from 5&quot; to 7&quot;; built-in wallet; includes key compartment\", 'description_long' => \"ALTEC Sport Armband Case for Samsung Galaxy S III and S 4 Cell Phones: Compatible with Samsung Galaxy S III and S 4 cell phones as well as most Android devices; adjustable arm diameter from 5&quot; to 7&quot;; built-in wallet; includes key compartment\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altec-sport-armband-case-for-samsung-galaxy-s-iii-and-s-4-cell-phones-white/1044311.p?id=1219461498111&skuId=1044311', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1044311', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1044\\/1044311_sa.jpg\"}', 'upc' => '810532022445', 'provider' => 'bestbuy'],\n ['name' => \"Altec - 4000 mAh Power Bank - Pink\", 'description_short' => \"ALTEC 4000 mAh Power Bank: Compatible with most USB-enabled mobile devices; USB interface; built-in lithium-ion battery; up to 500 hours of standby time; overload protection; soft rubberized finish\", 'description_long' => \"ALTEC 4000 mAh Power Bank: Compatible with most USB-enabled mobile devices; USB interface; built-in lithium-ion battery; up to 500 hours of standby time; overload protection; soft rubberized finish\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altec-4000-mah-power-bank-pink/1044339.p?id=1219461502123&skuId=1044339', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1044339', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1044\\/1044339_sa.jpg\"}', 'upc' => '810532023367', 'provider' => 'bestbuy'],\n ['name' => \"Altec - Sport Armband Case for Samsung Galaxy S III and S 4 Cell Phones - Pink\", 'description_short' => \"ALTEC Sport Armband Case for Samsung Galaxy S III and S 4 Cell Phones: Compatible with Samsung Galaxy S III and S 4 cell phones as well as most Android devices; adjustable arm diameter from 5&quot; to 7&quot;; built-in wallet; includes key compartment\", 'description_long' => \"ALTEC Sport Armband Case for Samsung Galaxy S III and S 4 Cell Phones: Compatible with Samsung Galaxy S III and S 4 cell phones as well as most Android devices; adjustable arm diameter from 5&quot; to 7&quot;; built-in wallet; includes key compartment\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altec-sport-armband-case-for-samsung-galaxy-s-iii-and-s-4-cell-phones-pink/1044348.p?id=1219461499006&skuId=1044348', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1044348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1044\\/1044348_sa.jpg\"}', 'upc' => '810532022452', 'provider' => 'bestbuy'],\n ['name' => \"Altec - Sport Armband Case for Samsung Galaxy S III and S 4 Cell Phones - Blue\", 'description_short' => \"ALTEC Sport Armband Case for Samsung Galaxy S III and S 4 Cell Phones: Compatible with Samsung Galaxy S III and S 4 cell phones as well as most Android devices; adjustable arm diameter from 5&quot; to 7&quot;; built-in wallet; includes key compartment\", 'description_long' => \"ALTEC Sport Armband Case for Samsung Galaxy S III and S 4 Cell Phones: Compatible with Samsung Galaxy S III and S 4 cell phones as well as most Android devices; adjustable arm diameter from 5&quot; to 7&quot;; built-in wallet; includes key compartment\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altec-sport-armband-case-for-samsung-galaxy-s-iii-and-s-4-cell-phones-blue/1044357.p?id=1219461502824&skuId=1044357', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1044357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1044\\/1044357_sa.jpg\"}', 'upc' => '810532022469', 'provider' => 'bestbuy'],\n ['name' => \"Car Tunes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/car-tunes-cd/1045791.p?id=2947345&skuId=1045791&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1045791', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1045\\/1045791.jpg\"}', 'upc' => '013437013529', 'provider' => 'bestbuy'],\n ['name' => \"Money Talks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/money-talks-cd/1045933.p?id=73924&skuId=1045933&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1045933', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1045\\/1045933_sa.jpg\"}', 'upc' => '025218410625', 'provider' => 'bestbuy'],\n ['name' => \"Soul Limbo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-limbo-cd/1046004.p?id=75532&skuId=1046004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046004_sa.jpg\"}', 'upc' => '025218411325', 'provider' => 'bestbuy'],\n ['name' => \"Melting Pot - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/melting-pot-cd/1046013.p?id=75531&skuId=1046013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046013_sa.jpg\"}', 'upc' => '025218852128', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Tampa Bay Buccaneers Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Tampa Bay Buccaneers Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Tampa Bay Buccaneers Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-tampa-bay-buccaneers-bumper-case-for-apple-iphone-6-black/1046049.p?id=1219461497413&skuId=1046049', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046049_sa.jpg\"}', 'upc' => '681620763294', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Dallas Cowboys Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Dallas Cowboys Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Dallas Cowboys Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-dallas-cowboys-bumper-case-for-apple-iphone-6-black/1046058.p?id=1219461499201&skuId=1046058', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046058_sa.jpg\"}', 'upc' => '681620763096', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Miami Dolphins Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Miami Dolphins Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Miami Dolphins Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-miami-dolphins-bumper-case-for-apple-iphone-6-black/1046067.p?id=1219461501007&skuId=1046067', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046067_sa.jpg\"}', 'upc' => '681620763164', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Mad Lads - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-mad-lads-cd/1046086.p?id=90098&skuId=1046086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046086_sa.jpg\"}', 'upc' => '025218852524', 'provider' => 'bestbuy'],\n ['name' => \"Big Hero 6: Battle in the Bay - PRE-OWNED - Nintendo 3DS\", 'description_short' => \"Use your unique superhero abilities to fight enemies\", 'description_long' => \"Use your unique superhero abilities to fight enemies\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-hero-6-battle-in-the-bay-pre-owned-nintendo-3ds/1046109.p?id=1219461501660&skuId=1046109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046109_sa.jpg\"}', 'upc' => '799007840381', 'provider' => 'bestbuy'],\n ['name' => \"Who's Making Love... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whos-making-love-cd/1046111.p?id=101261&skuId=1046111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046111_sa.jpg\"}', 'upc' => '025218411523', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Buffalo Bills Bump Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Buffalo Bills Bump Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; team design\", 'description_long' => \"TEAM PROMARK Buffalo Bills Bump Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; team design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-buffalo-bills-bump-case-for-apple-iphone-6-black/1046118.p?id=1219461501006&skuId=1046118', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046118_sa.jpg\"}', 'upc' => '681620763041', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL St. Louis Rams Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK St. Louis Rams Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK St. Louis Rams Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-st-louis-rams-bumper-case-for-apple-iphone-6-black/1046136.p?id=1219461496035&skuId=1046136', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046136_sa.jpg\"}', 'upc' => '681620763287', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL New York Jets Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK New York Jets Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK New York Jets Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-new-york-jets-bumper-case-for-apple-iphone-6-black/1046145.p?id=1219461496034&skuId=1046145', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046145_sa.jpg\"}', 'upc' => '681620763218', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Arizona Cardinals Bump Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Arizona Cardinals Bump Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; team design\", 'description_long' => \"TEAM PROMARK Arizona Cardinals Bump Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; team design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-arizona-cardinals-bump-case-for-apple-iphone-6-black/1046154.p?id=1219461502450&skuId=1046154', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046154_sa.jpg\"}', 'upc' => '681620763010', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Atlanta Falcons Bump Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Atlanta Falcons Bump Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; team design\", 'description_long' => \"TEAM PROMARK Atlanta Falcons Bump Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; team design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-atlanta-falcons-bump-case-for-apple-iphone-6-black/1046163.p?id=1219461496032&skuId=1046163', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046163_sa.jpg\"}', 'upc' => '681620763027', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL San Diego Chargers Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK San Diego Chargers Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK San Diego Chargers Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-san-diego-chargers-bumper-case-for-apple-iphone-6-black/1046172.p?id=1219461498500&skuId=1046172', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046172_sa.jpg\"}', 'upc' => '681620763256', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Washington Redskins Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Washington Redskins Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Washington Redskins Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-washington-redskins-bumper-case-for-apple-iphone-6-black/1046181.p?id=1219461496038&skuId=1046181', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046181_sa.jpg\"}', 'upc' => '681620763317', 'provider' => 'bestbuy'],\n ['name' => \"Chronicle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chronicle-cd/1046184.p?id=99521&skuId=1046184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046184_sa.jpg\"}', 'upc' => '025218412025', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Jacksonville Jaguars Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Jacksonville Jaguars Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Jacksonville Jaguars Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-jacksonville-jaguars-bumper-case-for-apple-iphone-6-black/1046205.p?id=1219461503337&skuId=1046205', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046205_sa.jpg\"}', 'upc' => '681620763140', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Oakland Raiders Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Oakland Raiders Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Oakland Raiders Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-oakland-raiders-bumper-case-for-apple-iphone-6-black/1046214.p?id=1219461501273&skuId=1046214', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046214_sa.jpg\"}', 'upc' => '681620763225', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Tennessee Titans Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Tennessee Titans Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Tennessee Titans Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-tennessee-titans-bumper-case-for-apple-iphone-6-black/1046232.p?id=1219461499972&skuId=1046232', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046232_sa.jpg\"}', 'upc' => '681620763300', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Pittsburgh Steelers Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Pittsburgh Steelers Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Pittsburgh Steelers Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-pittsburgh-steelers-bumper-case-for-apple-iphone-6-black/1046241.p?id=1219461499328&skuId=1046241', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046241', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046241_sa.jpg\"}', 'upc' => '681620763249', 'provider' => 'bestbuy'],\n ['name' => \"Joy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joy-cd/1046246.p?id=85062&skuId=1046246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046246_sa.jpg\"}', 'upc' => '025218853026', 'provider' => 'bestbuy'],\n ['name' => \"The Booker T. Set - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-booker-t-set-cd/1046264.p?id=75535&skuId=1046264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046264_sa.jpg\"}', 'upc' => '025218853125', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Indianapolis Colts Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Indianapolis Colts Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Indianapolis Colts Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-indianapolis-colts-bumper-case-for-apple-iphone-6-black/1046269.p?id=1219461497598&skuId=1046269', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046269_sa.jpg\"}', 'upc' => '681620763133', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Cincinnati Bengals Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Cincinnati Bengals Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Cincinnati Bengals Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-cincinnati-bengals-bumper-case-for-apple-iphone-6-black/1046278.p?id=1219461502822&skuId=1046278', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046278_sa.jpg\"}', 'upc' => '681620763072', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Kansas City Chiefs Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Kansas City Chiefs Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Kansas City Chiefs Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-kansas-city-chiefs-bumper-case-for-apple-iphone-6-black/1046287.p?id=1219461497926&skuId=1046287', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046287_sa.jpg\"}', 'upc' => '681620763157', 'provider' => 'bestbuy'],\n ['name' => \"I Wanna Get Funky - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-wanna-get-funky-cd/1046317.p?id=87882&skuId=1046317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046317_sa.jpg\"}', 'upc' => '025218853620', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Cleveland Browns Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Cleveland Browns Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Cleveland Browns Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-cleveland-browns-bumper-case-for-apple-iphone-6-black/1046319.p?id=1219461499329&skuId=1046319', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046319', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046319_sa.jpg\"}', 'upc' => '681620763089', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Minnesota Vikings Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Minnesota Vikings Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Minnesota Vikings Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-minnesota-vikings-bumper-case-for-apple-iphone-6-black/1046328.p?id=1219461503338&skuId=1046328', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046328_sa.jpg\"}', 'upc' => '681620763171', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Denver Broncos Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Denver Broncos Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK Denver Broncos Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-denver-broncos-bumper-case-for-apple-iphone-6-black/1046346.p?id=1219461499715&skuId=1046346', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046346_sa.jpg\"}', 'upc' => '681620763102', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL New Orleans Saints Bumper Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK New Orleans Saints Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'description_long' => \"TEAM PROMARK New Orleans Saints Bumper Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; raised bezel; team-specific design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-new-orleans-saints-bumper-case-for-apple-iphone-6-black/1046355.p?id=1219461498241&skuId=1046355', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046355_sa.jpg\"}', 'upc' => '681620763195', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Rance Allen Group - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-rance-allen-group-cd/1046362.p?id=72752&skuId=1046362&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046362', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046362_sa.jpg\"}', 'upc' => '025218854023', 'provider' => 'bestbuy'],\n ['name' => \"Team ProMark - NFL Carolina Panthers Bump Case for Apple® iPhone® 6 - Black\", 'description_short' => \"TEAM PROMARK Carolina Panthers Bump Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; team design\", 'description_long' => \"TEAM PROMARK Carolina Panthers Bump Case for Apple iPhone 6: Compatible with Apple iPhone 6; PC and TPU materials; rubber edges; team design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-promark-nfl-carolina-panthers-bump-case-for-apple-iphone-6-black/1046364.p?id=1219461496036&skuId=1046364', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046364_sa.jpg\"}', 'upc' => '681620763058', 'provider' => 'bestbuy'],\n ['name' => \"The Best of William Bell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-william-bell-cd/1046380.p?id=74379&skuId=1046380&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046380', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046380.jpg\"}', 'upc' => '025218854122', 'provider' => 'bestbuy'],\n ['name' => \"The Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-live-cd/1046451.p?id=80923&skuId=1046451&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046451', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046451_sa.jpg\"}', 'upc' => '025218854528', 'provider' => 'bestbuy'],\n ['name' => \"Blues at Sunrise: Live at Montreux - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-at-sunrise-live-at-montreux-cd/1046479.p?id=87877&skuId=1046479&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046479', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046479_sa.jpg\"}', 'upc' => '025218854627', 'provider' => 'bestbuy'],\n ['name' => \"Chronicle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chronicle-cd/1046503.p?id=81546&skuId=1046503&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046503', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046503_sa.jpg\"}', 'upc' => '025218412124', 'provider' => 'bestbuy'],\n ['name' => \"Chronicle: Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chronicle-greatest-hits-cd/1046558.p?id=82504&skuId=1046558&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046558', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046558_sa.jpg\"}', 'upc' => '025218412223', 'provider' => 'bestbuy'],\n ['name' => \"Chronicle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chronicle-cd/1046567.p?id=87907&skuId=1046567&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046567', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046567_sa.jpg\"}', 'upc' => '025218412322', 'provider' => 'bestbuy'],\n ['name' => \"Chicago Fire: Season 1 [5 Discs] (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicago-fire-season-1-5-discs-dvd-boxed-set/1046575.p?id=3276603&skuId=1046575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046575_sa.jpg\"}', 'upc' => '025192165696', 'provider' => 'bestbuy'],\n ['name' => \"Chronicle: Their Greatest Stax Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chronicle-their-greatest-stax-hits-cd/1046585.p?id=101678&skuId=1046585&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046585', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046585_sa.jpg\"}', 'upc' => '025218412421', 'provider' => 'bestbuy'],\n ['name' => \"Live Wire/Blues Power - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-wire-blues-power-cd/1046594.p?id=87888&skuId=1046594&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046594', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046594_sa.jpg\"}', 'upc' => '025218412827', 'provider' => 'bestbuy'],\n ['name' => \"A Dramatic Experience - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-dramatic-experience-cd/1046638.p?id=80918&skuId=1046638&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046638', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046638_sa.jpg\"}', 'upc' => '025218413121', 'provider' => 'bestbuy'],\n ['name' => \"Top of the Stax: Twenty Greatest Hits - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/top-of-the-stax-twenty-greatest-hits-cd-various/1046674.p?id=100210&skuId=1046674&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046674', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046674_sa.jpg\"}', 'upc' => '025218880527', 'provider' => 'bestbuy'],\n ['name' => \"Stax: Top of the Stax, Vol. 2: Twenty... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stax-top-of-the-stax-vol-2-twenty-cd-various/1046709.p?id=100211&skuId=1046709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046709_sa.jpg\"}', 'upc' => '025218880824', 'provider' => 'bestbuy'],\n ['name' => \"...To Be Continued - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/-to-be-continued-cd/1046727.p?id=85069&skuId=1046727&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046727', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046727_sa.jpg\"}', 'upc' => '025218413329', 'provider' => 'bestbuy'],\n ['name' => \"That's Where It's At! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thats-where-its-at-cd/1046745.p?id=85623&skuId=1046745&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046745', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046745_sa.jpg\"}', 'upc' => '025218413428', 'provider' => 'bestbuy'],\n ['name' => \"Blues for Elvis: Albert King Does the King's... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-for-elvis-albert-king-does-the-kings-cd/1046790.p?id=87878&skuId=1046790&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046790', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046790_sa.jpg\"}', 'upc' => '025218850421', 'provider' => 'bestbuy'],\n ['name' => \"Raw Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raw-blues-cd/1046825.p?id=101254&skuId=1046825&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046825', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046825_sa.jpg\"}', 'upc' => '025218850827', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hit Singles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hit-singles-cd/1046889.p?id=85058&skuId=1046889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1046889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1046\\/1046889_sa.jpg\"}', 'upc' => '025218851527', 'provider' => 'bestbuy'],\n ['name' => \"Mr. Big Stuff - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mr-big-stuff-cd/1047003.p?id=88299&skuId=1047003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047003_sa.jpg\"}', 'upc' => '025218855426', 'provider' => 'bestbuy'],\n ['name' => \"With a Little Help from My Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/with-a-little-help-from-my-friends-cd/1047021.p?id=79220&skuId=1047021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047021_sa.jpg\"}', 'upc' => '025218855525', 'provider' => 'bestbuy'],\n ['name' => \"Little Bluebird - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-bluebird-cd/1047067.p?id=101252&skuId=1047067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047067_sa.jpg\"}', 'upc' => '025218855822', 'provider' => 'bestbuy'],\n ['name' => \"I'm in a Phone Booth, Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-in-a-phone-booth-baby-cd/1047094.p?id=87884&skuId=1047094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047094_sa.jpg\"}', 'upc' => '025218856027', 'provider' => 'bestbuy'],\n ['name' => \"Soul Folk in Action - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-folk-in-action-cd/1047110.p?id=100075&skuId=1047110&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047110', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047110_sa.jpg\"}', 'upc' => '025218856126', 'provider' => 'bestbuy'],\n ['name' => \"Up Tight! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-tight-cd/1047138.p?id=75536&skuId=1047138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047138.jpg\"}', 'upc' => '025218856225', 'provider' => 'bestbuy'],\n ['name' => \"The Johnnie Taylor Philosophy Continues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-johnnie-taylor-philosophy-continues-cd/1047156.p?id=101253&skuId=1047156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047156_sa.jpg\"}', 'upc' => '025218856324', 'provider' => 'bestbuy'],\n ['name' => \"Estelle, Myrna and Sylvia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/estelle-myrna-and-sylvia-cd/1047192.p?id=101007&skuId=1047192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047192.jpg\"}', 'upc' => '025218856522', 'provider' => 'bestbuy'],\n ['name' => \"SanDisk - Ultra 16 GB microSDHC UHS-I/Class 10 Memory Card\", 'description_short' => \"Compatible with most devices with a microSDHC card slot; 16GB capacity; up to 48MB/sec. data transfer rate\", 'description_long' => \"Compatible with most devices with a microSDHC card slot; 16GB capacity; up to 48MB/sec. data transfer rate\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sandisk-ultra-16-gb-microsdhc-uhs-i-class-10-memory-card/1047317.p?id=bb1047317&skuId=1047317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047317_sa.jpg\"}', 'upc' => '619659139773', 'provider' => 'bestbuy'],\n ['name' => \"In a Tidal Wave of Mystery - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-a-tidal-wave-of-mystery-cd/1047326.p?id=2721896&skuId=1047326&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047326', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047326_sa.jpg\"}', 'upc' => '602537458110', 'provider' => 'bestbuy'],\n ['name' => \"Live At The Sahara Tahoe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-sahara-tahoe-cd/1047343.p?id=1534997&skuId=1047343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047343.jpg\"}', 'upc' => '025218880428', 'provider' => 'bestbuy'],\n ['name' => \"We Insist! Max Roach's Freedom Now Suite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-insist-max-roachs-freedom-now-suite-cd/1047423.p?id=2856404&skuId=1047423&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047423', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047423.jpg\"}', 'upc' => '031397900222', 'provider' => 'bestbuy'],\n ['name' => \"Wild Women Don't Have the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-women-dont-have-the-blues-cd/1047502.p?id=303769&skuId=1047502&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047502', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047502.jpg\"}', 'upc' => '031397900826', 'provider' => 'bestbuy'],\n ['name' => \"Jumpin' Punkins - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jumpin-punkins-cd/1047557.p?id=303762&skuId=1047557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047557.jpg\"}', 'upc' => '031397901328', 'provider' => 'bestbuy'],\n ['name' => \"That'S It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thats-it-cd/1047566.p?id=2444038&skuId=1047566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047566_sa.jpg\"}', 'upc' => '031397901427', 'provider' => 'bestbuy'],\n ['name' => \"Jass Reunion (Germany) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jass-reunion-germany-cd/1047628.p?id=2831343&skuId=1047628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047628.jpg\"}', 'upc' => '031397902028', 'provider' => 'bestbuy'],\n ['name' => \"Reincarnation of a Lovebird - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reincarnation-of-a-lovebird-cd/1047682.p?id=3245423&skuId=1047682&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047682', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047682_sa.jpg\"}', 'upc' => '031397902622', 'provider' => 'bestbuy'],\n ['name' => \"Out Front (Spanish) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-front-spanish-cd/1047691.p?id=3165556&skuId=1047691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047691.jpg\"}', 'upc' => '031397902721', 'provider' => 'bestbuy'],\n ['name' => \"Mysterious Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mysterious-blues-cd/1047780.p?id=1493308&skuId=1047780&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1047780', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1047\\/1047780_sa.jpg\"}', 'upc' => '031397904220', 'provider' => 'bestbuy'],\n ['name' => \"Big Hero 6: Battle in the Bay - PRE-OWNED - Nintendo DS\", 'description_short' => \"Use your unique superhero abilities to fight enemies\", 'description_long' => \"Use your unique superhero abilities to fight enemies\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-hero-6-battle-in-the-bay-pre-owned-nintendo-ds/1048029.p?id=1219461496039&skuId=1048029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1048029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1048\\/1048029_sa.jpg\"}', 'upc' => '799007840398', 'provider' => 'bestbuy'],\n ['name' => \"Rocketfish™ - 55mm Circular Polarizer - Gray\", 'description_short' => \"Compatible with most digital camera lenses that have a 55mm diameter; improves contrast and color saturation; reduces reflections\", 'description_long' => \"Compatible with most digital camera lenses that have a 55mm diameter; improves contrast and color saturation; reduces reflections\", 'price' => 19.99, 'sale_price' => 4.99, 'url' => 'http://www.bestbuy.com/site/rocketfish-55mm-circular-polarizer-gray/1048555.p?id=1218213534303&skuId=1048555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1048555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1048\\/1048555_rc.jpg\"}', 'upc' => '600603131646', 'provider' => 'bestbuy'],\n ['name' => \"Terribly Happy (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/terribly-happy-dvd/1048573.p?id=2108837&skuId=1048573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1048573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1048\\/1048573_sa.jpg\"}', 'upc' => '896602002173', 'provider' => 'bestbuy'],\n ['name' => \"G.I. Joe: The Movie (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/g-i-joe-the-movie-dvd/1048582.p?id=21896&skuId=1048582&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1048582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1048\\/1048582_sa.jpg\"}', 'upc' => '826663118810', 'provider' => 'bestbuy'],\n ['name' => \"StarTech - DisplayPort to DVI Video Converter Cable - Black\", 'description_short' => \"DisplayPort Male Digital Audio/Video - DVI-D Male Video - 10ft\", 'description_long' => \"DisplayPort Male Digital Audio/Video - DVI-D Male Video - 10ft\", 'price' => 30.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/startech-displayport-to-dvi-video-converter-cable-black/1049014.p?id=1218265847104&skuId=1049014', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1049014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1049\\/1049014_rc.jpg\"}', 'upc' => '065030832182', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Geek Squad Protection Plan\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-geek-squad-protection-plan/1049157.p?id=1218212795392&skuId=1049157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1049157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010491575', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Geek Squad Protection Plan\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-geek-squad-protection-plan/1049166.p?id=1218212795391&skuId=1049166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1049166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010491667', 'provider' => 'bestbuy'],\n ['name' => \"Between a Rock and a Hard Place - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/between-a-rock-and-a-hard-place-cd/1049172.p?id=3170336&skuId=1049172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1049172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1049\\/1049172.jpg\"}', 'upc' => '719011106822', 'provider' => 'bestbuy'],\n ['name' => \"2-Year Geek Squad Protection Plan\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-year-geek-squad-protection-plan/1049175.p?id=1218212796033&skuId=1049175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1049175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400010491759', 'provider' => 'bestbuy'],\n ['name' => \"Shark - Professional Lightweight Iron - Red\", 'description_short' => \"1500W of power; 180&#176; fill tank; easy-push buttons; tapered button tip; turn dial; stainless-steel soleplate; auto off\", 'description_long' => \"1500W of power; 180&#176; fill tank; easy-push buttons; tapered button tip; turn dial; stainless-steel soleplate; auto off\", 'price' => 29.99, 'sale_price' => 26.99, 'url' => 'http://www.bestbuy.com/site/shark-professional-lightweight-iron-red/1049688.p?id=1219045790005&skuId=1049688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1049688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1049\\/1049688_rc.jpg\"}', 'upc' => '622356532242', 'provider' => 'bestbuy'],\n ['name' => \"Xerox - DocuMate 3115 Mobile Scanner with Desktop Docking Station - Black\", 'description_short' => \"USB 2.0/1.1 interface; 600 dpi optical resolution; ejectable mobile scanner; desktop docking station; Visioneer OneTouch and Kofax VRS Basic technologies; 20-page automatic document feeder\", 'description_long' => \"USB 2.0/1.1 interface; 600 dpi optical resolution; ejectable mobile scanner; desktop docking station; Visioneer OneTouch and Kofax VRS Basic technologies; 20-page automatic document feeder\", 'price' => 399.99, 'sale_price' => 304.99, 'url' => 'http://www.bestbuy.com/site/xerox-documate-3115-mobile-scanner-with-desktop-docking-station-black/1050569.p?id=1218214263452&skuId=1050569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050569_sa.jpg\"}', 'upc' => '785414112579', 'provider' => 'bestbuy'],\n ['name' => \"Hergest Ridge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hergest-ridge-cd/1050639.p?id=2108071&skuId=1050639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050639_sa.jpg\"}', 'upc' => '600753267554', 'provider' => 'bestbuy'],\n ['name' => \"Metafiction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metafiction-cd/1050648.p?id=2123820&skuId=1050648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050648_sa.jpg\"}', 'upc' => '826992504124', 'provider' => 'bestbuy'],\n ['name' => \"Classic Albums: Damn The Torpedoes - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-albums-damn-the-torpedoes-blu-ray-disc/1050657.p?id=2123480&skuId=1050657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050657_sa.jpg\"}', 'upc' => '801213335596', 'provider' => 'bestbuy'],\n ['name' => \"J Roddy Walston and the Business - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/j-roddy-walston-and-the-business-cd/1050666.p?id=2124513&skuId=1050666&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050666', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050666_sa.jpg\"}', 'upc' => '601091059627', 'provider' => 'bestbuy'],\n ['name' => \"Caravan Palace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caravan-palace-cd/1050675.p?id=2121982&skuId=1050675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050675_sa.jpg\"}', 'upc' => '875232008625', 'provider' => 'bestbuy'],\n ['name' => \"Ommadawn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ommadawn-cd/1050684.p?id=2108072&skuId=1050684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050684_sa.jpg\"}', 'upc' => '600753267622', 'provider' => 'bestbuy'],\n ['name' => \"An Airplane Carried Me To Bed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-airplane-carried-me-to-bed-cd/1050693.p?id=2126392&skuId=1050693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050693_sa.jpg\"}', 'upc' => '602527442549', 'provider' => 'bestbuy'],\n ['name' => \"Get Low [Original Motion Picture Soundtra] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/get-low-original-motion-picture-soundtra-cd-original-soundtrack/1050702.p?id=2125034&skuId=1050702&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050702', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050702_sa.jpg\"}', 'upc' => '011661910027', 'provider' => 'bestbuy'],\n ['name' => \"80's Baby [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/80s-baby-pa-cd/1050711.p?id=2134813&skuId=1050711&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050711', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050711_sa.jpg\"}', 'upc' => '852819004294', 'provider' => 'bestbuy'],\n ['name' => \"Malos Hábitos (Bad Habits) [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/malos-habitos-bad-habits-digipak-cd/1050748.p?id=2127463&skuId=1050748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050748_sa.jpg\"}', 'upc' => '689230012023', 'provider' => 'bestbuy'],\n ['name' => \"The Night Before [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-night-before-ecd-cd/1050766.p?id=2468221&skuId=1050766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050766_sa.jpg\"}', 'upc' => '602527300153', 'provider' => 'bestbuy'],\n ['name' => \"Emerson, Lake & Palmer: Pictures at an Exhibition (DVD) (Special Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emerson-lake-palmer-pictures-at-an-exhibition-dvd-special-edition/1050775.p?id=21590&skuId=1050775&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050775', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050775_sa.jpg\"}', 'upc' => '801213030194', 'provider' => 'bestbuy'],\n ['name' => \"Family Joules - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/family-joules-cd/1050802.p?id=2126402&skuId=1050802&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050802', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050802_sa.jpg\"}', 'upc' => '030206694420', 'provider' => 'bestbuy'],\n ['name' => \"Moses Tyson Jr. World Class Gospel... [CD & DVD] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moses-tyson-jr-world-class-gospel-cd-dvd-cd-various/1050811.p?id=2133254&skuId=1050811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050811_sa.jpg\"}', 'upc' => '640075002648', 'provider' => 'bestbuy'],\n ['name' => \"Classic Albums: Damn The Torpedoes (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-albums-damn-the-torpedoes-dvd/1050839.p?id=2123480&skuId=1050839&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050839', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050839_sa.jpg\"}', 'upc' => '801213029396', 'provider' => 'bestbuy'],\n ['name' => \"Tribal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tribal-cd/1050848.p?id=2123812&skuId=1050848&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050848', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050848_sa.jpg\"}', 'upc' => '795041780324', 'provider' => 'bestbuy'],\n ['name' => \"Elettra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elettra-cd/1050866.p?id=2118068&skuId=1050866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050866_sa.jpg\"}', 'upc' => '875232008229', 'provider' => 'bestbuy'],\n ['name' => \"Connections - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/connections-cd/1050875.p?id=2127465&skuId=1050875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050875_sa.jpg\"}', 'upc' => '875232008526', 'provider' => 'bestbuy'],\n ['name' => \"Bar-Do Travel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bar-do-travel-cd/1050884.p?id=2123819&skuId=1050884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1050884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1050\\/1050884_sa.jpg\"}', 'upc' => '826992504025', 'provider' => 'bestbuy'],\n ['name' => \"WWE: The Best of WWE at Madison Square Garden (DVD) (3 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-the-best-of-wwe-at-madison-square-garden-dvd-3-disc/1051037.p?id=2709145&skuId=1051037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051037_sa.jpg\"}', 'upc' => '651191951628', 'provider' => 'bestbuy'],\n ['name' => \"A Company Man (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-company-man-dvd/1051082.p?id=2696332&skuId=1051082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051082_sa.jpg\"}', 'upc' => '812491014288', 'provider' => 'bestbuy'],\n ['name' => \"A Company Man (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-company-man-blu-ray-disc/1051222.p?id=2696332&skuId=1051222&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051222', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051222_sa.jpg\"}', 'upc' => '812491014295', 'provider' => 'bestbuy'],\n ['name' => \"Alyce Kills (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/alyce-kills-dvd/1051231.p?id=2708712&skuId=1051231&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051231', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051231_sa.jpg\"}', 'upc' => '883476093499', 'provider' => 'bestbuy'],\n ['name' => \"Take Love Easy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-love-easy-cd/1051275.p?id=66335&skuId=1051275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051275.jpg\"}', 'upc' => '025218070225', 'provider' => 'bestbuy'],\n ['name' => \"The Duke's Big Four - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dukes-big-four-cd/1051284.p?id=65933&skuId=1051284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051284_sa.jpg\"}', 'upc' => '025218070324', 'provider' => 'bestbuy'],\n ['name' => \"For the First Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-the-first-time-cd/1051319.p?id=64061&skuId=1051319&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051319', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051319_sa.jpg\"}', 'upc' => '025218071222', 'provider' => 'bestbuy'],\n ['name' => \"For Lady Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-lady-day-cd/1051373.p?id=70975&skuId=1051373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051373.jpg\"}', 'upc' => '025218094221', 'provider' => 'bestbuy'],\n ['name' => \"Portraits of Duke Ellington - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portraits-of-duke-ellington-cd/1051444.p?id=69817&skuId=1051444&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051444.jpg\"}', 'upc' => '025218071628', 'provider' => 'bestbuy'],\n ['name' => \"Basie Jam - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/basie-jam-cd/1051471.p?id=64002&skuId=1051471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051471_sa.jpg\"}', 'upc' => '025218071826', 'provider' => 'bestbuy'],\n ['name' => \"Virtuoso No. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/virtuoso-no-2-cd/1051603.p?id=69820&skuId=1051603&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051603', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051603_sa.jpg\"}', 'upc' => '025218078825', 'provider' => 'bestbuy'],\n ['name' => \"How Long Has This Been Going On? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-long-has-this-been-going-on-cd/1051667.p?id=71681&skuId=1051667&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051667', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051667.jpg\"}', 'upc' => '025218082129', 'provider' => 'bestbuy'],\n ['name' => \"Fine and Mellow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fine-and-mellow-cd/1051685.p?id=66307&skuId=1051685&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051685', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051685.jpg\"}', 'upc' => '025218082921', 'provider' => 'bestbuy'],\n ['name' => \"Appassionato - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/appassionato-cd/1051710.p?id=2389791&skuId=1051710&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051710', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051710_sa.jpg\"}', 'upc' => '025218094627', 'provider' => 'bestbuy'],\n ['name' => \"A Perfect Match - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-perfect-match-cd/1051756.p?id=66271&skuId=1051756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051756_sa.jpg\"}', 'upc' => '025218011020', 'provider' => 'bestbuy'],\n ['name' => \"The Duke Ellington Songbook, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-duke-ellington-songbook-vol-1-cd/1051765.p?id=71677&skuId=1051765&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051765', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051765_sa.jpg\"}', 'upc' => '025218011129', 'provider' => 'bestbuy'],\n ['name' => \"The Duke Ellington Songbook, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-duke-ellington-songbook-vol-2-cd/1051774.p?id=71678&skuId=1051774&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051774', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051774_sa.jpg\"}', 'upc' => '025218011624', 'provider' => 'bestbuy'],\n ['name' => \"A Classy Pair - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-classy-pair-cd/1051818.p?id=66270&skuId=1051818&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051818', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051818_sa.jpg\"}', 'upc' => '025218013222', 'provider' => 'bestbuy'],\n ['name' => \"Nice Work If You Can Get It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nice-work-if-you-can-get-it-cd/1051854.p?id=66324&skuId=1051854&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051854_sa.jpg\"}', 'upc' => '025218014021', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Louie Bellson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-louie-bellson-cd/1051970.p?id=64133&skuId=1051970&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051970', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051970.jpg\"}', 'upc' => '025218040723', 'provider' => 'bestbuy'],\n ['name' => \"HP - 970 Ink Cartridge - Black\", 'description_short' => \"Compatible with HP Officejet Pro X451dw printers; black ink; delivers crisp documents; yields up to 3,000 pages\", 'description_long' => \"Compatible with HP Officejet Pro X451dw printers; black ink; delivers crisp documents; yields up to 3,000 pages\", 'price' => 74.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-970-ink-cartridge-black/1051974.p?id=1219045597268&skuId=1051974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051974_sa.jpg\"}', 'upc' => '887111103161', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Count Basie [Roulette/Pablo] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-count-basie-roulette-pablo-cd/1051998.p?id=64009&skuId=1051998&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1051998', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1051\\/1051998_sa.jpg\"}', 'upc' => '025218040822', 'provider' => 'bestbuy'],\n ['name' => \"Speak Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speak-love-cd/1052069.p?id=66333&skuId=1052069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052069_sa.jpg\"}', 'upc' => '025218088824', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Jazz Concert in the World - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-jazz-concert-in-the-world-various-cd/1052087.p?id=70029&skuId=1052087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052087_sa.jpg\"}', 'upc' => '025218570428', 'provider' => 'bestbuy'],\n ['name' => \"Insignia™ - 28\\\" Class (27.5\\\" Diag.) - LED - 720p - HDTV - Black\", 'description_short' => \"720p resolution60Hz refresh rate\", 'description_long' => \"720p resolution60Hz refresh rate\", 'price' => 159.99, 'sale_price' => 139.99, 'url' => 'http://www.bestbuy.com/site/insignia-28-class-27-5-diag--led-720p-hdtv-black/1052096.p?id=1219465783489&skuId=1052096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052096_sa.jpg\"}', 'upc' => '600603185182', 'provider' => 'bestbuy'],\n ['name' => \"If You Could See Me Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/if-you-could-see-me-now-cd/1052185.p?id=2551768&skuId=1052185&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052185', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052185.jpg\"}', 'upc' => '025218091824', 'provider' => 'bestbuy'],\n ['name' => \"Oscar Peterson with Harry Edison & Eddie Vinson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oscar-peterson-with-harry-edison-eddie-vinson-cd/1052372.p?id=69991&skuId=1052372&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052372', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052372.jpg\"}', 'upc' => '025218092722', 'provider' => 'bestbuy'],\n ['name' => \"We Did It!: Dora's Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-did-it-doras-greatest-hits-cd/1052521.p?id=2114505&skuId=1052521&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052521', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052521.jpg\"}', 'upc' => '886977210426', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Tommy Flanagan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-tommy-flanagan-cd/1052540.p?id=66367&skuId=1052540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052540.jpg\"}', 'upc' => '025218041027', 'provider' => 'bestbuy'],\n ['name' => \"Vida Sinaloense - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vida-sinaloense-cd/1052549.p?id=2123274&skuId=1052549&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052549', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052549_sa.jpg\"}', 'upc' => '886977234026', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Dizzy Gillespie [Pablo] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-dizzy-gillespie-pablo-cd/1052568.p?id=66669&skuId=1052568&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052568', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052568.jpg\"}', 'upc' => '025218041126', 'provider' => 'bestbuy'],\n ['name' => \"How I'm Rockin [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-im-rockin-pa-digipak-cd/1052576.p?id=2118294&skuId=1052576&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052576', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052576_sa.jpg\"}', 'upc' => '798304114522', 'provider' => 'bestbuy'],\n ['name' => \"Never Let Me Go [Slipcase] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-let-me-go-slipcase-cd/1052619.p?id=2118282&skuId=1052619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052619_sa.jpg\"}', 'upc' => '639492000184', 'provider' => 'bestbuy'],\n ['name' => \"Live from the Trap:... [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-the-trap-pa-digipak-cd/1052628.p?id=2119797&skuId=1052628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052628_sa.jpg\"}', 'upc' => '654367557365', 'provider' => 'bestbuy'],\n ['name' => \"Northern Cali Lifestyle [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/northern-cali-lifestyle-pa-cd/1052637.p?id=2118292&skuId=1052637&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052637_sa.jpg\"}', 'upc' => '793347908121', 'provider' => 'bestbuy'],\n ['name' => \"The Gold Club [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gold-club-pa-digipak-cd/1052646.p?id=2118293&skuId=1052646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052646_sa.jpg\"}', 'upc' => '643363146420', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Sarah Vaughan [Pablo] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-sarah-vaughan-pablo-cd/1052648.p?id=71707&skuId=1052648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052648.jpg\"}', 'upc' => '025218041621', 'provider' => 'bestbuy'],\n ['name' => \"Shottaz [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shottaz-pa-cd/1052655.p?id=2119800&skuId=1052655&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052655', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052655_sa.jpg\"}', 'upc' => '618763510126', 'provider' => 'bestbuy'],\n ['name' => \"Diary of a Wimpy Kid [7/20] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diary-of-a-wimpy-kid-7-20-cd-original-soundtrack/1052664.p?id=2118272&skuId=1052664&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052664', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052664_sa.jpg\"}', 'upc' => '826924113929', 'provider' => 'bestbuy'],\n ['name' => \"To All Believers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/to-all-believers-cd/1052673.p?id=2119273&skuId=1052673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052673.jpg\"}', 'upc' => '725543921123', 'provider' => 'bestbuy'],\n ['name' => \"All That Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-that-jazz-cd/1052675.p?id=66273&skuId=1052675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052675.jpg\"}', 'upc' => '025218093828', 'provider' => 'bestbuy'],\n ['name' => \"The Best of John Coltrane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-john-coltrane-cd/1052693.p?id=65130&skuId=1052693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052693_sa.jpg\"}', 'upc' => '025218041720', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Art Tatum - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-art-tatum-cd/1052719.p?id=71304&skuId=1052719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052719_sa.jpg\"}', 'upc' => '025218041829', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Joe Pass [Pablo] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-joe-pass-pablo-cd/1052728.p?id=69809&skuId=1052728&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052728', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052728_sa.jpg\"}', 'upc' => '025218041928', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Lester Young [Pablo] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-lester-young-pablo-cd/1052746.p?id=72246&skuId=1052746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052746.jpg\"}', 'upc' => '025218042024', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Modern Jazz Quartet [Pablo] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-modern-jazz-quartet-pablo-cd/1052808.p?id=69252&skuId=1052808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052808.jpg\"}', 'upc' => '025218042321', 'provider' => 'bestbuy'],\n ['name' => \"The Tatum Group Masterpieces, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tatum-group-masterpieces-vol-1-cd/1052826.p?id=71311&skuId=1052826&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052826', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052826.jpg\"}', 'upc' => '025218042420', 'provider' => 'bestbuy'],\n ['name' => \"The Tatum Group Masterpieces, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tatum-group-masterpieces-vol-2-cd/1052835.p?id=71312&skuId=1052835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052835.jpg\"}', 'upc' => '025218042529', 'provider' => 'bestbuy'],\n ['name' => \"Butcher Holler: A Tribute... [Digipak] - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/butcher-holler-a-tribute-digipak-various-cd/1052837.p?id=2123270&skuId=1052837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052837.jpg\"}', 'upc' => '701237203027', 'provider' => 'bestbuy'],\n ['name' => \"The Tatum Group Masterpieces, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tatum-group-masterpieces-vol-3-cd/1052844.p?id=71313&skuId=1052844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052844_sa.jpg\"}', 'upc' => '025218042628', 'provider' => 'bestbuy'],\n ['name' => \"Cliff Richard: Rare and Unseen (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cliff-richard-rare-and-unseen-dvd/1052846.p?id=2125954&skuId=1052846&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052846', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052846_sa.jpg\"}', 'upc' => '760137502593', 'provider' => 'bestbuy'],\n ['name' => \"The Tatum Group Masterpieces, Vol. 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tatum-group-masterpieces-vol-4-cd/1052853.p?id=71314&skuId=1052853&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052853', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052853.jpg\"}', 'upc' => '025218042727', 'provider' => 'bestbuy'],\n ['name' => \"The Tatum Group Masterpieces, Vol. 5 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tatum-group-masterpieces-vol-5-cd/1052862.p?id=71315&skuId=1052862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052862_sa.jpg\"}', 'upc' => '025218042826', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Hoppers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-hoppers-cd/1052864.p?id=2125033&skuId=1052864&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052864', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052864_sa.jpg\"}', 'upc' => '617884606121', 'provider' => 'bestbuy'],\n ['name' => \"The Tatum Group Masterpieces, Vol. 6 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tatum-group-masterpieces-vol-6-cd/1052871.p?id=71316&skuId=1052871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052871_sa.jpg\"}', 'upc' => '025218042925', 'provider' => 'bestbuy'],\n ['name' => \"Tomorrow's Children - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tomorrows-children-cd/1052873.p?id=2123264&skuId=1052873&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052873', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052873.jpg\"}', 'upc' => '611587112323', 'provider' => 'bestbuy'],\n ['name' => \"The Tatum Group Masterpieces, Vol. 7 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tatum-group-masterpieces-vol-7-cd/1052880.p?id=71317&skuId=1052880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052880_sa.jpg\"}', 'upc' => '025218043021', 'provider' => 'bestbuy'],\n ['name' => \"HitsCD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hitscd/1052882.p?id=2133206&skuId=1052882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052882.jpg\"}', 'upc' => '5099964703824', 'provider' => 'bestbuy'],\n ['name' => \"The Tatum Group Masterpieces, Vol. 8 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tatum-group-masterpieces-vol-8-cd/1052899.p?id=71318&skuId=1052899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052899_sa.jpg\"}', 'upc' => '025218043120', 'provider' => 'bestbuy'],\n ['name' => \"The Art Tatum Solo Masterpieces, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-tatum-solo-masterpieces-vol-1-cd/1052906.p?id=71295&skuId=1052906&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052906', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052906_sa.jpg\"}', 'upc' => '025218043229', 'provider' => 'bestbuy'],\n ['name' => \"The Art Tatum Solo Masterpieces, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-tatum-solo-masterpieces-vol-2-cd/1052915.p?id=71296&skuId=1052915&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052915', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052915.jpg\"}', 'upc' => '025218043328', 'provider' => 'bestbuy'],\n ['name' => \"The Art Tatum Solo Masterpieces, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-tatum-solo-masterpieces-vol-3-cd/1052924.p?id=71297&skuId=1052924&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052924', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052924.jpg\"}', 'upc' => '025218043427', 'provider' => 'bestbuy'],\n ['name' => \"Weather Report: Live in Hamburg 1971 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/weather-report-live-in-hamburg-1971-dvd/1052928.p?id=2126704&skuId=1052928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052928_sa.jpg\"}', 'upc' => '5060230860008', 'provider' => 'bestbuy'],\n ['name' => \"The Art Tatum Solo Masterpieces, Vol. 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-tatum-solo-masterpieces-vol-4-cd/1052933.p?id=71298&skuId=1052933&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052933', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052933_sa.jpg\"}', 'upc' => '025218043526', 'provider' => 'bestbuy'],\n ['name' => \"Nil Recurring - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nil-recurring-cd/1052937.p?id=2123263&skuId=1052937&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052937', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052937_sa.jpg\"}', 'upc' => '802644715025', 'provider' => 'bestbuy'],\n ['name' => \"The Art Tatum Solo Masterpieces, Vol. 5 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-tatum-solo-masterpieces-vol-5-cd/1052942.p?id=71299&skuId=1052942&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052942', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052942_sa.jpg\"}', 'upc' => '025218043625', 'provider' => 'bestbuy'],\n ['name' => \"We Fun: Atlanta, GA Inside/Out (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-fun-atlanta-ga-inside-out-dvd/1052946.p?id=2125759&skuId=1052946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052946.jpg\"}', 'upc' => '760137501992', 'provider' => 'bestbuy'],\n ['name' => \"The Art Tatum Solo Masterpieces, Vol. 6 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-tatum-solo-masterpieces-vol-6-cd/1052951.p?id=71300&skuId=1052951&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052951', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052951_sa.jpg\"}', 'upc' => '025218043724', 'provider' => 'bestbuy'],\n ['name' => \"Ian Dury: Rare and Unseen (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ian-dury-rare-and-unseen-dvd/1052955.p?id=2125956&skuId=1052955&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052955', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052955_sa.jpg\"}', 'upc' => '5018755248818', 'provider' => 'bestbuy'],\n ['name' => \"The Art Tatum Solo Masterpieces, Vol. 7 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-tatum-solo-masterpieces-vol-7-cd/1052960.p?id=71301&skuId=1052960&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052960', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052960_sa.jpg\"}', 'upc' => '025218043823', 'provider' => 'bestbuy'],\n ['name' => \"Come Alive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-alive-cd/1052964.p?id=3183407&skuId=1052964&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052964', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052964_sa.jpg\"}', 'upc' => '8024391046920', 'provider' => 'bestbuy'],\n ['name' => \"The Specials: 30th Anniversary Tour (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-specials-30th-anniversary-tour-dvd/1052973.p?id=2126705&skuId=1052973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052973_sa.jpg\"}', 'upc' => '760137503293', 'provider' => 'bestbuy'],\n ['name' => \"The Art Tatum Solo Masterpieces, Vol. 8 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-art-tatum-solo-masterpieces-vol-8-cd/1052979.p?id=71302&skuId=1052979&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052979', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052979_sa.jpg\"}', 'upc' => '025218043922', 'provider' => 'bestbuy'],\n ['name' => \"Five Questions: The New Journey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/five-questions-the-new-journey-cd/1052982.p?id=2123272&skuId=1052982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052982_sa.jpg\"}', 'upc' => '707541924894', 'provider' => 'bestbuy'],\n ['name' => \"20 Years of Century Media,... [Digipak] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-years-of-century-media-digipak-cd-various/1052991.p?id=2125760&skuId=1052991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1052991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1052\\/1052991_sa.jpg\"}', 'upc' => '727701869421', 'provider' => 'bestbuy'],\n ['name' => \"Villa Manifesto [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/villa-manifesto-pa-cd/1053008.p?id=2123262&skuId=1053008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053008_sa.jpg\"}', 'upc' => '099923210221', 'provider' => 'bestbuy'],\n ['name' => \"Jamdown (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jamdown-dvd/1053026.p?id=2126706&skuId=1053026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053026_sa.jpg\"}', 'upc' => '760137499299', 'provider' => 'bestbuy'],\n ['name' => \"Nigerian Marketplace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nigerian-marketplace-cd/1053031.p?id=2280249&skuId=1053031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053031_sa.jpg\"}', 'upc' => '025218023122', 'provider' => 'bestbuy'],\n ['name' => \"Back on Money [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-on-money-pa-cd/1053035.p?id=2443625&skuId=1053035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053035.jpg\"}', 'upc' => '099923210320', 'provider' => 'bestbuy'],\n ['name' => \"Round Trip [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/round-trip-digipak-cd/1053044.p?id=2199776&skuId=1053044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053044_sa.jpg\"}', 'upc' => '8024391046821', 'provider' => 'bestbuy'],\n ['name' => \"Album of the Year [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/album-of-the-year-pa-digipak-cd/1053053.p?id=2123269&skuId=1053053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053053_sa.jpg\"}', 'upc' => '659123513227', 'provider' => 'bestbuy'],\n ['name' => \"The Stockholm Concert, 1966 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-stockholm-concert-1966-cd/1053059.p?id=66355&skuId=1053059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053059_sa.jpg\"}', 'upc' => '025218024228', 'provider' => 'bestbuy'],\n ['name' => \"Insignia™ - 28\\\" Class (27.5\\\" Diag.) - LED - 720p - HDTV DVD Combo - Black\", 'description_short' => \"720p resolution60Hz refresh rate\", 'description_long' => \"720p resolution60Hz refresh rate\", 'price' => 189.99, 'sale_price' => 169.99, 'url' => 'http://www.bestbuy.com/site/insignia-28-class-27-5-diag--led-720p-hdtv-dvd-combo-black/1053086.p?id=1219465782595&skuId=1053086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053086_sa.jpg\"}', 'upc' => '600603185007', 'provider' => 'bestbuy'],\n ['name' => \"SunStorm [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sunstorm-digipak-cd/1053099.p?id=2123273&skuId=1053099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053099_sa.jpg\"}', 'upc' => '616892092360', 'provider' => 'bestbuy'],\n ['name' => \"Cookin' in Mobile [CD & DVD] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cookin-in-mobile-cd-dvd-digipak-cd-dvd/1053105.p?id=2123813&skuId=1053105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053105_sa.jpg\"}', 'upc' => '015707807326', 'provider' => 'bestbuy'],\n ['name' => \"Elements [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elements-digipak-cd/1053114.p?id=2182290&skuId=1053114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053114_sa.jpg\"}', 'upc' => '8024391046623', 'provider' => 'bestbuy'],\n ['name' => \"Having Church - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/having-church-cd/1053120.p?id=127873&skuId=1053120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053120_sa.jpg\"}', 'upc' => '021401709927', 'provider' => 'bestbuy'],\n ['name' => \"Oddsac - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oddsac-dvd/1053141.p?id=2129498&skuId=1053141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053141_sa.jpg\"}', 'upc' => '082354005122', 'provider' => 'bestbuy'],\n ['name' => \"He Will Answer Prayer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/he-will-answer-prayer-cd/1053148.p?id=189907&skuId=1053148&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053148', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053148_sa.jpg\"}', 'upc' => '021401480826', 'provider' => 'bestbuy'],\n ['name' => \"Gospel Music Workshop of America - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gospel-music-workshop-of-america-cd/1053175.p?id=83924&skuId=1053175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053175_sa.jpg\"}', 'upc' => '021401710022', 'provider' => 'bestbuy'],\n ['name' => \"The Hoppers: The Best Of (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-hoppers-the-best-of-dvd/1053178.p?id=2125761&skuId=1053178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053178_sa.jpg\"}', 'upc' => '617884606091', 'provider' => 'bestbuy'],\n ['name' => \"Dio [DigDownLoad] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dio-digdownload-digipak-cd/1053187.p?id=2199775&skuId=1053187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053187_sa.jpg\"}', 'upc' => '8024391046722', 'provider' => 'bestbuy'],\n ['name' => \"I Will Let Nothing Separate Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-will-let-nothing-separate-me-cd/1053193.p?id=129789&skuId=1053193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053193_sa.jpg\"}', 'upc' => '021401710121', 'provider' => 'bestbuy'],\n ['name' => \"Hot Wheels: Beat That - PRE-OWNED - Nintendo DS\", 'description_short' => \"Show off your racing skills\", 'description_long' => \"Show off your racing skills\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-wheels-beat-that-pre-owned-nintendo-ds/1053196.p?id=1218215103698&skuId=1053196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053196_sa.jpg\"}', 'upc' => '799007751908', 'provider' => 'bestbuy'],\n ['name' => \"Rev. James Cleveland and the L.A. Gospel... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rev-james-cleveland-and-the-l-a-gospel-cd/1053219.p?id=78011&skuId=1053219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053219.jpg\"}', 'upc' => '021401710329', 'provider' => 'bestbuy'],\n ['name' => \"Live in Washington D.C. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-washington-d-c-cd/1053237.p?id=83921&skuId=1053237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053237_sa.jpg\"}', 'upc' => '021401710428', 'provider' => 'bestbuy'],\n ['name' => \"Ener-G Horse Riders - PRE-OWNED - Nintendo DS\", 'description_short' => \"Explore the world with your loyal horse\", 'description_long' => \"Explore the world with your loyal horse\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ener-g-horse-riders-pre-owned-nintendo-ds/1053239.p?id=1218215100283&skuId=1053239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053239_sa.jpg\"}', 'upc' => '799007752707', 'provider' => 'bestbuy'],\n ['name' => \"You Can Make It If You Try - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-can-make-it-if-you-try-cd/1053282.p?id=129793&skuId=1053282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053282_sa.jpg\"}', 'upc' => '021401480925', 'provider' => 'bestbuy'],\n ['name' => \"Thank You Jesus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thank-you-jesus-cd/1053308.p?id=128086&skuId=1053308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053308.jpg\"}', 'upc' => '021401481120', 'provider' => 'bestbuy'],\n ['name' => \"NBA 2K10 - PRE-OWNED - PlayStation 3\", 'description_short' => \"Live out the pro basketball experience with stunning realism\", 'description_long' => \"Live out the pro basketball experience with stunning realism\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nba-2k10-pre-owned-playstation-3/1053381.p?id=1218215101897&skuId=1053381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053381_sa.jpg\"}', 'upc' => '799007781172', 'provider' => 'bestbuy'],\n ['name' => \"Pokémon Platinum Version - PRE-OWNED - Nintendo DS\", 'description_short' => \"Put a stop to Team Galactic&#039;s villainous plot\", 'description_long' => \"Put a stop to Team Galactic&#039;s villainous plot\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pokemon-platinum-version-pre-owned-nintendo-ds/1053414.p?id=1218215103961&skuId=1053414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053414_sc.jpg\"}', 'upc' => '799007781189', 'provider' => 'bestbuy'],\n ['name' => \"He's Worthy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hes-worthy-cd/1053415.p?id=84236&skuId=1053415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053415_sa.jpg\"}', 'upc' => '021401479721', 'provider' => 'bestbuy'],\n ['name' => \"Petz Hamsterz 2 - PRE-OWNED - Nintendo DS\", 'description_short' => \"These critters are so darned cute\", 'description_long' => \"These critters are so darned cute\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/petz-hamsterz-2-pre-owned-nintendo-ds/1053432.p?id=1218215102494&skuId=1053432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053432_sa.jpg\"}', 'upc' => '799007781202', 'provider' => 'bestbuy'],\n ['name' => \"I See a World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-see-a-world-cd/1053433.p?id=128088&skuId=1053433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053433_sa.jpg\"}', 'upc' => '021401479929', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Pro-Clamp\", 'description_short' => \"From our expanded online assortment; 360&#176; wraparound tube truss clamp; 2&quot; diameter; M10 bolt; 1,000 lb. weight capacity\", 'description_long' => \"From our expanded online assortment; 360&#176; wraparound tube truss clamp; 2&quot; diameter; M10 bolt; 1,000 lb. weight capacity\", 'price' => 19.99, 'sale_price' => 18.99, 'url' => 'http://www.bestbuy.com/site/american-dj-pro-clamp/1053441.p?id=1218215100745&skuId=1053441', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053441_sa.jpg\"}', 'upc' => '896312003903', 'provider' => 'bestbuy'],\n ['name' => \"I'll Tell the World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ill-tell-the-world-cd/1053460.p?id=129957&skuId=1053460&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053460', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053460.jpg\"}', 'upc' => '021401480123', 'provider' => 'bestbuy'],\n ['name' => \"American DJ - Narrow Pro-Clamp\", 'description_short' => \"From our expanded online assortment; 2&quot; wraparound clamp; medium-duty design; 350 lb. weight capacity\", 'description_long' => \"From our expanded online assortment; 2&quot; wraparound clamp; medium-duty design; 350 lb. weight capacity\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dj-narrow-pro-clamp/1053469.p?id=1218215101666&skuId=1053469', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053469', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053469_sa.jpg\"}', 'upc' => '896312003897', 'provider' => 'bestbuy'],\n ['name' => \"Salsa: A Musical History [Box] - CD - Various Box\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/salsa-a-musical-history-box-cd-various-box/1053478.p?id=2138701&skuId=1053478&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053478', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053478_sa.jpg\"}', 'upc' => '846395080070', 'provider' => 'bestbuy'],\n ['name' => \"Reach Beyond the Break - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reach-beyond-the-break-cd/1053488.p?id=130536&skuId=1053488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053488_sa.jpg\"}', 'upc' => '021401480222', 'provider' => 'bestbuy'],\n ['name' => \"I'm Glad About It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-glad-about-it-cd/1053503.p?id=129941&skuId=1053503&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053503', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053503_sa.jpg\"}', 'upc' => '021401480420', 'provider' => 'bestbuy'],\n ['name' => \"He Lives - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/he-lives-cd/1053521.p?id=127711&skuId=1053521&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053521', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053521_sa.jpg\"}', 'upc' => '021401480727', 'provider' => 'bestbuy'],\n ['name' => \"APC - Smart-UPS X 1500VA Tower/Rack Mountable UPS - Black\", 'description_short' => \"1500VA/1200W - 5.8 Minute Full Load - 8 x NEMA 5-15R\", 'description_long' => \"1500VA/1200W - 5.8 Minute Full Load - 8 x NEMA 5-15R\", 'price' => 829.99, 'sale_price' => 749.99, 'url' => 'http://www.bestbuy.com/site/apc-smart-ups-x-1500va-tower-rack-mountable-ups-black/1053539.p?id=1218214389482&skuId=1053539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '731304268628', 'provider' => 'bestbuy'],\n ['name' => \"HP - 971 Ink Cartridge - Cyan\", 'description_short' => \"Compatible with select HP Officejet Pro printers; cyan ink; yields up to 2,500 pages\", 'description_long' => \"Compatible with select HP Officejet Pro printers; cyan ink; yields up to 2,500 pages\", 'price' => 78.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-971-ink-cartridge-cyan/1053736.p?id=1219045593702&skuId=1053736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053736_sa.jpg\"}', 'upc' => '887111103178', 'provider' => 'bestbuy'],\n ['name' => \"HP - 971 Ink Cartridge - Magenta\", 'description_short' => \"Compatible with select HP Officejet Pro printers; magenta ink; yields up to 2,500 pages\", 'description_long' => \"Compatible with select HP Officejet Pro printers; magenta ink; yields up to 2,500 pages\", 'price' => 78.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-971-ink-cartridge-magenta/1053854.p?id=1219045591578&skuId=1053854&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053854_sa.jpg\"}', 'upc' => '887111103185', 'provider' => 'bestbuy'],\n ['name' => \"HP - 971 Ink Cartridge - Yellow\", 'description_short' => \"Compatible with select HP Officejet Pro printers; yellow ink; yields up to 2,500 pages\", 'description_long' => \"Compatible with select HP Officejet Pro printers; yellow ink; yields up to 2,500 pages\", 'price' => 78.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-971-ink-cartridge-yellow/1053872.p?id=1219045593832&skuId=1053872&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1053872', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1053\\/1053872_sa.jpg\"}', 'upc' => '887111103192', 'provider' => 'bestbuy'],\n ['name' => \"The Last Temptation of Reid - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-last-temptation-of-reid-cd/1054414.p?id=1848872&skuId=1054414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054414_sa.jpg\"}', 'upc' => '721616008425', 'provider' => 'bestbuy'],\n ['name' => \"Revenge Fantasies of the Impotent - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/revenge-fantasies-of-the-impotent-cd/1054469.p?id=72697&skuId=1054469&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054469', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054469.jpg\"}', 'upc' => '721616009125', 'provider' => 'bestbuy'],\n ['name' => \"I Blow Minds for a Living - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-blow-minds-for-a-living-cd/1054502.p?id=74570&skuId=1054502&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054502', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054502_sa.jpg\"}', 'upc' => '721616009422', 'provider' => 'bestbuy'],\n ['name' => \"Livescribe - Livescribe Quick Control Calculator Cards\", 'description_short' => \"Fit a world of mathematical knowledge into your wallet\", 'description_long' => \"Fit a world of mathematical knowledge into your wallet\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/livescribe-livescribe-quick-control-calculator-cards/1054547.p?id=1218215100675&skuId=1054547&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054547', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054547_sa.jpg\"}', 'upc' => '799366693437', 'provider' => 'bestbuy'],\n ['name' => \"The Biggest Ass [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-biggest-ass-single-cd/1054575.p?id=72698&skuId=1054575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054575_sa.jpg\"}', 'upc' => '721616010121', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Gift - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-gift-cd/1054682.p?id=98124&skuId=1054682&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054682', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054682_sa.jpg\"}', 'upc' => '036172077625', 'provider' => 'bestbuy'],\n ['name' => \"Two Nuns and a Pack Mule - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-nuns-and-a-pack-mule-cd/1054799.p?id=96025&skuId=1054799&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054799', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054799_sa.jpg\"}', 'upc' => '036172073627', 'provider' => 'bestbuy'],\n ['name' => \"Hey Judester - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hey-judester-cd/1054922.p?id=80413&skuId=1054922&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054922', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054922_sa.jpg\"}', 'upc' => '036172072828', 'provider' => 'bestbuy'],\n ['name' => \"Century Days - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/century-days-cd/1054959.p?id=80420&skuId=1054959&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054959', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054959.jpg\"}', 'upc' => '036172073023', 'provider' => 'bestbuy'],\n ['name' => \"Intellectuals Are the Shoeshine Boys of the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/intellectuals-are-the-shoeshine-boys-of-the-cd/1054977.p?id=1548435&skuId=1054977&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054977', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054977.jpg\"}', 'upc' => '036172074723', 'provider' => 'bestbuy'],\n ['name' => \"Twelve Point Buck - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twelve-point-buck-cd/1054995.p?id=87854&skuId=1054995&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1054995', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1054\\/1054995_sa.jpg\"}', 'upc' => '036172074822', 'provider' => 'bestbuy'],\n ['name' => \"Americruiser/Jesus Urge Superstar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/americruiser-jesus-urge-superstar-cd/1055048.p?id=102836&skuId=1055048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1055048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1055\\/1055048.jpg\"}', 'upc' => '036172075225', 'provider' => 'bestbuy'],\n ['name' => \"Stud Powercock: The Touch and Go Years 1981-1984 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stud-powercock-the-touch-and-go-years-1981-1984-cd/1055128.p?id=91300&skuId=1055128&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1055128', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1055\\/1055128.jpg\"}', 'upc' => '036172076024', 'provider' => 'bestbuy'],\n ['name' => \"Spiderland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spiderland-cd/1055173.p?id=99147&skuId=1055173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1055173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1055\\/1055173.jpg\"}', 'upc' => '036172076420', 'provider' => 'bestbuy'],\n ['name' => \"The Supersonic Storybook - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-supersonic-storybook-cd/1055235.p?id=102840&skuId=1055235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1055235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1055\\/1055235_sa.jpg\"}', 'upc' => '036172077021', 'provider' => 'bestbuy'],\n ['name' => \"Full Nelson Reilly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/full-nelson-reilly-cd/1055253.p?id=80412&skuId=1055253&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1055253', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1055\\/1055253.jpg\"}', 'upc' => '036172077120', 'provider' => 'bestbuy'],\n ['name' => \"In the Dark with You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-dark-with-you-cd/1056449.p?id=75922&skuId=1056449&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1056449', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1056\\/1056449_sa.jpg\"}', 'upc' => '033651000822', 'provider' => 'bestbuy'],\n ['name' => \"Legends Of Folk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legends-of-folk-cd/1056458.p?id=82589&skuId=1056458&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1056458', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1056\\/1056458_sa.jpg\"}', 'upc' => '033651003120', 'provider' => 'bestbuy'],\n ['name' => \"Blue Mesa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-mesa-cd/1056635.p?id=94144&skuId=1056635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1056635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1056\\/1056635_sa.jpg\"}', 'upc' => '033651003021', 'provider' => 'bestbuy'],\n ['name' => \"Soul Shake - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-shake-cd/1056680.p?id=100586&skuId=1056680&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1056680', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1056\\/1056680.jpg\"}', 'upc' => '049891000621', 'provider' => 'bestbuy'],\n ['name' => \"Read My Lips - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/read-my-lips-cd/1056733.p?id=74008&skuId=1056733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1056733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1056\\/1056733_sa.jpg\"}', 'upc' => '049891000928', 'provider' => 'bestbuy'],\n ['name' => \"The Prestige Recordings [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-prestige-recordings-box-cd/1056993.p?id=65175&skuId=1056993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1056993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1056\\/1056993_sa.jpg\"}', 'upc' => '025218440523', 'provider' => 'bestbuy'],\n ['name' => \"Razer - 5.1-Channel Soundbar System with Subwoofer - Black\", 'description_short' => \"30W RMS power; dedicated subwoofer; surround sound; Bluetooth 4.0; aptX codec; 3 preset equalizer modes\", 'description_long' => \"30W RMS power; dedicated subwoofer; surround sound; Bluetooth 4.0; aptX codec; 3 preset equalizer modes\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/razer-5-1-channel-soundbar-system-with-subwoofer-black/1057028.p?id=1219461499589&skuId=1057028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057028_sa.jpg\"}', 'upc' => '811254025189', 'provider' => 'bestbuy'],\n ['name' => \"Isaac Mizrahi New York - Folio Case for Apple® iPad® Air and iPad Air 2 - Navy/Pink/White/Yellow\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPad Air and iPad Air 2; folio case; protects your device from damage; floral design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPad Air and iPad Air 2; folio case; protects your device from damage; floral design\", 'price' => 39.99, 'sale_price' => 15.99, 'url' => 'http://www.bestbuy.com/site/isaac-mizrahi-new-york-folio-case-for-apple-ipad-air-and-ipad-air-2-navy-pink-white-yellow/1057073.p?id=1219461497665&skuId=1057073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057073_sa.jpg\"}', 'upc' => '5031300088165', 'provider' => 'bestbuy'],\n ['name' => \"Isaac Mizrahi New York - Hard Shell Case for Apple° iPhone° SE, 5s and 5 - Pink\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone SE, 5s and 5; polycarbonate and TPU construction; play-through design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone SE, 5s and 5; polycarbonate and TPU construction; play-through design\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/isaac-mizrahi-new-york-hard-shell-case-for-apple-iphone-se-5s-and-5-pink/1057082.p?id=1219461889371&skuId=1057082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312657746\\/1312657746_sa.jpg\"}', 'upc' => '5031300084600', 'provider' => 'bestbuy'],\n ['name' => \"Isaac Mizrahi New York - Hard Shell Case for Samsung Galaxy S 5 Cell Phones - Pink\", 'description_short' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; polycarbonate and TPU construction; play-through design\", 'description_long' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; polycarbonate and TPU construction; play-through design\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/isaac-mizrahi-new-york-hard-shell-case-for-samsung-galaxy-s-5-cell-phones-pink/1057091.p?id=1219461892690&skuId=1057091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057091_sa.jpg\"}', 'upc' => '5031300089247', 'provider' => 'bestbuy'],\n ['name' => \"Isaac Mizrahi New York - Hard Shell Case for Apple° iPhone° 6 and 6s - Black/Gold\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6 and 6s; polycarbonate shell; inner TPU construction; play-through design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6 and 6s; polycarbonate shell; inner TPU construction; play-through design\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/isaac-mizrahi-new-york-hard-shell-case-for-apple-iphone-6-and-6s-black-gold/1057106.p?id=1219461890704&skuId=1057106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057106_sa.jpg\"}', 'upc' => '5031300084549', 'provider' => 'bestbuy'],\n ['name' => \"Duke Elington Carnegie Hall Concerts,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duke-elington-carnegie-hall-concerts-cd/1057117.p?id=65999&skuId=1057117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057117_sa.jpg\"}', 'upc' => '025218540421', 'provider' => 'bestbuy'],\n ['name' => \"The Artistry of the Modern Jazz Quartet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-artistry-of-the-modern-jazz-quartet-cd/1057126.p?id=69246&skuId=1057126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057126_sa.jpg\"}', 'upc' => '025218301626', 'provider' => 'bestbuy'],\n ['name' => \"Isaac Mizrahi New York - Hard Shell Case for Samsung Galaxy S 5 Cell Phones - Navy/Pink/White\", 'description_short' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; polycarbonate and TPU construction; play-through design\", 'description_long' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; polycarbonate and TPU construction; play-through design\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/isaac-mizrahi-new-york-hard-shell-case-for-samsung-galaxy-s-5-cell-phones-navy-pink-white/1057142.p?id=1219461891066&skuId=1057142&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057142', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057142_sa.jpg\"}', 'upc' => '5031300089230', 'provider' => 'bestbuy'],\n ['name' => \"Fine Cuts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fine-cuts-cd/1057144.p?id=85722&skuId=1057144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057144.jpg\"}', 'upc' => '019148067820', 'provider' => 'bestbuy'],\n ['name' => \"Blues on the Range - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-on-the-range-cd/1057171.p?id=97167&skuId=1057171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057171.jpg\"}', 'upc' => '019148358928', 'provider' => 'bestbuy'],\n ['name' => \"Isaac Mizrahi New York - Hard Shell Case for Apple° iPhone° SE, 5s and 5 - Navy/Pink/White\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone SE, 5s and 5; polycarbonate and TPU construction; play-through design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone SE, 5s and 5; polycarbonate and TPU construction; play-through design\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/isaac-mizrahi-new-york-hard-shell-case-for-apple-iphone-se-5s-and-5-navy-pink-white/1057188.p?id=1219461890703&skuId=1057188&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057188', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312657739\\/1312657739_sa.jpg\"}', 'upc' => '5031300084594', 'provider' => 'bestbuy'],\n ['name' => \"Gravel Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gravel-road-cd/1057199.p?id=90164&skuId=1057199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057199_sa.jpg\"}', 'upc' => '019148369023', 'provider' => 'bestbuy'],\n ['name' => \"Zydeco to Go - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zydeco-to-go-cd/1057215.p?id=96036&skuId=1057215&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057215', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057215.jpg\"}', 'upc' => '019148379022', 'provider' => 'bestbuy'],\n ['name' => \"Comin' Your Way - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/comin-your-way-cd/1057233.p?id=92189&skuId=1057233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057233_sa.jpg\"}', 'upc' => '019148077928', 'provider' => 'bestbuy'],\n ['name' => \"Drinkin' TNT 'n' Smokin' Dynamite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/drinkin-tnt-n-smokin-dynamite-cd/1057251.p?id=84491&skuId=1057251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057251_sa.jpg\"}', 'upc' => '019148118225', 'provider' => 'bestbuy'],\n ['name' => \"Can't Keep Lovin' You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cant-keep-lovin-you-cd/1057260.p?id=85721&skuId=1057260&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057260', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057260.jpg\"}', 'upc' => '019148148420', 'provider' => 'bestbuy'],\n ['name' => \"Snooky - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/snooky-cd/1057288.p?id=95526&skuId=1057288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057288.jpg\"}', 'upc' => '019148238725', 'provider' => 'bestbuy'],\n ['name' => \"Take Me Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-me-back-cd/1057313.p?id=78794&skuId=1057313&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057313', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057313.jpg\"}', 'upc' => '019148258723', 'provider' => 'bestbuy'],\n ['name' => \"Slidewinder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slidewinder-cd/1057331.p?id=97169&skuId=1057331&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057331', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057331.jpg\"}', 'upc' => '019148268722', 'provider' => 'bestbuy'],\n ['name' => \"Mr. Boogie's Back in Town - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mr-boogies-back-in-town-cd/1057368.p?id=104704&skuId=1057368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057368.jpg\"}', 'upc' => '019148288829', 'provider' => 'bestbuy'],\n ['name' => \"After Hours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-hours-cd/1057386.p?id=94710&skuId=1057386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057386.jpg\"}', 'upc' => '019148308824', 'provider' => 'bestbuy'],\n ['name' => \"Tops - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tops-cd/1057402.p?id=97584&skuId=1057402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057402.jpg\"}', 'upc' => '019148318823', 'provider' => 'bestbuy'],\n ['name' => \"Heart & Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heart-soul-cd/1057448.p?id=100769&skuId=1057448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057448.jpg\"}', 'upc' => '019148338920', 'provider' => 'bestbuy'],\n ['name' => \"Out to Get You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-to-get-you-cd/1057475.p?id=75400&skuId=1057475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057475.jpg\"}', 'upc' => '019148389021', 'provider' => 'bestbuy'],\n ['name' => \"Cuttin' Loose - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cuttin-loose-cd/1057509.p?id=76535&skuId=1057509&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057509', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057509.jpg\"}', 'upc' => '019148409026', 'provider' => 'bestbuy'],\n ['name' => \"Back to the Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-the-country-cd/1057545.p?id=98604&skuId=1057545&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057545', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057545.jpg\"}', 'upc' => '019148439122', 'provider' => 'bestbuy'],\n ['name' => \"R&B - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/r-b-cd/1057563.p?id=97175&skuId=1057563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057563.jpg\"}', 'upc' => '019148449121', 'provider' => 'bestbuy'],\n ['name' => \"Blue Ivory [Blind Pig] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-ivory-blind-pig-cd/1057581.p?id=75243&skuId=1057581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057581.jpg\"}', 'upc' => '019148459120', 'provider' => 'bestbuy'],\n ['name' => \"Steppin' Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steppin-out-cd/1057590.p?id=83920&skuId=1057590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057590.jpg\"}', 'upc' => '019148469129', 'provider' => 'bestbuy'],\n ['name' => \"Help Yourself - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/help-yourself-cd/1057616.p?id=77996&skuId=1057616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057616.jpg\"}', 'upc' => '019148479227', 'provider' => 'bestbuy'],\n ['name' => \"Prime Chops: Blind Pig Sampler - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prime-chops-blind-pig-sampler-cd-various/1057652.p?id=75035&skuId=1057652&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1057652', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1057\\/1057652_sa.jpg\"}', 'upc' => '019148800120', 'provider' => 'bestbuy'],\n ['name' => \"All Because of You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-because-of-you-cd/1058848.p?id=103597&skuId=1058848&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1058848', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1058\\/1058848.jpg\"}', 'upc' => '026656272028', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Nocturne - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-nocturne-cd/1058866.p?id=88317&skuId=1058866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1058866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1058\\/1058866.jpg\"}', 'upc' => '026656272127', 'provider' => 'bestbuy'],\n ['name' => \"Force Field [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/force-field-pa-cd/1058884.p?id=87530&skuId=1058884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1058884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1058\\/1058884.jpg\"}', 'upc' => '026656272226', 'provider' => 'bestbuy'],\n ['name' => \"Still Dangerous [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-dangerous-pa-cd/1058900.p?id=102462&skuId=1058900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1058900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1058\\/1058900.jpg\"}', 'upc' => '026656272523', 'provider' => 'bestbuy'],\n ['name' => \"Reinald-O - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reinald-o-cd/1058928.p?id=96407&skuId=1058928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1058928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1058\\/1058928_sa.jpg\"}', 'upc' => '026656272721', 'provider' => 'bestbuy'],\n ['name' => \"Love Can't Wait - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-cant-wait-cd/1058937.p?id=89272&skuId=1058937&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1058937', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1058\\/1058937_sa.jpg\"}', 'upc' => '026656272820', 'provider' => 'bestbuy'],\n ['name' => \"Candy Girl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/candy-girl-cd/1059017.p?id=93121&skuId=1059017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059017_sa.jpg\"}', 'upc' => '026656870125', 'provider' => 'bestbuy'],\n ['name' => \"KitchenAid - 30\\\" Built-In Gas Cooktop - Silver\", 'description_short' => \"Front controls; 4 sealed burners; 900-15,000 BTU burner range; simmer burner\", 'description_long' => \"Front controls; 4 sealed burners; 900-15,000 BTU burner range; simmer burner\", 'price' => 1599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kitchenaid-30-built-in-gas-cooktop-silver/1059533.p?id=1218214389352&skuId=1059533&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059533', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059533_sa.jpg\"}', 'upc' => '883049202471', 'provider' => 'bestbuy'],\n ['name' => \"I Just Want To Sing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-just-want-to-sing-cd/1059785.p?id=72103&skuId=1059785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059785.jpg\"}', 'upc' => '013491400426', 'provider' => 'bestbuy'],\n ['name' => \"Klezmer Giora Feidman: The Magic of the Klezmer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/klezmer-giora-feidman-the-magic-of-the-klezmer-cd/1059794.p?id=82044&skuId=1059794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059794_sa.jpg\"}', 'upc' => '013491400525', 'provider' => 'bestbuy'],\n ['name' => \"Feeling Good - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feeling-good-cd/1059801.p?id=64325&skuId=1059801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059801.jpg\"}', 'upc' => '013491400723', 'provider' => 'bestbuy'],\n ['name' => \"Summer Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/summer-night-cd/1059838.p?id=70208&skuId=1059838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059838_sa.jpg\"}', 'upc' => '013491401027', 'provider' => 'bestbuy'],\n ['name' => \"Trinidad Carnival - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trinidad-carnival-cd-various/1059847.p?id=100242&skuId=1059847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059847_sa.jpg\"}', 'upc' => '013491401225', 'provider' => 'bestbuy'],\n ['name' => \"Jazz N Steel From Trinidad & Tobago - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-n-steel-from-trinidad-tobago-cd/1059856.p?id=100241&skuId=1059856&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059856', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059856_sa.jpg\"}', 'upc' => '013491401324', 'provider' => 'bestbuy'],\n ['name' => \"Carnival Jump-Up - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carnival-jump-up-cd-various/1059865.p?id=100239&skuId=1059865&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059865', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059865.jpg\"}', 'upc' => '013491401423', 'provider' => 'bestbuy'],\n ['name' => \"Pan Jazz 'N' Calypso - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pan-jazz-n-calypso-cd/1059883.p?id=100244&skuId=1059883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059883_sa.jpg\"}', 'upc' => '013491401621', 'provider' => 'bestbuy'],\n ['name' => \"Pan Woman: Steel Band Music - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pan-woman-steel-band-music-cd-various/1059892.p?id=100243&skuId=1059892&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059892', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059892_sa.jpg\"}', 'upc' => '013491401720', 'provider' => 'bestbuy'],\n ['name' => \"Sing De Chorus: Calypso from Trinidad and Tobago - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sing-de-chorus-calypso-from-trinidad-and-tobago-various-cd/1059909.p?id=136483&skuId=1059909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059909_sa.jpg\"}', 'upc' => '013491401829', 'provider' => 'bestbuy'],\n ['name' => \"Having Fun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/having-fun-cd/1059927.p?id=71359&skuId=1059927&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059927_sa.jpg\"}', 'upc' => '013491402123', 'provider' => 'bestbuy'],\n ['name' => \"I Never Went Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-never-went-away-cd/1059936.p?id=2188532&skuId=1059936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059936.jpg\"}', 'upc' => '013491500126', 'provider' => 'bestbuy'],\n ['name' => \"My Keyboard Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-keyboard-friends-cd/1059954.p?id=248653&skuId=1059954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1059954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1059\\/1059954.jpg\"}', 'upc' => '013491600222', 'provider' => 'bestbuy'],\n ['name' => \"The Original All-American Sousa! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-original-all-american-sousa-cd/1060452.p?id=248656&skuId=1060452&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060452', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060452_sa.jpg\"}', 'upc' => '013491310220', 'provider' => 'bestbuy'],\n ['name' => \"It'S A Good Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-a-good-day-cd/1060657.p?id=70363&skuId=1060657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060657_sa.jpg\"}', 'upc' => '013491400228', 'provider' => 'bestbuy'],\n ['name' => \"The Way Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-way-home-cd/1060666.p?id=155094&skuId=1060666&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060666', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060666_sa.jpg\"}', 'upc' => '025041100120', 'provider' => 'bestbuy'],\n ['name' => \"Novus Magnificat: Through the Stargate - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/novus-magnificat-through-the-stargate-cd/1060693.p?id=80168&skuId=1060693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060693.jpg\"}', 'upc' => '025041100328', 'provider' => 'bestbuy'],\n ['name' => \"Galaxies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/galaxies-cd/1060719.p?id=75711&skuId=1060719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060719.jpg\"}', 'upc' => '025041100427', 'provider' => 'bestbuy'],\n ['name' => \"Jewel Lake - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jewel-lake-cd/1060746.p?id=80836&skuId=1060746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060746_sa.jpg\"}', 'upc' => '025041100625', 'provider' => 'bestbuy'],\n ['name' => \"Encounter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/encounter-cd/1060782.p?id=100229&skuId=1060782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060782_sa.jpg\"}', 'upc' => '025041100823', 'provider' => 'bestbuy'],\n ['name' => \"Sacred Space Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sacred-space-music-cd/1060826.p?id=80169&skuId=1060826&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060826', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060826_sa.jpg\"}', 'upc' => '025041101028', 'provider' => 'bestbuy'],\n ['name' => \"Cantilena - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cantilena-cd/1060942.p?id=80835&skuId=1060942&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060942', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060942.jpg\"}', 'upc' => '025041102124', 'provider' => 'bestbuy'],\n ['name' => \"Thunder Chord - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thunder-chord-cd/1060960.p?id=79046&skuId=1060960&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1060960', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1060\\/1060960.jpg\"}', 'upc' => '025041102223', 'provider' => 'bestbuy'],\n ['name' => \"Angry Birds Toons: Season One, Volume 1 & 2 [3 Discs] (With Bonus Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/angry-birds-toons-season-one-volume-1-2-3-discs-with-bonus-disc-dvd/1061006.p?id=3306140&skuId=1061006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1061006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1061\\/1061006.jpg\"}', 'upc' => '043396449183', 'provider' => 'bestbuy'],\n ['name' => \"Flamenco Mystico - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flamenco-mystico-cd/1061086.p?id=79540&skuId=1061086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1061086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1061\\/1061086.jpg\"}', 'upc' => '025041130028', 'provider' => 'bestbuy'],\n ['name' => \"Listening Booth: 1970 [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/listening-booth-1970-digipak-cd/1061256.p?id=2123265&skuId=1061256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1061256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1061\\/1061256_sa.jpg\"}', 'upc' => '610583349627', 'provider' => 'bestbuy'],\n ['name' => \"Fortress [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fortress-digipak-cd/1061399.p?id=2128798&skuId=1061399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1061399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1061\\/1061399_sa.jpg\"}', 'upc' => '728028025576', 'provider' => 'bestbuy'],\n ['name' => \"James and the Giant Peach (Blu-ray Disc) (2 Disc) (Special Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/james-and-the-giant-peach-blu-ray-disc-2-disc-special-edition/1061413.p?id=43614&skuId=1061413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1061413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1061\\/1061413_sa.jpg\"}', 'upc' => '786936799521', 'provider' => 'bestbuy'],\n ['name' => \"The Last Song (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-last-song-blu-ray-disc-2-disc/1061459.p?id=2116895&skuId=1061459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1061459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1061\\/1061459_sa.jpg\"}', 'upc' => '786936805833', 'provider' => 'bestbuy'],\n ['name' => \"Nothing's Gonna Hold Us Down [EP] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothings-gonna-hold-us-down-ep-digipak-cd/1061486.p?id=2123465&skuId=1061486&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1061486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1061\\/1061486_sa.jpg\"}', 'upc' => '093624964469', 'provider' => 'bestbuy'],\n ['name' => \"Relentless [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/relentless-digipak-cd/1061565.p?id=2123467&skuId=1061565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=1061565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/1061\\/1061565_sa.jpg\"}', 'upc' => '026245207424', 'provider' => 'bestbuy']\n ];\n\n // Insert all the products\n foreach($products as $product) {\n Product::create($product);\n }\n }", "public function run()\n {\n $stores = \\App\\Store::all();\n\n foreach ($stores as $store) {\n \tfor ($i=0; $i < 5; $i++) {\n\t \t$buyer = $store->buyers()->save(factory(App\\Buyer::class)->make());\n if($buyer->id == 1) {\n $buyer->update(['email' => '[email protected]',\n 'password' => '$2y$10$l07kG3A9ciFaauExHcFL2eAA7B8zSIP/3QAAG3vFgnMF3AyksOcHq'\n ]);\n }\n\t $buyer->cart()->create(['store_id' => $store->id]);\n \t}\n }\n }", "function mswProdKeyGen() {\n $_SERVER['HTTP_HOST'] = (isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] ? $_SERVER['HTTP_HOST'] : uniqid(rand(),1));\n $_SERVER['REMOTE_ADDR'] = (isset($_SERVER['REMOTE_ADDR']) && $_SERVER['REMOTE_ADDR'] ? $_SERVER['REMOTE_ADDR'] : uniqid(rand(),1));\n if (function_exists('sha1')) {\n $c1 = sha1($_SERVER['HTTP_HOST'].date('YmdHis').$_SERVER['REMOTE_ADDR'].time());\n $c2 = sha1(uniqid(rand(),1).time());\n $prodKey = substr($c1.$c2,0,60);\n } elseif (function_exists('md5')) {\n $c1 = md5($_SERVER['HTTP_POST'].date('YmdHis').$_SERVER['REMOTE_ADDR'].time());\n $c2 = md5(uniqid(rand(),1),time());\n $prodKey = substr($c1.$c2,0,60);\n } else {\n $c1 = str_replace('.','',uniqid(rand(),1));\n $c2 = str_replace('.','',uniqid(rand(),1));\n $c3 = str_replace('.','',uniqid(rand(),1));\n $prodKey = substr($c1.$c2.$c3,0,60);\n }\n return strtoupper($prodKey);\n}", "public function manufacture(): void;", "public function actionGetpromotion()\n {\n $sku = false;\n $productdata = \"add sku on url like ?sku=product_sku\";\n if (isset($_GET['sku'])) {\n $sku = $_GET['sku'];\n }\n $merchant_id = '323';\n //$config = Data::getConfiguration($merchant_id);\n $walmartHelper = new Walmartapi('899c9675-6302-43f2-9420-e8f55b176671', 'MIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBAJf0uSx+vD19j4ROQnXj+3nSnwIsSnoRB5VAhDuaiLLDWKQvFbwWB4cAaZNX9fgdyT5KEuiW5QpXNV6ui8B6Ex/lgdlaXaaANnEd8FPjcct4WuGM3JaurUyQj24b7S1eCAPwoJqPyJPjpCQ5OYGgGvi4mHFmawq4rOhgsVT9upIdAgMBAAECgYAxGWob7nd0hvWwknj3Dsta+atXUGhgONBycX5IpA43dNdXdb9YHuYfwQpcCbf4i+dSsSya6ubnCHa+OTf+4XL8A4DnQojj3sfXx6B/N8k4eNHZ8wpbDQAceA+gdw2n466iKfW76cdXiL+2DUhS6qNtvaQ72r5/2KBRgidr7NR7AQJBANdXMA7oOjZ0lOPJCQsSn9nzQqYJMSqN1EvpFMlNX63VnUDlj1kV1MbWbo+sN9AZylrtjcg0YcZenI3bHCvF1QkCQQC0pb5u81zqKOCV7leboWp1LUTmMYWJNeO26lT8knhGN42O2W/+qXI5cJbY3USN32xxX4gK/MtKUBuhZ7Ow+M11AkAUkoLH2c296BNVU55mjWfyFXhXjmdBDn2qpuDSfm7Wl6LHUWcJdrl2KYQ0e5p1ahFX8HvsFX0Fy4IfV0BwuhypAkBQbqvHwtvP9rtohmLDjK9V1P4kcFBAs5ncS6Hjg2PB/+IrhGz1OoT9RkAj9wEbGiuynxJ3se7h+6ER0JaVaXIxAkBNi7N5cfePcyPfXS89NpTtByi+Yg4QQthv9RvCM/TH6yLpMWBWprRq6ufAMl4NHrFXWZRsA7wUqMYHj8+vB18I', '7b2c8dab-c79c-4cee-97fb-0ac399e17ade');\n if ($sku) {\n $productdata = $walmartHelper->getRequest('v3/promo/sku/CE-0000-0149');\n }\n print_r($productdata);\n die;\n }", "public function run()\n {\n $products = [\n ['name' => \"Professional Fisherman's Tour: Northern Hemisphere - PRE-OWNED - Nintendo DS\", 'description_short' => \"Reel in big ones from around the world\", 'description_long' => \"Reel in big ones from around the world\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/professional-fishermans-tour-northern-hemisphere-pre-owned-nintendo-ds/2017905.p?id=1218306049071&skuId=2017905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2017905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2017\\/2017905_sa.jpg\"}', 'upc' => '799007769439', 'provider' => 'bestbuy'],\n ['name' => \"Go Diego Go: Great Dinosaur Rescue - PRE-OWNED - Nintendo DS\", 'description_short' => \"Can you help Maia the Maiasaura find her family?\", 'description_long' => \"Can you help Maia the Maiasaura find her family?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/go-diego-go-great-dinosaur-rescue-pre-owned-nintendo-ds/2017914.p?id=1218306019043&skuId=2017914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2017914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2017\\/2017914_sa.jpg\"}', 'upc' => '799007769446', 'provider' => 'bestbuy'],\n ['name' => \"Cake Mania 2 - PRE-OWNED - Nintendo DS\", 'description_short' => \"Take the cake to the next level\", 'description_long' => \"Take the cake to the next level\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cake-mania-2-pre-owned-nintendo-ds/2017923.p?id=1218306017801&skuId=2017923&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2017923', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2017\\/2017923_sa.jpg\"}', 'upc' => '799007769453', 'provider' => 'bestbuy'],\n ['name' => \"Major League Baseball 2K8 - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Slide into realistic and exciting baseball drama\", 'description_long' => \"Slide into realistic and exciting baseball drama\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/major-league-baseball-2k8-pre-owned-nintendo-wii/2017969.p?id=1218306044352&skuId=2017969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2017969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2017\\/2017969_sa.jpg\"}', 'upc' => '799007769484', 'provider' => 'bestbuy'],\n ['name' => \"Alone in the Dark - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Central Park is about to get a lot weirder\", 'description_long' => \"Central Park is about to get a lot weirder\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alone-in-the-dark-pre-owned-nintendo-wii/2017996.p?id=1218306044230&skuId=2017996&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2017996', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2017\\/2017996_sa.jpg\"}', 'upc' => '799007769514', 'provider' => 'bestbuy'],\n ['name' => \"Bratz Girlz Really Rock - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Join the Bratz for a rocking summer at camp\", 'description_long' => \"Join the Bratz for a rocking summer at camp\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bratz-girlz-really-rock-pre-owned-nintendo-wii/2018012.p?id=1218306022831&skuId=2018012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018012_sa.jpg\"}', 'upc' => '799007769538', 'provider' => 'bestbuy'],\n ['name' => \"A Very Special Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-very-special-christmas-cd/2018019.p?id=2763296&skuId=2018019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018019_sa.jpg\"}', 'upc' => '602537538102', 'provider' => 'bestbuy'],\n ['name' => \"Final Fantasy XIII - PRE-OWNED - PlayStation 3\", 'description_short' => \"Summon the courage to face your destiny\", 'description_long' => \"Summon the courage to face your destiny\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/final-fantasy-xiii-pre-owned-playstation-3/2018021.p?id=1218306047709&skuId=2018021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018021_sa.jpg\"}', 'upc' => '799007769545', 'provider' => 'bestbuy'],\n ['name' => \"Crow Jane Alley/Pistola - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crow-jane-alley-pistola-cd/2018028.p?id=2747605&skuId=2018028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018028_sa.jpg\"}', 'upc' => '826992033921', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2018037.p?id=2752394&skuId=2018037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018037_sa.jpg\"}', 'upc' => '602537500376', 'provider' => 'bestbuy'],\n ['name' => \"Live at Montreux [CD/DVD] [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-montreux-cd-dvd-cd-dvd-cd-dvd/2018046.p?id=2748047&skuId=2018046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2185\\/21859113.jpg\"}', 'upc' => '826992033525', 'provider' => 'bestbuy'],\n ['name' => \"Fortress - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fortress-cd/2018055.p?id=2752460&skuId=2018055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018055_sa.jpg\"}', 'upc' => '602537522149', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2018064.p?id=2752342&skuId=2018064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018064_sa.jpg\"}', 'upc' => '602537469895', 'provider' => 'bestbuy'],\n ['name' => \"Fortress [Best Buy Exclusive] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fortress-best-buy-exclusive-cd/2018073.p?id=2760920&skuId=2018073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018073_sa.jpg\"}', 'upc' => '602537549870', 'provider' => 'bestbuy'],\n ['name' => \"NETGEAR - Arlo Smart Home Add-On Indoor/Outdoor Wireless High-Definition Security Camera - White/Black\", 'description_short' => \"Compatible with Arlo base stations; includes camera, magnetic camera mount and hardware; CMOS image sensor; 25&#039; night vision range; patented wireless design\", 'description_long' => \"Compatible with Arlo base stations; includes camera, magnetic camera mount and hardware; CMOS image sensor; 25&#039; night vision range; patented wireless design\", 'price' => 159.99, 'sale_price' => 139.99, 'url' => 'http://www.bestbuy.com/site/netgear-arlo-smart-home-add-on-indoor-outdoor-wireless-high-definition-security-camera-white-black/2018091.p?id=1219522220549&skuId=2018091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018091_rc.jpg\"}', 'upc' => '606449107647', 'provider' => 'bestbuy'],\n ['name' => \"Masters Of Modern Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/masters-of-modern-blues-cd/2018104.p?id=2387141&skuId=2018104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018104_sa.jpg\"}', 'upc' => '012928500128', 'provider' => 'bestbuy'],\n ['name' => \"Masters of Modern Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/masters-of-modern-blues-cd/2018140.p?id=107247&skuId=2018140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018140_sa.jpg\"}', 'upc' => '012928500227', 'provider' => 'bestbuy'],\n ['name' => \"Amazing Grace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amazing-grace-cd/2018417.p?id=107251&skuId=2018417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018417_sa.jpg\"}', 'upc' => '012928500425', 'provider' => 'bestbuy'],\n ['name' => \"Closest to the Sun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/closest-to-the-sun-cd/2018505.p?id=107253&skuId=2018505&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018505', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018505_sa.jpg\"}', 'upc' => '063757807421', 'provider' => 'bestbuy'],\n ['name' => \"Burn My Eyes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/burn-my-eyes-cd/2018514.p?id=107230&skuId=2018514&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018514', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018514_sa.jpg\"}', 'upc' => '016861901622', 'provider' => 'bestbuy'],\n ['name' => \"Jeep Beats for Bassheadz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jeep-beats-for-bassheadz-cd/2018550.p?id=107266&skuId=2018550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018550_sa.jpg\"}', 'upc' => '784023100427', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-cd/2018578.p?id=107255&skuId=2018578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018578_sa.jpg\"}', 'upc' => '063757803423', 'provider' => 'bestbuy'],\n ['name' => \"Baseball: The American Epic - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/baseball-the-american-epic-cd-original-soundtrack/2018738.p?id=107153&skuId=2018738&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018738', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018738.jpg\"}', 'upc' => '075597934021', 'provider' => 'bestbuy'],\n ['name' => \"Layaway - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/layaway-cd/2018774.p?id=110489&skuId=2018774&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018774', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018774_sa.jpg\"}', 'upc' => '092592112124', 'provider' => 'bestbuy'],\n ['name' => \"Tribute to Someone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tribute-to-someone-cd/2018783.p?id=110777&skuId=2018783&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018783', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018783.jpg\"}', 'upc' => '092592112223', 'provider' => 'bestbuy'],\n ['name' => \"Afrique - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/afrique-cd/2018827.p?id=107526&skuId=2018827&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018827', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018827_sa.jpg\"}', 'upc' => '092592112421', 'provider' => 'bestbuy'],\n ['name' => \"Beauty Within - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beauty-within-cd/2018845.p?id=107529&skuId=2018845&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018845', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018845_sa.jpg\"}', 'upc' => '092592112520', 'provider' => 'bestbuy'],\n ['name' => \"Mars Audiac Quintet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mars-audiac-quintet-cd/2018854.p?id=105780&skuId=2018854&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018854_sa.jpg\"}', 'upc' => '075596166928', 'provider' => 'bestbuy'],\n ['name' => \"Transformation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/transformation-cd/2018872.p?id=107523&skuId=2018872&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018872', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018872_sa.jpg\"}', 'upc' => '092592112629', 'provider' => 'bestbuy'],\n ['name' => \"Going Back Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/going-back-home-cd/2018934.p?id=108125&skuId=2018934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2018934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2018\\/2018934.jpg\"}', 'upc' => '019148501324', 'provider' => 'bestbuy'],\n ['name' => \"Legends: Solo Guitar Performances - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legends-solo-guitar-performances-cd/2019005.p?id=107967&skuId=2019005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019005.jpg\"}', 'upc' => '013431461623', 'provider' => 'bestbuy'],\n ['name' => \"Paradise [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paradise-digipak-cd/2019009.p?id=2743640&skuId=2019009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019009_sa.jpg\"}', 'upc' => '888072343368', 'provider' => 'bestbuy'],\n ['name' => \"Now & Then: Slipstream + Opus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/now-then-slipstream-opus-cd/2019018.p?id=2753233&skuId=2019018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019018_sa.jpg\"}', 'upc' => '805859048025', 'provider' => 'bestbuy'],\n ['name' => \"Smooth Jazz Tribute to the Best of Mary Mary - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smooth-jazz-tribute-to-the-best-of-mary-mary-cd/2019027.p?id=2755790&skuId=2019027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019027_sa.jpg\"}', 'upc' => '707541991797', 'provider' => 'bestbuy'],\n ['name' => \"Smooth Jazz Tribute to Vesta Williams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smooth-jazz-tribute-to-vesta-williams-cd/2019036.p?id=2755782&skuId=2019036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019036_sa.jpg\"}', 'upc' => '707541991698', 'provider' => 'bestbuy'],\n ['name' => \"The Sandlot (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sandlot-blu-ray-disc/2019093.p?id=24288&skuId=2019093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019093.jpg\"}', 'upc' => '024543703525', 'provider' => 'bestbuy'],\n ['name' => \"Robots (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/robots-blu-ray-disc/2019109.p?id=1397677&skuId=2019109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019109_sa.jpg\"}', 'upc' => '024543703549', 'provider' => 'bestbuy'],\n ['name' => \"The Bible: In the Beginning (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bible-in-the-beginning-blu-ray-disc/2019118.p?id=41714&skuId=2019118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019118_sa.jpg\"}', 'upc' => '024543706922', 'provider' => 'bestbuy'],\n ['name' => \"Gulliver's Travels (Blu-ray Disc) (3 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gullivers-travels-blu-ray-disc-3-disc/2019145.p?id=2196388&skuId=2019145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019145_sa.jpg\"}', 'upc' => '024543678564', 'provider' => 'bestbuy'],\n ['name' => \"Strawberry Shortcake: Puttin' On the Glitz (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strawberry-shortcake-puttin-on-the-glitz-dvd/2019154.p?id=2185836&skuId=2019154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2019154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2019\\/2019154_sa.jpg\"}', 'upc' => '024543717782', 'provider' => 'bestbuy'],\n ['name' => \"Melophobia [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/melophobia-digipak-cd/2020004.p?id=2749303&skuId=2020004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2020004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2020\\/2020004_sa.jpg\"}', 'upc' => '888837627726', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2020496.p?id=2184838&skuId=2020496&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2020496', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2020\\/2020496_sa.jpg\"}', 'upc' => '602527621258', 'provider' => 'bestbuy'],\n ['name' => \"Entre La Ciudad Y El Mar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/entre-la-ciudad-y-el-mar-cd/2020557.p?id=2186255&skuId=2020557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2020557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2020\\/2020557_sa.jpg\"}', 'upc' => '602527629902', 'provider' => 'bestbuy'],\n ['name' => \"Most Wanted - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/most-wanted-cd/2020566.p?id=2186550&skuId=2020566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2020566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2020\\/2020566_sa.jpg\"}', 'upc' => '054645192620', 'provider' => 'bestbuy'],\n ['name' => \"Bashtown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bashtown-cd/2020575.p?id=2182757&skuId=2020575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2020575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2020\\/2020575_sa.jpg\"}', 'upc' => '044003134836', 'provider' => 'bestbuy'],\n ['name' => \"Blessed [LP] - VINYL - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 23.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blessed-lp-vinyl-cd/2020727.p?id=2184379&skuId=2020727&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2020727', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2020\\/2020727.jpg\"}', 'upc' => '602527595917', 'provider' => 'bestbuy'],\n ['name' => \"Blessed [Deluxe Edition] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blessed-deluxe-edition-digipak-cd/2020745.p?id=2184378&skuId=2020745&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2020745', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2020\\/2020745_sa.jpg\"}', 'upc' => '602527614304', 'provider' => 'bestbuy'],\n ['name' => \"Relentless Reckless Forever [CD & DVD] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/relentless-reckless-forever-cd-dvd-digipak-cd-dvd/2020763.p?id=2186535&skuId=2020763&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2020763', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2020\\/2020763.jpg\"}', 'upc' => '602527604657', 'provider' => 'bestbuy'],\n ['name' => \"Bring Him Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bring-him-home-cd/2020772.p?id=2184373&skuId=2020772&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2020772', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2020\\/2020772_sa.jpg\"}', 'upc' => '602527592107', 'provider' => 'bestbuy'],\n ['name' => \"Bangerz [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bangerz-pa-cd/2021003.p?id=2749324&skuId=2021003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2021003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2021\\/2021003_sa.jpg\"}', 'upc' => '888837452328', 'provider' => 'bestbuy'],\n ['name' => \"OGIO - Tribune Laptop Backpack - Black\", 'description_short' => \"Fits most laptops with up to a 17&quot; display; padded Apple&#174; iPad&#174;, tablet or e-reader pocket; large main compartment; deluxe front organizer; ergonomic shoulder straps; adjustable sternum strap\", 'description_long' => \"Fits most laptops with up to a 17&quot; display; padded Apple&#174; iPad&#174;, tablet or e-reader pocket; large main compartment; deluxe front organizer; ergonomic shoulder straps; adjustable sternum strap\", 'price' => 49.99, 'sale_price' => 43.99, 'url' => 'http://www.bestbuy.com/site/ogio-tribune-laptop-backpack-black/2021058.p?id=1219068378660&skuId=2021058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2021058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2021\\/2021058_sa.jpg\"}', 'upc' => '031652179677', 'provider' => 'bestbuy'],\n ['name' => \"The Longest Day: Classic War Films - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-longest-day-classic-war-films-cd/2021555.p?id=107297&skuId=2021555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2021555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2021\\/2021555_sa.jpg\"}', 'upc' => '738572103620', 'provider' => 'bestbuy'],\n ['name' => \"Moon Spirits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moon-spirits-cd/2021831.p?id=107311&skuId=2021831&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2021831', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2021\\/2021831.jpg\"}', 'upc' => '722871115927', 'provider' => 'bestbuy'],\n ['name' => \"Gathering of Nations Pow-Wow 1993 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gathering-of-nations-pow-wow-1993-various-cd/2021840.p?id=107312&skuId=2021840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2021840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2021\\/2021840.jpg\"}', 'upc' => '722871114425', 'provider' => 'bestbuy'],\n ['name' => \"When the Kite String Pops [PA] [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-the-kite-string-pops-pa-remaster-cd/2021859.p?id=107274&skuId=2021859&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2021859', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2021\\/2021859_sa.jpg\"}', 'upc' => '032357209522', 'provider' => 'bestbuy'],\n ['name' => \"Royal Court Music of Thailand - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/royal-court-music-of-thailand-cd-various/2021877.p?id=107315&skuId=2021877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2021877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2021\\/2021877_sa.jpg\"}', 'upc' => '093074041321', 'provider' => 'bestbuy'],\n ['name' => \"Bangerz [Deluxe Edition] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bangerz-deluxe-edition-pa-cd/2022002.p?id=2750034&skuId=2022002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2022002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2022\\/2022002_sa.jpg\"}', 'upc' => '888837452526', 'provider' => 'bestbuy'],\n ['name' => \"Brother - Business Smart MFC-J4420DW Wireless All-In-One Printer - White\", 'description_short' => \"Prints, copies and scansWi-FiPrints up to 20 ISO ppm in black, up to 18 ISO ppm in color (Print speeds vary with use. See mfg. for info on print speeds.)20-sheet automatic document feeder\", 'description_long' => \"Prints, copies and scansWi-FiPrints up to 20 ISO ppm in black, up to 18 ISO ppm in color (Print speeds vary with use. See mfg. for info on print speeds.)20-sheet automatic document feeder\", 'price' => 169.99, 'sale_price' => 99.99, 'url' => 'http://www.bestbuy.com/site/brother-business-smart-mfc-j4420dw-wireless-all-in-one-printer-white/2022039.p?id=1219810402313&skuId=2022039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2022039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1313\\/1313112329\\/1313112329_sa.jpg\"}', 'upc' => '012502638711', 'provider' => 'bestbuy'],\n ['name' => \"Another Setting - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/another-setting-cd/2022144.p?id=107963&skuId=2022144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2022144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2022\\/2022144_sa.jpg\"}', 'upc' => '048248114325', 'provider' => 'bestbuy'],\n ['name' => \"Year of the Dog - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/year-of-the-dog-cd/2022153.p?id=107965&skuId=2022153&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2022153', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2022\\/2022153_sa.jpg\"}', 'upc' => '048248114523', 'provider' => 'bestbuy'],\n ['name' => \"Enhancing Self-Esteem - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/enhancing-self-esteem-cd/2022448.p?id=109377&skuId=2022448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2022448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2022\\/2022448.jpg\"}', 'upc' => '093791202425', 'provider' => 'bestbuy'],\n ['name' => \"Radiant Health and Well-Being - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/radiant-health-and-well-being-cd/2022466.p?id=109379&skuId=2022466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2022466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2022\\/2022466.jpg\"}', 'upc' => '093791202524', 'provider' => 'bestbuy'],\n ['name' => \"Bosnian Breakdown: The Unpronounceable Beat... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bosnian-breakdown-the-unpronounceable-beat-cd/2022527.p?id=1459223&skuId=2022527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2022527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2022\\/2022527_sa.jpg\"}', 'upc' => '029667307420', 'provider' => 'bestbuy'],\n ['name' => \"Live At Habibi Temple - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-habibi-temple-cd/2022581.p?id=2542474&skuId=2022581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2022581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2022\\/2022581_sa.jpg\"}', 'upc' => '011661213029', 'provider' => 'bestbuy'],\n ['name' => \"Precise Modern Lovers Order - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/precise-modern-lovers-order-cd/2022590.p?id=2542457&skuId=2022590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2022590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2022\\/2022590_sa.jpg\"}', 'upc' => '011661904224', 'provider' => 'bestbuy'],\n ['name' => \"Frame by Frame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frame-by-frame-cd/2023029.p?id=2752377&skuId=2023029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023029_sa.jpg\"}', 'upc' => '602537528233', 'provider' => 'bestbuy'],\n ['name' => \"Silver Bell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/silver-bell-cd/2023065.p?id=2752337&skuId=2023065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023065_sa.jpg\"}', 'upc' => '602527950037', 'provider' => 'bestbuy'],\n ['name' => \"Sistrionix - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sistrionix-cd/2023083.p?id=2752315&skuId=2023083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023083_sa.jpg\"}', 'upc' => '602537400614', 'provider' => 'bestbuy'],\n ['name' => \"Heart: Night at Sky Church (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heart-night-at-sky-church-dvd/2023157.p?id=2183012&skuId=2023157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023157_sa.jpg\"}', 'upc' => '886977676192', 'provider' => 'bestbuy'],\n ['name' => \"David Raksin Conducts His Great Film Scores - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/david-raksin-conducts-his-great-film-scores-cd/2023166.p?id=2185020&skuId=2023166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023166_sa.jpg\"}', 'upc' => '886978126825', 'provider' => 'bestbuy'],\n ['name' => \"Ultimate Big Band Collection: Harry James - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ultimate-big-band-collection-harry-james-cd/2023184.p?id=2183000&skuId=2023184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023184_sa.jpg\"}', 'upc' => '886978054821', 'provider' => 'bestbuy'],\n ['name' => \"Elizabeth & Essex: The Classic Film Scores of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elizabeth-essex-the-classic-film-scores-of-cd/2023193.p?id=2185016&skuId=2023193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023193_sa.jpg\"}', 'upc' => '886978126627', 'provider' => 'bestbuy'],\n ['name' => \"Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/now-cd/2023209.p?id=2182997&skuId=2023209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023209_sa.jpg\"}', 'upc' => '886978071729', 'provider' => 'bestbuy'],\n ['name' => \"Now Voyager: Classic Film Scores Of Max Steiner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/now-voyager-classic-film-scores-of-max-steiner-cd/2023218.p?id=2185018&skuId=2023218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023218_sa.jpg\"}', 'upc' => '886978127020', 'provider' => 'bestbuy'],\n ['name' => \"Ultimate Big Band Collection: Tommy Dorsey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ultimate-big-band-collection-tommy-dorsey-cd/2023227.p?id=2182996&skuId=2023227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023227_sa.jpg\"}', 'upc' => '886978054623', 'provider' => 'bestbuy'],\n ['name' => \"Sunset Boulevard: Classic Film Scores... [3/1] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sunset-boulevard-classic-film-scores-3-1-cd/2023236.p?id=2185015&skuId=2023236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023236_sa.jpg\"}', 'upc' => '886978126528', 'provider' => 'bestbuy'],\n ['name' => \"Citizen Kane: The Classic Film Scores of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/citizen-kane-the-classic-film-scores-of-cd/2023245.p?id=2185014&skuId=2023245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023245_sa.jpg\"}', 'upc' => '886978126429', 'provider' => 'bestbuy'],\n ['name' => \"Ultimate Big Band Collection: Count Basie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ultimate-big-band-collection-count-basie-cd/2023254.p?id=2182976&skuId=2023254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023254.jpg\"}', 'upc' => '886978054524', 'provider' => 'bestbuy'],\n ['name' => \"Classic Film Scores for Bette Davis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-film-scores-for-bette-davis-cd/2023263.p?id=2185019&skuId=2023263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023263_sa.jpg\"}', 'upc' => '886978127228', 'provider' => 'bestbuy'],\n ['name' => \"Promises - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/promises-cd/2023272.p?id=2183008&skuId=2023272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023272_sa.jpg\"}', 'upc' => '886975149926', 'provider' => 'bestbuy'],\n ['name' => \"Spellbound: Classic Film Scores of Miklos Rozsa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spellbound-classic-film-scores-of-miklos-rozsa-cd/2023281.p?id=2185017&skuId=2023281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023281_sa.jpg\"}', 'upc' => '886978126924', 'provider' => 'bestbuy'],\n ['name' => \"Frank Sinatra: A Man and His Music - The Collection [2 Discs] (DVD) (Remastered)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frank-sinatra-a-man-and-his-music-the-collection-2-discs-dvd-remastered/2023306.p?id=2183015&skuId=2023306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023306.jpg\"}', 'upc' => '826663122213', 'provider' => 'bestbuy'],\n ['name' => \"Bridge Over Troubled... [CD & DVD] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bridge-over-troubled-cd-dvd-digipak-cd/2023333.p?id=2183089&skuId=2023333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023333_sa.jpg\"}', 'upc' => '886978272423', 'provider' => 'bestbuy'],\n ['name' => \"Rubberneck - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rubberneck-cd/2023900.p?id=1543973&skuId=2023900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2023900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2023\\/2023900_sa.jpg\"}', 'upc' => '606949240226', 'provider' => 'bestbuy'],\n ['name' => \"Emeli Sandé: Live at the Royal Albert Hall (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emeli-sande-live-at-the-royal-albert-hall-dvd/2024028.p?id=2752419&skuId=2024028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_movies_l.jpg\"}', 'upc' => '602537396450', 'provider' => 'bestbuy'],\n ['name' => \"Memory Lane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memory-lane-cd/2024031.p?id=2186524&skuId=2024031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024031_sa.jpg\"}', 'upc' => '602527325583', 'provider' => 'bestbuy'],\n ['name' => \"Kingston - SSDNow V300 240GB Internal Serial ATA III Solid State Drive for Laptops - Black\", 'description_short' => \"KINGSTON SSDNow V300 240GB Internal Serial ATA III Solid State Drive for Laptops: Serial ATA III interface; helps improve application loading and system start-up; silent and cool operation; data transfer rates up to 450MB/sec.; includes adapter\", 'description_long' => \"KINGSTON SSDNow V300 240GB Internal Serial ATA III Solid State Drive for Laptops: Serial ATA III interface; helps improve application loading and system start-up; silent and cool operation; data transfer rates up to 450MB/sec.; includes adapter\", 'price' => 109.99, 'sale_price' => 99.99, 'url' => 'http://www.bestbuy.com/site/kingston-ssdnow-v300-240gb-internal-serial-ata-iii-solid-state-drive-for-laptops-black/2024046.p?id=1219613641668&skuId=2024046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024046_sa.jpg\"}', 'upc' => '740617212716', 'provider' => 'bestbuy'],\n ['name' => \"Asia: Spirit of the Night - The Phoenix Tour Live in Cambridge (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/asia-spirit-of-the-night-the-phoenix-tour-live-in-cambridge-dvd/2024059.p?id=2186796&skuId=2024059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024059_sa.jpg\"}', 'upc' => '8024391002735', 'provider' => 'bestbuy'],\n ['name' => \"Passion: Here for You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/passion-here-for-you-cd/2024077.p?id=2186551&skuId=2024077&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024077', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024077_sa.jpg\"}', 'upc' => '5099960717924', 'provider' => 'bestbuy'],\n ['name' => \"Day of Reckoning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/day-of-reckoning-cd/2024086.p?id=2185066&skuId=2024086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024086_sa.jpg\"}', 'upc' => '727361262624', 'provider' => 'bestbuy'],\n ['name' => \"Jesus Calling: Instrumental Songs For Devotion - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jesus-calling-instrumental-songs-for-devotion-cd-various/2024095.p?id=2186528&skuId=2024095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024095_sa.jpg\"}', 'upc' => '5099907130724', 'provider' => 'bestbuy'],\n ['name' => \"Stand Up and Fight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stand-up-and-fight-cd/2024101.p?id=2185065&skuId=2024101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024101_sa.jpg\"}', 'upc' => '727701868226', 'provider' => 'bestbuy'],\n ['name' => \"Death, a Destination - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/death-a-destination-cd/2024129.p?id=2724843&skuId=2024129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024129_sa.jpg\"}', 'upc' => '810488020274', 'provider' => 'bestbuy'],\n ['name' => \"Symphony No 2 In C Minor Resurrection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphony-no-2-in-c-minor-resurrection-cd/2024156.p?id=2186797&skuId=2024156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024156.jpg\"}', 'upc' => '5099964736327', 'provider' => 'bestbuy'],\n ['name' => \"Spirit of the Night: The... [CD & DVD] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-of-the-night-the-cd-dvd-digipak-cd-dvd/2024165.p?id=2186798&skuId=2024165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024165_sa.jpg\"}', 'upc' => '8024391048146', 'provider' => 'bestbuy'],\n ['name' => \"Here Comes a City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/here-comes-a-city-cd/2024183.p?id=2186794&skuId=2024183&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024183', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024183_sa.jpg\"}', 'upc' => '827590600027', 'provider' => 'bestbuy'],\n ['name' => \"Shaolin vs. Wu-Tang [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shaolin-vs-wu-tang-pa-cd/2024192.p?id=2184006&skuId=2024192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024192_sa.jpg\"}', 'upc' => '5099909490628', 'provider' => 'bestbuy'],\n ['name' => \"Spirit of the Night: The Phoenix... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-of-the-night-the-phoenix-digipak-cd/2024226.p?id=2186799&skuId=2024226&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024226', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024226_sa.jpg\"}', 'upc' => '8024391048122', 'provider' => 'bestbuy'],\n ['name' => \"Audio Guide to Happiness, The - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audio-guide-to-happiness-the-cd/2024244.p?id=2186792&skuId=2024244&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024244', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024244_sa.jpg\"}', 'upc' => '885417054422', 'provider' => 'bestbuy'],\n ['name' => \"Long Distance Calling - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-distance-calling-cd/2024253.p?id=2186793&skuId=2024253&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024253', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024253_sa.jpg\"}', 'upc' => '885417045420', 'provider' => 'bestbuy'],\n ['name' => \"Beast [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beast-pa-cd/2024305.p?id=2184027&skuId=2024305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024305_sa.jpg\"}', 'upc' => '016861775322', 'provider' => 'bestbuy'],\n ['name' => \"Beast [CD & DVD] [PA] [Digipak] - CD - DVD Special\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beast-cd-dvd-pa-digipak-cd-dvd-special/2024314.p?id=3245401&skuId=2024314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024314.jpg\"}', 'upc' => '016861775353', 'provider' => 'bestbuy'],\n ['name' => \"Sharp - 240W 5-Disc Compact Stereo/2-Way Speaker System - Black\", 'description_short' => \"Plays CD-R/RW discs and MP3 and WMA files; AM/FM tuner with 40 presets; cassette deck; Apple&#174; iPod&#174;/iPhone&#174; dock; 2-way speakers\", 'description_long' => \"Plays CD-R/RW discs and MP3 and WMA files; AM/FM tuner with 40 presets; cassette deck; Apple&#174; iPod&#174;/iPhone&#174; dock; 2-way speakers\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sharp-240w-5-disc-compact-stereo-2-way-speaker-system-black/2024341.p?id=1218307636202&skuId=2024341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024341_rc.jpg\"}', 'upc' => '074000369863', 'provider' => 'bestbuy'],\n ['name' => \"This Is Where the Happy People Go: The Best... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-where-the-happy-people-go-the-best-cd/2024375.p?id=107180&skuId=2024375&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024375_sa.jpg\"}', 'upc' => '081227172428', 'provider' => 'bestbuy'],\n ['name' => \"Tightening It Up: The Best of Archie Bell &... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tightening-it-up-the-best-of-archie-bell-cd/2024400.p?id=107183&skuId=2024400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024400_sa.jpg\"}', 'upc' => '081227172527', 'provider' => 'bestbuy'],\n ['name' => \"As Above So Below - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/as-above-so-below-cd/2024438.p?id=2188949&skuId=2024438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024438_sa.jpg\"}', 'upc' => '099923209720', 'provider' => 'bestbuy'],\n ['name' => \"Forest Flower/Soundtrack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forest-flower-soundtrack-cd/2024455.p?id=107188&skuId=2024455&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024455', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024455.jpg\"}', 'upc' => '081227174620', 'provider' => 'bestbuy'],\n ['name' => \"Towards the Sun [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/towards-the-sun-digipak-cd/2024492.p?id=2192918&skuId=2024492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024492_sa.jpg\"}', 'upc' => '881626937228', 'provider' => 'bestbuy'],\n ['name' => \"The Scourge of the Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-scourge-of-the-light-cd/2024526.p?id=2188916&skuId=2024526&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024526', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024526_sa.jpg\"}', 'upc' => '693723085821', 'provider' => 'bestbuy'],\n ['name' => \"Rush of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rush-of-love-cd/2024544.p?id=2172251&skuId=2024544&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024544', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024544_sa.jpg\"}', 'upc' => '760137511328', 'provider' => 'bestbuy'],\n ['name' => \"21 Spices [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/21-spices-digipak-cd/2024553.p?id=2188921&skuId=2024553&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024553', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024553_sa.jpg\"}', 'upc' => '885513800121', 'provider' => 'bestbuy'],\n ['name' => \"Smash Record - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smash-record-cd/2024571.p?id=2172344&skuId=2024571&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024571', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024571_sa.jpg\"}', 'upc' => '035651010320', 'provider' => 'bestbuy'],\n ['name' => \"Revenge of the Barracuda [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/revenge-of-the-barracuda-pa-cd/2024599.p?id=2188924&skuId=2024599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024599_sa.jpg\"}', 'upc' => '099923513827', 'provider' => 'bestbuy'],\n ['name' => \"I'm On The Boat [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-on-the-boat-pa-digipak-cd/2024705.p?id=2186525&skuId=2024705&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024705', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024705.jpg\"}', 'upc' => '706442390227', 'provider' => 'bestbuy'],\n ['name' => \"Blues For Breakfast [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-for-breakfast-digipak-cd/2024732.p?id=2186532&skuId=2024732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024732.jpg\"}', 'upc' => '829166256423', 'provider' => 'bestbuy'],\n ['name' => \"Small Source of Comfort [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/small-source-of-comfort-pa-digipak-cd/2024741.p?id=2185832&skuId=2024741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024741_sa.jpg\"}', 'upc' => '620638053621', 'provider' => 'bestbuy'],\n ['name' => \"South Side's Most Wanted: Greatest... [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/south-sides-most-wanted-greatest-pa-cd/2024778.p?id=2188923&skuId=2024778&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024778', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024778_sa.jpg\"}', 'upc' => '809367217324', 'provider' => 'bestbuy'],\n ['name' => \"First Four EPs [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-four-eps-digipak-cd/2024805.p?id=2185930&skuId=2024805&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024805', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024805_sa.jpg\"}', 'upc' => '883888002126', 'provider' => 'bestbuy'],\n ['name' => \"The Church Boyz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-church-boyz-cd/2024823.p?id=2188926&skuId=2024823&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024823', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024823_sa.jpg\"}', 'upc' => '747656309322', 'provider' => 'bestbuy'],\n ['name' => \"Moon Over Ireland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moon-over-ireland-cd/2024841.p?id=2188922&skuId=2024841&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024841', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024841_sa.jpg\"}', 'upc' => '796539007220', 'provider' => 'bestbuy'],\n ['name' => \"Hellbound [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hellbound-digipak-cd/2024869.p?id=2177871&skuId=2024869&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024869', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024869.jpg\"}', 'upc' => '5907785036574', 'provider' => 'bestbuy'],\n ['name' => \"Monumental [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monumental-pa-digipak-cd/2024878.p?id=2188950&skuId=2024878&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024878', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024878_sa.jpg\"}', 'upc' => '693461217027', 'provider' => 'bestbuy'],\n ['name' => \"Count Basie: Then as Now, Count's the King (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/count-basie-then-as-now-counts-the-king-dvd/2024887.p?id=2181428&skuId=2024887&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024887', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024887_sa.jpg\"}', 'upc' => '760137507291', 'provider' => 'bestbuy'],\n ['name' => \"XL - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/xl-cd/2024896.p?id=2214385&skuId=2024896&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024896', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024896_sa.jpg\"}', 'upc' => '829357851024', 'provider' => 'bestbuy'],\n ['name' => \"Great White: Live and Raw (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-white-live-and-raw-dvd-2-disc/2024905.p?id=1641736&skuId=2024905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024905_sa.jpg\"}', 'upc' => '760137512691', 'provider' => 'bestbuy'],\n ['name' => \"Digital Veil [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/digital-veil-pa-cd/2024914.p?id=2188927&skuId=2024914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024914_sa.jpg\"}', 'upc' => '099923235828', 'provider' => 'bestbuy'],\n ['name' => \"Despicable - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/despicable-cd/2024923.p?id=2188915&skuId=2024923&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024923', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024923_sa.jpg\"}', 'upc' => '753182952062', 'provider' => 'bestbuy'],\n ['name' => \"True as Steel [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/true-as-steel-digipak-cd/2024932.p?id=2177872&skuId=2024932&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024932', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024932.jpg\"}', 'upc' => '5907785036581', 'provider' => 'bestbuy'],\n ['name' => \"Duke Ellington: Reminiscing in Tempo (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duke-ellington-reminiscing-in-tempo-dvd/2024969.p?id=2181427&skuId=2024969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024969_sa.jpg\"}', 'upc' => '760137507192', 'provider' => 'bestbuy'],\n ['name' => \"Dreaming in Black and White [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dreaming-in-black-and-white-pa-cd/2024987.p?id=2188912&skuId=2024987&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024987', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024987_sa.jpg\"}', 'upc' => '099923233527', 'provider' => 'bestbuy'],\n ['name' => \"Teaser [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/teaser-digipak-cd/2024996.p?id=2188925&skuId=2024996&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2024996', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2024\\/2024996_sa.jpg\"}', 'upc' => '616892132660', 'provider' => 'bestbuy'],\n ['name' => \"Starting from Nowhere [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/starting-from-nowhere-digipak-cd/2025012.p?id=2187804&skuId=2025012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025012.jpg\"}', 'upc' => '634457539822', 'provider' => 'bestbuy'],\n ['name' => \"Labour of Lust [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/labour-of-lust-digipak-cd/2025021.p?id=2187803&skuId=2025021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025021_sa.jpg\"}', 'upc' => '634457262126', 'provider' => 'bestbuy'],\n ['name' => \"Together - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/together-cd/2025036.p?id=2752390&skuId=2025036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025036_sa.jpg\"}', 'upc' => '795041796622', 'provider' => 'bestbuy'],\n ['name' => \"GE - 0.7 Cu. Ft. Compact Microwave - Stainless-Steel/Black\", 'description_short' => \"700W of power; 10 power levels; electronic touch controls and LED display; convenience cooking controls; auto and time defrost; removable glass turntable\", 'description_long' => \"700W of power; 10 power levels; electronic touch controls and LED display; convenience cooking controls; auto and time defrost; removable glass turntable\", 'price' => 89.99, 'sale_price' => 85.49, 'url' => 'http://www.bestbuy.com/site/ge-0-7-cu-ft-compact-microwave-stainless-steel-black/2025045.p?id=1219522218680&skuId=2025045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025045_sa.jpg\"}', 'upc' => '084691808473', 'provider' => 'bestbuy'],\n ['name' => \"This Is the Second Album of a Band... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-the-second-album-of-a-band-digipak-cd/2025049.p?id=2187107&skuId=2025049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025049_sa.jpg\"}', 'upc' => '634457540620', 'provider' => 'bestbuy'],\n ['name' => \"Michel Poiccard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/michel-poiccard-cd/2025067.p?id=2187098&skuId=2025067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025067.jpg\"}', 'upc' => '5021392637129', 'provider' => 'bestbuy'],\n ['name' => \"A Jazz Date with Chris Connor/Chris Craft - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-jazz-date-with-chris-connor-chris-craft-cd/2025070.p?id=107189&skuId=2025070&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025070', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025070_sa.jpg\"}', 'upc' => '081227174729', 'provider' => 'bestbuy'],\n ['name' => \"Brooklyn Sound Solution [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brooklyn-sound-solution-digipak-cd/2025076.p?id=2469515&skuId=2025076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025076_sa.jpg\"}', 'upc' => '634457222625', 'provider' => 'bestbuy'],\n ['name' => \"Blue Valentine - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-valentine-cd-original-soundtrack/2025085.p?id=2177967&skuId=2025085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025085_sa.jpg\"}', 'upc' => '780163420722', 'provider' => 'bestbuy'],\n ['name' => \"No Strings Attached - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-strings-attached-cd-original-soundtrack/2025094.p?id=2185933&skuId=2025094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025094_sa.jpg\"}', 'upc' => '780163420524', 'provider' => 'bestbuy'],\n ['name' => \"Second Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/second-story-cd/2025212.p?id=107969&skuId=2025212&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025212_sa.jpg\"}', 'upc' => '048248114424', 'provider' => 'bestbuy'],\n ['name' => \"African Marketplace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/african-marketplace-cd/2025230.p?id=107705&skuId=2025230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025230.jpg\"}', 'upc' => '010467101622', 'provider' => 'bestbuy'],\n ['name' => \"Symphony 1 For Chamber Orchestra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphony-1-for-chamber-orchestra-cd/2025258.p?id=1784728&skuId=2025258&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025258', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025258.jpg\"}', 'upc' => '789368013722', 'provider' => 'bestbuy'],\n ['name' => \"Chamber Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chamber-music-cd/2025285.p?id=1784729&skuId=2025285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025285.jpg\"}', 'upc' => '789368013821', 'provider' => 'bestbuy'],\n ['name' => \"Blue House - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-house-cd/2025356.p?id=107662&skuId=2025356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025356.jpg\"}', 'upc' => '011661313125', 'provider' => 'bestbuy'],\n ['name' => \"Romantic Suite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/romantic-suite-cd/2025365.p?id=1830827&skuId=2025365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025365.jpg\"}', 'upc' => '789368006922', 'provider' => 'bestbuy'],\n ['name' => \"Moussolou - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moussolou-cd/2025392.p?id=3460852&skuId=2025392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '769233002129', 'provider' => 'bestbuy'],\n ['name' => \"North Indian Vocal Music - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/north-indian-vocal-music-cd-various/2025436.p?id=2294639&skuId=2025436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025436_sa.jpg\"}', 'upc' => '789368017522', 'provider' => 'bestbuy'],\n ['name' => \"Songs From Magelone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-from-magelone-cd/2025542.p?id=1784559&skuId=2025542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '789368030521', 'provider' => 'bestbuy'],\n ['name' => \"Canadian Harp Music - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canadian-harp-music-various-cd/2025560.p?id=1682256&skuId=2025560&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025560', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025560.jpg\"}', 'upc' => '789368031122', 'provider' => 'bestbuy'],\n ['name' => \"Symphonies 1-2-3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphonies-1-2-3-cd/2025579.p?id=1784560&skuId=2025579&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025579', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025579.jpg\"}', 'upc' => '789368031221', 'provider' => 'bestbuy'],\n ['name' => \"Without a Sound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/without-a-sound-cd/2025686.p?id=107460&skuId=2025686&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025686', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025686_sa.jpg\"}', 'upc' => '093624571926', 'provider' => 'bestbuy'],\n ['name' => \"Sleeps with Angels - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sleeps-with-angels-cd/2025837.p?id=107474&skuId=2025837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025837_sa.jpg\"}', 'upc' => '093624574927', 'provider' => 'bestbuy'],\n ['name' => \"Grace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grace-cd/2025873.p?id=76214&skuId=2025873&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2025873', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2025\\/2025873_sa.jpg\"}', 'upc' => '074645752822', 'provider' => 'bestbuy'],\n ['name' => \"Kill It Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kill-it-live-cd/2026008.p?id=2752498&skuId=2026008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2026008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2026\\/2026008_sa.jpg\"}', 'upc' => '811772029829', 'provider' => 'bestbuy'],\n ['name' => \"GE - 1.1 Cu. Ft. Mid-Size Microwave - Stainless-Steel\", 'description_short' => \"950W of power; 10 power levels; electronic touch controls; LED display; convenience cooking controls; instant-on controls; weight and time defrost; removable turntable\", 'description_long' => \"950W of power; 10 power levels; electronic touch controls; LED display; convenience cooking controls; instant-on controls; weight and time defrost; removable turntable\", 'price' => 119.99, 'sale_price' => 109.99, 'url' => 'http://www.bestbuy.com/site/ge-1-1-cu-ft-mid-size-microwave-stainless-steel/2026035.p?id=1219522218344&skuId=2026035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2026035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2026\\/2026035_sa.jpg\"}', 'upc' => '084691810612', 'provider' => 'bestbuy'],\n ['name' => \"Dukes on Sunday, Vol. 2 [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dukes-on-sunday-vol-2-digipak-cd/2026044.p?id=3325822&skuId=2026044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2026044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2026\\/2026044.jpg\"}', 'upc' => '800828352325', 'provider' => 'bestbuy'],\n ['name' => \"The Best Of Foreigner 4 & More - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-foreigner-4-more-cd/2026053.p?id=3353614&skuId=2026053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2026053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2026\\/2026053_sa.jpg\"}', 'upc' => '888750516220', 'provider' => 'bestbuy'],\n ['name' => \"Cover Girl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cover-girl-cd/2026523.p?id=107547&skuId=2026523&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2026523', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2026\\/2026523_sa.jpg\"}', 'upc' => '074645787527', 'provider' => 'bestbuy'],\n ['name' => \"When Fallen Angels Fly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-fallen-angels-fly-cd/2026541.p?id=107549&skuId=2026541&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2026541', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2026\\/2026541_sa.jpg\"}', 'upc' => '074646418826', 'provider' => 'bestbuy'],\n ['name' => \"Autopilot - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/autopilot-cd/2026729.p?id=108371&skuId=2026729&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2026729', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2026\\/2026729_sa.jpg\"}', 'upc' => '744626000821', 'provider' => 'bestbuy'],\n ['name' => \"The Classic Christmas Album [2013] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-classic-christmas-album-2013-cd/2027007.p?id=2753893&skuId=2027007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2027007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2027\\/2027007_sa.jpg\"}', 'upc' => '888837693325', 'provider' => 'bestbuy'],\n ['name' => \"Worthy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worthy-cd/2028015.p?id=3318072&skuId=2028015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2028015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2028\\/2028015_sa.jpg\"}', 'upc' => '760137687221', 'provider' => 'bestbuy'],\n ['name' => \"Worthy [Deluxe Version] [CD & DVD] [Digipak] - DVD Limited Edition Special - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worthy-deluxe-version-cd-dvd-digipak-dvd-limited-edition-special-cd/2028033.p?id=3353602&skuId=2028033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2028033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2028\\/2028033.jpg\"}', 'upc' => '5013929164956', 'provider' => 'bestbuy'],\n ['name' => \"Non-Fiction [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/non-fiction-pa-cd/2028042.p?id=3333728&skuId=2028042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2028042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2028\\/2028042_sa.jpg\"}', 'upc' => '602537932399', 'provider' => 'bestbuy'],\n ['name' => \"Non-Fiction [Deluxe Version] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 18.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/non-fiction-deluxe-version-pa-cd/2028051.p?id=3333709&skuId=2028051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2028051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2028\\/2028051_sa.jpg\"}', 'upc' => '602547158574', 'provider' => 'bestbuy'],\n ['name' => \"Building the Colossus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/building-the-colossus-cd/2028683.p?id=109145&skuId=2028683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2028683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2028\\/2028683_sa.jpg\"}', 'upc' => '736616002922', 'provider' => 'bestbuy'],\n ['name' => \"Insurgent Country, Vol. 1: For a Life of Sin - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/insurgent-country-vol-1-for-a-life-of-sin-cd-various/2028736.p?id=110825&skuId=2028736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2028736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2028\\/2028736_sa.jpg\"}', 'upc' => '744302000121', 'provider' => 'bestbuy'],\n ['name' => \"HP - 98A Toner Cartridge - Black\", 'description_short' => \"Yields up to 6,800 pagesCompatible with select HP LaserJet Printers\", 'description_long' => \"Yields up to 6,800 pagesCompatible with select HP LaserJet Printers\", 'price' => 164.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-98a-toner-cartridge-black/2028941.p?id=1051384751828&skuId=2028941&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2028941', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2028\\/2028941_sa.jpg\"}', 'upc' => '088698005668', 'provider' => 'bestbuy'],\n ['name' => \"HP - 40 High-Yield Ink Cartridge - Black\", 'description_short' => \"Compatible with select HP Copyjet, Designjet and Deskjet printers; black ink; ink-level indicator; yields up to 1,100 pages\", 'description_long' => \"Compatible with select HP Copyjet, Designjet and Deskjet printers; black ink; ink-level indicator; yields up to 1,100 pages\", 'price' => 46.56, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-40-high-yield-ink-cartridge-black/2028978.p?id=1218077602961&skuId=2028978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2028978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2028\\/2028978_sa.jpg\"}', 'upc' => '088698003176', 'provider' => 'bestbuy'],\n ['name' => \"Bright Red - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bright-red-cd/2029003.p?id=107479&skuId=2029003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2029003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2029\\/2029003_sa.jpg\"}', 'upc' => '093624553427', 'provider' => 'bestbuy'],\n ['name' => \"When I Woke - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-i-woke-cd/2029174.p?id=107598&skuId=2029174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2029174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2029\\/2029174_sa.jpg\"}', 'upc' => '731452271327', 'provider' => 'bestbuy'],\n ['name' => \"Live! Live! Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-live-live-cd/2029272.p?id=72461&skuId=2029272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2029272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2029\\/2029272.jpg\"}', 'upc' => '082839709422', 'provider' => 'bestbuy'],\n ['name' => \"Faithfull: A Collection of Her Best Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/faithfull-a-collection-of-her-best-recordings-cd/2029405.p?id=107633&skuId=2029405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2029405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2029\\/2029405_sa.jpg\"}', 'upc' => '731452400420', 'provider' => 'bestbuy'],\n ['name' => \"The Adventures of Priscilla, Queen of the Desert - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-adventures-of-priscilla-queen-of-the-desert-cd-original-soundtrack/2029432.p?id=107631&skuId=2029432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2029432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2029\\/2029432.jpg\"}', 'upc' => '731451693724', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Salt City Blues Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-salt-city-blues-vol-1-cd-various/2030117.p?id=106571&skuId=2030117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030117_sa.jpg\"}', 'upc' => '748897010824', 'provider' => 'bestbuy'],\n ['name' => \"19 Lucky Strikes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/19-lucky-strikes-cd/2030144.p?id=88071&skuId=2030144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030144_sa.jpg\"}', 'upc' => '748897011128', 'provider' => 'bestbuy'],\n ['name' => \"Trouble on the Run - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trouble-on-the-run-cd/2030171.p?id=275284&skuId=2030171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '748897011425', 'provider' => 'bestbuy'],\n ['name' => \"The Unreleased Eric Burdon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-unreleased-eric-burdon-cd/2030215.p?id=106569&skuId=2030215&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030215', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030215_sa.jpg\"}', 'upc' => '748897011722', 'provider' => 'bestbuy'],\n ['name' => \"Buried Bones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buried-bones-cd/2030233.p?id=106567&skuId=2030233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030233.jpg\"}', 'upc' => '748897011920', 'provider' => 'bestbuy'],\n ['name' => \"Avenue Breakdown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/avenue-breakdown-cd/2030260.p?id=106563&skuId=2030260&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030260', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030260_sa.jpg\"}', 'upc' => '748897012224', 'provider' => 'bestbuy'],\n ['name' => \"Clazzual Sax - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clazzual-sax-cd/2030322.p?id=2944000&skuId=2030322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030322_sa.jpg\"}', 'upc' => '784166123420', 'provider' => 'bestbuy'],\n ['name' => \"You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-cd/2030340.p?id=113119&skuId=2030340&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030340', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030340_sa.jpg\"}', 'upc' => '079262340025', 'provider' => 'bestbuy'],\n ['name' => \"Sentimental Journey: The Uncollected Doris... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sentimental-journey-the-uncollected-doris-cd/2030386.p?id=108962&skuId=2030386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030386_sa.jpg\"}', 'upc' => '014921020023', 'provider' => 'bestbuy'],\n ['name' => \"Sweetest Sounds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweetest-sounds-cd/2030395.p?id=108966&skuId=2030395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030395_sa.jpg\"}', 'upc' => '014921025127', 'provider' => 'bestbuy'],\n ['name' => \"Everything's Rosie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everythings-rosie-cd/2030420.p?id=108959&skuId=2030420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030420_sa.jpg\"}', 'upc' => '014921025523', 'provider' => 'bestbuy'],\n ['name' => \"Voices in Standards - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/voices-in-standards-cd/2030439.p?id=108963&skuId=2030439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030439_sa.jpg\"}', 'upc' => '014921080126', 'provider' => 'bestbuy'],\n ['name' => \"Don & the Goodtimes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/don-the-goodtimes-cd/2030448.p?id=107952&skuId=2030448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030448.jpg\"}', 'upc' => '739497701625', 'provider' => 'bestbuy'],\n ['name' => \"Sorcery - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sorcery-cd/2030527.p?id=108537&skuId=2030527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030527_sa.jpg\"}', 'upc' => '025218183826', 'provider' => 'bestbuy'],\n ['name' => \"Andre Previn Plays Harold Arlen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/andre-previn-plays-harold-arlen-cd/2030563.p?id=108539&skuId=2030563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030563_sa.jpg\"}', 'upc' => '025218184021', 'provider' => 'bestbuy'],\n ['name' => \"Sugan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sugan-cd/2030572.p?id=108540&skuId=2030572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030572_sa.jpg\"}', 'upc' => '025218184120', 'provider' => 'bestbuy'],\n ['name' => \"Out Front! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-front-cd/2030581.p?id=108564&skuId=2030581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030581_sa.jpg\"}', 'upc' => '025218184229', 'provider' => 'bestbuy'],\n ['name' => \"20 Golden Pieces of Fats Waller - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-golden-pieces-of-fats-waller-cd/2030812.p?id=186369&skuId=2030812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030812_sa.jpg\"}', 'upc' => '015668200426', 'provider' => 'bestbuy'],\n ['name' => \"Twenty Golden Pieces of Woody Herman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twenty-golden-pieces-of-woody-herman-cd/2030821.p?id=186402&skuId=2030821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030821.jpg\"}', 'upc' => '015668200525', 'provider' => 'bestbuy'],\n ['name' => \"20 Golden Pieces of Louis Armstrong & Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-golden-pieces-of-louis-armstrong-friends-cd/2030830.p?id=440785&skuId=2030830&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030830', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030830_sa.jpg\"}', 'upc' => '015668200723', 'provider' => 'bestbuy'],\n ['name' => \"20 Golden Pieces of Count Basie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-golden-pieces-of-count-basie-cd/2030849.p?id=186144&skuId=2030849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030849_sa.jpg\"}', 'upc' => '015668202024', 'provider' => 'bestbuy'],\n ['name' => \"20 Golden Pieces of Duke Ellington - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-golden-pieces-of-duke-ellington-cd/2030858.p?id=186140&skuId=2030858&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030858', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030858_sa.jpg\"}', 'upc' => '015668202123', 'provider' => 'bestbuy'],\n ['name' => \"Amber Skies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amber-skies-cd/2030867.p?id=1305855&skuId=2030867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030867_sa.jpg\"}', 'upc' => '015668400529', 'provider' => 'bestbuy'],\n ['name' => \"More Mistletoe Magic - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-mistletoe-magic-cd-various/2030876.p?id=64975&skuId=2030876&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030876', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030876.jpg\"}', 'upc' => '015668400925', 'provider' => 'bestbuy'],\n ['name' => \"Just Feelin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-feelin-cd/2030885.p?id=440816&skuId=2030885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030885.jpg\"}', 'upc' => '015668401021', 'provider' => 'bestbuy'],\n ['name' => \"Live from New York - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-new-york-cd/2030901.p?id=373090&skuId=2030901&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030901', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030901.jpg\"}', 'upc' => '015668401120', 'provider' => 'bestbuy'],\n ['name' => \"Etta, Red-Hot & Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/etta-red-hot-live-cd/2030910.p?id=109357&skuId=2030910&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030910', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030910_sa.jpg\"}', 'upc' => '015668501424', 'provider' => 'bestbuy'],\n ['name' => \"-196 C - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/-196-c-cd/2030992.p?id=300619&skuId=2030992&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2030992', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2030\\/2030992_sa.jpg\"}', 'upc' => '019041100327', 'provider' => 'bestbuy'],\n ['name' => \"We'll Get Over - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/well-get-over-cd/2031027.p?id=100078&skuId=2031027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2031027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2031\\/2031027_sa.jpg\"}', 'upc' => '025218853224', 'provider' => 'bestbuy'],\n ['name' => \"Wonderful - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wonderful-cd/2031054.p?id=113019&skuId=2031054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2031054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2031\\/2031054_sa.jpg\"}', 'upc' => '025218858526', 'provider' => 'bestbuy'],\n ['name' => \"Funky London - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/funky-london-cd/2031063.p?id=113022&skuId=2031063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2031063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2031\\/2031063_sa.jpg\"}', 'upc' => '025218858625', 'provider' => 'bestbuy'],\n ['name' => \"Super Tight... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-tight-cd/2031232.p?id=107305&skuId=2031232&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2031232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2031\\/2031232_sa.jpg\"}', 'upc' => '012414152428', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of Millie Jackson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-millie-jackson-cd/2031250.p?id=107310&skuId=2031250&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2031250', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2031\\/2031250_sa.jpg\"}', 'upc' => '012414154026', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-time-cd/2031713.p?id=279030&skuId=2031713&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2031713', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2031\\/2031713.jpg\"}', 'upc' => '078636641126', 'provider' => 'bestbuy'],\n ['name' => \"One Inch Masters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-inch-masters-cd/2031866.p?id=107743&skuId=2031866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2031866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2031\\/2031866_sa.jpg\"}', 'upc' => '045778643929', 'provider' => 'bestbuy'],\n ['name' => \"Epson - Multipurpose 11x17 Ream Paper - Bright White\", 'description_short' => \"Compatible with ink jet printers, laser printers, copiers and more; designed for photo and text printing; 11&quot; x 17&quot;; 500 sheets; acid-free design\", 'description_long' => \"Compatible with ink jet printers, laser printers, copiers and more; designed for photo and text printing; 11&quot; x 17&quot;; 500 sheets; acid-free design\", 'price' => 25.99, 'sale_price' => 12.99, 'url' => 'http://www.bestbuy.com/site/epson-multipurpose-11x17-ream-paper-bright-white/2032089.p?id=1219522218551&skuId=2032089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032089_sa.jpg\"}', 'upc' => '010343919815', 'provider' => 'bestbuy'],\n ['name' => \"Lasers [LP] [PA] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lasers-lp-pa-vinyl/2032128.p?id=2186630&skuId=2032128&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032128', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032128_sa.jpg\"}', 'upc' => '075678827266', 'provider' => 'bestbuy'],\n ['name' => \"Civilian [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/civilian-lp-vinyl/2032146.p?id=2187798&skuId=2032146&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032146', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032146_sa.jpg\"}', 'upc' => '673855040011', 'provider' => 'bestbuy'],\n ['name' => \"Pedals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pedals-cd/2032164.p?id=2186533&skuId=2032164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032164.jpg\"}', 'upc' => '075678930140', 'provider' => 'bestbuy'],\n ['name' => \"Powder Keg [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/powder-keg-digipak-cd/2032173.p?id=2188223&skuId=2032173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032173.jpg\"}', 'upc' => '677516131223', 'provider' => 'bestbuy'],\n ['name' => \"Lasers [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lasers-pa-cd/2032182.p?id=2184842&skuId=2032182&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032182', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032182_sa.jpg\"}', 'upc' => '075678958656', 'provider' => 'bestbuy'],\n ['name' => \"Convergence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/convergence-cd/2032191.p?id=2182155&skuId=2032191&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032191_sa.jpg\"}', 'upc' => '633842211022', 'provider' => 'bestbuy'],\n ['name' => \"Collapse into Now [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/collapse-into-now-digipak-cd/2032216.p?id=2178048&skuId=2032216&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032216', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032216_sa.jpg\"}', 'upc' => '093624962717', 'provider' => 'bestbuy'],\n ['name' => \"My Devil in Your Eyes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-devil-in-your-eyes-cd/2032225.p?id=2187785&skuId=2032225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032225_sa.jpg\"}', 'upc' => '856136002551', 'provider' => 'bestbuy'],\n ['name' => \"Smoke Ring for My Halo [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smoke-ring-for-my-halo-lp-vinyl/2032234.p?id=2187792&skuId=2032234&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032234', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032234_sa.jpg\"}', 'upc' => '744861093817', 'provider' => 'bestbuy'],\n ['name' => \"The Excitement of Maybe [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-excitement-of-maybe-digipak-cd/2032243.p?id=2187791&skuId=2032243&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032243', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032243_sa.jpg\"}', 'upc' => '744302017723', 'provider' => 'bestbuy'],\n ['name' => \"Civilian [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/civilian-digipak-cd/2032252.p?id=2187799&skuId=2032252&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032252', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032252_sa.jpg\"}', 'upc' => '673855040028', 'provider' => 'bestbuy'],\n ['name' => \"Choo Choo Boogaloo: Zydeco Music For Families - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/choo-choo-boogaloo-zydeco-music-for-families-cd/2032259.p?id=107485&skuId=2032259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032259_sa.jpg\"}', 'upc' => '093624255628', 'provider' => 'bestbuy'],\n ['name' => \"Happy Thoughts [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happy-thoughts-pa-digipak-cd/2032261.p?id=2188222&skuId=2032261&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032261', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032261_sa.jpg\"}', 'upc' => '824363011622', 'provider' => 'bestbuy'],\n ['name' => \"Smoke Ring for My Halo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smoke-ring-for-my-halo-cd/2032289.p?id=2187796&skuId=2032289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032289_sa.jpg\"}', 'upc' => '744861093824', 'provider' => 'bestbuy'],\n ['name' => \"Cosmic Connection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cosmic-connection-cd/2032298.p?id=2188224&skuId=2032298&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032298', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032298_sa.jpg\"}', 'upc' => '026245207622', 'provider' => 'bestbuy'],\n ['name' => \"Downtown Battle Mountain II - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/downtown-battle-mountain-ii-cd/2032304.p?id=2187784&skuId=2032304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032304_sa.jpg\"}', 'upc' => '856136002544', 'provider' => 'bestbuy'],\n ['name' => \"The Dancing Monk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dancing-monk-cd/2032313.p?id=2182161&skuId=2032313&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032313', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032313.jpg\"}', 'upc' => '633842210827', 'provider' => 'bestbuy'],\n ['name' => \"Oldboy [2003] [Original Motion Picture... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oldboy-2003-original-motion-picture-cd/2032322.p?id=2180718&skuId=2032322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2032322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2032\\/2032322_sa.jpg\"}', 'upc' => '731383648021', 'provider' => 'bestbuy'],\n ['name' => \"TomTom - Vehicle Charger for Select TomTom GO LIVE and VIA GPS\", 'description_short' => \"Compatible with select TomTom GO LIVE and VIA GPS; charges most USB, mini USB and micro USB devices; includes mini USB cable and mini-to-micro USB adapter\", 'description_long' => \"Compatible with select TomTom GO LIVE and VIA GPS; charges most USB, mini USB and micro USB devices; includes mini USB cable and mini-to-micro USB adapter\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tomtom-vehicle-charger-for-select-tomtom-go-live-and-via-gps/2033127.p?id=1218306466464&skuId=2033127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2033127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2033\\/2033127_sa.jpg\"}', 'upc' => '636926047029', 'provider' => 'bestbuy'],\n ['name' => \"TomTom - Dashboard Mount for Select TomTom GPS\", 'description_short' => \"Compatible with select TomTom GO, TomTom XL, TomTom XXL and TomTom EASE GPS; fits most cars; nonskid backing\", 'description_long' => \"Compatible with select TomTom GO, TomTom XL, TomTom XXL and TomTom EASE GPS; fits most cars; nonskid backing\", 'price' => 31.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tomtom-dashboard-mount-for-select-tomtom-gps/2033136.p?id=1218306461911&skuId=2033136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2033136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2033\\/2033136_rc.jpg\"}', 'upc' => '636926046992', 'provider' => 'bestbuy'],\n ['name' => \"Rough Side of the Mountain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rough-side-of-the-mountain-cd/2033169.p?id=128140&skuId=2033169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2033169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2033\\/2033169.jpg\"}', 'upc' => '089921005929', 'provider' => 'bestbuy'],\n ['name' => \"Ecosential - 18-Oz. Stainless-Steel Cleaner - White\", 'description_short' => \"Designed for use on most grades of stainless-steel; cleans fingerprints, smudges, residue, grease and other buildup; eco-friendly\", 'description_long' => \"Designed for use on most grades of stainless-steel; cleans fingerprints, smudges, residue, grease and other buildup; eco-friendly\", 'price' => 7.99, 'sale_price' => 2.99, 'url' => 'http://www.bestbuy.com/site/ecosential-18-oz-stainless-steel-cleaner-white/2034162.p?id=1218306995199&skuId=2034162&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2034162', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2034\\/2034162_sa.jpg\"}', 'upc' => '012505452260', 'provider' => 'bestbuy'],\n ['name' => \"So Satisfied - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/so-satisfied-cd/2034248.p?id=131810&skuId=2034248&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2034248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2034\\/2034248_sa.jpg\"}', 'upc' => '089921013528', 'provider' => 'bestbuy'],\n ['name' => \"Can't You See... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cant-you-see-cd/2034408.p?id=73968&skuId=2034408&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2034408', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2034\\/2034408_sa.jpg\"}', 'upc' => '089921014921', 'provider' => 'bestbuy'],\n ['name' => \"He's Preparing Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hes-preparing-me-cd/2034550.p?id=186136&skuId=2034550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2034550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2034\\/2034550_sa.jpg\"}', 'upc' => '089921016222', 'provider' => 'bestbuy'],\n ['name' => \"How Excellent Is Thy Name - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-excellent-is-thy-name-cd/2034587.p?id=127706&skuId=2034587&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2034587', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2034\\/2034587_sa.jpg\"}', 'upc' => '089921016321', 'provider' => 'bestbuy'],\n ['name' => \"Invitation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/invitation-cd/2034701.p?id=73962&skuId=2034701&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2034701', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2034\\/2034701_sa.jpg\"}', 'upc' => '089921017021', 'provider' => 'bestbuy'],\n ['name' => \"Trust - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trust-cd/2034729.p?id=107498&skuId=2034729&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2034729', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2034\\/2034729_sa.jpg\"}', 'upc' => '093624574620', 'provider' => 'bestbuy'],\n ['name' => \"God Delivered - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/god-delivered-cd/2034756.p?id=128143&skuId=2034756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2034756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2034\\/2034756_sa.jpg\"}', 'upc' => '089921017229', 'provider' => 'bestbuy'],\n ['name' => \"Stand Still Until His Will Is Clear - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stand-still-until-his-will-is-clear-cd/2034934.p?id=239268&skuId=2034934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2034934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2034\\/2034934.jpg\"}', 'upc' => '089921018028', 'provider' => 'bestbuy'],\n ['name' => \"The Imitation Game (Blu-ray)(UV Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => 11.99, 'url' => 'http://www.bestbuy.com/site/the-imitation-game-blu-rayuv-digital-copy/2035013.p?id=3351325&skuId=2035013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035013_sa.jpg\"}', 'upc' => '013132622514', 'provider' => 'bestbuy'],\n ['name' => \"Eternal Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eternal-life-cd/2035023.p?id=186212&skuId=2035023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035023.jpg\"}', 'upc' => '089921018523', 'provider' => 'bestbuy'],\n ['name' => \"Power - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/power-cd/2035078.p?id=131858&skuId=2035078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035078_sa.jpg\"}', 'upc' => '089921018622', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/2035096.p?id=94670&skuId=2035096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035096_sa.jpg\"}', 'upc' => '089921018721', 'provider' => 'bestbuy'],\n ['name' => \"Precious - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/precious-cd/2035130.p?id=186214&skuId=2035130&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035130', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035130_sa.jpg\"}', 'upc' => '089921018820', 'provider' => 'bestbuy'],\n ['name' => \"I Can't Make It (Without the Lord) - Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-cant-make-it-without-the-lord-live-cd/2035274.p?id=128144&skuId=2035274&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035274_sa.jpg\"}', 'upc' => '089921019421', 'provider' => 'bestbuy'],\n ['name' => \"Nothing Can Be Better - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothing-can-be-better-cd/2035292.p?id=154910&skuId=2035292&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035292', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035292_sa.jpg\"}', 'upc' => '089921019520', 'provider' => 'bestbuy'],\n ['name' => \"We Offer Christ - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-offer-christ-cd/2035498.p?id=131895&skuId=2035498&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035498', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035498_sa.jpg\"}', 'upc' => '732865160321', 'provider' => 'bestbuy'],\n ['name' => \"Tom Clancy's H.A.W.X. 2 - PRE-OWNED - PlayStation 3\", 'description_short' => \"Take off for adrenaline-pumping aerial action\", 'description_long' => \"Take off for adrenaline-pumping aerial action\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tom-clancys-h-a-w-x-2-pre-owned-playstation-3/2035656.p?id=1218306467791&skuId=2035656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035656_sa.jpg\"}', 'upc' => '799007777670', 'provider' => 'bestbuy'],\n ['name' => \"Season Two: Sam and Max Beyond Time and Space - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Experience a whole new world of investigation\", 'description_long' => \"Experience a whole new world of investigation\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/season-two-sam-and-max-beyond-time-and-space-pre-owned-nintendo-wii/2035838.p?id=1218306459275&skuId=2035838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035838_sa.jpg\"}', 'upc' => '799007777724', 'provider' => 'bestbuy'],\n ['name' => \"EyePet - PRE-OWNED - PlayStation 3\", 'description_short' => \"Have real fun with a virtual furry friend\", 'description_long' => \"Have real fun with a virtual furry friend\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eyepet-pre-owned-playstation-3/2035938.p?id=1218306459549&skuId=2035938&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035938', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035938_sa.jpg\"}', 'upc' => '799007777755', 'provider' => 'bestbuy'],\n ['name' => \"Castlevania: Lords of Shadow - PRE-OWNED - Xbox 360\", 'description_short' => \"Save the world at the End of Days\", 'description_long' => \"Save the world at the End of Days\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/castlevania-lords-of-shadow-pre-owned-xbox-360/2035965.p?id=1218306460114&skuId=2035965&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2035965', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2035\\/2035965_sa.jpg\"}', 'upc' => '799007777779', 'provider' => 'bestbuy'],\n ['name' => \"Night at the Museum: Secret of the Tomb (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-at-the-museum-secret-of-the-tomb-dvd/2036003.p?id=3345696&skuId=2036003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036003.jpg\"}', 'upc' => '024543989660', 'provider' => 'bestbuy'],\n ['name' => \"Exodus: Gods and Kings (3D Blu-ray)(Blu-ray)(Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/exodus-gods-and-kings-3d-blu-rayblu-raydigital-copy/2036012.p?id=3343902&skuId=2036012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036012_sa.jpg\"}', 'upc' => '024543988557', 'provider' => 'bestbuy'],\n ['name' => \"Night at the Museum: Secret of the Tomb (Blu-ray/DVD)(Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-at-the-museum-secret-of-the-tomb-blu-ray-dvddigital-copy/2036021.p?id=3345696&skuId=2036021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036021.jpg\"}', 'upc' => '024543989714', 'provider' => 'bestbuy'],\n ['name' => \"DJ Hero - PRE-OWNED - PlayStation 3\", 'description_short' => \"Rule the party with blasting beats\", 'description_long' => \"Rule the party with blasting beats\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dj-hero-pre-owned-playstation-3/2036081.p?id=1218306462357&skuId=2036081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036081_sa.jpg\"}', 'upc' => '799007777809', 'provider' => 'bestbuy'],\n ['name' => \"Wii Party - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Will you cooperate or play to win everything yourself?\", 'description_long' => \"Will you cooperate or play to win everything yourself?\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wii-party-pre-owned-nintendo-wii/2036115.p?id=1218306461982&skuId=2036115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036115_sa.jpg\"}', 'upc' => '799007777823', 'provider' => 'bestbuy'],\n ['name' => \"Disney Club Penguin Game Day - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Waddle, don&#039;t walk, to a course of crazy penguin games\", 'description_long' => \"Waddle, don&#039;t walk, to a course of crazy penguin games\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disney-club-penguin-game-day-pre-owned-nintendo-wii/2036133.p?id=1218306465541&skuId=2036133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036133_sa.jpg\"}', 'upc' => '799007777847', 'provider' => 'bestbuy'],\n ['name' => \"Live with the Southwest Louisiana Mass Choir - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-with-the-southwest-louisiana-mass-choir-cd/2036264.p?id=130711&skuId=2036264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036264_sa.jpg\"}', 'upc' => '048021445523', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Willie Banks: Memorial Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-willie-banks-memorial-album-cd/2036335.p?id=132494&skuId=2036335&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036335', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036335_sa.jpg\"}', 'upc' => '048021446025', 'provider' => 'bestbuy'],\n ['name' => \"Dr. Mattie Moss Clark Presents Corey... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dr-mattie-moss-clark-presents-corey-cd/2036399.p?id=156317&skuId=2036399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036399.jpg\"}', 'upc' => '048021446223', 'provider' => 'bestbuy'],\n ['name' => \"Now, I Can See - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/now-i-can-see-cd/2036512.p?id=131128&skuId=2036512&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2036512', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2036\\/2036512_sa.jpg\"}', 'upc' => '048021601127', 'provider' => 'bestbuy'],\n ['name' => \"SanDisk - Extreme 64GB CompactFlash Memory Card - Black/Gold\", 'description_short' => \"Compatible with select CF-enabled devices, including select DSLR cameras; 64GB storage capacity; up to 120MB/sec. read speed; up to 60MB/sec. write speed\", 'description_long' => \"Compatible with select CF-enabled devices, including select DSLR cameras; 64GB storage capacity; up to 120MB/sec. read speed; up to 60MB/sec. write speed\", 'price' => 349.99, 'sale_price' => 49.99, 'url' => 'http://www.bestbuy.com/site/sandisk-extreme-64gb-compactflash-memory-card-black-gold/2037002.p?id=1219068385622&skuId=2037002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2037002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2037\\/2037002_sa.jpg\"}', 'upc' => '619659103767', 'provider' => 'bestbuy'],\n ['name' => \"Live from Salt Lake City Utah - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-salt-lake-city-utah-cd/2037272.p?id=130600&skuId=2037272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2037272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2037\\/2037272_sa.jpg\"}', 'upc' => '021401710527', 'provider' => 'bestbuy'],\n ['name' => \"He's All over Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hes-all-over-me-cd/2037325.p?id=128197&skuId=2037325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2037325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2037\\/2037325_sa.jpg\"}', 'upc' => '021401710824', 'provider' => 'bestbuy'],\n ['name' => \"Iris Innovations - General-Purpose Camera\", 'description_short' => \"From our expanded online assortment; compatible with most marine multifunction displays; day/night use; 23 IR LEDs; 65&#039; range\", 'description_long' => \"From our expanded online assortment; compatible with most marine multifunction displays; day/night use; 23 IR LEDs; 65&#039; range\", 'price' => 218.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iris-innovations-general-purpose-camera/2037809.p?id=1218306464001&skuId=2037809', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2037809', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2037\\/2037809_rc.jpg\"}', 'upc' => '5060241170226', 'provider' => 'bestbuy'],\n ['name' => \"Oster - My Blend 20-Oz. Blender - Blue\", 'description_short' => \"Stainless-steel ice-crushing blade; 20-oz. capacity; BPA-free sports bottle; dishwasher safe\", 'description_long' => \"Stainless-steel ice-crushing blade; 20-oz. capacity; BPA-free sports bottle; dishwasher safe\", 'price' => 24.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/oster-my-blend-20-oz-blender-blue/2037936.p?id=1218307911690&skuId=2037936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2037936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2037\\/2037936_sa.jpg\"}', 'upc' => '034264445208', 'provider' => 'bestbuy'],\n ['name' => \"ZAGG - InvisibleSHIELD for LG Cosmos Touch VN270 Mobile Phones - Clear\", 'description_short' => \"From our expanded online assortment; compatible with LG Cosmos Touch VN270 mobile phones; protects against scratches; military-grade material\", 'description_long' => \"From our expanded online assortment; compatible with LG Cosmos Touch VN270 mobile phones; protects against scratches; military-grade material\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zagg-invisibleshield-for-lg-cosmos-touch-vn270-mobile-phones-clear/2037954.p?id=1218307633510&skuId=2037954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2037954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2037\\/2037954_rc.jpg\"}', 'upc' => '843404069590', 'provider' => 'bestbuy'],\n ['name' => \"Lenmar - Lithium-Ion Battery for Samsung Galaxy S III Mobile Phones - Black\", 'description_short' => \"Compatible with Samsung Galaxy S III mobile phones; 3.7V; 4300 mAh\", 'description_long' => \"Compatible with Samsung Galaxy S III mobile phones; 3.7V; 4300 mAh\", 'price' => 34.99, 'sale_price' => 25.99, 'url' => 'http://www.bestbuy.com/site/lenmar-lithium-ion-battery-for-samsung-galaxy-s-iii-mobile-phones-black/2038001.p?id=1219068634102&skuId=2038001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038001_sa.jpg\"}', 'upc' => '029521853742', 'provider' => 'bestbuy'],\n ['name' => \"Lenmar - Lithium-Ion Battery for Samsung Galaxy Note II Mobile Phones - Black\", 'description_short' => \"Compatible with Samsung Galaxy Note II mobile phones; 3.8V; 6200 mAh\", 'description_long' => \"Compatible with Samsung Galaxy Note II mobile phones; 3.8V; 6200 mAh\", 'price' => 44.99, 'sale_price' => 39.99, 'url' => 'http://www.bestbuy.com/site/lenmar-lithium-ion-battery-for-samsung-galaxy-note-ii-mobile-phones-black/2038029.p?id=1219068630315&skuId=2038029', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038029_sa.jpg\"}', 'upc' => '029521853735', 'provider' => 'bestbuy'],\n ['name' => \"Lenmar - Lithium-Ion Battery for BlackBerry Curve 9220, 9310, 9315 and 9320 Mobile Phones - Black\", 'description_short' => \"Compatible with BlackBerry Curve 9220, 9310, 9315 and 9320 mobile phones; NOMEM technology; 3.7V of power; 1650 mAh capacity; airplane-safe design\", 'description_long' => \"Compatible with BlackBerry Curve 9220, 9310, 9315 and 9320 mobile phones; NOMEM technology; 3.7V of power; 1650 mAh capacity; airplane-safe design\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lenmar-lithium-ion-battery-for-blackberry-curve-9220-9310-9315-and-9320-mobile-phones-black/2038038.p?id=1219068640280&skuId=2038038', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038038_sa.jpg\"}', 'upc' => '029521853278', 'provider' => 'bestbuy'],\n ['name' => \"Lenmar - Lithium-Ion Battery for Select Huawei and T-Mobile Mobile Phones - Black\", 'description_short' => \"Compatible with select Huawei and T-Mobile mobile phones; 3.7V; 1080 mAh\", 'description_long' => \"Compatible with select Huawei and T-Mobile mobile phones; 3.7V; 1080 mAh\", 'price' => 19.99, 'sale_price' => 13.99, 'url' => 'http://www.bestbuy.com/site/lenmar-lithium-ion-battery-for-select-huawei-and-t-mobile-mobile-phones-black/2038047.p?id=1219068629469&skuId=2038047', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038047_sa.jpg\"}', 'upc' => '029521848687', 'provider' => 'bestbuy'],\n ['name' => \"Uniden - VHF Marine 2-Way Radio - White\", 'description_short' => \"From our expanded online assortment; most American, Canadian and international marine channels; 10 weather channels; S.A.M.E. emergency/weather alert; backlit full-dot matrix display\", 'description_long' => \"From our expanded online assortment; most American, Canadian and international marine channels; 10 weather channels; S.A.M.E. emergency/weather alert; backlit full-dot matrix display\", 'price' => 139.99, 'sale_price' => 110.99, 'url' => 'http://www.bestbuy.com/site/uniden-vhf-marine-2-way-radio-white/2038089.p?id=1218306949473&skuId=2038089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038089_rc.jpg\"}', 'upc' => '050633501290', 'provider' => 'bestbuy'],\n ['name' => \"Belkin - View Case for Apple® iPhone® 5 and 5s - Clear/Whiteout\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; transparent polycarbonate back; impact-resistant TPU edges; colorful border; compact, play-through design; camera lens cutout\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; transparent polycarbonate back; impact-resistant TPU edges; colorful border; compact, play-through design; camera lens cutout\", 'price' => 19.99, 'sale_price' => 11.99, 'url' => 'http://www.bestbuy.com/site/belkin-view-case-for-apple-iphone-5-and-5s-clear-whiteout/2038107.p?id=1219068639562&skuId=2038107&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038107_sa.jpg\"}', 'upc' => '722868921555', 'provider' => 'bestbuy'],\n ['name' => \"Uniden - VHF Marine 2-Way Radio - Multicolor\", 'description_short' => \"From our expanded online assortment; most marine VHF and NOAA weather channels; orange backlit LCD; weather alert\", 'description_long' => \"From our expanded online assortment; most marine VHF and NOAA weather channels; orange backlit LCD; weather alert\", 'price' => 99.99, 'sale_price' => 85.99, 'url' => 'http://www.bestbuy.com/site/uniden-vhf-marine-2-way-radio-multicolor/2038113.p?id=1218306949052&skuId=2038113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038113_sa.jpg\"}', 'upc' => '050633501252', 'provider' => 'bestbuy'],\n ['name' => \"Belkin - Grip Candy Sheer Case for Apple® iPhone® 5 and 5s - Smolder/Gravy\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; TPU material; button and screen protection; play-through design; translucent, 2-tone design; compact size\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; TPU material; button and screen protection; play-through design; translucent, 2-tone design; compact size\", 'price' => 24.99, 'sale_price' => 18.99, 'url' => 'http://www.bestbuy.com/site/belkin-grip-candy-sheer-case-for-apple-iphone-5-and-5s-smolder-gravy/2038116.p?id=1219068633570&skuId=2038116', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038116_sa.jpg\"}', 'upc' => '722868897508', 'provider' => 'bestbuy'],\n ['name' => \"Belkin - Ease-Fit Armband for Apple® iPhone® 5 and 5s - Black\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; lightweight, flexible neoprene-and-Lycra construction; low-profile, form-fitting design; hand washable\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; lightweight, flexible neoprene-and-Lycra construction; low-profile, form-fitting design; hand washable\", 'price' => 17.99, 'sale_price' => 12.99, 'url' => 'http://www.bestbuy.com/site/belkin-ease-fit-armband-for-apple-iphone-5-and-5s-black/2038134.p?id=1219068630644&skuId=2038134', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038134', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038134_sa.jpg\"}', 'upc' => '722868894743', 'provider' => 'bestbuy'],\n ['name' => \"Belkin - Grip Candy Sheer Case for Apple® iPhone® 4 and 4S - Clear/Blacktop\", 'description_short' => \"Compatible with Apple iPhone 4 and 4S; TPU material; play-through design; translucent, 2-tone design; compact size\", 'description_long' => \"Compatible with Apple iPhone 4 and 4S; TPU material; play-through design; translucent, 2-tone design; compact size\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/belkin-grip-candy-sheer-case-for-apple-iphone-4-and-4s-clear-blacktop/2038152.p?id=1219068626542&skuId=2038152', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038152_sa.jpg\"}', 'upc' => '722868857649', 'provider' => 'bestbuy'],\n ['name' => \"Mr. Coffee - 10-Cup Coffeemaker - Stainless-Steel/Black\", 'description_short' => \"Double-walled thermal carafe; brew pause; 2-hour auto shutoff; Fresh Brew timer; brew strength selector\", 'description_long' => \"Double-walled thermal carafe; brew pause; 2-hour auto shutoff; Fresh Brew timer; brew strength selector\", 'price' => 69.99, 'sale_price' => 61.99, 'url' => 'http://www.bestbuy.com/site/mr-coffee-10-cup-coffeemaker-stainless-steel-black/2038159.p?id=1218306948033&skuId=2038159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038159_rc.jpg\"}', 'upc' => '072179231042', 'provider' => 'bestbuy'],\n ['name' => \"Belkin - View Case for Apple® iPhone® 5 and 5s - Clear/Blacktop\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; transparent polycarbonate back; impact-resistant TPU edges; colorful border; compact, play-through design; camera lens cutout\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; transparent polycarbonate back; impact-resistant TPU edges; colorful border; compact, play-through design; camera lens cutout\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/belkin-view-case-for-apple-iphone-5-and-5s-clear-blacktop/2038189.p?id=1219068626327&skuId=2038189&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038189', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038189_sa.jpg\"}', 'upc' => '722868908396', 'provider' => 'bestbuy'],\n ['name' => \"Explicit Game [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/explicit-game-pa-cd/2038663.p?id=107559&skuId=2038663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038663_sa.jpg\"}', 'upc' => '088561122225', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Evergreen 3.3' 3.5mm-to-3.5mm Interconnect Cable - Black/Green\", 'description_short' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'description_long' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'price' => 35.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-evergreen-3-3-3-5mm-to-3-5mm-interconnect-cable-black-green/2038702.p?id=1219068635534&skuId=2038702&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038702', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1310\\/1310264724\\/1310264724_sa.jpg\"}', 'upc' => '092592061002', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 16.4' 3.5mm-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 45.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-16-4-3-5mm-to-rca-interconnect-cable-black-white/2038711.p?id=1219068640475&skuId=2038711', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038711', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038711_rc.jpg\"}', 'upc' => '092592076914', 'provider' => 'bestbuy'],\n ['name' => \"Electromagnetic Waves - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/electromagnetic-waves-cd/2038725.p?id=107560&skuId=2038725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038725_sa.jpg\"}', 'upc' => '784023100526', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 9.8' RCA-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 35.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-9-8-rca-to-rca-interconnect-cable-black-white/2038739.p?id=1219068634813&skuId=2038739', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038739', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038739_rc.jpg\"}', 'upc' => '092592076891', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 3.3' RCA-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 25.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-3-3-rca-to-rca-interconnect-cable-black-white/2038748.p?id=1219068629408&skuId=2038748', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038748_rc.jpg\"}', 'upc' => '092592076822', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 3.3' 3.5mm-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 25.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-3-3-3-5mm-to-rca-interconnect-cable-black-white/2038757.p?id=1219068623172&skuId=2038757&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038757', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038757_rc.jpg\"}', 'upc' => '092592076815', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 26.2' 3.5mm-to-3.5mm Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 60.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-26-2-3-5mm-to-3-5mm-interconnect-cable-black-white/2038766.p?id=1219068634749&skuId=2038766', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038766_rc.jpg\"}', 'upc' => '092592076938', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 9.8' 3.5mm-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 35.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-9-8-3-5mm-to-rca-interconnect-cable-black-white/2038775.p?id=1219068637830&skuId=2038775&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038775', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038775_rc.jpg\"}', 'upc' => '092592076877', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 9.8' 3.5mm-to-3.5mm Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 35.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-9-8-3-5mm-to-3-5mm-interconnect-cable-black-white/2038784.p?id=1219068627657&skuId=2038784&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038784', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038784_rc.jpg\"}', 'upc' => '092592076860', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 3.3' 3.5mm-to-3.5mm Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 25.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-3-3-3-5mm-to-3-5mm-interconnect-cable-black-white/2038793.p?id=1219068628882&skuId=2038793', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038793_rc.jpg\"}', 'upc' => '092592076808', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Evergreen 9.8' 3.5mm-to-3.5mm Interconnect Cable - Black/Green\", 'description_short' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'description_long' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-evergreen-9-8-3-5mm-to-3-5mm-interconnect-cable-black-green/2038802.p?id=1219068630051&skuId=2038802&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038802', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038802_rc.jpg\"}', 'upc' => '092592061149', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Evergreen 26.2' 3.5mm-to-RCA Interconnect Cable - Black/Green\", 'description_short' => \"Compatible with most devices with a 3.5mm or RCA interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'description_long' => \"Compatible with most devices with a 3.5mm or RCA interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'price' => 84.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-evergreen-26-2-3-5mm-to-rca-interconnect-cable-black-green/2038811.p?id=1219068635271&skuId=2038811', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038811_rc.jpg\"}', 'upc' => '092592062252', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 2' RCA-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 23.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-2-rca-to-rca-interconnect-cable-black-white/2038848.p?id=1219068637630&skuId=2038848', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038848', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038848_rc.jpg\"}', 'upc' => '092592076761', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 4.9' RCA-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 28.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-4-9-rca-to-rca-interconnect-cable-black-white/2038857.p?id=1219068632065&skuId=2038857&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038857', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038857_rc.jpg\"}', 'upc' => '092592076792', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Evergreen 4.9' 3.5mm-to-3.5mm Interconnect Cable - Black/Green\", 'description_short' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'description_long' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-evergreen-4-9-3-5mm-to-3-5mm-interconnect-cable-black-green/2038866.p?id=1219068628429&skuId=2038866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038866_rc.jpg\"}', 'upc' => '092592060661', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 16.4' 3.5mm-to-3.5mm Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 45.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-16-4-3-5mm-to-3-5mm-interconnect-cable-black-white/2038875.p?id=1219068638738&skuId=2038875', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038875_rc.jpg\"}', 'upc' => '092592076907', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 16.4' RCA-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 45.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-16-4-rca-to-rca-interconnect-cable-black-white/2038884.p?id=1219068627131&skuId=2038884', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038884_rc.jpg\"}', 'upc' => '092592076921', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Evergreen 16.4' 3.5mm-to-RCA Interconnect Cable - Black/Green\", 'description_short' => \"Compatible with most devices with a 3.5mm or RCA interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'description_long' => \"Compatible with most devices with a 3.5mm or RCA interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'price' => 63.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-evergreen-16-4-3-5mm-to-rca-interconnect-cable-black-green/2038893.p?id=1219068631085&skuId=2038893', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038893', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038893_rc.jpg\"}', 'upc' => '092592061781', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 2' 3.5mm-to-3.5mm Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 23.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-2-3-5mm-to-3-5mm-interconnect-cable-black-white/2038902.p?id=1219068626871&skuId=2038902', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038902', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038902_rc.jpg\"}', 'upc' => '092592076747', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Evergreen 26.2' 3.5mm-to-3.5mm Interconnect Cable - Black/Green\", 'description_short' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'description_long' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'price' => 84.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-evergreen-26-2-3-5mm-to-3-5mm-interconnect-cable-black-green/2038911.p?id=1219068635208&skuId=2038911', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038911_rc.jpg\"}', 'upc' => '092592062245', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Evergreen 2' 3.5mm-to-3.5mm Interconnect Cable - Black/Green\", 'description_short' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'description_long' => \"Compatible with most devices with a 3.5mm interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'price' => 32.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-evergreen-2-3-5mm-to-3-5mm-interconnect-cable-black-green/2038939.p?id=1219068636589&skuId=2038939', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038939_rc.jpg\"}', 'upc' => '092592060401', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 4.9' 3.5mm-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 28.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-4-9-3-5mm-to-rca-interconnect-cable-black-white/2038948.p?id=1219068628037&skuId=2038948', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038948', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038948_rc.jpg\"}', 'upc' => '092592076785', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 26.2' 3.5mm-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with 3.5mm or RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 60.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-26-2-3-5mm-to-rca-interconnect-cable-black-white/2038957.p?id=1219068640081&skuId=2038957', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038957', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038957_rc.jpg\"}', 'upc' => '092592076952', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Tower 26.2' RCA-to-RCA Interconnect Cable - Black/White\", 'description_short' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'description_long' => \"Compatible with most audio equipment with RCA connectivity; solid long-grain copper conductors; foamed-polyethylene insulation materials; cold-welded terminations\", 'price' => 60.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-tower-26-2-rca-to-rca-interconnect-cable-black-white/2038966.p?id=1219068628623&skuId=2038966&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2038966', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2038\\/2038966_rc.jpg\"}', 'upc' => '092592076983', 'provider' => 'bestbuy'],\n ['name' => \"Key Digital - Phantom Series HDMI Switcher\", 'description_short' => \"KEY DIGITAL Phantom Series HDMI Switcher: Offers digital switching of up to 2 HDMI inputs to an HDMI output; supports standard-definition, high-definition and 3D signals; iAS (Intelligent Auto Sense) technology; audio de-embedder\", 'description_long' => \"KEY DIGITAL Phantom Series HDMI Switcher: Offers digital switching of up to 2 HDMI inputs to an HDMI output; supports standard-definition, high-definition and 3D signals; iAS (Intelligent Auto Sense) technology; audio de-embedder\", 'price' => 333.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/key-digital-phantom-series-hdmi-switcher/2039073.p?id=1219300829779&skuId=2039073', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039073_sa.jpg\"}', 'upc' => '819505007991', 'provider' => 'bestbuy'],\n ['name' => \"The Imitation Game (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-imitation-game-dvd/2039082.p?id=3351325&skuId=2039082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039082_sa.jpg\"}', 'upc' => '013132622507', 'provider' => 'bestbuy'],\n ['name' => \"He's Everything to Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hes-everything-to-me-cd/2039396.p?id=155730&skuId=2039396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039396.jpg\"}', 'upc' => '021401481021', 'provider' => 'bestbuy'],\n ['name' => \"I'll Be with You Always - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ill-be-with-you-always-cd/2039412.p?id=130895&skuId=2039412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039412.jpg\"}', 'upc' => '021401481328', 'provider' => 'bestbuy'],\n ['name' => \"Wait I Say on the Lord - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wait-i-say-on-the-lord-cd/2039449.p?id=92620&skuId=2039449&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039449', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039449_sa.jpg\"}', 'upc' => '021401481526', 'provider' => 'bestbuy'],\n ['name' => \"Walking Rhythm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walking-rhythm-cd/2039644.p?id=94953&skuId=2039644&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039644', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039644_sa.jpg\"}', 'upc' => '022211703020', 'provider' => 'bestbuy'],\n ['name' => \"Jesus Gave Me Water - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jesus-gave-me-water-cd/2039653.p?id=78622&skuId=2039653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039653_sa.jpg\"}', 'upc' => '022211703129', 'provider' => 'bestbuy'],\n ['name' => \"Thunderbolt of the Middle West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thunderbolt-of-the-middle-west-cd/2039671.p?id=90875&skuId=2039671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039671_sa.jpg\"}', 'upc' => '022211703327', 'provider' => 'bestbuy'],\n ['name' => \"Heaven Is My Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heaven-is-my-home-cd/2039699.p?id=99533&skuId=2039699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039699_sa.jpg\"}', 'upc' => '022211704027', 'provider' => 'bestbuy'],\n ['name' => \"The Sermon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sermon-cd/2039706.p?id=82332&skuId=2039706&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039706', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039706_sa.jpg\"}', 'upc' => '022211704126', 'provider' => 'bestbuy'],\n ['name' => \"Too Close - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/too-close-cd/2039715.p?id=75700&skuId=2039715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039715.jpg\"}', 'upc' => '022211704225', 'provider' => 'bestbuy'],\n ['name' => \"Heavenly Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heavenly-light-cd/2039742.p?id=100947&skuId=2039742&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2039742', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2039\\/2039742_sa.jpg\"}', 'upc' => '022211704423', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Soft Shell Case for Samsung Galaxy S 5 Cell Phones - White/Blue/Green/Orange\", 'description_short' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; TPU material; camera cutout\", 'description_long' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; TPU material; camera cutout\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-soft-shell-case-for-samsung-galaxy-s-5-cell-phones-white-blue-green-orange/2040023.p?id=1219528995832&skuId=2040023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040023_sa.jpg\"}', 'upc' => '600603181665', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 Plus - Blue/White\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; anchors blue design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; anchors blue design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-plus-blue-white/2040032.p?id=1219528996288&skuId=2040032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040032_sa.jpg\"}', 'upc' => '600603181511', 'provider' => 'bestbuy'],\n ['name' => \"Ecosential by Smart Choice - 18-Oz. Smooth Cooktop Cleaner - White\", 'description_short' => \"Designed for use on most smooth cooktops; cleans stains, burnt-on grease and other buildup\", 'description_long' => \"Designed for use on most smooth cooktops; cleans stains, burnt-on grease and other buildup\", 'price' => 7.99, 'sale_price' => 2.99, 'url' => 'http://www.bestbuy.com/site/ecosential-by-smart-choice-18-oz-smooth-cooktop-cleaner-white/2040038.p?id=1218306504825&skuId=2040038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040038_sa.jpg\"}', 'upc' => '012505452246', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 Plus - Gold/Clear\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; hello-clear design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; hello-clear design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-plus-gold-clear/2040041.p?id=1219528996223&skuId=2040041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040041_sa.jpg\"}', 'upc' => '600603181481', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 - Blue/White\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU material; camera cut-out; anchors blue design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU material; camera cut-out; anchors blue design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-blue-white/2040069.p?id=1219528996742&skuId=2040069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040069_sa.jpg\"}', 'upc' => '600603181436', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 - White/Blue/Green/Orange\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU construction; camera cut-out; flowers design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU construction; camera cut-out; flowers design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-white-blue-green-orange/2040078.p?id=1219528994700&skuId=2040078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040078_sa.jpg\"}', 'upc' => '600603181429', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 Plus - Black/Gold\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; gloss design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; gloss design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-plus-black-gold/2040087.p?id=1219528996613&skuId=2040087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040087_sa.jpg\"}', 'upc' => '600603181542', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® SE, 5s and 5 - Blue/White\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone SE, 5s and 5; TPU construction; camera cut-out; anchors blue design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone SE, 5s and 5; TPU construction; camera cut-out; anchors blue design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-se-5s-and-5-blue-white/2040101.p?id=1219528995637&skuId=2040101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312463415\\/1312463415_sa.jpg\"}', 'upc' => '600603181597', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 - Blue\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU material; camera cut-out; quad-stripe design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU material; camera cut-out; quad-stripe design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-blue/2040129.p?id=1219528995766&skuId=2040129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040129_sa.jpg\"}', 'upc' => '600603181412', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Soft Shell Case for Samsung Galaxy S 5 Cell Phones - Gold/Clear\", 'description_short' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; TPU material; camera cutout\", 'description_long' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; TPU material; camera cutout\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-soft-shell-case-for-samsung-galaxy-s-5-cell-phones-gold-clear/2040138.p?id=1219528994697&skuId=2040138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040138_sa.jpg\"}', 'upc' => '600603181641', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® SE, 5s and 5 - White/Blue/Green/Orange\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone SE, 5s and 5; TPU construction; camera cut-out; floral design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone SE, 5s and 5; TPU construction; camera cut-out; floral design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-se-5s-and-5-white-blue-green-orange/2040147.p?id=1219528996028&skuId=2040147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312463491\\/1312463491_sa.jpg\"}', 'upc' => '600603181580', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 - Black/Gold\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU material; camera cut-out; gloss design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU material; camera cut-out; gloss design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-black-gold/2040156.p?id=1219528994703&skuId=2040156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040156_sa.jpg\"}', 'upc' => '600603181467', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Soft Shell Case for Samsung Galaxy S 5 Cell Phones - Blue/White\", 'description_short' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; TPU material; camera cutout\", 'description_long' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; TPU material; camera cutout\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-soft-shell-case-for-samsung-galaxy-s-5-cell-phones-blue-white/2040165.p?id=1219528995963&skuId=2040165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040165_sa.jpg\"}', 'upc' => '600603181672', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 Plus - White/Blue/Green/Orange\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; flowers design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; flowers design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-plus-white-blue-green-orange/2040174.p?id=1219528996483&skuId=2040174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040174_sa.jpg\"}', 'upc' => '600603181504', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 Plus - Blue\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; quad-stripe design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6 Plus; TPU construction; camera cut-out; quad-stripe design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-plus-blue/2040192.p?id=1219528994701&skuId=2040192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040192_sa.jpg\"}', 'upc' => '600603181498', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Soft Shell Case for Samsung Galaxy S 5 Cell Phones - Blue\", 'description_short' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; TPU material; camera cutout\", 'description_long' => \"Only at Best Buy\nCompatible with Samsung Galaxy S 5 cell phones; TPU material; camera cutout\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-soft-shell-case-for-samsung-galaxy-s-5-cell-phones-blue/2040207.p?id=1219528996092&skuId=2040207&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040207_sa.jpg\"}', 'upc' => '600603181658', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - Case for Apple® iPhone® 6 - Gold/Clear\", 'description_short' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU material; camera cut-out; hello-clear design\", 'description_long' => \"Only at Best Buy\nCompatible with Apple iPhone 6; TPU material; camera cut-out; hello-clear design\", 'price' => 1.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-case-for-apple-iphone-6-gold-clear/2040216.p?id=1219528994707&skuId=2040216&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040216', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040216_sa.jpg\"}', 'upc' => '600603181405', 'provider' => 'bestbuy'],\n ['name' => \"Saints in Praise, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saints-in-praise-vol-1-cd-various/2040981.p?id=103819&skuId=2040981&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2040981', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2040\\/2040981_sa.jpg\"}', 'upc' => '077775118926', 'provider' => 'bestbuy'],\n ['name' => \"KontrolFreek - Alpha Controller Pads for Xbox One - Black\", 'description_short' => \"Improve your existing controller&#039;s grip and comfort level\", 'description_long' => \"Improve your existing controller&#039;s grip and comfort level\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kontrolfreek-alpha-controller-pads-for-xbox-one-black/2041013.p?id=1219522218943&skuId=2041013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2041013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2041\\/2041013_sa.jpg\"}', 'upc' => '701979993132', 'provider' => 'bestbuy'],\n ['name' => \"Ecosential - 18-Oz. Kitchen Surface and Oven Cleaner - White\", 'description_short' => \"Designed for use on granite countertops, vinyl surfaces, painted appliances and manual-clean ovens; eco-friendly\", 'description_long' => \"Designed for use on granite countertops, vinyl surfaces, painted appliances and manual-clean ovens; eco-friendly\", 'price' => 7.99, 'sale_price' => 2.99, 'url' => 'http://www.bestbuy.com/site/ecosential-18-oz-kitchen-surface-and-oven-cleaner-white/2041037.p?id=1218306503361&skuId=2041037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2041037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2041\\/2041037_sa.jpg\"}', 'upc' => '012505452550', 'provider' => 'bestbuy'],\n ['name' => \"Ecosential - Cooktop Cleaning Pad (10-Pack)\", 'description_short' => \"Designed for use on glass cooktops; durable design\", 'description_long' => \"Designed for use on glass cooktops; durable design\", 'price' => 4.99, 'sale_price' => 1.99, 'url' => 'http://www.bestbuy.com/site/ecosential-cooktop-cleaning-pad-10-pack/2041064.p?id=1218306505307&skuId=2041064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2041064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2041\\/2041064_sa.jpg\"}', 'upc' => '012505452628', 'provider' => 'bestbuy'],\n ['name' => \"Rock My Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-my-soul-cd/2041347.p?id=88831&skuId=2041347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2041347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2041\\/2041347_sa.jpg\"}', 'upc' => '015891371726', 'provider' => 'bestbuy'],\n ['name' => \"Best of Sugar Hill Gospel, Vol. 1: Everytime... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-sugar-hill-gospel-vol-1-everytime-cd-various/2041427.p?id=83978&skuId=2041427&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2041427', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2041\\/2041427_sa.jpg\"}', 'upc' => '015891910222', 'provider' => 'bestbuy'],\n ['name' => \"Way Down Deep in My Soul: The Best of Sugar... - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/way-down-deep-in-my-soul-the-best-of-sugar-various-cd/2041445.p?id=83979&skuId=2041445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2041445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2041\\/2041445_sa.jpg\"}', 'upc' => '015891910321', 'provider' => 'bestbuy'],\n ['name' => \"WWE: Hell in a Cell 2013 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-hell-in-a-cell-2013-dvd/2042012.p?id=2751930&skuId=2042012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2042012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2042\\/2042012_sa.jpg\"}', 'upc' => '651191951789', 'provider' => 'bestbuy'],\n ['name' => \"Premonition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/premonition-cd/2042015.p?id=107618&skuId=2042015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2042015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2042\\/2042015.jpg\"}', 'upc' => '026245106826', 'provider' => 'bestbuy'],\n ['name' => \"Parkland (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/parkland-blu-ray-disc/2042021.p?id=2750172&skuId=2042021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2042021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2042\\/2042021_sa.jpg\"}', 'upc' => '687797142764', 'provider' => 'bestbuy'],\n ['name' => \"Electra Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/electra-blues-cd/2042051.p?id=107575&skuId=2042051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2042051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2042\\/2042051_sa.jpg\"}', 'upc' => '026245202320', 'provider' => 'bestbuy'],\n ['name' => \"Beats by Dr. Dre - Beats Solo 2 On-Ear Wireless Headphones - Red\", 'description_short' => \"Compatible with most Bluetooth devices; 30&#039; wireless range; fine-tuned acoustics; 12-hour rechargeable battery; battery fuel gauge; built-in microphone\", 'description_long' => \"Compatible with most Bluetooth devices; 30&#039; wireless range; fine-tuned acoustics; 12-hour rechargeable battery; battery fuel gauge; built-in microphone\", 'price' => 299.99, 'sale_price' => 249.99, 'url' => 'http://www.bestbuy.com/site/beats-by-dr-dre-beats-solo-2-on-ear-wireless-headphones-red/2042058.p?id=1219524329273&skuId=2042058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2042058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2042\\/2042058_sa.jpg\"}', 'upc' => '848447021222', 'provider' => 'bestbuy'],\n ['name' => \"II - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ii-cd/2042140.p?id=107389&skuId=2042140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2042140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2042\\/2042140_sa.jpg\"}', 'upc' => '731453032323', 'provider' => 'bestbuy'],\n ['name' => \"Born Dead [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-dead-pa-cd/2042541.p?id=107493&skuId=2042541&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2042541', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2042\\/2042541_sa.jpg\"}', 'upc' => '724383980222', 'provider' => 'bestbuy'],\n ['name' => \"Universal Mother - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/universal-mother-cd/2042943.p?id=107517&skuId=2042943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2042943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2042\\/2042943_sa.jpg\"}', 'upc' => '724383054923', 'provider' => 'bestbuy'],\n ['name' => \"JVC - Gumy Earbud Headphones - Red\", 'description_short' => \"Sound isolation; 11mm drivers; neodymium magnets; soft rubber body\", 'description_long' => \"Sound isolation; 11mm drivers; neodymium magnets; soft rubber body\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jvc-gumy-earbud-headphones-red/2043011.p?id=1219068384578&skuId=2043011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043011_sa.jpg\"}', 'upc' => '046838046810', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2043048.p?id=2752406&skuId=2043048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043048_sa.jpg\"}', 'upc' => '602537473366', 'provider' => 'bestbuy'],\n ['name' => \"The Paradigm Shift [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-paradigm-shift-pa-cd/2043057.p?id=2752350&skuId=2043057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043057_sa.jpg\"}', 'upc' => '813985011417', 'provider' => 'bestbuy'],\n ['name' => \"Arrows [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arrows-digipak-cd/2043066.p?id=2702308&skuId=2043066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043066_sa.jpg\"}', 'upc' => '724596956120', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2043075.p?id=2752292&skuId=2043075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043075_sa.jpg\"}', 'upc' => '602537468997', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Aegis Case for Select Samsung Cell Phones - Black\", 'description_short' => \"Compatible with select Samsung cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'description_long' => \"Compatible with select Samsung cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-aegis-case-for-select-samsung-cell-phones-black/2043117.p?id=1219068628364&skuId=2043117', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043117_sa.jpg\"}', 'upc' => '848891000583', 'provider' => 'bestbuy'],\n ['name' => \"Semantic Spaces - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/semantic-spaces-cd/2043130.p?id=107588&skuId=2043130&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043130', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043130_sa.jpg\"}', 'upc' => '067003009225', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2043204.p?id=2752426&skuId=2043204&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043204', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043204_sa.jpg\"}', 'upc' => '602537534234', 'provider' => 'bestbuy'],\n ['name' => \"Thinking Out Loud [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thinking-out-loud-digipak-cd/2043259.p?id=2752453&skuId=2043259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043259_sa.jpg\"}', 'upc' => '790692078622', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2043432.p?id=2752826&skuId=2043432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043432_sa.jpg\"}', 'upc' => '602537473052', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Aegis Case for Apple® iPhone® 5 - Trident Green\", 'description_short' => \"Compatible with Apple iPhone 5; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector; lanyard loop\", 'description_long' => \"Compatible with Apple iPhone 5; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector; lanyard loop\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-aegis-case-for-apple-iphone-5-trident-green/2043487.p?id=1219068631809&skuId=2043487', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043487_sa.jpg\"}', 'upc' => '848891002464', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Aegis Case for Samsung Galaxy S 4 Cell Phones - Blue\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-aegis-case-for-samsung-galaxy-s-4-cell-phones-blue/2043585.p?id=1219068633371&skuId=2043585', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043585', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043585_sa.jpg\"}', 'upc' => '848891004215', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Cyclops Case for Apple® iPhone® 5 and 5s - Red\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; TPE and polycarbonate layers; meets military standards; port plugs; built-in screen protector\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; TPE and polycarbonate layers; meets military standards; port plugs; built-in screen protector\", 'price' => 23.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-cyclops-case-for-apple-iphone-5-and-5s-red/2043612.p?id=1219068631220&skuId=2043612', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043612', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043612_sa.jpg\"}', 'upc' => '848891002570', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Aegis Case for Apple® iPhone® 4 and 4S - Red\", 'description_short' => \"Compatible with Apple iPhone 4 and 4S; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'description_long' => \"Compatible with Apple iPhone 4 and 4S; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-aegis-case-for-apple-iphone-4-and-4s-red/2043676.p?id=1219068626935&skuId=2043676&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043676', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043676_sa.jpg\"}', 'upc' => '609728619244', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Electra Charging Case for Samsung Galaxy S 4 Cell Phones - Black\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; silicone and polycarbonate layers; corner protection; port plugs; screen protector; built-in battery\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; silicone and polycarbonate layers; corner protection; port plugs; screen protector; built-in battery\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-electra-charging-case-for-samsung-galaxy-s-4-cell-phones-black/2043712.p?id=1219068640017&skuId=2043712', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043712', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043712_sa.jpg\"}', 'upc' => '848891004505', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Aegis Case for Samsung Galaxy S 4 Cell Phones - Trident Green\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-aegis-case-for-samsung-galaxy-s-4-cell-phones-trident-green/2043721.p?id=1219068634167&skuId=2043721', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043721_sa.jpg\"}', 'upc' => '848891004246', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Perseus A.M.S. Case for Apple® iPhone® 4 and 4S - Red\", 'description_short' => \"Compatible with Apple iPhone 4 and 4S; silicone construction; antiskid texture; screen protector\", 'description_long' => \"Compatible with Apple iPhone 4 and 4S; silicone construction; antiskid texture; screen protector\", 'price' => 14.99, 'sale_price' => 13.99, 'url' => 'http://www.bestbuy.com/site/trident-perseus-a-m-s-case-for-apple-iphone-4-and-4s-red/2043767.p?id=1219068638606&skuId=2043767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043767_sa.jpg\"}', 'upc' => '816694014595', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Aegis Case for Motorola DROID RAZR MAXX HD Cell Phones - Red\", 'description_short' => \"Compatible with Motorola DROID RAZR MAXX HD cell phones; 2-layer design; meets military standards; port plugs; screen protector\", 'description_long' => \"Compatible with Motorola DROID RAZR MAXX HD cell phones; 2-layer design; meets military standards; port plugs; screen protector\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-aegis-case-for-motorola-droid-razr-maxx-hd-cell-phones-red/2043785.p?id=1219068639758&skuId=2043785', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043785_sa.jpg\"}', 'upc' => '848891003171', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2043885.p?id=2752359&skuId=2043885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043885_sa.jpg\"}', 'upc' => '602537469017', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Aegis Case for Apple® iPhone® 5 - Black\", 'description_short' => \"Compatible with Apple iPhone 5; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector; lanyard loop\", 'description_long' => \"Compatible with Apple iPhone 5; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector; lanyard loop\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-aegis-case-for-apple-iphone-5-black/2043903.p?id=1219068641789&skuId=2043903', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043903', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043903_sa.jpg\"}', 'upc' => '816694014106', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Aegis Case for Select Samsung Cell Phones - Blue\", 'description_short' => \"Compatible with select Samsung cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'description_long' => \"Compatible with select Samsung cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'price' => 22.99, 'sale_price' => 15.99, 'url' => 'http://www.bestbuy.com/site/trident-aegis-case-for-select-samsung-cell-phones-blue/2043958.p?id=1219068627838&skuId=2043958', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043958', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043958_sa.jpg\"}', 'upc' => '848891000590', 'provider' => 'bestbuy'],\n ['name' => \"Live at Montreux 1996 & 2006 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-montreux-1996-2006-cd/2043976.p?id=2747971&skuId=2043976&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2043976', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2043\\/2043976_sa.jpg\"}', 'upc' => '826992033723', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Aegis Case for Samsung Galaxy S 4 Cell Phones - Black\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; silicone and polycarbonate layers; meets military standards; corner protection; port plugs; antiskid pads; screen protector\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-aegis-case-for-samsung-galaxy-s-4-cell-phones-black/2044001.p?id=1219068636654&skuId=2044001', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044001_sa.jpg\"}', 'upc' => '848891004208', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2044083.p?id=2752410&skuId=2044083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044083_sa.jpg\"}', 'upc' => '602537422050', 'provider' => 'bestbuy'],\n ['name' => \"Ride 'Til I Die/The Hard Stuff - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ride-til-i-die-the-hard-stuff-cd/2044212.p?id=2747562&skuId=2044212&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044212_sa.jpg\"}', 'upc' => '826992033822', 'provider' => 'bestbuy'],\n ['name' => \"Icon [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-pa-cd/2044221.p?id=2752505&skuId=2044221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044221_sa.jpg\"}', 'upc' => '602537531097', 'provider' => 'bestbuy'],\n ['name' => \"Paradigm Shift... [CD & DVD] [PA] [Digipak] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paradigm-shift-cd-dvd-pa-digipak-cd-dvd-deluxe-edition/2044249.p?id=2752465&skuId=2044249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044249_sa.jpg\"}', 'upc' => '813985011431', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2044258.p?id=2752518&skuId=2044258&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044258', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044258_sa.jpg\"}', 'upc' => '602537528790', 'provider' => 'bestbuy'],\n ['name' => \"CBGB [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cbgb-original-soundtrack-cd-original-soundtrack/2044267.p?id=2752427&skuId=2044267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044267_sa.jpg\"}', 'upc' => '816651015535', 'provider' => 'bestbuy'],\n ['name' => \"The Canadian Tenors: Lead With Your Heart - Live from Las Vegas (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-canadian-tenors-lead-with-your-heart-live-from-las-vegas-dvd/2044276.p?id=2752367&skuId=2044276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044276_sa.jpg\"}', 'upc' => '602537196210', 'provider' => 'bestbuy'],\n ['name' => \"Icon, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-vol-2-cd/2044285.p?id=2752888&skuId=2044285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044285_sa.jpg\"}', 'upc' => '602537451937', 'provider' => 'bestbuy'],\n ['name' => \"Lucid - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lucid-cd/2044294.p?id=2752304&skuId=2044294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044294_sa.jpg\"}', 'upc' => '881034186645', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2044459.p?id=2752328&skuId=2044459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044459_sa.jpg\"}', 'upc' => '602537508846', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2044486.p?id=2752408&skuId=2044486&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044486_sa.jpg\"}', 'upc' => '602537514847', 'provider' => 'bestbuy'],\n ['name' => \"Legends of Rock N Roll [CD/DVD] [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legends-of-rock-n-roll-cd-dvd-cd-dvd-cd-dvd/2044495.p?id=2747659&skuId=2044495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2044495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2044\\/2044495_sa.jpg\"}', 'upc' => '826992033624', 'provider' => 'bestbuy'],\n ['name' => \"Seagate - 2TB Internal Serial ATA Solid State Hybrid Drive for Desktops\", 'description_short' => \"Serial ATA interface; Adaptive Memory technology; up to 6 Gbps data transfer rates; 8GB solid state MLC flash memory\", 'description_long' => \"Serial ATA interface; Adaptive Memory technology; up to 6 Gbps data transfer rates; 8GB solid state MLC flash memory\", 'price' => 149.99, 'sale_price' => 104.99, 'url' => 'http://www.bestbuy.com/site/seagate-2tb-internal-serial-ata-solid-state-hybrid-drive-for-desktops/2045028.p?id=1219068381850&skuId=2045028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2045028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2045\\/2045028_sa.jpg\"}', 'upc' => '763649048788', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Home Alabama: The Country Music Tribute... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-home-alabama-the-country-music-tribute-cd/2045051.p?id=2196744&skuId=2045051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2045051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2045\\/2045051_sa.jpg\"}', 'upc' => '602527438016', 'provider' => 'bestbuy'],\n ['name' => \"A Tell All [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-tell-all-digipak-cd/2045055.p?id=2765743&skuId=2045055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2045055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2045\\/2045055_sa.jpg\"}', 'upc' => '634457625327', 'provider' => 'bestbuy'],\n ['name' => \"Won't Be Long Now [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wont-be-long-now-digipak-cd/2045064.p?id=2756856&skuId=2045064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2045064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2045\\/2045064.jpg\"}', 'upc' => '634457623927', 'provider' => 'bestbuy'],\n ['name' => \"G7th - Newport Pressure-Touch Capo - Black/Silver\", 'description_short' => \"G7TH Newport Pressure-Touch Capo: Compatible with most 12-string guitars; quick-release lever; adjustable tension screw; slim design\", 'description_long' => \"G7TH Newport Pressure-Touch Capo: Compatible with most 12-string guitars; quick-release lever; adjustable tension screw; slim design\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/g7th-newport-pressure-touch-capo-black-silver/2045082.p?id=1219522216985&skuId=2045082', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2045082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2045\\/2045082_sa.jpg\"}', 'upc' => '888680042097', 'provider' => 'bestbuy'],\n ['name' => \"Mad Men: Season Four [3 Discs] [Blu-ray] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => 10.99, 'url' => 'http://www.bestbuy.com/site/mad-men-season-four-3-discs-blu-ray-blu-ray-disc/2045246.p?id=2183297&skuId=2045246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2045246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2045\\/2045246_sa.jpg\"}', 'upc' => '031398127611', 'provider' => 'bestbuy'],\n ['name' => \"Tyler Perry'S House Of Payne 7 (3 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tyler-perrys-house-of-payne-7-3-disc-dvd/2045255.p?id=2187108&skuId=2045255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2045255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2045\\/2045255.jpg\"}', 'upc' => '031398134039', 'provider' => 'bestbuy'],\n ['name' => \"Mad Men: Season Four [4 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mad-men-season-four-4-discs-dvd/2045264.p?id=2183296&skuId=2045264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2045264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2045\\/2045264_sa.jpg\"}', 'upc' => '031398127604', 'provider' => 'bestbuy'],\n ['name' => \"Singing Machine - Home Karaoke Bluetooth Speaker System - Black\", 'description_short' => \"Compatible with most Bluetooth-enabled audio devices and HDMI-enabled TVs; on-demand song library (subscription required); built-in Wi-Fi\", 'description_long' => \"Compatible with most Bluetooth-enabled audio devices and HDMI-enabled TVs; on-demand song library (subscription required); built-in Wi-Fi\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singing-machine-home-karaoke-bluetooth-speaker-system-black/2046054.p?id=1219068382051&skuId=2046054', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046054_sa.jpg\"}', 'upc' => '047237088883', 'provider' => 'bestbuy'],\n ['name' => \"King of Clubs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-of-clubs-cd/2046063.p?id=2754780&skuId=2046063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046063_sa.jpg\"}', 'upc' => '093624941453', 'provider' => 'bestbuy'],\n ['name' => \"Singing Machine - Home Wireless Microphone/Remote for Singing Machine Home Bluetooth Speaker Karaoke Systems\", 'description_short' => \"Compatible with Singing Machine Home Bluetooth speaker karaoke systems; dual wireless remote and microphone functions; optical trackpad\", 'description_long' => \"Compatible with Singing Machine Home Bluetooth speaker karaoke systems; dual wireless remote and microphone functions; optical trackpad\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singing-machine-home-wireless-microphone-remote-for-singing-machine-home-bluetooth-speaker-karaoke-systems/2046081.p?id=1219068384650&skuId=2046081', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046081_rc.jpg\"}', 'upc' => '047237002186', 'provider' => 'bestbuy'],\n ['name' => \"Reanimate [EP] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reanimate-ep-digipak-cd/2046105.p?id=2754848&skuId=2046105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046105_sa.jpg\"}', 'upc' => '075678683497', 'provider' => 'bestbuy'],\n ['name' => \"Vengeance Falls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vengeance-falls-cd/2046123.p?id=2751431&skuId=2046123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046123_sa.jpg\"}', 'upc' => '016861760120', 'provider' => 'bestbuy'],\n ['name' => \"Back Thar n' Over Yonder [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-thar-n-over-yonder-digipak-cd/2046141.p?id=2741465&skuId=2046141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046141_sa.jpg\"}', 'upc' => '075678684241', 'provider' => 'bestbuy'],\n ['name' => \"Hurricane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hurricane-cd/2046169.p?id=2754783&skuId=2046169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046169_sa.jpg\"}', 'upc' => '715187935921', 'provider' => 'bestbuy'],\n ['name' => \"Let's Be Still [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-be-still-digipak-cd/2046178.p?id=2744828&skuId=2046178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046178_sa.jpg\"}', 'upc' => '098787106022', 'provider' => 'bestbuy'],\n ['name' => \"Uncanney Valley [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncanney-valley-digipak-cd/2046187.p?id=2751116&skuId=2046187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046187_sa.jpg\"}', 'upc' => '720841210825', 'provider' => 'bestbuy'],\n ['name' => \"Razer - BlackWidow Tournament Edition Gaming Keyboard - Black\", 'description_short' => \"RAZER BlackWidow Tournament Edition Gaming Keyboard: Compatible with PC and Mac; USB interface; 10 programmable keys and 17 programmable macros; adjustable tilt function; Razer mechanical switch; Razer Synapse-enabled; case included\", 'description_long' => \"RAZER BlackWidow Tournament Edition Gaming Keyboard: Compatible with PC and Mac; USB interface; 10 programmable keys and 17 programmable macros; adjustable tilt function; Razer mechanical switch; Razer Synapse-enabled; case included\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/razer-blackwidow-tournament-edition-gaming-keyboard-black/2046256.p?id=1219524352912&skuId=2046256', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046256_sa.jpg\"}', 'upc' => '811254021433', 'provider' => 'bestbuy'],\n ['name' => \"Razer - Goliathus Gaming Mouse Pad - Black\", 'description_short' => \"RAZER Goliathus Gaming Mouse Pad: Compatible with optical and laser mice; nonslip rubber base; cloth weave surface; pixel precise gaming for targeting and tracking\", 'description_long' => \"RAZER Goliathus Gaming Mouse Pad: Compatible with optical and laser mice; nonslip rubber base; cloth weave surface; pixel precise gaming for targeting and tracking\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/razer-goliathus-gaming-mouse-pad-black/2046283.p?id=1219524351998&skuId=2046283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046283_sa.jpg\"}', 'upc' => '879862008512', 'provider' => 'bestbuy'],\n ['name' => \"Razer - Blackwidow Tournament Edition 2014 Gaming Keyboard - Black\", 'description_short' => \"RAZER Blackwidow Tournament Edition 2014 Gaming Keyboard: Compatible with PC and Mac; USB interface; CLICKY KEYS; 92 keys; 10 programmable keys; compact layout; Razer mechanical switches\", 'description_long' => \"RAZER Blackwidow Tournament Edition 2014 Gaming Keyboard: Compatible with PC and Mac; USB interface; CLICKY KEYS; 92 keys; 10 programmable keys; compact layout; Razer mechanical switches\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/razer-blackwidow-tournament-edition-2014-gaming-keyboard-black/2046537.p?id=1219524351316&skuId=2046537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046537_sa.jpg\"}', 'upc' => '811254021372', 'provider' => 'bestbuy'],\n ['name' => \"Razer - Kraken PRO World of Tanks Gaming Headset - Black\", 'description_short' => \"RAZER Kraken PRO World of Tanks Gaming Headset: Sound isolation; powerful drivers; retractable microphone; foldable design\", 'description_long' => \"RAZER Kraken PRO World of Tanks Gaming Headset: Sound isolation; powerful drivers; retractable microphone; foldable design\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/razer-kraken-pro-world-of-tanks-gaming-headset-black/2046582.p?id=1219524352655&skuId=2046582', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2046582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2046\\/2046582_sa.jpg\"}', 'upc' => '811254022317', 'provider' => 'bestbuy'],\n ['name' => \"Ponder the Mystery [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ponder-the-mystery-digipak-cd/2047017.p?id=2755824&skuId=2047017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047017_sa.jpg\"}', 'upc' => '741157092721', 'provider' => 'bestbuy'],\n ['name' => \"Brecker Brothers Band Reunion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brecker-brothers-band-reunion-cd/2047026.p?id=2763982&skuId=2047026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047026_sa.jpg\"}', 'upc' => '616892156048', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Hard Rock, Vol. 2 - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-hard-rock-vol-2-cd-dvd/2047035.p?id=2771074&skuId=2047035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '732865501025', 'provider' => 'bestbuy'],\n ['name' => \"Smooth Jazz Tribute to the Best of BeBe &... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smooth-jazz-tribute-to-the-best-of-bebe-cd/2047071.p?id=2755780&skuId=2047071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047071_sa.jpg\"}', 'upc' => '707541992091', 'provider' => 'bestbuy'],\n ['name' => \"Last Patrol [Limited Edition Digipak] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-patrol-limited-edition-digipak-digipak-cd/2047113.p?id=2755323&skuId=2047113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047113_sa.jpg\"}', 'upc' => '819224016724', 'provider' => 'bestbuy'],\n ['name' => \"One for the Road [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-for-the-road-pa-cd/2047186.p?id=2750611&skuId=2047186&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047186', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047186_sa.jpg\"}', 'upc' => '099923215622', 'provider' => 'bestbuy'],\n ['name' => \"Smooth Jazz Tribute to the Best of Kirk Franklin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smooth-jazz-tribute-to-the-best-of-kirk-franklin-cd/2047237.p?id=2755873&skuId=2047237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047237_sa.jpg\"}', 'upc' => '707541992299', 'provider' => 'bestbuy'],\n ['name' => \"Smooth Jazz Tribute to the Best of CeCe Winans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smooth-jazz-tribute-to-the-best-of-cece-winans-cd/2047255.p?id=2755834&skuId=2047255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047255_sa.jpg\"}', 'upc' => '707541991896', 'provider' => 'bestbuy'],\n ['name' => \"Royal Flush - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/royal-flush-cd/2047264.p?id=2771047&skuId=2047264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '829569833320', 'provider' => 'bestbuy'],\n ['name' => \"High Times [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-times-pa-cd/2047273.p?id=2750778&skuId=2047273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047273_sa.jpg\"}', 'upc' => '099923217527', 'provider' => 'bestbuy'],\n ['name' => \"Smooth Jazz Tribute to the Best of Fred Hammond - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smooth-jazz-tribute-to-the-best-of-fred-hammond-cd/2047282.p?id=2755839&skuId=2047282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047282_sa.jpg\"}', 'upc' => '707541991995', 'provider' => 'bestbuy'],\n ['name' => \"Smooth Jazz Tribute to the Best of Marvin Sapp - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smooth-jazz-tribute-to-the-best-of-marvin-sapp-cd/2047438.p?id=2755884&skuId=2047438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047438_sa.jpg\"}', 'upc' => '707541992190', 'provider' => 'bestbuy'],\n ['name' => \"Dyson - Groom Tool - Iron\", 'description_short' => \"Self cleans; mess free vacuum assisted grooming tool\", 'description_long' => \"Self cleans; mess free vacuum assisted grooming tool\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dyson-groom-tool-iron/2047465.p?id=1218307632489&skuId=2047465&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047465', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047465_sa.jpg\"}', 'upc' => '879957005013', 'provider' => 'bestbuy'],\n ['name' => \"Made to Last [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/made-to-last-digipak-cd/2047509.p?id=2763983&skuId=2047509&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047509', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047509_sa.jpg\"}', 'upc' => '859711111358', 'provider' => 'bestbuy'],\n ['name' => \"Nothing Is Real - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothing-is-real-cd/2047518.p?id=2750574&skuId=2047518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047518_sa.jpg\"}', 'upc' => '810874020253', 'provider' => 'bestbuy'],\n ['name' => \"MacCase - V-Carbon Folio Case for Most Apple® iPad® Models - Black\", 'description_short' => \"Compatible with Apple iPad, iPad 2, iPad 3rd generation, iPad with Retina and iPad mini; virtual carbon material; frameless, snap-in design; smart cover technology; folding, play-through design\", 'description_long' => \"Compatible with Apple iPad, iPad 2, iPad 3rd generation, iPad with Retina and iPad mini; virtual carbon material; frameless, snap-in design; smart cover technology; folding, play-through design\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maccase-v-carbon-folio-case-for-most-apple-ipad-models-black/2047554.p?id=1219068637562&skuId=2047554', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047554_sa.jpg\"}', 'upc' => '813683008887', 'provider' => 'bestbuy'],\n ['name' => \"MacCase - Folio Case for Apple® iPad® 3rd Generation and iPad with Retina - Black\", 'description_short' => \"Compatible with Apple iPad 3rd generation and iPad with Retina; leather exterior; smart cover technology; folding design; magnetic closure; camera integration; soundboard frame\", 'description_long' => \"Compatible with Apple iPad 3rd generation and iPad with Retina; leather exterior; smart cover technology; folding design; magnetic closure; camera integration; soundboard frame\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maccase-folio-case-for-apple-ipad-3rd-generation-and-ipad-with-retina-black/2047618.p?id=1219068639953&skuId=2047618', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047618_sa.jpg\"}', 'upc' => '813683400032', 'provider' => 'bestbuy'],\n ['name' => \"Summit - 5.5 Cu. Ft. Compact Refrigerator - Stainless-Steel\", 'description_short' => \"Dial thermostat; automatic defrost with hidden evaporator; 3 adjustable glass shelves; interior light\", 'description_long' => \"Dial thermostat; automatic defrost with hidden evaporator; 3 adjustable glass shelves; interior light\", 'price' => 1446, 'sale_price' => 1301.4, 'url' => 'http://www.bestbuy.com/site/summit-5-5-cu-ft-compact-refrigerator-stainless-steel/2047623.p?id=null&skuId=2047623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047623_sa.jpg\"}', 'upc' => '761101023281', 'provider' => 'bestbuy'],\n ['name' => \"MacCase - Sleeve for 15\\\" Apple® MacBook® Pro - Black\", 'description_short' => \"Compatible with 15&quot; Apple MacBook Pro; waterproof, metallic nylon fabric; velvet interior liner; zipperless design; rear cooling vents; perimeter bumper piping\", 'description_long' => \"Compatible with 15&quot; Apple MacBook Pro; waterproof, metallic nylon fabric; velvet interior liner; zipperless design; rear cooling vents; perimeter bumper piping\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maccase-sleeve-for-15-apple-macbook-pro-black/2047636.p?id=1219068625327&skuId=2047636', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047636', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047636_sa.jpg\"}', 'upc' => '813683004438', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - DualPro Hard Shell Case for Samsung Galaxy Note II Cell Phones - Black\", 'description_short' => \"Compatible with Samsung Galaxy Note II cell phones; rigid Plextonium frame; silicone core; soft-touch finish; flash-diffusing, coated camera cutout\", 'description_long' => \"Compatible with Samsung Galaxy Note II cell phones; rigid Plextonium frame; silicone core; soft-touch finish; flash-diffusing, coated camera cutout\", 'price' => 29.99, 'sale_price' => 20.99, 'url' => 'http://www.bestbuy.com/site/incipio-dualpro-hard-shell-case-for-samsung-galaxy-note-ii-cell-phones-black/2047663.p?id=1219068631285&skuId=2047663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047663_sa.jpg\"}', 'upc' => '814523243352', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - FREQUENCY Textured Impact-Resistant Case for Samsung Galaxy S 4 Cell Phones - Translucent Mercury\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; Flex2O material; stretch- and tear-resistant construction; textured, semirigid exterior; wrap-around design\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; Flex2O material; stretch- and tear-resistant construction; textured, semirigid exterior; wrap-around design\", 'price' => 24.99, 'sale_price' => 11.99, 'url' => 'http://www.bestbuy.com/site/incipio-frequency-textured-impact-resistant-case-for-samsung-galaxy-s-4-cell-phones-translucent-mercury/2047672.p?id=1219068635730&skuId=2047672', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047672_sa.jpg\"}', 'upc' => '814523243697', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - feather Ultralight Hard Shell Case for Samsung Galaxy S III Cell Phones - Iridescent Purple\", 'description_short' => \"Compatible with Samsung Galaxy S III cell phones; rigid Plextonium frame; sleek, low-profile design; soft-touch finish\", 'description_long' => \"Compatible with Samsung Galaxy S III cell phones; rigid Plextonium frame; sleek, low-profile design; soft-touch finish\", 'price' => 24.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/incipio-feather-ultralight-hard-shell-case-for-samsung-galaxy-s-iii-cell-phones-iridescent-purple/2047681.p?id=1219068626280&skuId=2047681&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047681', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047681_sa.jpg\"}', 'upc' => '814523243017', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - feather Ultrathin Snap-On Case for Samsung Galaxy S 4 Cell Phones - Royal Purple\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; rigid Plextonium shell; ultralight, low-profile frame; matte soft-touch finish\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; rigid Plextonium shell; ultralight, low-profile frame; matte soft-touch finish\", 'price' => 24.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/incipio-feather-ultrathin-snap-on-case-for-samsung-galaxy-s-4-cell-phones-royal-purple/2047709.p?id=1219068638925&skuId=2047709', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047709_sa.jpg\"}', 'upc' => '814523243741', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - feather Ultralight Hard Shell Case for Samsung Galaxy S III Cell Phones - Iridescent Gray\", 'description_short' => \"Compatible with Samsung Galaxy S III cell phones; rigid Plextonium frame; sleek, low-profile design; soft-touch finish\", 'description_long' => \"Compatible with Samsung Galaxy S III cell phones; rigid Plextonium frame; sleek, low-profile design; soft-touch finish\", 'price' => 24.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/incipio-feather-ultralight-hard-shell-case-for-samsung-galaxy-s-iii-cell-phones-iridescent-gray/2047718.p?id=1219068631810&skuId=2047718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047718_sa.jpg\"}', 'upc' => '814523242997', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - FAXION Semirigid Soft Shell Case for Samsung Galaxy S III Cell Phones - Gray/White\", 'description_short' => \"Compatible with Samsung Galaxy S III cell phones; shock-absorbing TPU and impact-resistant polycarbonate materials; rigid Plextonium frame; semirigid NGP soft shell core\", 'description_long' => \"Compatible with Samsung Galaxy S III cell phones; shock-absorbing TPU and impact-resistant polycarbonate materials; rigid Plextonium frame; semirigid NGP soft shell core\", 'price' => 34.99, 'sale_price' => 26.99, 'url' => 'http://www.bestbuy.com/site/incipio-faxion-semirigid-soft-shell-case-for-samsung-galaxy-s-iii-cell-phones-gray-white/2047736.p?id=1219068632522&skuId=2047736', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047736_sa.jpg\"}', 'upc' => '814523243079', 'provider' => 'bestbuy'],\n ['name' => \"GoPro - POV30 Waterproof Camera Case - White\", 'description_short' => \"Compatible with GoPro HERO cameras and accessories; ABS and LEXAN exterior; top and bottom removable foam trays; waterproof, shockproof and dirt-proof design; pressure-equalizing latch; includes strap with carabiner\", 'description_long' => \"Compatible with GoPro HERO cameras and accessories; ABS and LEXAN exterior; top and bottom removable foam trays; waterproof, shockproof and dirt-proof design; pressure-equalizing latch; includes strap with carabiner\", 'price' => 54.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gopro-pov30-waterproof-camera-case-white/2047754.p?id=1219068381982&skuId=2047754', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047754_rc.jpg\"}', 'upc' => '032705088175', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - 22\\\" Camera Pole for GoPro - Agent Orange\", 'description_short' => \"Compatible with GoPro HERO cameras; 22&quot; length; anodized-aluminum material; high-visibility rubber grip; lanyard\", 'description_long' => \"Compatible with GoPro HERO cameras; 22&quot; length; anodized-aluminum material; high-visibility rubber grip; lanyard\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-22-camera-pole-for-gopro-agent-orange/2047772.p?id=1219068383164&skuId=2047772', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047772', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047772_rc.jpg\"}', 'upc' => '032705270037', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - GearBox7 Waterproof Case - Black\", 'description_short' => \"Compatible with select cameras, mobile phones, Apple&#174; iPod&#174; models and small electronic devices; polyurethane rubber liner; removable, zippered mesh pouch; waterproof, shockproof and dirt-proof design\", 'description_long' => \"Compatible with select cameras, mobile phones, Apple&#174; iPod&#174; models and small electronic devices; polyurethane rubber liner; removable, zippered mesh pouch; waterproof, shockproof and dirt-proof design\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-gearbox7-waterproof-case-black/2047827.p?id=1219068384377&skuId=2047827', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047827', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047827_rc.jpg\"}', 'upc' => '032705087017', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - 8\\\" Camera Pole for GoPro - Agent Orange\", 'description_short' => \"Compatible with GoPro HERO cameras; 8&quot; length; anodized-aluminum material; high-visibility rubber grip; includes lanyard\", 'description_long' => \"Compatible with GoPro HERO cameras; 8&quot; length; anodized-aluminum material; high-visibility rubber grip; includes lanyard\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-8-camera-pole-for-gopro-agent-orange/2047836.p?id=1219068383925&skuId=2047836', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047836', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047836_sa.jpg\"}', 'upc' => '032705270044', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - POV60 Waterproof Camera Case for GoPro - Black\", 'description_short' => \"Holds up to 6 GoPro HERO cameras and select accessories; ABS exterior; large, open compartment; removable mesh pouch; 5 open slots; custom-cut foam; dual-function latches; padlock loops\", 'description_long' => \"Holds up to 6 GoPro HERO cameras and select accessories; ABS exterior; large, open compartment; removable mesh pouch; 5 open slots; custom-cut foam; dual-function latches; padlock loops\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-pov60-waterproof-camera-case-for-gopro-black/2047845.p?id=1219068385293&skuId=2047845', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047845', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047845_rc.jpg\"}', 'upc' => '032705014020', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - 22\\\" Camera Pole for GoPro - Electric Blue\", 'description_short' => \"Compatible with GoPro HERO cameras; 22&quot; length; anodized-aluminum material; high-visibility rubber grip; lanyard\", 'description_long' => \"Compatible with GoPro HERO cameras; 22&quot; length; anodized-aluminum material; high-visibility rubber grip; lanyard\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-22-camera-pole-for-gopro-electric-blue/2047854.p?id=1219068385752&skuId=2047854', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047854_rc.jpg\"}', 'upc' => '032705270013', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - GearBox5 Waterproof Case - Black\", 'description_short' => \"Compatible with select cameras, mobile phones, Apple&#174; iPod&#174; models and small electronic devices; polyurethane rubber liner; removable, zippered mesh pouch; waterproof, shockproof and dust-proof design\", 'description_long' => \"Compatible with select cameras, mobile phones, Apple&#174; iPod&#174; models and small electronic devices; polyurethane rubber liner; removable, zippered mesh pouch; waterproof, shockproof and dust-proof design\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-gearbox5-waterproof-case-black/2047863.p?id=1219068378661&skuId=2047863', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047863', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047863_rc.jpg\"}', 'upc' => '032705087024', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - GearBox3 Waterproof Case - Black\", 'description_short' => \"Compatible with select cameras, mobile phones, Apple&#174; iPod&#174; models and small electronic devices; polyurethane rubber liner; removable, zippered mesh pouch; waterproof, shockproof and dust-proof design\", 'description_long' => \"Compatible with select cameras, mobile phones, Apple&#174; iPod&#174; models and small electronic devices; polyurethane rubber liner; removable, zippered mesh pouch; waterproof, shockproof and dust-proof design\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-gearbox3-waterproof-case-black/2047881.p?id=1219068384079&skuId=2047881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047881_rc.jpg\"}', 'upc' => '032705087031', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - POV20 Waterproof Camera Case for GoPro - White\", 'description_short' => \"Compatible with GoPro HERO cameras and accessories; ABS and LEXAN exterior; top and bottom removable, custom-cut foam trays; waterproof, shockproof and dust-proof design; pressure-equalizing latch\", 'description_long' => \"Compatible with GoPro HERO cameras and accessories; ABS and LEXAN exterior; top and bottom removable, custom-cut foam trays; waterproof, shockproof and dust-proof design; pressure-equalizing latch\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-pov20-waterproof-camera-case-for-gopro-white/2047918.p?id=1219068378664&skuId=2047918', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047918', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047918_rc.jpg\"}', 'upc' => '032705088151', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - GearBox2 Waterproof Case - Black\", 'description_short' => \"Compatible with select cameras, mobile phones, Apple&#174; iPod&#174; models and small electronic devices; polyurethane rubber liner; removable, zippered mesh pouch; waterproof, shockproof and dust-proof design\", 'description_long' => \"Compatible with select cameras, mobile phones, Apple&#174; iPod&#174; models and small electronic devices; polyurethane rubber liner; removable, zippered mesh pouch; waterproof, shockproof and dust-proof design\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-gearbox2-waterproof-case-black/2047927.p?id=1219068381114&skuId=2047927', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047927_rc.jpg\"}', 'upc' => '032705087048', 'provider' => 'bestbuy'],\n ['name' => \"Zubie - Vehicle Tracking and Engine Diagnostic Device\", 'description_short' => \"Compatible with most 1996 and later vehicles; provides information about your car and your driving habits; receive app alerts for speeding, acceleration and more; monitor your car and battery health\", 'description_long' => \"Compatible with most 1996 and later vehicles; provides information about your car and your driving habits; receive app alerts for speeding, acceleration and more; monitor your car and battery health\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zubie-vehicle-tracking-and-engine-diagnostic-device/2047936.p?id=1219068859628&skuId=2047936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2047936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2047\\/2047936_sa.jpg\"}', 'upc' => '854377004013', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Kraken A.M.S. Case for Samsung Galaxy S 4 Cell Phones - Black\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; 3-in-1 modular design; polycarbonate, TPE (thermoplastic elastomer) and silicone materials; port plugs; screen protector; media stand\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; 3-in-1 modular design; polycarbonate, TPE (thermoplastic elastomer) and silicone materials; port plugs; screen protector; media stand\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-kraken-a-m-s-case-for-samsung-galaxy-s-4-cell-phones-black/2048052.p?id=1219068628752&skuId=2048052', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2048052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2048\\/2048052_sa.jpg\"}', 'upc' => '848891004253', 'provider' => 'bestbuy'],\n ['name' => \"Trident - Kraken A.M.S. Case for Samsung Galaxy S 4 - Blue\", 'description_short' => \"Compatible with Samsung Galaxy S 4; 3-in-1 modular design; polycarbonate, TPE (thermoplastic elastomer) and silicone materials; port plugs; screen protector; media stand\", 'description_long' => \"Compatible with Samsung Galaxy S 4; 3-in-1 modular design; polycarbonate, TPE (thermoplastic elastomer) and silicone materials; port plugs; screen protector; media stand\", 'price' => 26.99, 'sale_price' => 23.99, 'url' => 'http://www.bestbuy.com/site/trident-kraken-a-m-s-case-for-samsung-galaxy-s-4-blue/2048112.p?id=1219068626150&skuId=2048112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2048112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2048\\/2048112_sa.jpg\"}', 'upc' => '848891004260', 'provider' => 'bestbuy'],\n ['name' => \"Insignia™ - 48\\\" Class (47.6\\\" Diag.) - LED - 1080p - HDTV - Black\", 'description_short' => \"1080p resolution60Hz refresh rate\", 'description_long' => \"1080p resolution60Hz refresh rate\", 'price' => 379.99, 'sale_price' => 319.99, 'url' => 'http://www.bestbuy.com/site/insignia-48-class-47-6-diag--led-1080p-hdtv-black/2048535.p?id=1219528552285&skuId=2048535&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2048535', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1313\\/1313519845\\/1313519845_sa.jpg\"}', 'upc' => '600603185120', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Albums 1970-1976 [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 61.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-albums-1970-1976-box-cd/2049015.p?id=2754622&skuId=2049015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2049015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2049\\/2049015_sa.jpg\"}', 'upc' => '081227963484', 'provider' => 'bestbuy'],\n ['name' => \"MTV Unplugged [Deluxe Edition] [DVD] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mtv-unplugged-deluxe-edition-dvd-digipak-cd-dvd/2049024.p?id=2754124&skuId=2049024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2049024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2049\\/2049024_sa.jpg\"}', 'upc' => '081227963668', 'provider' => 'bestbuy'],\n ['name' => \"Original Album Series [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-album-series-box-cd/2049033.p?id=2743920&skuId=2049033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2049033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2049\\/2049033_sa.jpg\"}', 'upc' => '093624941392', 'provider' => 'bestbuy'],\n ['name' => \"Stick It To The Man - PlayStation 4\", 'description_short' => \"How will you get out of a sticky situation?\", 'description_long' => \"How will you get out of a sticky situation?\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stick-it-to-the-man-playstation-4/2049042.p?id=1219524352136&skuId=2049042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2049042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2049\\/2049042_sa.jpg\"}', 'upc' => '696055249336', 'provider' => 'bestbuy'],\n ['name' => \"My Old Lady (Blu-ray Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-old-lady-blu-ray-disc-ultraviolet-digital-copy/2050049.p?id=3323995&skuId=2050049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2050049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2050\\/2050049.jpg\"}', 'upc' => '025192281396', 'provider' => 'bestbuy'],\n ['name' => \"Out With a Bang - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-with-a-bang-cd/2050381.p?id=107644&skuId=2050381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2050381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2050\\/2050381_sa.jpg\"}', 'upc' => '008811104429', 'provider' => 'bestbuy'],\n ['name' => \"Thalia: Habítame Siempre (DVD) (Special Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thalia-habitame-siempre-dvd-special-edition/2051002.p?id=2753782&skuId=2051002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051002_sa.jpg\"}', 'upc' => '887654311894', 'provider' => 'bestbuy'],\n ['name' => \"When the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-the-night-cd/2051011.p?id=2749282&skuId=2051011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051011_sa.jpg\"}', 'upc' => '888837692625', 'provider' => 'bestbuy'],\n ['name' => \"Thalia: Habítame Siempre - Blu-ray Disc - (Special Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thalia-habitame-siempre-blu-ray-disc-special-edition/2051057.p?id=2753782&skuId=2051057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051057_sa.jpg\"}', 'upc' => '888837253291', 'provider' => 'bestbuy'],\n ['name' => \"Soy el Mismo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soy-el-mismo-cd/2051066.p?id=2753850&skuId=2051066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051066_sa.jpg\"}', 'upc' => '888837729628', 'provider' => 'bestbuy'],\n ['name' => \"Chicas Malas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicas-malas-cd/2051084.p?id=2751808&skuId=2051084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051084_sa.jpg\"}', 'upc' => '602537491018', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Sahara: Las Vegas, 1964 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-sahara-las-vegas-1964-cd/2051108.p?id=2754201&skuId=2051108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051108_sa.jpg\"}', 'upc' => '888837844024', 'provider' => 'bestbuy'],\n ['name' => \"Natural Born Killers [Original Motion Picture... - Original Soundtrack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/natural-born-killers-original-motion-picture-original-soundtrack-cd/2051111.p?id=1543947&skuId=2051111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051111_sa.jpg\"}', 'upc' => '606949246020', 'provider' => 'bestbuy'],\n ['name' => \"Stranger Than Fiction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stranger-than-fiction-cd/2051228.p?id=107974&skuId=2051228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051228_sa.jpg\"}', 'upc' => '075678265822', 'provider' => 'bestbuy'],\n ['name' => \"Live Featuring \\\"On Time God\\\" - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-featuring-on-time-god-cd/2051889.p?id=111756&skuId=2051889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051889_sa.jpg\"}', 'upc' => '089921020021', 'provider' => 'bestbuy'],\n ['name' => \"I've Been Touched - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ive-been-touched-cd/2051987.p?id=126645&skuId=2051987&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2051987', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2051\\/2051987.jpg\"}', 'upc' => '048021446827', 'provider' => 'bestbuy'],\n ['name' => \"Panasonic - 2-Blade Wet/Dry Shaver - Silver\", 'description_short' => \"2-blade cutting system; wet/dry operation; pivoting head; pop-up trimmer; ergonomic, waterproof design\", 'description_long' => \"2-blade cutting system; wet/dry operation; pivoting head; pop-up trimmer; ergonomic, waterproof design\", 'price' => 49.99, 'sale_price' => 33.99, 'url' => 'http://www.bestbuy.com/site/panasonic-2-blade-wet-dry-shaver-silver/2052038.p?id=1219068631683&skuId=2052038', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052038_rc.jpg\"}', 'upc' => '037988566600', 'provider' => 'bestbuy'],\n ['name' => \"Catching the Sun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/catching-the-sun-cd/2052236.p?id=71102&skuId=2052236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052236_sa.jpg\"}', 'upc' => '051617800125', 'provider' => 'bestbuy'],\n ['name' => \"Spyro Gyra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spyro-gyra-cd/2052245.p?id=71113&skuId=2052245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052245.jpg\"}', 'upc' => '051617800224', 'provider' => 'bestbuy'],\n ['name' => \"Carnaval - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carnaval-cd/2052254.p?id=71101&skuId=2052254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052254_sa.jpg\"}', 'upc' => '051617800323', 'provider' => 'bestbuy'],\n ['name' => \"Incognito - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/incognito-cd/2052263.p?id=71109&skuId=2052263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052263_sa.jpg\"}', 'upc' => '051617800422', 'provider' => 'bestbuy'],\n ['name' => \"Breakout - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/breakout-cd/2052272.p?id=71100&skuId=2052272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052272_sa.jpg\"}', 'upc' => '051617800620', 'provider' => 'bestbuy'],\n ['name' => \"Morning Dance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/morning-dance-cd/2052281.p?id=71110&skuId=2052281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052281_sa.jpg\"}', 'upc' => '051617800828', 'provider' => 'bestbuy'],\n ['name' => \"Stories Without Words - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stories-without-words-cd/2052290.p?id=71115&skuId=2052290&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052290', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052290_sa.jpg\"}', 'upc' => '051617800927', 'provider' => 'bestbuy'],\n ['name' => \"City Kids - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/city-kids-cd/2052307.p?id=71104&skuId=2052307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052307_sa.jpg\"}', 'upc' => '051617801023', 'provider' => 'bestbuy'],\n ['name' => \"Yamaha - 6-1/2\\\" 2-Way In-Ceiling Speakers (Pair) - White\", 'description_short' => \"110W maximum power handling; 6-1/2&quot; polypropylene mica woofer cone; 1&quot; fluid-cooled soft dome tweeter; magnetic grilles; push-type speaker terminals\", 'description_long' => \"110W maximum power handling; 6-1/2&quot; polypropylene mica woofer cone; 1&quot; fluid-cooled soft dome tweeter; magnetic grilles; push-type speaker terminals\", 'price' => 149.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yamaha-6-1-2-2-way-in-ceiling-speakers-pair-white/2052555.p?id=1218307633787&skuId=2052555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052555_sa.jpg\"}', 'upc' => '027108937809', 'provider' => 'bestbuy'],\n ['name' => \"Mighty Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mighty-baby-cd/2052922.p?id=1578259&skuId=2052922&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052922', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052922_sa.jpg\"}', 'upc' => '029667412025', 'provider' => 'bestbuy'],\n ['name' => \"Immigrant Song [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/immigrant-song-single-cd/2052931.p?id=1510424&skuId=2052931&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2052931', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2052\\/2052931_sa.jpg\"}', 'upc' => '075678490927', 'provider' => 'bestbuy'],\n ['name' => \"Saints Row: Gat Out Of Hell - Xbox 360\", 'description_short' => \"Prepare for a hellish adventure as you fight to save your leader&#039;s soul\", 'description_long' => \"Prepare for a hellish adventure as you fight to save your leader&#039;s soul\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saints-row-gat-out-of-hell-xbox-360/2053046.p?id=1219524349829&skuId=2053046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2053046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2053\\/2053046_sa.jpg\"}', 'upc' => '816819012390', 'provider' => 'bestbuy'],\n ['name' => \"Between a Rock and a Hard Place - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/between-a-rock-and-a-hard-place-cd/2053556.p?id=108583&skuId=2053556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2053556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2053\\/2053556_sa.jpg\"}', 'upc' => '075679239723', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - EN-EL15 Rechargeable Lithium-Ion Battery - Black\", 'description_short' => \"Compatible with select Nikon DSLR cameras; 7V power; 1900 mAh\", 'description_long' => \"Compatible with select Nikon DSLR cameras; 7V power; 1900 mAh\", 'price' => 71.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nikon-en-el15-rechargeable-lithium-ion-battery-black/2053563.p?id=1218307911367&skuId=2053563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2053563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2053\\/2053563_sa.jpg\"}', 'upc' => '018208270118', 'provider' => 'bestbuy'],\n ['name' => \"Siamese Dream [Clean] [Edited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/siamese-dream-clean-edited-cd/2054966.p?id=121250&skuId=2054966&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2054966', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2054\\/2054966.jpg\"}', 'upc' => '724383906222', 'provider' => 'bestbuy'],\n ['name' => \"Saints Row: Gat Out Of Hell - PlayStation 3\", 'description_short' => \"Prepare for a hellish adventure as you fight to save your leader&#039;s soul\", 'description_long' => \"Prepare for a hellish adventure as you fight to save your leader&#039;s soul\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saints-row-gat-out-of-hell-playstation-3/2055026.p?id=1219524351931&skuId=2055026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2055026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2055\\/2055026_sa.jpg\"}', 'upc' => '816819012215', 'provider' => 'bestbuy'],\n ['name' => \"Geek Squad - Add On: Projector Basic Mounting\", 'description_short' => \"Avoid the do-it-yourself headache and have a Geek Squad Installer quickly and professionally mount your Projector under cabinet or to a standard frame wall. BR&gt;\nIMPORTANT NOTE: You must also order TV and Video Setup or this part of your order will be cancelled.\", 'description_long' => \"Avoid the do-it-yourself headache and have a Geek Squad Installer quickly and professionally mount your Projector under cabinet or to a standard frame wall. BR&gt;\nIMPORTANT NOTE: You must also order TV and Video Setup or this part of your order will be cancelled.\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/geek-squad-add-on-projector-basic-mounting/2055289.p?id=1218878172747&skuId=2055289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2055289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2055\\/2055289_sa.jpg\"}', 'upc' => '400020552891', 'provider' => 'bestbuy'],\n ['name' => \"Geek Squad - Add On: Projection Screen Basic Installation\", 'description_short' => \"Avoid the do-it-yourself headache and have a Geek Squad Installer quickly and professionally mount and secure your Projector screen to a standard frame wall or stand. BR&gt;\nIMPORTANT NOTE: You must also order TV and Video Setup or this part of your order will be cancelled.\", 'description_long' => \"Avoid the do-it-yourself headache and have a Geek Squad Installer quickly and professionally mount and secure your Projector screen to a standard frame wall or stand. BR&gt;\nIMPORTANT NOTE: You must also order TV and Video Setup or this part of your order will be cancelled.\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/geek-squad-add-on-projection-screen-basic-installation/2055298.p?id=1219249044236&skuId=2055298&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2055298', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2055\\/2055298_sa.jpg\"}', 'upc' => '400020552983', 'provider' => 'bestbuy'],\n ['name' => \"Pure Pool - PlayStation 4\", 'description_short' => \"Become a pool legend on your PlayStation 4\", 'description_long' => \"Become a pool legend on your PlayStation 4\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pure-pool-playstation-4/2056007.p?id=1219524352981&skuId=2056007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056007_sa.jpg\"}', 'upc' => '696055249350', 'provider' => 'bestbuy'],\n ['name' => \"Red Hot & Blue: Lee Atwater & Friends - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-hot-blue-lee-atwater-friends-various-cd/2056018.p?id=96195&skuId=2056018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056018_sa.jpg\"}', 'upc' => '715187726420', 'provider' => 'bestbuy'],\n ['name' => \"Great Records of the Decade: 50's Hits Pop,... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-records-of-the-decade-50s-hits-pop-cd-various/2056143.p?id=82185&skuId=2056143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056143.jpg\"}', 'upc' => '715187735422', 'provider' => 'bestbuy'],\n ['name' => \"Great Records of the Decade: 60's Hits Pop,... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-records-of-the-decade-60s-hits-pop-cd-various/2056152.p?id=2760836&skuId=2056152&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056152.jpg\"}', 'upc' => '715187735521', 'provider' => 'bestbuy'],\n ['name' => \"Great Records of the Decade: 70's Hits Pop,... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-records-of-the-decade-70s-hits-pop-cd-various/2056161.p?id=98381&skuId=2056161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056161.jpg\"}', 'upc' => '715187735620', 'provider' => 'bestbuy'],\n ['name' => \"The Ventures Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ventures-greatest-hits-curb-cd/2056170.p?id=103094&skuId=2056170&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056170', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056170_sa.jpg\"}', 'upc' => '715187737624', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Curb] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-curb-cd/2056189.p?id=86570&skuId=2056189&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056189', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056189_sa.jpg\"}', 'upc' => '715187739826', 'provider' => 'bestbuy'],\n ['name' => \"Reunion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reunion-cd/2056198.p?id=96702&skuId=2056198&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056198', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056198.jpg\"}', 'upc' => '715187742321', 'provider' => 'bestbuy'],\n ['name' => \"Superstars of Big Band: Greatest Hits - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/superstars-of-big-band-greatest-hits-cd-various/2056205.p?id=64276&skuId=2056205&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056205.jpg\"}', 'upc' => '715187742420', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2056223.p?id=79462&skuId=2056223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056223_sa.jpg\"}', 'upc' => '715187744325', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Frank Ifield - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-frank-ifield-cd/2056250.p?id=86068&skuId=2056250&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056250', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056250.jpg\"}', 'upc' => '715187745322', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2056278.p?id=101729&skuId=2056278&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056278.jpg\"}', 'upc' => '715187746220', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-hits-cd/2056287.p?id=73328&skuId=2056287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056287.jpg\"}', 'upc' => '715187746329', 'provider' => 'bestbuy'],\n ['name' => \"Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classics-cd/2056349.p?id=91234&skuId=2056349&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056349', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056349.jpg\"}', 'upc' => '715187754720', 'provider' => 'bestbuy'],\n ['name' => \"I Made up My Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-made-up-my-mind-cd/2056358.p?id=102680&skuId=2056358&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056358', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056358_sa.jpg\"}', 'upc' => '715187756427', 'provider' => 'bestbuy'],\n ['name' => \"Pages Of Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pages-of-life-cd/2056367.p?id=80259&skuId=2056367&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056367', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056367_sa.jpg\"}', 'upc' => '715187756724', 'provider' => 'bestbuy'],\n ['name' => \"The Desert Rose Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-desert-rose-band-cd/2056385.p?id=80261&skuId=2056385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056385_sa.jpg\"}', 'upc' => '715187757028', 'provider' => 'bestbuy'],\n ['name' => \"Never Make Your Move Too Soon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-make-your-move-too-soon-cd/2056777.p?id=63712&skuId=2056777&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056777', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056777_sa.jpg\"}', 'upc' => '013431414728', 'provider' => 'bestbuy'],\n ['name' => \"Firefly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/firefly-cd/2056811.p?id=70303&skuId=2056811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056811_sa.jpg\"}', 'upc' => '013431416227', 'provider' => 'bestbuy'],\n ['name' => \"Don't Forget the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-forget-the-blues-cd/2056884.p?id=64601&skuId=2056884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2056884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2056\\/2056884_sa.jpg\"}', 'upc' => '013431429326', 'provider' => 'bestbuy'],\n ['name' => \"I Didn't Know About You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-didnt-know-about-you-cd/2057179.p?id=63644&skuId=2057179&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2057179', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2057\\/2057179_sa.jpg\"}', 'upc' => '013431454328', 'provider' => 'bestbuy'],\n ['name' => \"The Washington Guitar Quintet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-washington-guitar-quintet-cd/2057268.p?id=64761&skuId=2057268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2057268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2057\\/2057268_sa.jpg\"}', 'upc' => '013431201427', 'provider' => 'bestbuy'],\n ['name' => \"Return of the Living Dead - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/return-of-the-living-dead-cd-original-soundtrack/2057311.p?id=96523&skuId=2057311&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2057311', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2057\\/2057311_sa.jpg\"}', 'upc' => '018777200424', 'provider' => 'bestbuy'],\n ['name' => \"Reagan's In - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reagans-in-cd/2057339.p?id=103554&skuId=2057339&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2057339', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2057\\/2057339_sa.jpg\"}', 'upc' => '018777230421', 'provider' => 'bestbuy'],\n ['name' => \"Bajour [Original Broadway Cast] - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bajour-original-broadway-cast-cd-original-broadway-cast/2057883.p?id=2310041&skuId=2057883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2057883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2057\\/2057883.jpg\"}', 'upc' => '074644820829', 'provider' => 'bestbuy'],\n ['name' => \"Dynex™ - 3-Port HDMI Switch - Black\", 'description_short' => \"Compatible with most HDMI source components; creates 3 HDMI inputs from a single HDMI port; tin connector finish; supports 1080p video; automatically switches between ports; AC adapter included\", 'description_long' => \"Compatible with most HDMI source components; creates 3 HDMI inputs from a single HDMI port; tin connector finish; supports 1080p video; automatically switches between ports; AC adapter included\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynex-3-port-hdmi-switch-black/2058023.p?id=1219524351668&skuId=2058023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2058023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1313\\/1313519852\\/1313519852_sa.jpg\"}', 'upc' => '600603185908', 'provider' => 'bestbuy'],\n ['name' => \"Pure Chess - PlayStation 4\", 'description_short' => \"Learn to play one of the world&#039;s oldest games in stunning high-definition\", 'description_long' => \"Learn to play one of the world&#039;s oldest games in stunning high-definition\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pure-chess-playstation-4/2059059.p?id=1219524351158&skuId=2059059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2059059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2059\\/2059059_sa.jpg\"}', 'upc' => '696055249343', 'provider' => 'bestbuy'],\n ['name' => \"Rocketfish™ - 1.5' HDMI Cable - Black\", 'description_short' => \"Connects an HDMI component to an A/V receiver with an HDMI input; 3-layer cable shielding; 360&#176; metal connector shell; silver content soldering; 24K gold-plated contacts\", 'description_long' => \"Connects an HDMI component to an A/V receiver with an HDMI input; 3-layer cable shielding; 360&#176; metal connector shell; silver content soldering; 24K gold-plated contacts\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rocketfish-1-5-hdmi-cable-black/2059068.p?id=1219524351667&skuId=2059068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2059068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312457933\\/1312457933_sa.jpg\"}', 'upc' => '600603185786', 'provider' => 'bestbuy'],\n ['name' => \"Bird Money [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bird-money-pa-cd/2060041.p?id=2193789&skuId=2060041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060041_sa.jpg\"}', 'upc' => '097037794323', 'provider' => 'bestbuy'],\n ['name' => \"Tha Keep on Stackin: Greatest Hits [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tha-keep-on-stackin-greatest-hits-pa-cd/2060069.p?id=2184444&skuId=2060069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060069_sa.jpg\"}', 'upc' => '786984089322', 'provider' => 'bestbuy'],\n ['name' => \"Swishahouse Presents Fam 420 [PA] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swishahouse-presents-fam-420-pa-cd-various/2060087.p?id=2184445&skuId=2060087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060087_sa.jpg\"}', 'upc' => '786984089421', 'provider' => 'bestbuy'],\n ['name' => \"Da Bottom 25 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/da-bottom-25-cd/2060096.p?id=3428160&skuId=2060096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '786984091929', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - 1 AW1 Mirrorless Camera with 11-27.5mm Lens - White\", 'description_short' => \"14.2-megapixel, CX-format CMOS sensorWaterproof up to 49&#039;Shooting speeds up to 60 fpsHybrid autofocus systemGPS capability\", 'description_long' => \"14.2-megapixel, CX-format CMOS sensorWaterproof up to 49&#039;Shooting speeds up to 60 fpsHybrid autofocus systemGPS capability\", 'price' => 799.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nikon-1-aw1-mirrorless-camera-with-11-27-5mm-lens-white/2060145.p?id=1219068629729&skuId=2060145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1310\\/1310253360\\/1310253360_sa.jpg\"}', 'upc' => '018208276691', 'provider' => 'bestbuy'],\n ['name' => \"Brewster Street Live [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brewster-street-live-digipak-cd/2060157.p?id=2188596&skuId=2060157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060157_sa.jpg\"}', 'upc' => '602257506122', 'provider' => 'bestbuy'],\n ['name' => \"The Moving Sidewalk [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-moving-sidewalk-digipak-cd/2060175.p?id=2188575&skuId=2060175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060175_sa.jpg\"}', 'upc' => '884501443081', 'provider' => 'bestbuy'],\n ['name' => \"Cursed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cursed-cd/2060184.p?id=2188583&skuId=2060184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060184_sa.jpg\"}', 'upc' => '781676712328', 'provider' => 'bestbuy'],\n ['name' => \"Strategies Against Architecture 80-83 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strategies-against-architecture-80-83-cd/2060209.p?id=81384&skuId=2060209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060209_sa.jpg\"}', 'upc' => '724596167724', 'provider' => 'bestbuy'],\n ['name' => \"Please Come Home for Christmas [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/please-come-home-for-christmas-single-cd/2060263.p?id=1510421&skuId=2060263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060263_sa.jpg\"}', 'upc' => '075596592222', 'provider' => 'bestbuy'],\n ['name' => \"First World Manifesto [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-world-manifesto-digipak-cd/2060306.p?id=2188229&skuId=2060306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060306_sa.jpg\"}', 'upc' => '751097076729', 'provider' => 'bestbuy'],\n ['name' => \"Timeline - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/timeline-cd/2060315.p?id=2188230&skuId=2060315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060315.jpg\"}', 'upc' => '673203105829', 'provider' => 'bestbuy'],\n ['name' => \"A Painful Journey Into Nihil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-painful-journey-into-nihil-cd/2060333.p?id=2188585&skuId=2060333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060333_sa.jpg\"}', 'upc' => '884502926842', 'provider' => 'bestbuy'],\n ['name' => \"Cassle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cassle-cd/2060342.p?id=2188584&skuId=2060342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060342_sa.jpg\"}', 'upc' => '884502926835', 'provider' => 'bestbuy'],\n ['name' => \"Mimi Fox: Live at the Palladium (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mimi-fox-live-at-the-palladium-dvd/2060379.p?id=2188597&skuId=2060379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060379_sa.jpg\"}', 'upc' => '690897271098', 'provider' => 'bestbuy'],\n ['name' => \"No Service [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-service-digipak-cd/2060388.p?id=2188943&skuId=2060388&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060388.jpg\"}', 'upc' => '020286155560', 'provider' => 'bestbuy'],\n ['name' => \"Dagger Mouth [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dagger-mouth-pa-cd/2060397.p?id=2188232&skuId=2060397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060397_sa.jpg\"}', 'upc' => '673951027428', 'provider' => 'bestbuy'],\n ['name' => \"Don't Say We Didn't Warn You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-say-we-didnt-warn-you-cd/2060402.p?id=2188938&skuId=2060402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060402_sa.jpg\"}', 'upc' => '711297492828', 'provider' => 'bestbuy'],\n ['name' => \"Factorycraft [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/factorycraft-pa-cd/2060411.p?id=2188580&skuId=2060411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060411.jpg\"}', 'upc' => '020286155683', 'provider' => 'bestbuy'],\n ['name' => \"Abandon Everything [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/abandon-everything-digipak-cd/2060439.p?id=2188233&skuId=2060439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060439_sa.jpg\"}', 'upc' => '032357304524', 'provider' => 'bestbuy'],\n ['name' => \"Boundless! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boundless-cd/2060448.p?id=2188589&skuId=2060448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060448.jpg\"}', 'upc' => '039841498721', 'provider' => 'bestbuy'],\n ['name' => \"Not So Commercial - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/not-so-commercial-cd/2060457.p?id=2188577&skuId=2060457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060457_sa.jpg\"}', 'upc' => '753182545011', 'provider' => 'bestbuy'],\n ['name' => \"DJ-Kicks [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dj-kicks-digipak-cd/2060475.p?id=2188578&skuId=2060475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060475_sa.jpg\"}', 'upc' => '730003728327', 'provider' => 'bestbuy'],\n ['name' => \"No Color - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-color-cd/2060484.p?id=2188234&skuId=2060484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060484_sa.jpg\"}', 'upc' => '675640914026', 'provider' => 'bestbuy'],\n ['name' => \"Warma [EP] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/warma-ep-digipak-cd/2060493.p?id=2188942&skuId=2060493&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060493', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060493_sa.jpg\"}', 'upc' => '020286155577', 'provider' => 'bestbuy'],\n ['name' => \"Cannibal Corpse: Global Evisceration (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cannibal-corpse-global-evisceration-dvd/2060509.p?id=2188235&skuId=2060509&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060509', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060509_sa.jpg\"}', 'upc' => '039843406397', 'provider' => 'bestbuy'],\n ['name' => \"InstinctCD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/instinctcd/2060518.p?id=2201534&skuId=2060518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060518_sa.jpg\"}', 'upc' => '661278236029', 'provider' => 'bestbuy'],\n ['name' => \"Operation Long Leash [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/operation-long-leash-digipak-cd/2060527.p?id=2188587&skuId=2060527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060527_sa.jpg\"}', 'upc' => '020286155720', 'provider' => 'bestbuy'],\n ['name' => \"Darker Handcraft [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/darker-handcraft-pa-cd/2060536.p?id=2188237&skuId=2060536&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060536', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060536_sa.jpg\"}', 'upc' => '656191009126', 'provider' => 'bestbuy'],\n ['name' => \"Crucified Mortals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crucified-mortals-cd/2060545.p?id=2188591&skuId=2060545&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060545', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060545_sa.jpg\"}', 'upc' => '892048002609', 'provider' => 'bestbuy'],\n ['name' => \"Butcher the Weak [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/butcher-the-weak-digipak-cd/2060554.p?id=2188951&skuId=2060554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060554.jpg\"}', 'upc' => '747014543122', 'provider' => 'bestbuy'],\n ['name' => \"Unleash the Carnivore [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unleash-the-carnivore-digipak-cd/2060563.p?id=2188952&skuId=2060563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060563_sa.jpg\"}', 'upc' => '747014579923', 'provider' => 'bestbuy'],\n ['name' => \"Kvelertak [Bonus Disc] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kvelertak-bonus-disc-cd/2060572.p?id=2188582&skuId=2060572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060572_sa.jpg\"}', 'upc' => '654436019121', 'provider' => 'bestbuy'],\n ['name' => \"Dub Step: Dubterranean [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dub-step-dubterranean-digipak-cd/2060581.p?id=2188590&skuId=2060581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060581_sa.jpg\"}', 'upc' => '026656203022', 'provider' => 'bestbuy'],\n ['name' => \"The Disembodied - In Spiritual Spheres - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-disembodied-in-spiritual-spheres-cd/2060615.p?id=2188588&skuId=2060615&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060615.jpg\"}', 'upc' => '656191201926', 'provider' => 'bestbuy'],\n ['name' => \"Kill the Crown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kill-the-crown-cd/2060624.p?id=2188238&skuId=2060624&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060624', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060624.jpg\"}', 'upc' => '032357304623', 'provider' => 'bestbuy'],\n ['name' => \"The War Within Us - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-war-within-us-cd/2060633.p?id=2188239&skuId=2060633&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060633', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060633_sa.jpg\"}', 'upc' => '803847110129', 'provider' => 'bestbuy'],\n ['name' => \"V - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/v-cd/2060642.p?id=2188581&skuId=2060642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060642_sa.jpg\"}', 'upc' => '654436019022', 'provider' => 'bestbuy'],\n ['name' => \"Ohmnivalent - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ohmnivalent-cd/2060651.p?id=2188940&skuId=2060651&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060651', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060651_sa.jpg\"}', 'upc' => '747014598429', 'provider' => 'bestbuy'],\n ['name' => \"Welcome Home Armageddon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/welcome-home-armageddon-cd/2060679.p?id=2188598&skuId=2060679&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060679', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060679_sa.jpg\"}', 'upc' => '856449002446', 'provider' => 'bestbuy'],\n ['name' => \"Bizarro World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bizarro-world-cd/2060688.p?id=2188599&skuId=2060688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060688_sa.jpg\"}', 'upc' => '826056011223', 'provider' => 'bestbuy'],\n ['name' => \"Little Victories [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-victories-digipak-cd/2060697.p?id=2188579&skuId=2060697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060697_sa.jpg\"}', 'upc' => '020286155430', 'provider' => 'bestbuy'],\n ['name' => \"Before the Night Takes Us [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/before-the-night-takes-us-digipak-cd/2060706.p?id=2188240&skuId=2060706&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060706', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060706_sa.jpg\"}', 'upc' => '039841498325', 'provider' => 'bestbuy'],\n ['name' => \"Orgy of Murder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/orgy-of-murder-cd/2060715.p?id=2188941&skuId=2060715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060715_sa.jpg\"}', 'upc' => '747014598627', 'provider' => 'bestbuy'],\n ['name' => \"Howls, Raps & Roars: Recordings from... [Box] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/howls-raps-roars-recordings-from-box-cd-various/2060888.p?id=85875&skuId=2060888&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060888', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060888_sa.jpg\"}', 'upc' => '025218441025', 'provider' => 'bestbuy'],\n ['name' => \"Enter [Clear] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/enter-clear-cd/2060897.p?id=79504&skuId=2060897&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060897', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060897.jpg\"}', 'upc' => '025218453721', 'provider' => 'bestbuy'],\n ['name' => \"Shake 'Em on Down - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shake-em-on-down-cd/2060922.p?id=89176&skuId=2060922&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060922', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060922_sa.jpg\"}', 'upc' => '025218240321', 'provider' => 'bestbuy'],\n ['name' => \"Los Ritmos Calientes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/los-ritmos-calientes-cd/2060968.p?id=71455&skuId=2060968&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060968', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060968.jpg\"}', 'upc' => '025218241229', 'provider' => 'bestbuy'],\n ['name' => \"Walking Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walking-blues-cd/2060986.p?id=104067&skuId=2060986&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2060986', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2060\\/2060986_sa.jpg\"}', 'upc' => '025218242424', 'provider' => 'bestbuy'],\n ['name' => \"Lionel Hampton with the Just Jazz All Stars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lionel-hampton-with-the-just-jazz-all-stars-cd/2061002.p?id=67129&skuId=2061002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061002_sa.jpg\"}', 'upc' => '052824001527', 'provider' => 'bestbuy'],\n ['name' => \"Dizzy Gillespie and His Big Band: In Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dizzy-gillespie-and-his-big-band-in-concert-cd/2061011.p?id=66678&skuId=2061011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061011_sa.jpg\"}', 'upc' => '052824002326', 'provider' => 'bestbuy'],\n ['name' => \"Caught in the Act: Live at the Thunderbird,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caught-in-the-act-live-at-the-thunderbird-cd/2061020.p?id=1548574&skuId=2061020&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061020', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061020.jpg\"}', 'upc' => '052824004122', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Rene Touzet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-rene-touzet-cd/2061057.p?id=102080&skuId=2061057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061057_sa.jpg\"}', 'upc' => '052824200029', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Science Fiction Hits, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-science-fiction-hits-vol-1-cd/2061100.p?id=98077&skuId=2061100&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061100', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061100_sa.jpg\"}', 'upc' => '052824212824', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - D610 DSLR Camera (Body Only) - Black\", 'description_short' => \"24.3-megapixel FX format CMOS sensorShooting speeds up to 6 fpsEXPEED 3 image-processing engine\", 'description_long' => \"24.3-megapixel FX format CMOS sensorShooting speeds up to 6 fpsEXPEED 3 image-processing engine\", 'price' => 1999.99, 'sale_price' => 1299.99, 'url' => 'http://www.bestbuy.com/site/nikon-d610-dslr-camera-body-only-black/2061108.p?id=1219068640211&skuId=2061108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061108_sa.jpg\"}', 'upc' => '018208015405', 'provider' => 'bestbuy'],\n ['name' => \"Live! in Tokyo, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-tokyo-vol-2-cd/2061137.p?id=66049&skuId=2061137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061137_sa.jpg\"}', 'upc' => '052824216129', 'provider' => 'bestbuy'],\n ['name' => \"Facing Destiny - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/facing-destiny-cd/2061173.p?id=93500&skuId=2061173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061173_sa.jpg\"}', 'upc' => '052824219823', 'provider' => 'bestbuy'],\n ['name' => \"Time for Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-for-love-cd/2061235.p?id=113126&skuId=2061235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061235_sa.jpg\"}', 'upc' => '052824222229', 'provider' => 'bestbuy'],\n ['name' => \"Beyond the Reef: The Hawaiian Guitars of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beyond-the-reef-the-hawaiian-guitars-of-cd/2061306.p?id=91481&skuId=2061306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061306_sa.jpg\"}', 'upc' => '052824503427', 'provider' => 'bestbuy'],\n ['name' => \"Feds - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feds-cd-original-soundtrack/2061324.p?id=82038&skuId=2061324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061324_sa.jpg\"}', 'upc' => '052824801424', 'provider' => 'bestbuy'],\n ['name' => \"Five Summer Stories [Original Motion Picture... - Original Soundtrack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/five-summer-stories-original-motion-picture-original-soundtrack-cd/2061342.p?id=2472770&skuId=2061342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061342.jpg\"}', 'upc' => '052824802728', 'provider' => 'bestbuy'],\n ['name' => \"Quantum Leap [Original TV Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quantum-leap-original-tv-soundtrack-cd-original-soundtrack/2061360.p?id=113329&skuId=2061360&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061360', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061360.JPG\"}', 'upc' => '052824803626', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Crescendo, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-crescendo-vol-2-cd/2061388.p?id=67441&skuId=2061388&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061388.jpg\"}', 'upc' => '052824905429', 'provider' => 'bestbuy'],\n ['name' => \"Louis and His Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louis-and-his-friends-cd/2061529.p?id=1548487&skuId=2061529&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061529', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061529_sa.jpg\"}', 'upc' => '052824110229', 'provider' => 'bestbuy'],\n ['name' => \"Ahmad's Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ahmads-blues-cd/2061556.p?id=106425&skuId=2061556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061556_sa.jpg\"}', 'upc' => '011105180320', 'provider' => 'bestbuy'],\n ['name' => \"Just Like Old Times - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-like-old-times-cd/2061832.p?id=92752&skuId=2061832&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2061832', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2061\\/2061832_sa.jpg\"}', 'upc' => '012928803526', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - D610 DSLR Camera with 24-85mm VR Lens - Black\", 'description_short' => \"24.3-megapixel FX format CMOS sensorShooting speeds up to 6 fps39-point high-density autofocus systemEXPEED 3 image-processing engine\", 'description_long' => \"24.3-megapixel FX format CMOS sensorShooting speeds up to 6 fps39-point high-density autofocus systemEXPEED 3 image-processing engine\", 'price' => 2499.99, 'sale_price' => 1699.99, 'url' => 'http://www.bestbuy.com/site/nikon-d610-dslr-camera-with-24-85mm-vr-lens-black/2062092.p?id=1219068636257&skuId=2062092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062092_sa.jpg\"}', 'upc' => '018208133055', 'provider' => 'bestbuy'],\n ['name' => \"As Clean as They Wanna Be - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/as-clean-as-they-wanna-be-cd/2062635.p?id=264183&skuId=2062635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062635_sa.jpg\"}', 'upc' => '022471010821', 'provider' => 'bestbuy'],\n ['name' => \"Banned in the USA [Clean] [Edited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/banned-in-the-usa-clean-edited-cd/2062644.p?id=89898&skuId=2062644&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062644', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062644_sa.jpg\"}', 'upc' => '022471011521', 'provider' => 'bestbuy'],\n ['name' => \"Sports Weekend (Edited) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sports-weekend-edited-cd/2062653.p?id=1895606&skuId=2062653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062653_sa.jpg\"}', 'upc' => '022471011729', 'provider' => 'bestbuy'],\n ['name' => \"I Got Sumthin' on My Mind [Edited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-got-sumthin-on-my-mind-edited-cd/2062662.p?id=89901&skuId=2062662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062662.jpg\"}', 'upc' => '022471011927', 'provider' => 'bestbuy'],\n ['name' => \"No Longer I - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-longer-i-cd/2062699.p?id=64612&skuId=2062699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062699_sa.jpg\"}', 'upc' => '048021150021', 'provider' => 'bestbuy'],\n ['name' => \"Where the Hits Are - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/where-the-hits-are-cd/2062715.p?id=82813&skuId=2062715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062715_sa.jpg\"}', 'upc' => '048021200320', 'provider' => 'bestbuy'],\n ['name' => \"Fire & Ice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fire-ice-cd/2062724.p?id=76131&skuId=2062724&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062724', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062724_sa.jpg\"}', 'upc' => '048021745128', 'provider' => 'bestbuy'],\n ['name' => \"Feel the Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feel-the-love-cd/2062733.p?id=92205&skuId=2062733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062733_sa.jpg\"}', 'upc' => '048021745524', 'provider' => 'bestbuy'],\n ['name' => \"Timeless - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/timeless-cd/2062742.p?id=76134&skuId=2062742&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062742', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062742_sa.jpg\"}', 'upc' => '048021745920', 'provider' => 'bestbuy'],\n ['name' => \"Telecommunication - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/telecommunication-cd/2062760.p?id=63873&skuId=2062760&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062760', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062760_sa.jpg\"}', 'upc' => '025218910125', 'provider' => 'bestbuy'],\n ['name' => \"Today's Love Songs Tomorrow's Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/todays-love-songs-tomorrows-blues-cd/2062788.p?id=70167&skuId=2062788&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062788', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062788_sa.jpg\"}', 'upc' => '025218915724', 'provider' => 'bestbuy'],\n ['name' => \"San Francisco Holiday - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/san-francisco-holiday-cd/2062868.p?id=69294&skuId=2062868&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062868', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062868.jpg\"}', 'upc' => '025218919920', 'provider' => 'bestbuy'],\n ['name' => \"Loose Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loose-blues-cd/2062877.p?id=66105&skuId=2062877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062877.jpg\"}', 'upc' => '025218920025', 'provider' => 'bestbuy'],\n ['name' => \"Wishbone Ash - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wishbone-ash-cd/2062984.p?id=104582&skuId=2062984&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2062984', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2062\\/2062984_sa.jpg\"}', 'upc' => '008811066123', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - D610 DSLR Camera with 28-300mm VR Lens Kit - Black\", 'description_short' => \"24.3-megapixel FX format CMOS sensorShooting speeds up to 6 fps39-point high-density autofocus systemEXPEED 3 image-processing engine\", 'description_long' => \"24.3-megapixel FX format CMOS sensorShooting speeds up to 6 fps39-point high-density autofocus systemEXPEED 3 image-processing engine\", 'price' => 3049.99, 'sale_price' => 2099.99, 'url' => 'http://www.bestbuy.com/site/nikon-d610-dslr-camera-with-28-300mm-vr-lens-kit-black/2063106.p?id=1219068635139&skuId=2063106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2063106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1310\\/1310253117\\/1310253117_sa.jpg\"}', 'upc' => '018208133048', 'provider' => 'bestbuy'],\n ['name' => \"Raga Madhuvanti - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-madhuvanti-cd/2063956.p?id=2282717&skuId=2063956&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2063956', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2063\\/2063956_sa.jpg\"}', 'upc' => '710357511028', 'provider' => 'bestbuy'],\n ['name' => \"Raga Bhupal Tori - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-bhupal-tori-cd/2063974.p?id=2281759&skuId=2063974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2063974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2063\\/2063974.jpg\"}', 'upc' => '710357511929', 'provider' => 'bestbuy'],\n ['name' => \"Raga Lalit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-lalit-cd/2063992.p?id=1448673&skuId=2063992&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2063992', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2063\\/2063992_sa.jpg\"}', 'upc' => '710357515224', 'provider' => 'bestbuy'],\n ['name' => \"Rag Kaunsi Kanhra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rag-kaunsi-kanhra-cd/2064018.p?id=1396710&skuId=2064018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064018_sa.jpg\"}', 'upc' => '710357518225', 'provider' => 'bestbuy'],\n ['name' => \"Rag Jhinjoti/Rag Pilu - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rag-jhinjoti-rag-pilu-cd/2064027.p?id=1406854&skuId=2064027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064027_sa.jpg\"}', 'upc' => '710357519529', 'provider' => 'bestbuy'],\n ['name' => \"Rag Ramkali - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rag-ramkali-cd/2064036.p?id=2295561&skuId=2064036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064036.jpg\"}', 'upc' => '710357522123', 'provider' => 'bestbuy'],\n ['name' => \"Raga Hemavati - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-hemavati-cd/2064045.p?id=1406518&skuId=2064045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064045.jpg\"}', 'upc' => '710357522727', 'provider' => 'bestbuy'],\n ['name' => \"Ræg Shankara/Ræg Mala in Jogia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rg-shankara-rg-mala-in-jogia-cd/2064063.p?id=1403794&skuId=2064063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064063_sa.jpg\"}', 'upc' => '710357524523', 'provider' => 'bestbuy'],\n ['name' => \"Raga Lalit/Raga Bhairagi Bhairav - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-lalit-raga-bhairagi-bhairav-cd/2064081.p?id=1439470&skuId=2064081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064081_sa.jpg\"}', 'upc' => '710357526329', 'provider' => 'bestbuy'],\n ['name' => \"Raga Bageshri - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-bageshri-cd/2064090.p?id=2276691&skuId=2064090&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064090', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064090_sa.jpg\"}', 'upc' => '710357526824', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - D610 DSLR Camera with 24-85mm VR and 70-300mm VR Lens Kit - Black\", 'description_short' => \"24.3-megapixel FX format CMOS sensorShooting speeds up to 6 fps39-point high-density autofocus systemEXPEED 3 image-processing engine\", 'description_long' => \"24.3-megapixel FX format CMOS sensorShooting speeds up to 6 fps39-point high-density autofocus systemEXPEED 3 image-processing engine\", 'price' => 3059.99, 'sale_price' => 2259.99, 'url' => 'http://www.bestbuy.com/site/nikon-d610-dslr-camera-with-24-85mm-vr-and-70-300mm-vr-lens-kit-black/2064114.p?id=1219068631415&skuId=2064114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064114_sa.jpg\"}', 'upc' => '018208133062', 'provider' => 'bestbuy'],\n ['name' => \"Resolana: Songs from Argentina - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/resolana-songs-from-argentina-cd/2064116.p?id=1448855&skuId=2064116&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064116.jpg\"}', 'upc' => '710357528125', 'provider' => 'bestbuy'],\n ['name' => \"Rag Bhimpalasi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rag-bhimpalasi-cd/2064125.p?id=1448674&skuId=2064125&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064125', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064125.jpg\"}', 'upc' => '710357529825', 'provider' => 'bestbuy'],\n ['name' => \"Salamat Ali Khan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/salamat-ali-khan-cd/2064143.p?id=2295567&skuId=2064143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064143_sa.jpg\"}', 'upc' => '710357530722', 'provider' => 'bestbuy'],\n ['name' => \"Indian Classical Masters: Three Ragas for... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/indian-classical-masters-three-ragas-for-cd/2064170.p?id=1543582&skuId=2064170&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064170', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064170.jpg\"}', 'upc' => '710357532320', 'provider' => 'bestbuy'],\n ['name' => \"Dear Old Erin's Isle - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dear-old-erins-isle-cd-various/2064205.p?id=1449091&skuId=2064205&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064205.jpg\"}', 'upc' => '710357535024', 'provider' => 'bestbuy'],\n ['name' => \"Flamenco de la Frontera - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flamenco-de-la-frontera-cd/2064214.p?id=1397304&skuId=2064214&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064214.jpg\"}', 'upc' => '710357535222', 'provider' => 'bestbuy'],\n ['name' => \"Art Laboe's Memories of El Monte - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-laboes-memories-of-el-monte-various-cd/2064535.p?id=105724&skuId=2064535&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064535', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064535_sa.jpg\"}', 'upc' => '081658196024', 'provider' => 'bestbuy'],\n ['name' => \"Oldies But Goodies, Vol. 13 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oldies-but-goodies-vol-13-cd-various/2064615.p?id=105772&skuId=2064615&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064615_sa.jpg\"}', 'upc' => '081658863520', 'provider' => 'bestbuy'],\n ['name' => \"Best Love Songs, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-love-songs-vol-2-cd-various/2064679.p?id=186609&skuId=2064679&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064679', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064679_sa.jpg\"}', 'upc' => '081658890724', 'provider' => 'bestbuy'],\n ['name' => \"Best Love Songs, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-love-songs-vol-3-cd-various/2064688.p?id=155486&skuId=2064688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064688_sa.jpg\"}', 'upc' => '081658908528', 'provider' => 'bestbuy'],\n ['name' => \"Best Love Songs, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-love-songs-vol-4-cd-various/2064697.p?id=186612&skuId=2064697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064697_sa.jpg\"}', 'upc' => '081658890922', 'provider' => 'bestbuy'],\n ['name' => \"Sweethearts of Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweethearts-of-soul-cd/2064777.p?id=107608&skuId=2064777&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2064777', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2064\\/2064777_sa.jpg\"}', 'upc' => '081658940221', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - D5300 DSLR Camera (Body Only) - Black\", 'description_short' => \"24.2-megapixel CMOS sensorShooting speeds up to 5 fps39-point autofocusEXPEED 4 image-processing engineBuilt-in Wi-FiBuilt-in GPS\", 'description_long' => \"24.2-megapixel CMOS sensorShooting speeds up to 5 fps39-point autofocusEXPEED 4 image-processing engineBuilt-in Wi-FiBuilt-in GPS\", 'price' => 799.99, 'sale_price' => 499.99, 'url' => 'http://www.bestbuy.com/site/nikon-d5300-dslr-camera-body-only-black/2065104.p?id=1219068631151&skuId=2065104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2065104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2065\\/2065104_sa.jpg\"}', 'upc' => '018208015191', 'provider' => 'bestbuy'],\n ['name' => \"GE - In-Wall Smart Switch - White\", 'description_short' => \"GE In-Wall Smart Switch: Works with Zigbee; compatible with select gateways and hubs; enables remote control of hard-wired lights and ceiling fans in your home; wireless; easy installation\", 'description_long' => \"GE In-Wall Smart Switch: Works with Zigbee; compatible with select gateways and hubs; enables remote control of hard-wired lights and ceiling fans in your home; wireless; easy installation\", 'price' => 54.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ge-in-wall-smart-switch-white/2065113.p?id=1219522639958&skuId=2065113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2065113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2065\\/2065113_sa.jpg\"}', 'upc' => '030878138772', 'provider' => 'bestbuy'],\n ['name' => \"Lorenzo 1994 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lorenzo-1994-cd/2065437.p?id=2393575&skuId=2065437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2065437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2065\\/2065437_sa.jpg\"}', 'upc' => '731451877124', 'provider' => 'bestbuy'],\n ['name' => \"14 Shots to the Dome - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/14-shots-to-the-dome-cd/2065776.p?id=89495&skuId=2065776&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2065776', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2065\\/2065776_sa.jpg\"}', 'upc' => '731452348821', 'provider' => 'bestbuy'],\n ['name' => \"Gracias a la Vida - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gracias-a-la-vida-cd/2065865.p?id=99502&skuId=2065865&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2065865', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2065\\/2065865_sa.jpg\"}', 'upc' => '042283231429', 'provider' => 'bestbuy'],\n ['name' => \"Let's Rock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-rock-cd/2065936.p?id=78428&skuId=2065936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2065936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2065\\/2065936_sa.jpg\"}', 'upc' => '019148208629', 'provider' => 'bestbuy'],\n ['name' => \"GE - In-Wall Smart Dimmer Switch - White\", 'description_short' => \"GE In-Wall Smart Dimmer Switch: Works with Zigbee; compatible with select gateways and hubs; enables remote control over on, off and dimming functions of hard-wired lights in your home; wireless; easy installation\", 'description_long' => \"GE In-Wall Smart Dimmer Switch: Works with Zigbee; compatible with select gateways and hubs; enables remote control over on, off and dimming functions of hard-wired lights in your home; wireless; easy installation\", 'price' => 64.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ge-in-wall-smart-dimmer-switch-white/2066112.p?id=1219522639956&skuId=2066112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2066112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2066\\/2066112_sa.jpg\"}', 'upc' => '030878138789', 'provider' => 'bestbuy'],\n ['name' => \"12 Grandes Exitos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/12-grandes-exitos-cd/2066418.p?id=160765&skuId=2066418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2066418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2066\\/2066418.jpg\"}', 'upc' => '078635222821', 'provider' => 'bestbuy'],\n ['name' => \"Lo Mejor de Jose Alfredo Jimenez - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lo-mejor-de-jose-alfredo-jimenez-cd/2066427.p?id=86991&skuId=2066427&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2066427', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2066\\/2066427_sa.jpg\"}', 'upc' => '078635225426', 'provider' => 'bestbuy'],\n ['name' => \"Juan Gabriel en el Palacio de Bellas Artes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/juan-gabriel-en-el-palacio-de-bellas-artes-cd/2066588.p?id=83149&skuId=2066588&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2066588', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2066\\/2066588_sa.jpg\"}', 'upc' => '078635249828', 'provider' => 'bestbuy'],\n ['name' => \"Las Voces Mas Queridas de Mexico - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/las-voces-mas-queridas-de-mexico-cd/2066622.p?id=86994&skuId=2066622&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2066622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2066\\/2066622_sa.jpg\"}', 'upc' => '078635309720', 'provider' => 'bestbuy'],\n ['name' => \"Los Grandes Del Merengue, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/los-grandes-del-merengue-vol-1-cd-various/2066980.p?id=122625&skuId=2066980&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2066980', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2066\\/2066980.jpg\"}', 'upc' => '710793011625', 'provider' => 'bestbuy'],\n ['name' => \"15 Grandes Exitos de Nicola Di Bari en Espanol - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/15-grandes-exitos-de-nicola-di-bari-en-espanol-cd/2067033.p?id=80315&skuId=2067033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2067033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2067\\/2067033.jpg\"}', 'upc' => '078635326628', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - D5300 24.2 MP CMOS Digital SLR Camera with 18-140mm f/3.5-5.6G ED VR AF-S DX NIKKOR Zoom Lens - Black\", 'description_short' => \"3.2&quot; LCD - 7.8x Optical Zoom - Optical (IS) - 6000 x 4000 Image - HDMI - PictBridge - HD Movie Mode\", 'description_long' => \"3.2&quot; LCD - 7.8x Optical Zoom - Optical (IS) - 6000 x 4000 Image - HDMI - PictBridge - HD Movie Mode\", 'price' => 1299.99, 'sale_price' => 799.99, 'url' => 'http://www.bestbuy.com/site/nikon-d5300-24-2-mp-cmos-digital-slr-camera-with-18-140mm-f-3-5-5-6g-ed-vr-af-s-dx-nikkor-zoom-lens-black/2067102.p?id=1219068635794&skuId=2067102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2067102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2067\\/2067102_sa.jpg\"}', 'upc' => '018208133031', 'provider' => 'bestbuy'],\n ['name' => \"Fiesta Mexicana - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fiesta-mexicana-cd/2067113.p?id=168356&skuId=2067113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2067113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2067\\/2067113_sa.jpg\"}', 'upc' => '078635331622', 'provider' => 'bestbuy'],\n ['name' => \"Maria Elena, Vol. 1 [1992] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maria-elena-vol-1-1992-cd/2067355.p?id=89684&skuId=2067355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2067355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2067\\/2067355.jpg\"}', 'upc' => '078635336023', 'provider' => 'bestbuy'],\n ['name' => \"15 Exitos con Yolanda Del Rio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/15-exitos-con-yolanda-del-rio-cd/2067471.p?id=80125&skuId=2067471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2067471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2067\\/2067471_sa.jpg\"}', 'upc' => '078635338621', 'provider' => 'bestbuy'],\n ['name' => \"Tangled (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tangled-blu-ray-disc-2-disc/2068089.p?id=1895766&skuId=2068089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068089_sa.jpg\"}', 'upc' => '786936811001', 'provider' => 'bestbuy'],\n ['name' => \"Tangled (Blu-ray 3D) (3-D)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 42.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tangled-blu-ray-3d-3-d/2068098.p?id=1895766&skuId=2068098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068098_sa.jpg\"}', 'upc' => '786936810653', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - D5300 DSLR Camera with 18-55mm VR Lens - Black\", 'description_short' => \"24.2-megapixel, 23.5mm x 15.6mm CMOS sensorISO 100-12,800, expandable to 25,600Shooting speeds up to 5 fps39 focus pointsBuilt-in Wi-FiBuilt-in GPS\", 'description_long' => \"24.2-megapixel, 23.5mm x 15.6mm CMOS sensorISO 100-12,800, expandable to 25,600Shooting speeds up to 5 fps39 focus pointsBuilt-in Wi-FiBuilt-in GPS\", 'price' => 899.99, 'sale_price' => 599.99, 'url' => 'http://www.bestbuy.com/site/nikon-d5300-dslr-camera-with-18-55mm-vr-lens-black/2068101.p?id=1219068633963&skuId=2068101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068101_sa.jpg\"}', 'upc' => '018208015221', 'provider' => 'bestbuy'],\n ['name' => \"Fisica y Quimica - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fisica-y-quimica-cd/2068103.p?id=97679&skuId=2068103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068103.jpg\"}', 'upc' => '078635350029', 'provider' => 'bestbuy'],\n ['name' => \"Tangled (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tangled-dvd/2068104.p?id=1895766&skuId=2068104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068104_sa.jpg\"}', 'upc' => '786936810608', 'provider' => 'bestbuy'],\n ['name' => \"Recuerdos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/recuerdos-cd/2068167.p?id=83154&skuId=2068167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068167_sa.jpg\"}', 'upc' => '078635603422', 'provider' => 'bestbuy'],\n ['name' => \"Desde Andalucia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/desde-andalucia-cd/2068283.p?id=160712&skuId=2068283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068283_sa.jpg\"}', 'upc' => '078635695625', 'provider' => 'bestbuy'],\n ['name' => \"Canta Sus Exitos Con la Banda - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canta-sus-exitos-con-la-banda-cd/2068327.p?id=86993&skuId=2068327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068327_sa.jpg\"}', 'upc' => '078635730326', 'provider' => 'bestbuy'],\n ['name' => \"Marinero De Luces - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marinero-de-luces-cd/2068345.p?id=94342&skuId=2068345&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068345', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068345_sa.jpg\"}', 'upc' => '078635743227', 'provider' => 'bestbuy'],\n ['name' => \"Corridos Y Rancheras - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/corridos-y-rancheras-cd/2068434.p?id=86995&skuId=2068434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068434_sa.jpg\"}', 'upc' => '078635848823', 'provider' => 'bestbuy'],\n ['name' => \"12 Exitos de Oro - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/12-exitos-de-oro-cd/2068513.p?id=86989&skuId=2068513&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068513', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068513_sa.jpg\"}', 'upc' => '078635856422', 'provider' => 'bestbuy'],\n ['name' => \"Sus Mas Lindas Canciones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sus-mas-lindas-canciones-cd/2068559.p?id=86822&skuId=2068559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2068559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2068\\/2068559_sa.jpg\"}', 'upc' => '078635957822', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - AF-S NIKKOR 58mm f/1.4G Standard Lens - Black\", 'description_short' => \"Compatible with most Nikon DSLR cameras with an F-mount; Silent Wave Motor; auto/manual focus mode; Nano Crystal Coating; 72mm filter size; 1.9&#039; minimum focus distance\", 'description_long' => \"Compatible with most Nikon DSLR cameras with an F-mount; Silent Wave Motor; auto/manual focus mode; Nano Crystal Coating; 72mm filter size; 1.9&#039; minimum focus distance\", 'price' => 1599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nikon-af-s-nikkor-58mm-f-1-4g-standard-lens-black/2069119.p?id=1219068633304&skuId=2069119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2069119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2069\\/2069119_sa.jpg\"}', 'upc' => '018208022106', 'provider' => 'bestbuy'],\n ['name' => \"Esta Boca Es Mia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/esta-boca-es-mia-cd/2069978.p?id=150043&skuId=2069978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2069978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2069\\/2069978_sa.jpg\"}', 'upc' => '743212143225', 'provider' => 'bestbuy'],\n ['name' => \"KitchenAid - 30\\\" Built-In Electric Induction Cooktop - Stainless/Stainless look\", 'description_short' => \"Touch-activated controls; 4 heating elements; 1400-3200 watts of power; simmer function; induction technology; performance boost function\", 'description_long' => \"Touch-activated controls; 4 heating elements; 1400-3200 watts of power; simmer function; induction technology; performance boost function\", 'price' => 1599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kitchenaid-30-built-in-electric-induction-cooktop-stainless-stainless-look/2070032.p?id=1218307911570&skuId=2070032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2070032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2070\\/2070032_sa.jpg\"}', 'upc' => '883049202402', 'provider' => 'bestbuy'],\n ['name' => \"Honest Words - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/honest-words-cd/2071037.p?id=2133216&skuId=2071037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071037.jpg\"}', 'upc' => '014431102028', 'provider' => 'bestbuy'],\n ['name' => \"The David Grisman Rounder Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-david-grisman-rounder-album-cd/2071144.p?id=84295&skuId=2071144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071144.jpg\"}', 'upc' => '011661006928', 'provider' => 'bestbuy'],\n ['name' => \"Inroads - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inroads-cd/2071153.p?id=82419&skuId=2071153&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071153', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071153.jpg\"}', 'upc' => '011661021921', 'provider' => 'bestbuy'],\n ['name' => \"Native American - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/native-american-cd/2071171.p?id=96593&skuId=2071171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071171_sa.jpg\"}', 'upc' => '011661024823', 'provider' => 'bestbuy'],\n ['name' => \"Stomp Down Zydeco - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stomp-down-zydeco-cd-various/2071448.p?id=105341&skuId=2071448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071448_sa.jpg\"}', 'upc' => '011661156623', 'provider' => 'bestbuy'],\n ['name' => \"Blackman's Foundation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blackmans-foundation-cd/2071493.p?id=92603&skuId=2071493&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071493', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071493_sa.jpg\"}', 'upc' => '016351431226', 'provider' => 'bestbuy'],\n ['name' => \"Nuff Crisis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nuff-crisis-cd/2071563.p?id=79443&skuId=2071563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071563_sa.jpg\"}', 'upc' => '016351436429', 'provider' => 'bestbuy'],\n ['name' => \"Planxty - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/planxty-cd/2071689.p?id=95035&skuId=2071689&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071689', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071689_sa.jpg\"}', 'upc' => '016351790927', 'provider' => 'bestbuy'],\n ['name' => \"Cold Blow and the Rainy Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cold-blow-and-the-rainy-night-cd/2071698.p?id=95034&skuId=2071698&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071698', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071698_sa.jpg\"}', 'upc' => '016351791122', 'provider' => 'bestbuy'],\n ['name' => \"So Many Partings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/so-many-partings-cd/2071705.p?id=98739&skuId=2071705&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071705', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071705_sa.jpg\"}', 'upc' => '016351791627', 'provider' => 'bestbuy'],\n ['name' => \"The Star-Spangled Molly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-star-spangled-molly-cd/2071714.p?id=79930&skuId=2071714&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071714', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071714.jpg\"}', 'upc' => '016351791825', 'provider' => 'bestbuy'],\n ['name' => \"Wild & Beautiful - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-beautiful-cd/2071723.p?id=98741&skuId=2071723&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071723', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071723_sa.jpg\"}', 'upc' => '016351792822', 'provider' => 'bestbuy'],\n ['name' => \"Kiss the Tears Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kiss-the-tears-away-cd/2071732.p?id=98737&skuId=2071732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071732_sa.jpg\"}', 'upc' => '016351793720', 'provider' => 'bestbuy'],\n ['name' => \"Below the Salt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/below-the-salt-cd/2071741.p?id=100258&skuId=2071741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071741_sa.jpg\"}', 'upc' => '016351793928', 'provider' => 'bestbuy'],\n ['name' => \"Silly Sisters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/silly-sisters-cd/2071750.p?id=95524&skuId=2071750&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071750', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071750_sa.jpg\"}', 'upc' => '016351794024', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Silly Wizard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-silly-wizard-cd/2071769.p?id=98740&skuId=2071769&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071769', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071769_sa.jpg\"}', 'upc' => '016351794826', 'provider' => 'bestbuy'],\n ['name' => \"Ten Man Mop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ten-man-mop-cd/2071778.p?id=100264&skuId=2071778&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071778', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071778_sa.jpg\"}', 'upc' => '016351794925', 'provider' => 'bestbuy'],\n ['name' => \"Fire in the Glen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fire-in-the-glen-cd/2071787.p?id=100438&skuId=2071787&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071787', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071787_sa.jpg\"}', 'upc' => '016351796226', 'provider' => 'bestbuy'],\n ['name' => \"Love, Devils & The Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-devils-the-blues-cd/2071812.p?id=84314&skuId=2071812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071812_sa.jpg\"}', 'upc' => '016351970121', 'provider' => 'bestbuy'],\n ['name' => \"Leaves of Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/leaves-of-life-cd/2071858.p?id=98823&skuId=2071858&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071858', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071858_sa.jpg\"}', 'upc' => '016351970824', 'provider' => 'bestbuy'],\n ['name' => \"The Black Balloon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-black-balloon-cd/2071867.p?id=96437&skuId=2071867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071867.jpg\"}', 'upc' => '016351970923', 'provider' => 'bestbuy'],\n ['name' => \"Fingerpicking Guitar Delights - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fingerpicking-guitar-delights-cd-various/2071894.p?id=84387&skuId=2071894&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071894', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071894.jpg\"}', 'upc' => '016351981325', 'provider' => 'bestbuy'],\n ['name' => \"Live & Kickin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-kickin-cd/2071901.p?id=156033&skuId=2071901&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071901', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071901_sa.jpg\"}', 'upc' => '015891100524', 'provider' => 'bestbuy'],\n ['name' => \"The Gathering - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gathering-cd/2071947.p?id=88683&skuId=2071947&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071947', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071947_sa.jpg\"}', 'upc' => '015891113326', 'provider' => 'bestbuy'],\n ['name' => \"The First Whippoorwill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-first-whippoorwill-cd/2071974.p?id=177161&skuId=2071974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071974_sa.jpg\"}', 'upc' => '015891374925', 'provider' => 'bestbuy'],\n ['name' => \"Untold Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/untold-stories-cd/2071983.p?id=85768&skuId=2071983&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071983', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071983_sa.jpg\"}', 'upc' => '015891375625', 'provider' => 'bestbuy'],\n ['name' => \"Jumpin' the Strings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jumpin-the-strings-cd/2071992.p?id=74489&skuId=2071992&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2071992', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2071\\/2071992_sa.jpg\"}', 'upc' => '015891378725', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - D7100 DSLR Camera with 18-140mm VR Lens - Black\", 'description_short' => \"24.1-megapixel, DX-format CMOS sensorISO 100-6400, expandable to 25,600Shooting speeds up to 6 fps51 focus points (15 cross-type)\", 'description_long' => \"24.1-megapixel, DX-format CMOS sensorISO 100-6400, expandable to 25,600Shooting speeds up to 6 fps51 focus points (15 cross-type)\", 'price' => 1699.99, 'sale_price' => 1099.99, 'url' => 'http://www.bestbuy.com/site/nikon-d7100-dslr-camera-with-18-140mm-vr-lens-black/2072001.p?id=1219068640539&skuId=2072001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072001_sa.jpg\"}', 'upc' => '018208133024', 'provider' => 'bestbuy'],\n ['name' => \"California Traveler - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/california-traveler-cd/2072009.p?id=76605&skuId=2072009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072009_sa.jpg\"}', 'upc' => '015891380322', 'provider' => 'bestbuy'],\n ['name' => \"Fiddle Fatale - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fiddle-fatale-cd/2072027.p?id=88611&skuId=2072027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072027_sa.jpg\"}', 'upc' => '015891381022', 'provider' => 'bestbuy'],\n ['name' => \"Syrup (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/syrup-dvd/2072029.p?id=2751929&skuId=2072029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072029_sa.jpg\"}', 'upc' => '876964005746', 'provider' => 'bestbuy'],\n ['name' => \"Back to Red River - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-red-river-cd/2072036.p?id=83038&skuId=2072036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072036_sa.jpg\"}', 'upc' => '015891381121', 'provider' => 'bestbuy'],\n ['name' => \"WWE: Battleground 2013 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-battleground-2013-dvd/2072038.p?id=2750192&skuId=2072038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072038_sa.jpg\"}', 'upc' => '651191951758', 'provider' => 'bestbuy'],\n ['name' => \"The Canyons (Blu-ray Disc) (Director's Cut)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-canyons-blu-ray-disc-directors-cut/2072047.p?id=2749492&skuId=2072047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072047_sa.jpg\"}', 'upc' => '030306191898', 'provider' => 'bestbuy'],\n ['name' => \"Passion (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/passion-blu-ray-disc/2072056.p?id=2755961&skuId=2072056&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072056', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072056_sa.jpg\"}', 'upc' => '741952741398', 'provider' => 'bestbuy'],\n ['name' => \"Damaged - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/damaged-cd/2072063.p?id=74806&skuId=2072063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072063_sa.jpg\"}', 'upc' => '018861000725', 'provider' => 'bestbuy'],\n ['name' => \"Passion (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/passion-dvd/2072065.p?id=2755961&skuId=2072065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072065_sa.jpg\"}', 'upc' => '741952741299', 'provider' => 'bestbuy'],\n ['name' => \"Project: Mersh [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/project-mersh-ep-cd/2072072.p?id=91863&skuId=2072072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072072_sa.jpg\"}', 'upc' => '018861003429', 'provider' => 'bestbuy'],\n ['name' => \"The Canyons (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-canyons-dvd/2072074.p?id=2749492&skuId=2072074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072074_sa.jpg\"}', 'upc' => '030306989099', 'provider' => 'bestbuy'],\n ['name' => \"Who's Got the 10¿? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whos-got-the-10-cd/2072081.p?id=74817&skuId=2072081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072081_sa.jpg\"}', 'upc' => '018861006024', 'provider' => 'bestbuy'],\n ['name' => \"Parkland (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/parkland-dvd/2072083.p?id=2750172&skuId=2072083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072083_sa.jpg\"}', 'upc' => '687797142795', 'provider' => 'bestbuy'],\n ['name' => \"Enjoy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/enjoy-cd/2072116.p?id=80252&skuId=2072116&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072116_sa.jpg\"}', 'upc' => '018861024226', 'provider' => 'bestbuy'],\n ['name' => \"All the Dirt That's Fit to Print - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-the-dirt-thats-fit-to-print-cd/2072161.p?id=107094&skuId=2072161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072161_sa.jpg\"}', 'upc' => '018861030623', 'provider' => 'bestbuy'],\n ['name' => \"Key Digital - Phantom Series 2-Way HDMI Distribution Amplifier\", 'description_short' => \"KEY DIGITAL Phantom Series 2-Way HDMI Distribution Amplifier: Compatible with most HDMI and HDCP technologies; distributes 1 HDMI input to 2 outputs; EDID control; 3D-ready; supports up to 1080p/60 resolution\", 'description_long' => \"KEY DIGITAL Phantom Series 2-Way HDMI Distribution Amplifier: Compatible with most HDMI and HDCP technologies; distributes 1 HDMI input to 2 outputs; EDID control; 3D-ready; supports up to 1080p/60 resolution\", 'price' => 333.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/key-digital-phantom-series-2-way-hdmi-distribution-amplifier/2072212.p?id=1219300829778&skuId=2072212', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072212_sa.jpg\"}', 'upc' => '819505000947', 'provider' => 'bestbuy'],\n ['name' => \"Santas Bag: All Star Jazz Christmas - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/santas-bag-all-star-jazz-christmas-cd-various/2072278.p?id=110234&skuId=2072278&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072278_sa.jpg\"}', 'upc' => '089408335228', 'provider' => 'bestbuy'],\n ['name' => \"Behavior Modification [Maxi Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/behavior-modification-maxi-single-cd/2072312.p?id=1582951&skuId=2072312&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072312', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072312.jpg\"}', 'upc' => '016581351127', 'provider' => 'bestbuy'],\n ['name' => \"Confidence [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/confidence-single-cd/2072330.p?id=1576418&skuId=2072330&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072330', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072330_sa.jpg\"}', 'upc' => '016581371125', 'provider' => 'bestbuy'],\n ['name' => \"Now Is the Time [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/now-is-the-time-single-cd/2072349.p?id=1577832&skuId=2072349&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072349', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072349_sa.jpg\"}', 'upc' => '016581411128', 'provider' => 'bestbuy'],\n ['name' => \"Butterfly Portion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/butterfly-portion-cd/2072376.p?id=1588139&skuId=2072376&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072376', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072376.jpg\"}', 'upc' => '016581861121', 'provider' => 'bestbuy'],\n ['name' => \"Temper [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/temper-single-cd/2072385.p?id=1576276&skuId=2072385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072385_sa.jpg\"}', 'upc' => '016581861725', 'provider' => 'bestbuy'],\n ['name' => \"Nothing Stays [Maxi Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothing-stays-maxi-single-cd/2072394.p?id=1582939&skuId=2072394&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072394', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072394.jpg\"}', 'upc' => '016581861923', 'provider' => 'bestbuy'],\n ['name' => \"Silicon Jesus [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/silicon-jesus-single-cd/2072456.p?id=1582940&skuId=2072456&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072456', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072456_sa.jpg\"}', 'upc' => '016581869622', 'provider' => 'bestbuy'],\n ['name' => \"Welcome to My Mind [Maxi Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/welcome-to-my-mind-maxi-single-cd/2072465.p?id=1577121&skuId=2072465&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072465', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072465.jpg\"}', 'upc' => '016581869721', 'provider' => 'bestbuy'],\n ['name' => \"Psychoslaphead [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/psychoslaphead-single-cd/2072474.p?id=1577120&skuId=2072474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072474_sa.jpg\"}', 'upc' => '016581870420', 'provider' => 'bestbuy'],\n ['name' => \"Starman - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/starman-cd-original-soundtrack/2072580.p?id=100110&skuId=2072580&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2072580', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2072\\/2072580_sa.jpg\"}', 'upc' => '030206823325', 'provider' => 'bestbuy'],\n ['name' => \"Dell - UltraSharp U2415 24\\\" IPS LED HD Monitor - Black\", 'description_short' => \"DELL UltraSharp U2415 24&quot; IPS LED HD Monitor: 6 ms response time; 2,000,000:1 dynamic contrast ratio; 300 nits brightness; 1920 x 1200 resolution; 178&#176; horizontal and vertical viewing angles; HDMI and DisplayPort inputs\", 'description_long' => \"DELL UltraSharp U2415 24&quot; IPS LED HD Monitor: 6 ms response time; 2,000,000:1 dynamic contrast ratio; 300 nits brightness; 1920 x 1200 resolution; 178&#176; horizontal and vertical viewing angles; HDMI and DisplayPort inputs\", 'price' => 367.99, 'sale_price' => 279.99, 'url' => 'http://www.bestbuy.com/site/dell-ultrasharp-u2415-24-ips-led-hd-monitor-black/2073028.p?id=1219524349836&skuId=2073028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2073028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2073\\/2073028_sa.jpg\"}', 'upc' => '884116153061', 'provider' => 'bestbuy'],\n ['name' => \"Samson - Studio GT Pro Recording Bundle\", 'description_short' => \"Compatible with PC and Mac; active studio monitors; USB audio interface; 2x2 recording interface; 2-position switch; Cakewalk Sonar LE music production software\", 'description_long' => \"Compatible with PC and Mac; active studio monitors; USB audio interface; 2x2 recording interface; 2-position switch; Cakewalk Sonar LE music production software\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/samson-studio-gt-pro-recording-bundle/2073048.p?id=1218308268156&skuId=2073048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2073048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2073\\/2073048_sa.jpg\"}', 'upc' => '809164012719', 'provider' => 'bestbuy'],\n ['name' => \"Keep It Together [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keep-it-together-ep-cd/2073516.p?id=1576834&skuId=2073516&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2073516', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2073\\/2073516.jpg\"}', 'upc' => '075992142724', 'provider' => 'bestbuy'],\n ['name' => \"Rescue Me [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rescue-me-single-cd/2073570.p?id=1576836&skuId=2073570&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2073570', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2073\\/2073570_sa.jpg\"}', 'upc' => '075992181327', 'provider' => 'bestbuy'],\n ['name' => \"Linksys - 802.11ac Smart Wi-Fi Dual-Band Router - Black\", 'description_short' => \"Up to 600 + 1300 Mbps data transfer rates; WPA/WPA2 encryption; SPI firewall; beamforming technology\", 'description_long' => \"Up to 600 + 1300 Mbps data transfer rates; WPA/WPA2 encryption; SPI firewall; beamforming technology\", 'price' => 199.99, 'sale_price' => 139.99, 'url' => 'http://www.bestbuy.com/site/linksys-802-11ac-smart-wi-fi-dual-band-router-black/2074009.p?id=1219068636395&skuId=2074009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074009_sa.jpg\"}', 'upc' => '745883598588', 'provider' => 'bestbuy'],\n ['name' => \"MartinLogan - ElectroMotion ESL 8\\\" Floor Speaker (Each) - Black\", 'description_short' => \"300W peak power; 8&quot; doped fiber woofer cone; 34&quot; Xstat Curvilinear Line Source (CLS) electrostatic transducer; bass-reflex enclosure; AirFrame technology; push-style connectors with banana jacks\", 'description_long' => \"300W peak power; 8&quot; doped fiber woofer cone; 34&quot; Xstat Curvilinear Line Source (CLS) electrostatic transducer; bass-reflex enclosure; AirFrame technology; push-style connectors with banana jacks\", 'price' => 1249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/martinlogan-electromotion-esl-8-floor-speaker-each-black/2074269.p?id=1218308694947&skuId=2074269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074269_rc.jpg\"}', 'upc' => '877929006150', 'provider' => 'bestbuy'],\n ['name' => \"Scandalous [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scandalous-digipak-cd/2074302.p?id=2186318&skuId=2074302&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074302', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074302_sa.jpg\"}', 'upc' => '602527610054', 'provider' => 'bestbuy'],\n ['name' => \"EUREKA [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eureka-digipak-cd/2074311.p?id=2184056&skuId=2074311&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074311', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074311_sa.jpg\"}', 'upc' => '060270128729', 'provider' => 'bestbuy'],\n ['name' => \"Caliente - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caliente-cd/2074339.p?id=2188934&skuId=2074339&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074339', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074339_sa.jpg\"}', 'upc' => '720657945027', 'provider' => 'bestbuy'],\n ['name' => \"Stan Getz With Cal Tjader - CD - Remastered\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stan-getz-with-cal-tjader-cd-remastered/2074366.p?id=2186345&skuId=2074366&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074366', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074366_sa.jpg\"}', 'upc' => '888072326903', 'provider' => 'bestbuy'],\n ['name' => \"Down Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-home-cd/2074375.p?id=2186314&skuId=2074375&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074375_sa.jpg\"}', 'upc' => '011661066120', 'provider' => 'bestbuy'],\n ['name' => \"Dancing Backward in High Heels [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dancing-backward-in-high-heels-pa-cd/2074384.p?id=2186586&skuId=2074384&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074384', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074384_sa.jpg\"}', 'upc' => '795041781321', 'provider' => 'bestbuy'],\n ['name' => \"Una Historia Para Siempre - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/una-historia-para-siempre-cd/2074426.p?id=2188932&skuId=2074426&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074426', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074426_sa.jpg\"}', 'upc' => '801472163626', 'provider' => 'bestbuy'],\n ['name' => \"Battle: Los Angeles [3/8] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/battle-los-angeles-3-8-cd-original-soundtrack/2074444.p?id=2186288&skuId=2074444&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074444_sa.jpg\"}', 'upc' => '030206706826', 'provider' => 'bestbuy'],\n ['name' => \"Pursuit of Radical Rhapsody - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pursuit-of-radical-rhapsody-cd/2074453.p?id=2186295&skuId=2074453&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074453', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1902\\/19029624.jpg\"}', 'upc' => '888072328358', 'provider' => 'bestbuy'],\n ['name' => \"Ugetsu - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ugetsu-cd/2074462.p?id=2186340&skuId=2074462&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074462', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074462_sa.jpg\"}', 'upc' => '888072326927', 'provider' => 'bestbuy'],\n ['name' => \"Sucker Punch [Digipak] - CD - Enhanced Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sucker-punch-digipak-cd-enhanced-original-soundtrack/2074471.p?id=2186573&skuId=2074471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074471_sa.jpg\"}', 'upc' => '794043148651', 'provider' => 'bestbuy'],\n ['name' => \"Book of Job - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/book-of-job-cd/2074499.p?id=2186585&skuId=2074499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074499_sa.jpg\"}', 'upc' => '054645190527', 'provider' => 'bestbuy'],\n ['name' => \"Almost Home [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/almost-home-import-cd/2074514.p?id=2186311&skuId=2074514&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074514', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074514_sa.jpg\"}', 'upc' => '011661066229', 'provider' => 'bestbuy'],\n ['name' => \"Moseley Shoals [Deluxe Edition] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moseley-shoals-deluxe-edition-digipak-cd/2074523.p?id=2188547&skuId=2074523&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074523', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074523_sa.jpg\"}', 'upc' => '600753324332', 'provider' => 'bestbuy'],\n ['name' => \"Sigo Estando Contigo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sigo-estando-contigo-cd/2074532.p?id=2188936&skuId=2074532&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074532', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074532_sa.jpg\"}', 'upc' => '602527634425', 'provider' => 'bestbuy'],\n ['name' => \"Monk's Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monks-music-cd/2074541.p?id=2186352&skuId=2074541&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074541', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074541.jpg\"}', 'upc' => '888072326897', 'provider' => 'bestbuy'],\n ['name' => \"Rare Bird Alert [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rare-bird-alert-digipak-cd/2074569.p?id=2186298&skuId=2074569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074569_sa.jpg\"}', 'upc' => '011661066021', 'provider' => 'bestbuy'],\n ['name' => \"Ella And Oscar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ella-and-oscar-cd/2074578.p?id=2186343&skuId=2074578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074578_sa.jpg\"}', 'upc' => '888072326934', 'provider' => 'bestbuy'],\n ['name' => \"Passive Me, Aggressive You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/passive-me-aggressive-you-cd/2074596.p?id=2186313&skuId=2074596&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074596', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074596_sa.jpg\"}', 'upc' => '602527574424', 'provider' => 'bestbuy'],\n ['name' => \"De Sinaloa Para El Mundo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/de-sinaloa-para-el-mundo-cd/2074611.p?id=2188933&skuId=2074611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074611_sa.jpg\"}', 'upc' => '801472163923', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Odetta - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-odetta-cd/2074702.p?id=93804&skuId=2074702&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074702', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074702_sa.jpg\"}', 'upc' => '015707434423', 'provider' => 'bestbuy'],\n ['name' => \"Ballad for Americans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ballad-for-americans-cd/2074748.p?id=96843&skuId=2074748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074748_sa.jpg\"}', 'upc' => '015707011723', 'provider' => 'bestbuy'],\n ['name' => \"John Hammond - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-hammond-cd/2074766.p?id=84738&skuId=2074766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074766.jpg\"}', 'upc' => '015707214827', 'provider' => 'bestbuy'],\n ['name' => \"Two by Two: Ruby and Ellis Play Rodgers and Hart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-by-two-ruby-and-ellis-play-rodgers-and-hart-cd/2074784.p?id=64476&skuId=2074784&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074784', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074784_sa.jpg\"}', 'upc' => '015707850728', 'provider' => 'bestbuy'],\n ['name' => \"A Night at Count Basie's - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-night-at-count-basies-cd/2074793.p?id=72087&skuId=2074793&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074793.jpg\"}', 'upc' => '015707850827', 'provider' => 'bestbuy'],\n ['name' => \"Live at Newport - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-newport-cd/2074819.p?id=278014&skuId=2074819&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074819', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074819_sa.jpg\"}', 'upc' => '015707300827', 'provider' => 'bestbuy'],\n ['name' => \"Bout Changes & Things... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bout-changes-things-cd/2074846.p?id=72953&skuId=2074846&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074846', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074846_sa.jpg\"}', 'upc' => '015707920629', 'provider' => 'bestbuy'],\n ['name' => \"Little Wheel Spin and Spin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-wheel-spin-and-spin-cd/2074855.p?id=97733&skuId=2074855&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074855', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074855_sa.jpg\"}', 'upc' => '015707921121', 'provider' => 'bestbuy'],\n ['name' => \"Spaces - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spaces-cd/2074882.p?id=65310&skuId=2074882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074882.jpg\"}', 'upc' => '015707934527', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Wichita Jazz Festival - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-wichita-jazz-festival-cd/2074891.p?id=71370&skuId=2074891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074891.jpg\"}', 'upc' => '015707935524', 'provider' => 'bestbuy'],\n ['name' => \"Very Early Joan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/very-early-joan-cd/2074926.p?id=73719&skuId=2074926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074926_sa.jpg\"}', 'upc' => '015707944625', 'provider' => 'bestbuy'],\n ['name' => \"Live At Lupo'S - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-lupos-cd/2074944.p?id=2586649&skuId=2074944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2074944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2074\\/2074944.jpg\"}', 'upc' => '011671002422', 'provider' => 'bestbuy'],\n ['name' => \"WW: UBS MINI STAB BA (DVD) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ww-ubs-mini-stab-ba-dvd-dvd/2075017.p?id=3330371&skuId=2075017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075017_sa.jpg\"}', 'upc' => '013132624709', 'provider' => 'bestbuy'],\n ['name' => \"ELEM: COMPLETE YOGA (DVD) (DVD) (3 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elem-complete-yoga-dvd-dvd-3-disc/2075026.p?id=3330379&skuId=2075026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2075026.jpg\"}', 'upc' => '013132605562', 'provider' => 'bestbuy'],\n ['name' => \"LS: 30 DAY WALK OFF (DVD) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ls-30-day-walk-off-dvd-dvd/2075035.p?id=3330409&skuId=2075035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075035_sa.jpg\"}', 'upc' => '013132605586', 'provider' => 'bestbuy'],\n ['name' => \"ELEM: STRETCH RELS R (DVD) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elem-stretch-rels-r-dvd-dvd/2075044.p?id=3330402&skuId=2075044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2075044.jpg\"}', 'upc' => '013132629018', 'provider' => 'bestbuy'],\n ['name' => \"Live at Shea Stadium:... [CD & DVD] [Box] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-shea-stadium-cd-dvd-box-cd-dvd/2075046.p?id=2185021&skuId=2075046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075046_sa.jpg\"}', 'upc' => '886978542427', 'provider' => 'bestbuy'],\n ['name' => \"Tapestry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tapestry-cd/2075055.p?id=2185005&skuId=2075055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075055.jpg\"}', 'upc' => '859703985325', 'provider' => 'bestbuy'],\n ['name' => \"Billy Joel: Live at Shea Stadium (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/billy-joel-live-at-shea-stadium-dvd/2075064.p?id=2185022&skuId=2075064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075064_sa.jpg\"}', 'upc' => '886978459497', 'provider' => 'bestbuy'],\n ['name' => \"Goodbye Lullaby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goodbye-lullaby-cd/2075073.p?id=2193522&skuId=2075073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075073_sa.jpg\"}', 'upc' => '886975587025', 'provider' => 'bestbuy'],\n ['name' => \"Dos Clásicos [Slipcase] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dos-clasicos-slipcase-cd/2075082.p?id=2182992&skuId=2075082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075082_sa.jpg\"}', 'upc' => '886978436825', 'provider' => 'bestbuy'],\n ['name' => \"Dos Cl sicos [Slipcase] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dos-clsicos-slipcase-cd/2075107.p?id=2182994&skuId=2075107&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075107_sa.jpg\"}', 'upc' => '886978436924', 'provider' => 'bestbuy'],\n ['name' => \"Dos Cl sicos [Slipcase] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dos-clsicos-slipcase-cd/2075116.p?id=2182974&skuId=2075116&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075116_sa.jpg\"}', 'upc' => '886978436726', 'provider' => 'bestbuy'],\n ['name' => \"Goodbye Lullaby [CD & DVD] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goodbye-lullaby-cd-dvd-cd-dvd-deluxe-edition/2075125.p?id=2193535&skuId=2075125&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075125', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075125_sa.jpg\"}', 'upc' => '886978019721', 'provider' => 'bestbuy'],\n ['name' => \"Billy Joel: Live at Shea Stadium - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/billy-joel-live-at-shea-stadium-blu-ray-disc/2075143.p?id=2185022&skuId=2075143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075143_sa.jpg\"}', 'upc' => '886978459596', 'provider' => 'bestbuy'],\n ['name' => \"Live: Inside and In Between [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-inside-and-in-between-cd-dvd-cd-dvd/2075161.p?id=2185007&skuId=2075161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075161_sa.jpg\"}', 'upc' => '602341016025', 'provider' => 'bestbuy'],\n ['name' => \"Polaroid - 23.25\\\" Monopod - Black\", 'description_short' => \"Compatible with most cameras and camcorders; bag included\", 'description_long' => \"Compatible with most cameras and camcorders; bag included\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/polaroid-23-25-monopod-black/2075222.p?id=1218308263425&skuId=2075222&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075222', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075222_rc.jpg\"}', 'upc' => '892421002455', 'provider' => 'bestbuy'],\n ['name' => \"Garage, Inc. [LP] [PA] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/garage-inc-lp-pa-vinyl/2075268.p?id=2187149&skuId=2075268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075268_sa.jpg\"}', 'upc' => '093624965190', 'provider' => 'bestbuy'],\n ['name' => \"Hit Man Returns [CD/Blu-Ray] [Unknown Media] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hit-man-returns-cd-blu-ray-unknown-media-cd/2075277.p?id=2184845&skuId=2075277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075277_sa.jpg\"}', 'upc' => '093624961260', 'provider' => 'bestbuy'],\n ['name' => \"Wounded Rhymes [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wounded-rhymes-lp-vinyl/2075295.p?id=2186406&skuId=2075295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1902\\/19029951.jpg\"}', 'upc' => '825646744398', 'provider' => 'bestbuy'],\n ['name' => \"Wounded Rhymes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wounded-rhymes-cd/2075329.p?id=2186404&skuId=2075329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075329.jpg\"}', 'upc' => '825646744404', 'provider' => 'bestbuy'],\n ['name' => \"It'll End in Tears [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/itll-end-in-tears-lp-vinyl/2075347.p?id=2186570&skuId=2075347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075347_sa.jpg\"}', 'upc' => '093624958864', 'provider' => 'bestbuy'],\n ['name' => \"Hit Man Returns [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hit-man-returns-cd-dvd-cd-dvd/2075356.p?id=2182740&skuId=2075356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075356_sa.jpg\"}', 'upc' => '093624961253', 'provider' => 'bestbuy'],\n ['name' => \"Airwolf: Season Four [5 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/airwolf-season-four-5-discs-dvd/2075416.p?id=2167801&skuId=2075416&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075416', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075416.jpg\"}', 'upc' => '025192083402', 'provider' => 'bestbuy'],\n ['name' => \"Polaroid - 72\\\" Tripod - Black\", 'description_short' => \"Compatible with most cameras and camcorders; bag included\", 'description_long' => \"Compatible with most cameras and camcorders; bag included\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/polaroid-72-tripod-black/2075425.p?id=1218308261487&skuId=2075425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2075425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2075\\/2075425_sa.jpg\"}', 'upc' => '892421002400', 'provider' => 'bestbuy'],\n ['name' => \"Weight Watchers: Time Crunch Training Kit (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/weight-watchers-time-crunch-training-kit-dvd/2076025.p?id=2892575&skuId=2076025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076025_sa.jpg\"}', 'upc' => '013132609324', 'provider' => 'bestbuy'],\n ['name' => \"Rough Guide to African... [Digipak] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rough-guide-to-african-digipak-cd-various/2076045.p?id=2190874&skuId=2076045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076045_sa.jpg\"}', 'upc' => '605633125924', 'provider' => 'bestbuy'],\n ['name' => \"Rough Guide To Bellydance: Second Edition - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rough-guide-to-bellydance-second-edition-cd-various/2076054.p?id=2190863&skuId=2076054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076054_sa.jpg\"}', 'upc' => '605633124927', 'provider' => 'bestbuy'],\n ['name' => \"Nervous Nitelife: Patrick M - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nervous-nitelife-patrick-m-cd/2076063.p?id=2190861&skuId=2076063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076063_sa.jpg\"}', 'upc' => '091012217227', 'provider' => 'bestbuy'],\n ['name' => \"Weights & Wings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/weights-wings-cd/2076072.p?id=2190856&skuId=2076072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076072_sa.jpg\"}', 'upc' => '067003092029', 'provider' => 'bestbuy'],\n ['name' => \"Several Shades of Why [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/several-shades-of-why-digipak-cd/2076081.p?id=2190851&skuId=2076081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076081_sa.jpg\"}', 'upc' => '098787085921', 'provider' => 'bestbuy'],\n ['name' => \"Death & Legacy [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/death-legacy-digipak-cd/2076106.p?id=2190855&skuId=2076106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076106_sa.jpg\"}', 'upc' => '885470001883', 'provider' => 'bestbuy'],\n ['name' => \"22 Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-greatest-hits-cd/2076112.p?id=92588&skuId=2076112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076112_sa.jpg\"}', 'upc' => '012676781329', 'provider' => 'bestbuy'],\n ['name' => \"16 Greatest Hits [Deluxe] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/16-greatest-hits-deluxe-cd/2076121.p?id=80965&skuId=2076121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076121_sa.jpg\"}', 'upc' => '012676781824', 'provider' => 'bestbuy'],\n ['name' => \"Live To Worship - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-to-worship-cd/2076124.p?id=2190859&skuId=2076124&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076124', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076124_sa.jpg\"}', 'upc' => '893848002622', 'provider' => 'bestbuy'],\n ['name' => \"Balloons: Live at the Blue Note [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/balloons-live-at-the-blue-note-digipak-cd/2076133.p?id=2190857&skuId=2076133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076133_sa.jpg\"}', 'upc' => '616892454625', 'provider' => 'bestbuy'],\n ['name' => \"Going out in Style [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/going-out-in-style-lp-vinyl/2076142.p?id=2190858&skuId=2076142&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076142', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076142_sa.jpg\"}', 'upc' => '075597977202', 'provider' => 'bestbuy'],\n ['name' => \"Several Shades of Why [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/several-shades-of-why-lp-vinyl/2076151.p?id=2190852&skuId=2076151&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076151', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076151.jpg\"}', 'upc' => '098787085914', 'provider' => 'bestbuy'],\n ['name' => \"16 Beautiful Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/16-beautiful-hits-cd/2076167.p?id=104493&skuId=2076167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076167.jpg\"}', 'upc' => '012676790123', 'provider' => 'bestbuy'],\n ['name' => \"Trust in Few - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trust-in-few-cd/2076179.p?id=2190860&skuId=2076179&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076179', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076179_sa.jpg\"}', 'upc' => '898845002675', 'provider' => 'bestbuy'],\n ['name' => \"Tango Buenos Aires - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tango-buenos-aires-cd/2076188.p?id=2192308&skuId=2076188&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076188', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076188.jpg\"}', 'upc' => '731383654121', 'provider' => 'bestbuy'],\n ['name' => \"Delta - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/delta-cd/2076197.p?id=2190854&skuId=2076197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076197_sa.jpg\"}', 'upc' => '885470001876', 'provider' => 'bestbuy'],\n ['name' => \"My Songbook [CD & DVD] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-songbook-cd-dvd-cd-dvd-deluxe-edition/2076203.p?id=2190862&skuId=2076203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076203.jpg\"}', 'upc' => '014998419126', 'provider' => 'bestbuy'],\n ['name' => \"Fabulous Chordettes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fabulous-chordettes-cd/2076229.p?id=1452192&skuId=2076229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076229_sa.jpg\"}', 'upc' => '029667790529', 'provider' => 'bestbuy'],\n ['name' => \"Fabulous Everly Brothers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fabulous-everly-brothers-cd/2076238.p?id=1464811&skuId=2076238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076238_sa.jpg\"}', 'upc' => '029667790628', 'provider' => 'bestbuy'],\n ['name' => \"Fabulous - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fabulous-cd/2076247.p?id=1452171&skuId=2076247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076247_sa.jpg\"}', 'upc' => '029667790727', 'provider' => 'bestbuy'],\n ['name' => \"Rock & Horror - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-horror-cd/2076283.p?id=1849572&skuId=2076283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076283.jpg\"}', 'upc' => '029667106528', 'provider' => 'bestbuy'],\n ['name' => \"Songs Our Daddy Taught Us - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-our-daddy-taught-us-cd/2076292.p?id=1452720&skuId=2076292&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076292', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076292_sa.jpg\"}', 'upc' => '029667107525', 'provider' => 'bestbuy'],\n ['name' => \"Our True Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/our-true-story-cd/2076309.p?id=1516207&skuId=2076309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076309_sa.jpg\"}', 'upc' => '029667107624', 'provider' => 'bestbuy'],\n ['name' => \"Rockabilly Shakeout - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockabilly-shakeout-cd-various/2076354.p?id=1491661&skuId=2076354&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076354', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076354_sa.jpg\"}', 'upc' => '029667119122', 'provider' => 'bestbuy'],\n ['name' => \"The Early Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-early-years-cd/2076390.p?id=1452193&skuId=2076390&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076390', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076390_sa.jpg\"}', 'upc' => '029667123723', 'provider' => 'bestbuy'],\n ['name' => \"Steel Guitar Flash!Plus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steel-guitar-flashplus-cd/2076407.p?id=1804124&skuId=2076407&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076407', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076407.jpg\"}', 'upc' => '029667124027', 'provider' => 'bestbuy'],\n ['name' => \"The Dootone Story - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dootone-story-cd-various/2076416.p?id=1462433&skuId=2076416&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076416', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076416_sa.jpg\"}', 'upc' => '029667124225', 'provider' => 'bestbuy'],\n ['name' => \"Earth Angel [Ace] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/earth-angel-ace-cd/2076425.p?id=1452231&skuId=2076425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076425_sa.jpg\"}', 'upc' => '029667124928', 'provider' => 'bestbuy'],\n ['name' => \"Carlo and the Belmonts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carlo-and-the-belmonts-cd/2076434.p?id=1502475&skuId=2076434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076434.jpg\"}', 'upc' => '029667125123', 'provider' => 'bestbuy'],\n ['name' => \"Another Saturday Night: Classic Recordings... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/another-saturday-night-classic-recordings-cd-various/2076443.p?id=1452170&skuId=2076443&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076443', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076443_sa.jpg\"}', 'upc' => '029667128827', 'provider' => 'bestbuy'],\n ['name' => \"Golden Age of American Rock 'n' Roll, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-age-of-american-rock-n-roll-vol-1-cd-various/2076452.p?id=1452206&skuId=2076452&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076452', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076452_sa.jpg\"}', 'upc' => '029667128926', 'provider' => 'bestbuy'],\n ['name' => \"The 3B Blues Boy - The Blues Years: 1952-59 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-3b-blues-boy-the-blues-years-1952-59-cd/2076470.p?id=1452175&skuId=2076470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076470_sa.jpg\"}', 'upc' => '029667130226', 'provider' => 'bestbuy'],\n ['name' => \"Rarest Rockabilly & Hillbilly Boogie: The... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rarest-rockabilly-hillbilly-boogie-the-cd-various/2076489.p?id=1458635&skuId=2076489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076489_sa.jpg\"}', 'upc' => '029667131124', 'provider' => 'bestbuy'],\n ['name' => \"All-American Rock 'n' Roll from Fraternity... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-american-rock-n-roll-from-fraternity-cd-various/2076504.p?id=1576493&skuId=2076504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076504.jpg\"}', 'upc' => '029667131629', 'provider' => 'bestbuy'],\n ['name' => \"This Is Fabian! (1959-61) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-fabian-1959-61-cd/2076522.p?id=1474966&skuId=2076522&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076522', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076522_sa.jpg\"}', 'upc' => '029667132121', 'provider' => 'bestbuy'],\n ['name' => \"The Voice: Duke Recordings 1959-69 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-voice-duke-recordings-1959-69-cd/2076531.p?id=1452176&skuId=2076531&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076531', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076531_sa.jpg\"}', 'upc' => '029667132329', 'provider' => 'bestbuy'],\n ['name' => \"Doin' the Hully Gully/Dance by the Light of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doin-the-hully-gully-dance-by-the-light-of-cd/2076540.p?id=1577020&skuId=2076540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076540_sa.jpg\"}', 'upc' => '029667132428', 'provider' => 'bestbuy'],\n ['name' => \"Creepin' with the Cats: The Legendary Dig... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/creepin-with-the-cats-the-legendary-dig-cd/2076559.p?id=1452230&skuId=2076559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076559_sa.jpg\"}', 'upc' => '029667132527', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Vapors Club - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-vapors-club-cd/2076568.p?id=1474967&skuId=2076568&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076568', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076568_sa.jpg\"}', 'upc' => '029667132626', 'provider' => 'bestbuy'],\n ['name' => \"Kiss 'n' Tell - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kiss-n-tell-cd-various/2076577.p?id=1452215&skuId=2076577&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076577_sa.jpg\"}', 'upc' => '029667133029', 'provider' => 'bestbuy'],\n ['name' => \"Talk Back Trembling Lips/The Tillotson Touch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talk-back-trembling-lips-the-tillotson-touch-cd/2076586.p?id=1452249&skuId=2076586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076586_sa.jpg\"}', 'upc' => '029667133128', 'provider' => 'bestbuy'],\n ['name' => \"Dig These Blues: The Legendary Dig Masters,... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dig-these-blues-the-legendary-dig-masters-cd-various/2076602.p?id=1576071&skuId=2076602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076602_sa.jpg\"}', 'upc' => '029667133425', 'provider' => 'bestbuy'],\n ['name' => \"Laurie Vocal Groups: The Sixties Sound - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/laurie-vocal-groups-the-sixties-sound-cd-various/2076620.p?id=1457938&skuId=2076620&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076620', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076620_sa.jpg\"}', 'upc' => '029667134620', 'provider' => 'bestbuy'],\n ['name' => \"Radio Gold [Ace] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/radio-gold-ace-cd-various/2076639.p?id=1455732&skuId=2076639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076639_sa.jpg\"}', 'upc' => '029667134729', 'provider' => 'bestbuy'],\n ['name' => \"Pretty Much Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pretty-much-country-cd/2076648.p?id=1457939&skuId=2076648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076648_sa.jpg\"}', 'upc' => '029667134828', 'provider' => 'bestbuy'],\n ['name' => \"Dapper Cats, Groovy Tunes & Hot Guitars: The... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dapper-cats-groovy-tunes-hot-guitars-the-cd-various/2076657.p?id=1485549&skuId=2076657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076657_sa.jpg\"}', 'upc' => '029667135122', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Shirelles [Ace] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-shirelles-ace-cd/2076684.p?id=1452241&skuId=2076684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076684_sa.jpg\"}', 'upc' => '029667135627', 'provider' => 'bestbuy'],\n ['name' => \"Remember Then: The Best of the Earls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remember-then-the-best-of-the-earls-cd/2076693.p?id=1456205&skuId=2076693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076693.jpg\"}', 'upc' => '029667136624', 'provider' => 'bestbuy'],\n ['name' => \"Allons Cajun Rock & Roll - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/allons-cajun-rock-roll-cd-various/2076700.p?id=1452186&skuId=2076700&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076700', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076700_sa.jpg\"}', 'upc' => '029667136723', 'provider' => 'bestbuy'],\n ['name' => \"Let's Dance: Monogram Sides - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-dance-monogram-sides-cd/2076719.p?id=1452228&skuId=2076719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076719_sa.jpg\"}', 'upc' => '029667136921', 'provider' => 'bestbuy'],\n ['name' => \"Let the Little Girl Dance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-the-little-girl-dance-cd/2076728.p?id=2434624&skuId=2076728&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076728', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076728_sa.jpg\"}', 'upc' => '029667137027', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Indigo Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-indigo-recordings-cd/2076746.p?id=1452212&skuId=2076746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076746_sa.jpg\"}', 'upc' => '029667137423', 'provider' => 'bestbuy'],\n ['name' => \"Oh So Fine: The Very Best Of The Fiestas (Ace) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oh-so-fine-the-very-best-of-the-fiestas-ace-cd/2076773.p?id=1453538&skuId=2076773&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076773', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076773_sa.jpg\"}', 'upc' => '029667138222', 'provider' => 'bestbuy'],\n ['name' => \"Walking Along with the Solitaires - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walking-along-with-the-solitaires-cd/2076782.p?id=1500177&skuId=2076782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076782.jpg\"}', 'upc' => '029667138321', 'provider' => 'bestbuy'],\n ['name' => \"We Belong Together - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-belong-together-cd/2076791.p?id=1572159&skuId=2076791&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076791', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076791_sa.jpg\"}', 'upc' => '029667138420', 'provider' => 'bestbuy'],\n ['name' => \"Wheels [Pick-A-Hit/Charly] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wheels-pick-a-hit-charly-cd/2076808.p?id=1452377&skuId=2076808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076808_sa.jpg\"}', 'upc' => '029667139021', 'provider' => 'bestbuy'],\n ['name' => \"Bo's Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bos-blues-cd/2076817.p?id=1452199&skuId=2076817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076817_sa.jpg\"}', 'upc' => '029667139625', 'provider' => 'bestbuy'],\n ['name' => \"On the Blues Side - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-blues-side-cd/2076826.p?id=1452174&skuId=2076826&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076826', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076826_sa.jpg\"}', 'upc' => '029667139724', 'provider' => 'bestbuy'],\n ['name' => \"She's Neat: The Fraternity Sides - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shes-neat-the-fraternity-sides-cd/2076844.p?id=1462626&skuId=2076844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076844.jpg\"}', 'upc' => '029667140225', 'provider' => 'bestbuy'],\n ['name' => \"The Glen Glenn Story/Everybody's Movin' Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-glen-glenn-story-everybodys-movin-again-cd/2076853.p?id=1452205&skuId=2076853&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076853', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076853_sa.jpg\"}', 'upc' => '029667140324', 'provider' => 'bestbuy'],\n ['name' => \"Teen Beat, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/teen-beat-vol-1-cd-various/2076862.p?id=1452247&skuId=2076862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076862_sa.jpg\"}', 'upc' => '029667140621', 'provider' => 'bestbuy'],\n ['name' => \"Classic Doo Wop [Ace] - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-doo-wop-ace-various-cd/2076880.p?id=1493977&skuId=2076880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076880_sa.jpg\"}', 'upc' => '029667141727', 'provider' => 'bestbuy'],\n ['name' => \"Original Masters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-masters-cd/2076899.p?id=1849228&skuId=2076899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076899_sa.jpg\"}', 'upc' => '029667141826', 'provider' => 'bestbuy'],\n ['name' => \"The Story of Godband Records - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-story-of-godband-records-cd-various/2076906.p?id=1564551&skuId=2076906&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076906', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076906_sa.jpg\"}', 'upc' => '029667142427', 'provider' => 'bestbuy'],\n ['name' => \"Tom Shannon Presents... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tom-shannon-presents-cd-various/2076915.p?id=1452525&skuId=2076915&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076915', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076915_sa.jpg\"}', 'upc' => '029667142625', 'provider' => 'bestbuy'],\n ['name' => \"Bayou Blues Blasters: Goldband Blues - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bayou-blues-blasters-goldband-blues-cd-various/2076924.p?id=1572158&skuId=2076924&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076924', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076924_sa.jpg\"}', 'upc' => '029667142724', 'provider' => 'bestbuy'],\n ['name' => \"Old Town Doo Wop, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-town-doo-wop-vol-1-cd-various/2076933.p?id=1463833&skuId=2076933&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076933', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076933_sa.jpg\"}', 'upc' => '029667143325', 'provider' => 'bestbuy'],\n ['name' => \"Goldband Rockabilly: Boppin' Tonight - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goldband-rockabilly-boppin-tonight-cd-various/2076951.p?id=3263413&skuId=2076951&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076951', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076951.jpg\"}', 'upc' => '029667144223', 'provider' => 'bestbuy'],\n ['name' => \"Fabulous Flips - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fabulous-flips-cd-various/2076960.p?id=1465706&skuId=2076960&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076960', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076960_sa.jpg\"}', 'upc' => '029667144421', 'provider' => 'bestbuy'],\n ['name' => \"The Golden Age of American Rock 'n' Roll, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-golden-age-of-american-rock-n-roll-vol-2-cd-various/2076979.p?id=1452207&skuId=2076979&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076979', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076979_sa.jpg\"}', 'upc' => '029667144520', 'provider' => 'bestbuy'],\n ['name' => \"Radio Gold, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/radio-gold-vol-2-cd-various/2076988.p?id=1452235&skuId=2076988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076988_sa.jpg\"}', 'upc' => '029667144629', 'provider' => 'bestbuy'],\n ['name' => \"The Fireballs/Vaquero - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-fireballs-vaquero-cd/2076997.p?id=1576472&skuId=2076997&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2076997', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2076\\/2076997_sa.jpg\"}', 'upc' => '029667144728', 'provider' => 'bestbuy'],\n ['name' => \"Gumbo Stew - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gumbo-stew-cd-various/2077004.p?id=1574441&skuId=2077004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077004_sa.jpg\"}', 'upc' => '029667145022', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Fireballs : The Original Norman... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-fireballs--the-original-norman-cd/2077022.p?id=1564549&skuId=2077022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077022_sa.jpg\"}', 'upc' => '029667145220', 'provider' => 'bestbuy'],\n ['name' => \"Blues Guitar Hero - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-guitar-hero-cd/2077031.p?id=1452214&skuId=2077031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077031_sa.jpg\"}', 'upc' => '029667145428', 'provider' => 'bestbuy'],\n ['name' => \"Satan Get Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/satan-get-back-cd/2077040.p?id=1452203&skuId=2077040&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077040', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077040_sa.jpg\"}', 'upc' => '029667145626', 'provider' => 'bestbuy'],\n ['name' => \"Doctor Who: A Christmas Carol (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doctor-who-a-christmas-carol-dvd/2077053.p?id=2177614&skuId=2077053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077053.jpg\"}', 'upc' => '883929167654', 'provider' => 'bestbuy'],\n ['name' => \"Women, Whiskey & Fish Tails - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/women-whiskey-fish-tails-cd/2077059.p?id=1472367&skuId=2077059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077059_sa.jpg\"}', 'upc' => '029667145725', 'provider' => 'bestbuy'],\n ['name' => \"Doctor Who: A Christmas Carol (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doctor-who-a-christmas-carol-blu-ray-disc/2077062.p?id=2177614&skuId=2077062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077062.jpg\"}', 'upc' => '883929170180', 'provider' => 'bestbuy'],\n ['name' => \"Mighty Mighty Man! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mighty-mighty-man-cd/2077068.p?id=1452179&skuId=2077068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077068_sa.jpg\"}', 'upc' => '029667145923', 'provider' => 'bestbuy'],\n ['name' => \"Wing Ding - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wing-ding-cd/2077077.p?id=1537617&skuId=2077077&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077077', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077077_sa.jpg\"}', 'upc' => '029667146029', 'provider' => 'bestbuy'],\n ['name' => \"The Class & Rendezvous Story - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-class-rendezvous-story-cd-various/2077086.p?id=1576197&skuId=2077086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077086.jpg\"}', 'upc' => '029667146128', 'provider' => 'bestbuy'],\n ['name' => \"More Gumbo Stew - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-gumbo-stew-cd-various/2077095.p?id=2151803&skuId=2077095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077095.jpg\"}', 'upc' => '029667146227', 'provider' => 'bestbuy'],\n ['name' => \"Old Town Doo Wop, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-town-doo-wop-vol-3-cd-various/2077111.p?id=1456143&skuId=2077111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077111_sa.jpg\"}', 'upc' => '029667147125', 'provider' => 'bestbuy'],\n ['name' => \"Blue Fire & Rarities - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-fire-rarities-cd/2077120.p?id=1578073&skuId=2077120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077120_sa.jpg\"}', 'upc' => '029667147224', 'provider' => 'bestbuy'],\n ['name' => \"El Primitivo American Rock 'N' Roll & Rockabilly - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-primitivo-american-rock-n-roll-rockabilly-cd-various/2077139.p?id=1577096&skuId=2077139&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077139', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077139_sa.jpg\"}', 'upc' => '029667147323', 'provider' => 'bestbuy'],\n ['name' => \"Louisiana Saturday Night - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louisiana-saturday-night-cd-various/2077166.p?id=1452279&skuId=2077166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077166_sa.jpg\"}', 'upc' => '029667149020', 'provider' => 'bestbuy'],\n ['name' => \"Louisiana Rockers - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louisiana-rockers-cd-various/2077175.p?id=1578262&skuId=2077175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077175_sa.jpg\"}', 'upc' => '029667149129', 'provider' => 'bestbuy'],\n ['name' => \"More Hollywood Rock 'n' Roll - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-hollywood-rock-n-roll-cd-various/2077184.p?id=1578263&skuId=2077184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077184_sa.jpg\"}', 'upc' => '029667149426', 'provider' => 'bestbuy'],\n ['name' => \"Shreveport Stomp (Ram Recs) - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shreveport-stomp-ram-recs-cd-various/2077193.p?id=1549358&skuId=2077193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077193_sa.jpg\"}', 'upc' => '029667149525', 'provider' => 'bestbuy'],\n ['name' => \"Still Spicy Gumbo Slew - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-spicy-gumbo-slew-cd-various/2077228.p?id=1849257&skuId=2077228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077228.jpg\"}', 'upc' => '029667152020', 'provider' => 'bestbuy'],\n ['name' => \"Lost & Found - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lost-found-cd/2077237.p?id=1452546&skuId=2077237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077237_sa.jpg\"}', 'upc' => '029667152129', 'provider' => 'bestbuy'],\n ['name' => \"How Do You Know (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-do-you-know-dvd/2077248.p?id=2189776&skuId=2077248&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077248_sa.jpg\"}', 'upc' => '043396374119', 'provider' => 'bestbuy'],\n ['name' => \"How Do You Know (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-do-you-know-blu-ray-disc/2077266.p?id=2189776&skuId=2077266&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077266', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077266_sa.jpg\"}', 'upc' => '043396374072', 'provider' => 'bestbuy'],\n ['name' => \"Stand by Me (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stand-by-me-blu-ray-disc/2077275.p?id=24677&skuId=2077275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077275.jpg\"}', 'upc' => '043396263789', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-recordings-cd/2077282.p?id=1576436&skuId=2077282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077282_sa.jpg\"}', 'upc' => '029667190329', 'provider' => 'bestbuy'],\n ['name' => \"Made in Dagenham (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/made-in-dagenham-dvd/2077284.p?id=2188244&skuId=2077284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077284_sa.jpg\"}', 'upc' => '043396374522', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of Jackie Wilson [Ace] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-jackie-wilson-ace-cd/2077291.p?id=1452256&skuId=2077291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077291_sa.jpg\"}', 'upc' => '029667191326', 'provider' => 'bestbuy'],\n ['name' => \"Runaround Sue: The Best of the Rest - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/runaround-sue-the-best-of-the-rest-cd/2077317.p?id=1576362&skuId=2077317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077317_sa.jpg\"}', 'upc' => '029667191524', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2077335.p?id=1452169&skuId=2077335&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077335', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077335_sa.jpg\"}', 'upc' => '029667192224', 'provider' => 'bestbuy'],\n ['name' => \"Shout and Twist with Rudolph, Ronald & O'Kelly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shout-and-twist-with-rudolph-ronald-okelly-cd/2077353.p?id=2390546&skuId=2077353&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077353', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077353.jpg\"}', 'upc' => '029667192828', 'provider' => 'bestbuy'],\n ['name' => \"The Laurie Records Story, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-laurie-records-story-vol-1-cd-various/2077380.p?id=1452222&skuId=2077380&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077380', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077380_sa.jpg\"}', 'upc' => '029667193320', 'provider' => 'bestbuy'],\n ['name' => \"The Original Hound Dog - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-original-hound-dog-cd/2077399.p?id=2487524&skuId=2077399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077399.jpg\"}', 'upc' => '029667194020', 'provider' => 'bestbuy'],\n ['name' => \"Jumpin' the Blues - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jumpin-the-blues-cd-various/2077406.p?id=1549667&skuId=2077406&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077406', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077406_sa.jpg\"}', 'upc' => '029667194129', 'provider' => 'bestbuy'],\n ['name' => \"Lovers Who Wander/So Why Didn't You Do That... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lovers-who-wander-so-why-didnt-you-do-that-cd/2077415.p?id=1564545&skuId=2077415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077415.jpg\"}', 'upc' => '029667194327', 'provider' => 'bestbuy'],\n ['name' => \"Wish Upon a Star/Alone with Dion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wish-upon-a-star-alone-with-dion-cd/2077424.p?id=1576365&skuId=2077424&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077424', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077424.jpg\"}', 'upc' => '029667194525', 'provider' => 'bestbuy'],\n ['name' => \"All His Early Hits- And More!!!! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-his-early-hits-and-more-cd/2077433.p?id=1452248&skuId=2077433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077433.jpg\"}', 'upc' => '029667194624', 'provider' => 'bestbuy'],\n ['name' => \"Blues It Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-it-up-cd/2077442.p?id=1492689&skuId=2077442&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077442', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077442_sa.jpg\"}', 'upc' => '029667195027', 'provider' => 'bestbuy'],\n ['name' => \"Presenting Dion & the Belmonts/Runaround Sue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/presenting-dion-the-belmonts-runaround-sue-cd/2077451.p?id=1564546&skuId=2077451&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077451', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077451_sa.jpg\"}', 'upc' => '029667196628', 'provider' => 'bestbuy'],\n ['name' => \"Texas Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/texas-blues-cd/2077610.p?id=85678&skuId=2077610&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077610', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077610_sa.jpg\"}', 'upc' => '096297030226', 'provider' => 'bestbuy'],\n ['name' => \"Memphis Charlie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memphis-charlie-cd/2077629.p?id=92697&skuId=2077629&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077629', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077629_sa.jpg\"}', 'upc' => '096297030325', 'provider' => 'bestbuy'],\n ['name' => \"Ball n' Chain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ball-n-chain-cd/2077647.p?id=101731&skuId=2077647&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077647', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077647_sa.jpg\"}', 'upc' => '096297030523', 'provider' => 'bestbuy'],\n ['name' => \"Texas Sharecropper & Songster - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/texas-sharecropper-songster-cd/2077656.p?id=89327&skuId=2077656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077656_sa.jpg\"}', 'upc' => '096297030622', 'provider' => 'bestbuy'],\n ['name' => \"The Zydeco: The Early Years - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-zydeco-the-early-years-cd-various/2077665.p?id=105345&skuId=2077665&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077665', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077665_sa.jpg\"}', 'upc' => '096297030721', 'provider' => 'bestbuy'],\n ['name' => \"First Recordings (1976-1978) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-recordings-1976-1978-cd/2077674.p?id=88241&skuId=2077674&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077674', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077674_sa.jpg\"}', 'upc' => '096297030929', 'provider' => 'bestbuy'],\n ['name' => \"King Biscuit Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-biscuit-time-cd/2077683.p?id=104207&skuId=2077683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077683.jpg\"}', 'upc' => '096297031025', 'provider' => 'bestbuy'],\n ['name' => \"En Bas du Chene Vert (Under a Green Oak Tree) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/en-bas-du-chene-vert-under-a-green-oak-tree-cd/2077709.p?id=73779&skuId=2077709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077709_sa.jpg\"}', 'upc' => '096297031223', 'provider' => 'bestbuy'],\n ['name' => \"Shake Your Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shake-your-boogie-cd/2077727.p?id=104066&skuId=2077727&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077727', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077727_sa.jpg\"}', 'upc' => '096297031520', 'provider' => 'bestbuy'],\n ['name' => \"Two Step D'Amadé - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-step-damade-cd/2077736.p?id=97974&skuId=2077736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077736_sa.jpg\"}', 'upc' => '096297031629', 'provider' => 'bestbuy'],\n ['name' => \"El Mero Mero De San Antonio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-mero-mero-de-san-antonio-cd/2077745.p?id=87012&skuId=2077745&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077745', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077745.jpg\"}', 'upc' => '096297031728', 'provider' => 'bestbuy'],\n ['name' => \"Ay Te Dejo en San Antonio y Mas! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ay-te-dejo-en-san-antonio-y-mas-cd/2077754.p?id=86982&skuId=2077754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077754_sa.jpg\"}', 'upc' => '096297031827', 'provider' => 'bestbuy'],\n ['name' => \"Huayno Music of Peru, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/huayno-music-of-peru-vol-1-cd-various/2077763.p?id=94749&skuId=2077763&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077763', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077763_sa.jpg\"}', 'upc' => '096297032022', 'provider' => 'bestbuy'],\n ['name' => \"Sky Songs, Vols. 1-2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sky-songs-vols-1-2-cd/2077772.p?id=103901&skuId=2077772&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077772', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077772_sa.jpg\"}', 'upc' => '096297032329', 'provider' => 'bestbuy'],\n ['name' => \"Two Bugs and a Roach - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-bugs-and-a-roach-cd/2077781.p?id=85593&skuId=2077781&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077781', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077781_sa.jpg\"}', 'upc' => '096297032428', 'provider' => 'bestbuy'],\n ['name' => \"Chicago Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicago-blues-cd/2077790.p?id=105096&skuId=2077790&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077790', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077790_sa.jpg\"}', 'upc' => '096297032527', 'provider' => 'bestbuy'],\n ['name' => \"Early Cante Flamenco (1934-1939) - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/early-cante-flamenco-1934-1939-cd-various/2077807.p?id=82363&skuId=2077807&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077807', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077807_sa.jpg\"}', 'upc' => '096297032626', 'provider' => 'bestbuy'],\n ['name' => \"Gold Star Sessions, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gold-star-sessions-vol-1-cd/2077816.p?id=85689&skuId=2077816&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077816', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077816.jpg\"}', 'upc' => '096297033029', 'provider' => 'bestbuy'],\n ['name' => \"J'ai Ete Au Bal [I Went to the Dance], Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jai-ete-au-bal-i-went-to-the-dance-vol-1-cd-various/2077825.p?id=86460&skuId=2077825&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077825', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077825_sa.jpg\"}', 'upc' => '096297033128', 'provider' => 'bestbuy'],\n ['name' => \"J'ai Ete Au Bal [I Went to the Dance], Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jai-ete-au-bal-i-went-to-the-dance-vol-2-cd-various/2077834.p?id=86461&skuId=2077834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077834.jpg\"}', 'upc' => '096297033227', 'provider' => 'bestbuy'],\n ['name' => \"Joe Pete Got Two Women - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joe-pete-got-two-women-cd/2077843.p?id=80136&skuId=2077843&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077843', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077843.jpg\"}', 'upc' => '096297033524', 'provider' => 'bestbuy'],\n ['name' => \"Caballo Viejo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caballo-viejo-cd/2077852.p?id=89590&skuId=2077852&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077852', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077852_sa.jpg\"}', 'upc' => '096297033623', 'provider' => 'bestbuy'],\n ['name' => \"Gold Star Sessions, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gold-star-sessions-vol-2-cd/2077861.p?id=85690&skuId=2077861&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077861', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077861.jpg\"}', 'upc' => '096297033722', 'provider' => 'bestbuy'],\n ['name' => \"Hopkins Brothers: Lightnin', Joel, & John Henry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hopkins-brothers-lightnin-joel-john-henry-cd/2077870.p?id=85664&skuId=2077870&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077870', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077870_sa.jpg\"}', 'upc' => '096297034026', 'provider' => 'bestbuy'],\n ['name' => \"Tejano Roots: The Women (1946-1970) - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tejano-roots-the-women-1946-1970-cd-various/2077889.p?id=101342&skuId=2077889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077889_sa.jpg\"}', 'upc' => '096297034323', 'provider' => 'bestbuy'],\n ['name' => \"Bon Ton Roulet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bon-ton-roulet-cd/2077898.p?id=77345&skuId=2077898&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077898', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077898_sa.jpg\"}', 'upc' => '096297034521', 'provider' => 'bestbuy'],\n ['name' => \"Country Boy Down in New Orleans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-boy-down-in-new-orleans-cd/2077914.p?id=81213&skuId=2077914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077914.jpg\"}', 'upc' => '096297034828', 'provider' => 'bestbuy'],\n ['name' => \"Good Morning Mr. Walker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/good-morning-mr-walker-cd/2077923.p?id=99835&skuId=2077923&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077923', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077923_sa.jpg\"}', 'upc' => '096297034927', 'provider' => 'bestbuy'],\n ['name' => \"Out West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-west-cd/2077932.p?id=77355&skuId=2077932&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077932', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077932_sa.jpg\"}', 'upc' => '096297035023', 'provider' => 'bestbuy'],\n ['name' => \"Charles Ford Band: With Robben, Mark & Pat... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/charles-ford-band-with-robben-mark-pat-cd/2077941.p?id=82640&skuId=2077941&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077941', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077941_sa.jpg\"}', 'upc' => '096297035320', 'provider' => 'bestbuy'],\n ['name' => \"Music of Mexico, Vol. 1: Veracruz - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-mexico-vol-1-veracruz-various-cd/2077950.p?id=106744&skuId=2077950&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077950', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077950_sa.jpg\"}', 'upc' => '096297035429', 'provider' => 'bestbuy'],\n ['name' => \"Not Lonesome Anymore - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/not-lonesome-anymore-cd/2077969.p?id=76606&skuId=2077969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077969_sa.jpg\"}', 'upc' => '096297035627', 'provider' => 'bestbuy'],\n ['name' => \"Folksongs of the Louisiana Acadians - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/folksongs-of-the-louisiana-acadians-cd-various/2077978.p?id=82584&skuId=2077978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077978_sa.jpg\"}', 'upc' => '096297035924', 'provider' => 'bestbuy'],\n ['name' => \"Frisco Bound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frisco-bound-cd/2077987.p?id=83073&skuId=2077987&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2077987', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2077\\/2077987_sa.jpg\"}', 'upc' => '096297036020', 'provider' => 'bestbuy'],\n ['name' => \"Troublesome Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/troublesome-mind-cd/2078003.p?id=103439&skuId=2078003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078003_sa.jpg\"}', 'upc' => '096297036921', 'provider' => 'bestbuy'],\n ['name' => \"Boogie Disease - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boogie-disease-cd/2078012.p?id=179503&skuId=2078012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078012.jpg\"}', 'upc' => '096297037126', 'provider' => 'bestbuy'],\n ['name' => \"Louisiana Hot Sauce, Creole Style - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louisiana-hot-sauce-creole-style-cd/2078049.p?id=82608&skuId=2078049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078049_sa.jpg\"}', 'upc' => '096297038123', 'provider' => 'bestbuy'],\n ['name' => \"I'm as Blue as a Man Can Be - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-as-blue-as-a-man-can-be-cd/2078058.p?id=104312&skuId=2078058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078058_sa.jpg\"}', 'upc' => '096297039427', 'provider' => 'bestbuy'],\n ['name' => \"Robert Pete Williams, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/robert-pete-williams-vol-2-cd/2078067.p?id=104313&skuId=2078067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078067_sa.jpg\"}', 'upc' => '096297039526', 'provider' => 'bestbuy'],\n ['name' => \"From North Dallas to the East Side - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-north-dallas-to-the-east-side-cd/2078094.p?id=106748&skuId=2078094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078094.jpg\"}', 'upc' => '096297040829', 'provider' => 'bestbuy'],\n ['name' => \"Blues Come to Texas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-come-to-texas-cd/2078101.p?id=86555&skuId=2078101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078101.jpg\"}', 'upc' => '096297040928', 'provider' => 'bestbuy'],\n ['name' => \"Ben 10 Ultimate Alien: Cosmic Destruction - PRE-OWNED - Nintendo DS\", 'description_short' => \"Discover the alien inside of you\", 'description_long' => \"Discover the alien inside of you\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ben-10-ultimate-alien-cosmic-destruction-pre-owned-nintendo-ds/2078122.p?id=1218308706483&skuId=2078122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078122_sa.jpg\"}', 'upc' => '799007769576', 'provider' => 'bestbuy'],\n ['name' => \"Cajun House Party: C'ez Cheese - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cajun-house-party-cez-cheese-cd/2078138.p?id=106746&skuId=2078138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078138.jpg\"}', 'upc' => '096297041529', 'provider' => 'bestbuy'],\n ['name' => \"Creole Belles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/creole-belles-cd/2078147.p?id=106755&skuId=2078147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078147.jpg\"}', 'upc' => '096297042021', 'provider' => 'bestbuy'],\n ['name' => \"MySims: SkyHeroes - PRE-OWNED - Nintendo DS\", 'description_short' => \"Take to the skies for high-flying action\", 'description_long' => \"Take to the skies for high-flying action\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mysims-skyheroes-pre-owned-nintendo-ds/2078159.p?id=1218308706730&skuId=2078159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078159_sa.jpg\"}', 'upc' => '799007769590', 'provider' => 'bestbuy'],\n ['name' => \"The Shoot - PRE-OWNED - PlayStation 3\", 'description_short' => \"Become the ultimate action hero\", 'description_long' => \"Become the ultimate action hero\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-shoot-pre-owned-playstation-3/2078168.p?id=1218308699767&skuId=2078168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078168_sa.jpg\"}', 'upc' => '799007769606', 'provider' => 'bestbuy'],\n ['name' => \"Amok - CD - EP\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amok-cd-ep/2078183.p?id=197622&skuId=2078183&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078183', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078183.jpg\"}', 'upc' => '727701777627', 'provider' => 'bestbuy'],\n ['name' => \"Raving Rabbids: Travel in Time - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Travel through time with some wacky Rabbids\", 'description_long' => \"Travel through time with some wacky Rabbids\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raving-rabbids-travel-in-time-pre-owned-nintendo-wii/2078247.p?id=1218308694511&skuId=2078247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078247_sa.jpg\"}', 'upc' => '799007769668', 'provider' => 'bestbuy'],\n ['name' => \"Disney Cars Toon: Mater's Tall Tales - PRE-OWNED - Nintendo Wii\", 'description_short' => \"His stories might not be true &#8212; but they&#039;re truly exciting\", 'description_long' => \"His stories might not be true &#8212; but they&#039;re truly exciting\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disney-cars-toon-maters-tall-tales-pre-owned-nintendo-wii/2078256.p?id=1218308700271&skuId=2078256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078256_sa.jpg\"}', 'upc' => '799007769675', 'provider' => 'bestbuy'],\n ['name' => \"Ninja Gaiden Sigma 2 - PRE-OWNED - PlayStation 3\", 'description_short' => \"Use your ninja abilities to prevent an evil resurrection\", 'description_long' => \"Use your ninja abilities to prevent an evil resurrection\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ninja-gaiden-sigma-2-pre-owned-playstation-3/2078283.p?id=1218308700846&skuId=2078283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078283_sa.jpg\"}', 'upc' => '799007769705', 'provider' => 'bestbuy'],\n ['name' => \"SpongeBob's Atlantis SquarePantis - PRE-OWNED - Nintendo DS\", 'description_short' => \"Join SpongeBob as he searches for the world&#039;s oldest bubble\", 'description_long' => \"Join SpongeBob as he searches for the world&#039;s oldest bubble\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spongebobs-atlantis-squarepantis-pre-owned-nintendo-ds/2078308.p?id=1218308698224&skuId=2078308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078308_sa.jpg\"}', 'upc' => '799007769729', 'provider' => 'bestbuy'],\n ['name' => \"Avatar The Last Airbender: Into the Inferno - PRE-OWNED - Nintendo DS\", 'description_short' => \"Do you have the strength and courage to defeat Fire Lord Ozai?\", 'description_long' => \"Do you have the strength and courage to defeat Fire Lord Ozai?\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/avatar-the-last-airbender-into-the-inferno-pre-owned-nintendo-ds/2078317.p?id=1218308701934&skuId=2078317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078317_sa.jpg\"}', 'upc' => '799007769736', 'provider' => 'bestbuy'],\n ['name' => \"Super Scribblenauts - PRE-OWNED - Nintendo DS\", 'description_short' => \"Write any object that comes to mind and modify it to do your bidding\", 'description_long' => \"Write any object that comes to mind and modify it to do your bidding\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-scribblenauts-pre-owned-nintendo-ds/2078344.p?id=1218308699891&skuId=2078344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078344_sa.jpg\"}', 'upc' => '799007777861', 'provider' => 'bestbuy'],\n ['name' => \"Call of Duty: Black Ops - PRE-OWNED - Nintendo DS\", 'description_short' => \"Jump into the mission\", 'description_long' => \"Jump into the mission\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/call-of-duty-black-ops-pre-owned-nintendo-ds/2078362.p?id=1218308704535&skuId=2078362&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078362', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078362_sa.jpg\"}', 'upc' => '799007777885', 'provider' => 'bestbuy'],\n ['name' => \"Cabela's Dangerous Hunts 2011 - PRE-OWNED - PlayStation 3\", 'description_short' => \"It&#039;s the ultimate battle of man vs. nature\", 'description_long' => \"It&#039;s the ultimate battle of man vs. nature\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cabelas-dangerous-hunts-2011-pre-owned-playstation-3/2078399.p?id=1218308699372&skuId=2078399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078399_sa.jpg\"}', 'upc' => '799007777908', 'provider' => 'bestbuy'],\n ['name' => \"Tom Clancy's Ghost Recon - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Will you be able to find your target and your team in Moscow?\", 'description_long' => \"Will you be able to find your target and your team in Moscow?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tom-clancys-ghost-recon-pre-owned-nintendo-wii/2078431.p?id=1218308698673&skuId=2078431&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078431', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078431_sa.jpg\"}', 'upc' => '799007777946', 'provider' => 'bestbuy'],\n ['name' => \"Singularity - PRE-OWNED - PlayStation 3\", 'description_short' => \"Manipulate time to unravel a conspiracy\", 'description_long' => \"Manipulate time to unravel a conspiracy\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singularity-pre-owned-playstation-3/2078468.p?id=1218308699444&skuId=2078468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078468_sa.jpg\"}', 'upc' => '799007777960', 'provider' => 'bestbuy'],\n ['name' => \"Calvin Tucker's Redneck: Farm Animal Racing Tournament — PRE-OWNED - Nintendo DS\", 'description_short' => \"Get ready for a white-knuckle redneck adventure\", 'description_long' => \"Get ready for a white-knuckle redneck adventure\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/calvin-tuckers-redneck-farm-animal-racing-tournament-pre-owned-nintendo-ds/2078547.p?id=1218308706285&skuId=2078547&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078547', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078547.jpg\"}', 'upc' => '799007778035', 'provider' => 'bestbuy'],\n ['name' => \"Impossible Mission — PRE-OWNED - Nintendo DS\", 'description_short' => \"Stop Professor Atombender before it&#039;s too late\", 'description_long' => \"Stop Professor Atombender before it&#039;s too late\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/impossible-mission-pre-owned-nintendo-ds/2078565.p?id=1218308696827&skuId=2078565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078565.jpg\"}', 'upc' => '799007778059', 'provider' => 'bestbuy'],\n ['name' => \"Monopoly Streets - PRE-OWNED - PlayStation 3\", 'description_short' => \"Who says monopolies are illegal?\", 'description_long' => \"Who says monopolies are illegal?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monopoly-streets-pre-owned-playstation-3/2078574.p?id=1218308705148&skuId=2078574&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078574', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078574_sa.jpg\"}', 'upc' => '799007778066', 'provider' => 'bestbuy'],\n ['name' => \"Sonic Colors - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Let your true heroic colors shine\", 'description_long' => \"Let your true heroic colors shine\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sonic-colors-pre-owned-nintendo-wii/2078583.p?id=1218308697516&skuId=2078583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078583_sa.jpg\"}', 'upc' => '799007778073', 'provider' => 'bestbuy'],\n ['name' => \"Deca Sports Freedom - PRE-OWNED - Xbox 360\", 'description_short' => \"Become the athlete of your dreams\", 'description_long' => \"Become the athlete of your dreams\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deca-sports-freedom-pre-owned-xbox-360/2078592.p?id=1218308702770&skuId=2078592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078592_sa.jpg\"}', 'upc' => '799007778080', 'provider' => 'bestbuy'],\n ['name' => \"Hasbro Family Game Night 3 - PRE-OWNED - PlayStation 3\", 'description_short' => \"Take the fun to the amusement park\", 'description_long' => \"Take the fun to the amusement park\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hasbro-family-game-night-3-pre-owned-playstation-3/2078617.p?id=1218308705784&skuId=2078617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078617_sa.jpg\"}', 'upc' => '799007778103', 'provider' => 'bestbuy'],\n ['name' => \"Together with Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/together-with-music-cd/2078619.p?id=2389697&skuId=2078619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078619_sa.jpg\"}', 'upc' => '021471110326', 'provider' => 'bestbuy'],\n ['name' => \"Red Dead Redemption: Undead Nightmare - PRE-OWNED - Xbox 360\", 'description_short' => \"Set off on a dangerous journey in the last days of the Old West\", 'description_long' => \"Set off on a dangerous journey in the last days of the Old West\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-dead-redemption-undead-nightmare-pre-owned-xbox-360/2078626.p?id=1218308705586&skuId=2078626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078626_sa.jpg\"}', 'upc' => '799007778110', 'provider' => 'bestbuy'],\n ['name' => \"Party With Comden & Green - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/party-with-comden-green-cd/2078628.p?id=2116939&skuId=2078628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078628_sa.jpg\"}', 'upc' => '021471517729', 'provider' => 'bestbuy'],\n ['name' => \"Left Brain Right Brain - PRE-OWNED - Nintendo DS\", 'description_short' => \"Train your brain in fun and unique ways\", 'description_long' => \"Train your brain in fun and unique ways\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/left-brain-right-brain-pre-owned-nintendo-ds/2078635.p?id=1218308702577&skuId=2078635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078635_sa.jpg\"}', 'upc' => '799007778127', 'provider' => 'bestbuy'],\n ['name' => \"Walk On The Water - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walk-on-the-water-cd/2078637.p?id=2472983&skuId=2078637&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078637_sa.jpg\"}', 'upc' => '021471519426', 'provider' => 'bestbuy'],\n ['name' => \"Tintypes - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tintypes-cd-original-broadway-cast/2078646.p?id=101906&skuId=2078646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078646.jpg\"}', 'upc' => '021471519624', 'provider' => 'bestbuy'],\n ['name' => \"Blue Dragon: Awakened Shadow - PRE-OWNED - Nintendo DS\", 'description_short' => \"Solve the mystery of the stolen Shadows with steel and wit\", 'description_long' => \"Solve the mystery of the stolen Shadows with steel and wit\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-dragon-awakened-shadow-pre-owned-nintendo-ds/2078653.p?id=1218308694763&skuId=2078653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078653_sa.jpg\"}', 'upc' => '799007778141', 'provider' => 'bestbuy'],\n ['name' => \"Broadway Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/broadway-baby-cd/2078655.p?id=89784&skuId=2078655&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078655', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078655.jpg\"}', 'upc' => '021471520323', 'provider' => 'bestbuy'],\n ['name' => \"Imagine Fashion Designer New York - PRE-OWNED - Nintendo DS\", 'description_short' => \"Make it as a big-time fashion designer is New York City\", 'description_long' => \"Make it as a big-time fashion designer is New York City\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imagine-fashion-designer-new-york-pre-owned-nintendo-ds/2078662.p?id=1218308698152&skuId=2078662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078662_sa.jpg\"}', 'upc' => '799007778158', 'provider' => 'bestbuy'],\n ['name' => \"Very Good Eddie - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/very-good-eddie-cd-original-soundtrack/2078673.p?id=103114&skuId=2078673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078673_sa.jpg\"}', 'upc' => '021471610024', 'provider' => 'bestbuy'],\n ['name' => \"TRON: Evolution Battle Grids - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Return to the world of TRON\", 'description_long' => \"Return to the world of TRON\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tron-evolution-battle-grids-pre-owned-nintendo-wii/2078699.p?id=1218308700027&skuId=2078699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078699_sa.jpg\"}', 'upc' => '799007778172', 'provider' => 'bestbuy'],\n ['name' => \"Forbidden Broadway - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forbidden-broadway-cd-original-cast-recording/2078780.p?id=82627&skuId=2078780&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078780', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078780_sa.jpg\"}', 'upc' => '021471258523', 'provider' => 'bestbuy'],\n ['name' => \"Oil City Symphony - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oil-city-symphony-cd-original-cast-recording/2078799.p?id=93827&skuId=2078799&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078799', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078799.jpg\"}', 'upc' => '021471259421', 'provider' => 'bestbuy'],\n ['name' => \"Clue/Mouse Trap/Perfection/Aggravation — PRE-OWNED - Nintendo DS\", 'description_short' => \"Are you ready for exciting board game competition wherever you are?\", 'description_long' => \"Are you ready for exciting board game competition wherever you are?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clue-mouse-trap-perfection-aggravation-pre-owned-nintendo-ds/2078826.p?id=1218308704030&skuId=2078826&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078826', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078826.jpg\"}', 'upc' => '799007778202', 'provider' => 'bestbuy'],\n ['name' => \"Your Shape: Fitness Evolved - PRE-OWNED - Xbox 360\", 'description_short' => \"Get the ultimate workout, using your body as a guide\", 'description_long' => \"Get the ultimate workout, using your body as a guide\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/your-shape-fitness-evolved-pre-owned-xbox-360/2078835.p?id=1218308701755&skuId=2078835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078835_sa.jpg\"}', 'upc' => '799007778219', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Carlyle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-carlyle-cd/2078842.p?id=64834&skuId=2078842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078842_sa.jpg\"}', 'upc' => '021471140729', 'provider' => 'bestbuy'],\n ['name' => \"Imagine: Salon Stylist - PRE-OWNED - Nintendo DS\", 'description_short' => \"Being in charge is a thing of beauty\", 'description_long' => \"Being in charge is a thing of beauty\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imagine-salon-stylist-pre-owned-nintendo-ds/2078844.p?id=1218308696619&skuId=2078844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078844_sa.jpg\"}', 'upc' => '799007778226', 'provider' => 'bestbuy'],\n ['name' => \"Majin and the Forsaken Kingdom - PRE-OWNED - Xbox 360\", 'description_short' => \"Team up with a monstrous ally\", 'description_long' => \"Team up with a monstrous ally\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/majin-and-the-forsaken-kingdom-pre-owned-xbox-360/2078862.p?id=1218308703585&skuId=2078862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078862_sa.jpg\"}', 'upc' => '799007778240', 'provider' => 'bestbuy'],\n ['name' => \"nail'd - PRE-OWNED - PlayStation 3\", 'description_short' => \"Prepare for nonstop, adrenaline-pumping racing action\", 'description_long' => \"Prepare for nonstop, adrenaline-pumping racing action\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naild-pre-owned-playstation-3/2078871.p?id=1218308699109&skuId=2078871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078871_sa.jpg\"}', 'upc' => '799007778257', 'provider' => 'bestbuy'],\n ['name' => \"Pro Evolution Soccer 2011 - PRE-OWNED - PlayStation 3\", 'description_short' => \"Bend it like never before\", 'description_long' => \"Bend it like never before\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pro-evolution-soccer-2011-pre-owned-playstation-3/2078917.p?id=1218308697135&skuId=2078917&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078917', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078917_sa.jpg\"}', 'upc' => '799007778288', 'provider' => 'bestbuy'],\n ['name' => \"Theme Park - PRE-OWNED - Nintendo DS\", 'description_short' => \"Hit the park and plan it all out\", 'description_long' => \"Hit the park and plan it all out\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/theme-park-pre-owned-nintendo-ds/2078935.p?id=1218308696510&skuId=2078935&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078935', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078935_sa.jpg\"}', 'upc' => '799007778301', 'provider' => 'bestbuy'],\n ['name' => \"Inches & Miles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inches-miles-cd/2078940.p?id=90271&skuId=2078940&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078940', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078940_sa.jpg\"}', 'upc' => '018964011024', 'provider' => 'bestbuy'],\n ['name' => \"Sonic Colors - PRE-OWNED - Nintendo DS\", 'description_short' => \"Let your true heroic colors shine\", 'description_long' => \"Let your true heroic colors shine\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sonic-colors-pre-owned-nintendo-ds/2078944.p?id=1218308703335&skuId=2078944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078944_sa.jpg\"}', 'upc' => '799007778318', 'provider' => 'bestbuy'],\n ['name' => \"Monsters vs. Aliens - PRE-OWNED - Nintendo DS\", 'description_short' => \"In a battle for the planet&#039;s future, who will triumph?\", 'description_long' => \"In a battle for the planet&#039;s future, who will triumph?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monsters-vs-aliens-pre-owned-nintendo-ds/2078971.p?id=1218308697323&skuId=2078971&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2078971', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2078\\/2078971_sa.jpg\"}', 'upc' => '799007778349', 'provider' => 'bestbuy'],\n ['name' => \"EnerPlex - Jumpr Flashlight External Battery - Orange/Gray\", 'description_short' => \"ENERPLEX Jumpr Flashlight External Battery: Compatible with most USB-chargeable devices; 2800 mAh capacity; 1-amp USB output; integrated flashlight\", 'description_long' => \"ENERPLEX Jumpr Flashlight External Battery: Compatible with most USB-chargeable devices; 2800 mAh capacity; 1-amp USB output; integrated flashlight\", 'price' => 19.99, 'sale_price' => 16.99, 'url' => 'http://www.bestbuy.com/site/enerplex-jumpr-flashlight-external-battery-orange-gray/2079022.p?id=1219524349825&skuId=2079022', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079022_sa.jpg\"}', 'upc' => '811665020308', 'provider' => 'bestbuy'],\n ['name' => \"Marvel Superhero Squad: The Infinity Gauntlet - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Can you find the stones before they fall into the wrong hands?\", 'description_long' => \"Can you find the stones before they fall into the wrong hands?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marvel-superhero-squad-the-infinity-gauntlet-pre-owned-nintendo-wii/2079033.p?id=1218308702197&skuId=2079033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079033_sa.jpg\"}', 'upc' => '799007778394', 'provider' => 'bestbuy'],\n ['name' => \"King of Fighters XII - PRE-OWNED - Xbox 360\", 'description_short' => \"Do you have the skills it takes to be king?\", 'description_long' => \"Do you have the skills it takes to be king?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-of-fighters-xii-pre-owned-xbox-360/2079051.p?id=1218308700570&skuId=2079051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079051_sa.jpg\"}', 'upc' => '799007778417', 'provider' => 'bestbuy'],\n ['name' => \"Asus - 19.5\\\" HD Touch-Screen Monitor - Black\", 'description_short' => \"ENERGY STAR Certified\nASUS 19.5&quot; HD Touch-Screen Monitor: 5 ms response time; 100,000,000:1 contrast ratio; 250 nits brightness; 1600 x 900 resolution\", 'description_long' => \"ENERGY STAR Certified\nASUS 19.5&quot; HD Touch-Screen Monitor: 5 ms response time; 100,000,000:1 contrast ratio; 250 nits brightness; 1600 x 900 resolution\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/asus-19-5-hd-touch-screen-monitor-black/2079068.p?id=1219524349838&skuId=2079068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079068_sa.jpg\"}', 'upc' => '886227624775', 'provider' => 'bestbuy'],\n ['name' => \"Transformers: Decepticons - PRE-OWNED - Nintendo DS\", 'description_short' => \"Are you strong enough to lead the Decepticons and take over the planet?\", 'description_long' => \"Are you strong enough to lead the Decepticons and take over the planet?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/transformers-decepticons-pre-owned-nintendo-ds/2079088.p?id=1218308698548&skuId=2079088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079088_sa.jpg\"}', 'upc' => '799007778431', 'provider' => 'bestbuy'],\n ['name' => \"Kinect Joy Ride - PRE-OWNED - Xbox 360\", 'description_short' => \"Driving a car takes more than just your fingertips\", 'description_long' => \"Driving a car takes more than just your fingertips\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kinect-joy-ride-pre-owned-xbox-360/2079121.p?id=1218308705343&skuId=2079121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079121_sa.jpg\"}', 'upc' => '799007778479', 'provider' => 'bestbuy'],\n ['name' => \"Who Wants to Be a Millionaire - PRE-OWNED - Nintendo DS\", 'description_short' => \"Go for the million &#8212; just choose the right final answer\", 'description_long' => \"Go for the million &#8212; just choose the right final answer\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/who-wants-to-be-a-millionaire-pre-owned-nintendo-ds/2079149.p?id=1218308702195&skuId=2079149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079149_sa.jpg\"}', 'upc' => '799007778486', 'provider' => 'bestbuy'],\n ['name' => \"Adrenalin Misfits - PRE-OWNED - Xbox 360\", 'description_short' => \"Body boarding just took on a whole new meaning\", 'description_long' => \"Body boarding just took on a whole new meaning\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/adrenalin-misfits-pre-owned-xbox-360/2079158.p?id=1218308702074&skuId=2079158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079158_sa.jpg\"}', 'upc' => '799007778493', 'provider' => 'bestbuy'],\n ['name' => \"Disney Epic Mickey - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Can you escape the evil Cartoon Wasteland?\", 'description_long' => \"Can you escape the evil Cartoon Wasteland?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disney-epic-mickey-pre-owned-nintendo-wii/2079167.p?id=1218308705785&skuId=2079167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079167_sa.jpg\"}', 'upc' => '799007778509', 'provider' => 'bestbuy'],\n ['name' => \"Star Wars: The Force Unleashed II - PRE-OWNED - Nintendo DS\", 'description_short' => \"Master the ways of the Force\", 'description_long' => \"Master the ways of the Force\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-wars-the-force-unleashed-ii-pre-owned-nintendo-ds/2079176.p?id=1218308706931&skuId=2079176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079176_sa.jpg\"}', 'upc' => '799007778516', 'provider' => 'bestbuy'],\n ['name' => \"Skate 3 - PRE-OWNED - PlayStation 3\", 'description_short' => \"Build an awesome skate team and become a skating mogul\", 'description_long' => \"Build an awesome skate team and become a skating mogul\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skate-3-pre-owned-playstation-3/2079291.p?id=1218308700151&skuId=2079291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079291_sa.jpg\"}', 'upc' => '799007778622', 'provider' => 'bestbuy'],\n ['name' => \"Cabela's Dangerous Hunts 2009 - PRE-OWNED - Xbox 360\", 'description_short' => \"Hunt or be hunted\", 'description_long' => \"Hunt or be hunted\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cabelas-dangerous-hunts-2009-pre-owned-xbox-360/2079307.p?id=1218308705345&skuId=2079307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079307_sa.jpg\"}', 'upc' => '799007778639', 'provider' => 'bestbuy'],\n ['name' => \"TRON: Evolution — PRE-OWNED - Xbox 360\", 'description_short' => \"Return to the world of TRON\", 'description_long' => \"Return to the world of TRON\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tron-evolution-pre-owned-xbox-360/2079334.p?id=1218308704828&skuId=2079334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079334_sa.jpg\"}', 'upc' => '799007769781', 'provider' => 'bestbuy'],\n ['name' => \"Rebel Voices: Songs of the Industrial Workers... - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rebel-voices-songs-of-the-industrial-workers-various-cd/2079351.p?id=96166&skuId=2079351&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079351', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079351_sa.jpg\"}', 'upc' => '018964048426', 'provider' => 'bestbuy'],\n ['name' => \"TRON: Evolution - PRE-OWNED - PlayStation 3\", 'description_short' => \"Return to the world of TRON\", 'description_long' => \"Return to the world of TRON\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tron-evolution-pre-owned-playstation-3/2079352.p?id=1218308701494&skuId=2079352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079352_sa.jpg\"}', 'upc' => '799007769804', 'provider' => 'bestbuy'],\n ['name' => \"Hot Wheels: Battle Force 5 - PRE-OWNED - Nintendo DS\", 'description_short' => \"Defend the Earth in your battle-ready vehicle\", 'description_long' => \"Defend the Earth in your battle-ready vehicle\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-wheels-battle-force-5-pre-owned-nintendo-ds/2079398.p?id=1218308701269&skuId=2079398&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079398', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079398_sa.jpg\"}', 'upc' => '799007769835', 'provider' => 'bestbuy'],\n ['name' => \"Megamind: The Blue Defender - PRE-OWNED - Nintendo DS\", 'description_short' => \"Be bad, blue and brilliant on a mega mission to save the city\", 'description_long' => \"Be bad, blue and brilliant on a mega mission to save the city\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/megamind-the-blue-defender-pre-owned-nintendo-ds/2079412.p?id=1218308706608&skuId=2079412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079412_sa.jpg\"}', 'upc' => '799007769859', 'provider' => 'bestbuy'],\n ['name' => \"Spider-Man: Web of Shadows - PRE-OWNED - Nintendo DS\", 'description_short' => \"Which path will you choose as you repel an alien invasion?\", 'description_long' => \"Which path will you choose as you repel an alien invasion?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spider-man-web-of-shadows-pre-owned-nintendo-ds/2079421.p?id=1218308703333&skuId=2079421&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079421_sa.jpg\"}', 'upc' => '799007769866', 'provider' => 'bestbuy'],\n ['name' => \"Game Party: In Motion - PRE-OWNED - Xbox 360\", 'description_short' => \"Let the games begin\", 'description_long' => \"Let the games begin\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/game-party-in-motion-pre-owned-xbox-360/2079476.p?id=1218308701558&skuId=2079476&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079476', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079476_sa.jpg\"}', 'upc' => '799007769903', 'provider' => 'bestbuy'],\n ['name' => \"Mario vs. Donkey Kong: Mini-Land Mayhem - PRE-OWNED - Nintendo DS\", 'description_short' => \"Help mini heroes conquer an ape gone awry and save the day\", 'description_long' => \"Help mini heroes conquer an ape gone awry and save the day\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mario-vs-donkey-kong-mini-land-mayhem-pre-owned-nintendo-ds/2079485.p?id=1218308697714&skuId=2079485&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079485', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079485_sa.jpg\"}', 'upc' => '799007769910', 'provider' => 'bestbuy'],\n ['name' => \"Imagine Music Fest - PRE-OWNED - Nintendo DS\", 'description_short' => \"Put on an awesome concert at a premier music fest\", 'description_long' => \"Put on an awesome concert at a premier music fest\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imagine-music-fest-pre-owned-nintendo-ds/2079555.p?id=1218308701176&skuId=2079555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079555_sa.jpg\"}', 'upc' => '799007769972', 'provider' => 'bestbuy'],\n ['name' => \"Mind Quiz: Your Brain Coach — PRE-OWNED - Nintendo DS\", 'description_short' => \"Bump up your brain power\", 'description_long' => \"Bump up your brain power\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mind-quiz-your-brain-coach-pre-owned-nintendo-ds/2079591.p?id=1218308703587&skuId=2079591&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079591', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079591.jpg\"}', 'upc' => '799007770015', 'provider' => 'bestbuy'],\n ['name' => \"Dance Masters - PRE-OWNED - Xbox 360\", 'description_short' => \"Dominate the dance floor\", 'description_long' => \"Dominate the dance floor\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-masters-pre-owned-xbox-360/2079616.p?id=1218308696703&skuId=2079616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079616_sa.jpg\"}', 'upc' => '799007770039', 'provider' => 'bestbuy'],\n ['name' => \"Imagine Interior Designer - PRE-OWNED - Nintendo DS\", 'description_short' => \"Demonstrate your designing vision\", 'description_long' => \"Demonstrate your designing vision\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imagine-interior-designer-pre-owned-nintendo-ds/2079625.p?id=1218308697713&skuId=2079625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2079625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2079\\/2079625_sa.jpg\"}', 'upc' => '799007770046', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Wireless N300 Wi-Fi Range Extender with Ethernet Port - White\", 'description_short' => \"TP-LINK Wireless N300 Wi-Fi Range Extender with Ethernet Port: Compatible with 802.11b/g/n wireless standards; up to 300 Mbps; 64-/128-/152-bit WEP encryption; WPA-PAK/WPA2-PSK encryption; plug-and-play\", 'description_long' => \"TP-LINK Wireless N300 Wi-Fi Range Extender with Ethernet Port: Compatible with 802.11b/g/n wireless standards; up to 300 Mbps; 64-/128-/152-bit WEP encryption; WPA-PAK/WPA2-PSK encryption; plug-and-play\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-wireless-n300-wi-fi-range-extender-with-ethernet-port-white/2080012.p?id=1219528556820&skuId=2080012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080012_sa.jpg\"}', 'upc' => '845973070687', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Wireless AC1200 Dual-Band USB Adapter - Black\", 'description_short' => \"TP-LINK Wireless AC1200 Dual-Band USB Adapter: Compatible with 802.11a/b/g/n/ac wireless standards; maximum speed up to 867 Mbps at 5.0GHz and 300 Mbps at 2.4GHz; WPS encryption\", 'description_long' => \"TP-LINK Wireless AC1200 Dual-Band USB Adapter: Compatible with 802.11a/b/g/n/ac wireless standards; maximum speed up to 867 Mbps at 5.0GHz and 300 Mbps at 2.4GHz; WPS encryption\", 'price' => 39.99, 'sale_price' => 37.99, 'url' => 'http://www.bestbuy.com/site/tp-link-wireless-ac1200-dual-band-usb-adapter-black/2080021.p?id=1219528552212&skuId=2080021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1311\\/1311706803\\/1311706803_sa.jpg\"}', 'upc' => '845973050863', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - 8-Port 10/100/1000 Mbps Gigabit Smart Ethernet Metal Switch - Gray\", 'description_short' => \"TP-LINK 8-Port 10/100/1000 Mbps Gigabit Smart Ethernet Metal Switch: Wired; provides a network connection for up to 8 devices; port- and tag-based QoS (Quality of Service); port-based, tag-based and MTU VLAN; 10/100/1000 Mbps Gigabit Ethernet\", 'description_long' => \"TP-LINK 8-Port 10/100/1000 Mbps Gigabit Smart Ethernet Metal Switch: Wired; provides a network connection for up to 8 devices; port- and tag-based QoS (Quality of Service); port-based, tag-based and MTU VLAN; 10/100/1000 Mbps Gigabit Ethernet\", 'price' => 39.99, 'sale_price' => 32.99, 'url' => 'http://www.bestbuy.com/site/tp-link-8-port-10-100-1000-mbps-gigabit-smart-ethernet-metal-switch-gray/2080049.p?id=1219528551184&skuId=2080049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080049_sa.jpg\"}', 'upc' => '845973021856', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - 8-Port 10/100/1000 Mbps Gigabit Ethernet Metal Switch - Gray\", 'description_short' => \"TP-LINK 8-Port 10/100/1000 Mbps Gigabit Ethernet Metal Switch: Wired; provides high-speed data processing with QoS (Quality of Service) and nonblocking switching architecture; up to 2000 Mbps full duplex bandwidth; plug-and-play installation\", 'description_long' => \"TP-LINK 8-Port 10/100/1000 Mbps Gigabit Ethernet Metal Switch: Wired; provides high-speed data processing with QoS (Quality of Service) and nonblocking switching architecture; up to 2000 Mbps full duplex bandwidth; plug-and-play installation\", 'price' => 29.99, 'sale_price' => 24.99, 'url' => 'http://www.bestbuy.com/site/tp-link-8-port-10-100-1000-mbps-gigabit-ethernet-metal-switch-gray/2080085.p?id=1219528553599&skuId=2080085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080085_sa.jpg\"}', 'upc' => '845973021153', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Wireless AC750 Dual-Band Gigabit Wireless Router - Black\", 'description_short' => \"TP-LINK Wireless AC750 Dual-Band Gigabit Wireless Router: 733 Mbps total available bandwidth; parental control; guest network access; SPI and NAT firewall; WPA-PSK/WPA2-PSK encryptions; one-touch WPA wireless security; supports 802.11ac wireless standard\", 'description_long' => \"TP-LINK Wireless AC750 Dual-Band Gigabit Wireless Router: 733 Mbps total available bandwidth; parental control; guest network access; SPI and NAT firewall; WPA-PSK/WPA2-PSK encryptions; one-touch WPA wireless security; supports 802.11ac wireless standard\", 'price' => 69.99, 'sale_price' => 52.99, 'url' => 'http://www.bestbuy.com/site/tp-link-wireless-ac750-dual-band-gigabit-wireless-router-black/2080094.p?id=1219528552411&skuId=2080094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080094_sa.jpg\"}', 'upc' => '845973050962', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Wireless N600 Dual-Band Gigabit Router - Black\", 'description_short' => \"TP-LINK Wireless N600 Dual-Band Gigabit Router: 600 Mbps total available bandwidth; WAN-to-LAN throughput of over 800 Mbps; guest network access; WPS button; parental controls; WEP and WPA encryption; built-in print server; 5.0GHz and 2.4GHz frequencies\", 'description_long' => \"TP-LINK Wireless N600 Dual-Band Gigabit Router: 600 Mbps total available bandwidth; WAN-to-LAN throughput of over 800 Mbps; guest network access; WPS button; parental controls; WEP and WPA encryption; built-in print server; 5.0GHz and 2.4GHz frequencies\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-wireless-n600-dual-band-gigabit-router-black/2080109.p?id=1219528554721&skuId=2080109', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080109_sa.jpg\"}', 'upc' => '845973070007', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Wireless AC1750 Dual-Band Gigabit Wireless Router - White\", 'description_short' => \"TP-LINK Wireless AC1750 Dual-Band Gigabit Wireless Router: Up to 1300 Mbps + 450 Mbps data transfer rates on simultaneous 5.0GHz and 2.4GHz bands; WEP, WPA/WPA2, WPA-PSK/WPA2-PSK encryption; 4 Gigabit Ethernet ports; beamforming technology\", 'description_long' => \"TP-LINK Wireless AC1750 Dual-Band Gigabit Wireless Router: Up to 1300 Mbps + 450 Mbps data transfer rates on simultaneous 5.0GHz and 2.4GHz bands; WEP, WPA/WPA2, WPA-PSK/WPA2-PSK encryption; 4 Gigabit Ethernet ports; beamforming technology\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-wireless-ac1750-dual-band-gigabit-wireless-router-white/2080118.p?id=1219528551182&skuId=2080118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080118_sa.jpg\"}', 'upc' => '845973080013', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Wireless N900 Dual-Band PCI Express Adapter - Multi\", 'description_short' => \"TP-LINK Wireless N900 Dual-Band PCI Express Adapter: Compatible with 802.11a/b/g/n/ac wireless standards; 2.4GHz and 5.0GHz bands; up to 450 Mbps throughput; 64/128-bit WEP, WPA/WPA2 and WPA-PSK/WPA2-PSK encryptions\", 'description_long' => \"TP-LINK Wireless N900 Dual-Band PCI Express Adapter: Compatible with 802.11a/b/g/n/ac wireless standards; 2.4GHz and 5.0GHz bands; up to 450 Mbps throughput; 64/128-bit WEP, WPA/WPA2 and WPA-PSK/WPA2-PSK encryptions\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-wireless-n900-dual-band-pci-express-adapter-multi/2080127.p?id=1219528553469&skuId=2080127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080127_sa.jpg\"}', 'upc' => '845973050603', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Powerline AV500 Nano Adapter Starter Kit - White\", 'description_short' => \"Compatible with HomePlug AV, 802.3 and 802.3u Internet standards; data transfer rate of up to 500 Mbps; 128-bit AES encryption; plug-and-play setup\", 'description_long' => \"Compatible with HomePlug AV, 802.3 and 802.3u Internet standards; data transfer rate of up to 500 Mbps; 128-bit AES encryption; plug-and-play setup\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-powerline-av500-nano-adapter-starter-kit-white/2080136.p?id=1219528554388&skuId=2080136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080136_sa.jpg\"}', 'upc' => '845973032029', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - 8-Port Gigabit Ethernet Switch with 4 Port PoE - Black/Gray\", 'description_short' => \"TP-LINK 8-Port Gigabit Ethernet Switch with 4 Port PoE: Connects up to 8 devices on a shared network; 10/100/1000 Ethernet connection with 4 PoE (Power over Ethernet) ports; up to 1 Gbps data transfer speeds; simple installation\", 'description_long' => \"TP-LINK 8-Port Gigabit Ethernet Switch with 4 Port PoE: Connects up to 8 devices on a shared network; 10/100/1000 Ethernet connection with 4 PoE (Power over Ethernet) ports; up to 1 Gbps data transfer speeds; simple installation\", 'price' => 89.99, 'sale_price' => 78.99, 'url' => 'http://www.bestbuy.com/site/tp-link-8-port-gigabit-ethernet-switch-with-4-port-poe-black-gray/2080145.p?id=1219528551191&skuId=2080145', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080145_sa.jpg\"}', 'upc' => '845973021160', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Powerline AV200 Nano Adapter Starter Kit - White\", 'description_short' => \"TP-LINK Powerline AV200 Nano Adapter Starter Kit: Compatible with HomePlug AV, IEEE802.3 and IEEE802.3u Internet standards; data transfer rate of up to 200 Mbps; 128-bit AES encryption; plug-and-play operation\", 'description_long' => \"TP-LINK Powerline AV200 Nano Adapter Starter Kit: Compatible with HomePlug AV, IEEE802.3 and IEEE802.3u Internet standards; data transfer rate of up to 200 Mbps; 128-bit AES encryption; plug-and-play operation\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-powerline-av200-nano-adapter-starter-kit-white/2080154.p?id=1219528556747&skuId=2080154', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1307\\/1307824207\\/1307824207_sa.jpg\"}', 'upc' => '845973031961', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Wireless AC750 Wall Plug Universal Wi-Fi Range Extender - White\", 'description_short' => \"TP-LINK Wireless AC750 Wall Plug Universal Wi-Fi Range Extender: Compatible with 802.11b/g/n and 802.11ac wireless standards; dual band; 64-/128-bit WEP encryption; WPA-PSK/WPA2-PSK encryption; plug-and-play operation\", 'description_long' => \"TP-LINK Wireless AC750 Wall Plug Universal Wi-Fi Range Extender: Compatible with 802.11b/g/n and 802.11ac wireless standards; dual band; 64-/128-bit WEP encryption; WPA-PSK/WPA2-PSK encryption; plug-and-play operation\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-wireless-ac750-wall-plug-universal-wi-fi-range-extender-white/2080172.p?id=1219528551189&skuId=2080172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080172_sa.jpg\"}', 'upc' => '845973071875', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - 5-Port 10/100/1000 Mbps Gigabit Ethernet Metal Switch - Black\", 'description_short' => \"TP-LINK 5-Port 10/100/1000 Mbps Gigabit Ethernet Metal Switch: Wired; provides high-speed data processing with QoS (Quality of Service) and nonblocking switching architecture; up to 2000 Mbps full duplex bandwidth; plug-and-play installation\", 'description_long' => \"TP-LINK 5-Port 10/100/1000 Mbps Gigabit Ethernet Metal Switch: Wired; provides high-speed data processing with QoS (Quality of Service) and nonblocking switching architecture; up to 2000 Mbps full duplex bandwidth; plug-and-play installation\", 'price' => 24.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/tp-link-5-port-10-100-1000-mbps-gigabit-ethernet-metal-switch-black/2080181.p?id=1219528555732&skuId=2080181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080181_sa.jpg\"}', 'upc' => '845973021146', 'provider' => 'bestbuy'],\n ['name' => \"New Dimensions in Rail Culture - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-dimensions-in-rail-culture-cd/2080232.p?id=1469045&skuId=2080232&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080232_sa.jpg\"}', 'upc' => '029667300124', 'provider' => 'bestbuy'],\n ['name' => \"Non Stop Non Stop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/non-stop-non-stop-cd/2080250.p?id=1459170&skuId=2080250&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080250', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080250_sa.jpg\"}', 'upc' => '029667300520', 'provider' => 'bestbuy'],\n ['name' => \"Madagascar, Vol. 1: Traditional Music - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/madagascar-vol-1-traditional-music-cd-various/2080269.p?id=1459178&skuId=2080269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080269.jpg\"}', 'upc' => '029667301220', 'provider' => 'bestbuy'],\n ['name' => \"Madagasikara Two - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/madagasikara-two-cd-various/2080278.p?id=1576828&skuId=2080278&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080278_sa.jpg\"}', 'upc' => '029667301329', 'provider' => 'bestbuy'],\n ['name' => \"Merengue: Up-Up-Tempo Dance Dynamite from the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/merengue-up-up-tempo-dance-dynamite-from-the-cd/2080296.p?id=1459211&skuId=2080296&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080296', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080296_sa.jpg\"}', 'upc' => '029667302029', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Wireless N300 Wi-Fi Extender Starter + AV500 Powerline Adapter Kit - White\", 'description_short' => \"TP-LINK Wireless N300 Wi-Fi Extender Starter + AV500 Powerline Adapter Kit: Compatible with HomePlug AV, 802.3, WEP802.3u and 802.11b/g/n; up to 500 Mbps; WPA/WPA2, WPA-PSK/WPA2-PSK encryption; plug-and-play\", 'description_long' => \"TP-LINK Wireless N300 Wi-Fi Extender Starter + AV500 Powerline Adapter Kit: Compatible with HomePlug AV, 802.3, WEP802.3u and 802.11b/g/n; up to 500 Mbps; WPA/WPA2, WPA-PSK/WPA2-PSK encryption; plug-and-play\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-wireless-n300-wi-fi-extender-starter-av500-powerline-adapter-kit-white/2080319.p?id=1219528555613&skuId=2080319&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080319', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080319_sa.jpg\"}', 'upc' => '845973032579', 'provider' => 'bestbuy'],\n ['name' => \"Abdel Aziz el Mubarak - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/abdel-aziz-el-mubarak-cd/2080321.p?id=1576956&skuId=2080321&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080321', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080321_sa.jpg\"}', 'upc' => '029667302326', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Mini Wireless N USB Adapter - Black\", 'description_short' => \"TP-LINK Mini Wireless N USB Adapter: Compatible with IEEE 802.11b, IEEE 802.11g and IEEE 802.11n wireless standards; up to 300 Mbps; WPA2 secure connection; supports Windows XP, Vista and 7; USB interface; quick and easy installation\", 'description_long' => \"TP-LINK Mini Wireless N USB Adapter: Compatible with IEEE 802.11b, IEEE 802.11g and IEEE 802.11n wireless standards; up to 300 Mbps; WPA2 secure connection; supports Windows XP, Vista and 7; USB interface; quick and easy installation\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-mini-wireless-n-usb-adapter-black/2080328.p?id=1219528553140&skuId=2080328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080328_sa.jpg\"}', 'upc' => '845973050696', 'provider' => 'bestbuy'],\n ['name' => \"Encuentros - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/encuentros-cd/2080330.p?id=1459175&skuId=2080330&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080330', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080330_sa.jpg\"}', 'upc' => '029667302425', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - Wireless N300 Wi-Fi Range Extender with AC Passthrough - White\", 'description_short' => \"TP-LINK Wireless N300 Wi-Fi Range Extender with AC Passthrough: Compatible with 802.11b/g/n wireless standards; up to 300 Mbps; 64-/128-/152-bit WEP encryption; WPA-PSK/WPA2-PSK encryption; plug-and-play\", 'description_long' => \"TP-LINK Wireless N300 Wi-Fi Range Extender with AC Passthrough: Compatible with 802.11b/g/n wireless standards; up to 300 Mbps; 64-/128-/152-bit WEP encryption; WPA-PSK/WPA2-PSK encryption; plug-and-play\", 'price' => 39.99, 'sale_price' => 37.99, 'url' => 'http://www.bestbuy.com/site/tp-link-wireless-n300-wi-fi-range-extender-with-ac-passthrough-white/2080337.p?id=1219528553732&skuId=2080337&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080337', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080337_sa.jpg\"}', 'upc' => '845973091873', 'provider' => 'bestbuy'],\n ['name' => \"TP-LINK - 5-Port 10/100/1000 Mbps Gigabit Smart Ethernet Metal Switch - Gray\", 'description_short' => \"TP-LINK 5-Port 10/100/1000 Mbps Gigabit Smart Ethernet Metal Switch: Provides simple network management for small or medium business networks with a port-based priority system; 10/100/1000 Mbps speeds\", 'description_long' => \"TP-LINK 5-Port 10/100/1000 Mbps Gigabit Smart Ethernet Metal Switch: Provides simple network management for small or medium business networks with a port-based priority system; 10/100/1000 Mbps speeds\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tp-link-5-port-10-100-1000-mbps-gigabit-smart-ethernet-metal-switch-gray/2080346.p?id=1219528556141&skuId=2080346', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080346_sa.jpg\"}', 'upc' => '845973022037', 'provider' => 'bestbuy'],\n ['name' => \"Music of Zanzibar: Taarab 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-zanzibar-taarab-2-cd/2080358.p?id=1501214&skuId=2080358&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080358', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080358_sa.jpg\"}', 'upc' => '029667303323', 'provider' => 'bestbuy'],\n ['name' => \"Zambiance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zambiance-cd/2080385.p?id=1469046&skuId=2080385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080385_sa.jpg\"}', 'upc' => '029667303729', 'provider' => 'bestbuy'],\n ['name' => \"Taarab, Vol. 4: Music of Zanzibar - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/taarab-vol-4-music-of-zanzibar-cd-various/2080410.p?id=1459132&skuId=2080410&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080410', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080410_sa.jpg\"}', 'upc' => '029667304122', 'provider' => 'bestbuy'],\n ['name' => \"Jatigui - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jatigui-cd/2080429.p?id=1570259&skuId=2080429&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080429', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080429_sa.jpg\"}', 'upc' => '029667304221', 'provider' => 'bestbuy'],\n ['name' => \"Art of Noise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-of-noise-cd/2080447.p?id=1459188&skuId=2080447&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080447', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080447_sa.jpg\"}', 'upc' => '029667304528', 'provider' => 'bestbuy'],\n ['name' => \"Piny Ose Mer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piny-ose-mer-cd/2080456.p?id=1476949&skuId=2080456&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080456', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080456_sa.jpg\"}', 'upc' => '029667304627', 'provider' => 'bestbuy'],\n ['name' => \"Golden Voices from the Silver Screen, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-voices-from-the-silver-screen-vol-2-cd-various/2080526.p?id=1459156&skuId=2080526&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080526', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080526_sa.jpg\"}', 'upc' => '029667305624', 'provider' => 'bestbuy'],\n ['name' => \"Huaynos & Huaylas - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/huaynos-huaylas-cd-various/2080606.p?id=1462621&skuId=2080606&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080606', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080606_sa.jpg\"}', 'upc' => '029667306423', 'provider' => 'bestbuy'],\n ['name' => \"New Fugi Garbage - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-fugi-garbage-cd-various/2080624.p?id=1459117&skuId=2080624&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080624', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080624_sa.jpg\"}', 'upc' => '029667306720', 'provider' => 'bestbuy'],\n ['name' => \"Jino La Pembe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jino-la-pembe-cd/2080679.p?id=1502696&skuId=2080679&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080679', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080679_sa.jpg\"}', 'upc' => '029667307529', 'provider' => 'bestbuy'],\n ['name' => \"¡Saba Saba! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saba-saba-cd/2080697.p?id=1576904&skuId=2080697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080697_sa.jpg\"}', 'upc' => '029667307727', 'provider' => 'bestbuy'],\n ['name' => \"The Mighty Kings of Benga - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mighty-kings-of-benga-cd-various/2080704.p?id=1475376&skuId=2080704&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080704', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080704_sa.jpg\"}', 'upc' => '029667307925', 'provider' => 'bestbuy'],\n ['name' => \"Cecile Kayirebwa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cecile-kayirebwa-cd/2080740.p?id=1459230&skuId=2080740&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080740', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080740_sa.jpg\"}', 'upc' => '029667308328', 'provider' => 'bestbuy'],\n ['name' => \"Mozambique, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mozambique-vol-1-cd-various/2080768.p?id=1464815&skuId=2080768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080768_sa.jpg\"}', 'upc' => '029667308625', 'provider' => 'bestbuy'],\n ['name' => \"Taking Care of Business - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/taking-care-of-business-cd/2080946.p?id=1459191&skuId=2080946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080946_sa.jpg\"}', 'upc' => '029667209823', 'provider' => 'bestbuy'],\n ['name' => \"Dancing 'til Dawn - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dancing-til-dawn-cd-various/2080964.p?id=1578247&skuId=2080964&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080964', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080964_sa.jpg\"}', 'upc' => '029667210621', 'provider' => 'bestbuy'],\n ['name' => \"I Don't Want to Cry/Any Day Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-dont-want-to-cry-any-day-now-cd/2080973.p?id=1468982&skuId=2080973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2080973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2080\\/2080973_sa.jpg\"}', 'upc' => '029667210720', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Sound of Success - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-sound-of-success-cd-various/2081008.p?id=1459580&skuId=2081008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081008_sa.jpg\"}', 'upc' => '029667211222', 'provider' => 'bestbuy'],\n ['name' => \"Skinny Legs & All - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skinny-legs-all-cd/2081017.p?id=2304924&skuId=2081017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081017_sa.jpg\"}', 'upc' => '029667211420', 'provider' => 'bestbuy'],\n ['name' => \"Lexar - Platinum II 8GB CompactFlash Memory Card - Black\", 'description_short' => \"Compatible with most UDMA CF and standard CF devices; 8GB capacity; up to 30MB/sec. data transfer rate\", 'description_long' => \"Compatible with most UDMA CF and standard CF devices; 8GB capacity; up to 30MB/sec. data transfer rate\", 'price' => 38.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lexar-platinum-ii-8gb-compactflash-memory-card-black/2081031.p?id=1218308267115&skuId=2081031', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1306\\/1306246178\\/1306246178_sa.jpg\"}', 'upc' => '650590161805', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Chi-Lites [Kent] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-chi-lites-kent-cd/2081035.p?id=1459125&skuId=2081035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081035_sa.jpg\"}', 'upc' => '029667291125', 'provider' => 'bestbuy'],\n ['name' => \"The Definitive Impressions [Reissue] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-definitive-impressions-reissue-cd/2081044.p?id=1459163&skuId=2081044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081044_sa.jpg\"}', 'upc' => '029667292320', 'provider' => 'bestbuy'],\n ['name' => \"Good Things - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/good-things-cd/2081053.p?id=1491006&skuId=2081053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081053_sa.jpg\"}', 'upc' => '029667293525', 'provider' => 'bestbuy'],\n ['name' => \"Austral Voices - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/austral-voices-various-cd/2081259.p?id=2177801&skuId=2081259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081259.jpg\"}', 'upc' => '022551002821', 'provider' => 'bestbuy'],\n ['name' => \"Nordisk Sang - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nordisk-sang-cd-various/2081268.p?id=93515&skuId=2081268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081268_sa.jpg\"}', 'upc' => '022551003125', 'provider' => 'bestbuy'],\n ['name' => \"From Ancient Worlds: For Harmonic Piano - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-ancient-worlds-for-harmonic-piano-cd/2081277.p?id=2070039&skuId=2081277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081277.jpg\"}', 'upc' => '022551004221', 'provider' => 'bestbuy'],\n ['name' => \"MJQ - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mjq-cd/2081437.p?id=1562187&skuId=2081437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081437_sa.jpg\"}', 'upc' => '025218110129', 'provider' => 'bestbuy'],\n ['name' => \"All-Star Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-star-sessions-cd/2081446.p?id=63697&skuId=2081446&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081446', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081446_sa.jpg\"}', 'upc' => '025218601429', 'provider' => 'bestbuy'],\n ['name' => \"The Billy Taylor Trio with Candido - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-billy-taylor-trio-with-candido-cd/2081455.p?id=71331&skuId=2081455&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081455', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081455_sa.jpg\"}', 'upc' => '025218601528', 'provider' => 'bestbuy'],\n ['name' => \"New Jazz Conceptions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-jazz-conceptions-cd/2081464.p?id=261403&skuId=2081464&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081464', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081464_sa.jpg\"}', 'upc' => '025218602525', 'provider' => 'bestbuy'],\n ['name' => \"Things Are Getting Better - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/things-are-getting-better-cd/2081473.p?id=293944&skuId=2081473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081473_sa.jpg\"}', 'upc' => '025218603225', 'provider' => 'bestbuy'],\n ['name' => \"The Kenny Drew Trio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-kenny-drew-trio-cd/2081491.p?id=65819&skuId=2081491&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081491', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081491_sa.jpg\"}', 'upc' => '025218606523', 'provider' => 'bestbuy'],\n ['name' => \"Taylor's Wailers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/taylors-wailers-cd/2081534.p?id=71323&skuId=2081534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081534.jpg\"}', 'upc' => '025218609425', 'provider' => 'bestbuy'],\n ['name' => \"Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-cd/2081552.p?id=67286&skuId=2081552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081552_sa.jpg\"}', 'upc' => '025218609623', 'provider' => 'bestbuy'],\n ['name' => \"Thelonious in Action - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thelonious-in-action-cd/2081561.p?id=69310&skuId=2081561&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081561', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081561_sa.jpg\"}', 'upc' => '025218610322', 'provider' => 'bestbuy'],\n ['name' => \"Know What I Mean? [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/know-what-i-mean-ecd-cd/2081570.p?id=63549&skuId=2081570&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081570', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081570_sa.jpg\"}', 'upc' => '025218610520', 'provider' => 'bestbuy'],\n ['name' => \"Kenny Dorham Quintet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kenny-dorham-quintet-cd/2081589.p?id=65753&skuId=2081589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081589_sa.jpg\"}', 'upc' => '025218611329', 'provider' => 'bestbuy'],\n ['name' => \"The New Scene of King Curtis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-new-scene-of-king-curtis-cd/2081712.p?id=79489&skuId=2081712&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081712', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081712_sa.jpg\"}', 'upc' => '025218619820', 'provider' => 'bestbuy'],\n ['name' => \"Groovin' with Golson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/groovin-with-golson-cd/2081749.p?id=66733&skuId=2081749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081749_sa.jpg\"}', 'upc' => '025218622622', 'provider' => 'bestbuy'],\n ['name' => \"Meet Oliver Nelson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/meet-oliver-nelson-cd/2081758.p?id=69563&skuId=2081758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081758_sa.jpg\"}', 'upc' => '025218622721', 'provider' => 'bestbuy'],\n ['name' => \"East - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/east-cd/2081801.p?id=1543913&skuId=2081801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081801_sa.jpg\"}', 'upc' => '025218624824', 'provider' => 'bestbuy'],\n ['name' => \"At Shelly's Manne-Hole - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-shellys-manne-hole-cd/2081829.p?id=3520409&skuId=2081829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081829_sa.jpg\"}', 'upc' => '025218626323', 'provider' => 'bestbuy'],\n ['name' => \"The Newborn Touch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-newborn-touch-cd/2081838.p?id=69603&skuId=2081838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081838_sa.jpg\"}', 'upc' => '025218627023', 'provider' => 'bestbuy'],\n ['name' => \"Horn Culture - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/horn-culture-cd/2081883.p?id=70437&skuId=2081883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081883_sa.jpg\"}', 'upc' => '025218631426', 'provider' => 'bestbuy'],\n ['name' => \"Sonny Boy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sonny-boy-cd/2081963.p?id=70451&skuId=2081963&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2081963', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2081\\/2081963_sa.jpg\"}', 'upc' => '025218634823', 'provider' => 'bestbuy'],\n ['name' => \"Fusion! Wes Montgomery with Strings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fusion-wes-montgomery-with-strings-cd/2082016.p?id=69330&skuId=2082016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082016_sa.jpg\"}', 'upc' => '025218636827', 'provider' => 'bestbuy'],\n ['name' => \"At the Renaissance [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-renaissance-bonus-tracks-cd/2082052.p?id=71980&skuId=2082052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082052_sa.jpg\"}', 'upc' => '025218639026', 'provider' => 'bestbuy'],\n ['name' => \"The Outer View - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-outer-view-cd/2082178.p?id=70537&skuId=2082178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082178.jpg\"}', 'upc' => '025218661621', 'provider' => 'bestbuy'],\n ['name' => \"Big Sound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-sound-cd/2082212.p?id=63698&skuId=2082212&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082212_sa.jpg\"}', 'upc' => '025218665124', 'provider' => 'bestbuy'],\n ['name' => \"Mal/2 Prestige 7111 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mal-2-prestige-7111-cd/2082230.p?id=71794&skuId=2082230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082230_sa.jpg\"}', 'upc' => '025218667128', 'provider' => 'bestbuy'],\n ['name' => \"If I'm Lucky - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/if-im-lucky-cd/2082258.p?id=70989&skuId=2082258&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082258', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082258_sa.jpg\"}', 'upc' => '025218668323', 'provider' => 'bestbuy'],\n ['name' => \"Be-Bop Revisited - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/be-bop-revisited-cd/2082276.p?id=69010&skuId=2082276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082276_sa.jpg\"}', 'upc' => '025218671026', 'provider' => 'bestbuy'],\n ['name' => \"For Real! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-real-cd/2082294.p?id=67252&skuId=2082294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082294_sa.jpg\"}', 'upc' => '025218671323', 'provider' => 'bestbuy'],\n ['name' => \"At the Manne-Hole, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-manne-hole-vol-2-cd/2082310.p?id=68754&skuId=2082310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082310_sa.jpg\"}', 'upc' => '025218671521', 'provider' => 'bestbuy'],\n ['name' => \"Plays and Plays and Plays - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-and-plays-and-plays-cd/2082329.p?id=64629&skuId=2082329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082329_sa.jpg\"}', 'upc' => '025218671620', 'provider' => 'bestbuy'],\n ['name' => \"The Pianist - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-pianist-cd/2082338.p?id=65978&skuId=2082338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082338_sa.jpg\"}', 'upc' => '025218671729', 'provider' => 'bestbuy'],\n ['name' => \"Cross-Currents - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cross-currents-cd/2082347.p?id=66128&skuId=2082347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082347_sa.jpg\"}', 'upc' => '025218671828', 'provider' => 'bestbuy'],\n ['name' => \"Tiptoe Tapdance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tiptoe-tapdance-cd/2082356.p?id=68057&skuId=2082356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082356_sa.jpg\"}', 'upc' => '025218671927', 'provider' => 'bestbuy'],\n ['name' => \"Trident - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trident-cd/2082365.p?id=71613&skuId=2082365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082365_sa.jpg\"}', 'upc' => '025218672023', 'provider' => 'bestbuy'],\n ['name' => \"The Centaur and the Phoenix - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-centaur-and-the-phoenix-cd/2082374.p?id=68439&skuId=2082374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082374_sa.jpg\"}', 'upc' => '025218672122', 'provider' => 'bestbuy'],\n ['name' => \"Bobby Timmons Trio in Person: Recorded Live... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bobby-timmons-trio-in-person-recorded-live-cd/2082383.p?id=71435&skuId=2082383&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082383', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082383.jpg\"}', 'upc' => '025218636421', 'provider' => 'bestbuy'],\n ['name' => \"Groove Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/groove-blues-cd/2082392.p?id=63696&skuId=2082392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082392_sa.jpg\"}', 'upc' => '025218672320', 'provider' => 'bestbuy'],\n ['name' => \"Cables' Vision - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cables-vision-cd/2082409.p?id=64779&skuId=2082409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082409_sa.jpg\"}', 'upc' => '025218672528', 'provider' => 'bestbuy'],\n ['name' => \"Born to Be Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-to-be-blue-cd/2082427.p?id=67637&skuId=2082427&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082427', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082427_sa.jpg\"}', 'upc' => '025218673426', 'provider' => 'bestbuy'],\n ['name' => \"The Tokyo Recital - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tokyo-recital-cd/2082445.p?id=66369&skuId=2082445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082445_sa.jpg\"}', 'upc' => '025218673723', 'provider' => 'bestbuy'],\n ['name' => \"Oscar Peterson & Harry Edison - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oscar-peterson-harry-edison-cd/2082454.p?id=69992&skuId=2082454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082454_sa.jpg\"}', 'upc' => '025218673822', 'provider' => 'bestbuy'],\n ['name' => \"The Big Band, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-big-band-vol-1-cd/2082472.p?id=67766&skuId=2082472&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082472', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082472.jpg\"}', 'upc' => '025218674027', 'provider' => 'bestbuy'],\n ['name' => \"The Alternate Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-alternate-blues-cd/2082515.p?id=66698&skuId=2082515&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082515', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082515_sa.jpg\"}', 'upc' => '025218674423', 'provider' => 'bestbuy'],\n ['name' => \"Things Are Getting Better All the Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/things-are-getting-better-all-the-time-cd/2082524.p?id=68018&skuId=2082524&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082524_sa.jpg\"}', 'upc' => '025218674522', 'provider' => 'bestbuy'],\n ['name' => \"Music to Listen to Barney Kessel By - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-to-listen-to-barney-kessel-by-cd/2082533.p?id=68203&skuId=2082533&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082533', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082533_sa.jpg\"}', 'upc' => '025218674621', 'provider' => 'bestbuy'],\n ['name' => \"Re: Person I Knew - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/re-person-i-knew-cd/2082560.p?id=66111&skuId=2082560&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082560', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082560_sa.jpg\"}', 'upc' => '025218674928', 'provider' => 'bestbuy'],\n ['name' => \"Inside Straight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inside-straight-cd/2082579.p?id=63547&skuId=2082579&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082579', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082579_sa.jpg\"}', 'upc' => '025218675024', 'provider' => 'bestbuy'],\n ['name' => \"Our Delights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/our-delights-cd/2082597.p?id=66371&skuId=2082597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082597_sa.jpg\"}', 'upc' => '025218675222', 'provider' => 'bestbuy'],\n ['name' => \"Third Plane - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/third-plane-cd/2082604.p?id=64890&skuId=2082604&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082604', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082604_sa.jpg\"}', 'upc' => '025218675420', 'provider' => 'bestbuy'],\n ['name' => \"The Three Faces of Yusef Lateef - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-three-faces-of-yusef-lateef-cd/2082640.p?id=68440&skuId=2082640&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082640', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082640.jpg\"}', 'upc' => '025218675925', 'provider' => 'bestbuy'],\n ['name' => \"I Will Say Goodbye - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-will-say-goodbye-cd/2082668.p?id=66102&skuId=2082668&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082668', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082668.jpg\"}', 'upc' => '025218676120', 'provider' => 'bestbuy'],\n ['name' => \"Primo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/primo-cd/2082677.p?id=1535032&skuId=2082677&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082677', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082677.jpg\"}', 'upc' => '025218676229', 'provider' => 'bestbuy'],\n ['name' => \"Multiple - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/multiple-cd/2082686.p?id=1535030&skuId=2082686&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082686', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082686_sa.jpg\"}', 'upc' => '025218776325', 'provider' => 'bestbuy'],\n ['name' => \"The Panther! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-panther-cd/2082757.p?id=66847&skuId=2082757&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082757', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082757_sa.jpg\"}', 'upc' => '025218677028', 'provider' => 'bestbuy'],\n ['name' => \"Relaxed Piano Moods - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/relaxed-piano-moods-cd/2082819.p?id=70727&skuId=2082819&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082819', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082819_sa.jpg\"}', 'upc' => '025218170222', 'provider' => 'bestbuy'],\n ['name' => \"For Lady - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-lady-cd/2082837.p?id=72263&skuId=2082837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082837_sa.jpg\"}', 'upc' => '025218171625', 'provider' => 'bestbuy'],\n ['name' => \"Let's Swing! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-swing-cd/2082864.p?id=68004&skuId=2082864&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082864', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082864_sa.jpg\"}', 'upc' => '025218172028', 'provider' => 'bestbuy'],\n ['name' => \"Debut Rarities, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/debut-rarities-vol-1-cd/2082891.p?id=69156&skuId=2082891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2082891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2082\\/2082891.jpg\"}', 'upc' => '025218180726', 'provider' => 'bestbuy'],\n ['name' => \"Afro-American Sketches - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/afro-american-sketches-cd/2083015.p?id=69568&skuId=2083015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083015_sa.jpg\"}', 'upc' => '025218181921', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Sahara - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-sahara-cd/2083024.p?id=63504&skuId=2083024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083024_sa.jpg\"}', 'upc' => '025218182027', 'provider' => 'bestbuy'],\n ['name' => \"Firebirds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/firebirds-cd/2083033.p?id=68426&skuId=2083033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083033_sa.jpg\"}', 'upc' => '025218182225', 'provider' => 'bestbuy'],\n ['name' => \"22 Great Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-great-hits-cd/2083097.p?id=91778&skuId=2083097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083097_sa.jpg\"}', 'upc' => '014921703520', 'provider' => 'bestbuy'],\n ['name' => \"IV [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iv-digdownload-cd/2083499.p?id=86424&skuId=2083499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083499.jpg\"}', 'upc' => '060768971622', 'provider' => 'bestbuy'],\n ['name' => \"Affordable Art - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/affordable-art-cd/2083649.p?id=109730&skuId=2083649&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083649', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083649_sa.jpg\"}', 'upc' => '092941100222', 'provider' => 'bestbuy'],\n ['name' => \"1000 Volts of Stax - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1000-volts-of-stax-cd-various/2083818.p?id=312890&skuId=2083818&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083818', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083818.jpg\"}', 'upc' => '029667064224', 'provider' => 'bestbuy'],\n ['name' => \"3000 Volts of Stax - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/3000-volts-of-stax-various-cd/2083872.p?id=131092&skuId=2083872&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083872', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083872_sa.jpg\"}', 'upc' => '029667910224', 'provider' => 'bestbuy'],\n ['name' => \"A Soulful Experience - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-soulful-experience-cd/2083890.p?id=72749&skuId=2083890&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083890', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083890_sa.jpg\"}', 'upc' => '025218850728', 'provider' => 'bestbuy'],\n ['name' => \"Walkin' the Back Streets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walkin-the-back-streets-cd/2083907.p?id=89382&skuId=2083907&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083907', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083907_sa.jpg\"}', 'upc' => '025218851428', 'provider' => 'bestbuy'],\n ['name' => \"Dramatically Yours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dramatically-yours-cd/2083916.p?id=80921&skuId=2083916&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083916', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083916_sa.jpg\"}', 'upc' => '025218852326', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Temprees - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-temprees-cd/2083925.p?id=101374&skuId=2083925&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083925', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083925_sa.jpg\"}', 'upc' => '025218852425', 'provider' => 'bestbuy'],\n ['name' => \"Grits Ain't Groceries [Stax] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grits-aint-groceries-stax-cd/2083934.p?id=89371&skuId=2083934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083934_sa.jpg\"}', 'upc' => '025218852920', 'provider' => 'bestbuy'],\n ['name' => \"The Lost Session - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lost-session-cd/2083943.p?id=87895&skuId=2083943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083943_sa.jpg\"}', 'upc' => '025218853422', 'provider' => 'bestbuy'],\n ['name' => \"Starting All Over Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/starting-all-over-again-cd/2083961.p?id=91348&skuId=2083961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2083961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2083\\/2083961_sa.jpg\"}', 'upc' => '025218857420', 'provider' => 'bestbuy'],\n ['name' => \"Stay Out of the Kitchen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stay-out-of-the-kitchen-cd/2084005.p?id=87148&skuId=2084005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084005_sa.jpg\"}', 'upc' => '025218857826', 'provider' => 'bestbuy'],\n ['name' => \"I'll Run Your Hurt Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ill-run-your-hurt-away-cd/2084014.p?id=87201&skuId=2084014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084014.jpg\"}', 'upc' => '025218858021', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Staple Singers [Stax] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-staple-singers-stax-cd/2084023.p?id=100076&skuId=2084023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084023_sa.jpg\"}', 'upc' => '025218300728', 'provider' => 'bestbuy'],\n ['name' => \"Wattstax: The Living Word (Concert Music from... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wattstax-the-living-word-concert-music-from-cd-original-soundtrack/2084041.p?id=103663&skuId=2084041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084041_sa.jpg\"}', 'upc' => '025218887229', 'provider' => 'bestbuy'],\n ['name' => \"Straight Horn Of Steve Lacy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/straight-horn-of-steve-lacy-cd/2084103.p?id=1393705&skuId=2084103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084103.jpg\"}', 'upc' => '031397900727', 'provider' => 'bestbuy'],\n ['name' => \"In New York - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-new-york-cd/2084112.p?id=85660&skuId=2084112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084112_sa.jpg\"}', 'upc' => '708857901029', 'provider' => 'bestbuy'],\n ['name' => \"Big Brass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-brass-cd/2084121.p?id=2390084&skuId=2084121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084121.jpg\"}', 'upc' => '031397901120', 'provider' => 'bestbuy'],\n ['name' => \"New York City R&B - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-york-city-r-b-cd/2084149.p?id=2276583&skuId=2084149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084149.jpg\"}', 'upc' => '031397901724', 'provider' => 'bestbuy'],\n ['name' => \"Picasso - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/picasso-cd/2084194.p?id=2282490&skuId=2084194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084194_sa.jpg\"}', 'upc' => '031397903124', 'provider' => 'bestbuy'],\n ['name' => \"Out of Nowhere - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-nowhere-cd/2084201.p?id=66037&skuId=2084201&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084201', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084201.jpg\"}', 'upc' => '031397903223', 'provider' => 'bestbuy'],\n ['name' => \"California Cooking - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/california-cooking-cd/2084327.p?id=72186&skuId=2084327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2084327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2084\\/2084327.jpg\"}', 'upc' => '031397950920', 'provider' => 'bestbuy'],\n ['name' => \"Imagination - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imagination-cd/2085344.p?id=1984701&skuId=2085344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2085344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2085\\/2085344.jpg\"}', 'upc' => '016565533822', 'provider' => 'bestbuy'],\n ['name' => \"Dark Souls II: Scholar of the First Sin - PlayStation 4\", 'description_short' => \"Gaze into the eyes of death, despair and impending doom\", 'description_long' => \"Gaze into the eyes of death, despair and impending doom\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dark-souls-ii-scholar-of-the-first-sin-playstation-4/2085483.p?id=1219522901640&skuId=2085483&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2085483', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2085\\/2085483_sa.jpg\"}', 'upc' => '722674120272', 'provider' => 'bestbuy'],\n ['name' => \"Last Stitt Sessions, Vols. 1 & 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-stitt-sessions-vols-1-2-cd/2085843.p?id=71160&skuId=2085843&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2085843', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2085\\/2085843.jpg\"}', 'upc' => '016565600326', 'provider' => 'bestbuy'],\n ['name' => \"Filtrete - 3M Eureka EF-6 HEPA Filter for Select Eureka Upright Vacuums\", 'description_short' => \"Compatible with Eureka Airspeed AS1000 series upright vacuums; traps up to 99.97% of airborne pollutants\", 'description_long' => \"Compatible with Eureka Airspeed AS1000 series upright vacuums; traps up to 99.97% of airborne pollutants\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/filtrete-3m-eureka-ef-6-hepa-filter-for-select-eureka-upright-vacuums/2086151.p?id=1218308700150&skuId=2086151&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086151', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086151_sa.jpg\"}', 'upc' => '023169131019', 'provider' => 'bestbuy'],\n ['name' => \"Hosanna! Today's Top Worship Songs for Kids - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hosanna-todays-top-worship-songs-for-kids-cd/2086188.p?id=2186571&skuId=2086188&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086188', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086188_sa.jpg\"}', 'upc' => '820413115425', 'provider' => 'bestbuy'],\n ['name' => \"Tumor Circus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tumor-circus-cd/2086236.p?id=102467&skuId=2086236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086236_sa.jpg\"}', 'upc' => '721616008722', 'provider' => 'bestbuy'],\n ['name' => \"The Dawning of a New Error [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dawning-of-a-new-error-pa-cd/2086272.p?id=79572&skuId=2086272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086272_sa.jpg\"}', 'upc' => '721616010626', 'provider' => 'bestbuy'],\n ['name' => \"13 Flavours of Doom [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/13-flavours-of-doom-pa-cd/2086325.p?id=79567&skuId=2086325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086325_sa.jpg\"}', 'upc' => '721616011722', 'provider' => 'bestbuy'],\n ['name' => \"Slow Motion Apocalypse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slow-motion-apocalypse-cd/2086334.p?id=84317&skuId=2086334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086334_sa.jpg\"}', 'upc' => '721616011821', 'provider' => 'bestbuy'],\n ['name' => \"Terror Has Some Strange Kinfolks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/terror-has-some-strange-kinfolks-cd/2086343.p?id=77143&skuId=2086343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086343_sa.jpg\"}', 'upc' => '721616011920', 'provider' => 'bestbuy'],\n ['name' => \"It's Not Unusual... But It... [EP] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-not-unusual-but-it-ep-pa-cd/2086352.p?id=79568&skuId=2086352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086352_sa.jpg\"}', 'upc' => '721616012026', 'provider' => 'bestbuy'],\n ['name' => \"October File - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/october-file-cd/2086414.p?id=80423&skuId=2086414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086414.jpg\"}', 'upc' => '036172070725', 'provider' => 'bestbuy'],\n ['name' => \"Hornet Pinata - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hornet-pinata-cd/2086441.p?id=80414&skuId=2086441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086441_sa.jpg\"}', 'upc' => '036172075126', 'provider' => 'bestbuy'],\n ['name' => \"Tragedy-Tragedy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tragedy-tragedy-cd/2086487.p?id=107341&skuId=2086487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086487.jpg\"}', 'upc' => '036172082728', 'provider' => 'bestbuy'],\n ['name' => \"Slint [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slint-single-cd/2086496.p?id=1577691&skuId=2086496&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086496', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086496.jpg\"}', 'upc' => '036172083220', 'provider' => 'bestbuy'],\n ['name' => \"Cruise Yourself - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruise-yourself-cd/2086502.p?id=106661&skuId=2086502&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086502', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086502_sa.jpg\"}', 'upc' => '036172083428', 'provider' => 'bestbuy'],\n ['name' => \"At Action Park - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-action-park-cd/2086539.p?id=107671&skuId=2086539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086539_sa.jpg\"}', 'upc' => '036172084128', 'provider' => 'bestbuy'],\n ['name' => \"Mick Moloney with Eugene O'Donnell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mick-moloney-with-eugene-odonnell-cd/2086575.p?id=92013&skuId=2086575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086575_sa.jpg\"}', 'upc' => '048248101028', 'provider' => 'bestbuy'],\n ['name' => \"The Flax in Bloom - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-flax-in-bloom-cd/2086584.p?id=2393571&skuId=2086584&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086584', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086584_sa.jpg\"}', 'upc' => '048248102025', 'provider' => 'bestbuy'],\n ['name' => \"Roll Away The Reel World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roll-away-the-reel-world-cd/2086593.p?id=87688&skuId=2086593&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086593', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086593_sa.jpg\"}', 'upc' => '048248102629', 'provider' => 'bestbuy'],\n ['name' => \"Portland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portland-cd/2086628.p?id=76337&skuId=2086628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086628_sa.jpg\"}', 'upc' => '048248104128', 'provider' => 'bestbuy'],\n ['name' => \"The Tailor's Choice - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tailors-choice-cd/2086646.p?id=76334&skuId=2086646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086646_sa.jpg\"}', 'upc' => '048248104524', 'provider' => 'bestbuy'],\n ['name' => \"Up Close - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-close-cd/2086664.p?id=2387803&skuId=2086664&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086664', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086664_sa.jpg\"}', 'upc' => '048248105224', 'provider' => 'bestbuy'],\n ['name' => \"Contentment Is Wealth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/contentment-is-wealth-cd/2086691.p?id=92001&skuId=2086691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086691_sa.jpg\"}', 'upc' => '048248105828', 'provider' => 'bestbuy'],\n ['name' => \"Ar Seizh Avel (On Seven Winds) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ar-seizh-avel-on-seven-winds-cd/2086717.p?id=88375&skuId=2086717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086717_sa.jpg\"}', 'upc' => '048248106221', 'provider' => 'bestbuy'],\n ['name' => \"Land Of Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/land-of-light-cd/2086726.p?id=101192&skuId=2086726&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086726', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086726_sa.jpg\"}', 'upc' => '048248106726', 'provider' => 'bestbuy'],\n ['name' => \"Hard to Beat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hard-to-beat-cd/2086735.p?id=96041&skuId=2086735&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086735', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086735_sa.jpg\"}', 'upc' => '048248107327', 'provider' => 'bestbuy'],\n ['name' => \"Fresh Takes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fresh-takes-cd/2086744.p?id=103850&skuId=2086744&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086744', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086744_sa.jpg\"}', 'upc' => '048248107525', 'provider' => 'bestbuy'],\n ['name' => \"Crosswinds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crosswinds-cd/2086753.p?id=3349545&skuId=2086753&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086753', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086753_sa.jpg\"}', 'upc' => '048248107723', 'provider' => 'bestbuy'],\n ['name' => \"The First Month of Summer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-first-month-of-summer-cd/2086762.p?id=76435&skuId=2086762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086762_sa.jpg\"}', 'upc' => '048248107921', 'provider' => 'bestbuy'],\n ['name' => \"Down by Bendy's Lane: Irish Songs & Stories... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-by-bendys-lane-irish-songs-stories-cd/2086780.p?id=97858&skuId=2086780&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086780', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086780_sa.jpg\"}', 'upc' => '048248108522', 'provider' => 'bestbuy'],\n ['name' => \"Liz Carroll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/liz-carroll-cd/2086799.p?id=76964&skuId=2086799&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086799', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086799_sa.jpg\"}', 'upc' => '048248109222', 'provider' => 'bestbuy'],\n ['name' => \"Best of 1979-1989 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-1979-1989-cd/2086815.p?id=101188&skuId=2086815&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086815', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086815_sa.jpg\"}', 'upc' => '048248110020', 'provider' => 'bestbuy'],\n ['name' => \"The Palomino Waltz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-palomino-waltz-cd/2086824.p?id=2390234&skuId=2086824&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086824', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086824_sa.jpg\"}', 'upc' => '048248110228', 'provider' => 'bestbuy'],\n ['name' => \"Irish Times - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/irish-times-cd/2086833.p?id=94510&skuId=2086833&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086833', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086833_sa.jpg\"}', 'upc' => '048248110525', 'provider' => 'bestbuy'],\n ['name' => \"At It Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-it-again-cd/2086842.p?id=2390228&skuId=2086842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086842_sa.jpg\"}', 'upc' => '048248110723', 'provider' => 'bestbuy'],\n ['name' => \"The Red Crow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-red-crow-cd/2086851.p?id=2417351&skuId=2086851&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086851', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086851_sa.jpg\"}', 'upc' => '048248110921', 'provider' => 'bestbuy'],\n ['name' => \"Come What May - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-what-may-cd/2086879.p?id=72451&skuId=2086879&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086879', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086879_sa.jpg\"}', 'upc' => '048248111225', 'provider' => 'bestbuy'],\n ['name' => \"Rude Awakening - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rude-awakening-cd/2086888.p?id=86346&skuId=2086888&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086888', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086888_sa.jpg\"}', 'upc' => '048248111423', 'provider' => 'bestbuy'],\n ['name' => \"Rolling Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rolling-home-cd/2086897.p?id=80114&skuId=2086897&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086897', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086897.jpg\"}', 'upc' => '048248111621', 'provider' => 'bestbuy'],\n ['name' => \"The Morning Dew - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-morning-dew-cd/2086931.p?id=92599&skuId=2086931&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2086931', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2086\\/2086931_sa.jpg\"}', 'upc' => '048248112826', 'provider' => 'bestbuy'],\n ['name' => \"Bridges - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bridges-cd/2087299.p?id=100003&skuId=2087299&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087299', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087299_sa.jpg\"}', 'upc' => '033651002529', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Prestige/Bluesville Recordings [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 48.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-prestige-bluesville-recordings-box-cd/2087324.p?id=85686&skuId=2087324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087324_sa.jpg\"}', 'upc' => '025218440622', 'provider' => 'bestbuy'],\n ['name' => \"Vince & Bola - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vince-bola-cd/2087351.p?id=1366022&skuId=2087351&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087351', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087351_sa.jpg\"}', 'upc' => '025218545624', 'provider' => 'bestbuy'],\n ['name' => \"Messages - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/messages-cd/2087379.p?id=1366034&skuId=2087379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087379_sa.jpg\"}', 'upc' => '025218546324', 'provider' => 'bestbuy'],\n ['name' => \"Johnny Hodges & All-Stars Caravan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/johnny-hodges-all-stars-caravan-cd/2087404.p?id=1550684&skuId=2087404&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087404', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087404_sa.jpg\"}', 'upc' => '025218510325', 'provider' => 'bestbuy'],\n ['name' => \"Afro-Roots - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/afro-roots-cd/2087459.p?id=70628&skuId=2087459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087459_sa.jpg\"}', 'upc' => '025218541824', 'provider' => 'bestbuy'],\n ['name' => \"Cajun Saturday Night [Swallow] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cajun-saturday-night-swallow-cd-various/2087510.p?id=76547&skuId=2087510&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087510', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087510_sa.jpg\"}', 'upc' => '046346010228', 'provider' => 'bestbuy'],\n ['name' => \"Louisiana Cajun Music Special - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louisiana-cajun-music-special-cd-various/2087529.p?id=76566&skuId=2087529&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087529', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087529.JPG\"}', 'upc' => '046346010327', 'provider' => 'bestbuy'],\n ['name' => \"Balfa Brothers Play Traditional Cajun Music,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/balfa-brothers-play-traditional-cajun-music-cd/2087538.p?id=73773&skuId=2087538&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087538', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087538_sa.jpg\"}', 'upc' => '046346601129', 'provider' => 'bestbuy'],\n ['name' => \"Cajun Legend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cajun-legend-cd/2087556.p?id=73778&skuId=2087556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087556.JPG\"}', 'upc' => '046346606322', 'provider' => 'bestbuy'],\n ['name' => \"21 Cajun Classics - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/21-cajun-classics-cd-various/2087592.p?id=189787&skuId=2087592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087592_sa.jpg\"}', 'upc' => '046346607923', 'provider' => 'bestbuy'],\n ['name' => \"C'est Fun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cest-fun-cd/2087618.p?id=189790&skuId=2087618&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087618_sa.jpg\"}', 'upc' => '046346608524', 'provider' => 'bestbuy'],\n ['name' => \"Instrumental Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/instrumental-collection-cd/2087636.p?id=86612&skuId=2087636&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087636', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087636.jpg\"}', 'upc' => '046346609422', 'provider' => 'bestbuy'],\n ['name' => \"Joyeux Noel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joyeux-noel-cd/2087663.p?id=86613&skuId=2087663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087663.jpg\"}', 'upc' => '046346610022', 'provider' => 'bestbuy'],\n ['name' => \"Cajun Sentiment - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cajun-sentiment-cd/2087672.p?id=94472&skuId=2087672&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2087672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2087\\/2087672.jpg\"}', 'upc' => '046346610527', 'provider' => 'bestbuy'],\n ['name' => \"Invasion of the Body Snatchers (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/invasion-of-the-body-snatchers-blu-ray-disc/2088005.p?id=22491&skuId=2088005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088005_sa.jpg\"}', 'upc' => '883904250814', 'provider' => 'bestbuy'],\n ['name' => \"Skyline (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skyline-dvd/2088034.p?id=2183058&skuId=2088034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088034_sa.jpg\"}', 'upc' => '025192084430', 'provider' => 'bestbuy'],\n ['name' => \"Daylight (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/daylight-blu-ray-disc/2088043.p?id=28125&skuId=2088043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088043_sa.jpg\"}', 'upc' => '025192083631', 'provider' => 'bestbuy'],\n ['name' => \"Babe (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/babe-blu-ray-disc/2088052.p?id=54569&skuId=2088052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088052_sa.jpg\"}', 'upc' => '025192073694', 'provider' => 'bestbuy'],\n ['name' => \"Peter Pan (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peter-pan-blu-ray-disc/2088061.p?id=1353720&skuId=2088061&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088061', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088061_sa.jpg\"}', 'upc' => '025192073038', 'provider' => 'bestbuy'],\n ['name' => \"Skyline (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skyline-blu-ray-disc/2088089.p?id=2183058&skuId=2088089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088089_sa.jpg\"}', 'upc' => '025192084447', 'provider' => 'bestbuy'],\n ['name' => \"America The Beautiful (3 Disc) (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/america-the-beautiful-3-disc-blu-ray-disc/2088131.p?id=2315463&skuId=2088131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088131.jpg\"}', 'upc' => '628261112593', 'provider' => 'bestbuy'],\n ['name' => \"SHERLOCK HOLMES: COMPLETE COLLECTION (5PC) (5 Disc) (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 104.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sherlock-holmes-complete-collection-5pc-5-disc-blu-ray-disc/2088159.p?id=2182344&skuId=2088159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088159_sa.jpg\"}', 'upc' => '030306181998', 'provider' => 'bestbuy'],\n ['name' => \"Ocean Odyssey: Blue Realm (3 Disc) (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ocean-odyssey-blue-realm-3-disc-blu-ray-disc/2088195.p?id=2315481&skuId=2088195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088195.jpg\"}', 'upc' => '628261112494', 'provider' => 'bestbuy'],\n ['name' => \"Dead Awake (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dead-awake-blu-ray-disc/2088201.p?id=2138921&skuId=2088201&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088201', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088201_sa.jpg\"}', 'upc' => '687797132468', 'provider' => 'bestbuy'],\n ['name' => \"Devolved (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/devolved-dvd/2088229.p?id=2188600&skuId=2088229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088229_sa.jpg\"}', 'upc' => '891635001995', 'provider' => 'bestbuy'],\n ['name' => \"Dead Awake (DVD) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dead-awake-dvd-digital-copy/2088238.p?id=2138921&skuId=2088238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088238_sa.jpg\"}', 'upc' => '687797132499', 'provider' => 'bestbuy'],\n ['name' => \"Our Planet (10pc) (W/Cd) (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/our-planet-10pc-w-cd-dvd-boxed-set/2088247.p?id=2077288&skuId=2088247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_movies_l.jpg\"}', 'upc' => '628261079292', 'provider' => 'bestbuy'],\n ['name' => \"Billy Blanks: Billy's BootCamp - Cardio Sculpt (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/billy-blanks-billys-bootcamp-cardio-sculpt-dvd/2088326.p?id=2181407&skuId=2088326&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088326', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088326_sa.jpg\"}', 'upc' => '013132275598', 'provider' => 'bestbuy'],\n ['name' => \"Sleep Sound In Jesus: Gentle Lullabies For Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sleep-sound-in-jesus-gentle-lullabies-for-baby-cd/2088403.p?id=76814&skuId=2088403&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088403', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088403_sa.jpg\"}', 'upc' => '017627117929', 'provider' => 'bestbuy'],\n ['name' => \"Energizer - MAX AA Batteries (16-Pack) - Silver\", 'description_short' => \"Compatible with select electronic devices; AA size; 16-pack\", 'description_long' => \"Compatible with select electronic devices; AA size; 16-pack\", 'price' => 12.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/energizer-max-aa-batteries-16-pack-silver/2088486.p?id=1218310003898&skuId=2088486&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088486_sa.jpg\"}', 'upc' => '039800108036', 'provider' => 'bestbuy'],\n ['name' => \"Energizer - MAX AAA Batteries (8-Pack) - Silver\", 'description_short' => \"Compatible with select electronic devices; AAA size; 8-pack\", 'description_long' => \"Compatible with select electronic devices; AAA size; 8-pack\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/energizer-max-aaa-batteries-8-pack-silver/2088495.p?id=1218310061938&skuId=2088495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088495_sa.jpg\"}', 'upc' => '039800108050', 'provider' => 'bestbuy'],\n ['name' => \"Energizer - MAX AA Batteries (8-Pack) - Silver\", 'description_short' => \"Compatible with select electronic devices; AA size; 8-pack\", 'description_long' => \"Compatible with select electronic devices; AA size; 8-pack\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/energizer-max-aa-batteries-8-pack-silver/2088501.p?id=1218310007370&skuId=2088501&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088501', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088501_sa.jpg\"}', 'upc' => '039800107978', 'provider' => 'bestbuy'],\n ['name' => \"Energizer - MAX AAA Batteries (16-Pack) - Silver\", 'description_short' => \"AAA batteries; long-lasting power\", 'description_long' => \"AAA batteries; long-lasting power\", 'price' => 12.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/energizer-max-aaa-batteries-16-pack-silver/2088538.p?id=1218310412834&skuId=2088538&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2088538', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2088\\/2088538_sa.jpg\"}', 'upc' => '039800108111', 'provider' => 'bestbuy'],\n ['name' => \"Hyphenated-Man [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hyphenated-man-digipak-cd/2089112.p?id=2186567&skuId=2089112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2089112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2089\\/2089112_sa.jpg\"}', 'upc' => '093624958819', 'provider' => 'bestbuy'],\n ['name' => \"Scary Monsters & Nice Sprites [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => 4.99, 'url' => 'http://www.bestbuy.com/site/scary-monsters-nice-sprites-pa-cd/2089121.p?id=2187124&skuId=2089121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2089121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2089\\/2089121_sa.jpg\"}', 'upc' => '075678827174', 'provider' => 'bestbuy'],\n ['name' => \"Hyphenated-Man [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hyphenated-man-lp-vinyl/2089149.p?id=2186568&skuId=2089149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2089149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2089\\/2089149_sa.jpg\"}', 'upc' => '093624958826', 'provider' => 'bestbuy'],\n ['name' => \"Belkin - N600 Dual-Band Wireless-N+ Router with 4-Port Switch and USB Port - Black\", 'description_short' => \"Up to 300 Mbps + 300 Mbps data transfer rates; MultiBeam technology; preset security; self-healing application; Print Zone wireless printing app\", 'description_long' => \"Up to 300 Mbps + 300 Mbps data transfer rates; MultiBeam technology; preset security; self-healing application; Print Zone wireless printing app\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/belkin-n600-dual-band-wireless-n-router-with-4-port-switch-and-usb-port-black/2089307.p?id=1218309073148&skuId=2089307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2089307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2089\\/2089307_rc.jpg\"}', 'upc' => '722868817865', 'provider' => 'bestbuy'],\n ['name' => \"Shut Yo Mouth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shut-yo-mouth-cd/2089974.p?id=71149&skuId=2089974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2089974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2089\\/2089974_sa.jpg\"}', 'upc' => '013491102429', 'provider' => 'bestbuy'],\n ['name' => \"Gems of Jazz: All Star Jazz Artists - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gems-of-jazz-all-star-jazz-artists-cd-various/2089983.p?id=67919&skuId=2089983&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2089983', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2089\\/2089983_sa.jpg\"}', 'upc' => '013491350721', 'provider' => 'bestbuy'],\n ['name' => \"Rosetta Stone TOTALe Online (1-Year Subscription) - Mac|Windows\", 'description_short' => \"Learn a new language or two with this subscription\", 'description_long' => \"Learn a new language or two with this subscription\", 'price' => 299.99, 'sale_price' => 179.99, 'url' => 'http://www.bestbuy.com/site/rosetta-stone-totale-online-1-year-subscription-macwindows/2090003.p?id=1219068481143&skuId=2090003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090003_sa.jpg\"}', 'upc' => '794678341748', 'provider' => 'bestbuy'],\n ['name' => \"Looking Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/looking-back-cd/2090007.p?id=70499&skuId=2090007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090007.jpg\"}', 'upc' => '013491400921', 'provider' => 'bestbuy'],\n ['name' => \"Panorama - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/panorama-cd-various/2090016.p?id=100293&skuId=2090016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090016.jpg\"}', 'upc' => '013491401522', 'provider' => 'bestbuy'],\n ['name' => \"Healing The Pain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/healing-the-pain-cd/2090025.p?id=66926&skuId=2090025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090025_sa.jpg\"}', 'upc' => '013491402024', 'provider' => 'bestbuy'],\n ['name' => \"Jammer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jammer-cd/2090034.p?id=155943&skuId=2090034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090034_sa.jpg\"}', 'upc' => '013491402321', 'provider' => 'bestbuy'],\n ['name' => \"Quintessence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quintessence-cd/2090043.p?id=155944&skuId=2090043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090043_sa.jpg\"}', 'upc' => '013491402420', 'provider' => 'bestbuy'],\n ['name' => \"The Don Lusher Big Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-don-lusher-big-band-cd/2090070.p?id=68651&skuId=2090070&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090070', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090070_sa.jpg\"}', 'upc' => '095115451229', 'provider' => 'bestbuy'],\n ['name' => \"Outside the City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/outside-the-city-cd/2090089.p?id=125257&skuId=2090089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090089.jpg\"}', 'upc' => '028568800320', 'provider' => 'bestbuy'],\n ['name' => \"Glenn Alexander - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/glenn-alexander-cd/2090098.p?id=63600&skuId=2090098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090098.jpg\"}', 'upc' => '028568800627', 'provider' => 'bestbuy'],\n ['name' => \"Becoming Became - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/becoming-became-cd/2090105.p?id=125255&skuId=2090105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090105.jpg\"}', 'upc' => '028568801327', 'provider' => 'bestbuy'],\n ['name' => \"Marionette - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marionette-cd/2090114.p?id=125262&skuId=2090114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090114.jpg\"}', 'upc' => '028568801525', 'provider' => 'bestbuy'],\n ['name' => \"Some Other Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/some-other-time-cd/2090123.p?id=68158&skuId=2090123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090123.jpg\"}', 'upc' => '028568801723', 'provider' => 'bestbuy'],\n ['name' => \"Hottest Night of the Year - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hottest-night-of-the-year-cd/2090132.p?id=125358&skuId=2090132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090132.jpg\"}', 'upc' => '028568802126', 'provider' => 'bestbuy'],\n ['name' => \"Hearing Voices - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hearing-voices-cd-various/2090150.p?id=85106&skuId=2090150&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090150', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090150.jpg\"}', 'upc' => '028568803321', 'provider' => 'bestbuy'],\n ['name' => \"GE - Ge-30522ee2 DECT 6.0 Expandable Cordless Phone System with Digital Answering System - Silver/Gray/Black\", 'description_short' => \"ENERGY STAR Qualified\nCordless base station plus 1 cordless handset with cradle; caller ID and call waiting; Wi-Fi friendly; handset speakerphone; push-to-talk intercom\", 'description_long' => \"ENERGY STAR Qualified\nCordless base station plus 1 cordless handset with cradle; caller ID and call waiting; Wi-Fi friendly; handset speakerphone; push-to-talk intercom\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ge-ge-30522ee2-dect-6-0-expandable-cordless-phone-system-with-digital-answering-system-silver-gray-black/2090245.p?id=1218309062863&skuId=2090245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090245_rc.jpg\"}', 'upc' => '815772010375', 'provider' => 'bestbuy'],\n ['name' => \"Static - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/static-cd/2090319.p?id=2749485&skuId=2090319&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090319', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090319_sa.jpg\"}', 'upc' => '888837724029', 'provider' => 'bestbuy'],\n ['name' => \"Make a Move [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/make-a-move-digipak-cd/2090328.p?id=2749511&skuId=2090328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090328_sa.jpg\"}', 'upc' => '887654183620', 'provider' => 'bestbuy'],\n ['name' => \"The Classic Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-classic-christmas-album-cd/2090337.p?id=2753237&skuId=2090337&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090337', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090337_sa.jpg\"}', 'upc' => '888837444422', 'provider' => 'bestbuy'],\n ['name' => \"The Classic Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-classic-christmas-album-cd/2090346.p?id=2753675&skuId=2090346&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090346_sa.jpg\"}', 'upc' => '888837258524', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [CEMA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cema-cd/2090347.p?id=156924&skuId=2090347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090347_sa.jpg\"}', 'upc' => '724381775820', 'provider' => 'bestbuy'],\n ['name' => \"The Classic Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-classic-christmas-album-cd/2090355.p?id=2751466&skuId=2090355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090355_sa.jpg\"}', 'upc' => '888837353922', 'provider' => 'bestbuy'],\n ['name' => \"The Classic Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-classic-christmas-album-cd/2090364.p?id=2751410&skuId=2090364&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090364_sa.jpg\"}', 'upc' => '888837360920', 'provider' => 'bestbuy'],\n ['name' => \"The Classic Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-classic-christmas-album-cd/2090373.p?id=2753226&skuId=2090373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090373_sa.jpg\"}', 'upc' => '888837436328', 'provider' => 'bestbuy'],\n ['name' => \"The Classic Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-classic-christmas-album-cd/2090382.p?id=2753682&skuId=2090382&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090382', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090382_sa.jpg\"}', 'upc' => '888837589727', 'provider' => 'bestbuy'],\n ['name' => \"The Classic Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-classic-christmas-album-cd/2090391.p?id=2751219&skuId=2090391&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090391', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090391_sa.jpg\"}', 'upc' => '888837436526', 'provider' => 'bestbuy'],\n ['name' => \"Lástima Que Sean Ajenas [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lastima-que-sean-ajenas-digipak-cd/2090433.p?id=2751237&skuId=2090433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090433_sa.jpg\"}', 'upc' => '888837699723', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Culture Club [EMI] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-culture-club-emi-cd/2090436.p?id=155162&skuId=2090436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090436.jpg\"}', 'upc' => '724381782828', 'provider' => 'bestbuy'],\n ['name' => \"Rosetta Stone Version 4 TOTALe: German Levels 1 - 5 - Mac|Windows\", 'description_short' => \"Learn German by speaking and listening to others\", 'description_long' => \"Learn German by speaking and listening to others\", 'price' => 499.99, 'sale_price' => 199.99, 'url' => 'http://www.bestbuy.com/site/rosetta-stone-version-4-totale-german-levels-1-5-macwindows/2090451.p?id=1219068481144&skuId=2090451&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090451', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090451_sa.jpg\"}', 'upc' => '794678305047', 'provider' => 'bestbuy'],\n ['name' => \"Blue Hawaii - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-hawaii-cd/2090454.p?id=85005&skuId=2090454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090454.jpg\"}', 'upc' => '077775663723', 'provider' => 'bestbuy'],\n ['name' => \"GE - Ge-28502ae1 DECT 6.0 Cordless Expansion Handset - Silver\", 'description_short' => \"ENERGY STAR Qualified\nDECT 6.0 technology; caller ID/call waiting; handset speakerphone; real-time clock\", 'description_long' => \"ENERGY STAR Qualified\nDECT 6.0 technology; caller ID/call waiting; handset speakerphone; real-time clock\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ge-ge-28502ae1-dect-6-0-cordless-expansion-handset-silver/2090457.p?id=1218309075431&skuId=2090457', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090457_rc.jpg\"}', 'upc' => '815772010269', 'provider' => 'bestbuy'],\n ['name' => \"GE - Ge-30522ee1 DECT 6.0 Expandable Cordless Phone with Digital Answering System - Silver\", 'description_short' => \"ENERGY STAR Qualified\nCordless base station; caller ID and call waiting; Wi-Fi friendly; handset speakerphone; push-to-talk intercom\", 'description_long' => \"ENERGY STAR Qualified\nCordless base station; caller ID and call waiting; Wi-Fi friendly; handset speakerphone; push-to-talk intercom\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ge-ge-30522ee1-dect-6-0-expandable-cordless-phone-with-digital-answering-system-silver/2090466.p?id=1218309065844&skuId=2090466', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090466_rc.jpg\"}', 'upc' => '815772010368', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Hour of Prayer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-hour-of-prayer-cd/2090472.p?id=82670&skuId=2090472&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090472', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090472.jpg\"}', 'upc' => '077775666625', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2090488.p?id=2752854&skuId=2090488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090488_sa.jpg\"}', 'upc' => '600753453209', 'provider' => 'bestbuy'],\n ['name' => \"American Pie & Other Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-pie-other-hits-cd/2090506.p?id=246302&skuId=2090506&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090506', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090506_sa.jpg\"}', 'upc' => '077775668322', 'provider' => 'bestbuy'],\n ['name' => \"My Sharona - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-sharona-cd/2090533.p?id=154718&skuId=2090533&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090533', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090533.jpg\"}', 'upc' => '077775670127', 'provider' => 'bestbuy'],\n ['name' => \"Best of Bobby Womack [EMI-Capitol Special... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-bobby-womack-emi-capitol-special-cd/2090542.p?id=104646&skuId=2090542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090542.jpg\"}', 'upc' => '077775671025', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Capitol] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-capitol-cd/2090597.p?id=156542&skuId=2090597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090597_sa.jpg\"}', 'upc' => '077775683622', 'provider' => 'bestbuy'],\n ['name' => \"Every Time Two Fools Collide: The Best of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/every-time-two-fools-collide-the-best-of-cd/2090613.p?id=156543&skuId=2090613&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090613', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090613_sa.jpg\"}', 'upc' => '077775683820', 'provider' => 'bestbuy'],\n ['name' => \"Don't Worry, Be Happy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-worry-be-happy-cd/2090686.p?id=169061&skuId=2090686&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090686', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090686_sa.jpg\"}', 'upc' => '077775691528', 'provider' => 'bestbuy'],\n ['name' => \"Okie from Muskogee [Capitol Special Markets... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/okie-from-muskogee-capitol-special-markets-cd/2090828.p?id=84601&skuId=2090828&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090828', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090828_sa.jpg\"}', 'upc' => '077775724622', 'provider' => 'bestbuy'],\n ['name' => \"When I Fall in Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-i-fall-in-love-cd/2090837.p?id=89094&skuId=2090837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090837_sa.jpg\"}', 'upc' => '077775724929', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Dean Martin [Cema] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-dean-martin-cema-cd/2090855.p?id=90680&skuId=2090855&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090855', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090855_sa.jpg\"}', 'upc' => '077775726121', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/2090864.p?id=94538&skuId=2090864&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2090864', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2090\\/2090864.jpg\"}', 'upc' => '077775726220', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [CEMA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cema-cd/2091033.p?id=86801&skuId=2091033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091033_sa.jpg\"}', 'upc' => '077775740929', 'provider' => 'bestbuy'],\n ['name' => \"Then Came the Morning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/then-came-the-morning-cd/2091039.p?id=3320620&skuId=2091039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091039_sa.jpg\"}', 'upc' => '602341019521', 'provider' => 'bestbuy'],\n ['name' => \"Apex Predator-Easy Meat [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/apex-predator-easy-meat-digipak-cd/2091048.p?id=3329397&skuId=2091048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091048_sa.jpg\"}', 'upc' => '727701921921', 'provider' => 'bestbuy'],\n ['name' => \"Front & Center: Cyndi Lauper - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/front-center-cyndi-lauper-blu-ray-disc/2091057.p?id=3329743&skuId=2091057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091057_sa.jpg\"}', 'upc' => '020286217688', 'provider' => 'bestbuy'],\n ['name' => \"Beyond the Red Mirror [Mediabook] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beyond-the-red-mirror-mediabook-cd/2091066.p?id=3335079&skuId=2091066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091066_sa.jpg\"}', 'upc' => '727361327200', 'provider' => 'bestbuy'],\n ['name' => \"F.E.A.R. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/f-e-a-r-cd/2091075.p?id=3325827&skuId=2091075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091075_sa.jpg\"}', 'upc' => '849320015727', 'provider' => 'bestbuy'],\n ['name' => \"I Wish You Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-wish-you-love-cd/2091079.p?id=72144&skuId=2091079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091079.jpg\"}', 'upc' => '077775742527', 'provider' => 'bestbuy'],\n ['name' => \"Beyond the Red Mirror - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beyond-the-red-mirror-cd/2091084.p?id=3335080&skuId=2091084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091084_sa.jpg\"}', 'upc' => '727361327224', 'provider' => 'bestbuy'],\n ['name' => \"Melting the Crown [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/melting-the-crown-pa-cd/2091093.p?id=3333714&skuId=2091093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091093_sa.jpg\"}', 'upc' => '034744254634', 'provider' => 'bestbuy'],\n ['name' => \"Sco-Mule [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sco-mule-digipak-cd/2091108.p?id=3329409&skuId=2091108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091108.jpg\"}', 'upc' => '651751122123', 'provider' => 'bestbuy'],\n ['name' => \"Bad, Bad Leroy Brown & Other Favorites [CEMA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-bad-leroy-brown-other-favorites-cema-cd/2091113.p?id=157429&skuId=2091113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091113_sa.jpg\"}', 'upc' => '077775744521', 'provider' => 'bestbuy'],\n ['name' => \"Golden Time of Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-time-of-day-cd/2091211.p?id=1411656&skuId=2091211&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091211', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091211_sa.jpg\"}', 'upc' => '077775764321', 'provider' => 'bestbuy'],\n ['name' => \"Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cd/2091382.p?id=253380&skuId=2091382&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091382', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091382.jpg\"}', 'upc' => '053993001929', 'provider' => 'bestbuy'],\n ['name' => \"G4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/g4-cd/2091417.p?id=178785&skuId=2091417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091417.jpg\"}', 'upc' => '053993332726', 'provider' => 'bestbuy'],\n ['name' => \"Children of Tomorrow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/children-of-tomorrow-cd/2091569.p?id=155487&skuId=2091569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091569_sa.jpg\"}', 'upc' => '053993662427', 'provider' => 'bestbuy'],\n ['name' => \"Best Of Then & Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-then-now-cd/2091587.p?id=154543&skuId=2091587&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091587', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091587_sa.jpg\"}', 'upc' => '053993663325', 'provider' => 'bestbuy'],\n ['name' => \"Crusin The Streets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crusin-the-streets-cd/2091596.p?id=155076&skuId=2091596&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091596', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091596.jpg\"}', 'upc' => '053993666029', 'provider' => 'bestbuy'],\n ['name' => \"Sufferin' Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sufferin-mind-cd/2091925.p?id=84381&skuId=2091925&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091925', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091925_sa.jpg\"}', 'upc' => '022211700722', 'provider' => 'bestbuy'],\n ['name' => \"Jungle Hop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jungle-hop-cd/2091934.p?id=80731&skuId=2091934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091934_sa.jpg\"}', 'upc' => '022211700821', 'provider' => 'bestbuy'],\n ['name' => \"Marshall Texas Is My Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marshall-texas-is-my-home-cd/2091952.p?id=80615&skuId=2091952&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091952', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091952_sa.jpg\"}', 'upc' => '022211701125', 'provider' => 'bestbuy'],\n ['name' => \"Graveyard Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/graveyard-blues-cd/2091961.p?id=85609&skuId=2091961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2091961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2091\\/2091961_sa.jpg\"}', 'upc' => '022211701828', 'provider' => 'bestbuy'],\n ['name' => \"Griffin Technology - Black Courier Clip for iPod nano, 7th gen - black\", 'description_short' => \"Case with detachable carabiner\", 'description_long' => \"Case with detachable carabiner\", 'price' => 19.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/griffin-technology-black-courier-clip-for-ipod-nano-7th-gen-black/2092029.p?id=1219068630512&skuId=2092029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092029_sa.jpg\"}', 'upc' => '685387405916', 'provider' => 'bestbuy'],\n ['name' => \"WakaWaka - Power+ Solar Charger and Light - Yellow\", 'description_short' => \"WAKAWAKA Power+ Solar Charger and Light: Compatible with most USB-chargeable devices; Intivation SunBoost chip; 2200 mAh capacity; 1.5-amp output; recharges after 12 hours in the sun; provides up to 150 hours of LED illumination\", 'description_long' => \"WAKAWAKA Power+ Solar Charger and Light: Compatible with most USB-chargeable devices; Intivation SunBoost chip; 2200 mAh capacity; 1.5-amp output; recharges after 12 hours in the sun; provides up to 150 hours of LED illumination\", 'price' => 79, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wakawaka-power-solar-charger-and-light-yellow/2092038.p?id=1219528555854&skuId=2092038', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092038_sa.jpg\"}', 'upc' => '8718692050709', 'provider' => 'bestbuy'],\n ['name' => \"Spracht - Cp-2018 Aura Soho PLUS Conference Phone - Black\", 'description_short' => \"DSP noise and echo cancellation; 3 built-in microphones and 2 external microphones; full duplex function\", 'description_long' => \"DSP noise and echo cancellation; 3 built-in microphones and 2 external microphones; full duplex function\", 'price' => 229.99, 'sale_price' => 201.99, 'url' => 'http://www.bestbuy.com/site/spracht-cp-2018-aura-soho-plus-conference-phone-black/2092049.p?id=1218309070969&skuId=2092049', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092049_rc.jpg\"}', 'upc' => '800807300316', 'provider' => 'bestbuy'],\n ['name' => \"The Great 1955 Shrine Concert - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-1955-shrine-concert-cd-various/2092078.p?id=84145&skuId=2092078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092078_sa.jpg\"}', 'upc' => '022211704522', 'provider' => 'bestbuy'],\n ['name' => \"Jump Jack Jump! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jump-jack-jump-cd/2092103.p?id=76935&skuId=2092103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092103_sa.jpg\"}', 'upc' => '022211704829', 'provider' => 'bestbuy'],\n ['name' => \"Back from the Tomb - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-from-the-tomb-cd/2092318.p?id=183897&skuId=2092318&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092318', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092318_sa.jpg\"}', 'upc' => '032325033326', 'provider' => 'bestbuy'],\n ['name' => \"On the Nile - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-nile-cd/2092327.p?id=183898&skuId=2092327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092327_sa.jpg\"}', 'upc' => '032325066324', 'provider' => 'bestbuy'],\n ['name' => \"One Track Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-track-mind-cd/2092336.p?id=183899&skuId=2092336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092336.jpg\"}', 'upc' => '032325077320', 'provider' => 'bestbuy'],\n ['name' => \"King Of Ecstasy: Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-of-ecstasy-greatest-hits-cd/2092345.p?id=81361&skuId=2092345&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092345', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092345_sa.jpg\"}', 'upc' => '032325088326', 'provider' => 'bestbuy'],\n ['name' => \"Pyramix - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pyramix-cd/2092363.p?id=183895&skuId=2092363&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092363', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092363_sa.jpg\"}', 'upc' => '032325100325', 'provider' => 'bestbuy'],\n ['name' => \"Up in Volly's Room - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-in-vollys-room-cd/2092372.p?id=1422507&skuId=2092372&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092372', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092372_sa.jpg\"}', 'upc' => '038153021726', 'provider' => 'bestbuy'],\n ['name' => \"Twice in a While - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twice-in-a-while-cd/2092381.p?id=1395799&skuId=2092381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092381_sa.jpg\"}', 'upc' => '038153022228', 'provider' => 'bestbuy'],\n ['name' => \"Snag It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/snag-it-cd/2092390.p?id=1404543&skuId=2092390&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092390', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092390_sa.jpg\"}', 'upc' => '038153022327', 'provider' => 'bestbuy'],\n ['name' => \"At Westminster - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-westminster-cd/2092407.p?id=1422761&skuId=2092407&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092407', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092407_sa.jpg\"}', 'upc' => '038153040123', 'provider' => 'bestbuy'],\n ['name' => \"The Serenata - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-serenata-cd/2092416.p?id=1395815&skuId=2092416&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092416', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092416.jpg\"}', 'upc' => '038153040321', 'provider' => 'bestbuy'],\n ['name' => \"Honkers & Bar Walkers, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/honkers-bar-walkers-vol-1-cd-various/2092425.p?id=1395800&skuId=2092425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092425_sa.jpg\"}', 'upc' => '038153043827', 'provider' => 'bestbuy'],\n ['name' => \"Shock of the New - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shock-of-the-new-cd/2092434.p?id=1422760&skuId=2092434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092434_sa.jpg\"}', 'upc' => '038153044022', 'provider' => 'bestbuy'],\n ['name' => \"Spirit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-cd/2092443.p?id=1395811&skuId=2092443&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092443', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092443.jpg\"}', 'upc' => '038153044220', 'provider' => 'bestbuy'],\n ['name' => \"Unit 7 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unit-7-cd/2092452.p?id=1395808&skuId=2092452&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092452', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092452.jpg\"}', 'upc' => '038153044428', 'provider' => 'bestbuy'],\n ['name' => \"Upward Spiral - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/upward-spiral-cd/2092461.p?id=1422765&skuId=2092461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092461_sa.jpg\"}', 'upc' => '038153044527', 'provider' => 'bestbuy'],\n ['name' => \"Tough Town - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tough-town-cd/2092470.p?id=1422759&skuId=2092470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092470_sa.jpg\"}', 'upc' => '038153044626', 'provider' => 'bestbuy'],\n ['name' => \"Jump Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jump-time-cd/2092489.p?id=1396575&skuId=2092489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092489_sa.jpg\"}', 'upc' => '038153044725', 'provider' => 'bestbuy'],\n ['name' => \"On a Cool Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-a-cool-night-cd/2092498.p?id=1422766&skuId=2092498&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092498', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092498_sa.jpg\"}', 'upc' => '038153044824', 'provider' => 'bestbuy'],\n ['name' => \"Delayed Exposure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/delayed-exposure-cd/2092504.p?id=1413368&skuId=2092504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092504_sa.jpg\"}', 'upc' => '038153044923', 'provider' => 'bestbuy'],\n ['name' => \"Takin' Off - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/takin-off-cd/2092513.p?id=1395812&skuId=2092513&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092513', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092513_sa.jpg\"}', 'upc' => '038153045029', 'provider' => 'bestbuy'],\n ['name' => \"Mellow Mama - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mellow-mama-cd/2092522.p?id=1395814&skuId=2092522&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092522', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092522_sa.jpg\"}', 'upc' => '038153045128', 'provider' => 'bestbuy'],\n ['name' => \"Honkers & Bar Walkers, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/honkers-bar-walkers-vol-2-cd-various/2092531.p?id=1395801&skuId=2092531&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092531', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092531.jpg\"}', 'upc' => '038153045227', 'provider' => 'bestbuy'],\n ['name' => \"Experience - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/experience-cd/2092540.p?id=1422757&skuId=2092540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092540_sa.jpg\"}', 'upc' => '038153045425', 'provider' => 'bestbuy'],\n ['name' => \"Ace High - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ace-high-cd/2092559.p?id=1399069&skuId=2092559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092559_sa.jpg\"}', 'upc' => '038153045524', 'provider' => 'bestbuy'],\n ['name' => \"Nutville - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nutville-cd/2092577.p?id=1422758&skuId=2092577&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092577.jpg\"}', 'upc' => '038153045722', 'provider' => 'bestbuy'],\n ['name' => \"East of the Sun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/east-of-the-sun-cd/2092586.p?id=1422762&skuId=2092586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092586_sa.jpg\"}', 'upc' => '038153045821', 'provider' => 'bestbuy'],\n ['name' => \"Rainbow Mist - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rainbow-mist-cd/2092595.p?id=1395798&skuId=2092595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092595_sa.jpg\"}', 'upc' => '038153045920', 'provider' => 'bestbuy'],\n ['name' => \"Call of the Gators [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/call-of-the-gators-bonus-tracks-cd/2092602.p?id=1395802&skuId=2092602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092602_sa.jpg\"}', 'upc' => '038153046026', 'provider' => 'bestbuy'],\n ['name' => \"Straight Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/straight-up-cd/2092611.p?id=1396567&skuId=2092611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092611_sa.jpg\"}', 'upc' => '038153046125', 'provider' => 'bestbuy'],\n ['name' => \"Brass Knuckles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brass-knuckles-cd/2092620.p?id=1422764&skuId=2092620&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092620', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092620_sa.jpg\"}', 'upc' => '038153046422', 'provider' => 'bestbuy'],\n ['name' => \"Hoodoo Man Blues [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hoodoo-man-blues-bonus-tracks-cd/2092639.p?id=1395865&skuId=2092639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092639_sa.jpg\"}', 'upc' => '038153061227', 'provider' => 'bestbuy'],\n ['name' => \"Brownsville Blues [Delmark] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brownsville-blues-delmark-cd/2092648.p?id=1395828&skuId=2092648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092648_sa.jpg\"}', 'upc' => '038153061326', 'provider' => 'bestbuy'],\n ['name' => \"Southside Blues Jam - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/southside-blues-jam-cd/2092666.p?id=1396640&skuId=2092666&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092666', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092666_sa.jpg\"}', 'upc' => '038153062828', 'provider' => 'bestbuy'],\n ['name' => \"Steady Rollin' Man - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steady-rollin-man-cd/2092675.p?id=1395841&skuId=2092675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092675_sa.jpg\"}', 'upc' => '038153063023', 'provider' => 'bestbuy'],\n ['name' => \"All for Business - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-for-business-cd/2092684.p?id=1422770&skuId=2092684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092684.jpg\"}', 'upc' => '038153063429', 'provider' => 'bestbuy'],\n ['name' => \"Professor Strut [Cassette] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/professor-strut-cassette-cd/2092693.p?id=1422772&skuId=2092693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '038153065027', 'provider' => 'bestbuy'],\n ['name' => \"House Rent Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/house-rent-party-cd/2092700.p?id=1395857&skuId=2092700&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092700', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092700_sa.jpg\"}', 'upc' => '038153065522', 'provider' => 'bestbuy'],\n ['name' => \"Central Avenue Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/central-avenue-boogie-cd/2092719.p?id=1399705&skuId=2092719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092719_sa.jpg\"}', 'upc' => '038153065621', 'provider' => 'bestbuy'],\n ['name' => \"West Coast Jive - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/west-coast-jive-cd-various/2092728.p?id=1403094&skuId=2092728&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092728', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092728_sa.jpg\"}', 'upc' => '038153065720', 'provider' => 'bestbuy'],\n ['name' => \"Winter Spirit: Solo Guitar Music for the Holidays - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/winter-spirit-solo-guitar-music-for-the-holidays-cd/2092906.p?id=1513669&skuId=2092906&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2092906', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2092\\/2092906_sa.jpg\"}', 'upc' => '021661010924', 'provider' => 'bestbuy'],\n ['name' => \"Tron: Legacy 3D/Tron [5 Discs] [Includes Digital Copy] [3D/2D] [Blu-ray/DVD] (Blu-ray 3D) (3-D)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tron-legacy-3d-tron-5-discs-includes-digital-copy-3d-2d-blu-ray-dvd-blu-ray-3d-3-d/2093039.p?id=2198853&skuId=2093039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093039_sa.jpg\"}', 'upc' => '786936811537', 'provider' => 'bestbuy'],\n ['name' => \"Manhunter (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/manhunter-dvd/2093046.p?id=42381&skuId=2093046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093046_sa.jpg\"}', 'upc' => '027616085597', 'provider' => 'bestbuy'],\n ['name' => \"Tron (Blu-ray Disc) (2 Disc) (Special Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tron-blu-ray-disc-2-disc-special-edition/2093048.p?id=53914&skuId=2093048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093048_sa.jpg\"}', 'upc' => '786936811612', 'provider' => 'bestbuy'],\n ['name' => \"Griffin Technology - Survivor Slim Case for Apple® iPod® touch 5th Generation - Turquoise/Lemon\", 'description_short' => \"Compatible with Apple iPod touch 5th generation; polycarbonate shell; shock-absorbing jacket; button covers; screen protector; play-through design; textured surface\", 'description_long' => \"Compatible with Apple iPod touch 5th generation; polycarbonate shell; shock-absorbing jacket; button covers; screen protector; play-through design; textured surface\", 'price' => 24.99, 'sale_price' => 18.74, 'url' => 'http://www.bestbuy.com/site/griffin-technology-survivor-slim-case-for-apple-ipod-touch-5th-generation-turquoise-lemon/2093055.p?id=1219068629143&skuId=2093055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093055_sa.jpg\"}', 'upc' => '685387413713', 'provider' => 'bestbuy'],\n ['name' => \"Sharpay's Fabulous Adventure (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sharpays-fabulous-adventure-blu-ray-disc-2-disc/2093057.p?id=2176767&skuId=2093057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093057_sa.jpg\"}', 'upc' => '786936811438', 'provider' => 'bestbuy'],\n ['name' => \"Marked for Death (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marked-for-death-blu-ray-disc/2093064.p?id=58841&skuId=2093064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093064_sa.jpg\"}', 'upc' => '024543657828', 'provider' => 'bestbuy'],\n ['name' => \"Tron: Legacy (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tron-legacy-dvd/2093066.p?id=2192718&skuId=2093066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093066_sa.jpg\"}', 'upc' => '786936808544', 'provider' => 'bestbuy'],\n ['name' => \"Sharpay's Fabulous Adventure (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sharpays-fabulous-adventure-dvd/2093075.p?id=2176767&skuId=2093075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093075_sa.jpg\"}', 'upc' => '786936811032', 'provider' => 'bestbuy'],\n ['name' => \"My Name Is My Name [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-name-is-my-name-pa-digipak-cd/2093082.p?id=2768223&skuId=2093082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093082_sa.jpg\"}', 'upc' => '602537411016', 'provider' => 'bestbuy'],\n ['name' => \"Tron: Legacy (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tron-legacy-blu-ray-disc-2-disc/2093093.p?id=2192718&skuId=2093093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093093_sa.jpg\"}', 'upc' => '786936808568', 'provider' => 'bestbuy'],\n ['name' => \"Team Goon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/team-goon-cd/2093237.p?id=79564&skuId=2093237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093237_sa.jpg\"}', 'upc' => '021075100228', 'provider' => 'bestbuy'],\n ['name' => \"Horse Bites Dog Cries - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/horse-bites-dog-cries-cd/2093255.p?id=166215&skuId=2093255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093255_sa.jpg\"}', 'upc' => '021075100723', 'provider' => 'bestbuy'],\n ['name' => \"Live 1981 and 1986 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-1981-and-1986-cd/2093291.p?id=72514&skuId=2093291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093291_sa.jpg\"}', 'upc' => '021075101522', 'provider' => 'bestbuy'],\n ['name' => \"Yesterday Started Tomorrow [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yesterday-started-tomorrow-ep-cd/2093326.p?id=122336&skuId=2093326&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093326', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093326_sa.jpg\"}', 'upc' => '021075103526', 'provider' => 'bestbuy'],\n ['name' => \"Brats In Battali - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brats-in-battali-cd/2093371.p?id=122321&skuId=2093371&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093371', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093371_sa.jpg\"}', 'upc' => '021075106121', 'provider' => 'bestbuy'],\n ['name' => \"Live in L.A.: 1991 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-l-a--1991-cd/2093415.p?id=122369&skuId=2093415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093415.jpg\"}', 'upc' => '021075107623', 'provider' => 'bestbuy'],\n ['name' => \"Life Sentence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/life-sentence-cd/2093503.p?id=280654&skuId=2093503&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093503', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093503.jpg\"}', 'upc' => '021075109528', 'provider' => 'bestbuy'],\n ['name' => \"Una Mas Cerveza! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/una-mas-cerveza-cd/2093549.p?id=105743&skuId=2093549&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093549', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093549_sa.jpg\"}', 'upc' => '021075110227', 'provider' => 'bestbuy'],\n ['name' => \"Poison Idea & Jeff Dahl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/poison-idea-jeff-dahl-cd/2093656.p?id=95139&skuId=2093656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093656.jpg\"}', 'upc' => '021075113723', 'provider' => 'bestbuy'],\n ['name' => \"Road Kill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/road-kill-cd/2093709.p?id=80391&skuId=2093709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093709.jpg\"}', 'upc' => '021075114928', 'provider' => 'bestbuy'],\n ['name' => \"Iconologia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iconologia-cd/2093727.p?id=123175&skuId=2093727&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093727', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093727_sa.jpg\"}', 'upc' => '021075116427', 'provider' => 'bestbuy'],\n ['name' => \"Whenever a Teenager Cries [Collectables] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whenever-a-teenager-cries-collectables-cd/2093950.p?id=96478&skuId=2093950&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2093950', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2093\\/2093950_sa.jpg\"}', 'upc' => '090431052723', 'provider' => 'bestbuy'],\n ['name' => \"Bowers & Wilkins - Architectural Monitor 5\\\" 100W 2-Way Indoor/Outdoor Loudspeakers (Pair) - Black\", 'description_short' => \"100W peak power handling; 1&quot; aluminum dome tweeter; 5&quot; glass-fiber cone woofer; auxiliary bass radiator; aluminum grille; glass-filled-plastic cabinet\", 'description_long' => \"100W peak power handling; 1&quot; aluminum dome tweeter; 5&quot; glass-fiber cone woofer; auxiliary bass radiator; aluminum grille; glass-filled-plastic cabinet\", 'price' => 599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bowers-wilkins-architectural-monitor-5-100w-2-way-indoor-outdoor-loudspeakers-pair-black/2094009.p?id=1219068849656&skuId=2094009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094009_sa.jpg\"}', 'upc' => '714346313730', 'provider' => 'bestbuy'],\n ['name' => \"Bowers & Wilkins - Architectural Monitor 5\\\" 100W 2-Way Indoor/Outdoor Loudspeakers (Pair) - White\", 'description_short' => \"100W peak power handling; 1&quot; aluminum dome tweeter; 5&quot; glass-fiber cone woofer; auxiliary bass radiator; aluminum grille; glass-filled-plastic cabinet\", 'description_long' => \"100W peak power handling; 1&quot; aluminum dome tweeter; 5&quot; glass-fiber cone woofer; auxiliary bass radiator; aluminum grille; glass-filled-plastic cabinet\", 'price' => 599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bowers-wilkins-architectural-monitor-5-100w-2-way-indoor-outdoor-loudspeakers-pair-white/2094018.p?id=1219068858977&skuId=2094018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094018_sa.jpg\"}', 'upc' => '714346318704', 'provider' => 'bestbuy'],\n ['name' => \"History of Rock: The Group Sounds, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/history-of-rock-the-group-sounds-vol-1-cd-various/2094021.p?id=176722&skuId=2094021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094021_sa.jpg\"}', 'upc' => '090431260029', 'provider' => 'bestbuy'],\n ['name' => \"Group Sounds: WCBS New York, Vol. 3 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/group-sounds-wcbs-new-york-vol-3-various-cd/2094030.p?id=82205&skuId=2094030&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094030', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094030.jpg\"}', 'upc' => '090431260227', 'provider' => 'bestbuy'],\n ['name' => \"For Lovers Only: WCBS New York, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-lovers-only-wcbs-new-york-vol-4-cd-various/2094067.p?id=105965&skuId=2094067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094067_sa.jpg\"}', 'upc' => '090431260821', 'provider' => 'bestbuy'],\n ['name' => \"Gotham Recording Stars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gotham-recording-stars-cd/2094076.p?id=76779&skuId=2094076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094076_sa.jpg\"}', 'upc' => '090431500026', 'provider' => 'bestbuy'],\n ['name' => \"Voyage to the Bottom of the Sea (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/voyage-to-the-bottom-of-the-sea-blu-ray-disc/2094081.p?id=25334&skuId=2094081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094081_sa.jpg\"}', 'upc' => '024543834892', 'provider' => 'bestbuy'],\n ['name' => \"Gotham Recording Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gotham-recording-sessions-cd/2094085.p?id=85125&skuId=2094085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094085_sa.jpg\"}', 'upc' => '090431500323', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Duprees [Rhino] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-duprees-rhino-cd/2094101.p?id=81065&skuId=2094101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094101.jpg\"}', 'upc' => '090431500828', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2094110.p?id=79190&skuId=2094110&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094110', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094110_sa.jpg\"}', 'upc' => '090431500927', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-cd/2094129.p?id=80134&skuId=2094129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094129_sa.jpg\"}', 'upc' => '090431501023', 'provider' => 'bestbuy'],\n ['name' => \"New York's Finest - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-yorks-finest-cd/2094138.p?id=77185&skuId=2094138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094138_sa.jpg\"}', 'upc' => '090431501221', 'provider' => 'bestbuy'],\n ['name' => \"Remember Then - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remember-then-cd/2094147.p?id=92977&skuId=2094147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094147.jpg\"}', 'upc' => '090431501320', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2094165.p?id=76066&skuId=2094165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094165_sa.jpg\"}', 'upc' => '090431501528', 'provider' => 'bestbuy'],\n ['name' => \"Tonight, Tonight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tonight-tonight-cd/2094174.p?id=91373&skuId=2094174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094174_sa.jpg\"}', 'upc' => '090431502020', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Maurice Williams & the Zodiacs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-maurice-williams-the-zodiacs-cd/2094183.p?id=104308&skuId=2094183&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094183', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094183_sa.jpg\"}', 'upc' => '090431502129', 'provider' => 'bestbuy'],\n ['name' => \"Their Biggest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/their-biggest-hits-cd/2094192.p?id=85124&skuId=2094192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094192_sa.jpg\"}', 'upc' => '090431502822', 'provider' => 'bestbuy'],\n ['name' => \"The Paragons Meet the Jesters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-paragons-meet-the-jesters-cd/2094227.p?id=94371&skuId=2094227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094227_sa.jpg\"}', 'upc' => '090431503423', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Jesters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-jesters-cd/2094236.p?id=86916&skuId=2094236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094236_sa.jpg\"}', 'upc' => '090431503621', 'provider' => 'bestbuy'],\n ['name' => \"Dootone R & B - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dootone-r-b-cd-various/2094263.p?id=1540101&skuId=2094263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094263.jpg\"}', 'upc' => '090431504826', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Holiday: New York Rhythm & Blues, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-holiday-new-york-rhythm-blues-vol-4-cd-various/2094281.p?id=84830&skuId=2094281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094281_sa.jpg\"}', 'upc' => '090431505427', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Holiday: New York Rhythm & Blues, Vol. 5 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-holiday-new-york-rhythm-blues-vol-5-cd-various/2094290.p?id=84829&skuId=2094290&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094290', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094290_sa.jpg\"}', 'upc' => '090431505526', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Holiday: New York Rhythm & Blues, Vol. 6 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-holiday-new-york-rhythm-blues-vol-6-cd-various/2094307.p?id=84832&skuId=2094307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094307_sa.jpg\"}', 'upc' => '090431505625', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Holiday: New York Rhythm & Blues, Vol. 7 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-holiday-new-york-rhythm-blues-vol-7-cd-various/2094316.p?id=84833&skuId=2094316&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094316', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094316_sa.jpg\"}', 'upc' => '090431505724', 'provider' => 'bestbuy'],\n ['name' => \"Rumble [Relic] [Collectables] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rumble-relic-collectables-cd-various/2094334.p?id=97517&skuId=2094334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094334_sa.jpg\"}', 'upc' => '090431506028', 'provider' => 'bestbuy'],\n ['name' => \"History of Rock, Vol. 2 - CD - Various Remastered\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/history-of-rock-vol-2-cd-various-remastered/2094343.p?id=96925&skuId=2094343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094343.jpg\"}', 'upc' => '090431506226', 'provider' => 'bestbuy'],\n ['name' => \"History of Rock, Vol. 8 [Collectables 2002] - CD - Various Remastered\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/history-of-rock-vol-8-collectables-2002-cd-various-remastered/2094352.p?id=96931&skuId=2094352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094352.jpg\"}', 'upc' => '090431506820', 'provider' => 'bestbuy'],\n ['name' => \"The Rhythm & Blues Christmas, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-rhythm-blues-christmas-vol-1-cd-various/2094361.p?id=77723&skuId=2094361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094361_sa.jpg\"}', 'upc' => '090431507124', 'provider' => 'bestbuy'],\n ['name' => \"Rockin' Robin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-robin-cd/2094370.p?id=79880&skuId=2094370&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094370', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094370_sa.jpg\"}', 'upc' => '090431507421', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics: Little Joe & the Thrillers... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-little-joe-the-thrillers-cd/2094389.p?id=89431&skuId=2094389&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094389', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094389_sa.jpg\"}', 'upc' => '090431507629', 'provider' => 'bestbuy'],\n ['name' => \"Walkin' with Mr. Lee [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walkin-with-mr-lee-bonus-tracks-cd/2094398.p?id=72740&skuId=2094398&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094398', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094398_sa.jpg\"}', 'upc' => '090431508329', 'provider' => 'bestbuy'],\n ['name' => \"Short Shorts: Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/short-shorts-golden-classics-cd/2094405.p?id=97475&skuId=2094405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094405_sa.jpg\"}', 'upc' => '090431509425', 'provider' => 'bestbuy'],\n ['name' => \"Only Those in Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/only-those-in-love-cd/2094414.p?id=103536&skuId=2094414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094414_sa.jpg\"}', 'upc' => '090431510827', 'provider' => 'bestbuy'],\n ['name' => \"New King of the Blues [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-king-of-the-blues-bonus-tracks-cd/2094423.p?id=76105&skuId=2094423&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094423', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094423.jpg\"}', 'upc' => '090431511022', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-cd/2094432.p?id=90512&skuId=2094432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094432_sa.jpg\"}', 'upc' => '090431511329', 'provider' => 'bestbuy'],\n ['name' => \"The Herald Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-herald-recordings-cd/2094478.p?id=72481&skuId=2094478&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094478', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094478_sa.jpg\"}', 'upc' => '090431512227', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Sue Records - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-sue-records-cd-various/2094487.p?id=100718&skuId=2094487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094487_sa.jpg\"}', 'upc' => '090431512326', 'provider' => 'bestbuy'],\n ['name' => \"That's How Heartaches Are Made - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thats-how-heartaches-are-made-cd/2094496.p?id=103537&skuId=2094496&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094496', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094496_sa.jpg\"}', 'upc' => '090431512425', 'provider' => 'bestbuy'],\n ['name' => \"Don't Turn Around [Compilation] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-turn-around-compilation-cd/2094511.p?id=74876&skuId=2094511&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094511', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094511_sa.jpg\"}', 'upc' => '090431513422', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-cd/2094520.p?id=68660&skuId=2094520&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094520', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094520_sa.jpg\"}', 'upc' => '090431513828', 'provider' => 'bestbuy'],\n ['name' => \"Thin Line Between Love and Hate - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thin-line-between-love-and-hate-cd/2094539.p?id=94743&skuId=2094539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094539_sa.jpg\"}', 'upc' => '090431513927', 'provider' => 'bestbuy'],\n ['name' => \"I Know (You Don't Love Me Anymore) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-know-you-dont-love-me-anymore-cd/2094548.p?id=83503&skuId=2094548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094548_sa.jpg\"}', 'upc' => '090431514122', 'provider' => 'bestbuy'],\n ['name' => \"Blues for Mister Jimmy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-for-mister-jimmy-cd/2094557.p?id=68928&skuId=2094557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094557_sa.jpg\"}', 'upc' => '090431514726', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-cd/2094566.p?id=84703&skuId=2094566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094566.jpg\"}', 'upc' => '090431515020', 'provider' => 'bestbuy'],\n ['name' => \"Gotham Golden Classics: The Rare Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gotham-golden-classics-the-rare-recordings-cd/2094575.p?id=85608&skuId=2094575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094575_sa.jpg\"}', 'upc' => '090431515129', 'provider' => 'bestbuy'],\n ['name' => \"Need Your Lovin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/need-your-lovin-cd/2094593.p?id=83283&skuId=2094593&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094593', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094593_sa.jpg\"}', 'upc' => '090431515525', 'provider' => 'bestbuy'],\n ['name' => \"Wiggle Wobble - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wiggle-wobble-cd/2094600.p?id=78665&skuId=2094600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094600_sa.jpg\"}', 'upc' => '090431515723', 'provider' => 'bestbuy'],\n ['name' => \"Soulville: Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soulville-golden-classics-cd/2094619.p?id=102528&skuId=2094619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094619_sa.jpg\"}', 'upc' => '090431516027', 'provider' => 'bestbuy'],\n ['name' => \"It Will Stand - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/it-will-stand-cd/2094628.p?id=98667&skuId=2094628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094628_sa.jpg\"}', 'upc' => '090431516225', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-cd/2094637.p?id=85379&skuId=2094637&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094637.jpg\"}', 'upc' => '090431516423', 'provider' => 'bestbuy'],\n ['name' => \"Fortune Teller - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fortune-teller-cd/2094646.p?id=99828&skuId=2094646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094646_sa.jpg\"}', 'upc' => '090431516522', 'provider' => 'bestbuy'],\n ['name' => \"I Like It Like That: Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-like-it-like-that-golden-classics-cd/2094655.p?id=87743&skuId=2094655&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094655', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094655_sa.jpg\"}', 'upc' => '090431516621', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-cd/2094664.p?id=85362&skuId=2094664&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094664', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094664_sa.jpg\"}', 'upc' => '090431517024', 'provider' => 'bestbuy'],\n ['name' => \"Memories of Times Square Record Shop, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-of-times-square-record-shop-vol-1-cd-various/2094673.p?id=112012&skuId=2094673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094673_sa.jpg\"}', 'upc' => '090431517222', 'provider' => 'bestbuy'],\n ['name' => \"Memories of Times Square Record Shop, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-of-times-square-record-shop-vol-2-cd-various/2094682.p?id=112014&skuId=2094682&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094682', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094682_sa.jpg\"}', 'upc' => '090431517321', 'provider' => 'bestbuy'],\n ['name' => \"Memories of Times Square Record Shop, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-of-times-square-record-shop-vol-3-cd-various/2094691.p?id=112018&skuId=2094691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094691_sa.jpg\"}', 'upc' => '090431517420', 'provider' => 'bestbuy'],\n ['name' => \"Memories of Times Square Record Shop, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-of-times-square-record-shop-vol-4-cd-various/2094708.p?id=112035&skuId=2094708&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094708', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094708.jpg\"}', 'upc' => '090431517529', 'provider' => 'bestbuy'],\n ['name' => \"Memories of Times Square Record Shop, Vol. 5 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-of-times-square-record-shop-vol-5-cd-various/2094717.p?id=112036&skuId=2094717&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094717', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094717_sa.jpg\"}', 'upc' => '090431517628', 'provider' => 'bestbuy'],\n ['name' => \"Make Me Yours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/make-me-yours-cd/2094726.p?id=100952&skuId=2094726&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094726', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094726_sa.jpg\"}', 'upc' => '090431517727', 'provider' => 'bestbuy'],\n ['name' => \"The Herald Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-herald-recordings-cd/2094744.p?id=96671&skuId=2094744&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094744', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094744_sa.jpg\"}', 'upc' => '090431518229', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-cd/2094753.p?id=89179&skuId=2094753&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094753', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094753_sa.jpg\"}', 'upc' => '090431518823', 'provider' => 'bestbuy'],\n ['name' => \"Cry to Me: Golden Classics of the 70s - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cry-to-me-golden-classics-of-the-70s-cd/2094762.p?id=85483&skuId=2094762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094762_sa.jpg\"}', 'upc' => '090431518922', 'provider' => 'bestbuy'],\n ['name' => \"Penitentiary Blues: Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/penitentiary-blues-golden-classics-cd/2094771.p?id=86826&skuId=2094771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094771.jpg\"}', 'upc' => '090431519424', 'provider' => 'bestbuy'],\n ['name' => \"Blowin' the Fuses: Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blowin-the-fuses-golden-classics-cd/2094780.p?id=194744&skuId=2094780&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094780', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094780_sa.jpg\"}', 'upc' => '090431519820', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics: If You Gotta Make a Fool of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-if-you-gotta-make-a-fool-of-cd/2094799.p?id=96117&skuId=2094799&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094799', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094799_sa.jpg\"}', 'upc' => '090431519929', 'provider' => 'bestbuy'],\n ['name' => \"Casanova (Your Playing Days Are Over) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/casanova-your-playing-days-are-over-cd/2094806.p?id=73007&skuId=2094806&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094806_sa.jpg\"}', 'upc' => '090431520123', 'provider' => 'bestbuy'],\n ['name' => \"Cymande - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cymande-cd/2094815.p?id=79508&skuId=2094815&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094815', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094815_sa.jpg\"}', 'upc' => '090431520222', 'provider' => 'bestbuy'],\n ['name' => \"The Lost Texas Tapes, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lost-texas-tapes-vol-1-cd/2094824.p?id=85683&skuId=2094824&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094824', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094824.jpg\"}', 'upc' => '090431520321', 'provider' => 'bestbuy'],\n ['name' => \"Jimmy Briscoe & the Little Beavers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jimmy-briscoe-the-little-beavers-cd/2094842.p?id=75854&skuId=2094842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094842_sa.jpg\"}', 'upc' => '090431521120', 'provider' => 'bestbuy'],\n ['name' => \"The Soul Generation: A Golden Classic Edition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-soul-generation-a-golden-classic-edition-cd/2094851.p?id=99585&skuId=2094851&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094851', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094851_sa.jpg\"}', 'upc' => '090431521229', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-cd/2094860.p?id=78834&skuId=2094860&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094860', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094860_sa.jpg\"}', 'upc' => '090431521328', 'provider' => 'bestbuy'],\n ['name' => \"K-Jee: Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/k-jee-golden-classics-cd/2094879.p?id=93418&skuId=2094879&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094879', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094879_sa.jpg\"}', 'upc' => '090431521427', 'provider' => 'bestbuy'],\n ['name' => \"More Than the Most! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-than-the-most-cd/2094959.p?id=106252&skuId=2094959&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094959', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094959_sa.jpg\"}', 'upc' => '090431523223', 'provider' => 'bestbuy'],\n ['name' => \"Dakota at Storyville - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dakota-at-storyville-cd/2094968.p?id=106253&skuId=2094968&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094968', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094968_sa.jpg\"}', 'upc' => '090431523322', 'provider' => 'bestbuy'],\n ['name' => \"We Came to Play - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-came-to-play-cd/2094977.p?id=106254&skuId=2094977&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094977', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094977.jpg\"}', 'upc' => '090431523421', 'provider' => 'bestbuy'],\n ['name' => \"Street Corner Symphony - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/street-corner-symphony-cd/2094986.p?id=106255&skuId=2094986&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2094986', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2094\\/2094986_sa.jpg\"}', 'upc' => '090431523520', 'provider' => 'bestbuy'],\n ['name' => \"Dirty Rotten Scoundrels (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dirty-rotten-scoundrels-blu-ray-disc/2095008.p?id=21398&skuId=2095008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095008_sa.jpg\"}', 'upc' => '883904242512', 'provider' => 'bestbuy'],\n ['name' => \"Cry Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cry-baby-cd/2095011.p?id=91814&skuId=2095011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095011.jpg\"}', 'upc' => '090431524824', 'provider' => 'bestbuy'],\n ['name' => \"Wing Commander (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wing-commander-dvd/2095062.p?id=29568&skuId=2095062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095062_sa.jpg\"}', 'upc' => '013132609928', 'provider' => 'bestbuy'],\n ['name' => \"Larrymanía [ECD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/larrymania-ecd-cd/2095064.p?id=2203569&skuId=2095064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095064_sa.jpg\"}', 'upc' => '895357006726', 'provider' => 'bestbuy'],\n ['name' => \"Be Thankful for What You Got - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/be-thankful-for-what-you-got-cd/2095066.p?id=80290&skuId=2095066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095066_sa.jpg\"}', 'upc' => '090431527122', 'provider' => 'bestbuy'],\n ['name' => \"Justin Bieber, Vol. 1 [CD+G] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/justin-bieber-vol-1-cd-g-cd-various/2095161.p?id=2174192&skuId=2095161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095161_sa.jpg\"}', 'upc' => '827249226097', 'provider' => 'bestbuy'],\n ['name' => \"The Elder Scrolls V: Skyrim - Xbox 360\", 'description_short' => \"The beloved series is back\", 'description_long' => \"The beloved series is back\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-elder-scrolls-v-skyrim-xbox-360/2095189.p?id=1218309065976&skuId=2095189&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095189', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1310\\/1310265271\\/1310265271_sa.jpg\"}', 'upc' => '093155117631', 'provider' => 'bestbuy'],\n ['name' => \"The Elder Scrolls V: Skyrim - PlayStation 3\", 'description_short' => \"The beloved series is back\", 'description_long' => \"The beloved series is back\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-elder-scrolls-v-skyrim-playstation-3/2095198.p?id=1218309074814&skuId=2095198&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095198', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1310\\/1310265264\\/1310265264_sa.jpg\"}', 'upc' => '093155117624', 'provider' => 'bestbuy'],\n ['name' => \"NFL: Super Bowl XLV Champions - Green Bay Packers (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nfl-super-bowl-xlv-champions-green-bay-packers-blu-ray-disc/2095213.p?id=2168228&skuId=2095213&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095213', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095213_sa.jpg\"}', 'upc' => '883929159246', 'provider' => 'bestbuy'],\n ['name' => \"Venture Bros.: Season Four [2 discs] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/venture-bros--season-four-2-discs-blu-ray-disc/2095231.p?id=2178179&skuId=2095231&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095231', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095231_sa.jpg\"}', 'upc' => '883929157556', 'provider' => 'bestbuy'],\n ['name' => \"The Gotham Series: House Party - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gotham-series-house-party-cd-various/2095235.p?id=83993&skuId=2095235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095235_sa.jpg\"}', 'upc' => '090431530320', 'provider' => 'bestbuy'],\n ['name' => \"Dual Trumpeter [Collectables] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dual-trumpeter-collectables-cd/2095244.p?id=69436&skuId=2095244&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095244', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095244_sa.jpg\"}', 'upc' => '090431530528', 'provider' => 'bestbuy'],\n ['name' => \"Jimmy Preston - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jimmy-preston-cd/2095253.p?id=95392&skuId=2095253&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095253', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095253_sa.jpg\"}', 'upc' => '090431530627', 'provider' => 'bestbuy'],\n ['name' => \"Bleach Uncut Box Set, Vol. 8: Episodes 134-145 [3 Discs] (Boxed Set) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bleach-uncut-box-set-vol-8-episodes-134-145-3-discs-boxed-set-dvd/2095259.p?id=2175612&skuId=2095259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095259_sa.jpg\"}', 'upc' => '782009241522', 'provider' => 'bestbuy'],\n ['name' => \"T.N.T. Tribble, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/t-n-t-tribble-vol-1-cd/2095262.p?id=102232&skuId=2095262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095262_sa.jpg\"}', 'upc' => '090431530924', 'provider' => 'bestbuy'],\n ['name' => \"Hereafter (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hereafter-dvd/2095268.p?id=2181793&skuId=2095268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095268_sa.jpg\"}', 'upc' => '883929140015', 'provider' => 'bestbuy'],\n ['name' => \"Charlie Gonzales - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/charlie-gonzales-cd/2095271.p?id=83843&skuId=2095271&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095271', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095271_sa.jpg\"}', 'upc' => '090431531020', 'provider' => 'bestbuy'],\n ['name' => \"Yogi Bear (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yogi-bear-dvd/2095277.p?id=2193579&skuId=2095277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095277_sa.jpg\"}', 'upc' => '883929140398', 'provider' => 'bestbuy'],\n ['name' => \"1949 Country Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1949-country-blues-cd/2095280.p?id=94926&skuId=2095280&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095280', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095280_sa.jpg\"}', 'upc' => '090431531129', 'provider' => 'bestbuy'],\n ['name' => \"Happiness Is a Warm Blanket, Charlie Brown (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happiness-is-a-warm-blanket-charlie-brown-dvd/2095286.p?id=2180504&skuId=2095286&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095286', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095286_sa.jpg\"}', 'upc' => '883929137800', 'provider' => 'bestbuy'],\n ['name' => \"Pokemon: Diamond & Pearl Galactic Battles 1 (2 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pokemon-diamond-pearl-galactic-battles-1-2-disc-dvd/2095295.p?id=2172338&skuId=2095295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1892\\/18929943.jpg\"}', 'upc' => '782009240860', 'provider' => 'bestbuy'],\n ['name' => \"Detroit Blues 1950-1951 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/detroit-blues-1950-1951-cd/2095299.p?id=85602&skuId=2095299&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095299', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095299.jpg\"}', 'upc' => '090431531624', 'provider' => 'bestbuy'],\n ['name' => \"Kurt Russell Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kurt-russell-collection-4-film-favorites-2-discs-dvd/2095301.p?id=2179210&skuId=2095301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095301_sa.jpg\"}', 'upc' => '883929172566', 'provider' => 'bestbuy'],\n ['name' => \"Harry Crafton: 1949-54 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harry-crafton-1949-54-cd/2095306.p?id=79061&skuId=2095306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095306_sa.jpg\"}', 'upc' => '090431531822', 'provider' => 'bestbuy'],\n ['name' => \"Don Haven & the Hi-Fi's - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/don-haven-the-hi-fis-cd-various/2095315.p?id=85003&skuId=2095315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095315_sa.jpg\"}', 'upc' => '090431531921', 'provider' => 'bestbuy'],\n ['name' => \"Alley Special - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alley-special-cd-various/2095324.p?id=72755&skuId=2095324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095324_sa.jpg\"}', 'upc' => '090431532027', 'provider' => 'bestbuy'],\n ['name' => \"Treme: The Complete First Season [4 Discs / Blu-ray] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/treme-the-complete-first-season-4-discs-blu-ray-blu-ray-disc/2095329.p?id=2178162&skuId=2095329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095329_sa.jpg\"}', 'upc' => '883929154166', 'provider' => 'bestbuy'],\n ['name' => \"Thelma Cooper/Daisy Mae & Her Hepcats - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thelma-cooper-daisy-mae-her-hepcats-cd/2095333.p?id=78669&skuId=2095333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095333_sa.jpg\"}', 'upc' => '090431532225', 'provider' => 'bestbuy'],\n ['name' => \"Yogi Bear (Blu-ray 3D) (3-D)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 32.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yogi-bear-blu-ray-3d-3-d/2095338.p?id=2193579&skuId=2095338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095338_sa.jpg\"}', 'upc' => '883929176823', 'provider' => 'bestbuy'],\n ['name' => \"Count \\\"Red\\\" Hastings/Danny Turner/Eddie Woodland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/count-red-hastings-danny-turner-eddie-woodland-cd/2095342.p?id=106256&skuId=2095342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095342_sa.jpg\"}', 'upc' => '090431532324', 'provider' => 'bestbuy'],\n ['name' => \"Scooby-Doo!: Curse of the Lake Monster (DVD) (Extended Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scooby-doo-curse-of-the-lake-monster-dvd-extended-edition/2095347.p?id=2180268&skuId=2095347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095347_sa.jpg\"}', 'upc' => '883929135905', 'provider' => 'bestbuy'],\n ['name' => \"Rock the Joint, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-the-joint-vol-2-cd/2095351.p?id=95393&skuId=2095351&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095351', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095351_sa.jpg\"}', 'upc' => '090431532720', 'provider' => 'bestbuy'],\n ['name' => \"Kids Sports Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kids-sports-collection-4-film-favorites-2-discs-dvd/2095356.p?id=2179208&skuId=2095356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095356_sa.jpg\"}', 'upc' => '883929171538', 'provider' => 'bestbuy'],\n ['name' => \"T.N.T. Tribble, Vol. 2: Red Hot Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/t-n-t-tribble-vol-2-red-hot-boogie-cd/2095360.p?id=102233&skuId=2095360&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095360', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095360_sa.jpg\"}', 'upc' => '090431532829', 'provider' => 'bestbuy'],\n ['name' => \"Excalibur (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 8.99, 'url' => 'http://www.bestbuy.com/site/excalibur-blu-ray-disc/2095365.p?id=42002&skuId=2095365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095365_sa.jpg\"}', 'upc' => '883929167982', 'provider' => 'bestbuy'],\n ['name' => \"Doctor Who: The Ark (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doctor-who-the-ark-dvd/2095374.p?id=2172336&skuId=2095374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095374_sa.jpg\"}', 'upc' => '883929166985', 'provider' => 'bestbuy'],\n ['name' => \"That's Right - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thats-right-cd/2095379.p?id=78247&skuId=2095379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095379_sa.jpg\"}', 'upc' => '090431533123', 'provider' => 'bestbuy'],\n ['name' => \"Mortal Kombat (Blu-ray Disc) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mortal-kombat-blu-ray-disc-digital-copy/2095383.p?id=54574&skuId=2095383&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095383', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095383_sa.jpg\"}', 'upc' => '794043143120', 'provider' => 'bestbuy'],\n ['name' => \"Sparrow's Flight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sparrows-flight-cd/2095388.p?id=99794&skuId=2095388&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095388.jpg\"}', 'upc' => '090431533222', 'provider' => 'bestbuy'],\n ['name' => \"Country Western Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-western-collection-4-film-favorites-2-discs-dvd/2095392.p?id=2179207&skuId=2095392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095392_sa.jpg\"}', 'upc' => '883929172337', 'provider' => 'bestbuy'],\n ['name' => \"J.B. Summers & the Blues Shouters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/j-b-summers-the-blues-shouters-cd/2095397.p?id=100803&skuId=2095397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095397_sa.jpg\"}', 'upc' => '090431533321', 'provider' => 'bestbuy'],\n ['name' => \"Philadelphia Boogie - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/philadelphia-boogie-cd-various/2095404.p?id=94849&skuId=2095404&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095404', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095404_sa.jpg\"}', 'upc' => '090431533420', 'provider' => 'bestbuy'],\n ['name' => \"Yogi Bear (Blu-ray Disc) (2 Disc) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yogi-bear-blu-ray-disc-2-disc-digital-copy/2095407.p?id=2193579&skuId=2095407&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095407', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095407_sa.jpg\"}', 'upc' => '883929141050', 'provider' => 'bestbuy'],\n ['name' => \"Long Gone Daddy - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-gone-daddy-cd-various/2095413.p?id=89588&skuId=2095413&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095413', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095413_sa.jpg\"}', 'upc' => '090431533529', 'provider' => 'bestbuy'],\n ['name' => \"Love Affairs Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-affairs-collection-4-film-favorites-2-discs-dvd/2095416.p?id=2179211&skuId=2095416&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095416', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095416_sa.jpg\"}', 'upc' => '883929172603', 'provider' => 'bestbuy'],\n ['name' => \"Barbara-Ann - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/barbara-ann-cd/2095422.p?id=96334&skuId=2095422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095422_sa.jpg\"}', 'upc' => '090431540329', 'provider' => 'bestbuy'],\n ['name' => \"White House Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/white-house-collection-4-film-favorites-2-discs-dvd/2095425.p?id=2179214&skuId=2095425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095425_sa.jpg\"}', 'upc' => '883929171972', 'provider' => 'bestbuy'],\n ['name' => \"Best of Jimmy Bowen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-jimmy-bowen-cd/2095431.p?id=75638&skuId=2095431&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095431', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095431_sa.jpg\"}', 'upc' => '090431540626', 'provider' => 'bestbuy'],\n ['name' => \"Venture Bros.: Season 4, Vol. 2 [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/venture-bros--season-4-vol-2-2-discs-dvd/2095434.p?id=2179219&skuId=2095434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095434_sa.jpg\"}', 'upc' => '883929158430', 'provider' => 'bestbuy'],\n ['name' => \"Teenage Party [Collectables] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/teenage-party-collectables-cd-various/2095440.p?id=101337&skuId=2095440&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095440', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095440_sa.jpg\"}', 'upc' => '090431540923', 'provider' => 'bestbuy'],\n ['name' => \"Randolph Scott Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/randolph-scott-collection-4-film-favorites-2-discs-dvd/2095443.p?id=2179213&skuId=2095443&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095443', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095443_sa.jpg\"}', 'upc' => '883929173655', 'provider' => 'bestbuy'],\n ['name' => \"Scarecrow and Mrs. King: The Complete Second Season [5 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scarecrow-and-mrs-king-the-complete-second-season-5-discs-dvd/2095452.p?id=2177493&skuId=2095452&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095452', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095452.jpg\"}', 'upc' => '883929157457', 'provider' => 'bestbuy'],\n ['name' => \"Go Ahead and Rock and Roll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/go-ahead-and-rock-and-roll-cd/2095459.p?id=87163&skuId=2095459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095459_sa.jpg\"}', 'upc' => '090431541029', 'provider' => 'bestbuy'],\n ['name' => \"Doctor Who: The Sees of Death [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doctor-who-the-sees-of-death-2-discs-dvd/2095461.p?id=2172337&skuId=2095461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095461_sa.jpg\"}', 'upc' => '883929166961', 'provider' => 'bestbuy'],\n ['name' => \"The Cadillacs Meet the Orioles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-cadillacs-meet-the-orioles-cd/2095468.p?id=76514&skuId=2095468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095468_sa.jpg\"}', 'upc' => '090431541227', 'provider' => 'bestbuy'],\n ['name' => \"Freddie Scott Sings and Sings and Sings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freddie-scott-sings-and-sings-and-sings-cd/2095477.p?id=98113&skuId=2095477&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095477', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095477_sa.jpg\"}', 'upc' => '090431541326', 'provider' => 'bestbuy'],\n ['name' => \"Pokemon Elements: Collection 1 (5 Disc) (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pokemon-elements-collection-1-5-disc-dvd-boxed-set/2095489.p?id=2116812&skuId=2095489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1863\\/18634702.jpg\"}', 'upc' => '782009241553', 'provider' => 'bestbuy'],\n ['name' => \"Hereafter (Blu-ray Disc) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hereafter-blu-ray-disc-digital-copy/2095498.p?id=2181793&skuId=2095498&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095498', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095498_sa.jpg\"}', 'upc' => '883929140862', 'provider' => 'bestbuy'],\n ['name' => \"Do You Wanna Dance? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/do-you-wanna-dance-cd/2095501.p?id=82945&skuId=2095501&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095501', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095501_sa.jpg\"}', 'upc' => '090431541722', 'provider' => 'bestbuy'],\n ['name' => \"Check it Out! With Dr. Steve Brule: Seasons 1 & 2 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/check-it-out-with-dr-steve-brule-seasons-1-2-dvd/2095504.p?id=2166805&skuId=2095504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095504_sa.jpg\"}', 'upc' => '883929157969', 'provider' => 'bestbuy'],\n ['name' => \"Golden Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-classics-cd/2095510.p?id=95063&skuId=2095510&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095510', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095510_sa.jpg\"}', 'upc' => '090431541821', 'provider' => 'bestbuy'],\n ['name' => \"Scooby-Doo!: Curse of the Lake Monster (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scooby-doo-curse-of-the-lake-monster-blu-ray-disc-2-disc/2095513.p?id=2180268&skuId=2095513&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095513', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095513_sa.jpg\"}', 'upc' => '883929136797', 'provider' => 'bestbuy'],\n ['name' => \"NFL: Super Bowl XLV Champions - Green Bay Packers (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nfl-super-bowl-xlv-champions-green-bay-packers-dvd/2095522.p?id=2168228&skuId=2095522&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095522', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095522_sa.jpg\"}', 'upc' => '883929159161', 'provider' => 'bestbuy'],\n ['name' => \"The Lowdown Back Porch Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lowdown-back-porch-blues-cd/2095529.p?id=89794&skuId=2095529&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095529', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095529_sa.jpg\"}', 'upc' => '090431541920', 'provider' => 'bestbuy'],\n ['name' => \"Batman: The Brave & the Bold - Season One, Part Two [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/batman-the-brave-the-bold-season-one-part-two-2-discs-dvd/2095531.p?id=2169549&skuId=2095531&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095531', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095531_sa.jpg\"}', 'upc' => '883929137367', 'provider' => 'bestbuy'],\n ['name' => \"Little Star: The Best of the Elegants - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-star-the-best-of-the-elegants-cd/2095538.p?id=81445&skuId=2095538&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095538', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095538_sa.jpg\"}', 'upc' => '090431542026', 'provider' => 'bestbuy'],\n ['name' => \"We Are the Imperials Featuring Little Anthony - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-are-the-imperials-featuring-little-anthony-cd/2095547.p?id=89348&skuId=2095547&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095547', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095547_sa.jpg\"}', 'upc' => '090431542224', 'provider' => 'bestbuy'],\n ['name' => \"The Chantels - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chantels-cd/2095556.p?id=77189&skuId=2095556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095556.jpg\"}', 'upc' => '090431542323', 'provider' => 'bestbuy'],\n ['name' => \"Yogi Bear's All-Star Comedy Christmas Caper (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yogi-bears-all-star-comedy-christmas-caper-dvd/2095559.p?id=25614&skuId=2095559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095559_sa.jpg\"}', 'upc' => '883929131624', 'provider' => 'bestbuy'],\n ['name' => \"Requestfully Yours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/requestfully-yours-cd/2095565.p?id=82382&skuId=2095565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095565_sa.jpg\"}', 'upc' => '090431542521', 'provider' => 'bestbuy'],\n ['name' => \"Treme: The Complete First Season [4 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/treme-the-complete-first-season-4-discs-dvd/2095568.p?id=2178161&skuId=2095568&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095568', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095568_sa.jpg\"}', 'upc' => '883929154159', 'provider' => 'bestbuy'],\n ['name' => \"The Sound of the Flamingos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sound-of-the-flamingos-cd/2095574.p?id=82384&skuId=2095574&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095574', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095574_sa.jpg\"}', 'upc' => '090431542620', 'provider' => 'bestbuy'],\n ['name' => \"Who Wrote the Book of Love? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/who-wrote-the-book-of-love-cd/2095583.p?id=92089&skuId=2095583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095583_sa.jpg\"}', 'upc' => '090431542729', 'provider' => 'bestbuy'],\n ['name' => \"Flamingo Favorites - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flamingo-favorites-cd/2095592.p?id=82380&skuId=2095592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095592_sa.jpg\"}', 'upc' => '090431542828', 'provider' => 'bestbuy'],\n ['name' => \"The Fabulous Flamingos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-fabulous-flamingos-cd/2095609.p?id=82385&skuId=2095609&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095609', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095609_sa.jpg\"}', 'upc' => '090431542927', 'provider' => 'bestbuy'],\n ['name' => \"Why Can't We Live Together - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/why-cant-we-live-together-cd/2095627.p?id=101722&skuId=2095627&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095627', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095627.jpg\"}', 'upc' => '090431543320', 'provider' => 'bestbuy'],\n ['name' => \"Friend of Mine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/friend-of-mine-cd/2095636.p?id=89370&skuId=2095636&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095636', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095636_sa.jpg\"}', 'upc' => '090431543429', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - Stacking Kit for Select Whirlpool Dryers - Metal\", 'description_short' => \"Compatible with Whirlpool ME/GD6000, 7000X, WE/GD94, 95 and 97HEX dryers; allows you to stack a dryer on top of a washer\", 'description_long' => \"Compatible with Whirlpool ME/GD6000, 7000X, WE/GD94, 95 and 97HEX dryers; allows you to stack a dryer on top of a washer\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-stacking-kit-for-select-whirlpool-dryers-metal/2095638.p?id=1218698667706&skuId=2095638&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095638', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095638_sa.jpg\"}', 'upc' => '883049212654', 'provider' => 'bestbuy'],\n ['name' => \"Me for You, You for Me: The Glades Masters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/me-for-you-you-for-me-the-glades-masters-cd/2095645.p?id=89375&skuId=2095645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095645_sa.jpg\"}', 'upc' => '090431543528', 'provider' => 'bestbuy'],\n ['name' => \"At the Village Gate - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-village-gate-cd/2095654.p?id=70961&skuId=2095654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095654_sa.jpg\"}', 'upc' => '090431543825', 'provider' => 'bestbuy'],\n ['name' => \"Right On! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/right-on-cd/2095663.p?id=96692&skuId=2095663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095663.jpg\"}', 'upc' => '090431650028', 'provider' => 'bestbuy'],\n ['name' => \"The Blue Guerrilla - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-blue-guerrilla-cd/2095672.p?id=87561&skuId=2095672&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095672_sa.jpg\"}', 'upc' => '090431650127', 'provider' => 'bestbuy'],\n ['name' => \"Truth Is on Its Way - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/truth-is-on-its-way-cd/2095681.p?id=83665&skuId=2095681&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095681', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095681_sa.jpg\"}', 'upc' => '090431650622', 'provider' => 'bestbuy'],\n ['name' => \"The Doo-Wop Era - Harlem, N.Y.: 40 Hits - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-doo-wop-era-harlem-n-y--40-hits-cd-various/2095690.p?id=80759&skuId=2095690&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095690', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095690_sa.jpg\"}', 'upc' => '090431700129', 'provider' => 'bestbuy'],\n ['name' => \"Harlem New York: The Ballad Era - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-new-york-the-ballad-era-cd-various/2095707.p?id=73815&skuId=2095707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095707_sa.jpg\"}', 'upc' => '090431700228', 'provider' => 'bestbuy'],\n ['name' => \"For Collectors Only: The Rarities, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-collectors-only-the-rarities-vol-1-cd-various/2095716.p?id=82188&skuId=2095716&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095716', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095716_sa.jpg\"}', 'upc' => '090431700327', 'provider' => 'bestbuy'],\n ['name' => \"The Crows & the Harptones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-crows-the-harptones-cd/2095725.p?id=79336&skuId=2095725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095725_sa.jpg\"}', 'upc' => '090431700426', 'provider' => 'bestbuy'],\n ['name' => \"Native New Yorker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/native-new-yorker-cd/2095734.p?id=93808&skuId=2095734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095734_sa.jpg\"}', 'upc' => '090431850022', 'provider' => 'bestbuy'],\n ['name' => \"For Collectors Only [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-collectors-only-box-cd/2095743.p?id=76513&skuId=2095743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095743_sa.jpg\"}', 'upc' => '090431880029', 'provider' => 'bestbuy'],\n ['name' => \"For Collectors Only - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-collectors-only-cd/2095752.p?id=80133&skuId=2095752&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2095752', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2095\\/2095752_sa.jpg\"}', 'upc' => '090431880920', 'provider' => 'bestbuy'],\n ['name' => \"Never Say Never: The Remixes [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-say-never-the-remixes-ep-cd/2096036.p?id=2187896&skuId=2096036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2096036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2096\\/2096036_sa.jpg\"}', 'upc' => '602527645919', 'provider' => 'bestbuy'],\n ['name' => \"Lights [U.S. Edition] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lights-u-s-edition-cd/2096045.p?id=2187234&skuId=2096045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2096045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2096\\/2096045_sa.jpg\"}', 'upc' => '602527631325', 'provider' => 'bestbuy'],\n ['name' => \"Give the Drummer Some [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/give-the-drummer-some-pa-cd/2096072.p?id=2188947&skuId=2096072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2096072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2096\\/2096072_sa.jpg\"}', 'upc' => '602527645971', 'provider' => 'bestbuy'],\n ['name' => \"Musics of the Soviet Union - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/musics-of-the-soviet-union-cd-various/2096984.p?id=99733&skuId=2096984&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2096984', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2096\\/2096984_sa.jpg\"}', 'upc' => '093074000229', 'provider' => 'bestbuy'],\n ['name' => \"Darling Corey/Goofing-Off Suite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/darling-corey-goofing-off-suite-cd/2096993.p?id=98263&skuId=2096993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2096993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2096\\/2096993_sa.jpg\"}', 'upc' => '093074001820', 'provider' => 'bestbuy'],\n ['name' => \"Sing for Freedom: Civil Rights Movement Songs - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sing-for-freedom-civil-rights-movement-songs-cd-various/2097000.p?id=98923&skuId=2097000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097000_sa.jpg\"}', 'upc' => '093074003220', 'provider' => 'bestbuy'],\n ['name' => \"Folk Masters - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/folk-masters-cd-various/2097019.p?id=82583&skuId=2097019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097019.jpg\"}', 'upc' => '093074004722', 'provider' => 'bestbuy'],\n ['name' => \"Navajo Songs - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/navajo-songs-cd-various/2097028.p?id=92886&skuId=2097028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097028_sa.jpg\"}', 'upc' => '093074040324', 'provider' => 'bestbuy'],\n ['name' => \"Plains Chippewa/Metis Music from Turtle... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plains-chippewa-metis-music-from-turtle-cd-various/2097037.p?id=92888&skuId=2097037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097037_sa.jpg\"}', 'upc' => '093074041123', 'provider' => 'bestbuy'],\n ['name' => \"This-a-Way, That-a-Way - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-a-way-that-a-way-cd/2097046.p?id=86874&skuId=2097046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097046.jpg\"}', 'upc' => '093074500224', 'provider' => 'bestbuy'],\n ['name' => \"Come Dance by the Ocean - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-dance-by-the-ocean-cd/2097055.p?id=86868&skuId=2097055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097055_sa.jpg\"}', 'upc' => '093074501429', 'provider' => 'bestbuy'],\n ['name' => \"Nursery Days - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nursery-days-cd/2097064.p?id=84462&skuId=2097064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097064_sa.jpg\"}', 'upc' => '093074503621', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Guitar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-guitar-cd/2097117.p?id=156043&skuId=2097117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097117_sa.jpg\"}', 'upc' => '016351015921', 'provider' => 'bestbuy'],\n ['name' => \"Violin Jazz 1927-1934 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/violin-jazz-1927-1934-cd/2097126.p?id=180700&skuId=2097126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097126_sa.jpg\"}', 'upc' => '016351016225', 'provider' => 'bestbuy'],\n ['name' => \"The Original Rolling Stone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-original-rolling-stone-cd/2097135.p?id=104261&skuId=2097135&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097135', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097135_sa.jpg\"}', 'upc' => '016351017727', 'provider' => 'bestbuy'],\n ['name' => \"Texas Worried Blues: Complete Recorded Works... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/texas-worried-blues-complete-recorded-works-cd/2097144.p?id=101717&skuId=2097144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097144_sa.jpg\"}', 'upc' => '016351018021', 'provider' => 'bestbuy'],\n ['name' => \"The River Wild (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-river-wild-blu-ray-disc/2097178.p?id=43516&skuId=2097178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097178_sa.jpg\"}', 'upc' => '025192094057', 'provider' => 'bestbuy'],\n ['name' => \"Effigy of the Forgotten - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/effigy-of-the-forgotten-cd/2097368.p?id=100721&skuId=2097368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097368.jpg\"}', 'upc' => '016861927523', 'provider' => 'bestbuy'],\n ['name' => \"Live Sample - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-sample-cd/2097466.p?id=122211&skuId=2097466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097466_sa.jpg\"}', 'upc' => '044688902720', 'provider' => 'bestbuy'],\n ['name' => \"Wedding Album: Songs That Say I Love You - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wedding-album-songs-that-say-i-love-you-cd-various/2097625.p?id=109179&skuId=2097625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097625_sa.jpg\"}', 'upc' => '063961911129', 'provider' => 'bestbuy'],\n ['name' => \"Chuggington: Let'S Ride The Rails (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chuggington-lets-ride-the-rails-dvd/2097718.p?id=2171310&skuId=2097718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097718.jpg\"}', 'upc' => '013132203294', 'provider' => 'bestbuy'],\n ['name' => \"Shreen [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shreen-single-cd/2097787.p?id=107686&skuId=2097787&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097787', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097787.jpg\"}', 'upc' => '031895003029', 'provider' => 'bestbuy'],\n ['name' => \"Guilty [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guilty-single-cd/2097796.p?id=72717&skuId=2097796&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097796', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097796.jpg\"}', 'upc' => '031895003326', 'provider' => 'bestbuy'],\n ['name' => \"Ambient 3: Day of Radiance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ambient-3-day-of-radiance-cd/2097858.p?id=88671&skuId=2097858&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097858', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097858.JPG\"}', 'upc' => '017046157322', 'provider' => 'bestbuy'],\n ['name' => \"Pinkalicious - Nintendo DS\", 'description_short' => \"Do you love the color pink?\", 'description_long' => \"Do you love the color pink?\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pinkalicious-nintendo-ds/2097981.p?id=1218309758839&skuId=2097981', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2097981', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2097\\/2097981_sa.jpg\"}', 'upc' => '834656085056', 'provider' => 'bestbuy'],\n ['name' => \"Country Dance - Nintendo Wii\", 'description_short' => \"Move to the beat of your favorite country song\", 'description_long' => \"Move to the beat of your favorite country song\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-dance-nintendo-wii/2098016.p?id=1218309755692&skuId=2098016', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2098016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2098\\/2098016_sa.jpg\"}', 'upc' => '834656086053', 'provider' => 'bestbuy'],\n ['name' => \"WakaWaka - Power+ Solar Charger and Light - Black\", 'description_short' => \"WAKAWAKA Power+ Solar Charger and Light: Compatible with most USB-chargeable devices; Intivation SunBoost chip; 2200 mAh capacity; 1.5-amp output; recharges after 12 hours in the sun; provides up to 150 hours of LED illumination\", 'description_long' => \"WAKAWAKA Power+ Solar Charger and Light: Compatible with most USB-chargeable devices; Intivation SunBoost chip; 2200 mAh capacity; 1.5-amp output; recharges after 12 hours in the sun; provides up to 150 hours of LED illumination\", 'price' => 79, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wakawaka-power-solar-charger-and-light-black/2098348.p?id=1219528553470&skuId=2098348&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2098348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2098\\/2098348_sa.jpg\"}', 'upc' => '8718692050723', 'provider' => 'bestbuy'],\n ['name' => \"Rave Up with the Knickerbockers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rave-up-with-the-knickerbockers-cd/2098438.p?id=1472260&skuId=2098438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2098438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2098\\/2098438_sa.jpg\"}', 'upc' => '029667412223', 'provider' => 'bestbuy'],\n ['name' => \"Keep on Pushing/People Get Ready - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keep-on-pushing-people-get-ready-cd/2098456.p?id=1459286&skuId=2098456&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2098456', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2098\\/2098456_sa.jpg\"}', 'upc' => '029667413022', 'provider' => 'bestbuy'],\n ['name' => \"WakaWaka - Power+ Solar Charger and Light - White\", 'description_short' => \"WAKAWAKA Power+ Solar Charger and Light: Compatible with most USB-chargeable devices; Intivation SunBoost chip; 2200 mAh capacity; 1.5-amp output; recharges after 12 hours in the sun; provides up to 150 hours of LED illumination\", 'description_long' => \"WAKAWAKA Power+ Solar Charger and Light: Compatible with most USB-chargeable devices; Intivation SunBoost chip; 2200 mAh capacity; 1.5-amp output; recharges after 12 hours in the sun; provides up to 150 hours of LED illumination\", 'price' => 79, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wakawaka-power-solar-charger-and-light-white/2099301.p?id=1219528553405&skuId=2099301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099301_sa.jpg\"}', 'upc' => '8718692050747', 'provider' => 'bestbuy'],\n ['name' => \"Earth 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/earth-2-cd/2099320.p?id=81240&skuId=2099320&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099320', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099320_sa.jpg\"}', 'upc' => '098787018523', 'provider' => 'bestbuy'],\n ['name' => \"Tony Gable & 206 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tony-gable-206-cd/2099473.p?id=1366574&skuId=2099473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099473.jpg\"}', 'upc' => '053361302023', 'provider' => 'bestbuy'],\n ['name' => \"The Adolescents - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-adolescents-cd/2099507.p?id=1459111&skuId=2099507&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099507', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099507_sa.jpg\"}', 'upc' => '018663100326', 'provider' => 'bestbuy'],\n ['name' => \"Only Theatre of Pain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/only-theatre-of-pain-cd/2099525.p?id=1459126&skuId=2099525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099525_sa.jpg\"}', 'upc' => '018663100722', 'provider' => 'bestbuy'],\n ['name' => \"Exploring the Axis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/exploring-the-axis-cd/2099534.p?id=1459204&skuId=2099534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099534_sa.jpg\"}', 'upc' => '018663101521', 'provider' => 'bestbuy'],\n ['name' => \"Moonhead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moonhead-cd/2099543.p?id=1459206&skuId=2099543&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099543', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099543_sa.jpg\"}', 'upc' => '018663102023', 'provider' => 'bestbuy'],\n ['name' => \"World Of Today - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/world-of-today-cd/2099552.p?id=1459219&skuId=2099552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099552_sa.jpg\"}', 'upc' => '018663102122', 'provider' => 'bestbuy'],\n ['name' => \"In the Spanish Cave - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-spanish-cave-cd/2099570.p?id=1459205&skuId=2099570&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099570', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099570_sa.jpg\"}', 'upc' => '018663102726', 'provider' => 'bestbuy'],\n ['name' => \"Totally Lost - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/totally-lost-cd/2099589.p?id=1459220&skuId=2099589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099589_sa.jpg\"}', 'upc' => '018663102825', 'provider' => 'bestbuy'],\n ['name' => \"This One'S For The Ladies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-ones-for-the-ladies-cd/2099614.p?id=2305076&skuId=2099614&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099614', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099614.jpg\"}', 'upc' => '018663103426', 'provider' => 'bestbuy'],\n ['name' => \"Dangerhouse, Vol. 1 [PA] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dangerhouse-vol-1-pa-cd-various/2099632.p?id=1459133&skuId=2099632&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099632', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099632_sa.jpg\"}', 'upc' => '018663103921', 'provider' => 'bestbuy'],\n ['name' => \"Weird World, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/weird-world-vol-1-cd/2099641.p?id=1459216&skuId=2099641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099641_sa.jpg\"}', 'upc' => '018663104027', 'provider' => 'bestbuy'],\n ['name' => \"The Ruby Sea - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ruby-sea-cd/2099669.p?id=1468891&skuId=2099669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099669_sa.jpg\"}', 'upc' => '018663104225', 'provider' => 'bestbuy'],\n ['name' => \"Sack Full of Silver - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sack-full-of-silver-cd/2099696.p?id=2065376&skuId=2099696&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099696', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099696.jpg\"}', 'upc' => '018663104829', 'provider' => 'bestbuy'],\n ['name' => \"Happen Happened - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happen-happened-cd/2099703.p?id=1474445&skuId=2099703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099703_sa.jpg\"}', 'upc' => '018663104928', 'provider' => 'bestbuy'],\n ['name' => \"One That Got Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-that-got-away-cd/2099712.p?id=2065377&skuId=2099712&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099712', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099712.jpg\"}', 'upc' => '018663105222', 'provider' => 'bestbuy'],\n ['name' => \"Dead Air - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dead-air-cd/2099758.p?id=1462227&skuId=2099758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099758.jpg\"}', 'upc' => '018663105727', 'provider' => 'bestbuy'],\n ['name' => \"Another Wasted Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/another-wasted-night-cd/2099794.p?id=1365890&skuId=2099794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099794_sa.jpg\"}', 'upc' => '722975001324', 'provider' => 'bestbuy'],\n ['name' => \"Peking Spring - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peking-spring-cd/2099801.p?id=1368956&skuId=2099801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099801_sa.jpg\"}', 'upc' => '722975002024', 'provider' => 'bestbuy'],\n ['name' => \"Step on It/Back on the Map - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/step-on-it-back-on-the-map-cd/2099829.p?id=99104&skuId=2099829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099829.jpg\"}', 'upc' => '722975002826', 'provider' => 'bestbuy'],\n ['name' => \"Sudden Death Overtime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sudden-death-overtime-cd/2099856.p?id=1365917&skuId=2099856&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099856', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099856_sa.jpg\"}', 'upc' => '722975004028', 'provider' => 'bestbuy'],\n ['name' => \"Step One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/step-one-cd/2099874.p?id=90146&skuId=2099874&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099874', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099874_sa.jpg\"}', 'upc' => '722975004226', 'provider' => 'bestbuy'],\n ['name' => \"Devils Night Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/devils-night-out-cd/2099883.p?id=91675&skuId=2099883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099883.jpg\"}', 'upc' => '722975004424', 'provider' => 'bestbuy'],\n ['name' => \"Pick Your King - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pick-your-king-cd/2099892.p?id=95136&skuId=2099892&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099892', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099892_sa.jpg\"}', 'upc' => '722975004523', 'provider' => 'bestbuy'],\n ['name' => \"Power (Best of SSD) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/power-best-of-ssd-cd/2099945.p?id=99972&skuId=2099945&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099945', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099945_sa.jpg\"}', 'upc' => '722975005025', 'provider' => 'bestbuy'],\n ['name' => \"Fall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fall-cd/2099972.p?id=92515&skuId=2099972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099972_sa.jpg\"}', 'upc' => '722975005421', 'provider' => 'bestbuy'],\n ['name' => \"Love Shim - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-shim-cd/2099981.p?id=1516614&skuId=2099981&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099981', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099981_sa.jpg\"}', 'upc' => '722975005520', 'provider' => 'bestbuy'],\n ['name' => \"Misery Loves Company - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/misery-loves-company-cd/2099990.p?id=82951&skuId=2099990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2099990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2099\\/2099990_sa.jpg\"}', 'upc' => '722975005728', 'provider' => 'bestbuy'],\n ['name' => \"SPT - 40-Pint Dehumidifier - White\", 'description_short' => \"ENERGY STAR Certified\nRemoves up to 40 pints of water per day; 4.5 amps; soft-touch electronic controls; Memory IC function; washable air filter; normal and turbo fan speeds\", 'description_long' => \"ENERGY STAR Certified\nRemoves up to 40 pints of water per day; 4.5 amps; soft-touch electronic controls; Memory IC function; washable air filter; normal and turbo fan speeds\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spt-40-pint-dehumidifier-white/2100001.p?id=1219068849325&skuId=2100001', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100001_sa.jpg\"}', 'upc' => '876840006331', 'provider' => 'bestbuy'],\n ['name' => \"Nobody But Lyres [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nobody-but-lyres-ep-cd/2100005.p?id=2275439&skuId=2100005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100005_sa.jpg\"}', 'upc' => '722975005827', 'provider' => 'bestbuy'],\n ['name' => \"The First Seven Inches...And Then Some! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-first-seven-inches-and-then-some-cd/2100014.p?id=99152&skuId=2100014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100014_sa.jpg\"}', 'upc' => '722975005926', 'provider' => 'bestbuy'],\n ['name' => \"More Noise and Other Disturbances - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-noise-and-other-disturbances-cd/2100023.p?id=91677&skuId=2100023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100023_sa.jpg\"}', 'upc' => '722975006022', 'provider' => 'bestbuy'],\n ['name' => \"SPT - 60-Pint Dehumidifier - White\", 'description_short' => \"ENERGY STAR Certified\nRemoves up to 60 pints of water per day; 4.9 amps; soft-touch electronic controls; Memory IC function; washable air filter; normal and turbo fan speeds\", 'description_long' => \"ENERGY STAR Certified\nRemoves up to 60 pints of water per day; 4.9 amps; soft-touch electronic controls; Memory IC function; washable air filter; normal and turbo fan speeds\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spt-60-pint-dehumidifier-white/2100029.p?id=1219068849590&skuId=2100029', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100029_sa.jpg\"}', 'upc' => '876840006348', 'provider' => 'bestbuy'],\n ['name' => \"SPT - 70-Pint Dehumidifier - White\", 'description_short' => \"ENERGY STAR Certified\nRemoves up to 70 pints of water per day; 6.9 amps; soft-touch electronic controls; Memory IC function; washable air filter; normal and turbo fan speeds\", 'description_long' => \"ENERGY STAR Certified\nRemoves up to 70 pints of water per day; 6.9 amps; soft-touch electronic controls; Memory IC function; washable air filter; normal and turbo fan speeds\", 'price' => 319.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spt-70-pint-dehumidifier-white/2100038.p?id=1219068858197&skuId=2100038', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100038_sa.jpg\"}', 'upc' => '876840006355', 'provider' => 'bestbuy'],\n ['name' => \"What to Do About Them - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-to-do-about-them-cd/2100041.p?id=2393603&skuId=2100041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100041_sa.jpg\"}', 'upc' => '722975006527', 'provider' => 'bestbuy'],\n ['name' => \"SPT - 30-Pint Dehumidifier - White\", 'description_short' => \"ENERGY STAR Certified\nRemoves up to 30 pints of water per day; 3 amps; soft-touch electronic controls; Memory IC function; washable air filter; normal and turbo fan speeds\", 'description_long' => \"ENERGY STAR Certified\nRemoves up to 30 pints of water per day; 3 amps; soft-touch electronic controls; Memory IC function; washable air filter; normal and turbo fan speeds\", 'price' => 224.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spt-30-pint-dehumidifier-white/2100047.p?id=1219068855428&skuId=2100047', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100047_sa.jpg\"}', 'upc' => '876840006324', 'provider' => 'bestbuy'],\n ['name' => \"Happy Now... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happy-now-cd/2100050.p?id=90021&skuId=2100050&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100050', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100050_sa.jpg\"}', 'upc' => '722975006626', 'provider' => 'bestbuy'],\n ['name' => \"Evilution - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/evilution-cd/2100078.p?id=102825&skuId=2100078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100078_sa.jpg\"}', 'upc' => '722975007029', 'provider' => 'bestbuy'],\n ['name' => \"Vanilla Sky (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vanilla-sky-blu-ray-disc/2100083.p?id=38922&skuId=2100083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100083_sa.jpg\"}', 'upc' => '883929335039', 'provider' => 'bestbuy'],\n ['name' => \"Knock Your Block Off - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/knock-your-block-off-cd/2100087.p?id=99153&skuId=2100087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100087_sa.jpg\"}', 'upc' => '722975007128', 'provider' => 'bestbuy'],\n ['name' => \"The Nativity (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-nativity-dvd/2100092.p?id=2815919&skuId=2100092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100092_sa.jpg\"}', 'upc' => '883929342112', 'provider' => 'bestbuy'],\n ['name' => \"Last of the Angels [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-of-the-angels-single-cd/2100096.p?id=1517634&skuId=2100096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100096_sa.jpg\"}', 'upc' => '722975007227', 'provider' => 'bestbuy'],\n ['name' => \"Take This Ride - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-this-ride-cd/2100103.p?id=92516&skuId=2100103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100103_sa.jpg\"}', 'upc' => '722975007326', 'provider' => 'bestbuy'],\n ['name' => \"A Charlie Brown Christmas (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-charlie-brown-christmas-dvd-2-disc/2100107.p?id=20923&skuId=2100107&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100107_sa.jpg\"}', 'upc' => '883929341627', 'provider' => 'bestbuy'],\n ['name' => \"Spore - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spore-cd/2100112.p?id=99902&skuId=2100112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100112_sa.jpg\"}', 'upc' => '722975007425', 'provider' => 'bestbuy'],\n ['name' => \"Smurfs: Magical Smurf Adventure 2 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smurfs-magical-smurf-adventure-2-dvd/2100116.p?id=2731750&skuId=2100116&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2168\\/21680443.jpg\"}', 'upc' => '883929337699', 'provider' => 'bestbuy'],\n ['name' => \"Fear God [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fear-god-ep-cd/2100121.p?id=1517636&skuId=2100121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100121_sa.jpg\"}', 'upc' => '722975007524', 'provider' => 'bestbuy'],\n ['name' => \"Let In Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-in-life-cd/2100149.p?id=97795&skuId=2100149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100149_sa.jpg\"}', 'upc' => '722975007722', 'provider' => 'bestbuy'],\n ['name' => \"No Reaction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 2.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-reaction-cd/2100176.p?id=107277&skuId=2100176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100176_sa.jpg\"}', 'upc' => '722975008422', 'provider' => 'bestbuy'],\n ['name' => \"Burn Out Your Name - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/burn-out-your-name-cd/2100185.p?id=107282&skuId=2100185&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100185', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100185_sa.jpg\"}', 'upc' => '722975008828', 'provider' => 'bestbuy'],\n ['name' => \"End on End - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/end-on-end-cd/2100194.p?id=96745&skuId=2100194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100194.jpg\"}', 'upc' => '718750727121', 'provider' => 'bestbuy'],\n ['name' => \"Fabuley - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fabuley-cd/2100210.p?id=85550&skuId=2100210&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100210', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100210_sa.jpg\"}', 'upc' => '718751795921', 'provider' => 'bestbuy'],\n ['name' => \"Super Genius - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-genius-cd/2100229.p?id=77829&skuId=2100229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100229.jpg\"}', 'upc' => '718751796324', 'provider' => 'bestbuy'],\n ['name' => \"Talking Songs for Walking/Necklace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talking-songs-for-walking-necklace-cd/2100238.p?id=89927&skuId=2100238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100238_sa.jpg\"}', 'upc' => '718751796621', 'provider' => 'bestbuy'],\n ['name' => \"Acid to Ashes Rust to Dust - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/acid-to-ashes-rust-to-dust-cd/2100247.p?id=98412&skuId=2100247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100247_sa.jpg\"}', 'upc' => '718751797222', 'provider' => 'bestbuy'],\n ['name' => \"Holy Rollers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/holy-rollers-cd/2100256.p?id=173523&skuId=2100256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100256.jpg\"}', 'upc' => '718751798625', 'provider' => 'bestbuy'],\n ['name' => \"The Faith/Void [Split] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-faith-void-split-cd/2100265.p?id=155197&skuId=2100265&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100265', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100265_sa.jpg\"}', 'upc' => '718751798724', 'provider' => 'bestbuy'],\n ['name' => \"The Lurid Traversal of Route 7 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lurid-traversal-of-route-7-cd/2100283.p?id=154147&skuId=2100283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100283_sa.jpg\"}', 'upc' => '718751798922', 'provider' => 'bestbuy'],\n ['name' => \"Soda Pop Rip Off - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soda-pop-rip-off-cd/2100292.p?id=115591&skuId=2100292&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100292', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100292_sa.jpg\"}', 'upc' => '718751799127', 'provider' => 'bestbuy'],\n ['name' => \"Sounds Of The Season - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sounds-of-the-season-cd/2100381.p?id=1514479&skuId=2100381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100381.jpg\"}', 'upc' => '095182010329', 'provider' => 'bestbuy'],\n ['name' => \"Traditions (Hammered Dulcimer... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traditions-hammered-dulcimer-cd/2100390.p?id=1459195&skuId=2100390&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100390', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100390.jpg\"}', 'upc' => '095182010428', 'provider' => 'bestbuy'],\n ['name' => \"Mist and Stone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mist-and-stone-cd/2100407.p?id=1475804&skuId=2100407&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100407', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100407.jpg\"}', 'upc' => '095182010626', 'provider' => 'bestbuy'],\n ['name' => \"Dance Upon the Shore - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-upon-the-shore-cd/2100425.p?id=1459224&skuId=2100425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100425.jpg\"}', 'upc' => '095182010923', 'provider' => 'bestbuy'],\n ['name' => \"Grey Eyed Morn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grey-eyed-morn-cd/2100434.p?id=1468611&skuId=2100434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100434_sa.jpg\"}', 'upc' => '095182020120', 'provider' => 'bestbuy'],\n ['name' => \"Celtic Lace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/celtic-lace-cd/2100443.p?id=1459124&skuId=2100443&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100443', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100443.jpg\"}', 'upc' => '095182020328', 'provider' => 'bestbuy'],\n ['name' => \"Morning Aire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/morning-aire-cd/2100452.p?id=1577164&skuId=2100452&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100452', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100452.jpg\"}', 'upc' => '095182020427', 'provider' => 'bestbuy'],\n ['name' => \"The Waters and the Wild - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-waters-and-the-wild-cd/2100461.p?id=1468612&skuId=2100461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100461.jpg\"}', 'upc' => '095182020526', 'provider' => 'bestbuy'],\n ['name' => \"Whispering Stones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whispering-stones-cd/2100470.p?id=1459225&skuId=2100470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100470.jpg\"}', 'upc' => '095182020625', 'provider' => 'bestbuy'],\n ['name' => \"Soft May Morn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soft-may-morn-cd/2100489.p?id=1459226&skuId=2100489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2100489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2100\\/2100489.jpg\"}', 'upc' => '095182020823', 'provider' => 'bestbuy'],\n ['name' => \"Duracell - CopperTop AAA Batteries (24-Pack) - Black\", 'description_short' => \"Alkaline chemistry; 1.5V; Duralock Power Preserve technology; shelf life up to 10 years\", 'description_long' => \"Alkaline chemistry; 1.5V; Duralock Power Preserve technology; shelf life up to 10 years\", 'price' => 17.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duracell-coppertop-aaa-batteries-24-pack-black/2101019.p?id=1219068628946&skuId=2101019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2101019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2101\\/2101019_sa.jpg\"}', 'upc' => '041333002132', 'provider' => 'bestbuy'],\n ['name' => \"Juggernaut: Alpha - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/juggernaut-alpha-cd/2101037.p?id=3333738&skuId=2101037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2101037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2101\\/2101037_sa.jpg\"}', 'upc' => '817424013499', 'provider' => 'bestbuy'],\n ['name' => \"Juggernaut: Omega [CD/DVD] [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/juggernaut-omega-cd-dvd-cd-dvd-cd-dvd/2101046.p?id=3333739&skuId=2101046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2101046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2101\\/2101046_sa.jpg\"}', 'upc' => '817424014632', 'provider' => 'bestbuy'],\n ['name' => \"Rancid [1993] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rancid-1993-cd/2101656.p?id=95935&skuId=2101656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2101656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2101\\/2101656.jpg\"}', 'upc' => '045778642823', 'provider' => 'bestbuy'],\n ['name' => \"OtterBox - Defender Series Case for Apple® iPad® Air 2 - Black\", 'description_short' => \"Compatible with Apple iPad Air 2; durable construction; built-in screen protector\", 'description_long' => \"Compatible with Apple iPad Air 2; durable construction; built-in screen protector\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/otterbox-defender-series-case-for-apple-ipad-air-2-black/2102072.p?id=1219528553870&skuId=2102072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2102072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2102\\/2102072_sa.jpg\"}', 'upc' => '660543369585', 'provider' => 'bestbuy'],\n ['name' => \"OtterBox - Defender Series Case for Apple® iPad® Air 2 - Pink\", 'description_short' => \"Compatible with Apple iPad Air 2; durable construction; built-in screen protector\", 'description_long' => \"Compatible with Apple iPad Air 2; durable construction; built-in screen protector\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/otterbox-defender-series-case-for-apple-ipad-air-2-pink/2103017.p?id=1219528553016&skuId=2103017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103017_sa.jpg\"}', 'upc' => '660543369608', 'provider' => 'bestbuy'],\n ['name' => \"OtterBox - Defender Series Case for Apple® iPad® mini, iPad mini 2 and iPad mini 3 - Black\", 'description_short' => \"Compatible with Apple iPad mini, iPad mini 2 and iPad mini 3; durable construction; built-in screen protector\", 'description_long' => \"Compatible with Apple iPad mini, iPad mini 2 and iPad mini 3; durable construction; built-in screen protector\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/otterbox-defender-series-case-for-apple-ipad-mini-ipad-mini-2-and-ipad-mini-3-black/2103026.p?id=1219528554522&skuId=2103026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103026_sa.jpg\"}', 'upc' => '660543369615', 'provider' => 'bestbuy'],\n ['name' => \"Saving Santa (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saving-santa-dvd/2103035.p?id=3276400&skuId=2103035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_movies_l.jpg\"}', 'upc' => '013132623696', 'provider' => 'bestbuy'],\n ['name' => \"Teen Comedy Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/teen-comedy-collection-4-film-favorites-2-discs-dvd/2103037.p?id=2179930&skuId=2103037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103037_sa.jpg\"}', 'upc' => '025192099779', 'provider' => 'bestbuy'],\n ['name' => \"Classic Western Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-western-collection-4-film-favorites-2-discs-dvd/2103046.p?id=2179919&skuId=2103046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103046_sa.jpg\"}', 'upc' => '025192099786', 'provider' => 'bestbuy'],\n ['name' => \"When Santa Fell To Earth (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-santa-fell-to-earth-dvd/2103053.p?id=3276387&skuId=2103053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103053_sa.jpg\"}', 'upc' => '013132623443', 'provider' => 'bestbuy'],\n ['name' => \"Dog-Gone Holiday Fun Gift Set (DVD) (5 Disc) (Boxed Set) (Gift Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dog-gone-holiday-fun-gift-set-dvd-5-disc-boxed-set-gift-set/2103062.p?id=3294610&skuId=2103062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_movies_l.jpg\"}', 'upc' => '013132625065', 'provider' => 'bestbuy'],\n ['name' => \"Comedy Favorites Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/comedy-favorites-collection-4-film-favorites-2-discs-dvd/2103091.p?id=2179921&skuId=2103091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103091_sa.jpg\"}', 'upc' => '025192099793', 'provider' => 'bestbuy'],\n ['name' => \"Cult Horror Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cult-horror-collection-4-film-favorites-2-discs-dvd/2103116.p?id=2179922&skuId=2103116&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103116_sa.jpg\"}', 'upc' => '025192099908', 'provider' => 'bestbuy'],\n ['name' => \"Classic War Collection: 4 Film Favorites [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-war-collection-4-film-favorites-2-discs-dvd/2103143.p?id=2179918&skuId=2103143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103143_sa.jpg\"}', 'upc' => '025192099939', 'provider' => 'bestbuy'],\n ['name' => \"Mine to Kill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mine-to-kill-cd/2103351.p?id=270035&skuId=2103351&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103351', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103351_sa.jpg\"}', 'upc' => '032357209027', 'provider' => 'bestbuy'],\n ['name' => \"Clouds - CD - Live\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clouds-cd-live/2103397.p?id=101827&skuId=2103397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103397.jpg\"}', 'upc' => '727701773629', 'provider' => 'bestbuy'],\n ['name' => \"Elite Screens - SableFrame Series 110\\\" Home Theater Projector Screen - Black\", 'description_short' => \"16:9 aspect ratio; CineWhite 1.1 flat, tensioned screen material; aluminum frame with black velvet surfacing; black screen backing; adjustable fix plates; fixed installation\", 'description_long' => \"16:9 aspect ratio; CineWhite 1.1 flat, tensioned screen material; aluminum frame with black velvet surfacing; black screen backing; adjustable fix plates; fixed installation\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elite-screens-sableframe-series-110-home-theater-projector-screen-black/2103461.p?id=1218309065076&skuId=2103461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103461_sa.jpg\"}', 'upc' => '848448021375', 'provider' => 'bestbuy'],\n ['name' => \"The Guitar Artistry of Enrique Coria - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-guitar-artistry-of-enrique-coria-cd/2103618.p?id=78700&skuId=2103618&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103618.jpg\"}', 'upc' => '715949100628', 'provider' => 'bestbuy'],\n ['name' => \"Cruisin' With Porky Chedwick - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruisin-with-porky-chedwick-cd/2103627.p?id=79363&skuId=2103627&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103627', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103627_sa.jpg\"}', 'upc' => '015668300027', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Built-In Electric Cooktop - White\", 'description_short' => \"4 elements; 1200-3000 watts of power; dual radiant element; AccuSimmer\", 'description_long' => \"4 elements; 1200-3000 watts of power; dual radiant element; AccuSimmer\", 'price' => 749.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-built-in-electric-cooktop-white/2103647.p?id=1218309759373&skuId=2103647&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103647', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103647_sa.jpg\"}', 'upc' => '883049225463', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Built-In Electric Cooktop - Stainless Steel\", 'description_short' => \"4 elements; 1200-3000 watts of power; dual radiant element; AccuSimmer\", 'description_long' => \"4 elements; 1200-3000 watts of power; dual radiant element; AccuSimmer\", 'price' => 849.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-built-in-electric-cooktop-stainless-steel/2103683.p?id=1218309755820&skuId=2103683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103683_sa.jpg\"}', 'upc' => '883049225487', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Built-In Gas Cooktop - Stainless/Stainless look\", 'description_short' => \"4 burners; 5,000-10,500 BTU burner range; AccuSimmer burner\", 'description_long' => \"4 burners; 5,000-10,500 BTU burner range; AccuSimmer burner\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-built-in-gas-cooktop-stainless-stainless-look/2103692.p?id=1218309760597&skuId=2103692&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103692', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103692_sa.jpg\"}', 'upc' => '883049227634', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 36\\\" Built-In Electric Cooktop - Stainless Steel\", 'description_short' => \"5 elements; 100-3000 watts of power; 2 dual radiant elements; warm zone; AccuSimmer\", 'description_long' => \"5 elements; 100-3000 watts of power; 2 dual radiant elements; warm zone; AccuSimmer\", 'price' => 949.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-36-built-in-electric-cooktop-stainless-steel/2103738.p?id=1218309758262&skuId=2103738&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103738', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103738_sa.jpg\"}', 'upc' => '883049225562', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 36\\\" Built-In Electric Cooktop - Stainless Steel\", 'description_short' => \"Tap touch controls; 5 elements; 1200-3000 watts of power; dual and triple radiant elements; AccuSimmer Plus\", 'description_long' => \"Tap touch controls; 5 elements; 1200-3000 watts of power; dual and triple radiant elements; AccuSimmer Plus\", 'price' => 1299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-36-built-in-electric-cooktop-stainless-steel/2103765.p?id=1218309756669&skuId=2103765&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103765', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103765_sa.jpg\"}', 'upc' => '883049225609', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Built-In Electric Cooktop - Black\", 'description_short' => \"4 elements; 1200-3000 watts of power; dual radiant element; AccuSimmer\", 'description_long' => \"4 elements; 1200-3000 watts of power; dual radiant element; AccuSimmer\", 'price' => 749.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-built-in-electric-cooktop-black/2103774.p?id=1218309760288&skuId=2103774&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103774', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103774_sa.jpg\"}', 'upc' => '883049225456', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Built-In Gas Cooktop - White\", 'description_short' => \"4 burners; 5,000-10,500 BTU burner range; AccuSimmer burner\", 'description_long' => \"4 burners; 5,000-10,500 BTU burner range; AccuSimmer burner\", 'price' => 399.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-built-in-gas-cooktop-white/2103783.p?id=1218309756755&skuId=2103783&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103783', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103783_sa.jpg\"}', 'upc' => '883049227627', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Built-In Electric Cooktop - Stainless Steel\", 'description_short' => \"Tap Touch controls; 5 elements; 100-2500 watts of power; dual radiant element; warm zone; AccuSimmer\", 'description_long' => \"Tap Touch controls; 5 elements; 100-2500 watts of power; dual radiant element; warm zone; AccuSimmer\", 'price' => 1149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-built-in-electric-cooktop-stainless-steel/2103792.p?id=1218309756727&skuId=2103792&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103792', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103792_sa.jpg\"}', 'upc' => '883049225418', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 36\\\" Built-In Electric Cooktop - Black\", 'description_short' => \"5 elements; 100-3000 watts of power; 2 dual radiant elements; warm zone; AccuSimmer\", 'description_long' => \"5 elements; 100-3000 watts of power; 2 dual radiant elements; warm zone; AccuSimmer\", 'price' => 849.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-36-built-in-electric-cooktop-black/2103829.p?id=1218309756354&skuId=2103829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103829_sa.jpg\"}', 'upc' => '883049225548', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Built-In Electric Cooktop - Black\", 'description_short' => \"Tap Touch controls; 5 elements; 100-2500 watts of power; dual radiant element; warm zone; AccuSimmer\", 'description_long' => \"Tap Touch controls; 5 elements; 100-2500 watts of power; dual radiant element; warm zone; AccuSimmer\", 'price' => 999.99, 'sale_price' => 799.99, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-built-in-electric-cooktop-black/2103856.p?id=1218309757418&skuId=2103856&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103856', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103856_sa.jpg\"}', 'upc' => '883049225517', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 36\\\" Built-In Electric Cooktop - Black\", 'description_short' => \"Tap touch controls; 5 elements; 1200-3000 watts of power; dual and triple radiant elements; AccuSimmer Plus\", 'description_long' => \"Tap touch controls; 5 elements; 1200-3000 watts of power; dual and triple radiant elements; AccuSimmer Plus\", 'price' => 1199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-36-built-in-electric-cooktop-black/2103865.p?id=1218309760991&skuId=2103865&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103865', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103865_sa.jpg\"}', 'upc' => '883049225593', 'provider' => 'bestbuy'],\n ['name' => \"You & Your Sister - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-your-sister-cd/2103912.p?id=103261&skuId=2103912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103912_sa.jpg\"}', 'upc' => '054895117121', 'provider' => 'bestbuy'],\n ['name' => \"Expelled - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/expelled-cd/2103921.p?id=96752&skuId=2103921&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103921', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103921_sa.jpg\"}', 'upc' => '054895210129', 'provider' => 'bestbuy'],\n ['name' => \"Grim - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grim-cd/2103930.p?id=73355&skuId=2103930&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103930', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103930_sa.jpg\"}', 'upc' => '054895210426', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Built-In Gas Cooktop - Black\", 'description_short' => \"4 burners; 5,000-10,500 BTU burner range; AccuSimmer burner\", 'description_long' => \"4 burners; 5,000-10,500 BTU burner range; AccuSimmer burner\", 'price' => 399.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-built-in-gas-cooktop-black/2103938.p?id=1218309756908&skuId=2103938&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103938', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103938_sa.jpg\"}', 'upc' => '883049227610', 'provider' => 'bestbuy'],\n ['name' => \"Apathetic [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/apathetic-single-cd/2103949.p?id=1576821&skuId=2103949&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103949', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103949_sa.jpg\"}', 'upc' => '054895210525', 'provider' => 'bestbuy'],\n ['name' => \"Love Is Murder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-is-murder-cd/2103958.p?id=84666&skuId=2103958&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103958', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103958.jpg\"}', 'upc' => '054895210624', 'provider' => 'bestbuy'],\n ['name' => \"For Lovers Only - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-lovers-only-cd/2103967.p?id=99724&skuId=2103967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103967_sa.jpg\"}', 'upc' => '054895210822', 'provider' => 'bestbuy'],\n ['name' => \"At Yoshi's - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-yoshis-cd/2103976.p?id=65083&skuId=2103976&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103976', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103976_sa.jpg\"}', 'upc' => '730182202120', 'provider' => 'bestbuy'],\n ['name' => \"Shukuru - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shukuru-cd/2103985.p?id=70619&skuId=2103985&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2103985', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2103\\/2103985_sa.jpg\"}', 'upc' => '730182202229', 'provider' => 'bestbuy'],\n ['name' => \"Impressions of Copenhagen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/impressions-of-copenhagen-cd/2104001.p?id=64439&skuId=2104001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104001_sa.jpg\"}', 'upc' => '730182202427', 'provider' => 'bestbuy'],\n ['name' => \"Activision - Skylanders Swap Force Trading Cards - Multi\", 'description_short' => \"Everything you need to show off your Skylanders Swap Force fandom\", 'description_long' => \"Everything you need to show off your Skylanders Swap Force fandom\", 'price' => 14.99, 'sale_price' => 9.99, 'url' => 'http://www.bestbuy.com/site/activision-skylanders-swap-force-trading-cards-multi/2104007.p?id=1219068858325&skuId=2104007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104007_sa.jpg\"}', 'upc' => '887521008834', 'provider' => 'bestbuy'],\n ['name' => \"Hard Champion: Art Blakey and the Jazz Messengers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hard-champion-art-blakey-and-the-jazz-messengers-cd/2104010.p?id=64349&skuId=2104010&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104010', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104010.jpg\"}', 'upc' => '730182202526', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-vol-1-cd/2104029.p?id=66146&skuId=2104029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104029_sa.jpg\"}', 'upc' => '730182202625', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-vol-2-cd/2104038.p?id=66147&skuId=2104038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104038_sa.jpg\"}', 'upc' => '730182202724', 'provider' => 'bestbuy'],\n ['name' => \"Saving Santa (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saving-santa-blu-ray-disc-2-disc/2104043.p?id=3276400&skuId=2104043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104043_sa.jpg\"}', 'upc' => '013132623702', 'provider' => 'bestbuy'],\n ['name' => \"Suntan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/suntan-cd/2104047.p?id=64801&skuId=2104047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104047_sa.jpg\"}', 'upc' => '730182203028', 'provider' => 'bestbuy'],\n ['name' => \"Tickety Toc: Christmas Present Time (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tickety-toc-christmas-present-time-dvd/2104052.p?id=3276317&skuId=2104052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2559\\/25597186.jpg\"}', 'upc' => '013132620367', 'provider' => 'bestbuy'],\n ['name' => \"Animated Holiday Gift Set (DVD) (5 Disc) (Boxed Set) (Gift Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/animated-holiday-gift-set-dvd-5-disc-boxed-set-gift-set/2104061.p?id=3294712&skuId=2104061&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104061', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2574\\/25746573.jpg\"}', 'upc' => '013132625072', 'provider' => 'bestbuy'],\n ['name' => \"Blue Autumn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-autumn-cd/2104074.p?id=63559&skuId=2104074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104074_sa.jpg\"}', 'upc' => '730182203523', 'provider' => 'bestbuy'],\n ['name' => \"In Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-concert-cd/2104083.p?id=67414&skuId=2104083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104083.jpg\"}', 'upc' => '730182204827', 'provider' => 'bestbuy'],\n ['name' => \"Jon & Billy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jon-billy-cd/2104092.p?id=66170&skuId=2104092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104092_sa.jpg\"}', 'upc' => '730182205220', 'provider' => 'bestbuy'],\n ['name' => \"Guardian Angels - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guardian-angels-cd/2104109.p?id=71772&skuId=2104109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104109.jpg\"}', 'upc' => '730182205527', 'provider' => 'bestbuy'],\n ['name' => \"A Song I Thought I Heard Buddy Sing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-song-i-thought-i-heard-buddy-sing-cd/2104127.p?id=66865&skuId=2104127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104127.jpg\"}', 'upc' => '730182205725', 'provider' => 'bestbuy'],\n ['name' => \"Blues Hang Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-hang-out-cd/2104145.p?id=77995&skuId=2104145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104145_sa.jpg\"}', 'upc' => '730182600827', 'provider' => 'bestbuy'],\n ['name' => \"Slideslinger - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slideslinger-cd/2104154.p?id=85991&skuId=2104154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104154.jpg\"}', 'upc' => '730182600926', 'provider' => 'bestbuy'],\n ['name' => \"Luther's Blues [Evidence] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/luthers-blues-evidence-cd/2104163.p?id=87195&skuId=2104163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104163_sa.jpg\"}', 'upc' => '730182601022', 'provider' => 'bestbuy'],\n ['name' => \"Boogie Woogie King - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boogie-woogie-king-cd/2104172.p?id=94711&skuId=2104172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104172_sa.jpg\"}', 'upc' => '730182601121', 'provider' => 'bestbuy'],\n ['name' => \"Love Me Papa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-me-papa-cd/2104181.p?id=72766&skuId=2104181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104181_sa.jpg\"}', 'upc' => '730182601527', 'provider' => 'bestbuy'],\n ['name' => \"Let's Pick It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-pick-it-cd/2104190.p?id=76658&skuId=2104190&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104190', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104190_sa.jpg\"}', 'upc' => '730182603729', 'provider' => 'bestbuy'],\n ['name' => \"Airbusters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/airbusters-cd/2104207.p?id=89309&skuId=2104207&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104207_sa.jpg\"}', 'upc' => '730182603828', 'provider' => 'bestbuy'],\n ['name' => \"White Windows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/white-windows-cd/2104216.p?id=81332&skuId=2104216&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104216', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104216_sa.jpg\"}', 'upc' => '730182603927', 'provider' => 'bestbuy'],\n ['name' => \"Cecil Taylor Unit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cecil-taylor-unit-cd/2104243.p?id=1459107&skuId=2104243&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104243', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104243_sa.jpg\"}', 'upc' => '093228020127', 'provider' => 'bestbuy'],\n ['name' => \"3 Phasis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/3-phasis-cd/2104252.p?id=1459106&skuId=2104252&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104252', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104252_sa.jpg\"}', 'upc' => '093228030324', 'provider' => 'bestbuy'],\n ['name' => \"The Texas Twister - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-texas-twister-cd/2104261.p?id=1459105&skuId=2104261&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104261', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104261_sa.jpg\"}', 'upc' => '093228035220', 'provider' => 'bestbuy'],\n ['name' => \"Powwow Songs: Music of the Plains Indians - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/powwow-songs-music-of-the-plains-indians-cd-various/2104298.p?id=1468890&skuId=2104298&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104298', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104298_sa.jpg\"}', 'upc' => '093228034322', 'provider' => 'bestbuy'],\n ['name' => \"Sitting Pretty - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sitting-pretty-cd/2104305.p?id=2244322&skuId=2104305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104305.jpg\"}', 'upc' => '093228038726', 'provider' => 'bestbuy'],\n ['name' => \"Why I Like Coffee - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/why-i-like-coffee-cd/2104314.p?id=1459103&skuId=2104314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104314.jpg\"}', 'upc' => '093228041924', 'provider' => 'bestbuy'],\n ['name' => \"Too Much Sleep - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/too-much-sleep-cd/2104494.p?id=2444087&skuId=2104494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104494_sa.jpg\"}', 'upc' => '738641003127', 'provider' => 'bestbuy'],\n ['name' => \"Project Success - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/project-success-cd/2104564.p?id=1465529&skuId=2104564&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104564', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104564_sa.jpg\"}', 'upc' => '738641006326', 'provider' => 'bestbuy'],\n ['name' => \"Bill Kennedy's Showtime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bill-kennedys-showtime-cd/2104573.p?id=1577485&skuId=2104573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2104573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2104\\/2104573.jpg\"}', 'upc' => '738641006425', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Built-In Electric Induction Cooktop - Black\", 'description_short' => \"Glass touch controls; 4 elements; 1400-3200 watts of power; induction technology; boost feature; simmer function\", 'description_long' => \"Glass touch controls; 4 elements; 1400-3200 watts of power; induction technology; boost feature; simmer function\", 'price' => 1349.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-built-in-electric-induction-cooktop-black/2105053.p?id=1218309758364&skuId=2105053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2105053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2105\\/2105053_sa.jpg\"}', 'upc' => '883049204710', 'provider' => 'bestbuy'],\n ['name' => \"If I Don't Six - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/if-i-dont-six-cd/2105126.p?id=106654&skuId=2105126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2105126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2105\\/2105126_sa.jpg\"}', 'upc' => '036172002924', 'provider' => 'bestbuy'],\n ['name' => \"Chief - Perforated Steel Door for 44U E1 Racks - Black\", 'description_short' => \"From our expanded online assortment; reversible design; enhances passive airflow; lock included\", 'description_long' => \"From our expanded online assortment; reversible design; enhances passive airflow; lock included\", 'price' => 359.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chief-perforated-steel-door-for-44u-e1-racks-black/2105141.p?id=1218459139487&skuId=2105141', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2105141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2105\\/2105141_rc.jpg\"}', 'upc' => '670429370840', 'provider' => 'bestbuy'],\n ['name' => \"Chief - 12V On/Off Thermostat Control for Select Chief Raxxess Series Fan Panels - Black\", 'description_short' => \"From our expanded online assortment; compatible with select Chief Raxxess Series fan panels; accommodates up to 2 fan panels; turns fans on at 85&#176; and off at 75&#176;\", 'description_long' => \"From our expanded online assortment; compatible with select Chief Raxxess Series fan panels; accommodates up to 2 fan panels; turns fans on at 85&#176; and off at 75&#176;\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chief-12v-on-off-thermostat-control-for-select-chief-raxxess-series-fan-panels-black/2105266.p?id=1218459127931&skuId=2105266', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2105266', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2105\\/2105266_rc.jpg\"}', 'upc' => '670429370307', 'provider' => 'bestbuy'],\n ['name' => \"Hyperdimension Neptunia - PlayStation 3\", 'description_short' => \"Battle to save the world of gaming\", 'description_long' => \"Battle to save the world of gaming\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hyperdimension-neptunia-playstation-3/2106052.p?id=1218309759770&skuId=2106052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106052.jpg\"}', 'upc' => '813633010984', 'provider' => 'bestbuy'],\n ['name' => \"SpeakerCraft - Rectangle Series InstaLLock New Construction Bracket\", 'description_short' => \"SPEAKERCRAFT Rectangle Series InstaLLock New Construction Bracket: Fits MT6, WH6.0RT, WH6.1RT and WH6.2RT speakers; InstaLLock design; 6&quot; size\", 'description_long' => \"SPEAKERCRAFT Rectangle Series InstaLLock New Construction Bracket: Fits MT6, WH6.0RT, WH6.1RT and WH6.2RT speakers; InstaLLock design; 6&quot; size\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speakercraft-rectangle-series-installock-new-construction-bracket/2106098.p?id=1218309753873&skuId=2106098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106098_sa.jpg\"}', 'upc' => '664254009815', 'provider' => 'bestbuy'],\n ['name' => \"SpeakerCraft - InstaLLock Round New Construction Bracket\", 'description_short' => \"SPEAKERCRAFT InstaLLock Round New Construction Bracket: Fits most 8.2BAS, AIM8, AIM8 DT, AIM Wide, CRS8, DT8 Zero and TIME Five speakers; InstaLLock design; 8&quot; size\", 'description_long' => \"SPEAKERCRAFT InstaLLock Round New Construction Bracket: Fits most 8.2BAS, AIM8, AIM8 DT, AIM Wide, CRS8, DT8 Zero and TIME Five speakers; InstaLLock design; 8&quot; size\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speakercraft-installock-round-new-construction-bracket/2106113.p?id=1218309756085&skuId=2106113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106113_sa.jpg\"}', 'upc' => '664254009839', 'provider' => 'bestbuy'],\n ['name' => \"SpeakerCraft - InstaLLock New Construction Bracket\", 'description_short' => \"SPEAKERCRAFT InstaLLock New Construction Bracket: Compatible with AIM LCR series speakers; InstaLLock design\", 'description_long' => \"SPEAKERCRAFT InstaLLock New Construction Bracket: Compatible with AIM LCR series speakers; InstaLLock design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speakercraft-installock-new-construction-bracket/2106122.p?id=1218309758955&skuId=2106122', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106122_sc.jpg\"}', 'upc' => '664254009785', 'provider' => 'bestbuy'],\n ['name' => \"SpeakerCraft - InstaLLock Round New Construction Bracket\", 'description_short' => \"SPEAKERCRAFT InstaLLock Round New Construction Bracket: Fits most AccuFit CRS7, DT7 and Ultra Slim, AIM7, AIM7 DT, CRS6, DT6 Zero, WH6.0R and WH6.1R speakers; InstaLLock design; 6&quot; size\", 'description_long' => \"SPEAKERCRAFT InstaLLock Round New Construction Bracket: Fits most AccuFit CRS7, DT7 and Ultra Slim, AIM7, AIM7 DT, CRS6, DT6 Zero, WH6.0R and WH6.1R speakers; InstaLLock design; 6&quot; size\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speakercraft-installock-round-new-construction-bracket/2106131.p?id=1218309759088&skuId=2106131', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106131_sc.jpg\"}', 'upc' => '664254009822', 'provider' => 'bestbuy'],\n ['name' => \"Alexander [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alexander-lp-vinyl/2106177.p?id=2182751&skuId=2106177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1901\\/19018628.jpg\"}', 'upc' => '601091065710', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Jimmy Dorsey & His Orchestra,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-jimmy-dorsey-his-orchestra-cd/2106919.p?id=65759&skuId=2106919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106919_sa.jpg\"}', 'upc' => '014921010123', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Larry Clinton & His Orchestra... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-larry-clinton-his-orchestra-cd/2106928.p?id=65019&skuId=2106928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106928.jpg\"}', 'upc' => '014921010925', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Blue Barron & His Orchestra, Vol.... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-blue-barron-his-orchestra-vol-cd/2106937.p?id=63983&skuId=2106937&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106937', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106937_sa.jpg\"}', 'upc' => '014921011021', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Dick Jurgens & His Orchestra,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-dick-jurgens-his-orchestra-cd/2106946.p?id=68123&skuId=2106946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106946_sa.jpg\"}', 'upc' => '014921011120', 'provider' => 'bestbuy'],\n ['name' => \"Time After Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-after-time-cd/2106955.p?id=69408&skuId=2106955&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106955', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106955_sa.jpg\"}', 'upc' => '014921015425', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Tiny Hill and His Orchestra,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-tiny-hill-and-his-orchestra-cd/2106964.p?id=67433&skuId=2106964&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106964', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106964_sa.jpg\"}', 'upc' => '014921015920', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Shep Fields and His Rippling... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-shep-fields-and-his-rippling-cd/2106973.p?id=66248&skuId=2106973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106973_sa.jpg\"}', 'upc' => '014921017924', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Guy Lombardo & His Royal... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-guy-lombardo-his-royal-cd/2106982.p?id=89558&skuId=2106982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106982_sa.jpg\"}', 'upc' => '014921018723', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected June Christy with the Kentones... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-june-christy-with-the-kentones-cd/2106991.p?id=64962&skuId=2106991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2106991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2106\\/2106991_sa.jpg\"}', 'upc' => '014921021921', 'provider' => 'bestbuy'],\n ['name' => \"Farewell Performances - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/farewell-performances-cd/2107008.p?id=201405&skuId=2107008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107008.jpg\"}', 'upc' => '014921024823', 'provider' => 'bestbuy'],\n ['name' => \"Ultimate NES Remix - PRE-OWNED - Nintendo 3DS\", 'description_short' => \"Get ready to experience your favorite NES-era 8-bit games in an all-new way\", 'description_long' => \"Get ready to experience your favorite NES-era 8-bit games in an all-new way\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ultimate-nes-remix-pre-owned-nintendo-3ds/2107013.p?id=1219528551187&skuId=2107013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107013_sa.jpg\"}', 'upc' => '799007841616', 'provider' => 'bestbuy'],\n ['name' => \"By Request - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/by-request-cd/2107017.p?id=204146&skuId=2107017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107017_sa.jpg\"}', 'upc' => '014921024922', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Big Bands, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-big-bands-vol-2-cd-various/2107026.p?id=64290&skuId=2107026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107026_sa.jpg\"}', 'upc' => '014921030220', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Big Bands, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-big-bands-vol-3-cd-various/2107035.p?id=64291&skuId=2107035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107035_sa.jpg\"}', 'upc' => '014921030329', 'provider' => 'bestbuy'],\n ['name' => \"Uncollected Big Bands, Vol. 4 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncollected-big-bands-vol-4-various-cd/2107044.p?id=64292&skuId=2107044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107044_sa.jpg\"}', 'upc' => '014921030428', 'provider' => 'bestbuy'],\n ['name' => \"Stan Kenton & His Orchestra Play 18 Original... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stan-kenton-his-orchestra-play-18-original-cd/2107062.p?id=68193&skuId=2107062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107062.jpg\"}', 'upc' => '014921040724', 'provider' => 'bestbuy'],\n ['name' => \"Great Jazz Bands Play 22 Original Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-jazz-bands-play-22-original-hits-cd/2107071.p?id=67920&skuId=2107071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107071_sa.jpg\"}', 'upc' => '014921041325', 'provider' => 'bestbuy'],\n ['name' => \"Duke Ellington & His World Famous... [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duke-ellington-his-world-famous-box-cd/2107080.p?id=66001&skuId=2107080&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107080', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107080_sa.jpg\"}', 'upc' => '014921050129', 'provider' => 'bestbuy'],\n ['name' => \"Cherries and Other Delights! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cherries-and-other-delights-cd/2107099.p?id=204395&skuId=2107099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107099_sa.jpg\"}', 'upc' => '014921060326', 'provider' => 'bestbuy'],\n ['name' => \"Born to Swing! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-to-swing-cd/2107106.p?id=155977&skuId=2107106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107106_sa.jpg\"}', 'upc' => '014921070127', 'provider' => 'bestbuy'],\n ['name' => \"Panasonic - KX-TG6591T DECT 6.0 Plus Expandable Cordless Phone with Digital Answering System - Black\", 'description_short' => \"ENERGY STAR Certified\nCordless base station; call-waiting with talking caller ID; white backlit LCD; silent mode; Intelligent Eco mode\", 'description_long' => \"ENERGY STAR Certified\nCordless base station; call-waiting with talking caller ID; white backlit LCD; silent mode; Intelligent Eco mode\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/panasonic-kx-tg6591t-dect-6-0-plus-expandable-cordless-phone-with-digital-answering-system-black/2107185.p?id=1218310003619&skuId=2107185', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107185', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107185_rc.jpg\"}', 'upc' => '885170020948', 'provider' => 'bestbuy'],\n ['name' => \"Panasonic - KX-TG6592T DECT 6.0 Plus Expandable Cordless Phone with Digital Answering System - Black\", 'description_short' => \"Base station plus 2 cordless handsets; talking caller ID; call waiting; white backlit LCD; silent mode; Intelligent Eco mode\", 'description_long' => \"Base station plus 2 cordless handsets; talking caller ID; call waiting; white backlit LCD; silent mode; Intelligent Eco mode\", 'price' => 79.99, 'sale_price' => 71.99, 'url' => 'http://www.bestbuy.com/site/panasonic-kx-tg6592t-dect-6-0-plus-expandable-cordless-phone-with-digital-answering-system-black/2107194.p?id=1218310003762&skuId=2107194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107194_rc.jpg\"}', 'upc' => '885170020955', 'provider' => 'bestbuy'],\n ['name' => \"Panasonic - KX-TS880B Corded Phone with Call-Waiting Caller ID - Black\", 'description_short' => \"50-station phone book; 10-number speed dial; hands-free speakerphone; 20-number redial memory; call-waiting caller ID\", 'description_long' => \"50-station phone book; 10-number speed dial; hands-free speakerphone; 20-number redial memory; call-waiting caller ID\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/panasonic-kx-ts880b-corded-phone-with-call-waiting-caller-id-black/2107219.p?id=1218310004440&skuId=2107219', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107219_rc.jpg\"}', 'upc' => '885170004641', 'provider' => 'bestbuy'],\n ['name' => \"Panasonic - KX-TGA660B DECT 6.0 Cordless Expansion Handset - Black\", 'description_short' => \"ENERGY STAR Qualified\nCompatible with Panasonic KX-TG666xx series expandable phone systems; DECT 6.0 technology; silent mode; volume control\", 'description_long' => \"ENERGY STAR Qualified\nCompatible with Panasonic KX-TG666xx series expandable phone systems; DECT 6.0 technology; silent mode; volume control\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/panasonic-kx-tga660b-dect-6-0-cordless-expansion-handset-black/2107273.p?id=1218310005497&skuId=2107273', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107273_rc.jpg\"}', 'upc' => '885170021136', 'provider' => 'bestbuy'],\n ['name' => \"Panasonic - KX-TS880W Corded Phone with Call-Waiting Caller ID - White\", 'description_short' => \"50-station phone book; 10-number speed dial; hands-free speakerphone; 20-number redial memory; call-waiting caller ID\", 'description_long' => \"50-station phone book; 10-number speed dial; hands-free speakerphone; 20-number redial memory; call-waiting caller ID\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/panasonic-kx-ts880w-corded-phone-with-call-waiting-caller-id-white/2107282.p?id=1218310006479&skuId=2107282', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107282_rc.jpg\"}', 'upc' => '885170004658', 'provider' => 'bestbuy'],\n ['name' => \"Panasonic - KX-TGA410M DECT 6.0 Cordless Expansion Handset - Gun Metal\", 'description_short' => \"ENERGY STAR Certified\nCompatible with Panasonic KX-TG41xx series expandable phone systems; DECT 6.0 technology; backlit keypad; 50-number caller ID memory\", 'description_long' => \"ENERGY STAR Certified\nCompatible with Panasonic KX-TG41xx series expandable phone systems; DECT 6.0 technology; backlit keypad; 50-number caller ID memory\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/panasonic-kx-tga410m-dect-6-0-cordless-expansion-handset-gun-metal/2107307.p?id=1218310005710&skuId=2107307', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107307_rc.jpg\"}', 'upc' => '885170042315', 'provider' => 'bestbuy'],\n ['name' => \"Imagine Party Planner - PRE-OWNED - Nintendo DS\", 'description_short' => \"Plan the parties of their lives\", 'description_long' => \"Plan the parties of their lives\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imagine-party-planner-pre-owned-nintendo-ds/2107343.p?id=1218310009803&skuId=2107343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107343_sa.jpg\"}', 'upc' => '799007789529', 'provider' => 'bestbuy'],\n ['name' => \"Kidz Sports: Crazy Golf - PRE-OWNED - Nintendo Wii\", 'description_short' => \"Crazy golf doesn&#039;t get much crazier than this\", 'description_long' => \"Crazy golf doesn&#039;t get much crazier than this\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kidz-sports-crazy-golf-pre-owned-nintendo-wii/2107352.p?id=1218310009866&skuId=2107352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107352_sa.jpg\"}', 'upc' => '799007789536', 'provider' => 'bestbuy'],\n ['name' => \"Life's Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lifes-story-cd/2107357.p?id=282346&skuId=2107357&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107357.jpg\"}', 'upc' => '727321634027', 'provider' => 'bestbuy'],\n ['name' => \"Fort Fun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fort-fun-cd/2107366.p?id=99163&skuId=2107366&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107366', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107366.jpg\"}', 'upc' => '727321634126', 'provider' => 'bestbuy'],\n ['name' => \"For Those About to Pop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-those-about-to-pop-cd/2107375.p?id=115735&skuId=2107375&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107375_sa.jpg\"}', 'upc' => '727321635123', 'provider' => 'bestbuy'],\n ['name' => \"High Velocity Bowling - PRE-OWNED - PlayStation 3\", 'description_short' => \"Bowl with the high rollers\", 'description_long' => \"Bowl with the high rollers\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-velocity-bowling-pre-owned-playstation-3/2107389.p?id=1218310004183&skuId=2107389&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107389', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107389_sa.jpg\"}', 'upc' => '799007789550', 'provider' => 'bestbuy'],\n ['name' => \"Yakuza 3 - PRE-OWNED - PlayStation 3\", 'description_short' => \"Unleash devastating combos to survive the streets\", 'description_long' => \"Unleash devastating combos to survive the streets\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yakuza-3-pre-owned-playstation-3/2107403.p?id=1218310007863&skuId=2107403&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107403', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107403_sa.jpg\"}', 'upc' => '799007789574', 'provider' => 'bestbuy'],\n ['name' => \"Heart of the Congos [VP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heart-of-the-congos-vp-cd/2107883.p?id=113617&skuId=2107883&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107883', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107883.jpg\"}', 'upc' => '054645128728', 'provider' => 'bestbuy'],\n ['name' => \"Tomb of the Mutilated [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tomb-of-the-mutilated-pa-cd/2107927.p?id=300136&skuId=2107927&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107927_sa.jpg\"}', 'upc' => '039841400328', 'provider' => 'bestbuy'],\n ['name' => \"Tomb of the Mutilated [Clean] [Edited] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tomb-of-the-mutilated-clean-edited-pa-cd/2107936.p?id=109097&skuId=2107936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2107936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2107\\/2107936_sa.jpg\"}', 'upc' => '039841401028', 'provider' => 'bestbuy'],\n ['name' => \"Toshiba - Satellite 15.6\\\" Laptop - Intel Core i3 - 4GB Memory - 500GB Hard Drive - Jet Black\", 'description_short' => \"Windows 8.1 64-bitTechnical details: 4th Gen Intel&#174; Core&#8482; i3 processor; 15.6&quot; display; 4GB memory; 500GB hard driveSpecial features: Bluetooth; HDMI output\", 'description_long' => \"Windows 8.1 64-bitTechnical details: 4th Gen Intel&#174; Core&#8482; i3 processor; 15.6&quot; display; 4GB memory; 500GB hard driveSpecial features: Bluetooth; HDMI output\", 'price' => 459.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/toshiba-satellite-15-6-laptop-intel-core-i3-4gb-memory-500gb-hard-drive-jet-black/2108021.p?id=1219528553337&skuId=2108021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108021_sa.jpg\"}', 'upc' => '022265879719', 'provider' => 'bestbuy'],\n ['name' => \"Live At The Connecticut Jazz Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-connecticut-jazz-party-cd/2108089.p?id=2679979&skuId=2108089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108089_sa.jpg\"}', 'upc' => '729531010424', 'provider' => 'bestbuy'],\n ['name' => \"At Disneyland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-disneyland-cd/2108196.p?id=66254&skuId=2108196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108196.jpg\"}', 'upc' => '025218104920', 'provider' => 'bestbuy'],\n ['name' => \"Frisco Band Favorites - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frisco-band-favorites-cd/2108221.p?id=70699&skuId=2108221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108221.jpg\"}', 'upc' => '025218301022', 'provider' => 'bestbuy'],\n ['name' => \"Maintaining My Cool - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maintaining-my-cool-cd/2108230.p?id=99458&skuId=2108230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108230.jpg\"}', 'upc' => '739497700123', 'provider' => 'bestbuy'],\n ['name' => \"Louie Louie: Live and Unreleased - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louie-louie-live-and-unreleased-cd/2108258.p?id=88104&skuId=2108258&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108258', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108258_sa.jpg\"}', 'upc' => '739497700420', 'provider' => 'bestbuy'],\n ['name' => \"Nine Lives - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nine-lives-cd/2108276.p?id=75512&skuId=2108276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108276.jpg\"}', 'upc' => '046346903520', 'provider' => 'bestbuy'],\n ['name' => \"Do Whatcha Wanna - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/do-whatcha-wanna-cd/2108310.p?id=3344769&skuId=2108310&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108310', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108310.jpg\"}', 'upc' => '096094100320', 'provider' => 'bestbuy'],\n ['name' => \"The Best of New Orleans Jazz, Vol. 2 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-new-orleans-jazz-vol-2-various-cd/2108338.p?id=69582&skuId=2108338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108338_sa.jpg\"}', 'upc' => '096094100825', 'provider' => 'bestbuy'],\n ['name' => \"Authentic New Orleans Jazz Funeral - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/authentic-new-orleans-jazz-funeral-cd-various/2108347.p?id=68679&skuId=2108347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108347.jpg\"}', 'upc' => '096094101228', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Jazz Classics: A Tribute to Louis... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-jazz-classics-a-tribute-to-louis-cd-various/2108356.p?id=72261&skuId=2108356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108356_sa.jpg\"}', 'upc' => '096094101624', 'provider' => 'bestbuy'],\n ['name' => \"Saturday Night Zydeco - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saturday-night-zydeco-cd/2108365.p?id=97031&skuId=2108365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108365.jpg\"}', 'upc' => '046346010426', 'provider' => 'bestbuy'],\n ['name' => \"Zydeco Legend! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zydeco-legend-cd/2108374.p?id=77359&skuId=2108374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108374_sa.jpg\"}', 'upc' => '046346010525', 'provider' => 'bestbuy'],\n ['name' => \"Cajun & Zydeco Mardi Gras - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cajun-zydeco-mardi-gras-cd-various/2108409.p?id=76553&skuId=2108409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108409.jpg\"}', 'upc' => '046346104422', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Street Singer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-street-singer-cd/2108506.p?id=79834&skuId=2108506&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108506', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108506.jpg\"}', 'upc' => '025218054720', 'provider' => 'bestbuy'],\n ['name' => \"Last Night Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-night-blues-cd/2108515.p?id=85659&skuId=2108515&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108515', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108515_sa.jpg\"}', 'upc' => '025218054829', 'provider' => 'bestbuy'],\n ['name' => \"Free Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/free-again-cd/2108560.p?id=104311&skuId=2108560&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108560', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108560_sa.jpg\"}', 'upc' => '025218055321', 'provider' => 'bestbuy'],\n ['name' => \"Talking - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talking-cd/2108766.p?id=69210&skuId=2108766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108766_sa.jpg\"}', 'upc' => '054987401626', 'provider' => 'bestbuy'],\n ['name' => \"Mosaic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mosaic-cd/2108784.p?id=283204&skuId=2108784&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108784', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108784_sa.jpg\"}', 'upc' => '054987402623', 'provider' => 'bestbuy'],\n ['name' => \"Priestess - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/priestess-cd/2108793.p?id=68861&skuId=2108793&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108793_sa.jpg\"}', 'upc' => '054987403125', 'provider' => 'bestbuy'],\n ['name' => \"The Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-music-cd/2108800.p?id=283208&skuId=2108800&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108800', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108800_sa.jpg\"}', 'upc' => '054987403729', 'provider' => 'bestbuy'],\n ['name' => \"The Wizard of Oz Suite - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-wizard-of-oz-suite-cd/2108819.p?id=133863&skuId=2108819&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2108819', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2108\\/2108819_sa.jpg\"}', 'upc' => '054987404023', 'provider' => 'bestbuy'],\n ['name' => \"The Gambler (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gambler-dvd/2109011.p?id=3353722&skuId=2109011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2109011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2109\\/2109011_sa.jpg\"}', 'upc' => '032429216199', 'provider' => 'bestbuy'],\n ['name' => \"The Gambler (Blu-ray/DVD)(Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gambler-blu-ray-dvddigital-copy/2109048.p?id=3353722&skuId=2109048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2109048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2109\\/2109048_sa.jpg\"}', 'upc' => '032429216212', 'provider' => 'bestbuy'],\n ['name' => \"The Hobbit: Trilogy (Blu-ray)(UV Digital Copy)(SteelBook)(Only @ Best Buy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-hobbit-trilogy-blu-rayuv-digital-copysteelbookonly--best-buy/2110016.p?id=3330934&skuId=2110016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2110016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2110016.jpg\"}', 'upc' => '883929467334', 'provider' => 'bestbuy'],\n ['name' => \"American Sniper (Blu-ray/DVD)(Digital Copy)(w/Bonus Content)(Only @ Best Buy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 42.99, 'sale_price' => 17.99, 'url' => 'http://www.bestbuy.com/site/american-sniper-blu-ray-dvddigital-copyw-bonus-contentonly--best-buy/2110025.p?id=3330426&skuId=2110025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2110025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2110025.jpg\"}', 'upc' => '883929468294', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-live-cd/2110049.p?id=1389792&skuId=2110049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2110049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2110\\/2110049_sa.jpg\"}', 'upc' => '015668101624', 'provider' => 'bestbuy'],\n ['name' => \"The Mood Is Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mood-is-love-cd/2110067.p?id=188506&skuId=2110067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2110067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2110\\/2110067.jpg\"}', 'upc' => '015668102324', 'provider' => 'bestbuy'],\n ['name' => \"Somebody Loves You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somebody-loves-you-cd/2110101.p?id=440444&skuId=2110101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2110101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2110\\/2110101_sa.jpg\"}', 'upc' => '015668508225', 'provider' => 'bestbuy'],\n ['name' => \"Georgia Guitar Wizard (1928-1935) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/georgia-guitar-wizard-1928-1935-cd/2110165.p?id=103690&skuId=2110165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2110165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2110\\/2110165_sa.jpg\"}', 'upc' => '031397353028', 'provider' => 'bestbuy'],\n ['name' => \"Frankie \\\"Half-Pint\\\" Jaxon (1927-1940) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frankie-half-pint-jaxon-1927-1940-cd/2110192.p?id=86797&skuId=2110192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2110192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2110\\/2110192.jpg\"}', 'upc' => '031397353325', 'provider' => 'bestbuy'],\n ['name' => \"Line 6 - M5 Stompbox Modeler Guitar Pedal - Black\", 'description_short' => \"LINE 6 M5 Stompbox Modeler Guitar Pedal: Compatible with most electric guitars; more than 100 effects; features all Line 6 super stomps effects\", 'description_long' => \"LINE 6 M5 Stompbox Modeler Guitar Pedal: Compatible with most electric guitars; more than 100 effects; features all Line 6 super stomps effects\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/line-6-m5-stompbox-modeler-guitar-pedal-black/2111063.p?id=1218310006410&skuId=2111063', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111063_sa.jpg\"}', 'upc' => '614252024112', 'provider' => 'bestbuy'],\n ['name' => \"Out of the Shadows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-the-shadows-cd/2111333.p?id=84617&skuId=2111333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111333.jpg\"}', 'upc' => '033821992322', 'provider' => 'bestbuy'],\n ['name' => \"Everclear - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everclear-cd/2111404.p?id=72889&skuId=2111404&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111404', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111404.jpg\"}', 'upc' => '093716001522', 'provider' => 'bestbuy'],\n ['name' => \"Landshark/Where the Wild Thing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/landshark-where-the-wild-thing-cd/2111645.p?id=1459142&skuId=2111645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111645_sa.jpg\"}', 'upc' => '038161000126', 'provider' => 'bestbuy'],\n ['name' => \"Albert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/albert-cd/2111654.p?id=1522828&skuId=2111654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111654.jpg\"}', 'upc' => '038161001222', 'provider' => 'bestbuy'],\n ['name' => \"Ozma - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ozma-cd/2111663.p?id=1459185&skuId=2111663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111663.jpg\"}', 'upc' => '038161001628', 'provider' => 'bestbuy'],\n ['name' => \"Deadly Kung Fu Action - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deadly-kung-fu-action-cd/2111672.p?id=1459214&skuId=2111672&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111672_sa.jpg\"}', 'upc' => '038161001826', 'provider' => 'bestbuy'],\n ['name' => \"Circusized Peanuts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/circusized-peanuts-cd/2111707.p?id=1459213&skuId=2111707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111707_sa.jpg\"}', 'upc' => '038161002724', 'provider' => 'bestbuy'],\n ['name' => \"Blowhard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blowhard-cd/2111716.p?id=1459136&skuId=2111716&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111716', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111716.jpg\"}', 'upc' => '038161002922', 'provider' => 'bestbuy'],\n ['name' => \"Heavy with Puppy [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heavy-with-puppy-ep-cd/2111725.p?id=1577328&skuId=2111725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111725_sa.jpg\"}', 'upc' => '038161003028', 'provider' => 'bestbuy'],\n ['name' => \"King Buzzo [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/king-buzzo-ep-cd/2111734.p?id=1459123&skuId=2111734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111734_sa.jpg\"}', 'upc' => '038161003226', 'provider' => 'bestbuy'],\n ['name' => \"Dale Crover - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dale-crover-cd/2111743.p?id=1459131&skuId=2111743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111743_sa.jpg\"}', 'upc' => '038161003325', 'provider' => 'bestbuy'],\n ['name' => \"Joe Preston [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joe-preston-ep-cd/2111752.p?id=1459192&skuId=2111752&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111752', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111752_sa.jpg\"}', 'upc' => '038161003424', 'provider' => 'bestbuy'],\n ['name' => \"Melvins - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/melvins-cd/2111761.p?id=1459184&skuId=2111761&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111761', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111761.jpg\"}', 'upc' => '038161003523', 'provider' => 'bestbuy'],\n ['name' => \"Treasure Trail [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/treasure-trail-ep-cd/2111770.p?id=1484243&skuId=2111770&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111770', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111770_sa.jpg\"}', 'upc' => '038161003721', 'provider' => 'bestbuy'],\n ['name' => \"Love God - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-god-cd/2111789.p?id=1465578&skuId=2111789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111789_sa.jpg\"}', 'upc' => '038161003820', 'provider' => 'bestbuy'],\n ['name' => \"Hit Songs for Girls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hit-songs-for-girls-cd/2111798.p?id=1577329&skuId=2111798&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111798', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111798_sa.jpg\"}', 'upc' => '038161004025', 'provider' => 'bestbuy'],\n ['name' => \"Seraphim 280z - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seraphim-280z-cd/2111805.p?id=1459200&skuId=2111805&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111805', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111805_sa.jpg\"}', 'upc' => '038161004124', 'provider' => 'bestbuy'],\n ['name' => \"Some Cocktail Suggestions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/some-cocktail-suggestions-cd/2111814.p?id=1465612&skuId=2111814&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2111814', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2111\\/2111814_sa.jpg\"}', 'upc' => '038161004223', 'provider' => 'bestbuy'],\n ['name' => \"Changer & The Changed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/changer-the-changed-cd/2112092.p?id=1507576&skuId=2112092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2112092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2112\\/2112092_sa.jpg\"}', 'upc' => '020002090427', 'provider' => 'bestbuy'],\n ['name' => \"Postcards from Paradise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/postcards-from-paradise-cd/2112163.p?id=104282&skuId=2112163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2112163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2112\\/2112163_sa.jpg\"}', 'upc' => '020002097129', 'provider' => 'bestbuy'],\n ['name' => \"Applause Books - Broadway Musicals, Show-by-Show - White/Black/Purple/Orange/Green/Gray\", 'description_short' => \"APPLAUSE BOOKS Broadway Musicals, Show-by-Show: Paperback; 512 pages; 8th edition; chronologically arranged; includes statistics, critical reception, cast lists, commentary and detailed indexes\", 'description_long' => \"APPLAUSE BOOKS Broadway Musicals, Show-by-Show: Paperback; 512 pages; 8th edition; chronologically arranged; includes statistics, critical reception, cast lists, commentary and detailed indexes\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/applause-books-broadway-musicals-show-by-show-white-black-purple-orange-green-gray/2113013.p?id=1219528554456&skuId=2113013', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113013_sa.jpg\"}', 'upc' => '884088995386', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Steal Away the Night: An Ozzy Osbourne Day-by-Day - Black/Brown/White\", 'description_short' => \"BACKBEAT BOOKS Steal Away the Night: An Ozzy Osbourne Day-by-Day: Follows the 30-plus-year run of Ozzy Osbourne; utilizes interview material, press quotes, and garish imagery; written by celebrated metal expert Martin Popoff\", 'description_long' => \"BACKBEAT BOOKS Steal Away the Night: An Ozzy Osbourne Day-by-Day: Follows the 30-plus-year run of Ozzy Osbourne; utilizes interview material, press quotes, and garish imagery; written by celebrated metal expert Martin Popoff\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-steal-away-the-night-an-ozzy-osbourne-day-by-day-black-brown-white/2113022.p?id=1219528552346&skuId=2113022', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113022_sa.jpg\"}', 'upc' => '884088961541', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Leonard Cohen: Everybody Knows - Black/Brown/White\", 'description_short' => \"BACKBEAT BOOKS Leonard Cohen: Everybody Knows: Follows the life and career of songwriter Leonard Cohen; honors Cohen&#039;s 80th birthday; includes 200 photographs\", 'description_long' => \"BACKBEAT BOOKS Leonard Cohen: Everybody Knows: Follows the life and career of songwriter Leonard Cohen; honors Cohen&#039;s 80th birthday; includes 200 photographs\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-leonard-cohen-everybody-knows-black-brown-white/2113031.p?id=1219528557017&skuId=2113031', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113031_sa.jpg\"}', 'upc' => '884088995607', 'provider' => 'bestbuy'],\n ['name' => \"Hal Leonard - The Fender® Archives - Blue/Yellow/Black/Green/White/Brown/Red\", 'description_short' => \"HAL LEONARD The Fender Archives: Part history, part archive, part scrapbook and part treasure chest; inside look at the Fender company; includes handwritten letters, logbooks, original sketches, reports and more\", 'description_long' => \"HAL LEONARD The Fender Archives: Part history, part archive, part scrapbook and part treasure chest; inside look at the Fender company; includes handwritten letters, logbooks, original sketches, reports and more\", 'price' => 45.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hal-leonard-the-fender-archives-blue-yellow-black-green-white-brown-red/2113059.p?id=1219528554320&skuId=2113059', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113059_sa.jpg\"}', 'upc' => '884088690595', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Prog Rock FAQ - Black/White\", 'description_short' => \"BACKBEAT BOOKS Prog Rock FAQ: Follows the controversial, misunderstood musical genre through its 5-decade history; deeper look into progressive rock; includes interviews and taboo topics\", 'description_long' => \"BACKBEAT BOOKS Prog Rock FAQ: Follows the controversial, misunderstood musical genre through its 5-decade history; deeper look into progressive rock; includes interviews and taboo topics\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-prog-rock-faq-black-white/2113068.p?id=1219528552746&skuId=2113068', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113068_sa.jpg\"}', 'upc' => '884088898403', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Excess All Areas - Black/White/Yellow/Purple/Blue/Green/Red/Brown\", 'description_short' => \"BACKBEAT BOOKS Excess All Areas: Inside look at the world of the band contract rider; covers 100 featured riders; delves into the dressing rooms and demands of some of the most famous musical groups; includes illustrations\", 'description_long' => \"BACKBEAT BOOKS Excess All Areas: Inside look at the world of the band contract rider; covers 100 featured riders; delves into the dressing rooms and demands of some of the most famous musical groups; includes illustrations\", 'price' => 27.99, 'sale_price' => 26.99, 'url' => 'http://www.bestbuy.com/site/backbeat-books-excess-all-areas-black-white-yellow-purple-blue-green-red-brown/2113077.p?id=1219528553271&skuId=2113077', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113077', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113077_sa.jpg\"}', 'upc' => '884088995720', 'provider' => 'bestbuy'],\n ['name' => \"Hal Leonard - Musical iPad® - Black/Yellow/Purple/Blue/Green/Red/Orange\", 'description_short' => \"HAL LEONARD Musical iPad: Step-by-step guide to musical apps for Apple iPad 2, iPad 3rd generation, iPad with Retina and iPad mini running iOS 6; covers Cloud storage, tuning and more with the iPad\", 'description_long' => \"HAL LEONARD Musical iPad: Step-by-step guide to musical apps for Apple iPad 2, iPad 3rd generation, iPad with Retina and iPad mini running iOS 6; covers Cloud storage, tuning and more with the iPad\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hal-leonard-musical-ipad-black-yellow-purple-blue-green-red-orange/2113086.p?id=1219528554984&skuId=2113086', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113086_sa.jpg\"}', 'upc' => '884088907549', 'provider' => 'bestbuy'],\n ['name' => \"Jawbone - What's Exactly the Matter with Me? - Black/White\", 'description_short' => \"JAWBONE PRESS What&#039;s Exactly the Matter with Me?: Follows the life and career of songwriter P. F. Sloan; includes his musical success and mental and physical deterioration; first-person account\", 'description_long' => \"JAWBONE PRESS What&#039;s Exactly the Matter with Me?: Follows the life and career of songwriter P. F. Sloan; includes his musical success and mental and physical deterioration; first-person account\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jawbone-whats-exactly-the-matter-with-me-black-white/2113095.p?id=1219528553667&skuId=2113095', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113095_sa.jpg\"}', 'upc' => '888680029067', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Rush FAQ - Black/White\", 'description_short' => \"BACKBEAT BOOKS Rush FAQ: Explores the career of the Canadian band Rush; covers the evolution of the band&#039;s sound; written by Max Mobley\", 'description_long' => \"BACKBEAT BOOKS Rush FAQ: Explores the career of the Canadian band Rush; covers the evolution of the band&#039;s sound; written by Max Mobley\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-rush-faq-black-white/2113119.p?id=1219528556953&skuId=2113119', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113119_sa.jpg\"}', 'upc' => '884088860783', 'provider' => 'bestbuy'],\n ['name' => \"Jawbone - My Bloody Roots - Black/White\", 'description_short' => \"JAWBONE PRESS My Bloody Roots: Autobiography of Max Cavalera from the bands Sepultura and Soulfly; brutally honest tone and delivery; covers family, drugs, death, music and redemption\", 'description_long' => \"JAWBONE PRESS My Bloody Roots: Autobiography of Max Cavalera from the bands Sepultura and Soulfly; brutally honest tone and delivery; covers family, drugs, death, music and redemption\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jawbone-my-bloody-roots-black-white/2113128.p?id=1219528554123&skuId=2113128', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113128', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113128_sa.jpg\"}', 'upc' => '888680021085', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Robert Plant: The Voice That Sailed the Zeppelin - Black/White\", 'description_short' => \"BACKBEAT BOOKS Robert Plant: The Voice That Sailed the Zeppelin: Biography of Robert Plant, the lead singer of Led Zeppelin; includes comments from former associates; includes his life before, with, and after the band; hard cover\", 'description_long' => \"BACKBEAT BOOKS Robert Plant: The Voice That Sailed the Zeppelin: Biography of Robert Plant, the lead singer of Led Zeppelin; includes comments from former associates; includes his life before, with, and after the band; hard cover\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-robert-plant-the-voice-that-sailed-the-zeppelin-black-white/2113137.p?id=1219528552879&skuId=2113137', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113137_sa.jpg\"}', 'upc' => '884088918163', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - The Who FAQ - Black/White/Green\", 'description_short' => \"BACKBEAT BOOKS The Who FAQ: Explores the philosophies and facts of The Who; covers politics, influences, gigs, followers, religion and more; 400 pages\", 'description_long' => \"BACKBEAT BOOKS The Who FAQ: Explores the philosophies and facts of The Who; covers politics, influences, gigs, followers, religion and more; 400 pages\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-the-who-faq-black-white-green/2113146.p?id=1219528552080&skuId=2113146', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113146', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113146_sa.jpg\"}', 'upc' => '884088876883', 'provider' => 'bestbuy'],\n ['name' => \"Vintage Guitar Books - The Official Vintage Guitar Price Guide 2015 - Black/White/Red/Yellow/Orange\", 'description_short' => \"VINTAGE GUITAR BOOKS The Official Vintage Guitar Price Guide 2015: Current values on electric and acoustic guitars, basses, amps, effects, lap steels, mandolins, ukuleles and banjos; more than 2,000 brands; 1,300 photos; includes historical data\", 'description_long' => \"VINTAGE GUITAR BOOKS The Official Vintage Guitar Price Guide 2015: Current values on electric and acoustic guitars, basses, amps, effects, lap steels, mandolins, ukuleles and banjos; more than 2,000 brands; 1,300 photos; includes historical data\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vintage-guitar-books-the-official-vintage-guitar-price-guide-2015-black-white-red-yellow-orange/2113155.p?id=1219528555295&skuId=2113155', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113155_sa.jpg\"}', 'upc' => '888680032203', 'provider' => 'bestbuy'],\n ['name' => \"Hal Leonard - The Pensado Papers - Black/Yellow/Blue/Brown/White\", 'description_short' => \"HAL LEONARD The Pensado Papers: Follows the life and career of Dave Pensado; tips, techniques and truths about audio recording; behind-the-scenes look\", 'description_long' => \"HAL LEONARD The Pensado Papers: Follows the life and career of Dave Pensado; tips, techniques and truths about audio recording; behind-the-scenes look\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hal-leonard-the-pensado-papers-black-yellow-blue-brown-white/2113164.p?id=1219528551180&skuId=2113164', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113164_sa.jpg\"}', 'upc' => '884088915544', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Brian May's Red Special - Black/White/Yellow/Red\", 'description_short' => \"HAL LEONARD Brian May&#039;s Red Special: Provides an in-depth look at the hand-built guitar Brian May played in all of Queen&#039;s live shows and albums\", 'description_long' => \"HAL LEONARD Brian May&#039;s Red Special: Provides an in-depth look at the hand-built guitar Brian May played in all of Queen&#039;s live shows and albums\", 'price' => 30.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-brian-mays-red-special-black-white-yellow-red/2113173.p?id=1219528554058&skuId=2113173', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113173_sa.jpg\"}', 'upc' => '884088905385', 'provider' => 'bestbuy'],\n ['name' => \"Hal Leonard - Visions of Music - Black/Red/Pink/Brown/White/Yellow/Blue\", 'description_short' => \"HAL LEONARD Visions of Music: Explores vintage sheet music and sheet music covers; illustrated with over 700 reproductions of sheet music covers; hard cover\", 'description_long' => \"HAL LEONARD Visions of Music: Explores vintage sheet music and sheet music covers; illustrated with over 700 reproductions of sheet music covers; hard cover\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hal-leonard-visions-of-music-black-red-pink-brown-white-yellow-blue/2113182.p?id=1219528553076&skuId=2113182', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113182', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113182_sa.jpg\"}', 'upc' => '888680006419', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - The Art of Gothic - Black/Purple/Red/White\", 'description_short' => \"BACKBEAT BOOKS The Art of Gothic: Covers the fashion, music, cinematography, fine art and more of the gothic style; heavily illustrated; hard cover\", 'description_long' => \"BACKBEAT BOOKS The Art of Gothic: Covers the fashion, music, cinematography, fine art and more of the gothic style; heavily illustrated; hard cover\", 'price' => 35.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-the-art-of-gothic-black-purple-red-white/2113191.p?id=1219528556482&skuId=2113191', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113191_sa.jpg\"}', 'upc' => '888680008888', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Ticket To Ride - Black/White/Gold\", 'description_short' => \"BACKBEAT BOOKS Ticket To Ride: Written by Larry Kane; an inside look into the Beatles&#039; North American tour; foreword by Dick Clark; bonus CD of interview material; rare photographs; appendix detailing tour schedules\", 'description_long' => \"BACKBEAT BOOKS Ticket To Ride: Written by Larry Kane; an inside look into the Beatles&#039; North American tour; foreword by Dick Clark; bonus CD of interview material; rare photographs; appendix detailing tour schedules\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-ticket-to-ride-black-white-gold/2113301.p?id=1219528553993&skuId=2113301', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113301_sa.jpg\"}', 'upc' => '888680012427', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Johnny Cash FAQ - Black/White\", 'description_short' => \"BACKBEAT BOOKS Johnny Cash FAQ: Provides the story behind the hits and nearly 50-year musical career of Johnny Cash, while also detailing his struggle with addiction\", 'description_long' => \"BACKBEAT BOOKS Johnny Cash FAQ: Provides the story behind the hits and nearly 50-year musical career of Johnny Cash, while also detailing his struggle with addiction\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-johnny-cash-faq-black-white/2113329.p?id=1219528556343&skuId=2113329', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113329_sa.jpg\"}', 'upc' => '884088908225', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - Beating Songwriter's Block Book - Black/White/Orange/Brown/Blue\", 'description_short' => \"BACKBEAT BOOKS Beating Songwriter&#039;s Block Book: Helps you develop a songwriting schedule, set songwriting targets and deal with your fears about songwriting; includes songwriting exercises; paperback format\", 'description_long' => \"BACKBEAT BOOKS Beating Songwriter&#039;s Block Book: Helps you develop a songwriting schedule, set songwriting targets and deal with your fears about songwriting; includes songwriting exercises; paperback format\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-beating-songwriters-block-book-black-white-orange-brown-blue/2113338.p?id=1219528556613&skuId=2113338', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113338_sa.jpg\"}', 'upc' => '884088657048', 'provider' => 'bestbuy'],\n ['name' => \"Backbeat Books - The Plain and Simple Guide to Music Publishing, 3rd Edition - Blue/Black/White\", 'description_short' => \"BACKBEAT BOOKS The Plain and Simple Guide to Music Publishing, 3rd Edition: 3rd edition; paperback; used as a text at major college music industry programs; explains musical copyrights and licensing basics; foreword by Tom Petty\", 'description_long' => \"BACKBEAT BOOKS The Plain and Simple Guide to Music Publishing, 3rd Edition: 3rd edition; paperback; used as a text at major college music industry programs; explains musical copyrights and licensing basics; foreword by Tom Petty\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/backbeat-books-the-plain-and-simple-guide-to-music-publishing-3rd-edition-blue-black-white/2113347.p?id=1219528554854&skuId=2113347', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113347_sa.jpg\"}', 'upc' => '884088948542', 'provider' => 'bestbuy'],\n ['name' => \"Hal Leonard - The iPad® in the Music Studio - Multi\", 'description_short' => \"HAL LEONARD The iPad in the Music Studio: Focuses on Apple iPad connectivity to professional and home projects; covers iPad-related music hardware and software; explanation of apps for multiple iPad models running the latest versions of the iOS\", 'description_long' => \"HAL LEONARD The iPad in the Music Studio: Focuses on Apple iPad connectivity to professional and home projects; covers iPad-related music hardware and software; explanation of apps for multiple iPad models running the latest versions of the iOS\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hal-leonard-the-ipad-in-the-music-studio-multi/2113356.p?id=1219528552614&skuId=2113356', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113356_sa.jpg\"}', 'upc' => '884088909857', 'provider' => 'bestbuy'],\n ['name' => \"Pon Moun Paka Bouge Pepe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pon-moun-paka-bouge-pepe-cd/2113448.p?id=2195555&skuId=2113448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113448.jpg\"}', 'upc' => '026617620127', 'provider' => 'bestbuy'],\n ['name' => \"C.C. Nova - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/c-c-nova-cd/2113590.p?id=173682&skuId=2113590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113590.jpg\"}', 'upc' => '759718003123', 'provider' => 'bestbuy'],\n ['name' => \"Take a Look Inside - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-a-look-inside-cd/2113607.p?id=1367954&skuId=2113607&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113607', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113607_sa.jpg\"}', 'upc' => '759718003222', 'provider' => 'bestbuy'],\n ['name' => \"In My Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-my-mind-cd/2113992.p?id=2943983&skuId=2113992&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2113992', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2113\\/2113992.jpg\"}', 'upc' => '028392600622', 'provider' => 'bestbuy'],\n ['name' => \"Studio C - Cabana Slimfolio Case for Apple® iPad® mini, iPad mini 2 and iPad mini 2 - Blue/Green\", 'description_short' => \"Compatible with Apple iPad mini, iPad mini 2 and iPad mini 2; printed PU material; sueded lining; locking clips; precision fit\", 'description_long' => \"Compatible with Apple iPad mini, iPad mini 2 and iPad mini 2; printed PU material; sueded lining; locking clips; precision fit\", 'price' => 24.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/studio-c-cabana-slimfolio-case-for-apple-ipad-mini-ipad-mini-2-and-ipad-mini-2-blue-green/2114003.p?id=1219068854849&skuId=2114003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2114003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2114\\/2114003_sa.jpg\"}', 'upc' => '079784971547', 'provider' => 'bestbuy'],\n ['name' => \"Back on the Streets Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-on-the-streets-again-cd/2114492.p?id=316367&skuId=2114492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2114492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2114\\/2114492_sa.jpg\"}', 'upc' => '734373740729', 'provider' => 'bestbuy'],\n ['name' => \"No, We Ain't from Clarksdale - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-we-aint-from-clarksdale-cd/2114508.p?id=156265&skuId=2114508&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2114508', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2114\\/2114508_sa.jpg\"}', 'upc' => '034373740829', 'provider' => 'bestbuy'],\n ['name' => \"Alpha Rhythms - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alpha-rhythms-cd/2114517.p?id=154573&skuId=2114517&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2114517', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2114\\/2114517_sa.jpg\"}', 'upc' => '034373740928', 'provider' => 'bestbuy'],\n ['name' => \"A Treasury of Mainstream Jazz Piano: John Jensen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-treasury-of-mainstream-jazz-piano-john-jensen-cd/2114697.p?id=1575792&skuId=2114697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2114697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2114\\/2114697.jpg\"}', 'upc' => '017685062827', 'provider' => 'bestbuy'],\n ['name' => \"That Old Mill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/that-old-mill-cd/2114802.p?id=104776&skuId=2114802&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2114802', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2114\\/2114802.jpg\"}', 'upc' => '096678500324', 'provider' => 'bestbuy'],\n ['name' => \"Viva Mexico (Music for Mariachis & Marimbas) - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/viva-mexico-music-for-mariachis-marimbas-cd-various/2115008.p?id=1448696&skuId=2115008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2115008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2115\\/2115008.jpg\"}', 'upc' => '723721436629', 'provider' => 'bestbuy'],\n ['name' => \"Percussions D' Afrique (Percussions of Africa) - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/percussions-d-afrique-percussions-of-africa-various-cd/2115035.p?id=1405582&skuId=2115035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2115035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2115\\/2115035_sa.jpg\"}', 'upc' => '723721436322', 'provider' => 'bestbuy'],\n ['name' => \"Tahiti: Dream Island - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tahiti-dream-island-cd-various/2115062.p?id=1396637&skuId=2115062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2115062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2115\\/2115062.jpg\"}', 'upc' => '723721436025', 'provider' => 'bestbuy'],\n ['name' => \"Air Mail Music: Balafons and African Drums - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/air-mail-music-balafons-and-african-drums-cd-various/2115286.p?id=1396935&skuId=2115286&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2115286', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2115\\/2115286_sa.jpg\"}', 'upc' => '723721433727', 'provider' => 'bestbuy'],\n ['name' => \"Steel Bands Carnival - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steel-bands-carnival-cd-various/2115552.p?id=1396923&skuId=2115552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2115552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2115\\/2115552.jpg\"}', 'upc' => '723721430429', 'provider' => 'bestbuy'],\n ['name' => \"South Pacific Drums - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/south-pacific-drums-cd-various/2115570.p?id=1396921&skuId=2115570&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2115570', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2115\\/2115570.jpg\"}', 'upc' => '723721430122', 'provider' => 'bestbuy'],\n ['name' => \"Cuban Drums - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cuban-drums-cd/2115749.p?id=1396919&skuId=2115749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2115749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2115\\/2115749_sa.jpg\"}', 'upc' => '723721560928', 'provider' => 'bestbuy'],\n ['name' => \"Drums of Goree - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/drums-of-goree-cd/2115936.p?id=1409822&skuId=2115936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2115936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2115\\/2115936.jpg\"}', 'upc' => '723721724122', 'provider' => 'bestbuy'],\n ['name' => \"Cornemuses Ecossaises - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cornemuses-ecossaises-various-cd/2115972.p?id=1410508&skuId=2115972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2115972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2115\\/2115972_sa.jpg\"}', 'upc' => '723721789923', 'provider' => 'bestbuy'],\n ['name' => \"Tahiti Kaina Party - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tahiti-kaina-party-cd-various/2116114.p?id=1396936&skuId=2116114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2116114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2116\\/2116114.jpg\"}', 'upc' => '723721437121', 'provider' => 'bestbuy'],\n ['name' => \"Tahiti Belle Epoque: All Time Tahitians Favorites - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tahiti-belle-epoque-all-time-tahitians-favorites-cd-various/2116132.p?id=1396937&skuId=2116132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2116132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2116\\/2116132.jpg\"}', 'upc' => '723721460822', 'provider' => 'bestbuy'],\n ['name' => \"Coco's Temaeva - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cocos-temaeva-cd-various/2116141.p?id=1404077&skuId=2116141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2116141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2116\\/2116141.jpg\"}', 'upc' => '723721561024', 'provider' => 'bestbuy'],\n ['name' => \"Secular Folk Songs From Daleca - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/secular-folk-songs-from-daleca-various-cd/2116882.p?id=1784186&skuId=2116882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2116882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2116\\/2116882.jpg\"}', 'upc' => '750582947223', 'provider' => 'bestbuy'],\n ['name' => \"Religious Folk Songs from Dalecarlia - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/religious-folk-songs-from-dalecarlia-various-cd/2116891.p?id=1784894&skuId=2116891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2116891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2116\\/2116891_sa.jpg\"}', 'upc' => '789368011421', 'provider' => 'bestbuy'],\n ['name' => \"Twisted World Of Blowfly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twisted-world-of-blowfly-cd/2117275.p?id=75097&skuId=2117275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2117275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2117\\/2117275_sa.jpg\"}', 'upc' => '054291300721', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Sasha Messenger Laptop Bag - Black\", 'description_short' => \"JILL-E Sasha Messenger Laptop Bag: Fits most laptops with up to a 15&quot; display, including Apple MacBook Pro; leather material; padded laptop compartment; smartphone pocket; zippered water bottle pocket; adjustable shoulder strap\", 'description_long' => \"JILL-E Sasha Messenger Laptop Bag: Fits most laptops with up to a 15&quot; display, including Apple MacBook Pro; leather material; padded laptop compartment; smartphone pocket; zippered water bottle pocket; adjustable shoulder strap\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-sasha-messenger-laptop-bag-black/2118018.p?id=1219528551178&skuId=2118018', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118018_sa.jpg\"}', 'upc' => '094922473202', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Career Laptop Tote - Vanilla\", 'description_short' => \"JILL-E Career Laptop Tote: Compatible with most laptops with up to a 12&quot; display; leather material; 6 interior compartments; outer zipper pocket; handles with 8.5&quot; drop; key keeper; ID tag\", 'description_long' => \"JILL-E Career Laptop Tote: Compatible with most laptops with up to a 12&quot; display; leather material; 6 interior compartments; outer zipper pocket; handles with 8.5&quot; drop; key keeper; ID tag\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-career-laptop-tote-vanilla/2118027.p?id=1219528556344&skuId=2118027', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118027_sa.jpg\"}', 'upc' => '094922373496', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Career Laptop Tote - Black\", 'description_short' => \"JILL-E Career Laptop Tote: Compatible with most laptops with up to a 12&quot; display; leather material; 6 interior compartments; outer zipper pocket; handles with 8.5&quot; drop; key keeper; ID tag\", 'description_long' => \"JILL-E Career Laptop Tote: Compatible with most laptops with up to a 12&quot; display; leather material; 6 interior compartments; outer zipper pocket; handles with 8.5&quot; drop; key keeper; ID tag\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-career-laptop-tote-black/2118036.p?id=1219528553801&skuId=2118036', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118036_sa.jpg\"}', 'upc' => '094922373595', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Jack Lenox Laptop Messenger Bag - Tan\", 'description_short' => \"JILL-E Jack Lenox Laptop Messenger Bag: Compatible with most laptops with up to a 15&quot; display; Colombian leather; 5 interior compartments; cell phone pocket; adjustable shoulder strap; vertical orientation\", 'description_long' => \"JILL-E Jack Lenox Laptop Messenger Bag: Compatible with most laptops with up to a 15&quot; display; Colombian leather; 5 interior compartments; cell phone pocket; adjustable shoulder strap; vertical orientation\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-jack-lenox-laptop-messenger-bag-tan/2118045.p?id=1219528554253&skuId=2118045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118045_sa.jpg\"}', 'upc' => '094922419484', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Jack Savoy Laptop Briefcase - Brown\", 'description_short' => \"JILL-E Jack Savoy Briefcase: Compatible with most laptops with up to a 15&quot; display; Colombian leather; 8 interior compartments; cell phone pocket; adjustable shoulder strap\", 'description_long' => \"JILL-E Jack Savoy Briefcase: Compatible with most laptops with up to a 15&quot; display; Colombian leather; 8 interior compartments; cell phone pocket; adjustable shoulder strap\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-jack-savoy-laptop-briefcase-brown/2118054.p?id=1219528551190&skuId=2118054', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118054_sa.jpg\"}', 'upc' => '094922419507', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Laptop Tote - Black\", 'description_short' => \"JILL-E Laptop Tote: Compatible with most laptops with up to a 15&quot; display and most tablets and e-readers; leather material; 5 interior compartments; outer trolley pocket; handles with 9.5&quot; drop; zipper closure\", 'description_long' => \"JILL-E Laptop Tote: Compatible with most laptops with up to a 15&quot; display and most tablets and e-readers; leather material; 5 interior compartments; outer trolley pocket; handles with 9.5&quot; drop; zipper closure\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-laptop-tote-black/2118063.p?id=1219528556885&skuId=2118063', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118063_sa.jpg\"}', 'upc' => '094922373571', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Just Silwex Laptop Messenger Bag - Rum Raisin\", 'description_short' => \"JILL-E Just Silwex Laptop Messenger Bag: Compatible with most laptops with up to a 15&quot; display and most tablets; leather material; 4 outer compartments and 5 inner compartments; adjustable shoulder strap; top handle\", 'description_long' => \"JILL-E Just Silwex Laptop Messenger Bag: Compatible with most laptops with up to a 15&quot; display and most tablets; leather material; 4 outer compartments and 5 inner compartments; adjustable shoulder strap; top handle\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-just-silwex-laptop-messenger-bag-rum-raisin/2118072.p?id=1219528552678&skuId=2118072', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118072_sa.jpg\"}', 'upc' => '094922419385', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Emma Laptop Messenger Bag - Black\", 'description_short' => \"JILL-E Emma Laptop Messenger Bag: Compatible with most laptops with up to 11&quot; display and most tablets and e-readers; leather material; padded compartments, including a smartphone pocket; adjustable shoulder strap; magnetic closure\", 'description_long' => \"JILL-E Emma Laptop Messenger Bag: Compatible with most laptops with up to 11&quot; display and most tablets and e-readers; leather material; padded compartments, including a smartphone pocket; adjustable shoulder strap; magnetic closure\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-emma-laptop-messenger-bag-black/2118081.p?id=1219528552811&skuId=2118081', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118081_sa.jpg\"}', 'upc' => '094922419354', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Laptop Tote - Brown\", 'description_short' => \"JILL-E Laptop Tote: Compatible with most laptops with up to a 15&quot; display and most tablets and e-readers; leather material; 5 interior compartments; outer trolley pocket; handles with 9.5&quot; drop; zipper closure\", 'description_long' => \"JILL-E Laptop Tote: Compatible with most laptops with up to a 15&quot; display and most tablets and e-readers; leather material; 5 interior compartments; outer trolley pocket; handles with 9.5&quot; drop; zipper closure\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-laptop-tote-brown/2118105.p?id=1219528551179&skuId=2118105', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118105_sa.jpg\"}', 'upc' => '094922373588', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Jack Messenger Laptop Bag - Brown\", 'description_short' => \"JILL-E Jack Messenger Laptop Bag: Fits most laptops with up to a 15&quot; display; leather material; padded laptop compartment; zippered back pocket; open front pocket; key keeper and ID tag\", 'description_long' => \"JILL-E Jack Messenger Laptop Bag: Fits most laptops with up to a 15&quot; display; leather material; padded laptop compartment; zippered back pocket; open front pocket; key keeper and ID tag\", 'price' => 224.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-jack-messenger-laptop-bag-brown/2118114.p?id=1219528555545&skuId=2118114', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118114_sa.jpg\"}', 'upc' => '094922419460', 'provider' => 'bestbuy'],\n ['name' => \"Jill-e - Career Laptop Tote - Brown\", 'description_short' => \"JILL-E Career Laptop Tote: Compatible with most laptops with up to a 12&quot; display; leather material; 6 interior compartments; outer zipper pocket; handles with 8.5&quot; drop; key keeper; ID tag\", 'description_long' => \"JILL-E Career Laptop Tote: Compatible with most laptops with up to a 12&quot; display; leather material; 6 interior compartments; outer zipper pocket; handles with 8.5&quot; drop; key keeper; ID tag\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jill-e-career-laptop-tote-brown/2118123.p?id=1219528551188&skuId=2118123', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2118123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2118\\/2118123_sa.jpg\"}', 'upc' => '094922373601', 'provider' => 'bestbuy'],\n ['name' => \"Lost Girl: Season Three [5 discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lost-girl-season-three-5-discs-dvd/2119008.p?id=2751595&skuId=2119008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119008.jpg\"}', 'upc' => '704400091162', 'provider' => 'bestbuy'],\n ['name' => \"Prince Avalanche (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prince-avalanche-blu-ray-disc/2119017.p?id=2751820&skuId=2119017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119017_sa.jpg\"}', 'upc' => '876964006149', 'provider' => 'bestbuy'],\n ['name' => \"Ip Man: The Final Fight (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/ip-man-the-final-fight-dvd/2119026.p?id=2747181&skuId=2119026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119026.jpg\"}', 'upc' => '812491014400', 'provider' => 'bestbuy'],\n ['name' => \"Akira (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/akira-blu-ray-disc-2-disc/2119035.p?id=20150&skuId=2119035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119035.jpg\"}', 'upc' => '704400094187', 'provider' => 'bestbuy'],\n ['name' => \"Wolf Children (Blu-ray Disc) (3 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/wolf-children-blu-ray-disc-3-disc/2119044.p?id=2751339&skuId=2119044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119044_sa.jpg\"}', 'upc' => '704400092428', 'provider' => 'bestbuy'],\n ['name' => \"Lost Girl: Season Three [3 discs] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lost-girl-season-three-3-discs-blu-ray-disc/2119053.p?id=2751067&skuId=2119053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119053.jpg\"}', 'upc' => '704400091179', 'provider' => 'bestbuy'],\n ['name' => \"Prince Avalanche (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prince-avalanche-dvd/2119062.p?id=2751820&skuId=2119062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119062_sa.jpg\"}', 'upc' => '876964006132', 'provider' => 'bestbuy'],\n ['name' => \"Blackfish (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blackfish-blu-ray-disc/2119071.p?id=2751893&skuId=2119071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119071_sa.jpg\"}', 'upc' => '876964006187', 'provider' => 'bestbuy'],\n ['name' => \"Ip Man: The Final Fight (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => 9.99, 'url' => 'http://www.bestbuy.com/site/ip-man-the-final-fight-blu-ray-disc/2119099.p?id=2747181&skuId=2119099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119099_sa.jpg\"}', 'upc' => '812491014417', 'provider' => 'bestbuy'],\n ['name' => \"WWE: History of the WWE (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-history-of-the-wwe-blu-ray-disc-2-disc/2119104.p?id=2751235&skuId=2119104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119104_sa.jpg\"}', 'upc' => '651191951772', 'provider' => 'bestbuy'],\n ['name' => \"One Piece: Strong World (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-piece-strong-world-blu-ray-disc-2-disc/2119122.p?id=2751496&skuId=2119122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119122_sa.jpg\"}', 'upc' => '704400091797', 'provider' => 'bestbuy'],\n ['name' => \"Crystal Fairy (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crystal-fairy-blu-ray-disc/2119131.p?id=2749197&skuId=2119131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119131_sa.jpg\"}', 'upc' => '030306191799', 'provider' => 'bestbuy'],\n ['name' => \"WWE: History of the WWE (DVD) (3 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-history-of-the-wwe-dvd-3-disc/2119159.p?id=2751235&skuId=2119159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119159_sa.jpg\"}', 'upc' => '651191951765', 'provider' => 'bestbuy'],\n ['name' => \"Crystal Fairy (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crystal-fairy-dvd/2119168.p?id=2749197&skuId=2119168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119168_sa.jpg\"}', 'upc' => '030306988795', 'provider' => 'bestbuy'],\n ['name' => \"The Hobbit: The Battle of the Five Armies (Blu-ray/DVD)(UV Digital Copy) (SteelBook) (Only @ Best Buy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 42.99, 'sale_price' => 29.99, 'url' => 'http://www.bestbuy.com/site/the-hobbit-the-battle-of-the-five-armies-blu-ray-dvduv-digital-copy-steelbook-only--best-buy/2119177.p?id=3330917&skuId=2119177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/pdpimages\\/2119177.jpg\"}', 'upc' => '883929467235', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Riverside Recordings [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-riverside-recordings-box-cd/2119816.p?id=69345&skuId=2119816&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119816', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119816_sa.jpg\"}', 'upc' => '025218440820', 'provider' => 'bestbuy'],\n ['name' => \"The Free Will - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-free-will-cd/2119861.p?id=71802&skuId=2119861&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119861', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119861_sa.jpg\"}', 'upc' => '063757306320', 'provider' => 'bestbuy'],\n ['name' => \"The Seventh Quadrant - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-seventh-quadrant-cd/2119941.p?id=71395&skuId=2119941&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119941', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119941.jpg\"}', 'upc' => '063757504726', 'provider' => 'bestbuy'],\n ['name' => \"My Favourite Songs, Vols. 1-2: The Last Great... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-favourite-songs-vols-1-2-the-last-great-cd/2119969.p?id=63905&skuId=2119969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2119969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2119\\/2119969_sa.jpg\"}', 'upc' => '063757509721', 'provider' => 'bestbuy'],\n ['name' => \"Al-Jadida - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/al-jadida-cd/2120010.p?id=63517&skuId=2120010&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120010', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120010.jpg\"}', 'upc' => '063757609025', 'provider' => 'bestbuy'],\n ['name' => \"Manfrotto - Veloce V Backpack Camera Bag - Black\", 'description_short' => \"Fits most DSLR cameras with or without grip and up to 70-200mm attached lens; holds a laptop up to 15.4&quot; or a MacBook up to 17&quot;; water-resistant fabric; internal tripod compartment; external tripod connector\", 'description_long' => \"Fits most DSLR cameras with or without grip and up to 70-200mm attached lens; holds a laptop up to 15.4&quot; or a MacBook up to 17&quot;; water-resistant fabric; internal tripod compartment; external tripod connector\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/manfrotto-veloce-v-backpack-camera-bag-black/2120052.p?id=1218310008892&skuId=2120052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120052_rc.jpg\"}', 'upc' => '719821322177', 'provider' => 'bestbuy'],\n ['name' => \"Tales of Kidd Funkadelic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tales-of-kidd-funkadelic-cd/2120350.p?id=1459152&skuId=2120350&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120350', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120350_sa.jpg\"}', 'upc' => '723485022724', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Beverly Theatre in Hollywood - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-beverly-theatre-in-hollywood-cd/2120378.p?id=1577032&skuId=2120378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120378_sa.jpg\"}', 'upc' => '723485111022', 'provider' => 'bestbuy'],\n ['name' => \"Music for Your Mother - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-for-your-mother-cd/2120387.p?id=1459150&skuId=2120387&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120387', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120387_sa.jpg\"}', 'upc' => '723485111121', 'provider' => 'bestbuy'],\n ['name' => \"Night & Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-day-cd/2120421.p?id=75431&skuId=2120421&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120421_sa.jpg\"}', 'upc' => '723918300221', 'provider' => 'bestbuy'],\n ['name' => \"Dick Hyman Plays Duke Ellington - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dick-hyman-plays-duke-ellington-cd/2120715.p?id=1477879&skuId=2120715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120715.jpg\"}', 'upc' => '030911105020', 'provider' => 'bestbuy'],\n ['name' => \"Letters from the Equator - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/letters-from-the-equator-cd/2120733.p?id=1493961&skuId=2120733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120733.jpg\"}', 'upc' => '030911105624', 'provider' => 'bestbuy'],\n ['name' => \"Just Pickin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-pickin-cd/2120975.p?id=87978&skuId=2120975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120975.jpg\"}', 'upc' => '091377072127', 'provider' => 'bestbuy'],\n ['name' => \"Well, All Right! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/well-all-right-cd/2120993.p?id=113671&skuId=2120993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2120993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2120\\/2120993_sa.jpg\"}', 'upc' => '091377120422', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Seldom Scene, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-seldom-scene-vol-1-cd/2121000.p?id=98311&skuId=2121000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121000_sa.jpg\"}', 'upc' => '032511110121', 'provider' => 'bestbuy'],\n ['name' => \"25 Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/25-years-cd/2121019.p?id=265832&skuId=2121019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121019_sa.jpg\"}', 'upc' => '032511110220', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Cellar Door - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-cellar-door-cd/2121028.p?id=98313&skuId=2121028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121028_sa.jpg\"}', 'upc' => '032511110329', 'provider' => 'bestbuy'],\n ['name' => \"Live in Japan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-japan-cd/2121037.p?id=177959&skuId=2121037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121037.jpg\"}', 'upc' => '032511110428', 'provider' => 'bestbuy'],\n ['name' => \"Puritan Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/puritan-sessions-cd/2121064.p?id=84107&skuId=2121064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121064_sa.jpg\"}', 'upc' => '032511110824', 'provider' => 'bestbuy'],\n ['name' => \"Classic Bluegrass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-bluegrass-cd/2121073.p?id=100040&skuId=2121073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121073_sa.jpg\"}', 'upc' => '032511110923', 'provider' => 'bestbuy'],\n ['name' => \"Long Journey Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-journey-home-cd/2121082.p?id=2331769&skuId=2121082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121082_sa.jpg\"}', 'upc' => '032511011022', 'provider' => 'bestbuy'],\n ['name' => \"Classic Bluegrass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-bluegrass-cd/2121091.p?id=157377&skuId=2121091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121091_sa.jpg\"}', 'upc' => '032511111128', 'provider' => 'bestbuy'],\n ['name' => \"Classic Bluegrass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-bluegrass-cd/2121108.p?id=123027&skuId=2121108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121108_sa.jpg\"}', 'upc' => '032511111227', 'provider' => 'bestbuy'],\n ['name' => \"Live! At McClure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-mcclure-cd/2121144.p?id=123044&skuId=2121144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121144_sa.jpg\"}', 'upc' => '032511111821', 'provider' => 'bestbuy'],\n ['name' => \"Classic Bluegrass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-bluegrass-cd/2121153.p?id=81736&skuId=2121153&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121153', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121153_sa.jpg\"}', 'upc' => '032511111920', 'provider' => 'bestbuy'],\n ['name' => \"Second Generation Bluegrass [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/second-generation-bluegrass-remaster-cd/2121171.p?id=156253&skuId=2121171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121171_sa.jpg\"}', 'upc' => '032511150424', 'provider' => 'bestbuy'],\n ['name' => \"Award Winning Country Gentlemen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/award-winning-country-gentlemen-cd/2121180.p?id=78833&skuId=2121180&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121180', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121180_sa.jpg\"}', 'upc' => '032511150622', 'provider' => 'bestbuy'],\n ['name' => \"Act 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/act-1-cd/2121199.p?id=98309&skuId=2121199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121199_sa.jpg\"}', 'upc' => '032511151124', 'provider' => 'bestbuy'],\n ['name' => \"Act 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/act-3-cd/2121206.p?id=98308&skuId=2121206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121206_sa.jpg\"}', 'upc' => '032511152824', 'provider' => 'bestbuy'],\n ['name' => \"Old Train - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-train-cd/2121215.p?id=98314&skuId=2121215&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121215', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121215_sa.jpg\"}', 'upc' => '032511153623', 'provider' => 'bestbuy'],\n ['name' => \"California Autumn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/california-autumn-cd/2121224.p?id=154997&skuId=2121224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121224_sa.jpg\"}', 'upc' => '032511154927', 'provider' => 'bestbuy'],\n ['name' => \"The New Seldom Scene Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-new-seldom-scene-album-cd/2121233.p?id=156254&skuId=2121233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121233_sa.jpg\"}', 'upc' => '032511156129', 'provider' => 'bestbuy'],\n ['name' => \"Baptizing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/baptizing-cd/2121242.p?id=155483&skuId=2121242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121242_sa.jpg\"}', 'upc' => '032511157324', 'provider' => 'bestbuy'],\n ['name' => \"The Model Church - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-model-church-cd/2121251.p?id=79322&skuId=2121251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121251_sa.jpg\"}', 'upc' => '032511158529', 'provider' => 'bestbuy'],\n ['name' => \"Silver Reflections - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/silver-reflections-cd/2121288.p?id=99787&skuId=2121288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121288_sa.jpg\"}', 'upc' => '032511165428', 'provider' => 'bestbuy'],\n ['name' => \"New Dreams and Sunshine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-dreams-and-sunshine-cd/2121304.p?id=103158&skuId=2121304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121304_sa.jpg\"}', 'upc' => '032511166524', 'provider' => 'bestbuy'],\n ['name' => \"Hymn Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hymn-time-cd/2121313.p?id=123017&skuId=2121313&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121313', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121313_sa.jpg\"}', 'upc' => '032511166821', 'provider' => 'bestbuy'],\n ['name' => \"Looking for Yourself - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/looking-for-yourself-cd/2121368.p?id=156256&skuId=2121368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121368_sa.jpg\"}', 'upc' => '032511168023', 'provider' => 'bestbuy'],\n ['name' => \"A Dream Come True - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-dream-come-true-cd/2121386.p?id=155455&skuId=2121386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121386_sa.jpg\"}', 'upc' => '032511168221', 'provider' => 'bestbuy'],\n ['name' => \"Pray for the Boys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pray-for-the-boys-cd/2121420.p?id=178120&skuId=2121420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121420_sa.jpg\"}', 'upc' => '032511168726', 'provider' => 'bestbuy'],\n ['name' => \"Early Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/early-recordings-cd/2121439.p?id=89280&skuId=2121439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121439_sa.jpg\"}', 'upc' => '032511168825', 'provider' => 'bestbuy'],\n ['name' => \"Carrying the Tradition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/carrying-the-tradition-cd/2121448.p?id=89581&skuId=2121448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121448_sa.jpg\"}', 'upc' => '032511169020', 'provider' => 'bestbuy'],\n ['name' => \"3rd Tyme Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/3rd-tyme-out-cd/2121457.p?id=86095&skuId=2121457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121457_sa.jpg\"}', 'upc' => '032511169129', 'provider' => 'bestbuy'],\n ['name' => \"Bound for Gloryland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bound-for-gloryland-cd/2121466.p?id=103160&skuId=2121466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121466_sa.jpg\"}', 'upc' => '032511169228', 'provider' => 'bestbuy'],\n ['name' => \"Larry Sparks Sings Hank Williams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/larry-sparks-sings-hank-williams-cd/2121484.p?id=154292&skuId=2121484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121484_sa.jpg\"}', 'upc' => '032511169426', 'provider' => 'bestbuy'],\n ['name' => \"Timeless and True Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/timeless-and-true-love-cd/2121518.p?id=178210&skuId=2121518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121518_sa.jpg\"}', 'upc' => '032511169723', 'provider' => 'bestbuy'],\n ['name' => \"January Rain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/january-rain-cd/2121563.p?id=123009&skuId=2121563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121563_sa.jpg\"}', 'upc' => '032511170224', 'provider' => 'bestbuy'],\n ['name' => \"Puttin' New Roots Down - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/puttin-new-roots-down-cd/2121572.p?id=86096&skuId=2121572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121572_sa.jpg\"}', 'upc' => '032511170323', 'provider' => 'bestbuy'],\n ['name' => \"Livin' on the Mountain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/livin-on-the-mountain-cd/2121625.p?id=91079&skuId=2121625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121625_sa.jpg\"}', 'upc' => '032511170927', 'provider' => 'bestbuy'],\n ['name' => \"Grandpa's Mandolin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grandpas-mandolin-cd/2121652.p?id=86094&skuId=2121652&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121652', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121652_sa.jpg\"}', 'upc' => '032511171320', 'provider' => 'bestbuy'],\n ['name' => \"Golden Greats No. 1 [CD & DVD] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-greats-no-1-cd-dvd-digipak-cd/2121734.p?id=2198676&skuId=2121734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121734.jpg\"}', 'upc' => '616892140160', 'provider' => 'bestbuy'],\n ['name' => \"Echoing Angels - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/echoing-angels-cd/2121743.p?id=2190876&skuId=2121743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121743.jpg\"}', 'upc' => '099923233329', 'provider' => 'bestbuy'],\n ['name' => \"Rickey Smiley Prank Calls, Vol. 6 [CD & DVD] [PA] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rickey-smiley-prank-calls-vol-6-cd-dvd-pa-cd-dvd/2121752.p?id=2173852&skuId=2121752&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121752', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121752_sa.jpg\"}', 'upc' => '099923515821', 'provider' => 'bestbuy'],\n ['name' => \"Lost And Found - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lost-and-found-cd/2121789.p?id=2189774&skuId=2121789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121789_sa.jpg\"}', 'upc' => '884501371414', 'provider' => 'bestbuy'],\n ['name' => \"Salt on Sea Glass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/salt-on-sea-glass-cd/2121798.p?id=2196014&skuId=2121798&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121798', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121798_sa.jpg\"}', 'upc' => '616892133568', 'provider' => 'bestbuy'],\n ['name' => \"Golden Greats No. 1 [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-greats-no-1-import-cd/2121816.p?id=2198677&skuId=2121816&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121816', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121816_sa.jpg\"}', 'upc' => '616892140061', 'provider' => 'bestbuy'],\n ['name' => \"Katy Perry: The Girl Who Ran Away (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/katy-perry-the-girl-who-ran-away-dvd/2121825.p?id=2952303&skuId=2121825&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121825', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_movies_l.jpg\"}', 'upc' => '823564524290', 'provider' => 'bestbuy'],\n ['name' => \"Oneirology [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oneirology-pa-cd/2121843.p?id=2190878&skuId=2121843&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121843', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121843_sa.jpg\"}', 'upc' => '858597002224', 'provider' => 'bestbuy'],\n ['name' => \"Bone Brothers IV: Bone Thugs [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bone-brothers-iv-bone-thugs-pa-cd/2121852.p?id=2190879&skuId=2121852&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121852', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121852_sa.jpg\"}', 'upc' => '859450002160', 'provider' => 'bestbuy'],\n ['name' => \"Liquid Love [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/liquid-love-digipak-cd/2121861.p?id=2198237&skuId=2121861&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121861', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121861_sa.jpg\"}', 'upc' => '675650002522', 'provider' => 'bestbuy'],\n ['name' => \"Heroes in the Healing... [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heroes-in-the-healing-pa-digipak-cd/2121898.p?id=2190880&skuId=2121898&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121898', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121898_sa.jpg\"}', 'upc' => '616892144168', 'provider' => 'bestbuy'],\n ['name' => \"The Discovery - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-discovery-cd/2121934.p?id=2190881&skuId=2121934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121934_sa.jpg\"}', 'upc' => '894587001495', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits with a Twist [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-with-a-twist-digipak-cd/2121943.p?id=2190882&skuId=2121943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121943_sa.jpg\"}', 'upc' => '741157480122', 'provider' => 'bestbuy'],\n ['name' => \"Firing Squad [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/firing-squad-pa-digipak-cd/2121952.p?id=2198213&skuId=2121952&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121952', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121952_sa.jpg\"}', 'upc' => '825303232220', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits with a Twist - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-with-a-twist-cd/2121961.p?id=2190883&skuId=2121961&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121961', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121961_sa.jpg\"}', 'upc' => '741157480429', 'provider' => 'bestbuy'],\n ['name' => \"Old School [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-school-digipak-cd/2121989.p?id=2187154&skuId=2121989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121989_sa.jpg\"}', 'upc' => '845121031645', 'provider' => 'bestbuy'],\n ['name' => \"The Fight of Our Lives [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-fight-of-our-lives-pa-cd/2121998.p?id=2190884&skuId=2121998&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2121998', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2121\\/2121998_sa.jpg\"}', 'upc' => '099923209522', 'provider' => 'bestbuy'],\n ['name' => \"Everything in Time [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everything-in-time-lp-vinyl/2122005.p?id=3233542&skuId=2122005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122005_sa.jpg\"}', 'upc' => '659123011310', 'provider' => 'bestbuy'],\n ['name' => \"John Leguizamo: Ghetto Klown -... [Digipak] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-leguizamo-ghetto-klown-digipak-cd-various/2122032.p?id=2190886&skuId=2122032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122032_sa.jpg\"}', 'upc' => '846395071184', 'provider' => 'bestbuy'],\n ['name' => \"Where's That Music Coming From - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wheres-that-music-coming-from-cd/2122078.p?id=2187172&skuId=2122078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122078_sa.jpg\"}', 'upc' => '891836002135', 'provider' => 'bestbuy'],\n ['name' => \"James Brown: Body Heat (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/james-brown-body-heat-dvd/2122096.p?id=49492&skuId=2122096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122096_sa.jpg\"}', 'upc' => '5018755246517', 'provider' => 'bestbuy'],\n ['name' => \"H.N.I.C. [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/h-n-i-c-pa-cd/2122102.p?id=2190888&skuId=2122102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122102_sa.jpg\"}', 'upc' => '859450002153', 'provider' => 'bestbuy'],\n ['name' => \"Kool Moe Dee [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kool-moe-dee-digipak-cd/2122148.p?id=2216029&skuId=2122148&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122148', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122148_sa.jpg\"}', 'upc' => '829357851123', 'provider' => 'bestbuy'],\n ['name' => \"Kickin' Up Dust - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kickin-up-dust-cd/2122157.p?id=2190890&skuId=2122157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122157_sa.jpg\"}', 'upc' => '732351107625', 'provider' => 'bestbuy'],\n ['name' => \"Special Guest Appearances, Vol. 2 [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/special-guest-appearances-vol-2-pa-cd/2122175.p?id=2187126&skuId=2122175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122175_sa.jpg\"}', 'upc' => '618763708523', 'provider' => 'bestbuy'],\n ['name' => \"Paper Bag Money [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paper-bag-money-pa-cd/2122184.p?id=2187478&skuId=2122184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122184_sa.jpg\"}', 'upc' => '643157414711', 'provider' => 'bestbuy'],\n ['name' => \"Relentless [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/relentless-digipak-cd/2122193.p?id=2156811&skuId=2122193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122193_sa.jpg\"}', 'upc' => '725543290427', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Thizz Iz All N Da Doe [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-thizz-iz-all-n-da-doe-pa-cd/2122209.p?id=2189779&skuId=2122209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122209_sa.jpg\"}', 'upc' => '618763708622', 'provider' => 'bestbuy'],\n ['name' => \"Still Standing, Vol. 1 [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-standing-vol-1-pa-cd/2122218.p?id=2187481&skuId=2122218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122218_sa.jpg\"}', 'upc' => '725543708328', 'provider' => 'bestbuy'],\n ['name' => \"The Lincoln Lawyer [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lincoln-lawyer-original-soundtrack-cd-original-soundtrack/2122245.p?id=2188344&skuId=2122245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122245_sa.jpg\"}', 'upc' => '780163421026', 'provider' => 'bestbuy'],\n ['name' => \"Megalithic Symphony [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/megalithic-symphony-digipak-cd/2122254.p?id=2188343&skuId=2122254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122254_sa.jpg\"}', 'upc' => '844942010860', 'provider' => 'bestbuy'],\n ['name' => \"Dell - Inspiron 23\\\" Touch-Screen All-In-One - Intel Core i5 - 8GB Memory - 1TB Hard Drive - Silver\", 'description_short' => \"Windows 8.1, upgrade to Windows 10 for freeTechnical details: 4th Gen Intel&#174; Core&#8482; i5 processor; 23&quot; display; 8GB memory; 1TB hard driveSpecial features: Touch screen; built-in wireless networking; Bluetooth; wireless keyboard and mouse\", 'description_long' => \"Windows 8.1, upgrade to Windows 10 for freeTechnical details: 4th Gen Intel&#174; Core&#8482; i5 processor; 23&quot; display; 8GB memory; 1TB hard driveSpecial features: Touch screen; built-in wireless networking; Bluetooth; wireless keyboard and mouse\", 'price' => 999.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dell-inspiron-23-touch-screen-all-in-one-intel-core-i5-8gb-memory-1tb-hard-drive-silver/2122317.p?id=1219528552413&skuId=2122317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122317_sa.jpg\"}', 'upc' => '884116164319', 'provider' => 'bestbuy'],\n ['name' => \"Trance Europe, Vol. 1: Electronic Body Experience - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trance-europe-vol-1-electronic-body-experience-cd-various/2122330.p?id=1374651&skuId=2122330&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122330', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122330_sa.jpg\"}', 'upc' => '741157924329', 'provider' => 'bestbuy'],\n ['name' => \"Navajo Singer Sings for You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/navajo-singer-sings-for-you-cd/2122740.p?id=91942&skuId=2122740&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122740', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122740_sa.jpg\"}', 'upc' => '722871110724', 'provider' => 'bestbuy'],\n ['name' => \"Pow Wow Songs, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pow-wow-songs-vol-1-cd/2122768.p?id=77080&skuId=2122768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2122768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2122\\/2122768_sa.jpg\"}', 'upc' => '722871111622', 'provider' => 'bestbuy'],\n ['name' => \"Upsetting The Nation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/upsetting-the-nation-cd/2123053.p?id=2901272&skuId=2123053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2123053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2123\\/2123053.jpg\"}', 'upc' => '766126133021', 'provider' => 'bestbuy'],\n ['name' => \"Like Someone in Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/like-someone-in-love-cd/2123428.p?id=276366&skuId=2123428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2123428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2123\\/2123428_sa.jpg\"}', 'upc' => '762247701422', 'provider' => 'bestbuy'],\n ['name' => \"Piano & Bass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-bass-cd/2123437.p?id=255410&skuId=2123437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2123437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2123\\/2123437.jpg\"}', 'upc' => '762247709220', 'provider' => 'bestbuy'],\n ['name' => \"Folk Music From Norway - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/folk-music-from-norway-various-cd/2124695.p?id=1467827&skuId=2124695&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2124695', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2124\\/2124695.jpg\"}', 'upc' => '750582885624', 'provider' => 'bestbuy'],\n ['name' => \"Traditional Songs of England - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traditional-songs-of-england-various-cd/2124748.p?id=2417317&skuId=2124748&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2124748', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2124\\/2124748.jpg\"}', 'upc' => '750582875427', 'provider' => 'bestbuy'],\n ['name' => \"Spirit Of Polynesia - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-of-polynesia-cd-various/2124757.p?id=2281760&skuId=2124757&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2124757', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2124\\/2124757_sa.jpg\"}', 'upc' => '750582871627', 'provider' => 'bestbuy'],\n ['name' => \"All You Need Is Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-you-need-is-now-cd/2125057.p?id=2187501&skuId=2125057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125057.jpg\"}', 'upc' => '807315170127', 'provider' => 'bestbuy'],\n ['name' => \"Party Tested - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/party-tested-cd/2125093.p?id=2188929&skuId=2125093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125093_sa.jpg\"}', 'upc' => '030206188523', 'provider' => 'bestbuy'],\n ['name' => \"NES Remix Pack - PRE-OWNED - Nintendo Wii U\", 'description_short' => \"Get ready to experience your favorite NES-era 8-bit games in an all-new way\", 'description_long' => \"Get ready to experience your favorite NES-era 8-bit games in an all-new way\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nes-remix-pack-pre-owned-nintendo-wii-u/2125099.p?id=1219530044156&skuId=2125099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125099_sa.jpg\"}', 'upc' => '799007841623', 'provider' => 'bestbuy'],\n ['name' => \"All You Need Is Now [CD & DVD] [Digipak] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-you-need-is-now-cd-dvd-digipak-cd-dvd-deluxe-edition/2125118.p?id=2187537&skuId=2125118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125118.jpg\"}', 'upc' => '807315170226', 'provider' => 'bestbuy'],\n ['name' => \"Live on I-5 [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-on-i-5-pa-cd/2125127.p?id=2188945&skuId=2125127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125127_sa.jpg\"}', 'upc' => '602527621005', 'provider' => 'bestbuy'],\n ['name' => \"Georgia Clay - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/georgia-clay-cd/2125136.p?id=2188919&skuId=2125136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125136_sa.jpg\"}', 'upc' => '602527546520', 'provider' => 'bestbuy'],\n ['name' => \"Wadsworth Mansion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wadsworth-mansion-cd/2125145.p?id=2188931&skuId=2125145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125145_sa.jpg\"}', 'upc' => '030206187526', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Harvey Mandel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-harvey-mandel-cd/2125154.p?id=2188944&skuId=2125154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125154_sa.jpg\"}', 'upc' => '030206187625', 'provider' => 'bestbuy'],\n ['name' => \"Rockin' at the Universal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-at-the-universal-cd/2125163.p?id=2188987&skuId=2125163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125163_sa.jpg\"}', 'upc' => '030206187229', 'provider' => 'bestbuy'],\n ['name' => \"LG - 7.3 Cu. Ft. 14-Cycle Steam Gas Dryer - White\", 'description_short' => \"Front-panel touch-button controls; 14 cycles; 5 temperature levels; rust-resistant stainless-steel drum; LoDecibel noise-reduction technology\", 'description_long' => \"Front-panel touch-button controls; 14 cycles; 5 temperature levels; rust-resistant stainless-steel drum; LoDecibel noise-reduction technology\", 'price' => 1199.99, 'sale_price' => 999.99, 'url' => 'http://www.bestbuy.com/site/lg-7-3-cu-ft-14-cycle-steam-gas-dryer-white/2125219.p?id=1219530051997&skuId=2125219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125219_sa.jpg\"}', 'upc' => '048231015578', 'provider' => 'bestbuy'],\n ['name' => \"What Dreams May Come (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-dreams-may-come-blu-ray-disc/2125279.p?id=29161&skuId=2125279&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125279', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125279.jpg\"}', 'upc' => '025192084669', 'provider' => 'bestbuy'],\n ['name' => \"Little Fockers (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-fockers-dvd/2125297.p?id=2188380&skuId=2125297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125297_sa.jpg\"}', 'upc' => '025192044250', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Rick Springfield - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-rick-springfield-cd/2125312.p?id=2188256&skuId=2125312&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125312', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125312_sa.jpg\"}', 'upc' => '886977867125', 'provider' => 'bestbuy'],\n ['name' => \"Alejandro Fern ndez... Para Ti - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alejandro-fernndez-para-ti-cd/2125321.p?id=2188345&skuId=2125321&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125321', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125321_sa.jpg\"}', 'upc' => '886978449221', 'provider' => 'bestbuy'],\n ['name' => \"The Essential 5th Dimension - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-5th-dimension-cd/2125349.p?id=2187893&skuId=2125349&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125349', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125349_sa.jpg\"}', 'upc' => '886978270221', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Paul Revere & the Raiders - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-paul-revere-the-raiders-cd/2125358.p?id=2188254&skuId=2125358&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125358', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125358_sa.jpg\"}', 'upc' => '886978156525', 'provider' => 'bestbuy'],\n ['name' => \"Vs. [Expanded Edition] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vs-expanded-edition-digipak-cd/2125367.p?id=2185072&skuId=2125367&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125367', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125367_sa.jpg\"}', 'upc' => '886978431424', 'provider' => 'bestbuy'],\n ['name' => \"Raising Up the Dead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raising-up-the-dead-cd/2125385.p?id=2188263&skuId=2125385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125385_sa.jpg\"}', 'upc' => '886978614926', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the Gospel Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-gospel-sessions-cd/2125394.p?id=2188247&skuId=2125394&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125394', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125394_sa.jpg\"}', 'upc' => '027072809225', 'provider' => 'bestbuy'],\n ['name' => \"Heart: Night at Sky Church - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heart-night-at-sky-church-blu-ray-disc/2125409.p?id=2183012&skuId=2125409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125409_sa.jpg\"}', 'upc' => '886978320599', 'provider' => 'bestbuy'],\n ['name' => \"United Nations of Sound [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/united-nations-of-sound-digipak-cd/2125418.p?id=2183088&skuId=2125418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125418_sa.jpg\"}', 'upc' => '793018312523', 'provider' => 'bestbuy'],\n ['name' => \"Angles [LP] [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/angles-lp-lp-vinyl/2125436.p?id=2188312&skuId=2125436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125436.jpg\"}', 'upc' => '886975347216', 'provider' => 'bestbuy'],\n ['name' => \"Jane Eyre [2011] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jane-eyre-2011-cd-original-soundtrack/2125445.p?id=2186577&skuId=2125445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125445_sa.jpg\"}', 'upc' => '886978525826', 'provider' => 'bestbuy'],\n ['name' => \"With Ernie Haase & Signature Sound - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/with-ernie-haase-signature-sound-cd/2125454.p?id=2188362&skuId=2125454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125454_sa.jpg\"}', 'upc' => '643157415114', 'provider' => 'bestbuy'],\n ['name' => \"VH1 Storytellers: Dixie Chicks (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vh1-storytellers-dixie-chicks-dvd/2125463.p?id=2190472&skuId=2125463&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125463', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125463_sa.jpg\"}', 'upc' => '886970532198', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Django Reinhardt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-django-reinhardt-cd/2125472.p?id=2187898&skuId=2125472&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125472', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125472.jpg\"}', 'upc' => '886978373724', 'provider' => 'bestbuy'],\n ['name' => \"1929-1933 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1929-1933-cd/2125480.p?id=1457955&skuId=2125480&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125480', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125480_sa.jpg\"}', 'upc' => '750582457821', 'provider' => 'bestbuy'],\n ['name' => \"Dos Cl sicos [Slipcase] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dos-clsicos-slipcase-cd/2125481.p?id=2186581&skuId=2125481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125481_sa.jpg\"}', 'upc' => '886978448422', 'provider' => 'bestbuy'],\n ['name' => \"1931-1932 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1931-1932-cd/2125499.p?id=1452588&skuId=2125499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125499.jpg\"}', 'upc' => '750582458422', 'provider' => 'bestbuy'],\n ['name' => \"Vs./Vitalogy/Live at the Orpheum... [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 25.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vs-vitalogy-live-at-the-orpheum-box-cd/2125506.p?id=2186382&skuId=2125506&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125506', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125506_sa.jpg\"}', 'upc' => '886978577528', 'provider' => 'bestbuy'],\n ['name' => \"1933-1935 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1933-1935-cd/2125514.p?id=1582972&skuId=2125514&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125514', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125514.jpg\"}', 'upc' => '750582458927', 'provider' => 'bestbuy'],\n ['name' => \"1933-1936 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1933-1936-cd/2125523.p?id=1581103&skuId=2125523&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125523', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125523_sa.jpg\"}', 'upc' => '3307517055323', 'provider' => 'bestbuy'],\n ['name' => \"Essential Ricky Skaggs (Bril) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/essential-ricky-skaggs-bril-cd/2125524.p?id=2188255&skuId=2125524&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125524_sa.jpg\"}', 'upc' => '886978320629', 'provider' => 'bestbuy'],\n ['name' => \"F.A.M.E. [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/f-a-m-e-pa-cd/2125533.p?id=2188350&skuId=2125533&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125533', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125533_sa.jpg\"}', 'upc' => '886978606723', 'provider' => 'bestbuy'],\n ['name' => \"Stone Rollin' [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stone-rollin-digipak-cd/2125542.p?id=2188266&skuId=2125542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125542_sa.jpg\"}', 'upc' => '886976056025', 'provider' => 'bestbuy'],\n ['name' => \"1927-1929 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1927-1929-cd/2125550.p?id=3248586&skuId=2125550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125550_sa.jpg\"}', 'upc' => '750582459627', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Eartha Kitt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-eartha-kitt-cd/2125551.p?id=2187891&skuId=2125551&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125551', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125551_sa.jpg\"}', 'upc' => '886978341921', 'provider' => 'bestbuy'],\n ['name' => \"1938-1940 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1938-1940-cd/2125569.p?id=3235864&skuId=2125569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125569_sa.jpg\"}', 'upc' => '750582459924', 'provider' => 'bestbuy'],\n ['name' => \"Lil Hardin Armstrong & Her Swing Orchestra:... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lil-hardin-armstrong-her-swing-orchestra-cd/2125578.p?id=1582973&skuId=2125578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125578.jpg\"}', 'upc' => '750582460227', 'provider' => 'bestbuy'],\n ['name' => \"Dos Cl sicos [Slipcase] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dos-clsicos-slipcase-cd/2125579.p?id=2186580&skuId=2125579&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125579', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125579_sa.jpg\"}', 'upc' => '886978448323', 'provider' => 'bestbuy'],\n ['name' => \"I Remember Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-remember-me-cd/2125597.p?id=2188265&skuId=2125597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125597_sa.jpg\"}', 'upc' => '886976081928', 'provider' => 'bestbuy'],\n ['name' => \"1935-1936 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1935-1936-cd/2125621.p?id=1455362&skuId=2125621&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125621', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125621.jpg\"}', 'upc' => '750582461323', 'provider' => 'bestbuy'],\n ['name' => \"1929-30 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1929-30-cd/2125630.p?id=3221918&skuId=2125630&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125630', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125630_sa.jpg\"}', 'upc' => '750582461620', 'provider' => 'bestbuy'],\n ['name' => \"1926-29 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1926-29-cd/2125685.p?id=3248597&skuId=2125685&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125685', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582462627', 'provider' => 'bestbuy'],\n ['name' => \"1926 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1926-cd/2125694.p?id=1469573&skuId=2125694&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125694', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125694.jpg\"}', 'upc' => '750582462726', 'provider' => 'bestbuy'],\n ['name' => \"1936-1937 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1936-1937-cd/2125701.p?id=1575682&skuId=2125701&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125701', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125701.jpg\"}', 'upc' => '750582462825', 'provider' => 'bestbuy'],\n ['name' => \"Stone Rollin' [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stone-rollin-lp-vinyl/2125703.p?id=2403682&skuId=2125703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125703.jpg\"}', 'upc' => '886976056018', 'provider' => 'bestbuy'],\n ['name' => \"1937-1938 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1937-1938-cd/2125738.p?id=1575696&skuId=2125738&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125738', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125738.jpg\"}', 'upc' => '750582463129', 'provider' => 'bestbuy'],\n ['name' => \"Vitalogy [Expanded Edition] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vitalogy-expanded-edition-digipak-cd/2125749.p?id=2185073&skuId=2125749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125749_sa.jpg\"}', 'upc' => '886978431226', 'provider' => 'bestbuy'],\n ['name' => \"Femme Fatale [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/femme-fatale-digipak-cd/2125758.p?id=2188257&skuId=2125758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125758_sa.jpg\"}', 'upc' => '886978533227', 'provider' => 'bestbuy'],\n ['name' => \"The Essential Nina Simone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-essential-nina-simone-cd/2125767.p?id=2187899&skuId=2125767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125767_sa.jpg\"}', 'upc' => '886977867026', 'provider' => 'bestbuy'],\n ['name' => \"F.A.M.E. [Deluxe Version] [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/f-a-m-e-deluxe-version-pa-digipak-cd/2125776.p?id=2188353&skuId=2125776&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125776', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125776_sa.jpg\"}', 'upc' => '886978607027', 'provider' => 'bestbuy'],\n ['name' => \"Dos Cl sicos [Slipcase] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dos-clsicos-slipcase-cd/2125785.p?id=2186583&skuId=2125785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125785_sa.jpg\"}', 'upc' => '886978448927', 'provider' => 'bestbuy'],\n ['name' => \"Storytellers [Blu-ray Disc] - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/storytellers-blu-ray-disc-blu-ray-disc/2125803.p?id=2188357&skuId=2125803&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125803.jpg\"}', 'upc' => '886978543592', 'provider' => 'bestbuy'],\n ['name' => \"De Plata - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/de-plata-cd/2125812.p?id=2188314&skuId=2125812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125812_sa.jpg\"}', 'upc' => '886978155825', 'provider' => 'bestbuy'],\n ['name' => \"1927 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1927-cd/2125818.p?id=1455400&skuId=2125818&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125818', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125818.jpg\"}', 'upc' => '750582464126', 'provider' => 'bestbuy'],\n ['name' => \"Angles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/angles-cd/2125821.p?id=2188310&skuId=2125821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125821_sa.jpg\"}', 'upc' => '886975347223', 'provider' => 'bestbuy'],\n ['name' => \"1923-1928 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1923-1928-cd/2125827.p?id=1582989&skuId=2125827&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125827', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125827.jpg\"}', 'upc' => '750582464225', 'provider' => 'bestbuy'],\n ['name' => \"1930-31 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1930-31-cd/2125836.p?id=3236322&skuId=2125836&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125836', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582464423', 'provider' => 'bestbuy'],\n ['name' => \"An Evening with Sutton Foster, Live at the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/an-evening-with-sutton-foster-live-at-the-cd/2125849.p?id=2188246&skuId=2125849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125849.jpg\"}', 'upc' => '791558333022', 'provider' => 'bestbuy'],\n ['name' => \"1928-29 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1928-29-cd/2125863.p?id=3233878&skuId=2125863&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125863', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582464720', 'provider' => 'bestbuy'],\n ['name' => \"Femme Fatale [Deluxe Edition] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/femme-fatale-deluxe-edition-digipak-cd/2125867.p?id=2188260&skuId=2125867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125867_sa.jpg\"}', 'upc' => '886978533326', 'provider' => 'bestbuy'],\n ['name' => \"1928-1929 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1928-1929-cd/2125881.p?id=1453863&skuId=2125881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125881_sa.jpg\"}', 'upc' => '3307517061126', 'provider' => 'bestbuy'],\n ['name' => \"1927-1928 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1927-1928-cd/2125907.p?id=3211815&skuId=2125907&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2125907', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2125\\/2125907_sa.jpg\"}', 'upc' => '750582465529', 'provider' => 'bestbuy'],\n ['name' => \"1929-1930 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1929-1930-cd/2126005.p?id=1452592&skuId=2126005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126005.jpg\"}', 'upc' => '750582467028', 'provider' => 'bestbuy'],\n ['name' => \"1924-1925 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1924-1925-cd/2126014.p?id=1582995&skuId=2126014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126014.jpg\"}', 'upc' => '750582467127', 'provider' => 'bestbuy'],\n ['name' => \"1928-1940 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1928-1940-cd/2126023.p?id=1452566&skuId=2126023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126023.jpg\"}', 'upc' => '750582467325', 'provider' => 'bestbuy'],\n ['name' => \"1934-1940 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1934-1940-cd/2126032.p?id=1581109&skuId=2126032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582467424', 'provider' => 'bestbuy'],\n ['name' => \"1930-1934 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1930-1934-cd/2126078.p?id=1581210&skuId=2126078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126078.jpg\"}', 'upc' => '750582467929', 'provider' => 'bestbuy'],\n ['name' => \"LG - EasyLoad 7.3 Cu. Ft. 14-Cycle Steam Gas Dryer - Graphite Steel\", 'description_short' => \"Front-panel touch-button controls; 14 cycles; 5 temperature levels; rust-resistant stainless-steel drum; LoDecibel noise-reduction technology\", 'description_long' => \"Front-panel touch-button controls; 14 cycles; 5 temperature levels; rust-resistant stainless-steel drum; LoDecibel noise-reduction technology\", 'price' => 1299.99, 'sale_price' => 1049.99, 'url' => 'http://www.bestbuy.com/site/lg-easyload-7-3-cu-ft-14-cycle-steam-gas-dryer-graphite-steel/2126089.p?id=1219530041650&skuId=2126089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126089_sa.jpg\"}', 'upc' => '048231015554', 'provider' => 'bestbuy'],\n ['name' => \"1937-1939 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1937-1939-cd/2126096.p?id=1452819&skuId=2126096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126096.jpg\"}', 'upc' => '750582468124', 'provider' => 'bestbuy'],\n ['name' => \"1935-37 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1935-37-cd/2126103.p?id=1425529&skuId=2126103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582468322', 'provider' => 'bestbuy'],\n ['name' => \"1933-35 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1933-35-cd/2126112.p?id=3233907&skuId=2126112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126112_sa.jpg\"}', 'upc' => '750582468421', 'provider' => 'bestbuy'],\n ['name' => \"1924, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1924-vol-3-cd/2126121.p?id=1583008&skuId=2126121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582468520', 'provider' => 'bestbuy'],\n ['name' => \"St. Elmo's Fire (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/st-elmos-fire-blu-ray-disc/2126144.p?id=59195&skuId=2126144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126144_sa.jpg\"}', 'upc' => '014381690651', 'provider' => 'bestbuy'],\n ['name' => \"McKinney's Cotton Pickers 1930-1931/Don... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mckinneys-cotton-pickers-1930-1931-don-cd/2126149.p?id=1452831&skuId=2126149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126149.jpg\"}', 'upc' => '750582468728', 'provider' => 'bestbuy'],\n ['name' => \"About Last Night... (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/about-last-night-blu-ray-disc/2126162.p?id=47086&skuId=2126162&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126162', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126162_sa.jpg\"}', 'upc' => '014381690859', 'provider' => 'bestbuy'],\n ['name' => \"1934-1940 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1934-1940-cd/2126167.p?id=1452833&skuId=2126167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126167_sa.jpg\"}', 'upc' => '750582468926', 'provider' => 'bestbuy'],\n ['name' => \"Closer (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/closer-blu-ray-disc/2126171.p?id=1417150&skuId=2126171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126171_sa.jpg\"}', 'upc' => '014381691559', 'provider' => 'bestbuy'],\n ['name' => \"1936-1938 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1936-1938-cd/2126176.p?id=1457005&skuId=2126176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126176.jpg\"}', 'upc' => '750582469121', 'provider' => 'bestbuy'],\n ['name' => \"The Big Hit (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-big-hit-blu-ray-disc/2126214.p?id=28880&skuId=2126214&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126214_sa.jpg\"}', 'upc' => '014381690958', 'provider' => 'bestbuy'],\n ['name' => \"Taxi Driver (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/taxi-driver-blu-ray-disc/2126223.p?id=24938&skuId=2126223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126223_sa.jpg\"}', 'upc' => '043396342101', 'provider' => 'bestbuy'],\n ['name' => \"Mummies: Secrets of the Pharaohs (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mummies-secrets-of-the-pharaohs-blu-ray-disc/2126232.p?id=2018474&skuId=2126232&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126232_sa.jpg\"}', 'upc' => '014381676952', 'provider' => 'bestbuy'],\n ['name' => \"The Deep (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-deep-blu-ray-disc/2126241.p?id=21317&skuId=2126241&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126241', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126241_sa.jpg\"}', 'upc' => '014381690453', 'provider' => 'bestbuy'],\n ['name' => \"1928-1938 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1928-1938-cd/2126247.p?id=1583015&skuId=2126247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126247.jpg\"}', 'upc' => '750582507427', 'provider' => 'bestbuy'],\n ['name' => \"1925-1926 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1925-1926-cd/2126256.p?id=1452165&skuId=2126256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126256_sa.jpg\"}', 'upc' => '750582507526', 'provider' => 'bestbuy'],\n ['name' => \"1937, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1937-vol-2-cd/2126336.p?id=1452838&skuId=2126336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126336.jpg\"}', 'upc' => '750582767029', 'provider' => 'bestbuy'],\n ['name' => \"1933-1941 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1933-1941-cd/2126345.p?id=1452839&skuId=2126345&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126345', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126345.jpg\"}', 'upc' => '3307517069023', 'provider' => 'bestbuy'],\n ['name' => \"1928-1931 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1928-1931-cd/2126354.p?id=1480413&skuId=2126354&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126354', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126354.jpg\"}', 'upc' => '750582789120', 'provider' => 'bestbuy'],\n ['name' => \"1936-1939 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1936-1939-cd/2126363.p?id=1479888&skuId=2126363&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126363', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126363.jpg\"}', 'upc' => '3307517069429', 'provider' => 'bestbuy'],\n ['name' => \"1924-26 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1924-26-cd/2126372.p?id=1589975&skuId=2126372&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126372', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582821424', 'provider' => 'bestbuy'],\n ['name' => \"Classics, 1929-1941 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classics-1929-1941-cd/2126381.p?id=1457966&skuId=2126381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126381.jpg\"}', 'upc' => '750582821622', 'provider' => 'bestbuy'],\n ['name' => \"1932-34 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1932-34-cd/2126390.p?id=1549910&skuId=2126390&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126390', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126390_sa.jpg\"}', 'upc' => '750582821820', 'provider' => 'bestbuy'],\n ['name' => \"1937-1938 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1937-1938-cd/2126416.p?id=1583033&skuId=2126416&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126416', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126416_sa.jpg\"}', 'upc' => '750582850523', 'provider' => 'bestbuy'],\n ['name' => \"Stuff Smith (1936-1939) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stuff-smith-1936-1939-cd/2126425.p?id=1425516&skuId=2126425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126425.jpg\"}', 'upc' => '750582850622', 'provider' => 'bestbuy'],\n ['name' => \"1923-37 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1923-37-cd/2126434.p?id=3236324&skuId=2126434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126434_sa.jpg\"}', 'upc' => '750582850721', 'provider' => 'bestbuy'],\n ['name' => \"1934-1936 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1934-1936-cd/2126461.p?id=1588292&skuId=2126461&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126461', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126461.jpg\"}', 'upc' => '750582858529', 'provider' => 'bestbuy'],\n ['name' => \"1938-1942 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1938-1942-cd/2126470.p?id=1581112&skuId=2126470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126470.jpg\"}', 'upc' => '750582858628', 'provider' => 'bestbuy'],\n ['name' => \"1941-1942 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1941-1942-cd/2126489.p?id=1548365&skuId=2126489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126489_sa.jpg\"}', 'upc' => '3307517071224', 'provider' => 'bestbuy'],\n ['name' => \"1928-1936 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1928-1936-cd/2126498.p?id=1452840&skuId=2126498&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126498', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126498.jpg\"}', 'upc' => '750582858826', 'provider' => 'bestbuy'],\n ['name' => \"1935-40 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1935-40-cd/2126504.p?id=2282289&skuId=2126504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126504_sa.jpg\"}', 'upc' => '750582858925', 'provider' => 'bestbuy'],\n ['name' => \"1936-1939 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1936-1939-cd/2126513.p?id=1474595&skuId=2126513&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126513', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126513.jpg\"}', 'upc' => '750582870323', 'provider' => 'bestbuy'],\n ['name' => \"Claude Hopkins & His Orchestra 1934-35 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/claude-hopkins-his-orchestra-1934-35-cd/2126522.p?id=2280132&skuId=2126522&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126522', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126522.jpg\"}', 'upc' => '750582870422', 'provider' => 'bestbuy'],\n ['name' => \"1938, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1938-vol-2-cd/2126531.p?id=1581233&skuId=2126531&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126531', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126531_sa.jpg\"}', 'upc' => '750582870521', 'provider' => 'bestbuy'],\n ['name' => \"1926-1927 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1926-1927-cd/2126540.p?id=1583044&skuId=2126540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126540.jpg\"}', 'upc' => '750582870620', 'provider' => 'bestbuy'],\n ['name' => \"1931-1933 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1931-1933-cd/2126559.p?id=1577954&skuId=2126559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126559.jpg\"}', 'upc' => '750582870729', 'provider' => 'bestbuy'],\n ['name' => \"1929-1931 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1929-1931-cd/2126577.p?id=1577622&skuId=2126577&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126577.jpg\"}', 'upc' => '750582873720', 'provider' => 'bestbuy'],\n ['name' => \"Boots & His Buddies 1935-37 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boots-his-buddies-1935-37-cd/2126595.p?id=3248625&skuId=2126595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582873928', 'provider' => 'bestbuy'],\n ['name' => \"1939-1940 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1939-1940-cd/2126602.p?id=1456443&skuId=2126602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126602_sa.jpg\"}', 'upc' => '750582874024', 'provider' => 'bestbuy'],\n ['name' => \"1935-1940 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1935-1940-cd/2126611.p?id=1480794&skuId=2126611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126611_sa.jpg\"}', 'upc' => '750582887123', 'provider' => 'bestbuy'],\n ['name' => \"1938, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1938-vol-3-cd/2126620.p?id=1479446&skuId=2126620&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126620', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126620_sa.jpg\"}', 'upc' => '3307517072627', 'provider' => 'bestbuy'],\n ['name' => \"1938-1941 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1938-1941-cd/2126648.p?id=2277065&skuId=2126648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126648_sa.jpg\"}', 'upc' => '750582887420', 'provider' => 'bestbuy'],\n ['name' => \"Edgar Hayes & His Orchestra 1937-38 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/edgar-hayes-his-orchestra-1937-38-cd/2126666.p?id=2282587&skuId=2126666&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126666', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126666.jpg\"}', 'upc' => '750582900723', 'provider' => 'bestbuy'],\n ['name' => \"1936-1937 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1936-1937-cd/2126675.p?id=1578133&skuId=2126675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126675.jpg\"}', 'upc' => '750582900822', 'provider' => 'bestbuy'],\n ['name' => \"1937-40 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1937-40-cd/2126693.p?id=1549911&skuId=2126693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126693.jpg\"}', 'upc' => '750582901027', 'provider' => 'bestbuy'],\n ['name' => \"1927 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1927-cd/2126719.p?id=3245156&skuId=2126719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582909320', 'provider' => 'bestbuy'],\n ['name' => \"1937-1941 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1937-1941-cd/2126728.p?id=1578130&skuId=2126728&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126728', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126728.jpg\"}', 'upc' => '750582909429', 'provider' => 'bestbuy'],\n ['name' => \"1941-43 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1941-43-cd/2126746.p?id=3221852&skuId=2126746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582927621', 'provider' => 'bestbuy'],\n ['name' => \"1939-1941 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1939-1941-cd/2126764.p?id=3219020&skuId=2126764&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126764', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126764_sa.jpg\"}', 'upc' => '750582927928', 'provider' => 'bestbuy'],\n ['name' => \"1938-1939 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1938-1939-cd/2126773.p?id=3236104&skuId=2126773&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126773', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126773_sa.jpg\"}', 'upc' => '750582967832', 'provider' => 'bestbuy'],\n ['name' => \"1940-41 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1940-41-cd/2126782.p?id=2275492&skuId=2126782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126782.jpg\"}', 'upc' => '750582967931', 'provider' => 'bestbuy'],\n ['name' => \"1940-1942 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1940-1942-cd/2126791.p?id=1581115&skuId=2126791&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126791', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126791.jpg\"}', 'upc' => '750582968136', 'provider' => 'bestbuy'],\n ['name' => \"1935-1940 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1935-1940-cd/2126808.p?id=1456917&skuId=2126808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126808_sa.jpg\"}', 'upc' => '750582984228', 'provider' => 'bestbuy'],\n ['name' => \"1924-1926 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1924-1926-cd/2126817.p?id=1456918&skuId=2126817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126817.jpg\"}', 'upc' => '750582984327', 'provider' => 'bestbuy'],\n ['name' => \"1936-1942 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1936-1942-cd/2126880.p?id=1581232&skuId=2126880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126880.jpg\"}', 'upc' => '789368000227', 'provider' => 'bestbuy'],\n ['name' => \"1939 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1939-cd/2126906.p?id=1589972&skuId=2126906&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126906', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '789368028924', 'provider' => 'bestbuy'],\n ['name' => \"1935-1936 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1935-1936-cd/2126933.p?id=3236305&skuId=2126933&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2126933', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2126\\/2126933_sa.jpg\"}', 'upc' => '789368028726', 'provider' => 'bestbuy'],\n ['name' => \"LG - EasyLoad 7.3 Cu. Ft. 14-Cycle Electric Dryer with Steam - White\", 'description_short' => \"Dual LED display; 14 cycles; 5 temperature levels; rust-resistant stainless-steel drum; LoDecibel noise-reduction technology\", 'description_long' => \"Dual LED display; 14 cycles; 5 temperature levels; rust-resistant stainless-steel drum; LoDecibel noise-reduction technology\", 'price' => 1099.99, 'sale_price' => 899.99, 'url' => 'http://www.bestbuy.com/site/lg-easyload-7-3-cu-ft-14-cycle-electric-dryer-with-steam-white/2127015.p?id=1219530045519&skuId=2127015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2127015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2127\\/2127015_sa.jpg\"}', 'upc' => '048231015561', 'provider' => 'bestbuy'],\n ['name' => \"Musica de Fondo: MTV Unplugged [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/musica-de-fondo-mtv-unplugged-cd-dvd-cd-dvd/2127231.p?id=2190492&skuId=2127231&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2127231', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2127\\/2127231.jpg\"}', 'upc' => '5099909514720', 'provider' => 'bestbuy'],\n ['name' => \"Montage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/montage-cd/2127264.p?id=110561&skuId=2127264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2127264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2127\\/2127264_sa.jpg\"}', 'upc' => '734956100520', 'provider' => 'bestbuy'],\n ['name' => \"Fly on the Wall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fly-on-the-wall-cd/2127268.p?id=2214382&skuId=2127268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2127268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2127\\/2127268_sa.jpg\"}', 'upc' => '5099964845128', 'provider' => 'bestbuy'],\n ['name' => \"My Life My Way - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-life-my-way-cd/2127338.p?id=2190493&skuId=2127338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2127338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2127\\/2127338_sa.jpg\"}', 'upc' => '727361234928', 'provider' => 'bestbuy'],\n ['name' => \"Eliza Doolittle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eliza-doolittle-cd/2127365.p?id=2765819&skuId=2127365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2127365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2127\\/2127365_sa.jpg\"}', 'upc' => '5099909561922', 'provider' => 'bestbuy'],\n ['name' => \"I Don't Want to Cry [Compilation] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-dont-want-to-cry-compilation-cd/2127816.p?id=2234911&skuId=2127816&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2127816', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2127\\/2127816_sa.jpg\"}', 'upc' => '082333162327', 'provider' => 'bestbuy'],\n ['name' => \"Empress of the Blues [Charly] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/empress-of-the-blues-charly-cd/2127834.p?id=3233055&skuId=2127834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2127834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '082333162822', 'provider' => 'bestbuy'],\n ['name' => \"Fast & The Furious (Blu-ray Disc) (Steelbook) (Only @ Best Buy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fast-the-furious-blu-ray-disc-steelbook-only--best-buy/2128041.p?id=2724764&skuId=2128041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2128041.jpg\"}', 'upc' => '025192201776', 'provider' => 'bestbuy'],\n ['name' => \"WWE: D-Generation X - One Last Stand (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-d-generation-x-one-last-stand-blu-ray-disc-2-disc/2128063.p?id=2183020&skuId=2128063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128063_sa.jpg\"}', 'upc' => '651191949212', 'provider' => 'bestbuy'],\n ['name' => \"2 Fast 2 Furious (Blu-ray Disc) (Steelbook) (Only @ Best Buy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-fast-2-furious-blu-ray-disc-steelbook-only--best-buy/2128069.p?id=2724712&skuId=2128069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2128069.jpg\"}', 'upc' => '025192201783', 'provider' => 'bestbuy'],\n ['name' => \"WWE: D-Generation X - One Last Stand (DVD) (3 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-d-generation-x-one-last-stand-dvd-3-disc/2128072.p?id=2183020&skuId=2128072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128072_sa.jpg\"}', 'upc' => '651191949205', 'provider' => 'bestbuy'],\n ['name' => \"Fast & The Furious: Tokyo Drift (Blu-ray Disc) (Steelbook) (Only @ Best Buy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fast-the-furious-tokyo-drift-blu-ray-disc-steelbook-only--best-buy/2128078.p?id=2724727&skuId=2128078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2128078.jpg\"}', 'upc' => '025192201790', 'provider' => 'bestbuy'],\n ['name' => \"H.R. Pufnstuf: The Complete Series [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/h-r-pufnstuf-the-complete-series-3-discs-dvd/2128081.p?id=2162465&skuId=2128081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128081.jpg\"}', 'upc' => '883476029610', 'provider' => 'bestbuy'],\n ['name' => \"Fast Five (Blu-ray Disc) (Steelbook) (Only @ Best Buy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fast-five-blu-ray-disc-steelbook-only--best-buy/2128096.p?id=2246613&skuId=2128096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128096_sa.jpg\"}', 'upc' => '025192201813', 'provider' => 'bestbuy'],\n ['name' => \"Gritos De Muerte Y Libertad (2 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gritos-de-muerte-y-libertad-2-disc-dvd/2128106.p?id=2183048&skuId=2128106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128106.jpg\"}', 'upc' => '883476031767', 'provider' => 'bestbuy'],\n ['name' => \"LG - EasyLoad 7.3 Cu. Ft. 14-Cycle Electric Dryer with Steam - Graphite Steel\", 'description_short' => \"Dual LED display; 14 cycles; 5 temperature levels; rust-resistant stainless-steel drum; LoDecibel noise-reduction technology\", 'description_long' => \"Dual LED display; 14 cycles; 5 temperature levels; rust-resistant stainless-steel drum; LoDecibel noise-reduction technology\", 'price' => 1199.99, 'sale_price' => 949.99, 'url' => 'http://www.bestbuy.com/site/lg-easyload-7-3-cu-ft-14-cycle-electric-dryer-with-steam-graphite-steel/2128207.p?id=1219530041651&skuId=2128207&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128207_sa.jpg\"}', 'upc' => '048231015547', 'provider' => 'bestbuy'],\n ['name' => \"Still of the Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-of-the-night-cd/2128218.p?id=315609&skuId=2128218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128218_sa.jpg\"}', 'upc' => '095888700029', 'provider' => 'bestbuy'],\n ['name' => \"Alex Murzyn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alex-murzyn-cd/2128236.p?id=69507&skuId=2128236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128236.jpg\"}', 'upc' => '095888700227', 'provider' => 'bestbuy'],\n ['name' => \"My Flame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-flame-cd/2128245.p?id=191241&skuId=2128245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128245.jpg\"}', 'upc' => '095888700326', 'provider' => 'bestbuy'],\n ['name' => \"Virgin Mobile - $50 Broadband to Go Top-Up Card\", 'description_short' => \"Compatible with Virgin Mobile Beyond Talk, Broadband to Go, payLo and Assurance Wireless plans; redeemable for adding talk time and content services; $50 value\", 'description_long' => \"Compatible with Virgin Mobile Beyond Talk, Broadband to Go, payLo and Assurance Wireless plans; redeemable for adding talk time and content services; $50 value\", 'price' => 50, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/virgin-mobile-50-broadband-to-go-top-up-card/2128267.p?id=1218311136574&skuId=2128267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128267_sa.jpg\"}', 'upc' => '836182004884', 'provider' => 'bestbuy'],\n ['name' => \"Samurai Champloo: Complete Series [7 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/samurai-champloo-complete-series-7-discs-dvd/2128294.p?id=2168053&skuId=2128294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128294_sa.jpg\"}', 'upc' => '704400086588', 'provider' => 'bestbuy'],\n ['name' => \"Black Butler: Season One Part Two (2 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-butler-season-one-part-two-2-disc-dvd/2128328.p?id=2181024&skuId=2128328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128328.jpg\"}', 'upc' => '704400058479', 'provider' => 'bestbuy'],\n ['name' => \"L'Instinct de Mort (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/linstinct-de-mort-dvd/2128337.p?id=2174695&skuId=2128337&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128337', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128337_sa.jpg\"}', 'upc' => '705105742854', 'provider' => 'bestbuy'],\n ['name' => \"Hero Tales: Part 1 (3 Disc) (DVD) (Limited Edition) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 42.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hero-tales-part-1-3-disc-dvd-limited-edition-boxed-set/2128346.p?id=2181033&skuId=2128346&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128346.jpg\"}', 'upc' => '704400089015', 'provider' => 'bestbuy'],\n ['name' => \"All Good Things (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-good-things-blu-ray-disc/2128364.p?id=2181403&skuId=2128364&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128364_sa.jpg\"}', 'upc' => '876964003674', 'provider' => 'bestbuy'],\n ['name' => \"A Marine Story (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-marine-story-dvd/2128373.p?id=2180331&skuId=2128373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128373_sa.jpg\"}', 'upc' => '754703763563', 'provider' => 'bestbuy'],\n ['name' => \"Girls, Guns and G-Strings: Andy Sidaris Collection [3 Discs] (DVD) Box\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/girls-guns-and-g-strings-andy-sidaris-collection-3-discs-dvd-box/2128382.p?id=2189528&skuId=2128382&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128382', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128382_sa.jpg\"}', 'upc' => '683904521576', 'provider' => 'bestbuy'],\n ['name' => \"Evangelion 2.0: You Can (Not) Advance (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => 21.99, 'url' => 'http://www.bestbuy.com/site/evangelion-2-0-you-can-not-advance-blu-ray-disc/2128406.p?id=2181042&skuId=2128406&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128406', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128406_sa.jpg\"}', 'upc' => '704400098840', 'provider' => 'bestbuy'],\n ['name' => \"On Top of the World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-top-of-the-world-cd/2128441.p?id=156970&skuId=2128441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128441_sa.jpg\"}', 'upc' => '727031971122', 'provider' => 'bestbuy'],\n ['name' => \"Evangelion 2.0: You Can (Not) Advance (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/evangelion-2-0-you-can-not-advance-dvd-2-disc/2128442.p?id=2181042&skuId=2128442&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128442', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128442.jpg\"}', 'upc' => '704400098833', 'provider' => 'bestbuy'],\n ['name' => \"All Good Things (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-good-things-dvd/2128479.p?id=2181403&skuId=2128479&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128479', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128479_sa.jpg\"}', 'upc' => '876964003667', 'provider' => 'bestbuy'],\n ['name' => \"Excel Saga: Complete Collection [4 Discs] (Uncut) (Boxed Set) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/excel-saga-complete-collection-4-discs-uncut-boxed-set-dvd/2128488.p?id=2168067&skuId=2128488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128488_sa.jpg\"}', 'upc' => '704400078606', 'provider' => 'bestbuy'],\n ['name' => \"D Gray-Man: Season Two (4 Disc) (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/d-gray-man-season-two-4-disc-dvd-boxed-set/2128512.p?id=2181028&skuId=2128512&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128512', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128512.jpg\"}', 'upc' => '704400069277', 'provider' => 'bestbuy'],\n ['name' => \"Gunslinger Girl: Complete Series With Ova (5 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gunslinger-girl-complete-series-with-ova-5-disc-dvd/2128521.p?id=2181030&skuId=2128521&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128521', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128521.jpg\"}', 'upc' => '704400084317', 'provider' => 'bestbuy'],\n ['name' => \"L'ennemi Public No. 1 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lennemi-public-no-1-dvd/2128549.p?id=2185924&skuId=2128549&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128549', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128549_sa.jpg\"}', 'upc' => '736211211453', 'provider' => 'bestbuy'],\n ['name' => \"Tango! The Dance That Swept the World! - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tango-the-dance-that-swept-the-world-cd-various/2128735.p?id=101181&skuId=2128735&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128735', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128735_sa.jpg\"}', 'upc' => '727031975229', 'provider' => 'bestbuy'],\n ['name' => \"The Early Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-early-classics-cd/2128762.p?id=67555&skuId=2128762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128762_sa.jpg\"}', 'upc' => '727031975625', 'provider' => 'bestbuy'],\n ['name' => \"The Movie Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-movie-hits-cd/2128922.p?id=79254&skuId=2128922&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128922', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128922.jpg\"}', 'upc' => '727031978428', 'provider' => 'bestbuy'],\n ['name' => \"Django Reinhardt and Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/django-reinhardt-and-friends-cd/2128959.p?id=70293&skuId=2128959&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128959', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128959_sa.jpg\"}', 'upc' => '727031979227', 'provider' => 'bestbuy'],\n ['name' => \"Paris: Cafe Concert - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paris-cafe-concert-cd-various/2128995.p?id=94388&skuId=2128995&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2128995', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2128\\/2128995_sa.jpg\"}', 'upc' => '727031979722', 'provider' => 'bestbuy'],\n ['name' => \"A Drop of the Irish: Irish Songs and Ballads - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-drop-of-the-irish-irish-songs-and-ballads-various-cd/2129011.p?id=86286&skuId=2129011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129011.jpg\"}', 'upc' => '727031979920', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Island - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-island-cd/2129013.p?id=2745603&skuId=2129013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129013.jpg\"}', 'upc' => '602537498574', 'provider' => 'bestbuy'],\n ['name' => \"See You Tonight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/see-you-tonight-cd/2129031.p?id=2757602&skuId=2129031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129031_sa.jpg\"}', 'upc' => '602537542871', 'provider' => 'bestbuy'],\n ['name' => \"See You Tonight [Deluxe Edition] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 18.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/see-you-tonight-deluxe-edition-cd/2129059.p?id=2757498&skuId=2129059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129059_sa.jpg\"}', 'upc' => '602537542888', 'provider' => 'bestbuy'],\n ['name' => \"Neil Young: Le Noise (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/neil-young-le-noise-dvd/2129062.p?id=2177948&skuId=2129062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129062.jpg\"}', 'upc' => '075993997507', 'provider' => 'bestbuy'],\n ['name' => \"New [Bonus Track] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-bonus-track-digipak-cd/2129068.p?id=2765867&skuId=2129068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129068_sa.jpg\"}', 'upc' => '888072348370', 'provider' => 'bestbuy'],\n ['name' => \"Sinfonica: Reedicion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sinfonica-reedicion-cd/2129071.p?id=2189414&skuId=2129071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129071_sa.jpg\"}', 'upc' => '825646742547', 'provider' => 'bestbuy'],\n ['name' => \"Energizer - MAX AAA Batteries (24-Pack) - Silver\", 'description_short' => \"Alkaline chemistry; 1.5V of power; 1250 mAh capacity; Power Seal technology; up to 10-year shelf life\", 'description_long' => \"Alkaline chemistry; 1.5V of power; 1250 mAh capacity; Power Seal technology; up to 10-year shelf life\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/energizer-max-aaa-batteries-24-pack-silver/2129095.p?id=1219069796882&skuId=2129095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129095_sa.jpg\"}', 'upc' => '039800103895', 'provider' => 'bestbuy'],\n ['name' => \"Margarita: La Diosa de la Cumbia - Sinfonica (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/margarita-la-diosa-de-la-cumbia-sinfonica-dvd/2129114.p?id=2189529&skuId=2129114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129114.jpg\"}', 'upc' => '825646742530', 'provider' => 'bestbuy'],\n ['name' => \"Le Noise - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/le-noise-blu-ray-disc/2129123.p?id=2180646&skuId=2129123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129123.jpg\"}', 'upc' => '075993997538', 'provider' => 'bestbuy'],\n ['name' => \"Atlantic Crossing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/atlantic-crossing-cd/2129132.p?id=2189530&skuId=2129132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129132_sa.jpg\"}', 'upc' => '081227977719', 'provider' => 'bestbuy'],\n ['name' => \"Songs for Celtic Harp - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-for-celtic-harp-cd/2129137.p?id=1459372&skuId=2129137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129137.jpg\"}', 'upc' => '717281900188', 'provider' => 'bestbuy'],\n ['name' => \"Die Fruhen Aufnahmen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/die-fruhen-aufnahmen-cd/2129155.p?id=1459134&skuId=2129155&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129155_sa.jpg\"}', 'upc' => '717281900324', 'provider' => 'bestbuy'],\n ['name' => \"Greta Keller and IHR Chanson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greta-keller-and-ihr-chanson-cd/2129164.p?id=1459171&skuId=2129164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129164_sa.jpg\"}', 'upc' => '717281931571', 'provider' => 'bestbuy'],\n ['name' => \"KitchenAid - Pouring Shield for Select KitchenAid Stand Mixers - Clear\", 'description_short' => \"Compatible with KitchenAid stand mixer model KN15EX; 1-piece construction; reduces splashing; dishwasher-safe design\", 'description_long' => \"Compatible with KitchenAid stand mixer model KN15EX; 1-piece construction; reduces splashing; dishwasher-safe design\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kitchenaid-pouring-shield-for-select-kitchenaid-stand-mixers-clear/2129327.p?id=1218310411093&skuId=2129327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129327_sa.jpg\"}', 'upc' => '050946968193', 'provider' => 'bestbuy'],\n ['name' => \"Gattaca (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gattaca-blu-ray-disc/2129614.p?id=54771&skuId=2129614&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129614', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129614.jpg\"}', 'upc' => '014381959154', 'provider' => 'bestbuy'],\n ['name' => \"Peggy Sue Got Married (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/peggy-sue-got-married-blu-ray-disc/2129641.p?id=23811&skuId=2129641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129641_sa.jpg\"}', 'upc' => '014381959451', 'provider' => 'bestbuy'],\n ['name' => \"SodaStream - Metal Source Soda Maker - Black\", 'description_short' => \"Lets you create soda in seconds; touch-responsive top surface; LED carbonation-strength indicator; powered by a CO canister; snap-lock bottle mechanism; brushed-metal finish; includes a 1L bottle\", 'description_long' => \"Lets you create soda in seconds; touch-responsive top surface; LED carbonation-strength indicator; powered by a CO canister; snap-lock bottle mechanism; brushed-metal finish; includes a 1L bottle\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sodastream-metal-source-soda-maker-black/2129669.p?id=1219069114346&skuId=2129669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129669_rc.jpg\"}', 'upc' => '811369004543', 'provider' => 'bestbuy'],\n ['name' => \"SodaStream - Plastic Jet Sparkling Water Maker - Red\", 'description_short' => \"Lets you create soda in seconds; powered by a CO&#8322; canister; cordless design; plastic construction; includes a 1L bottle\", 'description_long' => \"Lets you create soda in seconds; powered by a CO&#8322; canister; cordless design; plastic construction; includes a 1L bottle\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sodastream-plastic-jet-sparkling-water-maker-red/2129678.p?id=1219069113384&skuId=2129678', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129678', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129678_500x500_sa.jpg\"}', 'upc' => '811369001344', 'provider' => 'bestbuy'],\n ['name' => \"SodaStream - 1L Carbonating Bottles (2-Pack) - White\", 'description_short' => \"Hermetic sealing caps; BPA-free; 2-pack\", 'description_long' => \"Hermetic sealing caps; BPA-free; 2-pack\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sodastream-1l-carbonating-bottles-2-pack-white/2129687.p?id=1219069112606&skuId=2129687', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129687', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129687_rc.jpg\"}', 'upc' => '811369000316', 'provider' => 'bestbuy'],\n ['name' => \"SodaStream - 0.5L Carbonating Bottles (2-Pack) - Black\", 'description_short' => \"Compatible with select SodaStream soda makers; hermetic sealing caps; BPA-free; 2-pack\", 'description_long' => \"Compatible with select SodaStream soda makers; hermetic sealing caps; BPA-free; 2-pack\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sodastream-0-5l-carbonating-bottles-2-pack-black/2129696.p?id=1219069110756&skuId=2129696&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129696', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129696_rc.jpg\"}', 'upc' => '811369002693', 'provider' => 'bestbuy'],\n ['name' => \"SodaStream - 0.5L Carbonating Bottles (2-Pack) - White\", 'description_short' => \"Compatible with select SodaStream soda makers; hermetic sealing caps; BPA-free; 2-pack\", 'description_long' => \"Compatible with select SodaStream soda makers; hermetic sealing caps; BPA-free; 2-pack\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sodastream-0-5l-carbonating-bottles-2-pack-white/2129714.p?id=1219069112668&skuId=2129714', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2129714', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2129\\/2129714_rc.jpg\"}', 'upc' => '811369001092', 'provider' => 'bestbuy'],\n ['name' => \"Red, White & Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-white-blues-cd/2130198.p?id=1520984&skuId=2130198&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2130198', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2130\\/2130198.jpg\"}', 'upc' => '034061008521', 'provider' => 'bestbuy'],\n ['name' => \"VIDBOX for Mac - Mac\", 'description_short' => \"Preserve your precious memories by converting them to digital formats\", 'description_long' => \"Preserve your precious memories by converting them to digital formats\", 'price' => 69.99, 'sale_price' => 55.99, 'url' => 'http://www.bestbuy.com/site/vidbox-for-mac-mac/2131007.p?id=1219069112410&skuId=2131007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2131007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2131\\/2131007_sa.jpg\"}', 'upc' => '882960367832', 'provider' => 'bestbuy'],\n ['name' => \"MLB 15: The Show - PS Vita\", 'description_short' => \"Become immersed in the most exciting moments in Major League Baseball\", 'description_long' => \"Become immersed in the most exciting moments in Major League Baseball\", 'price' => 19.99, 'sale_price' => 12.99, 'url' => 'http://www.bestbuy.com/site/mlb-15-the-show-ps-vita/2132024.p?id=1219526482153&skuId=2132024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2132024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2132\\/2132024_sa.jpg\"}', 'upc' => '711719053095', 'provider' => 'bestbuy'],\n ['name' => \"PNY - Compact Attache 64GB USB 2.0 Flash Drive - Blue\", 'description_short' => \"Data transfer rates up to 480 Mbps via USB 2.0 (up to 12 Mbps via USB 1.1); PC and Mac compatible; high-speed USB 2.0 interface; sliding collar; capless design\", 'description_long' => \"Data transfer rates up to 480 Mbps via USB 2.0 (up to 12 Mbps via USB 1.1); PC and Mac compatible; high-speed USB 2.0 interface; sliding collar; capless design\", 'price' => 39.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/pny-compact-attache-64gb-usb-2-0-flash-drive-blue/2133014.p?id=1219069284724&skuId=2133014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2133014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2133\\/2133014_sa.jpg\"}', 'upc' => '751492569482', 'provider' => 'bestbuy'],\n ['name' => \"Summertime (France) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/summertime-france-cd/2135022.p?id=3165204&skuId=2135022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2135022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2135\\/2135022.jpg\"}', 'upc' => '042284786225', 'provider' => 'bestbuy'],\n ['name' => \"Love Locked Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-locked-out-cd/2135200.p?id=107204&skuId=2135200&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2135200', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2135\\/2135200.jpg\"}', 'upc' => '735561569221', 'provider' => 'bestbuy'],\n ['name' => \"In Walked Thelonious - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-walked-thelonious-cd/2135228.p?id=65599&skuId=2135228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2135228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2135\\/2135228_sa.jpg\"}', 'upc' => '735561563120', 'provider' => 'bestbuy'],\n ['name' => \"Their Greatest Yiddish Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/their-greatest-yiddish-hits-cd/2135843.p?id=179323&skuId=2135843&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2135843', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2135\\/2135843_sa.jpg\"}', 'upc' => '076637033629', 'provider' => 'bestbuy'],\n ['name' => \"Best Of The Bird - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-bird-cd/2135861.p?id=69753&skuId=2135861&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2135861', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2135\\/2135861_sa.jpg\"}', 'upc' => '076637034022', 'provider' => 'bestbuy'],\n ['name' => \"Irish Folk Songs & Airs - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/irish-folk-songs-airs-cd-various/2135905.p?id=77863&skuId=2135905&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2135905', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2135\\/2135905_sa.jpg\"}', 'upc' => '076637034923', 'provider' => 'bestbuy'],\n ['name' => \"Feuding Banjos: Bluegrass Banjo of the... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feuding-banjos-bluegrass-banjo-of-the-cd-various/2135923.p?id=73896&skuId=2135923&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2135923', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2135\\/2135923.jpg\"}', 'upc' => '076637035128', 'provider' => 'bestbuy'],\n ['name' => \"Circus Music from the Big Top - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/circus-music-from-the-big-top-cd/2135969.p?id=81737&skuId=2135969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2135969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2135\\/2135969.jpg\"}', 'upc' => '076637035623', 'provider' => 'bestbuy'],\n ['name' => \"Chinese Bamboo Flute Music [Madacy] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chinese-bamboo-flute-music-madacy-cd-various/2136012.p?id=156535&skuId=2136012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136012_sa.jpg\"}', 'upc' => '076637036620', 'provider' => 'bestbuy'],\n ['name' => \"Roots of Dixieland Jazz: New Orleans on... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roots-of-dixieland-jazz-new-orleans-on-cd-various/2136049.p?id=65700&skuId=2136049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136049_sa.jpg\"}', 'upc' => '076637036927', 'provider' => 'bestbuy'],\n ['name' => \"Hines Shines - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hines-shines-cd/2136067.p?id=67439&skuId=2136067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136067_sa.jpg\"}', 'upc' => '076637037122', 'provider' => 'bestbuy'],\n ['name' => \"Kingston - HyperX FURY 120GB Internal Serial ATA III Solid State Drive for Laptops - Black\", 'description_short' => \"KINGSTON HyperX FURY 120GB Internal Serial ATA III Solid State Drive for Laptops: Serial ATA III interface; rugged construction; slim design; data transfer rates up to 500MB/sec.\", 'description_long' => \"KINGSTON HyperX FURY 120GB Internal Serial ATA III Solid State Drive for Laptops: Serial ATA III interface; rugged construction; slim design; data transfer rates up to 500MB/sec.\", 'price' => 69.99, 'sale_price' => 63.99, 'url' => 'http://www.bestbuy.com/site/kingston-hyperx-fury-120gb-internal-serial-ata-iii-solid-state-drive-for-laptops-black/2136075.p?id=1219528993802&skuId=2136075', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136075_sa.jpg\"}', 'upc' => '740617232455', 'provider' => 'bestbuy'],\n ['name' => \"Gold in the Shadow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gold-in-the-shadow-cd/2136099.p?id=2192310&skuId=2136099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136099_sa.jpg\"}', 'upc' => '067003092128', 'provider' => 'bestbuy'],\n ['name' => \"A Philadelphia Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-philadelphia-story-cd/2136105.p?id=2192315&skuId=2136105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136105_sa.jpg\"}', 'upc' => '633842211220', 'provider' => 'bestbuy'],\n ['name' => \"Arrows [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arrows-digipak-cd/2136114.p?id=2192305&skuId=2136114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136114_sa.jpg\"}', 'upc' => '075678941689', 'provider' => 'bestbuy'],\n ['name' => \"When You're Through Thinking, Say Yes [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-youre-through-thinking-say-yes-lp-vinyl/2136123.p?id=2375774&skuId=2136123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136123.jpg\"}', 'upc' => '790692072514', 'provider' => 'bestbuy'],\n ['name' => \"Queen of the Grand Ole Opry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/queen-of-the-grand-ole-opry-cd/2136129.p?id=132989&skuId=2136129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136129.jpg\"}', 'upc' => '076637037726', 'provider' => 'bestbuy'],\n ['name' => \"Coming Home [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coming-home-digipak-cd/2136132.p?id=2192316&skuId=2136132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136132_sa.jpg\"}', 'upc' => '744302017426', 'provider' => 'bestbuy'],\n ['name' => \"A Matter of Black and White - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-matter-of-black-and-white-cd/2136141.p?id=2192314&skuId=2136141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136141_sa.jpg\"}', 'upc' => '632375721923', 'provider' => 'bestbuy'],\n ['name' => \"When You're Through Thinking, Say Yes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-youre-through-thinking-say-yes-cd/2136169.p?id=2375443&skuId=2136169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136169_sa.jpg\"}', 'upc' => '790692072521', 'provider' => 'bestbuy'],\n ['name' => \"Gold in the Shadow [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gold-in-the-shadow-digipak-cd/2136178.p?id=2192309&skuId=2136178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136178_sa.jpg\"}', 'upc' => '067003092227', 'provider' => 'bestbuy'],\n ['name' => \"Lesser Known [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lesser-known-digipak-cd/2136187.p?id=2192311&skuId=2136187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136187_sa.jpg\"}', 'upc' => '677517006124', 'provider' => 'bestbuy'],\n ['name' => \"Whaling and Sailing Songs from the Days of... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whaling-and-sailing-songs-from-the-days-of-cd-various/2136227.p?id=179397&skuId=2136227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136227_sa.jpg\"}', 'upc' => '076637038921', 'provider' => 'bestbuy'],\n ['name' => \"Night of the Living Dead Boys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-of-the-living-dead-boys-cd/2136771.p?id=79981&skuId=2136771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136771.jpg\"}', 'upc' => '095081401723', 'provider' => 'bestbuy'],\n ['name' => \"L.A., L.A. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/l-a--l-a-cd/2136806.p?id=3275526&skuId=2136806&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2136806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2136\\/2136806_sa.jpg\"}', 'upc' => '095081404625', 'provider' => 'bestbuy'],\n ['name' => \"The King's Speech (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-kings-speech-dvd/2137034.p?id=2188642&skuId=2137034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2137034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2137\\/2137034_sa.jpg\"}', 'upc' => '013132313092', 'provider' => 'bestbuy'],\n ['name' => \"The King's Speech (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-kings-speech-blu-ray-disc/2137043.p?id=2188642&skuId=2137043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2137043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2137\\/2137043_sa.jpg\"}', 'upc' => '013132313597', 'provider' => 'bestbuy'],\n ['name' => \"Turtle Beach - Ear Force P11 Amplified Stereo Gaming Headset for PlayStation 3 - Black\", 'description_short' => \"Victory never sounded so sweet\", 'description_long' => \"Victory never sounded so sweet\", 'price' => 59.99, 'sale_price' => 39.99, 'url' => 'http://www.bestbuy.com/site/turtle-beach-ear-force-p11-amplified-stereo-gaming-headset-for-playstation-3-black/2137159.p?id=1218310760165&skuId=2137159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2137159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2137\\/2137159_rc.jpg\"}', 'upc' => '731855021352', 'provider' => 'bestbuy'],\n ['name' => \"Cuisinart - Pulp Control Citrus Juicer - Stainless-Steel/Black\", 'description_short' => \"Auto-reversing; adjustable reamer; 3 pulp control settings; nondrip, snap-up spout; final-spin feature\", 'description_long' => \"Auto-reversing; adjustable reamer; 3 pulp control settings; nondrip, snap-up spout; final-spin feature\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cuisinart-pulp-control-citrus-juicer-stainless-steel-black/2138042.p?id=1218310759473&skuId=2138042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138042_rc.jpg\"}', 'upc' => '086279036858', 'provider' => 'bestbuy'],\n ['name' => \"Dick Wellstood and His All-Star Orchestra... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dick-wellstood-and-his-all-star-orchestra-cd/2138476.p?id=118110&skuId=2138476&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138476', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138476_sa.jpg\"}', 'upc' => '091454012923', 'provider' => 'bestbuy'],\n ['name' => \"Stacy Still Swings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stacy-still-swings-cd/2138485.p?id=71117&skuId=2138485&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138485', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138485.jpg\"}', 'upc' => '091454013326', 'provider' => 'bestbuy'],\n ['name' => \"Dave McKenna Quartet Featuring Zoot Sims - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dave-mckenna-quartet-featuring-zoot-sims-cd/2138494.p?id=68951&skuId=2138494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138494_sa.jpg\"}', 'upc' => '091454013623', 'provider' => 'bestbuy'],\n ['name' => \"John Bunch Plays Kurt Weill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-bunch-plays-kurt-weill-cd/2138500.p?id=64687&skuId=2138500&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138500', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138500.jpg\"}', 'upc' => '091454014422', 'provider' => 'bestbuy'],\n ['name' => \"Merge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/merge-cd/2138519.p?id=128208&skuId=2138519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138519.jpg\"}', 'upc' => '091454015627', 'provider' => 'bestbuy'],\n ['name' => \"Live at the New School - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-new-school-cd/2138528.p?id=67440&skuId=2138528&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138528', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138528.jpg\"}', 'upc' => '091454015726', 'provider' => 'bestbuy'],\n ['name' => \"Alone at the Palace - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alone-at-the-palace-cd/2138537.p?id=71736&skuId=2138537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138537_sa.jpg\"}', 'upc' => '091454016020', 'provider' => 'bestbuy'],\n ['name' => \"Classic Costa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-costa-cd/2138546.p?id=65334&skuId=2138546&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138546', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138546.jpg\"}', 'upc' => '091454020522', 'provider' => 'bestbuy'],\n ['name' => \"Last of the Whorehouse Piano Players: The... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-of-the-whorehouse-piano-players-the-cd/2138555.p?id=244485&skuId=2138555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138555.jpg\"}', 'upc' => '091454020621', 'provider' => 'bestbuy'],\n ['name' => \"The Music of Lil Hardin Armstrong - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-music-of-lil-hardin-armstrong-cd/2138564.p?id=67985&skuId=2138564&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138564', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138564.jpg\"}', 'upc' => '091454030224', 'provider' => 'bestbuy'],\n ['name' => \"No Amps Allowed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-amps-allowed-cd/2138573.p?id=2487503&skuId=2138573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138573_sa.jpg\"}', 'upc' => '091454030323', 'provider' => 'bestbuy'],\n ['name' => \"Indiana on Our Minds: The Music of Cole Porter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/indiana-on-our-minds-the-music-of-cole-porter-cd/2138582.p?id=65856&skuId=2138582&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138582', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138582_sa.jpg\"}', 'upc' => '091454030422', 'provider' => 'bestbuy'],\n ['name' => \"Old Times - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-times-cd/2138591.p?id=72241&skuId=2138591&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138591', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138591.jpg\"}', 'upc' => '091454030729', 'provider' => 'bestbuy'],\n ['name' => \"Two in Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-in-time-cd/2138608.p?id=64230&skuId=2138608&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138608', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138608_sa.jpg\"}', 'upc' => '091454030828', 'provider' => 'bestbuy'],\n ['name' => \"Old Man Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-man-time-cd/2138617.p?id=67456&skuId=2138617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138617_sa.jpg\"}', 'upc' => '091454031023', 'provider' => 'bestbuy'],\n ['name' => \"Summit Reunion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/summit-reunion-cd/2138626.p?id=72059&skuId=2138626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138626.jpg\"}', 'upc' => '091454031122', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Floating Jazz Festival - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-floating-jazz-festival-cd/2138635.p?id=66941&skuId=2138635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138635.jpg\"}', 'upc' => '091454031320', 'provider' => 'bestbuy'],\n ['name' => \"The Claw: Live at the Floating Jazz Festival - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-claw-live-at-the-floating-jazz-festival-cd/2138644.p?id=70036&skuId=2138644&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138644', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138644.jpg\"}', 'upc' => '091454031429', 'provider' => 'bestbuy'],\n ['name' => \"Roger Kellaway Meets The Duo: Gene Bertoncini... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roger-kellaway-meets-the-duo-gene-bertoncini-cd/2138653.p?id=68150&skuId=2138653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138653_sa.jpg\"}', 'upc' => '091454031528', 'provider' => 'bestbuy'],\n ['name' => \"The Jon Gordon Quartet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-jon-gordon-quartet-cd/2138662.p?id=66855&skuId=2138662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138662_sa.jpg\"}', 'upc' => '091454031627', 'provider' => 'bestbuy'],\n ['name' => \"Flying Fingers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flying-fingers-cd/2138671.p?id=65335&skuId=2138671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138671.jpg\"}', 'upc' => '091454031726', 'provider' => 'bestbuy'],\n ['name' => \"The Trio: 1994 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-trio-1994-cd/2138680.p?id=131152&skuId=2138680&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138680', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138680_sa.jpg\"}', 'upc' => '091454032228', 'provider' => 'bestbuy'],\n ['name' => \"Ankety Low Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ankety-low-day-cd/2138699.p?id=2679978&skuId=2138699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138699.jpg\"}', 'upc' => '008628901624', 'provider' => 'bestbuy'],\n ['name' => \"Burning Kingdom [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/burning-kingdom-ep-cd/2138984.p?id=106659&skuId=2138984&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2138984', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2138\\/2138984.jpg\"}', 'upc' => '036172904129', 'provider' => 'bestbuy'],\n ['name' => \"Red Krayola - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-krayola-cd/2139000.p?id=1557675&skuId=2139000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139000.jpg\"}', 'upc' => '036172905225', 'provider' => 'bestbuy'],\n ['name' => \"LifeProof - nüüd Case for Samsung Galaxy S 4 Cell Phones - Black/Clear\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; screenless technology; waterproof; sealed design\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; screenless technology; waterproof; sealed design\", 'price' => 89.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/lifeproof-nuud-case-for-samsung-galaxy-s-4-cell-phones-black-clear/2139009.p?id=1219069248448&skuId=2139009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139009_sa.jpg\"}', 'upc' => '819859011170', 'provider' => 'bestbuy'],\n ['name' => \"Reveal - Nature Fusion Folio Case for Apple® iPhone® 6 Plus - Brown\", 'description_short' => \"Compatible with Apple iPhone 6 Plus; vegan faux leather; inner polycarbonate case; automatic sleep/wake lid; integrated stand\", 'description_long' => \"Compatible with Apple iPhone 6 Plus; vegan faux leather; inner polycarbonate case; automatic sleep/wake lid; integrated stand\", 'price' => 44.99, 'sale_price' => 30.99, 'url' => 'http://www.bestbuy.com/site/reveal-nature-fusion-folio-case-for-apple-iphone-6-plus-brown/2139027.p?id=1219530045583&skuId=2139027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139027_rc.jpg\"}', 'upc' => '678358498321', 'provider' => 'bestbuy'],\n ['name' => \"Reveal - Nara Folio Case for Apple® iPhone® 6 Plus - Natural\", 'description_short' => \"Compatible with Apple iPhone 6 Plus; wood material; inner polycarbonate case; microsuede lining; automatic sleep/wake lid; integrated stand\", 'description_long' => \"Compatible with Apple iPhone 6 Plus; wood material; inner polycarbonate case; microsuede lining; automatic sleep/wake lid; integrated stand\", 'price' => 49.99, 'sale_price' => 34.99, 'url' => 'http://www.bestbuy.com/site/reveal-nara-folio-case-for-apple-iphone-6-plus-natural/2139036.p?id=1219530041643&skuId=2139036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139036_sa.jpg\"}', 'upc' => '678358498307', 'provider' => 'bestbuy'],\n ['name' => \"Reveal - Hard Shell Case for Apple® iPhone® 6 - Natural\", 'description_short' => \"Compatible with Apple iPhone 6; wood material; slim profile\", 'description_long' => \"Compatible with Apple iPhone 6; wood material; slim profile\", 'price' => 29.99, 'sale_price' => 20.99, 'url' => 'http://www.bestbuy.com/site/reveal-hard-shell-case-for-apple-iphone-6-natural/2139045.p?id=1219530041645&skuId=2139045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139045_sa.jpg\"}', 'upc' => '678358498338', 'provider' => 'bestbuy'],\n ['name' => \"Reveal - Hard Shell Case for Apple® iPhone® 6 Plus - Natural\", 'description_short' => \"Compatible with Apple iPhone 6 Plus; wood material; slim profile\", 'description_long' => \"Compatible with Apple iPhone 6 Plus; wood material; slim profile\", 'price' => 34.99, 'sale_price' => 23.99, 'url' => 'http://www.bestbuy.com/site/reveal-hard-shell-case-for-apple-iphone-6-plus-natural/2139063.p?id=1219530049331&skuId=2139063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139063_sa.jpg\"}', 'upc' => '678358498345', 'provider' => 'bestbuy'],\n ['name' => \"Reveal - Nara Folio Case for Apple® iPhone® 6 Plus - Natural\", 'description_short' => \"Compatible with Apple iPhone 6 Plus; bamboo material; inner polycarbonate case; microsuede lining; automatic sleep/wake lid; integrated stand\", 'description_long' => \"Compatible with Apple iPhone 6 Plus; bamboo material; inner polycarbonate case; microsuede lining; automatic sleep/wake lid; integrated stand\", 'price' => 49.99, 'sale_price' => 34.99, 'url' => 'http://www.bestbuy.com/site/reveal-nara-folio-case-for-apple-iphone-6-plus-natural/2139072.p?id=1219530055015&skuId=2139072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139072_sa.jpg\"}', 'upc' => '678358498246', 'provider' => 'bestbuy'],\n ['name' => \"Reveal - Nature Fusion Folio Case for Apple® iPhone® 6 - Brown\", 'description_short' => \"Compatible with Apple iPhone 6; vegan faux leather; inner polycarbonate case; automatic sleep/wake lid; integrated stand\", 'description_long' => \"Compatible with Apple iPhone 6; vegan faux leather; inner polycarbonate case; automatic sleep/wake lid; integrated stand\", 'price' => 44.99, 'sale_price' => 30.99, 'url' => 'http://www.bestbuy.com/site/reveal-nature-fusion-folio-case-for-apple-iphone-6-brown/2139081.p?id=1219530051800&skuId=2139081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139081_rc.jpg\"}', 'upc' => '678358498314', 'provider' => 'bestbuy'],\n ['name' => \"Reveal - Nara Folio Case for Apple® iPhone® 6 - Natural\", 'description_short' => \"Compatible with Apple iPhone 6; wood material; inner polycarbonate case; microsuede lining; automatic sleep/wake lid; integrated stand\", 'description_long' => \"Compatible with Apple iPhone 6; wood material; inner polycarbonate case; microsuede lining; automatic sleep/wake lid; integrated stand\", 'price' => 49.99, 'sale_price' => 34.99, 'url' => 'http://www.bestbuy.com/site/reveal-nara-folio-case-for-apple-iphone-6-natural/2139105.p?id=1219530045156&skuId=2139105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139105_sa.jpg\"}', 'upc' => '678358498291', 'provider' => 'bestbuy'],\n ['name' => \"Reveal - Rome Hard Shell Case for Apple iPhone 6 Plus - Natural\", 'description_short' => \"Compatible with Apple iPhone 6 Plus; sustainable cork material\", 'description_long' => \"Compatible with Apple iPhone 6 Plus; sustainable cork material\", 'price' => 34.99, 'sale_price' => 23.99, 'url' => 'http://www.bestbuy.com/site/reveal-rome-hard-shell-case-for-apple-iphone-6-plus-natural/2139123.p?id=1219530054754&skuId=2139123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139123_sa.jpg\"}', 'upc' => '678358498208', 'provider' => 'bestbuy'],\n ['name' => \"The Survivor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-survivor-cd/2139554.p?id=69443&skuId=2139554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139554.jpg\"}', 'upc' => '750817920120', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Perspectives - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-perspectives-cd-various/2139652.p?id=159757&skuId=2139652&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139652', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139652_sa.jpg\"}', 'upc' => '034066110120', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Perspectives: Putscheid - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-perspectives-putscheid-cd-various/2139661.p?id=247265&skuId=2139661&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2139661', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2139\\/2139661.jpg\"}', 'upc' => '034066110229', 'provider' => 'bestbuy'],\n ['name' => \"LifeProof - fre Case for Samsung Galaxy S 4 Cell Phones - Black/Clear\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; integrated scratch protector; waterproof; sealed design\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; integrated scratch protector; waterproof; sealed design\", 'price' => 79.99, 'sale_price' => 18.99, 'url' => 'http://www.bestbuy.com/site/lifeproof-fre-case-for-samsung-galaxy-s-4-cell-phones-black-clear/2140004.p?id=1219069248447&skuId=2140004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2140004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2140\\/2140004_sa.jpg\"}', 'upc' => '819859011163', 'provider' => 'bestbuy'],\n ['name' => \"KitchenAid - Artisan Series Tilt-Head Stand Mixer - Watermelon\", 'description_short' => \"10 mixing speeds; direct-drive transmission; high-performance motor; 5-quart polished-stainless-steel bowl; die-cast zinc material; easy-access tilt-head design; multipurpose attachment hub\", 'description_long' => \"10 mixing speeds; direct-drive transmission; high-performance motor; 5-quart polished-stainless-steel bowl; die-cast zinc material; easy-access tilt-head design; multipurpose attachment hub\", 'price' => 349.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kitchenaid-artisan-series-tilt-head-stand-mixer-watermelon/2140068.p?id=1219069797008&skuId=2140068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2140068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2140\\/2140068_rc.jpg\"}', 'upc' => '883049286709', 'provider' => 'bestbuy'],\n ['name' => \"Kodak - 10C 2-Pack Ink Cartridges - Multicolor\", 'description_short' => \"Compatible with select Kodak printers; cyan, magenta, yellow, processed black and protective coat ink; 420-page yield per cartridge\", 'description_long' => \"Compatible with select Kodak printers; cyan, magenta, yellow, processed black and protective coat ink; 420-page yield per cartridge\", 'price' => 39.99, 'sale_price' => 37.99, 'url' => 'http://www.bestbuy.com/site/kodak-10c-2-pack-ink-cartridges-multicolor/2140222.p?id=1218311139918&skuId=2140222&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2140222', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2140\\/2140222_sa.jpg\"}', 'upc' => '041771829995', 'provider' => 'bestbuy'],\n ['name' => \"Swann - Add-On Indoor/Outdoor High-Definition Surveillance Camera - White\", 'description_short' => \"Compatible with Swann Pro-Series high-definition DVRs; CMOS sensor; 1080p resolution; IR night vision up to 100&#039;\", 'description_long' => \"Compatible with Swann Pro-Series high-definition DVRs; CMOS sensor; 1080p resolution; IR night vision up to 100&#039;\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swann-add-on-indoor-outdoor-high-definition-surveillance-camera-white/2142039.p?id=1219530045154&skuId=2142039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2142039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2142\\/2142039_sa.jpg\"}', 'upc' => '840236105649', 'provider' => 'bestbuy'],\n ['name' => \"Pottymouth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pottymouth-cd/2142853.p?id=75749&skuId=2142853&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2142853', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2142\\/2142853.jpg\"}', 'upc' => '759656020824', 'provider' => 'bestbuy'],\n ['name' => \"The Real Janelle [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-real-janelle-ep-cd/2142880.p?id=106410&skuId=2142880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2142880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2142\\/2142880.jpg\"}', 'upc' => '759656021920', 'provider' => 'bestbuy'],\n ['name' => \"Big Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-heart-cd/2144012.p?id=104702&skuId=2144012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144012.jpg\"}', 'upc' => '063757101321', 'provider' => 'bestbuy'],\n ['name' => \"OtterBox - Defender Series Hybrid Case and Holster for Apple® iPhone® SE, 5s and 5 - Hornet\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; 2-piece polycarbonate-plastic inner shell; silicone-rubber outer slipcover; built-in screen shield; belt-clip holster\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; 2-piece polycarbonate-plastic inner shell; silicone-rubber outer slipcover; built-in screen shield; belt-clip holster\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/otterbox-defender-series-hybrid-case-and-holster-for-apple-iphone-se-5s-and-5-hornet/2144046.p?id=1219068859232&skuId=2144046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '660543026938', 'provider' => 'bestbuy'],\n ['name' => \"OtterBox - Defender Realtree Series Hybrid Case and Holster for Apple® iPhone® SE, 5s and 5 - Xtra/Blaze\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; 2-piece polycarbonate-plastic inner shell; silicone-rubber outer slipcover; built-in screen protector; belt-clip holster\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; 2-piece polycarbonate-plastic inner shell; silicone-rubber outer slipcover; built-in screen protector; belt-clip holster\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/otterbox-defender-realtree-series-hybrid-case-and-holster-for-apple-iphone-se-5s-and-5-xtra-blaze/2144106.p?id=1219068852125&skuId=2144106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '660543026969', 'provider' => 'bestbuy'],\n ['name' => \"Samson - Expedition 308i Portable PA System\", 'description_short' => \"Dual 2-way speakers; internal 300W amplifier; 8-channel mixer; effects processor; built-in Apple&#174; iPod&#174; dock\", 'description_long' => \"Dual 2-way speakers; internal 300W amplifier; 8-channel mixer; effects processor; built-in Apple&#174; iPod&#174; dock\", 'price' => 499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/samson-expedition-308i-portable-pa-system/2144112.p?id=1218311135114&skuId=2144112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144112_sa.jpg\"}', 'upc' => '809164009528', 'provider' => 'bestbuy'],\n ['name' => \"OtterBox - Defender Series Hybrid Case and Holster for Apple® iPhone® 5 and 5s - Multi\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; 2-piece polycarbonate-plastic inner shell; silicone-rubber outer slipcover; built-in screen shield; belt-clip holster\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; 2-piece polycarbonate-plastic inner shell; silicone-rubber outer slipcover; built-in screen shield; belt-clip holster\", 'price' => 49.99, 'sale_price' => 35.99, 'url' => 'http://www.bestbuy.com/site/otterbox-defender-series-hybrid-case-and-holster-for-apple-iphone-5-and-5s-multi/2144115.p?id=1219068840881&skuId=2144115', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144115_sa.jpg\"}', 'upc' => '660543026860', 'provider' => 'bestbuy'],\n ['name' => \"Romántico Desliz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/romantico-desliz-cd/2144197.p?id=3322197&skuId=2144197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144197_sa.jpg\"}', 'upc' => '888750512628', 'provider' => 'bestbuy'],\n ['name' => \"Traditional Music For Banjo Fiddle & Bagpipes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traditional-music-for-banjo-fiddle-bagpipes-cd/2144307.p?id=83504&skuId=2144307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144307_sa.jpg\"}', 'upc' => '009001270320', 'provider' => 'bestbuy'],\n ['name' => \"Master Fiddler - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/master-fiddler-cd/2144316.p?id=73759&skuId=2144316&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144316', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144316_sa.jpg\"}', 'upc' => '009001270528', 'provider' => 'bestbuy'],\n ['name' => \"Texas Crapshooter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/texas-crapshooter-cd/2144325.p?id=135535&skuId=2144325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144325_sa.jpg\"}', 'upc' => '009001270627', 'provider' => 'bestbuy'],\n ['name' => \"Fiddle Tunes I Recall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fiddle-tunes-i-recall-cd/2144334.p?id=176824&skuId=2144334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144334_sa.jpg\"}', 'upc' => '009001270726', 'provider' => 'bestbuy'],\n ['name' => \"Old Time Songs Recorded from 1925 to 1930 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-time-songs-recorded-from-1925-to-1930-cd/2144343.p?id=105846&skuId=2144343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144343_sa.jpg\"}', 'upc' => '009001350121', 'provider' => 'bestbuy'],\n ['name' => \"On the Banks of a Lonely River - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-banks-of-a-lonely-river-cd/2144352.p?id=135538&skuId=2144352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2144352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2144\\/2144352_sa.jpg\"}', 'upc' => '009001350329', 'provider' => 'bestbuy'],\n ['name' => \"Google - Sleeve for Google Nexus 7 Tablets - Black\", 'description_short' => \"Compatible with Google Nexus 7 tablets; neoprene material; faux fur lining; external pocket\", 'description_long' => \"Compatible with Google Nexus 7 tablets; neoprene material; faux fur lining; external pocket\", 'price' => 29.99, 'sale_price' => 9.99, 'url' => 'http://www.bestbuy.com/site/google-sleeve-for-google-nexus-7-tablets-black/2145009.p?id=1219069790859&skuId=2145009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2145009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2145\\/2145009_sa.jpg\"}', 'upc' => '819312011167', 'provider' => 'bestbuy'],\n ['name' => \"Razer - Adaro DJ Over-the-Ear Headphones - Black\", 'description_short' => \"RAZER Adaro DJ Over-the-Ear Headphones: Sound isolating; 50mm dynamic drivers with neodymium magnets; adjustable headband; foldable design; included carrying case and audio adapter\", 'description_long' => \"RAZER Adaro DJ Over-the-Ear Headphones: Sound isolating; 50mm dynamic drivers with neodymium magnets; adjustable headband; foldable design; included carrying case and audio adapter\", 'price' => 199.99, 'sale_price' => 192.99, 'url' => 'http://www.bestbuy.com/site/razer-adaro-dj-over-the-ear-headphones-black/2146044.p?id=1219530052126&skuId=2146044', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146044_sa.jpg\"}', 'upc' => '811254021112', 'provider' => 'bestbuy'],\n ['name' => \"Exodus: Gods and Kings [Original Motion... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/exodus-gods-and-kings-original-motion-cd-original-soundtrack/2146053.p?id=3308733&skuId=2146053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146053_sa.jpg\"}', 'upc' => '888750190826', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack Plus External Battery Case for Apple® iPhone® 6 - White\", 'description_short' => \"Compatible with Apple iPhone 6; polycarbonate material; 3300 mAh lithium-ion battery; standby battery switch; front-facing speaker ports; play-through design; shock absorbent\", 'description_long' => \"Compatible with Apple iPhone 6; polycarbonate material; 3300 mAh lithium-ion battery; standby battery switch; front-facing speaker ports; play-through design; shock absorbent\", 'price' => 119.99, 'sale_price' => 89.99, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-plus-external-battery-case-for-apple-iphone-6-white/2146062.p?id=1219530047644&skuId=2146062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146062_sa.jpg\"}', 'upc' => '810472030722', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack Plus External Battery Case for Apple® iPhone® 6 - Black\", 'description_short' => \"Compatible with Apple iPhone 6; polycarbonate material; 3300 mAh lithium-ion battery; standby battery switch; front-facing speaker ports; play-through design; shock absorbent\", 'description_long' => \"Compatible with Apple iPhone 6; polycarbonate material; 3300 mAh lithium-ion battery; standby battery switch; front-facing speaker ports; play-through design; shock absorbent\", 'price' => 119.99, 'sale_price' => 109.99, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-plus-external-battery-case-for-apple-iphone-6-black/2146071.p?id=1219530046347&skuId=2146071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146071_sa.jpg\"}', 'upc' => '810472030715', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack Ultra Battery Case for Apple® iPhone® 6 and 6s - Black\", 'description_short' => \"Compatible with Apple iPhone 6 and 6s; provides up to 21 hours of talk time; 3950 mAh rechargeable battery; Lightning interface; standby mode; LED power indicator; absorbs shock; play-through design\", 'description_long' => \"Compatible with Apple iPhone 6 and 6s; provides up to 21 hours of talk time; 3950 mAh rechargeable battery; Lightning interface; standby mode; LED power indicator; absorbs shock; play-through design\", 'price' => 149.99, 'sale_price' => 101.99, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-ultra-battery-case-for-apple-iphone-6-and-6s-black/2146099.p?id=1219530049266&skuId=2146099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146099_sa.jpg\"}', 'upc' => '810472030746', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack External Battery Case for Apple® iPhone® 6 Plus - White\", 'description_short' => \"Compatible with Apple iPhone 6 Plus; polycarbonate material with rubberized supports; 2600 mAh lithium-ion battery; standby mode; LED indicators; play-through design; shock absorbent\", 'description_long' => \"Compatible with Apple iPhone 6 Plus; polycarbonate material with rubberized supports; 2600 mAh lithium-ion battery; standby mode; LED indicators; play-through design; shock absorbent\", 'price' => 99.99, 'sale_price' => 90.99, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-external-battery-case-for-apple-iphone-6-plus-white/2146104.p?id=1219530045161&skuId=2146104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146104_sa.jpg\"}', 'upc' => '810472030852', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack External Battery Case for Apple® iPhone® 6 Plus - Gold\", 'description_short' => \"Compatible with Apple iPhone 6 Plus; polycarbonate material with rubberized supports; 2600 mAh lithium-ion battery; standby mode; LED indicators; play-through design; shock absorbent\", 'description_long' => \"Compatible with Apple iPhone 6 Plus; polycarbonate material with rubberized supports; 2600 mAh lithium-ion battery; standby mode; LED indicators; play-through design; shock absorbent\", 'price' => 99.99, 'sale_price' => 93.99, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-external-battery-case-for-apple-iphone-6-plus-gold/2146113.p?id=1219530054688&skuId=2146113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146113_sa.jpg\"}', 'upc' => '810472030869', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack Air External Battery Case for Apple® iPhone® 6 - White\", 'description_short' => \"Compatible with Apple iPhone 6; polycarbonate case material with rubberized supports; 2750 mAh lithium-ion battery; standby switch; LED indicator lights; play-through design; shock absorbent\", 'description_long' => \"Compatible with Apple iPhone 6; polycarbonate case material with rubberized supports; 2750 mAh lithium-ion battery; standby switch; LED indicator lights; play-through design; shock absorbent\", 'price' => 99.99, 'sale_price' => 65.99, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-air-external-battery-case-for-apple-iphone-6-white/2146122.p?id=1219530049597&skuId=2146122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146122_sa.jpg\"}', 'upc' => '810472030449', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack Plus External Battery Case for Apple® iPhone® 6 - Gold\", 'description_short' => \"Compatible with Apple iPhone 6; polycarbonate material; 3300 mAh lithium-ion battery; standby battery switch; front-facing speaker ports; play-through design; shock absorbent\", 'description_long' => \"Compatible with Apple iPhone 6; polycarbonate material; 3300 mAh lithium-ion battery; standby battery switch; front-facing speaker ports; play-through design; shock absorbent\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-plus-external-battery-case-for-apple-iphone-6-gold/2146131.p?id=1219530052057&skuId=2146131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146131_sa.jpg\"}', 'upc' => '810472030739', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack Air External Battery Case for Apple® iPhone® 6 - Gold\", 'description_short' => \"Compatible with Apple iPhone 6; polycarbonate case material with rubberized supports; 2750 mAh lithium-ion battery; standby switch; LED indicators; play-through design; shock absorbent\", 'description_long' => \"Compatible with Apple iPhone 6; polycarbonate case material with rubberized supports; 2750 mAh lithium-ion battery; standby switch; LED indicators; play-through design; shock absorbent\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-air-external-battery-case-for-apple-iphone-6-gold/2146159.p?id=1219530054818&skuId=2146159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312456783\\/1312456783_sa.jpg\"}', 'upc' => '810472030456', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack Air External Battery Case for Apple® iPhone® 6 - Black\", 'description_short' => \"Compatible with Apple iPhone 6; polycarbonate case material with rubberized supports; 2750 mAh lithium-ion battery; standby switch; LED indicators; play-through design; shock absorbent\", 'description_long' => \"Compatible with Apple iPhone 6; polycarbonate case material with rubberized supports; 2750 mAh lithium-ion battery; standby switch; LED indicators; play-through design; shock absorbent\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-air-external-battery-case-for-apple-iphone-6-black/2146168.p?id=1219530046484&skuId=2146168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312456134\\/1312456134_sa.jpg\"}', 'upc' => '810472030432', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack Ultra Battery Case for Apple® iPhone® 6 and 6s - Gold\", 'description_short' => \"Compatible with Apple iPhone 6 and 6s; provides up to 21 hours of talk time; 3950 mAh rechargeable battery; Lightning interface; standby mode; LED power indicator; absorbs shock; play-through design\", 'description_long' => \"Compatible with Apple iPhone 6 and 6s; provides up to 21 hours of talk time; 3950 mAh rechargeable battery; Lightning interface; standby mode; LED power indicator; absorbs shock; play-through design\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-ultra-battery-case-for-apple-iphone-6-and-6s-gold/2146186.p?id=1219530047258&skuId=2146186&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146186', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146186_sa.jpg\"}', 'upc' => '810472030760', 'provider' => 'bestbuy'],\n ['name' => \"mophie - Juice Pack External Battery Case for Apple® iPhone® 6 Plus - Black\", 'description_short' => \"Compatible with Apple iPhone 6 Plus; polycarbonate outer material; 2600 mAh lithium-ion battery; standby switch; front-facing speaker ports; play-through design; shock absorbent\", 'description_long' => \"Compatible with Apple iPhone 6 Plus; polycarbonate outer material; 2600 mAh lithium-ion battery; standby switch; front-facing speaker ports; play-through design; shock absorbent\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mophie-juice-pack-external-battery-case-for-apple-iphone-6-plus-black/2146195.p?id=1219530047386&skuId=2146195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146195_sa.jpg\"}', 'upc' => '810472030845', 'provider' => 'bestbuy'],\n ['name' => \"Coffee People - Donut Shop Decaf Coffee K-Cups (18-Pack) - White\", 'description_short' => \"Compatible with Keurig single-serve beverage machines; decaffeinated coffee; 18-pack\", 'description_long' => \"Compatible with Keurig single-serve beverage machines; decaffeinated coffee; 18-pack\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coffee-people-donut-shop-decaf-coffee-k-cups-18-pack-white/2146562.p?id=1218311135453&skuId=2146562&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146562', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146562_sa.jpg\"}', 'upc' => '099555018028', 'provider' => 'bestbuy'],\n ['name' => \"Portal 2 - Xbox 360\", 'description_short' => \"Open the door to all-new challenges\", 'description_long' => \"Open the door to all-new challenges\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portal-2-xbox-360/2146641.p?id=1218312186944&skuId=2146641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146641_sa.jpg\"}', 'upc' => '696055245048', 'provider' => 'bestbuy'],\n ['name' => \"Timothy's - Kahlua Coffee K-Cups (18-Pack) - White\", 'description_short' => \"Compatible with Keurig single-serve beverage machines; Kahlua-flavored coffee; hand-picked Arabica beans; 18-pack\", 'description_long' => \"Compatible with Keurig single-serve beverage machines; Kahlua-flavored coffee; hand-picked Arabica beans; 18-pack\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/timothys-kahlua-coffee-k-cups-18-pack-white/2146669.p?id=1218311138789&skuId=2146669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146669_sa.jpg\"}', 'upc' => '099555018004', 'provider' => 'bestbuy'],\n ['name' => \"Keurig - Revv Coffee K-Cups (16-Pack) - White\", 'description_short' => \"Compatible with Keurig single-serve beverage machines; 16-pack\", 'description_long' => \"Compatible with Keurig single-serve beverage machines; 16-pack\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keurig-revv-coffee-k-cups-16-pack-white/2146687.p?id=1218311131844&skuId=2146687&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146687', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146687_sa.jpg\"}', 'upc' => '099555007930', 'provider' => 'bestbuy'],\n ['name' => \"VTech - CS6419-2 DECT 6.0 Expandable Cordless Phone System - Silver\", 'description_short' => \"2 handsets includedSpecial Features: Caller ID/call waiting; stores 50 calls; full-duplex handset speakerphone; expandable up to 5 handsets\", 'description_long' => \"2 handsets includedSpecial Features: Caller ID/call waiting; stores 50 calls; full-duplex handset speakerphone; expandable up to 5 handsets\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vtech-cs6419-2-dect-6-0-expandable-cordless-phone-system-silver/2146869.p?id=1218312456420&skuId=2146869&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2146869', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/2146869_rc.jpg\"}', 'upc' => '735078028242', 'provider' => 'bestbuy'],\n ['name' => \"First Album/The Waiting Game - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-album-the-waiting-game-cd/2147091.p?id=106173&skuId=2147091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147091.jpg\"}', 'upc' => '046632931329', 'provider' => 'bestbuy'],\n ['name' => \"Collected Works - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/collected-works-cd/2147108.p?id=106452&skuId=2147108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147108_sa.jpg\"}', 'upc' => '046632931428', 'provider' => 'bestbuy'],\n ['name' => \"Mother Earth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mother-earth-cd/2147162.p?id=106431&skuId=2147162&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147162', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147162.jpg\"}', 'upc' => '046633000727', 'provider' => 'bestbuy'],\n ['name' => \"Biohazard [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/biohazard-pa-cd/2147803.p?id=2244610&skuId=2147803&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147803.jpg\"}', 'upc' => '747014400425', 'provider' => 'bestbuy'],\n ['name' => \"Rock & More Roses - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-more-roses-cd/2147821.p?id=2472943&skuId=2147821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147821.jpg\"}', 'upc' => '096045001126', 'provider' => 'bestbuy'],\n ['name' => \"The Harper's Land - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-harpers-land-cd/2147830.p?id=85311&skuId=2147830&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147830', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147830.jpg\"}', 'upc' => '096045001621', 'provider' => 'bestbuy'],\n ['name' => \"Nuair Bhu Mi Og: Gaelic Songs by the Mod Gold... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nuair-bhu-mi-og-gaelic-songs-by-the-mod-gold-cd/2147849.p?id=276444&skuId=2147849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147849_sa.jpg\"}', 'upc' => '096045001225', 'provider' => 'bestbuy'],\n ['name' => \"Swing Time Johnny Red - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swing-time-johnny-red-cd/2147885.p?id=177345&skuId=2147885&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147885', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147885_sa.jpg\"}', 'upc' => '096045003625', 'provider' => 'bestbuy'],\n ['name' => \"Another Quiet Sunday - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/another-quiet-sunday-cd/2147894.p?id=177348&skuId=2147894&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147894', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147894_sa.jpg\"}', 'upc' => '096045003724', 'provider' => 'bestbuy'],\n ['name' => \"Uphill Slide - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uphill-slide-cd/2147901.p?id=85951&skuId=2147901&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147901', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147901_sa.jpg\"}', 'upc' => '096045004028', 'provider' => 'bestbuy'],\n ['name' => \"Quiet Tradition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quiet-tradition-cd/2147910.p?id=155785&skuId=2147910&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147910', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147910.jpg\"}', 'upc' => '096045004127', 'provider' => 'bestbuy'],\n ['name' => \"A's Sireadh Spors - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/as-sireadh-spors-cd/2147938.p?id=177337&skuId=2147938&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147938', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147938.jpg\"}', 'upc' => '096045004325', 'provider' => 'bestbuy'],\n ['name' => \"Fiddlers 5 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fiddlers-5-cd-various/2147947.p?id=2466660&skuId=2147947&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147947', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147947.jpg\"}', 'upc' => '096045004424', 'provider' => 'bestbuy'],\n ['name' => \"After Hours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-hours-cd/2147956.p?id=2398732&skuId=2147956&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147956', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147956.jpg\"}', 'upc' => '096045004523', 'provider' => 'bestbuy'],\n ['name' => \"VTech - CS6114 DECT 6.0 Cordless Phone - White\", 'description_short' => \"1 handset includedSpecial Features: Caller ID/call waiting; stores 30 calls; backlit keypad and display with voicemail waiting indicator; wall-mount capability\", 'description_long' => \"1 handset includedSpecial Features: Caller ID/call waiting; stores 30 calls; backlit keypad and display with voicemail waiting indicator; wall-mount capability\", 'price' => 19.99, 'sale_price' => 15.99, 'url' => 'http://www.bestbuy.com/site/vtech-cs6114-dect-6-0-cordless-phone-white/2147968.p?id=1218312948554&skuId=2147968&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2147968', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2147\\/2147968_rc.jpg\"}', 'upc' => '735078018625', 'provider' => 'bestbuy'],\n ['name' => \"Nelson Pinedo Canta - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nelson-pinedo-canta-cd/2148036.p?id=3183454&skuId=2148036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2148036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2148\\/2148036.jpg\"}', 'upc' => '739256906223', 'provider' => 'bestbuy'],\n ['name' => \"Ahi Viene - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ahi-viene-cd/2148045.p?id=3181526&skuId=2148045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2148045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2148\\/2148045.jpg\"}', 'upc' => '739256912620', 'provider' => 'bestbuy'],\n ['name' => \"La Incomparable Celia - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/la-incomparable-celia-cd/2148054.p?id=3181495&skuId=2148054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2148054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2148\\/2148054.jpg\"}', 'upc' => '739256913627', 'provider' => 'bestbuy'],\n ['name' => \"HP - 126A Image Drum - Multicolor\", 'description_short' => \"HP 126A Image Drum: Compatible with select HP printers; yields up to 7,000 color pages and up to 14,000 black-and-white pages\", 'description_long' => \"HP 126A Image Drum: Compatible with select HP printers; yields up to 7,000 color pages and up to 14,000 black-and-white pages\", 'price' => 81.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-126a-image-drum-multicolor/2148109.p?id=1218311160415&skuId=2148109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2148109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2148\\/2148109_sa.jpg\"}', 'upc' => '884962223352', 'provider' => 'bestbuy'],\n ['name' => \"Fujifilm - X-A1 Mirrorless Camera with 16-50mm Lens - Blue\", 'description_short' => \"16.3-megapixel, 23.6mm x 15.6mm (APS-C) CMOS sensorISO 200-6400, expandable to 25,600Shooting speeds up to 5.6 fpsBuilt-in Wi-Fi\", 'description_long' => \"16.3-megapixel, 23.6mm x 15.6mm (APS-C) CMOS sensorISO 200-6400, expandable to 25,600Shooting speeds up to 5.6 fpsBuilt-in Wi-Fi\", 'price' => 499.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fujifilm-x-a1-mirrorless-camera-with-16-50mm-lens-blue/2148481.p?id=1219069797529&skuId=2148481', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2148481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2148\\/2148481_sa.jpg\"}', 'upc' => '074101023008', 'provider' => 'bestbuy'],\n ['name' => \"Fujifilm - Fujinon XF 23mm f/1.4 R Wide-Angle Lens for Most Fujifilm X-Trans-Sensor-Equipped Digital Cameras - Black\", 'description_short' => \"Compatible with most Fujifilm digital cameras with an X-Trans CMOS sensor; aspherical element; 62mm filter size\", 'description_long' => \"Compatible with most Fujifilm digital cameras with an X-Trans CMOS sensor; aspherical element; 62mm filter size\", 'price' => 899.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fujifilm-fujinon-xf-23mm-f-1-4-r-wide-angle-lens-for-most-fujifilm-x-trans-sensor-equipped-digital-cameras-black/2148507.p?id=1219069790849&skuId=2148507&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2148507', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2148\\/2148507_sa.jpg\"}', 'upc' => '074101023312', 'provider' => 'bestbuy'],\n ['name' => \"Music of the Rainforest Pygmies - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-the-rainforest-pygmies-cd-various/2148955.p?id=95683&skuId=2148955&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2148955', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2148\\/2148955.jpg\"}', 'upc' => '744457715727', 'provider' => 'bestbuy'],\n ['name' => \"Persian Love Songs & Mystic Chants - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/persian-love-songs-mystic-chants-cd/2149017.p?id=94742&skuId=2149017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149017_sa.jpg\"}', 'upc' => '744457723524', 'provider' => 'bestbuy'],\n ['name' => \"Gioteck - HC2 Over-the-Ear Wired Gaming Headset - Black/Blue\", 'description_short' => \"GIOTECK HC2 Over-the-Ear Wired Gaming Headset: Stereo sound; 3.5mm connector; compatible with select gaming consoles and portable devices\", 'description_long' => \"GIOTECK HC2 Over-the-Ear Wired Gaming Headset: Stereo sound; 3.5mm connector; compatible with select gaming consoles and portable devices\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gioteck-hc2-over-the-ear-wired-gaming-headset-black-blue/2149023.p?id=1219530046549&skuId=2149023', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149023_sa.jpg\"}', 'upc' => '812313014533', 'provider' => 'bestbuy'],\n ['name' => \"African Rhythms & Instruments, Vol. 2... - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/african-rhythms-instruments-vol-2-various-cd/2149062.p?id=72556&skuId=2149062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149062.jpg\"}', 'upc' => '744457733820', 'provider' => 'bestbuy'],\n ['name' => \"Hal Leonard - ASAP Rudimental Drumming Instructional DVD\", 'description_short' => \"From our expanded online assortment; drum set instruction; DVD format; teaches basic essential rudiments\", 'description_long' => \"From our expanded online assortment; drum set instruction; DVD format; teaches basic essential rudiments\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hal-leonard-asap-rudimental-drumming-instructional-dvd/2149065.p?id=1218312182254&skuId=2149065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149065_sa.jpg\"}', 'upc' => '884088482039', 'provider' => 'bestbuy'],\n ['name' => \"Ancient Egypt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ancient-egypt-cd/2149080.p?id=95793&skuId=2149080&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149080', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149080_sa.jpg\"}', 'upc' => '744457734728', 'provider' => 'bestbuy'],\n ['name' => \"Music of the Incas: Andean Harp & Violin... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-the-incas-andean-harp-violin-cd/2149099.p?id=73534&skuId=2149099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149099_sa.jpg\"}', 'upc' => '744457734827', 'provider' => 'bestbuy'],\n ['name' => \"Music of the Nile Valley - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-the-nile-valley-cd-various/2149106.p?id=93359&skuId=2149106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149106_sa.jpg\"}', 'upc' => '744457735527', 'provider' => 'bestbuy'],\n ['name' => \"Taqasim: Art of Improvisation in Arabic Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/taqasim-art-of-improvisation-in-arabic-music-cd/2149124.p?id=179653&skuId=2149124&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149124', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149124_sa.jpg\"}', 'upc' => '744457737422', 'provider' => 'bestbuy'],\n ['name' => \"Turkish Sufi Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turkish-sufi-music-cd/2149160.p?id=77810&skuId=2149160&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149160', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149160_sa.jpg\"}', 'upc' => '744457739228', 'provider' => 'bestbuy'],\n ['name' => \"Gypsy Passions: The Flamenco Guitar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gypsy-passions-the-flamenco-guitar-cd/2149179.p?id=179649&skuId=2149179&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149179', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149179_sa.jpg\"}', 'upc' => '744457739921', 'provider' => 'bestbuy'],\n ['name' => \"The Ancient Art Music of China - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ancient-art-music-of-china-cd/2149213.p?id=105134&skuId=2149213&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149213', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149213_sa.jpg\"}', 'upc' => '744457740927', 'provider' => 'bestbuy'],\n ['name' => \"Soh Daiko-Taiko Drum Ensemble - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soh-daiko-taiko-drum-ensemble-cd-various/2149222.p?id=101098&skuId=2149222&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149222', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149222_sa.jpg\"}', 'upc' => '744457741023', 'provider' => 'bestbuy'],\n ['name' => \"Keys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keys-cd/2149295.p?id=154325&skuId=2149295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149295_sa.jpg\"}', 'upc' => '770641002823', 'provider' => 'bestbuy'],\n ['name' => \"Live Bird '65-'67 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-bird-65-67-cd/2149428.p?id=102167&skuId=2149428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149428_sa.jpg\"}', 'upc' => '090771100627', 'provider' => 'bestbuy'],\n ['name' => \"Drunk on Cock [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/drunk-on-cock-ep-cd/2149847.p?id=93110&skuId=2149847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149847.jpg\"}', 'upc' => '723631200624', 'provider' => 'bestbuy'],\n ['name' => \"I Am Joe's Eyes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-am-joes-eyes-cd/2149990.p?id=106815&skuId=2149990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2149990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2149\\/2149990_sa.jpg\"}', 'upc' => '753701000120', 'provider' => 'bestbuy'],\n ['name' => \"Myn Ynd Wymyn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/myn-ynd-wymyn-cd/2150004.p?id=106818&skuId=2150004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150004_sa.jpg\"}', 'upc' => '753701000328', 'provider' => 'bestbuy'],\n ['name' => \"But I'm Happy Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/but-im-happy-now-cd/2150013.p?id=81414&skuId=2150013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150013_sa.jpg\"}', 'upc' => '753701000427', 'provider' => 'bestbuy'],\n ['name' => \"Live? in Seattle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-seattle-cd/2150022.p?id=91349&skuId=2150022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150022_sa.jpg\"}', 'upc' => '753701000625', 'provider' => 'bestbuy'],\n ['name' => \"Elusive-CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elusive-cd/2150031.p?id=242040&skuId=2150031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150031_sa.jpg\"}', 'upc' => '753701000724', 'provider' => 'bestbuy'],\n ['name' => \"Maytag - 7.0 Cu. Ft. 11-Cycle Electric Dryer - White\", 'description_short' => \"Electronic controls; 11 drying programs; front loading type; powder coated drum\", 'description_long' => \"Electronic controls; 11 drying programs; front loading type; powder coated drum\", 'price' => 649.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maytag-7-0-cu-ft-11-cycle-electric-dryer-white/2150039.p?id=bb2150039&skuId=2150039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150039_sa.jpg\"}', 'upc' => '883049332239', 'provider' => 'bestbuy'],\n ['name' => \"Maytag - 4.3 Cu. Ft. 11-Cycle High-Efficiency Top-Loading Washer - White\", 'description_short' => \"Cycle indicator lights; automatic load size sensing technology; 11 wash cycles; 5 temperature combinations; advanced vibration control; large capacity washer with optimal dispensers\", 'description_long' => \"Cycle indicator lights; automatic load size sensing technology; 11 wash cycles; 5 temperature combinations; advanced vibration control; large capacity washer with optimal dispensers\", 'price' => 649.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maytag-4-3-cu-ft-11-cycle-high-efficiency-top-loading-washer-white/2150048.p?id=bb2150048&skuId=2150048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150048_sa.jpg\"}', 'upc' => '883049330846', 'provider' => 'bestbuy'],\n ['name' => \"Maytag - 7.0 Cu. Ft. 11-Cycle Gas Dryer - White\", 'description_short' => \"Electronic controls; 11 drying programs; front loading type; powder coated drum\", 'description_long' => \"Electronic controls; 11 drying programs; front loading type; powder coated drum\", 'price' => 749.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maytag-7-0-cu-ft-11-cycle-gas-dryer-white/2150057.p?id=bb2150057&skuId=2150057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150057_sa.jpg\"}', 'upc' => '883049332284', 'provider' => 'bestbuy'],\n ['name' => \"Comin' Out Hard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/comin-out-hard-cd/2150111.p?id=81372&skuId=2150111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150111_sa.jpg\"}', 'upc' => '764344000125', 'provider' => 'bestbuy'],\n ['name' => \"Como Bailaba Cuba - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/como-bailaba-cuba-cd-various/2150120.p?id=79404&skuId=2150120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150120.jpg\"}', 'upc' => '053561110329', 'provider' => 'bestbuy'],\n ['name' => \"Initiation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/initiation-cd/2150166.p?id=132524&skuId=2150166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150166_sa.jpg\"}', 'upc' => '736998588328', 'provider' => 'bestbuy'],\n ['name' => \"Luna - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/luna-cd/2150175.p?id=132528&skuId=2150175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150175.jpg\"}', 'upc' => '736998594824', 'provider' => 'bestbuy'],\n ['name' => \"Back to the Garden - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-the-garden-cd/2150184.p?id=81118&skuId=2150184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150184.jpg\"}', 'upc' => '739341000126', 'provider' => 'bestbuy'],\n ['name' => \"S.F. Blues Guitar Summit, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/s-f-blues-guitar-summit-vol-2-cd/2150530.p?id=122375&skuId=2150530&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150530', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150530.jpg\"}', 'upc' => '026245200623', 'provider' => 'bestbuy'],\n ['name' => \"Relentless - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/relentless-cd/2150889.p?id=106718&skuId=2150889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2150889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2150\\/2150889.jpg\"}', 'upc' => '767771202322', 'provider' => 'bestbuy'],\n ['name' => \"Live in Tokyo 1986 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-tokyo-1986-cd/2151405.p?id=71129&skuId=2151405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2151405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2151\\/2151405_sa.jpg\"}', 'upc' => '750507600622', 'provider' => 'bestbuy'],\n ['name' => \"Remembering North - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remembering-north-cd/2151414.p?id=71000&skuId=2151414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2151414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2151\\/2151414_sa.jpg\"}', 'upc' => '750507600721', 'provider' => 'bestbuy'],\n ['name' => \"Jon & Billy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jon-billy-cd/2151600.p?id=3316284&skuId=2151600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2151600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '717101500123', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Public Theatre in New York, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-public-theatre-in-new-york-vol-2-cd/2151637.p?id=66145&skuId=2151637&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2151637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2151\\/2151637_sa.jpg\"}', 'upc' => '730182209020', 'provider' => 'bestbuy'],\n ['name' => \"A Charlie Brown Thanksgiving (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-charlie-brown-thanksgiving-dvd/2152028.p?id=47298&skuId=2152028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152028_sa.jpg\"}', 'upc' => '883929353934', 'provider' => 'bestbuy'],\n ['name' => \"Wild Women Never Die [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-women-never-die-pa-cd/2152039.p?id=171766&skuId=2152039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152039_sa.jpg\"}', 'upc' => '718751851320', 'provider' => 'bestbuy'],\n ['name' => \"The World's Greatest Gospel Singer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-worlds-greatest-gospel-singer-cd/2152235.p?id=86507&skuId=2152235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152235_sa.jpg\"}', 'upc' => '079891327527', 'provider' => 'bestbuy'],\n ['name' => \"The Very Thought of You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-thought-of-you-cd/2152262.p?id=275145&skuId=2152262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152262.jpg\"}', 'upc' => '079891330220', 'provider' => 'bestbuy'],\n ['name' => \"Big Bad John and Other Fabulous Songs and... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-bad-john-and-other-fabulous-songs-and-cd/2152324.p?id=155388&skuId=2152324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152324_sa.jpg\"}', 'upc' => '079891358323', 'provider' => 'bestbuy'],\n ['name' => \"Giant Hits [Sony] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/giant-hits-sony-cd/2152360.p?id=154199&skuId=2152360&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152360', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152360_sa.jpg\"}', 'upc' => '079891571326', 'provider' => 'bestbuy'],\n ['name' => \"Bob Wills Special - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bob-wills-special-cd/2152379.p?id=112026&skuId=2152379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152379_sa.jpg\"}', 'upc' => '079891581325', 'provider' => 'bestbuy'],\n ['name' => \"Reflections [Sony] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reflections-sony-cd/2152468.p?id=1504608&skuId=2152468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152468_sa.jpg\"}', 'upc' => '079891656122', 'provider' => 'bestbuy'],\n ['name' => \"Clearwater Classics [Sony Special Product] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clearwater-classics-sony-special-product-cd/2152501.p?id=98262&skuId=2152501&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152501', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152501_sa.jpg\"}', 'upc' => '079891786522', 'provider' => 'bestbuy'],\n ['name' => \"I Walk with God - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-walk-with-god-cd/2152529.p?id=78012&skuId=2152529&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152529', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152529.jpg\"}', 'upc' => '079891803021', 'provider' => 'bestbuy'],\n ['name' => \"All American Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-american-country-cd/2152565.p?id=73505&skuId=2152565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152565_sa.jpg\"}', 'upc' => '079891887427', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Irish Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-irish-hits-cd/2152609.p?id=154663&skuId=2152609&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152609', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152609_sa.jpg\"}', 'upc' => '079891997027', 'provider' => 'bestbuy'],\n ['name' => \"Rockin' 60's [Sony Special Products] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-60s-sony-special-products-cd-various/2152707.p?id=99013&skuId=2152707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152707.jpg\"}', 'upc' => '079892113327', 'provider' => 'bestbuy'],\n ['name' => \"For The Love Of You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-the-love-of-you-cd/2152743.p?id=86401&skuId=2152743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152743_sa.jpg\"}', 'upc' => '079892134322', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Sony Special Products] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-sony-special-products-cd/2152823.p?id=101493&skuId=2152823&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152823', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152823_sa.jpg\"}', 'upc' => '079892155129', 'provider' => 'bestbuy'],\n ['name' => \"Gospel Glory - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gospel-glory-cd/2152878.p?id=77028&skuId=2152878&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2152878', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2152\\/2152878_sa.jpg\"}', 'upc' => '079892160826', 'provider' => 'bestbuy'],\n ['name' => \"Addams Family/Addams Family Values (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/addams-family-addams-family-values-dvd/2153009.p?id=2636706&skuId=2153009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2153009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2153\\/2153009_sa.jpg\"}', 'upc' => '883929322213', 'provider' => 'bestbuy'],\n ['name' => \"Always & Forever - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/always-forever-cd/2153065.p?id=173568&skuId=2153065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2153065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2153\\/2153065_sa.jpg\"}', 'upc' => '079892264128', 'provider' => 'bestbuy'],\n ['name' => \"Star Spangled Rhythm - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-spangled-rhythm-cd-various/2153207.p?id=155146&skuId=2153207&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2153207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2153\\/2153207_sa.jpg\"}', 'upc' => '079892331325', 'provider' => 'bestbuy'],\n ['name' => \"It's About Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-about-time-cd/2153751.p?id=94330&skuId=2153751&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2153751', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2153\\/2153751.jpg\"}', 'upc' => '095081202122', 'provider' => 'bestbuy'],\n ['name' => \"The Last Airbender (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-last-airbender-blu-ray-disc/2154017.p?id=2154431&skuId=2154017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2154017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2154\\/2154017_sa.jpg\"}', 'upc' => '883929310432', 'provider' => 'bestbuy'],\n ['name' => \"Gu-Ru - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gu-ru-cd/2154206.p?id=1452854&skuId=2154206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2154206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2154\\/2154206_sa.jpg\"}', 'upc' => '723721902421', 'provider' => 'bestbuy'],\n ['name' => \"Lou'siana Dance Party - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lousiana-dance-party-cd-various/2154420.p?id=286167&skuId=2154420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2154420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2154\\/2154420_sa.jpg\"}', 'upc' => '099792300429', 'provider' => 'bestbuy'],\n ['name' => \"Cruel World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cruel-world-cd/2154714.p?id=86689&skuId=2154714&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2154714', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2154\\/2154714.jpg\"}', 'upc' => '748775151021', 'provider' => 'bestbuy'],\n ['name' => \"Strata - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strata-cd/2154741.p?id=245444&skuId=2154741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2154741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2154\\/2154741_sa.jpg\"}', 'upc' => '748775151823', 'provider' => 'bestbuy'],\n ['name' => \"Who Are These People? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/who-are-these-people-cd/2154769.p?id=120014&skuId=2154769&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2154769', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2154\\/2154769.jpg\"}', 'upc' => '727106121025', 'provider' => 'bestbuy'],\n ['name' => \"Golden Years (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-years-dvd-2-disc/2155007.p?id=59223&skuId=2155007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2155\\/2155007_sa.jpg\"}', 'upc' => '097366214240', 'provider' => 'bestbuy'],\n ['name' => \"Prism [Deluxe Edition] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prism-deluxe-edition-digipak-cd/2155025.p?id=2758373&skuId=2155025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2155\\/2155025_sa.jpg\"}', 'upc' => '602537532339', 'provider' => 'bestbuy'],\n ['name' => \"Rin-Daughters Of Mnemosyne: Complete Series (2 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rin-daughters-of-mnemosyne-complete-series-2-disc-dvd/2155206.p?id=2168061&skuId=2155206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2155\\/2155206.jpg\"}', 'upc' => '704400096426', 'provider' => 'bestbuy'],\n ['name' => \"Bowers & Wilkins - 6\\\" 2-Way In-Ceiling Speaker (Each) - Black\", 'description_short' => \"25-80W per-channel recommended amplifier power; 6&quot; woven DuPont&#8482; KEVLAR&#174; fiber bass/midrange driver; two 1&quot; soft-dome tweeters; 2-position stereo/surround switch; binding posts\", 'description_long' => \"25-80W per-channel recommended amplifier power; 6&quot; woven DuPont&#8482; KEVLAR&#174; fiber bass/midrange driver; two 1&quot; soft-dome tweeters; 2-position stereo/surround switch; binding posts\", 'price' => 499.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bowers-wilkins-6-2-way-in-ceiling-speaker-each-black/2155524.p?id=1219590014500&skuId=2155524&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2155\\/2155524_sa.jpg\"}', 'upc' => '714346310364', 'provider' => 'bestbuy'],\n ['name' => \"Bitter Youth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bitter-youth-cd/2155606.p?id=92805&skuId=2155606&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155606', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2155\\/2155606.jpg\"}', 'upc' => '760291001628', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 999.98, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155612', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '714346311644', 'provider' => 'bestbuy'],\n ['name' => \"Bowers & Wilkins - 6\\\" 2-Way In-Ceiling Speaker (Each) - White/Black\", 'description_short' => \"BOWERS &amp; WILKINS 6&quot; 2-Way In-Ceiling Speaker (Each): 80W peak power per channel; dual 1&quot; soft dome tweeters; 6&quot; fiberglass cone bass/midrange driver; 2-position stereo/surround switch; QuickDogs technology\", 'description_long' => \"BOWERS &amp; WILKINS 6&quot; 2-Way In-Ceiling Speaker (Each): 80W peak power per channel; dual 1&quot; soft dome tweeters; 6&quot; fiberglass cone bass/midrange driver; 2-position stereo/surround switch; QuickDogs technology\", 'price' => 349.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bowers-wilkins-6-2-way-in-ceiling-speaker-each-white-black/2155621.p?id=1219508238144&skuId=2155621&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155621', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2155\\/2155621_sa.jpg\"}', 'upc' => '714346310371', 'provider' => 'bestbuy'],\n ['name' => \"Bowers & Wilkins - 6\\\" 2-Way In-Ceiling Speakers (Pair) - White/Black\", 'description_short' => \"BOWERS &amp; WILKINS 6&quot; 2-Way In-Ceiling Speakers (Pair): 130W peak power; 6&quot; woofer; 1&quot; tweeter; 8 ohms nominal impedance; ideal for smaller listening areas\", 'description_long' => \"BOWERS &amp; WILKINS 6&quot; 2-Way In-Ceiling Speakers (Pair): 130W peak power; 6&quot; woofer; 1&quot; tweeter; 8 ohms nominal impedance; ideal for smaller listening areas\", 'price' => 399.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bowers-wilkins-6-2-way-in-ceiling-speakers-pair-white-black/2155658.p?id=1219539805489&skuId=2155658&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155658', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2155\\/2155658_sa.jpg\"}', 'upc' => '714346311705', 'provider' => 'bestbuy'],\n ['name' => \"Bass Jams for Lovers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bass-jams-for-lovers-cd/2155722.p?id=181274&skuId=2155722&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155722', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2155\\/2155722_sa.jpg\"}', 'upc' => '784023100823', 'provider' => 'bestbuy'],\n ['name' => \"Roots Radicals [Single] [Limited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roots-radicals-single-limited-cd/2155759.p?id=1510429&skuId=2155759&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2155759', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2155\\/2155759_sa.jpg\"}', 'upc' => '045778645220', 'provider' => 'bestbuy'],\n ['name' => \"The Stand (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-stand-dvd-2-disc/2156006.p?id=49023&skuId=2156006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2156006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2156\\/2156006_sa.jpg\"}', 'upc' => '097366220746', 'provider' => 'bestbuy'],\n ['name' => \"Viva! Hysteria: Live at... [CD & DVD] [Box] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/viva-hysteria-live-at-cd-dvd-box-cd-dvd-deluxe-edition/2156015.p?id=2758270&skuId=2156015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2156015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2156015.jpg\"}', 'upc' => '8024391062043', 'provider' => 'bestbuy'],\n ['name' => \"Prism - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prism-cd/2156033.p?id=2758303&skuId=2156033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2156033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2156\\/2156033_sa.jpg\"}', 'upc' => '602537532322', 'provider' => 'bestbuy'],\n ['name' => \"Bowers & Wilkins - 8\\\" 2-Way Round In-Ceiling Speakers (Pair) - White/Black\", 'description_short' => \"BOWERS &amp; WILKINS 8&quot; 2-Way Round In-Ceiling Speakers (Pair): 130W peak power; 8&quot; fiberglass cone bass/midrange driver; 1&quot; soft dome tweeter; QuickDogs technology; plug-and-play functionality; pivoting tweeter housing; EQ switch\", 'description_long' => \"BOWERS &amp; WILKINS 8&quot; 2-Way Round In-Ceiling Speakers (Pair): 130W peak power; 8&quot; fiberglass cone bass/midrange driver; 1&quot; soft dome tweeter; QuickDogs technology; plug-and-play functionality; pivoting tweeter housing; EQ switch\", 'price' => 599.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bowers-wilkins-8-2-way-round-in-ceiling-speakers-pair-white-black/2156038.p?id=1219508238141&skuId=2156038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2156038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2156\\/2156038_sa.jpg\"}', 'upc' => '714346311736', 'provider' => 'bestbuy'],\n ['name' => \"Apple - Silicone Case for Apple® iPhone® 5c - Pink\", 'description_short' => \"Compatible with Apple iPhone 5c; silicone material\", 'description_long' => \"Compatible with Apple iPhone 5c; silicone material\", 'price' => 29.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/apple-silicone-case-for-apple-iphone-5c-pink/2156042.p?id=1219071383495&skuId=2156042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2156042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2156\\/2156042_sa.jpg\"}', 'upc' => '885909787272', 'provider' => 'bestbuy'],\n ['name' => \"Bowers & Wilkins - 5\\\" 2-Way In-Wall Speakers (Pair)\", 'description_short' => \"100W maximum power handling; 5&quot; DuPont&#8482; KEVLAR&#174; fiber bass/midrange cone; 1&quot; Nautilus tube-loaded, aluminum-dome tweeter; infinite baffle enclosure; binding posts\", 'description_long' => \"100W maximum power handling; 5&quot; DuPont&#8482; KEVLAR&#174; fiber bass/midrange cone; 1&quot; Nautilus tube-loaded, aluminum-dome tweeter; infinite baffle enclosure; binding posts\", 'price' => 549.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bowers-wilkins-5-2-way-in-wall-speakers-pair/2156047.p?id=1219203333441&skuId=2156047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2156047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2156\\/2156047_sc.jpg\"}', 'upc' => '714346310418', 'provider' => 'bestbuy'],\n ['name' => \"Apple - Silicone Case for Apple® iPhone® 5c - Green\", 'description_short' => \"Compatible with Apple iPhone 5c; silicone material\", 'description_long' => \"Compatible with Apple iPhone 5c; silicone material\", 'price' => 29.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/apple-silicone-case-for-apple-iphone-5c-green/2156051.p?id=1219071229245&skuId=2156051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2156051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2156\\/2156051_sa.jpg\"}', 'upc' => '885909787326', 'provider' => 'bestbuy'],\n ['name' => \"Apple - Silicone Case for Apple® iPhone® 5c - Black\", 'description_short' => \"Compatible with Apple iPhone 5c; silicone material\", 'description_long' => \"Compatible with Apple iPhone 5c; silicone material\", 'price' => 29.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/apple-silicone-case-for-apple-iphone-5c-black/2156097.p?id=1219071221807&skuId=2156097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2156097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2156\\/2156097_sa.jpg\"}', 'upc' => '885909787470', 'provider' => 'bestbuy'],\n ['name' => \"Apple - Leather Case for Apple® iPhone® 5 and 5s - Brown\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; leather material\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; leather material\", 'price' => 39.99, 'sale_price' => 26.99, 'url' => 'http://www.bestbuy.com/site/apple-leather-case-for-apple-iphone-5-and-5s-brown/2156139.p?id=1219071221795&skuId=2156139&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2156139', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2156\\/2156139_sa.jpg\"}', 'upc' => '885909787500', 'provider' => 'bestbuy'],\n ['name' => \"New [Best Buy Exclusive] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-best-buy-exclusive-cd/2158004.p?id=2758377&skuId=2158004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158004_sa.jpg\"}', 'upc' => '888072349377', 'provider' => 'bestbuy'],\n ['name' => \"Emtec - Swivel Series 8GB USB 2.0 Flash Drive - Solid Pink\", 'description_short' => \"EMTEC Swivel Series 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 8MB/sec.; works with PC, Mac and Linux; capless swivel design; rubber-coated finish\", 'description_long' => \"EMTEC Swivel Series 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 8MB/sec.; works with PC, Mac and Linux; capless swivel design; rubber-coated finish\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emtec-swivel-series-8gb-usb-2-0-flash-drive-solid-pink/2158013.p?id=1219530046620&skuId=2158013', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158013_sa.jpg\"}', 'upc' => '846143002712', 'provider' => 'bestbuy'],\n ['name' => \"Emtec - Color Mix 32GB USB 2.0 Flash Drive - Blue\", 'description_short' => \"EMTEC Color Mix 32GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 5MB/sec.; for Windows, Mac and Linux; clip-on cap\", 'description_long' => \"EMTEC Color Mix 32GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 5MB/sec.; for Windows, Mac and Linux; clip-on cap\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emtec-color-mix-32gb-usb-2-0-flash-drive-blue/2158022.p?id=1219530045459&skuId=2158022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158022_sa.jpg\"}', 'upc' => '846143003177', 'provider' => 'bestbuy'],\n ['name' => \"Blue...Not Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-not-blues-cd/2158024.p?id=1984055&skuId=2158024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '767004010328', 'provider' => 'bestbuy'],\n ['name' => \"Emtec - Swivel Series 8GB USB 2.0 Flash Drive - Solid Purple\", 'description_short' => \"EMTEC Swivel Series 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 8MB/sec.; works with PC, Mac and Linux; capless swivel design; rubber-coated finish\", 'description_long' => \"EMTEC Swivel Series 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 8MB/sec.; works with PC, Mac and Linux; capless swivel design; rubber-coated finish\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emtec-swivel-series-8gb-usb-2-0-flash-drive-solid-purple/2158031.p?id=1219530055080&skuId=2158031', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158031_sa.jpg\"}', 'upc' => '846143002729', 'provider' => 'bestbuy'],\n ['name' => \"Glee: The Music, Vol. 5 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/glee-the-music-vol-5-cd/2158054.p?id=2195821&skuId=2158054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158054_sa.jpg\"}', 'upc' => '886978585226', 'provider' => 'bestbuy'],\n ['name' => \"Emtec - Color Mix 16GB USB 2.0 Flash Drive - Yellow\", 'description_short' => \"EMTEC Color Mix 16GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 5MB/sec.; for Windows, Mac and Linux; clip-on cap\", 'description_long' => \"EMTEC Color Mix 16GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 5MB/sec.; for Windows, Mac and Linux; clip-on cap\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emtec-color-mix-16gb-usb-2-0-flash-drive-yellow/2158059.p?id=1219530049532&skuId=2158059', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158059_sa.jpg\"}', 'upc' => '846143003160', 'provider' => 'bestbuy'],\n ['name' => \"Plays the Music of \\\"Walls in the City\\\" - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-the-music-of-walls-in-the-city-cd/2158060.p?id=106664&skuId=2158060&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158060', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158060_sa.jpg\"}', 'upc' => '036172601622', 'provider' => 'bestbuy'],\n ['name' => \"Emtec - Swivel Series 8GB USB 2.0 Flash Drive - Solid Blue\", 'description_short' => \"EMTEC Swivel Series 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 8MB/sec.; works with PC, Mac and Linux; capless swivel design; rubber-coated finish\", 'description_long' => \"EMTEC Swivel Series 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 8MB/sec.; works with PC, Mac and Linux; capless swivel design; rubber-coated finish\", 'price' => 8.99, 'sale_price' => 6.99, 'url' => 'http://www.bestbuy.com/site/emtec-swivel-series-8gb-usb-2-0-flash-drive-solid-blue/2158068.p?id=1219530051933&skuId=2158068', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158068_sa.jpg\"}', 'upc' => '846143002705', 'provider' => 'bestbuy'],\n ['name' => \"Emtec - Color Mix 8GB USB 2.0 Flash Drive - Purple\", 'description_short' => \"EMTEC Color Mix 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 5MB/sec.; for Windows, Mac and Linux; clip-on cap\", 'description_long' => \"EMTEC Color Mix 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 5MB/sec.; for Windows, Mac and Linux; clip-on cap\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emtec-color-mix-8gb-usb-2-0-flash-drive-purple/2158077.p?id=1219530047514&skuId=2158077&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158077', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158077_sa.jpg\"}', 'upc' => '846143003153', 'provider' => 'bestbuy'],\n ['name' => \"Memorex - CD/CD-R/RW/MP3 Portable Boombox with AM/FM Radio - Silver\", 'description_short' => \"Plays CD, CD-R/RW and MP3 discs; bass boost; programmable CD memory; full-function LCD display\", 'description_long' => \"Plays CD, CD-R/RW and MP3 discs; bass boost; programmable CD memory; full-function LCD display\", 'price' => 49.99, 'sale_price' => 42.99, 'url' => 'http://www.bestbuy.com/site/memorex-cd-cd-r-rw-mp3-portable-boombox-with-am-fm-radio-silver/2158081.p?id=1218339573412&skuId=2158081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158081_sa.jpg\"}', 'upc' => '749720001255', 'provider' => 'bestbuy'],\n ['name' => \"Emtec - Swivel Series 8GB USB 2.0 Flash Drive - Black\", 'description_short' => \"EMTEC Swivel Series 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 8MB/sec.; works with PC, Mac and Linux; capless swivel design; rubber-coated finish; mustache pattern\", 'description_long' => \"EMTEC Swivel Series 8GB USB 2.0 Flash Drive: Read speeds up to 18MB/sec.; write speeds up to 8MB/sec.; works with PC, Mac and Linux; capless swivel design; rubber-coated finish; mustache pattern\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emtec-swivel-series-8gb-usb-2-0-flash-drive-black/2158086.p?id=1219530049467&skuId=2158086', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158086_sa.jpg\"}', 'upc' => '846143002668', 'provider' => 'bestbuy'],\n ['name' => \"Is It...Man or Astro-Man? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/is-it-man-or-astro-man-cd/2158355.p?id=90313&skuId=2158355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158355_sa.jpg\"}', 'upc' => '745058012925', 'provider' => 'bestbuy'],\n ['name' => \"Far East, Vol. 1 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/far-east-vol-1-various-cd/2158569.p?id=109545&skuId=2158569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158569_sa.jpg\"}', 'upc' => '755603863124', 'provider' => 'bestbuy'],\n ['name' => \"Far East, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/far-east-vol-2-cd/2158578.p?id=109542&skuId=2158578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158578_sa.jpg\"}', 'upc' => '755603863322', 'provider' => 'bestbuy'],\n ['name' => \"When the Rose Bloom in Dixieland - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-the-rose-bloom-in-dixieland-cd/2158738.p?id=105677&skuId=2158738&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158738', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158738_sa.jpg\"}', 'upc' => '755757102629', 'provider' => 'bestbuy'],\n ['name' => \"The L&N Don't Stop Here Anymore - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-l-n-dont-stop-here-anymore-cd/2158747.p?id=105457&skuId=2158747&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158747', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158747_sa.jpg\"}', 'upc' => '755757102728', 'provider' => 'bestbuy'],\n ['name' => \"Chubby Wise in Nashville - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chubby-wise-in-nashville-cd/2158783.p?id=106303&skuId=2158783&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2158783', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2158\\/2158783_sa.jpg\"}', 'upc' => '755757103121', 'provider' => 'bestbuy'],\n ['name' => \"Chayanne [1988] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chayanne-1988-cd/2160510.p?id=130043&skuId=2160510&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2160510', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2160\\/2160510_sa.jpg\"}', 'upc' => '037628005124', 'provider' => 'bestbuy'],\n ['name' => \"Lo Mejor de La Baraja con el Rey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lo-mejor-de-la-baraja-con-el-rey-cd/2160538.p?id=109595&skuId=2160538&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2160538', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2160\\/2160538_sa.jpg\"}', 'upc' => '037628005629', 'provider' => 'bestbuy'],\n ['name' => \"Raices - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raices-cd/2160609.p?id=86085&skuId=2160609&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2160609', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2160\\/2160609.jpg\"}', 'upc' => '037628012320', 'provider' => 'bestbuy'],\n ['name' => \"Un Hombre Solo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/un-hombre-solo-cd/2160707.p?id=167914&skuId=2160707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2160707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2160\\/2160707.jpg\"}', 'upc' => '037628019121', 'provider' => 'bestbuy'],\n ['name' => \"Canta en Español - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canta-en-espanol-cd/2160725.p?id=167885&skuId=2160725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2160725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2160\\/2160725.jpg\"}', 'upc' => '037628019329', 'provider' => 'bestbuy'],\n ['name' => \"Hoy Platique Con Mi Gallo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hoy-platique-con-mi-gallo-cd/2160912.p?id=109590&skuId=2160912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2160912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2160\\/2160912_sa.jpg\"}', 'upc' => '037628023227', 'provider' => 'bestbuy'],\n ['name' => \"Eydie Gorme & Los Panchos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eydie-gorme-los-panchos-cd/2160921.p?id=167886&skuId=2160921&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2160921', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2160\\/2160921.jpg\"}', 'upc' => '037628023425', 'provider' => 'bestbuy'],\n ['name' => \"Quien Como Tu - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quien-como-tu-cd/2161083.p?id=111416&skuId=2161083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161083.jpg\"}', 'upc' => '037628031024', 'provider' => 'bestbuy'],\n ['name' => \"Arriba Huentitan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arriba-huentitan-cd/2161154.p?id=109566&skuId=2161154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161154_sa.jpg\"}', 'upc' => '037628035428', 'provider' => 'bestbuy'],\n ['name' => \"Clasicas de Jose Alfredo Jimenez - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clasicas-de-jose-alfredo-jimenez-cd/2161181.p?id=109571&skuId=2161181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161181_sa.jpg\"}', 'upc' => '037628038320', 'provider' => 'bestbuy'],\n ['name' => \"La Muerte de un Gallero - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/la-muerte-de-un-gallero-cd/2161190.p?id=109592&skuId=2161190&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161190', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161190_sa.jpg\"}', 'upc' => '037628038825', 'provider' => 'bestbuy'],\n ['name' => \"Punto de Vista - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/punto-de-vista-cd/2161225.p?id=118812&skuId=2161225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161225_sa.jpg\"}', 'upc' => '037628041924', 'provider' => 'bestbuy'],\n ['name' => \"Exitos de Gloria Estefan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/exitos-de-gloria-estefan-cd/2161243.p?id=169464&skuId=2161243&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161243', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161243_sa.jpg\"}', 'upc' => '037628043225', 'provider' => 'bestbuy'],\n ['name' => \"En Vivo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/en-vivo-cd/2161252.p?id=111408&skuId=2161252&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161252', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161252_sa.jpg\"}', 'upc' => '037628043829', 'provider' => 'bestbuy'],\n ['name' => \"De un Rancho a Otro - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/de-un-rancho-a-otro-cd/2161314.p?id=109573&skuId=2161314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161314_sa.jpg\"}', 'upc' => '037628049227', 'provider' => 'bestbuy'],\n ['name' => \"Palabra de Rey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/palabra-de-rey-cd/2161323.p?id=109603&skuId=2161323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161323_sa.jpg\"}', 'upc' => '037628049425', 'provider' => 'bestbuy'],\n ['name' => \"Le Canta a America Latin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/le-canta-a-america-latin-cd/2161350.p?id=109621&skuId=2161350&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161350', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161350_sa.jpg\"}', 'upc' => '037628052128', 'provider' => 'bestbuy'],\n ['name' => \"Caminando - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caminando-cd/2161430.p?id=113384&skuId=2161430&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161430', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161430_sa.jpg\"}', 'upc' => '037628059325', 'provider' => 'bestbuy'],\n ['name' => \"Mi Mexico - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mi-mexico-cd/2161449.p?id=111410&skuId=2161449&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161449', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161449_sa.jpg\"}', 'upc' => '037628060529', 'provider' => 'bestbuy'],\n ['name' => \"Todo Panchos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/todo-panchos-cd/2161546.p?id=127522&skuId=2161546&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161546', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161546_sa.jpg\"}', 'upc' => '037628064220', 'provider' => 'bestbuy'],\n ['name' => \"Estas Tocando Fuego - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/estas-tocando-fuego-cd/2161573.p?id=113585&skuId=2161573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161573.jpg\"}', 'upc' => '037628066026', 'provider' => 'bestbuy'],\n ['name' => \"Perspectiva - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/perspectiva-cd/2161653.p?id=97895&skuId=2161653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161653_sa.jpg\"}', 'upc' => '037628068921', 'provider' => 'bestbuy'],\n ['name' => \"Ricky Martin [1991] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ricky-martin-1991-cd/2161671.p?id=164669&skuId=2161671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161671_sa.jpg\"}', 'upc' => '037628069522', 'provider' => 'bestbuy'],\n ['name' => \"Calor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/calor-cd/2161822.p?id=161948&skuId=2161822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161822.jpg\"}', 'upc' => '037628076322', 'provider' => 'bestbuy'],\n ['name' => \"Cuenta Conmigo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cuenta-conmigo-cd/2161886.p?id=110985&skuId=2161886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161886_sa.jpg\"}', 'upc' => '037628077626', 'provider' => 'bestbuy'],\n ['name' => \"Que de Raro Tiene - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/que-de-raro-tiene-cd/2161975.p?id=109605&skuId=2161975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2161975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2161\\/2161975_sa.jpg\"}', 'upc' => '037628080923', 'provider' => 'bestbuy'],\n ['name' => \"Provocame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/provocame-cd/2162046.p?id=77298&skuId=2162046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162046.jpg\"}', 'upc' => '037628083122', 'provider' => 'bestbuy'],\n ['name' => \"Como Nunca - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/como-nunca-cd/2162064.p?id=110986&skuId=2162064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162064.jpg\"}', 'upc' => '037628083528', 'provider' => 'bestbuy'],\n ['name' => \"Amor y Control - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amor-y-control-cd/2162073.p?id=74947&skuId=2162073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162073_sa.jpg\"}', 'upc' => '037628083924', 'provider' => 'bestbuy'],\n ['name' => \"Uniden - Professional 40-Channel CB Radio - Black/Chrome\", 'description_short' => \"UNIDEN Professional 40-Channel CB Radio: 40 channels; extra-large S/RF/SWR meter; built-in SWR; microphone gain adjustment; RF gain adjustment; automatic noise limiter and noise blanker; noise-canceling corded microphone\", 'description_long' => \"UNIDEN Professional 40-Channel CB Radio: 40 channels; extra-large S/RF/SWR meter; built-in SWR; microphone gain adjustment; RF gain adjustment; automatic noise limiter and noise blanker; noise-canceling corded microphone\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uniden-professional-40-channel-cb-radio-black-chrome/2162106.p?id=1219530054953&skuId=2162106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162106_rc.jpg\"}', 'upc' => '050633550762', 'provider' => 'bestbuy'],\n ['name' => \"Get Home Safely [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/get-home-safely-pa-cd/2162115.p?id=2758288&skuId=2162115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162115_sa.jpg\"}', 'upc' => '799491413627', 'provider' => 'bestbuy'],\n ['name' => \"Aftershock [Limited] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aftershock-limited-digipak-cd/2162124.p?id=2765762&skuId=2162124&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162124', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162124.jpg\"}', 'upc' => '825646410088', 'provider' => 'bestbuy'],\n ['name' => \"Arjona Metamorfosis en Vivo [CD/DVD] [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/arjona-metamorfosis-en-vivo-cd-dvd-cd-dvd-cd-dvd/2162133.p?id=2754869&skuId=2162133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162133.jpg\"}', 'upc' => '825646417049', 'provider' => 'bestbuy'],\n ['name' => \"Echoes from the Underground [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/echoes-from-the-underground-digipak-cd/2162179.p?id=2755370&skuId=2162179&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162179', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162179_sa.jpg\"}', 'upc' => '859711037740', 'provider' => 'bestbuy'],\n ['name' => \"Lo Mas Grande De Little J - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lo-mas-grande-de-little-j-cd/2162180.p?id=89429&skuId=2162180&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162180', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162180_sa.jpg\"}', 'upc' => '037628087021', 'provider' => 'bestbuy'],\n ['name' => \"Ahora Y Siempre - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ahora-y-siempre-cd/2162313.p?id=113582&skuId=2162313&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162313', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162313.jpg\"}', 'upc' => '037628092520', 'provider' => 'bestbuy'],\n ['name' => \"Dynamo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynamo-cd/2162475.p?id=99374&skuId=2162475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162475_sa.jpg\"}', 'upc' => '037628095323', 'provider' => 'bestbuy'],\n ['name' => \"Animal Nocturno - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/animal-nocturno-cd/2162581.p?id=73219&skuId=2162581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162581_sa.jpg\"}', 'upc' => '037628096627', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - D7100 DSLR Camera with 18-140mm and 55-300mm VR Lens Kit - Black\", 'description_short' => \"24.1-megapixel, DX-format CMOS sensorISO 100-6400, expandable to 25,600Shooting speeds up to 6 fps51 focus points (15 cross-type)\", 'description_long' => \"24.1-megapixel, DX-format CMOS sensorISO 100-6400, expandable to 25,600Shooting speeds up to 6 fps51 focus points (15 cross-type)\", 'price' => 2129.99, 'sale_price' => 1349.99, 'url' => 'http://www.bestbuy.com/site/nikon-d7100-dslr-camera-with-18-140mm-and-55-300mm-vr-lens-kit-black/2162601.p?id=1219069284738&skuId=2162601&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162601', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162601_sa.jpg\"}', 'upc' => '018208132935', 'provider' => 'bestbuy'],\n ['name' => \"Jensen - Bluetooth Wireless Speaker System - Black\", 'description_short' => \"Compatible with most Bluetooth-enabled devices; 4W RMS total system power; Bass Blaster; built-in microphone; digital volume control; charging indicator; 2 full-range speakers; auxiliary input jack\", 'description_long' => \"Compatible with most Bluetooth-enabled devices; 4W RMS total system power; Bass Blaster; built-in microphone; digital volume control; charging indicator; 2 full-range speakers; auxiliary input jack\", 'price' => 69.99, 'sale_price' => 32.99, 'url' => 'http://www.bestbuy.com/site/jensen-bluetooth-wireless-speaker-system-black/2162692.p?id=1219069284730&skuId=2162692&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162692', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162692_sa.jpg\"}', 'upc' => '077283905216', 'provider' => 'bestbuy'],\n ['name' => \"30 Aniversario - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/30-aniversario-cd/2162830.p?id=97854&skuId=2162830&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162830', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162830.jpg\"}', 'upc' => '037628099628', 'provider' => 'bestbuy'],\n ['name' => \"Hecho en Puerto Rico - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hecho-en-puerto-rico-cd/2162965.p?id=78386&skuId=2162965&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2162965', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2162\\/2162965.jpg\"}', 'upc' => '037628104025', 'provider' => 'bestbuy'],\n ['name' => \"Te Llevo En Mi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/te-llevo-en-mi-cd/2163027.p?id=94691&skuId=2163027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2163027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2163\\/2163027.jpg\"}', 'upc' => '037628104629', 'provider' => 'bestbuy'],\n ['name' => \"Justo a Tiempo... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/justo-a-tiempo-cd/2163116.p?id=90485&skuId=2163116&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2163116', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2163\\/2163116_sa.jpg\"}', 'upc' => '037628106128', 'provider' => 'bestbuy'],\n ['name' => \"Lastima Que Seas Ajena - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lastima-que-seas-ajena-cd/2163152.p?id=82102&skuId=2163152&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2163152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2163\\/2163152.jpg\"}', 'upc' => '037628107026', 'provider' => 'bestbuy'],\n ['name' => \"Historias - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/historias-cd/2163731.p?id=111428&skuId=2163731&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2163731', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2163\\/2163731_sa.jpg\"}', 'upc' => '037628128427', 'provider' => 'bestbuy'],\n ['name' => \"20 De Coleccion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-de-coleccion-cd/2163795.p?id=173210&skuId=2163795&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2163795', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2163\\/2163795_sa.jpg\"}', 'upc' => '037628130024', 'provider' => 'bestbuy'],\n ['name' => \"Grandes Exitos a La Manera de Alejandro Fernandez - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grandes-exitos-a-la-manera-de-alejandro-fernandez-cd/2163866.p?id=170203&skuId=2163866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2163866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2163\\/2163866.jpg\"}', 'upc' => '037628131021', 'provider' => 'bestbuy'],\n ['name' => \"Recordando a Los Panchos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/recordando-a-los-panchos-cd/2163946.p?id=109606&skuId=2163946&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2163946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2163\\/2163946_sa.jpg\"}', 'upc' => '037628132127', 'provider' => 'bestbuy'],\n ['name' => \"Symphony No. 6 (Devil Choirs at the Gates of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphony-no-6-devil-choirs-at-the-gates-of-cd/2164035.p?id=75719&skuId=2164035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2164035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2164\\/2164035_sa.jpg\"}', 'upc' => '735286191028', 'provider' => 'bestbuy'],\n ['name' => \"Second Three Years/Take... [CD & DVD] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/second-three-years-take-cd-dvd-digipak-cd-dvd/2164854.p?id=2754649&skuId=2164854&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2164854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2164\\/2164854.jpg\"}', 'upc' => '689492146351', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - 3-Piece Knob and Nut Accessory Kit for GoPro\", 'description_short' => \"Compatible with most UKPro and GoPro mounts; enhances torque and adjustability; nylon and stainless-steel hardware; wing-nut-style design; high-contrast color; includes sticker\", 'description_long' => \"Compatible with most UKPro and GoPro mounts; enhances torque and adjustability; nylon and stainless-steel hardware; wing-nut-style design; high-contrast color; includes sticker\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-3-piece-knob-and-nut-accessory-kit-for-gopro/2164863.p?id=1219070172786&skuId=2164863', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2164863', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2164\\/2164863_sa.jpg\"}', 'upc' => '032705128543', 'provider' => 'bestbuy'],\n ['name' => \"Ricardo Arjona: Arjona Metamorfosis en Vivo - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ricardo-arjona-arjona-metamorfosis-en-vivo-blu-ray-disc/2164881.p?id=2755051&skuId=2164881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2164881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2164\\/2164881_sa.jpg\"}', 'upc' => '825646416998', 'provider' => 'bestbuy'],\n ['name' => \"Bowers & Wilkins - CCM 683 8\\\" 2-Way In-Ceiling Speakers (Pair) - Black\", 'description_short' => \"130W maximum power handling; 8&quot; DuPont&#8482; KEVLAR&#174; fiber bass/midrange cone; 1&quot; aluminum-dome tweeter; infinite baffle enclosure; binding posts\", 'description_long' => \"130W maximum power handling; 8&quot; DuPont&#8482; KEVLAR&#174; fiber bass/midrange cone; 1&quot; aluminum-dome tweeter; infinite baffle enclosure; binding posts\", 'price' => 849.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bowers-wilkins-ccm-683-8-2-way-in-ceiling-speakers-pair-black/2165036.p?id=1218312458927&skuId=2165036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165036_sa.jpg\"}', 'upc' => '714346311729', 'provider' => 'bestbuy'],\n ['name' => \"Bowers & Wilkins - 6\\\" 2-Way In-Wall Speakers (Pair) - White/Black\", 'description_short' => \"BOWERS &amp; WILKINS 6&quot; 2-Way In-Wall Speakers (Pair): 25-130W maximum amplifier power; 6&quot; woven glass fiber cone bass/midrange driver; 1&quot; soft-dome tweeter; 3-position high-frequency switch; QuickDog fixing system\", 'description_long' => \"BOWERS &amp; WILKINS 6&quot; 2-Way In-Wall Speakers (Pair): 25-130W maximum amplifier power; 6&quot; woven glass fiber cone bass/midrange driver; 1&quot; soft-dome tweeter; 3-position high-frequency switch; QuickDog fixing system\", 'price' => 549.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bowers-wilkins-6-2-way-in-wall-speakers-pair-white-black/2165063.p?id=1218312456565&skuId=2165063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165063_sa.jpg\"}', 'upc' => '714346310432', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - Freestyler Video Lighting Kit for GoPro\", 'description_short' => \"Compatible with GoPro HERO cameras; water-resistant, wide-angle Freestyler CREE LED video light with up to 200 lumens of brightness; push button activation; includes Flex Grip with telescoping arm\", 'description_long' => \"Compatible with GoPro HERO cameras; water-resistant, wide-angle Freestyler CREE LED video light with up to 200 lumens of brightness; push button activation; includes Flex Grip with telescoping arm\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-freestyler-video-lighting-kit-for-gopro/2165103.p?id=1219070175402&skuId=2165103', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165103_sa.jpg\"}', 'upc' => '032705101027', 'provider' => 'bestbuy'],\n ['name' => \"UKPro - Telescoping Adjustable Compact Grip For GoPro\", 'description_short' => \"Compatible with most GoPro HERO cameras; lets you attach up to 2 cameras; compact, lightweight construction; adjustable, articulating design; includes 3 knobs\", 'description_long' => \"Compatible with most GoPro HERO cameras; lets you attach up to 2 cameras; compact, lightweight construction; adjustable, articulating design; includes 3 knobs\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukpro-telescoping-adjustable-compact-grip-for-gopro/2165112.p?id=1219070172457&skuId=2165112', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165112_sa.jpg\"}', 'upc' => '032705128611', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Evergreen 2' 3.5mm-to-RCA Interconnect Cable - Black/Green\", 'description_short' => \"Compatible with most devices with a 3.5mm or RCA interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'description_long' => \"Compatible with most devices with a 3.5mm or RCA interface; solid long-grain copper conductors; foamed-polyethylene insulation materials; asymmetrical, double-balanced geometry\", 'price' => 32.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-evergreen-2-3-5mm-to-rca-interconnect-cable-black-green/2165121.p?id=1219070172393&skuId=2165121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165121_rc.jpg\"}', 'upc' => '092592060449', 'provider' => 'bestbuy'],\n ['name' => \"Death Magnetic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/death-magnetic-cd/2165149.p?id=2763267&skuId=2165149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165149_sa.jpg\"}', 'upc' => '856115004583', 'provider' => 'bestbuy'],\n ['name' => \"Metamorfosis en... [CD & DVD] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metamorfosis-en-cd-dvd-digipak-cd-dvd/2165158.p?id=2754521&skuId=2165158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165158.jpg\"}', 'upc' => '825646417032', 'provider' => 'bestbuy'],\n ['name' => \"St. Anger [CD & DVD] [PA] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/st-anger-cd-dvd-pa-digipak-cd-dvd/2165167.p?id=2763277&skuId=2165167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165167_sa.jpg\"}', 'upc' => '856115004576', 'provider' => 'bestbuy'],\n ['name' => \"Bad Boys/Bad Boys II (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bad-boys-bad-boys-ii-dvd-2-disc/2165194.p?id=3384543&skuId=2165194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165194_sa.jpg\"}', 'upc' => '043396430068', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 21.7 Cu. Ft. Chest Freezer - White\", 'description_short' => \"WHIRLPOOL 21.7 Cu. Ft. Chest Freezer: 2 fixed and 2 sliding storage baskets; temperature alarm; interior light; key lock; defrost drain; exterior temperature knobs\", 'description_long' => \"WHIRLPOOL 21.7 Cu. Ft. Chest Freezer: 2 fixed and 2 sliding storage baskets; temperature alarm; interior light; key lock; defrost drain; exterior temperature knobs\", 'price' => 849.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-21-7-cu-ft-chest-freezer-white/2165218.p?id=1219530047323&skuId=2165218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312300055\\/1312300055_sa.jpg\"}', 'upc' => '883049341354', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 21.7 Cu. Ft. Chest Freezer - White\", 'description_short' => \"WHIRLPOOL 21.7 Cu. Ft. Chest Freezer: 3 sliding storage baskets; interior light; lock; exterior temperature knobs\", 'description_long' => \"WHIRLPOOL 21.7 Cu. Ft. Chest Freezer: 3 sliding storage baskets; interior light; lock; exterior temperature knobs\", 'price' => 799.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-21-7-cu-ft-chest-freezer-white/2165227.p?id=1219530046422&skuId=2165227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165227_sa.jpg\"}', 'upc' => '883049359168', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 14.8 Cu. Ft. Chest Freezer - White\", 'description_short' => \"WHIRLPOOL 14.8 Cu. Ft. Chest Freezer: 2 sliding storage baskets; temperature alarm; interior light; lock and key; exterior temperature control knobs\", 'description_long' => \"WHIRLPOOL 14.8 Cu. Ft. Chest Freezer: 2 sliding storage baskets; temperature alarm; interior light; lock and key; exterior temperature control knobs\", 'price' => 549.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-14-8-cu-ft-chest-freezer-white/2165236.p?id=1219530047452&skuId=2165236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312300048\\/1312300048_sa.jpg\"}', 'upc' => '883049341347', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 19.6 Cu. Ft. Frost-Free Upright Freezer - White\", 'description_short' => \"WHIRLPOOL 19.6 Cu. Ft. Frost-Free Upright Freezer: 4 adjustable cabinet shelves and 1 basket; temperature alarm; LED interior light; lock; up-front electronic controls\", 'description_long' => \"WHIRLPOOL 19.6 Cu. Ft. Frost-Free Upright Freezer: 4 adjustable cabinet shelves and 1 basket; temperature alarm; LED interior light; lock; up-front electronic controls\", 'price' => 849.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-19-6-cu-ft-frost-free-upright-freezer-white/2165245.p?id=1219530041649&skuId=2165245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165245_sa.jpg\"}', 'upc' => '883049341545', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - 30\\\" Microwave Trim Kit - White\", 'description_short' => \"Whirlpool 30&quot; Microwave Trim Kit: Compatible with 30&quot; Amana, Maytag, JennAir, Whirlpool and KitchenAid microwaves; integrated look; hardware included\", 'description_long' => \"Whirlpool 30&quot; Microwave Trim Kit: Compatible with 30&quot; Amana, Maytag, JennAir, Whirlpool and KitchenAid microwaves; integrated look; hardware included\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-30-microwave-trim-kit-white/2165254.p?id=1219530051734&skuId=2165254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165254_sa.jpg\"}', 'upc' => '883049262369', 'provider' => 'bestbuy'],\n ['name' => \"Two Voices - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-voices-cd/2165392.p?id=2904225&skuId=2165392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165392.jpg\"}', 'upc' => '729281000126', 'provider' => 'bestbuy'],\n ['name' => \"A Lazy Afternoon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-lazy-afternoon-cd/2165926.p?id=1543908&skuId=2165926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2165926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2165\\/2165926_sa.jpg\"}', 'upc' => '723721860226', 'provider' => 'bestbuy'],\n ['name' => \"Marantz - 700W 5.0-Ch. Power Amplifier - Black\", 'description_short' => \"Temperature-sensing forced air cooling; current feedback topology; Marantz reference-grade filter capacitors and high-speed output transistors\", 'description_long' => \"Temperature-sensing forced air cooling; current feedback topology; Marantz reference-grade filter capacitors and high-speed output transistors\", 'price' => 1199.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marantz-700w-5-0-ch-power-amplifier-black/2166035.p?id=1218312456226&skuId=2166035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166035_sa.jpg\"}', 'upc' => '699927121457', 'provider' => 'bestbuy'],\n ['name' => \"The Complete Album Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-complete-album-collection-cd/2166184.p?id=2744834&skuId=2166184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166184_sa.jpg\"}', 'upc' => '886919129229', 'provider' => 'bestbuy'],\n ['name' => \"20th Century Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20th-century-blues-cd/2166211.p?id=112017&skuId=2166211&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166211', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166211_sa.jpg\"}', 'upc' => '788575000129', 'provider' => 'bestbuy'],\n ['name' => \"Studio C - Tropical Punch Collection Laptop Backpack - Black/Orange/Pink/Purple/Yellow\", 'description_short' => \"STUDIO C Tropical Punch Collection Laptop Backpack: Compatible with most laptops up to 14&quot;; polyester material; external-access laptop compartment; front-organizer pocket; 2 side mesh pockets; padded, adjustable straps; padded air mesh back panel\", 'description_long' => \"STUDIO C Tropical Punch Collection Laptop Backpack: Compatible with most laptops up to 14&quot;; polyester material; external-access laptop compartment; front-organizer pocket; 2 side mesh pockets; padded, adjustable straps; padded air mesh back panel\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/studio-c-tropical-punch-collection-laptop-backpack-black-orange-pink-purple-yellow/2166312.p?id=1219070374138&skuId=2166312', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166312', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166312_sa.jpg\"}', 'upc' => '079784940284', 'provider' => 'bestbuy'],\n ['name' => \"Over the Bridge of Time: A Paul Simon... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/over-the-bridge-of-time-a-paul-simon-cd/2166358.p?id=2745287&skuId=2166358&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166358', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166358_sa.jpg\"}', 'upc' => '888837576727', 'provider' => 'bestbuy'],\n ['name' => \"Guttermouth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guttermouth-cd/2166462.p?id=286117&skuId=2166462&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166462', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '757181000922', 'provider' => 'bestbuy'],\n ['name' => \"Big Rusty Balls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-rusty-balls-cd/2166499.p?id=107911&skuId=2166499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166499_sa.jpg\"}', 'upc' => '757181001622', 'provider' => 'bestbuy'],\n ['name' => \"XXX [Spanish Version] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/xxx-spanish-version-cd/2166621.p?id=1374653&skuId=2166621&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166621', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166621_sa.jpg\"}', 'upc' => '022924226021', 'provider' => 'bestbuy'],\n ['name' => \"En vivo en la cárcel de Santa Martha - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/en-vivo-en-la-carcel-de-santa-martha-cd/2166630.p?id=1374650&skuId=2166630&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166630', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166630_sa.jpg\"}', 'upc' => '022925655721', 'provider' => 'bestbuy'],\n ['name' => \"Si Tu Me Miras - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/si-tu-me-miras-cd/2166701.p?id=1373935&skuId=2166701&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166701', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166701_sa.jpg\"}', 'upc' => '745099285029', 'provider' => 'bestbuy'],\n ['name' => \"El Pan y la Sal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-pan-y-la-sal-cd/2166783.p?id=1577571&skuId=2166783&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2166783', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2166\\/2166783.jpg\"}', 'upc' => '745099570224', 'provider' => 'bestbuy'],\n ['name' => \"Ancient Echoes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ancient-echoes-cd/2167078.p?id=137114&skuId=2167078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167078_sa.jpg\"}', 'upc' => '093791778326', 'provider' => 'bestbuy'],\n ['name' => \"50 Aniversario, Vol. 1 [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/50-aniversario-vol-1-digipak-cd/2167129.p?id=2765723&skuId=2167129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167129_sa.jpg\"}', 'upc' => '097037196226', 'provider' => 'bestbuy'],\n ['name' => \"Live & Unplugged - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-unplugged-cd-dvd/2167138.p?id=2833658&skuId=2167138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167138.jpg\"}', 'upc' => '728028297904', 'provider' => 'bestbuy'],\n ['name' => \"Machete Kills [Original Motion Picture... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/machete-kills-original-motion-picture-cd-original-soundtrack/2167147.p?id=2757826&skuId=2167147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167147_sa.jpg\"}', 'upc' => '780014911027', 'provider' => 'bestbuy'],\n ['name' => \"Higher Ground - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/higher-ground-cd/2167149.p?id=107955&skuId=2167149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167149_sa.jpg\"}', 'upc' => '093791784822', 'provider' => 'bestbuy'],\n ['name' => \"Mis Favoritas de Los Traileros, Vol. 1 [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mis-favoritas-de-los-traileros-vol-1-cd-dvd-cd-dvd/2167156.p?id=2757528&skuId=2167156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167156_sa.jpg\"}', 'upc' => '097037898526', 'provider' => 'bestbuy'],\n ['name' => \"Samsung - 850 PRO 512GB Internal SATA III Solid State Drive for Laptops - Black\", 'description_short' => \"SATA III interface; 3D V-NAND architecture; SED (Self-Encrypting Drive) technology; read speeds up to 550MB/sec., write speeds up to 520MB/sec.\", 'description_long' => \"SATA III interface; 3D V-NAND architecture; SED (Self-Encrypting Drive) technology; read speeds up to 550MB/sec., write speeds up to 520MB/sec.\", 'price' => 259.99, 'sale_price' => 217.99, 'url' => 'http://www.bestbuy.com/site/samsung-850-pro-512gb-internal-sata-iii-solid-state-drive-for-laptops-black/2167165.p?id=1219530041648&skuId=2167165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167165_sa.jpg\"}', 'upc' => '887276057491', 'provider' => 'bestbuy'],\n ['name' => \"Perfection Lies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/perfection-lies-cd/2167247.p?id=100829&skuId=2167247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167247.jpg\"}', 'upc' => '017531700729', 'provider' => 'bestbuy'],\n ['name' => \"Good Side - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/good-side-cd/2167274.p?id=106426&skuId=2167274&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167274.jpg\"}', 'upc' => '017531501425', 'provider' => 'bestbuy'],\n ['name' => \"Sink with Kalifornija - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sink-with-kalifornija-cd/2167504.p?id=105124&skuId=2167504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167504_sa.jpg\"}', 'upc' => '020282000222', 'provider' => 'bestbuy'],\n ['name' => \"The Crew - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-crew-cd/2167513.p?id=98371&skuId=2167513&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167513', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167513_sa.jpg\"}', 'upc' => '020282000529', 'provider' => 'bestbuy'],\n ['name' => \"Walk Together, Rock Together - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walk-together-rock-together-cd/2167531.p?id=98372&skuId=2167531&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167531', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167531_sa.jpg\"}', 'upc' => '020282001021', 'provider' => 'bestbuy'],\n ['name' => \"New Wind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-wind-cd/2167540.p?id=98366&skuId=2167540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167540_sa.jpg\"}', 'upc' => '020282001427', 'provider' => 'bestbuy'],\n ['name' => \"If You Swear You'll Catch No Fish - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/if-you-swear-youll-catch-no-fish-cd/2167559.p?id=99332&skuId=2167559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167559_sa.jpg\"}', 'upc' => '020282001724', 'provider' => 'bestbuy'],\n ['name' => \"Come Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-again-cd/2167586.p?id=125479&skuId=2167586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167586_sa.jpg\"}', 'upc' => '020282002523', 'provider' => 'bestbuy'],\n ['name' => \"Someone's Gonna Get Their Head to Believe - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/someones-gonna-get-their-head-to-believe-cd-various/2167595.p?id=156168&skuId=2167595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167595_sa.jpg\"}', 'upc' => '020282002622', 'provider' => 'bestbuy'],\n ['name' => \"Happy Hour [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happy-hour-pa-cd/2167602.p?id=125480&skuId=2167602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167602_sa.jpg\"}', 'upc' => '020282002721', 'provider' => 'bestbuy'],\n ['name' => \"Elimination - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elimination-cd/2167611.p?id=144607&skuId=2167611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167611_sa.jpg\"}', 'upc' => '020282002820', 'provider' => 'bestbuy'],\n ['name' => \"Trouble In Paradise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trouble-in-paradise-cd/2167835.p?id=247418&skuId=2167835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167835.jpg\"}', 'upc' => '033876610226', 'provider' => 'bestbuy'],\n ['name' => \"I'm Gonna Let It Shine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-gonna-let-it-shine-cd/2167960.p?id=84821&skuId=2167960&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2167960', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2167\\/2167960.jpg\"}', 'upc' => '719084040122', 'provider' => 'bestbuy'],\n ['name' => \"Riviera Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/riviera-concert-cd/2168111.p?id=85705&skuId=2168111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2168111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2168\\/2168111.jpg\"}', 'upc' => '010592103324', 'provider' => 'bestbuy'],\n ['name' => \"By Request - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/by-request-cd/2168790.p?id=261090&skuId=2168790&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2168790', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2168\\/2168790_sa.jpg\"}', 'upc' => '762247810421', 'provider' => 'bestbuy'],\n ['name' => \"Plus Four - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plus-four-cd/2168843.p?id=282059&skuId=2168843&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2168843', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2168\\/2168843_sa.jpg\"}', 'upc' => '762247619628', 'provider' => 'bestbuy'],\n ['name' => \"Duet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duet-cd/2168852.p?id=248127&skuId=2168852&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2168852', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2168\\/2168852.jpg\"}', 'upc' => '762247622628', 'provider' => 'bestbuy'],\n ['name' => \"Live at the L.A. Classic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-l-a-classic-cd/2168861.p?id=248103&skuId=2168861&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2168861', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2168\\/2168861_sa.jpg\"}', 'upc' => '762247623021', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Rhythm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-rhythm-cd/2168870.p?id=248125&skuId=2168870&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2168870', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2168\\/2168870.jpg\"}', 'upc' => '762247623526', 'provider' => 'bestbuy'],\n ['name' => \"Nineties Vs. Eighties - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nineties-vs-eighties-cd/2169021.p?id=83682&skuId=2169021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169021.jpg\"}', 'upc' => '718751786325', 'provider' => 'bestbuy'],\n ['name' => \"Palladium Patrol - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/palladium-patrol-cd/2169094.p?id=276926&skuId=2169094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169094.jpg\"}', 'upc' => '722141103128', 'provider' => 'bestbuy'],\n ['name' => \"Blade Runner: The Final Cut (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blade-runner-the-final-cut-blu-ray-disc/2169118.p?id=2755767&skuId=2169118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169118_sa.jpg\"}', 'upc' => '883929382439', 'provider' => 'bestbuy'],\n ['name' => \"All-Time Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-time-greatest-hits-cd/2169127.p?id=3333729&skuId=2169127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169127_sa.jpg\"}', 'upc' => '715187937321', 'provider' => 'bestbuy'],\n ['name' => \"In the Miller Mood 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-miller-mood-2-cd/2169156.p?id=246350&skuId=2169156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169156_sa.jpg\"}', 'upc' => '722141103722', 'provider' => 'bestbuy'],\n ['name' => \"Si - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/si-cd/2169272.p?id=124703&skuId=2169272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169272.jpg\"}', 'upc' => '000206000323', 'provider' => 'bestbuy'],\n ['name' => \"Ballads, Blues & Bebop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ballads-blues-bebop-cd/2169281.p?id=109312&skuId=2169281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169281.jpg\"}', 'upc' => '000206000521', 'provider' => 'bestbuy'],\n ['name' => \"Creation (Asia) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/creation-asia-cd/2169343.p?id=2818210&skuId=2169343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169343.jpg\"}', 'upc' => '026617001827', 'provider' => 'bestbuy'],\n ['name' => \"Somebody - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somebody-cd/2169361.p?id=282591&skuId=2169361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169361_sa.jpg\"}', 'upc' => '727901426622', 'provider' => 'bestbuy'],\n ['name' => \"Wishing Well - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wishing-well-cd/2169370.p?id=157717&skuId=2169370&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169370', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169370_sa.jpg\"}', 'upc' => '727901536628', 'provider' => 'bestbuy'],\n ['name' => \"Night Birds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/night-birds-cd/2169432.p?id=83524&skuId=2169432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169432.jpg\"}', 'upc' => '738467191923', 'provider' => 'bestbuy'],\n ['name' => \"Luna - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/luna-cd/2169441.p?id=2015484&skuId=2169441&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169441', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169441.jpg\"}', 'upc' => '738467192128', 'provider' => 'bestbuy'],\n ['name' => \"Merengues 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/merengues-2-cd/2169450.p?id=1906061&skuId=2169450&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169450', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169450.jpg\"}', 'upc' => '733551120728', 'provider' => 'bestbuy'],\n ['name' => \"On Tour - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-tour-cd/2169539.p?id=1916171&skuId=2169539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169539.jpg\"}', 'upc' => '733551122920', 'provider' => 'bestbuy'],\n ['name' => \"Y Su Conjunto Sociedad 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/y-su-conjunto-sociedad-2-cd/2169548.p?id=1916023&skuId=2169548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '733551123422', 'provider' => 'bestbuy'],\n ['name' => \"Anorando El Pasado - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anorando-el-pasado-cd/2169557.p?id=1915546&skuId=2169557&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169557', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169557.jpg\"}', 'upc' => '733551124023', 'provider' => 'bestbuy'],\n ['name' => \"Tierra Adentro - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tierra-adentro-cd-various/2169708.p?id=1916224&skuId=2169708&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169708', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '733551153726', 'provider' => 'bestbuy'],\n ['name' => \"I Hear Love Knockin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-hear-love-knockin-cd/2169735.p?id=106704&skuId=2169735&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169735', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169735.jpg\"}', 'upc' => '722485412726', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Nighthawks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-nighthawks-cd/2169753.p?id=93345&skuId=2169753&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169753', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169753_sa.jpg\"}', 'upc' => '722485414027', 'provider' => 'bestbuy'],\n ['name' => \"Five O'clock Bells/Mo Breau - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/five-oclock-bells-mo-breau-cd/2169762.p?id=64497&skuId=2169762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169762_sa.jpg\"}', 'upc' => '722485500621', 'provider' => 'bestbuy'],\n ['name' => \"Buch and the Snake Stretcher's - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buch-and-the-snake-stretchers-cd/2169771.p?id=76188&skuId=2169771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169771_sa.jpg\"}', 'upc' => '722485751924', 'provider' => 'bestbuy'],\n ['name' => \"Live at Reggae Sunsplash [Cassette] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-reggae-sunsplash-cassette-cd/2169780.p?id=104950&skuId=2169780&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169780', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169780.jpg\"}', 'upc' => '722485890326', 'provider' => 'bestbuy'],\n ['name' => \"Live at Reggae Sunsplash - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-reggae-sunsplash-cd/2169815.p?id=91662&skuId=2169815&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169815', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169815.jpg\"}', 'upc' => '722485892627', 'provider' => 'bestbuy'],\n ['name' => \"She Lyin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/she-lyin-cd/2169824.p?id=106692&skuId=2169824&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169824', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169824.jpg\"}', 'upc' => '722485990125', 'provider' => 'bestbuy'],\n ['name' => \"Remember Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remember-me-cd/2169833.p?id=106703&skuId=2169833&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169833', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169833_sa.jpg\"}', 'upc' => '722485990224', 'provider' => 'bestbuy'],\n ['name' => \"Memorial Anthology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memorial-anthology-cd/2169842.p?id=106690&skuId=2169842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169842.jpg\"}', 'upc' => '722485990620', 'provider' => 'bestbuy'],\n ['name' => \"Diamonds in the Rough - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diamonds-in-the-rough-cd/2169904.p?id=76999&skuId=2169904&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2169904', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2169\\/2169904.jpg\"}', 'upc' => '722321010727', 'provider' => 'bestbuy'],\n ['name' => \"Farm & Fun Time Favorites, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/farm-fun-time-favorites-vol-1-cd/2170028.p?id=209561&skuId=2170028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170028_sa.jpg\"}', 'upc' => '722321012523', 'provider' => 'bestbuy'],\n ['name' => \"Curious George: A Halloween Boo Fest (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/curious-george-a-halloween-boo-fest-dvd/2170039.p?id=2719800&skuId=2170039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170039_sa.jpg\"}', 'upc' => '025192205064', 'provider' => 'bestbuy'],\n ['name' => \"Pickin' in the Parlor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pickin-in-the-parlor-cd/2170082.p?id=209580&skuId=2170082&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170082_sa.jpg\"}', 'upc' => '722321013322', 'provider' => 'bestbuy'],\n ['name' => \"Soweto - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soweto-cd/2170180.p?id=107936&skuId=2170180&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170180', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170180_sa.jpg\"}', 'upc' => '027312314120', 'provider' => 'bestbuy'],\n ['name' => \"Time Is Right - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-is-right-cd/2170199.p?id=70836&skuId=2170199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170199_sa.jpg\"}', 'upc' => '027312316827', 'provider' => 'bestbuy'],\n ['name' => \"Dances - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dances-cd/2170224.p?id=108071&skuId=2170224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170224_sa.jpg\"}', 'upc' => '027312318128', 'provider' => 'bestbuy'],\n ['name' => \"Appointment in Milano - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/appointment-in-milano-cd/2170233.p?id=71932&skuId=2170233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170233_sa.jpg\"}', 'upc' => '027312318425', 'provider' => 'bestbuy'],\n ['name' => \"The Trio, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-trio-vol-1-cd/2170279.p?id=71842&skuId=2170279&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170279', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170279_sa.jpg\"}', 'upc' => '027312319224', 'provider' => 'bestbuy'],\n ['name' => \"The Trio, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-trio-vol-3-cd/2170297.p?id=71843&skuId=2170297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170297_sa.jpg\"}', 'upc' => '027312319422', 'provider' => 'bestbuy'],\n ['name' => \"At Capolinea - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-capolinea-cd/2170322.p?id=63885&skuId=2170322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170322_sa.jpg\"}', 'upc' => '027312320626', 'provider' => 'bestbuy'],\n ['name' => \"Pumpkin's Delight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pumpkins-delight-cd/2170331.p?id=71088&skuId=2170331&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170331', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170331_sa.jpg\"}', 'upc' => '027312320725', 'provider' => 'bestbuy'],\n ['name' => \"Evening with Joe Henderson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/evening-with-joe-henderson-cd/2170377.p?id=67355&skuId=2170377&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170377', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170377_sa.jpg\"}', 'upc' => '027312321524', 'provider' => 'bestbuy'],\n ['name' => \"Empty Room - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/empty-room-cd/2170402.p?id=69634&skuId=2170402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170402_sa.jpg\"}', 'upc' => '027312322224', 'provider' => 'bestbuy'],\n ['name' => \"Kick Off - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kick-off-cd/2170439.p?id=65427&skuId=2170439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170439_sa.jpg\"}', 'upc' => '027312322521', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/2170466.p?id=71061&skuId=2170466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170466_sa.jpg\"}', 'upc' => '027312322828', 'provider' => 'bestbuy'],\n ['name' => \"Take It Easy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-it-easy-cd/2170509.p?id=67708&skuId=2170509&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170509', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170509_sa.jpg\"}', 'upc' => '027312323221', 'provider' => 'bestbuy'],\n ['name' => \"E.T.C. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/e-t-c-cd/2170518.p?id=67410&skuId=2170518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170518_sa.jpg\"}', 'upc' => '027312323320', 'provider' => 'bestbuy'],\n ['name' => \"Nine Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nine-again-cd/2170527.p?id=68583&skuId=2170527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170527_sa.jpg\"}', 'upc' => '027312323429', 'provider' => 'bestbuy'],\n ['name' => \"Plays Cole Porter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-cole-porter-cd/2170545.p?id=68581&skuId=2170545&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170545', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170545_sa.jpg\"}', 'upc' => '027312323627', 'provider' => 'bestbuy'],\n ['name' => \"Lineage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lineage-cd/2170554.p?id=64208&skuId=2170554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170554_sa.jpg\"}', 'upc' => '027312323726', 'provider' => 'bestbuy'],\n ['name' => \"Blues For Red - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-for-red-cd/2170563.p?id=2708626&skuId=2170563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170563.jpg\"}', 'upc' => '027312323825', 'provider' => 'bestbuy'],\n ['name' => \"Granulate - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/granulate-cd/2170581.p?id=69425&skuId=2170581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170581.jpg\"}', 'upc' => '027312324020', 'provider' => 'bestbuy'],\n ['name' => \"Off Minor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/off-minor-cd/2170607.p?id=71844&skuId=2170607&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170607', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170607_sa.jpg\"}', 'upc' => '027312324228', 'provider' => 'bestbuy'],\n ['name' => \"The Standard Joe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-standard-joe-cd/2170652.p?id=67353&skuId=2170652&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170652', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170652_sa.jpg\"}', 'upc' => '027312324822', 'provider' => 'bestbuy'],\n ['name' => \"Setting the Standard - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/setting-the-standard-cd/2170705.p?id=68580&skuId=2170705&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170705', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170705_sa.jpg\"}', 'upc' => '027312325324', 'provider' => 'bestbuy'],\n ['name' => \"Know It Today, Know It Tomorrow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/know-it-today-know-it-tomorrow-cd/2170723.p?id=68574&skuId=2170723&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170723', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170723_sa.jpg\"}', 'upc' => '027312325522', 'provider' => 'bestbuy'],\n ['name' => \"Over the Ocean - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/over-the-ocean-cd/2170732.p?id=71470&skuId=2170732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2170\\/2170732.jpg\"}', 'upc' => '027312325621', 'provider' => 'bestbuy'],\n ['name' => \"Complete Recorded 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-recorded-2-cd/2170796.p?id=3236329&skuId=2170796&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2170796', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '788518520226', 'provider' => 'bestbuy'],\n ['name' => \"Escort - Radar Detector - Black\", 'description_short' => \"X-band, K-band, Ka Band, Laser - VG-2 Immunity - City, Highway - 360? Detection\", 'description_long' => \"X-band, K-band, Ka Band, Laser - VG-2 Immunity - City, Highway - 360? Detection\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/escort-radar-detector-black/2171119.p?id=1218312457029&skuId=2171119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2171119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1308\\/1308132776\\/1308132776_sa.jpg\"}', 'upc' => '737795053507', 'provider' => 'bestbuy'],\n ['name' => \"Blue Hula Stomp [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-hula-stomp-digdownload-cd/2171955.p?id=131941&skuId=2171955&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2171955', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2171\\/2171955.jpg\"}', 'upc' => '025218390521', 'provider' => 'bestbuy'],\n ['name' => \"German Favorites [Monitor] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/german-favorites-monitor-cd-various/2172026.p?id=2498327&skuId=2172026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172026.jpg\"}', 'upc' => '731807139920', 'provider' => 'bestbuy'],\n ['name' => \"Mexico! Monitor Presents Maria Luisa Buchino - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mexico-monitor-presents-maria-luisa-buchino-cd/2172053.p?id=2498719&skuId=2172053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172053.jpg\"}', 'upc' => '731807143125', 'provider' => 'bestbuy'],\n ['name' => \"Gremlins (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gremlins-blu-ray-disc/2172055.p?id=58554&skuId=2172055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172055_sa.jpg\"}', 'upc' => '883929382354', 'provider' => 'bestbuy'],\n ['name' => \"Russian Favorites-CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/russian-favorites-cd/2172213.p?id=2497467&skuId=2172213&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172213', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172213_sa.jpg\"}', 'upc' => '731807179322', 'provider' => 'bestbuy'],\n ['name' => \"Guardzilla - Wireless All-in-One Video Security System - Black\", 'description_short' => \"CMOS image sensor; infrared night vision up to 30&#039;; motion detection; compatible with Apple&#174; iOS and Android devices\", 'description_long' => \"CMOS image sensor; infrared night vision up to 30&#039;; motion detection; compatible with Apple&#174; iOS and Android devices\", 'price' => 99.99, 'sale_price' => 92.99, 'url' => 'http://www.bestbuy.com/site/guardzilla-wireless-all-in-one-video-security-system-black/2172239.p?id=1219535316296&skuId=2172239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172239_sa.jpg\"}', 'upc' => '856751002325', 'provider' => 'bestbuy'],\n ['name' => \"Belly Dancing With George Abdo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/belly-dancing-with-george-abdo-cd/2172419.p?id=2497918&skuId=2172419&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172419', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172419_sa.jpg\"}', 'upc' => '731807177724', 'provider' => 'bestbuy'],\n ['name' => \"Polynesian Girl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/polynesian-girl-cd/2172482.p?id=2497460&skuId=2172482&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172482', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172482.jpg\"}', 'upc' => '731807182629', 'provider' => 'bestbuy'],\n ['name' => \"Resolution - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/resolution-cd/2172641.p?id=3192662&skuId=2172641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172641.jpg\"}', 'upc' => '027312001426', 'provider' => 'bestbuy'],\n ['name' => \"Duet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duet-cd/2172918.p?id=3192666&skuId=2172918&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172918', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172918.jpg\"}', 'upc' => '027312005127', 'provider' => 'bestbuy'],\n ['name' => \"Earth Passage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/earth-passage-cd/2172927.p?id=3192747&skuId=2172927&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172927_sa.jpg\"}', 'upc' => '027312005226', 'provider' => 'bestbuy'],\n ['name' => \"Go In Numbers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/go-in-numbers-cd/2172936.p?id=3192692&skuId=2172936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172936_sa.jpg\"}', 'upc' => '027312005325', 'provider' => 'bestbuy'],\n ['name' => \"Clevont Fitzhubert (Italy) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clevont-fitzhubert-italy-cd/2172945.p?id=2831347&skuId=2172945&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172945', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172945.jpg\"}', 'upc' => '027312005424', 'provider' => 'bestbuy'],\n ['name' => \"Common Goal (Italy) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/common-goal-italy-cd/2172981.p?id=2831353&skuId=2172981&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2172981', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2172\\/2172981_sa.jpg\"}', 'upc' => '027312005820', 'provider' => 'bestbuy'],\n ['name' => \"Blues Forever - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-forever-cd/2173007.p?id=3192665&skuId=2173007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173007_sa.jpg\"}', 'upc' => '027312006124', 'provider' => 'bestbuy'],\n ['name' => \"Project X (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/project-x-blu-ray-disc/2173009.p?id=2755760&skuId=2173009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173009_sa.jpg\"}', 'upc' => '883929382682', 'provider' => 'bestbuy'],\n ['name' => \"The Rite (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-rite-blu-ray-disc/2173018.p?id=2201863&skuId=2173018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173018_sa.jpg\"}', 'upc' => '883929382163', 'provider' => 'bestbuy'],\n ['name' => \"Wee Sneezawee - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wee-sneezawee-cd/2173043.p?id=3192683&skuId=2173043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173043_sa.jpg\"}', 'upc' => '027312006728', 'provider' => 'bestbuy'],\n ['name' => \"Sleepers (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sleepers-blu-ray-disc/2173045.p?id=54724&skuId=2173045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173045_sa.jpg\"}', 'upc' => '883929382651', 'provider' => 'bestbuy'],\n ['name' => \"Rebirth Of A Feeling - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rebirth-of-a-feeling-cd/2173052.p?id=3192750&skuId=2173052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173052.jpg\"}', 'upc' => '027312006827', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2014 and Later Mitsubishi Mirage Vehicles - Gray/Black\", 'description_short' => \"METRA Dash Kit for Select 2014 and Later Mitsubishi Mirage Vehicles: Compatible with select 2014 and later Mitsubishi Mirage vehicles; double DIN radio provision; high-gloss finish\", 'description_long' => \"METRA Dash Kit for Select 2014 and Later Mitsubishi Mirage Vehicles: Compatible with select 2014 and later Mitsubishi Mirage vehicles; double DIN radio provision; high-gloss finish\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2014-and-later-mitsubishi-mirage-vehicles-gray-black/2173054.p?id=1219531556030&skuId=2173054', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173054_sa.jpg\"}', 'upc' => '086429293421', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2015-2015 Harley Davidson Roadglide/Streetglide/Standard/Classic/Ultra - Black\", 'description_short' => \"METRA Dash Kit for Select 2015-2015 Harley Davidson Roadglide/Streetglide/Standard/Classic/Ultra: Compatible with select 2015 Harley Davidson models; single DIN radio provision; includes an AXXESS interface and LCD info screen\", 'description_long' => \"METRA Dash Kit for Select 2015-2015 Harley Davidson Roadglide/Streetglide/Standard/Classic/Ultra: Compatible with select 2015 Harley Davidson models; single DIN radio provision; includes an AXXESS interface and LCD info screen\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2015-2015-harley-davidson-roadglide-streetglide-standard-classic-ultra-black/2173063.p?id=1219531560195&skuId=2173063', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173063_sa.jpg\"}', 'upc' => '086429301331', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - Bluetooth FM Modulator for Most Vehicles - Multi\", 'description_short' => \"AXXESS Bluetooth FM Modulator for Most Vehicles: Compatible with most vehicles; connect your device via Bluetooth or optional 3.5mm/RCA audio input; 4 FM frequencies; 2.1-amp under-dash USB charging port; RDS capable\", 'description_long' => \"AXXESS Bluetooth FM Modulator for Most Vehicles: Compatible with most vehicles; connect your device via Bluetooth or optional 3.5mm/RCA audio input; 4 FM frequencies; 2.1-amp under-dash USB charging port; RDS capable\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-bluetooth-fm-modulator-for-most-vehicles-multi/2173072.p?id=1219531557779&skuId=2173072', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173072_sa.jpg\"}', 'upc' => '086429282746', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - 6' Male-USB-to-Male-USB 3.0 Cable - Black\", 'description_short' => \"AXXESS 6&#039; Male-USB-to-Male-USB 3.0 Cable: Male USB and Male USB 3.0 connectors; replacement cable; 6&#039; length\", 'description_long' => \"AXXESS 6&#039; Male-USB-to-Male-USB 3.0 Cable: Male USB and Male USB 3.0 connectors; replacement cable; 6&#039; length\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-6-male-usb-to-male-usb-3-0-cable-black/2173081.p?id=1219531553453&skuId=2173081', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173081_sa.jpg\"}', 'upc' => '086429293896', 'provider' => 'bestbuy'],\n ['name' => \"Virtual DJ: Broadcaster - Mac|Windows\", 'description_short' => \"Mix beat-blasting tracks that will fill the dance floor\", 'description_long' => \"Mix beat-blasting tracks that will fill the dance floor\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/virtual-dj-broadcaster-macwindows/2173126.p?id=1218312458185&skuId=2173126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173126_sa.jpg\"}', 'upc' => '705381266303', 'provider' => 'bestbuy'],\n ['name' => \"View from Within - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/view-from-within-cd/2173141.p?id=3298205&skuId=2173141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173141_sa.jpg\"}', 'upc' => '027312008128', 'provider' => 'bestbuy'],\n ['name' => \"HP - 55X 2-Pack High-Yield Toner Cartridges - Black\", 'description_short' => \"Yields up to 25,000 pages total; 12,500 pages per cartridgeCompatible with select HP LaserJet printers\", 'description_long' => \"Yields up to 25,000 pages total; 12,500 pages per cartridgeCompatible with select HP LaserJet printers\", 'price' => 439.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-55x-2-pack-high-yield-toner-cartridges-black/2173171.p?id=1218312455694&skuId=2173171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1308\\/1308753940\\/1308753940_sa.jpg\"}', 'upc' => '885631277102', 'provider' => 'bestbuy'],\n ['name' => \"Give It Up (Spanish) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/give-it-up-spanish-cd/2173196.p?id=2856359&skuId=2173196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173196_sa.jpg\"}', 'upc' => '027312008722', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2007 and Later Nissan Vehicles - Black\", 'description_short' => \"METRA Dash Kit for Select 2007 and Later Nissan Vehicles: Compatible with select 2007 and later Nissan vehicles; double DIN radio provision\", 'description_long' => \"METRA Dash Kit for Select 2007 and Later Nissan Vehicles: Compatible with select 2007 and later Nissan vehicles; double DIN radio provision\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2007-and-later-nissan-vehicles-black/2173201.p?id=1219531553450&skuId=2173201&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173201', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173201_sa.jpg\"}', 'upc' => '086429304578', 'provider' => 'bestbuy'],\n ['name' => \"Flow Of Things - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flow-of-things-cd/2173221.p?id=3192678&skuId=2173221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173221_sa.jpg\"}', 'upc' => '027312009026', 'provider' => 'bestbuy'],\n ['name' => \"Disney/Pixar Cars 2 - Nintendo DS\", 'description_short' => \"Buckle your seat belt for full-throttle adventure\", 'description_long' => \"Buckle your seat belt for full-throttle adventure\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disney-pixar-cars-2-nintendo-ds/2173223.p?id=1218312455026&skuId=2173223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173223_sa.jpg\"}', 'upc' => '712725021399', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for 2014 and Later Dodge RAM Vehicles - Black\", 'description_short' => \"METRA Dash Kit for 2014 and Later Dodge RAM Vehicles: Compatible with 2014 and later Dodge RAM vehicles; double DIN mount\", 'description_long' => \"METRA Dash Kit for 2014 and Later Dodge RAM Vehicles: Compatible with 2014 and later Dodge RAM vehicles; double DIN mount\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-2014-and-later-dodge-ram-vehicles-black/2173229.p?id=1219531556294&skuId=2173229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173229_sa.jpg\"}', 'upc' => '086429297795', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - GM Class II Data Bus Interface for Select Buick, Oldsmobile and Pontiac Vehicles - Multi\", 'description_short' => \"AXXESS GM Class II Data Bus Interface for Select Buick, Oldsmobile and Pontiac Vehicles: Compatible with select Buick, Oldsmobile and Pontiac vehicles; 12V, 10-amp interface; retains warning chimes and R.A.P. (retained accessory power)\", 'description_long' => \"AXXESS GM Class II Data Bus Interface for Select Buick, Oldsmobile and Pontiac Vehicles: Compatible with select Buick, Oldsmobile and Pontiac vehicles; 12V, 10-amp interface; retains warning chimes and R.A.P. (retained accessory power)\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-gm-class-ii-data-bus-interface-for-select-buick-oldsmobile-and-pontiac-vehicles-multi/2173238.p?id=1219531558947&skuId=2173238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173238_sa.jpg\"}', 'upc' => '086429294138', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for 1993-2002 Pontiac Firebird Vehicles - Dark Gray\", 'description_short' => \"METRA Dash Kit for 1993-2002 Pontiac Firebird Vehicles: Compatible with 1993-2002 Pontiac Firebird vehicles; enables installation of most aftermarket stereos; double DIN mounting\", 'description_long' => \"METRA Dash Kit for 1993-2002 Pontiac Firebird Vehicles: Compatible with 1993-2002 Pontiac Firebird vehicles; enables installation of most aftermarket stereos; double DIN mounting\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-1993-2002-pontiac-firebird-vehicles-dark-gray/2173247.p?id=1219531558550&skuId=2173247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173247_sa.jpg\"}', 'upc' => '086429304530', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - Can-Data Interface for Most 2002 and Later Volkswagen Vehicles - Multi\", 'description_short' => \"AXXESS Can-Data Interface for Most 2002 and Later Volkswagen Vehicles: Compatible with most 2002 and later Volkswagen models; suitable for non-amplified and amplified models, including select Fender sound systems; retains fade and balance\", 'description_long' => \"AXXESS Can-Data Interface for Most 2002 and Later Volkswagen Vehicles: Compatible with most 2002 and later Volkswagen models; suitable for non-amplified and amplified models, including select Fender sound systems; retains fade and balance\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-can-data-interface-for-most-2002-and-later-volkswagen-vehicles-multi/2173256.p?id=1219531556943&skuId=2173256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173256_sa.jpg\"}', 'upc' => '086429289578', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2014 and Later Nissan Vehicles - Black\", 'description_short' => \"METRA Dash Kit for Select 2014 and Later Nissan Vehicles: Compatible with select 2014 and later Nissan vehicles; double DIN radio provision\", 'description_long' => \"METRA Dash Kit for Select 2014 and Later Nissan Vehicles: Compatible with select 2014 and later Nissan vehicles; double DIN radio provision\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2014-and-later-nissan-vehicles-black/2173265.p?id=1219531559662&skuId=2173265&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173265', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173265_sa.jpg\"}', 'upc' => '086429294497', 'provider' => 'bestbuy'],\n ['name' => \"Timo'S Message - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/timos-message-cd/2173267.p?id=3193371&skuId=2173267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173267.jpg\"}', 'upc' => '027312009422', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - Universal Bluetooth FM Modulator - Multi\", 'description_short' => \"AXXESS Universal Bluetooth FM Modulator: Compatible with most aftermarket stereos; Bluetooth interface; 4 FM frequencies; 2.1-amp USB port\", 'description_long' => \"AXXESS Universal Bluetooth FM Modulator: Compatible with most aftermarket stereos; Bluetooth interface; 4 FM frequencies; 2.1-amp USB port\", 'price' => 174.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-universal-bluetooth-fm-modulator-multi/2173274.p?id=1219531553452&skuId=2173274', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173274_sa.jpg\"}', 'upc' => '086429287208', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-vol-2-cd/2173276.p?id=3192685&skuId=2173276&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173276', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173276_sa.jpg\"}', 'upc' => '027312009521', 'provider' => 'bestbuy'],\n ['name' => \"Marantz - 280W 2.0-Ch. Stereo Power Amplifier - Black\", 'description_short' => \"280W of power (140W x 2); current feedback circuits; LAPT Hyper-Power output transistors; low-impedance continuous-drive capability; high instantaneous peak current design; gold-plated 4-way binding posts\", 'description_long' => \"280W of power (140W x 2); current feedback circuits; LAPT Hyper-Power output transistors; low-impedance continuous-drive capability; high instantaneous peak current design; gold-plated 4-way binding posts\", 'price' => 799.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marantz-280w-2-0-ch-stereo-power-amplifier-black/2173278.p?id=1218312455487&skuId=2173278&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173278_sa.jpg\"}', 'upc' => '699927121556', 'provider' => 'bestbuy'],\n ['name' => \"Live At Bam - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-bam-cd/2173285.p?id=3192697&skuId=2173285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173285_sa.jpg\"}', 'upc' => '027312009620', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - Interface for Select Honda Vehicles - Multi\", 'description_short' => \"AXXESS Interface for Select Honda Vehicles: Compatible with 2012-2013 Honda Civic and 2012 and later Honda CRV models and most aftermarket stereos; provides 12V, 10-amp accessory; high level speaker input; micro USB updatable\", 'description_long' => \"AXXESS Interface for Select Honda Vehicles: Compatible with 2012-2013 Honda Civic and 2012 and later Honda CRV models and most aftermarket stereos; provides 12V, 10-amp accessory; high level speaker input; micro USB updatable\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-interface-for-select-honda-vehicles-multi/2173292.p?id=1219531556622&skuId=2173292&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173292', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173292_sa.jpg\"}', 'upc' => '086429293681', 'provider' => 'bestbuy'],\n ['name' => \"Live In Berlin (Spanish) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-berlin-spanish-cd/2173294.p?id=3350814&skuId=2173294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '027312009729', 'provider' => 'bestbuy'],\n ['name' => \"Natural Balance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/natural-balance-cd/2173301.p?id=3192688&skuId=2173301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173301_sa.jpg\"}', 'upc' => '027312009828', 'provider' => 'bestbuy'],\n ['name' => \"Twista Presents Legit Ballin' [PA] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twista-presents-legit-ballin-pa-cd-various/2173302.p?id=2188986&skuId=2173302&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173302', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173302_sa.jpg\"}', 'upc' => '720657945324', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Chevrolet City Express/Nissan NV200 - Black\", 'description_short' => \"METRA Dash Kit for Select 2013-2015 Chevrolet City Express/Nissan NV200: Compatible with select 2013-2015 Chevrolet City Express and Nissan NV200 vehicles; single DIN radio provision with pocket\", 'description_long' => \"METRA Dash Kit for Select 2013-2015 Chevrolet City Express/Nissan NV200: Compatible with select 2013-2015 Chevrolet City Express and Nissan NV200 vehicles; single DIN radio provision with pocket\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-chevrolet-city-express-nissan-nv200-black/2173306.p?id=1219531557402&skuId=2173306', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173306_sa.jpg\"}', 'upc' => '086429304462', 'provider' => 'bestbuy'],\n ['name' => \"Best of Josh Turner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-josh-turner-cd/2173311.p?id=2188980&skuId=2173311&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173311', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173311_sa.jpg\"}', 'upc' => '602527634173', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2007 and Later Nissan Vehicles - Black\", 'description_short' => \"METRA Dash Kit for Select 2007 and Later Nissan Vehicles: Compatible with select 2007 and later Nissan vehicles; double DIN radio provision\", 'description_long' => \"METRA Dash Kit for Select 2007 and Later Nissan Vehicles: Compatible with select 2007 and later Nissan vehicles; double DIN radio provision\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2007-and-later-nissan-vehicles-black/2173315.p?id=1219531557211&skuId=2173315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173315_sa.jpg\"}', 'upc' => '086429293704', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - GM 44-Way LAN Data Interface for Select 2013 and Later Chevy Malibu Vehicles - Multi\", 'description_short' => \"AXXESS GM 44-Way LAN Data Interface for Select 2013 and Later Chevy Malibu Vehicles: Compatible with select 2013 and later Chevy Malibu vehicles; works with most aftermarket stereos; includes a 4-pin-to-4-pin resistor pad harness\", 'description_long' => \"AXXESS GM 44-Way LAN Data Interface for Select 2013 and Later Chevy Malibu Vehicles: Compatible with select 2013 and later Chevy Malibu vehicles; works with most aftermarket stereos; includes a 4-pin-to-4-pin resistor pad harness\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-gm-44-way-lan-data-interface-for-select-2013-and-later-chevy-malibu-vehicles-multi/2173324.p?id=1219531553448&skuId=2173324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173324_sa.jpg\"}', 'upc' => '086429301478', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Chevrolet City Express/Nissan Juke - Black\", 'description_short' => \"METRA Dash Kit for Select 2013-2015 Chevrolet City Express/Nissan Juke: Compatible with select 2013-2015 Nissan vehicles; double DIN radio provision; single DIN radio provision with pocket\", 'description_long' => \"METRA Dash Kit for Select 2013-2015 Chevrolet City Express/Nissan Juke: Compatible with select 2013-2015 Nissan vehicles; double DIN radio provision; single DIN radio provision with pocket\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-chevrolet-city-express-nissan-juke-black/2173333.p?id=1219531559077&skuId=2173333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173333_sa.jpg\"}', 'upc' => '086429304585', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2014 and Later Kia Optima Vehicles - Black\", 'description_short' => \"METRA Dash Kit for Select 2014 and Later Kia Optima Vehicles: Compatible with select 2014 and later Kia Optima vehicles; double DIN radio provision; matte finish\", 'description_long' => \"METRA Dash Kit for Select 2014 and Later Kia Optima Vehicles: Compatible with select 2014 and later Kia Optima vehicles; double DIN radio provision; matte finish\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2014-and-later-kia-optima-vehicles-black/2173342.p?id=1219531559139&skuId=2173342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173342_sa.jpg\"}', 'upc' => '086429294787', 'provider' => 'bestbuy'],\n ['name' => \"Black Carousel [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-carousel-pa-cd/2173348.p?id=2189477&skuId=2173348&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173348.jpg\"}', 'upc' => '795041781222', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2010-2012 Hyundai Santa Fe Vehicles - Silver\", 'description_short' => \"METRA Dash Kit for Select 2010-2012 Hyundai Santa Fe Vehicles: Compatible with 2010-2012 Hyundai Santa Fe models with factory navigation and most aftermarket stereos; double DIN radio provision\", 'description_long' => \"METRA Dash Kit for Select 2010-2012 Hyundai Santa Fe Vehicles: Compatible with 2010-2012 Hyundai Santa Fe models with factory navigation and most aftermarket stereos; double DIN radio provision\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2010-2012-hyundai-santa-fe-vehicles-silver/2173351.p?id=1219531558170&skuId=2173351&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173351', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173351_sa.jpg\"}', 'upc' => '086429304493', 'provider' => 'bestbuy'],\n ['name' => \"Sophisticated Ladies - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sophisticated-ladies-cd/2173366.p?id=2173086&skuId=2173366&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173366', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173366_sa.jpg\"}', 'upc' => '602527508160', 'provider' => 'bestbuy'],\n ['name' => \"Contact - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/contact-cd/2173375.p?id=2187238&skuId=2173375&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173375_sa.jpg\"}', 'upc' => '602527641393', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - GM Class II Data Bus Interface for 2005-2006 Chevy Equinox and 2006 Oldsmobile Torrent Vehicles - Multi\", 'description_short' => \"AXXESS GM Class II Data Bus Interface for 2005-2006 Chevy Equinox and 2006 Oldsmobile Torrent Vehicles: Compatible with 2005-2006 Chevy Equinox and 2006 Oldsmobile Torrent vehicles; 12V, 10-amp interface\", 'description_long' => \"AXXESS GM Class II Data Bus Interface for 2005-2006 Chevy Equinox and 2006 Oldsmobile Torrent Vehicles: Compatible with 2005-2006 Chevy Equinox and 2006 Oldsmobile Torrent vehicles; 12V, 10-amp interface\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-gm-class-ii-data-bus-interface-for-2005-2006-chevy-equinox-and-2006-oldsmobile-torrent-vehicles-multi/2173379.p?id=1219531553451&skuId=2173379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173379_sa.jpg\"}', 'upc' => '086429294145', 'provider' => 'bestbuy'],\n ['name' => \"Icon [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-pa-cd/2173384.p?id=2198226&skuId=2173384&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173384', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173384_sa.jpg\"}', 'upc' => '602527647128', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for 2013 and Later Chevrolet Malibu Vehicles - Gray\", 'description_short' => \"METRA Dash Kit for 2013 and Later Chevrolet Malibu Vehicles: Compatible with 2013 and later Chevrolet Malibu vehicle models; allows you to install an aftermarket stereo in your vehicle&#039;s dash; double DIN with pocket installation\", 'description_long' => \"METRA Dash Kit for 2013 and Later Chevrolet Malibu Vehicles: Compatible with 2013 and later Chevrolet Malibu vehicle models; allows you to install an aftermarket stereo in your vehicle&#039;s dash; double DIN with pocket installation\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-2013-and-later-chevrolet-malibu-vehicles-gray/2173388.p?id=1219531558816&skuId=2173388&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173388_sa.jpg\"}', 'upc' => '086429304486', 'provider' => 'bestbuy'],\n ['name' => \"Dodging Bullets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dodging-bullets-cd/2173392.p?id=3192682&skuId=2173392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173392_sa.jpg\"}', 'upc' => '027312010824', 'provider' => 'bestbuy'],\n ['name' => \"Layla and Other Assorted Love Songs [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/layla-and-other-assorted-love-songs-digipak-cd/2173393.p?id=2188983&skuId=2173393&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173393', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173393.jpg\"}', 'upc' => '600753314296', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - Wi-Fi A/V Mirror Interface for Most Vehicles - Multi\", 'description_short' => \"AXXESS Wi-Fi A/V Mirror Interface for Most Vehicles: Compatible with most vehicles and Apple iOS and Android devices; enables you to mirror your smartphone on an after-market in-dash mobile video screen using Wi-Fi\", 'description_long' => \"AXXESS Wi-Fi A/V Mirror Interface for Most Vehicles: Compatible with most vehicles and Apple iOS and Android devices; enables you to mirror your smartphone on an after-market in-dash mobile video screen using Wi-Fi\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-wi-fi-a-v-mirror-interface-for-most-vehicles-multi/2173397.p?id=1219531555840&skuId=2173397', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173397_sa.jpg\"}', 'upc' => '086429297498', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2008-2012 Honda Vehicles - Dark Charcoal\", 'description_short' => \"METRA Dash Kit for Select 2008-2012 Honda Vehicles: Compatible with select 2008-2012 Honda vehicles; double DIN radio provision\", 'description_long' => \"METRA Dash Kit for Select 2008-2012 Honda Vehicles: Compatible with select 2008-2012 Honda vehicles; double DIN radio provision\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2008-2012-honda-vehicles-dark-charcoal/2173402.p?id=1219531553449&skuId=2173402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173402_sa.jpg\"}', 'upc' => '086429295012', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2014-2015 Hyundai Elantra - Black\", 'description_short' => \"METRA Dash Kit for Select 2014-2015 Hyundai Elantra: Compatible with select 2014-2015 Hyundai Elantra vehicles; single DIN radio provision with pocket; factory-matched finish\", 'description_long' => \"METRA Dash Kit for Select 2014-2015 Hyundai Elantra: Compatible with select 2014-2015 Hyundai Elantra vehicles; single DIN radio provision with pocket; factory-matched finish\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2014-2015-hyundai-elantra-black/2173411.p?id=1219531556425&skuId=2173411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173411_sa.jpg\"}', 'upc' => '086429304615', 'provider' => 'bestbuy'],\n ['name' => \"Best of Local H: The Island Years [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-local-h-the-island-years-pa-cd/2173417.p?id=2198234&skuId=2173417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173417_sa.jpg\"}', 'upc' => '602527629957', 'provider' => 'bestbuy'],\n ['name' => \"How to Compose Popular Songs That Will Sell [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-to-compose-popular-songs-that-will-sell-pa-cd/2173426.p?id=2144313&skuId=2173426&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173426', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173426_sa.jpg\"}', 'upc' => '602527474526', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2173435.p?id=2198223&skuId=2173435&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173435', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173435_sa.jpg\"}', 'upc' => '602527631424', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2008-2012 Honda Vehicles - Taupe\", 'description_short' => \"METRA Dash Kit for Select 2008-2012 Honda Vehicles: Compatible with select 2008-2012 Honda vehicles; double DIN radio provision\", 'description_long' => \"METRA Dash Kit for Select 2008-2012 Honda Vehicles: Compatible with select 2008-2012 Honda vehicles; double DIN radio provision\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2008-2012-honda-vehicles-taupe/2173439.p?id=1219531557846&skuId=2173439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173439_sa.jpg\"}', 'upc' => '086429295029', 'provider' => 'bestbuy'],\n ['name' => \"The Definitive Albert King on Stax - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-definitive-albert-king-on-stax-cd/2173444.p?id=2192307&skuId=2173444&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173444_sa.jpg\"}', 'upc' => '888072327658', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013 and Later Nissan NV200 Vehicles - Black\", 'description_short' => \"METRA Dash Kit for Select 2013 and Later Nissan NV200 Vehicles: Compatible with select 2013 and later Nissan NV200 vehicles; double DIN radio provision\", 'description_long' => \"METRA Dash Kit for Select 2013 and Later Nissan NV200 Vehicles: Compatible with select 2013 and later Nissan NV200 vehicles; double DIN radio provision\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-and-later-nissan-nv200-vehicles-black/2173448.p?id=1219531558419&skuId=2173448', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173448_sa.jpg\"}', 'upc' => '086429304455', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - Class II Data Bus Interface for Select 1996-2005 Cadillac Vehicles - Multi\", 'description_short' => \"AXXESS Class II Data Bus Interface for Select 1996-2005 Cadillac Vehicles: Compatible with select 1996-2005 Cadillac vehicles; 12V, 10-amp interface; retains warning chimes and R.A.P. (retained accessory power)\", 'description_long' => \"AXXESS Class II Data Bus Interface for Select 1996-2005 Cadillac Vehicles: Compatible with select 1996-2005 Cadillac vehicles; 12V, 10-amp interface; retains warning chimes and R.A.P. (retained accessory power)\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-class-ii-data-bus-interface-for-select-1996-2005-cadillac-vehicles-multi/2173457.p?id=1219531556491&skuId=2173457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173457_sa.jpg\"}', 'upc' => '086429294121', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - Amplifier Interface for 2014 and Later Mitsubishi Vehicles - Multi\", 'description_short' => \"AXXESS Amplifier Interface for 2014 and Later Mitsubishi Vehicles: Compatible with 2014 and later Mitsubishi vehicles; retains factory amplifier, balance and fade; USB updatable\", 'description_long' => \"AXXESS Amplifier Interface for 2014 and Later Mitsubishi Vehicles: Compatible with 2014 and later Mitsubishi vehicles; retains factory amplifier, balance and fade; USB updatable\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-amplifier-interface-for-2014-and-later-mitsubishi-vehicles-multi/2173466.p?id=1219531559596&skuId=2173466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173466_sa.jpg\"}', 'upc' => '086429294626', 'provider' => 'bestbuy'],\n ['name' => \"Sin-atra - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sin-atra-cd-various/2173471.p?id=2193986&skuId=2173471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173471.jpg\"}', 'upc' => '826992505527', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Chevrolet Malibu with manual climate controls - Gray\", 'description_short' => \"METRA Dash Kit for Select 2013-2015 Chevrolet Malibu with manual climate controls: Compatible with select 2013-2015 Chevy Malibu vehicles; single DIN radio provision with pockets; factory-matched finish\", 'description_long' => \"METRA Dash Kit for Select 2013-2015 Chevrolet Malibu with manual climate controls: Compatible with select 2013-2015 Chevy Malibu vehicles; single DIN radio provision with pockets; factory-matched finish\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-chevrolet-malibu-with-manual-climate-controls-gray/2173475.p?id=1219531556095&skuId=2173475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173475_sa.jpg\"}', 'upc' => '086429304479', 'provider' => 'bestbuy'],\n ['name' => \"Blu Blu Blu (Spanish) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blu-blu-blu-spanish-cd/2173481.p?id=3350813&skuId=2173481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173481_sa.jpg\"}', 'upc' => '027312011722', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for 2005-2010 Toyota Avalon Vehicles - Silver\", 'description_short' => \"METRA Dash Kit for 2005-2010 Toyota Avalon Vehicles: Compatible with 2005-2010 Toyota Avalon vehicles; double DIN radio provision; factory-matched finish\", 'description_long' => \"METRA Dash Kit for 2005-2010 Toyota Avalon Vehicles: Compatible with 2005-2010 Toyota Avalon vehicles; double DIN radio provision; factory-matched finish\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-2005-2010-toyota-avalon-vehicles-silver/2173484.p?id=1219531559269&skuId=2173484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173484_sa.jpg\"}', 'upc' => '086429299249', 'provider' => 'bestbuy'],\n ['name' => \"The Healers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-healers-cd/2173490.p?id=3177424&skuId=2173490&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173490', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173490_sa.jpg\"}', 'upc' => '027312011821', 'provider' => 'bestbuy'],\n ['name' => \"Icon 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-2-cd/2173499.p?id=2198222&skuId=2173499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173499_sa.jpg\"}', 'upc' => '602527625959', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2173514.p?id=2198221&skuId=2173514&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173514', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173514_sa.jpg\"}', 'upc' => '600753329276', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2173532.p?id=2198228&skuId=2173532&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173532', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173532_sa.jpg\"}', 'upc' => '600753330425', 'provider' => 'bestbuy'],\n ['name' => \"Icon [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-pa-cd/2173541.p?id=2198236&skuId=2173541&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173541', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173541_sa.jpg\"}', 'upc' => '602527616322', 'provider' => 'bestbuy'],\n ['name' => \"Moving Right Along (Spanish) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moving-right-along-spanish-cd/2173579.p?id=2856361&skuId=2173579&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173579', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173579_sa.jpg\"}', 'upc' => '027312012729', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2173587.p?id=2205131&skuId=2173587&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173587', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173587_sa.jpg\"}', 'upc' => '602527646053', 'provider' => 'bestbuy'],\n ['name' => \"Marillion: Live from Cadogan Hall (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/marillion-live-from-cadogan-hall-dvd-2-disc/2173596.p?id=2189478&skuId=2173596&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173596', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173596_sa.jpg\"}', 'upc' => '801213034796', 'provider' => 'bestbuy'],\n ['name' => \"Unforeseen Blessings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unforeseen-blessings-cd/2173597.p?id=3192680&skuId=2173597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173597.jpg\"}', 'upc' => '027312012927', 'provider' => 'bestbuy'],\n ['name' => \"Icon 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-2-cd/2173611.p?id=2210276&skuId=2173611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173611_sa.jpg\"}', 'upc' => '602527647142', 'provider' => 'bestbuy'],\n ['name' => \"Layla And Other Assorted Love Songs [40th... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/layla-and-other-assorted-love-songs-40th-cd/2173648.p?id=2188984&skuId=2173648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173648_sa.jpg\"}', 'upc' => '600753314289', 'provider' => 'bestbuy'],\n ['name' => \"Berlin 13 [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/berlin-13-digipak-cd/2173666.p?id=2189431&skuId=2173666&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173666', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173666_sa.jpg\"}', 'upc' => '795103017320', 'provider' => 'bestbuy'],\n ['name' => \"Icon 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-2-cd/2173675.p?id=2210275&skuId=2173675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173675_sa.jpg\"}', 'upc' => '600753329269', 'provider' => 'bestbuy'],\n ['name' => \"Mad Men: A Musical Companion (1960-1965) - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mad-men-a-musical-companion-1960-1965-cd-various/2173684.p?id=2188978&skuId=2173684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173684_sa.jpg\"}', 'upc' => '600753329726', 'provider' => 'bestbuy'],\n ['name' => \"Long & Short Of It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-short-of-it-cd/2173686.p?id=2979139&skuId=2173686&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173686', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173686.jpg\"}', 'upc' => '027312014228', 'provider' => 'bestbuy'],\n ['name' => \"Dust Bowl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dust-bowl-cd/2173693.p?id=2189435&skuId=2173693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173693_sa.jpg\"}', 'upc' => '804879313861', 'provider' => 'bestbuy'],\n ['name' => \"Stringology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stringology-cd/2173695.p?id=3192749&skuId=2173695&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173695', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173695_sa.jpg\"}', 'upc' => '027312014327', 'provider' => 'bestbuy'],\n ['name' => \"Scurrilous [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scurrilous-digipak-cd/2173802.p?id=2189451&skuId=2173802&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173802', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173802_sa.jpg\"}', 'upc' => '601091065925', 'provider' => 'bestbuy'],\n ['name' => \"Cinema [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cinema-digipak-cd/2173811.p?id=2189476&skuId=2173811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173811.jpg\"}', 'upc' => '657036117624', 'provider' => 'bestbuy'],\n ['name' => \"Kansas City Nights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kansas-city-nights-cd/2173828.p?id=310506&skuId=2173828&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173828', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173828_sa.jpg\"}', 'upc' => '778133305728', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2173839.p?id=2188981&skuId=2173839&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173839', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173839_sa.jpg\"}', 'upc' => '602527625812', 'provider' => 'bestbuy'],\n ['name' => \"See My Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/see-my-friends-cd/2173857.p?id=2173093&skuId=2173857&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173857', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173857_sa.jpg\"}', 'upc' => '602527529424', 'provider' => 'bestbuy'],\n ['name' => \"The Great Divide [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-divide-digipak-cd/2173866.p?id=2189454&skuId=2173866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173866_sa.jpg\"}', 'upc' => '896404002333', 'provider' => 'bestbuy'],\n ['name' => \"Live from Cadogan Hall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-cadogan-hall-cd/2173884.p?id=2189473&skuId=2173884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173884_sa.jpg\"}', 'upc' => '826992020525', 'provider' => 'bestbuy'],\n ['name' => \"Get Me Some - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/get-me-some-cd/2173893.p?id=2189472&skuId=2173893&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173893', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173893_sa.jpg\"}', 'upc' => '826992020426', 'provider' => 'bestbuy'],\n ['name' => \"Library of Congress Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/library-of-congress-sessions-cd/2173908.p?id=1591593&skuId=2173908&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173908', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173908_sa.jpg\"}', 'upc' => '008637100629', 'provider' => 'bestbuy'],\n ['name' => \"Party Tyme Karaoke:... [CD+G] [Box] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 48.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/party-tyme-karaoke-cd-g-box-cd-various/2173911.p?id=2198233&skuId=2173911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173911_sa.jpg\"}', 'upc' => '610017444829', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2173939.p?id=2198219&skuId=2173939&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2173939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2173\\/2173939_sa.jpg\"}', 'upc' => '602527625942', 'provider' => 'bestbuy'],\n ['name' => \"Guardzilla - Wireless All-in-One Video Security System - White\", 'description_short' => \"CMOS image sensor; infrared night vision up to 30&#039;; motion detection; compatible with Apple&#174; iOS and Android devices\", 'description_long' => \"CMOS image sensor; infrared night vision up to 30&#039;; motion detection; compatible with Apple&#174; iOS and Android devices\", 'price' => 99.99, 'sale_price' => 86.99, 'url' => 'http://www.bestbuy.com/site/guardzilla-wireless-all-in-one-video-security-system-white/2174017.p?id=1219535312669&skuId=2174017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174017_sa.jpg\"}', 'upc' => '856751002318', 'provider' => 'bestbuy'],\n ['name' => \"Thunderbolt: R&B Sax Instumentals - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thunderbolt-r-b-sax-instumentals-cd-various/2174060.p?id=1528023&skuId=2174060&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174060', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174060.jpg\"}', 'upc' => '008637102920', 'provider' => 'bestbuy'],\n ['name' => \"Fine as Wine - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fine-as-wine-cd-various/2174079.p?id=1576469&skuId=2174079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174079_sa.jpg\"}', 'upc' => '008637103026', 'provider' => 'bestbuy'],\n ['name' => \"Americon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/americon-cd/2174091.p?id=2190943&skuId=2174091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174091_sa.jpg\"}', 'upc' => '097037029517', 'provider' => 'bestbuy'],\n ['name' => \"Raise! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raise-cd/2174107.p?id=2558144&skuId=2174107&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174107.jpg\"}', 'upc' => '886976395322', 'provider' => 'bestbuy'],\n ['name' => \"Talk to Me Daddy - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/talk-to-me-daddy-cd-various/2174131.p?id=1528022&skuId=2174131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174131.jpg\"}', 'upc' => '008637103729', 'provider' => 'bestbuy'],\n ['name' => \"Return of the Creole - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/return-of-the-creole-cd/2174143.p?id=2190936&skuId=2174143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174143_sa.jpg\"}', 'upc' => '046346109120', 'provider' => 'bestbuy'],\n ['name' => \"Kenny Chesney: Summer in 3D (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kenny-chesney-summer-in-3d-dvd/2174161.p?id=2105883&skuId=2174161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174161_sa.jpg\"}', 'upc' => '014381699524', 'provider' => 'bestbuy'],\n ['name' => \"Play My Juke Box: East Coast Blues (1943-1954) - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/play-my-juke-box-east-coast-blues-1943-1954-cd-various/2174195.p?id=1483885&skuId=2174195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174195.jpg\"}', 'upc' => '008637104528', 'provider' => 'bestbuy'],\n ['name' => \"Original - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-cd/2174198.p?id=2192486&skuId=2174198&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174198', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174198_sa.jpg\"}', 'upc' => '097037894023', 'provider' => 'bestbuy'],\n ['name' => \"Flux Outside [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flux-outside-digipak-cd/2174222.p?id=2193564&skuId=2174222&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174222', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174222.jpg\"}', 'upc' => '892038002305', 'provider' => 'bestbuy'],\n ['name' => \"Belong [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/belong-digipak-cd/2174231.p?id=2192710&skuId=2174231&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174231', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174231_sa.jpg\"}', 'upc' => '749846013521', 'provider' => 'bestbuy'],\n ['name' => \"Firefight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/firefight-cd/2174259.p?id=2193561&skuId=2174259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174259.jpg\"}', 'upc' => '746105062122', 'provider' => 'bestbuy'],\n ['name' => \"Converted Mind: The Early Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/converted-mind-the-early-recordings-cd/2174268.p?id=2193569&skuId=2174268&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174268', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174268_sa.jpg\"}', 'upc' => '895102002584', 'provider' => 'bestbuy'],\n ['name' => \"Dell Vikings, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dell-vikings-vol-2-cd/2174275.p?id=1501213&skuId=2174275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174275_sa.jpg\"}', 'upc' => '008637105327', 'provider' => 'bestbuy'],\n ['name' => \"The Luxe Life [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-luxe-life-digipak-cd/2174277.p?id=2193574&skuId=2174277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174277_sa.jpg\"}', 'upc' => '026656203121', 'provider' => 'bestbuy'],\n ['name' => \"Dusty & Forgotten - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dusty-forgotten-cd-various/2174284.p?id=1578166&skuId=2174284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174284_sa.jpg\"}', 'upc' => '008637105426', 'provider' => 'bestbuy'],\n ['name' => \"Cotonou Club - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cotonou-club-cd/2174286.p?id=2193553&skuId=2174286&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174286', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174286_sa.jpg\"}', 'upc' => '730003307720', 'provider' => 'bestbuy'],\n ['name' => \"1954-1958 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1954-1958-cd/2174293.p?id=1473875&skuId=2174293&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174293', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174293.jpg\"}', 'upc' => '008637105624', 'provider' => 'bestbuy'],\n ['name' => \"2011 Oasis Contemporary Jazz Awards - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2011-oasis-contemporary-jazz-awards-cd-various/2174295.p?id=2193557&skuId=2174295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174295_sa.jpg\"}', 'upc' => '181475702429', 'provider' => 'bestbuy'],\n ['name' => \"Omnivium - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/omnivium-cd/2174301.p?id=2193565&skuId=2174301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174301_sa.jpg\"}', 'upc' => '781676712625', 'provider' => 'bestbuy'],\n ['name' => \"Rockpango [Deluxe] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockpango-deluxe-cd/2174329.p?id=2192708&skuId=2174329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174329_sa.jpg\"}', 'upc' => '020286155676', 'provider' => 'bestbuy'],\n ['name' => \"Mind Bokeh [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mind-bokeh-digipak-cd/2174338.p?id=2193552&skuId=2174338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174338_sa.jpg\"}', 'upc' => '801061020927', 'provider' => 'bestbuy'],\n ['name' => \"The Naked Flame [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-naked-flame-digipak-cd/2174347.p?id=2193577&skuId=2174347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174347_sa.jpg\"}', 'upc' => '020286155447', 'provider' => 'bestbuy'],\n ['name' => \"Up Through The Years 1954-57 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-through-the-years-1954-57-cd/2174355.p?id=1527025&skuId=2174355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174355_sa.jpg\"}', 'upc' => '790051152468', 'provider' => 'bestbuy'],\n ['name' => \"Top Hat Crown & the Clapmaster 's Son [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/top-hat-crown-the-clapmaster-s-son-digipak-cd/2174356.p?id=2193578&skuId=2174356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174356_sa.jpg\"}', 'upc' => '634457541825', 'provider' => 'bestbuy'],\n ['name' => \"The Female Elvis: Complete Recordings 1956-60 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-female-elvis-complete-recordings-1956-60-cd/2174364.p?id=1399112&skuId=2174364&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174364_sa.jpg\"}', 'upc' => '790051154066', 'provider' => 'bestbuy'],\n ['name' => \"Rockpango [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockpango-digipak-cd/2174365.p?id=2192319&skuId=2174365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174365_sa.jpg\"}', 'upc' => '020286155614', 'provider' => 'bestbuy'],\n ['name' => \"Surtur Rising [CD & DVD] - CD - DVD (with Bonus Tracks) Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 48.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/surtur-rising-cd-dvd-cd-dvd-with-bonus-tracks-deluxe-edition/2174374.p?id=2190930&skuId=2174374&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174374', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174374.jpg\"}', 'upc' => '039841498622', 'provider' => 'bestbuy'],\n ['name' => \"Surtur Rising [CD/DVD] [CD & DVD] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/surtur-rising-cd-dvd-cd-dvd-digipak-cd-dvd/2174383.p?id=2190928&skuId=2174383&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174383', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174383_sa.jpg\"}', 'upc' => '039841497229', 'provider' => 'bestbuy'],\n ['name' => \"Folksongs Of The Hills - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/folksongs-of-the-hills-cd/2174391.p?id=1406969&skuId=2174391&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174391', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174391.jpg\"}', 'upc' => '790051156367', 'provider' => 'bestbuy'],\n ['name' => \"Beat Generation: 10th... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beat-generation-10th-digipak-cd/2174392.p?id=2193563&skuId=2174392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174392.jpg\"}', 'upc' => '730003116223', 'provider' => 'bestbuy'],\n ['name' => \"Gimme Some [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gimme-some-digipak-cd/2174407.p?id=2192709&skuId=2174407&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174407', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174407.jpg\"}', 'upc' => '886976826123', 'provider' => 'bestbuy'],\n ['name' => \"The One Rose: The Capitol Years [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 156.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-one-rose-the-capitol-years-box-cd/2174408.p?id=1422495&skuId=2174408&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174408', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174408.jpg\"}', 'upc' => '4000127157430', 'provider' => 'bestbuy'],\n ['name' => \"Metamorphosis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metamorphosis-cd/2174416.p?id=2193566&skuId=2174416&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174416', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174416_sa.jpg\"}', 'upc' => '656191010825', 'provider' => 'bestbuy'],\n ['name' => \"Walk On By - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walk-on-by-cd/2174417.p?id=1419958&skuId=2174417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174417_sa.jpg\"}', 'upc' => '790051157791', 'provider' => 'bestbuy'],\n ['name' => \"Useless Eaters [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/useless-eaters-digipak-cd/2174425.p?id=2193556&skuId=2174425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174425_sa.jpg\"}', 'upc' => '020286155799', 'provider' => 'bestbuy'],\n ['name' => \"Signature Series, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/signature-series-vol-3-cd/2174426.p?id=156895&skuId=2174426&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174426', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174426_sa.jpg\"}', 'upc' => '723181940421', 'provider' => 'bestbuy'],\n ['name' => \"Signature Series, Vol. 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/signature-series-vol-4-cd/2174435.p?id=154899&skuId=2174435&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174435', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174435.jpg\"}', 'upc' => '723181940520', 'provider' => 'bestbuy'],\n ['name' => \"Never Be Content EP [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-be-content-ep-digipak-cd/2174443.p?id=2193562&skuId=2174443&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174443', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174443_sa.jpg\"}', 'upc' => '844942010792', 'provider' => 'bestbuy'],\n ['name' => \"Morning Visions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/morning-visions-cd/2174444.p?id=155731&skuId=2174444&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174444_sa.jpg\"}', 'upc' => '723181940629', 'provider' => 'bestbuy'],\n ['name' => \"20 Great Cruisin' Favourites, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-great-cruisin-favourites-vol-3-cd-various/2174471.p?id=82182&skuId=2174471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174471_sa.jpg\"}', 'upc' => '029667051620', 'provider' => 'bestbuy'],\n ['name' => \"Disguises - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disguises-cd/2174489.p?id=2193559&skuId=2174489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174489.jpg\"}', 'upc' => '746105060920', 'provider' => 'bestbuy'],\n ['name' => \"Best Of [CD & DVD] [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cd-dvd-box-cd/2174498.p?id=2193558&skuId=2174498&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174498', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174498.jpg\"}', 'upc' => '746105062726', 'provider' => 'bestbuy'],\n ['name' => \"Screws Get Loose [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/screws-get-loose-digipak-cd/2174504.p?id=2193575&skuId=2174504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174504_sa.jpg\"}', 'upc' => '626570611899', 'provider' => 'bestbuy'],\n ['name' => \"Blues In Disguise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-in-disguise-cd/2174522.p?id=2193573&skuId=2174522&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174522', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174522_sa.jpg\"}', 'upc' => '020286155713', 'provider' => 'bestbuy'],\n ['name' => \"The Chiswick Story - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chiswick-story-cd-various/2174523.p?id=1452190&skuId=2174523&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174523', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174523_sa.jpg\"}', 'upc' => '029667410021', 'provider' => 'bestbuy'],\n ['name' => \"Ceremony [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ceremony-original-motion-picture-soundtrack-cd-original-soundtrack/2174531.p?id=2193791&skuId=2174531&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174531', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174531_sa.jpg\"}', 'upc' => '780163417524', 'provider' => 'bestbuy'],\n ['name' => \"In Tides and Drifts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-tides-and-drifts-cd/2174568.p?id=2193570&skuId=2174568&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174568', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174568_sa.jpg\"}', 'upc' => '654436018926', 'provider' => 'bestbuy'],\n ['name' => \"Veritas [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/veritas-digipak-cd/2174577.p?id=2192318&skuId=2174577&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174577_sa.jpg\"}', 'upc' => '753957214821', 'provider' => 'bestbuy'],\n ['name' => \"Super - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-cd-original-soundtrack/2174586.p?id=2193792&skuId=2174586&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174586', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174586_sa.jpg\"}', 'upc' => '780163420920', 'provider' => 'bestbuy'],\n ['name' => \"Descent - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/descent-cd/2174595.p?id=2193571&skuId=2174595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174595_sa.jpg\"}', 'upc' => '781676715121', 'provider' => 'bestbuy'],\n ['name' => \"Swan [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swan-pa-cd/2174601.p?id=2192317&skuId=2174601&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174601', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174601.jpg\"}', 'upc' => '673951027527', 'provider' => 'bestbuy'],\n ['name' => \"Get Right With God: Hot Gospel - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/get-right-with-god-hot-gospel-cd-various/2174612.p?id=1848870&skuId=2174612&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174612', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174612.jpg\"}', 'upc' => '008637500122', 'provider' => 'bestbuy'],\n ['name' => \"Norron Livskunst - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/norron-livskunst-cd/2174629.p?id=2193567&skuId=2174629&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174629', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174629_sa.jpg\"}', 'upc' => '654436019428', 'provider' => 'bestbuy'],\n ['name' => \"We Are Lonely Animals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/we-are-lonely-animals-cd/2174638.p?id=2193576&skuId=2174638&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174638', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174638_sa.jpg\"}', 'upc' => '654436018629', 'provider' => 'bestbuy'],\n ['name' => \"Present Dreams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/present-dreams-cd/2174827.p?id=1643437&skuId=2174827&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174827', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174827.jpg\"}', 'upc' => '734336313021', 'provider' => 'bestbuy'],\n ['name' => \"Up & Running - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-running-cd/2174854.p?id=1643632&skuId=2174854&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174854.jpg\"}', 'upc' => '734336022190', 'provider' => 'bestbuy'],\n ['name' => \"Voyaging With The Whales - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/voyaging-with-the-whales-cd/2174943.p?id=1643625&skuId=2174943&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2174943', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2174\\/2174943.jpg\"}', 'upc' => '734336113027', 'provider' => 'bestbuy'],\n ['name' => \"Noise For The Sake - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/noise-for-the-sake-cd/2175238.p?id=3183427&skuId=2175238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2175238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2175\\/2175238_sa.jpg\"}', 'upc' => '743814063525', 'provider' => 'bestbuy'],\n ['name' => \"Time Stands Still - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/time-stands-still-cd/2175247.p?id=2831386&skuId=2175247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2175247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '743814064522', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-1-cd/2175336.p?id=2037423&skuId=2175336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2175336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2175\\/2175336.jpg\"}', 'upc' => '097037700928', 'provider' => 'bestbuy'],\n ['name' => \"Nights in the Gardens of Maine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nights-in-the-gardens-of-maine-cd/2175522.p?id=1942296&skuId=2175522&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2175522', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2175\\/2175522.jpg\"}', 'upc' => '051287010428', 'provider' => 'bestbuy'],\n ['name' => \"Jackie Paris - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jackie-paris-cd/2176219.p?id=109220&skuId=2176219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176219_sa.jpg\"}', 'upc' => '762247215820', 'provider' => 'bestbuy'],\n ['name' => \"Soft Whyte - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soft-whyte-cd/2176228.p?id=242030&skuId=2176228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176228_sa.jpg\"}', 'upc' => '762247220428', 'provider' => 'bestbuy'],\n ['name' => \"The Music of Hoagy Carmichael - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-music-of-hoagy-carmichael-cd-various/2176237.p?id=72056&skuId=2176237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176237_sa.jpg\"}', 'upc' => '762247222026', 'provider' => 'bestbuy'],\n ['name' => \"Live! in London - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-london-cd/2176246.p?id=157153&skuId=2176246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176246_sa.jpg\"}', 'upc' => '762247228028', 'provider' => 'bestbuy'],\n ['name' => \"Hoagy's Children, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hoagys-children-vol-2-cd/2176255.p?id=109227&skuId=2176255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176255_sa.jpg\"}', 'upc' => '762247229223', 'provider' => 'bestbuy'],\n ['name' => \"Get Down - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/get-down-cd/2176629.p?id=1564558&skuId=2176629&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176629', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176629_sa.jpg\"}', 'upc' => '029667371322', 'provider' => 'bestbuy'],\n ['name' => \"I Got to Try It One Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-got-to-try-it-one-time-cd/2176656.p?id=1465549&skuId=2176656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176656_sa.jpg\"}', 'upc' => '029667372329', 'provider' => 'bestbuy'],\n ['name' => \"NYCNYUSA - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nycnyusa-cd/2176665.p?id=1462237&skuId=2176665&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176665', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176665_sa.jpg\"}', 'upc' => '029667373029', 'provider' => 'bestbuy'],\n ['name' => \"Hot Box - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-box-cd/2176674.p?id=1572160&skuId=2176674&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176674', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176674_sa.jpg\"}', 'upc' => '029667375627', 'provider' => 'bestbuy'],\n ['name' => \"Is This the Future? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/is-this-the-future-cd/2176683.p?id=1459374&skuId=2176683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176683_sa.jpg\"}', 'upc' => '029667375825', 'provider' => 'bestbuy'],\n ['name' => \"E.S.P. ( Extra Sexual Persuasion ) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/e-s-p--extra-sexual-persuasion--cd/2176692.p?id=1463755&skuId=2176692&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176692', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176692_sa.jpg\"}', 'upc' => '029667379328', 'provider' => 'bestbuy'],\n ['name' => \"The Sounds of Simon/Simon Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sounds-of-simon-simon-country-cd/2176709.p?id=1564577&skuId=2176709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176709_sa.jpg\"}', 'upc' => '029667195423', 'provider' => 'bestbuy'],\n ['name' => \"Mood, Heart and Soul/Today - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mood-heart-and-soul-today-cd/2176718.p?id=1574166&skuId=2176718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176718_sa.jpg\"}', 'upc' => '029667197120', 'provider' => 'bestbuy'],\n ['name' => \"Proud Dad - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/proud-dad-cd/2176736.p?id=129027&skuId=2176736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176736.jpg\"}', 'upc' => '076605220129', 'provider' => 'bestbuy'],\n ['name' => \"The Greenwich Village Folk Festival 1989-90 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greenwich-village-folk-festival-1989-90-cd-various/2176754.p?id=84235&skuId=2176754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176754_sa.jpg\"}', 'upc' => '076605205928', 'provider' => 'bestbuy'],\n ['name' => \"Don't Get Killed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-get-killed-cd/2176772.p?id=75804&skuId=2176772&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176772', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176772_sa.jpg\"}', 'upc' => '076605208929', 'provider' => 'bestbuy'],\n ['name' => \"Abridged Perversion - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/abridged-perversion-cd-various/2176889.p?id=235347&skuId=2176889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2176889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2176\\/2176889_sa.jpg\"}', 'upc' => '759718139822', 'provider' => 'bestbuy'],\n ['name' => \"Emergence of a Legend 1930-39 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emergence-of-a-legend-1930-39-cd/2177236.p?id=99281&skuId=2177236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177236_sa.jpg\"}', 'upc' => '734021040126', 'provider' => 'bestbuy'],\n ['name' => \"Goodnight My Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goodnight-my-love-cd/2177254.p?id=66077&skuId=2177254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177254_sa.jpg\"}', 'upc' => '734021040324', 'provider' => 'bestbuy'],\n ['name' => \"Syncopating Harmonists from New Orleans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/syncopating-harmonists-from-new-orleans-cd/2177281.p?id=64447&skuId=2177281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177281_sa.jpg\"}', 'upc' => '734021040621', 'provider' => 'bestbuy'],\n ['name' => \"The First Torch Singers, Vol. 1: The Twenties - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-first-torch-singers-vol-1-the-twenties-cd-various/2177290.p?id=71478&skuId=2177290&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177290', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177290_sa.jpg\"}', 'upc' => '734021040720', 'provider' => 'bestbuy'],\n ['name' => \"Complete Library of Congress Sessions, 1941-... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-library-of-congress-sessions-1941-cd/2177361.p?id=1552900&skuId=2177361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177361_sa.jpg\"}', 'upc' => '008637800222', 'provider' => 'bestbuy'],\n ['name' => \"Red River Blues 1934-1943 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-river-blues-1934-1943-cd-various/2177414.p?id=135519&skuId=2177414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177414_sa.jpg\"}', 'upc' => '008637800826', 'provider' => 'bestbuy'],\n ['name' => \"Walls We Bounce Off Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walls-we-bounce-off-of-cd/2177520.p?id=2223525&skuId=2177520&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177520', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177520.jpg\"}', 'upc' => '740517039420', 'provider' => 'bestbuy'],\n ['name' => \"It Still Ain't Easy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/it-still-aint-easy-cd/2177548.p?id=1397927&skuId=2177548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177548_sa.jpg\"}', 'upc' => '772532116329', 'provider' => 'bestbuy'],\n ['name' => \"One Jump Ahead of the Devil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-jump-ahead-of-the-devil-cd/2177566.p?id=1397956&skuId=2177566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177566_sa.jpg\"}', 'upc' => '772532117722', 'provider' => 'bestbuy'],\n ['name' => \"Third Man In - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/third-man-in-cd/2177575.p?id=1456206&skuId=2177575&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177575', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177575_sa.jpg\"}', 'upc' => '772532117920', 'provider' => 'bestbuy'],\n ['name' => \"On Stage Tonight: Baldry's Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-stage-tonight-baldrys-out-cd/2177600.p?id=1397928&skuId=2177600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177600_sa.jpg\"}', 'upc' => '772532119221', 'provider' => 'bestbuy'],\n ['name' => \"Love on the Range - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-on-the-range-cd/2177619.p?id=1398043&skuId=2177619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177619_sa.jpg\"}', 'upc' => '772532119429', 'provider' => 'bestbuy'],\n ['name' => \"Higher Ground - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/higher-ground-cd/2177682.p?id=2944029&skuId=2177682&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177682', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177682.jpg\"}', 'upc' => '715498890629', 'provider' => 'bestbuy'],\n ['name' => \"Willie Alexander's Persistence of Memory... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/willie-alexanders-persistence-of-memory-cd/2177995.p?id=111723&skuId=2177995&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2177995', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2177\\/2177995_sa.jpg\"}', 'upc' => '743431100221', 'provider' => 'bestbuy'],\n ['name' => \"The Calculus of Pleasure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-calculus-of-pleasure-cd/2178002.p?id=65886&skuId=2178002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178002_sa.jpg\"}', 'upc' => '743431325228', 'provider' => 'bestbuy'],\n ['name' => \"Boost Mobile - ZTE Speed 4G No-Contract Cell Phone - Black\", 'description_short' => \"Android 4.4.4 KitKat operating system4G LTE speed4.5&quot; TN-TFT touch screenBluetooth interface5.0MP rear-facing and 2.0MP front-facing cameras\", 'description_long' => \"Android 4.4.4 KitKat operating system4G LTE speed4.5&quot; TN-TFT touch screenBluetooth interface5.0MP rear-facing and 2.0MP front-facing cameras\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boost-mobile-zte-speed-4g-no-contract-cell-phone-black/2178004.p?id=1219531560050&skuId=2178004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178004_sa.jpg\"}', 'upc' => '885913102511', 'provider' => 'bestbuy'],\n ['name' => \"Sauce - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sauce-cd/2178011.p?id=106644&skuId=2178011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178011_sa.jpg\"}', 'upc' => '743431351326', 'provider' => 'bestbuy'],\n ['name' => \"The Last Elephant - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-last-elephant-cd/2178020.p?id=68701&skuId=2178020&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178020', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178020.jpg\"}', 'upc' => '743431362025', 'provider' => 'bestbuy'],\n ['name' => \"Good Deeds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/good-deeds-cd/2178039.p?id=68304&skuId=2178039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178039_sa.jpg\"}', 'upc' => '743431380128', 'provider' => 'bestbuy'],\n ['name' => \"When the Moon Jumps - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-the-moon-jumps-cd/2178048.p?id=107412&skuId=2178048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178048.jpg\"}', 'upc' => '743431420329', 'provider' => 'bestbuy'],\n ['name' => \"Antigravity-CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/antigravity-cd/2178057.p?id=70760&skuId=2178057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178057.jpg\"}', 'upc' => '743431430724', 'provider' => 'bestbuy'],\n ['name' => \"Blind Drive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blind-drive-cd/2178066.p?id=64817&skuId=2178066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178066_sa.jpg\"}', 'upc' => '743431440020', 'provider' => 'bestbuy'],\n ['name' => \"No More Mr. Nice Guy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-more-mr-nice-guy-cd/2178075.p?id=69268&skuId=2178075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178075_sa.jpg\"}', 'upc' => '743431450128', 'provider' => 'bestbuy'],\n ['name' => \"The Fax - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-fax-cd/2178084.p?id=64443&skuId=2178084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178084.jpg\"}', 'upc' => '743431460127', 'provider' => 'bestbuy'],\n ['name' => \"Forevermore - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forevermore-cd/2178088.p?id=2193582&skuId=2178088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178088_sa.jpg\"}', 'upc' => '8024391050927', 'provider' => 'bestbuy'],\n ['name' => \"Plays Music by Rich Latham - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-music-by-rich-latham-cd/2178093.p?id=106668&skuId=2178093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178093_sa.jpg\"}', 'upc' => '743431480026', 'provider' => 'bestbuy'],\n ['name' => \"Revenue Retrievin': Overtime Shift [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/revenue-retrievin-overtime-shift-pa-digipak-cd/2178097.p?id=2192728&skuId=2178097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178097_sa.jpg\"}', 'upc' => '852020002232', 'provider' => 'bestbuy'],\n ['name' => \"Vermont Avenue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vermont-avenue-cd/2178100.p?id=106682&skuId=2178100&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178100', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178100_sa.jpg\"}', 'upc' => '743431500120', 'provider' => 'bestbuy'],\n ['name' => \"Here We Go Again: Celebrating the Genius of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/here-we-go-again-celebrating-the-genius-of-cd/2178112.p?id=2189890&skuId=2178112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178112_sa.jpg\"}', 'upc' => '5099909638822', 'provider' => 'bestbuy'],\n ['name' => \"Straight to the Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/straight-to-the-soul-cd/2178119.p?id=114754&skuId=2178119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178119_sa.jpg\"}', 'upc' => '743431500229', 'provider' => 'bestbuy'],\n ['name' => \"Revenue Retrievin':... [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 18.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/revenue-retrievin-pa-digipak-cd/2178121.p?id=2192727&skuId=2178121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178121_sa.jpg\"}', 'upc' => '852020002249', 'provider' => 'bestbuy'],\n ['name' => \"Decline Of Western Civilization, Part II: The... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/decline-of-western-civilization-part-ii-the-cd-various/2178149.p?id=2729958&skuId=2178149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178149_sa.jpg\"}', 'upc' => '077779020522', 'provider' => 'bestbuy'],\n ['name' => \"Absolute Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/absolute-hits-cd/2178167.p?id=2193583&skuId=2178167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178167_sa.jpg\"}', 'upc' => '5099909785120', 'provider' => 'bestbuy'],\n ['name' => \"Forevermore - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forevermore-vinyl/2178176.p?id=2208203&skuId=2178176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178176.jpg\"}', 'upc' => '8024391050958', 'provider' => 'bestbuy'],\n ['name' => \"Last of the Country Gentlemen [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-of-the-country-gentlemen-digipak-cd/2178194.p?id=2193793&skuId=2178194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178194.jpg\"}', 'upc' => '724596949726', 'provider' => 'bestbuy'],\n ['name' => \"Doggumentary [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doggumentary-pa-digipak-cd/2178219.p?id=2189886&skuId=2178219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178219_sa.jpg\"}', 'upc' => '5099990795220', 'provider' => 'bestbuy'],\n ['name' => \"Born Again [Miracles Edition] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-again-miracles-edition-cd/2178228.p?id=2196745&skuId=2178228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178228_sa.jpg\"}', 'upc' => '804147158620', 'provider' => 'bestbuy'],\n ['name' => \"Essential - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/essential-cd/2178237.p?id=2193794&skuId=2178237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178237_sa.jpg\"}', 'upc' => '5099909785229', 'provider' => 'bestbuy'],\n ['name' => \"Forevermore [DVD] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forevermore-dvd-digipak-cd-dvd/2178246.p?id=2193585&skuId=2178246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178246.jpg\"}', 'upc' => '8024391050941', 'provider' => 'bestbuy'],\n ['name' => \"How I Got Over...Songs That Carried Us - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-i-got-over-songs-that-carried-us-cd/2178255.p?id=2193786&skuId=2178255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178255_sa.jpg\"}', 'upc' => '5099930615229', 'provider' => 'bestbuy'],\n ['name' => \"Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stories-cd/2178262.p?id=289214&skuId=2178262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178262_sa.jpg\"}', 'upc' => '755532728525', 'provider' => 'bestbuy'],\n ['name' => \"Unseen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unseen-cd/2178282.p?id=2193795&skuId=2178282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178282_sa.jpg\"}', 'upc' => '727701872025', 'provider' => 'bestbuy'],\n ['name' => \"Bloodshot: The Gaity Records Story, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bloodshot-the-gaity-records-story-vol-1-cd-various/2178299.p?id=135349&skuId=2178299&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178299', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178299.jpg\"}', 'upc' => '731253023521', 'provider' => 'bestbuy'],\n ['name' => \"Means of Identification - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/means-of-identification-cd/2178315.p?id=70085&skuId=2178315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178315_sa.jpg\"}', 'upc' => '747985010128', 'provider' => 'bestbuy'],\n ['name' => \"What It Takes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-it-takes-cd/2178324.p?id=64534&skuId=2178324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178324_sa.jpg\"}', 'upc' => '747985011729', 'provider' => 'bestbuy'],\n ['name' => \"The Missouri Connection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-missouri-connection-cd/2178333.p?id=69028&skuId=2178333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178333_sa.jpg\"}', 'upc' => '747985012429', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-cd/2178342.p?id=154116&skuId=2178342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178342_sa.jpg\"}', 'upc' => '747985013129', 'provider' => 'bestbuy'],\n ['name' => \"Kidney Stew [Southland] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kidney-stew-southland-cd/2178379.p?id=109150&skuId=2178379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178379_sa.jpg\"}', 'upc' => '762247902928', 'provider' => 'bestbuy'],\n ['name' => \"Blunt Force Trauma [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blunt-force-trauma-pa-cd/2178398.p?id=2194598&skuId=2178398&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178398', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178398_sa.jpg\"}', 'upc' => '016861775827', 'provider' => 'bestbuy'],\n ['name' => \"Scala & Kolacny Brothers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scala-kolacny-brothers-cd/2178403.p?id=2189487&skuId=2178403&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178403', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178403_sa.jpg\"}', 'upc' => '081227977788', 'provider' => 'bestbuy'],\n ['name' => \"The Big Roar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-big-roar-cd/2178412.p?id=2176174&skuId=2178412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178412_sa.jpg\"}', 'upc' => '075678833533', 'provider' => 'bestbuy'],\n ['name' => \"Vices & Virtues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vices-virtues-cd/2178449.p?id=2192917&skuId=2178449&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178449', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178449_sa.jpg\"}', 'upc' => '075678892417', 'provider' => 'bestbuy'],\n ['name' => \"Blunt Force Trauma... [CD & DVD] [PA] [Digipak] - CD - DVD Special\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blunt-force-trauma-cd-dvd-pa-digipak-cd-dvd-special/2178458.p?id=2194587&skuId=2178458&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178458', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178458.jpg\"}', 'upc' => '016861775858', 'provider' => 'bestbuy'],\n ['name' => \"Live at the Aragon [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-aragon-cd-dvd-cd-dvd/2178467.p?id=2189486&skuId=2178467&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178467', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178467.jpg\"}', 'upc' => '093624964728', 'provider' => 'bestbuy'],\n ['name' => \"Awesome as Fk [CD & DVD] [PA] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/awesome-as-fk-cd-dvd-pa-cd-dvd/2178476.p?id=2197598&skuId=2178476&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178476', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178476_sa.jpg\"}', 'upc' => '093624961093', 'provider' => 'bestbuy'],\n ['name' => \"Awesome as Fk [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/awesome-as-fk-pa-cd/2178485.p?id=2197602&skuId=2178485&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178485', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178485_sa.jpg\"}', 'upc' => '093624959069', 'provider' => 'bestbuy'],\n ['name' => \"The Unforgiving - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-unforgiving-cd/2178494.p?id=2192921&skuId=2178494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178494_sa.jpg\"}', 'upc' => '016861791728', 'provider' => 'bestbuy'],\n ['name' => \"Midnight at St. Jude's - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-at-st-judes-cd-various/2178495.p?id=112116&skuId=2178495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178495_sa.jpg\"}', 'upc' => '723265121128', 'provider' => 'bestbuy'],\n ['name' => \"The Unforgiving [CD & DVD] [Digipak] - CD - DVD Special\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-unforgiving-cd-dvd-digipak-cd-dvd-special/2178519.p?id=2194593&skuId=2178519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178519_sa.jpg\"}', 'upc' => '016861791759', 'provider' => 'bestbuy'],\n ['name' => \"Let's Pretend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-pretend-cd/2178528.p?id=2194581&skuId=2178528&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178528', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178528_sa.jpg\"}', 'upc' => '859700393871', 'provider' => 'bestbuy'],\n ['name' => \"Rolling Papers [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/rolling-papers-pa-cd/2178537.p?id=2188377&skuId=2178537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2178537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2178\\/2178537_sa.jpg\"}', 'upc' => '075678827280', 'provider' => 'bestbuy'],\n ['name' => \"The Coming Great Millenium - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-coming-great-millenium-cd/2179699.p?id=1452153&skuId=2179699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2179699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '035828011921', 'provider' => 'bestbuy'],\n ['name' => \"Species Compatibility - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/species-compatibility-cd/2179822.p?id=1452163&skuId=2179822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2179822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2179\\/2179822.jpg\"}', 'upc' => '035828013529', 'provider' => 'bestbuy'],\n ['name' => \"Plain Old Joe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plain-old-joe-cd/2179840.p?id=1452145&skuId=2179840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2179840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2179\\/2179840.jpg\"}', 'upc' => '035828013925', 'provider' => 'bestbuy'],\n ['name' => \"Lobster and Friend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lobster-and-friend-cd/2179895.p?id=1452152&skuId=2179895&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2179895', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2179\\/2179895_sa.jpg\"}', 'upc' => '035828014724', 'provider' => 'bestbuy'],\n ['name' => \"What Is Anything - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-is-anything-cd/2179939.p?id=1452274&skuId=2179939&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2179939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2179\\/2179939_sa.jpg\"}', 'upc' => '035828015226', 'provider' => 'bestbuy'],\n ['name' => \"Boogie Awhile - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boogie-awhile-cd/2180008.p?id=1543509&skuId=2180008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180008_sa.jpg\"}', 'upc' => '008637600525', 'provider' => 'bestbuy'],\n ['name' => \"Let the Good Times Roll, 1948-1963 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-the-good-times-roll-1948-1963-cd/2180017.p?id=79851&skuId=2180017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180017_sa.jpg\"}', 'upc' => '008637600624', 'provider' => 'bestbuy'],\n ['name' => \"All Eternals Deck [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-eternals-deck-lp-vinyl/2180068.p?id=2194588&skuId=2180068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180068_sa.jpg\"}', 'upc' => '673855040516', 'provider' => 'bestbuy'],\n ['name' => \"Puros - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/puros-cd/2180071.p?id=1459182&skuId=2180071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180071.jpg\"}', 'upc' => '726167900327', 'provider' => 'bestbuy'],\n ['name' => \"Actor-Caster [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/actor-caster-digipak-cd/2180077.p?id=2194589&skuId=2180077&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180077', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180077_sa.jpg\"}', 'upc' => '788377114024', 'provider' => 'bestbuy'],\n ['name' => \"All Eternals Deck - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-eternals-deck-cd/2180086.p?id=2194580&skuId=2180086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180086_sa.jpg\"}', 'upc' => '673855040523', 'provider' => 'bestbuy'],\n ['name' => \"Too Young to Be in Love [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/too-young-to-be-in-love-digipak-cd/2180095.p?id=2240495&skuId=2180095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180095.jpg\"}', 'upc' => '098787303421', 'provider' => 'bestbuy'],\n ['name' => \"Rumba Caliente 88/77 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rumba-caliente-88-77-cd/2180099.p?id=1459177&skuId=2180099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180099_sa.jpg\"}', 'upc' => '726167900525', 'provider' => 'bestbuy'],\n ['name' => \"Cuban Gold: Que Se Sepa, ­Yo Soy De La Habana! - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cuban-gold-que-se-sepa-yo-soy-de-la-habana-cd-various/2180106.p?id=1480724&skuId=2180106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180106.jpg\"}', 'upc' => '726167900624', 'provider' => 'bestbuy'],\n ['name' => \"Roadside Attractions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roadside-attractions-cd/2180129.p?id=2192706&skuId=2180129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180129.jpg\"}', 'upc' => '014551494225', 'provider' => 'bestbuy'],\n ['name' => \"Viejo Lazaro - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/viejo-lazaro-cd/2180133.p?id=1459234&skuId=2180133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180133.jpg\"}', 'upc' => '726167900921', 'provider' => 'bestbuy'],\n ['name' => \"Lost and Safe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lost-and-safe-cd/2180138.p?id=2194591&skuId=2180138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180138_sa.jpg\"}', 'upc' => '656605318226', 'provider' => 'bestbuy'],\n ['name' => \"Cult Cargo: Salsa Boricua De Chicago - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cult-cargo-salsa-boricua-de-chicago-cd-various/2180156.p?id=2195554&skuId=2180156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180156_sa.jpg\"}', 'upc' => '825764103626', 'provider' => 'bestbuy'],\n ['name' => \"Something to Die For - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-to-die-for-cd/2180165.p?id=2192700&skuId=2180165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180165_sa.jpg\"}', 'upc' => '603967143928', 'provider' => 'bestbuy'],\n ['name' => \"Jazz: The Smithsonian Anthology [Box] - CD - Various Box\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-the-smithsonian-anthology-box-cd-various-box/2180174.p?id=2195820&skuId=2180174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180174_sa.jpg\"}', 'upc' => '093074082027', 'provider' => 'bestbuy'],\n ['name' => \"Canary - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canary-cd/2180208.p?id=2194585&skuId=2180208&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180208', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180208.jpg\"}', 'upc' => '744302082028', 'provider' => 'bestbuy'],\n ['name' => \"Shake 'Em on Down: A Tribute to... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shake-em-on-down-a-tribute-to-digipak-cd/2180217.p?id=2195553&skuId=2180217&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180217', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180217_sa.jpg\"}', 'upc' => '772532134422', 'provider' => 'bestbuy'],\n ['name' => \"Best of 00-10 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-00-10-cd/2180226.p?id=2192707&skuId=2180226&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180226', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180226_sa.jpg\"}', 'upc' => '067003090421', 'provider' => 'bestbuy'],\n ['name' => \"Truth Is... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/truth-is-cd/2180235.p?id=2194590&skuId=2180235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180235.jpg\"}', 'upc' => '856136002568', 'provider' => 'bestbuy'],\n ['name' => \"Mortal Kombat: Annihilation (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mortal-kombat-annihilation-blu-ray-disc/2180305.p?id=49253&skuId=2180305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180305_sa.jpg\"}', 'upc' => '794043143137', 'provider' => 'bestbuy'],\n ['name' => \"Hubble (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hubble-dvd/2180314.p?id=2195832&skuId=2180314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180314_sa.jpg\"}', 'upc' => '883929140367', 'provider' => 'bestbuy'],\n ['name' => \"Growing Pains: The Complete Second Season [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/growing-pains-the-complete-second-season-3-discs-dvd/2180323.p?id=2179220&skuId=2180323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180323.jpg\"}', 'upc' => '883929173358', 'provider' => 'bestbuy'],\n ['name' => \"Hubble (Blu-ray 3D) (3-D)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 32.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hubble-blu-ray-3d-3-d/2180332.p?id=2195832&skuId=2180332&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180332', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180332_sa.jpg\"}', 'upc' => '883929204755', 'provider' => 'bestbuy'],\n ['name' => \"Doctor Who: Snakedance (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doctor-who-snakedance-dvd/2180341.p?id=2179226&skuId=2180341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180341_sa.jpg\"}', 'upc' => '883929168026', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2180357.p?id=77184&skuId=2180357&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180357.jpg\"}', 'upc' => '724075700220', 'provider' => 'bestbuy'],\n ['name' => \"You're so Fine - CD - Best of\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/youre-so-fine-cd-best-of/2180366.p?id=3536360&skuId=2180366&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180366', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '724075700329', 'provider' => 'bestbuy'],\n ['name' => \"Scooby-Doo!: Aloha Scooby-Doo! (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scooby-doo-aloha-scooby-doo-blu-ray-disc/2180378.p?id=1400208&skuId=2180378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180378_sa.jpg\"}', 'upc' => '883929159918', 'provider' => 'bestbuy'],\n ['name' => \"If God Is Willing and Da Creek Don't Rise (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/if-god-is-willing-and-da-creek-dont-rise-dvd-2-disc/2180396.p?id=2184844&skuId=2180396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180396_sa.jpg\"}', 'upc' => '883929174010', 'provider' => 'bestbuy'],\n ['name' => \"Firebreather (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/firebreather-blu-ray-disc/2180438.p?id=2179986&skuId=2180438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180438_sa.jpg\"}', 'upc' => '883929182916', 'provider' => 'bestbuy'],\n ['name' => \"Batman Beyond: Return of the Joker (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/batman-beyond-return-of-the-joker-blu-ray-disc/2180447.p?id=32849&skuId=2180447&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180447', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180447_sa.jpg\"}', 'upc' => '883929159543', 'provider' => 'bestbuy'],\n ['name' => \"Scooby-Doo! 3-Pack Fun [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scooby-doo-3-pack-fun-3-discs-dvd/2180456.p?id=2186616&skuId=2180456&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180456', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180456_sa.jpg\"}', 'upc' => '883929175581', 'provider' => 'bestbuy'],\n ['name' => \"Vampire Knight: The Complete Series [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vampire-knight-the-complete-series-2-discs-dvd/2180465.p?id=2162887&skuId=2180465&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180465', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180465_sa.jpg\"}', 'upc' => '782009241621', 'provider' => 'bestbuy'],\n ['name' => \"Soylent Green (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soylent-green-blu-ray-disc/2180474.p?id=24633&skuId=2180474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180474_sa.jpg\"}', 'upc' => '883929174126', 'provider' => 'bestbuy'],\n ['name' => \"Fresh Prince of Bel-Air: The Complete Sixth Season [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fresh-prince-of-bel-air-the-complete-sixth-season-3-discs-dvd/2180508.p?id=2184066&skuId=2180508&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180508', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2180508.jpg\"}', 'upc' => '883929156788', 'provider' => 'bestbuy'],\n ['name' => \"Naruto: Shippuden - Box Set 6 [3 Discs] (Uncut) (Boxed Set) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/naruto-shippuden-box-set-6-3-discs-uncut-boxed-set-dvd/2180526.p?id=2184063&skuId=2180526&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180526', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180526_sa.jpg\"}', 'upc' => '782009241737', 'provider' => 'bestbuy'],\n ['name' => \"Sesame Street: Wild Words and Outdoor Adventures (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sesame-street-wild-words-and-outdoor-adventures-dvd/2180535.p?id=2180267&skuId=2180535&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180535', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180535.jpg\"}', 'upc' => '854392002162', 'provider' => 'bestbuy'],\n ['name' => \"A Sunday Kind of Love - CD - Best of\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-sunday-kind-of-love-cd-best-of/2180543.p?id=275454&skuId=2180543&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180543', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '724075702125', 'provider' => 'bestbuy'],\n ['name' => \"Doctor Who: Kinda (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doctor-who-kinda-dvd/2180544.p?id=2179225&skuId=2180544&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180544', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180544_sa.jpg\"}', 'upc' => '883929168040', 'provider' => 'bestbuy'],\n ['name' => \"Yesterday's Memories - CD - Best of\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yesterdays-memories-cd-best-of/2180561.p?id=91376&skuId=2180561&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180561', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '724075702323', 'provider' => 'bestbuy'],\n ['name' => \"TCM Greatest Classic Films Legends Collection: Marlon Brando [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tcm-greatest-classic-films-legends-collection-marlon-brando-2-discs-dvd/2180562.p?id=2180486&skuId=2180562&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180562', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180562_sa.jpg\"}', 'upc' => '883929166800', 'provider' => 'bestbuy'],\n ['name' => \"Firebreather (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/firebreather-dvd/2180571.p?id=2179986&skuId=2180571&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180571', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180571_sa.jpg\"}', 'upc' => '883929182909', 'provider' => 'bestbuy'],\n ['name' => \"Moonlight Cocktails [Relic] - CD - Best of\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moonlight-cocktails-relic-cd-best-of/2180589.p?id=308977&skuId=2180589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '724075702521', 'provider' => 'bestbuy'],\n ['name' => \"DALLAS: THE MOVIE COLLECTION (2PC) / (FULL SUB) (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dallas-the-movie-collection-2pc-full-sub-dvd-2-disc/2180599.p?id=2180498&skuId=2180599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180599_sa.jpg\"}', 'upc' => '883929170524', 'provider' => 'bestbuy'],\n ['name' => \"Just to Be With You - CD - Best of\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-to-be-with-you-cd-best-of/2180641.p?id=129646&skuId=2180641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180641.jpg\"}', 'upc' => '724075703122', 'provider' => 'bestbuy'],\n ['name' => \"Oh Gee Oh Gosh - CD - Best of\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oh-gee-oh-gosh-cd-best-of/2180703.p?id=88308&skuId=2180703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180703.jpg\"}', 'upc' => '724075703726', 'provider' => 'bestbuy'],\n ['name' => \"Bart Robley: School of Hard Rocks - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bart-robley-school-of-hard-rocks-dvd/2180705.p?id=1908641&skuId=2180705&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180705', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180705_sa.jpg\"}', 'upc' => '884088283643', 'provider' => 'bestbuy'],\n ['name' => \"Best Of [21 Cuts] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-21-cuts-cd/2180847.p?id=73185&skuId=2180847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180847.jpg\"}', 'upc' => '724075705126', 'provider' => 'bestbuy'],\n ['name' => \"Mexican-American Border Music, Vol. 1: 1928-1958 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mexican-american-border-music-vol-1-1928-1958-cd-various/2180963.p?id=106747&skuId=2180963&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180963', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180963.jpg\"}', 'upc' => '096297700129', 'provider' => 'bestbuy'],\n ['name' => \"Sextetos Cubanos - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sextetos-cubanos-cd-various/2180972.p?id=179505&skuId=2180972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180972_sa.jpg\"}', 'upc' => '096297700327', 'provider' => 'bestbuy'],\n ['name' => \"Greek-Oriental Rebetica-Songs & Dances in the... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greek-oriental-rebetica-songs-dances-in-the-cd-various/2180990.p?id=84154&skuId=2180990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2180990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2180\\/2180990_sa.jpg\"}', 'upc' => '096297700525', 'provider' => 'bestbuy'],\n ['name' => \"Poor But Ambitious: Calypso Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/poor-but-ambitious-calypso-classics-cd/2181007.p?id=85789&skuId=2181007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181007.jpg\"}', 'upc' => '096297701027', 'provider' => 'bestbuy'],\n ['name' => \"Mexico's Pioneer Mariachis, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mexicos-pioneer-mariachis-vol-2-cd/2181016.p?id=90549&skuId=2181016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181016.jpg\"}', 'upc' => '096297701225', 'provider' => 'bestbuy'],\n ['name' => \"Ukrainian Village Music - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ukrainian-village-music-cd-various/2181025.p?id=102739&skuId=2181025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181025.jpg\"}', 'upc' => '096297703021', 'provider' => 'bestbuy'],\n ['name' => \"Dear Dumb Diary - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dear-dumb-diary-cd-original-soundtrack/2181029.p?id=2756001&skuId=2181029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181029_sa.jpg\"}', 'upc' => '780163434323', 'provider' => 'bestbuy'],\n ['name' => \"Page Three - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/page-three-cd/2181034.p?id=133675&skuId=2181034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181034_sa.jpg\"}', 'upc' => '019866901222', 'provider' => 'bestbuy'],\n ['name' => \"Speak a Little Louder [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speak-a-little-louder-pa-digipak-cd/2181038.p?id=2757496&skuId=2181038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181038_sa.jpg\"}', 'upc' => '807315110338', 'provider' => 'bestbuy'],\n ['name' => \"Campfire Memories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/campfire-memories-cd/2181043.p?id=76117&skuId=2181043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181043_sa.jpg\"}', 'upc' => '019866900225', 'provider' => 'bestbuy'],\n ['name' => \"Echoes of Ellington - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/echoes-of-ellington-cd/2181052.p?id=114342&skuId=2181052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181052.jpg\"}', 'upc' => '019866900324', 'provider' => 'bestbuy'],\n ['name' => \"The Digital Page: Page Two - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-digital-page-page-two-cd/2181089.p?id=64907&skuId=2181089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181089.jpg\"}', 'upc' => '019866900621', 'provider' => 'bestbuy'],\n ['name' => \"The King Swings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-king-swings-cd/2181098.p?id=112016&skuId=2181098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181098.jpg\"}', 'upc' => '019866900720', 'provider' => 'bestbuy'],\n ['name' => \"Songs of the Civil War: A Nation Divided - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-of-the-civil-war-a-nation-divided-cd-various/2181105.p?id=76118&skuId=2181105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181105.jpg\"}', 'upc' => '019866900829', 'provider' => 'bestbuy'],\n ['name' => \"A Meeting by the River - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-meeting-by-the-river-cd/2181196.p?id=78608&skuId=2181196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181196_sa.jpg\"}', 'upc' => '760997002929', 'provider' => 'bestbuy'],\n ['name' => \"Just Like a Devil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-like-a-devil-cd/2181203.p?id=101727&skuId=2181203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181203_sa.jpg\"}', 'upc' => '008128044425', 'provider' => 'bestbuy'],\n ['name' => \"Percy Mayfield Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/percy-mayfield-live-cd/2181212.p?id=90913&skuId=2181212&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181212_sa.jpg\"}', 'upc' => '008128044524', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits: Vol 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-vol-2-cd/2181249.p?id=3307529&skuId=2181249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '082333221925', 'provider' => 'bestbuy'],\n ['name' => \"Mambo Chillun: Charly Blues Masterworks, Vol. 19 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mambo-chillun-charly-blues-masterworks-vol-19-cd/2181294.p?id=3173151&skuId=2181294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181294.jpg\"}', 'upc' => '082333159525', 'provider' => 'bestbuy'],\n ['name' => \"Game of Thrones: Season 3 [Blu-ray] (Blu-ray Disc) (7 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 42.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/game-of-thrones-season-3-blu-ray-blu-ray-disc-7-disc/2181353.p?id=2756424&skuId=2181353&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181353', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181353_sa.jpg\"}', 'upc' => '883929330706', 'provider' => 'bestbuy'],\n ['name' => \"Game of Thrones: Season 3 [5 discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 54.99, 'sale_price' => 37.99, 'url' => 'http://www.bestbuy.com/site/game-of-thrones-season-3-5-discs-dvd/2181371.p?id=2756423&skuId=2181371&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181371', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181371.jpg\"}', 'upc' => '883929330713', 'provider' => 'bestbuy'],\n ['name' => \"Come Into The Jungle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-into-the-jungle-cd/2181846.p?id=2844940&skuId=2181846&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2181846', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2181\\/2181846.jpg\"}', 'upc' => '774554500124', 'provider' => 'bestbuy'],\n ['name' => \"Moondance [Expanded Edition] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moondance-expanded-edition-digipak-cd/2182019.p?id=2734608&skuId=2182019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182019_sa.jpg\"}', 'upc' => '081227963842', 'provider' => 'bestbuy'],\n ['name' => \"Everything You Ever Wanted to Know About 60's... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everything-you-ever-wanted-to-know-about-60s-cd-various/2182033.p?id=152452&skuId=2182033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182033_sa.jpg\"}', 'upc' => '737835004124', 'provider' => 'bestbuy'],\n ['name' => \"Moondance [Remastered] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moondance-remastered-cd/2182037.p?id=2734721&skuId=2182037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182037_sa.jpg\"}', 'upc' => '081227963637', 'provider' => 'bestbuy'],\n ['name' => \"Waleeco & Space Kids - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/waleeco-space-kids-cd/2182042.p?id=1896909&skuId=2182042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182042_sa.jpg\"}', 'upc' => '737835004223', 'provider' => 'bestbuy'],\n ['name' => \"Griffin Technology - Flat Aux Stereo Audio Cable - Black\", 'description_short' => \"2.95 ft - 1 x Mini-phone Male Stereo Audio - 1 x Mini-phone Male Stereo Audio - Black\", 'description_long' => \"2.95 ft - 1 x Mini-phone Male Stereo Audio - 1 x Mini-phone Male Stereo Audio - Black\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/griffin-technology-flat-aux-stereo-audio-cable-black/2182057.p?id=1218313331088&skuId=2182057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1308\\/1308097983\\/1308097983_sa.jpg\"}', 'upc' => '685387374410', 'provider' => 'bestbuy'],\n ['name' => \"En el Buzon de Tu Corazón - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/en-el-buzon-de-tu-corazon-cd/2182064.p?id=2760204&skuId=2182064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182064_sa.jpg\"}', 'upc' => '825646406098', 'provider' => 'bestbuy'],\n ['name' => \"Smoke and Mirrors [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smoke-and-mirrors-digipak-cd/2182073.p?id=2743739&skuId=2182073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182073_sa.jpg\"}', 'upc' => '075678684067', 'provider' => 'bestbuy'],\n ['name' => \"Flying Saucer Attack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flying-saucer-attack-cd/2182088.p?id=133908&skuId=2182088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182088_sa.jpg\"}', 'upc' => '783881001129', 'provider' => 'bestbuy'],\n ['name' => \"Through the Storm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/through-the-storm-cd/2182499.p?id=130980&skuId=2182499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182499.jpg\"}', 'upc' => '012414302724', 'provider' => 'bestbuy'],\n ['name' => \"Jams from the Heart [EP] [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jams-from-the-heart-ep-ep-cd/2182541.p?id=189362&skuId=2182541&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182541', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182541.jpg\"}', 'upc' => '093652345223', 'provider' => 'bestbuy'],\n ['name' => \"Twelve Shades of Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twelve-shades-of-light-cd/2182578.p?id=108407&skuId=2182578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182578_sa.jpg\"}', 'upc' => '099144100820', 'provider' => 'bestbuy'],\n ['name' => \"20 Golden Pieces of Patsy Cline - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-golden-pieces-of-patsy-cline-cd/2182612.p?id=169042&skuId=2182612&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2182612', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2182\\/2182612_sa.jpg\"}', 'upc' => '015668200327', 'provider' => 'bestbuy'],\n ['name' => \"Back to the Cross - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-the-cross-cd/2183041.p?id=151975&skuId=2183041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183041.jpg\"}', 'upc' => '750442063827', 'provider' => 'bestbuy'],\n ['name' => \"Saturday Night & Sunday Morning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saturday-night-sunday-morning-cd/2183050.p?id=114863&skuId=2183050&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183050', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183050_sa.jpg\"}', 'upc' => '750442900122', 'provider' => 'bestbuy'],\n ['name' => \"Forbidden Planet [Original Motion Picture... - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forbidden-planet-original-motion-picture-cd-original-soundtrack/2183112.p?id=82629&skuId=2183112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183112.jpg\"}', 'upc' => '052824000124', 'provider' => 'bestbuy'],\n ['name' => \"West African Instrumental Quintet, 1929 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/west-african-instrumental-quintet-1929-cd/2183577.p?id=103816&skuId=2183577&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183577_sa.jpg\"}', 'upc' => '008637501624', 'provider' => 'bestbuy'],\n ['name' => \"Roots of Juju, 1928 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roots-of-juju-1928-cd/2183595.p?id=87528&skuId=2183595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183595.jpg\"}', 'upc' => '008637501822', 'provider' => 'bestbuy'],\n ['name' => \"Caluza's Double Quartet, 1930 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caluzas-double-quartet-1930-cd/2183602.p?id=2472987&skuId=2183602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183602.jpg\"}', 'upc' => '008637501921', 'provider' => 'bestbuy'],\n ['name' => \"The Boogie Woogie Boys - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-boogie-woogie-boys-cd-various/2183693.p?id=179291&skuId=2183693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183693_sa.jpg\"}', 'upc' => '008637402129', 'provider' => 'bestbuy'],\n ['name' => \"Piano Blues: New Orleans Barrelhouse 1960 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-blues-new-orleans-barrelhouse-1960-cd/2183700.p?id=81059&skuId=2183700&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183700', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183700_sa.jpg\"}', 'upc' => '008637405328', 'provider' => 'bestbuy'],\n ['name' => \"My Desire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-desire-cd/2183782.p?id=107706&skuId=2183782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183782.jpg\"}', 'upc' => '008781000127', 'provider' => 'bestbuy'],\n ['name' => \"John Fahey Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-fahey-christmas-album-cd/2183808.p?id=107452&skuId=2183808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183808.jpg\"}', 'upc' => '008781000424', 'provider' => 'bestbuy'],\n ['name' => \"Suite for the Columbia Gorge - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/suite-for-the-columbia-gorge-cd/2183835.p?id=107649&skuId=2183835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183835.jpg\"}', 'upc' => '008781000721', 'provider' => 'bestbuy'],\n ['name' => \"Spirit Of Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spirit-of-christmas-cd/2183853.p?id=82994&skuId=2183853&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183853', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183853.jpg\"}', 'upc' => '008781000929', 'provider' => 'bestbuy'],\n ['name' => \"El Rauncho Grundgé - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-rauncho-grundge-cd/2183871.p?id=135522&skuId=2183871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183871.jpg\"}', 'upc' => '008781001124', 'provider' => 'bestbuy'],\n ['name' => \"Have Mercy-Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/have-mercy-live-cd/2183880.p?id=87358&skuId=2183880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183880_sa.jpg\"}', 'upc' => '008781001223', 'provider' => 'bestbuy'],\n ['name' => \"Returning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/returning-cd/2183899.p?id=82993&skuId=2183899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183899.jpg\"}', 'upc' => '008781001322', 'provider' => 'bestbuy'],\n ['name' => \"Lead Me On - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lead-me-on-cd/2183915.p?id=117457&skuId=2183915&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183915', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183915_sa.jpg\"}', 'upc' => '008781001520', 'provider' => 'bestbuy'],\n ['name' => \"Give It Up to Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/give-it-up-to-love-cd/2183988.p?id=91054&skuId=2183988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2183988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2183\\/2183988_sa.jpg\"}', 'upc' => '092592111523', 'provider' => 'bestbuy'],\n ['name' => \"Still River - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-river-cd/2184013.p?id=81228&skuId=2184013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184013_sa.jpg\"}', 'upc' => '092592111820', 'provider' => 'bestbuy'],\n ['name' => \"Groovin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/groovin-cd/2184166.p?id=64502&skuId=2184166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184166_sa.jpg\"}', 'upc' => '750507600325', 'provider' => 'bestbuy'],\n ['name' => \"Cachao y su Descarga - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cachao-y-su-descarga-cd/2184255.p?id=94094&skuId=2184255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184255.jpg\"}', 'upc' => '053561001320', 'provider' => 'bestbuy'],\n ['name' => \"Shamlet: Political Comedy Of Errors - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shamlet-political-comedy-of-errors-cd/2184424.p?id=76760&skuId=2184424&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184424', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184424_sa.jpg\"}', 'upc' => '095632100624', 'provider' => 'bestbuy'],\n ['name' => \"Stand by Your Dan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stand-by-your-dan-cd/2184433.p?id=76762&skuId=2184433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184433_sa.jpg\"}', 'upc' => '095632100723', 'provider' => 'bestbuy'],\n ['name' => \"Georgie on My Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/georgie-on-my-mind-cd/2184442.p?id=76758&skuId=2184442&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184442', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184442_sa.jpg\"}', 'upc' => '095632100822', 'provider' => 'bestbuy'],\n ['name' => \"Sheik, Rattle & Roll! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sheik-rattle-roll-cd/2184451.p?id=76761&skuId=2184451&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184451', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184451_sa.jpg\"}', 'upc' => '095632100921', 'provider' => 'bestbuy'],\n ['name' => \"76 Bad Loans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/76-bad-loans-cd/2184460.p?id=76756&skuId=2184460&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184460', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184460_sa.jpg\"}', 'upc' => '095632101027', 'provider' => 'bestbuy'],\n ['name' => \"Fools on the Hill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fools-on-the-hill-cd/2184479.p?id=156690&skuId=2184479&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184479', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184479_sa.jpg\"}', 'upc' => '095632101126', 'provider' => 'bestbuy'],\n ['name' => \"Joy of Sax - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joy-of-sax-cd/2184488.p?id=76764&skuId=2184488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184488_sa.jpg\"}', 'upc' => '095632101225', 'provider' => 'bestbuy'],\n ['name' => \"Lord of the Fries - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lord-of-the-fries-cd/2184497.p?id=156691&skuId=2184497&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184497', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184497_sa.jpg\"}', 'upc' => '095632101423', 'provider' => 'bestbuy'],\n ['name' => \"Black Whip/Snake Rhythm Rock - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-whip-snake-rhythm-rock-vinyl/2184816.p?id=2398737&skuId=2184816&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184816', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184816_sa.jpg\"}', 'upc' => '029667274326', 'provider' => 'bestbuy'],\n ['name' => \"The Loop/New and Groovy [LP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-loop-new-and-groovy-lp-cd/2184978.p?id=2416754&skuId=2184978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2184978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2184\\/2184978.jpg\"}', 'upc' => '029667196123', 'provider' => 'bestbuy'],\n ['name' => \"In Europe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-europe-cd/2186093.p?id=1465325&skuId=2186093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186093_sa.jpg\"}', 'upc' => '027312100129', 'provider' => 'bestbuy'],\n ['name' => \"Pictures in a Frame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pictures-in-a-frame-cd/2186119.p?id=1465428&skuId=2186119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186119_sa.jpg\"}', 'upc' => '027312100327', 'provider' => 'bestbuy'],\n ['name' => \"Faces of Hope - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/faces-of-hope-cd/2186164.p?id=1465329&skuId=2186164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186164_sa.jpg\"}', 'upc' => '027312101027', 'provider' => 'bestbuy'],\n ['name' => \"Rainbow Gladiator - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rainbow-gladiator-cd/2186191.p?id=1465217&skuId=2186191&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186191_sa.jpg\"}', 'upc' => '027312101621', 'provider' => 'bestbuy'],\n ['name' => \"Tom Varner Quartet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tom-varner-quartet-cd/2186208.p?id=1465470&skuId=2186208&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186208', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186208_sa.jpg\"}', 'upc' => '027312101720', 'provider' => 'bestbuy'],\n ['name' => \"Schecter - Omen Extreme Floyd Rose 6-String Full-Size Electric Guitar - Vintage Sunburst\", 'description_short' => \"From our expanded online assortment; mahogany and quilted maple body; maple neck; 24-fret rosewood fingerboard; 2 Schecter Diamond Plus humbucking pickups; volume, tone and 3-way switch controls\", 'description_long' => \"From our expanded online assortment; mahogany and quilted maple body; maple neck; 24-fret rosewood fingerboard; 2 Schecter Diamond Plus humbucking pickups; volume, tone and 3-way switch controls\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/schecter-omen-extreme-floyd-rose-6-string-full-size-electric-guitar-vintage-sunburst/2186309.p?id=1218313329327&skuId=2186309', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186309_sa.jpg\"}', 'upc' => '081544700441', 'provider' => 'bestbuy'],\n ['name' => \"It Might as Well Be Spring - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/it-might-as-well-be-spring-cd/2186388.p?id=1465642&skuId=2186388&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '027312104028', 'provider' => 'bestbuy'],\n ['name' => \"Schecter - TSH-1 6-String Full-Size Electric Guitar - Red Reverse Burst\", 'description_short' => \"From our expanded online assortment; maple body; 3-piece maple neck; rosewood fingerboard; 22 frets\", 'description_long' => \"From our expanded online assortment; maple body; 3-piece maple neck; rosewood fingerboard; 22 frets\", 'price' => 549.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/schecter-tsh-1-6-string-full-size-electric-guitar-red-reverse-burst/2186432.p?id=1218313327675&skuId=2186432', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186432_sa.jpg\"}', 'upc' => '081544701127', 'provider' => 'bestbuy'],\n ['name' => \"Regeneration - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/regeneration-cd/2186468.p?id=1465433&skuId=2186468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186468.jpg\"}', 'upc' => '027312105421', 'provider' => 'bestbuy'],\n ['name' => \"Dragonfly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dragonfly-cd/2186501.p?id=1465314&skuId=2186501&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186501', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186501_sa.jpg\"}', 'upc' => '027312105827', 'provider' => 'bestbuy'],\n ['name' => \"You Make Me Smile - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-make-me-smile-cd/2186654.p?id=1465289&skuId=2186654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186654_sa.jpg\"}', 'upc' => '027312107623', 'provider' => 'bestbuy'],\n ['name' => \"Ebu - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ebu-cd/2186752.p?id=1465244&skuId=2186752&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186752', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186752.jpg\"}', 'upc' => '027312108828', 'provider' => 'bestbuy'],\n ['name' => \"Mutant Variations - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mutant-variations-cd/2186789.p?id=1465228&skuId=2186789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186789_sa.jpg\"}', 'upc' => '027312109122', 'provider' => 'bestbuy'],\n ['name' => \"Not Yet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/not-yet-cd/2186878.p?id=1465235&skuId=2186878&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186878', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186878_sa.jpg\"}', 'upc' => '027312110524', 'provider' => 'bestbuy'],\n ['name' => \"Verona Rag - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/verona-rag-cd/2186912.p?id=1465331&skuId=2186912&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186912', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '027312111026', 'provider' => 'bestbuy'],\n ['name' => \"Little Red Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-red-moon-cd/2186930.p?id=1465448&skuId=2186930&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186930', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186930_sa.jpg\"}', 'upc' => '027312111224', 'provider' => 'bestbuy'],\n ['name' => \"Salute to Pops, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/salute-to-pops-vol-1-cd/2186967.p?id=1465443&skuId=2186967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2186967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2186\\/2186967_sa.jpg\"}', 'upc' => '027312111620', 'provider' => 'bestbuy'],\n ['name' => \"GoECOlife - 10-Sheet Microcut Paper Shredder\", 'description_short' => \"Up to 10 sheets per pass; cuts pieces to 0.2&quot; x 0.4&quot;; shred speed of up to 7&#039; per minute; GoECO energy-saving technology; carbon-neutral design; auto start/stop; pullout design; quiet operation\", 'description_long' => \"Up to 10 sheets per pass; cuts pieces to 0.2&quot; x 0.4&quot;; shred speed of up to 7&#039; per minute; GoECO energy-saving technology; carbon-neutral design; auto start/stop; pullout design; quiet operation\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goecolife-10-sheet-microcut-paper-shredder/2187005.p?id=1219070442778&skuId=2187005', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187005_500x500_sa.jpg\"}', 'upc' => '847502002541', 'provider' => 'bestbuy'],\n ['name' => \"Testees: The Complete Series [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/testees-the-complete-series-2-discs-dvd/2187034.p?id=2188325&skuId=2187034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187034_sa.jpg\"}', 'upc' => '741952679493', 'provider' => 'bestbuy'],\n ['name' => \"Ip Man 2: Legend of the Grandmaster (Blu-ray Disc) (Collector's Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => 9.99, 'url' => 'http://www.bestbuy.com/site/ip-man-2-legend-of-the-grandmaster-blu-ray-disc-collectors-edition/2187043.p?id=2181504&skuId=2187043&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187043', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187043.jpg\"}', 'upc' => '812491012079', 'provider' => 'bestbuy'],\n ['name' => \"Waste Land (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/waste-land-dvd/2187052.p?id=2171552&skuId=2187052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187052_sa.jpg\"}', 'upc' => '767685239308', 'provider' => 'bestbuy'],\n ['name' => \"Ip Man 2: Legend of the Grandmaster (DVD) (Collector's Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ip-man-2-legend-of-the-grandmaster-dvd-collectors-edition/2187061.p?id=2181504&skuId=2187061&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187061', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187061_sa.jpg\"}', 'upc' => '812491012062', 'provider' => 'bestbuy'],\n ['name' => \"Down Town - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-town-cd/2187092.p?id=1465375&skuId=2187092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187092_sa.jpg\"}', 'upc' => '027312113129', 'provider' => 'bestbuy'],\n ['name' => \"Mingus' Sounds of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mingus-sounds-of-love-cd/2187190.p?id=1465380&skuId=2187190&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187190', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187190_sa.jpg\"}', 'upc' => '027312114225', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - feather Ultrathin Snap-On Case for Apple® iPhone® SE, 5s and 5 - Mint Green\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; high-density, ultralight Plextonium frame; coated camera ring; snap-on design; soft-touch finish; low-profile design; includes clear screen protector\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; high-density, ultralight Plextonium frame; coated camera ring; snap-on design; soft-touch finish; low-profile design; includes clear screen protector\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/incipio-feather-ultrathin-snap-on-case-for-apple-iphone-se-5s-and-5-mint-green/2187192.p?id=1219070374734&skuId=2187192', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187192_sa.jpg\"}', 'upc' => '840076101122', 'provider' => 'bestbuy'],\n ['name' => \"I Get a Kick Out of Bu - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-get-a-kick-out-of-bu-cd/2187314.p?id=1468238&skuId=2187314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187314.jpg\"}', 'upc' => '027312115529', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - Watson Folio Wallet for Apple® iPhone® 5c - Black\", 'description_short' => \"Compatible with Apple iPhone 5c; vegan leather material; microsuede interior lining; removable Plextonium hard shell case; 3 slots\", 'description_long' => \"Compatible with Apple iPhone 5c; vegan leather material; microsuede interior lining; removable Plextonium hard shell case; 3 slots\", 'price' => 44.99, 'sale_price' => 24.99, 'url' => 'http://www.bestbuy.com/site/incipio-watson-folio-wallet-for-apple-iphone-5c-black/2187339.p?id=1219070371585&skuId=2187339&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187339', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187339_sa.jpg\"}', 'upc' => '840076102150', 'provider' => 'bestbuy'],\n ['name' => \"Liquid Dancers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/liquid-dancers-cd/2187341.p?id=1465312&skuId=2187341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187341.jpg\"}', 'upc' => '027312115826', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - feather SHINE Ultrathin Shell Case for Apple® iPhone® 5c - Silver\", 'description_short' => \"Compatible with Apple iPhone 5c; rigid Plextonium frame; inner EVA pad; volume-button protection; brushed-aluminum finish\", 'description_long' => \"Compatible with Apple iPhone 5c; rigid Plextonium frame; inner EVA pad; volume-button protection; brushed-aluminum finish\", 'price' => 29.99, 'sale_price' => 17.99, 'url' => 'http://www.bestbuy.com/site/incipio-feather-shine-ultrathin-shell-case-for-apple-iphone-5c-silver/2187366.p?id=1219070374929&skuId=2187366', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187366', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187366_sa.jpg\"}', 'upc' => '840076102587', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - feather CF Ultrathin Shell Case for Apple® iPhone® 5c - Gold\", 'description_short' => \"Compatible with Apple iPhone 5c; high-density, ultralight Plextonium frame; radio-transparent material; snap-on design; carbon fiber finish; transparent sides\", 'description_long' => \"Compatible with Apple iPhone 5c; high-density, ultralight Plextonium frame; radio-transparent material; snap-on design; carbon fiber finish; transparent sides\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/incipio-feather-cf-ultrathin-shell-case-for-apple-iphone-5c-gold/2187375.p?id=1219070379306&skuId=2187375', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187375_sa.jpg\"}', 'upc' => '840076102648', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - feather CLEAR Ultralight Snap-On Case for Apple® iPhone® 5c - Clear Purple\", 'description_short' => \"Compatible with Apple iPhone 5c; rigid Plextonium shell; snap-on design; lightweight, low-profile construction; translucent design\", 'description_long' => \"Compatible with Apple iPhone 5c; rigid Plextonium shell; snap-on design; lightweight, low-profile construction; translucent design\", 'price' => 24.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/incipio-feather-clear-ultralight-snap-on-case-for-apple-iphone-5c-clear-purple/2187384.p?id=1219070380927&skuId=2187384', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187384', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187384_sa.jpg\"}', 'upc' => '840076102525', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - [OVRMLD] Case for Apple® iPhone® 5c - Blue/Lime\", 'description_short' => \"Compatible with Apple iPhone 5c; rigid Plextonium shell; impact-resistant Flex2O core; comolded construction; wrap-around design; matte, soft-touch finish\", 'description_long' => \"Compatible with Apple iPhone 5c; rigid Plextonium shell; impact-resistant Flex2O core; comolded construction; wrap-around design; matte, soft-touch finish\", 'price' => 34.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/incipio-ovrmld-case-for-apple-iphone-5c-blue-lime/2187393.p?id=1219070376573&skuId=2187393&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187393', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187393_sa.jpg\"}', 'upc' => '840076102778', 'provider' => 'bestbuy'],\n ['name' => \"Flute Talk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flute-talk-cd/2187412.p?id=1465268&skuId=2187412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187412_sa.jpg\"}', 'upc' => '027312116526', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - HYDE Ultrathin Shell Case For Apple® iPhone® 5c - Red\", 'description_short' => \"Compatible with Apple iPhone 5c; rigid Plextonium frame; soft inner cushion; volume-button protection; ultrathin, ultralightweight design; textile finish\", 'description_long' => \"Compatible with Apple iPhone 5c; rigid Plextonium frame; soft inner cushion; volume-button protection; ultrathin, ultralightweight design; textile finish\", 'price' => 29.99, 'sale_price' => 25.99, 'url' => 'http://www.bestbuy.com/site/incipio-hyde-ultrathin-shell-case-for-apple-iphone-5c-red/2187417.p?id=1219070379176&skuId=2187417', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187417_sa.jpg\"}', 'upc' => '840076102426', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - feather SHINE Ultrathin Shell Case for Apple® iPhone® 5s - Metallic Orange\", 'description_short' => \"Compatible with Apple iPhone 5s; high-density, ultralight Plextonium frame; radio-transparent material; brushed-aluminum finish; low-profile design; includes clear screen protector\", 'description_long' => \"Compatible with Apple iPhone 5s; high-density, ultralight Plextonium frame; radio-transparent material; brushed-aluminum finish; low-profile design; includes clear screen protector\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/incipio-feather-shine-ultrathin-shell-case-for-apple-iphone-5s-metallic-orange/2187426.p?id=1219070374669&skuId=2187426', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187426', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187426_sa.jpg\"}', 'upc' => '840076101993', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - LGND Hard Shell Folio Case for Apple® iPhone® SE, 5s and 5 - Navy Blue\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; rigid Plextonium frame; interior microsuede lining; doubles as a stand; steel-mesh earpiece access; textured front face; includes clear screen protector\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; rigid Plextonium frame; interior microsuede lining; doubles as a stand; steel-mesh earpiece access; textured front face; includes clear screen protector\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/incipio-lgnd-hard-shell-folio-case-for-apple-iphone-se-5s-and-5-navy-blue/2187435.p?id=1219070382081&skuId=2187435&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187435', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187435_sa.jpg\"}', 'upc' => '840076102068', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - NGP Case for Apple® iPhone® 5c - Translucent Mercury\", 'description_short' => \"Compatible with Apple iPhone 5c; soft shell Flex2O material; wrap-around design; smooth matte finish\", 'description_long' => \"Compatible with Apple iPhone 5c; soft shell Flex2O material; wrap-around design; smooth matte finish\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/incipio-ngp-case-for-apple-iphone-5c-translucent-mercury/2187444.p?id=1219070375784&skuId=2187444', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187444_sa.jpg\"}', 'upc' => '840076102303', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - [OVRMLD] Case for Apple® iPhone® SE, 5s and 5 - Pink/Yellow\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; rigid Plextonium shell; impact-resistant NGP core; comolded construction; wrap-around design; matte, soft-touch finish\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; rigid Plextonium shell; impact-resistant NGP core; comolded construction; wrap-around design; matte, soft-touch finish\", 'price' => 34.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/incipio-ovrmld-case-for-apple-iphone-se-5s-and-5-pink-yellow/2187453.p?id=1219070378463&skuId=2187453', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187453', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1309\\/1309760732\\/1309760732_sa.jpg\"}', 'upc' => '840076101252', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - BRIG Case for Apple® iPhone® 5c - Pink, White\", 'description_short' => \"iPhone - Pink, White - Checkered Pattern, Two-tone\", 'description_long' => \"iPhone - Pink, White - Checkered Pattern, Two-tone\", 'price' => 29.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/incipio-brig-case-for-apple-iphone-5c-pink-white/2187462.p?id=1219070378730&skuId=2187462&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187462', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187462_sa.jpg\"}', 'upc' => '840076102280', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - STOWAWAY Card Case for Apple® iPhone® SE, 5s and 5 - White/Lime\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; built-in Kickstand; rigid Plextonium frame; semirigid NGP soft shell core; rear card compartment; gloss finish; includes rear film and screen protectors\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; built-in Kickstand; rigid Plextonium frame; semirigid NGP soft shell core; rear card compartment; gloss finish; includes rear film and screen protectors\", 'price' => 34.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/incipio-stowaway-card-case-for-apple-iphone-se-5s-and-5-white-lime/2187471.p?id=1219070372567&skuId=2187471', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1309\\/1309800971\\/1309800971_sa.jpg\"}', 'upc' => '840076101313', 'provider' => 'bestbuy'],\n ['name' => \"Misterioso - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/misterioso-cd/2187494.p?id=1465394&skuId=2187494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '027312117424', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - MARCO Hard Shell Pouch for Apple® iPhone® SE, 5s and 5 - Obsidian Black/Gold\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; rigid Plextonium frame; interior microsuede lining; internal NGP inserts; custom speaker openings; soft-touch finish; chrome detailing\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; rigid Plextonium frame; interior microsuede lining; internal NGP inserts; custom speaker openings; soft-touch finish; chrome detailing\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/incipio-marco-hard-shell-pouch-for-apple-iphone-se-5s-and-5-obsidian-black-gold/2187506.p?id=1219070374273&skuId=2187506', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187506', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187506_sa.jpg\"}', 'upc' => '840076102044', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - EDGE PRO Hard Shell Slider Case for Apple® iPhone® 5 and 5s - Purple/Pink\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; rigid Plextonium frame; semirigid NGP soft shell core; 2-part, comolded slider design; play-through design; gloss frame finish\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; rigid Plextonium frame; semirigid NGP soft shell core; 2-part, comolded slider design; play-through design; gloss frame finish\", 'price' => 34.99, 'sale_price' => 25.99, 'url' => 'http://www.bestbuy.com/site/incipio-edge-pro-hard-shell-slider-case-for-apple-iphone-5-and-5s-purple-pink/2187515.p?id=1219070381785&skuId=2187515', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187515', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187515_sa.jpg\"}', 'upc' => '840076101184', 'provider' => 'bestbuy'],\n ['name' => \"Epistrophy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/epistrophy-cd/2187519.p?id=1465236&skuId=2187519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187519_sa.jpg\"}', 'upc' => '027312117721', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - EDGE SHINE Slider Case for Apple® iPhone® 5 and 5s - Metallic Pink\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; rigid Plextonium material; 2-piece sliding design; brushed-aluminum finish\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; rigid Plextonium material; 2-piece sliding design; brushed-aluminum finish\", 'price' => 34.99, 'sale_price' => 27.99, 'url' => 'http://www.bestbuy.com/site/incipio-edge-shine-slider-case-for-apple-iphone-5-and-5s-metallic-pink/2187524.p?id=1219070382242&skuId=2187524', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187524_sa.jpg\"}', 'upc' => '840076102099', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - NGP Case for Apple® iPhone® SE, 5s and 5 - Translucent Blue\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; semirigid NGP soft shell; wrap-around design; smooth matte finish; includes screen protector\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; semirigid NGP soft shell; wrap-around design; smooth matte finish; includes screen protector\", 'price' => 19.99, 'sale_price' => 13.99, 'url' => 'http://www.bestbuy.com/site/incipio-ngp-case-for-apple-iphone-se-5s-and-5-translucent-blue/2187542.p?id=1219070374006&skuId=2187542&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187542', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1309\\/1309760787\\/1309760787_sa.jpg\"}', 'upc' => '840076101917', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - FREQUENCY Case for Apple® iPhone® SE, 5s and 5 - Translucent Yellow\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; semirigid NGP soft shell; comolded camera ring; low-profile fit; wrap-around design; matte/gloss graphic finish; includes clear screen protector and video stand\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; semirigid NGP soft shell; comolded camera ring; low-profile fit; wrap-around design; matte/gloss graphic finish; includes clear screen protector and video stand\", 'price' => 24.99, 'sale_price' => 16.99, 'url' => 'http://www.bestbuy.com/site/incipio-frequency-case-for-apple-iphone-se-5s-and-5-translucent-yellow/2187551.p?id=1219070381935&skuId=2187551', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187551', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1309\\/1309760770\\/1309760770_sa.jpg\"}', 'upc' => '840076101887', 'provider' => 'bestbuy'],\n ['name' => \"Live at Verona Jazz Festival: 1988 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-verona-jazz-festival-1988-cd/2187573.p?id=1465262&skuId=2187573&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187573', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187573_sa.jpg\"}', 'upc' => '027312118322', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - DualPro SHINE Case for Apple® iPhone® 5c - Silver/Black\", 'description_short' => \"Compatible with Apple iPhone 5c; rigid Plextonium outer shell; dLAST inner layer; radio-transparent material; brushed-aluminum finish\", 'description_long' => \"Compatible with Apple iPhone 5c; rigid Plextonium outer shell; dLAST inner layer; radio-transparent material; brushed-aluminum finish\", 'price' => 34.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/incipio-dualpro-shine-case-for-apple-iphone-5c-silver-black/2187597.p?id=1219070373086&skuId=2187597', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187597_sa.jpg\"}', 'upc' => '840076102716', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - DualPro Case for Apple® iPhone® 5c - Pink/Gray\", 'description_short' => \"Compatible with Apple iPhone 5c; rigid Plextonium outer shell; dLAST interior shell; 2-piece design; soft-touch matte finish\", 'description_long' => \"Compatible with Apple iPhone 5c; rigid Plextonium outer shell; dLAST interior shell; 2-piece design; soft-touch matte finish\", 'price' => 29.99, 'sale_price' => 22.99, 'url' => 'http://www.bestbuy.com/site/incipio-dualpro-case-for-apple-iphone-5c-pink-gray/2187606.p?id=1219070377168&skuId=2187606', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187606', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187606_sa.jpg\"}', 'upc' => '840076102709', 'provider' => 'bestbuy'],\n ['name' => \"Valve, No. 10 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/valve-no-10-cd/2187608.p?id=1468237&skuId=2187608&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187608', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187608_sa.jpg\"}', 'upc' => '027312118629', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - FAXION Hard Shell Case for Apple® iPhone® SE, 5s and 5 - Blue/Hazy Gray\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; rigid Plextonium frame; semirigid NGP soft shell core; expansion joint; comolded, 1-part design; gloss finish; includes clear screen protector\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; rigid Plextonium frame; semirigid NGP soft shell core; expansion joint; comolded, 1-part design; gloss finish; includes clear screen protector\", 'price' => 34.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/incipio-faxion-hard-shell-case-for-apple-iphone-se-5s-and-5-blue-hazy-gray/2187615.p?id=1219070381850&skuId=2187615', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1309\\/1309760718\\/1309760718_sa.jpg\"}', 'upc' => '840076101153', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - KICKSNAP Case for Apple® iPhone® SE, 5s and 5 - Red/Gray\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; built-in Kickstand; rigid Plextonium frame; semirigid NGP soft shell core; comolded, 1-part design with raised core; gloss finish; includes clear screen protector\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; built-in Kickstand; rigid Plextonium frame; semirigid NGP soft shell core; comolded, 1-part design with raised core; gloss finish; includes clear screen protector\", 'price' => 34.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/incipio-kicksnap-case-for-apple-iphone-se-5s-and-5-red-gray/2187624.p?id=1219070375914&skuId=2187624&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187624', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1309\\/1309760794\\/1309760794_sa.jpg\"}', 'upc' => '840076101962', 'provider' => 'bestbuy'],\n ['name' => \"Notes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/notes-cd/2187635.p?id=1465242&skuId=2187635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187635_sa.jpg\"}', 'upc' => '027312119022', 'provider' => 'bestbuy'],\n ['name' => \"Incipio - EDGE Hard Shell Slider Case for Apple® iPhone® 5 and 5s - Orange\", 'description_short' => \"Compatible with Apple iPhone 5 and 5s; rigid Plextonium frame; 2-part sliding design; soft-touch finish; includes clear screen protector\", 'description_long' => \"Compatible with Apple iPhone 5 and 5s; rigid Plextonium frame; 2-part sliding design; soft-touch finish; includes clear screen protector\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/incipio-edge-hard-shell-slider-case-for-apple-iphone-5-and-5s-orange/2187642.p?id=1219070379832&skuId=2187642', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187642_sa.jpg\"}', 'upc' => '840076102082', 'provider' => 'bestbuy'],\n ['name' => \"The Tree - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tree-cd/2187671.p?id=1465363&skuId=2187671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187671_sa.jpg\"}', 'upc' => '027312119527', 'provider' => 'bestbuy'],\n ['name' => \"Abracadabra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/abracadabra-cd/2187733.p?id=1465591&skuId=2187733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '027312120127', 'provider' => 'bestbuy'],\n ['name' => \"More Monk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-monk-cd/2187797.p?id=1465352&skuId=2187797&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187797', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '027312121025', 'provider' => 'bestbuy'],\n ['name' => \"The Human Factor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-human-factor-cd/2187804.p?id=1465227&skuId=2187804&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187804', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187804.jpg\"}', 'upc' => '027312121223', 'provider' => 'bestbuy'],\n ['name' => \"Tribute to Stuff Smith - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tribute-to-stuff-smith-cd/2187822.p?id=1468246&skuId=2187822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187822_sa.jpg\"}', 'upc' => '027312121629', 'provider' => 'bestbuy'],\n ['name' => \"Lenovo - Iomega 4-Bay External Network Storage (NAS) - Black\", 'description_short' => \"Gigabit Ethernet connectivity; Marvell Armada XP dual-core processor; 512MB DDR3 SDRAM; EMC LifeLine operating system; LenovoEMC Personal Cloud technology; iSCSI block access\", 'description_long' => \"Gigabit Ethernet connectivity; Marvell Armada XP dual-core processor; 512MB DDR3 SDRAM; EMC LifeLine operating system; LenovoEMC Personal Cloud technology; iSCSI block access\", 'price' => 269.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lenovo-iomega-4-bay-external-network-storage-nas-black/2187842.p?id=1219070172654&skuId=2187842', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187842_sa.jpg\"}', 'upc' => '887770963496', 'provider' => 'bestbuy'],\n ['name' => \"OtterBox - Commuter Series Wallet Case for Samsung Galaxy S 4 Cell Phones - Primrose\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; polycarbonate and silicone materials; inner slipcover; sliding drawer; includes self-adhering screen protector\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; polycarbonate and silicone materials; inner slipcover; sliding drawer; includes self-adhering screen protector\", 'price' => 44.99, 'sale_price' => 34.99, 'url' => 'http://www.bestbuy.com/site/otterbox-commuter-series-wallet-case-for-samsung-galaxy-s-4-cell-phones-primrose/2187933.p?id=1219070174044&skuId=2187933', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187933', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187933_sa.jpg\"}', 'upc' => '660543025733', 'provider' => 'bestbuy'],\n ['name' => \"OtterBox - Defender Series Case for LG G2 Cell Phones (Sprint, T-Cell) - Black\", 'description_short' => \"Compatible with LG G2 cell phones (Sprint, T-cell); polycarbonate shell; silicone skin; thermal-formed clear membrane; play-through design\", 'description_long' => \"Compatible with LG G2 cell phones (Sprint, T-cell); polycarbonate shell; silicone skin; thermal-formed clear membrane; play-through design\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/otterbox-defender-series-case-for-lg-g2-cell-phones-sprint-t-cell-black/2187942.p?id=1219070175342&skuId=2187942&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187942', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187942_sa.jpg\"}', 'upc' => '660543026754', 'provider' => 'bestbuy'],\n ['name' => \"R.I.P.D. (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/r-i-p-d-dvd/2187951.p?id=2755392&skuId=2187951&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187951', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187951_sa.jpg\"}', 'upc' => '025192123672', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-cd/2187975.p?id=1465668&skuId=2187975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '027312123524', 'provider' => 'bestbuy'],\n ['name' => \"R.I.P.D. (Blu-ray Disc) (2 Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => 7.99, 'url' => 'http://www.bestbuy.com/site/r-i-p-d-blu-ray-disc-2-disc-ultraviolet-digital-copy/2187979.p?id=2755392&skuId=2187979&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187979', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187979_sa.jpg\"}', 'upc' => '025192123665', 'provider' => 'bestbuy'],\n ['name' => \"R.I.P.D. (Blu-ray 3D) (3 Disc) (3-D) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/r-i-p-d-blu-ray-3d-3-disc-3-d-ultraviolet-digital-copy/2187988.p?id=2755392&skuId=2187988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187988_sa.jpg\"}', 'upc' => '025192205804', 'provider' => 'bestbuy'],\n ['name' => \"Sankofa/Rear Garde - CD - Italy\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sankofa-rear-garde-cd-italy/2187993.p?id=1465246&skuId=2187993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187993_sa.jpg\"}', 'upc' => '027312123821', 'provider' => 'bestbuy'],\n ['name' => \"Vornado - 154 Tower Circulator Fan - Black\", 'description_short' => \"V-Flow technology; 4 speeds; powerful motor; contoured air outlets; LED timer; whisper-quiet operation\", 'description_long' => \"V-Flow technology; 4 speeds; powerful motor; contoured air outlets; LED timer; whisper-quiet operation\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vornado-154-tower-circulator-fan-black/2187997.p?id=1219070440486&skuId=2187997&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2187997', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2187\\/2187997_sa.jpg\"}', 'upc' => '043765006696', 'provider' => 'bestbuy'],\n ['name' => \"Vornado - 673 Air Circulator Fan - Black\", 'description_short' => \"Vortex technology; 3-speed control knob; whisper-quiet operation; removable grille\", 'description_long' => \"Vortex technology; 3-speed control knob; whisper-quiet operation; removable grille\", 'price' => 64.99, 'sale_price' => 45.99, 'url' => 'http://www.bestbuy.com/site/vornado-673-air-circulator-fan-black/2188004.p?id=1219070442691&skuId=2188004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188004_500x500_sa.jpg\"}', 'upc' => '043765005675', 'provider' => 'bestbuy'],\n ['name' => \"Vornado - Zippi Personal Fan - Black\", 'description_short' => \"2 speeds; adjustable head; soft nylon blades; powerful motor; space-saving, fold-down design; whisper-quiet operation\", 'description_long' => \"2 speeds; adjustable head; soft nylon blades; powerful motor; space-saving, fold-down design; whisper-quiet operation\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vornado-zippi-personal-fan-black/2188013.p?id=1219070438653&skuId=2188013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188013_sa.jpg\"}', 'upc' => '043765004265', 'provider' => 'bestbuy'],\n ['name' => \"Seasons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seasons-cd/2188046.p?id=1465634&skuId=2188046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188046_sa.jpg\"}', 'upc' => '027312124521', 'provider' => 'bestbuy'],\n ['name' => \"Inside - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inside-cd/2188126.p?id=1465309&skuId=2188126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188126.jpg\"}', 'upc' => '027312125429', 'provider' => 'bestbuy'],\n ['name' => \"My Panamanian Friend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-panamanian-friend-cd/2188153.p?id=1465676&skuId=2188153&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188153', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188153_sa.jpg\"}', 'upc' => '027312126525', 'provider' => 'bestbuy'],\n ['name' => \"UFC 163: Aldo vs. Korean Zombie (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ufc-163-aldo-vs-korean-zombie-dvd-2-disc/2188155.p?id=2752384&skuId=2188155&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188155_sa.jpg\"}', 'upc' => '013132602899', 'provider' => 'bestbuy'],\n ['name' => \"The Underground Railroad to My Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-underground-railroad-to-my-heart-cd/2188162.p?id=1465661&skuId=2188162&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188162', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188162_sa.jpg\"}', 'upc' => '027312126723', 'provider' => 'bestbuy'],\n ['name' => \"Lovelace (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lovelace-dvd/2188164.p?id=2757238&skuId=2188164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188164_sa.jpg\"}', 'upc' => '013132609126', 'provider' => 'bestbuy'],\n ['name' => \"Remembering the Moment - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remembering-the-moment-cd/2188180.p?id=1465666&skuId=2188180&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188180', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188180_sa.jpg\"}', 'upc' => '027312127829', 'provider' => 'bestbuy'],\n ['name' => \"Lovelace (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lovelace-blu-ray-disc/2188182.p?id=2757238&skuId=2188182&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188182', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188182_sa.jpg\"}', 'upc' => '013132609140', 'provider' => 'bestbuy'],\n ['name' => \"Turbo (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turbo-dvd/2188191.p?id=2763139&skuId=2188191&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188191_sa.jpg\"}', 'upc' => '024543870425', 'provider' => 'bestbuy'],\n ['name' => \"Prophecy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/prophecy-cd/2188206.p?id=1465675&skuId=2188206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188206_sa.jpg\"}', 'upc' => '027312128727', 'provider' => 'bestbuy'],\n ['name' => \"Lampi (Lightnings) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lampi-lightnings-cd/2188215.p?id=2305357&skuId=2188215&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188215', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188215.jpg\"}', 'upc' => '027312129021', 'provider' => 'bestbuy'],\n ['name' => \"Rockin' the Juke Joint Down - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-the-juke-joint-down-cd/2188251.p?id=1446313&skuId=2188251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188251.jpg\"}', 'upc' => '739788490122', 'provider' => 'bestbuy'],\n ['name' => \"The Oil Man - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-oil-man-cd/2188260.p?id=1446315&skuId=2188260&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188260', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188260_sa.jpg\"}', 'upc' => '739788491020', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Prowler - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-prowler-cd/2188279.p?id=1536261&skuId=2188279&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188279', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188279.jpg\"}', 'upc' => '739788491426', 'provider' => 'bestbuy'],\n ['name' => \"Be Careful How You Vote - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/be-careful-how-you-vote-cd/2188288.p?id=1565686&skuId=2188288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188288_sa.jpg\"}', 'upc' => '739788491525', 'provider' => 'bestbuy'],\n ['name' => \"Turbo (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turbo-blu-ray-disc-2-disc/2188301.p?id=2763139&skuId=2188301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188301_sa.jpg\"}', 'upc' => '024543889489', 'provider' => 'bestbuy'],\n ['name' => \"Tell My Story Movin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tell-my-story-movin-cd/2188313.p?id=1450871&skuId=2188313&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188313', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188313.jpg\"}', 'upc' => '739788491921', 'provider' => 'bestbuy'],\n ['name' => \"Turbo (Blu-ray Disc) (2 Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turbo-blu-ray-disc-2-disc-ultraviolet-digital-copy/2188329.p?id=2763139&skuId=2188329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188329_sa.jpg\"}', 'upc' => '024543870814', 'provider' => 'bestbuy'],\n ['name' => \"Delta Bluesman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/delta-bluesman-cd/2188331.p?id=1450870&skuId=2188331&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188331', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188331_sa.jpg\"}', 'upc' => '739788492225', 'provider' => 'bestbuy'],\n ['name' => \"Paranoia (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paranoia-dvd/2188338.p?id=2767059&skuId=2188338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188338_sa.jpg\"}', 'upc' => '024543861898', 'provider' => 'bestbuy'],\n ['name' => \"Turbo (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turbo-dvd/2188347.p?id=2763139&skuId=2188347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188347_sa.jpg\"}', 'upc' => '024543870371', 'provider' => 'bestbuy'],\n ['name' => \"Turbo (Blu-ray 3D) (3 Disc) (3-D) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turbo-blu-ray-3d-3-disc-3-d-ultraviolet-digital-copy/2188356.p?id=2763139&skuId=2188356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188356_sa.jpg\"}', 'upc' => '024543870906', 'provider' => 'bestbuy'],\n ['name' => \"Wiggin' Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wiggin-out-cd/2188368.p?id=1446311&skuId=2188368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188368.jpg\"}', 'upc' => '739788492621', 'provider' => 'bestbuy'],\n ['name' => \"Tender Shepherd - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tender-shepherd-cd/2188590.p?id=96836&skuId=2188590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188590_sa.jpg\"}', 'upc' => '090167011223', 'provider' => 'bestbuy'],\n ['name' => \"A Closer Walk With Thee - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-closer-walk-with-thee-cd/2188643.p?id=105567&skuId=2188643&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188643', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188643_sa.jpg\"}', 'upc' => '090167011728', 'provider' => 'bestbuy'],\n ['name' => \"Zebra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zebra-cd/2188698.p?id=249750&skuId=2188698&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188698', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188698_sa.jpg\"}', 'upc' => '710697222622', 'provider' => 'bestbuy'],\n ['name' => \"Magnolia Jazz Band & Art Hodes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magnolia-jazz-band-art-hodes-cd/2188787.p?id=288201&skuId=2188787&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188787', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188787_sa.jpg\"}', 'upc' => '762247517122', 'provider' => 'bestbuy'],\n ['name' => \"Auf Wiedersehen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/auf-wiedersehen-cd/2188796.p?id=288247&skuId=2188796&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188796', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188796_sa.jpg\"}', 'upc' => '762247531623', 'provider' => 'bestbuy'],\n ['name' => \"From New Orleans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-new-orleans-cd/2188803.p?id=288236&skuId=2188803&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188803_sa.jpg\"}', 'upc' => '762247531920', 'provider' => 'bestbuy'],\n ['name' => \"Hooked on Ragtime, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hooked-on-ragtime-vol-1-cd/2188812.p?id=288197&skuId=2188812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188812_sa.jpg\"}', 'upc' => '762247532125', 'provider' => 'bestbuy'],\n ['name' => \"Magnify Him - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magnify-him-cd/2188867.p?id=95523&skuId=2188867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188867_sa.jpg\"}', 'upc' => '048021801121', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2188876.p?id=187637&skuId=2188876&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2188876', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2188\\/2188876.jpg\"}', 'upc' => '048021801220', 'provider' => 'bestbuy'],\n ['name' => \"Bean and Ben (1944-1945) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bean-and-ben-1944-1945-cd/2189036.p?id=1410710&skuId=2189036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189036.jpg\"}', 'upc' => '008637200428', 'provider' => 'bestbuy'],\n ['name' => \"Valaida, Vol. 2: 1935-1940 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/valaida-vol-2-1935-1940-cd/2189143.p?id=1399708&skuId=2189143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189143_sa.jpg\"}', 'upc' => '008637201821', 'provider' => 'bestbuy'],\n ['name' => \"1942-1944 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1942-1944-cd/2189152.p?id=1396570&skuId=2189152&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189152_sa.jpg\"}', 'upc' => '008637201920', 'provider' => 'bestbuy'],\n ['name' => \"Don Baretto, Vol. 2 (1935-1936) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/don-baretto-vol-2-1935-1936-cd/2189161.p?id=1415329&skuId=2189161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189161_sa.jpg\"}', 'upc' => '008637202026', 'provider' => 'bestbuy'],\n ['name' => \"Hot Music from Cuba 1907-1936 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-music-from-cuba-1907-1936-cd-various/2189198.p?id=1578194&skuId=2189198&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189198', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189198_sa.jpg\"}', 'upc' => '008637202323', 'provider' => 'bestbuy'],\n ['name' => \"San Francisco Jazz 1930-1932: The Flexo... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/san-francisco-jazz-1930-1932-the-flexo-cd-various/2189214.p?id=1396572&skuId=2189214&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189214_sa.jpg\"}', 'upc' => '008637202521', 'provider' => 'bestbuy'],\n ['name' => \"1936-1937 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1936-1937-cd/2189223.p?id=1396629&skuId=2189223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189223_sa.jpg\"}', 'upc' => '008637202729', 'provider' => 'bestbuy'],\n ['name' => \"1931-1937 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1931-1937-cd/2189250.p?id=1531423&skuId=2189250&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189250', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189250_sa.jpg\"}', 'upc' => '008637203122', 'provider' => 'bestbuy'],\n ['name' => \"Don Baretto 1939-1943 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/don-baretto-1939-1943-cd/2189296.p?id=1578197&skuId=2189296&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189296', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189296_sa.jpg\"}', 'upc' => '008637203627', 'provider' => 'bestbuy'],\n ['name' => \"1931-1934, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1931-1934-vol-2-cd/2189321.p?id=1416286&skuId=2189321&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189321', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189321_sa.jpg\"}', 'upc' => '008637204129', 'provider' => 'bestbuy'],\n ['name' => \"Very First Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/very-first-recordings-cd/2189376.p?id=282372&skuId=2189376&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189376', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189376_sa.jpg\"}', 'upc' => '762247101024', 'provider' => 'bestbuy'],\n ['name' => \"Oxford Series, Vol. 10 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oxford-series-vol-10-cd/2189385.p?id=290676&skuId=2189385&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189385', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189385.jpg\"}', 'upc' => '762247103028', 'provider' => 'bestbuy'],\n ['name' => \"New York Town Hall 1947 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-york-town-hall-1947-cd/2189394.p?id=290669&skuId=2189394&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189394', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189394_sa.jpg\"}', 'upc' => '762247104629', 'provider' => 'bestbuy'],\n ['name' => \"The Dance Hall Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dance-hall-years-cd/2189401.p?id=290675&skuId=2189401&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189401', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189401_sa.jpg\"}', 'upc' => '762247104827', 'provider' => 'bestbuy'],\n ['name' => \"At Herbert Otto's Party (1949) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-herbert-ottos-party-1949-cd/2189410.p?id=154509&skuId=2189410&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189410', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189410_sa.jpg\"}', 'upc' => '762247107422', 'provider' => 'bestbuy'],\n ['name' => \"The Classic Ellis Marsalis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-classic-ellis-marsalis-cd/2189544.p?id=231875&skuId=2189544&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189544', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189544_sa.jpg\"}', 'upc' => '029667011624', 'provider' => 'bestbuy'],\n ['name' => \"Roots of Modern Jazz: The 1948 Sensation... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roots-of-modern-jazz-the-1948-sensation-cd-various/2189553.p?id=179085&skuId=2189553&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2189553', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2189\\/2189553_sa.jpg\"}', 'upc' => '029667011723', 'provider' => 'bestbuy'],\n ['name' => \"Every Day (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/every-day-dvd/2190138.p?id=2181187&skuId=2190138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190138_sa.jpg\"}', 'upc' => '014381687026', 'provider' => 'bestbuy'],\n ['name' => \"The Resident (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-resident-dvd/2190147.p?id=2181192&skuId=2190147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190147_sa.jpg\"}', 'upc' => '014381702828', 'provider' => 'bestbuy'],\n ['name' => \"Relaxation Body, Mind & Spirit [Box] [Box] - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 41.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/relaxation-body-mind-spirit-box-box-various-cd/2190159.p?id=184161&skuId=2190159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190159.jpg\"}', 'upc' => '071083300028', 'provider' => 'bestbuy'],\n ['name' => \"Rhyme and Punishment (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rhyme-and-punishment-dvd/2190165.p?id=2181181&skuId=2190165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190165_sa.jpg\"}', 'upc' => '014381486827', 'provider' => 'bestbuy'],\n ['name' => \"50 Irish Pub Sing A Longs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/50-irish-pub-sing-a-longs-cd/2190364.p?id=1834262&skuId=2190364&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190364_sa.jpg\"}', 'upc' => '071083371028', 'provider' => 'bestbuy'],\n ['name' => \"Savvy Show Stoppers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/savvy-show-stoppers-cd/2190550.p?id=98451&skuId=2190550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190550_sa.jpg\"}', 'upc' => '723248100928', 'provider' => 'bestbuy'],\n ['name' => \"Sport Fishin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sport-fishin-cd/2190603.p?id=98452&skuId=2190603&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190603', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190603.jpg\"}', 'upc' => '723248101727', 'provider' => 'bestbuy'],\n ['name' => \"The Longest Line [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-longest-line-ep-cd/2190827.p?id=93483&skuId=2190827&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190827', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190827_sa.jpg\"}', 'upc' => '751097050323', 'provider' => 'bestbuy'],\n ['name' => \"Daily Grind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/daily-grind-cd/2190845.p?id=93461&skuId=2190845&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190845', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190845_sa.jpg\"}', 'upc' => '751097050729', 'provider' => 'bestbuy'],\n ['name' => \"Don't Turn Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-turn-away-cd/2190863.p?id=81864&skuId=2190863&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2190863', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2190\\/2190863.jpg\"}', 'upc' => '751097051528', 'provider' => 'bestbuy'],\n ['name' => \"Google Play - $15 Gift Cards (3-Pack)\", 'description_short' => \"Compatible with Google Play content on the Web and most tablets and cell phones with an Android operating system; redeemable for music, movies, books, apps and more; includes 3 $15 gift cards\", 'description_long' => \"Compatible with Google Play content on the Web and most tablets and cell phones with an Android operating system; redeemable for music, movies, books, apps and more; includes 3 $15 gift cards\", 'price' => 45, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/google-play-15-gift-cards-3-pack/2191001.p?id=1219531553443&skuId=2191001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191001_sa.jpg\"}', 'upc' => '799366317401', 'provider' => 'bestbuy'],\n ['name' => \"The Wonderful 101 - PRE-OWNED - Nintendo Wii U\", 'description_short' => \"There&#039;s no &quot;I&quot; in superhero\", 'description_long' => \"There&#039;s no &quot;I&quot; in superhero\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-wonderful-101-pre-owned-nintendo-wii-u/2191074.p?id=1219070173111&skuId=2191074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191074_sa.jpg\"}', 'upc' => '799007835592', 'provider' => 'bestbuy'],\n ['name' => \"LEGO Battles: Ninjago - Nintendo DS\", 'description_short' => \"Put your ninja skills to the ultimate test\", 'description_long' => \"Put your ninja skills to the ultimate test\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lego-battles-ninjago-nintendo-ds/2191085.p?id=1218313319052&skuId=2191085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191085_sa.jpg\"}', 'upc' => '883929172184', 'provider' => 'bestbuy'],\n ['name' => \"Somewhere (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somewhere-blu-ray-disc/2191094.p?id=2193393&skuId=2191094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191094_sa.jpg\"}', 'upc' => '025192047701', 'provider' => 'bestbuy'],\n ['name' => \"Somewhere (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somewhere-dvd/2191119.p?id=2193393&skuId=2191119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191119_sa.jpg\"}', 'upc' => '025192047695', 'provider' => 'bestbuy'],\n ['name' => \"From the Cradle to the Grave - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-the-cradle-to-the-grave-cd/2191130.p?id=100703&skuId=2191130&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191130', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191130_sa.jpg\"}', 'upc' => '718750702821', 'provider' => 'bestbuy'],\n ['name' => \"Worlds Apart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worlds-apart-cd/2191149.p?id=2151385&skuId=2191149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191149_sa.jpg\"}', 'upc' => '718750735225', 'provider' => 'bestbuy'],\n ['name' => \"29:29 Split Vision - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2929-split-vision-cd/2191167.p?id=2151384&skuId=2191167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191167_sa.jpg\"}', 'upc' => '718750735423', 'provider' => 'bestbuy'],\n ['name' => \"Paint as a Fragrance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paint-as-a-fragrance-cd/2191309.p?id=97027&skuId=2191309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191309_sa.jpg\"}', 'upc' => '723248200222', 'provider' => 'bestbuy'],\n ['name' => \"Old School - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-school-cd/2191327.p?id=98367&skuId=2191327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191327.jpg\"}', 'upc' => '723248200420', 'provider' => 'bestbuy'],\n ['name' => \"Drive Like Jehu - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/drive-like-jehu-cd/2191354.p?id=80977&skuId=2191354&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191354', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191354_sa.jpg\"}', 'upc' => '723248200727', 'provider' => 'bestbuy'],\n ['name' => \"Sophomore Jinx! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sophomore-jinx-cd/2191372.p?id=93897&skuId=2191372&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191372', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191372.jpg\"}', 'upc' => '723248200925', 'provider' => 'bestbuy'],\n ['name' => \"Shrunken Head - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shrunken-head-cd/2191443.p?id=79991&skuId=2191443&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191443', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191443_sa.jpg\"}', 'upc' => '723248202424', 'provider' => 'bestbuy'],\n ['name' => \"Amazing Undersea Adventures of Aqua Kitty and... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amazing-undersea-adventures-of-aqua-kitty-and-cd/2191470.p?id=85159&skuId=2191470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191470_sa.jpg\"}', 'upc' => '723248202721', 'provider' => 'bestbuy'],\n ['name' => \"Out the Shizzy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-the-shizzy-cd/2191489.p?id=98369&skuId=2191489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191489.jpg\"}', 'upc' => '723248202820', 'provider' => 'bestbuy'],\n ['name' => \"The Chief Assassin to the Sinister - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chief-assassin-to-the-sinister-cd/2191498.p?id=101798&skuId=2191498&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191498', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191498.jpg\"}', 'upc' => '723248203025', 'provider' => 'bestbuy'],\n ['name' => \"Home Improvements - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/home-improvements-cd/2191504.p?id=110590&skuId=2191504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191504.jpg\"}', 'upc' => '723248203223', 'provider' => 'bestbuy'],\n ['name' => \"Very, Very Powerful Motor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/very-very-powerful-motor-cd/2191602.p?id=81987&skuId=2191602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191602.jpg\"}', 'upc' => '053254001125', 'provider' => 'bestbuy'],\n ['name' => \"One Way Rocket to Kicksville - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-way-rocket-to-kicksville-cd/2191620.p?id=100655&skuId=2191620&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191620', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191620_sa.jpg\"}', 'upc' => '053254006625', 'provider' => 'bestbuy'],\n ['name' => \"Paper Doll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paper-doll-cd/2191639.p?id=94927&skuId=2191639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191639.jpg\"}', 'upc' => '053254006823', 'provider' => 'bestbuy'],\n ['name' => \"Wanna Smash Sensation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wanna-smash-sensation-cd/2191657.p?id=76311&skuId=2191657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191657_sa.jpg\"}', 'upc' => '053254033324', 'provider' => 'bestbuy'],\n ['name' => \"...And His Orchestra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/-and-his-orchestra-cd/2191666.p?id=81985&skuId=2191666&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191666', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191666_sa.jpg\"}', 'upc' => '053254080328', 'provider' => 'bestbuy'],\n ['name' => \"In the Hall of Fame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-hall-of-fame-cd/2191675.p?id=99310&skuId=2191675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191675.jpg\"}', 'upc' => '053254212125', 'provider' => 'bestbuy'],\n ['name' => \"Failure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/failure-cd/2191684.p?id=95230&skuId=2191684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191684_sa.jpg\"}', 'upc' => '053254232321', 'provider' => 'bestbuy'],\n ['name' => \"Just a Taste: A Summershine Compilation - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-a-taste-a-summershine-compilation-cd-various/2191826.p?id=155160&skuId=2191826&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191826', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191826_sa.jpg\"}', 'upc' => '749846200822', 'provider' => 'bestbuy'],\n ['name' => \"Punk Rock City USA - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/punk-rock-city-usa-cd/2191844.p?id=99134&skuId=2191844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191844.JPG\"}', 'upc' => '749846202123', 'provider' => 'bestbuy'],\n ['name' => \"Tumult - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tumult-cd/2191997.p?id=81787&skuId=2191997&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2191997', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2191\\/2191997_sa.jpg\"}', 'upc' => '723248801726', 'provider' => 'bestbuy'],\n ['name' => \"Too Many Cowboys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/too-many-cowboys-cd/2192004.p?id=110567&skuId=2192004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192004.jpg\"}', 'upc' => '723248801924', 'provider' => 'bestbuy'],\n ['name' => \"Aural Guerrilla - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aural-guerrilla-cd/2192013.p?id=110570&skuId=2192013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192013.jpg\"}', 'upc' => '723248802129', 'provider' => 'bestbuy'],\n ['name' => \"Logitech - PowerShell Controller + Battery for Select Apple® iPhone® and iPod® Models - Black\", 'description_short' => \"Compatible with select Apple iPhone and iPod models; enables console-style controls for mobile games; 1500 mAh battery; streamlined profile\", 'description_long' => \"Compatible with select Apple iPhone and iPod models; enables console-style controls for mobile games; 1500 mAh battery; streamlined profile\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/logitech-powershell-controller-battery-for-select-apple-iphone-and-ipod-models-black/2192055.p?id=1219070174564&skuId=2192055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192055_sa.jpg\"}', 'upc' => '097855102119', 'provider' => 'bestbuy'],\n ['name' => \"Tortoise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tortoise-cd/2192273.p?id=106579&skuId=2192273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192273_sa.jpg\"}', 'upc' => '790377001327', 'provider' => 'bestbuy'],\n ['name' => \"Fables From the Aqueduct - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fables-from-the-aqueduct-cd/2192291.p?id=108914&skuId=2192291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192291_sa.jpg\"}', 'upc' => '783227100127', 'provider' => 'bestbuy'],\n ['name' => \"The Herb Geller Quartet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-herb-geller-quartet-cd/2192308.p?id=105761&skuId=2192308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192308_sa.jpg\"}', 'upc' => '722937008927', 'provider' => 'bestbuy'],\n ['name' => \"Hal Kemp & His Orchestra 1934 & 1936 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hal-kemp-his-orchestra-1934-1936-cd/2192317.p?id=261556&skuId=2192317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192317_sa.jpg\"}', 'upc' => '762247402527', 'provider' => 'bestbuy'],\n ['name' => \"1940-1941 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1940-1941-cd/2192326.p?id=247639&skuId=2192326&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192326', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192326_sa.jpg\"}', 'upc' => '762247404422', 'provider' => 'bestbuy'],\n ['name' => \"Syncopatin Seven - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/syncopatin-seven-cd/2192335.p?id=306053&skuId=2192335&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192335', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192335_sa.jpg\"}', 'upc' => '762247405726', 'provider' => 'bestbuy'],\n ['name' => \"1936 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1936-cd/2192344.p?id=155546&skuId=2192344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192344_sa.jpg\"}', 'upc' => '762247411024', 'provider' => 'bestbuy'],\n ['name' => \"Double Entendre - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-entendre-cd/2192353.p?id=68504&skuId=2192353&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192353', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192353_sa.jpg\"}', 'upc' => '734521101228', 'provider' => 'bestbuy'],\n ['name' => \"Thar They Blow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thar-they-blow-cd/2192380.p?id=93565&skuId=2192380&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192380', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192380.jpg\"}', 'upc' => '732579010226', 'provider' => 'bestbuy'],\n ['name' => \"Look Out! It's Joanie Sommers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/look-out-its-joanie-sommers-cd/2192399.p?id=109222&skuId=2192399&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2192399', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2192\\/2192399_sa.jpg\"}', 'upc' => '722937110620', 'provider' => 'bestbuy'],\n ['name' => \"Clarity - Super-Loud Phone Ringer - White\", 'description_short' => \"From our expanded online assortment; loud ring up to 95dB; visual alert; 4 ringtones; dual modular phone jacks\", 'description_long' => \"From our expanded online assortment; loud ring up to 95dB; visual alert; 4 ringtones; dual modular phone jacks\", 'price' => 39.99, 'sale_price' => 32.99, 'url' => 'http://www.bestbuy.com/site/clarity-super-loud-phone-ringer-white/2193417.p?id=1218313328026&skuId=2193417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193417_sa.jpg\"}', 'upc' => '759599751809', 'provider' => 'bestbuy'],\n ['name' => \"Mr. Downchild - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mr-downchild-cd/2193566.p?id=108166&skuId=2193566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193566_sa.jpg\"}', 'upc' => '790276027725', 'provider' => 'bestbuy'],\n ['name' => \"Bloodsucker [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bloodsucker-ep-cd/2193584.p?id=98125&skuId=2193584&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193584', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193584_sa.jpg\"}', 'upc' => '718751841727', 'provider' => 'bestbuy'],\n ['name' => \"The Heart's Tremolo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-hearts-tremolo-cd/2193600.p?id=105977&skuId=2193600&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193600', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193600_sa.jpg\"}', 'upc' => '718751882522', 'provider' => 'bestbuy'],\n ['name' => \"Wrong Place at the Wrong Time [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wrong-place-at-the-wrong-time-pa-cd/2193744.p?id=1576892&skuId=2193744&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193744', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193744_sa.jpg\"}', 'upc' => '043814031327', 'provider' => 'bestbuy'],\n ['name' => \"Lonely City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lonely-city-cd/2193753.p?id=251307&skuId=2193753&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193753', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193753.jpg\"}', 'upc' => '026198273026', 'provider' => 'bestbuy'],\n ['name' => \"The Left Bank of New York - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-left-bank-of-new-york-cd/2193762.p?id=251306&skuId=2193762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193762.jpg\"}', 'upc' => '026198273224', 'provider' => 'bestbuy'],\n ['name' => \"Soul Mates - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-mates-cd/2193771.p?id=109327&skuId=2193771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193771.jpg\"}', 'upc' => '026198273422', 'provider' => 'bestbuy'],\n ['name' => \"Boston - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boston-cd/2193780.p?id=117747&skuId=2193780&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193780', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193780_sa.jpg\"}', 'upc' => '026198273521', 'provider' => 'bestbuy'],\n ['name' => \"Montreal (1953) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/montreal-1953-cd/2193799.p?id=251303&skuId=2193799&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193799', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193799.jpg\"}', 'upc' => '026198273620', 'provider' => 'bestbuy'],\n ['name' => \"Rose Colored Glasses - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rose-colored-glasses-cd/2193913.p?id=78534&skuId=2193913&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193913', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193913_sa.jpg\"}', 'upc' => '076731122823', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - AF-S DX NIKKOR 10-24mm f/3.5-4.5G ED Ultra-Wide Zoom Lens - Black\", 'description_short' => \"Compatible with select Nikon DX DSLR cameras; SWM (Silent Wave Motor); ED (Extra-low Dispersion) glass; Internal Focus; accommodates 77mm filters; 0.79&#039; minimum focusing distance\", 'description_long' => \"Compatible with select Nikon DX DSLR cameras; SWM (Silent Wave Motor); ED (Extra-low Dispersion) glass; Internal Focus; accommodates 77mm filters; 0.79&#039; minimum focusing distance\", 'price' => 899.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nikon-af-s-dx-nikkor-10-24mm-f-3-5-4-5g-ed-ultra-wide-zoom-lens-black/2193948.p?id=1218313905596&skuId=2193948&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2193948', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2193\\/2193948_rc.jpg\"}', 'upc' => '018208021819', 'provider' => 'bestbuy'],\n ['name' => \"Muse Sick-N-Hour Mess Age [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/muse-sick-n-hour-mess-age-pa-cd/2194226.p?id=95634&skuId=2194226&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2194226', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2194\\/2194226_sa.jpg\"}', 'upc' => '731452336224', 'provider' => 'bestbuy'],\n ['name' => \"Joey Kid - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joey-kid-cd/2194798.p?id=87815&skuId=2194798&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2194798', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '075678212420', 'provider' => 'bestbuy'],\n ['name' => \"Sings Granados - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-granados-cd/2195172.p?id=2025137&skuId=2195172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2195172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2195\\/2195172_sa.jpg\"}', 'upc' => '090266253920', 'provider' => 'bestbuy'],\n ['name' => \"NHL 14 - PRE-OWNED - PlayStation 3\", 'description_short' => \"From the first practice to the playoff game, experience hockey realism\", 'description_long' => \"From the first practice to the playoff game, experience hockey realism\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nhl-14-pre-owned-playstation-3/2196006.p?id=1219070170798&skuId=2196006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2196006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2196\\/2196006_sa.jpg\"}', 'upc' => '799007835608', 'provider' => 'bestbuy'],\n ['name' => \"Pinnacle Studio 18 Plus - Windows\", 'description_short' => \"Get ready to turn your videos into stunning works of art\", 'description_long' => \"Get ready to turn your videos into stunning works of art\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pinnacle-studio-18-plus-windows/2196024.p?id=1219531557014&skuId=2196024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2196024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2196\\/2196024_sa.jpg\"}', 'upc' => '735163145847', 'provider' => 'bestbuy'],\n ['name' => \"Emperors of Soul [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 67.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emperors-of-soul-box-cd/2196689.p?id=107520&skuId=2196689&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2196689', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2196\\/2196689_sa.jpg\"}', 'upc' => '731453033825', 'provider' => 'bestbuy'],\n ['name' => \"Head to Head - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/head-to-head-cd/2196787.p?id=107701&skuId=2196787&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2196787', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2196\\/2196787_sa.jpg\"}', 'upc' => '731452268228', 'provider' => 'bestbuy'],\n ['name' => \"Four - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/four-cd/2196849.p?id=108086&skuId=2196849&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2196849', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2196\\/2196849_sa.jpg\"}', 'upc' => '731454026529', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Kentucky Headhunters: Still... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-kentucky-headhunters-still-cd/2196938.p?id=108087&skuId=2196938&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2196938', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2196\\/2196938_sa.jpg\"}', 'upc' => '731452271020', 'provider' => 'bestbuy'],\n ['name' => \"BISSELL - PowerFresh Pet Steam Cleaner - White\", 'description_short' => \"1500W of power; built-in Easy Scrubber; SmartSet digital, variable steam control; removes up to 99.9% of germs and bacteria; 13&quot; cleaning path width\", 'description_long' => \"1500W of power; built-in Easy Scrubber; SmartSet digital, variable steam control; removes up to 99.9% of germs and bacteria; 13&quot; cleaning path width\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bissell-powerfresh-pet-steam-cleaner-white/2197005.p?id=1219531560454&skuId=2197005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2197005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2197\\/2197005_sa.jpg\"}', 'upc' => '011120224221', 'provider' => 'bestbuy'],\n ['name' => \"Puppeteer - PRE-OWNED - PlayStation 3\", 'description_short' => \"Find your way home in this adventure platformer\", 'description_long' => \"Find your way home in this adventure platformer\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/puppeteer-pre-owned-playstation-3/2197014.p?id=1219070175012&skuId=2197014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2197014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2197\\/2197014_sa.jpg\"}', 'upc' => '799007835615', 'provider' => 'bestbuy'],\n ['name' => \"Pinnacle Studio 18 Ultimate - Windows\", 'description_short' => \"Get ready to turn your videos into stunning works of art\", 'description_long' => \"Get ready to turn your videos into stunning works of art\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pinnacle-studio-18-ultimate-windows/2197023.p?id=1219531557144&skuId=2197023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2197023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2197\\/2197023_sa.jpg\"}', 'upc' => '735163145922', 'provider' => 'bestbuy'],\n ['name' => \"The Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-concert-cd/2197562.p?id=108031&skuId=2197562&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2197562', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2197\\/2197562_sa.jpg\"}', 'upc' => '074646610923', 'provider' => 'bestbuy'],\n ['name' => \"NHL 14 - PRE-OWNED - Xbox 360\", 'description_short' => \"From the first practice to the playoff game, experience hockey realism\", 'description_long' => \"From the first practice to the playoff game, experience hockey realism\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nhl-14-pre-owned-xbox-360/2198004.p?id=1219070174361&skuId=2198004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2198004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2198\\/2198004_sa.jpg\"}', 'upc' => '799007835622', 'provider' => 'bestbuy'],\n ['name' => \"ZAGG - Screen Protector for Apple® iPod® touch 6th Generation - Clear\", 'description_short' => \"Compatible with Apple iPod touch 6th generation; protects against cracks; glass construction\", 'description_long' => \"Compatible with Apple iPod touch 6th generation; protects against cracks; glass construction\", 'price' => 39.99, 'sale_price' => 36.99, 'url' => 'http://www.bestbuy.com/site/zagg-screen-protector-for-apple-ipod-touch-6th-generation-clear/2198013.p?id=1219533980878&skuId=2198013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2198013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2198\\/2198013_rc.jpg\"}', 'upc' => '848467027938', 'provider' => 'bestbuy'],\n ['name' => \"Home For Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/home-for-christmas-cd/2198393.p?id=110850&skuId=2198393&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2198393', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2198\\/2198393_sa.jpg\"}', 'upc' => '026656275029', 'provider' => 'bestbuy'],\n ['name' => \"Clear History (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clear-history-dvd/2199003.p?id=2749393&skuId=2199003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2199003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2199\\/2199003_sa.jpg\"}', 'upc' => '883929357505', 'provider' => 'bestbuy'],\n ['name' => \"Clear History (Blu-ray Disc) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clear-history-blu-ray-disc-digital-copy/2199012.p?id=2749393&skuId=2199012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2199012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2199\\/2199012_sa.jpg\"}', 'upc' => '883929357512', 'provider' => 'bestbuy'],\n ['name' => \"Grown Ups 2 (Blu-ray Disc) (2 Disc) (Ultraviolet Digital Copy) (Mastered in 4K)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grown-ups-2-blu-ray-disc-2-disc-ultraviolet-digital-copy-mastered-in-4k/2199085.p?id=2756421&skuId=2199085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2199085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2199\\/2199085_sa.jpg\"}', 'upc' => '043396417489', 'provider' => 'bestbuy'],\n ['name' => \"Kingdom Hearts HD 1.5 ReMIX - PRE-OWNED - PlayStation 3\", 'description_short' => \"Relive the origins of the Kingdom Hearts franchise in stunning high-definition\", 'description_long' => \"Relive the origins of the Kingdom Hearts franchise in stunning high-definition\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kingdom-hearts-hd-1-5-remix-pre-owned-playstation-3/2199094.p?id=1219070170799&skuId=2199094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2199094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2199\\/2199094_sa.jpg\"}', 'upc' => '799007835639', 'provider' => 'bestbuy'],\n ['name' => \"Grown Ups 2 (DVD) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/grown-ups-2-dvd-ultraviolet-digital-copy/2200019.p?id=2756421&skuId=2200019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2200019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2200\\/2200019_sa.jpg\"}', 'upc' => '043396417526', 'provider' => 'bestbuy'],\n ['name' => \"White House Down (Blu-ray Disc) (2 Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => 9.99, 'url' => 'http://www.bestbuy.com/site/white-house-down-blu-ray-disc-2-disc-ultraviolet-digital-copy/2201009.p?id=2755098&skuId=2201009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2201009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2201\\/2201009_sa.jpg\"}', 'upc' => '043396417557', 'provider' => 'bestbuy'],\n ['name' => \"Rug Doctor - Platinum Anytime Carpet Cleaner Pack - White/Green/Blue/Red\", 'description_short' => \"Permanently removes spots, pet stains and odors; Sparkling Breeze scent; includes four 24-oz. bottles\", 'description_long' => \"Permanently removes spots, pet stains and odors; Sparkling Breeze scent; includes four 24-oz. bottles\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rug-doctor-platinum-anytime-carpet-cleaner-pack-white-green-blue-red/2201018.p?id=1219531557714&skuId=2201018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2201018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2201\\/2201018_sa.jpg\"}', 'upc' => '074999050407', 'provider' => 'bestbuy'],\n ['name' => \"Rug Doctor - Pet Care Carpet Cleaner Pack - White/Red/Green\", 'description_short' => \"Pro-enzymatic deep-cleaning formula; eliminates stains and odors; Blue Wave and Sparkling Breeze scents; includes one 64-oz. bottle of Pet Formula Deep Cleaner and two 24-oz. bottles of Platinum Urine Eliminator\", 'description_long' => \"Pro-enzymatic deep-cleaning formula; eliminates stains and odors; Blue Wave and Sparkling Breeze scents; includes one 64-oz. bottle of Pet Formula Deep Cleaner and two 24-oz. bottles of Platinum Urine Eliminator\", 'price' => 26.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rug-doctor-pet-care-carpet-cleaner-pack-white-red-green/2201063.p?id=1219531557649&skuId=2201063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2201063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2201\\/2201063_sa.jpg\"}', 'upc' => '074999050391', 'provider' => 'bestbuy'],\n ['name' => \"Rug Doctor - Upright Deep Cleaner - Red/Gray\", 'description_short' => \"1250W of power; clear clean and waste water tanks; dual cross-action brushes; super boost spray mode; 12&quot; cleaning path width; removable upholstery tool; removable tool caddy\", 'description_long' => \"1250W of power; clear clean and waste water tanks; dual cross-action brushes; super boost spray mode; 12&quot; cleaning path width; removable upholstery tool; removable tool caddy\", 'price' => 289.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rug-doctor-upright-deep-cleaner-red-gray/2201229.p?id=1219531558359&skuId=2201229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2201229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2201\\/2201229_rc.jpg\"}', 'upc' => '074999931461', 'provider' => 'bestbuy'],\n ['name' => \"Rug Doctor - Portable Machine & Upholstery Cleaners (2-Pack) - Multi\", 'description_short' => \"Includes two 32-oz. bottles of Rug Doctor Portable Machine &amp; Upholstery carpet cleaner; nontoxic; Blue Wave scent\", 'description_long' => \"Includes two 32-oz. bottles of Rug Doctor Portable Machine &amp; Upholstery carpet cleaner; nontoxic; Blue Wave scent\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rug-doctor-portable-machine-upholstery-cleaners-2-pack-multi/2201238.p?id=1219532019798&skuId=2201238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2201238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2201\\/2201238_sa.jpg\"}', 'upc' => '074999041276', 'provider' => 'bestbuy'],\n ['name' => \"Rug Doctor - Hardwood Care Pack - Multi\", 'description_short' => \"Includes 24-oz. Floor Doctor Hardwood Spray, 64-oz. Floor Doctor Hardwood Cleaner and 32-oz. Rug Doctor High-Gloss Floor Polish; nontoxic; citrus herb scent\", 'description_long' => \"Includes 24-oz. Floor Doctor Hardwood Spray, 64-oz. Floor Doctor Hardwood Cleaner and 32-oz. Rug Doctor High-Gloss Floor Polish; nontoxic; citrus herb scent\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rug-doctor-hardwood-care-pack-multi/2201315.p?id=1219531555970&skuId=2201315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2201315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2201\\/2201315_sa.jpg\"}', 'upc' => '074999050421', 'provider' => 'bestbuy'],\n ['name' => \"Twilight Forever: The Complete Saga (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twilight-forever-the-complete-saga-dvd-boxed-set/2202008.p?id=2755936&skuId=2202008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2202008.jpg\"}', 'upc' => '025192196812', 'provider' => 'bestbuy'],\n ['name' => \"Twilight Forever: The Complete Saga (Blu-ray Disc) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twilight-forever-the-complete-saga-blu-ray-disc-boxed-set/2202026.p?id=2755965&skuId=2202026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2202026.jpg\"}', 'upc' => '025192196836', 'provider' => 'bestbuy'],\n ['name' => \"Brother - MFC-J6920DW Wireless All-In-One Printer - Gray\", 'description_short' => \"4-in-1 functionalityBuilt-in wireless LANPrints up to 35 ISO ppm in black, up to 27 ISO ppm in color (Print speeds vary with use. See mfg. for info on print speeds.)500-sheet input trayTouch-screen display\", 'description_long' => \"4-in-1 functionalityBuilt-in wireless LANPrints up to 35 ISO ppm in black, up to 27 ISO ppm in color (Print speeds vary with use. See mfg. for info on print speeds.)500-sheet input trayTouch-screen display\", 'price' => 299.99, 'sale_price' => 213.99, 'url' => 'http://www.bestbuy.com/site/brother-mfc-j6920dw-wireless-all-in-one-printer-gray/2202035.p?id=1219070438660&skuId=2202035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202035_sa.jpg\"}', 'upc' => '012502635710', 'provider' => 'bestbuy'],\n ['name' => \"Brother - MFC-J6720DW Wireless All-In-One Printer - Gray\", 'description_short' => \"4-in-1 functionalityBuilt-in wireless LANPrints up to 35 ISO ppm in black, up to 27 ISO ppm in color (Print speeds vary with use. See mfg. for info on print speeds.)35-page automatic document feeder2.7&quot; touch-screen display\", 'description_long' => \"4-in-1 functionalityBuilt-in wireless LANPrints up to 35 ISO ppm in black, up to 27 ISO ppm in color (Print speeds vary with use. See mfg. for info on print speeds.)35-page automatic document feeder2.7&quot; touch-screen display\", 'price' => 249.99, 'sale_price' => 224.99, 'url' => 'http://www.bestbuy.com/site/brother-mfc-j6720dw-wireless-all-in-one-printer-gray/2202053.p?id=1219070438832&skuId=2202053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202053_sa.jpg\"}', 'upc' => '012502635727', 'provider' => 'bestbuy'],\n ['name' => \"Corsicana Lemonade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/corsicana-lemonade-cd/2202062.p?id=2758390&skuId=2202062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202062_sa.jpg\"}', 'upc' => '878037027815', 'provider' => 'bestbuy'],\n ['name' => \"Revolution Rise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/revolution-rise-cd/2202071.p?id=2758425&skuId=2202071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202071_sa.jpg\"}', 'upc' => '727701908427', 'provider' => 'bestbuy'],\n ['name' => \"Line in the Sand - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/line-in-the-sand-cd/2202099.p?id=2758408&skuId=2202099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202099_sa.jpg\"}', 'upc' => '746105069824', 'provider' => 'bestbuy'],\n ['name' => \"IV: Empires Collapse... [CD & DVD] [Digipak] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iv-empires-collapse-cd-dvd-digipak-cd-dvd/2202104.p?id=2758395&skuId=2202104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202104.jpg\"}', 'upc' => '727701907628', 'provider' => 'bestbuy'],\n ['name' => \"Everything Is Debatable [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/everything-is-debatable-digipak-cd/2202113.p?id=2758471&skuId=2202113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202113_sa.jpg\"}', 'upc' => '714753018426', 'provider' => 'bestbuy'],\n ['name' => \"Whales and Leeches [Deluxe Edition] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whales-and-leeches-deluxe-edition-digipak-cd/2202122.p?id=2746474&skuId=2202122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202122_sa.jpg\"}', 'upc' => '781676724123', 'provider' => 'bestbuy'],\n ['name' => \"Anunnaki - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anunnaki-cd/2202131.p?id=2758429&skuId=2202131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202131_sa.jpg\"}', 'upc' => '746105070028', 'provider' => 'bestbuy'],\n ['name' => \"Mediator Between Head... [CD & DVD] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mediator-between-head-cd-dvd-digipak-cd/2202159.p?id=2758480&skuId=2202159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202159.jpg\"}', 'upc' => '727361309909', 'provider' => 'bestbuy'],\n ['name' => \"Still Climbing [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-climbing-digipak-cd/2202168.p?id=2765740&skuId=2202168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202168_sa.jpg\"}', 'upc' => '819873010326', 'provider' => 'bestbuy'],\n ['name' => \"Serpents Unleashed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/serpents-unleashed-cd/2202177.p?id=2758392&skuId=2202177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202177_sa.jpg\"}', 'upc' => '656191016025', 'provider' => 'bestbuy'],\n ['name' => \"Home - Phantoms of Summer: The Acoustic Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/home-phantoms-of-summer-the-acoustic-sessions-cd/2202186.p?id=2765686&skuId=2202186&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202186', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202186_sa.jpg\"}', 'upc' => '846070021329', 'provider' => 'bestbuy'],\n ['name' => \"Resistance [Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/resistance-bonus-track-cd/2202195.p?id=2758336&skuId=2202195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202195_sa.jpg\"}', 'upc' => '727701904320', 'provider' => 'bestbuy'],\n ['name' => \"Volition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/volition-cd/2202219.p?id=2757747&skuId=2202219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202219_sa.jpg\"}', 'upc' => '793018351423', 'provider' => 'bestbuy'],\n ['name' => \"Unloved - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unloved-cd/2202228.p?id=2758266&skuId=2202228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202228_sa.jpg\"}', 'upc' => '746105069923', 'provider' => 'bestbuy'],\n ['name' => \"Punk Goes Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/punk-goes-christmas-cd/2202237.p?id=2758311&skuId=2202237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202237_sa.jpg\"}', 'upc' => '714753018228', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Buckcherry [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-buckcherry-pa-cd/2202246.p?id=2765700&skuId=2202246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202246_sa.jpg\"}', 'upc' => '849320010128', 'provider' => 'bestbuy'],\n ['name' => \"Waiting for the End to Come [Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/waiting-for-the-end-to-come-bonus-track-cd/2202255.p?id=2758439&skuId=2202255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202255.jpg\"}', 'upc' => '727361314309', 'provider' => 'bestbuy'],\n ['name' => \"Two of a Crime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-of-a-crime-cd/2202264.p?id=2758363&skuId=2202264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202264_sa.jpg\"}', 'upc' => '794558026123', 'provider' => 'bestbuy'],\n ['name' => \"The King's Gift [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-kings-gift-digipak-cd/2202273.p?id=2744228&skuId=2202273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202273_sa.jpg\"}', 'upc' => '766930014127', 'provider' => 'bestbuy'],\n ['name' => \"Back to the Front - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/back-to-the-front-cd/2202282.p?id=2758284&skuId=2202282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202282_sa.jpg\"}', 'upc' => '727701908120', 'provider' => 'bestbuy'],\n ['name' => \"Dark Roots of Thrash [Bonus DVD] [CD & DVD] [Box] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dark-roots-of-thrash-bonus-dvd-cd-dvd-box-cd-dvd/2202291.p?id=2747103&skuId=2202291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202291.jpg\"}', 'upc' => '727361310103', 'provider' => 'bestbuy'],\n ['name' => \"From Water to War - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-water-to-war-cd/2202305.p?id=2758449&skuId=2202305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202305_sa.jpg\"}', 'upc' => '810488020724', 'provider' => 'bestbuy'],\n ['name' => \"Mediator Between Head and Hands Must Be the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mediator-between-head-and-hands-must-be-the-cd/2202314.p?id=2758391&skuId=2202314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202314_sa.jpg\"}', 'upc' => '727361309923', 'provider' => 'bestbuy'],\n ['name' => \"Speck - CandyShell + Faceplate Case for Apple® iPhone® SE, 5s and 5 - Black/Gray\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; CandyShield faceplate; TrueTap technology; polycarbonate and rubber materials; shock-absorbing lining and corners; rubberized button covers\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; CandyShield faceplate; TrueTap technology; polycarbonate and rubber materials; shock-absorbing lining and corners; rubberized button covers\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speck-candyshell-faceplate-case-for-apple-iphone-se-5s-and-5-black-gray/2202332.p?id=1219070174630&skuId=2202332&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2202332', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2202\\/2202332_sa.jpg\"}', 'upc' => '848709006158', 'provider' => 'bestbuy'],\n ['name' => \"The Hobbit: An Unexpected Journey (Blu-ray Disc) (3 Disc) (Extended Edition) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-hobbit-an-unexpected-journey-blu-ray-disc-3-disc-extended-edition-ultraviolet-digital-copy/2203007.p?id=2651538&skuId=2203007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2203007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2203007.jpg\"}', 'upc' => '794043168215', 'provider' => 'bestbuy'],\n ['name' => \"Blindsided - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blindsided-cd/2203341.p?id=107739&skuId=2203341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2203341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2203\\/2203341.jpg\"}', 'upc' => '026245202122', 'provider' => 'bestbuy'],\n ['name' => \"Any Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/any-road-cd/2203396.p?id=107728&skuId=2203396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2203396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2203\\/2203396_sa.jpg\"}', 'upc' => '097149940625', 'provider' => 'bestbuy'],\n ['name' => \"White House Down (DVD) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/white-house-down-dvd-ultraviolet-digital-copy/2204006.p?id=2755098&skuId=2204006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2204006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2204\\/2204006.jpg\"}', 'upc' => '043396417595', 'provider' => 'bestbuy'],\n ['name' => \"Rhythm of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => 3.99, 'url' => 'http://www.bestbuy.com/site/rhythm-of-love-cd/2204019.p?id=73744&skuId=2204019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2204019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2204\\/2204019_sa.jpg\"}', 'upc' => '075596155526', 'provider' => 'bestbuy'],\n ['name' => \"Chocolate and Cheese [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chocolate-and-cheese-pa-cd/2204064.p?id=103732&skuId=2204064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2204064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2204\\/2204064_sa.jpg\"}', 'upc' => '075596163927', 'provider' => 'bestbuy'],\n ['name' => \"Flyer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flyer-cd/2204091.p?id=106383&skuId=2204091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2204091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2204\\/2204091_sa.jpg\"}', 'upc' => '075596168120', 'provider' => 'bestbuy'],\n ['name' => \"My Hope: Songs Inspired by the Message and... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-hope-songs-inspired-by-the-message-and-cd-various/2205005.p?id=2757555&skuId=2205005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205005_sa.jpg\"}', 'upc' => '5099943346721', 'provider' => 'bestbuy'],\n ['name' => \"Classified [Remixed and... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classified-remixed-and-digipak-cd/2205014.p?id=2748488&skuId=2205014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205014_sa.jpg\"}', 'upc' => '011661917521', 'provider' => 'bestbuy'],\n ['name' => \"Perfect Strangers Live [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/perfect-strangers-live-cd-dvd-cd-dvd/2205023.p?id=2755970&skuId=2205023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205023.jpg\"}', 'upc' => '826992034027', 'provider' => 'bestbuy'],\n ['name' => \"No Poison No Paradise [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-poison-no-paradise-pa-digipak-cd/2205032.p?id=2758326&skuId=2205032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205032_sa.jpg\"}', 'upc' => '659123516525', 'provider' => 'bestbuy'],\n ['name' => \"Made in Canada: The 1998-2010 Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/made-in-canada-the-1998-2010-collection-cd/2205041.p?id=2757695&skuId=2205041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205041_sa.jpg\"}', 'upc' => '602537444380', 'provider' => 'bestbuy'],\n ['name' => \"Speak a Little... [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speak-a-little-pa-digipak-cd/2205069.p?id=2757701&skuId=2205069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205069_sa.jpg\"}', 'upc' => '807315110420', 'provider' => 'bestbuy'],\n ['name' => \"Iconos 25 Éxitos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iconos-25-exitos-cd/2205078.p?id=2757567&skuId=2205078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205078_sa.jpg\"}', 'upc' => '602537548989', 'provider' => 'bestbuy'],\n ['name' => \"Románticos del Momento - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/romanticos-del-momento-cd/2205087.p?id=2757617&skuId=2205087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205087_sa.jpg\"}', 'upc' => '827865448927', 'provider' => 'bestbuy'],\n ['name' => \"Modern Memoirs [EP] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/modern-memoirs-ep-digipak-cd/2205096.p?id=2758409&skuId=2205096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205096_sa.jpg\"}', 'upc' => '790692078523', 'provider' => 'bestbuy'],\n ['name' => \"Iconos Exitos Salsa - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iconos-exitos-salsa-cd-various/2205101.p?id=2757540&skuId=2205101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205101_sa.jpg\"}', 'upc' => '602537548941', 'provider' => 'bestbuy'],\n ['name' => \"Jake and the Never Land Pirates: Yo Ho, Matey! - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jake-and-the-never-land-pirates-yo-ho-matey-cd-original-soundtrack/2205129.p?id=2750607&skuId=2205129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205129_sa.jpg\"}', 'upc' => '050087297596', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Gift Pack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-gift-pack-cd/2205138.p?id=2757596&skuId=2205138&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2200\\/22006146.jpg\"}', 'upc' => '5099972376225', 'provider' => 'bestbuy'],\n ['name' => \"Rock & Roll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-roll-cd/2205147.p?id=2758443&skuId=2205147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205147_sa.jpg\"}', 'upc' => '030206198027', 'provider' => 'bestbuy'],\n ['name' => \"Garcia Live, Vol. 3: Dec 14-15,... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/garcia-live-vol-3-dec-14-15-digipak-cd/2205156.p?id=2757614&skuId=2205156&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205156_sa.jpg\"}', 'upc' => '880882190828', 'provider' => 'bestbuy'],\n ['name' => \"Las Gruperas Románticas - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/las-gruperas-romanticas-cd-various/2205165.p?id=2757647&skuId=2205165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205165_sa.jpg\"}', 'upc' => '600753455180', 'provider' => 'bestbuy'],\n ['name' => \"Boardwalk [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boardwalk-digipak-cd/2205174.p?id=2757804&skuId=2205174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205174_sa.jpg\"}', 'upc' => '659457232320', 'provider' => 'bestbuy'],\n ['name' => \"Change Your Life [EP] [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/change-your-life-ep-pa-digipak-cd/2205183.p?id=2760104&skuId=2205183&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205183', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205183_sa.jpg\"}', 'upc' => '602537565573', 'provider' => 'bestbuy'],\n ['name' => \"Gaither Gospel Series: Joey + Rory - Inspired (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gaither-gospel-series-joey-rory-inspired-dvd/2205192.p?id=2759371&skuId=2205192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205192_sa.jpg\"}', 'upc' => '617884876890', 'provider' => 'bestbuy'],\n ['name' => \"New [Deluxe Edition] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-deluxe-edition-digipak-cd/2205207.p?id=2757728&skuId=2205207&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205207_sa.jpg\"}', 'upc' => '888072348455', 'provider' => 'bestbuy'],\n ['name' => \"A Charlie Brown Christmas [Snoopy Doghouse... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-charlie-brown-christmas-snoopy-doghouse-cd/2205216.p?id=2743988&skuId=2205216&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205216', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205216_sa.jpg\"}', 'upc' => '888072347601', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Gift Pack [3 CD] [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-gift-pack-3-cd-box-cd/2205225.p?id=2757538&skuId=2205225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205225_sa.jpg\"}', 'upc' => '602537475902', 'provider' => 'bestbuy'],\n ['name' => \"Deep Purple: Perfect Strangers Live (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/deep-purple-perfect-strangers-live-dvd/2205234.p?id=2756190&skuId=2205234&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205234', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205234_sa.jpg\"}', 'upc' => '801213065196', 'provider' => 'bestbuy'],\n ['name' => \"Splinter (Songs from a Broken Mind) [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/splinter-songs-from-a-broken-mind-digipak-cd/2205243.p?id=2762878&skuId=2205243&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205243', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205243_sa.jpg\"}', 'upc' => '887158520013', 'provider' => 'bestbuy'],\n ['name' => \"Aftershock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aftershock-cd/2205289.p?id=2760283&skuId=2205289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205289.jpg\"}', 'upc' => '825646410095', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy - Volvo Multi In-Dash Installation Kit\", 'description_short' => \"This kit allows you to install an aftermarket car stereo in your vehicle&#039;s dash.\", 'description_long' => \"This kit allows you to install an aftermarket car stereo in your vehicle&#039;s dash.\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-volvo-multi-in-dash-installation-kit/2205848.p?id=1051384084154&skuId=2205848&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205848', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205848_sc.jpg\"}', 'upc' => '086429008599', 'provider' => 'bestbuy'],\n ['name' => \"Metra - DIN Installation Kit for Select Honda and Isuzu Vehicles - Black\", 'description_short' => \"From our expanded online assortment; designed for use with select Honda and Isuzu vehicles; accommodates 1 DIN-size component; install an aftermarket in-dash deck\", 'description_long' => \"From our expanded online assortment; designed for use with select Honda and Isuzu vehicles; accommodates 1 DIN-size component; install an aftermarket in-dash deck\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-din-installation-kit-for-select-honda-and-isuzu-vehicles-black/2205857.p?id=1218077634882&skuId=2205857&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2205857', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2205\\/2205857_sa.jpg\"}', 'upc' => '086429029228', 'provider' => 'bestbuy'],\n ['name' => \"SPT - 70-Pint Dehumidifier - White\", 'description_short' => \"ENERGY STAR Certified\nRemoves up to 70 pints of water per day; 6.9 amps; soft-touch electronic control panel; washable air filter; normal and turbo fan speeds\", 'description_long' => \"ENERGY STAR Certified\nRemoves up to 70 pints of water per day; 6.9 amps; soft-touch electronic control panel; washable air filter; normal and turbo fan speeds\", 'price' => 334.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spt-70-pint-dehumidifier-white/2206013.p?id=1219070442190&skuId=2206013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206013_sa.jpg\"}', 'upc' => '876840006454', 'provider' => 'bestbuy'],\n ['name' => \"SPT - 18\\\" Portable Dishwasher - Stainless-Steel\", 'description_short' => \"ENERGY STAR Certified\nEasy-to-use controls; accommodates up to 8 place settings; 6 wash programs; delay-start option\", 'description_long' => \"ENERGY STAR Certified\nEasy-to-use controls; accommodates up to 8 place settings; 6 wash programs; delay-start option\", 'price' => 474.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spt-18-portable-dishwasher-stainless-steel/2206031.p?id=1219070441257&skuId=2206031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206031_500x500_sa.jpg\"}', 'upc' => '876840011915', 'provider' => 'bestbuy'],\n ['name' => \"SPT - 18\\\" Portable Dishwasher - White\", 'description_short' => \"Easy-to-use controls; accommodates up to 8 place settings; 6 wash programs; delay-start option\", 'description_long' => \"Easy-to-use controls; accommodates up to 8 place settings; 6 wash programs; delay-start option\", 'price' => 474.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spt-18-portable-dishwasher-white/2206059.p?id=1219070442188&skuId=2206059', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206059_sa.jpg\"}', 'upc' => '876840011908', 'provider' => 'bestbuy'],\n ['name' => \"SPT - 0.9 Cu. Ft. Countertop Convection Oven - Stainless-Steel/Black\", 'description_short' => \"Temperature control; 4 functions; 1500W of power; 120-minute timer; full-width crumb tray; 3 rack positions; large viewing window; stainless-steel housing\", 'description_long' => \"Temperature control; 4 functions; 1500W of power; 120-minute timer; full-width crumb tray; 3 rack positions; large viewing window; stainless-steel housing\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spt-0-9-cu-ft-countertop-convection-oven-stainless-steel-black/2206077.p?id=1219070438657&skuId=2206077&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206077', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206077_rc.jpg\"}', 'upc' => '876840006102', 'provider' => 'bestbuy'],\n ['name' => \"SPT - 50-Pint Dehumidifier - White\", 'description_short' => \"ENERGY STAR Certified\nRemoves up to 50 pints of water per day; 4.7 amps; soft-touch electronic control panel; washable air filter; normal and turbo fan speeds\", 'description_long' => \"ENERGY STAR Certified\nRemoves up to 50 pints of water per day; 4.7 amps; soft-touch electronic control panel; washable air filter; normal and turbo fan speeds\", 'price' => 309.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spt-50-pint-dehumidifier-white/2206086.p?id=1219070442771&skuId=2206086', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206086_sa.jpg\"}', 'upc' => '876840006447', 'provider' => 'bestbuy'],\n ['name' => \"Broken Silence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/broken-silence-cd/2206197.p?id=111782&skuId=2206197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206197_sa.jpg\"}', 'upc' => '033651006923', 'provider' => 'bestbuy'],\n ['name' => \"Rising Tide - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rising-tide-cd/2206204.p?id=108365&skuId=2206204&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206204', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206204_sa.jpg\"}', 'upc' => '015891382722', 'provider' => 'bestbuy'],\n ['name' => \"Trying to Get to You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trying-to-get-to-you-cd/2206213.p?id=108366&skuId=2206213&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206213', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206213_sa.jpg\"}', 'upc' => '015891382623', 'provider' => 'bestbuy'],\n ['name' => \"Freetime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freetime-cd/2206428.p?id=71108&skuId=2206428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206428_sa.jpg\"}', 'upc' => '051617800026', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-cd/2206446.p?id=1382141&skuId=2206446&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206446', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206446.jpg\"}', 'upc' => '767522600827', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Wire Harness Adapter for Most Plymouth, Dodge and Mitsubishi Vehicles - Multi\", 'description_short' => \"Compatible with most Plymouth, Dodge and Mitsubishi vehicles; connects factory speaker wires to aftermarket speakers\", 'description_long' => \"Compatible with most Plymouth, Dodge and Mitsubishi vehicles; connects factory speaker wires to aftermarket speakers\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-wire-harness-adapter-for-most-plymouth-dodge-and-mitsubishi-vehicles-multi/2206525.p?id=1051826167289&skuId=2206525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206525_rc.jpg\"}', 'upc' => '086429017195', 'provider' => 'bestbuy'],\n ['name' => \"Complete 1931 Recordings in Chronological Order - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-1931-recordings-in-chronological-order-cd/2206623.p?id=109516&skuId=2206623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206623_sa.jpg\"}', 'upc' => '016351200921', 'provider' => 'bestbuy'],\n ['name' => \"Complete Early Recordings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-early-recordings-cd/2206669.p?id=109524&skuId=2206669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206669_sa.jpg\"}', 'upc' => '016351201126', 'provider' => 'bestbuy'],\n ['name' => \"METRA ELECTRONICS/MOBILE AUDIO - G.M. Speaker Harness\", 'description_short' => \"This speaker harness allows you to connect aftermarket car speakers to your vehicle&#039;s wiring.\", 'description_long' => \"This speaker harness allows you to connect aftermarket car speakers to your vehicle&#039;s wiring.\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-electronics-mobile-audio-g-m-speaker-harness/2206730.p?id=1051826167442&skuId=2206730&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206730', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206730_sa.jpg\"}', 'upc' => '086429016945', 'provider' => 'bestbuy'],\n ['name' => \"Metra Electronics - Honda/Acura Speaker Harness\", 'description_short' => \"This speaker harness allows you to connect aftermarket car speakers to your vehicle&#039;s wiring.\", 'description_long' => \"This speaker harness allows you to connect aftermarket car speakers to your vehicle&#039;s wiring.\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-electronics-honda-acura-speaker-harness/2206767.p?id=1051826167493&skuId=2206767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206767_rc.jpg\"}', 'upc' => '086429017102', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Wire Harness Adapter for Most 1989 or Later Ford Vehicles - White\", 'description_short' => \"Compatible with most 1989 or later Ford vehicles; connects factory speaker wires to aftermarket speakers; ABS plastic, copper, vinyl and aluminum materials\", 'description_long' => \"Compatible with most 1989 or later Ford vehicles; connects factory speaker wires to aftermarket speakers; ABS plastic, copper, vinyl and aluminum materials\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-wire-harness-adapter-for-most-1989-or-later-ford-vehicles-white/2206810.p?id=1077629974866&skuId=2206810&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206810', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206810_rc.jpg\"}', 'upc' => '086429017010', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Wire Harness Adapter for Most Nissan Vehicles - Multicolor\", 'description_short' => \"Compatible with most Nissan vehicles; connects factory speaker wires to aftermarket speakers\", 'description_long' => \"Compatible with most Nissan vehicles; connects factory speaker wires to aftermarket speakers\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-wire-harness-adapter-for-most-nissan-vehicles-multicolor/2206838.p?id=1051826167595&skuId=2206838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2206838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2206\\/2206838_rc.jpg\"}', 'upc' => '086429017096', 'provider' => 'bestbuy'],\n ['name' => \"Magpie and the Dandelion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magpie-and-the-dandelion-cd/2207067.p?id=2757713&skuId=2207067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2207067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2207\\/2207067_sa.jpg\"}', 'upc' => '602537535620', 'provider' => 'bestbuy'],\n ['name' => \"There's Nothing Wrong with Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/theres-nothing-wrong-with-love-cd/2207123.p?id=108212&skuId=2207123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2207123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2207\\/2207123.jpg\"}', 'upc' => '796818000621', 'provider' => 'bestbuy'],\n ['name' => \"Serious - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/serious-cd/2207365.p?id=72768&skuId=2207365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2207365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2207\\/2207365_sa.jpg\"}', 'upc' => '019148228726', 'provider' => 'bestbuy'],\n ['name' => \"Placeholders - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/placeholders-cd/2207800.p?id=108220&skuId=2207800&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2207800', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2207\\/2207800_sa.jpg\"}', 'upc' => '753417003729', 'provider' => 'bestbuy'],\n ['name' => \"Canon - Speedlite 270EX II External Flash - Black\", 'description_short' => \"Compatible with select Canon DSLR cameras; wireless slave function; vertical bounce capability; compact, lightweight design\", 'description_long' => \"Compatible with select Canon DSLR cameras; wireless slave function; vertical bounce capability; compact, lightweight design\", 'price' => 169.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canon-speedlite-270ex-ii-external-flash-black/2208095.p?id=1218314736681&skuId=2208095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208095_rc.jpg\"}', 'upc' => '013803135268', 'provider' => 'bestbuy'],\n ['name' => \"Our Christmas Songbook - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/our-christmas-songbook-cd/2208122.p?id=88562&skuId=2208122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208122_sa.jpg\"}', 'upc' => '090431509128', 'provider' => 'bestbuy'],\n ['name' => \"Rainbow '80 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rainbow-80-cd/2208131.p?id=128688&skuId=2208131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208131_sa.jpg\"}', 'upc' => '090431514023', 'provider' => 'bestbuy'],\n ['name' => \"Feelings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feelings-cd/2208140.p?id=128694&skuId=2208140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208140.jpg\"}', 'upc' => '090431514825', 'provider' => 'bestbuy'],\n ['name' => \"Dynamite! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dynamite-cd/2208159.p?id=154167&skuId=2208159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208159_sa.jpg\"}', 'upc' => '090431529829', 'provider' => 'bestbuy'],\n ['name' => \"Rhythm & Blues Christmas 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rhythm-blues-christmas-2-cd-various/2208168.p?id=128774&skuId=2208168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208168_sa.jpg\"}', 'upc' => '090431529928', 'provider' => 'bestbuy'],\n ['name' => \"Mockingbird: The Best of Charlie & Inez Foxx - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mockingbird-the-best-of-charlie-inez-foxx-cd/2208177.p?id=128787&skuId=2208177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208177.jpg\"}', 'upc' => '090431530122', 'provider' => 'bestbuy'],\n ['name' => \"First Generation Rap: The Old School, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-generation-rap-the-old-school-vol-1-cd-various/2208202.p?id=128804&skuId=2208202&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208202', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208202.jpg\"}', 'upc' => '090431535127', 'provider' => 'bestbuy'],\n ['name' => \"Old School Rap 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-school-rap-4-cd-various/2208239.p?id=2901244&skuId=2208239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208239_sa.jpg\"}', 'upc' => '090431535424', 'provider' => 'bestbuy'],\n ['name' => \"A Rhythm & Blues Christmas, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-rhythm-blues-christmas-vol-3-cd-various/2208248.p?id=194439&skuId=2208248&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208248_sa.jpg\"}', 'upc' => '090431535523', 'provider' => 'bestbuy'],\n ['name' => \"Live at the \\\"Regal\\\" - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-regal-cd/2208355.p?id=128651&skuId=2208355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208355_sa.jpg\"}', 'upc' => '090431551622', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2208364.p?id=128662&skuId=2208364&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208364_sa.jpg\"}', 'upc' => '090431551820', 'provider' => 'bestbuy'],\n ['name' => \"For Collectors Only - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-collectors-only-cd/2208373.p?id=79189&skuId=2208373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208373_sa.jpg\"}', 'upc' => '090431881224', 'provider' => 'bestbuy'],\n ['name' => \"Earl Hines and the Duke's Men - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/earl-hines-and-the-dukes-men-cd/2208408.p?id=1395873&skuId=2208408&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2208408', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2208\\/2208408_sa.jpg\"}', 'upc' => '038153047023', 'provider' => 'bestbuy'],\n ['name' => \"Canon - Speedlite 320EX External Flash\", 'description_short' => \"Compatible with Canon DSLR cameras; built-in LED light; wireless slave function; vertical and horizontal bounce capability; compact, lightweight design\", 'description_long' => \"Compatible with Canon DSLR cameras; built-in LED light; wireless slave function; vertical and horizontal bounce capability; compact, lightweight design\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canon-speedlite-320ex-external-flash/2209049.p?id=1218314735270&skuId=2209049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2209049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2209\\/2209049_sa.jpg\"}', 'upc' => '013803136678', 'provider' => 'bestbuy'],\n ['name' => \"Canon - LP-E10 Lithium-Ion Battery Pack - Black\", 'description_short' => \"Compatible with Canon EOS Rebel T3 digital cameras; 7.4V; 860 mAh\", 'description_long' => \"Compatible with Canon EOS Rebel T3 digital cameras; 7.4V; 860 mAh\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/canon-lp-e10-lithium-ion-battery-pack-black/2209067.p?id=1218314737643&skuId=2209067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2209067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2209\\/2209067_sa.jpg\"}', 'upc' => '013803133455', 'provider' => 'bestbuy'],\n ['name' => \"The Chronicles of Narnia: The Voyage of the Dawn Treader (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chronicles-of-narnia-the-voyage-of-the-dawn-treader-dvd/2209076.p?id=2190918&skuId=2209076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2209076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2209\\/2209076_sa.jpg\"}', 'upc' => '024543707417', 'provider' => 'bestbuy'],\n ['name' => \"The Chronicles of Narnia: The Voyage of the Dawn Treader (Blu-ray/DVD)(Digital Copy)(with Movie Money)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chronicles-of-narnia-the-voyage-of-the-dawn-treader-blu-ray-dvddigital-copywith-movie-money/2209085.p?id=2190918&skuId=2209085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2209085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2209\\/2209085_sa.jpg\"}', 'upc' => '024543751182', 'provider' => 'bestbuy'],\n ['name' => \"The Chronicles of Narnia: The Voyage of the Dawn Treader (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-chronicles-of-narnia-the-voyage-of-the-dawn-treader-dvd/2209155.p?id=2190918&skuId=2209155&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2209155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2209\\/2209155_sa.jpg\"}', 'upc' => '024543740223', 'provider' => 'bestbuy'],\n ['name' => \"The Sporting Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sporting-life-cd/2209336.p?id=106378&skuId=2209336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2209336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2209\\/2209336_sa.jpg\"}', 'upc' => '024596167220', 'provider' => 'bestbuy'],\n ['name' => \"Shadow Boxing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shadow-boxing-cd/2210193.p?id=2609031&skuId=2210193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2210193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2210\\/2210193_sa.jpg\"}', 'upc' => '603993920128', 'provider' => 'bestbuy'],\n ['name' => \"Blows for 1300 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blows-for-1300-cd/2210459.p?id=1395874&skuId=2210459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2210459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2210\\/2210459_sa.jpg\"}', 'upc' => '038153047122', 'provider' => 'bestbuy'],\n ['name' => \"Get Your Kicks - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/get-your-kicks-cd/2210468.p?id=1395875&skuId=2210468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2210468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2210\\/2210468_sa.jpg\"}', 'upc' => '038153066826', 'provider' => 'bestbuy'],\n ['name' => \"East Coast Jive - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/east-coast-jive-cd-various/2210477.p?id=1422774&skuId=2210477&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2210477', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2210\\/2210477_sa.jpg\"}', 'upc' => '038153066925', 'provider' => 'bestbuy'],\n ['name' => \"Home [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/home-pa-cd/2210510.p?id=108285&skuId=2210510&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2210510', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2210\\/2210510_sa.jpg\"}', 'upc' => '724382911326', 'provider' => 'bestbuy'],\n ['name' => \"Christmas in New Orleans with Johnny Adams - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-in-new-orleans-with-johnny-adams-cd/2210538.p?id=148168&skuId=2210538&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2210538', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2210\\/2210538.jpg\"}', 'upc' => '096094501028', 'provider' => 'bestbuy'],\n ['name' => \"Disco 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disco-2-cd/2210832.p?id=107909&skuId=2210832&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2210832', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2210\\/2210832_sa.jpg\"}', 'upc' => '724382810520', 'provider' => 'bestbuy'],\n ['name' => \"Samsung - Flip Case for Samsung Galaxy Note 3 Cell Phones - Pink\", 'description_short' => \"Compatible with Samsung Galaxy Note 3 cell phones; offers screen protection; interactive S-view window; automatic power on/off display\", 'description_long' => \"Compatible with Samsung Galaxy Note 3 cell phones; offers screen protection; interactive S-view window; automatic power on/off display\", 'price' => 59.99, 'sale_price' => 14.99, 'url' => 'http://www.bestbuy.com/site/samsung-flip-case-for-samsung-galaxy-note-3-cell-phones-pink/2211014.p?id=1219070171787&skuId=2211014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211014_sa.jpg\"}', 'upc' => '887276967226', 'provider' => 'bestbuy'],\n ['name' => \"Samsung - Flip Case for Samsung Galaxy Note 3 Cell Phones - Black\", 'description_short' => \"Compatible with Samsung Galaxy Note 3 cell phones; offers screen protection; interactive S-view window; automatic power on/off display\", 'description_long' => \"Compatible with Samsung Galaxy Note 3 cell phones; offers screen protection; interactive S-view window; automatic power on/off display\", 'price' => 59.99, 'sale_price' => 20.99, 'url' => 'http://www.bestbuy.com/site/samsung-flip-case-for-samsung-galaxy-note-3-cell-phones-black/2211023.p?id=1219070172058&skuId=2211023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211023_sa.jpg\"}', 'upc' => '887276967202', 'provider' => 'bestbuy'],\n ['name' => \"Lost in the Glare - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lost-in-the-glare-cd/2211069.p?id=2250888&skuId=2211069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211069_sa.jpg\"}', 'upc' => '790377028027', 'provider' => 'bestbuy'],\n ['name' => \"Don't Fight the Feelin' [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-fight-the-feelin-pa-cd/2211261.p?id=108454&skuId=2211261&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211261', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211261.jpg\"}', 'upc' => '724383088928', 'provider' => 'bestbuy'],\n ['name' => \"Pulp Fiction [PA] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pulp-fiction-pa-cd-original-soundtrack/2211314.p?id=3278901&skuId=2211314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211314_sa.jpg\"}', 'upc' => '008811110321', 'provider' => 'bestbuy'],\n ['name' => \"A Grand Night for Singing [Original Broadway... - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-grand-night-for-singing-original-broadway-cd-original-broadway-cast/2211430.p?id=2066143&skuId=2211430&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211430', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211430.jpg\"}', 'upc' => '030206551624', 'provider' => 'bestbuy'],\n ['name' => \"The Sweetest Gift - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sweetest-gift-cd/2211608.p?id=108515&skuId=2211608&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211608', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211608_sa.jpg\"}', 'upc' => '008811109127', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Eve - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-eve-cd/2211699.p?id=108518&skuId=2211699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211699_sa.jpg\"}', 'upc' => '083616104621', 'provider' => 'bestbuy'],\n ['name' => \"Chance In A Million - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chance-in-a-million-cd/2211840.p?id=2674747&skuId=2211840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211840.jpg\"}', 'upc' => '756173196025', 'provider' => 'bestbuy'],\n ['name' => \"Souvenir - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/souvenir-cd/2211902.p?id=133531&skuId=2211902&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211902', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211902_sa.jpg\"}', 'upc' => '724863304128', 'provider' => 'bestbuy'],\n ['name' => \"Gospel Favorites - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gospel-favorites-cd/2211939.p?id=108144&skuId=2211939&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211939_sa.jpg\"}', 'upc' => '076742078423', 'provider' => 'bestbuy'],\n ['name' => \"The Mad Reel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mad-reel-cd/2211966.p?id=108442&skuId=2211966&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2211966', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2211\\/2211966_sa.jpg\"}', 'upc' => '096297039724', 'provider' => 'bestbuy'],\n ['name' => \"Songs and Portraits [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-and-portraits-digipak-cd/2212013.p?id=2417760&skuId=2212013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2212013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2212\\/2212013_sa.jpg\"}', 'upc' => '896434001504', 'provider' => 'bestbuy'],\n ['name' => \"The Gospel Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gospel-collection-cd/2212068.p?id=2986166&skuId=2212068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2212068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2212\\/2212068.jpg\"}', 'upc' => '886977948527', 'provider' => 'bestbuy'],\n ['name' => \"Honky Tonk Girl: The Loretta Lynn... [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/honky-tonk-girl-the-loretta-lynn-box-cd/2212224.p?id=108157&skuId=2212224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2212224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2212\\/2212224_sa.jpg\"}', 'upc' => '008811107024', 'provider' => 'bestbuy'],\n ['name' => \"Strung Out on the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strung-out-on-the-blues-cd/2212368.p?id=125246&skuId=2212368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2212368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2212\\/2212368_sa.jpg\"}', 'upc' => '028568600326', 'provider' => 'bestbuy'],\n ['name' => \"Bryan White - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bryan-white-cd/2212395.p?id=103899&skuId=2212395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2212395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2212\\/2212395_sa.jpg\"}', 'upc' => '075596164221', 'provider' => 'bestbuy'],\n ['name' => \"Segundo Romance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/segundo-romance-cd/2212830.p?id=1373939&skuId=2212830&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2212830', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2212\\/2212830_sa.jpg\"}', 'upc' => '745099723422', 'provider' => 'bestbuy'],\n ['name' => \"Alternating Currents - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alternating-currents-cd/2213973.p?id=71099&skuId=2213973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2213973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2213\\/2213973_sa.jpg\"}', 'upc' => '051617800521', 'provider' => 'bestbuy'],\n ['name' => \"Access All Areas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/access-all-areas-cd/2213982.p?id=71098&skuId=2213982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2213982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2213\\/2213982_sa.jpg\"}', 'upc' => '051617800729', 'provider' => 'bestbuy'],\n ['name' => \"Godzilla - PlayStation 4\", 'description_short' => \"Become the King of the Monsters as Godzilla\", 'description_long' => \"Become the King of the Monsters as Godzilla\", 'price' => 29.99, 'sale_price' => 19.99, 'url' => 'http://www.bestbuy.com/site/godzilla-playstation-4/2214108.p?id=1219532426302&skuId=2214108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2214108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2214\\/2214108_sa.jpg\"}', 'upc' => '722674120333', 'provider' => 'bestbuy'],\n ['name' => \"Regalo de Navidad - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/regalo-de-navidad-cd/2214240.p?id=108310&skuId=2214240&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2214240', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2214\\/2214240_sa.jpg\"}', 'upc' => '724383027224', 'provider' => 'bestbuy'],\n ['name' => \"Shake It Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shake-it-up-cd/2214446.p?id=285573&skuId=2214446&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2214446', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2214\\/2214446_sa.jpg\"}', 'upc' => '722871114821', 'provider' => 'bestbuy'],\n ['name' => \"Matilda - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/matilda-cd-original-broadway-cast/2215001.p?id=2756129&skuId=2215001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215001_sa.jpg\"}', 'upc' => '884501960021', 'provider' => 'bestbuy'],\n ['name' => \"Bluestime - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluestime-cd/2215098.p?id=108882&skuId=2215098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215098.jpg\"}', 'upc' => '011661313422', 'provider' => 'bestbuy'],\n ['name' => \"Polka Your Troubles Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/polka-your-troubles-away-cd/2215132.p?id=110738&skuId=2215132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215132_sa.jpg\"}', 'upc' => '011661605725', 'provider' => 'bestbuy'],\n ['name' => \"From the Cradle - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-the-cradle-cd/2215212.p?id=108115&skuId=2215212&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215212_sa.jpg\"}', 'upc' => '093624573524', 'provider' => 'bestbuy'],\n ['name' => \"Mighty Joe Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mighty-joe-moon-cd/2215392.p?id=108118&skuId=2215392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215392_sa.jpg\"}', 'upc' => '093624571421', 'provider' => 'bestbuy'],\n ['name' => \"Songs of the West - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-of-the-west-cd/2215418.p?id=108119&skuId=2215418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215418_sa.jpg\"}', 'upc' => '093624572527', 'provider' => 'bestbuy'],\n ['name' => \"David Mullen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/david-mullen-cd/2215463.p?id=107147&skuId=2215463&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215463', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215463_sa.jpg\"}', 'upc' => '093624576525', 'provider' => 'bestbuy'],\n ['name' => \"Now Look - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/now-look-cd/2215533.p?id=104694&skuId=2215533&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215533', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215533_sa.jpg\"}', 'upc' => '093624569329', 'provider' => 'bestbuy'],\n ['name' => \"Ready for the Storm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ready-for-the-storm-cd/2215766.p?id=108459&skuId=2215766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215766_sa.jpg\"}', 'upc' => '048248114721', 'provider' => 'bestbuy'],\n ['name' => \"Capernaum - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capernaum-cd/2215775.p?id=108460&skuId=2215775&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2215775', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2215\\/2215775_sa.jpg\"}', 'upc' => '048248114622', 'provider' => 'bestbuy'],\n ['name' => \"Live & Awesome - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-awesome-cd/2216006.p?id=136197&skuId=2216006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216006_sa.jpg\"}', 'upc' => '722485413129', 'provider' => 'bestbuy'],\n ['name' => \"Jacks & Kings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jacks-kings-cd/2216051.p?id=93348&skuId=2216051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216051_sa.jpg\"}', 'upc' => '722485412023', 'provider' => 'bestbuy'],\n ['name' => \"Czech It Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/czech-it-out-cd/2216168.p?id=109410&skuId=2216168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216168_sa.jpg\"}', 'upc' => '715949101229', 'provider' => 'bestbuy'],\n ['name' => \"Cop and Speeder [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cop-and-speeder-pa-cd/2216239.p?id=1459229&skuId=2216239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216239_sa.jpg\"}', 'upc' => '018663106328', 'provider' => 'bestbuy'],\n ['name' => \"Flashback - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flashback-cd/2216417.p?id=109480&skuId=2216417&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216417', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216417_sa.jpg\"}', 'upc' => '011661032224', 'provider' => 'bestbuy'],\n ['name' => \"Language of the Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/language-of-the-soul-cd/2216480.p?id=109506&skuId=2216480&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216480', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216480.jpg\"}', 'upc' => '011661955424', 'provider' => 'bestbuy'],\n ['name' => \"Gershwin for Lovers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gershwin-for-lovers-cd/2216578.p?id=108259&skuId=2216578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216578_sa.jpg\"}', 'upc' => '074646643723', 'provider' => 'bestbuy'],\n ['name' => \"Heartsongs: Live from Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heartsongs-live-from-home-cd/2216738.p?id=108261&skuId=2216738&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216738', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216738_sa.jpg\"}', 'upc' => '074646612323', 'provider' => 'bestbuy'],\n ['name' => \"One More Once - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-more-once-cd/2216756.p?id=108262&skuId=2216756&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216756_sa.jpg\"}', 'upc' => '074646620427', 'provider' => 'bestbuy'],\n ['name' => \"B-Sides & Lost Grooves - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/b-sides-lost-grooves-cd/2216845.p?id=108266&skuId=2216845&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216845', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216845_sa.jpg\"}', 'upc' => '074645788920', 'provider' => 'bestbuy'],\n ['name' => \"Loverboy Classics: Their Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loverboy-classics-their-greatest-hits-cd/2216863.p?id=108268&skuId=2216863&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2216863', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2216\\/2216863_sa.jpg\"}', 'upc' => '074646664827', 'provider' => 'bestbuy'],\n ['name' => \"Little Mermaid II: Return to the Sea/Little Mermaid: Ariel's Beginning [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-mermaid-ii-return-to-the-sea-little-mermaid-ariels-beginning-2-discs-dvd/2217009.p?id=2755350&skuId=2217009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217009_sa.jpg\"}', 'upc' => '786936838213', 'provider' => 'bestbuy'],\n ['name' => \"Little Mermaid II: Return to the Sea/Little Mermaid: Ariel's Beginning [3 Discs] [Blu-ray/DVD] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-mermaid-ii-return-to-the-sea-little-mermaid-ariels-beginning-3-discs-blu-ray-dvd-blu-ray-disc/2217018.p?id=2755314&skuId=2217018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217018.jpg\"}', 'upc' => '786936836158', 'provider' => 'bestbuy'],\n ['name' => \"Jake and the Never Land Pirates: Jake's Never Land Rescue (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jake-and-the-never-land-pirates-jakes-never-land-rescue-dvd/2217081.p?id=2740001&skuId=2217081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217081_sa.jpg\"}', 'upc' => '786936836899', 'provider' => 'bestbuy'],\n ['name' => \"Planes (Blu-ray Disc) (2 Disc) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/planes-blu-ray-disc-2-disc-digital-copy/2217105.p?id=2765418&skuId=2217105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217105_sa.jpg\"}', 'upc' => '786936834581', 'provider' => 'bestbuy'],\n ['name' => \"Winnie the Pooh: A Very Merry Pooh Year (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/winnie-the-pooh-a-very-merry-pooh-year-blu-ray-disc-2-disc/2217114.p?id=63074&skuId=2217114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2217114.jpg\"}', 'upc' => '786936837049', 'provider' => 'bestbuy'],\n ['name' => \"Planes (DVD) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/planes-dvd-digital-copy/2217123.p?id=2765418&skuId=2217123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217123.jpg\"}', 'upc' => '786936834628', 'provider' => 'bestbuy'],\n ['name' => \"Winnie the Pooh: A Very Merry Pooh Year (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/winnie-the-pooh-a-very-merry-pooh-year-dvd/2217132.p?id=63074&skuId=2217132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2217132.jpg\"}', 'upc' => '786936837056', 'provider' => 'bestbuy'],\n ['name' => \"Mickey's Christmas Carol (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mickeys-christmas-carol-dvd/2217141.p?id=23238&skuId=2217141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217141_sa.jpg\"}', 'upc' => '786936837179', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-blues-cd/2217158.p?id=108748&skuId=2217158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217158_sa.jpg\"}', 'upc' => '751793003425', 'provider' => 'bestbuy'],\n ['name' => \"Planes (Blu-ray 3D) (3 Disc) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/planes-blu-ray-3d-3-disc-digital-copy/2217169.p?id=2765418&skuId=2217169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217169_sa.jpg\"}', 'upc' => '786936836844', 'provider' => 'bestbuy'],\n ['name' => \"Cars (Blu-ray 3D)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 42.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cars-blu-ray-3d/2217187.p?id=1565156&skuId=2217187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217187_sa.jpg\"}', 'upc' => '786936835588', 'provider' => 'bestbuy'],\n ['name' => \"Nintendo - Wii Remote Plus - Red/Blue\", 'description_short' => \"Enjoy increased motion sensitivity and the brilliant colors of this Wii Remote Plus\", 'description_long' => \"Enjoy increased motion sensitivity and the brilliant colors of this Wii Remote Plus\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nintendo-wii-remote-plus-red-blue/2217457.p?id=1219071226332&skuId=2217457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217457_sa.jpg\"}', 'upc' => '045496891589', 'provider' => 'bestbuy'],\n ['name' => \"Nintendo - Wii Remote Plus - Green/Blue\", 'description_short' => \"Enjoy increased motion sensitivity and the brilliant colors of this Wii Remote Plus\", 'description_long' => \"Enjoy increased motion sensitivity and the brilliant colors of this Wii Remote Plus\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nintendo-wii-remote-plus-green-blue/2217466.p?id=1219071226530&skuId=2217466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217466_sa.jpg\"}', 'upc' => '045496891572', 'provider' => 'bestbuy'],\n ['name' => \"Canon - BG-E16 Battery Grip - Black\", 'description_short' => \"Compatible with Canon 7D Mark II cameras; works with 2 LP-E6N batteries, 6 AA LR6 batteries or an AC adapter kit; main dial; multi controller; shutter, AF point selection, AE lock/FE lock, AF start and multifunction buttons\", 'description_long' => \"Compatible with Canon 7D Mark II cameras; works with 2 LP-E6N batteries, 6 AA LR6 batteries or an AC adapter kit; main dial; multi controller; shutter, AF point selection, AE lock/FE lock, AF start and multifunction buttons\", 'price' => 319.99, 'sale_price' => 242.99, 'url' => 'http://www.bestbuy.com/site/canon-bg-e16-battery-grip-black/2217484.p?id=1219533486198&skuId=2217484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2217484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2217\\/2217484_sa.jpg\"}', 'upc' => '013803237061', 'provider' => 'bestbuy'],\n ['name' => \"Canon - LP-E6N Lithium-Ion Battery - Black\", 'description_short' => \"Compatible with Canon EOS 7D Mark II digital cameras; 7.2V DC power; rechargeable design\", 'description_long' => \"Compatible with Canon EOS 7D Mark II digital cameras; 7.2V DC power; rechargeable design\", 'price' => 99.99, 'sale_price' => 76.99, 'url' => 'http://www.bestbuy.com/site/canon-lp-e6n-lithium-ion-battery-black/2219025.p?id=1219533487080&skuId=2219025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2219025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2219\\/2219025_sa.jpg\"}', 'upc' => '013803240054', 'provider' => 'bestbuy'],\n ['name' => \"RCA - 3-Device Universal Remote - Black\", 'description_short' => \"From our expanded online assortment; controls up to 3 devices; partially backlit design; VCR functions; mute key\", 'description_long' => \"From our expanded online assortment; controls up to 3 devices; partially backlit design; VCR functions; mute key\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rca-3-device-universal-remote-black/2219101.p?id=1051384430732&skuId=2219101', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2219101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2219\\/2219101_sa.jpg\"}', 'upc' => '079000305347', 'provider' => 'bestbuy'],\n ['name' => \"Cabrel 77-78 (France) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cabrel-77-78-france-cd/2219771.p?id=3218436&skuId=2219771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2219771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '766928077226', 'provider' => 'bestbuy'],\n ['name' => \"Definitive Technology - VDXA Mythos ST-L 6\\\" x 10\\\" 3-Way Floor Speaker (Each) - Black\", 'description_short' => \"350W peak power; 1200W amplifier; 6&quot; x 10&quot; active carbon woofer; dual 5-1/4&quot; midrange drivers; magnesium/aluminum-dome tweeter; biwireable, bi-ampable connectors\", 'description_long' => \"350W peak power; 1200W amplifier; 6&quot; x 10&quot; active carbon woofer; dual 5-1/4&quot; midrange drivers; magnesium/aluminum-dome tweeter; biwireable, bi-ampable connectors\", 'price' => 2499.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/definitive-technology-vdxa-mythos-st-l-6-x-10-3-way-floor-speaker-each-black/2220002.p?id=1219070769171&skuId=2220002', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2220002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2220\\/2220002_sa.jpg\"}', 'upc' => '093207098000', 'provider' => 'bestbuy'],\n ['name' => \"Chansons Populaires (France) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chansons-populaires-france-cd/2220019.p?id=3236527&skuId=2220019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2220019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '766928079626', 'provider' => 'bestbuy'],\n ['name' => \"GE - Plug-In Smart Dimmer Light Switch - White\", 'description_short' => \"GE Plug-In Smart Dimmer Light Switch: Compatible with select gateways and hubs; works with Zigbee; 120V; 15 amps; handles up to 300W incandescent and 150W dimmable LED and CFL bulbs\", 'description_long' => \"GE Plug-In Smart Dimmer Light Switch: Compatible with select gateways and hubs; works with Zigbee; 120V; 15 amps; handles up to 300W incandescent and 150W dimmable LED and CFL bulbs\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ge-plug-in-smart-dimmer-light-switch-white/2220066.p?id=1219533486210&skuId=2220066', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2220066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2220\\/2220066_sa.jpg\"}', 'upc' => '030878138758', 'provider' => 'bestbuy'],\n ['name' => \"Beat Kennel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beat-kennel-cd/2220803.p?id=3192690&skuId=2220803&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2220803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2220\\/2220803_sa.jpg\"}', 'upc' => '027312012620', 'provider' => 'bestbuy'],\n ['name' => \"Mystery Project - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mystery-project-cd/2220812.p?id=3192693&skuId=2220812&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2220812', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2220\\/2220812_sa.jpg\"}', 'upc' => '027312014723', 'provider' => 'bestbuy'],\n ['name' => \"GE - Plug-In Smart Light Switch - White\", 'description_short' => \"GE Plug-In Smart Light Switch: Works with Zigbee; compatible with select gateways and hubs; adds remote on/off to table and floor lamps; offers control of small appliances; handles up to 600W from most types of bulbs\", 'description_long' => \"GE Plug-In Smart Light Switch: Works with Zigbee; compatible with select gateways and hubs; adds remote on/off to table and floor lamps; offers control of small appliances; handles up to 600W from most types of bulbs\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ge-plug-in-smart-light-switch-white/2221422.p?id=1219533980579&skuId=2221422', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2221422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2221\\/2221422_sa.jpg\"}', 'upc' => '030878138765', 'provider' => 'bestbuy'],\n ['name' => \"Cool Christmas Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cool-christmas-blues-cd/2222455.p?id=110730&skuId=2222455&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2222455', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2222\\/2222455_sa.jpg\"}', 'upc' => '011661956124', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Gonzo Style - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-gonzo-style-cd/2222464.p?id=2305315&skuId=2222464&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2222464', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2222\\/2222464_sa.jpg\"}', 'upc' => '014431031229', 'provider' => 'bestbuy'],\n ['name' => \"Catwalk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/catwalk-cd/2222801.p?id=1589445&skuId=2222801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2222801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2222\\/2222801.jpg\"}', 'upc' => '009119203821', 'provider' => 'bestbuy'],\n ['name' => \"Epiphany: Gregorian Chants From Hungary - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/epiphany-gregorian-chants-from-hungary-cd/2222829.p?id=1829099&skuId=2222829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2222829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '750582157424', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Chant: Trad'L Latin Plainchant - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-chant-tradl-latin-plainchant-various-cd/2222856.p?id=1763900&skuId=2222856&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2222856', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2222\\/2222856.jpg\"}', 'upc' => '750582209925', 'provider' => 'bestbuy'],\n ['name' => \"Welcome Yule: Choral Music For Season Of Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/welcome-yule-choral-music-for-season-of-christmas-cd/2222865.p?id=1830013&skuId=2222865&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2222865', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2222\\/2222865.jpg\"}', 'upc' => '750582210525', 'provider' => 'bestbuy'],\n ['name' => \"Mandala - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mandala-cd/2222936.p?id=107939&skuId=2222936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2222936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2222\\/2222936.jpg\"}', 'upc' => '794017100128', 'provider' => 'bestbuy'],\n ['name' => \"Dungeon Of Bass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dungeon-of-bass-cd/2223506.p?id=1543819&skuId=2223506&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2223506', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2223\\/2223506_sa.jpg\"}', 'upc' => '754863201127', 'provider' => 'bestbuy'],\n ['name' => \"Music for the Native Americans - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-for-the-native-americans-cd-original-soundtrack/2223882.p?id=108435&skuId=2223882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2223882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2223\\/2223882_sa.jpg\"}', 'upc' => '724382829522', 'provider' => 'bestbuy'],\n ['name' => \"The Perfect Flaw - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-perfect-flaw-cd/2223891.p?id=110461&skuId=2223891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2223891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2223\\/2223891_sa.jpg\"}', 'upc' => '025041104524', 'provider' => 'bestbuy'],\n ['name' => \"Proto-Ambient Music from Hearts of Space - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/proto-ambient-music-from-hearts-of-space-cd-various/2223999.p?id=110459&skuId=2223999&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2223999', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2223\\/2223999.jpg\"}', 'upc' => '025041110525', 'provider' => 'bestbuy'],\n ['name' => \"JLAB - Jbuds Glam Rockstar Earbud Headphones - Pink\", 'description_short' => \"JLAB Jbuds Glam Rockstar Earbud Headphones: Sound isolation; universal in-line microphone with track control; 3&#039; flat, tangle-resistant cable; 7 gel tip sizes; cable clip\", 'description_long' => \"JLAB Jbuds Glam Rockstar Earbud Headphones: Sound isolation; universal in-line microphone with track control; 3&#039; flat, tangle-resistant cable; 7 gel tip sizes; cable clip\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jlab-jbuds-glam-rockstar-earbud-headphones-pink/2224062.p?id=1219533486211&skuId=2224062', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224062_sa.jpg\"}', 'upc' => '812887014113', 'provider' => 'bestbuy'],\n ['name' => \"American Cowboy [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-cowboy-box-cd/2224113.p?id=108628&skuId=2224113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224113_sa.jpg\"}', 'upc' => '724383046522', 'provider' => 'bestbuy'],\n ['name' => \"Live '82 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-82-cd/2224284.p?id=109422&skuId=2224284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224284.jpg\"}', 'upc' => '730182604924', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Bitter Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-bitter-blues-cd/2224300.p?id=109440&skuId=2224300&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224300', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224300.jpg\"}', 'upc' => '730182605020', 'provider' => 'bestbuy'],\n ['name' => \"Five Long Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/five-long-years-cd/2224319.p?id=108348&skuId=2224319&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224319', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224319_sa.jpg\"}', 'upc' => '730182605129', 'provider' => 'bestbuy'],\n ['name' => \"Decoration Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/decoration-day-cd/2224346.p?id=108350&skuId=2224346&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224346_sa.jpg\"}', 'upc' => '730182605327', 'provider' => 'bestbuy'],\n ['name' => \"My Heart Is Bleeding - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-heart-is-bleeding-cd/2224355.p?id=109452&skuId=2224355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224355_sa.jpg\"}', 'upc' => '730182605426', 'provider' => 'bestbuy'],\n ['name' => \"Goin' on Main Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/goin-on-main-street-cd/2224364.p?id=109457&skuId=2224364&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224364_sa.jpg\"}', 'upc' => '730182605525', 'provider' => 'bestbuy'],\n ['name' => \"Blind John Davis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blind-john-davis-cd/2224382.p?id=109466&skuId=2224382&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224382', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224382.jpg\"}', 'upc' => '730182605624', 'provider' => 'bestbuy'],\n ['name' => \"Midnight Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/midnight-baby-cd/2224391.p?id=109469&skuId=2224391&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224391', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224391_sa.jpg\"}', 'upc' => '730182605723', 'provider' => 'bestbuy'],\n ['name' => \"The Sacred Fire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sacred-fire-cd/2224505.p?id=108810&skuId=2224505&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224505', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224505_sa.jpg\"}', 'upc' => '046286366423', 'provider' => 'bestbuy'],\n ['name' => \"Bangin' on Wax, Vol. 2: The Saga Continues [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bangin-on-wax-vol-2-the-saga-continues-pa-cd/2224532.p?id=109557&skuId=2224532&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224532', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224532_sa.jpg\"}', 'upc' => '026656671524', 'provider' => 'bestbuy'],\n ['name' => \"Old Corrals and Sagebrush & Other Cowboy... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-corrals-and-sagebrush-other-cowboy-cd/2224550.p?id=108291&skuId=2224550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224550_sa.jpg\"}', 'upc' => '015707005227', 'provider' => 'bestbuy'],\n ['name' => \"Old Time Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-time-music-cd/2224578.p?id=108289&skuId=2224578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224578_sa.jpg\"}', 'upc' => '015707701129', 'provider' => 'bestbuy'],\n ['name' => \"Clinch Mountain Bluegrass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clinch-mountain-bluegrass-cd/2224596.p?id=108290&skuId=2224596&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224596', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224596_sa.jpg\"}', 'upc' => '015707701822', 'provider' => 'bestbuy'],\n ['name' => \"Show Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/show-me-cd/2224612.p?id=79028&skuId=2224612&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224612', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224612_sa.jpg\"}', 'upc' => '026656274626', 'provider' => 'bestbuy'],\n ['name' => \"Piano Impressions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-impressions-cd/2224667.p?id=1580657&skuId=2224667&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224667', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224667_sa.jpg\"}', 'upc' => '096507715325', 'provider' => 'bestbuy'],\n ['name' => \"South to Mississippi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/south-to-mississippi-cd/2224710.p?id=122818&skuId=2224710&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224710', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224710_sa.jpg\"}', 'upc' => '034373280721', 'provider' => 'bestbuy'],\n ['name' => \"Brandy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brandy-cd/2224836.p?id=108023&skuId=2224836&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224836', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224836_sa.jpg\"}', 'upc' => '075678261022', 'provider' => 'bestbuy'],\n ['name' => \"I See It Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-see-it-now-cd/2224881.p?id=108024&skuId=2224881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224881_sa.jpg\"}', 'upc' => '075678265624', 'provider' => 'bestbuy'],\n ['name' => \"Whip-Smart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whip-smart-cd/2224907.p?id=1953675&skuId=2224907&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2224907', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2224\\/2224907.jpg\"}', 'upc' => '724385409820', 'provider' => 'bestbuy'],\n ['name' => \"With You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/with-you-cd/2225121.p?id=1452155&skuId=2225121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2225121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2225\\/2225121.jpg\"}', 'upc' => '035828015028', 'provider' => 'bestbuy'],\n ['name' => \"The Switch (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-switch-dvd/2225162.p?id=2182366&skuId=2225162&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2225162', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2225\\/2225162_sa.jpg\"}', 'upc' => '031398134251', 'provider' => 'bestbuy'],\n ['name' => \"The Switch (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => 9.99, 'url' => 'http://www.bestbuy.com/site/the-switch-blu-ray-disc/2225171.p?id=2182366&skuId=2225171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2225171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2225\\/2225171_sa.jpg\"}', 'upc' => '031398134862', 'provider' => 'bestbuy'],\n ['name' => \"HP - Premium Plus Glossy Photo Paper - White\", 'description_short' => \"Compatible with most inkjet printers; designed for photo printing; 4&quot; x 6&quot; photo paper; 100 sheets of paper; smudge- and water-resistant design\", 'description_long' => \"Compatible with most inkjet printers; designed for photo printing; 4&quot; x 6&quot; photo paper; 100 sheets of paper; smudge- and water-resistant design\", 'price' => 16.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-premium-plus-glossy-photo-paper-white/2225357.p?id=1218315367009&skuId=2225357&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2225357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2225\\/2225357_sa.jpg\"}', 'upc' => '886111138838', 'provider' => 'bestbuy'],\n ['name' => \"Cumbia & Jazz Fusion [Bonus Tracks] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cumbia-jazz-fusion-bonus-tracks-cd/2225746.p?id=108048&skuId=2225746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2225746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2225\\/2225746_sa.jpg\"}', 'upc' => '081227178529', 'provider' => 'bestbuy'],\n ['name' => \"HP - Premium Plus Glossy Inkjet Photo Paper - White\", 'description_short' => \"Compatible with most inkjet printers; designed for photo printing; 8.5&quot; x 11&quot; photo paper; 25 sheets of paper; smudge- and water-resistant design\", 'description_long' => \"Compatible with most inkjet printers; designed for photo printing; 8.5&quot; x 11&quot; photo paper; 25 sheets of paper; smudge- and water-resistant design\", 'price' => 17.49, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hp-premium-plus-glossy-inkjet-photo-paper-white/2226037.p?id=1218318236889&skuId=2226037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2226037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2226\\/2226037_sa.jpg\"}', 'upc' => '886111138852', 'provider' => 'bestbuy'],\n ['name' => \"Yesshows [8 Tracks] [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yesshows-8-tracks-remaster-cd/2226040.p?id=104990&skuId=2226040&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2226040', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2226\\/2226040_sa.jpg\"}', 'upc' => '075678268625', 'provider' => 'bestbuy'],\n ['name' => \"Corky Siegel's Chamber Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/corky-siegels-chamber-blues-cd/2226442.p?id=108452&skuId=2226442&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2226442', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2226\\/2226442_sa.jpg\"}', 'upc' => '014551482420', 'provider' => 'bestbuy'],\n ['name' => \"Hoodoo Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hoodoo-moon-cd/2226451.p?id=108453&skuId=2226451&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2226451', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2226\\/2226451.jpg\"}', 'upc' => '014551482529', 'provider' => 'bestbuy'],\n ['name' => \"Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stories-cd/2226549.p?id=2620678&skuId=2226549&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2226549', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2226\\/2226549_sa.jpg\"}', 'upc' => '029793072421', 'provider' => 'bestbuy'],\n ['name' => \"Brown & Proud, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brown-proud-vol-1-cd-various/2226610.p?id=155047&skuId=2226610&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2226610', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2226\\/2226610_sa.jpg\"}', 'upc' => '054291884627', 'provider' => 'bestbuy'],\n ['name' => \"Unto You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unto-you-cd/2226861.p?id=132824&skuId=2226861&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2226861', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2226\\/2226861_sa.jpg\"}', 'upc' => '021401482028', 'provider' => 'bestbuy'],\n ['name' => \"Vampire Knight, Vol. 1 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vampire-knight-vol-1-dvd/2227014.p?id=2109344&skuId=2227014&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2227014', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2227\\/2227014_sa.jpg\"}', 'upc' => '782009241331', 'provider' => 'bestbuy'],\n ['name' => \"Replacement Killers/Truth or Consequences, N.M. (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/replacement-killers-truth-or-consequences-n-m-blu-ray-disc/2227023.p?id=2650680&skuId=2227023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2227023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2227\\/2227023.jpg\"}', 'upc' => '683904631084', 'provider' => 'bestbuy'],\n ['name' => \"Stealth/Vertical Limit (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stealth-vertical-limit-blu-ray-disc/2227041.p?id=2593863&skuId=2227041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2227041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2227\\/2227041_sa.jpg\"}', 'upc' => '683904631183', 'provider' => 'bestbuy'],\n ['name' => \"Jason's Lyric [PA] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jasons-lyric-pa-cd-original-soundtrack/2227414.p?id=109112&skuId=2227414&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2227414', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2227\\/2227414_sa.jpg\"}', 'upc' => '731452291523', 'provider' => 'bestbuy'],\n ['name' => \"Boomtown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boomtown-cd/2227432.p?id=107116&skuId=2227432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2227432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2227\\/2227432_sa.jpg\"}', 'upc' => '731452340726', 'provider' => 'bestbuy'],\n ['name' => \"Caravan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caravan-cd/2227888.p?id=108247&skuId=2227888&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2227888', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2227\\/2227888.jpg\"}', 'upc' => '731452303028', 'provider' => 'bestbuy'],\n ['name' => \"Verve Jazz Masters 24: Ella Fitzgerald &... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/verve-jazz-masters-24-ella-fitzgerald-cd/2227931.p?id=108251&skuId=2227931&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2227931', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2227\\/2227931_sa.jpg\"}', 'upc' => '731452185129', 'provider' => 'bestbuy'],\n ['name' => \"The Last Airbender (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-last-airbender-dvd/2228004.p?id=2154431&skuId=2228004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2228004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2228\\/2228004_sa.jpg\"}', 'upc' => '883929302345', 'provider' => 'bestbuy'],\n ['name' => \"Galaxy Quest (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/galaxy-quest-blu-ray-disc/2228031.p?id=49843&skuId=2228031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2228031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2228\\/2228031_sa.jpg\"}', 'upc' => '883929302109', 'provider' => 'bestbuy'],\n ['name' => \"Rugrats Movie/Rugrats Go Wild [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rugrats-movie-rugrats-go-wild-2-discs-dvd/2228068.p?id=2649006&skuId=2228068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2228068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2228\\/2228068_sa.jpg\"}', 'upc' => '883929310722', 'provider' => 'bestbuy'],\n ['name' => \"2 Pianos Are Better Than 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2-pianos-are-better-than-1-cd/2228084.p?id=276636&skuId=2228084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2228084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2228\\/2228084_sa.jpg\"}', 'upc' => '089408037627', 'provider' => 'bestbuy'],\n ['name' => \"Maytag - 21.7 Cu. Ft. French Door Refrigerator - Black\", 'description_short' => \"PowerCold feature; Wide-N-Fresh deli drawer; Spill-Catcher glass crisper shelf; sealed FreshLock crispers with humidity control; Beverage Chiller compartment; spill-proof glass shelves\", 'description_long' => \"PowerCold feature; Wide-N-Fresh deli drawer; Spill-Catcher glass crisper shelf; sealed FreshLock crispers with humidity control; Beverage Chiller compartment; spill-proof glass shelves\", 'price' => 2099.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maytag-21-7-cu-ft-french-door-refrigerator-black/2228086.p?id=bb2228086&skuId=2228086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2228086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2228\\/2228086_sa.jpg\"}', 'upc' => '883049355597', 'provider' => 'bestbuy'],\n ['name' => \"She Turns Me On - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/she-turns-me-on-cd/2228182.p?id=96669&skuId=2228182&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2228182', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2228\\/2228182_sa.jpg\"}', 'upc' => '091377120323', 'provider' => 'bestbuy'],\n ['name' => \"Beyond the Valley of the Gift Police - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beyond-the-valley-of-the-gift-police-cd/2228280.p?id=108483&skuId=2228280&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2228280', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2228\\/2228280.jpg\"}', 'upc' => '721616015027', 'provider' => 'bestbuy'],\n ['name' => \"Pure Pleasure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pure-pleasure-cd/2228967.p?id=108232&skuId=2228967&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2228967', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2228\\/2228967_sa.jpg\"}', 'upc' => '011105402620', 'provider' => 'bestbuy'],\n ['name' => \"Maytag - 21.7 Cu. Ft. French Door Refrigerator - White\", 'description_short' => \"Electronic controls; spill proof glass shelf, fixed shelf, full-width shelf; chiller zone; freezer: full-width drawer, half-width drawer, slide-out plastic basket; auto defrost; LED interior lighting\", 'description_long' => \"Electronic controls; spill proof glass shelf, fixed shelf, full-width shelf; chiller zone; freezer: full-width drawer, half-width drawer, slide-out plastic basket; auto defrost; LED interior lighting\", 'price' => 2099.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maytag-21-7-cu-ft-french-door-refrigerator-white/2229021.p?id=bb2229021&skuId=2229021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2229021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2229\\/2229021_sa.jpg\"}', 'upc' => '883049357300', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Is Here Again (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-is-here-again-dvd/2230016.p?id=1898285&skuId=2230016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2230016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2230\\/2230016_sa.jpg\"}', 'upc' => '683904527844', 'provider' => 'bestbuy'],\n ['name' => \"Maytag - 21.7 Cu. Ft. French Door Refrigerator - Stainless Steel\", 'description_short' => \"PowerCold feature; Wide-N-Fresh deli drawer; Spill-Catcher glass crisper shelf; sealed FreshLock crispers with humidity control; Beverage Chiller compartment; spill-proof glass shelves\", 'description_long' => \"PowerCold feature; Wide-N-Fresh deli drawer; Spill-Catcher glass crisper shelf; sealed FreshLock crispers with humidity control; Beverage Chiller compartment; spill-proof glass shelves\", 'price' => 2099.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/maytag-21-7-cu-ft-french-door-refrigerator-stainless-steel/2230025.p?id=bb2230025&skuId=2230025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2230025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2230\\/2230025_sa.jpg\"}', 'upc' => '883049357270', 'provider' => 'bestbuy'],\n ['name' => \"Laughter in the Rain: The Best of Neil... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/laughter-in-the-rain-the-best-of-neil-cd/2230730.p?id=108384&skuId=2230730&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2230730', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2230\\/2230730_sa.jpg\"}', 'upc' => '030206553925', 'provider' => 'bestbuy'],\n ['name' => \"The Rockin' Chair Lady (1931-1950) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-rockin-chair-lady-1931-1950-cd/2231034.p?id=108390&skuId=2231034&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2231034', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2231\\/2231034_sa.jpg\"}', 'upc' => '011105064422', 'provider' => 'bestbuy'],\n ['name' => \"Universe Symph / Orch Set #2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/universe-symph-orch-set-2-cd/2231114.p?id=1757374&skuId=2231114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2231114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2231\\/2231114.jpg\"}', 'upc' => '789368048526', 'provider' => 'bestbuy'],\n ['name' => \"The Conway Twitty Collection [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 37.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-conway-twitty-collection-box-cd/2231187.p?id=108230&skuId=2231187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2231187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2231\\/2231187_sa.jpg\"}', 'upc' => '008811109523', 'provider' => 'bestbuy'],\n ['name' => \"Andrew Lloyd Webber: Welterfolge II - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/andrew-lloyd-webber-welterfolge-ii-cd/2232426.p?id=3183398&skuId=2232426&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2232426', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2232\\/2232426.jpg\"}', 'upc' => '731451715921', 'provider' => 'bestbuy'],\n ['name' => \"Strategem - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strategem-cd/2232471.p?id=108161&skuId=2232471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2232471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2232\\/2232471_sa.jpg\"}', 'upc' => '075992458023', 'provider' => 'bestbuy'],\n ['name' => \"Mind, Body & Soul - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mind-body-soul-cd/2232514.p?id=108171&skuId=2232514&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2232514', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2232\\/2232514_sa.jpg\"}', 'upc' => '075992455824', 'provider' => 'bestbuy'],\n ['name' => \"Monster - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monster-cd/2232603.p?id=108177&skuId=2232603&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2232603', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2232\\/2232603_sa.jpg\"}', 'upc' => '093624574026', 'provider' => 'bestbuy'],\n ['name' => \"Make Him Do Right - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/make-him-do-right-cd/2232729.p?id=108192&skuId=2232729&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2232729', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2232\\/2232729_sa.jpg\"}', 'upc' => '093624540021', 'provider' => 'bestbuy'],\n ['name' => \"Merry Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/merry-christmas-cd/2233112.p?id=108780&skuId=2233112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2233112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2233\\/2233112_sa.jpg\"}', 'upc' => '074646422229', 'provider' => 'bestbuy'],\n ['name' => \"Bitter Tears (Ballads of the American Indian) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bitter-tears-ballads-of-the-american-indian-cd/2233345.p?id=108792&skuId=2233345&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2233345', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2233\\/2233345.jpg\"}', 'upc' => '074646650721', 'provider' => 'bestbuy'],\n ['name' => \"Louisiana Christmas - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louisiana-christmas-cd-various/2233559.p?id=2162428&skuId=2233559&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2233559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2233\\/2233559_sa.jpg\"}', 'upc' => '046346903926', 'provider' => 'bestbuy'],\n ['name' => \"Birds in the Church - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/birds-in-the-church-cd/2233568.p?id=130596&skuId=2233568&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2233568', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2233\\/2233568_sa.jpg\"}', 'upc' => '048021447022', 'provider' => 'bestbuy'],\n ['name' => \"Mejor Que Nunca (Better Than Ever) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mejor-que-nunca-better-than-ever-cd/2233693.p?id=112313&skuId=2233693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2233693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2233\\/2233693.jpg\"}', 'upc' => '025218922623', 'provider' => 'bestbuy'],\n ['name' => \"Jensen - Rechargeable Battery for Select V-Tech Cordless Phones - White\", 'description_short' => \"Compatible with select V-Tech cordless phones; rechargeable battery; lightweight design\", 'description_long' => \"Compatible with select V-Tech cordless phones; rechargeable battery; lightweight design\", 'price' => 19.99, 'sale_price' => 16.99, 'url' => 'http://www.bestbuy.com/site/jensen-rechargeable-battery-for-select-v-tech-cordless-phones-white/2234072.p?id=1218315366820&skuId=2234072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234072_sa.jpg\"}', 'upc' => '044476085741', 'provider' => 'bestbuy'],\n ['name' => \"What If We Were Real - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/what-if-we-were-real-cd/2234133.p?id=2196747&skuId=2234133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234133_sa.jpg\"}', 'upc' => '5099996786321', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Leon Russell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-leon-russell-cd/2234151.p?id=2192750&skuId=2234151&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234151', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234151_sa.jpg\"}', 'upc' => '5099907104428', 'provider' => 'bestbuy'],\n ['name' => \"Philharmonics [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/philharmonics-pa-cd/2234197.p?id=2199182&skuId=2234197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234197_sa.jpg\"}', 'upc' => '843798000476', 'provider' => 'bestbuy'],\n ['name' => \"How to Become Clairvoyant [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/how-to-become-clairvoyant-digipak-cd/2234203.p?id=2192389&skuId=2234203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234203.jpg\"}', 'upc' => '795041782120', 'provider' => 'bestbuy'],\n ['name' => \"That's How We Roll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thats-how-we-roll-cd/2234212.p?id=2198212&skuId=2234212&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234212', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234212_sa.jpg\"}', 'upc' => '888072323636', 'provider' => 'bestbuy'],\n ['name' => \"Lonely Lover [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lonely-lover-box-cd/2234221.p?id=2199186&skuId=2234221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234221_sa.jpg\"}', 'upc' => '778325631123', 'provider' => 'bestbuy'],\n ['name' => \"Faithful - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/faithful-cd/2234249.p?id=2469407&skuId=2234249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234249_sa.jpg\"}', 'upc' => '602527591056', 'provider' => 'bestbuy'],\n ['name' => \"Rory Gallagher: Irish Tour 1974 - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rory-gallagher-irish-tour-1974-dvd/2234258.p?id=37794&skuId=2234258&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234258', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234258_sa.jpg\"}', 'upc' => '801213029495', 'provider' => 'bestbuy'],\n ['name' => \"At The Salzburg Festival - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-salzburg-festival-cd/2234264.p?id=1829235&skuId=2234264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234264.jpg\"}', 'upc' => '789368041824', 'provider' => 'bestbuy'],\n ['name' => \"Huevos Rancheros - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/huevos-rancheros-cd/2234267.p?id=2197603&skuId=2234267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234267_sa.jpg\"}', 'upc' => '808835463928', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2234285.p?id=2198214&skuId=2234285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234285_sa.jpg\"}', 'upc' => '602527636931', 'provider' => 'bestbuy'],\n ['name' => \"The Deep Field [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-deep-field-digipak-cd/2234294.p?id=2199183&skuId=2234294&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234294', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234294_sa.jpg\"}', 'upc' => '843798000483', 'provider' => 'bestbuy'],\n ['name' => \"Mortal Kombat: Songs Inspired by the Warriors - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mortal-kombat-songs-inspired-by-the-warriors-cd-original-soundtrack/2234319.p?id=2199188&skuId=2234319&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234319', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234319_sa.jpg\"}', 'upc' => '794043148644', 'provider' => 'bestbuy'],\n ['name' => \"TRON: Legacy Reconfigured - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tron-legacy-reconfigured-cd-original-soundtrack/2234328.p?id=2189179&skuId=2234328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234328_sa.jpg\"}', 'upc' => '050087239633', 'provider' => 'bestbuy'],\n ['name' => \"Irish Tour - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/irish-tour-cd/2234337.p?id=2199179&skuId=2234337&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234337', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234337_sa.jpg\"}', 'upc' => '826992019529', 'provider' => 'bestbuy'],\n ['name' => \"I Want to Be More Like You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-want-to-be-more-like-you-cd/2234344.p?id=131852&skuId=2234344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234344_sa.jpg\"}', 'upc' => '021401482127', 'provider' => 'bestbuy'],\n ['name' => \"Human Hearts [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/human-hearts-digipak-cd/2234346.p?id=2199184&skuId=2234346&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234346', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234346_sa.jpg\"}', 'upc' => '842803005826', 'provider' => 'bestbuy'],\n ['name' => \"No Problem - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-problem-cd/2234355.p?id=2322070&skuId=2234355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234355_sa.jpg\"}', 'upc' => '602527411606', 'provider' => 'bestbuy'],\n ['name' => \"Coathanga Strangla [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coathanga-strangla-pa-cd/2234364.p?id=2199181&skuId=2234364&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234364', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234364_sa.jpg\"}', 'upc' => '893981001865', 'provider' => 'bestbuy'],\n ['name' => \"Icon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icon-cd/2234391.p?id=2198225&skuId=2234391&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234391', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234391.jpg\"}', 'upc' => '602527651842', 'provider' => 'bestbuy'],\n ['name' => \"Highway Fun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/highway-fun-cd/2234424.p?id=111500&skuId=2234424&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234424', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234424_sa.jpg\"}', 'upc' => '748775152226', 'provider' => 'bestbuy'],\n ['name' => \"Mary Poppins The Supercalifragilistic Musical - CD - Original Cast Recording\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mary-poppins-the-supercalifragilistic-musical-cd-original-cast-recording/2234628.p?id=2189178&skuId=2234628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234628_sa.jpg\"}', 'upc' => '050087238704', 'provider' => 'bestbuy'],\n ['name' => \"Lemonade Mouth - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lemonade-mouth-cd-original-soundtrack/2234646.p?id=2186572&skuId=2234646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234646_sa.jpg\"}', 'upc' => '050087238605', 'provider' => 'bestbuy'],\n ['name' => \"Above the Noise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/above-the-noise-cd/2234664.p?id=2210273&skuId=2234664&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234664', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234664_sa.jpg\"}', 'upc' => '600753329245', 'provider' => 'bestbuy'],\n ['name' => \"Definitive Bill Evans on Riverside and... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/definitive-bill-evans-on-riverside-and-cd/2234673.p?id=2192469&skuId=2234673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234673_sa.jpg\"}', 'upc' => '888072327634', 'provider' => 'bestbuy'],\n ['name' => \"The Definitive Miles Davis on Prestige - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-definitive-miles-davis-on-prestige-cd/2234682.p?id=2192468&skuId=2234682&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234682', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234682_sa.jpg\"}', 'upc' => '888072327627', 'provider' => 'bestbuy'],\n ['name' => \"Bible Songs For Kids [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bible-songs-for-kids-box-cd/2234691.p?id=2199187&skuId=2234691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234691_sa.jpg\"}', 'upc' => '778325631024', 'provider' => 'bestbuy'],\n ['name' => \"Rory Gallagher: Irish Tour 1974 - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rory-gallagher-irish-tour-1974-blu-ray-disc/2234719.p?id=37794&skuId=2234719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2234719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2234\\/2234719_sa.jpg\"}', 'upc' => '801213337590', 'provider' => 'bestbuy'],\n ['name' => \"Halo 5: Guardians Limited Edition - Xbox One\", 'description_short' => \"Hunt the truth\", 'description_long' => \"Hunt the truth\", 'price' => 99.99, 'sale_price' => 84.99, 'url' => 'http://www.bestbuy.com/site/halo-5-guardians-limited-edition-xbox-one/2235002.p?id=1219533980899&skuId=2235002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235002_sa.jpg\"}', 'upc' => '885370928556', 'provider' => 'bestbuy'],\n ['name' => \"Violin Concerto - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/violin-concerto-cd/2235334.p?id=1676053&skuId=2235334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235334.jpg\"}', 'upc' => '074645896724', 'provider' => 'bestbuy'],\n ['name' => \"Diamonds and Dirt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diamonds-and-dirt-cd/2235372.p?id=2194307&skuId=2235372&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235372', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235372_sa.jpg\"}', 'upc' => '693723309071', 'provider' => 'bestbuy'],\n ['name' => \"Money Bags [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/money-bags-pa-cd/2235381.p?id=2194308&skuId=2235381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235381_sa.jpg\"}', 'upc' => '809367217423', 'provider' => 'bestbuy'],\n ['name' => \"Razorback Killers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/razorback-killers-cd/2235609.p?id=2194305&skuId=2235609&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235609', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235609_sa.jpg\"}', 'upc' => '693723088921', 'provider' => 'bestbuy'],\n ['name' => \"Go Hard Texas, Vol. 2 [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/go-hard-texas-vol-2-pa-cd/2235618.p?id=2194309&skuId=2235618&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235618.jpg\"}', 'upc' => '786984091622', 'provider' => 'bestbuy'],\n ['name' => \"The Lost and Found [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lost-and-found-digipak-cd/2235627.p?id=2194310&skuId=2235627&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235627', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235627_sa.jpg\"}', 'upc' => '823889911324', 'provider' => 'bestbuy'],\n ['name' => \"Stoner Witch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stoner-witch-cd/2235628.p?id=108614&skuId=2235628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235628_sa.jpg\"}', 'upc' => '075678270420', 'provider' => 'bestbuy'],\n ['name' => \"Rendered Waters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rendered-waters-cd/2235645.p?id=2194312&skuId=2235645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235645_sa.jpg\"}', 'upc' => '693723086927', 'provider' => 'bestbuy'],\n ['name' => \"Awake - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/awake-cd/2235646.p?id=108578&skuId=2235646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235646_sa.jpg\"}', 'upc' => '075679012623', 'provider' => 'bestbuy'],\n ['name' => \"Fresh: The Definition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fresh-the-definition-cd/2235654.p?id=2194313&skuId=2235654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235654_sa.jpg\"}', 'upc' => '099923214120', 'provider' => 'bestbuy'],\n ['name' => \"Latin Rap and Videos [CD & DVD] [PA] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/latin-rap-and-videos-cd-dvd-pa-cd-dvd/2235663.p?id=2194314&skuId=2235663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235663.jpg\"}', 'upc' => '809367217621', 'provider' => 'bestbuy'],\n ['name' => \"7... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/7-digipak-cd/2235672.p?id=2192816&skuId=2235672&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235672_sa.jpg\"}', 'upc' => '016351578723', 'provider' => 'bestbuy'],\n ['name' => \"Putumayo Presents: Rumba,... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/putumayo-presents-rumba-digipak-cd/2235681.p?id=2192924&skuId=2235681&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235681', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235681.jpg\"}', 'upc' => '790248030821', 'provider' => 'bestbuy'],\n ['name' => \"Reckless & Relentless - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reckless-relentless-cd/2235709.p?id=2210277&skuId=2235709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235709_sa.jpg\"}', 'upc' => '894587001501', 'provider' => 'bestbuy'],\n ['name' => \"Neighborhood Music, Vol. 2 [Box] [PA] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/neighborhood-music-vol-2-box-pa-cd-various/2235718.p?id=2194315&skuId=2235718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235718_sa.jpg\"}', 'upc' => '809367217522', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2235727.p?id=2194316&skuId=2235727&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235727', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235727_sa.jpg\"}', 'upc' => '099923514725', 'provider' => 'bestbuy'],\n ['name' => \"2011 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2011-cd/2235736.p?id=2194317&skuId=2235736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235736_sa.jpg\"}', 'upc' => '099923200420', 'provider' => 'bestbuy'],\n ['name' => \"Steady as She Goes [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steady-as-she-goes-digipak-cd/2235745.p?id=2194318&skuId=2235745&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235745', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235745_sa.jpg\"}', 'upc' => '033651024125', 'provider' => 'bestbuy'],\n ['name' => \"Never Stop [CD & DVD] [Digipak] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-stop-cd-dvd-digipak-cd-dvd-deluxe-edition/2235754.p?id=2194435&skuId=2235754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235754.jpg\"}', 'upc' => '099923236221', 'provider' => 'bestbuy'],\n ['name' => \"Cut - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cut-cd/2235772.p?id=2193975&skuId=2235772&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235772', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235772_sa.jpg\"}', 'upc' => '800212997521', 'provider' => 'bestbuy'],\n ['name' => \"Final Approach [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/final-approach-digipak-cd/2235809.p?id=2194306&skuId=2235809&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235809', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235809_sa.jpg\"}', 'upc' => '706442390425', 'provider' => 'bestbuy'],\n ['name' => \"The Cold Still - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-cold-still-cd/2235818.p?id=2195540&skuId=2235818&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2235818', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2235\\/2235818_sa.jpg\"}', 'upc' => '634457543829', 'provider' => 'bestbuy'],\n ['name' => \"Beautiful Empty [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beautiful-empty-digipak-cd/2236098.p?id=2196541&skuId=2236098&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236098', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236098_sa.jpg\"}', 'upc' => '029817997525', 'provider' => 'bestbuy'],\n ['name' => \"Guiltless - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guiltless-cd/2236104.p?id=2196542&skuId=2236104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236104_sa.jpg\"}', 'upc' => '781676710928', 'provider' => 'bestbuy'],\n ['name' => \"Transhuman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/transhuman-cd/2236113.p?id=2212922&skuId=2236113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236113.jpg\"}', 'upc' => '039841499124', 'provider' => 'bestbuy'],\n ['name' => \"Last Rites - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-rites-cd/2236122.p?id=2196544&skuId=2236122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236122.jpg\"}', 'upc' => '039841498127', 'provider' => 'bestbuy'],\n ['name' => \"Until Spring - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/until-spring-cd/2236131.p?id=2196545&skuId=2236131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236131_sa.jpg\"}', 'upc' => '020286155812', 'provider' => 'bestbuy'],\n ['name' => \"Here We Rest [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/here-we-rest-digipak-cd/2236159.p?id=2196546&skuId=2236159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236159_sa.jpg\"}', 'upc' => '804879246527', 'provider' => 'bestbuy'],\n ['name' => \"Got Your Back [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/got-your-back-digipak-cd/2236168.p?id=2196547&skuId=2236168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236168_sa.jpg\"}', 'upc' => '751097075029', 'provider' => 'bestbuy'],\n ['name' => \"Always Be Happy, But Stay Evil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/always-be-happy-but-stay-evil-cd/2236177.p?id=2196548&skuId=2236177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236177_sa.jpg\"}', 'upc' => '020286155348', 'provider' => 'bestbuy'],\n ['name' => \"Murder the Mountains - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/murder-the-mountains-cd/2236195.p?id=2196550&skuId=2236195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236195.jpg\"}', 'upc' => '781676714421', 'provider' => 'bestbuy'],\n ['name' => \"GB City [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gb-city-digipak-cd/2236229.p?id=2196551&skuId=2236229&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236229_sa.jpg\"}', 'upc' => '767981124520', 'provider' => 'bestbuy'],\n ['name' => \"Level 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/level-2-cd/2236238.p?id=2196552&skuId=2236238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236238_sa.jpg\"}', 'upc' => '656191008921', 'provider' => 'bestbuy'],\n ['name' => \"American Legacies [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-legacies-digipak-cd/2236247.p?id=2196553&skuId=2236247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236247.jpg\"}', 'upc' => '829305001525', 'provider' => 'bestbuy'],\n ['name' => \"Rebirth of New Orleans [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rebirth-of-new-orleans-digipak-cd/2236256.p?id=2196554&skuId=2236256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236256_sa.jpg\"}', 'upc' => '652905120224', 'provider' => 'bestbuy'],\n ['name' => \"Africa for Africa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/africa-for-africa-cd/2236265.p?id=2196762&skuId=2236265&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236265', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236265_sa.jpg\"}', 'upc' => '720841111320', 'provider' => 'bestbuy'],\n ['name' => \"Lollipop [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lollipop-digipak-cd/2236283.p?id=2196555&skuId=2236283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236283_sa.jpg\"}', 'upc' => '020286155645', 'provider' => 'bestbuy'],\n ['name' => \"Origins - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/origins-cd/2236308.p?id=2196557&skuId=2236308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236308_sa.jpg\"}', 'upc' => '734923006343', 'provider' => 'bestbuy'],\n ['name' => \"Why You Worried 'Bout Me? [Single] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/why-you-worried-bout-me-single-pa-cd/2236317.p?id=2198679&skuId=2236317&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236317', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236317_sa.jpg\"}', 'upc' => '652905120323', 'provider' => 'bestbuy'],\n ['name' => \"Hit After Hit [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hit-after-hit-digipak-cd/2236335.p?id=2196559&skuId=2236335&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236335', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236335.jpg\"}', 'upc' => '767981124025', 'provider' => 'bestbuy'],\n ['name' => \"Hope & Ruin [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hope-ruin-digipak-cd/2236344.p?id=2196764&skuId=2236344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236344_sa.jpg\"}', 'upc' => '766929975026', 'provider' => 'bestbuy'],\n ['name' => \"Never Be Tamed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-be-tamed-cd/2236353.p?id=2196560&skuId=2236353&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236353', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236353_sa.jpg\"}', 'upc' => '623141168929', 'provider' => 'bestbuy'],\n ['name' => \"Life Stories: Highlife & Afrobeat Classics... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/life-stories-highlife-afrobeat-classics-cd/2236362.p?id=2196561&skuId=2236362&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236362', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236362_sa.jpg\"}', 'upc' => '730003307225', 'provider' => 'bestbuy'],\n ['name' => \"Parallax: Hypersleep... [Single] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/parallax-hypersleep-single-digipak-cd/2236371.p?id=2196562&skuId=2236371&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236371', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236371_sa.jpg\"}', 'upc' => '039841499926', 'provider' => 'bestbuy'],\n ['name' => \"First Light [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-light-digipak-cd/2236608.p?id=2193855&skuId=2236608&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236608', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236608_sa.jpg\"}', 'upc' => '657481102527', 'provider' => 'bestbuy'],\n ['name' => \"Laura - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/laura-cd/2236617.p?id=2196765&skuId=2236617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236617_sa.jpg\"}', 'upc' => '753182545295', 'provider' => 'bestbuy'],\n ['name' => \"American Nomad [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-nomad-digipak-cd/2236626.p?id=2196766&skuId=2236626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236626_sa.jpg\"}', 'upc' => '626570611967', 'provider' => 'bestbuy'],\n ['name' => \"Action-Refraction [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/action-refraction-digipak-cd/2236635.p?id=2196564&skuId=2236635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236635_sa.jpg\"}', 'upc' => '753957214920', 'provider' => 'bestbuy'],\n ['name' => \"Come Down with Me [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-down-with-me-digipak-cd/2236653.p?id=2196390&skuId=2236653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236653_sa.jpg\"}', 'upc' => '666017216928', 'provider' => 'bestbuy'],\n ['name' => \"Into Darkness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/into-darkness-cd/2236662.p?id=2196566&skuId=2236662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236662_sa.jpg\"}', 'upc' => '808720012422', 'provider' => 'bestbuy'],\n ['name' => \"Dissimulation - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dissimulation-cd/2236671.p?id=2212914&skuId=2236671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236671_sa.jpg\"}', 'upc' => '803847110228', 'provider' => 'bestbuy'],\n ['name' => \"Statement of Purpose - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/statement-of-purpose-cd/2236699.p?id=2196568&skuId=2236699&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236699', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236699_sa.jpg\"}', 'upc' => '654436019220', 'provider' => 'bestbuy'],\n ['name' => \"Sonatas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sonatas-cd/2236744.p?id=2193064&skuId=2236744&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236744', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236744_sa.jpg\"}', 'upc' => '886976888220', 'provider' => 'bestbuy'],\n ['name' => \"Musicforthemorningafter [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 32.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/musicforthemorningafter-lp-vinyl/2236762.p?id=2192928&skuId=2236762&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236762', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236762_sa.jpg\"}', 'upc' => '886978302915', 'provider' => 'bestbuy'],\n ['name' => \"1812 Overture & Marche Slave - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1812-overture-marche-slave-cd/2236808.p?id=2193063&skuId=2236808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236808_sa.jpg\"}', 'upc' => '886977007323', 'provider' => 'bestbuy'],\n ['name' => \"Overtures - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/overtures-cd/2236817.p?id=2193061&skuId=2236817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236817_sa.jpg\"}', 'upc' => '886976896423', 'provider' => 'bestbuy'],\n ['name' => \"Hello Fear - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hello-fear-cd/2236826.p?id=2190926&skuId=2236826&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236826', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236826_sa.jpg\"}', 'upc' => '886977791727', 'provider' => 'bestbuy'],\n ['name' => \"I Am the Dance Commander + I Command You to... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-am-the-dance-commander-i-command-you-to-cd/2236835.p?id=2192364&skuId=2236835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236835_sa.jpg\"}', 'upc' => '886978650825', 'provider' => 'bestbuy'],\n ['name' => \"Live at Wrigley Field [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-wrigley-field-digipak-cd/2236844.p?id=2192930&skuId=2236844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236844.jpg\"}', 'upc' => '886978625427', 'provider' => 'bestbuy'],\n ['name' => \"Four Seasons & Four Double Concertos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/four-seasons-four-double-concertos-cd/2236853.p?id=2192953&skuId=2236853&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236853', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236853_sa.jpg\"}', 'upc' => '886976896126', 'provider' => 'bestbuy'],\n ['name' => \"Concierto De Aranjuez - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/concierto-de-aranjuez-cd/2236871.p?id=2193068&skuId=2236871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236871_sa.jpg\"}', 'upc' => '886976905422', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Roots: The Music of the Americas - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-roots-the-music-of-the-americas-cd-various/2236899.p?id=2192942&skuId=2236899&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236899', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236899_sa.jpg\"}', 'upc' => '886978577023', 'provider' => 'bestbuy'],\n ['name' => \"15 Exitos, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/15-exitos-vol-2-cd/2236908.p?id=2192933&skuId=2236908&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236908', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236908.jpg\"}', 'upc' => '886978585622', 'provider' => 'bestbuy'],\n ['name' => \"Sister Act - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sister-act-cd/2236917.p?id=2192925&skuId=2236917&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236917', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236917_sa.jpg\"}', 'upc' => '791558444629', 'provider' => 'bestbuy'],\n ['name' => \"Symphony No 10 (Hybr) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphony-no-10-hybr-cd/2236944.p?id=2192943&skuId=2236944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236944_sa.jpg\"}', 'upc' => '886977689529', 'provider' => 'bestbuy'],\n ['name' => \"Symphonies No 5 In C Minor Op 67 & No 7 In A Major - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphonies-no-5-in-c-minor-op-67-no-7-in-a-major-cd/2236953.p?id=2192952&skuId=2236953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236953_sa.jpg\"}', 'upc' => '886976888121', 'provider' => 'bestbuy'],\n ['name' => \"Bolero La Valse Rhapsodie Espagnole - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bolero-la-valse-rhapsodie-espagnole-cd/2236962.p?id=2192945&skuId=2236962&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2236962', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2236\\/2236962_sa.jpg\"}', 'upc' => '886976896829', 'provider' => 'bestbuy'],\n ['name' => \"Glam Nation Live [CD & DVD] - CD - CD DVD (with Bonus Tracks)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/glam-nation-live-cd-dvd-cd-cd-dvd-with-bonus-tracks/2237006.p?id=2192363&skuId=2237006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237006_sa.jpg\"}', 'upc' => '886978342621', 'provider' => 'bestbuy'],\n ['name' => \"Inside These Walls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/inside-these-walls-cd/2237015.p?id=2192934&skuId=2237015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237015_sa.jpg\"}', 'upc' => '728028036602', 'provider' => 'bestbuy'],\n ['name' => \"Presenting Montserrat Caballe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/presenting-montserrat-caballe-cd/2237024.p?id=2147777&skuId=2237024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237024.jpg\"}', 'upc' => '886976896324', 'provider' => 'bestbuy'],\n ['name' => \"Halo 5: Guardians Limited Collector's Edition - Xbox One\", 'description_short' => \"Hunt the truth\", 'description_long' => \"Hunt the truth\", 'price' => 249.99, 'sale_price' => 134.99, 'url' => 'http://www.bestbuy.com/site/halo-5-guardians-limited-collectors-edition-xbox-one/2237037.p?id=1219534062973&skuId=2237037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237037_sa.jpg\"}', 'upc' => '885370936964', 'provider' => 'bestbuy'],\n ['name' => \"Finlandia Valse Triste - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/finlandia-valse-triste-cd/2237042.p?id=2193011&skuId=2237042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237042_sa.jpg\"}', 'upc' => '886976897529', 'provider' => 'bestbuy'],\n ['name' => \"Something Big - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-big-cd/2237051.p?id=2192768&skuId=2237051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237051_sa.jpg\"}', 'upc' => '886976233020', 'provider' => 'bestbuy'],\n ['name' => \"Monument Singles: A-... [DVD] [Box] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monument-singles-a-dvd-box-cd-dvd/2237079.p?id=2186363&skuId=2237079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237079_sa.jpg\"}', 'upc' => '886978415820', 'provider' => 'bestbuy'],\n ['name' => \"Pictures At An Exhibition & Britten Young Persons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pictures-at-an-exhibition-britten-young-persons-cd/2237088.p?id=2193054&skuId=2237088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237088_sa.jpg\"}', 'upc' => '886976910020', 'provider' => 'bestbuy'],\n ['name' => \"Old Tyme Religion [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-tyme-religion-pa-cd/2237097.p?id=2192929&skuId=2237097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237097_sa.jpg\"}', 'upc' => '886975792528', 'provider' => 'bestbuy'],\n ['name' => \"Soul of the South - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-of-the-south-cd/2237103.p?id=2192938&skuId=2237103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237103.jpg\"}', 'upc' => '826663123531', 'provider' => 'bestbuy'],\n ['name' => \"Symphonies Nos 9 & 8 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/symphonies-nos-9-8-cd/2237112.p?id=2193067&skuId=2237112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237112_sa.jpg\"}', 'upc' => '886976895822', 'provider' => 'bestbuy'],\n ['name' => \"Violin Concerto No 1 G Minor Op 26 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/violin-concerto-no-1-g-minor-op-26-cd/2237121.p?id=2192963&skuId=2237121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237121.jpg\"}', 'upc' => '886976895921', 'provider' => 'bestbuy'],\n ['name' => \"Teddy Pendergrass: Live in London (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/teddy-pendergrass-live-in-london-dvd/2237149.p?id=2192926&skuId=2237149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_movies_l.jpg\"}', 'upc' => '826663124828', 'provider' => 'bestbuy'],\n ['name' => \"I Will Praise You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-will-praise-you-cd/2237167.p?id=2192939&skuId=2237167&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237167', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237167_sa.jpg\"}', 'upc' => '602341015929', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [2011] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-2011-cd/2237176.p?id=2192937&skuId=2237176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237176_sa.jpg\"}', 'upc' => '826663124033', 'provider' => 'bestbuy'],\n ['name' => \"Monument Singles: A-Sides (1960-1964) [20-Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monument-singles-a-sides-1960-1964-20-track-cd/2237185.p?id=2192789&skuId=2237185&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237185', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237185_sa.jpg\"}', 'upc' => '886978674128', 'provider' => 'bestbuy'],\n ['name' => \"Women of Hope - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/women-of-hope-cd-various/2237291.p?id=2180265&skuId=2237291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237291.jpg\"}', 'upc' => '783027019124', 'provider' => 'bestbuy'],\n ['name' => \"Priscilla Queen of the Desert: The Musical - CD - Original Broadway Cast\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/priscilla-queen-of-the-desert-the-musical-cd-original-broadway-cast/2237316.p?id=2189026&skuId=2237316&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237316', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237316_sa.jpg\"}', 'upc' => '081227977733', 'provider' => 'bestbuy'],\n ['name' => \"The Return of Mr. Zone 6 [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-return-of-mr-zone-6-pa-cd/2237325.p?id=2189490&skuId=2237325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237325_sa.jpg\"}', 'upc' => '093624958468', 'provider' => 'bestbuy'],\n ['name' => \"Josh Wright - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/josh-wright-cd/2237334.p?id=2180266&skuId=2237334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237334.jpg\"}', 'upc' => '783027019223', 'provider' => 'bestbuy'],\n ['name' => \"Ebbets Field 1974 (Uk) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ebbets-field-1974-uk-cd/2237343.p?id=3183415&skuId=2237343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2237343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2237\\/2237343_sa.jpg\"}', 'upc' => '899079002769', 'provider' => 'bestbuy'],\n ['name' => \"Raven In the Grave [4/5] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raven-in-the-grave-4-5-cd/2238096.p?id=2192771&skuId=2238096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238096_sa.jpg\"}', 'upc' => '883888002423', 'provider' => 'bestbuy'],\n ['name' => \"Heavy Metal Kings [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heavy-metal-kings-pa-digipak-cd/2238111.p?id=2199984&skuId=2238111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238111_sa.jpg\"}', 'upc' => '857259002046', 'provider' => 'bestbuy'],\n ['name' => \"Polar - Loop Activity Tracker - Black\", 'description_short' => \"Measures steps taken, distance traveled, elapsed time and pulse; touch-swipe button; 80-LED display; waterproof design; USB port\", 'description_long' => \"Measures steps taken, distance traveled, elapsed time and pulse; touch-swipe button; 80-LED display; waterproof design; USB port\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/polar-loop-activity-tracker-black/2238123.p?id=1219070441711&skuId=2238123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238123_rc.jpg\"}', 'upc' => '725882015842', 'provider' => 'bestbuy'],\n ['name' => \"Skullcandy - Hesh 2 Wireless Over-the-Ear Headphones - Camo\", 'description_short' => \"Wireless; built-in Bluetooth; adjustable headband; in-line control; phone control; carrying case included\", 'description_long' => \"Wireless; built-in Bluetooth; adjustable headband; in-line control; phone control; carrying case included\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/skullcandy-hesh-2-wireless-over-the-ear-headphones-camo/2238141.p?id=1219533486197&skuId=2238141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238141_sa.jpg\"}', 'upc' => '878615073418', 'provider' => 'bestbuy'],\n ['name' => \"Stairwells [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stairwells-digipak-cd/2238148.p?id=2192776&skuId=2238148&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238148', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238148_sa.jpg\"}', 'upc' => '855105002103', 'provider' => 'bestbuy'],\n ['name' => \"Love Town - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-town-cd/2238184.p?id=2194436&skuId=2238184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238184.jpg\"}', 'upc' => '704565720525', 'provider' => 'bestbuy'],\n ['name' => \"Texas Sugar/Strat Magik - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/texas-sugar-strat-magik-cd/2238778.p?id=108458&skuId=2238778&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238778', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238778.jpg\"}', 'upc' => '012414154620', 'provider' => 'bestbuy'],\n ['name' => \"The Diary [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-diary-pa-cd/2238910.p?id=1409244&skuId=2238910&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238910', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238910_sa.jpg\"}', 'upc' => '034744199720', 'provider' => 'bestbuy'],\n ['name' => \"Blowout Comb - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blowout-comb-cd/2238947.p?id=108430&skuId=2238947&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238947', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238947_sa.jpg\"}', 'upc' => '724383065424', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2238965.p?id=108436&skuId=2238965&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2238965', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2238\\/2238965_sa.jpg\"}', 'upc' => '724383033423', 'provider' => 'bestbuy'],\n ['name' => \"Mickey's Christmas Carol (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 26.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mickeys-christmas-carol-blu-ray-disc/2239017.p?id=23238&skuId=2239017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2239017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2239\\/2239017_sa.jpg\"}', 'upc' => '786936837148', 'provider' => 'bestbuy'],\n ['name' => \"Live - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/2239063.p?id=108786&skuId=2239063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2239063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2239\\/2239063_sa.jpg\"}', 'upc' => '077778058922', 'provider' => 'bestbuy'],\n ['name' => \"Rose and Charcoal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rose-and-charcoal-cd/2239072.p?id=108788&skuId=2239072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2239072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2239\\/2239072.jpg\"}', 'upc' => '724383008025', 'provider' => 'bestbuy'],\n ['name' => \"Question the Answers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/question-the-answers-cd/2239474.p?id=108945&skuId=2239474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2239474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2239\\/2239474_sa.jpg\"}', 'upc' => '731452284525', 'provider' => 'bestbuy'],\n ['name' => \"Broadway: The Music of Richard Rodgers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/broadway-the-music-of-richard-rodgers-cd/2239820.p?id=109027&skuId=2239820&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2239820', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2239\\/2239820_sa.jpg\"}', 'upc' => '028944260328', 'provider' => 'bestbuy'],\n ['name' => \"If Every Day Was Like Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/if-every-day-was-like-christmas-cd/2239875.p?id=108465&skuId=2239875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2239875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2239\\/2239875_sa.jpg\"}', 'upc' => '078636648224', 'provider' => 'bestbuy'],\n ['name' => \"G-Technology - G-DRIVE with Thunderbolt 3TB External USB 3.0 Hard Drive - Silver\", 'description_short' => \"USB 3.0 and Thunderbolt interfaces; integrated heat sink; Apple&#174; Time Machine compatible; aluminum case; data transfer rates up to 165MB/sec.\", 'description_long' => \"USB 3.0 and Thunderbolt interfaces; integrated heat sink; Apple&#174; Time Machine compatible; aluminum case; data transfer rates up to 165MB/sec.\", 'price' => 279.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/g-technology-g-drive-with-thunderbolt-3tb-external-usb-3-0-hard-drive-silver/2240012.p?id=1219535314512&skuId=2240012&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240012', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240012_sa.jpg\"}', 'upc' => '705487193886', 'provider' => 'bestbuy'],\n ['name' => \"G-Technology - G-DRIVE mobile with Thunderbolt 1TB External USB 3.0 Portable Hard Drive - Silver\", 'description_short' => \"USB 3.0 and Thunderbolt interfaces; bus-powered design; Apple&#174; Time Machine compatible; aluminum case; data transfer rates up to 136MB/sec.\", 'description_long' => \"USB 3.0 and Thunderbolt interfaces; bus-powered design; Apple&#174; Time Machine compatible; aluminum case; data transfer rates up to 136MB/sec.\", 'price' => 189.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/g-technology-g-drive-mobile-with-thunderbolt-1tb-external-usb-3-0-portable-hard-drive-silver/2240049.p?id=1219535312662&skuId=2240049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1309\\/1309193394\\/1309193394_sa.jpg\"}', 'upc' => '705487193183', 'provider' => 'bestbuy'],\n ['name' => \"Billboard #1 Gospel Hits - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/billboard-1-gospel-hits-cd-various/2240067.p?id=3329369&skuId=2240067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240067_sa.jpg\"}', 'upc' => '099923945727', 'provider' => 'bestbuy'],\n ['name' => \"Seagate - Wireless Mobile Storage 500GB External USB Portable Hard Drive - Blue\", 'description_short' => \"USB interface; built-in Wi-Fi; supports simple wireless media streaming to up to 3 devices simultaneously; backup for mobile devices\", 'description_long' => \"USB interface; built-in Wi-Fi; supports simple wireless media streaming to up to 3 devices simultaneously; backup for mobile devices\", 'price' => 129.99, 'sale_price' => 64.99, 'url' => 'http://www.bestbuy.com/site/seagate-wireless-mobile-storage-500gb-external-usb-portable-hard-drive-blue/2240076.p?id=1219535313545&skuId=2240076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240076_sa.jpg\"}', 'upc' => '763649066805', 'provider' => 'bestbuy'],\n ['name' => \"Seagate - Backup Plus Desktop 8TB External USB 3.0 Hard Drive - Black\", 'description_short' => \"USB 3.0 port; automatic backup; backup for mobile devices\", 'description_long' => \"USB 3.0 port; automatic backup; backup for mobile devices\", 'price' => 299.99, 'sale_price' => 229.99, 'url' => 'http://www.bestbuy.com/site/seagate-backup-plus-desktop-8tb-external-usb-3-0-hard-drive-black/2240085.p?id=1219535314581&skuId=2240085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1312\\/1312358643\\/1312358643_sa.jpg\"}', 'upc' => '763649067123', 'provider' => 'bestbuy'],\n ['name' => \"Seagate - Personal Cloud 4TB External Hard Drive (NAS) - Black\", 'description_short' => \"USB and Ethernet interfaces; provides a personal Cloud; backup for mobile devices; supports wireless streaming and remote file access\", 'description_long' => \"USB and Ethernet interfaces; provides a personal Cloud; backup for mobile devices; supports wireless streaming and remote file access\", 'price' => 219.99, 'sale_price' => 179.99, 'url' => 'http://www.bestbuy.com/site/seagate-personal-cloud-4tb-external-hard-drive-nas-black/2240094.p?id=1219535312656&skuId=2240094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240094_sa.jpg\"}', 'upc' => '763649066515', 'provider' => 'bestbuy'],\n ['name' => \"Seagate - Personal Cloud 5TB External Hard Drive (NAS) - Black\", 'description_short' => \"USB and Ethernet interfaces; provides a personal Cloud; backup for mobile devices; supports wireless streaming and remote file access\", 'description_long' => \"USB and Ethernet interfaces; provides a personal Cloud; backup for mobile devices; supports wireless streaming and remote file access\", 'price' => 249.99, 'sale_price' => 199.99, 'url' => 'http://www.bestbuy.com/site/seagate-personal-cloud-5tb-external-hard-drive-nas-black/2240109.p?id=1219535315666&skuId=2240109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240109_sa.jpg\"}', 'upc' => '763649066539', 'provider' => 'bestbuy'],\n ['name' => \"Seagate - Personal Cloud 3TB External Hard Drive (NAS) - Black\", 'description_short' => \"USB and Ethernet interfaces; provides a personal Cloud; backup for mobile devices; supports wireless streaming and remote file access\", 'description_long' => \"USB and Ethernet interfaces; provides a personal Cloud; backup for mobile devices; supports wireless streaming and remote file access\", 'price' => 169.99, 'sale_price' => 139.99, 'url' => 'http://www.bestbuy.com/site/seagate-personal-cloud-3tb-external-hard-drive-nas-black/2240118.p?id=1219535315476&skuId=2240118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240118_sa.jpg\"}', 'upc' => '763649066492', 'provider' => 'bestbuy'],\n ['name' => \"Cracked: What Lies Beneath (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cracked-what-lies-beneath-dvd-2-disc/2240127.p?id=3325607&skuId=2240127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240127.jpg\"}', 'upc' => '883929430864', 'provider' => 'bestbuy'],\n ['name' => \"Doctor Who: Last Christmas (DVD) (5 Disc) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doctor-who-last-christmas-dvd-5-disc-boxed-set/2240136.p?id=3329959&skuId=2240136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240136.jpg\"}', 'upc' => '883929455966', 'provider' => 'bestbuy'],\n ['name' => \"About Schmidt (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/about-schmidt-blu-ray-disc/2240145.p?id=40111&skuId=2240145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240145.jpg\"}', 'upc' => '883929374915', 'provider' => 'bestbuy'],\n ['name' => \"War and Peace (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/war-and-peace-blu-ray-disc/2240154.p?id=53960&skuId=2240154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240154_sa.jpg\"}', 'upc' => '883929443949', 'provider' => 'bestbuy'],\n ['name' => \"Doctor Who: Last Christmas (Blu-ray Disc) (5 Disc) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doctor-who-last-christmas-blu-ray-disc-5-disc-boxed-set/2240163.p?id=3329959&skuId=2240163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240163.jpg\"}', 'upc' => '883929455973', 'provider' => 'bestbuy'],\n ['name' => \"Love & Basketball (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-basketball-blu-ray-disc/2240172.p?id=50014&skuId=2240172&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240172', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240172.jpg\"}', 'upc' => '883929442331', 'provider' => 'bestbuy'],\n ['name' => \"Diner (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diner-blu-ray-disc/2240181.p?id=58388&skuId=2240181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240181_sa.jpg\"}', 'upc' => '883929444182', 'provider' => 'bestbuy'],\n ['name' => \"Atlantis: Season Two, Part One [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/atlantis-season-two-part-one-2-discs-dvd/2240214.p?id=3328973&skuId=2240214&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240214.jpg\"}', 'upc' => '883929455997', 'provider' => 'bestbuy'],\n ['name' => \"WWE: Royal Rumble 2015 (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-royal-rumble-2015-dvd-2-disc/2240223.p?id=3332368&skuId=2240223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240223.jpg\"}', 'upc' => '651191953950', 'provider' => 'bestbuy'],\n ['name' => \"Save Our Skins (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/save-our-skins-dvd/2240232.p?id=3314548&skuId=2240232&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240232_sa.jpg\"}', 'upc' => '883929453658', 'provider' => 'bestbuy'],\n ['name' => \"Jane Austen: Complete Collection (6pc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 47.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jane-austen-complete-collection-6pc-dvd/2240241.p?id=2075363&skuId=2240241&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240241', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_movies_l.jpg\"}', 'upc' => '883929104802', 'provider' => 'bestbuy'],\n ['name' => \"The Whale (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-whale-dvd/2240269.p?id=3328913&skuId=2240269&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240269', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240269_sa.jpg\"}', 'upc' => '883929439157', 'provider' => 'bestbuy'],\n ['name' => \"Notebook/Lucky One [2 Discs] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/notebook-lucky-one-2-discs-blu-ray-disc/2240278.p?id=3274529&skuId=2240278&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2240278.jpg\"}', 'upc' => '883929389377', 'provider' => 'bestbuy'],\n ['name' => \"Dreamgirls/Sparkle (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dreamgirls-sparkle-blu-ray-disc/2240287.p?id=2727863&skuId=2240287&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240287', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240287_sa.jpg\"}', 'upc' => '883929343454', 'provider' => 'bestbuy'],\n ['name' => \"The Replacements (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-replacements-blu-ray-disc/2240296.p?id=55736&skuId=2240296&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240296', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240296.jpg\"}', 'upc' => '883929443741', 'provider' => 'bestbuy'],\n ['name' => \"BBC Natural History Collection, Vol. 2 Featuring Life [10 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bbc-natural-history-collection-vol-2-featuring-life-10-discs-dvd/2240406.p?id=2144843&skuId=2240406&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240406', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240406_sa.jpg\"}', 'upc' => '883929165773', 'provider' => 'bestbuy'],\n ['name' => \"WWE: The Destruction of the Shield (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-the-destruction-of-the-shield-dvd/2240415.p?id=3332290&skuId=2240415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240415_sa.jpg\"}', 'upc' => '651191953936', 'provider' => 'bestbuy'],\n ['name' => \"WWE: The Destruction of the Shield (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 25.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-the-destruction-of-the-shield-blu-ray-disc/2240424.p?id=3332290&skuId=2240424&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240424', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240424_sa.jpg\"}', 'upc' => '651191953943', 'provider' => 'bestbuy'],\n ['name' => \"Atlantis: Season Two, Part One [2 Discs] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/atlantis-season-two-part-one-2-discs-blu-ray-disc/2240433.p?id=3328931&skuId=2240433&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240433', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240433.jpg\"}', 'upc' => '883929456000', 'provider' => 'bestbuy'],\n ['name' => \"The Game (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-game-dvd-2-disc/2240442.p?id=3341502&skuId=2240442&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240442', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240442_sa.jpg\"}', 'upc' => '883929430482', 'provider' => 'bestbuy'],\n ['name' => \"Resurrection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/resurrection-cd/2240818.p?id=108784&skuId=2240818&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240818', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240818_sa.jpg\"}', 'upc' => '088561120825', 'provider' => 'bestbuy'],\n ['name' => \"Day Dreamin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/day-dreamin-cd/2240989.p?id=108661&skuId=2240989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2240989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2240\\/2240989.jpg\"}', 'upc' => '090368011725', 'provider' => 'bestbuy'],\n ['name' => \"Man of Steel (Blu-ray 3D) (3-D) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/man-of-steel-blu-ray-3d-3-d-ultraviolet-digital-copy/2241011.p?id=2750600&skuId=2241011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2241011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2241\\/2241011_sa.jpg\"}', 'upc' => '883929246922', 'provider' => 'bestbuy'],\n ['name' => \"Getaway (DVD) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/getaway-dvd-ultraviolet-digital-copy/2241039.p?id=2767060&skuId=2241039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2241039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2241\\/2241039_sa.jpg\"}', 'upc' => '883929318667', 'provider' => 'bestbuy'],\n ['name' => \"Man of Steel (DVD) (2 Disc) (Special Edition) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/man-of-steel-dvd-2-disc-special-edition-ultraviolet-digital-copy/2241057.p?id=2750600&skuId=2241057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2241057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2241\\/2241057_sa.jpg\"}', 'upc' => '883929248001', 'provider' => 'bestbuy'],\n ['name' => \"We're the Millers (Blu-ray Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => 11.99, 'url' => 'http://www.bestbuy.com/site/were-the-millers-blu-ray-disc-ultraviolet-digital-copy/2241066.p?id=2767061&skuId=2241066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2241066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2241\\/2241066.jpg\"}', 'upc' => '883929317646', 'provider' => 'bestbuy'],\n ['name' => \"Man of Steel (Blu-ray 3D) (Collector's Edition) (Boxed Set) (Gift Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/man-of-steel-blu-ray-3d-collectors-edition-boxed-set-gift-set/2241075.p?id=2750600&skuId=2241075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2241075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2241\\/2241075_sa.jpg\"}', 'upc' => '883929344413', 'provider' => 'bestbuy'],\n ['name' => \"Getaway (Blu-ray Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/getaway-blu-ray-disc-ultraviolet-digital-copy/2241084.p?id=2767060&skuId=2241084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2241084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2241\\/2241084_sa.jpg\"}', 'upc' => '883929318681', 'provider' => 'bestbuy'],\n ['name' => \"My Big Fat Greek Wedding (Blu-ray Disc) (Ultraviolet Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-big-fat-greek-wedding-blu-ray-disc-ultraviolet-digital-copy/2241117.p?id=39568&skuId=2241117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2241117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_movies_l.jpg\"}', 'upc' => '883929444175', 'provider' => 'bestbuy'],\n ['name' => \"Low - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/low-cd/2241247.p?id=108570&skuId=2241247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2241247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2241\\/2241247_sa.jpg\"}', 'upc' => '075678264528', 'provider' => 'bestbuy'],\n ['name' => \"Timepiece - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/timepiece-cd/2241363.p?id=108576&skuId=2241363&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2241363', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2241\\/2241363_sa.jpg\"}', 'upc' => '075678269820', 'provider' => 'bestbuy'],\n ['name' => \"Nothing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nothing-cd/2242488.p?id=2976121&skuId=2242488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2242488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2242\\/2242488_sa.jpg\"}', 'upc' => '016581872028', 'provider' => 'bestbuy'],\n ['name' => \"Holly & Ivy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/holly-ivy-cd/2242585.p?id=107154&skuId=2242585&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2242585', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2242\\/2242585_sa.jpg\"}', 'upc' => '075596170420', 'provider' => 'bestbuy'],\n ['name' => \"Mad Men: Season 6 [3 discs] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => 10.99, 'url' => 'http://www.bestbuy.com/site/mad-men-season-6-3-discs-blu-ray-disc/2243019.p?id=2751796&skuId=2243019&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2243019', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2243019.jpg\"}', 'upc' => '031398171911', 'provider' => 'bestbuy'],\n ['name' => \"Mad Men: Season 6 [4 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mad-men-season-6-4-discs-dvd/2243028.p?id=2751906&skuId=2243028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2243028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2243028.jpg\"}', 'upc' => '031398171904', 'provider' => 'bestbuy'],\n ['name' => \"Fair Game (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fair-game-blu-ray-disc/2243033.p?id=2188382&skuId=2243033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2243033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2243\\/2243033_sa.jpg\"}', 'upc' => '025192096990', 'provider' => 'bestbuy'],\n ['name' => \"Fair Game (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fair-game-dvd/2243042.p?id=2188382&skuId=2243042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2243042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2243\\/2243042_sa.jpg\"}', 'upc' => '025192096983', 'provider' => 'bestbuy'],\n ['name' => \"Toshiba - Canvio Connect II 1TB USB 3.0 Portable Hard Drive - Black\", 'description_short' => \"USB 3.0 interface; NTI Backup Now EZ software; data transfer rate of up to 5 Gbps; 8MB buffer\", 'description_long' => \"USB 3.0 interface; NTI Backup Now EZ software; data transfer rate of up to 5 Gbps; 8MB buffer\", 'price' => 74.99, 'sale_price' => 54.99, 'url' => 'http://www.bestbuy.com/site/toshiba-canvio-connect-ii-1tb-usb-3-0-portable-hard-drive-black/2243046.p?id=1219535315343&skuId=2243046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2243046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2243\\/2243046_rc.jpg\"}', 'upc' => '022265902424', 'provider' => 'bestbuy'],\n ['name' => \"Toshiba - Canvio Connect II 2TB External USB 3.0 Portable Hard Drive - Black\", 'description_short' => \"USB 3.0 interface; NTI Backup Now EZ software; data transfer rate of up to 5 Gbps; 8MB buffer\", 'description_long' => \"USB 3.0 interface; NTI Backup Now EZ software; data transfer rate of up to 5 Gbps; 8MB buffer\", 'price' => 119.99, 'sale_price' => 81.99, 'url' => 'http://www.bestbuy.com/site/toshiba-canvio-connect-ii-2tb-external-usb-3-0-portable-hard-drive-black/2243055.p?id=1219535314830&skuId=2243055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2243055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2243\\/2243055_sa.jpg\"}', 'upc' => '022265902400', 'provider' => 'bestbuy'],\n ['name' => \"Complete 7 (1941-1944) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-7-1941-1944-cd/2243263.p?id=2015266&skuId=2243263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2243263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1046\\/10469502.jpg\"}', 'upc' => '788518512221', 'provider' => 'bestbuy'],\n ['name' => \"Ma - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ma-cd/2243851.p?id=109032&skuId=2243851&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2243851', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2243\\/2243851_sa.jpg\"}', 'upc' => '731453027923', 'provider' => 'bestbuy'],\n ['name' => \"Rev - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rev-cd/2243968.p?id=113606&skuId=2243968&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2243968', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2243\\/2243968_sa.jpg\"}', 'upc' => '045778643622', 'provider' => 'bestbuy'],\n ['name' => \"Klipsch - Mounting Kit for Most Klipsch In-Wall Speakers with a 6-1/2\\\" Woofer\", 'description_short' => \"Compatible with most Klipsch in-wall speakers with a 6-1/2&quot; woofer; color-coded brackets; breakaway wire tie; ribbed, perforated metal wings\", 'description_long' => \"Compatible with most Klipsch in-wall speakers with a 6-1/2&quot; woofer; color-coded brackets; breakaway wire tie; ribbed, perforated metal wings\", 'price' => 32.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/klipsch-mounting-kit-for-most-klipsch-in-wall-speakers-with-a-6-1-2-woofer/2244009.p?id=1219070443203&skuId=2244009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244009_500x500_sa.jpg\"}', 'upc' => '743878017205', 'provider' => 'bestbuy'],\n ['name' => \"Born to Raise Hell (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-to-raise-hell-dvd/2244041.p?id=2189789&skuId=2244041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244041_sa.jpg\"}', 'upc' => '097368522442', 'provider' => 'bestbuy'],\n ['name' => \"Diego Saves The World (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/diego-saves-the-world-dvd/2244069.p?id=2186561&skuId=2244069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244069.jpg\"}', 'upc' => '097368217744', 'provider' => 'bestbuy'],\n ['name' => \"South Park: The Complete Fourteenth Season [2 Discs / Blu-ray] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/south-park-the-complete-fourteenth-season-2-discs-blu-ray-blu-ray-disc/2244078.p?id=2189794&skuId=2244078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244078.jpg\"}', 'upc' => '097361166544', 'provider' => 'bestbuy'],\n ['name' => \"South Park: The Complete Fourteenth Season [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/south-park-the-complete-fourteenth-season-3-discs-dvd/2244087.p?id=2189793&skuId=2244087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244087.jpg\"}', 'upc' => '097368217546', 'provider' => 'bestbuy'],\n ['name' => \"Born to Raise Hell (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/born-to-raise-hell-blu-ray-disc/2244096.p?id=2189789&skuId=2244096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244096_sa.jpg\"}', 'upc' => '097361437743', 'provider' => 'bestbuy'],\n ['name' => \"iCarly: Season 2, Vol. 3 [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/icarly-season-2-vol-3-3-discs-dvd/2244102.p?id=2186559&skuId=2244102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244102_sa.jpg\"}', 'upc' => '097368509849', 'provider' => 'bestbuy'],\n ['name' => \"The Greatest Game Ever Played (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-greatest-game-ever-played-blu-ray-disc-2-disc/2244166.p?id=1508817&skuId=2244166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244166_sa.jpg\"}', 'upc' => '786936813807', 'provider' => 'bestbuy'],\n ['name' => \"Freestyle Greatest Beats: Complete... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freestyle-greatest-beats-complete-cd-various/2244173.p?id=133566&skuId=2244173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244173_sa.jpg\"}', 'upc' => '016998109625', 'provider' => 'bestbuy'],\n ['name' => \"Tron (DVD) (2 Disc) (Special Edition)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tron-dvd-2-disc-special-edition/2244175.p?id=53914&skuId=2244175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244175_sa.jpg\"}', 'upc' => '786936811711', 'provider' => 'bestbuy'],\n ['name' => \"Avengers: Earth's Mightiest Heroes, Vol. 1 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/avengers-earths-mightiest-heroes-vol-1-dvd/2244184.p?id=2192818&skuId=2244184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244184_sa.jpg\"}', 'upc' => '786936814828', 'provider' => 'bestbuy'],\n ['name' => \"Miracle (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miracle-blu-ray-disc-2-disc/2244193.p?id=1356762&skuId=2244193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244193_sa.jpg\"}', 'upc' => '786936813746', 'provider' => 'bestbuy'],\n ['name' => \"The Tempest (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tempest-dvd/2244209.p?id=2190894&skuId=2244209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244209_sa.jpg\"}', 'upc' => '786936811698', 'provider' => 'bestbuy'],\n ['name' => \"Remember the Titans (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/remember-the-titans-blu-ray-disc-2-disc/2244218.p?id=35635&skuId=2244218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244218_sa.jpg\"}', 'upc' => '786936813760', 'provider' => 'bestbuy'],\n ['name' => \"Alice in Wonderland (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alice-in-wonderland-blu-ray-disc-2-disc/2244227.p?id=2105433&skuId=2244227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244227_sa.jpg\"}', 'upc' => '786936814415', 'provider' => 'bestbuy'],\n ['name' => \"Avengers: Earth's Mightiest Heroes, Vol. 2 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/avengers-earths-mightiest-heroes-vol-2-dvd/2244245.p?id=2192820&skuId=2244245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244245_sa.jpg\"}', 'upc' => '786936814842', 'provider' => 'bestbuy'],\n ['name' => \"Cars (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cars-blu-ray-disc-2-disc/2244254.p?id=1565156&skuId=2244254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244254.jpg\"}', 'upc' => '786936811551', 'provider' => 'bestbuy'],\n ['name' => \"Invincible (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/invincible-blu-ray-disc-2-disc/2244263.p?id=1605970&skuId=2244263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2244263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2244\\/2244263_sa.jpg\"}', 'upc' => '786936813722', 'provider' => 'bestbuy'],\n ['name' => \"Disney Interactive Studios - Club Penguin 6-Month Membership Card - Multicolor\", 'description_short' => \"Interact with other kids as you embark on an adventure in a winter wonderland\", 'description_long' => \"Interact with other kids as you embark on an adventure in a winter wonderland\", 'price' => 39.95, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/disney-interactive-studios-club-penguin-6-month-membership-card-multicolor/2245008.p?id=1219070765990&skuId=2245008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2245008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2245\\/2245008_sa.jpg\"}', 'upc' => '799366752615', 'provider' => 'bestbuy'],\n ['name' => \"Live: Boston, 1964 & Philadelphia 1966 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-boston-1964-philadelphia-1966-cd/2245797.p?id=1397356&skuId=2245797&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2245797', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2245\\/2245797_sa.jpg\"}', 'upc' => '788518514928', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - 1 AW1 Waterproof Mirrorless Camera with 11-27.5mm Lens - Silver\", 'description_short' => \"14.2-megapixel, CX-format CMOS sensorWaterproof up to 49&#039;Shooting speeds up to 60 fpsHybrid autofocus systemGPS capability\", 'description_long' => \"14.2-megapixel, CX-format CMOS sensorWaterproof up to 49&#039;Shooting speeds up to 60 fpsHybrid autofocus systemGPS capability\", 'price' => 799.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nikon-1-aw1-waterproof-mirrorless-camera-with-11-27-5mm-lens-silver/2246007.p?id=1219070374535&skuId=2246007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2246007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2246\\/2246007_sa.jpg\"}', 'upc' => '018208276660', 'provider' => 'bestbuy'],\n ['name' => \"Zhu Zhu Puppies with Limited Edition Zhu Zhu Puppy - Nintendo DS\", 'description_short' => \"Adopt a cute and cuddly pup of your very own\", 'description_long' => \"Adopt a cute and cuddly pup of your very own\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zhu-zhu-puppies-with-limited-edition-zhu-zhu-puppy-nintendo-ds/2246155.p?id=1218317362237&skuId=2246155', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2246155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2246\\/2246155_sa.jpg\"}', 'upc' => '047875765443', 'provider' => 'bestbuy'],\n ['name' => \"Sesame Street Essential Collection: Milestones [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sesame-street-essential-collection-milestones-3-discs-dvd/2246252.p?id=2186617&skuId=2246252&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2246252', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2246\\/2246252.jpg\"}', 'upc' => '854392002216', 'provider' => 'bestbuy'],\n ['name' => \"American Tragedy [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-tragedy-pa-cd/2246289.p?id=2199193&skuId=2246289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2246289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2246\\/2246289_sa.jpg\"}', 'upc' => '602527621425', 'provider' => 'bestbuy'],\n ['name' => \"Complete Recorded Works 1929-1951 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-recorded-works-1929-1951-cd/2246377.p?id=1409829&skuId=2246377&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2246377', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2246\\/2246377_sa.jpg\"}', 'upc' => '788518517820', 'provider' => 'bestbuy'],\n ['name' => \"SOL REPUBLIC - PUNK Indoor/Outdoor Bluetooth Speaker - Ion Green\", 'description_short' => \"SOL REPUBLIC PUNK Indoor/Outdoor Bluetooth Speaker: Compatible with most Bluetooth-enabled devices, including select Apple and Android devices; 5.7W amplifier power; Bluetooth interface; line-in and line-out\", 'description_long' => \"SOL REPUBLIC PUNK Indoor/Outdoor Bluetooth Speaker: Compatible with most Bluetooth-enabled devices, including select Apple and Android devices; 5.7W amplifier power; Bluetooth interface; line-in and line-out\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sol-republic-punk-indoor-outdoor-bluetooth-speaker-ion-green/2247024.p?id=1219535315599&skuId=2247024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2247024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2247\\/2247024_sa.jpg\"}', 'upc' => '812925020366', 'provider' => 'bestbuy'],\n ['name' => \"B-Sides & Rarities [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/b-sides-rarities-pa-cd/2247145.p?id=2193987&skuId=2247145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2247145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2247\\/2247145.jpg\"}', 'upc' => '044003136250', 'provider' => 'bestbuy'],\n ['name' => \"Cross Road: The Best of Bon Jovi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cross-road-the-best-of-bon-jovi-cd/2247866.p?id=108919&skuId=2247866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2247866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2247\\/2247866_sa.jpg\"}', 'upc' => '731452601322', 'provider' => 'bestbuy'],\n ['name' => \"SOL REPUBLIC - PUNK Indoor/Outdoor Bluetooth Speaker - Lemon Lime\", 'description_short' => \"SOL REPUBLIC PUNK Indoor/Outdoor Bluetooth Speaker: Compatible with most Bluetooth-enabled devices, including select Apple and Android devices; 5.7W amplifier power; Bluetooth interface; line-in and line-out\", 'description_long' => \"SOL REPUBLIC PUNK Indoor/Outdoor Bluetooth Speaker: Compatible with most Bluetooth-enabled devices, including select Apple and Android devices; 5.7W amplifier power; Bluetooth interface; line-in and line-out\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sol-republic-punk-indoor-outdoor-bluetooth-speaker-lemon-lime/2248032.p?id=1219535316231&skuId=2248032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2248032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2248\\/2248032_sa.jpg\"}', 'upc' => '812925020427', 'provider' => 'bestbuy'],\n ['name' => \"Transformers: Dark of the Moon Autobots - Nintendo DS\", 'description_short' => \"Transform into an epic hero or a vehicular villain\", 'description_long' => \"Transform into an epic hero or a vehicular villain\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/transformers-dark-of-the-moon-autobots-nintendo-ds/2248296.p?id=1218315553340&skuId=2248296&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2248296', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2248\\/2248296_sa.jpg\"}', 'upc' => '047875841406', 'provider' => 'bestbuy'],\n ['name' => \"Dummy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dummy-cd/2248400.p?id=109052&skuId=2248400&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2248400', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2248\\/2248400_sa.jpg\"}', 'upc' => '042282855329', 'provider' => 'bestbuy'],\n ['name' => \"Kodak - 30 Ink Cartridge - Black\", 'description_short' => \"Compatible with select Kodak ESP printers; black ink; yields approximately 335 pages\", 'description_long' => \"Compatible with select Kodak ESP printers; black ink; yields approximately 335 pages\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kodak-30-ink-cartridge-black/2248569.p?id=1218325539901&skuId=2248569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2248569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2248\\/2248569_sa.jpg\"}', 'upc' => '041778345214', 'provider' => 'bestbuy'],\n ['name' => \"Piano Works - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-works-cd/2248623.p?id=1676006&skuId=2248623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2248623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2248\\/2248623.jpg\"}', 'upc' => '028944083620', 'provider' => 'bestbuy'],\n ['name' => \"Music from the Mauve Decades - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-from-the-mauve-decades-cd/2249560.p?id=112056&skuId=2249560&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2249560', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2249\\/2249560_sa.jpg\"}', 'upc' => '778133203321', 'provider' => 'bestbuy'],\n ['name' => \"Old Tyme Modern - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-tyme-modern-cd/2249588.p?id=2015515&skuId=2249588&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2249588', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2249\\/2249588_sa.jpg\"}', 'upc' => '778133300327', 'provider' => 'bestbuy'],\n ['name' => \"Saturday Night Function - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/saturday-night-function-cd/2249604.p?id=3420571&skuId=2249604&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2249604', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2249\\/2249604_sa.jpg\"}', 'upc' => '778133302826', 'provider' => 'bestbuy'],\n ['name' => \"The Sackville All Star Christmas Record - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-sackville-all-star-christmas-record-cd/2249622.p?id=3283944&skuId=2249622&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2249622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2249\\/2249622.jpg\"}', 'upc' => '778133303823', 'provider' => 'bestbuy'],\n ['name' => \"SOL REPUBLIC - PUNK Indoor/Outdoor Bluetooth Speaker - Navy\", 'description_short' => \"SOL REPUBLIC PUNK Indoor/Outdoor Bluetooth Speaker: Compatible with most Bluetooth-enabled devices, including select Apple and Android devices; 5.7W amplifier power; Bluetooth interface; line-in and line-out\", 'description_long' => \"SOL REPUBLIC PUNK Indoor/Outdoor Bluetooth Speaker: Compatible with most Bluetooth-enabled devices, including select Apple and Android devices; 5.7W amplifier power; Bluetooth interface; line-in and line-out\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sol-republic-punk-indoor-outdoor-bluetooth-speaker-navy/2250029.p?id=1219535315030&skuId=2250029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250029_sa.jpg\"}', 'upc' => '812925020373', 'provider' => 'bestbuy'],\n ['name' => \"Alela Diane & Wild Divine [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alela-diane-wild-divine-digipak-cd/2250112.p?id=2192801&skuId=2250112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250112_sa.jpg\"}', 'upc' => '883870061629', 'provider' => 'bestbuy'],\n ['name' => \"Civil War Navy Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/civil-war-navy-songs-cd/2250149.p?id=2195815&skuId=2250149&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250149', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250149.jpg\"}', 'upc' => '093074018927', 'provider' => 'bestbuy'],\n ['name' => \"Jardpuls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jardpuls-cd/2250158.p?id=2195818&skuId=2250158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250158_sa.jpg\"}', 'upc' => '885470002088', 'provider' => 'bestbuy'],\n ['name' => \"Blood Pressures [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blood-pressures-lp-vinyl/2250176.p?id=2195817&skuId=2250176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250176.jpg\"}', 'upc' => '801390028311', 'provider' => 'bestbuy'],\n ['name' => \"High Atmosphere - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-atmosphere-cd/2250185.p?id=2192931&skuId=2250185&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250185', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250185_sa.jpg\"}', 'upc' => '852007001456', 'provider' => 'bestbuy'],\n ['name' => \"Death of a Decade [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/death-of-a-decade-digipak-cd/2250194.p?id=2195816&skuId=2250194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250194_sa.jpg\"}', 'upc' => '744302018126', 'provider' => 'bestbuy'],\n ['name' => \"A Treasury of Civil War Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-treasury-of-civil-war-songs-cd/2250219.p?id=2195819&skuId=2250219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250219.jpg\"}', 'upc' => '093074018729', 'provider' => 'bestbuy'],\n ['name' => \"Blood Pressures - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blood-pressures-cd/2250237.p?id=2195814&skuId=2250237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250237_sa.jpg\"}', 'upc' => '801390028328', 'provider' => 'bestbuy'],\n ['name' => \"The Truly Great Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-truly-great-hits-cd/2250290.p?id=112487&skuId=2250290&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250290', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250290_sa.jpg\"}', 'upc' => '789505770129', 'provider' => 'bestbuy'],\n ['name' => \"Two Cello Concertos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-cello-concertos-cd/2250806.p?id=1777793&skuId=2250806&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250806.jpg\"}', 'upc' => '750582921421', 'provider' => 'bestbuy'],\n ['name' => \"Lemminkainen'S Island Adventures - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lemminkainens-island-adventures-cd/2250842.p?id=1784721&skuId=2250842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250842.jpg\"}', 'upc' => '750582988226', 'provider' => 'bestbuy'],\n ['name' => \"Pro Et Contra For Large Orchestra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pro-et-contra-for-large-orchestra-cd/2250888.p?id=1784730&skuId=2250888&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2250888', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2250\\/2250888.jpg\"}', 'upc' => '789368014125', 'provider' => 'bestbuy'],\n ['name' => \"Speck - CandyShell + Faceplate Case for Apple® iPhone® SE, 5s and 5 - White/Gray\", 'description_short' => \"Compatible with Apple iPhone SE, 5s and 5; TrueTap technology; polycarbonate and rubber materials; rubberized button covers; includes CandyShield faceplate\", 'description_long' => \"Compatible with Apple iPhone SE, 5s and 5; TrueTap technology; polycarbonate and rubber materials; rubberized button covers; includes CandyShield faceplate\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/speck-candyshell-faceplate-case-for-apple-iphone-se-5s-and-5-white-gray/2251037.p?id=1219071228610&skuId=2251037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2251037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2251\\/2251037_sa.jpg\"}', 'upc' => '848709006165', 'provider' => 'bestbuy'],\n ['name' => \"Blade Runner: The Final Cut (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blade-runner-the-final-cut-blu-ray-disc/2251041.p?id=2755767&skuId=2251041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2251041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2251\\/2251041_sa.jpg\"}', 'upc' => '883929146697', 'provider' => 'bestbuy'],\n ['name' => \"My Fair Lady [Original Soundtrack] [Bonus Tracks] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-fair-lady-original-soundtrack-bonus-tracks-cd-original-soundtrack/2251253.p?id=2089729&skuId=2251253&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2251253', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2251\\/2251253_sa.jpg\"}', 'upc' => '074646671122', 'provider' => 'bestbuy'],\n ['name' => \"La Traviata - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/la-traviata-cd/2251609.p?id=2024785&skuId=2251609&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2251609', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2251\\/2251609.jpg\"}', 'upc' => '750582879227', 'provider' => 'bestbuy'],\n ['name' => \"Giulio Cesare-Comp Opera - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 51.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/giulio-cesare-comp-opera-cd/2251618.p?id=1802968&skuId=2251618&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2251618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2251\\/2251618.jpg\"}', 'upc' => '750582993329', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Aftermarket Radio Installation Kit for 2011 and Later Kia Optima Vehicles - Matte Black\", 'description_short' => \"Compatible with 2011 and later Kia Optima vehicles; double DIN radio provision; ABS plastic material; factory-matched paint\", 'description_long' => \"Compatible with 2011 and later Kia Optima vehicles; double DIN radio provision; ABS plastic material; factory-matched paint\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-aftermarket-radio-installation-kit-for-2011-and-later-kia-optima-vehicles-matte-black/2252009.p?id=1219070763337&skuId=2252009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252009_sa.jpg\"}', 'upc' => '086429255306', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2006-2011 Honda Civic Vehicles - Taupe\", 'description_short' => \"Compatible with most 2006-2011 Honda Civic vehicles; DIN with pocket, ISO DIN with pocket, double DIN, ISO stacked and stacked DIN head unit provisions; ABS plastic material\", 'description_long' => \"Compatible with most 2006-2011 Honda Civic vehicles; DIN with pocket, ISO DIN with pocket, double DIN, ISO stacked and stacked DIN head unit provisions; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2006-2011-honda-civic-vehicles-taupe/2252018.p?id=1219070775497&skuId=2252018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252018_sa.jpg\"}', 'upc' => '086429161720', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Antenna Adapter for Most 1987-2006 Nissan Vehicles - Black\", 'description_short' => \"Compatible with most 1987-2006 Nissan vehicles; antenna adapter; copper, polypropylene and steel materials\", 'description_long' => \"Compatible with most 1987-2006 Nissan vehicles; antenna adapter; copper, polypropylene and steel materials\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-antenna-adapter-for-most-1987-2006-nissan-vehicles-black/2252027.p?id=1219070772047&skuId=2252027&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252027', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252027_sa.jpg\"}', 'upc' => '086429007110', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Amplifier Bypass Harness for Select 2002-2005 Dodge Ram Vehicles - Multicolor\", 'description_short' => \"Compatible with select 2002-2005 Dodge Ram vehicles with Infiniti sound systems; amplifier bypass harness; ABS plastic-molded connector\", 'description_long' => \"Compatible with select 2002-2005 Dodge Ram vehicles with Infiniti sound systems; amplifier bypass harness; ABS plastic-molded connector\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-amplifier-bypass-harness-for-select-2002-2005-dodge-ram-vehicles-multicolor/2252036.p?id=1219070775308&skuId=2252036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252036_sa.jpg\"}', 'upc' => '086429199914', 'provider' => 'bestbuy'],\n ['name' => \"No Big Surprise: Anthology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-big-surprise-anthology-cd/2252038.p?id=109471&skuId=2252038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252038_sa.jpg\"}', 'upc' => '092941100826', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2006 and Later Suzuki Grand Vitara Vehicles - Tan\", 'description_short' => \"Compatible with select 2006 and later Suzuki Grand Vitara vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2006 and later Suzuki Grand Vitara vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2006-and-later-suzuki-grand-vitara-vehicles-tan/2252045.p?id=1219070775176&skuId=2252045&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252045', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252045_sa.jpg\"}', 'upc' => '086429200481', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Aftermarket Radio Installation Kit for 2012 and Later Hyundai Veloster Vehicles - Matte Black\", 'description_short' => \"Compatible with 2012 and later Hyundai Veloster vehicles; double DIN radio provision; ABS plastic material; scratch-resistant, factory-matched paint\", 'description_long' => \"Compatible with 2012 and later Hyundai Veloster vehicles; double DIN radio provision; ABS plastic material; scratch-resistant, factory-matched paint\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-aftermarket-radio-installation-kit-for-2012-and-later-hyundai-veloster-vehicles-matte-black/2252054.p?id=1219070768434&skuId=2252054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252054_sa.jpg\"}', 'upc' => '086429266074', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Nissan Sentra - Gray\", 'description_short' => \"Compatible with most 2013-2015 Nissan Sentra vehicles; ISO DIN head unit provision with pocket; ABS plastic material\", 'description_long' => \"Compatible with most 2013-2015 Nissan Sentra vehicles; ISO DIN head unit provision with pocket; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-nissan-sentra-gray/2252063.p?id=1219070767972&skuId=2252063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252063_sa.jpg\"}', 'upc' => '086429279203', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2009 and Later Honda Fit Vehicles - Silver\", 'description_short' => \"Compatible with most 2009 and later Honda Fit vehicles; double-DIN radio provision; stacked ISO mount units provision; ABS plastic material; matches factory color\", 'description_long' => \"Compatible with most 2009 and later Honda Fit vehicles; double-DIN radio provision; stacked ISO mount units provision; ABS plastic material; matches factory color\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2009-and-later-honda-fit-vehicles-silver/2252072.p?id=1219070764339&skuId=2252072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252072_sa.jpg\"}', 'upc' => '086429280582', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Mounting Kit for Most 2005-2007 Chrysler 300 Vehicles - Matte Black\", 'description_short' => \"Compatible with most 2005-2007 Chrysler 300 vehicles; double-DIN radio provision; DIN and ISO-DIN radio provisions with pockets; OE bezel; ABS plastic material\", 'description_long' => \"Compatible with most 2005-2007 Chrysler 300 vehicles; double-DIN radio provision; DIN and ISO-DIN radio provisions with pockets; OE bezel; ABS plastic material\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-mounting-kit-for-most-2005-2007-chrysler-300-vehicles-matte-black/2252081.p?id=1219070774405&skuId=2252081&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252081', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252081_sa.jpg\"}', 'upc' => '086429276653', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Axxess ADBOX Data Interface Harness for Select Vehicles - Multicolor\", 'description_short' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-axxess-adbox-data-interface-harness-for-select-vehicles-multicolor/2252105.p?id=1219070768764&skuId=2252105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252105_sa.jpg\"}', 'upc' => '086429275601', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Install Bay Bullet Camera for Most Vehicles - Black\", 'description_short' => \"Compatible with most vehicles; 170&#176; viewing angle; defeatable parking-assist lines; water-resistant connections\", 'description_long' => \"Compatible with most vehicles; 170&#176; viewing angle; defeatable parking-assist lines; water-resistant connections\", 'price' => 64.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-install-bay-bullet-camera-for-most-vehicles-black/2252114.p?id=1219070769753&skuId=2252114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252114_sa.jpg\"}', 'upc' => '086429255528', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Hyundai Genesis Coupe non-NAV - Black\", 'description_short' => \"Compatible with select 2013-2015 Hyundai Genesis Coupe vehicles; ISO DIN provision with pocket; matte black finish; ABS plastic material\", 'description_long' => \"Compatible with select 2013-2015 Hyundai Genesis Coupe vehicles; ISO DIN provision with pocket; matte black finish; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-hyundai-genesis-coupe-non-nav-black/2252123.p?id=1219070765394&skuId=2252123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252123_sa.jpg\"}', 'upc' => '086429277308', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Axxess ADBOX Data Interface Harness for Select Ford, Lincoln and Mercury Vehicles - Multicolor\", 'description_short' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-axxess-adbox-data-interface-harness-for-select-ford-lincoln-and-mercury-vehicles-multicolor/2252132.p?id=1219070774585&skuId=2252132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252132_sa.jpg\"}', 'upc' => '086429275618', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select Porsche Vehicles - Gray\", 'description_short' => \"Compatible with select Porsche vehicles; double-DIN radio provision; mounting sleeve; ABS plastic material\", 'description_long' => \"Compatible with select Porsche vehicles; double-DIN radio provision; mounting sleeve; ABS plastic material\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-porsche-vehicles-gray/2252169.p?id=1219070775898&skuId=2252169', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252169_sa.jpg\"}', 'upc' => '086429265381', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2006-2008 Mazda Mazda6 - Black\", 'description_short' => \"Compatible with most 2006-2008 Mazda 6 vehicles; double DIN and ISO DIN with pocket provisions; ABS plastic material; includes wiring harness\", 'description_long' => \"Compatible with most 2006-2008 Mazda 6 vehicles; double DIN and ISO DIN with pocket provisions; ABS plastic material; includes wiring harness\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2006-2008-mazda-mazda6-black/2252178.p?id=1219070776351&skuId=2252178&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252178', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252178_sa.jpg\"}', 'upc' => '086429280346', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2010 and later Kia Forte and Forte Koup Vehicles - High-Gloss Black\", 'description_short' => \"Compatible with most 2010 and later Kia Forte and Forte Koup vehicles; double-DIN radio provision; DIN and ISO-mount radio provisions with pockets; ABS plastic material\", 'description_long' => \"Compatible with most 2010 and later Kia Forte and Forte Koup vehicles; double-DIN radio provision; DIN and ISO-mount radio provisions with pockets; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2010-and-later-kia-forte-and-forte-koup-vehicles-high-gloss-black/2252187.p?id=1219070766460&skuId=2252187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252187_sa.jpg\"}', 'upc' => '086429225439', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2007-2008 Hyundai Santa Fe without NAV - Silver\", 'description_short' => \"Compatible with select 2007-2008 Hyundai Santa Fe vehicles; DIN and ISO radio provisions with pockets; ABS plastic material; matches factory paint\", 'description_long' => \"Compatible with select 2007-2008 Hyundai Santa Fe vehicles; DIN and ISO radio provisions with pockets; ABS plastic material; matches factory paint\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2007-2008-hyundai-santa-fe-without-nav-silver/2252196.p?id=1219070768830&skuId=2252196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252196_sa.jpg\"}', 'upc' => '086429274772', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2009 and Later Toyota Corolla Vehicles - Silver\", 'description_short' => \"Compatible with select 2009 and later Toyota Corolla vehicles; allows installation of an aftermarket radio into a factory dash location; painted finish and complementary texture\", 'description_long' => \"Compatible with select 2009 and later Toyota Corolla vehicles; allows installation of an aftermarket radio into a factory dash location; painted finish and complementary texture\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2009-and-later-toyota-corolla-vehicles-silver/2252201.p?id=1219070767648&skuId=2252201&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252201', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252201_sa.jpg\"}', 'upc' => '086429183005', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2010 and Later Suzuki Kizashi Vehicles - Black\", 'description_short' => \"Compatible with most 2010 and later Suzuki Kizashi vehicles; double-DIN head unit provision; ABS plastic material\", 'description_long' => \"Compatible with most 2010 and later Suzuki Kizashi vehicles; double-DIN head unit provision; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2010-and-later-suzuki-kizashi-vehicles-black/2252229.p?id=1219070768307&skuId=2252229', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252229', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252229_sa.jpg\"}', 'upc' => '086429265343', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Install Bay Windshield Mirror Mount for Select Kia and Hyundai Vehicles\", 'description_short' => \"Compatible with select Kia and Hyundai vehicles; lets you mount a TE-RVMC windshield mirror (not included) in your vehicle; ABS plastic material\", 'description_long' => \"Compatible with select Kia and Hyundai vehicles; lets you mount a TE-RVMC windshield mirror (not included) in your vehicle; ABS plastic material\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-install-bay-windshield-mirror-mount-for-select-kia-and-hyundai-vehicles/2252238.p?id=1219070774208&skuId=2252238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252238_500x500_sa.jpg\"}', 'upc' => '086429274826', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Axxess ADBOX Data Interface Harness for Select Volkswagen Vehicles - Black\", 'description_short' => \"Allows installation in select Volkswagen vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select Volkswagen vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-axxess-adbox-data-interface-harness-for-select-volkswagen-vehicles-black/2252247.p?id=1219070764259&skuId=2252247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252247_sa.jpg\"}', 'upc' => '086429275663', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Amp Axxess ADBOX Data Interface Harness for Select Lexus and Toyota Vehicles - Multicolor\", 'description_short' => \"Allows installation in select Lexus and Toyota vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select Lexus and Toyota vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-amp-axxess-adbox-data-interface-harness-for-select-lexus-and-toyota-vehicles-multicolor/2252256.p?id=1219070768698&skuId=2252256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252256_sa.jpg\"}', 'upc' => '086429275670', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Install Bay Windshield Mirror Mount for Select Audi and Volkswagen Vehicles\", 'description_short' => \"Compatible with select Audi and Volkswagen vehicles; lets you mount a TE-RVMC windshield mirror (not included) in your vehicle; ABS plastic material\", 'description_long' => \"Compatible with select Audi and Volkswagen vehicles; lets you mount a TE-RVMC windshield mirror (not included) in your vehicle; ABS plastic material\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-install-bay-windshield-mirror-mount-for-select-audi-and-volkswagen-vehicles/2252265.p?id=1219070768565&skuId=2252265&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252265', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252265_500x500_sa.jpg\"}', 'upc' => '086429274819', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for 2013 and Later Hyundai Genesis Vehicles - Matte Black\", 'description_short' => \"Compatible with 2013 and later Hyundai Genesis vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with 2013 and later Hyundai Genesis vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-2013-and-later-hyundai-genesis-vehicles-matte-black/2252274.p?id=1219070773077&skuId=2252274&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252274_sa.jpg\"}', 'upc' => '086429277315', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2012-2014 Toyota Prius C - Black\", 'description_short' => \"Compatible with select 2012-2014 Toyota Prius C vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2012-2014 Toyota Prius C vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2012-2014-toyota-prius-c-black/2252283.p?id=1219070773140&skuId=2252283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252283_sa.jpg\"}', 'upc' => '086429276943', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2004-2006 Lexus RX330/RX350/ 400H - Silver\", 'description_short' => \"Compatible with select Lexus RX series vehicles; allows the installation of an aftermarket radio into a factory dash location; double DIN head unit provisions\", 'description_long' => \"Compatible with select Lexus RX series vehicles; allows the installation of an aftermarket radio into a factory dash location; double DIN head unit provisions\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2004-2006-lexus-rx330-rx350-400h-silver/2252292.p?id=1219070767906&skuId=2252292&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252292', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252292_sa.jpg\"}', 'upc' => '086429264254', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for 2012 and Later Kia Soul Vehicles - Matte Black\", 'description_short' => \"Compatible with 2012 and later Kia Soul vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with 2012 and later Kia Soul vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-2012-and-later-kia-soul-vehicles-matte-black/2252306.p?id=1219070769431&skuId=2252306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252306_sa.jpg\"}', 'upc' => '086429265985', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Axxess ADBOX Data Interface Harness for Select Chevrolet, Pontiac and Saturn Vehicles - Multicolor\", 'description_short' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-axxess-adbox-data-interface-harness-for-select-chevrolet-pontiac-and-saturn-vehicles-multicolor/2252315.p?id=1219070771476&skuId=2252315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252315_sa.jpg\"}', 'upc' => '086429275595', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Antenna Adapter for Most 2009 and Later Hyundai and Kia Vehicles - Black\", 'description_short' => \"Compatible with most 2009 and later Hyundai and Kia vehicles; antenna adapter for use with FM modulator; copper, polypropylene and steel materials\", 'description_long' => \"Compatible with most 2009 and later Hyundai and Kia vehicles; antenna adapter for use with FM modulator; copper, polypropylene and steel materials\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-antenna-adapter-for-most-2009-and-later-hyundai-and-kia-vehicles-black/2252333.p?id=1219070769951&skuId=2252333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252333_sa.jpg\"}', 'upc' => '086429170609', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire 20-Pin Wire Harness for Select Jaguar and Land Rover Vehicles - Black\", 'description_short' => \"Compatible with 2003 and later Jaguar and 2005 and later Land Rover vehicles; allows you to connect an aftermarket radio to your vehicle&#039;s harness; ABS-plastic connector\", 'description_long' => \"Compatible with 2003 and later Jaguar and 2005 and later Land Rover vehicles; allows you to connect an aftermarket radio to your vehicle&#039;s harness; ABS-plastic connector\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-20-pin-wire-harness-for-select-jaguar-and-land-rover-vehicles-black/2252342.p?id=1219070770479&skuId=2252342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252342_sa.jpg\"}', 'upc' => '086429213443', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2003-2005 Mazda Mazda6 - Silver\", 'description_short' => \"Compatible with select 2003-2005 Mazda 6 vehicles; double DIN, DDIN with pocket and ISO DIN with pocket provisions; ABS plastic material; includes wiring harness\", 'description_long' => \"Compatible with select 2003-2005 Mazda 6 vehicles; double DIN, DDIN with pocket and ISO DIN with pocket provisions; ABS plastic material; includes wiring harness\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2003-2005-mazda-mazda6-silver/2252351.p?id=1219070769299&skuId=2252351&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252351', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252351_sa.jpg\"}', 'upc' => '086429280339', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 1995-1998 Nissan 200SX/Sentra - Black\", 'description_short' => \"Compatible with most 1995-1998 Nissan 200SX/Sentra vehicles; enables quick conversion from 2-shaft to DIN installation; ABS plastic material\", 'description_long' => \"Compatible with most 1995-1998 Nissan 200SX/Sentra vehicles; enables quick conversion from 2-shaft to DIN installation; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-1995-1998-nissan-200sx-sentra-black/2252379.p?id=1219070768632&skuId=2252379', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252379_sa.jpg\"}', 'upc' => '086429019113', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 1995-1998 Nissan 240SX/Maxima - Black\", 'description_short' => \"Compatible with most 1995-1998 Nissan 240SX/Maxima vehicles; enables quick conversion from 2-shaft to DIN installation; equalizer provisions\", 'description_long' => \"Compatible with most 1995-1998 Nissan 240SX/Maxima vehicles; enables quick conversion from 2-shaft to DIN installation; equalizer provisions\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-1995-1998-nissan-240sx-maxima-black/2252388.p?id=1219070769365&skuId=2252388&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252388_sa.jpg\"}', 'upc' => '086429018901', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2011-2013 Hyundai Elantra - Black\", 'description_short' => \"Compatible with select 2011-2013 Hyundai Elantra vehicles; allows the installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2011-2013 Hyundai Elantra vehicles; allows the installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2011-2013-hyundai-elantra-black/2252397.p?id=1219070765197&skuId=2252397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252397_sa.jpg\"}', 'upc' => '086429258536', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2007-2012 Hyundai Santa Fe Vehicles - Black\", 'description_short' => \"Compatible with non-nav-equipped 2007-2012 Hyundai Santa Fe vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with non-nav-equipped 2007-2012 Hyundai Santa Fe vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2007-2012-hyundai-santa-fe-vehicles-black/2252402.p?id=1219070766920&skuId=2252402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252402_sa.jpg\"}', 'upc' => '086429274765', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2012 and Later Toyota Prius C Vehicles - Matte Black\", 'description_short' => \"Compatible with most 2012 and later Toyota Prius C vehicles; double-DIN radio provision; ABS plastic material\", 'description_long' => \"Compatible with most 2012 and later Toyota Prius C vehicles; double-DIN radio provision; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2012-and-later-toyota-prius-c-vehicles-matte-black/2252411.p?id=1219070769819&skuId=2252411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252411_sa.jpg\"}', 'upc' => '086429276950', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2008-2009 Saturn Astra silver dash - Silver\", 'description_short' => \"Compatible with most 2008-2009 Saturn Astra vehicles; Quick Release Snap-In ISO mount system with custom trim ring; DIN and ISO radio provisions; oversize under-radio storage pocket\", 'description_long' => \"Compatible with most 2008-2009 Saturn Astra vehicles; Quick Release Snap-In ISO mount system with custom trim ring; DIN and ISO radio provisions; oversize under-radio storage pocket\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2008-2009-saturn-astra-silver-dash-silver/2252439.p?id=1219070767052&skuId=2252439', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252439_sa.jpg\"}', 'upc' => '086429183036', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2011-2011 Buick Regal with brown dash - Brown\", 'description_short' => \"Compatible with select 2011 Buick Regal vehicles; ISO DIN and DDIN provisions; ABS plastic material\", 'description_long' => \"Compatible with select 2011 Buick Regal vehicles; ISO DIN and DDIN provisions; ABS plastic material\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2011-2011-buick-regal-with-brown-dash-brown/2252448.p?id=1219071223635&skuId=2252448', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252448_sa.jpg\"}', 'upc' => '086429259014', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2011-2014 Dodge Charger with 4.3 inch screen - Matte Black\", 'description_short' => \"Compatible with select 2011-2014 Dodge Charger vehicles with 4.3&quot; screen and without OE amplifier; allows installation of an aftermarket radio into a factory dash location\", 'description_long' => \"Compatible with select 2011-2014 Dodge Charger vehicles with 4.3&quot; screen and without OE amplifier; allows installation of an aftermarket radio into a factory dash location\", 'price' => 599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2011-2014-dodge-charger-with-4-3-inch-screen-matte-black/2252457.p?id=1219070763258&skuId=2252457', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252457_sa.jpg\"}', 'upc' => '086429274093', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Mounting Kit for Most 2011-2012 Ford F-150 Vehicles - Black\", 'description_short' => \"Compatible with most 2011-2012 Ford F-150 vehicles; single-DIN and ISO-DIN radio provisions; ABS plastic material; high-gloss paint\", 'description_long' => \"Compatible with most 2011-2012 Ford F-150 vehicles; single-DIN and ISO-DIN radio provisions; ABS plastic material; high-gloss paint\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-mounting-kit-for-most-2011-2012-ford-f-150-vehicles-black/2252466.p?id=1219070771069&skuId=2252466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252466_sa.jpg\"}', 'upc' => '086429276066', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Axxess ADBOX Data Interface Harness for Select Ford Explorer, Fiesta and Focus Vehicles - Multicolor\", 'description_short' => \"Allows installation in select Ford vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select Ford vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-axxess-adbox-data-interface-harness-for-select-ford-explorer-fiesta-and-focus-vehicles-multicolor/2252475.p?id=1219070776219&skuId=2252475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252475_sa.jpg\"}', 'upc' => '086429275625', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2005-2011 Toyota Tacoma Vehicles - Black\", 'description_short' => \"Compatible with select 2005-2011 Toyota Tacoma vehicles; allows installation of an aftermarket radio into your vehicle&#039;s factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2005-2011 Toyota Tacoma vehicles; allows installation of an aftermarket radio into your vehicle&#039;s factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2005-2011-toyota-tacoma-vehicles-black/2252484.p?id=1219070764405&skuId=2252484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252484_sa.jpg\"}', 'upc' => '086429264674', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Aftermarket Radio Installation Kit for 2013 Nissan Altima Sedan Vehicles - Gray\", 'description_short' => \"Compatible with 2013 Nissan Altima sedan vehicles; double DIN radio provision; ABS plastic material; high-gloss paint\", 'description_long' => \"Compatible with 2013 Nissan Altima sedan vehicles; double DIN radio provision; ABS plastic material; high-gloss paint\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-aftermarket-radio-installation-kit-for-2013-nissan-altima-sedan-vehicles-gray/2252493.p?id=1219070769555&skuId=2252493&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252493', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252493_sa.jpg\"}', 'upc' => '086429275243', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - Axxess Auto-Detect Interface Control Box for Select Vehicles - Black\", 'description_short' => \"Compatible with select vehicles; lets you install an aftermarket radio\", 'description_long' => \"Compatible with select vehicles; lets you install an aftermarket radio\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-axxess-auto-detect-interface-control-box-for-select-vehicles-black/2252619.p?id=1219070763339&skuId=2252619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252619_sa.jpg\"}', 'upc' => '086429275571', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Scion FRS/Subaru BRZ - Black\", 'description_short' => \"Compatible with select 2013-2015 Scion FR-S vehicles; allows the installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2013-2015 Scion FR-S vehicles; allows the installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-scion-frs-subaru-brz-black/2252628.p?id=1219070775701&skuId=2252628', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252628_sa.jpg\"}', 'upc' => '086429273546', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Trim-Ring Spacer for Most DIN-Style Radios - Black\", 'description_short' => \"Compatible with most DIN-style radios; finishing for custom radio installation; 3/8&quot; thickness; ABS plastic material\", 'description_long' => \"Compatible with most DIN-style radios; finishing for custom radio installation; 3/8&quot; thickness; ABS plastic material\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-trim-ring-spacer-for-most-din-style-radios-black/2252637.p?id=1219070771003&skuId=2252637', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252637_sa.jpg\"}', 'upc' => '086429153800', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire 2-Way Speaker Harness for Most Hyundai and Kia Vehicles - White\", 'description_short' => \"Compatible with most Hyundai and Kia vehicles; 2-way speaker harness; ABS plastic-molded connector\", 'description_long' => \"Compatible with most Hyundai and Kia vehicles; 2-way speaker harness; ABS plastic-molded connector\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-2-way-speaker-harness-for-most-hyundai-and-kia-vehicles-white/2252646.p?id=1219070772420&skuId=2252646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252646_sa.jpg\"}', 'upc' => '086429232390', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Amplifier Bypass for Select 1998-2003 Ford, Lincoln, Mercury and Mazda Vehicles\", 'description_short' => \"Compatible with select 1998-2003 Ford, Lincoln, Mercury and Mazda vehicles with RCAS; allows installation of an aftermarket radio\", 'description_long' => \"Compatible with select 1998-2003 Ford, Lincoln, Mercury and Mazda vehicles with RCAS; allows installation of an aftermarket radio\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-amplifier-bypass-for-select-1998-2003-ford-lincoln-mercury-and-mazda-vehicles/2252655.p?id=1219070768109&skuId=2252655', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252655', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252655_500x500_sa.jpg\"}', 'upc' => '086429145775', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Amplifier Bypass Harness for Select 1994-1997 Ford Vehicles - Multicolor\", 'description_short' => \"Compatible with select 1994-1997 Ford vehicles with premium sound systems; allows you to wire an aftermarket radio into a vehicle and keep your vehicle&#039;s radio harness intact\", 'description_long' => \"Compatible with select 1994-1997 Ford vehicles with premium sound systems; allows you to wire an aftermarket radio into a vehicle and keep your vehicle&#039;s radio harness intact\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-amplifier-bypass-harness-for-select-1994-1997-ford-vehicles-multicolor/2252664.p?id=1219070772623&skuId=2252664', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252664', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252664_sa.jpg\"}', 'upc' => '086429086795', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire OEM Harness for Most 2007 and Later Nissan and 2008 and Later Subaru Vehicles - White\", 'description_short' => \"Compatible with most 2007 and later Nissan and 2008 and later Subaru vehicles; OEM wire harness; ABS plastic-molded connector\", 'description_long' => \"Compatible with most 2007 and later Nissan and 2008 and later Subaru vehicles; OEM wire harness; ABS plastic-molded connector\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-oem-harness-for-most-2007-and-later-nissan-and-2008-and-later-subaru-vehicles-white/2252673.p?id=1219070770083&skuId=2252673&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252673', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252673_sa.jpg\"}', 'upc' => '086429162260', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2011-2012 Ford F-150 Harley Davidson Vehicles - Smoked Satin\", 'description_short' => \"Compatible with 2011-2012 Ford F-150 Harley Davidson vehicles without navigation; allows installation of an aftermarket radio in a factory dash location; ABS plastic\", 'description_long' => \"Compatible with 2011-2012 Ford F-150 Harley Davidson vehicles without navigation; allows installation of an aftermarket radio in a factory dash location; ABS plastic\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2011-2012-ford-f-150-harley-davidson-vehicles-smoked-satin/2252682.p?id=1219070770220&skuId=2252682', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252682', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252682_sa.jpg\"}', 'upc' => '086429265015', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Adapter Plates for Most 1995-2005 GM Full-Size Pick-Up Vehicles (Pair) - Black\", 'description_short' => \"Compatible with most 1995-2005 GM full-size pick-up vehicles; adapts a 5-1/4&quot; or 6-1/2&quot; speaker to a front-door speaker location; steel construction\", 'description_long' => \"Compatible with most 1995-2005 GM full-size pick-up vehicles; adapts a 5-1/4&quot; or 6-1/2&quot; speaker to a front-door speaker location; steel construction\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-adapter-plates-for-most-1995-2005-gm-full-size-pick-up-vehicles-pair-black/2252691.p?id=1219070771849&skuId=2252691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252691_500x500_sa.jpg\"}', 'upc' => '086429020706', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Adapter Plates for Most Vehicles With 6\\\" Speaker Locations (Pair) - Black\", 'description_short' => \"Allows installation of a 5-1/4&quot; or 6-1/2&quot; speaker and a separate 3/4&quot; to 2&quot; tweeter in a 6&quot; speaker location; steel construction\", 'description_long' => \"Allows installation of a 5-1/4&quot; or 6-1/2&quot; speaker and a separate 3/4&quot; to 2&quot; tweeter in a 6&quot; speaker location; steel construction\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-adapter-plates-for-most-vehicles-with-6-speaker-locations-pair-black/2252719.p?id=1219070763252&skuId=2252719&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252719', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252719_500x500_sa.jpg\"}', 'upc' => '086429084654', 'provider' => 'bestbuy'],\n ['name' => \"Metra - 6-1/2\\\" Aftermarket Speaker Installation Kit - Black\", 'description_short' => \"Universal design; 6-1/2&quot; adapter plate; steel material\", 'description_long' => \"Universal design; 6-1/2&quot; adapter plate; steel material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-6-1-2-aftermarket-speaker-installation-kit-black/2252728.p?id=1219070771981&skuId=2252728&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252728', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252728_sa.jpg\"}', 'upc' => '086429260768', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Amp Retention Harness for Select 2003 and Later Honda Element Vehicles - Multicolor\", 'description_short' => \"Compatible with most 2003 and later Honda Element EX and SC vehicles; wiring harness; ABS plastic-molded connector\", 'description_long' => \"Compatible with most 2003 and later Honda Element EX and SC vehicles; wiring harness; ABS plastic-molded connector\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-amp-retention-harness-for-select-2003-and-later-honda-element-vehicles-multicolor/2252737.p?id=1219070764737&skuId=2252737&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252737', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252737_sa.jpg\"}', 'upc' => '086429238859', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Nissan Altima Sedan - Gray\", 'description_short' => \"Compatible with most 2013-2015 Nissan Altima Sedan vehicles; ISO DIN provision with pocket; ABS plastic material; high-gloss finish\", 'description_long' => \"Compatible with most 2013-2015 Nissan Altima Sedan vehicles; ISO DIN provision with pocket; ABS plastic material; high-gloss finish\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-nissan-altima-sedan-gray/2252746.p?id=1219070770937&skuId=2252746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252746_sa.jpg\"}', 'upc' => '086429275236', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Recess Mount Dash Kit for Most 1994-2004 Chevrolet, Oldsmobile and Pontiac Vehicles - Black\", 'description_short' => \"Compatible with most 1994-2004 Chevrolet, Oldsmobile and Pontiac vehicles; recess mount; DIN head unit provision; ABS plastic material\", 'description_long' => \"Compatible with most 1994-2004 Chevrolet, Oldsmobile and Pontiac vehicles; recess mount; DIN head unit provision; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-recess-mount-dash-kit-for-most-1994-2004-chevrolet-oldsmobile-and-pontiac-vehicles-black/2252755.p?id=1219070773007&skuId=2252755&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252755', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252755_sa.jpg\"}', 'upc' => '086429033140', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2004 and Later GM, Pontiac and Saturn Vehicles - Silver\", 'description_short' => \"Compatible with select 2004 and later GM, Pontiac and Saturn vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2004 and later GM, Pontiac and Saturn vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2004-and-later-gm-pontiac-and-saturn-vehicles-silver/2252764.p?id=1219070766394&skuId=2252764', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252764', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252764_sa.jpg\"}', 'upc' => '086429247509', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 1995-2001 Nissan Altima - Black\", 'description_short' => \"Compatible with 1995-2001 Nissan Altima vehicles; enables quick conversion from DIN to 2-shaft installation; accommodates ISO DIN radios; equalizer provisions; ABS plastic material\", 'description_long' => \"Compatible with 1995-2001 Nissan Altima vehicles; enables quick conversion from DIN to 2-shaft installation; accommodates ISO DIN radios; equalizer provisions; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-1995-2001-nissan-altima-black/2252773.p?id=1219070765724&skuId=2252773&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252773', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252773_sa.jpg\"}', 'upc' => '086429058600', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select Nissan Vehicles - Black\", 'description_short' => \"Compatible with Nissan 1987-1988 Maxima, 1987-1990 Pulsar and 1990-1992 Stanza vehicles; shaft, DIN and equalizer provisions; ABS plastic material\", 'description_long' => \"Compatible with Nissan 1987-1988 Maxima, 1987-1990 Pulsar and 1990-1992 Stanza vehicles; shaft, DIN and equalizer provisions; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-nissan-vehicles-black/2252782.p?id=1219070774657&skuId=2252782', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252782_sa.jpg\"}', 'upc' => '086429003075', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2011-2015 Ford Explorer with factory 4.3\\\" screen - Charcoal Gray\", 'description_short' => \"Compatible with select 2011-2015 Ford Explorer vehicles; ISO DIN with pocket and DDIN head unit provisions; ABS plastic material\", 'description_long' => \"Compatible with select 2011-2015 Ford Explorer vehicles; ISO DIN with pocket and DDIN head unit provisions; ABS plastic material\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2011-2015-ford-explorer-with-factory-4-3-screen-charcoal-gray/2252819.p?id=1219071227689&skuId=2252819&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252819', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252819_sa.jpg\"}', 'upc' => '086429277223', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2004-2008 Mazda RX-8 Vehicles - Black\", 'description_short' => \"Compatible with most 2004-2008 Mazda RX-8 vehicles; stacked ISO mount head provision; quick-release brackets; accommodates 1 double DIN or 2 single DIN radios; ABS plastic material\", 'description_long' => \"Compatible with most 2004-2008 Mazda RX-8 vehicles; stacked ISO mount head provision; quick-release brackets; accommodates 1 double DIN or 2 single DIN radios; ABS plastic material\", 'price' => 249.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2004-2008-mazda-rx-8-vehicles-black/2252828.p?id=1219070774207&skuId=2252828', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252828', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252828_sa.jpg\"}', 'upc' => '086429182961', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2006-2008 Suzuki Grand Vitara Vehicles - Tan\", 'description_short' => \"Compatible with most 2006-2008 Suzuki Grand Vitara vehicles; DIN with pocket and ISO DIN with pocket head unit provisions; ABS plastic material\", 'description_long' => \"Compatible with most 2006-2008 Suzuki Grand Vitara vehicles; DIN with pocket and ISO DIN with pocket head unit provisions; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2006-2008-suzuki-grand-vitara-vehicles-tan/2252837.p?id=1219070763260&skuId=2252837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252837_sa.jpg\"}', 'upc' => '086429200498', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Adapter Plates for Most 6 x 9 Vehicle Speaker Locations (Pair) - Black\", 'description_short' => \"Compatible with most 6 x 9 vehicle speaker locations; allow the installation of a 5-1/4&quot; or 6-1/2&quot; speaker and a separate 3/4&quot; to 2&quot; tweeter in a 6 x 9 speaker location\", 'description_long' => \"Compatible with most 6 x 9 vehicle speaker locations; allow the installation of a 5-1/4&quot; or 6-1/2&quot; speaker and a separate 3/4&quot; to 2&quot; tweeter in a 6 x 9 speaker location\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-adapter-plates-for-most-6-x-9-vehicle-speaker-locations-pair-black/2252846.p?id=1219070766657&skuId=2252846&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252846', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252846_500x500_sa.jpg\"}', 'upc' => '086429084661', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Adapter Plates for Most Ford Vehicles (Pair) - Black\", 'description_short' => \"Compatible with most Ford vehicles; allow the installation of a 5-1/4&quot; or 6-1/2&quot; speaker into a Ford 5-1/14&quot; opening; steel construction\", 'description_long' => \"Compatible with most Ford vehicles; allow the installation of a 5-1/4&quot; or 6-1/2&quot; speaker into a Ford 5-1/14&quot; opening; steel construction\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-adapter-plates-for-most-ford-vehicles-pair-black/2252855.p?id=1219070771332&skuId=2252855&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252855', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252855_500x500_sa.jpg\"}', 'upc' => '086429196562', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 1994-1997 GM and Isuzu Small Truck Vehicles - Black\", 'description_short' => \"Compatible with most 1994-1997 GM and Isuzu small truck vehicles; ISO-DIN radio provision; ABS plastic material; matches factory color\", 'description_long' => \"Compatible with most 1994-1997 GM and Isuzu small truck vehicles; ISO-DIN radio provision; ABS plastic material; matches factory color\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-1994-1997-gm-and-isuzu-small-truck-vehicles-black/2252864.p?id=1219070770674&skuId=2252864', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252864', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252864_sa.jpg\"}', 'upc' => '086429017768', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Aftermarket Radio Wire Harness for Most 2007 and Later Chrysler Vehicles - Gray\", 'description_short' => \"Compatible with most 2007 and later Chrysler vehicles; wires an aftermarket radio into a vehicle; eliminates the need to cut/splice the factory radio harness\", 'description_long' => \"Compatible with most 2007 and later Chrysler vehicles; wires an aftermarket radio into a vehicle; eliminates the need to cut/splice the factory radio harness\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-aftermarket-radio-wire-harness-for-most-2007-and-later-chrysler-vehicles-gray/2252873.p?id=1219070776029&skuId=2252873&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252873', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252873_sa.jpg\"}', 'upc' => '086429167104', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Wiring Harness with Amplifier Integration Plug for Select 1987-2002 Volkswagen Vehicles - Black\", 'description_short' => \"Compatible with select 1987-2002 Volkswagen vehicles; wiring harness; ABS plastic-molded connector\", 'description_long' => \"Compatible with select 1987-2002 Volkswagen vehicles; wiring harness; ABS plastic-molded connector\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-wiring-harness-with-amplifier-integration-plug-for-select-1987-2002-volkswagen-vehicles-black/2252882.p?id=1219070770297&skuId=2252882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252882_sa.jpg\"}', 'upc' => '086429014217', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 1997-2000 Infiniti QX4/Nissan Pathfinder - Black\", 'description_short' => \"Compatible with most 1997-2000 Infiniti QX4/Nissan Pathfinder vehicles; accommodates DIN radios; shaft, DIN-unit and equalizer provisions; Side Arm Support System\", 'description_long' => \"Compatible with most 1997-2000 Infiniti QX4/Nissan Pathfinder vehicles; accommodates DIN radios; shaft, DIN-unit and equalizer provisions; Side Arm Support System\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-1997-2000-infiniti-qx4-nissan-pathfinder-black/2252891.p?id=1219070773930&skuId=2252891&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252891', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252891_sa.jpg\"}', 'upc' => '086429030484', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select Mazda BT-50 and Ford Ranger Vehicles - Silver\", 'description_short' => \"Compatible with select Mazda BT-50 and Ford Ranger vehicles; DIN with pocket, ISO DIN with pocket, DDIN and ISO stacked head unit provisions; ABS plastic material\", 'description_long' => \"Compatible with select Mazda BT-50 and Ford Ranger vehicles; DIN with pocket, ISO DIN with pocket, DDIN and ISO stacked head unit provisions; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-mazda-bt-50-and-ford-ranger-vehicles-silver/2252919.p?id=1219070773404&skuId=2252919', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252919_sa.jpg\"}', 'upc' => '086429222759', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select Saturn Vehicles - Black\", 'description_short' => \"Compatible with select Saturn vehicles; double-DIN and ISO-DIN head unit provisions with pockets; ABS plastic material\", 'description_long' => \"Compatible with select Saturn vehicles; double-DIN and ISO-DIN head unit provisions with pockets; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-saturn-vehicles-black/2252928.p?id=1219070770871&skuId=2252928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252928_sa.jpg\"}', 'upc' => '086429255252', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2005-2011 Porsche (997) 911 and 2005-2012 (987) Boxster Vehicles - Black\", 'description_short' => \"Compatible with select 2005-2011 Porsche (997) 911 and 2005-2012 (987) Boxster vehicles; allows installation of an aftermarket radio\", 'description_long' => \"Compatible with select 2005-2011 Porsche (997) 911 and 2005-2012 (987) Boxster vehicles; allows installation of an aftermarket radio\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2005-2011-porsche-997-911-and-2005-2012-987-boxster-vehicles-black/2252937.p?id=1219070773996&skuId=2252937', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252937', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252937_sa.jpg\"}', 'upc' => '086429265398', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2009 and Later Honda Fit Vehicles - Matte Black\", 'description_short' => \"Compatible with select 2009 and later Honda Fit vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2009 and later Honda Fit vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2009-and-later-honda-fit-vehicles-matte-black/2252946.p?id=1219070771783&skuId=2252946', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252946', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252946_sa.jpg\"}', 'upc' => '086429280575', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for 2009 and Later Toyota Corolla Vehicles - Silver\", 'description_short' => \"Compatible with 2009 and later Toyota Corolla vehicles; allows the installation of an aftermarket radio into a factory dash location; ABS plastic material; painted finish\", 'description_long' => \"Compatible with 2009 and later Toyota Corolla vehicles; allows the installation of an aftermarket radio into a factory dash location; ABS plastic material; painted finish\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-2009-and-later-toyota-corolla-vehicles-silver/2252955.p?id=1219070763338&skuId=2252955&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252955', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252955_sa.jpg\"}', 'upc' => '086429183135', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for 2004-2008 Toyota Solara Vehicles - Silver\", 'description_short' => \"Compatible with 2004-2008 Toyota Solara vehicles; allows the installation of an aftermarket radio into a factory dash location; snap-in ISO support system; recessed DIN opening\", 'description_long' => \"Compatible with 2004-2008 Toyota Solara vehicles; allows the installation of an aftermarket radio into a factory dash location; snap-in ISO support system; recessed DIN opening\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-2004-2008-toyota-solara-vehicles-silver/2252964.p?id=1219070765790&skuId=2252964&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252964', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252964_sa.jpg\"}', 'upc' => '086429153091', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2012 and Later Toyota Tacoma Vehicles - Black\", 'description_short' => \"Compatible with most 2012 and later Toyota Tacoma vehicles; double-DIN radio and stacked ISO-mount unit provisions; ABS plastic material; matches factory color\", 'description_long' => \"Compatible with most 2012 and later Toyota Tacoma vehicles; double-DIN radio and stacked ISO-mount unit provisions; ABS plastic material; matches factory color\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2012-and-later-toyota-tacoma-vehicles-black/2252973.p?id=1219070764605&skuId=2252973&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252973', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252973_sa.jpg\"}', 'upc' => '086429273577', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Replacement Rear-View Mirror\", 'description_short' => \"Allows installation in most vehicles; integrated 4.3&quot; color LCD screen; 2 video inputs; includes back-up bullet camera and windshield mount\", 'description_long' => \"Allows installation in most vehicles; integrated 4.3&quot; color LCD screen; 2 video inputs; includes back-up bullet camera and windshield mount\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-replacement-rear-view-mirror/2252982.p?id=1219070771915&skuId=2252982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252982_500x500_sa.jpg\"}', 'upc' => '086429274796', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2010 and Later Hyundai Genesis Coupe Vehicles - Silver\", 'description_short' => \"Compatible with select 2010 and later Hyundai Genesis Coupe vehicles with manual climate control; allows installation of an aftermarket radio into a factory dash location\", 'description_long' => \"Compatible with select 2010 and later Hyundai Genesis Coupe vehicles with manual climate control; allows installation of an aftermarket radio into a factory dash location\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2010-and-later-hyundai-genesis-coupe-vehicles-silver/2252991.p?id=1219070764936&skuId=2252991', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2252991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2252\\/2252991_sa.jpg\"}', 'upc' => '086429219575', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Axxess ADBOX Data Interface Harness for Select Chrysler, Dodge, Jeep and Mitsubishi Vehicles - Multicolor\", 'description_short' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-axxess-adbox-data-interface-harness-for-select-chrysler-dodge-jeep-and-mitsubishi-vehicles-multicolor/2253008.p?id=1219070766723&skuId=2253008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253008_sa.jpg\"}', 'upc' => '086429275649', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Double DIN Installation Kit for Select 2010 and Later Hyundai Genesis Coupe 2.0 Vehicles - Matte Black\", 'description_short' => \"Compatible with select 2010 and later Hyundai Genesis coupe 2.0 vehicles; for installation of an aftermarket radio into your vehicle&#039;s dash; matte finish\", 'description_long' => \"Compatible with select 2010 and later Hyundai Genesis coupe 2.0 vehicles; for installation of an aftermarket radio into your vehicle&#039;s dash; matte finish\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-double-din-installation-kit-for-select-2010-and-later-hyundai-genesis-coupe-2-0-vehicles-matte-black/2253017.p?id=1219070764805&skuId=2253017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253017_sa.jpg\"}', 'upc' => '086429238620', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2009-2010 Ford F-150 Lariat Vehicles - Milano Maple\", 'description_short' => \"Compatible with select 2009-2010 non-nav-enabled Ford F-150 Lariat vehicles with driver info switches in the factory panel; allows installation of an aftermarket radio\", 'description_long' => \"Compatible with select 2009-2010 non-nav-enabled Ford F-150 Lariat vehicles with driver info switches in the factory panel; allows installation of an aftermarket radio\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2009-2010-ford-f-150-lariat-vehicles-milano-maple/2253026.p?id=1219070765527&skuId=2253026', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253026_sa.jpg\"}', 'upc' => '086429219414', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2004-2009 Toyota Prius - Black\", 'description_short' => \"Compatible with 2004-2009 Toyota Prius vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with 2004-2009 Toyota Prius vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2004-2009-toyota-prius-black/2253035.p?id=1219070770608&skuId=2253035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253035_sa.jpg\"}', 'upc' => '086429279876', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Adapter Plates for Select Mazda, Nissan and Ford Vehicles (Pair) - Black\", 'description_short' => \"Compatible with select Mazda, Nissan and Ford vehicles; allow the installation of a 5-1/4&quot; - 6 or 6-1/2&quot; speaker into an oversize OEM 6-1/2&quot; opening; steel construction\", 'description_long' => \"Compatible with select Mazda, Nissan and Ford vehicles; allow the installation of a 5-1/4&quot; - 6 or 6-1/2&quot; speaker into an oversize OEM 6-1/2&quot; opening; steel construction\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-adapter-plates-for-select-mazda-nissan-and-ford-vehicles-pair-black/2253044.p?id=1219070773667&skuId=2253044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253044_500x500_sa.jpg\"}', 'upc' => '086429010110', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Toyota 2008-2010 Sequoia and 2007-2010 Tundra Vehicles - Charcoal Gray\", 'description_short' => \"Compatible with Toyota 2008-2010 Sequoia and 2007-2010 Tundra vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with Toyota 2008-2010 Sequoia and 2007-2010 Tundra vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-toyota-2008-2010-sequoia-and-2007-2010-tundra-vehicles-charcoal-gray/2253053.p?id=1219070772624&skuId=2253053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253053_sa.jpg\"}', 'upc' => '086429223107', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Amplifier Bypass for 1995-2000 Mitsubishi Eclipse and 1997-1998 Mitsubishi Galant Vehicles - White\", 'description_short' => \"Compatible with 1995-2000 Mitsubishi Eclipse and 1997-1998 Mitsubishi Galant vehicles; allows installation of an aftermarket radio\", 'description_long' => \"Compatible with 1995-2000 Mitsubishi Eclipse and 1997-1998 Mitsubishi Galant vehicles; allows installation of an aftermarket radio\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-amplifier-bypass-for-1995-2000-mitsubishi-eclipse-and-1997-1998-mitsubishi-galant-vehicles-white/2253062.p?id=1219070773600&skuId=2253062', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253062_sa.jpg\"}', 'upc' => '086429087181', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for 2005-2006 Kia Spectra 5 Vehicles - Black\", 'description_short' => \"Compatible with 2005-2006 Kia Spectra 5 vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with 2005-2006 Kia Spectra 5 vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-2005-2006-kia-spectra-5-vehicles-black/2253071.p?id=1219070766986&skuId=2253071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253071_sa.jpg\"}', 'upc' => '086429204977', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2012-2013 Nissan Rogue S/Rogue SV - Black\", 'description_short' => \"Compatible with select 2012-2013 Nissan Rogue vehicles; ISO DIN with pocket and DDIN head unit provisions; ABS plastic material\", 'description_long' => \"Compatible with select 2012-2013 Nissan Rogue vehicles; ISO DIN with pocket and DDIN head unit provisions; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2012-2013-nissan-rogue-s-rogue-sv-black/2253099.p?id=1219070774404&skuId=2253099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253099_sa.jpg\"}', 'upc' => '086429274215', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 1999-2004 Porsche (TY996) 911 Vehicles - Matte Black\", 'description_short' => \"Compatible with select 1999-2004 Porsche (TY996) 911 vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 1999-2004 Porsche (TY996) 911 vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-1999-2004-porsche-ty996-911-vehicles-matte-black/2253104.p?id=1219070770017&skuId=2253104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253104_sa.jpg\"}', 'upc' => '086429265374', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2003-2007 Nissan Murano with brushed aluminium dash - Aluminum\", 'description_short' => \"Compatible with most 2003-2007 Nissan Murano vehicles; DDIN and ISO DIN with pocket head unit provisions; metallic coating; ABS plastic material\", 'description_long' => \"Compatible with most 2003-2007 Nissan Murano vehicles; DDIN and ISO DIN with pocket head unit provisions; metallic coating; ABS plastic material\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2003-2007-nissan-murano-with-brushed-aluminium-dash-aluminum/2253113.p?id=1219070776285&skuId=2253113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253113_sa.jpg\"}', 'upc' => '086429265008', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select Mercedes Benz Vehicles - Black\", 'description_short' => \"Compatible with select Mercedes Benz vehicles; double-DIN radio provision; ABS plastic material; matches factory paint\", 'description_long' => \"Compatible with select Mercedes Benz vehicles; double-DIN radio provision; ABS plastic material; matches factory paint\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-mercedes-benz-vehicles-black/2253122.p?id=1219070765328&skuId=2253122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253122_sa.jpg\"}', 'upc' => '086429265329', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2011-2011 Buick Regal with black dash - Black\", 'description_short' => \"Compatible with select 2011 Buick Regal vehicles; ISO DIN and DDIN provisions; ABS plastic material\", 'description_long' => \"Compatible with select 2011 Buick Regal vehicles; ISO DIN and DDIN provisions; ABS plastic material\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2011-2011-buick-regal-with-black-dash-black/2253131.p?id=1219071221801&skuId=2253131', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253131_sa.jpg\"}', 'upc' => '086429259007', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2010 and Later Kia Forte and Forte Koup Vehicles - Black\", 'description_short' => \"Compatible with select 2010 and later Kia Forte and Forte Koup vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2010 and later Kia Forte and Forte Koup vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2010-and-later-kia-forte-and-forte-koup-vehicles-black/2253159.p?id=1219070766055&skuId=2253159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253159_sa.jpg\"}', 'upc' => '086429225422', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2013 and Later Nissan Sentra Vehicles - Gray\", 'description_short' => \"Compatible with most 2013 and later Nissan Sentra vehicles; double-DIN head unit provision; ABS plastic material; matches factory finish\", 'description_long' => \"Compatible with most 2013 and later Nissan Sentra vehicles; double-DIN head unit provision; ABS plastic material; matches factory finish\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2013-and-later-nissan-sentra-vehicles-gray/2253168.p?id=1219070769432&skuId=2253168&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253168', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253168_sa.jpg\"}', 'upc' => '086429279197', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Install Bay Back-Up Camera for Most Vehicles - Black\", 'description_short' => \"Compatible with most vehicles; mounts to the top bolts of your vehicle&#039;s license plate; 170&#176; viewing angle; selectable parking-assist lines; water-resistant design\", 'description_long' => \"Compatible with most vehicles; mounts to the top bolts of your vehicle&#039;s license plate; 170&#176; viewing angle; selectable parking-assist lines; water-resistant design\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-install-bay-back-up-camera-for-most-vehicles-black/2253177.p?id=1219070772751&skuId=2253177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253177_sa.jpg\"}', 'upc' => '086429270125', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Axxess ADBOX Data Interface Harness for Select Chrysler, Dodge, Jeep and Mitsubishi Vehicles - Multicolor\", 'description_short' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-axxess-adbox-data-interface-harness-for-select-chrysler-dodge-jeep-and-mitsubishi-vehicles-multicolor/2253186.p?id=1219070768240&skuId=2253186&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253186', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253186_sa.jpg\"}', 'upc' => '086429275632', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for 1985-1994 Volkswagen Jetta Vehicles - Black\", 'description_short' => \"Compatible with 1985-1994 Volkswagen Jetta vehicles; allows the installation of an aftermarket radio into a factory dash location; shaft unit provisions; ABS plastic material\", 'description_long' => \"Compatible with 1985-1994 Volkswagen Jetta vehicles; allows the installation of an aftermarket radio into a factory dash location; shaft unit provisions; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-1985-1994-volkswagen-jetta-vehicles-black/2253195.p?id=1219070775242&skuId=2253195', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253195_sa.jpg\"}', 'upc' => '086429003891', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Install Bay Windshield Mirror Mount for Select Honda and Subaru Vehicles\", 'description_short' => \"Compatible with select Honda and Subaru vehicles; lets you mount a TE-RVMC windshield mirror (not included) in your vehicle; ABS plastic material\", 'description_long' => \"Compatible with select Honda and Subaru vehicles; lets you mount a TE-RVMC windshield mirror (not included) in your vehicle; ABS plastic material\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-install-bay-windshield-mirror-mount-for-select-honda-and-subaru-vehicles/2253219.p?id=1219070763340&skuId=2253219&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253219', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253219_500x500_sa.jpg\"}', 'upc' => '086429274802', 'provider' => 'bestbuy'],\n ['name' => \"American Tranquility - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-tranquility-cd/2253224.p?id=110366&skuId=2253224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253224.jpg\"}', 'upc' => '016351531223', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Axxess ADBOX Data Interface Harness for Most Mazda 2007 and Later CX-7 and CX-9 Vehicles - Multicolor\", 'description_short' => \"Allows installation in select Mazda vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select Mazda vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-axxess-adbox-data-interface-harness-for-most-mazda-2007-and-later-cx-7-and-cx-9-vehicles-multicolor/2253228.p?id=1219070772546&skuId=2253228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253228_sa.jpg\"}', 'upc' => '086429275656', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Axxess ADBOX Data Interface Harness for Select Vehicles - Black\", 'description_short' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'description_long' => \"Allows installation in select vehicles; requires an AX-ADBOX1 or AX-ADBOX2 control box (not included); lets you retain select factory features\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-axxess-adbox-data-interface-harness-for-select-vehicles-black/2253237.p?id=1219070767647&skuId=2253237&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253237', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253237_sa.jpg\"}', 'upc' => '086429275588', 'provider' => 'bestbuy'],\n ['name' => \"My Soul Looks Back: The Genius of Marion... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-soul-looks-back-the-genius-of-marion-cd/2253242.p?id=110371&skuId=2253242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253242_sa.jpg\"}', 'upc' => '016351601124', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2012-2015 Toyota Tacoma - Charcoal\", 'description_short' => \"Compatible with select 2012-2015 Toyota Tacoma vehicles; allows the installation of an aftermarket radio into a factory dash location; single DIN head unit provision; ABS plastic material\", 'description_long' => \"Compatible with select 2012-2015 Toyota Tacoma vehicles; allows the installation of an aftermarket radio into a factory dash location; single DIN head unit provision; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2012-2015-toyota-tacoma-charcoal/2253246.p?id=1219070766789&skuId=2253246', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253246_sa.jpg\"}', 'upc' => '086429272679', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2004 and Later GM, Pontiac and Saturn Vehicles - Silver\", 'description_short' => \"Compatible with select 2004 and later GM, Pontiac and Saturn vehicles; allows installation of an aftermarket radio in a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2004 and later GM, Pontiac and Saturn vehicles; allows installation of an aftermarket radio in a factory dash location; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2004-and-later-gm-pontiac-and-saturn-vehicles-silver/2253255.p?id=1219070773338&skuId=2253255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253255_sa.jpg\"}', 'upc' => '086429247493', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Speaker Adapter Plates for Select Honda and Volkswagen Vehicles (2-Count)\", 'description_short' => \"Compatible with select Honda and Volkswagen vehicles; 5-1/4&quot; and 6-1/2&quot; speaker adapter plates; steel material\", 'description_long' => \"Compatible with select Honda and Volkswagen vehicles; 5-1/4&quot; and 6-1/2&quot; speaker adapter plates; steel material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-speaker-adapter-plates-for-select-honda-and-volkswagen-vehicles-2-count/2253264.p?id=1219070767249&skuId=2253264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253264_500x500_sa.jpg\"}', 'upc' => '086429118519', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select Toyota Vehicles - Black\", 'description_short' => \"Compatible with select Toyota vehicles; allows installation of an aftermarket radio into a factory dash location; enables conversion from 2-shaft to DIN; multi faceplates\", 'description_long' => \"Compatible with select Toyota vehicles; allows installation of an aftermarket radio into a factory dash location; enables conversion from 2-shaft to DIN; multi faceplates\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-toyota-vehicles-black/2253273.p?id=1219070770298&skuId=2253273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253273_sa.jpg\"}', 'upc' => '086429002900', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Professional Installer Series TurboKit for Most 1995-2001 Geo Metro and Suzuki Swift Vehicles - Black\", 'description_short' => \"Compatible with most 1995-2001 Geo Metro and Suzuki Swift vehicles; accommodates quick conversion from 2-shaft to DIN; ABS plastic material\", 'description_long' => \"Compatible with most 1995-2001 Geo Metro and Suzuki Swift vehicles; accommodates quick conversion from 2-shaft to DIN; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-professional-installer-series-turbokit-for-most-1995-2001-geo-metro-and-suzuki-swift-vehicles-black/2253282.p?id=1219070774790&skuId=2253282', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253282_sa.jpg\"}', 'upc' => '086429017850', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Aftermarket Radio Wire Harness for Select 2006 and Later Chevrolet Vehicles - Black\", 'description_short' => \"Compatible with 2006 and later Chevrolet Impala and Monte Carlo vehicles; wires an aftermarket radio into a vehicle; keeps the factory harness intact\", 'description_long' => \"Compatible with 2006 and later Chevrolet Impala and Monte Carlo vehicles; wires an aftermarket radio into a vehicle; keeps the factory harness intact\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-aftermarket-radio-wire-harness-for-select-2006-and-later-chevrolet-vehicles-black/2253291.p?id=1219070774062&skuId=2253291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253291_sa.jpg\"}', 'upc' => '086429153770', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire OEM Harness for Most 2002 and Later BMW and Volkswagen Vehicles - Black\", 'description_short' => \"Compatible with most 2002 and later BMW and Volkswagen vehicles; OEM wire harness; ABS plastic-molded connector\", 'description_long' => \"Compatible with most 2002 and later BMW and Volkswagen vehicles; OEM wire harness; ABS plastic-molded connector\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-oem-harness-for-most-2002-and-later-bmw-and-volkswagen-vehicles-black/2253305.p?id=1219070766591&skuId=2253305&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253305', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253305_sa.jpg\"}', 'upc' => '086429090051', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Chevrolet Spark - Black\", 'description_short' => \"Compatible with most 2013-2015 Chevrolet Spark vehicles; double-DIN head unit and ISO-DIN head unit with pocket provisions; included interface; 12V accessory power\", 'description_long' => \"Compatible with most 2013-2015 Chevrolet Spark vehicles; double-DIN head unit and ISO-DIN head unit with pocket provisions; included interface; 12V accessory power\", 'price' => 174.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-chevrolet-spark-black/2253314.p?id=1219070770299&skuId=2253314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253314_sa.jpg\"}', 'upc' => '086429280216', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Aftermarket Radio Installation Kit for Select Subaru Legacy and Outback Vehicles - Silver\", 'description_short' => \"Compatible with select Subaru Legacy and Outback vehicles; stacked ISO and double DIN radio provisions; ABS plastic material; factory-matched paint\", 'description_long' => \"Compatible with select Subaru Legacy and Outback vehicles; stacked ISO and double DIN radio provisions; ABS plastic material; factory-matched paint\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-aftermarket-radio-installation-kit-for-select-subaru-legacy-and-outback-vehicles-silver/2253323.p?id=1219070772874&skuId=2253323&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253323', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253323_sa.jpg\"}', 'upc' => '086429250332', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2001-2006.5 Kia Optima - Black\", 'description_short' => \"Compatible with select Kia vehicles; ISO head unit provisions; CD jewel case pocket; ABS plastic material\", 'description_long' => \"Compatible with select Kia vehicles; ISO head unit provisions; CD jewel case pocket; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2001-2006-5-kia-optima-black/2253332.p?id=1219070768500&skuId=2253332', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253332', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253332_sa.jpg\"}', 'upc' => '086429084104', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Professional Installer Series TurboKit for select Hyundai Vehicles - Black\", 'description_short' => \"Compatible with select Hyundai vehicles; accommodates quick conversion from 2-shaft to DIN; ABS plastic material; designed to mount to the OEM radio mounting positions\", 'description_long' => \"Compatible with select Hyundai vehicles; accommodates quick conversion from 2-shaft to DIN; ABS plastic material; designed to mount to the OEM radio mounting positions\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-professional-installer-series-turbokit-for-select-hyundai-vehicles-black/2253341.p?id=1219070765461&skuId=2253341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253341_sa.jpg\"}', 'upc' => '086429019243', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2008 and Later Ford Escape, Mazda Tribute and Mercury Mariner Vehicles - Black\", 'description_short' => \"Compatible with select 2008 and later Ford Escape, Mazda Tribute and Mercury Mariner vehicles; allows installation of an aftermarket radio\", 'description_long' => \"Compatible with select 2008 and later Ford Escape, Mazda Tribute and Mercury Mariner vehicles; allows installation of an aftermarket radio\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2008-and-later-ford-escape-mazda-tribute-and-mercury-mariner-vehicles-black/2253369.p?id=1219070763255&skuId=2253369&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253369', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253369_sa.jpg\"}', 'upc' => '086429233090', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2012 and Later Mazda CX-5 and 2014 and Later Mazda 6 Vehicles - Matte Black\", 'description_short' => \"Compatible with select 2012 and later Mazda CX-5 and 2014 and later Mazda 6 vehicles; allows installation of an aftermarket radio a factory dash location\", 'description_long' => \"Compatible with select 2012 and later Mazda CX-5 and 2014 and later Mazda 6 vehicles; allows installation of an aftermarket radio a factory dash location\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2012-and-later-mazda-cx-5-and-2014-and-later-mazda-6-vehicles-matte-black/2253378.p?id=1219070767840&skuId=2253378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253378_sa.jpg\"}', 'upc' => '086429272624', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2005-2011 Toyota Tacoma Vehicles - Gray\", 'description_short' => \"Compatible with most 2005-2011 Toyota Tacoma vehicles; double-DIN head unit provision; ABS plastic material; factory-matched paint and texture\", 'description_long' => \"Compatible with most 2005-2011 Toyota Tacoma vehicles; double-DIN head unit provision; ABS plastic material; factory-matched paint and texture\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2005-2011-toyota-tacoma-vehicles-gray/2253387.p?id=1219070767183&skuId=2253387&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253387', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253387_sa.jpg\"}', 'upc' => '086429264681', 'provider' => 'bestbuy'],\n ['name' => \"Axxess - Axxess Auto-Detect Interface Control Box for Select Vehicles - Black\", 'description_short' => \"Compatible with select vehicles; lets you install an aftermarket radio\", 'description_long' => \"Compatible with select vehicles; lets you install an aftermarket radio\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/axxess-axxess-auto-detect-interface-control-box-for-select-vehicles-black/2253396.p?id=1219070767315&skuId=2253396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253396_sa.jpg\"}', 'upc' => '086429275564', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select Honda Accord and Crosstour Vehicles - Taupe\", 'description_short' => \"Compatible with select 2008 and later Honda Accord and 2010 and later Crosstour vehicles; DIN with pocket, ISO with pocket, double DIN and stacked ISO provisions; ABS plastic material\", 'description_long' => \"Compatible with select 2008 and later Honda Accord and 2010 and later Crosstour vehicles; DIN with pocket, ISO with pocket, double DIN and stacked ISO provisions; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-honda-accord-and-crosstour-vehicles-taupe/2253401.p?id=1219070771265&skuId=2253401&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253401', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253401_sa.jpg\"}', 'upc' => '086429179022', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2013-2015 Buick Enclave/Chevrolet Traverse/Gmc Acadia - Black\", 'description_short' => \"Compatible with select 2013-2015 and later Buick, Chevrolet and GMC vehicles; ISO-DIN head unit provision with pocket; ABS plastic material\", 'description_long' => \"Compatible with select 2013-2015 and later Buick, Chevrolet and GMC vehicles; ISO-DIN head unit provision with pocket; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2013-2015-buick-enclave-chevrolet-traverse-gmc-acadia-black/2253429.p?id=1219070770805&skuId=2253429&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253429', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253429_sa.jpg\"}', 'upc' => '086429280711', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Aftermarket Radio Wire Harness for Select 1998-2005 Ford Vehicles - Multicolor\", 'description_short' => \"Compatible with select 1998-2005 Ford vehicles; allows installation of an aftermarket radio while keeping the factory radio harness intact; ABS-plastic material\", 'description_long' => \"Compatible with select 1998-2005 Ford vehicles; allows installation of an aftermarket radio while keeping the factory radio harness intact; ABS-plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-aftermarket-radio-wire-harness-for-select-1998-2005-ford-vehicles-multicolor/2253438.p?id=1219070772941&skuId=2253438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253438_sa.jpg\"}', 'upc' => '086429153015', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Main Power Harness for Most 2011 and Later Ford Fiesta Vehicles - Black\", 'description_short' => \"Compatible with most 2011 and later Ford Fiesta vehicles; main power harness with 4 speaker connections; ABS plastic-molded connector\", 'description_long' => \"Compatible with most 2011 and later Ford Fiesta vehicles; main power harness with 4 speaker connections; ABS plastic-molded connector\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-main-power-harness-for-most-2011-and-later-ford-fiesta-vehicles-black/2253447.p?id=1219070767581&skuId=2253447&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253447', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253447_sa.jpg\"}', 'upc' => '086429250981', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Amplifier Bypass Jumper for Most 2000-2001 Chevrolet Impala and Monte Carlo Vehicles - Gray\", 'description_short' => \"Compatible with most 2000-2001 Chevrolet Impala and Monte Carlo vehicles; allows you to remove the factory amplifier without rewiring\", 'description_long' => \"Compatible with most 2000-2001 Chevrolet Impala and Monte Carlo vehicles; allows you to remove the factory amplifier without rewiring\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-amplifier-bypass-jumper-for-most-2000-2001-chevrolet-impala-and-monte-carlo-vehicles-gray/2253456.p?id=1219070768896&skuId=2253456&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253456', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253456_sa.jpg\"}', 'upc' => '086429115099', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Amplifier Integration Plug for Select 1989-2000 Ford Vehicles - Black\", 'description_short' => \"Compatible with select 1989-2000 Ford vehicles that use aftermarket radios with 35W or less; for installation of aftermarket radios while keeping factory radio harness intact\", 'description_long' => \"Compatible with select 1989-2000 Ford vehicles that use aftermarket radios with 35W or less; for installation of aftermarket radios while keeping factory radio harness intact\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-amplifier-integration-plug-for-select-1989-2000-ford-vehicles-black/2253465.p?id=1219070772354&skuId=2253465', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253465', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253465_sa.jpg\"}', 'upc' => '086429008384', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Trim-Ring Border for Most DIN-Style Radios - Black\", 'description_short' => \"Compatible with most DIN-style radios; 3/4&quot; border; finishing for custom radio installation; kit replacement pocket; ABS plastic material\", 'description_long' => \"Compatible with most DIN-style radios; 3/4&quot; border; finishing for custom radio installation; kit replacement pocket; ABS plastic material\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-trim-ring-border-for-most-din-style-radios-black/2253474.p?id=1219070773206&skuId=2253474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253474_500x500_sa.jpg\"}', 'upc' => '086429005550', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2011-2013 Mitsubishi Outlander Sport - Black\", 'description_short' => \"Compatible with most 2011-2013 Mitsubishi Outlander Sport vehicles; DIN with pocket, double DIN, ISO with pocket and stacked ISO provisions; ABS plastic material\", 'description_long' => \"Compatible with most 2011-2013 Mitsubishi Outlander Sport vehicles; DIN with pocket, double DIN, ISO with pocket and stacked ISO provisions; ABS plastic material\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2011-2013-mitsubishi-outlander-sport-black/2253492.p?id=1219071227445&skuId=2253492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253492_sa.jpg\"}', 'upc' => '086429247455', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 1987-1993 Nissan Hardbody Pickup/Pathfinder - Black\", 'description_short' => \"Compatible with most 1987-1993 Nissan Hardbody Pickup and Pathfinder vehicles; enables quick conversion from 2-shaft to DIN installation; snap-in shaft supports\", 'description_long' => \"Compatible with most 1987-1993 Nissan Hardbody Pickup and Pathfinder vehicles; enables quick conversion from 2-shaft to DIN installation; snap-in shaft supports\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-1987-1993-nissan-hardbody-pickup-pathfinder-black/2253609.p?id=1219070763253&skuId=2253609&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253609', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253609_sa.jpg\"}', 'upc' => '086429008476', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 1999-2002 Mercury Villager/Nissan Quest - Black\", 'description_short' => \"Compatible with most 1999-2002 Mercury Villager and Nissan Quest vehicles; DIN head unit provisions; pocket; recessed design\", 'description_long' => \"Compatible with most 1999-2002 Mercury Villager and Nissan Quest vehicles; DIN head unit provisions; pocket; recessed design\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-1999-2002-mercury-villager-nissan-quest-black/2253618.p?id=1219070764671&skuId=2253618', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253618_sa.jpg\"}', 'upc' => '086429081431', 'provider' => 'bestbuy'],\n ['name' => \"Flame Job [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flame-job-pa-cd/2253625.p?id=108832&skuId=2253625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253625_sa.jpg\"}', 'upc' => '075992459228', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2012-2014 Hyundai Accent without factory radio - Black\", 'description_short' => \"Compatible with select 2012-2014 Hyundai Accent vehicles with Radio Delete; allows the installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2012-2014 Hyundai Accent vehicles with Radio Delete; allows the installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2012-2014-hyundai-accent-without-factory-radio-black/2253627.p?id=1219070775771&skuId=2253627&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253627', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253627_sa.jpg\"}', 'upc' => '086429258574', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2008-2011 Mercedes-Benz C-Class Vehicles - Black\", 'description_short' => \"Compatible with select 2008-2011 Mercedes-Benz C-Class vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2008-2011 Mercedes-Benz C-Class vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2008-2011-mercedes-benz-c-class-vehicles-black/2253636.p?id=1219070771398&skuId=2253636&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253636', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253636_500x500_sa.jpg\"}', 'upc' => '086429265312', 'provider' => 'bestbuy'],\n ['name' => \"The Gate to the Mind's Eye - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gate-to-the-minds-eye-cd/2253643.p?id=108833&skuId=2253643&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253643', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253643_sa.jpg\"}', 'upc' => '075992458627', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Most 2004-2009 Toyota Prius Vehicles - Matte Black\", 'description_short' => \"Compatible with most 2004-2009 Toyota Prius vehicles; double-DIN radio provision; ABS plastic material\", 'description_long' => \"Compatible with most 2004-2009 Toyota Prius vehicles; double-DIN radio provision; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-most-2004-2009-toyota-prius-vehicles-matte-black/2253645.p?id=1219070763254&skuId=2253645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253645_sa.jpg\"}', 'upc' => '086429279883', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Aftermarket Radio Installation Kit for 2007-2011 Toyota Camry Vehicles - Silver\", 'description_short' => \"Compatible with 2007-2011 Toyota Camry vehicles; double DIN radio provision; ABS plastic material; factory-matched paint\", 'description_long' => \"Compatible with 2007-2011 Toyota Camry vehicles; double DIN radio provision; ABS plastic material; factory-matched paint\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-aftermarket-radio-installation-kit-for-2007-2011-toyota-camry-vehicles-silver/2253654.p?id=1219070773276&skuId=2253654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253654_sa.jpg\"}', 'upc' => '086429273270', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Install Bay Square Back-Up Camera for Most Vehicles - Black\", 'description_short' => \"Compatible with most vehicles; 4 IR LEDs; 170&#176; viewing angle; surface-mount design; ABS plastic material\", 'description_long' => \"Compatible with most vehicles; 4 IR LEDs; 170&#176; viewing angle; surface-mount design; ABS plastic material\", 'price' => 64.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-install-bay-square-back-up-camera-for-most-vehicles-black/2253663.p?id=1219070775045&skuId=2253663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253663_sa.jpg\"}', 'upc' => '086429274833', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2013 and Later Dodge Ram 1500, 2500 and 3500 Vehicles - Matte Black\", 'description_short' => \"Compatible with select 2013 and later Dodge Ram 1500, 2500 and 3500 vehicles; allows installation of an aftermarket radio into a factory dash location\", 'description_long' => \"Compatible with select 2013 and later Dodge Ram 1500, 2500 and 3500 vehicles; allows installation of an aftermarket radio into a factory dash location\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2013-and-later-dodge-ram-1500-2500-and-3500-vehicles-matte-black/2253672.p?id=1219070763257&skuId=2253672&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253672_sa.jpg\"}', 'upc' => '086429281060', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 2012-2015 Toyota Tacoma - Black\", 'description_short' => \"Compatible with select 2012-2015 Toyota Tacoma vehicles; allows the installation of an aftermarket radio into a factory dash location; ISO DIN head unit provision; ABS plastic material\", 'description_long' => \"Compatible with select 2012-2015 Toyota Tacoma vehicles; allows the installation of an aftermarket radio into a factory dash location; ISO DIN head unit provision; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-2012-2015-toyota-tacoma-black/2253681.p?id=1219070765658&skuId=2253681&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253681', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253681_sa.jpg\"}', 'upc' => '086429273560', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2008 and Later Honda Accord Vehicles - Taupe\", 'description_short' => \"Compatible with select 2008 and later Honda Accord vehicles; DIN and ISO with pocket, double DIN and stacked ISO provisions; ABS plastic material\", 'description_long' => \"Compatible with select 2008 and later Honda Accord vehicles; DIN and ISO with pocket, double DIN and stacked ISO provisions; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2008-and-later-honda-accord-vehicles-taupe/2253709.p?id=1219070769622&skuId=2253709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253709_sa.jpg\"}', 'upc' => '086429179015', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire SWC Harness with RCAs for Most 2003-2010 Toyota Vehicles - Multicolor\", 'description_short' => \"Compatible with most 2003-2010 Toyota vehicles; SWC harness; RCAs; ABS plastic-molded connector\", 'description_long' => \"Compatible with most 2003-2010 Toyota vehicles; SWC harness; RCAs; ABS plastic-molded connector\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-swc-harness-with-rcas-for-most-2003-2010-toyota-vehicles-multicolor/2253718.p?id=1219070774857&skuId=2253718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253718_sa.jpg\"}', 'upc' => '086429230822', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire Aftermarket Radio Wire Harness for Most 2002 and Later Chrysler Vehicles - Multicolor\", 'description_short' => \"Compatible with most 2002 and later Chrysler vehicles; wires an aftermarket radio into a vehicle; eliminates the need to cut/splice factory radio harness\", 'description_long' => \"Compatible with most 2002 and later Chrysler vehicles; wires an aftermarket radio into a vehicle; eliminates the need to cut/splice factory radio harness\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-aftermarket-radio-wire-harness-for-most-2002-and-later-chrysler-vehicles-multicolor/2253727.p?id=1219070773474&skuId=2253727&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253727', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253727_sa.jpg\"}', 'upc' => '086429082346', 'provider' => 'bestbuy'],\n ['name' => \"Wildflowers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/wildflowers-cd/2253732.p?id=108297&skuId=2253732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253732_sa.jpg\"}', 'upc' => '093624575924', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Antenna Adapter for Most 2009 and Later Subaru Vehicles - Black\", 'description_short' => \"Compatible with most 2009 and later Subaru vehicles; antenna adapter; copper, polypropylene and steel materials\", 'description_long' => \"Compatible with most 2009 and later Subaru vehicles; antenna adapter; copper, polypropylene and steel materials\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-antenna-adapter-for-most-2009-and-later-subaru-vehicles-black/2253736.p?id=1219070776030&skuId=2253736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253736_sa.jpg\"}', 'upc' => '086429137954', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Installation Kit for Select 2009 and Later Ford F-150 Vehicles - High Gloss Black\", 'description_short' => \"Compatible with select 2009 and later Ford F-150 vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'description_long' => \"Compatible with select 2009 and later Ford F-150 vehicles; allows installation of an aftermarket radio into a factory dash location; ABS plastic material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-installation-kit-for-select-2009-and-later-ford-f-150-vehicles-high-gloss-black/2253754.p?id=1219070763341&skuId=2253754&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253754', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253754_sa.jpg\"}', 'upc' => '086429276059', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Turbo Wire OEM Harness for Most 1998-2008 GM Vehicles - Black/White\", 'description_short' => \"Compatible with most 1998-2008 GM vehicles; OEM wire harness; ABS plastic-molded connector\", 'description_long' => \"Compatible with most 1998-2008 GM vehicles; OEM wire harness; ABS plastic-molded connector\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-turbo-wire-oem-harness-for-most-1998-2008-gm-vehicles-black-white/2253763.p?id=1219070766254&skuId=2253763&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253763', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253763_sa.jpg\"}', 'upc' => '086429081646', 'provider' => 'bestbuy'],\n ['name' => \"Apple - 6.6' Lightning-to-USB 2.0 Cable - White\", 'description_short' => \"Compatible with most Apple&#174; iPad&#174;, iPhone&#174; and iPod&#174; models with a Lightning connector; charges and syncs your device; reversible design\", 'description_long' => \"Compatible with most Apple&#174; iPad&#174;, iPhone&#174; and iPod&#174; models with a Lightning connector; charges and syncs your device; reversible design\", 'price' => 32.99, 'sale_price' => 29.99, 'url' => 'http://www.bestbuy.com/site/apple-6-6-lightning-to-usb-2-0-cable-white/2253772.p?id=1219070443474&skuId=2253772&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253772', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253772_sa.jpg\"}', 'upc' => '888462322997', 'provider' => 'bestbuy'],\n ['name' => \"Fina Estampa - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fina-estampa-cd/2253894.p?id=108965&skuId=2253894&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2253894', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2253\\/2253894_sa.jpg\"}', 'upc' => '731452274526', 'provider' => 'bestbuy'],\n ['name' => \"Soul Sauce - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-sauce-cd/2254125.p?id=71459&skuId=2254125&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2254125', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2254\\/2254125_sa.jpg\"}', 'upc' => '731452166821', 'provider' => 'bestbuy'],\n ['name' => \"Best of Ella Fitzgerald: First Lady of Song - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-ella-fitzgerald-first-lady-of-song-cd/2254143.p?id=109061&skuId=2254143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2254143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2254\\/2254143_sa.jpg\"}', 'upc' => '731452338228', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Masters 26: Lionel Hampton with Oscar... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-masters-26-lionel-hampton-with-oscar-cd/2254189.p?id=109067&skuId=2254189&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2254189', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2254\\/2254189_sa.jpg\"}', 'upc' => '731452185327', 'provider' => 'bestbuy'],\n ['name' => \"Juned - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/juned-cd/2254429.p?id=109099&skuId=2254429&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2254429', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2254\\/2254429_sa.jpg\"}', 'upc' => '796818000720', 'provider' => 'bestbuy'],\n ['name' => \"Idjit Savant - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/idjit-savant-cd/2254811.p?id=108892&skuId=2254811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2254811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2254\\/2254811.jpg\"}', 'upc' => '021075116823', 'provider' => 'bestbuy'],\n ['name' => \"It's Alive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-alive-cd/2254893.p?id=108899&skuId=2254893&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2254893', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2254\\/2254893.jpg\"}', 'upc' => '028121100829', 'provider' => 'bestbuy'],\n ['name' => \"Dystrophy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dystrophy-cd/2254964.p?id=108911&skuId=2254964&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2254964', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2254\\/2254964.jpg\"}', 'upc' => '026245107427', 'provider' => 'bestbuy'],\n ['name' => \"Songs and Moments - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-and-moments-cd/2255053.p?id=111679&skuId=2255053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255053_sa.jpg\"}', 'upc' => '063757807223', 'provider' => 'bestbuy'],\n ['name' => \"Nikon - SB-700 AF Speedlight External Flash - Black\", 'description_short' => \"Compatible with most Nikon digital SLR cameras with a hot shoe; wireless flash control; 3 light distribution patterns; color filter identification\", 'description_long' => \"Compatible with most Nikon digital SLR cameras with a hot shoe; wireless flash control; 3 light distribution patterns; color filter identification\", 'price' => 329.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nikon-sb-700-af-speedlight-external-flash-black/2255056.p?id=1218315990890&skuId=2255056&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255056', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255056_rc.jpg\"}', 'upc' => '018208048083', 'provider' => 'bestbuy'],\n ['name' => \"Leadbelly's Last Sessions [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/leadbellys-last-sessions-box-cd/2255071.p?id=110460&skuId=2255071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255071_sa.jpg\"}', 'upc' => '093074006825', 'provider' => 'bestbuy'],\n ['name' => \"Poet Game - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/poet-game-cd/2255099.p?id=110497&skuId=2255099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255099_sa.jpg\"}', 'upc' => '033651006824', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Toni Basil: Mickey & Other Love Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-toni-basil-mickey-other-love-songs-cd/2255133.p?id=110418&skuId=2255133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255133_sa.jpg\"}', 'upc' => '793018205726', 'provider' => 'bestbuy'],\n ['name' => \"Leading Off... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/leading-off-cd/2255179.p?id=109556&skuId=2255179&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255179', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255179.jpg\"}', 'upc' => '015891382821', 'provider' => 'bestbuy'],\n ['name' => \"Blue Divide - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-divide-cd/2255428.p?id=111794&skuId=2255428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255428_sa.jpg\"}', 'upc' => '016351801425', 'provider' => 'bestbuy'],\n ['name' => \"Brother - Shipping Label Tape Cartridge - White\", 'description_short' => \"4&quot; Width x 2.40&quot; Length - 1 / Roll - 300/Roll - Paper - White\", 'description_long' => \"4&quot; Width x 2.40&quot; Length - 1 / Roll - 300/Roll - Paper - White\", 'price' => 27.99, 'sale_price' => 18.99, 'url' => 'http://www.bestbuy.com/site/brother-shipping-label-tape-cartridge-white/2255444.p?id=1218315552940&skuId=2255444', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255444_sa.jpg\"}', 'upc' => '012502611660', 'provider' => 'bestbuy'],\n ['name' => \"Happy Birthday, Louis! Armstrong & His All-Stars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happy-birthday-louis-armstrong-his-all-stars-cd/2255473.p?id=108755&skuId=2255473&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255473', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255473.jpg\"}', 'upc' => '723918302423', 'provider' => 'bestbuy'],\n ['name' => \"Summit Conference - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/summit-conference-cd/2255482.p?id=111188&skuId=2255482&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255482', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255482_sa.jpg\"}', 'upc' => '782737100320', 'provider' => 'bestbuy'],\n ['name' => \"Synth Thesis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/synth-thesis-cd/2255491.p?id=112557&skuId=2255491&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255491', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255491_sa.jpg\"}', 'upc' => '782737100122', 'provider' => 'bestbuy'],\n ['name' => \"As - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/as-cd/2255507.p?id=112558&skuId=2255507&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255507', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255507_sa.jpg\"}', 'upc' => '782737100429', 'provider' => 'bestbuy'],\n ['name' => \"Milagro - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/milagro-cd/2255525.p?id=112559&skuId=2255525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255525.jpg\"}', 'upc' => '782737100221', 'provider' => 'bestbuy'],\n ['name' => \"Double Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-time-cd/2255534.p?id=112562&skuId=2255534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255534_sa.jpg\"}', 'upc' => '068944005826', 'provider' => 'bestbuy'],\n ['name' => \"Mirage - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mirage-cd/2255543.p?id=112565&skuId=2255543&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255543', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255543.jpg\"}', 'upc' => '068944003822', 'provider' => 'bestbuy'],\n ['name' => \"Just You, Just Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-you-just-me-cd/2255810.p?id=110455&skuId=2255810&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255810', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255810_sa.jpg\"}', 'upc' => '089408336324', 'provider' => 'bestbuy'],\n ['name' => \"Don't Get Sassy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-get-sassy-cd/2255829.p?id=150943&skuId=2255829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2255829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2255\\/2255829_sa.jpg\"}', 'upc' => '089408336829', 'provider' => 'bestbuy'],\n ['name' => \"PLAYS BALL / (FULL DOL) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/plays-ball-full-dol-dvd/2256443.p?id=2190902&skuId=2256443&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2256443', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2256\\/2256443_sa.jpg\"}', 'upc' => '025192077975', 'provider' => 'bestbuy'],\n ['name' => \"Bionic Woman: Season 2 [5 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bionic-woman-season-2-5-discs-dvd/2256452.p?id=2190904&skuId=2256452&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2256452', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2256\\/2256452.jpg\"}', 'upc' => '025192075391', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2256559', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_software_l.jpg\"}', 'upc' => '696055193936', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2256577', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_software_l.jpg\"}', 'upc' => '696055193813', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2256656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_software_l.jpg\"}', 'upc' => '696055193875', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2256747', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_software_l.jpg\"}', 'upc' => '696055193868', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2256756', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_software_l.jpg\"}', 'upc' => '696055193943', 'provider' => 'bestbuy'],\n ['name' => \"Jensen - Rechargeable Battery for Select Panasonic and Uniden Cordless Telephones - White\", 'description_short' => \"Compatible with select Panasonic and Uniden cordless telephones; rechargeable\", 'description_long' => \"Compatible with select Panasonic and Uniden cordless telephones; rechargeable\", 'price' => 19.99, 'sale_price' => 10.99, 'url' => 'http://www.bestbuy.com/site/jensen-rechargeable-battery-for-select-panasonic-and-uniden-cordless-telephones-white/2256974.p?id=1218315992835&skuId=2256974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2256974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2256\\/2256974_sa.jpg\"}', 'upc' => '044476085710', 'provider' => 'bestbuy'],\n ['name' => \"Sharp - 50\\\" Class (49.7\\\" Diag.) - LED - 1080p - HDTV - Black\", 'description_short' => \"Only at Best Buy\n1080p resolution60Hz refresh rate\", 'description_long' => \"Only at Best Buy\n1080p resolution60Hz refresh rate\", 'price' => 449.99, 'sale_price' => 379.99, 'url' => 'http://www.bestbuy.com/site/sharp-50-class-49-7-diag--led-1080p-hdtv-black/2257095.p?id=1219535627181&skuId=2257095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257095_sa.jpg\"}', 'upc' => '600603185649', 'provider' => 'bestbuy'],\n ['name' => \"Just 88 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-88-cd/2257131.p?id=112568&skuId=2257131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257131_sa.jpg\"}', 'upc' => '068944005123', 'provider' => 'bestbuy'],\n ['name' => \"Suite Mingus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/suite-mingus-cd/2257140.p?id=112570&skuId=2257140&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257140', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257140.jpg\"}', 'upc' => '068944001521', 'provider' => 'bestbuy'],\n ['name' => \"English Country Dances - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/english-country-dances-cd/2257177.p?id=2066128&skuId=2257177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257177.jpg\"}', 'upc' => '750582212321', 'provider' => 'bestbuy'],\n ['name' => \"Creation's Journey: Native American Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/creations-journey-native-american-music-cd/2257355.p?id=112615&skuId=2257355&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257355', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257355_sa.jpg\"}', 'upc' => '093074041024', 'provider' => 'bestbuy'],\n ['name' => \"Bring Back Romance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bring-back-romance-cd/2257382.p?id=110406&skuId=2257382&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257382', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257382_sa.jpg\"}', 'upc' => '021471141726', 'provider' => 'bestbuy'],\n ['name' => \"Country Strong (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-strong-dvd/2257406.p?id=2195833&skuId=2257406&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257406', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257406_sa.jpg\"}', 'upc' => '043396374461', 'provider' => 'bestbuy'],\n ['name' => \"Country Strong (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-strong-blu-ray-disc/2257424.p?id=2195833&skuId=2257424&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257424', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257424_sa.jpg\"}', 'upc' => '043396374430', 'provider' => 'bestbuy'],\n ['name' => \"True Grit: Music from the Classic Films of... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/true-grit-music-from-the-classic-films-of-cd-various/2257435.p?id=112625&skuId=2257435&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257435', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257435.jpg\"}', 'upc' => '738572103729', 'provider' => 'bestbuy'],\n ['name' => \"Complete Early Recordings 1929-1930 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-early-recordings-1929-1930-cd/2257453.p?id=180716&skuId=2257453&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257453', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257453_sa.jpg\"}', 'upc' => '016351201225', 'provider' => 'bestbuy'],\n ['name' => \"Transformers: The Complete Series [15 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/transformers-the-complete-series-15-discs-dvd/2257512.p?id=2193878&skuId=2257512&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257512', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257512_sa.jpg\"}', 'upc' => '826663125368', 'provider' => 'bestbuy'],\n ['name' => \"Super Hero Squad Show: Quest for the Infinity Sword! Vol. 4 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-hero-squad-show-quest-for-the-infinity-sword-vol-4-dvd/2257521.p?id=2193854&skuId=2257521&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257521', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257521_sa.jpg\"}', 'upc' => '826663125047', 'provider' => 'bestbuy'],\n ['name' => \"Ron Howard Action Pack [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ron-howard-action-pack-2-discs-dvd/2257549.p?id=2193876&skuId=2257549&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257549', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257549_sa.jpg\"}', 'upc' => '826663124644', 'provider' => 'bestbuy'],\n ['name' => \"Beverly Kills 50187 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beverly-kills-50187-cd/2257578.p?id=2103167&skuId=2257578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257578.jpg\"}', 'upc' => '756504400029', 'provider' => 'bestbuy'],\n ['name' => \"Five Deadly Venoms (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/five-deadly-venoms-blu-ray-disc/2257585.p?id=48893&skuId=2257585&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257585', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257585_sa.jpg\"}', 'upc' => '883476032054', 'provider' => 'bestbuy'],\n ['name' => \"The Terror Wheel [EP] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-terror-wheel-ep-pa-cd/2257596.p?id=2444037&skuId=2257596&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257596', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257596_sa.jpg\"}', 'upc' => '756504400128', 'provider' => 'bestbuy'],\n ['name' => \"Melissa & Joey: Season 1 Pt.1 (2 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/melissa-joey-season-1-pt-1-2-disc-dvd/2257619.p?id=2193874&skuId=2257619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257619.jpg\"}', 'upc' => '826663125689', 'provider' => 'bestbuy'],\n ['name' => \"Soy Tu Duena (4 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soy-tu-duena-4-disc-dvd/2257628.p?id=2193853&skuId=2257628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257628.jpg\"}', 'upc' => '883476032023', 'provider' => 'bestbuy'],\n ['name' => \"WWE: Wrestlemania XXVII (DVD) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-wrestlemania-xxvii-dvd-2-disc/2257637.p?id=2193865&skuId=2257637&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257637', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257637_sa.jpg\"}', 'upc' => '651191949656', 'provider' => 'bestbuy'],\n ['name' => \"Wild Thornberries: Season 1 [4 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-thornberries-season-1-4-discs-dvd/2257646.p?id=2193872&skuId=2257646&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257646', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257646_sa.jpg\"}', 'upc' => '826663125054', 'provider' => 'bestbuy'],\n ['name' => \"Acoustic Counterpoint - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/acoustic-counterpoint-cd/2257827.p?id=2177802&skuId=2257827&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2257827', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2257\\/2257827_sa.jpg\"}', 'upc' => '022551003224', 'provider' => 'bestbuy'],\n ['name' => \"Mis 40 en Bellas Artes: En Vivo Desde Bellas... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mis-40-en-bellas-artes-en-vivo-desde-bellas-cd/2258021.p?id=3330825&skuId=2258021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258021_sa.jpg\"}', 'upc' => '602537819614', 'provider' => 'bestbuy'],\n ['name' => \"Ain't Love Wonderful - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aint-love-wonderful-cd/2258023.p?id=186690&skuId=2258023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258023_sa.jpg\"}', 'upc' => '048021442027', 'provider' => 'bestbuy'],\n ['name' => \"Stars of Jazz, Vol. 2 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stars-of-jazz-vol-2-various-cd/2258032.p?id=67957&skuId=2258032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258032_sa.jpg\"}', 'upc' => '762247606321', 'provider' => 'bestbuy'],\n ['name' => \"Tejano Siempre #1's - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tejano-siempre-1s-cd-various/2258049.p?id=3328235&skuId=2258049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258049.jpg\"}', 'upc' => '602547007452', 'provider' => 'bestbuy'],\n ['name' => \"Banda, No. 1's: 2014 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/banda-no-1s-2014-cd-various/2258058.p?id=3320056&skuId=2258058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258058_sa.jpg\"}', 'upc' => '600753563618', 'provider' => 'bestbuy'],\n ['name' => \"Norteño #1's 2014 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/norteno-1s-2014-cd-various/2258076.p?id=3328238&skuId=2258076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258076.jpg\"}', 'upc' => '600753554104', 'provider' => 'bestbuy'],\n ['name' => \"Los Dúo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/los-duo-cd/2258085.p?id=3332062&skuId=2258085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258085_sa.jpg\"}', 'upc' => '602547092991', 'provider' => 'bestbuy'],\n ['name' => \"Salt City Six - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/salt-city-six-cd/2258087.p?id=282073&skuId=2258087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258087_sa.jpg\"}', 'upc' => '762247607823', 'provider' => 'bestbuy'],\n ['name' => \"Mis 40 en Bellas Artes: En Vivo Desde Bellas... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mis-40-en-bellas-artes-en-vivo-desde-bellas-cd/2258094.p?id=3330804&skuId=2258094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258094.jpg\"}', 'upc' => '602537819607', 'provider' => 'bestbuy'],\n ['name' => \"Promise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/promise-cd/2258096.p?id=130861&skuId=2258096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258096_sa.jpg\"}', 'upc' => '048021800827', 'provider' => 'bestbuy'],\n ['name' => \"Dúo [Deluxe] [CD/DVD] [CD & DVD] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duo-deluxe-cd-dvd-cd-dvd-cd-dvd-deluxe-edition/2258109.p?id=3338832&skuId=2258109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258109_sa.jpg\"}', 'upc' => '602547187543', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Record Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-record-story-cd/2258121.p?id=282042&skuId=2258121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258121.jpg\"}', 'upc' => '762247608226', 'provider' => 'bestbuy'],\n ['name' => \"All Stars 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-stars-1-cd/2258194.p?id=265657&skuId=2258194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258194.jpg\"}', 'upc' => '762247609124', 'provider' => 'bestbuy'],\n ['name' => \"All Stars 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-stars-2-cd/2258210.p?id=282041&skuId=2258210&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258210', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258210.jpg\"}', 'upc' => '762247609223', 'provider' => 'bestbuy'],\n ['name' => \"Camel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/camel-cd/2258309.p?id=265390&skuId=2258309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258309.jpg\"}', 'upc' => '741299000226', 'provider' => 'bestbuy'],\n ['name' => \"On the Road 1972 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-road-1972-cd/2258336.p?id=248663&skuId=2258336&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258336', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258336_sa.jpg\"}', 'upc' => '741299000325', 'provider' => 'bestbuy'],\n ['name' => \"Never Let Go - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/never-let-go-cd/2258363.p?id=248662&skuId=2258363&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258363', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258363.jpg\"}', 'upc' => '741299000424', 'provider' => 'bestbuy'],\n ['name' => \"In the Beginning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-beginning-cd/2258434.p?id=104882&skuId=2258434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258434.jpg\"}', 'upc' => '762247800125', 'provider' => 'bestbuy'],\n ['name' => \"Outrageous - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/outrageous-cd/2258470.p?id=255409&skuId=2258470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258470.jpg\"}', 'upc' => '762247810520', 'provider' => 'bestbuy'],\n ['name' => \"Strange Celestial Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strange-celestial-road-cd/2258611.p?id=71215&skuId=2258611&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258611', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258611_sa.jpg\"}', 'upc' => '011661303522', 'provider' => 'bestbuy'],\n ['name' => \"Stride by Stride - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stride-by-stride-cd/2258657.p?id=109013&skuId=2258657&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258657', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258657_sa.jpg\"}', 'upc' => '762247810629', 'provider' => 'bestbuy'],\n ['name' => \"In Jesus (Love is All I Need) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-jesus-love-is-all-i-need-cd/2258675.p?id=373148&skuId=2258675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258675.jpg\"}', 'upc' => '015668550729', 'provider' => 'bestbuy'],\n ['name' => \"Rags-Blues-Joys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rags-blues-joys-cd/2258700.p?id=276345&skuId=2258700&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258700', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258700_sa.jpg\"}', 'upc' => '762247810926', 'provider' => 'bestbuy'],\n ['name' => \"Living a Ragtime Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-a-ragtime-life-cd/2258782.p?id=255408&skuId=2258782&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258782', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258782.jpg\"}', 'upc' => '762247811022', 'provider' => 'bestbuy'],\n ['name' => \"13 of the Best: Doo Wop Love Songs - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/13-of-the-best-doo-wop-love-songs-various-cd/2258817.p?id=105725&skuId=2258817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258817.jpg\"}', 'upc' => '081658905527', 'provider' => 'bestbuy'],\n ['name' => \"Second Stage: The Symphonic Sound Stage, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/second-stage-the-symphonic-sound-stage-vol-2-cd-various/2258871.p?id=2257982&skuId=2258871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258871.jpg\"}', 'upc' => '013491350424', 'provider' => 'bestbuy'],\n ['name' => \"Trumpets No End - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trumpets-no-end-cd/2258880.p?id=70890&skuId=2258880&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258880', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258880.jpg\"}', 'upc' => '013491400327', 'provider' => 'bestbuy'],\n ['name' => \"Essence: The Timeless All-Stars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/essence-the-timeless-all-stars-cd/2258906.p?id=71432&skuId=2258906&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258906', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258906.jpg\"}', 'upc' => '013491400624', 'provider' => 'bestbuy'],\n ['name' => \"The Butch Thompson Trio Plays Favorites - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-butch-thompson-trio-plays-favorites-cd/2258915.p?id=276349&skuId=2258915&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258915', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258915_sa.jpg\"}', 'upc' => '762247811329', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Piano - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-piano-cd/2258951.p?id=276346&skuId=2258951&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258951', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258951_sa.jpg\"}', 'upc' => '762247811428', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Streets 1981-1985 Suite for Piano - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-streets-1981-1985-suite-for-piano-cd/2258979.p?id=70382&skuId=2258979&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2258979', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2258\\/2258979.jpg\"}', 'upc' => '762247811527', 'provider' => 'bestbuy'],\n ['name' => \"Live At The 100 Club - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-100-club-cd/2259004.p?id=2015512&skuId=2259004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259004.jpg\"}', 'upc' => '762247808923', 'provider' => 'bestbuy'],\n ['name' => \"Alligator Crawl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alligator-crawl-cd/2259022.p?id=109362&skuId=2259022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259022_sa.jpg\"}', 'upc' => '762247809227', 'provider' => 'bestbuy'],\n ['name' => \"Chicago Session -- 1987 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chicago-session-1987-cd/2259040.p?id=71002&skuId=2259040&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259040', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259040.jpg\"}', 'upc' => '762247809821', 'provider' => 'bestbuy'],\n ['name' => \"S Wonderful... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/s-wonderful-cd/2259086.p?id=248121&skuId=2259086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259086.jpg\"}', 'upc' => '762247618126', 'provider' => 'bestbuy'],\n ['name' => \"California Here I Come - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/california-here-i-come-cd/2259120.p?id=265656&skuId=2259120&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259120', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259120.jpg\"}', 'upc' => '762247618225', 'provider' => 'bestbuy'],\n ['name' => \"Variety of Country Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/variety-of-country-songs-cd/2259148.p?id=96454&skuId=2259148&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259148', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259148.jpg\"}', 'upc' => '012676064620', 'provider' => 'bestbuy'],\n ['name' => \"Petite Fleur - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/petite-fleur-cd/2259184.p?id=248119&skuId=2259184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259184.jpg\"}', 'upc' => '762247618423', 'provider' => 'bestbuy'],\n ['name' => \"There's Yes! Yes! In Your Eyes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/theres-yes-yes-in-your-eyes-cd/2259200.p?id=2065315&skuId=2259200&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259200', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259200.jpg\"}', 'upc' => '762247618621', 'provider' => 'bestbuy'],\n ['name' => \"Extra! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/extra-cd/2259255.p?id=69717&skuId=2259255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259255_sa.jpg\"}', 'upc' => '762247619024', 'provider' => 'bestbuy'],\n ['name' => \"The Great Composer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-great-composer-cd/2259264.p?id=75702&skuId=2259264&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259264', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259264_sa.jpg\"}', 'upc' => '012676065320', 'provider' => 'bestbuy'],\n ['name' => \"Dangerhouse, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dangerhouse-vol-2-cd-various/2259273.p?id=1476253&skuId=2259273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259273_sa.jpg\"}', 'upc' => '018663105024', 'provider' => 'bestbuy'],\n ['name' => \"Introducing Alain Bouchet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/introducing-alain-bouchet-cd/2259308.p?id=282054&skuId=2259308&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259308', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259308.jpg\"}', 'upc' => '762247619222', 'provider' => 'bestbuy'],\n ['name' => \"The Band Swings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-band-swings-cd/2259335.p?id=63606&skuId=2259335&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259335', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259335.jpg\"}', 'upc' => '012676065726', 'provider' => 'bestbuy'],\n ['name' => \"Singin The Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singin-the-blues-cd/2259344.p?id=282053&skuId=2259344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259344.jpg\"}', 'upc' => '762247619321', 'provider' => 'bestbuy'],\n ['name' => \"Who Do You Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/who-do-you-love-cd/2259415.p?id=97906&skuId=2259415&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259415', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259415_sa.jpg\"}', 'upc' => '090431500729', 'provider' => 'bestbuy'],\n ['name' => \"Battle of the Blues, Vol. 4 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/battle-of-the-blues-vol-4-cd/2259451.p?id=84893&skuId=2259451&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259451', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259451_sa.jpg\"}', 'upc' => '012676066822', 'provider' => 'bestbuy'],\n ['name' => \"Stomps & Blues - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stomps-blues-various-cd/2259629.p?id=265655&skuId=2259629&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259629', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259629.jpg\"}', 'upc' => '762247619529', 'provider' => 'bestbuy'],\n ['name' => \"Singing Songs Everyone Knows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singing-songs-everyone-knows-cd/2259647.p?id=63605&skuId=2259647&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259647', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259647_sa.jpg\"}', 'upc' => '012676067621', 'provider' => 'bestbuy'],\n ['name' => \"Kenny Davern Big Three - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kenny-davern-big-three-cd/2259665.p?id=65481&skuId=2259665&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259665', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259665_sa.jpg\"}', 'upc' => '762247619727', 'provider' => 'bestbuy'],\n ['name' => \"Coast to Coast Swingin' Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coast-to-coast-swingin-jazz-cd/2259692.p?id=248111&skuId=2259692&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259692', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259692_sa.jpg\"}', 'upc' => '762247619826', 'provider' => 'bestbuy'],\n ['name' => \"The Five Royales - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-five-royales-cd/2259709.p?id=82325&skuId=2259709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259709.jpg\"}', 'upc' => '012676067829', 'provider' => 'bestbuy'],\n ['name' => \"Wild Bill Davison's Jazzologists - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-bill-davisons-jazzologists-cd/2259781.p?id=281021&skuId=2259781&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259781', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259781.jpg\"}', 'upc' => '762247600220', 'provider' => 'bestbuy'],\n ['name' => \"Muggsy Remembered, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/muggsy-remembered-vol-2-cd/2259825.p?id=72037&skuId=2259825&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259825', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259825.jpg\"}', 'upc' => '762247620020', 'provider' => 'bestbuy'],\n ['name' => \"The Lost Texas Tapes, Vol. 5 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-lost-texas-tapes-vol-5-cd/2259834.p?id=85682&skuId=2259834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259834.jpg\"}', 'upc' => '090431520727', 'provider' => 'bestbuy'],\n ['name' => \"Singasong - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singasong-cd/2259870.p?id=2151375&skuId=2259870&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259870', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259870_sa.jpg\"}', 'upc' => '012676070928', 'provider' => 'bestbuy'],\n ['name' => \"Swingin & Singin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swingin-singin-cd/2259889.p?id=265654&skuId=2259889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259889.jpg\"}', 'upc' => '762247620228', 'provider' => 'bestbuy'],\n ['name' => \"With a Southern Accent - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/with-a-southern-accent-cd/2259914.p?id=248110&skuId=2259914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259914.jpg\"}', 'upc' => '762247620327', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Rock n' Blues, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-rock-n-blues-vol-3-cd-various/2259969.p?id=84826&skuId=2259969&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2259969', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2259\\/2259969_sa.jpg\"}', 'upc' => '090431521021', 'provider' => 'bestbuy'],\n ['name' => \"Featuring Clyde McPhatter and Jackie Wilson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/featuring-clyde-mcphatter-and-jackie-wilson-cd/2260163.p?id=103468&skuId=2260163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2260163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2260\\/2260163.jpg\"}', 'upc' => '012676073325', 'provider' => 'bestbuy'],\n ['name' => \"Pearls - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pearls-cd/2260225.p?id=1550496&skuId=2260225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2260225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2260\\/2260225_sa.jpg\"}', 'upc' => '762247620426', 'provider' => 'bestbuy'],\n ['name' => \"Withholding Pattern [DigDownLoad] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/withholding-pattern-digdownload-cd/2260458.p?id=71243&skuId=2260458&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2260458', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2260\\/2260458.jpg\"}', 'upc' => '042282540720', 'provider' => 'bestbuy'],\n ['name' => \"JisonCase - Matelassé Quilted Folio Case for Samsung Galaxy S 4 Cell Phones - Black\", 'description_short' => \"Compatible with Samsung Galaxy S 4 cell phones; quilted leather cover; internal lining; precision cutouts; automatically wakes your phone when opened\", 'description_long' => \"Compatible with Samsung Galaxy S 4 cell phones; quilted leather cover; internal lining; precision cutouts; automatically wakes your phone when opened\", 'price' => 43.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jisoncase-matelasse-quilted-folio-case-for-samsung-galaxy-s-4-cell-phones-black/2260477.p?id=1219070765132&skuId=2260477', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2260477', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2260\\/2260477_sa.jpg\"}', 'upc' => '6955165680601', 'provider' => 'bestbuy'],\n ['name' => \"I Won't Complain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-wont-complain-cd/2260760.p?id=127996&skuId=2260760&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2260760', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2260\\/2260760_sa.jpg\"}', 'upc' => '758237100122', 'provider' => 'bestbuy'],\n ['name' => \"Boy Girl Boy - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boy-girl-boy-cd-various/2260886.p?id=87984&skuId=2260886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2260886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2260\\/2260886_sa.jpg\"}', 'upc' => '012676077729', 'provider' => 'bestbuy'],\n ['name' => \"Love Letters: 1944-46 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-letters-1944-46-cd/2260895.p?id=251617&skuId=2260895&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2260895', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2260\\/2260895_sa.jpg\"}', 'upc' => '786386015226', 'provider' => 'bestbuy'],\n ['name' => \"Bob Schulz & Frisco Jazz Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bob-schulz-frisco-jazz-band-cd/2261037.p?id=282048&skuId=2261037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2261037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2261\\/2261037_sa.jpg\"}', 'upc' => '762247620624', 'provider' => 'bestbuy'],\n ['name' => \"Edmond Hall Quartet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/edmond-hall-quartet-cd/2261206.p?id=282072&skuId=2261206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2261206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2261\\/2261206_sa.jpg\"}', 'upc' => '762247620723', 'provider' => 'bestbuy'],\n ['name' => \"Some Sunny Day - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/some-sunny-day-cd/2261331.p?id=281028&skuId=2261331&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2261331', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2261\\/2261331.jpg\"}', 'upc' => '762247620822', 'provider' => 'bestbuy'],\n ['name' => \"Sings of Love & Other Matters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-of-love-other-matters-cd/2261368.p?id=282047&skuId=2261368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2261368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2261\\/2261368_sa.jpg\"}', 'upc' => '762247621027', 'provider' => 'bestbuy'],\n ['name' => \"Stampede - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stampede-cd/2261395.p?id=265653&skuId=2261395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2261395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2261\\/2261395_sa.jpg\"}', 'upc' => '762247621126', 'provider' => 'bestbuy'],\n ['name' => \"On the Road - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-road-cd/2261439.p?id=282071&skuId=2261439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2261439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2261\\/2261439_sa.jpg\"}', 'upc' => '762247621423', 'provider' => 'bestbuy'],\n ['name' => \"It'S Been A Long Long Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-been-a-long-long-time-cd/2261625.p?id=281022&skuId=2261625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2261625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2261\\/2261625_sa.jpg\"}', 'upc' => '762247621522', 'provider' => 'bestbuy'],\n ['name' => \"Palm Court Strut - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/palm-court-strut-cd/2261714.p?id=265652&skuId=2261714&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2261714', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2261\\/2261714_sa.jpg\"}', 'upc' => '762247621621', 'provider' => 'bestbuy'],\n ['name' => \"OtterBox - Defender Series Case for Samsung Galaxy Tab 3 7\\\" - Black\", 'description_short' => \"Compatible with Samsung Galaxy Tab 3 7&quot;; polycarbonate inner layer; outer slip cover; port covers; play-through design; includes shield stand and screen protector\", 'description_long' => \"Compatible with Samsung Galaxy Tab 3 7&quot;; polycarbonate inner layer; outer slip cover; port covers; play-through design; includes shield stand and screen protector\", 'price' => 69.99, 'sale_price' => 27.99, 'url' => 'http://www.bestbuy.com/site/otterbox-defender-series-case-for-samsung-galaxy-tab-3-7-black/2262105.p?id=1219070771204&skuId=2262105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262105_sa.jpg\"}', 'upc' => '660543024163', 'provider' => 'bestbuy'],\n ['name' => \"Pete Fountain at Piper's Opera House - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pete-fountain-at-pipers-opera-house-cd/2262143.p?id=248109&skuId=2262143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262143_sa.jpg\"}', 'upc' => '762247621720', 'provider' => 'bestbuy'],\n ['name' => \"At the Atlanta Jazz Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-atlanta-jazz-party-cd/2262205.p?id=68483&skuId=2262205&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262205', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262205_sa.jpg\"}', 'upc' => '762247621829', 'provider' => 'bestbuy'],\n ['name' => \"After Hours - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-hours-cd/2262214.p?id=248131&skuId=2262214&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262214', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262214.jpg\"}', 'upc' => '762247602224', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Artist Guild - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-artist-guild-cd/2262330.p?id=2858043&skuId=2262330&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262330', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262330.jpg\"}', 'upc' => '031397902226', 'provider' => 'bestbuy'],\n ['name' => \"Iced Earth [Reissue] [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/iced-earth-reissue-remaster-cd/2262517.p?id=86046&skuId=2262517&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262517', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262517_sa.jpg\"}', 'upc' => '727701771427', 'provider' => 'bestbuy'],\n ['name' => \"Ave Maria Gregorian Chants With Sounds Of Nature - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ave-maria-gregorian-chants-with-sounds-of-nature-cd/2262642.p?id=2943990&skuId=2262642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262642_sa.jpg\"}', 'upc' => '039848110220', 'provider' => 'bestbuy'],\n ['name' => \"Star Of The Sea Gregorian Chants With Sounds Of Na - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-of-the-sea-gregorian-chants-with-sounds-of-na-cd/2262731.p?id=2944079&skuId=2262731&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262731', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262731.jpg\"}', 'upc' => '039848110428', 'provider' => 'bestbuy'],\n ['name' => \"W.C. Handy's Memphis Blues Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/w-c-handys-memphis-blues-band-cd/2262866.p?id=114698&skuId=2262866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262866_sa.jpg\"}', 'upc' => '781371700620', 'provider' => 'bestbuy'],\n ['name' => \"Songs I Learned At My Mothers Knee & Other... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-i-learned-at-my-mothers-knee-other-cd/2262900.p?id=66969&skuId=2262900&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2262900', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2262\\/2262900_sa.jpg\"}', 'upc' => '762247622024', 'provider' => 'bestbuy'],\n ['name' => \"A Day in Hollywood/A Night in the Ukraine - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-day-in-hollywood-a-night-in-the-ukraine-cd-original-soundtrack/2263160.p?id=79896&skuId=2263160&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263160', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263160.jpg\"}', 'upc' => '021471258028', 'provider' => 'bestbuy'],\n ['name' => \"Ben Pollack and His Pick-A-Rib Boys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ben-pollack-and-his-pick-a-rib-boys-cd/2263259.p?id=248108&skuId=2263259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263259.jpg\"}', 'upc' => '762247622420', 'provider' => 'bestbuy'],\n ['name' => \"Ain't Cha' Got Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aint-cha-got-music-cd/2263295.p?id=248118&skuId=2263295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263295.jpg\"}', 'upc' => '762247622529', 'provider' => 'bestbuy'],\n ['name' => \"Excursion in Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/excursion-in-blue-cd/2263641.p?id=67165&skuId=2263641&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263641', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263641.jpg\"}', 'upc' => '052951010522', 'provider' => 'bestbuy'],\n ['name' => \"Barney Bigard & the Pelican Trio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/barney-bigard-the-pelican-trio-cd/2263730.p?id=281027&skuId=2263730&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263730', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263730.jpg\"}', 'upc' => '762247622826', 'provider' => 'bestbuy'],\n ['name' => \"Funeral at the Movies/Ten Spot [Remaster] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/funeral-at-the-movies-ten-spot-remaster-cd/2263749.p?id=98680&skuId=2263749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263749.jpg\"}', 'upc' => '718751795525', 'provider' => 'bestbuy'],\n ['name' => \"Blowin' the Blues Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blowin-the-blues-away-cd/2263838.p?id=281025&skuId=2263838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263838_sa.jpg\"}', 'upc' => '762247622925', 'provider' => 'bestbuy'],\n ['name' => \"Spreading Joy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spreading-joy-cd/2263874.p?id=248126&skuId=2263874&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263874', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263874_sa.jpg\"}', 'upc' => '762247623229', 'provider' => 'bestbuy'],\n ['name' => \"Surfside Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/surfside-jazz-cd/2263936.p?id=248113&skuId=2263936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263936.jpg\"}', 'upc' => '762247602521', 'provider' => 'bestbuy'],\n ['name' => \"World's Greatest Jazz Concert #1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worlds-greatest-jazz-concert-1-cd-various/2263972.p?id=282060&skuId=2263972&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2263972', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2263\\/2263972.jpg\"}', 'upc' => '762247630128', 'provider' => 'bestbuy'],\n ['name' => \"World's Greatest Jazz Concert #2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worlds-greatest-jazz-concert-2-cd-various/2264007.p?id=248107&skuId=2264007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264007.jpg\"}', 'upc' => '762247630227', 'provider' => 'bestbuy'],\n ['name' => \"Over the Edge, Vol. 7: Time Zones Exchange... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/over-the-edge-vol-7-time-zones-exchange-cd/2264052.p?id=109724&skuId=2264052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264052_sa.jpg\"}', 'upc' => '753762001227', 'provider' => 'bestbuy'],\n ['name' => \"Jazz Trio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-trio-cd/2264061.p?id=281026&skuId=2264061&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264061', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264061.jpg\"}', 'upc' => '762247630722', 'provider' => 'bestbuy'],\n ['name' => \"Jazz on a Saturday Afternoon, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-on-a-saturday-afternoon-vol-1-cd/2264089.p?id=248130&skuId=2264089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264089.jpg\"}', 'upc' => '762247603726', 'provider' => 'bestbuy'],\n ['name' => \"iFrogz - Bullfrogz Case for Apple® iPod® touch 5th Generation - Black/Green\", 'description_short' => \"Compatible with Apple iPod touch 5th generation; polycarbonate core; silicone exterior; impact protection; play-through design; 2-piece construction\", 'description_long' => \"Compatible with Apple iPod touch 5th generation; polycarbonate core; silicone exterior; impact protection; play-through design; 2-piece construction\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ifrogz-bullfrogz-case-for-apple-ipod-touch-5th-generation-black-green/2264103.p?id=1219070769232&skuId=2264103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264103_rc.jpg\"}', 'upc' => '848467009040', 'provider' => 'bestbuy'],\n ['name' => \"Points - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/points-cd/2264105.p?id=1370768&skuId=2264105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264105.jpg\"}', 'upc' => '759091584226', 'provider' => 'bestbuy'],\n ['name' => \"iFrogz - Bullfrogz Case for Apple® iPod® touch 5th Generation - Pink\", 'description_short' => \"Compatible with Apple iPod touch 5th generation; polycarbonate core; silicone exterior; impact protection; play-through design; 2-piece construction\", 'description_long' => \"Compatible with Apple iPod touch 5th generation; polycarbonate core; silicone exterior; impact protection; play-through design; 2-piece construction\", 'price' => 29.99, 'sale_price' => 23.99, 'url' => 'http://www.bestbuy.com/site/ifrogz-bullfrogz-case-for-apple-ipod-touch-5th-generation-pink/2264112.p?id=1219070775563&skuId=2264112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264112_rc.jpg\"}', 'upc' => '848467009033', 'provider' => 'bestbuy'],\n ['name' => \"Jazz on a Saturday Afternoon, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-on-a-saturday-afternoon-vol-2-cd/2264150.p?id=248129&skuId=2264150&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264150', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '762247603825', 'provider' => 'bestbuy'],\n ['name' => \"African Rhythms & Instruments, Vol. 3... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/african-rhythms-instruments-vol-3-cd-various/2264169.p?id=244468&skuId=2264169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264169_sa.jpg\"}', 'upc' => '744457733929', 'provider' => 'bestbuy'],\n ['name' => \"Rhythmic Essence: The Art of The Doumbek - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rhythmic-essence-the-art-of-the-doumbek-various-cd/2264187.p?id=82283&skuId=2264187&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264187', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264187_sa.jpg\"}', 'upc' => '744457741122', 'provider' => 'bestbuy'],\n ['name' => \"Raymond Wise & the Raise Production Choir - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raymond-wise-the-raise-production-choir-cd/2264221.p?id=373196&skuId=2264221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '723498219524', 'provider' => 'bestbuy'],\n ['name' => \"Signs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/signs-cd/2264267.p?id=109676&skuId=2264267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264267_sa.jpg\"}', 'upc' => '053361302726', 'provider' => 'bestbuy'],\n ['name' => \"Pure Gold - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pure-gold-cd/2264338.p?id=269805&skuId=2264338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '723498220421', 'provider' => 'bestbuy'],\n ['name' => \"Over the Edge, Vol. 1: Jam Con '84 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/over-the-edge-vol-1-jam-con-84-cd/2264383.p?id=92966&skuId=2264383&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264383', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264383.jpg\"}', 'upc' => '753762000428', 'provider' => 'bestbuy'],\n ['name' => \"Mountain Snow and Mistletoe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mountain-snow-and-mistletoe-cd/2264418.p?id=253624&skuId=2264418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264418_sa.jpg\"}', 'upc' => '765172910624', 'provider' => 'bestbuy'],\n ['name' => \"Camels, Spilled Corona and the Sound of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/camels-spilled-corona-and-the-sound-of-cd/2264436.p?id=86457&skuId=2264436&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264436', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264436_sa.jpg\"}', 'upc' => '760291001727', 'provider' => 'bestbuy'],\n ['name' => \"This Is Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-is-jazz-cd/2264454.p?id=282066&skuId=2264454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264454.jpg\"}', 'upc' => '762247604228', 'provider' => 'bestbuy'],\n ['name' => \"Bobbing for Pavement - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bobbing-for-pavement-cd-various/2264481.p?id=109718&skuId=2264481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264481_sa.jpg\"}', 'upc' => '760291003127', 'provider' => 'bestbuy'],\n ['name' => \"Stars of Jazz, Vol. 1 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stars-of-jazz-vol-1-various-cd/2264506.p?id=282065&skuId=2264506&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264506', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264506.jpg\"}', 'upc' => '762247606222', 'provider' => 'bestbuy'],\n ['name' => \"Bricks and Windows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bricks-and-windows-cd/2264524.p?id=109328&skuId=2264524&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '765172930721', 'provider' => 'bestbuy'],\n ['name' => \"Duo 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duo-2-cd/2264711.p?id=308874&skuId=2264711&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264711', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264711.jpg\"}', 'upc' => '716043101023', 'provider' => 'bestbuy'],\n ['name' => \"Showdown! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/showdown-cd/2264953.p?id=109717&skuId=2264953&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2264953', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2264\\/2264953.jpg\"}', 'upc' => '790276033320', 'provider' => 'bestbuy'],\n ['name' => \"Microsoft - Arc Touch Surface Edition Mouse - Dark Titanium\", 'description_short' => \"BlueTrack technology; Touch Strip; 2 scrolling options; can be curved and flattened; Bluetooth 4.0 wireless connectivity\", 'description_long' => \"BlueTrack technology; Touch Strip; 2 scrolling options; can be curved and flattened; Bluetooth 4.0 wireless connectivity\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/microsoft-arc-touch-surface-edition-mouse-dark-titanium/2265102.p?id=1219071224224&skuId=2265102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265102_sa.jpg\"}', 'upc' => '885370619911', 'provider' => 'bestbuy'],\n ['name' => \"Flashback with the Grateful Dead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flashback-with-the-grateful-dead-cd/2265105.p?id=2194623&skuId=2265105&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265105', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265105_sa.jpg\"}', 'upc' => '081227977566', 'provider' => 'bestbuy'],\n ['name' => \"Tough Love [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tough-love-pa-cd/2265114.p?id=2194429&skuId=2265114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265114.jpg\"}', 'upc' => '093624959298', 'provider' => 'bestbuy'],\n ['name' => \"Lisa Lampanelli: Tough Love (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lisa-lampanelli-tough-love-dvd/2265123.p?id=2194430&skuId=2265123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265123.jpg\"}', 'upc' => '075993997545', 'provider' => 'bestbuy'],\n ['name' => \"El Cariño Que Perdí - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-carino-que-perdi-cd-various/2265132.p?id=2194629&skuId=2265132&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265132', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265132_sa.jpg\"}', 'upc' => '825646744152', 'provider' => 'bestbuy'],\n ['name' => \"Miguel Bosé: Cardio Tour (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/miguel-bose-cardio-tour-dvd/2265169.p?id=2194428&skuId=2265169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265169_sa.jpg\"}', 'upc' => '825646740734', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Reunion - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-reunion-various-cd/2265239.p?id=70612&skuId=2265239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265239.jpg\"}', 'upc' => '762247528326', 'provider' => 'bestbuy'],\n ['name' => \"Antiquity - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/antiquity-cd/2265300.p?id=1535019&skuId=2265300&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265300', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265300_sa.jpg\"}', 'upc' => '716043102822', 'provider' => 'bestbuy'],\n ['name' => \"Frigidaire - 18,500 BTU Window Air Conditioner - White\", 'description_short' => \"1170 sq. ft. cooling capacity; electronic controls; full-function remote; 3 cool settings; 3 fan speeds; antimicrobial filter\", 'description_long' => \"1170 sq. ft. cooling capacity; electronic controls; full-function remote; 3 cool settings; 3 fan speeds; antimicrobial filter\", 'price' => 599.99, 'sale_price' => 539.99, 'url' => 'http://www.bestbuy.com/site/frigidaire-18500-btu-window-air-conditioner-white/2265309.p?id=1218317315209&skuId=2265309&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265309', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265309_sa.jpg\"}', 'upc' => '012505273889', 'provider' => 'bestbuy'],\n ['name' => \"Michley - Mechanical Sewing Machine - White\", 'description_short' => \"Bobbin System - 8\", 'description_long' => \"Bobbin System - 8\", 'price' => 49.99, 'sale_price' => 48.99, 'url' => 'http://www.bestbuy.com/site/michley-mechanical-sewing-machine-white/2265327.p?id=1218317315238&skuId=2265327', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265327_sa.jpg\"}', 'upc' => '753182094533', 'provider' => 'bestbuy'],\n ['name' => \"13-Point Program to Destroy America - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/13-point-program-to-destroy-america-cd/2265328.p?id=92870&skuId=2265328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265328_sa.jpg\"}', 'upc' => '718751795723', 'provider' => 'bestbuy'],\n ['name' => \"Clarity - 76593 P300 Amplified Corded Photo Phone - White\", 'description_short' => \"Corded phone; 75dB ringer with 18dB amplification; 9 programmable photo memory buttons; large buttons; hearing aid compatible; adjustable incoming volume control\", 'description_long' => \"Corded phone; 75dB ringer with 18dB amplification; 9 programmable photo memory buttons; large buttons; hearing aid compatible; adjustable incoming volume control\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clarity-76593-p300-amplified-corded-photo-phone-white/2265372.p?id=1218316933302&skuId=2265372&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265372', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265372_rc.jpg\"}', 'upc' => '759599765936', 'provider' => 'bestbuy'],\n ['name' => \"CAD - D12 Kick Drum Microphone - Black\", 'description_short' => \"From our expanded online assortment; compatible with most kick drums; delivers thump and snap and extended frequency response; integrated stand adapter\", 'description_long' => \"From our expanded online assortment; compatible with most kick drums; delivers thump and snap and extended frequency response; integrated stand adapter\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cad-d12-kick-drum-microphone-black/2265478.p?id=1218316935493&skuId=2265478', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265478', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265478_sa.jpg\"}', 'upc' => '631922105667', 'provider' => 'bestbuy'],\n ['name' => \"Bouncin' with Dex - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bouncin-with-dex-cd/2265792.p?id=278934&skuId=2265792&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265792', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265792_sa.jpg\"}', 'upc' => '716043106028', 'provider' => 'bestbuy'],\n ['name' => \"Jazz a Juan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-a-juan-cd/2265907.p?id=278811&skuId=2265907&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2265907', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2265\\/2265907.jpg\"}', 'upc' => '716043107223', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-Silver Filter for Alen BreatheSmart Air Purifiers - Black\", 'description_short' => \"Compatible with Alen BreatheSmart air purifiers; silver-ion threads; washable prefilter; activated carbon layer; HEPA-style material\", 'description_long' => \"Compatible with Alen BreatheSmart air purifiers; silver-ion threads; washable prefilter; activated carbon layer; HEPA-style material\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-silver-filter-for-alen-breathesmart-air-purifiers-black/2266101.p?id=1219071226129&skuId=2266101&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266101', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266101_sa.jpg\"}', 'upc' => '893127001544', 'provider' => 'bestbuy'],\n ['name' => \"Alen - BreatheSmart Air Purifier - White\", 'description_short' => \"ENERGY STAR Certified\nUp to 1100 sq. ft. of coverage; removes dust, pollen and other allergens; SmartSensor technology; WhisperMax technology; compatible with select Alen HEPA filters\", 'description_long' => \"ENERGY STAR Certified\nUp to 1100 sq. ft. of coverage; removes dust, pollen and other allergens; SmartSensor technology; WhisperMax technology; compatible with select Alen HEPA filters\", 'price' => 599.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-breathesmart-air-purifier-white/2266129.p?id=1219071545899&skuId=2266129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266129_sa.jpg\"}', 'upc' => '893127001537', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-OdorCell Filter for Alen BreatheSmart Air Purifiers - Black\", 'description_short' => \"Compatible with Alen BreatheSmart air purifiers; washable prefilter; molecular conversion powder; HEPA-style material\", 'description_long' => \"Compatible with Alen BreatheSmart air purifiers; washable prefilter; molecular conversion powder; HEPA-style material\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-odorcell-filter-for-alen-breathesmart-air-purifiers-black/2266138.p?id=1219071227044&skuId=2266138', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266138', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266138_sa.jpg\"}', 'upc' => '893127001568', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-OdorCell Filter for Alen A350 and A375 Air Purifiers - Black\", 'description_short' => \"Compatible with Alen A350 and A375 air purifiers; washable prefilter; molecular conversion powder; HEPA-style material\", 'description_long' => \"Compatible with Alen A350 and A375 air purifiers; washable prefilter; molecular conversion powder; HEPA-style material\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-odorcell-filter-for-alen-a350-and-a375-air-purifiers-black/2266147.p?id=1219071224629&skuId=2266147', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266147_sa.jpg\"}', 'upc' => '893127001285', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-Pure Filter for Alen A350 Air Purifiers - Black\", 'description_short' => \"Compatible with Alen A350 air purifiers; HEPA-style material; washable prefilter\", 'description_long' => \"Compatible with Alen A350 air purifiers; HEPA-style material; washable prefilter\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-pure-filter-for-alen-a350-air-purifiers-black/2266156.p?id=1219071227307&skuId=2266156', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266156', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266156_sa.jpg\"}', 'upc' => '893127001513', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-Fresh Filter for Alen Paralda Air Purifiers - Green\", 'description_short' => \"Compatible with Alen Paralda air purifiers; activated carbon layer; HEPA-style material\", 'description_long' => \"Compatible with Alen Paralda air purifiers; activated carbon layer; HEPA-style material\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-fresh-filter-for-alen-paralda-air-purifiers-green/2266165.p?id=1219071224429&skuId=2266165', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266165_sa.jpg\"}', 'upc' => '893127001483', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-Pure Filter for Alen BreatheSmart Air Purifiers - Black/White\", 'description_short' => \"Compatible with Alen BreatheSmart air purifiers; washable prefilter; HEPA-style material\", 'description_long' => \"Compatible with Alen BreatheSmart air purifiers; washable prefilter; HEPA-style material\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-pure-filter-for-alen-breathesmart-air-purifiers-black-white/2266174.p?id=1219071227446&skuId=2266174', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266174_sa.jpg\"}', 'upc' => '893127001520', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-OdorCell Filter for Alen Paralda Air Purifiers - Green\", 'description_short' => \"Compatible with Alen Paralda air purifiers; molecular conversion powder; HEPA-style material\", 'description_long' => \"Compatible with Alen Paralda air purifiers; molecular conversion powder; HEPA-style material\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-odorcell-filter-for-alen-paralda-air-purifiers-green/2266183.p?id=1219071224630&skuId=2266183&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266183', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266183_sa.jpg\"}', 'upc' => '893127001476', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-Silver Filter for Alen A350 and A375 Air Purifiers - Black\", 'description_short' => \"Compatible with Alen A350 and A375 air purifiers; silver-ion threads; washable prefilter; activated carbon layer; HEPA-style material\", 'description_long' => \"Compatible with Alen A350 and A375 air purifiers; silver-ion threads; washable prefilter; activated carbon layer; HEPA-style material\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-silver-filter-for-alen-a350-and-a375-air-purifiers-black/2266192.p?id=1219071227368&skuId=2266192', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266192_sa.jpg\"}', 'upc' => '893127001445', 'provider' => 'bestbuy'],\n ['name' => \"Alen - Paralda Tower Air Purifier - Green\", 'description_short' => \"ENERGY STAR Certified\nUp to 500 sq. ft. of coverage; removes dust, pollen and other allergens; dual airflow design; compatible with select Alen HEPA filters\", 'description_long' => \"ENERGY STAR Certified\nUp to 500 sq. ft. of coverage; removes dust, pollen and other allergens; dual airflow design; compatible with select Alen HEPA filters\", 'price' => 399.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-paralda-tower-air-purifier-green/2266207.p?id=1219071543735&skuId=2266207', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266207_sa.jpg\"}', 'upc' => '893127001353', 'provider' => 'bestbuy'],\n ['name' => \"Flight to Japan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flight-to-japan-cd/2266238.p?id=308806&skuId=2266238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266238.jpg\"}', 'upc' => '716043108824', 'provider' => 'bestbuy'],\n ['name' => \"Divine Gemini - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/divine-gemini-cd/2266256.p?id=300569&skuId=2266256&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266256', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266256.jpg\"}', 'upc' => '716043108923', 'provider' => 'bestbuy'],\n ['name' => \"Cuttin' Loose - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cuttin-loose-cd/2266498.p?id=308871&skuId=2266498&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266498', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266498.jpg\"}', 'upc' => '716043110520', 'provider' => 'bestbuy'],\n ['name' => \"Tootie's Tempo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tooties-tempo-cd/2266522.p?id=308801&skuId=2266522&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266522', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266522_sa.jpg\"}', 'upc' => '716043110827', 'provider' => 'bestbuy'],\n ['name' => \"Legacy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/legacy-cd/2266853.p?id=66169&skuId=2266853&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266853', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266853_sa.jpg\"}', 'upc' => '013431429128', 'provider' => 'bestbuy'],\n ['name' => \"Reflections - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reflections-cd/2266988.p?id=64651&skuId=2266988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2266988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2266\\/2266988_sa.jpg\"}', 'upc' => '013431429920', 'provider' => 'bestbuy'],\n ['name' => \"Parade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/parade-cd/2267022.p?id=154340&skuId=2267022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267022.jpg\"}', 'upc' => '716043111626', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-FreshPlus Filter for Alen BreatheSmart Air Purifiers - Black\", 'description_short' => \"Compatible with Alen BreatheSmart air purifiers; washable prefilter; activated carbon layer; HEPA-style material\", 'description_long' => \"Compatible with Alen BreatheSmart air purifiers; washable prefilter; activated carbon layer; HEPA-style material\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-freshplus-filter-for-alen-breathesmart-air-purifiers-black/2267146.p?id=1219071227755&skuId=2267146', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267146', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267146_sa.jpg\"}', 'upc' => '893127001551', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-Pure Filter for Alen Paralda Air Purifiers - Green\", 'description_short' => \"Compatible with Alen Paralda air purifiers; HEPA-style material\", 'description_long' => \"Compatible with Alen Paralda air purifiers; HEPA-style material\", 'price' => 44.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-pure-filter-for-alen-paralda-air-purifiers-green/2267155.p?id=1219071223309&skuId=2267155', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267155_sa.jpg\"}', 'upc' => '893127001315', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-Fresh Filter for Alen A350 and A375 Air Purifiers - Black\", 'description_short' => \"Compatible with Alen A350 and A375 air purifiers; washable prefilter; activated carbon layer; HEPA-style material\", 'description_long' => \"Compatible with Alen A350 and A375 air purifiers; washable prefilter; activated carbon layer; HEPA-style material\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-fresh-filter-for-alen-a350-and-a375-air-purifiers-black/2267173.p?id=1219071225935&skuId=2267173', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267173_sa.jpg\"}', 'upc' => '893127001179', 'provider' => 'bestbuy'],\n ['name' => \"Alen - HEPA-Silver Filter for Alen Paralda Air Purifiers - White\", 'description_short' => \"Compatible with Alen Paralda air purifiers; silver-ion threads; HEPA-style material\", 'description_long' => \"Compatible with Alen Paralda air purifiers; silver-ion threads; HEPA-style material\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alen-hepa-silver-filter-for-alen-paralda-air-purifiers-white/2267182.p?id=1219071225671&skuId=2267182', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267182', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267182_sa.jpg\"}', 'upc' => '893127001469', 'provider' => 'bestbuy'],\n ['name' => \"Delgo / Igor (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/delgo-igor-dvd/2267206.p?id=2891351&skuId=2267206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267206.jpg\"}', 'upc' => '024543833802', 'provider' => 'bestbuy'],\n ['name' => \"Black & Decker - 4-Slice Toaster Oven - Black/Stainless-Steel\", 'description_short' => \"One-touch controls; 30-minute timer with stay-on feature; toast, broil, bake and keep-warm settings; Even Toast technology; removable crumb tray; power indicator light\", 'description_long' => \"One-touch controls; 30-minute timer with stay-on feature; toast, broil, bake and keep-warm settings; Even Toast technology; removable crumb tray; power indicator light\", 'price' => 38.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-decker-4-slice-toaster-oven-black-stainless-steel/2267329.p?id=1219071221800&skuId=2267329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267329_rc.jpg\"}', 'upc' => '050875809918', 'provider' => 'bestbuy'],\n ['name' => \"George Foreman - Next Grilleration Grill - Red\", 'description_short' => \"George Tough triple nonstick coating; sloped, fat-removing design; large surface area; floating hinge; dishwasher-safe removable grill plates\", 'description_long' => \"George Tough triple nonstick coating; sloped, fat-removing design; large surface area; floating hinge; dishwasher-safe removable grill plates\", 'price' => 69.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/george-foreman-next-grilleration-grill-red/2267338.p?id=1219071228219&skuId=2267338', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267338_rc.jpg\"}', 'upc' => '027043992826', 'provider' => 'bestbuy'],\n ['name' => \"Black & Decker - Fruit and Vegetable Juice Extractor - Black\", 'description_short' => \"400W of power; 10-oz. pitcher; high-quality strainer; 28-oz. pulp collector; dishwasher-safe parts; dual safety-locking mechanism; nonskid feet; stainless-steel blades\", 'description_long' => \"400W of power; 10-oz. pitcher; high-quality strainer; 28-oz. pulp collector; dishwasher-safe parts; dual safety-locking mechanism; nonskid feet; stainless-steel blades\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-decker-fruit-and-vegetable-juice-extractor-black/2267347.p?id=1219071228019&skuId=2267347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267347_sa.jpg\"}', 'upc' => '050875804753', 'provider' => 'bestbuy'],\n ['name' => \"Incurso - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/incurso-cd/2267392.p?id=2391750&skuId=2267392&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267392', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267392_sa.jpg\"}', 'upc' => '781676718429', 'provider' => 'bestbuy'],\n ['name' => \"Live at Wacken [CD & DVD] - CD - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-wacken-cd-dvd-cd-dvd/2267434.p?id=2612917&skuId=2267434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2073\\/20734275.jpg\"}', 'upc' => '039841516722', 'provider' => 'bestbuy'],\n ['name' => \"Microsoft - HD Digital A/V Adapter for Surface and Surface 2 - Black\", 'description_short' => \"Connects a Microsoft Surface and Surface 2 to an HDMI-compatible device or display; male HDMI interface\", 'description_long' => \"Connects a Microsoft Surface and Surface 2 to an HDMI-compatible device or display; male HDMI interface\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/microsoft-hd-digital-a-v-adapter-for-surface-and-surface-2-black/2267541.p?id=1219071224099&skuId=2267541&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267541', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267541_sa.jpg\"}', 'upc' => '885370711851', 'provider' => 'bestbuy'],\n ['name' => \"In New Orleans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-new-orleans-cd/2267558.p?id=286161&skuId=2267558&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267558', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267558.jpg\"}', 'upc' => '762247528623', 'provider' => 'bestbuy'],\n ['name' => \"In the Nude [Clean] [Edited] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-the-nude-clean-edited-cd/2267834.p?id=125589&skuId=2267834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2267834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2267\\/2267834_sa.jpg\"}', 'upc' => '022471020127', 'provider' => 'bestbuy'],\n ['name' => \"Dig This [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dig-this-digipak-cd/2268109.p?id=2759634&skuId=2268109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2268109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2268\\/2268109_sa.jpg\"}', 'upc' => '822960100084', 'provider' => 'bestbuy'],\n ['name' => \"Memorial [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memorial-digipak-cd/2268118.p?id=2759649&skuId=2268118&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2268118', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2268\\/2268118_sa.jpg\"}', 'upc' => '634457623620', 'provider' => 'bestbuy'],\n ['name' => \"World Psychedelic Classics, Vol. 5: Who Is... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/world-psychedelic-classics-vol-5-who-is-cd/2268127.p?id=2753702&skuId=2268127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2268127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2268\\/2268127_sa.jpg\"}', 'upc' => '680899007924', 'provider' => 'bestbuy'],\n ['name' => \"Get There [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/get-there-digipak-cd/2268136.p?id=2759697&skuId=2268136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2268136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2268\\/2268136_sa.jpg\"}', 'upc' => '655173113929', 'provider' => 'bestbuy'],\n ['name' => \"Quality Street: A Seasonal... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/quality-street-a-seasonal-digipak-cd/2268145.p?id=2736083&skuId=2268145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2268145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2268\\/2268145_sa.jpg\"}', 'upc' => '634457233027', 'provider' => 'bestbuy'],\n ['name' => \"Tain't No Sin... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/taint-no-sin-cd/2268708.p?id=286144&skuId=2268708&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2268708', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2268\\/2268708.jpg\"}', 'upc' => '762247528920', 'provider' => 'bestbuy'],\n ['name' => \"Lazy Bird - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lazy-bird-cd/2268842.p?id=1552929&skuId=2268842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2268842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2268\\/2268842.jpg\"}', 'upc' => '716043120024', 'provider' => 'bestbuy'],\n ['name' => \"Relax & Enjoy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/relax-enjoy-cd/2269075.p?id=308797&skuId=2269075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269075.jpg\"}', 'upc' => '716043121021', 'provider' => 'bestbuy'],\n ['name' => \"Jolly Reeds and Steamin' Horns - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jolly-reeds-and-steamin-horns-cd/2269084.p?id=288257&skuId=2269084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269084.jpg\"}', 'upc' => '762247529026', 'provider' => 'bestbuy'],\n ['name' => \"Full - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/full-cd/2269100.p?id=110219&skuId=2269100&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269100', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269100_sa.jpg\"}', 'upc' => '780898010724', 'provider' => 'bestbuy'],\n ['name' => \"HP - Paris Laptop Sleeve - Black/Red\", 'description_short' => \"Fits laptops with up to a 15.6&quot; display, including 15.6&quot; Ultrabooks; faux-fur lining; exterior pocket; zippered closure; plush padding; water-resistant exterior; polished hardware\", 'description_long' => \"Fits laptops with up to a 15.6&quot; display, including 15.6&quot; Ultrabooks; faux-fur lining; exterior pocket; zippered closure; plush padding; water-resistant exterior; polished hardware\", 'price' => 31.99, 'sale_price' => 22.99, 'url' => 'http://www.bestbuy.com/site/hp-paris-laptop-sleeve-black-red/2269108.p?id=1219070767772&skuId=2269108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269108_sa.jpg\"}', 'upc' => '888182023778', 'provider' => 'bestbuy'],\n ['name' => \"FUGOO - Style Waterproof Bluetooth Wireless Speaker - Silver\", 'description_short' => \"FUGOO Style Waterproof Bluetooth Wireless Speaker: Bluetooth/Wireless; rechargeable battery; water-, dust-, snow- and shockproof; speakerphone; Special features: 3.5mm audio input jack\", 'description_long' => \"FUGOO Style Waterproof Bluetooth Wireless Speaker: Bluetooth/Wireless; rechargeable battery; water-, dust-, snow- and shockproof; speakerphone; Special features: 3.5mm audio input jack\", 'price' => 179.99, 'sale_price' => 157.99, 'url' => 'http://www.bestbuy.com/site/fugoo-style-waterproof-bluetooth-wireless-speaker-silver/2269126.p?id=1219535315411&skuId=2269126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269126_sa.jpg\"}', 'upc' => '859065004009', 'provider' => 'bestbuy'],\n ['name' => \"FUGOO - Sport Waterproof Bluetooth Speaker - Black/Blue\", 'description_short' => \"FUGOO Sport Waterproof Bluetooth Speaker: Bluetooth/Wireless; rechargeable battery; water-, dust-, snow- and shockproof; speakerphone; Special features: 3.5mm audio input jack\", 'description_long' => \"FUGOO Sport Waterproof Bluetooth Speaker: Bluetooth/Wireless; rechargeable battery; water-, dust-, snow- and shockproof; speakerphone; Special features: 3.5mm audio input jack\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fugoo-sport-waterproof-bluetooth-speaker-black-blue/2269135.p?id=1219535314382&skuId=2269135&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269135', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269135_sa.jpg\"}', 'upc' => '859065004016', 'provider' => 'bestbuy'],\n ['name' => \"FUGOO - Tough Bluetooth Wireless Speaker - Black/Aluminum\", 'description_short' => \"FUGOO Tough Bluetooth Wireless Speaker: Bluetooth/Wireless; rechargeable battery; water-, dust-, snow- and shockproof; speakerphone; Special features: 3.5mm audio input jack\", 'description_long' => \"FUGOO Tough Bluetooth Wireless Speaker: Bluetooth/Wireless; rechargeable battery; water-, dust-, snow- and shockproof; speakerphone; Special features: 3.5mm audio input jack\", 'price' => 229.99, 'sale_price' => 184.99, 'url' => 'http://www.bestbuy.com/site/fugoo-tough-bluetooth-wireless-speaker-black-aluminum/2269144.p?id=1219535315477&skuId=2269144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269144_sa.jpg\"}', 'upc' => '859065004023', 'provider' => 'bestbuy'],\n ['name' => \"Just a Little While - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-a-little-while-cd/2269155.p?id=286143&skuId=2269155&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269155_sa.jpg\"}', 'upc' => '762247529224', 'provider' => 'bestbuy'],\n ['name' => \"The Knocks [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-knocks-pa-cd/2269164.p?id=219358&skuId=2269164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269164.jpg\"}', 'upc' => '795864040421', 'provider' => 'bestbuy'],\n ['name' => \"Turk Murphy Style - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turk-murphy-style-cd/2269217.p?id=288248&skuId=2269217&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269217', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269217_sa.jpg\"}', 'upc' => '762247529521', 'provider' => 'bestbuy'],\n ['name' => \"Groovin' [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/groovin-import-cd/2269235.p?id=258664&skuId=2269235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269235_sa.jpg\"}', 'upc' => '716043121823', 'provider' => 'bestbuy'],\n ['name' => \"In California - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-california-cd/2269244.p?id=71401&skuId=2269244&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269244', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269244.jpg\"}', 'upc' => '762247529620', 'provider' => 'bestbuy'],\n ['name' => \"Someday Sweetheart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/someday-sweetheart-cd/2269271.p?id=288203&skuId=2269271&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269271', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269271.jpg\"}', 'upc' => '762247529927', 'provider' => 'bestbuy'],\n ['name' => \"Do You Know What It Means to Miss New Orleans? - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/do-you-know-what-it-means-to-miss-new-orleans-cd/2269306.p?id=286160&skuId=2269306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269306_sa.jpg\"}', 'upc' => '762247530022', 'provider' => 'bestbuy'],\n ['name' => \"From the Dawn of Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-the-dawn-of-time-cd/2269333.p?id=1428495&skuId=2269333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269333.jpg\"}', 'upc' => '090204045563', 'provider' => 'bestbuy'],\n ['name' => \"The Spectral Sorrows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-spectral-sorrows-cd/2269422.p?id=2149946&skuId=2269422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269422.jpg\"}', 'upc' => '012743003729', 'provider' => 'bestbuy'],\n ['name' => \"Bullhead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bullhead-cd/2269468.p?id=1459183&skuId=2269468&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269468', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269468_sa.jpg\"}', 'upc' => '038161002526', 'provider' => 'bestbuy'],\n ['name' => \"Johnny Lives - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/johnny-lives-cd/2269510.p?id=2412028&skuId=2269510&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2269510', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2269\\/2269510_sa.jpg\"}', 'upc' => '716043122820', 'provider' => 'bestbuy'],\n ['name' => \"The Little Mermaid (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-little-mermaid-dvd/2270001.p?id=22952&skuId=2270001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2270001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2270\\/2270001_sa.jpg\"}', 'upc' => '786936834994', 'provider' => 'bestbuy'],\n ['name' => \"Winds Of Change - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/winds-of-change-cd/2270143.p?id=1550575&skuId=2270143&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2270143', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2270\\/2270143.jpg\"}', 'upc' => '716043125623', 'provider' => 'bestbuy'],\n ['name' => \"Bebop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bebop-cd/2270232.p?id=1550573&skuId=2270232&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2270232', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2270\\/2270232.jpg\"}', 'upc' => '723721870027', 'provider' => 'bestbuy'],\n ['name' => \"Heavy Blue [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heavy-blue-import-cd/2270401.p?id=258662&skuId=2270401&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2270401', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2270\\/2270401.jpg\"}', 'upc' => '716043126927', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [ZYX] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-zyx-cd/2270697.p?id=1478441&skuId=2270697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2270697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2270\\/2270697.jpg\"}', 'upc' => '090204203420', 'provider' => 'bestbuy'],\n ['name' => \"Another Day in Paradise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/another-day-in-paradise-cd/2270731.p?id=174224&skuId=2270731&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2270731', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2270\\/2270731_sa.jpg\"}', 'upc' => '751097051726', 'provider' => 'bestbuy'],\n ['name' => \"Electric Salsa - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/electric-salsa-various-cd/2270955.p?id=230129&skuId=2270955&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2270955', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2270\\/2270955.jpg\"}', 'upc' => '025221052324', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '888837942720', 'provider' => 'bestbuy'],\n ['name' => \"Rain Dancer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rain-dancer-cd/2271044.p?id=107935&skuId=2271044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271044_sa.jpg\"}', 'upc' => '025221052423', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271082', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '888837945523', 'provider' => 'bestbuy'],\n ['name' => \"20 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-cd/2271091.p?id=2768800&skuId=2271091&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271091_sa.jpg\"}', 'upc' => '888837734929', 'provider' => 'bestbuy'],\n ['name' => \"Elmo's Fire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/elmos-fire-cd/2271124.p?id=300558&skuId=2271124&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271124', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271124.jpg\"}', 'upc' => '716043128921', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271211', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '888837946827', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '888837942324', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '888837943826', 'provider' => 'bestbuy'],\n ['name' => \"Penn-Wiggs New Orleans All Star Concert, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/penn-wiggs-new-orleans-all-star-concert-vol-2-cd/2271277.p?id=288256&skuId=2271277&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271277', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '762247530121', 'provider' => 'bestbuy'],\n ['name' => \"Penn-Wiggs New Orleans All Star Concert, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/penn-wiggs-new-orleans-all-star-concert-vol-2-cd/2271295.p?id=288210&skuId=2271295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271295.jpg\"}', 'upc' => '762247530220', 'provider' => 'bestbuy'],\n ['name' => \"\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => '', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '888837946025', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits/2271316.p?id=3223982&skuId=2271316&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271316', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271316_sa.jpg\"}', 'upc' => '888837943628', 'provider' => 'bestbuy'],\n ['name' => \"Really the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/really-the-blues-cd/2271320.p?id=286159&skuId=2271320&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271320', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271320.jpg\"}', 'upc' => '762247530329', 'provider' => 'bestbuy'],\n ['name' => \"Clive Wilson & Trevor Richards - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clive-wilson-trevor-richards-cd/2271357.p?id=251508&skuId=2271357&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271357', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271357.jpg\"}', 'upc' => '762247530428', 'provider' => 'bestbuy'],\n ['name' => \"Kid Thomas at Moose Hall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kid-thomas-at-moose-hall-cd/2271437.p?id=288222&skuId=2271437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271437_sa.jpg\"}', 'upc' => '762247530527', 'provider' => 'bestbuy'],\n ['name' => \"Don't Put Up Your Lip - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-put-up-your-lip-cd/2271464.p?id=288242&skuId=2271464&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271464', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271464.jpg\"}', 'upc' => '762247530626', 'provider' => 'bestbuy'],\n ['name' => \"Coalescence [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/coalescence-import-cd/2271794.p?id=258646&skuId=2271794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271794.jpg\"}', 'upc' => '716043130825', 'provider' => 'bestbuy'],\n ['name' => \"Pink Elephants - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pink-elephants-cd/2271936.p?id=288255&skuId=2271936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271936.jpg\"}', 'upc' => '762247530725', 'provider' => 'bestbuy'],\n ['name' => \"Two Clarinets On The Porch - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-clarinets-on-the-porch-cd/2271990.p?id=286158&skuId=2271990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2271990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2271\\/2271990.jpg\"}', 'upc' => '762247530824', 'provider' => 'bestbuy'],\n ['name' => \"Creole Rhapsody - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/creole-rhapsody-cd/2272061.p?id=288254&skuId=2272061&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272061', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272061_sa.jpg\"}', 'upc' => '762247530923', 'provider' => 'bestbuy'],\n ['name' => \"Reunion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reunion-cd/2272089.p?id=63731&skuId=2272089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272089.jpg\"}', 'upc' => '762247531029', 'provider' => 'bestbuy'],\n ['name' => \"Shout Sister Shout: Edegran Orchestra and the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shout-sister-shout-edegran-orchestra-and-the-cd/2272123.p?id=288199&skuId=2272123&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272123', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272123_sa.jpg\"}', 'upc' => '762247531128', 'provider' => 'bestbuy'],\n ['name' => \"Jamie Wight Featuring John Joymakers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jamie-wight-featuring-john-joymakers-cd/2272169.p?id=288253&skuId=2272169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272169.jpg\"}', 'upc' => '762247531227', 'provider' => 'bestbuy'],\n ['name' => \"Lee Gunness Sings the Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lee-gunness-sings-the-blues-cd/2272196.p?id=288252&skuId=2272196&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272196', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272196.jpg\"}', 'upc' => '762247531425', 'provider' => 'bestbuy'],\n ['name' => \"Storm is Passing Over - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/storm-is-passing-over-cd/2272221.p?id=288207&skuId=2272221&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272221', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272221.jpg\"}', 'upc' => '762247531524', 'provider' => 'bestbuy'],\n ['name' => \"Emile Martyn's Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/emile-martyns-band-cd/2272230.p?id=251507&skuId=2272230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272230.jpg\"}', 'upc' => '762247531722', 'provider' => 'bestbuy'],\n ['name' => \"Magolia Jazz Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magolia-jazz-band-cd/2272301.p?id=288198&skuId=2272301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272301.jpg\"}', 'upc' => '762247532026', 'provider' => 'bestbuy'],\n ['name' => \"Hooked on Ragtime, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hooked-on-ragtime-vol-2-cd/2272338.p?id=251502&skuId=2272338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272338_sa.jpg\"}', 'upc' => '762247532224', 'provider' => 'bestbuy'],\n ['name' => \"Very Handy! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/very-handy-cd/2272347.p?id=288235&skuId=2272347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272347_sa.jpg\"}', 'upc' => '762247532521', 'provider' => 'bestbuy'],\n ['name' => \"Twin Smooth Snouts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/twin-smooth-snouts-cd/2272365.p?id=1848880&skuId=2272365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272365.jpg\"}', 'upc' => '759718700527', 'provider' => 'bestbuy'],\n ['name' => \"Start Today - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/start-today-cd/2272409.p?id=83901&skuId=2272409&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272409', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272409.jpg\"}', 'upc' => '098796001226', 'provider' => 'bestbuy'],\n ['name' => \"Stompin At the Jazz Cafe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stompin-at-the-jazz-cafe-cd/2272427.p?id=288234&skuId=2272427&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272427', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272427_sa.jpg\"}', 'upc' => '762247532620', 'provider' => 'bestbuy'],\n ['name' => \"For Dancers Only - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-dancers-only-cd/2272454.p?id=68524&skuId=2272454&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272454', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272454_sa.jpg\"}', 'upc' => '762247503729', 'provider' => 'bestbuy'],\n ['name' => \"Collaboration - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/collaboration-cd/2272481.p?id=288214&skuId=2272481&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272481', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272481.jpg\"}', 'upc' => '762247504023', 'provider' => 'bestbuy'],\n ['name' => \"In Concert, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-concert-vol-2-cd/2272524.p?id=288245&skuId=2272524&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272524_sa.jpg\"}', 'upc' => '762247509226', 'provider' => 'bestbuy'],\n ['name' => \"Live at Hambone Kelly's - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-hambone-kellys-cd/2272551.p?id=251503&skuId=2272551&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272551', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272551_sa.jpg\"}', 'upc' => '762247509325', 'provider' => 'bestbuy'],\n ['name' => \"Ignaurus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ignaurus-cd/2272597.p?id=105985&skuId=2272597&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272597', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272597_sa.jpg\"}', 'upc' => '098796003527', 'provider' => 'bestbuy'],\n ['name' => \"Wild Bill Davison and His Jazz Band, 1943 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-bill-davison-and-his-jazz-band-1943-cd/2272604.p?id=282064&skuId=2272604&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272604', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272604.jpg\"}', 'upc' => '762247610328', 'provider' => 'bestbuy'],\n ['name' => \"Break Down the Walls [Reissue] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/break-down-the-walls-reissue-cd/2272622.p?id=107802&skuId=2272622&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272622', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272622_sa.jpg\"}', 'upc' => '098796000823', 'provider' => 'bestbuy'],\n ['name' => \"Cliff Leeman & His All Stars - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cliff-leeman-his-all-stars-cd/2272631.p?id=282055&skuId=2272631&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272631', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272631.jpg\"}', 'upc' => '762247611226', 'provider' => 'bestbuy'],\n ['name' => \"Solo Flight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/solo-flight-cd/2272668.p?id=248128&skuId=2272668&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272668', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272668.jpg\"}', 'upc' => '762247611424', 'provider' => 'bestbuy'],\n ['name' => \"Benny Waters - Freddy Randall Jazz Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/benny-waters-freddy-randall-jazz-band-cd/2272686.p?id=71928&skuId=2272686&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272686', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272686_sa.jpg\"}', 'upc' => '762247612421', 'provider' => 'bestbuy'],\n ['name' => \"Lady of the Evening - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lady-of-the-evening-cd/2272711.p?id=248112&skuId=2272711&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272711', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272711.jpg\"}', 'upc' => '762247614326', 'provider' => 'bestbuy'],\n ['name' => \"Dee Felice and the Sleep Cat Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dee-felice-and-the-sleep-cat-band-cd/2272739.p?id=282063&skuId=2272739&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272739', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272739.jpg\"}', 'upc' => '762247616825', 'provider' => 'bestbuy'],\n ['name' => \"Radio Rhythm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/radio-rhythm-cd/2272828.p?id=224814&skuId=2272828&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272828', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272828.jpg\"}', 'upc' => '762247617525', 'provider' => 'bestbuy'],\n ['name' => \"Pleasure Mad - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pleasure-mad-cd/2272882.p?id=282062&skuId=2272882&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272882', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272882.jpg\"}', 'upc' => '762247617822', 'provider' => 'bestbuy'],\n ['name' => \"In Japan 1975 With Yoshio Toyama - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-japan-1975-with-yoshio-toyama-cd/2272917.p?id=248120&skuId=2272917&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272917', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272917.jpg\"}', 'upc' => '762247617921', 'provider' => 'bestbuy'],\n ['name' => \"Swing It! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swing-it-cd/2272926.p?id=66970&skuId=2272926&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2272926', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2272\\/2272926_sa.jpg\"}', 'upc' => '762247618027', 'provider' => 'bestbuy'],\n ['name' => \"Love to Love You Donna [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-to-love-you-donna-digipak-cd/2273008.p?id=2758327&skuId=2273008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273008_sa.jpg\"}', 'upc' => '602537506552', 'provider' => 'bestbuy'],\n ['name' => \"A Mary Christmas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-mary-christmas-cd/2273017.p?id=2756002&skuId=2273017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273017_sa.jpg\"}', 'upc' => '602537477012', 'provider' => 'bestbuy'],\n ['name' => \"Reminiscing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/reminiscing-cd/2273024.p?id=103767&skuId=2273024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273024_sa.jpg\"}', 'upc' => '014921822726', 'provider' => 'bestbuy'],\n ['name' => \"Burials [Best Buy Exclusive] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/burials-best-buy-exclusive-digipak-cd/2273026.p?id=2757511&skuId=2273026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273026_sa.jpg\"}', 'upc' => '602537524051', 'provider' => 'bestbuy'],\n ['name' => \"Love in Portofino [CD & DVD] - DVD - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-in-portofino-cd-dvd-dvd-cd/2273035.p?id=2756204&skuId=2273035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273035_sa.jpg\"}', 'upc' => '602537526697', 'provider' => 'bestbuy'],\n ['name' => \"Original Album Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-album-series-cd/2273044.p?id=2979800&skuId=2273044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273044_sa.jpg\"}', 'upc' => '825646846160', 'provider' => 'bestbuy'],\n ['name' => \"Original Album Series [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 26.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-album-series-box-cd/2273053.p?id=2644760&skuId=2273053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273053_sa.jpg\"}', 'upc' => '081227982843', 'provider' => 'bestbuy'],\n ['name' => \"Hymns & Country - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hymns-country-cd/2273060.p?id=92775&skuId=2273060&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273060', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273060_sa.jpg\"}', 'upc' => '014921823129', 'provider' => 'bestbuy'],\n ['name' => \"Original Album Series [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-album-series-box-cd/2273071.p?id=2091908&skuId=2273071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273071_sa.jpg\"}', 'upc' => '081227982744', 'provider' => 'bestbuy'],\n ['name' => \"Original Album Series [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/original-album-series-box-cd/2273099.p?id=2091926&skuId=2273099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273099.jpg\"}', 'upc' => '081227983604', 'provider' => 'bestbuy'],\n ['name' => \"Surfbeat - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/surfbeat-cd/2273122.p?id=77159&skuId=2273122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273122_sa.jpg\"}', 'upc' => '090771602923', 'provider' => 'bestbuy'],\n ['name' => \"Forget - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/forget-cd/2273211.p?id=91893&skuId=2273211&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273211', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273211.jpg\"}', 'upc' => '722975002420', 'provider' => 'bestbuy'],\n ['name' => \"Kill Kill Kill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kill-kill-kill-cd/2273239.p?id=2390067&skuId=2273239&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273239_sa.jpg\"}', 'upc' => '722975002727', 'provider' => 'bestbuy'],\n ['name' => \"Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-cd/2273248.p?id=108446&skuId=2273248&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273248', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273248_sa.jpg\"}', 'upc' => '096297041826', 'provider' => 'bestbuy'],\n ['name' => \"The Gift - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-gift-cd/2273257.p?id=275677&skuId=2273257&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273257', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273257_sa.jpg\"}', 'upc' => '722975002925', 'provider' => 'bestbuy'],\n ['name' => \"Masters of the Banjo - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/masters-of-the-banjo-cd-various/2273293.p?id=73898&skuId=2273293&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273293', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273293.jpg\"}', 'upc' => '096297042120', 'provider' => 'bestbuy'],\n ['name' => \"Touch of Klez! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/touch-of-klez-cd/2273373.p?id=88234&skuId=2273373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273373.jpg\"}', 'upc' => '015707945523', 'provider' => 'bestbuy'],\n ['name' => \"Fill 'Er Up and Go! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fill-er-up-and-go-cd/2273391.p?id=109721&skuId=2273391&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273391', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273391.jpg\"}', 'upc' => '053477332327', 'provider' => 'bestbuy'],\n ['name' => \"Sweep the Desert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweep-the-desert-cd/2273480.p?id=197562&skuId=2273480&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273480', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273480_sa.jpg\"}', 'upc' => '095081004122', 'provider' => 'bestbuy'],\n ['name' => \"Hardcore Techno - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hardcore-techno-cd-various/2273499.p?id=1479450&skuId=2273499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273499_sa.jpg\"}', 'upc' => '090204039166', 'provider' => 'bestbuy'],\n ['name' => \"Liam Clancy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/liam-clancy-cd/2273569.p?id=77872&skuId=2273569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273569_sa.jpg\"}', 'upc' => '015707916929', 'provider' => 'bestbuy'],\n ['name' => \"Wrecker! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wrecker-cd/2273658.p?id=92088&skuId=2273658&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273658', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273658_sa.jpg\"}', 'upc' => '745058012321', 'provider' => 'bestbuy'],\n ['name' => \"Into The Outlands - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/into-the-outlands-cd/2273881.p?id=3248670&skuId=2273881&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273881', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273881.jpg\"}', 'upc' => '026617501723', 'provider' => 'bestbuy'],\n ['name' => \"Oh My People - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oh-my-people-cd/2273916.p?id=2192920&skuId=2273916&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2273916', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2273\\/2273916.jpg\"}', 'upc' => '026617610821', 'provider' => 'bestbuy'],\n ['name' => \"Here Comes Another Christmas: Greetings from... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/here-comes-another-christmas-greetings-from-cd-various/2274425.p?id=106566&skuId=2274425&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2274425', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2274\\/2274425.jpg\"}', 'upc' => '748897012026', 'provider' => 'bestbuy'],\n ['name' => \"Brother - MFC-J6520DW Wireless All-In-One Printer - Gray\", 'description_short' => \"4-in-1 functionalityWi-FiPrints up to 35 ISO ppm in black, up to 27 ISO ppm in color (Print speeds vary with use. See mfg. for info on print speeds.)35-sheet ADF2.7&quot; touch-screen display\", 'description_long' => \"4-in-1 functionalityWi-FiPrints up to 35 ISO ppm in black, up to 27 ISO ppm in color (Print speeds vary with use. See mfg. for info on print speeds.)35-sheet ADF2.7&quot; touch-screen display\", 'price' => 229.99, 'sale_price' => 206.99, 'url' => 'http://www.bestbuy.com/site/brother-mfc-j6520dw-wireless-all-in-one-printer-gray/2275006.p?id=1219071229573&skuId=2275006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275006_sa.jpg\"}', 'upc' => '012502635734', 'provider' => 'bestbuy'],\n ['name' => \"The Life You've Chosen - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-life-youve-chosen-cd/2275015.p?id=2760042&skuId=2275015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275015_sa.jpg\"}', 'upc' => '045778727223', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-songs-cd/2275024.p?id=2759846&skuId=2275024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275024_sa.jpg\"}', 'upc' => '045778727629', 'provider' => 'bestbuy'],\n ['name' => \"Under the Influence: Holiday Edition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/under-the-influence-holiday-edition-cd/2275033.p?id=2763268&skuId=2275033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275033_sa.jpg\"}', 'upc' => '075678683909', 'provider' => 'bestbuy'],\n ['name' => \"Benefit [Deluxe... [CD & DVD] [Digipak] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/benefit-deluxe-cd-dvd-digipak-cd-dvd-deluxe-edition/2275042.p?id=2756788&skuId=2275042&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275042', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275042_sa.jpg\"}', 'upc' => '825646413270', 'provider' => 'bestbuy'],\n ['name' => \"I'm a Stranger Here [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-a-stranger-here-digipak-cd/2275051.p?id=2755990&skuId=2275051&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275051', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275051_sa.jpg\"}', 'upc' => '607396628223', 'provider' => 'bestbuy'],\n ['name' => \"The Odd Couple - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-odd-couple-cd/2275166.p?id=70400&skuId=2275166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275166.jpg\"}', 'upc' => '054987400827', 'provider' => 'bestbuy'],\n ['name' => \"Trio - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trio-cd/2275175.p?id=2341705&skuId=2275175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275175_sa.jpg\"}', 'upc' => '054987400926', 'provider' => 'bestbuy'],\n ['name' => \"This Heart of Mine - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-heart-of-mine-cd/2275200.p?id=70512&skuId=2275200&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275200', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275200_sa.jpg\"}', 'upc' => '054987401022', 'provider' => 'bestbuy'],\n ['name' => \"Take Note! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-note-cd/2275228.p?id=67491&skuId=2275228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275228.jpg\"}', 'upc' => '054987401121', 'provider' => 'bestbuy'],\n ['name' => \"Witness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/witness-cd/2275273.p?id=283212&skuId=2275273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275273.jpg\"}', 'upc' => '054987401428', 'provider' => 'bestbuy'],\n ['name' => \"Super Bass [Capri] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-bass-capri-cd/2275291.p?id=283200&skuId=2275291&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275291', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275291_sa.jpg\"}', 'upc' => '054987401824', 'provider' => 'bestbuy'],\n ['name' => \"Groove Shop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/groove-shop-cd/2275326.p?id=65015&skuId=2275326&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275326', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275326_sa.jpg\"}', 'upc' => '054987402128', 'provider' => 'bestbuy'],\n ['name' => \"Further Adventures - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/further-adventures-cd/2275362.p?id=67492&skuId=2275362&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275362', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275362.jpg\"}', 'upc' => '054987402227', 'provider' => 'bestbuy'],\n ['name' => \"Sweet and Slow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-and-slow-cd/2275601.p?id=68481&skuId=2275601&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275601', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275601.jpg\"}', 'upc' => '762247226024', 'provider' => 'bestbuy'],\n ['name' => \"Are You Having Any Fun?: A Celebration of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/are-you-having-any-fun-a-celebration-of-cd/2275638.p?id=282626&skuId=2275638&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275638', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275638_sa.jpg\"}', 'upc' => '762247226123', 'provider' => 'bestbuy'],\n ['name' => \"Sweet Madness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sweet-madness-cd/2275665.p?id=65113&skuId=2275665&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275665', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275665.jpg\"}', 'upc' => '762247226222', 'provider' => 'bestbuy'],\n ['name' => \"Ellis Larkin Plays - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ellis-larkin-plays-cd-various/2275683.p?id=242027&skuId=2275683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275683.jpg\"}', 'upc' => '762247226321', 'provider' => 'bestbuy'],\n ['name' => \"I've Got My Fingers Crossed: A Celebration Of... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ive-got-my-fingers-crossed-a-celebration-of-cd/2275709.p?id=282612&skuId=2275709&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275709', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275709.jpg\"}', 'upc' => '762247226420', 'provider' => 'bestbuy'],\n ['name' => \"Confessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/confessions-cd/2275736.p?id=75790&skuId=2275736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275736_sa.jpg\"}', 'upc' => '762247226925', 'provider' => 'bestbuy'],\n ['name' => \"At the Atlanta Jazz Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-atlanta-jazz-party-cd/2275763.p?id=157152&skuId=2275763&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275763', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275763_sa.jpg\"}', 'upc' => '762247227021', 'provider' => 'bestbuy'],\n ['name' => \"Unless It's You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unless-its-you-cd/2275790.p?id=282637&skuId=2275790&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275790', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275790.jpg\"}', 'upc' => '762247227120', 'provider' => 'bestbuy'],\n ['name' => \"Easy Chair Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/easy-chair-jazz-cd/2275834.p?id=282630&skuId=2275834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275834.jpg\"}', 'upc' => '762247227229', 'provider' => 'bestbuy'],\n ['name' => \"Basic Reeding - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/basic-reeding-cd/2275852.p?id=70270&skuId=2275852&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275852', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275852.jpg\"}', 'upc' => '762247227328', 'provider' => 'bestbuy'],\n ['name' => \"Swingin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/swingin-cd/2275898.p?id=282635&skuId=2275898&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275898', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275898_sa.jpg\"}', 'upc' => '762247227823', 'provider' => 'bestbuy'],\n ['name' => \"Lovers After All - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lovers-after-all-cd/2275914.p?id=282632&skuId=2275914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275914.jpg\"}', 'upc' => '762247228226', 'provider' => 'bestbuy'],\n ['name' => \"Hoagy's Children, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hoagys-children-vol-1-cd/2275932.p?id=109226&skuId=2275932&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275932', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275932_sa.jpg\"}', 'upc' => '762247229124', 'provider' => 'bestbuy'],\n ['name' => \"On the Sunny Side of the Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-sunny-side-of-the-street-cd/2275978.p?id=109334&skuId=2275978&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2275978', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2275\\/2275978.jpg\"}', 'upc' => '762247204725', 'provider' => 'bestbuy'],\n ['name' => \"Imagination - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imagination-cd/2276003.p?id=85075&skuId=2276003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276003.jpg\"}', 'upc' => '762247207924', 'provider' => 'bestbuy'],\n ['name' => \"Two Moods - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/two-moods-cd/2276021.p?id=70247&skuId=2276021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276021.jpg\"}', 'upc' => '762247208020', 'provider' => 'bestbuy'],\n ['name' => \"A Woman in Love [Compilation] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-woman-in-love-compilation-cd/2276058.p?id=68484&skuId=2276058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276058_sa.jpg\"}', 'upc' => '762247208624', 'provider' => 'bestbuy'],\n ['name' => \"Through the Years - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/through-the-years-cd/2276085.p?id=282634&skuId=2276085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276085.jpg\"}', 'upc' => '762247208921', 'provider' => 'bestbuy'],\n ['name' => \"Mardi Gras Parade Music from New Orleans - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mardi-gras-parade-music-from-new-orleans-cd-various/2276147.p?id=68779&skuId=2276147&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276147', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276147.jpg\"}', 'upc' => '762247510727', 'provider' => 'bestbuy'],\n ['name' => \"Play Jelly Roll Morton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/play-jelly-roll-morton-cd/2276174.p?id=288262&skuId=2276174&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276174', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276174.jpg\"}', 'upc' => '762247501220', 'provider' => 'bestbuy'],\n ['name' => \"1947-1961 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1947-1961-cd/2276209.p?id=251506&skuId=2276209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276209_sa.jpg\"}', 'upc' => '762247501329', 'provider' => 'bestbuy'],\n ['name' => \"Art Hodes & the Magnolia Jazz Band Vol.2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-hodes-the-magnolia-jazz-band-vol-2-cd/2276236.p?id=288244&skuId=2276236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276236.jpg\"}', 'upc' => '762247517221', 'provider' => 'bestbuy'],\n ['name' => \"Louis Nelson's Creole Jazz Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/louis-nelsons-creole-jazz-band-cd/2276272.p?id=69560&skuId=2276272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276272.jpg\"}', 'upc' => '762247517320', 'provider' => 'bestbuy'],\n ['name' => \"Butch Thompson's King Oliver Centennial Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/butch-thompsons-king-oliver-centennial-band-cd/2276307.p?id=288225&skuId=2276307&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276307', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276307_sa.jpg\"}', 'upc' => '762247520221', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Ragtime Orchestra [Vanguard] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-ragtime-orchestra-vanguard-cd/2276361.p?id=288217&skuId=2276361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276361_sa.jpg\"}', 'upc' => '762247521020', 'provider' => 'bestbuy'],\n ['name' => \"Red Hot Reeds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-hot-reeds-cd/2276389.p?id=286162&skuId=2276389&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276389', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276389.jpg\"}', 'upc' => '762247521921', 'provider' => 'bestbuy'],\n ['name' => \"New Orleans Blue Serenaders - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-orleans-blue-serenaders-cd/2276405.p?id=288224&skuId=2276405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276405.jpg\"}', 'upc' => '762247522126', 'provider' => 'bestbuy'],\n ['name' => \"Walking Through the Streets of the City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/walking-through-the-streets-of-the-city-cd/2276432.p?id=288213&skuId=2276432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276432.jpg\"}', 'upc' => '762247522829', 'provider' => 'bestbuy'],\n ['name' => \"Live in Japan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-in-japan-cd/2276450.p?id=288212&skuId=2276450&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276450', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276450.jpg\"}', 'upc' => '762247523123', 'provider' => 'bestbuy'],\n ['name' => \"Down to Earth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-to-earth-cd/2276487.p?id=286147&skuId=2276487&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276487', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276487.jpg\"}', 'upc' => '762247523321', 'provider' => 'bestbuy'],\n ['name' => \"Ginger Pig New Orleans Jazz Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ginger-pig-new-orleans-jazz-band-cd/2276511.p?id=66708&skuId=2276511&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276511', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276511.jpg\"}', 'upc' => '762247523222', 'provider' => 'bestbuy'],\n ['name' => \"So Beautiful or So What [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/so-beautiful-or-so-what-digipak-cd/2276547.p?id=2187806&skuId=2276547&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276547', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276547_sa.jpg\"}', 'upc' => '888072328143', 'provider' => 'bestbuy'],\n ['name' => \"Long Deep & Wide - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/long-deep-wide-cd/2276548.p?id=288223&skuId=2276548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276548_sa.jpg\"}', 'upc' => '762247523727', 'provider' => 'bestbuy'],\n ['name' => \"Nine Types of Light [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nine-types-of-light-digipak-cd/2276556.p?id=2198215&skuId=2276556&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276556', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276556_sa.jpg\"}', 'upc' => '602527662145', 'provider' => 'bestbuy'],\n ['name' => \"Live at Earthquake McGoon's, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-earthquake-mcgoons-vol-1-cd/2276566.p?id=288243&skuId=2276566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276566.jpg\"}', 'upc' => '762247523826', 'provider' => 'bestbuy'],\n ['name' => \"Nine Types of Light - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nine-types-of-light-cd/2276574.p?id=2192960&skuId=2276574&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276574', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276574_sa.jpg\"}', 'upc' => '602527662138', 'provider' => 'bestbuy'],\n ['name' => \"American Tragedy [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-tragedy-pa-cd/2276592.p?id=2198220&skuId=2276592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276592_sa.jpg\"}', 'upc' => '602527621418', 'provider' => 'bestbuy'],\n ['name' => \"Live at Earthquake McGoon's, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-earthquake-mcgoons-vol-2-cd/2276593.p?id=288205&skuId=2276593&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276593', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276593.jpg\"}', 'upc' => '762247523925', 'provider' => 'bestbuy'],\n ['name' => \"The Way It Was - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-way-it-was-cd/2276626.p?id=2198224&skuId=2276626&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276626', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276626_sa.jpg\"}', 'upc' => '602527625911', 'provider' => 'bestbuy'],\n ['name' => \"The Dixie Land Saints in Japan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-dixie-land-saints-in-japan-cd/2276628.p?id=288259&skuId=2276628&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276628', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276628_sa.jpg\"}', 'upc' => '762247524328', 'provider' => 'bestbuy'],\n ['name' => \"Moving Pictures [CD & DVD] [Digipak] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moving-pictures-cd-dvd-digipak-cd-dvd-deluxe-edition/2276635.p?id=2198231&skuId=2276635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276635.jpg\"}', 'upc' => '602527621074', 'provider' => 'bestbuy'],\n ['name' => \"Finally Famous [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/finally-famous-pa-cd/2276662.p?id=2193645&skuId=2276662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276662.jpg\"}', 'upc' => '602527650258', 'provider' => 'bestbuy'],\n ['name' => \"Australian Archive Series - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/australian-archive-series-cd/2276682.p?id=2105052&skuId=2276682&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276682', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276682.jpg\"}', 'upc' => '762247527022', 'provider' => 'bestbuy'],\n ['name' => \"Ready Aye Ready - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ready-aye-ready-cd/2276708.p?id=288258&skuId=2276708&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276708', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276708.jpg\"}', 'upc' => '762247527428', 'provider' => 'bestbuy'],\n ['name' => \"Jim Robinson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jim-robinson-cd/2276771.p?id=288204&skuId=2276771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276771.jpg\"}', 'upc' => '762247527626', 'provider' => 'bestbuy'],\n ['name' => \"Light Me Up [Bonus Track] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/light-me-up-bonus-track-cd/2276817.p?id=2198235&skuId=2276817&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276817', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276817_sa.jpg\"}', 'upc' => '602527626055', 'provider' => 'bestbuy'],\n ['name' => \"Milneburg Joys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/milneburg-joys-cd/2276824.p?id=288211&skuId=2276824&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276824', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276824.jpg\"}', 'upc' => '762247527725', 'provider' => 'bestbuy'],\n ['name' => \"Love? [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-pa-cd/2276835.p?id=2192964&skuId=2276835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276835_sa.jpg\"}', 'upc' => '602527534343', 'provider' => 'bestbuy'],\n ['name' => \"At the Streckstrump - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-streckstrump-cd/2276842.p?id=69149&skuId=2276842&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276842', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276842.jpg\"}', 'upc' => '762247527824', 'provider' => 'bestbuy'],\n ['name' => \"Celebration: A Musical Journey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/celebration-a-musical-journey-cd/2276844.p?id=2198217&skuId=2276844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276844_sa.jpg\"}', 'upc' => '600753319017', 'provider' => 'bestbuy'],\n ['name' => \"Sings Ira & George Gershwin & Cole Porter - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-ira-george-gershwin-cole-porter-cd/2276897.p?id=72066&skuId=2276897&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276897', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276897.jpg\"}', 'upc' => '762247200123', 'provider' => 'bestbuy'],\n ['name' => \"Secret Of Comedy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/secret-of-comedy-cd/2276904.p?id=3463626&skuId=2276904&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276904', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '738641007521', 'provider' => 'bestbuy'],\n ['name' => \"Sings the Songs of Rodgers & Hart and Harold... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-the-songs-of-rodgers-hart-and-harold-cd/2276913.p?id=72065&skuId=2276913&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276913', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276913.jpg\"}', 'upc' => '762247201021', 'provider' => 'bestbuy'],\n ['name' => \"A Breath of Fresh Air - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-breath-of-fresh-air-cd/2276931.p?id=71744&skuId=2276931&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276931', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276931_sa.jpg\"}', 'upc' => '762247210924', 'provider' => 'bestbuy'],\n ['name' => \"Here Comes Mr. Jordan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/here-comes-mr-jordan-cd/2276959.p?id=282627&skuId=2276959&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276959', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276959_sa.jpg\"}', 'upc' => '762247211426', 'provider' => 'bestbuy'],\n ['name' => \"Lovers and Losers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lovers-and-losers-cd/2276968.p?id=68242&skuId=2276968&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2276968', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2276\\/2276968_sa.jpg\"}', 'upc' => '762247211723', 'provider' => 'bestbuy'],\n ['name' => \"Loves Johnny Mercer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loves-johnny-mercer-cd/2277020.p?id=71746&skuId=2277020&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277020', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277020.jpg\"}', 'upc' => '762247213826', 'provider' => 'bestbuy'],\n ['name' => \"True Blue Hugh - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/true-blue-hugh-cd/2277057.p?id=98506&skuId=2277057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277057.jpg\"}', 'upc' => '762247214021', 'provider' => 'bestbuy'],\n ['name' => \"Anything Goes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anything-goes-cd/2277075.p?id=282639&skuId=2277075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277075.jpg\"}', 'upc' => '762247214229', 'provider' => 'bestbuy'],\n ['name' => \"Memories of You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-of-you-cd/2277093.p?id=63852&skuId=2277093&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277093', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277093.jpg\"}', 'upc' => '762247214328', 'provider' => 'bestbuy'],\n ['name' => \"House of Flowers, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/house-of-flowers-vol-1-cd/2277119.p?id=65650&skuId=2277119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277119.jpg\"}', 'upc' => '762247215325', 'provider' => 'bestbuy'],\n ['name' => \"Harold Arlen Tunes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harold-arlen-tunes-cd/2277155.p?id=109335&skuId=2277155&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277155.jpg\"}', 'upc' => '762247216827', 'provider' => 'bestbuy'],\n ['name' => \"This One's for Tedi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/this-ones-for-tedi-cd/2277173.p?id=282638&skuId=2277173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277173_sa.jpg\"}', 'upc' => '762247218128', 'provider' => 'bestbuy'],\n ['name' => \"Country Strong: More Music from the... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-strong-more-music-from-the-digipak-cd/2277176.p?id=2189896&skuId=2277176&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277176', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277176_sa.jpg\"}', 'upc' => '043396348172', 'provider' => 'bestbuy'],\n ['name' => \"A Woman's Intuition - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-womans-intuition-cd/2277191.p?id=65471&skuId=2277191&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277191_sa.jpg\"}', 'upc' => '762247219125', 'provider' => 'bestbuy'],\n ['name' => \"First Time Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-time-out-cd/2277235.p?id=109224&skuId=2277235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277235_sa.jpg\"}', 'upc' => '762247219620', 'provider' => 'bestbuy'],\n ['name' => \"In a Concert of Vernon Duke Songs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-a-concert-of-vernon-duke-songs-cd/2277253.p?id=242029&skuId=2277253&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277253', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277253_sa.jpg\"}', 'upc' => '762247219729', 'provider' => 'bestbuy'],\n ['name' => \"Memories of You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-of-you-cd/2277262.p?id=79876&skuId=2277262&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277262', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277262_sa.jpg\"}', 'upc' => '762247220121', 'provider' => 'bestbuy'],\n ['name' => \"The Lady's in Love with You! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-ladys-in-love-with-you-cd/2277299.p?id=103936&skuId=2277299&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277299', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277299_sa.jpg\"}', 'upc' => '762247220725', 'provider' => 'bestbuy'],\n ['name' => \"Down Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/down-home-cd/2277315.p?id=65474&skuId=2277315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277315.jpg\"}', 'upc' => '762247221425', 'provider' => 'bestbuy'],\n ['name' => \"Sings Alec Wilder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-alec-wilder-cd/2277333.p?id=71747&skuId=2277333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277333_sa.jpg\"}', 'upc' => '762247221821', 'provider' => 'bestbuy'],\n ['name' => \"Softly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/softly-cd/2277351.p?id=1534897&skuId=2277351&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277351', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277351_sa.jpg\"}', 'upc' => '762247222422', 'provider' => 'bestbuy'],\n ['name' => \"Karaoke: Young Female Pop, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/karaoke-young-female-pop-vol-2-cd-various/2277352.p?id=2195613&skuId=2277352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277352_sa.jpg\"}', 'upc' => '827249015639', 'provider' => 'bestbuy'],\n ['name' => \"That's My Style - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thats-my-style-cd/2277379.p?id=65473&skuId=2277379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277379.jpg\"}', 'upc' => '762247222729', 'provider' => 'bestbuy'],\n ['name' => \"Spring Isn't Everything - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spring-isnt-everything-cd/2277397.p?id=71202&skuId=2277397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277397_sa.jpg\"}', 'upc' => '762247222927', 'provider' => 'bestbuy'],\n ['name' => \"One More Rose: A Tribute to Alan Lerner - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-more-rose-a-tribute-to-alan-lerner-cd/2277404.p?id=67730&skuId=2277404&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277404', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277404_sa.jpg\"}', 'upc' => '762247223023', 'provider' => 'bestbuy'],\n ['name' => \"Sings and Plays the Jimmy Van Heusen... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sings-and-plays-the-jimmy-van-heusen-cd/2277431.p?id=65651&skuId=2277431&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277431', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277431_sa.jpg\"}', 'upc' => '762247223429', 'provider' => 'bestbuy'],\n ['name' => \"Good Vibes For Kurt Weill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/good-vibes-for-kurt-weill-cd/2277459.p?id=136616&skuId=2277459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277459.jpg\"}', 'upc' => '762247223627', 'provider' => 'bestbuy'],\n ['name' => \"With Much Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/with-much-love-cd/2277477.p?id=66209&skuId=2277477&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277477', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277477.jpg\"}', 'upc' => '762247223726', 'provider' => 'bestbuy'],\n ['name' => \"Guitar Quintet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guitar-quintet-cd/2277495.p?id=70066&skuId=2277495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277495.jpg\"}', 'upc' => '762247223825', 'provider' => 'bestbuy'],\n ['name' => \"Something Old, Something New, Something... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-old-something-new-something-cd/2277529.p?id=68476&skuId=2277529&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277529', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277529_sa.jpg\"}', 'upc' => '762247224020', 'provider' => 'bestbuy'],\n ['name' => \"Getting Some Fun out of Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/getting-some-fun-out-of-life-cd/2277538.p?id=69447&skuId=2277538&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277538', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277538_sa.jpg\"}', 'upc' => '762247224129', 'provider' => 'bestbuy'],\n ['name' => \"Bloodless Coup [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bloodless-coup-digipak-cd/2277546.p?id=2197605&skuId=2277546&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277546', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277546_sa.jpg\"}', 'upc' => '634457224124', 'provider' => 'bestbuy'],\n ['name' => \"Happy Days Are Here Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happy-days-are-here-again-cd/2277565.p?id=103895&skuId=2277565&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277565', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277565.jpg\"}', 'upc' => '762247224228', 'provider' => 'bestbuy'],\n ['name' => \"Just You, Just Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-you-just-me-cd/2277592.p?id=224818&skuId=2277592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277592_sa.jpg\"}', 'upc' => '762247224426', 'provider' => 'bestbuy'],\n ['name' => \"The King of Limbs [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-king-of-limbs-digipak-cd/2277634.p?id=2201525&skuId=2277634&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277634', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277634_sa.jpg\"}', 'upc' => '827565057665', 'provider' => 'bestbuy'],\n ['name' => \"All in a Night's Work - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-in-a-nights-work-cd/2277663.p?id=104037&skuId=2277663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277663.jpg\"}', 'upc' => '762247224723', 'provider' => 'bestbuy'],\n ['name' => \"L.A. Quartet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/l-a-quartet-cd/2277672.p?id=67897&skuId=2277672&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277672.jpg\"}', 'upc' => '762247224822', 'provider' => 'bestbuy'],\n ['name' => \"Sullivan Shakespeare Hyman - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sullivan-shakespeare-hyman-cd/2277707.p?id=282611&skuId=2277707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277707.jpg\"}', 'upc' => '762247225027', 'provider' => 'bestbuy'],\n ['name' => \"Hooray for Hoagy! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hooray-for-hoagy-cd/2277734.p?id=282621&skuId=2277734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277734.jpg\"}', 'upc' => '762247225126', 'provider' => 'bestbuy'],\n ['name' => \"You're the Cats! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/youre-the-cats-cd/2277743.p?id=68482&skuId=2277743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277743_sa.jpg\"}', 'upc' => '762247225225', 'provider' => 'bestbuy'],\n ['name' => \"Olds Friends - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/olds-friends-cd/2277789.p?id=64835&skuId=2277789&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277789', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277789.jpg\"}', 'upc' => '762247225423', 'provider' => 'bestbuy'],\n ['name' => \"One for My Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-for-my-baby-cd/2277805.p?id=242028&skuId=2277805&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277805', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277805_sa.jpg\"}', 'upc' => '762247225522', 'provider' => 'bestbuy'],\n ['name' => \"A Quiet Storm - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-quiet-storm-cd/2277814.p?id=71745&skuId=2277814&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277814', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277814_sa.jpg\"}', 'upc' => '762247225621', 'provider' => 'bestbuy'],\n ['name' => \"One on One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-on-one-cd/2277878.p?id=64804&skuId=2277878&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277878', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277878.jpg\"}', 'upc' => '762247225928', 'provider' => 'bestbuy'],\n ['name' => \"Country Gospel [Hollywood] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-gospel-hollywood-cd-various/2277887.p?id=78886&skuId=2277887&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277887', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277887.jpg\"}', 'upc' => '012676010122', 'provider' => 'bestbuy'],\n ['name' => \"The King of Limbs [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-king-of-limbs-lp-vinyl/2277889.p?id=2201747&skuId=2277889&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2277889', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2277\\/2277889_sa.jpg\"}', 'upc' => '827565057672', 'provider' => 'bestbuy'],\n ['name' => \"WWE: TLC - Tables, Ladders and Chairs 2014 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wwe-tlc-tables-ladders-and-chairs-2014-dvd/2278003.p?id=3329363&skuId=2278003&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278003', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278003_sa.jpg\"}', 'upc' => '651191953905', 'provider' => 'bestbuy'],\n ['name' => \"Giddy-Up-Go [Hollywood] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/giddy-up-go-hollywood-cd/2278010.p?id=99738&skuId=2278010&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278010', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278010_sa.jpg\"}', 'upc' => '012676011624', 'provider' => 'bestbuy'],\n ['name' => \"Le P'tit Chevrolet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/le-ptit-chevrolet-cd/2278041.p?id=2198681&skuId=2278041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278041.jpg\"}', 'upc' => '687066703221', 'provider' => 'bestbuy'],\n ['name' => \"Thrill Me Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thrill-me-up-cd/2278047.p?id=3571002&skuId=2278047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '026617800123', 'provider' => 'bestbuy'],\n ['name' => \"Roadrunner [Hollywood] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/roadrunner-hollywood-cd-various/2278056.p?id=102371&skuId=2278056&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278056', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278056.jpg\"}', 'upc' => '012676012126', 'provider' => 'bestbuy'],\n ['name' => \"Adapt [CD & DVD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/adapt-cd-dvd-cd/2278069.p?id=2198674&skuId=2278069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278069_sa.jpg\"}', 'upc' => '677516546324', 'provider' => 'bestbuy'],\n ['name' => \"Truckin' On [Hollywood] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/truckin-on-hollywood-cd-various/2278074.p?id=102374&skuId=2278074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278074_sa.jpg\"}', 'upc' => '012676012225', 'provider' => 'bestbuy'],\n ['name' => \"40 Miles of Bad Road - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/40-miles-of-bad-road-cd-various/2278083.p?id=78852&skuId=2278083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278083_sa.jpg\"}', 'upc' => '012676012423', 'provider' => 'bestbuy'],\n ['name' => \"Mississippi Mass Choir: Then Sings My Soul (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mississippi-mass-choir-then-sings-my-soul-dvd/2278096.p?id=2192793&skuId=2278096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_movies_l.jpg\"}', 'upc' => '048021905690', 'provider' => 'bestbuy'],\n ['name' => \"Street Anthem, Vol. 3 [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/street-anthem-vol-3-pa-cd/2278102.p?id=2198682&skuId=2278102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278102_sa.jpg\"}', 'upc' => '768476995328', 'provider' => 'bestbuy'],\n ['name' => \"16 Fiddlers' Greatest Hits - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/16-fiddlers-greatest-hits-cd-various/2278127.p?id=82149&skuId=2278127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278127_sa.jpg\"}', 'upc' => '012676013123', 'provider' => 'bestbuy'],\n ['name' => \"16 Greatest Original Bluegrass Hits - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/16-greatest-original-bluegrass-hits-cd-various/2278136.p?id=75161&skuId=2278136&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278136', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278136_sa.jpg\"}', 'upc' => '012676013222', 'provider' => 'bestbuy'],\n ['name' => \"Missile Bell, Vol. 2 [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/missile-bell-vol-2-digipak-cd/2278139.p?id=2198683&skuId=2278139&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278139', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278139_sa.jpg\"}', 'upc' => '677516579728', 'provider' => 'bestbuy'],\n ['name' => \"Kelly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kelly-cd/2278157.p?id=2198684&skuId=2278157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278157_sa.jpg\"}', 'upc' => '734373210123', 'provider' => 'bestbuy'],\n ['name' => \"In Case I Don't Make It [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-case-i-dont-make-it-digipak-cd/2278175.p?id=2198678&skuId=2278175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278175_sa.jpg\"}', 'upc' => '673790027528', 'provider' => 'bestbuy'],\n ['name' => \"Unmatched: The Very Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unmatched-the-very-best-of-cd/2278184.p?id=2198675&skuId=2278184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278184_sa.jpg\"}', 'upc' => '048021753826', 'provider' => 'bestbuy'],\n ['name' => \"Pipe Dreams [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pipe-dreams-pa-cd/2278209.p?id=2198685&skuId=2278209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278209_sa.jpg\"}', 'upc' => '097037463120', 'provider' => 'bestbuy'],\n ['name' => \"16 Country Hits from the 1940's - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/16-country-hits-from-the-1940s-cd-various/2278216.p?id=78836&skuId=2278216&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278216', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278216_sa.jpg\"}', 'upc' => '012676020824', 'provider' => 'bestbuy'],\n ['name' => \"Rock Stars on LP, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-stars-on-lp-vol-1-cd-various/2278341.p?id=202091&skuId=2278341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278341.jpg\"}', 'upc' => '012676033626', 'provider' => 'bestbuy'],\n ['name' => \"Rock Stars on LP, Vol. 2-Various-CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-stars-on-lp-vol-2-various-cd/2278369.p?id=202092&skuId=2278369&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278369', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278369.jpg\"}', 'upc' => '012676033725', 'provider' => 'bestbuy'],\n ['name' => \"Rock Stars on LP, Vol. 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-stars-on-lp-vol-3-cd-various/2278378.p?id=202093&skuId=2278378&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278378', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278378.jpg\"}', 'upc' => '012676033824', 'provider' => 'bestbuy'],\n ['name' => \"Rock Stars on LP, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-stars-on-lp-vol-4-cd-various/2278396.p?id=202094&skuId=2278396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278396.jpg\"}', 'upc' => '012676033923', 'provider' => 'bestbuy'],\n ['name' => \"The Jan & Dean Story [Hollywood] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-jan-dean-story-hollywood-cd/2278412.p?id=86711&skuId=2278412&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278412_sa.jpg\"}', 'upc' => '012676037921', 'provider' => 'bestbuy'],\n ['name' => \"Eden of the East: The King of Eden (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eden-of-the-east-the-king-of-eden-dvd/2278448.p?id=2181039&skuId=2278448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278448_sa.jpg\"}', 'upc' => '704400088438', 'provider' => 'bestbuy'],\n ['name' => \"Junjo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/junjo-cd/2278518.p?id=1545792&skuId=2278518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278518_sa.jpg\"}', 'upc' => '8427328883368', 'provider' => 'bestbuy'],\n ['name' => \"Brushfire Fairytales [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brushfire-fairytales-digipak-cd/2278527.p?id=2174754&skuId=2278527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278527.jpg\"}', 'upc' => '181229100723', 'provider' => 'bestbuy'],\n ['name' => \"Homefront [Import] [Original Game Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/homefront-import-original-game-soundtrack-cd-original-soundtrack/2278536.p?id=2192365&skuId=2278536&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278536', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278536.jpg\"}', 'upc' => '669311208224', 'provider' => 'bestbuy'],\n ['name' => \"Starlit Hour - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/starlit-hour-cd/2278546.p?id=66334&skuId=2278546&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278546', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278546.jpg\"}', 'upc' => '012676040624', 'provider' => 'bestbuy'],\n ['name' => \"Hero Tales: Part 2 (3 Disc) (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hero-tales-part-2-3-disc-dvd-boxed-set/2278563.p?id=2181031&skuId=2278563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278563.jpg\"}', 'upc' => '704400089022', 'provider' => 'bestbuy'],\n ['name' => \"Comedy for the Road - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/comedy-for-the-road-cd-various/2278653.p?id=102368&skuId=2278653&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278653', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278653_sa.jpg\"}', 'upc' => '012676041423', 'provider' => 'bestbuy'],\n ['name' => \"Rideback: Complete Series (2 Disc) (DVD) (Limited Edition) (Uncut)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rideback-complete-series-2-disc-dvd-limited-edition-uncut/2278679.p?id=2168059&skuId=2278679&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278679', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278679.jpg\"}', 'upc' => '704400012457', 'provider' => 'bestbuy'],\n ['name' => \"Famous Duets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/famous-duets-cd/2278680.p?id=99737&skuId=2278680&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278680', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278680.jpg\"}', 'upc' => '012676041621', 'provider' => 'bestbuy'],\n ['name' => \"A Rainbow Path - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-rainbow-path-cd/2278804.p?id=136760&skuId=2278804&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278804', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278804_sa.jpg\"}', 'upc' => '023234010324', 'provider' => 'bestbuy'],\n ['name' => \"Garden of Ecstasy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/garden-of-ecstasy-cd/2278822.p?id=136761&skuId=2278822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278822_sa.jpg\"}', 'upc' => '023234010720', 'provider' => 'bestbuy'],\n ['name' => \"Amazon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amazon-cd/2278902.p?id=136764&skuId=2278902&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278902', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278902_sa.jpg\"}', 'upc' => '023234011123', 'provider' => 'bestbuy'],\n ['name' => \"Lady of the Lake - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lady-of-the-lake-cd/2278920.p?id=136765&skuId=2278920&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278920', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278920_sa.jpg\"}', 'upc' => '023234011222', 'provider' => 'bestbuy'],\n ['name' => \"One Spirit - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-spirit-cd/2278948.p?id=136766&skuId=2278948&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2278948', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2278\\/2278948_sa.jpg\"}', 'upc' => '023234011321', 'provider' => 'bestbuy'],\n ['name' => \"Ocean Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ocean-moon-cd/2279073.p?id=136835&skuId=2279073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279073.jpg\"}', 'upc' => '023234008529', 'provider' => 'bestbuy'],\n ['name' => \"All Star Rock and Roll Revue - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-star-rock-and-roll-revue-cd-various/2279126.p?id=72727&skuId=2279126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279126_sa.jpg\"}', 'upc' => '012676051323', 'provider' => 'bestbuy'],\n ['name' => \"Love & Politics: A 30 Year Saga - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-politics-a-30-year-saga-cd/2279135.p?id=136834&skuId=2279135&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279135', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279135_sa.jpg\"}', 'upc' => '023234000721', 'provider' => 'bestbuy'],\n ['name' => \"As You Desire Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/as-you-desire-me-cd/2279144.p?id=80678&skuId=2279144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279144_sa.jpg\"}', 'upc' => '012676052320', 'provider' => 'bestbuy'],\n ['name' => \"Dame Dreaming - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dame-dreaming-cd/2279171.p?id=80679&skuId=2279171&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279171', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279171_sa.jpg\"}', 'upc' => '012676053228', 'provider' => 'bestbuy'],\n ['name' => \"Doggett Beat for Dancing Feet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doggett-beat-for-dancing-feet-cd/2279224.p?id=80681&skuId=2279224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279224_sa.jpg\"}', 'upc' => '012676055727', 'provider' => 'bestbuy'],\n ['name' => \"Clyde McPhatter with Billy Ward & His Dominoes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/clyde-mcphatter-with-billy-ward-his-dominoes-cd/2279242.p?id=91254&skuId=2279242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279242.jpg\"}', 'upc' => '012676055925', 'provider' => 'bestbuy'],\n ['name' => \"Come Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-home-cd/2279279.p?id=87162&skuId=2279279&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279279', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279279_sa.jpg\"}', 'upc' => '012676056922', 'provider' => 'bestbuy'],\n ['name' => \"Songs of the Hills - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-of-the-hills-cd/2279368.p?id=95939&skuId=2279368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279368_sa.jpg\"}', 'upc' => '012676058827', 'provider' => 'bestbuy'],\n ['name' => \"Somewhere Between Truth and Fiction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somewhere-between-truth-and-fiction-cd/2279377.p?id=1452278&skuId=2279377&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279377', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279377_sa.jpg\"}', 'upc' => '035828015325', 'provider' => 'bestbuy'],\n ['name' => \"Steve Lawrence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/steve-lawrence-cd/2279395.p?id=88823&skuId=2279395&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279395', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279395_sa.jpg\"}', 'upc' => '012676059329', 'provider' => 'bestbuy'],\n ['name' => \"Alto Magic: Dance Party with Earl Bostic - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alto-magic-dance-party-with-earl-bostic-cd/2279402.p?id=75597&skuId=2279402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279402_sa.jpg\"}', 'upc' => '012676059725', 'provider' => 'bestbuy'],\n ['name' => \"Mister Little Willie John - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mister-little-willie-john-cd/2279420.p?id=87103&skuId=2279420&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279420', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279420_sa.jpg\"}', 'upc' => '012676060325', 'provider' => 'bestbuy'],\n ['name' => \"Blue and Moody - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-and-moody-cd/2279439.p?id=96273&skuId=2279439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279439_sa.jpg\"}', 'upc' => '012676060424', 'provider' => 'bestbuy'],\n ['name' => \"16 of His Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/16-of-his-greatest-hits-cd/2279457.p?id=85948&skuId=2279457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279457_sa.jpg\"}', 'upc' => '012676060523', 'provider' => 'bestbuy'],\n ['name' => \"Battle of the Blues, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/battle-of-the-blues-vol-1-cd/2279466.p?id=84891&skuId=2279466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279466_sa.jpg\"}', 'upc' => '012676060721', 'provider' => 'bestbuy'],\n ['name' => \"Dance Music from the Bostic Workshop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-music-from-the-bostic-workshop-cd/2279484.p?id=75599&skuId=2279484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279484_sa.jpg\"}', 'upc' => '012676061322', 'provider' => 'bestbuy'],\n ['name' => \"Battle of the Blues, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/battle-of-the-blues-vol-2-cd/2279527.p?id=84892&skuId=2279527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279527_sa.jpg\"}', 'upc' => '012676062725', 'provider' => 'bestbuy'],\n ['name' => \"Battle of the Organs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/battle-of-the-organs-cd/2279554.p?id=96766&skuId=2279554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279554.jpg\"}', 'upc' => '012676063128', 'provider' => 'bestbuy'],\n ['name' => \"Battle of the Blues, Vol. 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/battle-of-the-blues-vol-3-cd/2279572.p?id=71763&skuId=2279572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279572_sa.jpg\"}', 'upc' => '012676063425', 'provider' => 'bestbuy'],\n ['name' => \"The Uncollected Charlie Spivak & His Orchestra - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-uncollected-charlie-spivak-his-orchestra-cd/2279616.p?id=71094&skuId=2279616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279616.jpg\"}', 'upc' => '014921010529', 'provider' => 'bestbuy'],\n ['name' => \"Eddy Howard & His Orchestra Play 22 Original... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eddy-howard-his-orchestra-play-22-original-cd/2279643.p?id=116893&skuId=2279643&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279643', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279643.jpg\"}', 'upc' => '014921040526', 'provider' => 'bestbuy'],\n ['name' => \"Margo Hennebach - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/margo-hennebach-cd/2279705.p?id=1506850&skuId=2279705&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279705', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279705.jpg\"}', 'upc' => '782073000421', 'provider' => 'bestbuy'],\n ['name' => \"Last Night While You Slept-CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/last-night-while-you-slept-cd/2279983.p?id=107680&skuId=2279983&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2279983', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2279\\/2279983_sa.jpg\"}', 'upc' => '743431500724', 'provider' => 'bestbuy'],\n ['name' => \"Ducktales: Remastered - PlayStation 3\", 'description_short' => \"Your favorite ducks are back and better than ever\", 'description_long' => \"Your favorite ducks are back and better than ever\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ducktales-remastered-playstation-3/2280001.p?id=1219071226263&skuId=2280001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280001_sa.jpg\"}', 'upc' => '013388340798', 'provider' => 'bestbuy'],\n ['name' => \"Ducktales: Remastered - Nintendo Wii U\", 'description_short' => \"Your favorite ducks are back and better than ever\", 'description_long' => \"Your favorite ducks are back and better than ever\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ducktales-remastered-nintendo-wii-u/2280029.p?id=1219071228675&skuId=2280029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280029_sa.jpg\"}', 'upc' => '013388390076', 'provider' => 'bestbuy'],\n ['name' => \"Half Life Of Desire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/half-life-of-desire-cd/2280089.p?id=65885&skuId=2280089&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280089', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280089.jpg\"}', 'upc' => '743431324221', 'provider' => 'bestbuy'],\n ['name' => \"Dante's Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dantes-blues-cd/2280258.p?id=65507&skuId=2280258&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280258', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280258.jpg\"}', 'upc' => '743431351227', 'provider' => 'bestbuy'],\n ['name' => \"Best of Voyage: Souvenirs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-voyage-souvenirs-cd/2280285.p?id=129762&skuId=2280285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280285_sa.jpg\"}', 'upc' => '053993001226', 'provider' => 'bestbuy'],\n ['name' => \"La Spada di San Galgano (The Sword of St.... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/la-spada-di-san-galgano-the-sword-of-st-cd/2280356.p?id=68700&skuId=2280356&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280356', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280356_sa.jpg\"}', 'upc' => '743431361622', 'provider' => 'bestbuy'],\n ['name' => \"Seven Point Perspective - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seven-point-perspective-cd/2280418.p?id=64485&skuId=2280418&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280418', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280418.jpg\"}', 'upc' => '743431371126', 'provider' => 'bestbuy'],\n ['name' => \"Research and Development - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/research-and-development-cd/2280463.p?id=68305&skuId=2280463&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280463', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280463.jpg\"}', 'upc' => '743431380029', 'provider' => 'bestbuy'],\n ['name' => \"Whole Lot of Shakin' Going On - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whole-lot-of-shakin-going-on-cd-various/2280784.p?id=97013&skuId=2280784&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280784', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280784.jpg\"}', 'upc' => '012676782227', 'provider' => 'bestbuy'],\n ['name' => \"Best Of - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-cd/2280793.p?id=156380&skuId=2280793&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280793', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280793_sa.jpg\"}', 'upc' => '053993336021', 'provider' => 'bestbuy'],\n ['name' => \"22 Greats - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/22-greats-cd/2280971.p?id=202138&skuId=2280971&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2280971', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2280\\/2280971_sa.jpg\"}', 'upc' => '012676786225', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits 1960 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-1960-cd-various/2281122.p?id=99002&skuId=2281122&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281122_sa.jpg\"}', 'upc' => '012676786829', 'provider' => 'bestbuy'],\n ['name' => \"Best Of Enjoy - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-enjoy-cd-various/2281131.p?id=129057&skuId=2281131&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281131', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281131.jpg\"}', 'upc' => '053993000526', 'provider' => 'bestbuy'],\n ['name' => \"20 Greatest Hits 1965 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-greatest-hits-1965-cd-various/2281195.p?id=99004&skuId=2281195&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281195', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281195_sa.jpg\"}', 'upc' => '012676787123', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits 1969 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-1969-cd-various/2281257.p?id=99007&skuId=2281257&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281257', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281257.jpg\"}', 'upc' => '012676787420', 'provider' => 'bestbuy'],\n ['name' => \"Love & Desire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-desire-cd/2281275.p?id=154998&skuId=2281275&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281275', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281275_sa.jpg\"}', 'upc' => '053993662526', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits 1970 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-1970-cd-various/2281284.p?id=98402&skuId=2281284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281284.jpg\"}', 'upc' => '012676787529', 'provider' => 'bestbuy'],\n ['name' => \"At Their Best - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-their-best-cd/2281328.p?id=202144&skuId=2281328&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281328', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281328.jpg\"}', 'upc' => '012676787727', 'provider' => 'bestbuy'],\n ['name' => \"The Jiggs Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-jiggs-up-cd/2281408.p?id=72036&skuId=2281408&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281408', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281408_sa.jpg\"}', 'upc' => '054987402425', 'provider' => 'bestbuy'],\n ['name' => \"16 Hits of Hawaii - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/16-hits-of-hawaii-cd/2281471.p?id=90249&skuId=2281471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281471_sa.jpg\"}', 'upc' => '012676790321', 'provider' => 'bestbuy'],\n ['name' => \"Tales of the Pilot: Bud Shank Plays the Music... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tales-of-the-pilot-bud-shank-plays-the-music-cd/2281499.p?id=70779&skuId=2281499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281499.jpg\"}', 'upc' => '054987402524', 'provider' => 'bestbuy'],\n ['name' => \"Don't Let Me Be Misunderstood - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-let-me-be-misunderstood-cd/2281523.p?id=179173&skuId=2281523&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281523', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281523_sa.jpg\"}', 'upc' => '053993663424', 'provider' => 'bestbuy'],\n ['name' => \"Late and Great Patsy Cline & Dottie West: 16... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/late-and-great-patsy-cline-dottie-west-16-cd/2281532.p?id=202146&skuId=2281532&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281532', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281532.jpg\"}', 'upc' => '012676791328', 'provider' => 'bestbuy'],\n ['name' => \"The House of the Rising Sun - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-house-of-the-rising-sun-cd/2281550.p?id=179174&skuId=2281550&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281550', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281550.jpg\"}', 'upc' => '053993663523', 'provider' => 'bestbuy'],\n ['name' => \"Another Cha-Cha - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/another-cha-cha-cd/2281603.p?id=179171&skuId=2281603&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281603', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281603_sa.jpg\"}', 'upc' => '053993663721', 'provider' => 'bestbuy'],\n ['name' => \"Don't Be Shy Tonight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-be-shy-tonight-cd/2281630.p?id=156406&skuId=2281630&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281630', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281630.jpg\"}', 'upc' => '053993663820', 'provider' => 'bestbuy'],\n ['name' => \"First Nocturn of the Night... [Import] - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-nocturn-of-the-night-import-various-cd/2281710.p?id=84244&skuId=2281710&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281710', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281710.jpg\"}', 'upc' => '013711302226', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Avi Records - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-avi-records-cd-various/2281747.p?id=130011&skuId=2281747&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281747', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281747.jpg\"}', 'upc' => '053993000724', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Butterfly Records - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-butterfly-records-cd-various/2281774.p?id=129682&skuId=2281774&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281774', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281774.jpg\"}', 'upc' => '053993000922', 'provider' => 'bestbuy'],\n ['name' => \"Vices and Virtues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vices-and-virtues-cd/2281785.p?id=2189489&skuId=2281785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281785_sa.jpg\"}', 'upc' => '093624968795', 'provider' => 'bestbuy'],\n ['name' => \"Norwegian Wood [Original Motion... [Digipak] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/norwegian-wood-original-motion-digipak-cd-original-soundtrack/2281803.p?id=2192948&skuId=2281803&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281803', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281803_sa.jpg\"}', 'upc' => '075597977448', 'provider' => 'bestbuy'],\n ['name' => \"Slow Airs & Set Dances - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slow-airs-set-dances-cd/2281854.p?id=93671&skuId=2281854&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281854', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281854_sa.jpg\"}', 'upc' => '048248101523', 'provider' => 'bestbuy'],\n ['name' => \"Real Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/real-time-cd/2281952.p?id=108654&skuId=2281952&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281952', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281952_sa.jpg\"}', 'upc' => '090368011824', 'provider' => 'bestbuy'],\n ['name' => \"Gliders - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gliders-cd/2281970.p?id=68615&skuId=2281970&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281970', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281970.jpg\"}', 'upc' => '028568800221', 'provider' => 'bestbuy'],\n ['name' => \"Puma Creek-CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/puma-creek-cd/2281989.p?id=125258&skuId=2281989&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2281989', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2281\\/2281989.jpg\"}', 'upc' => '028568801129', 'provider' => 'bestbuy'],\n ['name' => \"Greetings from New York - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greetings-from-new-york-cd/2282005.p?id=125260&skuId=2282005&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282005', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282005.jpg\"}', 'upc' => '028568801426', 'provider' => 'bestbuy'],\n ['name' => \"Straight Ahead - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/straight-ahead-cd/2282032.p?id=69998&skuId=2282032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282032.jpg\"}', 'upc' => '028568802027', 'provider' => 'bestbuy'],\n ['name' => \"Charles Blenzig - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/charles-blenzig-cd/2282041.p?id=125360&skuId=2282041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282041.jpg\"}', 'upc' => '028568802225', 'provider' => 'bestbuy'],\n ['name' => \"Don't Forget the Way Home - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-forget-the-way-home-cd/2282050.p?id=125376&skuId=2282050&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282050', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282050.jpg\"}', 'upc' => '028568802423', 'provider' => 'bestbuy'],\n ['name' => \"The Mystery Man - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mystery-man-cd/2282069.p?id=66559&skuId=2282069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282069.jpg\"}', 'upc' => '028568802621', 'provider' => 'bestbuy'],\n ['name' => \"The Joys of Living 2008-2010 [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-joys-of-living-2008-2010-digipak-cd/2282074.p?id=2195843&skuId=2282074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282074_sa.jpg\"}', 'upc' => '856136002582', 'provider' => 'bestbuy'],\n ['name' => \"Zzah - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zzah-cd/2282096.p?id=238873&skuId=2282096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282096.jpg\"}', 'upc' => '028568803222', 'provider' => 'bestbuy'],\n ['name' => \"Strollin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strollin-cd/2282103.p?id=70901&skuId=2282103&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282103', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282103.jpg\"}', 'upc' => '028568803420', 'provider' => 'bestbuy'],\n ['name' => \"Out of My Head [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-my-head-digipak-cd/2282108.p?id=2199976&skuId=2282108&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282108', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282108_sa.jpg\"}', 'upc' => '705438005121', 'provider' => 'bestbuy'],\n ['name' => \"Stories to Tell - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stories-to-tell-cd/2282112.p?id=108964&skuId=2282112&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282112', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282112.jpg\"}', 'upc' => '028568803925', 'provider' => 'bestbuy'],\n ['name' => \"Love Notes/Letter Bombs - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-notes-letter-bombs-cd/2282117.p?id=2192802&skuId=2282117&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282117', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282117_sa.jpg\"}', 'upc' => '067003091923', 'provider' => 'bestbuy'],\n ['name' => \"I Hope So - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-hope-so-cd/2282121.p?id=125249&skuId=2282121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282121.jpg\"}', 'upc' => '028568804021', 'provider' => 'bestbuy'],\n ['name' => \"Cherish the Light Years [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cherish-the-light-years-digipak-cd/2282126.p?id=2195841&skuId=2282126&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282126', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282126_sa.jpg\"}', 'upc' => '744861092124', 'provider' => 'bestbuy'],\n ['name' => \"Strings Attached - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/strings-attached-cd/2282675.p?id=92012&skuId=2282675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282675_sa.jpg\"}', 'upc' => '048248102728', 'provider' => 'bestbuy'],\n ['name' => \"Makin' the Rounds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/makin-the-rounds-cd/2282684.p?id=2424917&skuId=2282684&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282684', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282684_sa.jpg\"}', 'upc' => '048248103428', 'provider' => 'bestbuy'],\n ['name' => \"The New Land - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-new-land-cd/2282693.p?id=102065&skuId=2282693&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282693', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282693.jpg\"}', 'upc' => '048248104029', 'provider' => 'bestbuy'],\n ['name' => \"Fair Warning - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fair-warning-cd/2282700.p?id=79458&skuId=2282700&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282700', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282700_sa.jpg\"}', 'upc' => '048248104722', 'provider' => 'bestbuy'],\n ['name' => \"Jealousy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jealousy-cd/2282728.p?id=102064&skuId=2282728&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282728', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282728_sa.jpg\"}', 'upc' => '048248105026', 'provider' => 'bestbuy'],\n ['name' => \"Buttons & Bows - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/buttons-bows-cd/2282737.p?id=76434&skuId=2282737&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282737', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282737_sa.jpg\"}', 'upc' => '048248105125', 'provider' => 'bestbuy'],\n ['name' => \"Uncommon Bonds - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uncommon-bonds-cd/2282746.p?id=92014&skuId=2282746&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282746', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282746_sa.jpg\"}', 'upc' => '048248105323', 'provider' => 'bestbuy'],\n ['name' => \"Premiére: Music from Brittany - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/premiere-music-from-brittany-cd/2282755.p?id=88376&skuId=2282755&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282755', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282755_sa.jpg\"}', 'upc' => '048248105521', 'provider' => 'bestbuy'],\n ['name' => \"There Were Roses - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/there-were-roses-cd/2282764.p?id=92016&skuId=2282764&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282764', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282764.jpg\"}', 'upc' => '048248105729', 'provider' => 'bestbuy'],\n ['name' => \"Relativity - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/relativity-cd/2282808.p?id=79459&skuId=2282808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282808_sa.jpg\"}', 'upc' => '048248105927', 'provider' => 'bestbuy'],\n ['name' => \"The Times We've Had - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-times-weve-had-cd/2282835.p?id=86317&skuId=2282835&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282835', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282835_sa.jpg\"}', 'upc' => '048248106320', 'provider' => 'bestbuy'],\n ['name' => \"Kind Providence - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kind-providence-cd/2282862.p?id=82024&skuId=2282862&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282862', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282862_sa.jpg\"}', 'upc' => '048248106429', 'provider' => 'bestbuy'],\n ['name' => \"Happy to Meet & Sorry to Part - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happy-to-meet-sorry-to-part-cd/2282924.p?id=76333&skuId=2282924&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282924', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282924_sa.jpg\"}', 'upc' => '048248106924', 'provider' => 'bestbuy'],\n ['name' => \"Patrick Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/patrick-street-cd/2282942.p?id=76341&skuId=2282942&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282942', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282942_sa.jpg\"}', 'upc' => '048248107129', 'provider' => 'bestbuy'],\n ['name' => \"Kilkelly - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kilkelly-cd/2282979.p?id=92015&skuId=2282979&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2282979', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2282\\/2282979_sa.jpg\"}', 'upc' => '048248107228', 'provider' => 'bestbuy'],\n ['name' => \"The Invasion - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-invasion-cd/2283013.p?id=93716&skuId=2283013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283013_sa.jpg\"}', 'upc' => '048248107426', 'provider' => 'bestbuy'],\n ['name' => \"Altan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/altan-cd/2283022.p?id=87744&skuId=2283022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283022.jpg\"}', 'upc' => '048248107822', 'provider' => 'bestbuy'],\n ['name' => \"Dancing Feet - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dancing-feet-cd/2283040.p?id=101190&skuId=2283040&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283040', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283040.jpg\"}', 'upc' => '048248108126', 'provider' => 'bestbuy'],\n ['name' => \"Dublin Lady - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dublin-lady-cd/2283059.p?id=100426&skuId=2283059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283059_sa.jpg\"}', 'upc' => '048248108324', 'provider' => 'bestbuy'],\n ['name' => \"Foggy Dew - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/foggy-dew-cd/2283068.p?id=93672&skuId=2283068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283068_sa.jpg\"}', 'upc' => '048248108423', 'provider' => 'bestbuy'],\n ['name' => \"The Light of Other Days - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-light-of-other-days-cd/2283086.p?id=77118&skuId=2283086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283086.jpg\"}', 'upc' => '048248108621', 'provider' => 'bestbuy'],\n ['name' => \"No. 2 Patrick Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-2-patrick-street-cd/2283157.p?id=94511&skuId=2283157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283157_sa.jpg\"}', 'upc' => '048248108829', 'provider' => 'bestbuy'],\n ['name' => \"Stranger at the Gate - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stranger-at-the-gate-cd/2283193.p?id=2387491&skuId=2283193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283193.jpg\"}', 'upc' => '048248109123', 'provider' => 'bestbuy'],\n ['name' => \"Horse with a Heart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/horse-with-a-heart-cd/2283246.p?id=72836&skuId=2283246&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283246', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283246_sa.jpg\"}', 'upc' => '048248109529', 'provider' => 'bestbuy'],\n ['name' => \"Green Fields of America: Live in Concert - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/green-fields-of-america-live-in-concert-cd-various/2283282.p?id=84230&skuId=2283282&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283282', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283282_sa.jpg\"}', 'upc' => '048248109628', 'provider' => 'bestbuy'],\n ['name' => \"New French Folk Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-french-folk-music-cd/2283344.p?id=72450&skuId=2283344&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283344', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283344_sa.jpg\"}', 'upc' => '048248109925', 'provider' => 'bestbuy'],\n ['name' => \"Primeval - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/primeval-cd/2283380.p?id=96042&skuId=2283380&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283380', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283380.jpg\"}', 'upc' => '048248110426', 'provider' => 'bestbuy'],\n ['name' => \"Celtic Music - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/celtic-music-cd/2283442.p?id=94062&skuId=2283442&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283442', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283442_sa.jpg\"}', 'upc' => '048248110624', 'provider' => 'bestbuy'],\n ['name' => \"Cullen Bay - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cullen-bay-cd/2283488.p?id=101189&skuId=2283488&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283488', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283488_sa.jpg\"}', 'upc' => '048248110822', 'provider' => 'bestbuy'],\n ['name' => \"Sniper: Ghost Warrior - PlayStation 3\", 'description_short' => \"Control the power of death as you ghost through the jungle\", 'description_long' => \"Control the power of death as you ghost through the jungle\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sniper-ghost-warrior-playstation-3/2283504.p?id=1218317764858&skuId=2283504&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283504', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283504_sa.jpg\"}', 'upc' => '816293014019', 'provider' => 'bestbuy'],\n ['name' => \"Space Piper - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/space-piper-cd/2283549.p?id=96043&skuId=2283549&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283549', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283549_sa.jpg\"}', 'upc' => '048248111522', 'provider' => 'bestbuy'],\n ['name' => \"The Back Door - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-back-door-cd/2283558.p?id=77376&skuId=2283558&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283558', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283558_sa.jpg\"}', 'upc' => '048248111928', 'provider' => 'bestbuy'],\n ['name' => \"The Mermaid's Song - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mermaids-song-cd/2283576.p?id=101193&skuId=2283576&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283576', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283576_sa.jpg\"}', 'upc' => '048248112123', 'provider' => 'bestbuy'],\n ['name' => \"A Heart Made of Glass - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-heart-made-of-glass-cd/2283594.p?id=99945&skuId=2283594&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283594', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283594_sa.jpg\"}', 'upc' => '048248112321', 'provider' => 'bestbuy'],\n ['name' => \"Tryin' to Survive in the Ghetto - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tryin-to-survive-in-the-ghetto-cd/2283601.p?id=114973&skuId=2283601&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283601', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283601_sa.jpg\"}', 'upc' => '783476253223', 'provider' => 'bestbuy'],\n ['name' => \"Martin Hayes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/martin-hayes-cd/2283610.p?id=85071&skuId=2283610&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283610', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283610_sa.jpg\"}', 'upc' => '048248112727', 'provider' => 'bestbuy'],\n ['name' => \"3 Way Street - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/3-way-street-cd/2283647.p?id=92017&skuId=2283647&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283647', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283647_sa.jpg\"}', 'upc' => '048248112925', 'provider' => 'bestbuy'],\n ['name' => \"Country Impressions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-impressions-cd/2283656.p?id=108878&skuId=2283656&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283656', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283656.jpg\"}', 'upc' => '710571094321', 'provider' => 'bestbuy'],\n ['name' => \"Snap! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/snap-cd/2283665.p?id=98706&skuId=2283665&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283665', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283665.jpg\"}', 'upc' => '748775150222', 'provider' => 'bestbuy'],\n ['name' => \"Before We Arrive - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/before-we-arrive-cd/2283683.p?id=79992&skuId=2283683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283683.jpg\"}', 'upc' => '748775150925', 'provider' => 'bestbuy'],\n ['name' => \"Magico Magico!-CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/magico-magico-cd/2283736.p?id=89330&skuId=2283736&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283736', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283736_sa.jpg\"}', 'upc' => '744626000623', 'provider' => 'bestbuy'],\n ['name' => \"Years Gone By - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/years-gone-by-cd/2283852.p?id=87904&skuId=2283852&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283852', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283852_sa.jpg\"}', 'upc' => '025218852227', 'provider' => 'bestbuy'],\n ['name' => \"Celtic Hotel - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/celtic-hotel-cd/2283870.p?id=276439&skuId=2283870&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283870', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283870_sa.jpg\"}', 'upc' => '096045200222', 'provider' => 'bestbuy'],\n ['name' => \"Anthem for the Common Man - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/anthem-for-the-common-man-cd/2283914.p?id=276448&skuId=2283914&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283914', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283914.jpg\"}', 'upc' => '096045200826', 'provider' => 'bestbuy'],\n ['name' => \"On the Rise - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-rise-cd/2283923.p?id=276438&skuId=2283923&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283923', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283923.jpg\"}', 'upc' => '096045200925', 'provider' => 'bestbuy'],\n ['name' => \"Music In Trust 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-in-trust-1-cd/2283932.p?id=276437&skuId=2283932&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283932', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283932.jpg\"}', 'upc' => '096045201021', 'provider' => 'bestbuy'],\n ['name' => \"Scottish Harp - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scottish-harp-cd/2283950.p?id=311280&skuId=2283950&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2283950', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2283\\/2283950.jpg\"}', 'upc' => '096045200529', 'provider' => 'bestbuy'],\n ['name' => \"Take the Bull by The Horns - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-the-bull-by-the-horns-cd/2284227.p?id=80692&skuId=2284227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2284227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2284\\/2284227_sa.jpg\"}', 'upc' => '048248113120', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-import-canada-cd/2284469.p?id=1516923&skuId=2284469&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2284469', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2284\\/2284469.jpg\"}', 'upc' => '068381712721', 'provider' => 'bestbuy'],\n ['name' => \"Best Of Gary Low - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-gary-low-cd/2284566.p?id=1440627&skuId=2284566&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2284566', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2284\\/2284566.jpg\"}', 'upc' => '068381713025', 'provider' => 'bestbuy'],\n ['name' => \"Best of Soft Lee - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-soft-lee-cd/2284708.p?id=1447254&skuId=2284708&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2284708', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2284\\/2284708_sa.jpg\"}', 'upc' => '025633346820', 'provider' => 'bestbuy'],\n ['name' => \"Mixcraft Home Studio 7 - Windows\", 'description_short' => \"Record and mix your own tracks with an array of virtual instruments and effects at your fingertips\", 'description_long' => \"Record and mix your own tracks with an array of virtual instruments and effects at your fingertips\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mixcraft-home-studio-7-windows/2285024.p?id=1219535314129&skuId=2285024&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285024', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285024_sa.jpg\"}', 'upc' => '728028218398', 'provider' => 'bestbuy'],\n ['name' => \"Dance Lady Dance [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-lady-dance-import-cd/2285495.p?id=1518419&skuId=2285495&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285495', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285495.jpg\"}', 'upc' => '068381715524', 'provider' => 'bestbuy'],\n ['name' => \"Raga Bhairavi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-bhairavi-cd/2285583.p?id=285139&skuId=2285583&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285583_sa.jpg\"}', 'upc' => '731838100128', 'provider' => 'bestbuy'],\n ['name' => \"Raga Desh - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-desh-cd/2285592.p?id=285144&skuId=2285592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285592_sa.jpg\"}', 'upc' => '731838100227', 'provider' => 'bestbuy'],\n ['name' => \"Raga Yaman/Raga Kirwani - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-yaman-raga-kirwani-cd/2285618.p?id=155831&skuId=2285618&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285618.jpg\"}', 'upc' => '731838100326', 'provider' => 'bestbuy'],\n ['name' => \"Raga Malkauns/Raga Mishra Bhairavi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-malkauns-raga-mishra-bhairavi-cd/2285645.p?id=285138&skuId=2285645&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285645', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285645_sa.jpg\"}', 'upc' => '731838100425', 'provider' => 'bestbuy'],\n ['name' => \"Raga Puriya Dhanashri - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-puriya-dhanashri-cd/2285663.p?id=285143&skuId=2285663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285663_sa.jpg\"}', 'upc' => '731838100524', 'provider' => 'bestbuy'],\n ['name' => \"Raga Jhinjhoti - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-jhinjhoti-cd/2285672.p?id=296545&skuId=2285672&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285672_sa.jpg\"}', 'upc' => '731838100623', 'provider' => 'bestbuy'],\n ['name' => \"Ahir Bhairav & Bhairavi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ahir-bhairav-bhairavi-cd/2285681.p?id=155575&skuId=2285681&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285681', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285681_sa.jpg\"}', 'upc' => '731838100722', 'provider' => 'bestbuy'],\n ['name' => \"Sarod - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sarod-cd/2285707.p?id=261108&skuId=2285707&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285707', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285707_sa.jpg\"}', 'upc' => '731838100821', 'provider' => 'bestbuy'],\n ['name' => \"Raga Shahana Kanada - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-shahana-kanada-cd/2285734.p?id=261107&skuId=2285734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285734_sa.jpg\"}', 'upc' => '731838100920', 'provider' => 'bestbuy'],\n ['name' => \"Raga Jaijaivanti - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-jaijaivanti-cd/2285743.p?id=155898&skuId=2285743&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285743', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285743.jpg\"}', 'upc' => '731838101026', 'provider' => 'bestbuy'],\n ['name' => \"Take It Up (Import) [1994] [Single] (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-it-up-import-1994-single-canada-cd/2285985.p?id=1595570&skuId=2285985&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2285985', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2285\\/2285985.jpg\"}', 'upc' => '068381120526', 'provider' => 'bestbuy'],\n ['name' => \"Leyden Zar - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/leyden-zar-cd/2286065.p?id=1933225&skuId=2286065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286065.jpg\"}', 'upc' => '068381200129', 'provider' => 'bestbuy'],\n ['name' => \"Feel Good Party Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/feel-good-party-time-cd/2286190.p?id=1436337&skuId=2286190&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286190', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286190_sa.jpg\"}', 'upc' => '068381702425', 'provider' => 'bestbuy'],\n ['name' => \"A-Freak-A - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-freak-a-cd/2286207.p?id=1474466&skuId=2286207&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '068381702524', 'provider' => 'bestbuy'],\n ['name' => \"Learning to Dance All Over Again (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/learning-to-dance-all-over-again-import-canada-cd/2286225.p?id=1464892&skuId=2286225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286225.jpg\"}', 'upc' => '068381702623', 'provider' => 'bestbuy'],\n ['name' => \"You Got What It Takes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-got-what-it-takes-cd/2286234.p?id=2151928&skuId=2286234&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286234', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286234.jpg\"}', 'upc' => '068381702722', 'provider' => 'bestbuy'],\n ['name' => \"I'm Caught Up (In a One Night... [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-caught-up-in-a-one-night-import-cd/2286270.p?id=1436367&skuId=2286270&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286270', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286270_sa.jpg\"}', 'upc' => '068381703026', 'provider' => 'bestbuy'],\n ['name' => \"I Am Your Woman, She Is Your Wife [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-am-your-woman-she-is-your-wife-import-cd/2286298.p?id=2151673&skuId=2286298&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286298', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286298.jpg\"}', 'upc' => '068381703125', 'provider' => 'bestbuy'],\n ['name' => \"Keep on Jumpin' (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keep-on-jumpin-import-canada-cd/2286341.p?id=1436366&skuId=2286341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286341_sa.jpg\"}', 'upc' => '068381703422', 'provider' => 'bestbuy'],\n ['name' => \"Your Love Is A Lifesaver - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/your-love-is-a-lifesaver-cd/2286387.p?id=1484269&skuId=2286387&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286387', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286387.jpg\"}', 'upc' => '068381703521', 'provider' => 'bestbuy'],\n ['name' => \"Sharon Redd [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sharon-redd-import-cd/2286396.p?id=1436406&skuId=2286396&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286396', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286396.jpg\"}', 'upc' => '068381706324', 'provider' => 'bestbuy'],\n ['name' => \"Dancin' the Night Away [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dancin-the-night-away-import-cd/2286403.p?id=1438633&skuId=2286403&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286403', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286403_sa.jpg\"}', 'upc' => '068381703729', 'provider' => 'bestbuy'],\n ['name' => \"There But for the Grace of God Go I - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/there-but-for-the-grace-of-god-go-i-cd/2286430.p?id=2276123&skuId=2286430&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286430', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286430_sa.jpg\"}', 'upc' => '068381703828', 'provider' => 'bestbuy'],\n ['name' => \"Menergy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/menergy-cd/2286476.p?id=1438994&skuId=2286476&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286476', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286476.jpg\"}', 'upc' => '068381704023', 'provider' => 'bestbuy'],\n ['name' => \"Wuthering Heights (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wuthering-heights-import-canada-cd/2286519.p?id=1440895&skuId=2286519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286519.jpg\"}', 'upc' => '068381704122', 'provider' => 'bestbuy'],\n ['name' => \"Traditional Sufi Qawwalis 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traditional-sufi-qawwalis-2-cd/2286537.p?id=3322370&skuId=2286537&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286537', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '760452001726', 'provider' => 'bestbuy'],\n ['name' => \"Live At Kufa Gallery London 1990 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-kufa-gallery-london-1990-cd/2286555.p?id=3322372&skuId=2286555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286555_sa.jpg\"}', 'upc' => '760452000729', 'provider' => 'bestbuy'],\n ['name' => \"Raga Bihag-Bhairvi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raga-bihag-bhairvi-cd/2286564.p?id=1985677&skuId=2286564&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286564', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '760452000828', 'provider' => 'bestbuy'],\n ['name' => \"Jump Shout - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jump-shout-cd/2286617.p?id=1436407&skuId=2286617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286617.jpg\"}', 'upc' => '068381704627', 'provider' => 'bestbuy'],\n ['name' => \"It'S A Beat Wave - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-a-beat-wave-cd/2286662.p?id=2294068&skuId=2286662&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286662', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286662_sa.jpg\"}', 'upc' => '068381704825', 'provider' => 'bestbuy'],\n ['name' => \"So Many Men, So Little Time [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/so-many-men-so-little-time-import-cd/2286680.p?id=1438521&skuId=2286680&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286680', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286680.jpg\"}', 'upc' => '068381704924', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits Dance Party [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-dance-party-import-cd/2286715.p?id=1436352&skuId=2286715&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286715', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286715_sa.jpg\"}', 'upc' => '068381705129', 'provider' => 'bestbuy'],\n ['name' => \"Mind Warp [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mind-warp-import-cd/2286733.p?id=2015421&skuId=2286733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286733_sa.jpg\"}', 'upc' => '068381705327', 'provider' => 'bestbuy'],\n ['name' => \"Do Ya Wanna Funk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/do-ya-wanna-funk-cd/2286751.p?id=2015438&skuId=2286751&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286751', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286751_sa.jpg\"}', 'upc' => '068381705426', 'provider' => 'bestbuy'],\n ['name' => \"Call Me [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/call-me-import-cd/2286779.p?id=1448281&skuId=2286779&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286779', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286779.jpg\"}', 'upc' => '068381705525', 'provider' => 'bestbuy'],\n ['name' => \"Rock the Box [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-the-box-import-cd/2286797.p?id=1436412&skuId=2286797&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286797', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286797_sa.jpg\"}', 'upc' => '068381705624', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-1-cd-various/2286822.p?id=1436386&skuId=2286822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286822_sa.jpg\"}', 'upc' => '068381705822', 'provider' => 'bestbuy'],\n ['name' => \"Music [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-import-cd/2286868.p?id=2151705&skuId=2286868&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286868', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286868.jpg\"}', 'upc' => '068381706027', 'provider' => 'bestbuy'],\n ['name' => \"Something'S On Your Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somethings-on-your-mind-cd/2286886.p?id=1436374&skuId=2286886&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286886', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286886.jpg\"}', 'upc' => '068381706126', 'provider' => 'bestbuy'],\n ['name' => \"The Best of the 12\\\" Mixes (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-12-mixes-import-canada-cd/2286911.p?id=1434685&skuId=2286911&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286911', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286911_sa.jpg\"}', 'upc' => '068381706225', 'provider' => 'bestbuy'],\n ['name' => \"Redd Hot [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/redd-hot-import-cd/2286957.p?id=1438264&skuId=2286957&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286957', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286957.jpg\"}', 'upc' => '068381706423', 'provider' => 'bestbuy'],\n ['name' => \"Come to Me (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-to-me-import-canada-cd/2286993.p?id=1484270&skuId=2286993&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2286993', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2286\\/2286993.jpg\"}', 'upc' => '068381706621', 'provider' => 'bestbuy'],\n ['name' => \"Tonight [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tonight-import-cd/2287028.p?id=2151710&skuId=2287028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287028.jpg\"}', 'upc' => '068381706720', 'provider' => 'bestbuy'],\n ['name' => \"Now [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/now-import-cd/2287046.p?id=1438271&skuId=2287046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287046_sa.jpg\"}', 'upc' => '068381706829', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk, Vol. 2 [Import] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-vol-2-import-cd-various/2287135.p?id=1437936&skuId=2287135&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287135', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287135.jpg\"}', 'upc' => '068381707024', 'provider' => 'bestbuy'],\n ['name' => \"Morrissey: 25 - Live - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/morrissey-25-live-blu-ray-disc/2287182.p?id=2756048&skuId=2287182&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287182', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287182_sa.jpg\"}', 'upc' => '801213347391', 'provider' => 'bestbuy'],\n ['name' => \"The Mighty Two (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-mighty-two-import-canada-cd/2287199.p?id=1436383&skuId=2287199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287199_sa.jpg\"}', 'upc' => '068381201522', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk, Vol. 3 [Import] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-vol-3-import-cd-various/2287206.p?id=1477353&skuId=2287206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287206.jpg\"}', 'upc' => '068381707321', 'provider' => 'bestbuy'],\n ['name' => \"Tous Les Succes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tous-les-succes-cd/2287224.p?id=2276499&skuId=2287224&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287224', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287224.jpg\"}', 'upc' => '068381201928', 'provider' => 'bestbuy'],\n ['name' => \"Private Collection, Vol. 4: Studio Sessions,... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/private-collection-vol-4-studio-sessions-cd/2287242.p?id=3184730&skuId=2287242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287242.jpg\"}', 'upc' => '068381203427', 'provider' => 'bestbuy'],\n ['name' => \"Let's Do It Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-do-it-again-cd/2287279.p?id=1453984&skuId=2287279&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287279', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287279.jpg\"}', 'upc' => '068381206220', 'provider' => 'bestbuy'],\n ['name' => \"About Us - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/about-us-cd/2287288.p?id=1671014&skuId=2287288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287288.jpg\"}', 'upc' => '068381206824', 'provider' => 'bestbuy'],\n ['name' => \"Go for It - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/go-for-it-cd/2287297.p?id=247145&skuId=2287297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287297.jpg\"}', 'upc' => '068381207425', 'provider' => 'bestbuy'],\n ['name' => \"Circumstantial Evidence [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/circumstantial-evidence-import-cd/2287304.p?id=1640361&skuId=2287304&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287304', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287304.jpg\"}', 'upc' => '068381207821', 'provider' => 'bestbuy'],\n ['name' => \"Ultralive Ballisticrock... [CD & DVD] [Box] [PA] - CD - DVD Deluxe Edition\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ultralive-ballisticrock-cd-dvd-box-pa-cd-dvd-deluxe-edition/2287329.p?id=2758325&skuId=2287329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287329_sa.jpg\"}', 'upc' => '8024391061848', 'provider' => 'bestbuy'],\n ['name' => \"Ted Nugent: Ultralive Ballisticrock - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ted-nugent-ultralive-ballisticrock-blu-ray-disc/2287338.p?id=2758360&skuId=2287338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287338_sa.jpg\"}', 'upc' => '8024391061886', 'provider' => 'bestbuy'],\n ['name' => \"Morrissey: 25 - Live (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/morrissey-25-live-dvd/2287347.p?id=2756048&skuId=2287347&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287347', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287347_sa.jpg\"}', 'upc' => '801213065394', 'provider' => 'bestbuy'],\n ['name' => \"On My Own (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-my-own-import-canada-cd/2287741.p?id=1449999&skuId=2287741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287741.jpg\"}', 'upc' => '068381200624', 'provider' => 'bestbuy'],\n ['name' => \"I Put a Spell on You [1977] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-put-a-spell-on-you-1977-cd/2287769.p?id=1443002&skuId=2287769&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287769', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287769.jpg\"}', 'upc' => '068381200921', 'provider' => 'bestbuy'],\n ['name' => \"Chain Reaction - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/chain-reaction-cd/2287821.p?id=1979546&skuId=2287821&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2287821', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2287\\/2287821.jpg\"}', 'upc' => '068381201027', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-4-cd-various/2288018.p?id=1984243&skuId=2288018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288018.jpg\"}', 'upc' => '068381707420', 'provider' => 'bestbuy'],\n ['name' => \"Street Kings 2: Motor City (Blu-ray Disc) (Unrated)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/street-kings-2-motor-city-blu-ray-disc-unrated/2288032.p?id=2196188&skuId=2288032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288032_sa.jpg\"}', 'upc' => '024543720287', 'provider' => 'bestbuy'],\n ['name' => \"Benny & Joon (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/benny-joon-blu-ray-disc/2288041.p?id=47181&skuId=2288041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288041_sa.jpg\"}', 'upc' => '883904233282', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk, Vol. 5 [Import] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-vol-5-import-cd-various/2288063.p?id=1451202&skuId=2288063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288063.jpg\"}', 'upc' => '068381707529', 'provider' => 'bestbuy'],\n ['name' => \"Fiddler on the Roof (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fiddler-on-the-roof-blu-ray-disc-2-disc/2288069.p?id=47478&skuId=2288069&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288069', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288069_sa.jpg\"}', 'upc' => '883904232988', 'provider' => 'bestbuy'],\n ['name' => \"Gulliver's Travels (Blu-ray 3D) (3-D)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gullivers-travels-blu-ray-3d-3-d/2288078.p?id=2196388&skuId=2288078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288078_sa.jpg\"}', 'upc' => '024543742722', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk, Vol. 6 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-vol-6-cd-various/2288090.p?id=2276381&skuId=2288090&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288090', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288090.jpg\"}', 'upc' => '068381707628', 'provider' => 'bestbuy'],\n ['name' => \"Casino Jack (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/casino-jack-blu-ray-disc/2288096.p?id=2192381&skuId=2288096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288096_sa.jpg\"}', 'upc' => '024543738732', 'provider' => 'bestbuy'],\n ['name' => \"American Dad!, Vol. 6 [3 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-dad-vol-6-3-discs-dvd/2288111.p?id=2196572&skuId=2288111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288111_sa.jpg\"}', 'upc' => '024543716853', 'provider' => 'bestbuy'],\n ['name' => \"Casino Jack (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/casino-jack-dvd/2288148.p?id=2192381&skuId=2288148&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288148', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288148_sa.jpg\"}', 'upc' => '024543738695', 'provider' => 'bestbuy'],\n ['name' => \"I'm Coming Home Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-coming-home-again-cd/2288161.p?id=1438246&skuId=2288161&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288161', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288161.jpg\"}', 'upc' => '068381201225', 'provider' => 'bestbuy'],\n ['name' => \"Collection [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/collection-import-cd/2288223.p?id=1437957&skuId=2288223&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288223', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288223.jpg\"}', 'upc' => '068381070807', 'provider' => 'bestbuy'],\n ['name' => \"First True Love Affair [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/first-true-love-affair-import-cd/2288278.p?id=1436365&skuId=2288278&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288278', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288278_sa.jpg\"}', 'upc' => '068381708120', 'provider' => 'bestbuy'],\n ['name' => \"Listen Up! [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/listen-up-import-cd/2288296.p?id=1436416&skuId=2288296&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288296', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288296.jpg\"}', 'upc' => '068381201423', 'provider' => 'bestbuy'],\n ['name' => \"New York City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-york-city-cd/2288312.p?id=2282976&skuId=2288312&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288312', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288312.jpg\"}', 'upc' => '068381708229', 'provider' => 'bestbuy'],\n ['name' => \"Out of the Darkness [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-the-darkness-import-cd/2288349.p?id=1437944&skuId=2288349&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288349', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288349.jpg\"}', 'upc' => '068381201621', 'provider' => 'bestbuy'],\n ['name' => \"Good Lovin' Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/good-lovin-blues-cd/2288358.p?id=1507332&skuId=2288358&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288358', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288358_sa.jpg\"}', 'upc' => '029667129923', 'provider' => 'bestbuy'],\n ['name' => \"Laurie Vocal Groups: The Doo Wop Sound - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/laurie-vocal-groups-the-doo-wop-sound-cd-various/2288394.p?id=1472366&skuId=2288394&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288394', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288394_sa.jpg\"}', 'upc' => '029667130929', 'provider' => 'bestbuy'],\n ['name' => \"Best of Toulouse (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-toulouse-import-canada-cd/2288429.p?id=1450012&skuId=2288429&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288429', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288429.jpg\"}', 'upc' => '068381201829', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Rest of Johnny Maestro & the... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-rest-of-johnny-maestro-the-cd/2288438.p?id=1523627&skuId=2288438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288438_sa.jpg\"}', 'upc' => '029667132220', 'provider' => 'bestbuy'],\n ['name' => \"Happy Organs Wild Guitars & Piano Shuffles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/happy-organs-wild-guitars-piano-shuffles-cd/2288474.p?id=1576242&skuId=2288474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288474_sa.jpg\"}', 'upc' => '029667138628', 'provider' => 'bestbuy'],\n ['name' => \"Best of the Beau-Marks [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-of-the-beau-marks-import-cd/2288483.p?id=1450009&skuId=2288483&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288483', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288483.jpg\"}', 'upc' => '068381202321', 'provider' => 'bestbuy'],\n ['name' => \"Doo Wop Shop [Ace] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/doo-wop-shop-ace-cd-various/2288492.p?id=1576380&skuId=2288492&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288492', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288492.jpg\"}', 'upc' => '029667139229', 'provider' => 'bestbuy'],\n ['name' => \"Searching to Find the One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/searching-to-find-the-one-cd/2288517.p?id=1436424&skuId=2288517&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288517', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288517.jpg\"}', 'upc' => '068381708328', 'provider' => 'bestbuy'],\n ['name' => \"Cajun's Greatest: The Definitive Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cajuns-greatest-the-definitive-collection-cd/2288535.p?id=1452223&skuId=2288535&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288535', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288535_sa.jpg\"}', 'upc' => '029667142823', 'provider' => 'bestbuy'],\n ['name' => \"Can't Fake the Feeling [Import] [Single] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cant-fake-the-feeling-import-single-cd/2288553.p?id=1436385&skuId=2288553&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288553', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288553_sa.jpg\"}', 'upc' => '068381708427', 'provider' => 'bestbuy'],\n ['name' => \"Freight Train Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/freight-train-boogie-cd/2288562.p?id=1452197&skuId=2288562&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288562', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288562.jpg\"}', 'upc' => '029667145527', 'provider' => 'bestbuy'],\n ['name' => \"Living on Video [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/living-on-video-import-cd/2288599.p?id=1436404&skuId=2288599&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288599', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288599_sa.jpg\"}', 'upc' => '068381708526', 'provider' => 'bestbuy'],\n ['name' => \"Do It Your Way [Import] [Deluxe Edition] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/do-it-your-way-import-deluxe-edition-cd/2288633.p?id=1436420&skuId=2288633&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288633', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288633.jpg\"}', 'upc' => '068381715227', 'provider' => 'bestbuy'],\n ['name' => \"Somebody Else's Guy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/somebody-elses-guy-cd/2288642.p?id=1436426&skuId=2288642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288642.jpg\"}', 'upc' => '068381700124', 'provider' => 'bestbuy'],\n ['name' => \"Hip Hop Be Bop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hip-hop-be-bop-cd/2288679.p?id=2733065&skuId=2288679&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288679', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288679.jpg\"}', 'upc' => '068381708823', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Import] [Unidisc] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-import-unidisc-cd/2288697.p?id=1437927&skuId=2288697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288697_sa.jpg\"}', 'upc' => '068381708922', 'provider' => 'bestbuy'],\n ['name' => \"12\\\" Collection (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/12-collection-import-canada-cd/2288722.p?id=1522713&skuId=2288722&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288722', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288722.jpg\"}', 'upc' => '068381709127', 'provider' => 'bestbuy'],\n ['name' => \"Struck Gold - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/struck-gold-cd/2288731.p?id=3245459&skuId=2288731&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288731', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288731.jpg\"}', 'upc' => '068381715722', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2288768.p?id=2151670&skuId=2288768&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288768', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288768.jpg\"}', 'upc' => '068381715821', 'provider' => 'bestbuy'],\n ['name' => \"Venus [Import] [De Lite] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/venus-import-de-lite-cd/2288795.p?id=1436410&skuId=2288795&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288795', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288795_sa.jpg\"}', 'upc' => '068381715920', 'provider' => 'bestbuy'],\n ['name' => \"I Like What I Like [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-like-what-i-like-import-cd/2288811.p?id=1437923&skuId=2288811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288811.jpg\"}', 'upc' => '068381716026', 'provider' => 'bestbuy'],\n ['name' => \"For You, For Only You [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/for-you-for-only-you-import-cd/2288820.p?id=1504009&skuId=2288820&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288820', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288820.jpg\"}', 'upc' => '068381716125', 'provider' => 'bestbuy'],\n ['name' => \"Rare Preludes, Vol. 2 [Import] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rare-preludes-vol-2-import-cd-various/2288848.p?id=1437960&skuId=2288848&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288848', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288848.jpg\"}', 'upc' => '068381716224', 'provider' => 'bestbuy'],\n ['name' => \"Seventh Heaven [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seventh-heaven-import-cd/2288875.p?id=1437942&skuId=2288875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288875.jpg\"}', 'upc' => '068381709721', 'provider' => 'bestbuy'],\n ['name' => \"Soul on Your Side - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-on-your-side-cd/2288919.p?id=3289501&skuId=2288919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288919.jpg\"}', 'upc' => '068381709929', 'provider' => 'bestbuy'],\n ['name' => \"I'll Do Anything for You [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ill-do-anything-for-you-import-cd/2288928.p?id=1437567&skuId=2288928&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288928', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288928.jpg\"}', 'upc' => '068381700322', 'provider' => 'bestbuy'],\n ['name' => \"Teen Beat, Vol. 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/teen-beat-vol-2-cd-various/2288964.p?id=1452376&skuId=2288964&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2288964', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2288\\/2288964_sa.jpg\"}', 'upc' => '029667152228', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Import] [Unidisc] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-import-unidisc-cd/2289017.p?id=1440896&skuId=2289017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289017.jpg\"}', 'upc' => '068381700728', 'provider' => 'bestbuy'],\n ['name' => \"Precious Stone: In the Studio with Sly Stone... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/precious-stone-in-the-studio-with-sly-stone-cd/2289026.p?id=1476953&skuId=2289026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289026_sa.jpg\"}', 'upc' => '029667153928', 'provider' => 'bestbuy'],\n ['name' => \"Collection (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/collection-import-canada-cd/2289053.p?id=1436368&skuId=2289053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289053_sa.jpg\"}', 'upc' => '068381700827', 'provider' => 'bestbuy'],\n ['name' => \"Mainly Rock N Roll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mainly-rock-n-roll-cd/2289160.p?id=1849026&skuId=2289160&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289160', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289160_sa.jpg\"}', 'upc' => '029667293426', 'provider' => 'bestbuy'],\n ['name' => \"Shake Some Action - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shake-some-action-cd/2289197.p?id=82368&skuId=2289197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289197_sa.jpg\"}', 'upc' => '752211101723', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-import-canada-cd/2289295.p?id=2151681&skuId=2289295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289295_sa.jpg\"}', 'upc' => '068381701121', 'provider' => 'bestbuy'],\n ['name' => \"South of Lafayette - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/south-of-lafayette-cd/2289311.p?id=1543637&skuId=2289311&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289311', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289311.jpg\"}', 'upc' => '789456434323', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-import-cd/2289428.p?id=1436422&skuId=2289428&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289428', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289428.jpg\"}', 'upc' => '068381701527', 'provider' => 'bestbuy'],\n ['name' => \"You'll Never Know [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/youll-never-know-import-cd/2289437.p?id=1436388&skuId=2289437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289437.jpg\"}', 'upc' => '068381701626', 'provider' => 'bestbuy'],\n ['name' => \"Red Zone - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/red-zone-cd/2289516.p?id=127754&skuId=2289516&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289516', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289516_sa.jpg\"}', 'upc' => '747985010326', 'provider' => 'bestbuy'],\n ['name' => \"Round Trip - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/round-trip-cd/2289552.p?id=69367&skuId=2289552&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289552', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289552_sa.jpg\"}', 'upc' => '747985010425', 'provider' => 'bestbuy'],\n ['name' => \"Must Be the Music (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/must-be-the-music-import-canada-cd/2289589.p?id=1436330&skuId=2289589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289589_sa.jpg\"}', 'upc' => '068381702029', 'provider' => 'bestbuy'],\n ['name' => \"New Outlook - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/new-outlook-cd/2289598.p?id=2151896&skuId=2289598&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289598', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289598_sa.jpg\"}', 'upc' => '747985010623', 'provider' => 'bestbuy'],\n ['name' => \"Moscow - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moscow-cd/2289623.p?id=155098&skuId=2289623&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289623', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289623_sa.jpg\"}', 'upc' => '747985010722', 'provider' => 'bestbuy'],\n ['name' => \"Raincheck - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/raincheck-cd/2289669.p?id=64533&skuId=2289669&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289669', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289669_sa.jpg\"}', 'upc' => '747985010821', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-import-cd/2289696.p?id=1438269&skuId=2289696&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289696', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289696_sa.jpg\"}', 'upc' => '068381717924', 'provider' => 'bestbuy'],\n ['name' => \"The Main Attraction [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-main-attraction-import-cd/2289712.p?id=1519170&skuId=2289712&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289712', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289712.jpg\"}', 'upc' => '068381718020', 'provider' => 'bestbuy'],\n ['name' => \"Your Love [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/your-love-import-cd/2289721.p?id=1437956&skuId=2289721&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289721', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289721_sa.jpg\"}', 'upc' => '068381718129', 'provider' => 'bestbuy'],\n ['name' => \"Lime II [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lime-ii-import-cd/2289749.p?id=1436413&skuId=2289749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289749_sa.jpg\"}', 'upc' => '068381718228', 'provider' => 'bestbuy'],\n ['name' => \"Lime 3 [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lime-3-import-cd/2289785.p?id=1437930&skuId=2289785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289785.jpg\"}', 'upc' => '068381718327', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Import] [Unidisc] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-import-unidisc-cd/2289794.p?id=1516913&skuId=2289794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289794_sa.jpg\"}', 'upc' => '068381716927', 'provider' => 'bestbuy'],\n ['name' => \"Keep on Bumpin' & Masterplan (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keep-on-bumpin-masterplan-import-canada-cd/2289801.p?id=1496058&skuId=2289801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289801.jpg\"}', 'upc' => '068381710024', 'provider' => 'bestbuy'],\n ['name' => \"Sensual Sensation [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sensual-sensation-import-cd/2289810.p?id=1440897&skuId=2289810&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289810', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289810.jpg\"}', 'upc' => '068381718426', 'provider' => 'bestbuy'],\n ['name' => \"A Little Pleasure - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-little-pleasure-cd/2289847.p?id=154505&skuId=2289847&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289847', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289847_sa.jpg\"}', 'upc' => '747985010920', 'provider' => 'bestbuy'],\n ['name' => \"Unexpected Lovers [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unexpected-lovers-import-cd/2289856.p?id=1440893&skuId=2289856&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289856', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289856_sa.jpg\"}', 'upc' => '068381718525', 'provider' => 'bestbuy'],\n ['name' => \"Find A Friend - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/find-a-friend-cd/2289874.p?id=2280264&skuId=2289874&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289874', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289874.jpg\"}', 'upc' => '068381710123', 'provider' => 'bestbuy'],\n ['name' => \"Take the Love [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/take-the-love-import-cd/2289892.p?id=1437154&skuId=2289892&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289892', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289892.jpg\"}', 'upc' => '068381718624', 'provider' => 'bestbuy'],\n ['name' => \"Just Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-jazz-cd/2289909.p?id=157086&skuId=2289909&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289909', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289909_sa.jpg\"}', 'upc' => '747985011026', 'provider' => 'bestbuy'],\n ['name' => \"Kilowatt [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kilowatt-import-cd/2289927.p?id=1518420&skuId=2289927&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289927', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289927.jpg\"}', 'upc' => '068381710222', 'provider' => 'bestbuy'],\n ['name' => \"Music Of Kenny Dorham - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-kenny-dorham-cd/2289936.p?id=2015478&skuId=2289936&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289936', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289936_sa.jpg\"}', 'upc' => '747985011125', 'provider' => 'bestbuy'],\n ['name' => \"Burn Me Up [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/burn-me-up-import-cd/2289963.p?id=1438523&skuId=2289963&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289963', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289963.jpg\"}', 'upc' => '068381710321', 'provider' => 'bestbuy'],\n ['name' => \"Brand New Day [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brand-new-day-import-cd/2289990.p?id=1450008&skuId=2289990&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2289990', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2289\\/2289990.jpg\"}', 'upc' => '068381718723', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-import-cd/2290023.p?id=1436439&skuId=2290023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290023.jpg\"}', 'upc' => '068381710420', 'provider' => 'bestbuy'],\n ['name' => \"Caroline [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/caroline-import-cd/2290032.p?id=1437170&skuId=2290032&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290032', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290032_sa.jpg\"}', 'upc' => '068381718822', 'provider' => 'bestbuy'],\n ['name' => \"12 Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/12-stories-cd/2290038.p?id=3335075&skuId=2290038&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290038', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290038_sa.jpg\"}', 'upc' => '093624930549', 'provider' => 'bestbuy'],\n ['name' => \"Conjuration: Fat Tuesday's Session - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/conjuration-fat-tuesdays-session-cd/2290041.p?id=63525&skuId=2290041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290041_sa.jpg\"}', 'upc' => '747985011323', 'provider' => 'bestbuy'],\n ['name' => \"Hyperview - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hyperview-cd/2290056.p?id=3338813&skuId=2290056&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290056', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290056_sa.jpg\"}', 'upc' => '045778738328', 'provider' => 'bestbuy'],\n ['name' => \"Paddington [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/paddington-original-motion-picture-soundtrack-cd-original-soundtrack/2290065.p?id=3330834&skuId=2290065&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290065', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290065_sa.jpg\"}', 'upc' => '600753576601', 'provider' => 'bestbuy'],\n ['name' => \"The Soundtrack of My Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-soundtrack-of-my-life-cd/2290083.p?id=3330840&skuId=2290083&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290083', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290083_sa.jpg\"}', 'upc' => '602547104465', 'provider' => 'bestbuy'],\n ['name' => \"Smooth Sailing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smooth-sailing-cd/2290096.p?id=2151372&skuId=2290096&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290096', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290096_sa.jpg\"}', 'upc' => '747985011422', 'provider' => 'bestbuy'],\n ['name' => \"Only One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/only-one-cd/2290121.p?id=2015477&skuId=2290121&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290121', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290121_sa.jpg\"}', 'upc' => '747985011521', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2290158.p?id=1434139&skuId=2290158&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290158', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290158_sa.jpg\"}', 'upc' => '068381710628', 'provider' => 'bestbuy'],\n ['name' => \"Ridin High - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ridin-high-cd/2290194.p?id=2015496&skuId=2290194&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290194', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290194_sa.jpg\"}', 'upc' => '747985011620', 'provider' => 'bestbuy'],\n ['name' => \"Can't Live Without Your Love:... (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cant-live-without-your-love-import-canada-cd/2290247.p?id=1443003&skuId=2290247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290247_sa.jpg\"}', 'upc' => '068381718921', 'provider' => 'bestbuy'],\n ['name' => \"Outrageous [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/outrageous-import-cd/2290265.p?id=1450006&skuId=2290265&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290265', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290265_sa.jpg\"}', 'upc' => '068381717320', 'provider' => 'bestbuy'],\n ['name' => \"CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cd/2290274.p?id=3567757&skuId=2290274&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290274', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290274_sa.jpg\"}', 'upc' => '747985011828', 'provider' => 'bestbuy'],\n ['name' => \"Profile - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/profile-cd/2290327.p?id=70086&skuId=2290327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290327_sa.jpg\"}', 'upc' => '747985011927', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Tavares Revisited (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-tavares-revisited-import-canada-cd/2290354.p?id=1450453&skuId=2290354&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290354', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290354_sa.jpg\"}', 'upc' => '068381719225', 'provider' => 'bestbuy'],\n ['name' => \"Steel Diver - Nintendo 3DS\", 'description_short' => \"Plunge into the deep for a truly immersive submarine adventure\", 'description_long' => \"Plunge into the deep for a truly immersive submarine adventure\", 'price' => 19.99, 'sale_price' => 4.99, 'url' => 'http://www.bestbuy.com/site/steel-diver-nintendo-3ds/2290368.p?id=1218318235771&skuId=2290368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290368_sa.jpg\"}', 'upc' => '045496741426', 'provider' => 'bestbuy'],\n ['name' => \"Radio Waves - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/radio-waves-cd/2290381.p?id=70670&skuId=2290381&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290381', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290381_sa.jpg\"}', 'upc' => '747985012023', 'provider' => 'bestbuy'],\n ['name' => \"Portrait (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/portrait-import-canada-cd/2290416.p?id=1436378&skuId=2290416&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290416', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290416_sa.jpg\"}', 'upc' => '068381719324', 'provider' => 'bestbuy'],\n ['name' => \"Moment - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moment-cd/2290434.p?id=2151802&skuId=2290434&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290434', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290434_sa.jpg\"}', 'upc' => '747985012122', 'provider' => 'bestbuy'],\n ['name' => \"Andy Griffith Show: 16 Episodes (2 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/andy-griffith-show-16-episodes-2-disc-dvd/2290437.p?id=2171556&skuId=2290437&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290437', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290437.jpg\"}', 'upc' => '011891514422', 'provider' => 'bestbuy'],\n ['name' => \"John Wayne Collection [5 Discs] (Boxed Set) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-wayne-collection-5-discs-boxed-set-dvd/2290446.p?id=1473759&skuId=2290446&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290446', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290446_sa.jpg\"}', 'upc' => '011891951005', 'provider' => 'bestbuy'],\n ['name' => \"Monterey Pop - Blu-ray Disc\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 34.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/monterey-pop-blu-ray-disc/2290455.p?id=23327&skuId=2290455&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290455', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290455_sa.jpg\"}', 'upc' => '715515048316', 'provider' => 'bestbuy'],\n ['name' => \"Double Dutch Bus (Import) [Unidisc] (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/double-dutch-bus-import-unidisc-canada-cd/2290470.p?id=1436377&skuId=2290470&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290470', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290470.jpg\"}', 'upc' => '068381719423', 'provider' => 'bestbuy'],\n ['name' => \"Let's Cool One - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-cool-one-cd/2290489.p?id=64219&skuId=2290489&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290489', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290489.jpg\"}', 'upc' => '747985012221', 'provider' => 'bestbuy'],\n ['name' => \"Breakin' Out (Import) [Bonus Tracks] (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/breakin-out-import-bonus-tracks-canada-cd/2290540.p?id=1437950&skuId=2290540&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290540', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290540.jpg\"}', 'upc' => '068381719522', 'provider' => 'bestbuy'],\n ['name' => \"Mighty Body [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mighty-body-import-cd/2290595.p?id=1504007&skuId=2290595&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290595', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290595.jpg\"}', 'upc' => '068381719720', 'provider' => 'bestbuy'],\n ['name' => \"It's Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-time-cd/2290639.p?id=64531&skuId=2290639&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290639', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290639.jpg\"}', 'upc' => '747985012320', 'provider' => 'bestbuy'],\n ['name' => \"Finders Keepers [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/finders-keepers-import-cd/2290648.p?id=1437922&skuId=2290648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290648.jpg\"}', 'upc' => '068381719829', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil-First Set - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-first-set-cd/2290675.p?id=64535&skuId=2290675&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290675', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290675_sa.jpg\"}', 'upc' => '747985012528', 'provider' => 'bestbuy'],\n ['name' => \"You Are My Desire (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-are-my-desire-import-canada-cd/2290700.p?id=1437939&skuId=2290700&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290700', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290700.jpg\"}', 'upc' => '068381720627', 'provider' => 'bestbuy'],\n ['name' => \"Standards - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/standards-cd/2290737.p?id=70671&skuId=2290737&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290737', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290737_sa.jpg\"}', 'upc' => '747985012627', 'provider' => 'bestbuy'],\n ['name' => \"3 Way Play - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/3-way-play-cd/2290808.p?id=68136&skuId=2290808&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290808', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290808_sa.jpg\"}', 'upc' => '747985012726', 'provider' => 'bestbuy'],\n ['name' => \"East Coast Stroll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/east-coast-stroll-cd/2290871.p?id=64218&skuId=2290871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290871_sa.jpg\"}', 'upc' => '747985012825', 'provider' => 'bestbuy'],\n ['name' => \"No Parking on the Dance Floor (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-parking-on-the-dance-floor-import-canada-cd/2290960.p?id=1519052&skuId=2290960&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290960', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290960.jpg\"}', 'upc' => '068381711724', 'provider' => 'bestbuy'],\n ['name' => \"Yes I'm Ready (Import) [1981] (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yes-im-ready-import-1981-canada-cd/2290979.p?id=1438262&skuId=2290979&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290979', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290979.jpg\"}', 'upc' => '068381721020', 'provider' => 'bestbuy'],\n ['name' => \"A Special Rapport - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-special-rapport-cd/2290988.p?id=112073&skuId=2290988&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2290988', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2290\\/2290988_sa.jpg\"}', 'upc' => '747985012924', 'provider' => 'bestbuy'],\n ['name' => \"Withings - Activité Pop Activity Tracker Watch - Gray Silicone\", 'description_short' => \"Measures walking and running steps taken, distance traveled, calories burned, sleep and more; selectable daily goals; smart touch detection; water-resistant up to 150&#039;; Bluetooth interface\", 'description_long' => \"Measures walking and running steps taken, distance traveled, calories burned, sleep and more; selectable daily goals; smart touch detection; water-resistant up to 150&#039;; Bluetooth interface\", 'price' => 149.99, 'sale_price' => 124.99, 'url' => 'http://www.bestbuy.com/site/withings-activite-pop-activity-tracker-watch-gray-silicone/2291064.p?id=1219535314259&skuId=2291064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291064_sa.jpg\"}', 'upc' => '3700546700774', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk, Vol. 13 [Import] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-vol-13-import-cd-various/2291086.p?id=1447528&skuId=2291086&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291086', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291086_sa.jpg\"}', 'upc' => '068381721327', 'provider' => 'bestbuy'],\n ['name' => \"Funk U Right on Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/funk-u-right-on-up-cd/2291139.p?id=257613&skuId=2291139&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291139', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291139_sa.jpg\"}', 'upc' => '794756200028', 'provider' => 'bestbuy'],\n ['name' => \"Vol. 14-Star Funk - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vol-14-star-funk-cd-various/2291148.p?id=3165217&skuId=2291148&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291148', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291148.jpg\"}', 'upc' => '068381721426', 'provider' => 'bestbuy'],\n ['name' => \"Vol. 1-Solar System - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/vol-1-solar-system-cd-various/2291184.p?id=3165219&skuId=2291184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291184.jpg\"}', 'upc' => '068381712028', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk, Vol. 16 [Import] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-vol-16-import-cd-various/2291228.p?id=1518415&skuId=2291228&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291228', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291228.jpg\"}', 'upc' => '068381721624', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk, Vol. 17 [Import] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-vol-17-import-cd-various/2291273.p?id=1438526&skuId=2291273&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291273', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291273.jpg\"}', 'upc' => '068381721723', 'provider' => 'bestbuy'],\n ['name' => \"Star Funk, Vol. 12 (Import) (Canada) - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-funk-vol-12-import-canada-cd-various/2291362.p?id=1437951&skuId=2291362&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291362', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291362_sa.jpg\"}', 'upc' => '068381712325', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2291460.p?id=1436014&skuId=2291460&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291460', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291460_sa.jpg\"}', 'upc' => '068381800428', 'provider' => 'bestbuy'],\n ['name' => \"The Best of D Train (Import) [Unidisc] (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-d-train-import-unidisc-canada-cd/2291497.p?id=1436423&skuId=2291497&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291497', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291497_sa.jpg\"}', 'upc' => '068381800626', 'provider' => 'bestbuy'],\n ['name' => \"Beat the Street: The Very Best... [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beat-the-street-the-very-best-import-cd/2291576.p?id=1484268&skuId=2291576&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291576', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291576_sa.jpg\"}', 'upc' => '068381800923', 'provider' => 'bestbuy'],\n ['name' => \"Tropical Dance Classics at Its Best - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tropical-dance-classics-at-its-best-cd-various/2291996.p?id=1580660&skuId=2291996&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2291996', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2291\\/2291996_sa.jpg\"}', 'upc' => '068381802026', 'provider' => 'bestbuy'],\n ['name' => \"The Best of Voyage [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-voyage-import-cd/2292021.p?id=1437959&skuId=2292021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292021.jpg\"}', 'upc' => '068381802125', 'provider' => 'bestbuy'],\n ['name' => \"Ultimate Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ultimate-collection-cd/2292067.p?id=1436018&skuId=2292067&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292067.jpg\"}', 'upc' => '068381802323', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-import-canada-cd/2292129.p?id=1440898&skuId=2292129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292129_sa.jpg\"}', 'upc' => '068381802521', 'provider' => 'bestbuy'],\n ['name' => \"The President's Book of Secrets (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-presidents-book-of-secrets-dvd/2292471.p?id=2173887&skuId=2292471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292471_sa.jpg\"}', 'upc' => '733961240160', 'provider' => 'bestbuy'],\n ['name' => \"Man vs. Wild: Season 5 [2 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/man-vs-wild-season-5-2-discs-dvd/2292499.p?id=2189185&skuId=2292499&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292499', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292499_sa.jpg\"}', 'upc' => '018713580412', 'provider' => 'bestbuy'],\n ['name' => \"Sacrifice (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sacrifice-blu-ray-disc/2292505.p?id=2186316&skuId=2292505&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292505', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292505_sa.jpg\"}', 'upc' => '687797133960', 'provider' => 'bestbuy'],\n ['name' => \"Sacrifice (DVD) (Digital Copy)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sacrifice-dvd-digital-copy/2292523.p?id=2186316&skuId=2292523&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292523', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292523_sa.jpg\"}', 'upc' => '687797133991', 'provider' => 'bestbuy'],\n ['name' => \"Full Time (Import) (Canada) - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/full-time-import-canada-cd-various/2292548.p?id=1450004&skuId=2292548&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292548', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292548.jpg\"}', 'upc' => '068381803429', 'provider' => 'bestbuy'],\n ['name' => \"UNIVERSE: COMPLETE SERIES (16PC) (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 104.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/universe-complete-series-16pc-blu-ray-disc/2292578.p?id=2186834&skuId=2292578&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292578', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292578_sa.jpg\"}', 'upc' => '733961242997', 'provider' => 'bestbuy'],\n ['name' => \"The Collection (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-collection-import-canada-cd/2292584.p?id=1436364&skuId=2292584&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292584', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292584_sa.jpg\"}', 'upc' => '068381803528', 'provider' => 'bestbuy'],\n ['name' => \"Stan Lee'S Superhumans (3 Disc) (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stan-lees-superhumans-3-disc-dvd/2292596.p?id=2168027&skuId=2292596&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292596', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292596.jpg\"}', 'upc' => '733961239782', 'provider' => 'bestbuy'],\n ['name' => \"BREED & DAY OF THE DEAD / (WS AC3 DOL) (Blu-ray Disc) (2 Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/breed-day-of-the-dead-ws-ac3-dol-blu-ray-disc-2-disc/2292602.p?id=2186321&skuId=2292602&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292602', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292602_sa.jpg\"}', 'upc' => '634991358163', 'provider' => 'bestbuy'],\n ['name' => \"Dance Party (Import) (Canada) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dance-party-import-canada-cd/2292619.p?id=1436403&skuId=2292619&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2292619', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2292\\/2292619_sa.jpg\"}', 'upc' => '068381803627', 'provider' => 'bestbuy'],\n ['name' => \"Duck Dynasty: I'm Dreaming of a Redneck Christmas (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duck-dynasty-im-dreaming-of-a-redneck-christmas-dvd/2293008.p?id=2752846&skuId=2293008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/en_US\\/images\\/musicmoviegame\\/\\/pdpimages\\/2293008.jpg\"}', 'upc' => '031398179139', 'provider' => 'bestbuy'],\n ['name' => \"Alpine - 6-1/2\\\" 2-Way Component Speaker System with Multi-Layer Hybrid Fiber Cone (Pair) - Black\", 'description_short' => \"Handles up to 330W peak power (110W RMS); Multi-Layer Hybrid Fiber Cone ; 1&quot; Ring Radiator Tweeter\", 'description_long' => \"Handles up to 330W peak power (110W RMS); Multi-Layer Hybrid Fiber Cone ; 1&quot; Ring Radiator Tweeter\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alpine-6-1-2-2-way-component-speaker-system-with-multi-layer-hybrid-fiber-cone-pair-black/2293046.p?id=1218318856003&skuId=2293046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2293\\/2293046_sa.jpg\"}', 'upc' => '793276011039', 'provider' => 'bestbuy'],\n ['name' => \"Lost Lady - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lost-lady-cd/2293299.p?id=1465687&skuId=2293299&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293299', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2293\\/2293299.jpg\"}', 'upc' => '027312126327', 'provider' => 'bestbuy'],\n ['name' => \"You Were on My Mind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/you-were-on-my-mind-cd/2293324.p?id=1397957&skuId=2293324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2293\\/2293324.jpg\"}', 'upc' => '772532114028', 'provider' => 'bestbuy'],\n ['name' => \"From A Jack To A King - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/from-a-jack-to-a-king-cd/2293459.p?id=1418580&skuId=2293459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2293\\/2293459_sa.jpg\"}', 'upc' => '790051154967', 'provider' => 'bestbuy'],\n ['name' => \"American Impressionist Songwriters - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/american-impressionist-songwriters-various-cd/2293510.p?id=129530&skuId=2293510&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293510', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2293\\/2293510_sa.jpg\"}', 'upc' => '753114000625', 'provider' => 'bestbuy'],\n ['name' => \"The Memphis Days: Definitive Edition, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-memphis-days-definitive-edition-vol-2-cd/2293574.p?id=1397320&skuId=2293574&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293574', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2293\\/2293574_sa.jpg\"}', 'upc' => '790051155001', 'provider' => 'bestbuy'],\n ['name' => \"Eager Beaver Boy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eager-beaver-boy-cd/2293618.p?id=1524750&skuId=2293618&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293618', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2293\\/2293618_sa.jpg\"}', 'upc' => '790051155018', 'provider' => 'bestbuy'],\n ['name' => \"Singing Ranger 3 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 189.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singing-ranger-3-box-cd/2293672.p?id=1417368&skuId=2293672&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293672', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2293\\/2293672_sa.jpg\"}', 'upc' => '790051155025', 'provider' => 'bestbuy'],\n ['name' => \"Encore!/Mr. Everything - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 21.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/encore-mr-everything-cd/2293734.p?id=1484250&skuId=2293734&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2293734', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2293\\/2293734_sa.jpg\"}', 'upc' => '029667211024', 'provider' => 'bestbuy'],\n ['name' => \"One Summer Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-summer-night-cd/2294029.p?id=1419942&skuId=2294029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294029_sa.jpg\"}', 'upc' => '790051155032', 'provider' => 'bestbuy'],\n ['name' => \"Sock It To Me Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sock-it-to-me-baby-cd/2294047.p?id=1419961&skuId=2294047&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294047', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294047_sa.jpg\"}', 'upc' => '790051155049', 'provider' => 'bestbuy'],\n ['name' => \"Boogie My Blues Away - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 45.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boogie-my-blues-away-cd/2294074.p?id=1395450&skuId=2294074&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294074', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294074.jpg\"}', 'upc' => '790051155056', 'provider' => 'bestbuy'],\n ['name' => \"Decca Years & More (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/decca-years-more-box-cd/2294109.p?id=1419979&skuId=2294109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294109.jpg\"}', 'upc' => '790051155063', 'provider' => 'bestbuy'],\n ['name' => \"Montana Slim: Dynamite Trail Decca Years 1954-58 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/montana-slim-dynamite-trail-decca-years-1954-58-cd/2294127.p?id=1419924&skuId=2294127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294127.jpg\"}', 'upc' => '790051155070', 'provider' => 'bestbuy'],\n ['name' => \"Classic Recordings 1956-59 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-recordings-1956-59-cd/2294163.p?id=1417365&skuId=2294163&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294163', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294163.jpg\"}', 'upc' => '790051155148', 'provider' => 'bestbuy'],\n ['name' => \"Memphis Days - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memphis-days-cd/2294181.p?id=1448249&skuId=2294181&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294181', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294181_sa.jpg\"}', 'upc' => '790051155155', 'provider' => 'bestbuy'],\n ['name' => \"Ducktail - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ducktail-cd/2294207.p?id=1474160&skuId=2294207&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294207', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294207_sa.jpg\"}', 'upc' => '790051155162', 'provider' => 'bestbuy'],\n ['name' => \"Complete Phoenix Concerts - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-phoenix-concerts-cd/2294225.p?id=1524797&skuId=2294225&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294225', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294225_sa.jpg\"}', 'upc' => '790051155186', 'provider' => 'bestbuy'],\n ['name' => \"Cannons In The Rain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cannons-in-the-rain-cd/2294243.p?id=1524796&skuId=2294243&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294243', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294243_sa.jpg\"}', 'upc' => '790051155193', 'provider' => 'bestbuy'],\n ['name' => \"At Town Hall - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-town-hall-cd/2294261.p?id=1421274&skuId=2294261&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294261', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294261_sa.jpg\"}', 'upc' => '790051155209', 'provider' => 'bestbuy'],\n ['name' => \"Wondering Boy 1951-58 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 119.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wondering-boy-1951-58-box-cd/2294314.p?id=1421278&skuId=2294314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294314_sa.jpg\"}', 'upc' => '4000127155221', 'provider' => 'bestbuy'],\n ['name' => \"Just Walkin In The Rain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-walkin-in-the-rain-cd/2294332.p?id=1427476&skuId=2294332&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294332', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294332_sa.jpg\"}', 'upc' => '790051155230', 'provider' => 'bestbuy'],\n ['name' => \"Be Bop Boy W/ Walker Horton & Mose Vinson - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/be-bop-boy-w-walker-horton-mose-vinson-cd/2294350.p?id=1425625&skuId=2294350&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294350', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294350_sa.jpg\"}', 'upc' => '790051155247', 'provider' => 'bestbuy'],\n ['name' => \"Bluegrass 1959-69 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 91.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluegrass-1959-69-box-cd/2294403.p?id=1409186&skuId=2294403&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294403', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294403.jpg\"}', 'upc' => '790051155292', 'provider' => 'bestbuy'],\n ['name' => \"Spellbound (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 52.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/spellbound-box-cd/2294421.p?id=1421285&skuId=2294421&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294421_sa.jpg\"}', 'upc' => '790051155308', 'provider' => 'bestbuy'],\n ['name' => \"Dark Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dark-moon-cd/2294467.p?id=1524860&skuId=2294467&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294467', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294467.jpg\"}', 'upc' => '4000127155313', 'provider' => 'bestbuy'],\n ['name' => \"Let'S Go Jivin To Rock & Roll - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lets-go-jivin-to-rock-roll-cd-various/2294494.p?id=1418577&skuId=2294494&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294494', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294494.jpg\"}', 'upc' => '4000127155337', 'provider' => 'bestbuy'],\n ['name' => \"Live Action - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-action-cd-various/2294519.p?id=3547343&skuId=2294519&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294519', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '082333166141', 'provider' => 'bestbuy'],\n ['name' => \"Classic Scott: Way I Walk (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-scott-way-i-walk-box-cd/2294528.p?id=1427495&skuId=2294528&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294528', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294528.jpg\"}', 'upc' => '790051155346', 'provider' => 'bestbuy'],\n ['name' => \"Gonna Shake This Shack Tonight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gonna-shake-this-shack-tonight-cd/2294555.p?id=1425603&skuId=2294555&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294555', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294555_sa.jpg\"}', 'upc' => '790051155353', 'provider' => 'bestbuy'],\n ['name' => \"Hard Working Man - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hard-working-man-cd/2294617.p?id=3165218&skuId=2294617&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294617', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '082333155527', 'provider' => 'bestbuy'],\n ['name' => \"Singing Brakeman (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singing-brakeman-box-cd/2294635.p?id=1427494&skuId=2294635&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294635', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294635_sa.jpg\"}', 'upc' => '790051155407', 'provider' => 'bestbuy'],\n ['name' => \"On The Trail Again - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-trail-again-cd/2294733.p?id=1425600&skuId=2294733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294733_sa.jpg\"}', 'upc' => '790051156329', 'provider' => 'bestbuy'],\n ['name' => \"Road To Torreon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/road-to-torreon-cd/2294742.p?id=1524803&skuId=2294742&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294742', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294742_sa.jpg\"}', 'upc' => '4000127156334', 'provider' => 'bestbuy'],\n ['name' => \"High Noon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/high-noon-cd/2294760.p?id=1427489&skuId=2294760&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294760', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294760_sa.jpg\"}', 'upc' => '790051156343', 'provider' => 'bestbuy'],\n ['name' => \"1952-55 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1952-55-cd/2294788.p?id=1421295&skuId=2294788&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294788', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294788_sa.jpg\"}', 'upc' => '790051156350', 'provider' => 'bestbuy'],\n ['name' => \"Guitar Rags & A Too Far Past (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guitar-rags-a-too-far-past-box-cd/2294797.p?id=1418553&skuId=2294797&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294797', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294797_sa.jpg\"}', 'upc' => '790051156374', 'provider' => 'bestbuy'],\n ['name' => \"Eartha-quake - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 191.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/eartha-quake-cd/2294804.p?id=3356113&skuId=2294804&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294804', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294804_sa.jpg\"}', 'upc' => '790051156398', 'provider' => 'bestbuy'],\n ['name' => \"Out Of New Orleans (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 219.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-new-orleans-box-cd/2294813.p?id=1419954&skuId=2294813&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294813', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294813_sa.jpg\"}', 'upc' => '790051155414', 'provider' => 'bestbuy'],\n ['name' => \"Onie'S Bop - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/onies-bop-cd/2294822.p?id=1524813&skuId=2294822&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294822', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294822_sa.jpg\"}', 'upc' => '790051155421', 'provider' => 'bestbuy'],\n ['name' => \"Rockin Rollin Johnny Horton - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-rollin-johnny-horton-cd/2294831.p?id=1421289&skuId=2294831&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294831', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294831_sa.jpg\"}', 'upc' => '790051155438', 'provider' => 'bestbuy'],\n ['name' => \"Great Shakin Fever - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-shakin-fever-cd/2294840.p?id=1419909&skuId=2294840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294840.jpg\"}', 'upc' => '4000127155450', 'provider' => 'bestbuy'],\n ['name' => \"Wagon West (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wagon-west-box-cd/2294859.p?id=1417369&skuId=2294859&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294859', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294859.jpg\"}', 'upc' => '790051156404', 'provider' => 'bestbuy'],\n ['name' => \"My Heart Is An Open Book - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-heart-is-an-open-book-cd/2294868.p?id=1419953&skuId=2294868&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294868', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294868_sa.jpg\"}', 'upc' => '790051155469', 'provider' => 'bestbuy'],\n ['name' => \"Wild Sound Of New Orleans - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wild-sound-of-new-orleans-cd/2294877.p?id=1418551&skuId=2294877&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294877', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294877.jpg\"}', 'upc' => '790051156411', 'provider' => 'bestbuy'],\n ['name' => \"Wiedersehn Ist Wunderschon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wiedersehn-ist-wunderschon-cd/2294895.p?id=2275537&skuId=2294895&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294895', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294895_sa.jpg\"}', 'upc' => '790051156442', 'provider' => 'bestbuy'],\n ['name' => \"Up Through the Years, 1955-1957 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-through-the-years-1955-1957-cd/2294920.p?id=1400210&skuId=2294920&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294920', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294920_sa.jpg\"}', 'upc' => '790051152475', 'provider' => 'bestbuy'],\n ['name' => \"Worryin Kind - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/worryin-kind-cd/2294939.p?id=1418581&skuId=2294939&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294939', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294939.jpg\"}', 'upc' => '790051156435', 'provider' => 'bestbuy'],\n ['name' => \"Some Think He Might Be King Elvis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/some-think-he-might-be-king-elvis-cd/2294948.p?id=1427464&skuId=2294948&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294948', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294948.jpg\"}', 'upc' => '790051155483', 'provider' => 'bestbuy'],\n ['name' => \"Fool - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fool-cd/2294966.p?id=1524754&skuId=2294966&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294966', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294966_sa.jpg\"}', 'upc' => '790051155490', 'provider' => 'bestbuy'],\n ['name' => \"Auctioneer - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/auctioneer-cd/2294975.p?id=1421272&skuId=2294975&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2294975', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2294\\/2294975_sa.jpg\"}', 'upc' => '790051156473', 'provider' => 'bestbuy'],\n ['name' => \"I Got A Rocket In My Pocket - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-got-a-rocket-in-my-pocket-cd/2295000.p?id=1425622&skuId=2295000&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295000', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295000.jpg\"}', 'upc' => '790051156503', 'provider' => 'bestbuy'],\n ['name' => \"Rca Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rca-sessions-cd/2295028.p?id=1405896&skuId=2295028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295028_sa.jpg\"}', 'upc' => '790051154073', 'provider' => 'bestbuy'],\n ['name' => \"Hank Garland & Sugar Footers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hank-garland-sugar-footers-cd/2295037.p?id=1419972&skuId=2295037&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295037.jpg\"}', 'upc' => '4000127155511', 'provider' => 'bestbuy'],\n ['name' => \"Up Through The Years 1956-63 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/up-through-the-years-1956-63-cd/2295046.p?id=1527011&skuId=2295046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295046_sa.jpg\"}', 'upc' => '4000127154088', 'provider' => 'bestbuy'],\n ['name' => \"Heroes & Cowboys (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 74.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heroes-cowboys-box-cd/2295055.p?id=1417376&skuId=2295055&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295055', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295055_sa.jpg\"}', 'upc' => '790051155520', 'provider' => 'bestbuy'],\n ['name' => \"Making Believe (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/making-believe-box-cd/2295064.p?id=1586444&skuId=2295064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295064_sa.jpg\"}', 'upc' => '790051156510', 'provider' => 'bestbuy'],\n ['name' => \"That Scratchy Guitar From Memphis - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/that-scratchy-guitar-from-memphis-cd/2295073.p?id=1524810&skuId=2295073&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295073.jpg\"}', 'upc' => '790051154158', 'provider' => 'bestbuy'],\n ['name' => \"Rock With A Sock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-with-a-sock-cd/2295135.p?id=1419915&skuId=2295135&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295135', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295135_sa.jpg\"}', 'upc' => '790051156541', 'provider' => 'bestbuy'],\n ['name' => \"Let The Good Times Roll: Decca 1938-54 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-the-good-times-roll-decca-1938-54-box-cd/2295199.p?id=1567901&skuId=2295199&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295199', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295199.jpg\"}', 'upc' => '790051155575', 'provider' => 'bestbuy'],\n ['name' => \"Cross The Brazos At Waco (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cross-the-brazos-at-waco-box-cd/2295206.p?id=1419949&skuId=2295206&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295206', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295206.jpg\"}', 'upc' => '790051156572', 'provider' => 'bestbuy'],\n ['name' => \"Classic (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-box-cd/2295233.p?id=1425612&skuId=2295233&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295233', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295233.jpg\"}', 'upc' => '790051154202', 'provider' => 'bestbuy'],\n ['name' => \"I Witness Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-witness-life-cd/2295242.p?id=1421282&skuId=2295242&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295242', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295242_sa.jpg\"}', 'upc' => '790051156589', 'provider' => 'bestbuy'],\n ['name' => \"1959-63 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1959-63-box-cd/2295251.p?id=1550648&skuId=2295251&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295251', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295251_sa.jpg\"}', 'upc' => '790051155599', 'provider' => 'bestbuy'],\n ['name' => \"Blue Train - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-train-cd/2295260.p?id=1524718&skuId=2295260&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295260', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295260.jpg\"}', 'upc' => '4000127154217', 'provider' => 'bestbuy'],\n ['name' => \"It'S My Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-my-time-cd/2295288.p?id=1524719&skuId=2295288&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295288', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295288_sa.jpg\"}', 'upc' => '790051154226', 'provider' => 'bestbuy'],\n ['name' => \"Rock & Roll Daddy-O - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rock-roll-daddy-o-cd/2295297.p?id=1419930&skuId=2295297&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295297', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295297.jpg\"}', 'upc' => '4000127155603', 'provider' => 'bestbuy'],\n ['name' => \"Close Harmony (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/close-harmony-box-cd/2295313.p?id=1425626&skuId=2295313&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295313', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295313_sa.jpg\"}', 'upc' => '790051155612', 'provider' => 'bestbuy'],\n ['name' => \"All American Boy 1 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/all-american-boy-1-box-cd/2295322.p?id=1419917&skuId=2295322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295322.jpg\"}', 'upc' => '790051156633', 'provider' => 'bestbuy'],\n ['name' => \"Man In Black 2: 1959-62 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/man-in-black-2-1959-62-box-cd/2295340.p?id=1419928&skuId=2295340&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295340', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295340.jpg\"}', 'upc' => '4000127155627', 'provider' => 'bestbuy'],\n ['name' => \"Singer Songwriter 1961-66 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singer-songwriter-1961-66-box-cd/2295368.p?id=1419973&skuId=2295368&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295368', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295368.jpg\"}', 'upc' => '790051156640', 'provider' => 'bestbuy'],\n ['name' => \"1949-52 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1949-52-cd/2295377.p?id=1418592&skuId=2295377&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295377', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295377_sa.jpg\"}', 'upc' => '4000127155641', 'provider' => 'bestbuy'],\n ['name' => \"Bluegrass 1950-58 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluegrass-1950-58-box-cd/2295386.p?id=1427456&skuId=2295386&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295386', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295386_sa.jpg\"}', 'upc' => '790051154233', 'provider' => 'bestbuy'],\n ['name' => \"Rockin Rollin Robbins - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-rollin-robbins-cd/2295439.p?id=1427490&skuId=2295439&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295439', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295439_sa.jpg\"}', 'upc' => '4000127155665', 'provider' => 'bestbuy'],\n ['name' => \"Three Bells (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 256.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/three-bells-box-cd/2295448.p?id=1418578&skuId=2295448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295448.jpg\"}', 'upc' => '790051156657', 'provider' => 'bestbuy'],\n ['name' => \"Story Of My Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/story-of-my-life-cd/2295457.p?id=1427491&skuId=2295457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295457_sa.jpg\"}', 'upc' => '790051155674', 'provider' => 'bestbuy'],\n ['name' => \"Hawaii'S Calling Me - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hawaiis-calling-me-cd/2295466.p?id=1427493&skuId=2295466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295466.jpg\"}', 'upc' => '790051155681', 'provider' => 'bestbuy'],\n ['name' => \"Rockin Rollin Robbins 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-rollin-robbins-3-cd/2295475.p?id=1586452&skuId=2295475&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295475', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295475_sa.jpg\"}', 'upc' => '790051155698', 'provider' => 'bestbuy'],\n ['name' => \"Country 1951-1958 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 139.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-1951-1958-box-cd/2295484.p?id=1395506&skuId=2295484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295484_sa.jpg\"}', 'upc' => '790051155704', 'provider' => 'bestbuy'],\n ['name' => \"Musical Journey To Caribbean & Mexico - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/musical-journey-to-caribbean-mexico-cd/2295493.p?id=1417385&skuId=2295493&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295493', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295493_sa.jpg\"}', 'upc' => '790051155711', 'provider' => 'bestbuy'],\n ['name' => \"Live At London Palladium - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-london-palladium-cd/2295518.p?id=1427482&skuId=2295518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295518.jpg\"}', 'upc' => '790051156664', 'provider' => 'bestbuy'],\n ['name' => \"Hillbilly Hula - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hillbilly-hula-cd/2295527.p?id=1448248&skuId=2295527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295527_sa.jpg\"}', 'upc' => '790051155742', 'provider' => 'bestbuy'],\n ['name' => \"Western Swing & Steel Instrumentals - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/western-swing-steel-instrumentals-cd/2295554.p?id=1417377&skuId=2295554&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295554', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295554.jpg\"}', 'upc' => '4000127155757', 'provider' => 'bestbuy'],\n ['name' => \"Sear-Iously - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sear-iously-cd/2295563.p?id=2292279&skuId=2295563&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295563', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295563.jpg\"}', 'upc' => '790051156688', 'provider' => 'bestbuy'],\n ['name' => \"Blow Man Blow (W - CD - Box w/Book\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blow-man-blow-w-cd-box-w-book/2295572.p?id=1549928&skuId=2295572&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295572', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295572.jpg\"}', 'upc' => '790051156701', 'provider' => 'bestbuy'],\n ['name' => \"Imperial Sessions (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 52.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/imperial-sessions-box-cd/2295581.p?id=1418591&skuId=2295581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295581_sa.jpg\"}', 'upc' => '790051156732', 'provider' => 'bestbuy'],\n ['name' => \"Bluebirds Over The Mountain - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluebirds-over-the-mountain-cd/2295590.p?id=1421287&skuId=2295590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295590_sa.jpg\"}', 'upc' => '790051156763', 'provider' => 'bestbuy'],\n ['name' => \"1953-59 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 52.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1953-59-box-cd/2295607.p?id=1419982&skuId=2295607&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295607', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295607_sa.jpg\"}', 'upc' => '790051156817', 'provider' => 'bestbuy'],\n ['name' => \"Jubilee Recordings (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jubilee-recordings-box-cd/2295616.p?id=1427463&skuId=2295616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295616_sa.jpg\"}', 'upc' => '790051156824', 'provider' => 'bestbuy'],\n ['name' => \"Bonanza: Ponderosa Party Time - CD - Box Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bonanza-ponderosa-party-time-cd-box-original-soundtrack/2295634.p?id=1419980&skuId=2295634&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295634', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295634.jpg\"}', 'upc' => '790051156848', 'provider' => 'bestbuy'],\n ['name' => \"Yellow Rose Of Texas (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yellow-rose-of-texas-box-cd/2295652.p?id=1418559&skuId=2295652&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295652', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295652.jpg\"}', 'upc' => '790051156886', 'provider' => 'bestbuy'],\n ['name' => \"South Texas Swing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/south-texas-swing-cd/2295698.p?id=109591&skuId=2295698&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295698', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295698_sa.jpg\"}', 'upc' => '096297702925', 'provider' => 'bestbuy'],\n ['name' => \"Lightfoot - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lightfoot-cd/2295956.p?id=1418562&skuId=2295956&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295956', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295956_sa.jpg\"}', 'upc' => '790051155766', 'provider' => 'bestbuy'],\n ['name' => \"Leonard (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/leonard-box-cd/2295974.p?id=1419936&skuId=2295974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295974_sa.jpg\"}', 'upc' => '790051155773', 'provider' => 'bestbuy'],\n ['name' => \"Flash Crash & Thunder - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flash-crash-thunder-cd/2295992.p?id=1419963&skuId=2295992&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2295992', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2295\\/2295992_sa.jpg\"}', 'upc' => '4000127155795', 'provider' => 'bestbuy'],\n ['name' => \"Oklahoma Hills - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/oklahoma-hills-cd/2296018.p?id=1524861&skuId=2296018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296018_sa.jpg\"}', 'upc' => '790051155803', 'provider' => 'bestbuy'],\n ['name' => \"Golden Steel Guitar Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-steel-guitar-hits-cd/2296107.p?id=1419952&skuId=2296107&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296107', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296107.jpg\"}', 'upc' => '4000127155832', 'provider' => 'bestbuy'],\n ['name' => \"Yodelling Ranger (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/yodelling-ranger-box-cd/2296125.p?id=1524967&skuId=2296125&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296125', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296125_sa.jpg\"}', 'upc' => '790051155872', 'provider' => 'bestbuy'],\n ['name' => \"Country Boy'S Dream - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-boys-dream-cd/2296152.p?id=1427469&skuId=2296152&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296152', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296152_sa.jpg\"}', 'upc' => '4000127155931', 'provider' => 'bestbuy'],\n ['name' => \"Fraulein: Classic Years (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fraulein-classic-years-box-cd/2296189.p?id=1524774&skuId=2296189&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296189', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296189.jpg\"}', 'upc' => '790051155940', 'provider' => 'bestbuy'],\n ['name' => \"I Like Your Kind Of Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-like-your-kind-of-love-cd/2296321.p?id=1586465&skuId=2296321&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296321', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296321_sa.jpg\"}', 'upc' => '4000127155955', 'provider' => 'bestbuy'],\n ['name' => \"The Rogue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-rogue-cd/2296349.p?id=1395449&skuId=2296349&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296349', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296349_sa.jpg\"}', 'upc' => '790051155964', 'provider' => 'bestbuy'],\n ['name' => \"Outlaw - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/outlaw-cd/2296367.p?id=1395453&skuId=2296367&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296367', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296367_sa.jpg\"}', 'upc' => '790051156053', 'provider' => 'bestbuy'],\n ['name' => \"When - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-cd/2296394.p?id=1421299&skuId=2296394&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296394', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296394_sa.jpg\"}', 'upc' => '4000127155979', 'provider' => 'bestbuy'],\n ['name' => \"Still In Style - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-in-style-cd/2296429.p?id=1419939&skuId=2296429&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296429', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296429.jpg\"}', 'upc' => '790051155995', 'provider' => 'bestbuy'],\n ['name' => \"Classic Recordings (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-recordings-box-cd/2296474.p?id=1524898&skuId=2296474&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296474', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296474_sa.jpg\"}', 'upc' => '790051156008', 'provider' => 'bestbuy'],\n ['name' => \"Moon'S Rock - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/moons-rock-cd/2296508.p?id=1427461&skuId=2296508&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296508', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296508_sa.jpg\"}', 'upc' => '790051156077', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Live Shows On Earth - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-live-shows-on-earth-cd/2296535.p?id=1419975&skuId=2296535&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296535', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296535_sa.jpg\"}', 'upc' => '790051156084', 'provider' => 'bestbuy'],\n ['name' => \"Rural String Bands of Virginia - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rural-string-bands-of-virginia-various-cd/2296795.p?id=114687&skuId=2296795&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296795', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296795_sa.jpg\"}', 'upc' => '009001350220', 'provider' => 'bestbuy'],\n ['name' => \"Music for Easy Listening (The Original) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-for-easy-listening-the-original-cd/2296919.p?id=103831&skuId=2296919&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296919', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296919_sa.jpg\"}', 'upc' => '783121110222', 'provider' => 'bestbuy'],\n ['name' => \"Easy Jazz - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/easy-jazz-cd/2296964.p?id=103830&skuId=2296964&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296964', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296964.jpg\"}', 'upc' => '783121110925', 'provider' => 'bestbuy'],\n ['name' => \"Crescent City - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crescent-city-cd/2296982.p?id=103829&skuId=2296982&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2296982', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2296\\/2296982_sa.jpg\"}', 'upc' => '783121111625', 'provider' => 'bestbuy'],\n ['name' => \"Personal Best: The Harry Nilsson Anthology - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/personal-best-the-harry-nilsson-anthology-cd/2297008.p?id=108464&skuId=2297008&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297008', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297008.jpg\"}', 'upc' => '078636635422', 'provider' => 'bestbuy'],\n ['name' => \"Live At the Roosevelt Grill - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-roosevelt-grill-cd/2297026.p?id=67060&skuId=2297026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297026_sa.jpg\"}', 'upc' => '091454010523', 'provider' => 'bestbuy'],\n ['name' => \"Avid - Torq 2.0 DJ Performance Software\", 'description_short' => \"From our expanded online assortment; compatible with PC and Mac; 4 full-featured decks; Traq Morph technology; 13 built-in effects with VST support; 18-cell sampler and advanced looping; snapshots; tempo anchors\", 'description_long' => \"From our expanded online assortment; compatible with PC and Mac; 4 full-featured decks; Traq Morph technology; 13 built-in effects with VST support; 18-cell sampler and advanced looping; snapshots; tempo anchors\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/avid-torq-2-0-dj-performance-software/2297033.p?id=1218320073496&skuId=2297033', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297033_rc.jpg\"}', 'upc' => '724643113490', 'provider' => 'bestbuy'],\n ['name' => \"Boom Boom Baby - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boom-boom-baby-cd/2297062.p?id=1419938&skuId=2297062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297062.jpg\"}', 'upc' => '790051156107', 'provider' => 'bestbuy'],\n ['name' => \"Joe Venuti and Zoot Sims - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joe-venuti-and-zoot-sims-cd/2297099.p?id=71741&skuId=2297099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297099.jpg\"}', 'upc' => '091454014224', 'provider' => 'bestbuy'],\n ['name' => \"Joanne Shenandoah - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/joanne-shenandoah-cd/2297124.p?id=98571&skuId=2297124&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297124', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297124_sa.jpg\"}', 'upc' => '729337054523', 'provider' => 'bestbuy'],\n ['name' => \"White Sox Pink Lipstick & Stupid Cupid (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 191.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/white-sox-pink-lipstick-stupid-cupid-box-cd/2297133.p?id=1419967&skuId=2297133&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297133', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297133_sa.jpg\"}', 'upc' => '4000127156167', 'provider' => 'bestbuy'],\n ['name' => \"Jimmy Heap & The Melody Masters - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jimmy-heap-the-melody-masters-cd/2297142.p?id=1524773&skuId=2297142&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297142', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297142.jpg\"}', 'upc' => '4000127156174', 'provider' => 'bestbuy'],\n ['name' => \"The Night Owl - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-night-owl-cd/2297348.p?id=2432450&skuId=2297348&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297348.jpg\"}', 'upc' => '769804444228', 'provider' => 'bestbuy'],\n ['name' => \"Papa Wemba - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/papa-wemba-cd/2297561.p?id=1493978&skuId=2297561&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297561', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297561.jpg\"}', 'upc' => '740042102620', 'provider' => 'bestbuy'],\n ['name' => \"Teenage Hangout - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/teenage-hangout-cd/2297598.p?id=1417379&skuId=2297598&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297598', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297598_sa.jpg\"}', 'upc' => '790051156947', 'provider' => 'bestbuy'],\n ['name' => \"Great Pop Answer Discs From 50'S & 60'S 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/great-pop-answer-discs-from-50s-60s-1-cd-various/2297678.p?id=1418631&skuId=2297678&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297678', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297678.jpg\"}', 'upc' => '790051157913', 'provider' => 'bestbuy'],\n ['name' => \"More Than Pie In The Sky (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 214.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-than-pie-in-the-sky-box-cd/2297730.p?id=1419955&skuId=2297730&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297730', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297730.jpg\"}', 'upc' => '4000127157003', 'provider' => 'bestbuy'],\n ['name' => \"At His Best (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 48.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-his-best-box-cd/2297785.p?id=1572454&skuId=2297785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297785_sa.jpg\"}', 'upc' => '4000127157034', 'provider' => 'bestbuy'],\n ['name' => \"Duets - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duets-cd/2297874.p?id=1425607&skuId=2297874&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297874', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297874_sa.jpg\"}', 'upc' => '790051156206', 'provider' => 'bestbuy'],\n ['name' => \"That'll Flat Git It!, Vol. 1 - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thatll-flat-git-it-vol-1-various-cd/2297918.p?id=1400439&skuId=2297918&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297918', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297918.jpg\"}', 'upc' => '790051156220', 'provider' => 'bestbuy'],\n ['name' => \"That'LL Flat Git It 2 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thatll-flat-git-it-2-cd-various/2297963.p?id=1418564&skuId=2297963&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2297963', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2297\\/2297963.jpg\"}', 'upc' => '4000127156235', 'provider' => 'bestbuy'],\n ['name' => \"& Sunny Mountain Boys (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/-sunny-mountain-boys-box-cd/2298016.p?id=1425640&skuId=2298016&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298016', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298016.jpg\"}', 'upc' => '790051157050', 'provider' => 'bestbuy'],\n ['name' => \"Tomb Raider - PlayStation 3\", 'description_short' => \"Discover the visceral and gritty origin of the Tomb Raider\", 'description_long' => \"Discover the visceral and gritty origin of the Tomb Raider\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tomb-raider-playstation-3/2298021.p?id=1219539696617&skuId=2298021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298021_sa.jpg\"}', 'upc' => '662248914954', 'provider' => 'bestbuy'],\n ['name' => \"Singing Ranger (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singing-ranger-box-cd/2298052.p?id=1527031&skuId=2298052&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298052', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298052.jpg\"}', 'upc' => '4000127154262', 'provider' => 'bestbuy'],\n ['name' => \"Mysterious Rhinestone Cowboy - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mysterious-rhinestone-cowboy-cd/2298114.p?id=1406971&skuId=2298114&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298114', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298114_sa.jpg\"}', 'upc' => '790051157067', 'provider' => 'bestbuy'],\n ['name' => \"Longhaired Redneck - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/longhaired-redneck-cd/2298169.p?id=1419932&skuId=2298169&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298169', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298169.jpg\"}', 'upc' => '790051157074', 'provider' => 'bestbuy'],\n ['name' => \"That'LL Flat Git It! 3 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thatll-flat-git-it-3-cd-various/2298203.p?id=1537523&skuId=2298203&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298203', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298203_sa.jpg\"}', 'upc' => '790051156244', 'provider' => 'bestbuy'],\n ['name' => \"Mississippi Mile [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mississippi-mile-digipak-cd/2298209.p?id=2198867&skuId=2298209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298209_sa.jpg\"}', 'upc' => '093624959199', 'provider' => 'bestbuy'],\n ['name' => \"Hypnotized [Import] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hypnotized-import-cd/2298230.p?id=1524890&skuId=2298230&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298230', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298230_sa.jpg\"}', 'upc' => '4000127154286', 'provider' => 'bestbuy'],\n ['name' => \"Go, and Sell All of Your Things [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/go-and-sell-all-of-your-things-digipak-cd/2298236.p?id=2201754&skuId=2298236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298236_sa.jpg\"}', 'upc' => '790692072729', 'provider' => 'bestbuy'],\n ['name' => \"In and Out of Youth and Lightness [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/in-and-out-of-youth-and-lightness-digipak-cd/2298245.p?id=2201749&skuId=2298245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298245_sa.jpg\"}', 'upc' => '656605318820', 'provider' => 'bestbuy'],\n ['name' => \"C'mon [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cmon-digipak-cd/2298254.p?id=2201542&skuId=2298254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298254_sa.jpg\"}', 'upc' => '098787090529', 'provider' => 'bestbuy'],\n ['name' => \"Something to Die For [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/something-to-die-for-lp-vinyl/2298263.p?id=2201752&skuId=2298263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298263.jpg\"}', 'upc' => '603967143911', 'provider' => 'bestbuy'],\n ['name' => \"Gunfight At O.K. Corral - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gunfight-at-o-k-corral-cd/2298267.p?id=1524811&skuId=2298267&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298267', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298267.jpg\"}', 'upc' => '790051154295', 'provider' => 'bestbuy'],\n ['name' => \"Tomboy [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tomboy-lp-vinyl/2298272.p?id=2195805&skuId=2298272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1907\\/19079427.jpg\"}', 'upc' => '677517103618', 'provider' => 'bestbuy'],\n ['name' => \"Complete Control... [12inch Vinyl Disc] [EP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/complete-control-12inch-vinyl-disc-ep-vinyl/2298281.p?id=2201545&skuId=2298281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298281.jpg\"}', 'upc' => '603967144314', 'provider' => 'bestbuy'],\n ['name' => \"No Devoluci¢n - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/no-devolucin-cd/2298306.p?id=2201546&skuId=2298306&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298306', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298306.jpg\"}', 'upc' => '045778712120', 'provider' => 'bestbuy'],\n ['name' => \"Share the Joy [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/share-the-joy-digipak-cd/2298315.p?id=2201750&skuId=2298315&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298315', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298315.jpg\"}', 'upc' => '644110021427', 'provider' => 'bestbuy'],\n ['name' => \"Loverboy [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loverboy-digipak-cd/2298324.p?id=2192797&skuId=2298324&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298324', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298324_sa.jpg\"}', 'upc' => '803020153424', 'provider' => 'bestbuy'],\n ['name' => \"Big Weather - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-weather-cd/2298329.p?id=2947277&skuId=2298329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298329.jpg\"}', 'upc' => '749262202028', 'provider' => 'bestbuy'],\n ['name' => \"Jonny [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jonny-digipak-cd/2298333.p?id=2201753&skuId=2298333&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298333', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298333_sa.jpg\"}', 'upc' => '673855041322', 'provider' => 'bestbuy'],\n ['name' => \"John Lennon for President - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/john-lennon-for-president-cd/2298338.p?id=3170319&skuId=2298338&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298338', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298338.jpg\"}', 'upc' => '095451600220', 'provider' => 'bestbuy'],\n ['name' => \"Here Before [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/here-before-digipak-cd/2298342.p?id=2201761&skuId=2298342&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298342', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298342_sa.jpg\"}', 'upc' => '032862020421', 'provider' => 'bestbuy'],\n ['name' => \"Figurines - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/figurines-cd/2298351.p?id=2201760&skuId=2298351&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298351', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298351_sa.jpg\"}', 'upc' => '650384027126', 'provider' => 'bestbuy'],\n ['name' => \"C'mon [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cmon-lp-vinyl/2298379.p?id=2201543&skuId=2298379&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298379', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298379_sa.jpg\"}', 'upc' => '098787090512', 'provider' => 'bestbuy'],\n ['name' => \"Fake History [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fake-history-digipak-cd/2298388.p?id=2203568&skuId=2298388&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298388', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298388_sa.jpg\"}', 'upc' => '045778713929', 'provider' => 'bestbuy'],\n ['name' => \"Tomboy [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tomboy-digipak-cd/2298397.p?id=2192769&skuId=2298397&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298397', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298397_sa.jpg\"}', 'upc' => '677517103625', 'provider' => 'bestbuy'],\n ['name' => \"Queens of the Stone Age [Remastered] [Bonus... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/queens-of-the-stone-age-remastered-bonus-cd/2298402.p?id=2196392&skuId=2298402&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298402', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298402_sa.jpg\"}', 'upc' => '801391800121', 'provider' => 'bestbuy'],\n ['name' => \"The Family Sign [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 23.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-family-sign-lp-vinyl/2298411.p?id=2201544&skuId=2298411&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298411', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298411_sa.jpg\"}', 'upc' => '826257013019', 'provider' => 'bestbuy'],\n ['name' => \"The Family Sign [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-family-sign-pa-digipak-cd/2298448.p?id=2201547&skuId=2298448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298448_sa.jpg\"}', 'upc' => '826257013026', 'provider' => 'bestbuy'],\n ['name' => \"Queens of the Stone Age [LP] [LP] - VINYL\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/queens-of-the-stone-age-lp-lp-vinyl/2298457.p?id=2196393&skuId=2298457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298457_sa.jpg\"}', 'upc' => '801391800114', 'provider' => 'bestbuy'],\n ['name' => \"Ring Of Fire - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ring-of-fire-cd/2298524.p?id=1524751&skuId=2298524&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298524', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298524_sa.jpg\"}', 'upc' => '4000127154347', 'provider' => 'bestbuy'],\n ['name' => \"Black Jack Choir - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/black-jack-choir-cd/2298560.p?id=1524801&skuId=2298560&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298560', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298560_sa.jpg\"}', 'upc' => '790051154356', 'provider' => 'bestbuy'],\n ['name' => \"Love Is Strange (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-is-strange-box-cd/2298837.p?id=1524785&skuId=2298837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298837_sa.jpg\"}', 'upc' => '790051154387', 'provider' => 'bestbuy'],\n ['name' => \"Trance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/trance-cd/2298944.p?id=132527&skuId=2298944&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2298944', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2298\\/2298944.jpg\"}', 'upc' => '736998592721', 'provider' => 'bestbuy'],\n ['name' => \"Cold Virginia Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cold-virginia-night-cd/2299033.p?id=110909&skuId=2299033&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2299033', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2299\\/2299033_sa.jpg\"}', 'upc' => '032511170422', 'provider' => 'bestbuy'],\n ['name' => \"Song Of The Cowboys - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/song-of-the-cowboys-cd/2299202.p?id=1519257&skuId=2299202&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2299202', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '4000127156273', 'provider' => 'bestbuy'],\n ['name' => \"Right Or Wrong (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/right-or-wrong-box-cd/2299220.p?id=1421292&skuId=2299220&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2299220', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2299\\/2299220_sa.jpg\"}', 'upc' => '790051156299', 'provider' => 'bestbuy'],\n ['name' => \"Teenage Dance Party - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/teenage-dance-party-cd/2299284.p?id=1524832&skuId=2299284&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2299284', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2299\\/2299284.jpg\"}', 'upc' => '790051154400', 'provider' => 'bestbuy'],\n ['name' => \"Hills of Erin - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hills-of-erin-cd/2299373.p?id=1464341&skuId=2299373&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2299373', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2299\\/2299373.jpg\"}', 'upc' => '095182020724', 'provider' => 'bestbuy'],\n ['name' => \"Celtic Circles - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/celtic-circles-cd/2299391.p?id=1459227&skuId=2299391&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2299391', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2299\\/2299391.jpg\"}', 'upc' => '095182020922', 'provider' => 'bestbuy'],\n ['name' => \"The All Star Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-all-star-sessions-cd/2299435.p?id=67587&skuId=2299435&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2299435', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2299\\/2299435_sa.jpg\"}', 'upc' => '025218473729', 'provider' => 'bestbuy'],\n ['name' => \"Milestone Jazzstars in Concert - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/milestone-jazzstars-in-concert-cd/2299523.p?id=70439&skuId=2299523&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2299523', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2299\\/2299523_sa.jpg\"}', 'upc' => '025218550628', 'provider' => 'bestbuy'],\n ['name' => \"Shin Megami Tensei: Devil Survivor 2 Record Breaker - Nintendo 3DS\", 'description_short' => \"Save the future of mankind\", 'description_long' => \"Save the future of mankind\", 'price' => 49.99, 'sale_price' => 24.99, 'url' => 'http://www.bestbuy.com/site/shin-megami-tensei-devil-survivor-2-record-breaker-nintendo-3ds/2299558.p?id=1219556851049&skuId=2299558&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2299558', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2299\\/2299558_sa.jpg\"}', 'upc' => '730865300198', 'provider' => 'bestbuy'],\n ['name' => \"Belkin - WeMo Insight Switch - White/Gray\", 'description_short' => \"Designed for use with select Apple&#174; and Android devices; allows you to turn your home electronics on or off; operates over Wi-Fi and mobile Internet\", 'description_long' => \"Designed for use with select Apple&#174; and Android devices; allows you to turn your home electronics on or off; operates over Wi-Fi and mobile Internet\", 'price' => 49.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/belkin-wemo-insight-switch-white-gray/2300063.p?id=1219071227185&skuId=2300063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300063_sa.jpg\"}', 'upc' => '722868980439', 'provider' => 'bestbuy'],\n ['name' => \"SanDisk - Extreme Pro 16GB SDHC Memory Card - Black/Red\", 'description_short' => \"Compatible with most digital cameras and camcorders with a SDHC slot; 16GB capacity; 45MB/sec. data transfer rate\", 'description_long' => \"Compatible with most digital cameras and camcorders with a SDHC slot; 16GB capacity; 45MB/sec. data transfer rate\", 'price' => 69.99, 'sale_price' => 29.99, 'url' => 'http://www.bestbuy.com/site/sandisk-extreme-pro-16gb-sdhc-memory-card-black-red/2300092.p?id=1218318852603&skuId=2300092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300092_sa.jpg\"}', 'upc' => '619659070922', 'provider' => 'bestbuy'],\n ['name' => \"Surfin' With - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/surfin-with-cd/2300129.p?id=1524969&skuId=2300129&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300129', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300129_sa.jpg\"}', 'upc' => '790051154424', 'provider' => 'bestbuy'],\n ['name' => \"SanDisk - Extreme Pro 32GB SDHC Memory Card - Black/Red\", 'description_short' => \"Compatible with most digital cameras and camcorders with a SDHC slot; 32GB capacity; 95MB/sec. data transfer rate\", 'description_long' => \"Compatible with most digital cameras and camcorders with a SDHC slot; 32GB capacity; 95MB/sec. data transfer rate\", 'price' => 99.99, 'sale_price' => 34.99, 'url' => 'http://www.bestbuy.com/site/sandisk-extreme-pro-32gb-sdhc-memory-card-black-red/2300144.p?id=1218318855730&skuId=2300144&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300144', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300144_sa.jpg\"}', 'upc' => '619659070939', 'provider' => 'bestbuy'],\n ['name' => \"Classic Recording 1956-60 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-recording-1956-60-box-cd/2300165.p?id=1524727&skuId=2300165&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300165', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300165.jpg\"}', 'upc' => '790051154448', 'provider' => 'bestbuy'],\n ['name' => \"On Groove - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-groove-cd/2300192.p?id=1524729&skuId=2300192&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300192', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300192_sa.jpg\"}', 'upc' => '790051154455', 'provider' => 'bestbuy'],\n ['name' => \"Formative Years 1951-53 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/formative-years-1951-53-cd/2300236.p?id=1527013&skuId=2300236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300236_sa.jpg\"}', 'upc' => '790051154486', 'provider' => 'bestbuy'],\n ['name' => \"Hot New Orleans Nights - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hot-new-orleans-nights-cd/2300245.p?id=1524747&skuId=2300245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300245_sa.jpg\"}', 'upc' => '4000127154491', 'provider' => 'bestbuy'],\n ['name' => \"Cry - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cry-cd/2300263.p?id=1396622&skuId=2300263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300263_sa.jpg\"}', 'upc' => '790051154509', 'provider' => 'bestbuy'],\n ['name' => \"Sixteen Tons Rock N Roll - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sixteen-tons-rock-n-roll-cd/2300272.p?id=1536271&skuId=2300272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300272_sa.jpg\"}', 'upc' => '790051154516', 'provider' => 'bestbuy'],\n ['name' => \"Heartaches By The Number - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/heartaches-by-the-number-cd/2300281.p?id=1524786&skuId=2300281&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300281', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300281_sa.jpg\"}', 'upc' => '790051154547', 'provider' => 'bestbuy'],\n ['name' => \"Memphis Days-The Defin 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memphis-days-the-defin-1-cd/2300316.p?id=1524958&skuId=2300316&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300316', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300316_sa.jpg\"}', 'upc' => '790051154608', 'provider' => 'bestbuy'],\n ['name' => \"Love Songs & Blues - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-songs-blues-cd/2300325.p?id=1524802&skuId=2300325&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300325_sa.jpg\"}', 'upc' => '790051154646', 'provider' => 'bestbuy'],\n ['name' => \"Americana (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/americana-box-cd/2300343.p?id=1524849&skuId=2300343&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300343', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300343_sa.jpg\"}', 'upc' => '790051154653', 'provider' => 'bestbuy'],\n ['name' => \"The Raging Teens, Vol. 1 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-raging-teens-vol-1-cd-various/2300389.p?id=95844&skuId=2300389&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300389', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300389_sa.jpg\"}', 'upc' => '731253022821', 'provider' => 'bestbuy'],\n ['name' => \"California Bloodliness - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/california-bloodliness-cd/2300405.p?id=1524795&skuId=2300405&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300405', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300405_sa.jpg\"}', 'upc' => '790051154684', 'provider' => 'bestbuy'],\n ['name' => \"The Real Kids - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-real-kids-cd/2300432.p?id=96155&skuId=2300432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300432_sa.jpg\"}', 'upc' => '731253022227', 'provider' => 'bestbuy'],\n ['name' => \"PNY - 8GB microSDHC Class 10 Memory Card - Black\", 'description_short' => \"Compatible with most digital cameras and mobile devices with an SDHC slot; 8GB capacity; 10MB/sec. transfer rate\", 'description_long' => \"Compatible with most digital cameras and mobile devices with an SDHC slot; 8GB capacity; 10MB/sec. transfer rate\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pny-8gb-microsdhc-class-10-memory-card-black/2300462.p?id=1218318855359&skuId=2300462&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300462', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300462_sa.jpg\"}', 'upc' => '751492498126', 'provider' => 'bestbuy'],\n ['name' => \"Uh Huh Honey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/uh-huh-honey-cd/2300469.p?id=82037&skuId=2300469&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300469', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300469_sa.jpg\"}', 'upc' => '731253022524', 'provider' => 'bestbuy'],\n ['name' => \"Music Minus Five - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-minus-five-cd/2300511.p?id=72288&skuId=2300511&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300511', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300511_sa.jpg\"}', 'upc' => '731253023323', 'provider' => 'bestbuy'],\n ['name' => \"Bop A Hula (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bop-a-hula-box-cd/2300539.p?id=1524724&skuId=2300539&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300539', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300539_sa.jpg\"}', 'upc' => '790051154691', 'provider' => 'bestbuy'],\n ['name' => \"PNY - 8GB SDHC Class 6 Memory Card - Black\", 'description_short' => \"Compatible with most digital cameras with a SDHC slot; 8GB capacity\", 'description_long' => \"Compatible with most digital cameras with a SDHC slot; 8GB capacity\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pny-8gb-sdhc-class-6-memory-card-black/2300569.p?id=1218319596826&skuId=2300569&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300569', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300569_sa.jpg\"}', 'upc' => '751492500799', 'provider' => 'bestbuy'],\n ['name' => \"Home for the Holidays - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/home-for-the-holidays-cd/2300691.p?id=275491&skuId=2300691&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300691', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300691_sa.jpg\"}', 'upc' => '715498888923', 'provider' => 'bestbuy'],\n ['name' => \"1948-59 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 131.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1948-59-box-cd/2300771.p?id=1524766&skuId=2300771&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300771', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300771_sa.jpg\"}', 'upc' => '790051154721', 'provider' => 'bestbuy'],\n ['name' => \"Running Bear - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/running-bear-cd/2300806.p?id=1524896&skuId=2300806&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300806.jpg\"}', 'upc' => '4000127154736', 'provider' => 'bestbuy'],\n ['name' => \"Rockbilly Boogie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockbilly-boogie-cd/2300824.p?id=1419910&skuId=2300824&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300824', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300824_sa.jpg\"}', 'upc' => '790051154745', 'provider' => 'bestbuy'],\n ['name' => \"Singer Songwriter 1949-60 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 91.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singer-songwriter-1949-60-box-cd/2300851.p?id=1395222&skuId=2300851&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300851', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300851_sa.jpg\"}', 'upc' => '790051154752', 'provider' => 'bestbuy'],\n ['name' => \"Singing Ranger Vol 2 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 109.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/singing-ranger-vol-2-box-cd/2300879.p?id=1417366&skuId=2300879&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300879', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300879_sa.jpg\"}', 'upc' => '790051154769', 'provider' => 'bestbuy'],\n ['name' => \"On The Trail - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 31.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/on-the-trail-cd/2300904.p?id=1524876&skuId=2300904&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300904', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300904.jpg\"}', 'upc' => '4000127154804', 'provider' => 'bestbuy'],\n ['name' => \"Taylor Texas 1988 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/taylor-texas-1988-cd/2300922.p?id=1566582&skuId=2300922&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300922', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300922.jpg\"}', 'upc' => '790051154868', 'provider' => 'bestbuy'],\n ['name' => \"Sixteen Tons - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sixteen-tons-cd/2300940.p?id=1418561&skuId=2300940&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300940', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300940.jpg\"}', 'upc' => '790051154875', 'provider' => 'bestbuy'],\n ['name' => \"Thesaurus Transcriptions (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/thesaurus-transcriptions-box-cd/2300977.p?id=1524912&skuId=2300977&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2300977', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2300\\/2300977_sa.jpg\"}', 'upc' => '790051154882', 'provider' => 'bestbuy'],\n ['name' => \"Classic Years 1952-62 (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 139.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-years-1952-62-box-cd/2301002.p?id=1417384&skuId=2301002&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301002', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301002_sa.jpg\"}', 'upc' => '790051154936', 'provider' => 'bestbuy'],\n ['name' => \"Dexter: Complete Series Collection [24 Discs] (Blu-ray Disc) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dexter-complete-series-collection-24-discs-blu-ray-disc-boxed-set/2301017.p?id=2738206&skuId=2301017&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301017', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301017_sa.jpg\"}', 'upc' => '032429142900', 'provider' => 'bestbuy'],\n ['name' => \"Bill Cosby: Far from Finished (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bill-cosby-far-from-finished-dvd/2301026.p?id=2755100&skuId=2301026&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301026', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301026_sa.jpg\"}', 'upc' => '097368053045', 'provider' => 'bestbuy'],\n ['name' => \"Bill Cosby: Far from Finished (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bill-cosby-far-from-finished-blu-ray-disc/2301035.p?id=2755100&skuId=2301035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301035_sa.jpg\"}', 'upc' => '032429144010', 'provider' => 'bestbuy'],\n ['name' => \"Classic (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 161.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/classic-box-cd/2301039.p?id=1427470&skuId=2301039&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301039', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301039.jpg\"}', 'upc' => '4000127154941', 'provider' => 'bestbuy'],\n ['name' => \"Under the Dome: Season One [4 Discs] (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/under-the-dome-season-one-4-discs-dvd-boxed-set/2301044.p?id=2742398&skuId=2301044&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301044', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301044_sa.jpg\"}', 'upc' => '097368050044', 'provider' => 'bestbuy'],\n ['name' => \"Call Of The Wild - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/call-of-the-wild-cd/2301048.p?id=1524911&skuId=2301048&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301048', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301048_sa.jpg\"}', 'upc' => '4000127154958', 'provider' => 'bestbuy'],\n ['name' => \"Dexter: The Complete Final Season [4 Discs] (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dexter-the-complete-final-season-4-discs-dvd-boxed-set/2301053.p?id=2737648&skuId=2301053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301053_sa.jpg\"}', 'upc' => '032429135377', 'provider' => 'bestbuy'],\n ['name' => \"Still in Hollywood - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/still-in-hollywood-cd/2301057.p?id=109326&skuId=2301057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301057.jpg\"}', 'upc' => '724382912828', 'provider' => 'bestbuy'],\n ['name' => \"Dexter: The Complete Final Season [3 Discs] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 17.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dexter-the-complete-final-season-3-discs-blu-ray-disc/2301062.p?id=2737379&skuId=2301062&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301062', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301062_sa.jpg\"}', 'upc' => '032429135353', 'provider' => 'bestbuy'],\n ['name' => \"Under the Dome: Season One (Blu-ray Disc) (4 Disc) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 22.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/under-the-dome-season-one-blu-ray-disc-4-disc-boxed-set/2301071.p?id=2742421&skuId=2301071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301071_sa.jpg\"}', 'upc' => '032429144065', 'provider' => 'bestbuy'],\n ['name' => \"Out in L.A. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-in-l-a-cd/2301075.p?id=96187&skuId=2301075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301075.jpg\"}', 'upc' => '724382966524', 'provider' => 'bestbuy'],\n ['name' => \"Star Trek: The Next Generation - Season 5 [6 Discs] [Blu-ray] (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 52.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-trek-the-next-generation-season-5-6-discs-blu-ray-blu-ray-disc/2301099.p?id=2748899&skuId=2301099&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301099', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301099_sa.jpg\"}', 'upc' => '032429135131', 'provider' => 'bestbuy'],\n ['name' => \"Dexter: Complete Series Collection [32 discs] (DVD) (Boxed Set)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 143.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dexter-complete-series-collection-32-discs-dvd-boxed-set/2301104.p?id=2738934&skuId=2301104&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301104_sa.jpg\"}', 'upc' => '032429142917', 'provider' => 'bestbuy'],\n ['name' => \"Star Trek: The Next Generation - Unification (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/star-trek-the-next-generation-unification-blu-ray-disc/2301113.p?id=2748900&skuId=2301113&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301113', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301113_sa.jpg\"}', 'upc' => '097368052246', 'provider' => 'bestbuy'],\n ['name' => \"Insignia™ - 9\\\" Portable DVD Player - Black\", 'description_short' => \"Plays DVD&#177;R/RW, DVD, CD-R/RW, CD and JPEG formats; up to 2.5 hours of battery life per full charge; 1 headphone output\", 'description_long' => \"Plays DVD&#177;R/RW, DVD, CD-R/RW, CD and JPEG formats; up to 2.5 hours of battery life per full charge; 1 headphone output\", 'price' => 89.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/insignia-9-portable-dvd-player-black/2301159.p?id=1219071539151&skuId=2301159&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301159', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301159_sa.jpg\"}', 'upc' => '600603162176', 'provider' => 'bestbuy'],\n ['name' => \"MOBILE VID <250 1YR REN 24MO\", 'description_short' => \"2 Year Geek Squad Protection Renewal\", 'description_long' => \"2 Year Geek Squad Protection Renewal\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mobile-vid-250-1yr-ren-24mo/2301222.p?id=2752119&skuId=2301222&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301222', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400023012224', 'provider' => 'bestbuy'],\n ['name' => \"MOBILE VID <250 2YR REN 24MO\", 'description_short' => \"2 Year Geek Squad Protection Renewal\", 'description_long' => \"2 Year Geek Squad Protection Renewal\", 'price' => 44.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mobile-vid-250-2yr-ren-24mo/2301259.p?id=2752189&skuId=2301259&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301259', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_hardlines_l.jpg\"}', 'upc' => '400023012590', 'provider' => 'bestbuy'],\n ['name' => \"Whirlpool - Laundry 123 Clothing Rack - White\", 'description_short' => \"Collapsible design; scratch-resistant magnets; rotating arms\", 'description_long' => \"Collapsible design; scratch-resistant magnets; rotating arms\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whirlpool-laundry-123-clothing-rack-white/2301365.p?id=1218320892932&skuId=2301365&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301365', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301365_sa.jpg\"}', 'upc' => '883049220642', 'provider' => 'bestbuy'],\n ['name' => \"AME Accounting: Small Business - Windows\", 'description_short' => \"Take the stress and spending out of accounting\", 'description_long' => \"Take the stress and spending out of accounting\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ame-accounting-small-business-windows/2301513.p?id=1218320823302&skuId=2301513', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301513', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301513_sa.jpg\"}', 'upc' => '896991001108', 'provider' => 'bestbuy'],\n ['name' => \"Rockin Daddy (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 52.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rockin-daddy-box-cd/2301592.p?id=1419919&skuId=2301592&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301592', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301592.jpg\"}', 'upc' => '4000127157089', 'provider' => 'bestbuy'],\n ['name' => \"Galloping Guitar: The Early Years [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 111.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/galloping-guitar-the-early-years-box-cd/2301627.p?id=1395468&skuId=2301627&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301627', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301627_sa.jpg\"}', 'upc' => '790051157142', 'provider' => 'bestbuy'],\n ['name' => \"Bob King & The Country Kings - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bob-king-the-country-kings-cd/2301654.p?id=1425598&skuId=2301654&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301654', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301654_sa.jpg\"}', 'upc' => '4000127157195', 'provider' => 'bestbuy'],\n ['name' => \"Kindred Spirits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kindred-spirits-cd/2301725.p?id=75613&skuId=2301725&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301725', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301725_sa.jpg\"}', 'upc' => '025041105323', 'provider' => 'bestbuy'],\n ['name' => \"PNY - Pro Elite 16GB SDHC Class 10 UHS-1 Memory Card - Black\", 'description_short' => \"Compatible with most devices with a SDHC slot; 16GB capacity; up to 90MB/sec. read speed\", 'description_long' => \"Compatible with most devices with a SDHC slot; 16GB capacity; up to 90MB/sec. read speed\", 'price' => 29.99, 'sale_price' => 9.99, 'url' => 'http://www.bestbuy.com/site/pny-pro-elite-16gb-sdhc-class-10-uhs-1-memory-card-black/2301801.p?id=1218320077933&skuId=2301801&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301801', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301801_sa.jpg\"}', 'upc' => '751492563886', 'provider' => 'bestbuy'],\n ['name' => \"Tanburi Cemil Bey - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tanburi-cemil-bey-cd/2301823.p?id=111135&skuId=2301823&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301823', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301823_sa.jpg\"}', 'upc' => '780702426420', 'provider' => 'bestbuy'],\n ['name' => \"Istanbul 1925 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/istanbul-1925-cd-various/2301841.p?id=115662&skuId=2301841&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301841', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301841_sa.jpg\"}', 'upc' => '780702426628', 'provider' => 'bestbuy'],\n ['name' => \"Art of Taksim - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/art-of-taksim-cd/2301850.p?id=112946&skuId=2301850&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301850', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301850_sa.jpg\"}', 'upc' => '780702426727', 'provider' => 'bestbuy'],\n ['name' => \"Ask Me No Questions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ask-me-no-questions-cd/2301869.p?id=177761&skuId=2301869&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2301869', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2301\\/2301869_sa.jpg\"}', 'upc' => '780702426826', 'provider' => 'bestbuy'],\n ['name' => \"Acer - Aspire 11.6\\\" - Intel Pentium - 4GB Memory - 500GB Hard Drive - Silver\", 'description_short' => \"Windows 7, upgrade to Windows 10 for freeTechnical details: Intel&#174; Pentium&#174; processor; 11.6&quot; display; 4GB memory; 500GB hard driveSpecial features: Bluetooth; HDMI outputNote: DVD/CD drive not included\", 'description_long' => \"Windows 7, upgrade to Windows 10 for freeTechnical details: Intel&#174; Pentium&#174; processor; 11.6&quot; display; 4GB memory; 500GB hard driveSpecial features: Bluetooth; HDMI outputNote: DVD/CD drive not included\", 'price' => 299.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/acer-aspire-11-6-intel-pentium-4gb-memory-500gb-hard-drive-silver/2302025.p?id=1219535627184&skuId=2302025&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2302025', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2302\\/2302025_sa.jpg\"}', 'upc' => '887899655234', 'provider' => 'bestbuy'],\n ['name' => \"Hope - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hope-cd/2302270.p?id=129231&skuId=2302270&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2302270', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2302\\/2302270_sa.jpg\"}', 'upc' => '753114000229', 'provider' => 'bestbuy'],\n ['name' => \"Little Signs of Autumn - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/little-signs-of-autumn-cd/2302289.p?id=130210&skuId=2302289&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2302289', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2302\\/2302289_sa.jpg\"}', 'upc' => '753114000328', 'provider' => 'bestbuy'],\n ['name' => \"Ireland by Sail - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ireland-by-sail-cd/2302671.p?id=262014&skuId=2302671&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2302671', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2302\\/2302671.jpg\"}', 'upc' => '045507205428', 'provider' => 'bestbuy'],\n ['name' => \"Live at Reggae Sunsplash [Cassette] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-reggae-sunsplash-cassette-cd/2302724.p?id=106806&skuId=2302724&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2302724', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2302\\/2302724.jpg\"}', 'upc' => '722485890227', 'provider' => 'bestbuy'],\n ['name' => \"Live at Reggae Sunsplash - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-reggae-sunsplash-cd/2302733.p?id=74653&skuId=2302733&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2302733', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2302\\/2302733.jpg\"}', 'upc' => '722485890524', 'provider' => 'bestbuy'],\n ['name' => \"Life's a Lesson [Cassette] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lifes-a-lesson-cassette-cd/2302788.p?id=1577671&skuId=2302788&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2302788', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2302\\/2302788.jpg\"}', 'upc' => '789925131821', 'provider' => 'bestbuy'],\n ['name' => \"Shipwreck - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shipwreck-cd/2302804.p?id=111205&skuId=2302804&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2302804', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2302\\/2302804.jpg\"}', 'upc' => '016581721425', 'provider' => 'bestbuy'],\n ['name' => \"Blue Valentine (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-valentine-dvd/2303035.p?id=2194601&skuId=2303035&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303035', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303035_sa.jpg\"}', 'upc' => '013132317892', 'provider' => 'bestbuy'],\n ['name' => \"Blue Valentine (Blu-ray Disc)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blue-valentine-blu-ray-disc/2303053.p?id=2194601&skuId=2303053&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303053', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303053_sa.jpg\"}', 'upc' => '013132318394', 'provider' => 'bestbuy'],\n ['name' => \"Masters of Terror 3 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/masters-of-terror-3-dvd/2303079.p?id=2717428&skuId=2303079&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303079', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303079_sa.jpg\"}', 'upc' => '096009839192', 'provider' => 'bestbuy'],\n ['name' => \"CIVIL War Anniversary Collection (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/civil-war-anniversary-collection-dvd/2303097.p?id=2461165&skuId=2303097&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303097', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303097.jpg\"}', 'upc' => '096009829094', 'provider' => 'bestbuy'],\n ['name' => \"4-Movie Bible Story Collection 2 (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/4-movie-bible-story-collection-2-dvd/2303111.p?id=2706938&skuId=2303111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2146\\/21461611.jpg\"}', 'upc' => '096009205942', 'provider' => 'bestbuy'],\n ['name' => \"Superman Cartoons (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/superman-cartoons-dvd/2303157.p?id=2771726&skuId=2303157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303157.jpg\"}', 'upc' => '096009329297', 'provider' => 'bestbuy'],\n ['name' => \"3 Men And A Baby Grand Salute The Rat Pack - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/3-men-and-a-baby-grand-salute-the-rat-pack-cd/2303175.p?id=1626831&skuId=2303175&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303175', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303175_sa.jpg\"}', 'upc' => '711788021421', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Forest 9.8' In-Wall HDMI Cable - Black\", 'description_short' => \"Connects 1 HDMI component to another HDMI component via HDMI connection; 0.5% silver-plated copper material; nitrogen-injected insulation materials; high-speed rating; supports 1080p, 4K and 3D signals\", 'description_long' => \"Connects 1 HDMI component to another HDMI component via HDMI connection; 0.5% silver-plated copper material; nitrogen-injected insulation materials; high-speed rating; supports 1080p, 4K and 3D signals\", 'price' => 89.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-forest-9-8-in-wall-hdmi-cable-black/2303253.p?id=1219071223141&skuId=2303253&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303253', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/pac\\/products\\/1310\\/1310264755\\/1310264755_sa.jpg\"}', 'upc' => '092592077881', 'provider' => 'bestbuy'],\n ['name' => \"One Size Fits All - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/one-size-fits-all-cd/2303322.p?id=108618&skuId=2303322&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303322', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303322_sa.jpg\"}', 'upc' => '075679245922', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of Buck Owens, Vol. 1 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-buck-owens-vol-1-cd/2303536.p?id=108675&skuId=2303536&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303536', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303536_sa.jpg\"}', 'upc' => '081227181628', 'provider' => 'bestbuy'],\n ['name' => \"Seconds Out - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seconds-out-cd/2303670.p?id=83481&skuId=2303670&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303670', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303670_sa.jpg\"}', 'upc' => '075678268922', 'provider' => 'bestbuy'],\n ['name' => \"Golden Hits [Masters] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 3.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/golden-hits-masters-cd/2303938.p?id=129351&skuId=2303938&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2303938', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2303\\/2303938_sa.jpg\"}', 'upc' => '024266108928', 'provider' => 'bestbuy'],\n ['name' => \"The Order of Things [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-order-of-things-digipak-cd/2304023.p?id=3335068&skuId=2304023&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2304023', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2304\\/2304023_sa.jpg\"}', 'upc' => '793018361422', 'provider' => 'bestbuy'],\n ['name' => \"Kicker - 4\\\" x 6\\\" Coaxial Speakers with Polypropylene Cones (Pair) - Graphite\", 'description_short' => \"From our expanded online assortment; 60W peak power handling (30W RMS); tapered curvilinear polypropylene cones; 1/2&quot; polyethylene naphthalate tweeters; extended voice coil technology\", 'description_long' => \"From our expanded online assortment; 60W peak power handling (30W RMS); tapered curvilinear polypropylene cones; 1/2&quot; polyethylene naphthalate tweeters; extended voice coil technology\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kicker-4-x-6-coaxial-speakers-with-polypropylene-cones-pair-graphite/2304177.p?id=1218320157394&skuId=2304177&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2304177', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2304\\/2304177_sa.jpg\"}', 'upc' => '713034055150', 'provider' => 'bestbuy'],\n ['name' => \"Kicker - Solo-Baric L7 12\\\" Dual-Voice-Coil 2-Ohm Subwoofers with Enclosure - Black\", 'description_short' => \"From our expanded online assortment; handles up to 3000W peak power (1500W RMS); nickel-plated, spring-loaded terminals; polypropylene woofer cones with santoprene surrounds\", 'description_long' => \"From our expanded online assortment; handles up to 3000W peak power (1500W RMS); nickel-plated, spring-loaded terminals; polypropylene woofer cones with santoprene surrounds\", 'price' => 879.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kicker-solo-baric-l7-12-dual-voice-coil-2-ohm-subwoofers-with-enclosure-black/2304283.p?id=1218320823890&skuId=2304283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2304283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2304\\/2304283_sa.jpg\"}', 'upc' => '713034055457', 'provider' => 'bestbuy'],\n ['name' => \"Bedtime Stories - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bedtime-stories-cd/2304358.p?id=108849&skuId=2304358&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2304358', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2304\\/2304358_sa.jpg\"}', 'upc' => '093624576723', 'provider' => 'bestbuy'],\n ['name' => \"Kicker - Solo-Baric L7 12\\\" Single Dual-Voice-Coil 2-Ohm Subwoofer with Enclosure - Black\", 'description_short' => \"From our expanded online assortment; handles up to 1500W peak power (750W RMS); nickel-plated, spring-loaded terminals; polypropylene woofer cone with santoprene surround\", 'description_long' => \"From our expanded online assortment; handles up to 1500W peak power (750W RMS); nickel-plated, spring-loaded terminals; polypropylene woofer cone with santoprene surround\", 'price' => 479.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kicker-solo-baric-l7-12-single-dual-voice-coil-2-ohm-subwoofer-with-enclosure-black/2304404.p?id=1218320075880&skuId=2304404&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2304404', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2304\\/2304404_sa.jpg\"}', 'upc' => '713034055464', 'provider' => 'bestbuy'],\n ['name' => \"Kicker - 4\\\" Coaxial Speakers with Polypropylene Cones (Pair) - Graphite\", 'description_short' => \"From our expanded online assortment; 60W peak power handling (30W RMS); tapered curvilinear polypropylene cones; 1/2&quot; polyethylene naphthalate tweeters; extended voice coil technology\", 'description_long' => \"From our expanded online assortment; 60W peak power handling (30W RMS); tapered curvilinear polypropylene cones; 1/2&quot; polyethylene naphthalate tweeters; extended voice coil technology\", 'price' => 79.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kicker-4-coaxial-speakers-with-polypropylene-cones-pair-graphite/2304459.p?id=1218320156839&skuId=2304459&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2304459', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2304\\/2304459_sa.jpg\"}', 'upc' => '713034055136', 'provider' => 'bestbuy'],\n ['name' => \"Kicker - Marine Dual-Zone Remote Level Controller - Black\", 'description_short' => \"From our expanded online assortment; compatible with most aftermarket audio setups with a Kicker amplifier; RCA input; sealed pigtail connections; plastic material\", 'description_long' => \"From our expanded online assortment; compatible with most aftermarket audio setups with a Kicker amplifier; RCA input; sealed pigtail connections; plastic material\", 'price' => 99.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kicker-marine-dual-zone-remote-level-controller-black/2304486.p?id=1218320819346&skuId=2304486', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2304486', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2304\\/2304486_sa.jpg\"}', 'upc' => '713034053545', 'provider' => 'bestbuy'],\n ['name' => \"Kicker - Solo-Baric L7 10\\\" Single Dual-Voice-Coil 2-Ohm Subwoofer with Enclosure\", 'description_short' => \"From our expanded online assortment; handles up to 1200W peak power (600W RMS); nickel-plated, spring-loaded terminals; polypropylene woofer cone with santoprene surround\", 'description_long' => \"From our expanded online assortment; handles up to 1200W peak power (600W RMS); nickel-plated, spring-loaded terminals; polypropylene woofer cone with santoprene surround\", 'price' => 379.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/kicker-solo-baric-l7-10-single-dual-voice-coil-2-ohm-subwoofer-with-enclosure/2304583.p?id=1218320078144&skuId=2304583', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2304583', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2304\\/2304583_rc.jpg\"}', 'upc' => '713034055471', 'provider' => 'bestbuy'],\n ['name' => \"A Flourish and a Spoil [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-flourish-and-a-spoil-digipak-cd/2305013.p?id=3336043&skuId=2305013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305013_sa.jpg\"}', 'upc' => '767981149721', 'provider' => 'bestbuy'],\n ['name' => \"Stripped Down [CD & DVD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/stripped-down-cd-dvd-cd/2305022.p?id=3336045&skuId=2305022&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305022', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305022_sa.jpg\"}', 'upc' => '858135004659', 'provider' => 'bestbuy'],\n ['name' => \"Whiskey On My Breath [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/whiskey-on-my-breath-digipak-cd/2305031.p?id=3336044&skuId=2305031&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305031', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305031_sa.jpg\"}', 'upc' => '766930017623', 'provider' => 'bestbuy'],\n ['name' => \"The Underdog [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-underdog-digipak-cd/2305059.p?id=3336047&skuId=2305059&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305059', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305059_sa.jpg\"}', 'upc' => '794504002379', 'provider' => 'bestbuy'],\n ['name' => \"Dearly Departed - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dearly-departed-cd/2305068.p?id=3336042&skuId=2305068&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305068', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305068_sa.jpg\"}', 'upc' => '727701922928', 'provider' => 'bestbuy'],\n ['name' => \"Ultra Dance, Vol. 16 [Digipak] - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ultra-dance-vol-16-digipak-cd-various/2305077.p?id=3336046&skuId=2305077&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305077', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305077_sa.jpg\"}', 'upc' => '617465587528', 'provider' => 'bestbuy'],\n ['name' => \"Rise Up - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/rise-up-cd/2305106.p?id=116123&skuId=2305106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305106_sa.jpg\"}', 'upc' => '743431100320', 'provider' => 'bestbuy'],\n ['name' => \"The Brunt - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-brunt-cd/2305115.p?id=111183&skuId=2305115&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305115', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305115_sa.jpg\"}', 'upc' => '743431326225', 'provider' => 'bestbuy'],\n ['name' => \"Cooler Master - MegaFlow 200mm Chassis Cooling Fan - Clear\", 'description_short' => \"Compatible with 3-pin TX3 connectors; 200mm size; 110 cfm airflow volume; sleeve bearing design\", 'description_long' => \"Compatible with 3-pin TX3 connectors; 200mm size; 110 cfm airflow volume; sleeve bearing design\", 'price' => 19.99, 'sale_price' => 16.99, 'url' => 'http://www.bestbuy.com/site/cooler-master-megaflow-200mm-chassis-cooling-fan-clear/2305255.p?id=1218320079276&skuId=2305255&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305255', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305255_rc.jpg\"}', 'upc' => '884102004001', 'provider' => 'bestbuy'],\n ['name' => \"Alpine - Type R 6-1/2\\\" 2-Way Coaxial Car Speaker with Hybrid Fiber Cones (Pair) - Black\", 'description_short' => \"300W peak power handling (100W RMS); 6-1/2&quot; hybrid fiber woofer cone; TPE plastic woofer surround; 1&quot; swivel ring dome tweeter with silk diaphragm; Wave Guide\", 'description_long' => \"300W peak power handling (100W RMS); 6-1/2&quot; hybrid fiber woofer cone; TPE plastic woofer surround; 1&quot; swivel ring dome tweeter with silk diaphragm; Wave Guide\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alpine-type-r-6-1-2-2-way-coaxial-car-speaker-with-hybrid-fiber-cones-pair-black/2305546.p?id=1218320404058&skuId=2305546', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305546', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305546_sa.jpg\"}', 'upc' => '793276011053', 'provider' => 'bestbuy'],\n ['name' => \"Alpine - Type R 6\\\" x 9\\\" 2-Way Coaxial Car Speakers with Hybrid Fiber Cones (Pair) - Black\", 'description_short' => \"300W peak power handling (100W RMS); 6&quot; x 9&quot; hybrid fiber woofer cone; 1&quot; swivel ring dome tweeter with silk diaphragm; Wave Guide\", 'description_long' => \"300W peak power handling (100W RMS); 6&quot; x 9&quot; hybrid fiber woofer cone; 1&quot; swivel ring dome tweeter with silk diaphragm; Wave Guide\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alpine-type-r-6-x-9-2-way-coaxial-car-speakers-with-hybrid-fiber-cones-pair-black/2305625.p?id=1218320078775&skuId=2305625&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305625', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305625_sa.jpg\"}', 'upc' => '793276011077', 'provider' => 'bestbuy'],\n ['name' => \"Alpine - Type R 5-1/4\\\" 2-Way Coaxial Car Speakers with Hybrid Fiber Cones (Pair) - Black\", 'description_short' => \"270W peak power handling (90W RMS); 5-1/4&quot; hybrid fiber woofer cone; 1&quot; swivel ring dome tweeter with silk diaphragm; Wave Guide\", 'description_long' => \"270W peak power handling (90W RMS); 5-1/4&quot; hybrid fiber woofer cone; 1&quot; swivel ring dome tweeter with silk diaphragm; Wave Guide\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alpine-type-r-5-1-4-2-way-coaxial-car-speakers-with-hybrid-fiber-cones-pair-black/2305807.p?id=1218320406807&skuId=2305807&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305807', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305807_sa.jpg\"}', 'upc' => '793276011060', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $100 Birthday Blowout Gift Card\", 'description_short' => \"A Birthday Blowout gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"A Birthday Blowout gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 100, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-100-birthday-blowout-gift-card/2305898.p?id=null&skuId=2305898&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305898', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305898_sc.jpg\"}', 'upc' => '400023058987', 'provider' => 'bestbuy'],\n ['name' => \"Alpine - Type R 6\\\" x 8\\\" 2-Way Coaxial Car Speakers with Hybrid Fiber Cones (Pair) - Black\", 'description_short' => \"300W peak power handling (100W RMS); 6&quot; x 8&quot; hybrid fiber woofer cone; 1&quot; swivel ring dome tweeter with silk diaphragm; Wave Guide\", 'description_long' => \"300W peak power handling (100W RMS); 6&quot; x 8&quot; hybrid fiber woofer cone; 1&quot; swivel ring dome tweeter with silk diaphragm; Wave Guide\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/alpine-type-r-6-x-8-2-way-coaxial-car-speakers-with-hybrid-fiber-cones-pair-black/2305934.p?id=1218320406947&skuId=2305934&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305934', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305934_sa.jpg\"}', 'upc' => '793276011084', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $200 Birthday Blowout Gift Card\", 'description_short' => \"A Birthday Blowout gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"A Birthday Blowout gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 200, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-200-birthday-blowout-gift-card/2305952.p?id=null&skuId=2305952&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2305952', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2305\\/2305952_sc.jpg\"}', 'upc' => '400023059526', 'provider' => 'bestbuy'],\n ['name' => \"Nintendo - New 3DS XL - Black\", 'description_short' => \"Jump into your favorite games with immersive 3D\", 'description_long' => \"Jump into your favorite games with immersive 3D\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nintendo-new-3ds-xl-black/2306021.p?id=1219535294085&skuId=2306021&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2306021', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2306\\/2306021_sa.jpg\"}', 'upc' => '045496781514', 'provider' => 'bestbuy'],\n ['name' => \"Country Preacher: \\\"Live\\\" at Operation Breadbasket - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/country-preacher-live-at-operation-breadbasket-cd/2306285.p?id=109353&skuId=2306285&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2306285', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2306\\/2306285_sa.jpg\"}', 'upc' => '724383045228', 'provider' => 'bestbuy'],\n ['name' => \"West Side Story - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/west-side-story-cd/2306329.p?id=109369&skuId=2306329&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2306329', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2306\\/2306329_sa.jpg\"}', 'upc' => '724382991427', 'provider' => 'bestbuy'],\n ['name' => \"Do You Want More?!!!??! [Explicit Version] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/do-you-want-more-explicit-version-pa-cd/2306445.p?id=109232&skuId=2306445&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2306445', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2306\\/2306445_sa.jpg\"}', 'upc' => '720642470824', 'provider' => 'bestbuy'],\n ['name' => \"Sing It Loud [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sing-it-loud-digipak-cd/2306518.p?id=2192724&skuId=2306518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2306518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2306\\/2306518_sa.jpg\"}', 'upc' => '075597978360', 'provider' => 'bestbuy'],\n ['name' => \"I Will Stand by You: The Essential Collection - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/i-will-stand-by-you-the-essential-collection-cd/2306536.p?id=2193619&skuId=2306536&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2306536', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2306\\/2306536_sa.jpg\"}', 'upc' => '715187923423', 'provider' => 'bestbuy'],\n ['name' => \"Nintendo - New 3DS XL - Red\", 'description_short' => \"Jump into your favorite games with immersive 3D\", 'description_long' => \"Jump into your favorite games with immersive 3D\", 'price' => 199.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nintendo-new-3ds-xl-red/2307075.p?id=1219535294084&skuId=2307075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2307075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2307\\/2307075_sa.jpg\"}', 'upc' => '045496781507', 'provider' => 'bestbuy'],\n ['name' => \"EA - Star Wars: The Old Republic 2400 Cartel Coins Card for Windows\", 'description_short' => \"Redeem this card to purchase gear and more at the Cartel Market in The Old Republic\", 'description_long' => \"Redeem this card to purchase gear and more at the Cartel Market in The Old Republic\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ea-star-wars-the-old-republic-2400-cartel-coins-card-for-windows/2308029.p?id=1219074063119&skuId=2308029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2308029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2308\\/2308029_sa.jpg\"}', 'upc' => '799366052005', 'provider' => 'bestbuy'],\n ['name' => \"Greatest Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/greatest-hits-cd/2308327.p?id=109094&skuId=2308327&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2308327', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2308\\/2308327_sa.jpg\"}', 'upc' => '054895211829', 'provider' => 'bestbuy'],\n ['name' => \"Terraria - PRE-OWNED - PlayStation 4\", 'description_short' => \"Build a world of pure imagination as you dig, fight and explore\", 'description_long' => \"Build a world of pure imagination as you dig, fight and explore\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/terraria-pre-owned-playstation-4/2309028.p?id=1219551027654&skuId=2309028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2309028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2309\\/2309028_sa.jpg\"}', 'upc' => '799007841647', 'provider' => 'bestbuy'],\n ['name' => \"Bluegrass Album, Vol. 4 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bluegrass-album-vol-4-cd-various/2309718.p?id=75156&skuId=2309718&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2309718', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2309\\/2309718.jpg\"}', 'upc' => '011661021020', 'provider' => 'bestbuy'],\n ['name' => \"Gifts of the Angels - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gifts-of-the-angels-cd/2309763.p?id=110187&skuId=2309763&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2309763', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2309\\/2309763_sa.jpg\"}', 'upc' => '093791785522', 'provider' => 'bestbuy'],\n ['name' => \"A To a Higher Place - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-to-a-higher-place-cd/2309834.p?id=109411&skuId=2309834&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2309834', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2309\\/2309834_sa.jpg\"}', 'upc' => '074645787626', 'provider' => 'bestbuy'],\n ['name' => \"Old, New, Borrowed & Blue - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/old-new-borrowed-blue-cd/2310010.p?id=109520&skuId=2310010&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2310010', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2310\\/2310010_sa.jpg\"}', 'upc' => '014551482628', 'provider' => 'bestbuy'],\n ['name' => \"Come to Find - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/come-to-find-cd/2310127.p?id=109699&skuId=2310127&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2310127', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2310\\/2310127_sa.jpg\"}', 'upc' => '092592112728', 'provider' => 'bestbuy'],\n ['name' => \"Super Hits - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/super-hits-cd/2310314.p?id=1643116&skuId=2310314&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2310314', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2310\\/2310314_sa.jpg\"}', 'upc' => '886970527927', 'provider' => 'bestbuy'],\n ['name' => \"The Very Best of Rex Allen, Jr. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-very-best-of-rex-allen-jr-cd/2310341.p?id=108839&skuId=2310341&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2310341', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2310\\/2310341_sa.jpg\"}', 'upc' => '093624576624', 'provider' => 'bestbuy'],\n ['name' => \"Amorica [Clean] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/amorica-clean-cd/2310387.p?id=279429&skuId=2310387&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2310387', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '093624300120', 'provider' => 'bestbuy'],\n ['name' => \"Even More Dazed & Confused - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/even-more-dazed-confused-cd-original-soundtrack/2310591.p?id=108844&skuId=2310591&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2310591', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2310\\/2310591_sa.jpg\"}', 'upc' => '075992458825', 'provider' => 'bestbuy'],\n ['name' => \"Turbulent Indigo - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/turbulent-indigo-cd/2310813.p?id=108851&skuId=2310813&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2310813', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2310\\/2310813_sa.jpg\"}', 'upc' => '093624578628', 'provider' => 'bestbuy'],\n ['name' => \"The Bard & The Balladeer: Live From Cowtown - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-bard-the-balladeer-live-from-cowtown-cd/2310840.p?id=108852&skuId=2310840&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2310840', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2310\\/2310840_sa.jpg\"}', 'upc' => '093624578321', 'provider' => 'bestbuy'],\n ['name' => \"Microsoft - $25 Xbox Gift Card - World of Tanks\", 'description_short' => \"Embark on an epic entertainment journey through the Xbox Live Marketplace\", 'description_long' => \"Embark on an epic entertainment journey through the Xbox Live Marketplace\", 'price' => 25, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/microsoft-25-xbox-gift-card-world-of-tanks/2311013.p?id=1219074063120&skuId=2311013&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311013', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311013_sa.jpg\"}', 'upc' => '799366142874', 'provider' => 'bestbuy'],\n ['name' => \"Seven Gates: A Christmas Album - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/seven-gates-a-christmas-album-cd/2311046.p?id=108855&skuId=2311046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311046_sa.jpg\"}', 'upc' => '093624577324', 'provider' => 'bestbuy'],\n ['name' => \"Lo Mejor De... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lo-mejor-de-cd/2311095.p?id=3332129&skuId=2311095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311095_sa.jpg\"}', 'upc' => '602547132062', 'provider' => 'bestbuy'],\n ['name' => \"Las Bandas Románticas De América 2015 - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/las-bandas-romanticas-de-america-2015-cd-various/2311128.p?id=3332083&skuId=2311128&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311128', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311128_sa.jpg\"}', 'upc' => '600753581933', 'provider' => 'bestbuy'],\n ['name' => \"20 Kilates Románticos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-kilates-romanticos-cd/2311137.p?id=3332123&skuId=2311137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311137_sa.jpg\"}', 'upc' => '600753578810', 'provider' => 'bestbuy'],\n ['name' => \"20 Kilates Románticos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-kilates-romanticos-cd/2311146.p?id=3332140&skuId=2311146&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311146', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311146_sa.jpg\"}', 'upc' => '602547121820', 'provider' => 'bestbuy'],\n ['name' => \"20 Kilates Románticos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-kilates-romanticos-cd/2311155.p?id=3332097&skuId=2311155&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311155', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311155_sa.jpg\"}', 'upc' => '602547183569', 'provider' => 'bestbuy'],\n ['name' => \"20 Kilates Románticos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-kilates-romanticos-cd/2311164.p?id=3332069&skuId=2311164&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311164', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311164_sa.jpg\"}', 'upc' => '602547123879', 'provider' => 'bestbuy'],\n ['name' => \"20 Kilates Románticos: Grupero - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-kilates-romanticos-grupero-cd-various/2311173.p?id=3332105&skuId=2311173&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311173', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311173_sa.jpg\"}', 'upc' => '600753576663', 'provider' => 'bestbuy'],\n ['name' => \"20 Kilates Románticos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/20-kilates-romanticos-cd/2311182.p?id=3332085&skuId=2311182&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311182', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311182_sa.jpg\"}', 'upc' => '602547146038', 'provider' => 'bestbuy'],\n ['name' => \"Lo Mejor De... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lo-mejor-de-cd/2311191.p?id=3332134&skuId=2311191&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311191_sa.jpg\"}', 'upc' => '602547163530', 'provider' => 'bestbuy'],\n ['name' => \"Boleros De Nostalgia - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/boleros-de-nostalgia-cd-various/2311301.p?id=3332067&skuId=2311301&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311301', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311301_sa.jpg\"}', 'upc' => '602547170491', 'provider' => 'bestbuy'],\n ['name' => \"Song Out Of My Trees - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/song-out-of-my-trees-cd/2311448.p?id=3192698&skuId=2311448&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311448', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311448_sa.jpg\"}', 'upc' => '027312015423', 'provider' => 'bestbuy'],\n ['name' => \"Smokehouse - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/smokehouse-cd/2311457.p?id=3192753&skuId=2311457&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311457', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311457_sa.jpg\"}', 'upc' => '027312015720', 'provider' => 'bestbuy'],\n ['name' => \"Flute Music of the Andes - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/flute-music-of-the-andes-cd-various/2311466.p?id=72990&skuId=2311466&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311466', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311466_sa.jpg\"}', 'upc' => '076637030529', 'provider' => 'bestbuy'],\n ['name' => \"Edinburgh Military Tattoo: Bagpipe Marches of... - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/edinburgh-military-tattoo-bagpipe-marches-of-various-cd/2311484.p?id=81318&skuId=2311484&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311484', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311484_sa.jpg\"}', 'upc' => '076637030925', 'provider' => 'bestbuy'],\n ['name' => \"Memories (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 58.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memories-box-cd/2311518.p?id=1419944&skuId=2311518&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311518', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311518.jpg\"}', 'upc' => '790051157227', 'provider' => 'bestbuy'],\n ['name' => \"Hits & Misses - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hits-misses-cd/2311527.p?id=1427472&skuId=2311527&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311527', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311527_sa.jpg\"}', 'upc' => '790051157241', 'provider' => 'bestbuy'],\n ['name' => \"Hello Stranger - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hello-stranger-cd/2311536.p?id=1431024&skuId=2311536&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311536', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311536_sa.jpg\"}', 'upc' => '790051157258', 'provider' => 'bestbuy'],\n ['name' => \"Jazz From The Hills - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jazz-from-the-hills-cd-various/2311545.p?id=1419937&skuId=2311545&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311545', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311545_sa.jpg\"}', 'upc' => '790051157289', 'provider' => 'bestbuy'],\n ['name' => \"West Texas Sky - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/west-texas-sky-cd/2311581.p?id=1417373&skuId=2311581&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311581', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311581_sa.jpg\"}', 'upc' => '790051157364', 'provider' => 'bestbuy'],\n ['name' => \"Sing Great Country Favorites [Bear Family] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sing-great-country-favorites-bear-family-cd/2311590.p?id=1419969&skuId=2311590&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311590', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311590_sa.jpg\"}', 'upc' => '790051157371', 'provider' => 'bestbuy'],\n ['name' => \"Crying My Heart Out Over You - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 26.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crying-my-heart-out-over-you-cd/2311616.p?id=1419921&skuId=2311616&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311616', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311616_sa.jpg\"}', 'upc' => '4000127157393', 'provider' => 'bestbuy'],\n ['name' => \"Four Platters & One Lovely Dish (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 149.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/four-platters-one-lovely-dish-box-cd/2311643.p?id=1427474&skuId=2311643&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311643', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311643.jpg\"}', 'upc' => '790051157418', 'provider' => 'bestbuy'],\n ['name' => \"It'S My Party (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/its-my-party-box-cd/2311661.p?id=1419977&skuId=2311661&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311661', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311661.jpg\"}', 'upc' => '790051157425', 'provider' => 'bestbuy'],\n ['name' => \"Shame, Shame, Shame - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 156.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/shame-shame-shame-cd/2311670.p?id=3382962&skuId=2311670&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311670', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311670_sa.jpg\"}', 'upc' => '4000127157454', 'provider' => 'bestbuy'],\n ['name' => \"Montana Slim: Praire Legend (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 129.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/montana-slim-praire-legend-box-cd/2311689.p?id=1524752&skuId=2311689&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311689', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311689_sa.jpg\"}', 'upc' => '790051157548', 'provider' => 'bestbuy'],\n ['name' => \"Honky Tonkin In Mississippi - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/honky-tonkin-in-mississippi-cd/2311698.p?id=1586443&skuId=2311698&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311698', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311698_sa.jpg\"}', 'upc' => '790051157586', 'provider' => 'bestbuy'],\n ['name' => \"Truck Driving Man (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 20.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/truck-driving-man-box-cd/2311714.p?id=1419964&skuId=2311714&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311714', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311714_sa.jpg\"}', 'upc' => '790051157623', 'provider' => 'bestbuy'],\n ['name' => \"Honky Tonk Heroes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/honky-tonk-heroes-cd/2311723.p?id=1418602&skuId=2311723&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311723', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311723_sa.jpg\"}', 'upc' => '790051157753', 'provider' => 'bestbuy'],\n ['name' => \"Capitol Recordings (Box) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 241.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/capitol-recordings-box-cd/2311732.p?id=1419981&skuId=2311732&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311732', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311732.jpg\"}', 'upc' => '790051157760', 'provider' => 'bestbuy'],\n ['name' => \"Frankie Lymon & The Teenagers - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/frankie-lymon-the-teenagers-cd/2311741.p?id=1425633&skuId=2311741&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311741', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311741_sa.jpg\"}', 'upc' => '790051157821', 'provider' => 'bestbuy'],\n ['name' => \"German Military Marches - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/german-military-marches-cd/2311778.p?id=83526&skuId=2311778&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311778', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311778_sa.jpg\"}', 'upc' => '076637031427', 'provider' => 'bestbuy'],\n ['name' => \"The Best Of The Clancy Brothers And Tommy Makem - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-best-of-the-clancy-brothers-and-tommy-makem-cd/2311787.p?id=77855&skuId=2311787&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311787', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311787_sa.jpg\"}', 'upc' => '076637032028', 'provider' => 'bestbuy'],\n ['name' => \"Traditional Music & Songs of Italy - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traditional-music-songs-of-italy-cd-various/2311796.p?id=86445&skuId=2311796&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311796', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311796.jpg\"}', 'upc' => '076637032226', 'provider' => 'bestbuy'],\n ['name' => \"French Military Marches - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/french-military-marches-cd-various/2311858.p?id=82825&skuId=2311858&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311858', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311858_sa.jpg\"}', 'upc' => '076637033124', 'provider' => 'bestbuy'],\n ['name' => \"Traditional Music of Mexico - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traditional-music-of-mexico-cd/2311867.p?id=98925&skuId=2311867&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311867', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311867_sa.jpg\"}', 'upc' => '076637033421', 'provider' => 'bestbuy'],\n ['name' => \"1 2 3 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/1-2-3-cd/2311974.p?id=117461&skuId=2311974&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2311974', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2311\\/2311974.jpg\"}', 'upc' => '008781001728', 'provider' => 'bestbuy'],\n ['name' => \"Samsung - Protective Cover for Samsung Galaxy S 4 Mini Cell Phones - Light Blue\", 'description_short' => \"SAMSUNG Protective Cover for Samsung Galaxy S 4 Mini Cell Phones: Compatible with Samsung Galaxy S 4 Mini cell phones; polycarbonate material\", 'description_long' => \"SAMSUNG Protective Cover for Samsung Galaxy S 4 Mini Cell Phones: Compatible with Samsung Galaxy S 4 Mini cell phones; polycarbonate material\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/samsung-protective-cover-for-samsung-galaxy-s-4-mini-cell-phones-light-blue/2312067.p?id=1219543503997&skuId=2312067', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312067', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312067_sa.jpg\"}', 'upc' => '887276966564', 'provider' => 'bestbuy'],\n ['name' => \"Fanshawe: African Sanctus - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fanshawe-african-sanctus-cd/2312438.p?id=321611&skuId=2312438&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312438', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312438.jpg\"}', 'upc' => '738572600327', 'provider' => 'bestbuy'],\n ['name' => \"Live from London - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-from-london-cd/2312465.p?id=2123751&skuId=2312465&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312465', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312465.jpg\"}', 'upc' => '021471143027', 'provider' => 'bestbuy'],\n ['name' => \"After Midnight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/after-midnight-cd/2312606.p?id=110224&skuId=2312606&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312606', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312606_sa.jpg\"}', 'upc' => '015891372129', 'provider' => 'bestbuy'],\n ['name' => \"Wearing the Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/wearing-the-time-cd/2312615.p?id=110227&skuId=2312615&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312615', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312615_sa.jpg\"}', 'upc' => '015891104522', 'provider' => 'bestbuy'],\n ['name' => \"Songs From the Southern Mountains - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/songs-from-the-southern-mountains-cd/2312624.p?id=110223&skuId=2312624&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312624', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312624_sa.jpg\"}', 'upc' => '015891382920', 'provider' => 'bestbuy'],\n ['name' => \"Let Them Talk - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/let-them-talk-cd/2312642.p?id=110501&skuId=2312642&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312642', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312642_sa.jpg\"}', 'upc' => '033651006626', 'provider' => 'bestbuy'],\n ['name' => \"True to Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/true-to-life-cd/2312651.p?id=110498&skuId=2312651&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312651', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312651_sa.jpg\"}', 'upc' => '033651006725', 'provider' => 'bestbuy'],\n ['name' => \"Hi-Bop Ska - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hi-bop-ska-cd/2312688.p?id=110349&skuId=2312688&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312688', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312688_sa.jpg\"}', 'upc' => '016351451927', 'provider' => 'bestbuy'],\n ['name' => \"Mississippi Masters: Early American Blues... - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mississippi-masters-early-american-blues-cd/2312697.p?id=110357&skuId=2312697&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312697', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312697.jpg\"}', 'upc' => '016351200723', 'provider' => 'bestbuy'],\n ['name' => \"Memphis Masters: Early American Blues Classics - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/memphis-masters-early-american-blues-classics-cd/2312704.p?id=110354&skuId=2312704&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312704', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312704_sa.jpg\"}', 'upc' => '016351200822', 'provider' => 'bestbuy'],\n ['name' => \"Big Ones - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/big-ones-cd/2312857.p?id=109233&skuId=2312857&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312857', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312857_sa.jpg\"}', 'upc' => '720642471623', 'provider' => 'bestbuy'],\n ['name' => \"MTV Unplugged in New York - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mtv-unplugged-in-new-york-cd/2312875.p?id=108448&skuId=2312875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2312875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2312\\/2312875_sa.jpg\"}', 'upc' => '720642472729', 'provider' => 'bestbuy'],\n ['name' => \"Crock-Pot - 3.5-Quart Crock Casserole - Blue\", 'description_short' => \"High, low and warm settings; 9&quot; x 13&quot; casserole-shape, dishwasher-safe stoneware; see-through, dishwasher-safe lid; includes Campbell&#039;s recipe book\", 'description_long' => \"High, low and warm settings; 9&quot; x 13&quot; casserole-shape, dishwasher-safe stoneware; see-through, dishwasher-safe lid; includes Campbell&#039;s recipe book\", 'price' => 49.99, 'sale_price' => 38.99, 'url' => 'http://www.bestbuy.com/site/crock-pot-3-5-quart-crock-casserole-blue/2313075.p?id=1219540930386&skuId=2313075&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313075', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313075_rc.jpg\"}', 'upc' => '048894054785', 'provider' => 'bestbuy'],\n ['name' => \"Just So Happens - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/just-so-happens-cd/2313525.p?id=112492&skuId=2313525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313525_sa.jpg\"}', 'upc' => '782737100528', 'provider' => 'bestbuy'],\n ['name' => \"Harlem Sunset - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harlem-sunset-cd/2313589.p?id=111801&skuId=2313589&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313589', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313589_sa.jpg\"}', 'upc' => '782737100627', 'provider' => 'bestbuy'],\n ['name' => \"Free Trade - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/free-trade-cd/2313696.p?id=112637&skuId=2313696&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313696', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313696_sa.jpg\"}', 'upc' => '068944006427', 'provider' => 'bestbuy'],\n ['name' => \"Loose - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/loose-cd/2313703.p?id=112638&skuId=2313703&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313703', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313703_sa.jpg\"}', 'upc' => '068944006526', 'provider' => 'bestbuy'],\n ['name' => \"Music of Indonesia, Vol. 5: Betawi and... - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-indonesia-vol-5-betawi-and-various-cd/2313749.p?id=111703&skuId=2313749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313749_sa.jpg\"}', 'upc' => '093074042120', 'provider' => 'bestbuy'],\n ['name' => \"7-Toku - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/7-toku-cd/2313758.p?id=107342&skuId=2313758&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313758', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313758_sa.jpg\"}', 'upc' => '036172601820', 'provider' => 'bestbuy'],\n ['name' => \"Music of Indonesia, Vol. 6: Night Music of... - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/music-of-indonesia-vol-6-night-music-of-cd-various/2313767.p?id=111704&skuId=2313767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313767_sa.jpg\"}', 'upc' => '093074042229', 'provider' => 'bestbuy'],\n ['name' => \"Starlite Walker - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/starlite-walker-cd/2313794.p?id=106665&skuId=2313794&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313794', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313794_sa.jpg\"}', 'upc' => '036172905522', 'provider' => 'bestbuy'],\n ['name' => \"Common Ground - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/common-ground-cd/2313838.p?id=112642&skuId=2313838&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313838', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313838_sa.jpg\"}', 'upc' => '746022110623', 'provider' => 'bestbuy'],\n ['name' => \"Starting Young - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/starting-young-cd/2313954.p?id=281871&skuId=2313954&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2313954', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2313\\/2313954_sa.jpg\"}', 'upc' => '722871115521', 'provider' => 'bestbuy'],\n ['name' => \"nabi - Screen Protectors for nabi Jr. (2-Pack) - Clear\", 'description_short' => \"Compatible with nabi Jr.; 3-layer structure; scratch-resistant; high-resolution clarity; bubble-free application\", 'description_long' => \"Compatible with nabi Jr.; 3-layer structure; scratch-resistant; high-resolution clarity; bubble-free application\", 'price' => 14.99, 'sale_price' => 5.99, 'url' => 'http://www.bestbuy.com/site/nabi-screen-protectors-for-nabi-jr-2-pack-clear/2314029.p?id=1219768988725&skuId=2314029&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2314029', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2314\\/2314029_sa.jpg\"}', 'upc' => '858119003739', 'provider' => 'bestbuy'],\n ['name' => \"Amazon - Standing Origami Case for Kindle Fire HDX 7\\\" - Black\", 'description_short' => \"Compatible with Kindle Fire HDX 7&quot;; polyurethane material; microfiber interior; built-in Origami stand; automatic sleep-and-wake capability; integrated magnetic closure\", 'description_long' => \"Compatible with Kindle Fire HDX 7&quot;; polyurethane material; microfiber interior; built-in Origami stand; automatic sleep-and-wake capability; integrated magnetic closure\", 'price' => 50.49, 'sale_price' => 24.99, 'url' => 'http://www.bestbuy.com/site/amazon-standing-origami-case-for-kindle-fire-hdx-7-black/2314056.p?id=1219071546351&skuId=2314056&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2314056', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2314\\/2314056_sa.jpg\"}', 'upc' => '848719015201', 'provider' => 'bestbuy'],\n ['name' => \"Terraria - PRE-OWNED - Xbox One\", 'description_short' => \"Build a world of pure imagination as you dig, fight and explore\", 'description_long' => \"Build a world of pure imagination as you dig, fight and explore\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/terraria-pre-owned-xbox-one/2314092.p?id=1219549288679&skuId=2314092&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2314092', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2314\\/2314092_sa.jpg\"}', 'upc' => '799007841654', 'provider' => 'bestbuy'],\n ['name' => \"Sun Moon - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sun-moon-cd/2314249.p?id=2487527&skuId=2314249&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2314249', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2314\\/2314249.jpg\"}', 'upc' => '022551006928', 'provider' => 'bestbuy'],\n ['name' => \"Harmonica According to Charlie - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/harmonica-according-to-charlie-cd/2314766.p?id=178735&skuId=2314766&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2314766', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2314\\/2314766_sa.jpg\"}', 'upc' => '019148501621', 'provider' => 'bestbuy'],\n ['name' => \"Don't Stop Now! (Feat. Pete Christlieb) - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dont-stop-now-feat-pete-christlieb-cd/2314800.p?id=256682&skuId=2314800&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2314800', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2314\\/2314800_sa.jpg\"}', 'upc' => '054987100123', 'provider' => 'bestbuy'],\n ['name' => \"Then and Now - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/then-and-now-cd/2314837.p?id=244430&skuId=2314837&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2314837', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2314\\/2314837_sa.jpg\"}', 'upc' => '054987100222', 'provider' => 'bestbuy'],\n ['name' => \"Ellington Is Forever, Vol. 2 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/ellington-is-forever-vol-2-cd/2315015.p?id=112973&skuId=2315015&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315015', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315015_sa.jpg\"}', 'upc' => '025218790826', 'provider' => 'bestbuy'],\n ['name' => \"Crock-Pot - 3-Quart Double Slow Cooker - Charcoal\", 'description_short' => \"Low, high and warm heat settings; connectable entertainment system; removable stoneware; dishwasher-safe parts; stackable hook-ups\", 'description_long' => \"Low, high and warm heat settings; connectable entertainment system; removable stoneware; dishwasher-safe parts; stackable hook-ups\", 'price' => 59.99, 'sale_price' => 56.99, 'url' => 'http://www.bestbuy.com/site/crock-pot-3-quart-double-slow-cooker-charcoal/2315028.p?id=1219540930387&skuId=2315028&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315028_rc.jpg\"}', 'upc' => '048894049279', 'provider' => 'bestbuy'],\n ['name' => \"When Farmer Met Gryce - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/when-farmer-met-gryce-cd/2315444.p?id=156194&skuId=2315444&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315444', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315444.jpg\"}', 'upc' => '025218607223', 'provider' => 'bestbuy'],\n ['name' => \"Out of the Forrest - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/out-of-the-forrest-cd/2315453.p?id=155625&skuId=2315453&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315453', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315453_sa.jpg\"}', 'upc' => '025218609722', 'provider' => 'bestbuy'],\n ['name' => \"Bird on 52nd St. - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bird-on-52nd-st-cd/2315462.p?id=131111&skuId=2315462&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315462', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315462_sa.jpg\"}', 'upc' => '025218611428', 'provider' => 'bestbuy'],\n ['name' => \"Blue's Moods - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/blues-moods-cd/2315471.p?id=69203&skuId=2315471&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315471', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315471_sa.jpg\"}', 'upc' => '025218613828', 'provider' => 'bestbuy'],\n ['name' => \"A Flower Is a Lovesome Thing - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 15.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-flower-is-a-lovesome-thing-cd/2315514.p?id=67030&skuId=2315514&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315514', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315514_sa.jpg\"}', 'upc' => '025218623520', 'provider' => 'bestbuy'],\n ['name' => \"Giant Steps - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/giant-steps-cd/2315532.p?id=67375&skuId=2315532&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315532', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315532_sa.jpg\"}', 'upc' => '025218634427', 'provider' => 'bestbuy'],\n ['name' => \"The Concert Years [Box] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 33.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-concert-years-box-cd/2315541.p?id=66350&skuId=2315541&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315541', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315541_sa.jpg\"}', 'upc' => '025218441421', 'provider' => 'bestbuy'],\n ['name' => \"Soul Meeting [Compilation] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-meeting-compilation-cd/2315612.p?id=113000&skuId=2315612&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2315612', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2315\\/2315612_sa.jpg\"}', 'upc' => '025218543323', 'provider' => 'bestbuy'],\n ['name' => \"Crock-Pot - 2-Quart Double Slow Cooker - Charcoal\", 'description_short' => \"Switch controls; low, high and warm settings; connectable entertainment system; plugs into outlet or 2nd slow cooker (not included); nonslip base; cool-touch exterior; dishwasher-safe; removable stoneware\", 'description_long' => \"Switch controls; low, high and warm settings; connectable entertainment system; plugs into outlet or 2nd slow cooker (not included); nonslip base; cool-touch exterior; dishwasher-safe; removable stoneware\", 'price' => 49.99, 'sale_price' => 41.99, 'url' => 'http://www.bestbuy.com/site/crock-pot-2-quart-double-slow-cooker-charcoal/2316018.p?id=1219540930392&skuId=2316018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2316018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2316\\/2316018_rc.jpg\"}', 'upc' => '048894049330', 'provider' => 'bestbuy'],\n ['name' => \"Sabian - 19\\\" Vault Holy China Cymbal - Natural\", 'description_short' => \"From our expanded online assortment; compatible with most acoustic drum kits; thin weight; brilliant finish; loud and cutting sound\", 'description_long' => \"From our expanded online assortment; compatible with most acoustic drum kits; thin weight; brilliant finish; loud and cutting sound\", 'price' => 269.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sabian-19-vault-holy-china-cymbal-natural/2316066.p?id=1218320403992&skuId=2316066&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2316066', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{null}', 'upc' => '622537063695', 'provider' => 'bestbuy'],\n ['name' => \"Love Within the Universe - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/love-within-the-universe-cd/2316078.p?id=108916&skuId=2316078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2316078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2316\\/2316078_sa.jpg\"}', 'upc' => '794787100922', 'provider' => 'bestbuy'],\n ['name' => \"CrazySexyCool - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crazysexycool-cd/2316648.p?id=109121&skuId=2316648&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2316648', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2316\\/2316648_sa.jpg\"}', 'upc' => '730082600927', 'provider' => 'bestbuy'],\n ['name' => \"The Most Beautifullest Thing in This World - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-most-beautifullest-thing-in-this-world-cd/2317095.p?id=109128&skuId=2317095&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317095', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317095_sa.jpg\"}', 'upc' => '012414155528', 'provider' => 'bestbuy'],\n ['name' => \"Zmodo - Surveillance Camera\", 'description_short' => \"1/3&quot; Sony color CCD sensor; night vision up to 80&#039;; 360&#176; pan rotation; 90&#176; tilt rotation\", 'description_long' => \"1/3&quot; Sony color CCD sensor; night vision up to 80&#039;; 360&#176; pan rotation; 90&#176; tilt rotation\", 'price' => 84.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zmodo-surveillance-camera/2317104.p?id=1219071543605&skuId=2317104', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317104', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317104_500x500_sa.jpg\"}', 'upc' => '846655000862', 'provider' => 'bestbuy'],\n ['name' => \"Zmodo - 8-Channel, 8-Camera Indoor/Outdoor Security System - Black\", 'description_short' => \"Includes an 8-channel DVR and 8 outdoor IR security cameras; 1/4&quot; color CMOS image sensor; IR night vision up to 65&#039;; PTZ (pan/tilt/zoom) camera control\", 'description_long' => \"Includes an 8-channel DVR and 8 outdoor IR security cameras; 1/4&quot; color CMOS image sensor; IR night vision up to 65&#039;; PTZ (pan/tilt/zoom) camera control\", 'price' => 289.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/zmodo-8-channel-8-camera-indoor-outdoor-security-system-black/2317122.p?id=1219071537156&skuId=2317122', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317122', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317122_sa.jpg\"}', 'upc' => '846655011615', 'provider' => 'bestbuy'],\n ['name' => \"Crock-Pot - 2-Quart Double-Crock Slow Cooker - Charcoal\", 'description_short' => \"Switch controls; low, high and warm settings; connectable entertainment system; plugs into outlet or 2nd slow cooker (not included); nonslip base; cool-touch exterior; dishwasher-safe; two 1-quart crocks\", 'description_long' => \"Switch controls; low, high and warm settings; connectable entertainment system; plugs into outlet or 2nd slow cooker (not included); nonslip base; cool-touch exterior; dishwasher-safe; two 1-quart crocks\", 'price' => 59.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crock-pot-2-quart-double-crock-slow-cooker-charcoal/2317429.p?id=1219540930388&skuId=2317429&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317429', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317429_rc.jpg\"}', 'upc' => '048894049323', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $15 Un Cumpleaños Fenomenal Birthday Gift Card\", 'description_short' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 15, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-15-un-cumpleanos-fenomenal-birthday-gift-card/2317784.p?id=null&skuId=2317784&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317784', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317784_sc.jpg\"}', 'upc' => '400023177848', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $20 Un Cumpleaños Fenomenal Birthday Gift Card\", 'description_short' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 20, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-20-un-cumpleanos-fenomenal-birthday-gift-card/2317802.p?id=null&skuId=2317802&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317802', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317802_sc.jpg\"}', 'upc' => '400023178029', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $25 Un Cumpleaños Fenomenal Birthday Gift Card\", 'description_short' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 25, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-25-un-cumpleanos-fenomenal-birthday-gift-card/2317811.p?id=null&skuId=2317811&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317811', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317811_sc.jpg\"}', 'upc' => '400023178111', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $30 Un Cumpleaños Fenomenal Birthday Gift Card\", 'description_short' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 30, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-30-un-cumpleanos-fenomenal-birthday-gift-card/2317839.p?id=null&skuId=2317839&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317839', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317839_sc.jpg\"}', 'upc' => '400023178395', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $50 Un Cumpleaños Fenomenal Birthday Gift Card\", 'description_short' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 50, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-50-un-cumpleanos-fenomenal-birthday-gift-card/2317848.p?id=null&skuId=2317848&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317848', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317848_sc.jpg\"}', 'upc' => '400023178487', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $60 Un Cumpleaños Fenomenal Birthday Gift Card\", 'description_short' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 60, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-60-un-cumpleanos-fenomenal-birthday-gift-card/2317866.p?id=null&skuId=2317866&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317866', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317866_sc.jpg\"}', 'upc' => '400023178661', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $75 Un Cumpleaños Fenomenal Birthday Gift Card\", 'description_short' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 75, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-75-un-cumpleanos-fenomenal-birthday-gift-card/2317875.p?id=null&skuId=2317875&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317875', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317875_sc.jpg\"}', 'upc' => '400023178753', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $100 Un Cumpleaños Fenomenal Birthday Gift Card\", 'description_short' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 100, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-100-un-cumpleanos-fenomenal-birthday-gift-card/2317884.p?id=null&skuId=2317884&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317884', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317884_sc.jpg\"}', 'upc' => '400023178845', 'provider' => 'bestbuy'],\n ['name' => \"Best Buy GC - $200 Un Cumpleaños Fenomenal Birthday Gift Card\", 'description_short' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'description_long' => \"Un Cumplea&#241;os Fenomenal gift card; shipped free; no expiration date or fees; safeguards against theft protect your purchase; good toward any purchase online and in US or Puerto Rico Best Buy stores\", 'price' => 200, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/best-buy-gc-200-un-cumpleanos-fenomenal-birthday-gift-card/2317893.p?id=null&skuId=2317893&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2317893', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2317\\/2317893_sc.jpg\"}', 'upc' => '400023178937', 'provider' => 'bestbuy'],\n ['name' => \"Scribblenauts Unmasked - A DC Comics Adventure - PRE-OWNED - Nintendo 3DS\", 'description_short' => \"Blend quirky Scribblenauts art with the epic action of DC Comics\", 'description_long' => \"Blend quirky Scribblenauts art with the epic action of DC Comics\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scribblenauts-unmasked-a-dc-comics-adventure-pre-owned-nintendo-3ds/2318007.p?id=1219071544649&skuId=2318007&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2318007', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2318\\/2318007_sa.jpg\"}', 'upc' => '799007835691', 'provider' => 'bestbuy'],\n ['name' => \"Metra - Dash Kit for Select 1995-1999 Saturn Saturn all - Black\", 'description_short' => \"From our expanded online assortment; compatible with most 1995-1999 Saturn vehicles; allows for installation of an aftermarket radio into the factory dash location; ABS plastic material\", 'description_long' => \"From our expanded online assortment; compatible with most 1995-1999 Saturn vehicles; allows for installation of an aftermarket radio into the factory dash location; ABS plastic material\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/metra-dash-kit-for-select-1995-1999-saturn-saturn-all-black/2318806.p?id=1218118704525&skuId=2318806', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2318806', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2318\\/2318806_sa.jpg\"}', 'upc' => '086429017775', 'provider' => 'bestbuy'],\n ['name' => \"Soul Shoutin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/soul-shoutin-cd/2318913.p?id=113011&skuId=2318913&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2318913', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2318\\/2318913_sa.jpg\"}', 'upc' => '025218514224', 'provider' => 'bestbuy'],\n ['name' => \"Armored Core: Verdict Day - PRE-OWNED - PlayStation 3\", 'description_short' => \"Survive a landscape desolated by war\", 'description_long' => \"Survive a landscape desolated by war\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/armored-core-verdict-day-pre-owned-playstation-3/2319006.p?id=1219071539849&skuId=2319006&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2319006', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2319\\/2319006_sa.jpg\"}', 'upc' => '799007835707', 'provider' => 'bestbuy'],\n ['name' => \"Keystone Bop: Sunday Night - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/keystone-bop-sunday-night-cd/2319191.p?id=113015&skuId=2319191&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2319191', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2319\\/2319191_sa.jpg\"}', 'upc' => '025218514620', 'provider' => 'bestbuy'],\n ['name' => \"Brother Jack McDuff Live! - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/brother-jack-mcduff-live-cd/2319235.p?id=113017&skuId=2319235&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2319235', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2319\\/2319235.jpg\"}', 'upc' => '025218514729', 'provider' => 'bestbuy'],\n ['name' => \"Tical - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tical-cd/2319422.p?id=109664&skuId=2319422&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2319422', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2319\\/2319422_sa.jpg\"}', 'upc' => '731452383921', 'provider' => 'bestbuy'],\n ['name' => \"Verve Jazz Masters 34 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/verve-jazz-masters-34-cd/2319627.p?id=109858&skuId=2319627&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2319627', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2319\\/2319627_sa.jpg\"}', 'upc' => '731452185624', 'provider' => 'bestbuy'],\n ['name' => \"Verve Jazz Masters 38 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/verve-jazz-masters-38-cd/2319663.p?id=109857&skuId=2319663&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2319663', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2319\\/2319663_sa.jpg\"}', 'upc' => '731451693120', 'provider' => 'bestbuy'],\n ['name' => \"Hello, Dolly! [Original Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hello-dolly-original-soundtrack-cd-original-soundtrack/2319690.p?id=85197&skuId=2319690&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2319690', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2319\\/2319690_sa.jpg\"}', 'upc' => '042281036828', 'provider' => 'bestbuy'],\n ['name' => \"Pro Evolution Soccer 2014 - PRE-OWNED - PlayStation 3\", 'description_short' => \"Revel in the heart of authentic professional soccer\", 'description_long' => \"Revel in the heart of authentic professional soccer\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pro-evolution-soccer-2014-pre-owned-playstation-3/2320001.p?id=1219071540248&skuId=2320001&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320001', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320001_sa.jpg\"}', 'upc' => '799007835714', 'provider' => 'bestbuy'],\n ['name' => \"The Golem [Slipcase] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-golem-slipcase-cd/2320041.p?id=2196642&skuId=2320041&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320041', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320041_sa.jpg\"}', 'upc' => '755491189429', 'provider' => 'bestbuy'],\n ['name' => \"Mobbin Thru Da West [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mobbin-thru-da-west-pa-cd/2320078.p?id=2327062&skuId=2320078&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320078', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320078_sa.jpg\"}', 'upc' => '618763708721', 'provider' => 'bestbuy'],\n ['name' => \"The Tonite Show With Messy Marv [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-tonite-show-with-messy-marv-pa-cd/2320087.p?id=2199790&skuId=2320087&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320087', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320087.jpg\"}', 'upc' => '847108059499', 'provider' => 'bestbuy'],\n ['name' => \"17 Exitos Canciones y Corridos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/17-exitos-canciones-y-corridos-cd/2320102.p?id=2154457&skuId=2320102&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320102', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '079508233623', 'provider' => 'bestbuy'],\n ['name' => \"Corridos de Amor - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/corridos-de-amor-cd/2320111.p?id=2154286&skuId=2320111&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320111', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320111.jpg\"}', 'upc' => '064313594625', 'provider' => 'bestbuy'],\n ['name' => \"Traicion Federal - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traicion-federal-cd/2320139.p?id=2151190&skuId=2320139&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320139', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/nonsku\\/default_music_l.jpg\"}', 'upc' => '064313414626', 'provider' => 'bestbuy'],\n ['name' => \"17 Exitos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/17-exitos-cd/2320148.p?id=2154456&skuId=2320148&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320148', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320148.jpg\"}', 'upc' => '064313533228', 'provider' => 'bestbuy'],\n ['name' => \"17 Exitos [Brentwood] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/17-exitos-brentwood-cd/2320157.p?id=1434907&skuId=2320157&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320157', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320157.jpg\"}', 'upc' => '064313233425', 'provider' => 'bestbuy'],\n ['name' => \"World Record - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/world-record-cd/2320166.p?id=2198868&skuId=2320166&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320166', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320166_sa.jpg\"}', 'upc' => '894587001587', 'provider' => 'bestbuy'],\n ['name' => \"H-Town Chronic, Vol. 5 [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/h-town-chronic-vol-5-pa-cd/2320184.p?id=2198870&skuId=2320184&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320184', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320184_sa.jpg\"}', 'upc' => '786984092223', 'provider' => 'bestbuy'],\n ['name' => \"Serve and Collect 3 (Immahogg) [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/serve-and-collect-3-immahogg-pa-cd/2320193.p?id=2198871&skuId=2320193&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320193', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320193_sa.jpg\"}', 'upc' => '099923514428', 'provider' => 'bestbuy'],\n ['name' => \"Cali Rollercoaster [CD & DVD] [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/cali-rollercoaster-cd-dvd-pa-cd/2320209.p?id=2198872&skuId=2320209&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320209', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320209.jpg\"}', 'upc' => '644250206920', 'provider' => 'bestbuy'],\n ['name' => \"I'm Back - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/im-back-cd/2320218.p?id=2198873&skuId=2320218&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320218', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320218_sa.jpg\"}', 'upc' => '747656310120', 'provider' => 'bestbuy'],\n ['name' => \"Silent Assassin [PA] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/silent-assassin-pa-cd/2320227.p?id=2198874&skuId=2320227&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320227', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320227_sa.jpg\"}', 'upc' => '099923516323', 'provider' => 'bestbuy'],\n ['name' => \"Exit 110 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/exit-110-cd/2320236.p?id=2198875&skuId=2320236&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320236', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320236_sa.jpg\"}', 'upc' => '891143001463', 'provider' => 'bestbuy'],\n ['name' => \"Welcome to My DNA - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/welcome-to-my-dna-cd/2320245.p?id=2198876&skuId=2320245&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320245', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320245_sa.jpg\"}', 'upc' => '802644816821', 'provider' => 'bestbuy'],\n ['name' => \"Nü Revolution [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nu-revolution-digipak-cd/2320254.p?id=2198877&skuId=2320254&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320254', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320254_sa.jpg\"}', 'upc' => '016351578822', 'provider' => 'bestbuy'],\n ['name' => \"The Icarus EP [CD & DVD] [EP] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-icarus-ep-cd-dvd-ep-cd/2320263.p?id=2198878&skuId=2320263&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320263', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320263.jpg\"}', 'upc' => '894587001488', 'provider' => 'bestbuy'],\n ['name' => \"Riches, Royalty & Respect [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/riches-royalty-respect-pa-digipak-cd/2320272.p?id=2198879&skuId=2320272&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320272', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320272_sa.jpg\"}', 'upc' => '659123514224', 'provider' => 'bestbuy'],\n ['name' => \"Richard M. Nixon: The Nixon Tapes - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/richard-m-nixon-the-nixon-tapes-cd/2320991.p?id=109165&skuId=2320991&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2320991', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2320\\/2320991_sa.jpg\"}', 'upc' => '739497703520', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Leather Office Chair - Espresso\", 'description_short' => \"Deluxe-memory-foam seat; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; leather-upholstered arm rests\", 'description_long' => \"Deluxe-memory-foam seat; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; leather-upholstered arm rests\", 'price' => 179.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/z-line-designs-leather-office-chair-espresso/2321028.p?id=1219071546982&skuId=2321028', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321028', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321028_sa.jpg\"}', 'upc' => '631680900511', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Elektra TV Stand for Most Flat-Panel TVs Up to 50\\\" - Black\", 'description_short' => \"Wood veneer material; tempered safety-glass component shelving; chrome cylinder shelf supports; wire management\", 'description_long' => \"Wood veneer material; tempered safety-glass component shelving; chrome cylinder shelf supports; wire management\", 'price' => 239.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/z-line-designs-elektra-tv-stand-for-most-flat-panel-tvs-up-to-50-black/2321037.p?id=1219071840150&skuId=2321037', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321037', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321037_sa.jpg\"}', 'upc' => '846158006705', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Elektra 3-in-1 TV Mount System for Most Flat-Panel TVs Up to 60\\\" - Cherry\", 'description_short' => \"Supports most TVs up to 60&quot; or 150 lbs.; wood veneer material; tempered safety-glass component shelves; chrome cylinder shelf supports; back post; wall-mountable\", 'description_long' => \"Supports most TVs up to 60&quot; or 150 lbs.; wood veneer material; tempered safety-glass component shelves; chrome cylinder shelf supports; back post; wall-mountable\", 'price' => 399.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/z-line-designs-elektra-3-in-1-tv-mount-system-for-most-flat-panel-tvs-up-to-60-cherry/2321046.p?id=1219071846153&skuId=2321046&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321046', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321046_sa.jpg\"}', 'upc' => '846158006736', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Leather Executive Chair - Black\", 'description_short' => \"Deluxe-memory-foam seat; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; leather-upholstered arm rests\", 'description_long' => \"Deluxe-memory-foam seat; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; leather-upholstered arm rests\", 'price' => 229.99, 'sale_price' => 138.99, 'url' => 'http://www.bestbuy.com/site/z-line-designs-leather-executive-chair-black/2321064.p?id=1219071538179&skuId=2321064&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321064', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321064_sa.jpg\"}', 'upc' => '846158004992', 'provider' => 'bestbuy'],\n ['name' => \"The Battlefield Band - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-battlefield-band-cd/2321071.p?id=156694&skuId=2321071&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321071', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321071_sa.jpg\"}', 'upc' => '096045005520', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Makena 3-in-1 TV Mount System for Most Flat-Panel TVs Up to 60\\\" - Cherry\", 'description_short' => \"Wood veneer material; 3 tempered safety-glass component shelves; chrome cylinder supports; 3-in-1 mount system; wire management\", 'description_long' => \"Wood veneer material; 3 tempered safety-glass component shelves; chrome cylinder supports; 3-in-1 mount system; wire management\", 'price' => 399.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/z-line-designs-makena-3-in-1-tv-mount-system-for-most-flat-panel-tvs-up-to-60-cherry/2321073.p?id=1219071848496&skuId=2321073', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321073', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321073_sa.jpg\"}', 'upc' => '846158002844', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Leather Executive Chair - Black\", 'description_short' => \"Padded seat cushion; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; matching upholstered arm rests\", 'description_long' => \"Padded seat cushion; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; matching upholstered arm rests\", 'price' => 219.99, 'sale_price' => 152.99, 'url' => 'http://www.bestbuy.com/site/z-line-designs-leather-executive-chair-black/2321091.p?id=1219071545504&skuId=2321091', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321091', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321091_sa.jpg\"}', 'upc' => '846158005012', 'provider' => 'bestbuy'],\n ['name' => \"At the Front - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/at-the-front-cd/2321106.p?id=155465&skuId=2321106&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321106', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321106_sa.jpg\"}', 'upc' => '096045005629', 'provider' => 'bestbuy'],\n ['name' => \"Groove Time - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/groove-time-cd/2321197.p?id=110627&skuId=2321197&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321197', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321197_sa.jpg\"}', 'upc' => '014551482727', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Aviton TV Stand for Most Flat-Panel TVs Up to 55\\\" - Black\", 'description_short' => \"Metal material; 2 tempered safety-glass component shelves; chrome cylinder supports; wire management\", 'description_long' => \"Metal material; 2 tempered safety-glass component shelves; chrome cylinder supports; wire management\", 'price' => 219.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/z-line-designs-aviton-tv-stand-for-most-flat-panel-tvs-up-to-55-black/2321211.p?id=1219071845255&skuId=2321211&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321211', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321211_sa.jpg\"}', 'upc' => '846158001489', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Merako Highboy TV Console for Most Flat-Panel TVs Up to 60\\\" - Espresso\", 'description_short' => \"Wood veneer material; solid-wood door frames with glass; tempered safety-glass top; adjustable tempered-glass shelves; wire management\", 'description_long' => \"Wood veneer material; solid-wood door frames with glass; tempered safety-glass top; adjustable tempered-glass shelves; wire management\", 'price' => 399.99, 'sale_price' => 314.99, 'url' => 'http://www.bestbuy.com/site/z-line-designs-merako-highboy-tv-console-for-most-flat-panel-tvs-up-to-60-espresso/2321239.p?id=1219071845578&skuId=2321239', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321239', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321239_sa.jpg\"}', 'upc' => '846158004749', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Nero Computer Desk - Black/Clear\", 'description_short' => \"Powdercoat metal frame; tempered safety-glass desktop; pull-out keyboard tray; attached 3-tier bookcase\", 'description_long' => \"Powdercoat metal frame; tempered safety-glass desktop; pull-out keyboard tray; attached 3-tier bookcase\", 'price' => 159.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/z-line-designs-nero-computer-desk-black-clear/2321257.p?id=1219071842262&skuId=2321257&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321257', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321257_sa.jpg\"}', 'upc' => '631680900245', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Leather Office Chair - Black\", 'description_short' => \"Padded seat cushion; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; adjustable arm rest height\", 'description_long' => \"Padded seat cushion; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; adjustable arm rest height\", 'price' => 149.99, 'sale_price' => 97.99, 'url' => 'http://www.bestbuy.com/site/z-line-designs-leather-office-chair-black/2321293.p?id=1219071547634&skuId=2321293', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321293', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321293_500x500_sa.jpg\"}', 'upc' => '846158003513', 'provider' => 'bestbuy'],\n ['name' => \"Crescent with Love - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/crescent-with-love-cd/2321295.p?id=110231&skuId=2321295&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321295', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321295_sa.jpg\"}', 'upc' => '730182209921', 'provider' => 'bestbuy'],\n ['name' => \"Panamanhattan - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/panamanhattan-cd/2321302.p?id=110233&skuId=2321302&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321302', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321302_sa.jpg\"}', 'upc' => '730182210026', 'provider' => 'bestbuy'],\n ['name' => \"Tribute to Wes Montgomery - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/tribute-to-wes-montgomery-cd-various/2321311.p?id=110235&skuId=2321311&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321311', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321311_sa.jpg\"}', 'upc' => '730182210125', 'provider' => 'bestbuy'],\n ['name' => \"Autumn Leaves: Live at Sweet Basil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/autumn-leaves-live-at-sweet-basil-cd/2321320.p?id=110236&skuId=2321320&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321320', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321320_sa.jpg\"}', 'upc' => '730182210224', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Cyrus Computer Desk - Cherry/Black\", 'description_short' => \"Metal material; tempered-glass desktop; chrome cylinder supports; pull-out keyboard-and-mouse tray; casters\", 'description_long' => \"Metal material; tempered-glass desktop; chrome cylinder supports; pull-out keyboard-and-mouse tray; casters\", 'price' => 199.99, 'sale_price' => 184.99, 'url' => 'http://www.bestbuy.com/site/z-line-designs-cyrus-computer-desk-cherry-black/2321325.p?id=1219071843536&skuId=2321325', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321325', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321325_sa.jpg\"}', 'upc' => '846158002677', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Paris 3-in-1 TV Mount System for Most Flat-Panel TVs Up to 70\\\" - Bronze\", 'description_short' => \"Bronze powdercoat frame; mahogany accents; 3 tempered safety-glass component shelves; chrome cylinder supports; 3-in-1 mount system; wire management\", 'description_long' => \"Bronze powdercoat frame; mahogany accents; 3 tempered safety-glass component shelves; chrome cylinder supports; 3-in-1 mount system; wire management\", 'price' => 399.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/z-line-designs-paris-3-in-1-tv-mount-system-for-most-flat-panel-tvs-up-to-70-bronze/2321334.p?id=1219071840946&skuId=2321334&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321334', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321334_sa.jpg\"}', 'upc' => '846158002851', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-cd/2321339.p?id=110237&skuId=2321339&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321339', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321339_sa.jpg\"}', 'upc' => '730182210323', 'provider' => 'bestbuy'],\n ['name' => \"Live at Sweet Basil - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-sweet-basil-cd/2321348.p?id=110238&skuId=2321348&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321348', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321348_sa.jpg\"}', 'upc' => '730182210422', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Leather Executive Chair - Black\", 'description_short' => \"Deluxe-memory-foam seat; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; leather-upholstered arm rests\", 'description_long' => \"Deluxe-memory-foam seat; contoured seat and back; built-in lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; leather-upholstered arm rests\", 'price' => 179.99, 'sale_price' => 147.99, 'url' => 'http://www.bestbuy.com/site/z-line-designs-leather-executive-chair-black/2321352.p?id=1219071540112&skuId=2321352&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321352', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321352_sa.jpg\"}', 'upc' => '631680900542', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Sync 3-in-1 TV Mount System for Most Flat-Panel TVs Up to 60\\\" - Black\", 'description_short' => \"Wood material; 2 tempered safety-glass component shelves; chrome cylinder supports; 3-in-1 mount system; storage drawer\", 'description_long' => \"Wood material; 2 tempered safety-glass component shelves; chrome cylinder supports; 3-in-1 mount system; storage drawer\", 'price' => 449.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/z-line-designs-sync-3-in-1-tv-mount-system-for-most-flat-panel-tvs-up-to-60-black/2321361.p?id=1219071843412&skuId=2321361&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321361', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321361_sa.jpg\"}', 'upc' => '631680101055', 'provider' => 'bestbuy'],\n ['name' => \"Bandstand Memories: 1938 to 1948 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 24.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bandstand-memories-1938-to-1948-cd/2321375.p?id=137124&skuId=2321375&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321375', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321375_sa.jpg\"}', 'upc' => '014921050327', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Leather Executive Chair - Brown\", 'description_short' => \"Deluxe-memory-foam seat; contoured seat and back with lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; leather-upholstered arm rests\", 'description_long' => \"Deluxe-memory-foam seat; contoured seat and back with lumbar support; pneumatic seat height adjustment; butterfly seat plate; waterfall seat edge; leather-upholstered arm rests\", 'price' => 199.99, 'sale_price' => 130.99, 'url' => 'http://www.bestbuy.com/site/z-line-designs-leather-executive-chair-brown/2321398.p?id=1219071538886&skuId=2321398', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321398', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321398_500x500_sa.jpg\"}', 'upc' => '846158005029', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Willow 3-in-1 TV Mount System for Most Flat-Panel TVs Up to 60\\\" - Brown\", 'description_short' => \"Wood veneer material; tempered safety-glass component shelving; chrome cylinder supports; 3-in-1 mount system; wire management\", 'description_long' => \"Wood veneer material; tempered safety-glass component shelving; chrome cylinder supports; 3-in-1 mount system; wire management\", 'price' => 399.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/z-line-designs-willow-3-in-1-tv-mount-system-for-most-flat-panel-tvs-up-to-60-brown/2321412.p?id=1219071842715&skuId=2321412', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321412', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321412_sa.jpg\"}', 'upc' => '846158006699', 'provider' => 'bestbuy'],\n ['name' => \"Z-Line Designs - Brisa Computer Desk - Cherry/Clear\", 'description_short' => \"Metal and tempered-glass materials; raised monitor shelf; pull-out mouse-and-keyboard tray\", 'description_long' => \"Metal and tempered-glass materials; raised monitor shelf; pull-out mouse-and-keyboard tray\", 'price' => 199.99, 'sale_price' => 142.99, 'url' => 'http://www.bestbuy.com/site/z-line-designs-brisa-computer-desk-cherry-clear/2321421.p?id=1219071842713&skuId=2321421', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321421', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321421_500x500_sa.jpg\"}', 'upc' => '631680900412', 'provider' => 'bestbuy'],\n ['name' => \"Bach: Cantatas BWV 80 & 147 / Antal, Kertesi, Nemeth, et al - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bach-cantatas-bwv-80-147-antal-kertesi-nemeth-et-al-cd/2321525.p?id=1782698&skuId=2321525&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321525', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321525.jpg\"}', 'upc' => '730099564229', 'provider' => 'bestbuy'],\n ['name' => \"Masses For 4 & 5 Voices - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/masses-for-4-5-voices-cd/2321534.p?id=1681953&skuId=2321534&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321534', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321534.jpg\"}', 'upc' => '730099557429', 'provider' => 'bestbuy'],\n ['name' => \"Sing \\\"A Lover's Concerto\\\" and \\\"Attack!\\\" - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sing-a-lovers-concerto-and-attack-cd/2321749.p?id=102120&skuId=2321749&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321749', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321749_sa.jpg\"}', 'upc' => '090771603425', 'provider' => 'bestbuy'],\n ['name' => \"By the Time It Gets Dark - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/by-the-time-it-gets-dark-cd/2321767.p?id=111495&skuId=2321767&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321767', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321767_sa.jpg\"}', 'upc' => '739341001321', 'provider' => 'bestbuy'],\n ['name' => \"Border Town at Midnight - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/border-town-at-midnight-cd/2321785.p?id=119762&skuId=2321785&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321785', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321785_sa.jpg\"}', 'upc' => '045507141726', 'provider' => 'bestbuy'],\n ['name' => \"Desires - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/desires-cd/2321829.p?id=110841&skuId=2321829&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2321829', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2321\\/2321829_sa.jpg\"}', 'upc' => '767591100228', 'provider' => 'bestbuy'],\n ['name' => \"FIFA 14 - PRE-OWNED - PS Vita\", 'description_short' => \"Do you have what it takes to face off against soccer&#039;s most talented players?\", 'description_long' => \"Do you have what it takes to face off against soccer&#039;s most talented players?\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fifa-14-pre-owned-ps-vita/2322009.p?id=1219071541551&skuId=2322009&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322009', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322009_sa.jpg\"}', 'upc' => '799007835738', 'provider' => 'bestbuy'],\n ['name' => \"Guilty Gear Xrd -SIGN- - PRE-OWNED - PlayStation 4\", 'description_short' => \"Leap into fast-paced fighting action rendered in stunning 3D animation\", 'description_long' => \"Leap into fast-paced fighting action rendered in stunning 3D animation\", 'price' => 39.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/guilty-gear-xrd-sign-pre-owned-playstation-4/2322018.p?id=1219551028158&skuId=2322018&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322018', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322018_sa.jpg\"}', 'upc' => '799007841661', 'provider' => 'bestbuy'],\n ['name' => \"Scream 4 [Original Motion Picture Soundtrack] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/scream-4-original-motion-picture-soundtrack-cd-original-soundtrack/2322049.p?id=2198865&skuId=2322049&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322049', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322049_sa.jpg\"}', 'upc' => '780163417326', 'provider' => 'bestbuy'],\n ['name' => \"Amped Wireless - High-Power Wireless-AC 700mW Gigabit Dual-Band Access Point\", 'description_short' => \"Up to 1200 Mbps data transfer rates; plug-and-play setup; extends Wi-Fi coverage up to 8,000 sq. ft.\", 'description_long' => \"Up to 1200 Mbps data transfer rates; plug-and-play setup; extends Wi-Fi coverage up to 8,000 sq. ft.\", 'price' => 169.99, 'sale_price' => 129.99, 'url' => 'http://www.bestbuy.com/site/amped-wireless-high-power-wireless-ac-700mw-gigabit-dual-band-access-point/2322054.p?id=1219071537161&skuId=2322054&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322054', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1310\\/1310231054\\/1310231054_sa.jpg\"}', 'upc' => '850214003676', 'provider' => 'bestbuy'],\n ['name' => \"Sigh No More [Deluxe CD/DVD Edition] [CD & DVD] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 27.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/sigh-no-more-deluxe-cd-dvd-edition-cd-dvd-cd/2322058.p?id=2193830&skuId=2322058&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322058', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322058_sa.jpg\"}', 'upc' => '892038002343', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Slip 50' In-Wall Speaker Cable - White\", 'description_short' => \"Compatible with most receivers and amplifiers; semisolid concentric-pack and solid long-grain copper conductors; low-inductance spiral geometry; EasySLiP outer jacket; 2 x 16 AWG\", 'description_long' => \"Compatible with most receivers and amplifiers; semisolid concentric-pack and solid long-grain copper conductors; low-inductance spiral geometry; EasySLiP outer jacket; 2 x 16 AWG\", 'price' => 59.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-slip-50-in-wall-speaker-cable-white/2322063.p?id=1219071538951&skuId=2322063&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322063', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1310\\/1310264793\\/1310264793_sa.jpg\"}', 'upc' => '092592080928', 'provider' => 'bestbuy'],\n ['name' => \"AudioQuest - Slip 50' In-Wall Speaker Cable - White\", 'description_short' => \"Compatible with most receivers and amplifiers; semisolid concentric-pack and solid long-grain copper conductors; low-inductance spiral geometry; EasySLiP outer jacket; 4 x 16 AWG\", 'description_long' => \"Compatible with most receivers and amplifiers; semisolid concentric-pack and solid long-grain copper conductors; low-inductance spiral geometry; EasySLiP outer jacket; 4 x 16 AWG\", 'price' => 89.98, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/audioquest-slip-50-in-wall-speaker-cable-white/2322072.p?id=1219071537168&skuId=2322072&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322072', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/pac\\/products\\/1310\\/1310264816\\/1310264816_sa.jpg\"}', 'upc' => '092592080942', 'provider' => 'bestbuy'],\n ['name' => \"Unida Cantina [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/unida-cantina-digipak-cd/2322076.p?id=2196652&skuId=2322076&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322076', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322076.jpg\"}', 'upc' => '626570612001', 'provider' => 'bestbuy'],\n ['name' => \"Club Life, Vol. 1: Las Vegas - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/club-life-vol-1-las-vegas-cd/2322085.p?id=2196772&skuId=2322085&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322085', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322085_sa.jpg\"}', 'upc' => '608866689225', 'provider' => 'bestbuy'],\n ['name' => \"The Peel Sessions - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-peel-sessions-cd/2322094.p?id=2211475&skuId=2322094&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322094', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322094.jpg\"}', 'upc' => '5024545609820', 'provider' => 'bestbuy'],\n ['name' => \"Live at the A-Trane [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/live-at-the-a-trane-digipak-cd/2322119.p?id=2198001&skuId=2322119&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322119', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322119_sa.jpg\"}', 'upc' => '843041011938', 'provider' => 'bestbuy'],\n ['name' => \"Traveler - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/traveler-cd/2322128.p?id=2198002&skuId=2322128&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322128', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322128_sa.jpg\"}', 'upc' => '014062097625', 'provider' => 'bestbuy'],\n ['name' => \"2011 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/2011-cd/2322137.p?id=2199196&skuId=2322137&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322137', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322137_sa.jpg\"}', 'upc' => '856327003022', 'provider' => 'bestbuy'],\n ['name' => \"Dare Iz a Darkside - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/dare-iz-a-darkside-cd/2322141.p?id=109666&skuId=2322141&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322141', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322141_sa.jpg\"}', 'upc' => '731452384621', 'provider' => 'bestbuy'],\n ['name' => \"El Corazón Decide - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 11.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/el-corazon-decide-cd/2322238.p?id=2750698&skuId=2322238&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322238', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322238_sa.jpg\"}', 'upc' => '888837528023', 'provider' => 'bestbuy'],\n ['name' => \"Gravity [Original Score] - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gravity-original-score-cd-original-soundtrack/2322283.p?id=2756426&skuId=2322283&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322283', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322283_sa.jpg\"}', 'upc' => '794043172939', 'provider' => 'bestbuy'],\n ['name' => \"Hell Freezes Over - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/hell-freezes-over-cd/2322490.p?id=109639&skuId=2322490&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322490', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322490_sa.jpg\"}', 'upc' => '720642472521', 'provider' => 'bestbuy'],\n ['name' => \"Street Dance - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/street-dance-cd/2322588.p?id=109656&skuId=2322588&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322588', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322588_sa.jpg\"}', 'upc' => '011105978521', 'provider' => 'bestbuy'],\n ['name' => \"More Music from Northern Exposure - CD - Original Soundtrack\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 7.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/more-music-from-northern-exposure-cd-original-soundtrack/2322631.p?id=109646&skuId=2322631&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322631', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322631_sa.jpg\"}', 'upc' => '008811107727', 'provider' => 'bestbuy'],\n ['name' => \"Lead On - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lead-on-cd/2322659.p?id=109633&skuId=2322659&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322659', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322659_sa.jpg\"}', 'upc' => '008811109226', 'provider' => 'bestbuy'],\n ['name' => \"Fields of Gold: The Best of Sting 1984-1994 - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/fields-of-gold-the-best-of-sting-1984-1994-cd/2322908.p?id=109550&skuId=2322908&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2322908', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2322\\/2322908_sa.jpg\"}', 'upc' => '731454026925', 'provider' => 'bestbuy'],\n ['name' => \"Planet Patrol [PA] [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/planet-patrol-pa-digipak-cd/2323057.p?id=2199978&skuId=2323057&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2323057', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2323\\/2323057.jpg\"}', 'upc' => '829357551627', 'provider' => 'bestbuy'],\n ['name' => \"Masterpiece [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/masterpiece-digipak-cd/2323084.p?id=2199988&skuId=2323084&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2323084', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2323\\/2323084_sa.jpg\"}', 'upc' => '829357653925', 'provider' => 'bestbuy'],\n ['name' => \"My Life - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 5.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/my-life-cd/2323088.p?id=109644&skuId=2323088&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2323088', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2323\\/2323088_sa.jpg\"}', 'upc' => '008811115623', 'provider' => 'bestbuy'],\n ['name' => \"Outside [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/outside-digipak-cd/2323109.p?id=2199990&skuId=2323109&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2323109', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2323\\/2323109_sa.jpg\"}', 'upc' => '600064788120', 'provider' => 'bestbuy'],\n ['name' => \"Aina... [Digipak] - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/aina-digipak-cd/2323145.p?id=2196066&skuId=2323145&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2323145', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2323\\/2323145_sa.jpg\"}', 'upc' => '761268215321', 'provider' => 'bestbuy'],\n ['name' => \"Li'a: The Legacy of a Hawaiian Man - DVD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/lia-the-legacy-of-a-hawaiian-man-dvd/2323154.p?id=2194634&skuId=2323154&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2323154', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2323\\/2323154_sa.jpg\"}', 'upc' => '761268505422', 'provider' => 'bestbuy'],\n ['name' => \"A Love Supreme - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 4.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/a-love-supreme-cd/2323408.p?id=109645&skuId=2323408&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2323408', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2323\\/2323408.jpg\"}', 'upc' => '008811115722', 'provider' => 'bestbuy'],\n ['name' => \"Straight Out of Cleveland - Various - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/straight-out-of-cleveland-various-cd/2323649.p?id=113114&skuId=2323649&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2323649', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2323\\/2323649_sa.jpg\"}', 'upc' => '790058157329', 'provider' => 'bestbuy'],\n ['name' => \"Duets II - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 6.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/duets-ii-cd/2324247.p?id=98847&skuId=2324247&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2324247', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2324\\/2324247_sa.jpg\"}', 'upc' => '724382810322', 'provider' => 'bestbuy'],\n ['name' => \"Christmas Moments - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 9.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/christmas-moments-cd/2324318.p?id=108630&skuId=2324318&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2324318', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2324\\/2324318_sa.jpg\"}', 'upc' => '077778907022', 'provider' => 'bestbuy'],\n ['name' => \"Beggin' After Dark - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/beggin-after-dark-cd/2324844.p?id=110775&skuId=2324844&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2324844', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2324\\/2324844_sa.jpg\"}', 'upc' => '022471021223', 'provider' => 'bestbuy'],\n ['name' => \"Violin Concertos - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 12.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/violin-concertos-cd/2324871.p?id=1677158&skuId=2324871&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2324871', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2324\\/2324871_sa.jpg\"}', 'upc' => '745099225629', 'provider' => 'bestbuy'],\n ['name' => \"Piano Concerto - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/piano-concerto-cd/2324960.p?id=1685209&skuId=2324960&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2324960', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2324\\/2324960.jpg\"}', 'upc' => '745099069629', 'provider' => 'bestbuy'],\n ['name' => \"Mortal Throne of Nazarene - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 10.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/mortal-throne-of-nazarene-cd/2325683.p?id=111200&skuId=2325683&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2325683', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2325\\/2325683_sa.jpg\"}', 'upc' => '781676690527', 'provider' => 'bestbuy'],\n ['name' => \"Law & Order: Criminal Intent - The Fifth Year [5 Discs] (DVD)\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 29.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/law-order-criminal-intent-the-fifth-year-5-discs-dvd/2326036.p?id=2088203&skuId=2326036&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2326036', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/1844\\/18441542.jpg\"}', 'upc' => '025192043949', 'provider' => 'bestbuy'],\n ['name' => \"Gotterdammerung - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 71.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/gotterdammerung-cd/2326432.p?id=1683844&skuId=2326432&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2326432', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2326\\/2326432.jpg\"}', 'upc' => '789368057627', 'provider' => 'bestbuy'],\n ['name' => \"Jewish Songs from Bulgaria - CD - Various\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/jewish-songs-from-bulgaria-cd-various/2326584.p?id=1468919&skuId=2326584&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2326584', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2326\\/2326584.jpg\"}', 'upc' => '789368062225', 'provider' => 'bestbuy'],\n ['name' => \"The Other Side - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 16.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/the-other-side-cd/2326824.p?id=165887&skuId=2326824&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2326824', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2326\\/2326824_sa.jpg\"}', 'upc' => '752628226323', 'provider' => 'bestbuy'],\n ['name' => \"Pastiche - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 8.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/pastiche-cd/2326913.p?id=109553&skuId=2326913&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2326913', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2326\\/2326913_sa.jpg\"}', 'upc' => '081227180928', 'provider' => 'bestbuy'],\n ['name' => \"Bobby Short Celebrates Rodgers & Hart - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 13.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/bobby-short-celebrates-rodgers-hart-cd/2326977.p?id=98646&skuId=2326977&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2326977', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2326\\/2326977_sa.jpg\"}', 'upc' => '075678132025', 'provider' => 'bestbuy'],\n ['name' => \"Insignia™ - Starter Kit for Nintendo New 3DS XL, 3DS XL, 3DS and 2DS - Multi\", 'description_short' => \"Only at Best Buy Outfit your New 3DS XL, 3DS XL, 3DS or 2DS with the accessories included in this starter kit\", 'description_long' => \"Only at Best Buy Outfit your New 3DS XL, 3DS XL, 3DS or 2DS with the accessories included in this starter kit\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/insignia-starter-kit-for-nintendo-new-3ds-xl-3ds-xl-3ds-and-2ds-multi/2327004.p?id=1219543504000&skuId=2327004&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2327004', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/img.bbystatic.com\\/BestBuy_US\\/images\\/products\\/2327\\/2327004_sa.jpg\"}', 'upc' => '600603185946', 'provider' => 'bestbuy'],\n ['name' => \"Nadie Es Perfecto - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 19.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/nadie-es-perfecto-cd/2327011.p?id=160750&skuId=2327011&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2327011', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2327\\/2327011_sa.jpg\"}', 'upc' => '743212244526', 'provider' => 'bestbuy'],\n ['name' => \"Slidin' - CD\", 'description_short' => \"\", 'description_long' => \"\", 'price' => 14.99, 'sale_price' => null, 'url' => 'http://www.bestbuy.com/site/slidin-cd/2327244.p?id=110443&skuId=2327244&cmp=RMX', 'cart_url' => 'http://www.bestbuy.com/site/olspage.jsp?id=pcmcat152200050035&type=category&cmp=RMX&qvsids=2327244', 'aff_url' => null, 'aff_cart_url' => null, 'images' => '{\"http:\\/\\/images.bestbuy.com\\/BestBuy_US\\/images\\/products\\/2327\\/2327244_sa.jpg\"}', 'upc' => '013431462828', 'provider' => 'bestbuy']\n ];\n\n // Insert all the products\n foreach ($products as $product) {\n Product::create($product);\n }\n }", "function wc_marketplace_product() {\n global $wmp;\n $wmp->output_report_product();\n }", "function startup(&$controller) {\n \t$this->controller =& $controller;\n \t \tif (isset($_SESSION['cart'])){\n \t \t\tif(!isset($_SESSION['cart']['items'])){\n\t \t\tif(isset($_SESSION['cart']['id0'])){\n\t\t\t\t\t\t$i=0;\n\t\t\t\t\t\t\n\t\t\t\t\t\t//create a normalized array for cart items:\n\t \t\t\twhile($i < $_SESSION['cart']['cart_size'])\n\t \t\t\t{\n\t\t \t\t\tforeach ($_SESSION['cart'] as $key=>$item_attr){\n\t\t \t\t\t\tif(strpos($key,\"$i\") > -1){\n\t\t \t\t\t\t\t$splitter = split($i,$key);\n\t\t \t\t\t\t\t$this->items[$i][$splitter[0]] = $item_attr;\n\t\t \t\t\t\t}\n\t\t \t\t\t}\n\t \t\t\t$i++;\n\t \t\t\t}\n\t \t\t}\n \t \t\t}else{\n \t \t\t\t$this->items = $_SESSION['cart']['items'];\n \t \t\t}\n \t\t//get gift wrap pricing (if set):\n \t\tif(isset($_SESSION['cart']['gift']) && $_SESSION['cart']['gift'] == 1 ){\n \t\t\t$this->hasGiftwrapping = 1;\n\t \t\t$this->giftWrapPricePerItem = $this->getGiftWrapPrice();\n\t \t}\n\t \t\n\t \t\n\t \t//get various cart totals and item information:\n\t \t$initialCartTotal = 0;\n\t \t$this->totals['qty'] = 0;\n\t \tforeach ($this->items as $key=>$item){\n\t \t\t//add colors_products info\n\t \t\t$this->ColorsProduct->Contain(array('Product','Color'));\n\t \t\t$colorsProduct = $this->ColorsProduct->find('first',array('conditions'=>array('prod_id'=>$item['id'],'color_id'=>$item['color_id'])));\n\t \t\t$this->items[$key]['ColorsProduct'] = $colorsProduct['ColorsProduct'];\n\t \t\t$this->items[$key]['Color'] = $colorsProduct['Color'];\n\t \t\t//add backordered flag to items array\n \t\t\t$this->items[$key]['isBackordered'] = ($this->ColorsProduct->isBackordered($this->items[$key]['ColorsProduct']['id'],$item['size']))?1:0;\n\t \t\t//add item status with all flag to items array\n \t\t\t$this->items[$key]['thisItemStatus'] = $this->ColorsProduct->thisItemStatus($this->items[$key]['ColorsProduct']['id'],$item['size']);\n\t \t\tif(!($this->items[$key]['thisItemStatus']['U'] || \n\t\t\t\t\t\t\t($this->items[$key]['thisItemStatus']['B'] && !$this->items[$key]['thisItemStatus']['O']) || \n\t\t\t\t\t\t\t($this->items[$key]['thisItemStatus']['AB'] && !$this->items[$key]['thisItemStatus']['O'])\n\t\t\t\t\t\t)){ \n\t \t\t\t$this->totals['cartItemsOnly'] += $item['price'] * $item['qty'];\n\t \t\t\t$this->totals['qty'] += $item['qty']; \n\t\t\t\t\t}\n\t \t\t\n\t \t\t//get product info\n\t \t\t$this->Product->recursive = -1;\n\t \t\t$product = $this->Product->findById($item['id']);\n\t \t\t$this->items[$key]['Product'] = $product['Product'];\n\t \t\t\n\t \t\t//check if pogo items exist and get relevant info:\n\t \t\tif(isset($this->items[$key]['Product']['pogo_id']) &&\n\t \t\t\t\t $this->items[$key]['Product']['pogo_id'] > 0){\n\t \t\t\t$this->PogoCart->recursive = -1;\n\t \t\t\t$pogoCart = $this->PogoCart->findByCartId($this->items[$key]['Product']['pogo_id']);\n\t \t\t\t$this->items[$key]['PogoCart'] = $pogoCart['PogoCart'];\n\t \t\t}\n\t \t\t\n\t \t\t//add giftwrapping if set\n\t \t\tif(isset($this->giftWrapPricePerItem))\n\t \t\t{\n\t \t\t\t$this->totals['giftWrapTotal'] += $this->giftWrapPricePerItem * $item['qty'];\n\t \t\t}\n\t \t\t \t\t\t\n\t \t}\n\t \t$this->totals['weight'] = $this->Shipping->getTotalWeight($this->items);\n\t \t$this->totals['noTaxNoShipping'] = $this->totals['cartItemsOnly'] + $this->totals['giftWrapTotal'];\n\t \t$this->totals['total'] = $this->totals['noTaxNoShipping'];\n \t}\n }", "function EdenShopBasket(){\n\t\n\tglobal $db_articles,$db_shop_setup,$db_admin,$db_shop_basket,$db_shop_product,$db_shop_product_clothes,$db_shop_clothes_style,$db_shop_clothes_style_parents,$db_shop_clothes_colors,$db_shop_tax_rates,$db_category,$db_shop_carriage,$db_shop_discount_category;\n\tglobal $eden_cfg;\n\tglobal $project;\n\t\n\t$_SESSION['loginid'] = AGet($_SESSION,'loginid');\n\t\n\t$res_setup = mysql_query(\"\n\tSELECT shop_setup_show_vat_subtotal, shop_setup_carriage_id, shop_setup_delivery_free_amount_active, shop_setup_delivery_free_amount, shop_setup_delivery_free_num_active, shop_setup_delivery_free_num, shop_setup_wholesale_price_article_id \n\tFROM $db_shop_setup \n\tWHERE shop_setup_lang='\".mysql_real_escape_string($_GET['lang']).\"'\"\n\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$ar_setup = mysql_fetch_array($res_setup);\n\t$project_session_id = $project.\"_session_id\";\n\tif ($_SESSION['u_status'] == \"user\" || $_SESSION['u_status'] == \"seller\" || $_SESSION['u_status'] == \"admin\"){\n\t\t$where = \"shop_basket_admin_id=\".(integer)$_SESSION['loginid'].\"\";\n\t} else {\n\t\t$where = \"shop_basket_session_id='\".mysql_real_escape_string($_SESSION['sidd']).\"'\";\n\t}\n\t$res_pricelist = mysql_query(\"\n\tSELECT article_text \n\tFROM $db_articles \n\tWHERE article_id=\".$ar_setup['shop_setup_wholesale_price_article_id']\n\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$ar_pricelist = mysql_fetch_array($res_pricelist);\n\t$res_basket = mysql_query(\"\n\tSELECT shop_basket_products_id, shop_basket_quantity \n\tFROM $db_shop_basket \n\tWHERE \".$where.\" \n\tORDER BY shop_basket_date_added ASC\"\n\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t$num_basket = mysql_num_rows($res_basket);\n\tif ($num_basket > 0){\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t<div id=\\\"edenshop_prev_order_border_top\\\"></div>\\n\";\n\t\techo \"\t<div id=\\\"edenshop_prev_order_border_mid\\\">\\n\";\n\t\techo \"\t<div id=\\\"edenshop_prev_order_title\\\"><h1>\"._SHOP_BASKET.\"</h1></div><br>\";\n\t\techo \"\t<table id=\\\"edenshop_basket_headline\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"1\\\">\";\n\t\techo \"\t<form action=\\\"\".$eden_cfg['url_edencms'].\"eden_shop_save.php?action=atb&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"&amp;page=\".$pp.\"&amp;hits=\".$hits.\"&amp;prod_id=\".$ar['shop_product_id'].\"\\\" method=\\\"post\\\">\";\n\t\tif ($_GET['b_action'] == \"nep\"){\n\t\t\techo \"<tr>\";\n\t\t\techo \"\t<td colspan=\\\"6\\\" style=\\\"color:#ff0000;\\\">\"._SHOP_NEP.\"<br><br></td>\";\n\t\t\techo \"</tr>\";\n\t\t}\n\t\techo \"\t<tr id=\\\"edenshop_basket_name\\\">\\n\";\n\t\techo \"\t\t<td id=\\\"edenshop_basket_name_qty\\\">\"._SHOP_QTY.\"</td>\\n\";\n\t\techo \"\t\t<td id=\\\"edenshop_basket_name_title\\\">\"._SHOP_TITLE.\"</td>\\n\";\n\t\tif ($ar_setup['shop_setup_show_vat_subtotal'] == 1){ echo \"<td id=\\\"edenshop_basket_name_ex_vat\\\">\"._SHOP_PRICE_EX_VAT.\"</td>\";}\n\t\techo \"\t\t<td id=\\\"edenshop_basket_name_inc_vat\\\" width=\\\"100\\\">\"._SHOP_PRICE_INC_VAT.\"</td>\\n\";\n\t\techo \"\t\t<td id=\\\"edenshop_basket_name_del\\\">&nbsp;</td>\\n\";\n\t\techo \"\t</tr>\";\n\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\t/* Nacteme vsechny slevove kategorie pro prodejce */\n\t\t\t$res_discount = mysql_query(\"\n\t\t\tSELECT shop_discount_category_id, shop_discount_category_name \n\t\t\tFROM $db_shop_discount_category \n\t\t\tWHERE shop_discount_category_parent_id=0 AND shop_discount_category_type < 30\"\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$i=0;\n\t\t\t/* Ty pak ulozime do vicerozmerneho pole spolu s mnozstvim - na zacatku je mnozstvi 0 */\n\t\t\twhile ($ar_discount = mysql_fetch_array($res_discount)){\n\t\t\t\t/* array (discount kategorie, mnozstvi vyrobku) */\n\t\t\t\t$discount[$i] = array($ar_discount['shop_discount_category_id'],0);\n\t\t\t\t$i++;\n\t\t\t}\n\t\t\t/* Spocitame mnozstvi slevovych kategorii v poli - nize pouzijeme pro iteraci */\n\t\t\t$pocet_disc = count($discount);\n\t\t\t/* Projdeme vsechny polozky v kosiku */\n\t\t\twhile($ar_basket = mysql_fetch_array($res_basket)){\n\t\t\t\t$res_product = mysql_query(\"\n\t\t\t\tSELECT shop_product_discount_cat_seller_id \n\t\t\t\tFROM $db_shop_product \n\t\t\t\tWHERE shop_product_id=\".(integer)$ar_basket['shop_basket_products_id'].\" \n\t\t\t\tGROUP BY shop_product_discount_cat_seller_id\"\n\t\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\t/* Projdeme vsehchny produkty v kosiku a patrame po tom jestli maji ulozen zaznam o slevove kategorii */\n\t\t\t\twhile ($ar_product = mysql_fetch_array($res_product)){\n\t\t\t\t\t$y = 0;\n\t\t\t\t\t/* Projdeme vsechny slevove kategorie pro obchodniky */\n\t\t\t\t\twhile ($y < $pocet_disc){\n\t\t\t\t\t\t/* A kdyz nalezneme zaznam pripocteme mnozstvi kusu daneho produktu do vicerozmerneho pole se slevovymi kategoriemi */\n\t\t\t\t\t\tif ($discount[$y][0] == $ar_product['shop_product_discount_cat_seller_id']){$discount[$y][1] = $discount[$y][1] + (integer)$ar_basket['shop_basket_quantity'];}\n\t\t\t\t\t\t$y++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t/* Do vicerozmerneho pole vlozime ID discount kategorie, mnozstvi vyrobku a cenu za jeden vyrobek*/\n\t\t\t$y = 0;\n\t\t\twhile ($y < $pocet_disc){\n\t\t\t\t//echo \"Discount Cat ID = \".$discount[$y][0].\" - Qty = \".$discount[$y][1].\"<br>\";\n\t\t\t\t$res_dc_price = mysql_query(\"\n\t\t\t\tSELECT shop_discount_category_discount_price \n\t\t\t\tFROM $db_shop_discount_category \n\t\t\t\tWHERE shop_discount_category_parent_id=\".$discount[$y][0].\" AND \".$discount[$y][1].\" BETWEEN shop_discount_category_discounted_from_amount AND shop_discount_category_discounted_to_amount\"\n\t\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\t$ar_dc_price = mysql_fetch_array($res_dc_price);\n\t\t\t\t/* $discount_cat[ID discount kategorie][0 = mnozstvi vyrobku/1 = cena] */\n\t\t\t\t$discount_cat[$discount[$y][0]] = array($discount[$y][1],$ar_dc_price['shop_discount_category_discount_price']);\n\t\t\t\t$y++;\n\t\t\t}\n\t\t}\n\t\t$i_basket = 0;\n\t\t$quantity = 0;\n\t\tmysql_data_seek($res_basket, 0);\n\t\twhile($ar_basket = mysql_fetch_array($res_basket)){\n\t\t\t$res_product = mysql_query(\"\n\t\t\tSELECT p.shop_product_id, p.shop_product_name, p.shop_product_selling_price, p.shop_product_qty_box_status, p.shop_product_product_code, p.shop_product_vat_class_id, p.shop_product_discount_cat_seller_id, \n\t\t\tp.shop_product_discount_cat_cust_id, c.category_name, cstp.shop_clothes_style_parents_title, cc.shop_clothes_colors_title, pc.shop_product_clothes_size \n\t\t\tFROM $db_shop_product AS p \n\t\t\tJOIN $db_shop_product_clothes AS pc ON shop_product_clothes_product_id=\".(integer)$ar_basket['shop_basket_products_id'].\" \n\t\t\tJOIN $db_shop_clothes_style AS cst ON cst.shop_clothes_style_parent_id=pc.shop_product_clothes_style_id \n\t\t\tJOIN $db_shop_clothes_style_parents AS cstp ON cstp.shop_clothes_style_parents_id=cst.shop_clothes_style_parent_id \n\t\t\tJOIN $db_shop_clothes_colors AS cc ON cc.shop_clothes_colors_id=pc.shop_product_clothes_color_id \n\t\t\tJOIN $db_category AS c ON c.category_id=p.shop_product_master_category \n\t\t\tWHERE shop_product_id=\".(integer)$ar_basket['shop_basket_products_id']\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$ar_product = mysql_fetch_array($res_product);\n\t\t\t\n\t\t\t$res_product_tax_rate = mysql_query(\"\n\t\t\tSELECT shop_tax_rates_rate \n\t\t\tFROM $db_shop_tax_rates \n\t\t\tWHERE shop_tax_rates_class_id=\".(integer)$ar_product['shop_product_vat_class_id'].\" \n\t\t\tORDER BY shop_tax_rates_priority DESC\"\n\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t$ar_product_tax_rate = mysql_fetch_array($res_product_tax_rate);\n\t\t\t\n\t\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\t\t$res_discount = mysql_query(\"\n\t\t\t\tSELECT shop_discount_category_name \n\t\t\t\tFROM $db_shop_discount_category \n\t\t\t\tWHERE shop_discount_category_id=\".$ar_product['shop_product_discount_cat_seller_id']\n\t\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\t$ar_discount = mysql_fetch_array($res_discount);\n\t\t\t \t/* Cena za jednotku vynasobena mnozstvim */\n\t\t\t\t$price_inc_vat = $discount_cat[$ar_product['shop_product_discount_cat_seller_id']][1] * $ar_basket['shop_basket_quantity'];\n\t\t\t} else {\n\t\t\t\t/* Cena za jednotku vynasobena mnozstvim */\n\t\t\t\t$price_inc_vat = $ar_product['shop_product_selling_price'] * $ar_basket['shop_basket_quantity'];\n\t\t\t}\n\t\t\t\t/* Vypocet ceny bez DPH (vsechny prodejni ceny jsou zadavany s DPH)*/\n\t\t\t\t/* WRONG!!! $price_ex_vat = $price_inc_vat - (($price_inc_vat / 100) * $ar_product_tax_rate['shop_tax_rates_rate']); */\n\t\t\t\t$price_ex_vat = $price_inc_vat / ($ar_product_tax_rate['shop_tax_rates_rate']/100+1);\n\t\t\t\t/* Vypocet DPH */\n\t\t\t\t$price_vat = ($price_inc_vat - $price_ex_vat);\n\t\t\t\techo \"<tr>\";\n\t\t\t\techo \"\t<td id=\\\"edenshop_basket_qty\\\"\"; if ($_GET['b_nep'] == $ar_product['shop_product_id']){echo \"style=\\\"background-color: #ff0000;\\\"\";} echo \">\"; if ($ar_product['shop_product_qty_box_status'] == 1){ echo \"<input name=\\\"products[\".$ar_product['shop_product_id'].\"]\\\" type=\\\"text\\\" maxlength=\\\"4\\\" size=\\\"3\\\" value=\\\"\".$ar_basket['shop_basket_quantity'].\"\\\">\"; } else { echo \"<input name=\\\"products[\".$ar_product['shop_product_id'].\"]\\\" type=\\\"hidden\\\" value=\\\"\".$ar_basket['shop_basket_quantity'].\"\\\">\".$ar_basket['shop_basket_quantity'].\"<a href=\\\"#\\\" class=\\\"eden_hintanchor\\\" onMouseover=\\\"ShowHintText('\"._SHOP_HINT_QUANT_BOX1.\"', this, event, '200px')\\\"> ? </a>\"; } echo \"</td>\";\n\t\t\t\techo \"\t<td id=\\\"edenshop_basket_title\\\"><strong><a href=\\\"index.php?action=shop&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"&amp;prod_id=\".$ar_product['shop_product_id'].\"&amp;spec=1\\\" title=\\\"\".$ar_product['shop_product_product_code'].\"\\\">\".$ar_product['shop_product_name'].\"</a></strong><br>\"; if ($_SESSION['u_status'] == \"seller\"){ echo $ar_discount['shop_discount_category_name'].\", \";} echo $ar_product['shop_clothes_style_parents_title'].\", \".$ar_product['shop_clothes_colors_title'].\", \".$ar_product['shop_product_clothes_size'].\"</td>\\n\";\n\t\t\t\t\t\t if ($ar_setup['shop_setup_show_vat_subtotal'] == 1){echo \"<td id=\\\"edenshop_basket_ex_vat\\\">\".PriceFormat($price_ex_vat).\"</td>\";}\n\t\t\t\techo \"\t<td id=\\\"edenshop_basket_inc_vat\\\" width=\\\"100\\\">\".PriceFormat($price_inc_vat).\"</td>\\n\";\n\t\t\t\techo \"\t<td id=\\\"edenshop_basket_del\\\"><a href=\\\"\".$eden_cfg['url_edencms'].\"eden_shop_save.php?action=rifb&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"&amp;pid=\".$ar_product['shop_product_id'].\"&amp;project=\".$project.\"\\\" target=\\\"_self\\\"><img src=\\\"edencms/shop/images/edenshop_del.gif\\\" width=\\\"18\\\" height=\\\"18\\\" alt=\\\"\"._SHOP_REM_ITEM.\"\\\"></a></td>\\n\";\n\t\t\t\techo \"</tr>\";\n\t\t\t/* Mnozstvi kusu */\n\t\t\t$quantity = $quantity + $ar_basket['shop_basket_quantity'];\n\t\t\t\n\t\t\t/* Celkova cena s DPH (bez dopravy)*/\n\t\t\t$total_nett_price = $price_ex_vat + $total_nett_price;\n\t\t\t\n\t\t\t/* Soucet DPH */\n\t\t\t$total_vat = $price_vat + $total_vat;\n\t\t\t\n\t\t\t/* Mezisoucet */\n\t\t\t$subtotal = $price_inc_vat + $subtotal;\n\t\t\t\n\t\t\t$i_basket++;\n\t\t}\n\t\t$res_carr = mysql_query(\"\n\t\tSELECT shop_carriage_price \n\t\tFROM $db_shop_carriage \n\t\tWHERE shop_carriage_id=\".(integer)$ar_setup['shop_setup_carriage_id']\n\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t$ar_carr = mysql_fetch_array($res_carr);\n\t\t\n\t\t/* Kdyz je pocet nebo castka vetsi nez aktivni zadane veliciny tak je doprava FREE */\n\t\tif ($ar_setup['shop_setup_delivery_free_amount_active'] == 1 && $total_nett_price > $ar_setup['shop_setup_delivery_free_amount']){\n\t\t\t$carriage_price = 0;\n\t\t} elseif ($ar_setup['shop_setup_delivery_free_num_active'] == 1 && $quantity > $ar_setup['shop_setup_delivery_free_num']){\n\t\t\t$carriage_price = 0;\n\t\t} else {\n\t\t\t$carriage_price = $ar_carr['shop_carriage_price'];\n\t\t}\n\t\t/* Koncova cena s DPH a dopravou */\n\t\t$total_total = $total_nett_price + $total_vat + $carriage_price;\n\t\techo \"\t</table>\\n\";\n\t\techo \"<br clear=\\\"all\\\">\";\n\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t/* Zobrazeni rozpoctu na styly */\n\t\t\techo \"<table id=\\\"edenshop_basket_ws_headline\\\">\";\n\t\t\techo \"\t<tr id=\\\"edenshop_basket_ws_name\\\">\";\n\t\t\techo \"\t\t<td id=\\\"edenshop_basket_ws_name_style\\\">Style</td>\";\n\t\t\techo \"\t\t<td id=\\\"edenshop_basket_ws_name_qty\\\">Quantity</td>\";\n\t\t\techo \"\t\t<td id=\\\"edenshop_basket_ws_name_price\\\">Price</td>\";\n\t\t\techo \"\t\t<td id=\\\"edenshop_basket_ws_name_total\\\">Total</td>\";\n\t\t\techo \"\t</tr>\";\n\t\t\t$y = 0;\n\t\t\twhile ($y < $pocet_disc){\n\t\t\t\techo \"<tr>\";\n\t\t\t\t$res_dc_price = mysql_query(\"\n\t\t\t\tSELECT sdc.shop_discount_category_discount_price, sdcp.shop_discount_category_name \n\t\t\t\tFROM $db_shop_discount_category AS sdc \n\t\t\t\tJOIN $db_shop_discount_category AS sdcp ON sdcp.shop_discount_category_id=sdc.shop_discount_category_parent_id \n\t\t\t\tWHERE sdc.shop_discount_category_parent_id=\".$discount[$y][0].\" AND \".$discount[$y][1].\" BETWEEN sdc.shop_discount_category_discounted_from_amount AND sdc.shop_discount_category_discounted_to_amount\"\n\t\t\t\t) or die (\"<strong>File:</strong> \".__FILE__.\"<br /><strong>Line:</strong>\".__LINE__.\"<br />\".mysql_error());\n\t\t\t\t$ar_dc_price = mysql_fetch_array($res_dc_price);\n\t\t\t\t/* $discount_cat[ID discount kategorie][0 = mnozstvi vyrobku/1 = cena] */\n\t\t\t\tif ($discount[$y][1] > 0){\n\t\t\t\t\techo \"<td id=\\\"edenshop_basket_ws_style\\\">\".$ar_dc_price['shop_discount_category_name'].\"</td>\";\n\t\t\t\t\techo \"<td id=\\\"edenshop_basket_ws_qty\\\">\".$discount[$y][1].\"</td>\";\n\t\t\t\t\techo \"<td id=\\\"edenshop_basket_ws_price\\\">\".PriceFormat(TepRound($ar_dc_price['shop_discount_category_discount_price'],2)).\"</td>\";\n\t\t\t\t\techo \"<td id=\\\"edenshop_basket_ws_total\\\">\".PriceFormat(TepRound($discount[$y][1] * $ar_dc_price['shop_discount_category_discount_price'],2)).\"</td>\";\n\t\t\t\t}\n\t\t\t\techo \"</tr>\";\n\t\t\t\t$y++;\n\t\t\t}\n\t\t}\n\t\techo \"\t<table id=\\\"edenshop_basket_headline\\\" cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n\";\n\t\techo \"\t\t<tr id=\\\"edenshop_basket_total\\\">\\n\";\n\t\techo \"\t\t\t<td id=\\\"edenshop_basket_recalculate\\\"><br>\\n\";\n\t\techo \"\t\t\t\t<input type=\\\"hidden\\\" name=\\\"action\\\" value=\\\"recalculate\\\">\\n\";\n\t\techo \"\t\t\t\t<input type=\\\"hidden\\\" name=\\\"items\\\" value=\\\"\".$items.\"\\\">\\n\";\n\t\techo \"\t\t\t\t<input type=\\\"hidden\\\" name=\\\"project\\\" value=\\\"\".$project.\"\\\">\\n\";\n\t\techo \"\t\t\t\t<input type=\\\"submit\\\" value=\\\"\"._SHOP_BUTTON_RECALCULATE.\"\\\" class=\\\"eden_button\\\" id=\\\"edenshop_button_recalculate\\\">\\n\";\n\t\techo \"\t\t\t\t</form>\\n\";\n\t\techo \"\t\t\t</td>\\n\";\n\t\techo \"\t\t\t<td id=\\\"edenshop_basket_total_box\\\">\\n\";\n\t\techo \"\t\t\t\t<table width=\\\"100%\\\" cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">\\n\";\n\t\t\t\t\t\t\tif ($ar_setup['shop_setup_show_vat_subtotal'] == 1 || $_SESSION['u_status'] == \"seller\"){\n\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_basket_total\\\">\"._SHOP_NETT_TOTAL.\"</td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_basket_total_price\\\">\".PriceFormat(TepRound($total_nett_price,2)).\"</td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td colspan=\\\"2\\\" id=\\\"edenshop_basket_dotted\\\"></td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_basket_total\\\">\"._SHOP_TOTAL_VAT.\"</td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_basket_total_price\\\">\".PriceFormat(TepRound($total_vat,2)).\"</td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td colspan=\\\"2\\\" id=\\\"edenshop_basket_dotted\\\"></td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_basket_total\\\">\"._SHOP_SUBTOTAL.\"</td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td id=\\\"edenshop_basket_total_price\\\">\".PriceFormat(TepRound($subtotal,2)).\"</td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t<tr>\\n\";\n\t\t\t\t\t\t\t\techo \"\t\t<td colspan=\\\"2\\\" id=\\\"edenshop_basket_dotted\\\"></td>\\n\";\n\t\t\t\t\t\t\t\techo \"\t</tr>\\n\";\n\t\t\t\t\t\t\t}\n\t\techo \"\t\t\t\t\t<tr>\\n\";\n\t\techo \"\t\t\t\t\t\t<td id=\\\"edenshop_basket_total\\\">\"._SHOP_CARRIAGE.\"</td>\\n\";\n\t\techo \"\t\t\t\t\t\t<td id=\\\"edenshop_basket_total_price\\\">\\n\";\n\t\t\t\t\t\t\t\t\tif ($carriage_price == 0){\n\t\t\t\t\t\t\t\t\t\techo \"FREE\";\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\techo PriceFormat(TepRound($carriage_price,2));\n\t\t\t\t\t\t\t\t\t}\n\t\techo \"\t\t\t\t\t\t</td>\\n\";\n\t\techo \"\t\t\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t\t\t<tr>\\n\";\n\t\techo \"\t\t\t\t\t\t<td colspan=\\\"2\\\" id=\\\"edenshop_basket_dotted\\\"></td>\\n\";\n\t\techo \"\t\t\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t\t\t<tr>\\n\";\n\t\techo \"\t\t\t\t\t\t<td id=\\\"edenshop_basket_total\\\">\"._SHOP_TOTAL.\"</td>\\n\";\n\t\techo \"\t\t\t\t\t\t<td id=\\\"edenshop_basket_total_total\\\">\".PriceFormat(TepRound($total_total,2)).\"</td>\\n\";\n\t\techo \"\t\t\t\t\t</tr>\\n\";\n\t\techo \"\t\t\t\t</table>\\n\";\n\t\techo \"\t\t\t</td>\\n\";\n\t\techo \"\t\t\t<td id=\\\"edenshop_basket_total_del\\\">&nbsp;</td>\\n\";\n\t\techo \"\t\t</tr>\\n\";\n\t\techo \"\t\t<tr>\\n\";\n\t\techo \"\t\t\t<td id=\\\"edenshop_basket_buttons\\\" colspan=\\\"3\\\">\\n\";\n\t\techo \"\t\t\t<br>\\n\";\n\t\techo \"\t\t\t<div id=\\\"edenshop_but_pos\\\"><a href=\\\"index.php?action=&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><img src=\\\"images/edenshop_butt_cont_shop_en.gif\\\" width=\\\"159\\\" height=\\\"25\\\" alt=\\\"\\\"></a>\\n\";\n\t\t\t\t\t\t\tif ($i_basket > 0){ echo \"<a href=\\\"index.php?action=\"; if (($_SESSION['u_status'] == \"user\" || $_SESSION['u_status'] == \"seller\" || $_SESSION['u_status'] == \"admin\") && $shop_echo != \"true\"){echo \"02\";} else {echo \"01\";} echo \"&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><img src=\\\"images/edenshop_butt_checkout_en.gif\\\" width=\\\"128\\\" height=\\\"25\\\" alt=\\\"\\\"></a>\"; } echo \"</div></td>\\n\";\n\t\techo \"\t\t</tr>\\n\";\n\t\techo \"\t</table>\";\n\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\techo \"\t<div>\".TreatText($ar_pricelist['article_text'],0).\"</div>\";\n\t\t}\n\t\techo \"\t</div>\\n\";\n\t\techo \"\t<div id=\\\"edenshop_prev_order_border_bottom\\\"></div>\\n\";\n\t\techo \"\t</div>\\n\";\n\t} else {\n\t\techo \"\t<div align=\\\"center\\\">\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_prev_order_border_top\\\"></div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_prev_order_border_mid\\\" style=\\\"\\\">\\n\";\n\t\techo \"\t\t\t<div id=\\\"edenshop_prev_order_title\\\"><h1>\"._SHOP_BASKET.\"</h1></div><br>\\n\";\n\t\techo \"\t\t\t<span style=\\\"color:#FF0000; font-weight:bold;\\\">\"._SHOP_BASKET_EMPTY.\"<br><br>\\n\";\n\t\techo \"\t\t\t\"._SHOP_BASKET_EMPTY_PLEASE.\"<br><br></span>\\n\";\n\t\techo \"\t\t\t<a href=\\\"index.php?action=&amp;lang=\".$_GET['lang'].\"&amp;filter=\".$_GET['filter'].\"\\\" target=\\\"_self\\\"><img src=\\\"images/edenshop_butt_cont_shop_en.gif\\\" width=\\\"159\\\" height=\\\"25\\\" alt=\\\"\\\"></a>\\n\";\n\t\tif ($_SESSION['u_status'] == \"seller\"){\n\t\t\techo \"\t<div>\".TreatText($ar_pricelist['article_text'],0).\"</div>\";\n\t\t}\n\t\techo \"\t\t</div>\\n\";\n\t\techo \"\t\t<div id=\\\"edenshop_prev_order_border_bottom\\\"></div>\\n\";\n\t\techo \"\t</div>\";\n \t}\n}", "function getshop($shopname) {\n\t\n\t$url = 'https://openapi.etsy.com/v2/shops/?shop_name='.$shopname .'&api_key=' . $apikey;\n\t\n\treturn execCurl ($url);\n\t//num_favorers\n\t\n}", "public function run()\n {\n // Loop to Generate Laptops\n for($i = 1; $i < 30; $i++) {\n Product::create([\n 'name' => 'Laptop '.$i,\n 'slug' => 'laptop-'.$i,\n 'details' => [13,14,15][array_rand([13,14,15])] .' inch, '.[1,2,3][array_rand([1,2,3])] .' TB SSD, 32GB RAM',\n 'price' => rand(149999,329999),\n 'description' => 'Lorem '. $i .' ipsum dolor sit amet, consectetur adipiscing elit. Praesent aliquet justo eu vulputate facilisis. Aenean luctus ultricies pretium. Curabitur et.',\n ])->categories()->attach(1);\n }\n\n $product = Product::find(1);\n $product->categories()->attach(2);\n\n // Desktops\n for($i = 1; $i < 9; $i++) {\n Product::create([\n 'name' => 'Desktop '.$i,\n 'slug' => 'desktop-'.$i,\n 'details' => [24,25,26][array_rand([24,25,26])] .' inch, '. [1,2,3][array_rand([1,2,3])] .'TB SSD, 32GB RAM',\n 'price' => rand(249999,479999),\n 'description' => 'Lorem '. $i .' ipsum dolor sit amet, consectetur adipiscing elit. Praesent aliquet justo eu vulputate facilisis. Aenean luctus ultricies pretium. Curabitur et.',\n ])->categories()->attach(2);\n }\n\n // Phones\n for($i = 1; $i < 6; $i++) {\n Product::create([\n 'name' => 'Phone '.$i,\n 'slug' => 'phone-'.$i,\n 'details' => [8,9,10][array_rand([8,9,10])] .' inch, '. [16,32,64][array_rand([16,32,64])] .'GB SSD',\n 'price' => rand(10000,40000),\n 'description' => 'Lorem '. $i .' ipsum dolor sit amet, consectetur adipiscing elit. Praesent aliquet justo eu vulputate facilisis. Aenean luctus ultricies pretium. Curabitur et.',\n ])->categories()->attach(3);\n }\n\n // Tablet\n for($i = 1; $i < 6; $i++) {\n Product::create([\n 'name' => 'iPad '.$i,\n 'slug' => 'ipad-'.$i,\n 'details' => [14,15,16][array_rand([14,15,16])] .' inch, '. [16,32,64][array_rand([16,32,64])] .'GB SSD',\n 'price' => rand(20000,50000),\n 'description' => 'Lorem '. $i .' ipsum dolor sit amet, consectetur adipiscing elit. Praesent aliquet justo eu vulputate facilisis. Aenean luctus ultricies pretium. Curabitur et.',\n ])->categories()->attach(4);\n }\n\n // TV\n for($i = 1; $i < 6; $i++) {\n Product::create([\n 'name' => 'TV '.$i,\n 'slug' => 'tv-'.$i,\n 'details' => [36,38,40][array_rand([36,38,40])] .' inch, HMDI, SMART TV',\n 'price' => rand(40000,1000000),\n 'description' => 'Lorem '. $i .' ipsum dolor sit amet, consectetur adipiscing elit. Praesent aliquet justo eu vulputate facilisis. Aenean luctus ultricies pretium. Curabitur et.',\n ])->categories()->attach(5);\n }\n\n // Cameras\n for($i = 1; $i < 6; $i++) {\n Product::create([\n 'name' => 'Camera '.$i,\n 'slug' => 'camera-'.$i,\n 'details' => [28,38,48][array_rand([28,38,48])] .' mm IS Lens',\n 'price' => rand(49999,79999),\n 'description' => 'Lorem '. $i .' ipsum dolor sit amet, consectetur adipiscing elit. Praesent aliquet justo eu vulputate facilisis. Aenean luctus ultricies pretium. Curabitur et.',\n ])->categories()->attach(6);\n }\n\n // Appliances\n for($i = 1; $i < 6; $i++) {\n Product::create([\n 'name' => 'Appliace '.$i,\n 'slug' => 'appliance-'.$i,\n 'details' => [0.8,1.0,1.2][array_rand([0.8,1.0,1.2])] .' litres capacity.',\n 'price' => rand(2999,6999),\n 'description' => 'Lorem '. $i .' ipsum dolor sit amet, consectetur adipiscing elit. Praesent aliquet justo eu vulputate facilisis. Aenean luctus ultricies pretium. Curabitur et.',\n ])->categories()->attach(7);\n }\n }", "public function generate()\n {\n $skuCount = (int) Option::get(\"catalog.generator\", \"sku_count\");\n if($skuCount > 0)\n parent::generate();\n }", "public function run()\n {\n $product = new Product();\n $product->name = 'Laptop Dell';\n $product->amount = 1;\n $product->price = 10000000;\n $product->category_product_id = 1;\n $product->image = 'dell.jpg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Laptop HP';\n $product->amount = 1;\n $product->price = 10000000;\n $product->category_product_id = 2;\n $product->image = 'hp.jpeg';\n $product->save();\n\n $product = new Product();\n $product->name = ' Apple Macbook Pro';\n $product->amount = 1;\n $product->price = 40000000;\n $product->category_product_id = 3;\n $product->image = 'macbookpro.jpg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Laptop SamSung';\n $product->amount = 1;\n $product->price = 10000000;\n $product->category_product_id = 4;\n $product->image = 'samsung.jpeg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Laptop ThinkPad';\n $product->amount = 1;\n $product->price = 10000000;\n $product->category_product_id = 5;\n $product->image = 'thinkpad.jpeg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Laptop Dell Inspiron 5577';\n $product->amount = 1;\n $product->price = 15000000;\n $product->category_product_id = 6;\n $product->image = 'dell-Inspiron-55-77.jpg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Macbook Pro October 2019';\n $product->amount = 1;\n $product->price = 50000000;\n $product->category_product_id = 7;\n $product->image = 'Macbook-Pro-October.jpg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Macbook Air 2019';\n $product->amount = 1;\n $product->price = 20000000;\n $product->category_product_id = 8;\n $product->image = 'Macbook-Air-2019.jpg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Laptop Msi';\n $product->amount = 1;\n $product->price = 10000000;\n $product->category_product_id = 9;\n $product->image = 'laptopMsi.jpg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Laptop Acer';\n $product->amount = 1;\n $product->price = 10000000;\n $product->category_product_id = 10;\n $product->image = 'acer.jpeg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Laptop Acer Predator';\n $product->amount = 1;\n $product->price = 10000000;\n $product->category_product_id = 11;\n $product->image = 'acer-Predator.jpg';\n $product->save();\n\n $product = new Product();\n $product->name = 'Laptop Asus';\n $product->amount = 1;\n $product->price = 15000000;\n $product->category_product_id = 12;\n $product->image = 'asus.jpg';\n $product->save();\n\n }", "function addVako($object) {\n /* you can itentify the article with $object->reference->ShopId */ \n $object->Item->ShopId = 'yourReturnedVakoIdOnMarketplace_'.rand(1000, 9999); \n}", "public function install(){\r\n\t\t\r\n\t}", "public function run()\n {\n //\n ShopData::factory()\n ->times(1000)->create();\n }", "function create_product()\n{\ninclude(\"authheaders.php\");\n$createProductURL='http://api.spreadshirt.net/api/v1/shops/'.get_option('spreadshop_shop_id').'/products';\n$productData = new SimpleXmlElement('<product xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://api.spreadshirt.net\">\n<productType id=\"6\"/>\n<appearance id=\"1\"/>\n<size id=\"12\"/>\n<restrictions>\n<freeColorSelection>false</freeColorSelection>\n<example>false</example>\n</restrictions>\n</product>');\n\t$header = array();\n\t$header[] = createSprdAuthHeader(\"POST\", $createProductURL);\n\t$header[] = \"Content-Type: application/xml\";\n\t$ch = curl_init($createProductURL);\n curl_setopt($ch, CURLOPT_POST, true);\n curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);\n curl_setopt($ch, CURLOPT_HTTPHEADER, $header);\n curl_setopt($ch, CURLOPT_POSTFIELDS, $productData->asXML());\n curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);\n curl_setopt($ch, CURLOPT_HEADER, true);\n\t$result = parseHttpHeaders(curl_exec($ch),\"Location\");\n\tcurl_close($ch);\n\t$result = explode('products/', $result);\n\treturn $result[1];\t\t\n\tdie();\n\t}", "public function install()\r\n\t{\r\n\t\t/* This Addon is only intended to work in the USA, Canada and Mexico */\r\n\t\tif (Validate::isLoadedObject($this->_shop_country) && !in_array($this->_shop_country->iso_code, array('US', 'MX', 'CA')))\r\n\t\t{\r\n\t\t\t$this->_errors[] = $this->l('Sorry, this module has been designed for stores based in USA, Canada and Mexico only. Please use the classic PayPal Addon instead.');\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\t/* The cURL PHP extension must be enabled to use this module */\r\n\t\tif (!function_exists('curl_version'))\r\n\t\t{\r\n\t\t\t$this->_errors[] = $this->l('Sorry, this module requires the cURL PHP Extension (http://www.php.net/curl), which is not enabled on your server. Please ask your hosting provider for assistance.');\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\t/* General Configuration options */\r\n\t\tConfiguration::updateValue('PAYPAL_USA_SANDBOX', false);\r\n\t\tConfiguration::updateValue('PAYPAL_USA_SANDBOX_ADVANCED', false);\r\n\r\n\t\t/* Configuration of PayPal Express Checkout */\r\n\t\tConfiguration::updateValue('PAYPAL_USA_EXP_CHK_PRODUCT', true);\r\n\t\tConfiguration::updateValue('PAYPAL_USA_EXP_CHK_SHOPPING_CART', true);\r\n\t\tConfiguration::updateValue('PAYPAL_USA_MANAGER_PARTNER', 'PayPal');\r\n\r\n\t\t/* Configuration of the Payment options */\r\n\t\tConfiguration::updateValue('PAYPAL_USA_PAYMENT_STANDARD', true);\r\n\t\tConfiguration::updateValue('PAYPAL_USA_PAYMENT_ADVANCED', false);\r\n\t\tConfiguration::updateValue('PAYPAL_USA_EXPRESS_CHECKOUT', false);\r\n\t\tConfiguration::updateValue('PAYPAL_USA_PAYFLOW_LINK', false);\r\n\r\n\t\treturn parent::install() && $this->registerHook('payment') && $this->registerHook('adminOrder') &&\r\n\t\t\t\t$this->registerHook('header') && $this->registerHook('orderConfirmation') && $this->registerHook('shoppingCartExtra') &&\r\n\t\t\t\t$this->registerHook('productFooter') && $this->registerHook('BackOfficeHeader') && $this->_installDb();\r\n\t}", "public function expressSetup() {\r\n\t\tif ((!$this->cart->hasProducts() && empty($this->session->data['vouchers'])) || (!$this->cart->hasStock() && !$this->config->get('config_stock_checkout'))) {\r\n\t\t\t$json = array();\r\n\t\t\t$json['error'] = true;\r\n\t\t\t$json['url'] = $this->url->link('checkout/cart');\r\n\r\n\t\t\t$this->response->addHeader('Content-Type: application/json');\r\n\t\t\t$this->response->setOutput(json_encode($json));\r\n\t\t}\r\n\r\n\t\t// if user not logged in check that the guest checkout is allowed\r\n\t\tif (!$this->customer->isLogged() && (!$this->config->get('config_checkout_guest') || $this->config->get('config_customer_price') || $this->cart->hasDownload() || $this->cart->hasRecurringProducts())) {\r\n\t\t\t$json = array();\r\n\t\t\t$json['error'] = true;\r\n\t\t\t$json['url'] = $this->url->link('checkout/checkout');\r\n\r\n\t\t\t$this->response->addHeader('Content-Type: application/json');\r\n\t\t\t$this->response->setOutput(json_encode($json));\r\n\t\t} else {\r\n\t\t\tunset($this->session->data['guest']);\r\n\t\t}\r\n\r\n\t\tunset($this->session->data['shipping_method']);\r\n\t\tunset($this->session->data['shipping_methods']);\r\n\t\tunset($this->session->data['payment_method']);\r\n\t\tunset($this->session->data['payment_methods']);\r\n\r\n\t\tif (!$this->customer->isLogged()) {\r\n\t\t\t$this->session->data['paypal_braintree']['guest'] = true;\r\n\r\n\t\t\t$this->session->data['guest']['customer_group_id'] = $this->config->get('config_customer_group_id');\r\n\t\t\t$this->session->data['guest']['firstname'] = $this->request->post['details']['firstName'];\r\n\t\t\t$this->session->data['guest']['lastname'] = $this->request->post['details']['lastName'];\r\n\t\t\t$this->session->data['guest']['email'] = $this->request->post['details']['email'];\r\n\r\n\t\t\tif (isset($this->request->post['details']['phone'])) {\r\n\t\t\t\t$this->session->data['guest']['telephone'] = $this->request->post['details']['phone'];\r\n\t\t\t} else {\r\n\t\t\t\t$this->session->data['guest']['telephone'] = '';\r\n\t\t\t}\r\n\r\n\t\t\t$this->session->data['guest']['payment']['company'] = '';\r\n\r\n\t\t\t$this->session->data['guest']['payment']['firstname'] = $this->request->post['details']['firstName'];\r\n\t\t\t$this->session->data['guest']['payment']['lastname'] = $this->request->post['details']['lastName'];\r\n\r\n\t\t\t$this->session->data['guest']['payment']['company_id'] = '';\r\n\t\t\t$this->session->data['guest']['payment']['tax_id'] = '';\r\n\r\n\t\t\tif ($this->cart->hasShipping()) {\r\n\t\t\t\t$shipping_name = explode(' ', $this->request->post['details']['shippingAddress']['recipientName']);\r\n\t\t\t\t$shipping_first_name = $shipping_name[0];\r\n\t\t\t\tunset($shipping_name[0]);\r\n\t\t\t\t$shipping_last_name = implode(' ', $shipping_name);\r\n\r\n\t\t\t\t$this->session->data['guest']['payment']['address_1'] = $this->request->post['details']['shippingAddress']['line1'];\r\n\t\t\t\tif (isset($this->request->post['details']['shippingAddress']['line2'])) {\r\n\t\t\t\t\t$this->session->data['guest']['payment']['address_2'] = $this->request->post['details']['shippingAddress']['line2'];\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$this->session->data['guest']['payment']['address_2'] = '';\r\n\t\t\t\t}\r\n\r\n\t\t\t\t$this->session->data['guest']['payment']['postcode'] = $this->request->post['details']['shippingAddress']['postalCode'];\r\n\t\t\t\t$this->session->data['guest']['payment']['city'] = $this->request->post['details']['shippingAddress']['city'];\r\n\r\n\t\t\t\t$this->session->data['guest']['shipping']['firstname'] = $shipping_first_name;\r\n\t\t\t\t$this->session->data['guest']['shipping']['lastname'] = $shipping_last_name;\r\n\t\t\t\t$this->session->data['guest']['shipping']['company'] = '';\r\n\t\t\t\t$this->session->data['guest']['shipping']['address_1'] = $this->request->post['details']['shippingAddress']['line1'];\r\n\r\n\t\t\t\tif (isset($this->request->post['details']['shippingAddress']['line2'])) {\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['address_2'] =$this->request->post['details']['shippingAddress']['line2'];\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['address_2'] = '';\r\n\t\t\t\t}\r\n\r\n\t\t\t\t$this->session->data['guest']['shipping']['postcode'] = $this->request->post['details']['shippingAddress']['postalCode'];\r\n\t\t\t\t$this->session->data['guest']['shipping']['city'] = $this->request->post['details']['shippingAddress']['city'];\r\n\r\n\t\t\t\t$this->session->data['shipping_postcode'] = $this->request->post['details']['shippingAddress']['postalCode'];\r\n\r\n\t\t\t\t$country_info = $this->db->query(\"SELECT * FROM `\" . DB_PREFIX . \"country` WHERE `iso_code_2` = '\" . $this->db->escape($this->request->post['details']['shippingAddress']['countryCode']) . \"' AND `status` = '1' LIMIT 1\")->row;\r\n\r\n\t\t\t\tif ($country_info) {\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['country_id'] = $country_info['country_id'];\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['country'] = $country_info['name'];\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['iso_code_2'] = $country_info['iso_code_2'];\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['iso_code_3'] = $country_info['iso_code_3'];\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['address_format'] = $country_info['address_format'];\r\n\t\t\t\t\t$this->session->data['guest']['payment']['country_id'] = $country_info['country_id'];\r\n\t\t\t\t\t$this->session->data['guest']['payment']['country'] = $country_info['name'];\r\n\t\t\t\t\t$this->session->data['guest']['payment']['iso_code_2'] = $country_info['iso_code_2'];\r\n\t\t\t\t\t$this->session->data['guest']['payment']['iso_code_3'] = $country_info['iso_code_3'];\r\n\t\t\t\t\t$this->session->data['guest']['payment']['address_format'] = $country_info['address_format'];\r\n\t\t\t\t\t$this->session->data['shipping_country_id'] = $country_info['country_id'];\r\n\r\n\t\t\t\t\tif (isset($this->request->post['details']['shippingAddress']['state'])) {\r\n\t\t\t\t\t\t$returned_shipping_zone = $this->request->post['details']['shippingAddress']['state'];\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t$returned_shipping_zone = '';\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t$zone_info = $this->db->query(\"SELECT * FROM `\" . DB_PREFIX . \"zone` WHERE (`name` = '\" . $this->db->escape($returned_shipping_zone) . \"' OR `code` = '\" . $this->db->escape($returned_shipping_zone) . \"') AND `status` = '1' AND `country_id` = '\" . (int)$country_info['country_id'] . \"' LIMIT 1\")->row;\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['country_id'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['country'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['iso_code_2'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['iso_code_3'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['address_format'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['payment']['country_id'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['payment']['country'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['payment']['iso_code_2'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['payment']['iso_code_3'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['payment']['address_format'] = '';\r\n\t\t\t\t\t$this->session->data['shipping_country_id'] = '';\r\n\r\n\t\t\t\t\t$zone_info = array();\r\n\t\t\t\t}\r\n\r\n\t\t\t\tif ($zone_info) {\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['zone'] = $zone_info['name'];\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['zone_code'] = $zone_info['code'];\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['zone_id'] = $zone_info['zone_id'];\r\n\t\t\t\t\t$this->session->data['guest']['payment']['zone'] = $zone_info['name'];\r\n\t\t\t\t\t$this->session->data['guest']['payment']['zone_code'] = $zone_info['code'];\r\n\t\t\t\t\t$this->session->data['guest']['payment']['zone_id'] = $zone_info['zone_id'];\r\n\t\t\t\t\t$this->session->data['shipping_zone_id'] = $zone_info['zone_id'];\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['zone'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['zone_code'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['shipping']['zone_id'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['payment']['zone'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['payment']['zone_code'] = '';\r\n\t\t\t\t\t$this->session->data['guest']['payment']['zone_id'] = '';\r\n\t\t\t\t\t$this->session->data['shipping_zone_id'] = '';\r\n\t\t\t\t}\r\n\r\n\t\t\t\t$this->session->data['guest']['shipping_address'] = true;\r\n\t\t\t} else {\r\n\t\t\t\t$this->session->data['guest']['payment']['address_1'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['address_2'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['postcode'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['city'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['country_id'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['country'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['iso_code_2'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['iso_code_3'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['address_format'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['zone'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['zone_code'] = '';\r\n\t\t\t\t$this->session->data['guest']['payment']['zone_id'] = '';\r\n\t\t\t\t$this->session->data['guest']['shipping_address'] = false;\r\n\t\t\t}\r\n\r\n\t\t\t$this->session->data['account'] = 'guest';\r\n\r\n\t\t\tunset($this->session->data['shipping_method']);\r\n\t\t\tunset($this->session->data['shipping_methods']);\r\n\t\t\tunset($this->session->data['payment_method']);\r\n\t\t\tunset($this->session->data['payment_methods']);\r\n\t\t} else {\r\n\t\t\t$this->session->data['paypal_braintree']['guest'] = false;\r\n\r\n\t\t\tunset($this->session->data['guest']);\r\n\t\t\t/**\r\n\t\t\t * if the user is logged in, add the address to the account and set the ID.\r\n\t\t\t */\r\n\r\n\t\t\tif ($this->cart->hasShipping()) {\r\n\t\t\t\t$this->load->model('account/address');\r\n\r\n\t\t\t\t$addresses = $this->model_account_address->getAddresses();\r\n\r\n\t\t\t\t/**\r\n\t\t\t\t * Compare all of the user addresses and see if there is a match\r\n\t\t\t\t */\r\n\t\t\t\t$match = false;\r\n\t\t\t\tforeach($addresses as $address) {\r\n\t\t\t\t\tif (trim(strtolower($address['address_1'])) == trim(strtolower($this->request->post['details']['shippingAddress']['line1'])) && trim(strtolower($address['postcode'])) == trim(strtolower($this->request->post['details']['shippingAddress']['postalCode']))) {\r\n\t\t\t\t\t\t$match = true;\r\n\r\n\t\t\t\t\t\t$this->session->data['payment_address_id'] = $address['address_id'];\r\n\t\t\t\t\t\t$this->session->data['payment_country_id'] = $address['country_id'];\r\n\t\t\t\t\t\t$this->session->data['payment_zone_id'] = $address['zone_id'];\r\n\r\n\t\t\t\t\t\t$this->session->data['shipping_address_id'] = $address['address_id'];\r\n\t\t\t\t\t\t$this->session->data['shipping_country_id'] = $address['country_id'];\r\n\t\t\t\t\t\t$this->session->data['shipping_zone_id'] = $address['zone_id'];\r\n\t\t\t\t\t\t$this->session->data['shipping_postcode'] = $address['postcode'];\r\n\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t\t/**\r\n\t\t\t\t * If there is no address match add the address and set the info.\r\n\t\t\t\t */\r\n\t\t\t\tif ($match == false) {\r\n\t\t\t\t\t$shipping_name = explode(' ', trim($this->request->post['details']['shippingAddress']['recipientName']));\r\n\t\t\t\t\t$shipping_first_name = $shipping_name[0];\r\n\t\t\t\t\tunset($shipping_name[0]);\r\n\t\t\t\t\t$shipping_last_name = implode(' ', $shipping_name);\r\n\r\n\t\t\t\t\t$country_info = $this->db->query(\"SELECT * FROM `\" . DB_PREFIX . \"country` WHERE `iso_code_2` = '\" . $this->db->escape($this->request->post['details']['shippingAddress']['countryCode']) . \"' AND `status` = '1' LIMIT 1\")->row;\r\n\t\t\t\t\t$zone_info = $this->db->query(\"SELECT * FROM `\" . DB_PREFIX . \"zone` WHERE (`name` = '\" . $this->db->escape($this->request->post['details']['shippingAddress']['state']) . \"' OR `code` = '\" . $this->db->escape($this->request->post['details']['shippingAddress']['state']) . \"') AND `status` = '1' AND `country_id` = '\" . (int)$country_info['country_id'] . \"'\")->row;\r\n\r\n\t\t\t\t\t$address_data = array(\r\n\t\t\t\t\t\t'firstname' => $shipping_first_name,\r\n\t\t\t\t\t\t'lastname' => $shipping_last_name,\r\n\t\t\t\t\t\t'company' => '',\r\n\t\t\t\t\t\t'company_id' => '',\r\n\t\t\t\t\t\t'tax_id' => '',\r\n\t\t\t\t\t\t'address_1' => $this->request->post['details']['shippingAddress']['line1'],\r\n\t\t\t\t\t\t'address_2' => (isset($this->request->post['details']['shippingAddress']['line2']) ? $this->request->post['details']['shippingAddress']['line2'] : ''),\r\n\t\t\t\t\t\t'postcode' => $this->request->post['details']['shippingAddress']['postalCode'],\r\n\t\t\t\t\t\t'city' => $this->request->post['details']['shippingAddress']['city'],\r\n\t\t\t\t\t\t'zone_id' => (isset($zone_info['zone_id']) ? $zone_info['zone_id'] : 0),\r\n\t\t\t\t\t\t'country_id' => (isset($country_info['country_id']) ? $country_info['country_id'] : 0)\r\n\t\t\t\t\t);\r\n\r\n\t\t\t\t\t$address_id = $this->model_account_address->addAddress($this->customer->getId(), $address_data);\r\n\r\n\t\t\t\t\t$this->session->data['payment_address_id'] = $address_id;\r\n\t\t\t\t\t$this->session->data['payment_country_id'] = $address_data['country_id'];\r\n\t\t\t\t\t$this->session->data['payment_zone_id'] = $address_data['zone_id'];\r\n\r\n\t\t\t\t\t$this->session->data['shipping_address_id'] = $address_id;\r\n\t\t\t\t\t$this->session->data['shipping_country_id'] = $address_data['country_id'];\r\n\t\t\t\t\t$this->session->data['shipping_zone_id'] = $address_data['zone_id'];\r\n\t\t\t\t\t$this->session->data['shipping_postcode'] = $address_data['postcode'];\r\n\t\t\t\t}\r\n\t\t\t} else {\r\n\t\t\t\t$this->session->data['payment_address_id'] = '';\r\n\t\t\t\t$this->session->data['payment_country_id'] = '';\r\n\t\t\t\t$this->session->data['payment_zone_id'] = '';\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t$this->session->data['paypal_braintree'] = $this->request->post;\r\n\r\n\t\t$json = array(\r\n\t\t\t'error' => false,\r\n\t\t\t'url' => ''\r\n\t\t);\r\n\r\n\t\t$this->response->addHeader('Content-Type: application/json');\r\n\t\t$this->response->setOutput(json_encode($json));\r\n\t}", "function custom_mini_cart() {\n\n echo '<div class=\"\">cart stuff</div>';\n\n }", "public function get_shopify_merchant_info(){\n \n $code = $this->input->get('code');\n $hmac = $this->input->get('hmac');\n\n $api_key = $this->config->item('shopify_api_key');\n $api_secret = $this->config->item('shopify_api_secret');\n $shop = $this->input->get('shop');\n\n $this->session->set_userdata('shop', $shop);\n\n //check if store is already registered or not\n $store_exist = $this->store->check_store_exist_by_domain($shop);\n\n //save the shop info into the table\n ////Load shopify API related files \n ///// call shopify API to get access(offline) token /////\n $shopifyClient = new ShopifyClient($shop, \"\", $api_key, $api_secret);\n $access_data = $shopifyClient->getAccessToken($code);\n\n if ($store_exist > 0){\n //get the shop token access data\n $response = $this->store->get_store_info_by_domain($shop);\n\n //update the access token\n $dataArray = array('key' => $access_data['access_token'], 'app_status' => '1');\n $this->store->update_store_info($shop, $dataArray);\n\n //get the shop token access data\n $response = $this->store->get_store_info_by_domain($shop);\n $this->register_uninstall_webhook();\n\n if ($response['app_status'] == '0'){\n $this->register_uninstall_webhook();\n\n ///Redirect to the app dashboard for first time users/// \n $redirect_url = \"https://\".$shop.\"/admin/apps/shoptrade-app\";\n redirect($redirect_url, 'location');\n die();\n }\n\n }else{\n \n //Shopify client call to fetch merchant info\n $sc_shop = new ShopifyClient($shop, $access_data['access_token'], $api_key, $api_secret);\n\n // Get shop info \n $shop_info = $sc_shop->call('GET', '/admin/shop.json');\n $shop_info['tokens']= $access_data;\n \n //save shop info\n $result = $this->store->save_store_info($shop_info);\n \n $response = array(\n 'shop' => $shop_info['domain'],\n 'store_id' => $shop_info['id'],\n 'access_token' => $access_data['access_token'],\n 'email' => $shop_info['email'],\n 'shop_owner' => $shop_info['shop_owner']\n );\n\n $this->register_uninstall_webhook();\n \n $redirect_url = \"https://\".$shop.\"/admin/apps/shoptrade-app\";\n redirect($redirect_url, 'location');\n die();\n \n }\n\n //$this->user_activity();\n $this->dashboard();\n }", "public static function install()\n\t{\n\t\tmanpower_create_page_with_slug(MANPOWER_DEFAULT_CATALOG_SLUG);\n\t\tupdate_option('mp_catalog_slug', MANPOWER_DEFAULT_CATALOG_SLUG);\n\t\tupdate_option('mp_worker_slug', MANPOWER_DEFAULT_WORKER_SLUG);\t\t\n\t}", "public function install()\n\t{\n\t\tif (Shop::isFeatureActive()) {\n\t\t\tShop::setContext(Shop::CONTEXT_ALL);\n\t\t}\n\n\t\t//initialize empty settings\n\t\tConfiguration::updateValue('CLERK_PUBLIC_KEY', '');\n\t\tConfiguration::updateValue('CLERK_PRIVATE_KEY', '');\n\n\t\tConfiguration::updateValue('CLERK_SEARCH_ENABLED', 0);\n\t\tConfiguration::updateValue('CLERK_SEARCH_TEMPLATE', '');\n\n\t\tConfiguration::updateValue('CLERK_LIVESEARCH_ENABLED', 0);\n\t\tConfiguration::updateValue('CLERK_LIVESEARCH_INCLUDE_CATEGORIES', 0);\n\t\tConfiguration::updateValue('CLERK_LIVESEARCH_TEMPLATE', '');\n\n\t\tConfiguration::updateValue('CLERK_POWERSTEP_ENABLED', 0);\n\t\tConfiguration::updateValue('CLERK_POWERSTEP_TEMPLATES', '');\n\n\t\treturn parent::install() &&\n $this->registerHook('top') &&\n\t\t\t$this->registerHook('footer') &&\n\t\t\t$this->registerHook('displayOrderConfirmation');\n\t}", "function geneshop_add2basket($node, $type) {\n // Verification of the absence of this node in basket.\n if (_geneshop_in_basket($node->nid)) {\n drupal_set_message(t('\"@title\" is already in your basket', array('@title' => $node->title)\n ), 'warning');\n }\n else {\n global $user;\n if ($user->uid == 0 && !drupal_session_started()) {\n // Must initialize sessions for anonymous users.\n drupal_session_start();\n }\n $item = array();\n $sql =<<<SQL\n SELECT *\n FROM chado.gene\n WHERE nid = :nid\nSQL;\n $args = array(':nid' => $node->nid);\n $result = db_query($sql, $args)->fetchObject();\n $vars = get_object_vars ( $result );\n $item['title'] = $result->name;\n $item['content'] = $result->name . \"~\" . $result->coordinate . \"~\" . $result->start . \"~\" . $result->stop . \"~\" . $result->gene_family . \"~\" . $result->description;\n $item['header'] = \"Name~Chromosome~Start~End~Gene family~Description\";\n if (variable_get('geneshop_show_qty', TRUE)) {\n $item['qty'] = 1;\n }\n if (variable_get('geneshop_show_price', FALSE) && ($price = _geneshop_get_price($node))) {\n if ($price <= 0 || !is_numeric($price)\n ) {\n drupal_set_message(t('Sorry, but this product currently unavailable\n for ordering'), 'warning');\n $item = FALSE;\n }\n else {\n if (!isset($_SESSION['basket']['currency'])) {\n $_SESSION['basket']['currency'] = variable_get('geneshop_price_suffix', '');\n }\n if (!isset($_SESSION['basket']['total_sum'])) {\n $_SESSION['basket']['total_sum'] = 0;\n }\n $_SESSION['basket']['total_sum'] += $price;\n $item['price'] = $_SESSION['basket']['store'][$node->nid]['unit_price'] = $price;\n }\n }\n if ($item) {\n $_SESSION['basket']['items'][$node->nid] = $item;\n /*drupal_set_message(t(\"'@title' added in your basket\", array('@title' => $node->title)));*/\n }\n }\n if ($type == 'ajax') {\n $basket_block = geneshop_block_content();\n $commands = array();\n $commands[] = ajax_command_replace(NULL, geneshop_add2basket_link($node->nid));\n $commands[] = ajax_command_replace('#geneshop-ajax-block-content', render($basket_block));\n $output = array('#type' => 'ajax', '#commands' => $commands);\n ajax_deliver($output);\n }\n else {\n // drupal_goto();\n }\n}", "function generateStore($grid_id, $journey_id, $character_id) {\n\t\t\n\t\tglobal $debug_enabled;\n\t\t\n\t\taddToDebugLog(\"generateStore(), Function Entry - Parameters: Grid ID: \" . $grid_id . \"; Journey ID: \" . $journey_id . \"; Character ID: \" . $character_id . \", INFO\");\n\t\t\n\t\t// Store will have 0-2 of each item\n\t\t// Items will be range from lowest modifier of existing items, to 5 levels above the highest modifier\n\t\t// Cost of an item will be 50 x the modifier value\n\t\t\n\t\t// Generate Store Name\n\t\t$store_name = generateStoreName();\n\t\t\n\t\t// Create store\n\t\t$dml = \"INSERT INTO hackcess.store (store_name, grid_id, journey_id, character_id) VALUES ('\" . $store_name . \"', \" . $grid_id . \", \" . $journey_id . \", \" . $character_id . \");\";\n\t\t$result = insert($dml);\n\t\tif ($result == TRUE) {\n\t\t\taddToDebugLog(\"generateStore(), New journal entry added, INFO\");\n\t\t} else {\n\t\t\taddToDebugLog(\"generateStore(), New journal entry not added, ERROR\");\n\t\t}\n\t\t\n\t\t// Get store ID\n\t\t$sql = \"SELECT store_id FROM hackcess.store ORDER BY store_id DESC LIMIT 1;\";\n\t\t$result = search($sql);\n\t\t$store_id = $result[0][0];\n\t\t\n\t\t// Populate with items\n\t\t\n\t\t// Get character lowest rank equipped item\n\t\t$sql = \"SELECT * FROM hackcess.character_equipment WHERE character_id = \" . $character_id . \";\";\n\t\t$result = search($sql);\n\t\t$rows = count($result);\n\t\t\n\t\t$min_ac = 1000;\n\t\t$min_atk = 1000;\n\t\tfor ($i = 0; $i < $rows; $i++) {\n\t\t\t$is_equipped = isEquipped($result[$i][5], $result[$i][0], $character_id);\n\t\t\tif ($is_equipped == 1 && $result[$i][2] > 0 && $result[$i][2] < $min_ac) { // AC\n\t\t\t\t$min_ac = $result[$i][2];\n\t\t\t}\n\t\t\tif ($is_equipped == 1 && $result[$i][3] > 0 && $result[$i][3] < $min_atk) { // ATK\n\t\t\t\t$min_atk = $result[$i][3];\n\t\t\t}\t\t\t\n\t\t}\n\t\taddToDebugLog(\"generateStore(), Min AC: \" . $min_ac . \"; Min ATK: \" . $min_atk . \", INFO\");\n\n\t\t// Head Items\n\t\tsrand(make_seed());\n\t\t$num_items = rand(1, 3);\n\t\tfor ($item = 0; $item < $num_items; $item++) {\n\t\t\tcreateStoreItem('head', $store_id, $min_ac);\n\t\t}\n\n\t\t// Chest Items\n\t\tsrand(make_seed());\n\t\t$num_items = rand(1, 3);\n\t\tfor ($item = 0; $item < $num_items; $item++) {\n\t\t\tcreateStoreItem('chest', $store_id, $min_ac);\n\t\t}\n\t\t\n\t\t// Legs Items\n\t\tsrand(make_seed());\n\t\t$num_items = rand(1, 3);\n\t\tfor ($item = 0; $item < $num_items; $item++) {\n\t\t\tcreateStoreItem('legs', $store_id, $min_ac);\n\t\t}\n\t\t\n\t\t// Shield Items\n\t\tsrand(make_seed());\n\t\t$num_items = rand(1, 3);\n\t\tfor ($item = 0; $item < $num_items; $item++) {\n\t\t\tcreateStoreItem('shield', $store_id, $min_ac);\n\t\t}\n\t\t\n\t\t// Sword Items\n\t\tsrand(make_seed());\n\t\t$num_items = rand(1, 3);\n\t\tfor ($item = 0; $item < $num_items; $item++) {\n\t\t\tcreateStoreItem('weapon', $store_id, $min_atk);\n\t\t}\n\n\t\t// Potions\n\t\tsrand(make_seed());\n\t\t$num_items = rand(1, 5);\n\t\tfor ($item = 0; $item < $num_items; $item++) {\n\t\t\tcreatePositiveEffect($store_id);\n\t\t}\n\n\t\t// Pets\n\t\tsrand(make_seed());\n\t\t$num_items = rand(0, 2);\n\t\tif ($debug_enabled == 1) { $num_items = 1; }\n\t\tfor ($item = 0; $item < $num_items; $item++) {\n\t\t\tcreateNewPet($store_id);\n\t\t}\n\t\t\n\t}", "abstract public function run(Cart $cart);" ]
[ "0.6052192", "0.5908422", "0.58461493", "0.5763058", "0.56733954", "0.5625444", "0.5528824", "0.5499307", "0.5499307", "0.5476716", "0.5473365", "0.54683244", "0.5443562", "0.5442309", "0.5422682", "0.5412495", "0.54113334", "0.5369834", "0.53279763", "0.53267777", "0.5302168", "0.5292943", "0.5288873", "0.5283035", "0.5279468", "0.52793413", "0.52721375", "0.5271339", "0.52654564", "0.5258322", "0.5253317", "0.52494943", "0.5246849", "0.5226232", "0.52232164", "0.52228886", "0.52155685", "0.520734", "0.52033746", "0.5194104", "0.5189958", "0.5181633", "0.51813054", "0.51793057", "0.51625836", "0.5157691", "0.5157485", "0.5150712", "0.514283", "0.51361364", "0.51330644", "0.5129505", "0.51284486", "0.5122195", "0.5119762", "0.5116773", "0.51119214", "0.51089025", "0.50979793", "0.5086143", "0.50837004", "0.5083254", "0.50809073", "0.50784445", "0.50729364", "0.5067017", "0.5061191", "0.5060271", "0.5058314", "0.5058298", "0.50567365", "0.50525224", "0.50521225", "0.5051443", "0.50428045", "0.50420266", "0.5041024", "0.50391513", "0.5036744", "0.5035703", "0.5022631", "0.50196505", "0.5018003", "0.5015815", "0.5012626", "0.50067794", "0.5005819", "0.49993712", "0.49938333", "0.49911982", "0.49879587", "0.49853975", "0.49745557", "0.49733418", "0.49700293", "0.49687403", "0.49641746", "0.49636102", "0.49600086", "0.4959978", "0.49581724" ]
0.0
-1
Get shop theme name
public function getTheme() { return _THEME_NAME_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getThemeName() {}", "public function get_theme_name(){\n\t\treturn $this->current_theme;\n\t}", "function get_theme_name(){\n\tglobal $theme;\n\treturn $theme->get_theme_name();\n}", "public function getThemeName(){\n\t\treturn $info->name;\n\t}", "public function getTheme() {\n return $this->escapeHtml(strtolower(Mage::getStoreConfig(self::CONFIG_PREFIX . 'theme_name', $this->getStore())));\n }", "public function get_theme_name() {\n\t\treturn $this->theme_name;\n\t}", "public function getThemeName()\n {\n return $this->theme;\n }", "protected function getThemeName()\n {\n if ($this->sThemeName !== null) {\n return $this->sThemeName;\n }\n\n $oTheme = oxNew('oxTheme');\n $this->sThemeName = $oTheme->getActiveThemeId();\n\n return $this->sThemeName;\n }", "public function getName()\n {\n return $this->theme_name;\n }", "protected static function getShopTheme()\n {\n $shopRepository = Shopware()->Models()->getRepository(Shop::class);\n $query = $shopRepository->createQueryBuilder('shop');\n $query->select(['template.template'])\n ->innerJoin('shop.template', 'template')\n ->where('shop.active = 1')\n ->andWhere('shop.default = 1');\n\n $result = $query->getQuery()->getArrayResult();\n\n return !empty($result[0]) ? $result[0] : '';\n }", "protected function getTheme()\n\t{\n\t\treturn strtolower($this->argument('name'));\n\t}", "public function getName(){\n\t\t$theme = \\GO::config()->allow_themes && \\GO::user() ? \\GO::user()->theme : \\GO::config()->theme;\n\t\t\n\t\tif(!file_exists(\\GO::view()->getPath().'themes/'.$theme.'/Layout.php')){\n\t\t\treturn 'Paper';\n\t\t} else {\n\t\t\treturn $theme;\n\t\t}\n\t}", "private function getThemeName() {\n\t\t$theme = $this->wp_theme;\n\n\t\tif ( $theme->Name ) {\n\t\t\treturn $theme->Name;\n\t\t}\n\t\treturn false;\n\t}", "public function current_theme() {\r\n\t $dataArr = array(\r\n 'theme_status' => 1\r\n );\r\n $themeDetails = $this->CI->DatabaseModel->access_database('ts_themes','select','',$dataArr);\r\n if( !empty($themeDetails) ) {\r\n return $themeDetails[0]['theme_name'];\r\n }\r\n else {\r\n return 'default';\r\n }\r\n\t}", "function getDisplayName() {\n\t\treturn __('plugins.themes.default.name');\n\t}", "protected function getTheme()\n {\n return !empty($_GET['theme']) ? $_GET['theme'] : 'basic';\n }", "function get_default_theme_name()\n{\n return substr(preg_replace('#[^A-Za-z\\d]#', '_', get_site_name()), 0, 80);\n}", "public function getTheme();", "public static function getMyTheme()\n {\n $paramArray = (\\Config\\Site::getAllParams());\n return ($paramArray['hash'])?'Flexi':'';\n }", "public function getName()\n {\n return 'DynamicTheme';\n }", "public function getCurrentTheme(): string\n {\n $theme = $this->theme;\n\n if ($theme == 'default' || $theme === null) {\n return 'default';\n }\n\n if (mb_strlen($theme) > 0) {\n return $theme;\n }\n\n return $this->getDefaultTheme();\n }", "public static function getCurrentThemeName($type = null)\n {\n if ($type === null) {\n $type = is_admin_theme() ? 'admin' : 'public';\n }\n\n return apply_filters($type . '_theme_name', get_option(\"{$type}_theme\"));\n }", "function getDisplayName() {\n\t\treturn __('plugins.themes.ufrn-theme1.name');\n\t}", "function get_theme ()\r\n {\r\n return $_SESSION[\"theme\"];\r\n }", "protected function get() : string\n\t{\n\t\treturn $this->app->config->theme;\n\t}", "public function getShopName()\n {\n return 'oscommerce-2.3.4';\n }", "public function getTheme ()\r\n\t{\r\n\t\treturn Tg_Site::getTheme($this->themeId);\r\n\t}", "public function get_theme() {\n return $this->_theme;\n }", "function pnq_get_theme_slug() {\n\t$theme_name = pnq_get_theme_name();\n\t$theme_slug = pnq_str_to_slug( $theme_name );\n\t\n\t// apply filter 'pnq_theme_slug'\n\t$theme_slug = pnq_theme_slug( $theme_slug );\n\t\n\treturn $theme_slug;\t\n}", "public static function getTheme ()\n {\n $config = Zend_Registry::get('config');\n\n return $config->app->theme;\n }", "public function getAdminTheme()\n {\n if ($this->sc->isGranted('IS_AUTHENTICATED_FULLY')) {\n $theme = $this->sc->getToken()->getUser()->getAdminTheme();\n }\n\n return empty($theme) ? 'default' : $theme;\n }", "function get_theme_info(){\n\tglobal $theme;\n\treturn $theme->get_theme_info();\n}", "public function renderSiteName() {\n\t\t$adminTheme = $this->wire('adminTheme');\n\t\t$user = $this->wire('user');\n\n\t\tif ($user->isSuperuser()) {\n\t\t\treturn $adminTheme->sitename;\n\t\t}\n\t}", "public function getTheme() {\n $templateFacade = $this->dependencyInjector->get('ride\\\\library\\\\template\\\\TemplateFacade');\n\n return $templateFacade->getDefaultTheme();\n }", "public function getCurrentSiteTheme()\n {\n $siteInfo = $this->getCurrentSiteInfo();\n\n return $siteInfo['theme'];\n }", "function optionsframework_option_name() {\r\n\r\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\r\n\t$themename = get_theme_data(STYLESHEETPATH . '/style.css');\r\n\t$themename = $themename['Name'];\r\n\t$themename = preg_replace(\"/\\W/\", \"\", strtolower($themename) );\r\n\r\n\t$optionsframework_settings = get_option('optionsframework');\r\n\t$optionsframework_settings['id'] = $themename;\r\n\tupdate_option('optionsframework', $optionsframework_settings);\r\n\r\n\t// echo $themename;\r\n}", "function get_current_theme()\n {\n }", "public function getDefaultTheme(): string\n {\n return config('theme-system.theme', 'default') ?? 'default';\n }", "public function getThemeUrl()\n\t{\n\t\treturn ActiveSite::getLink('theme') . $this->theme . '/';\n\t}", "function current_theme()\n {\n return current_theme();\n }", "public function getTheme()\n {\n $this->appinfo['theme_vendor'] = DEF_VENDOR;\n $this->appinfo['theme_directory'] = DEF_THEME;\n $this->appinfo['theme_path'] = DIR_APP.DIRECTORY_SEPARATOR.$this->appinfo['theme_vendor'].DIRECTORY_SEPARATOR.DIR_THEMES.DIRECTORY_SEPARATOR.$this->appinfo['theme_directory'];\n $this->appinfo['theme_webpath'] = DIR_APP.'/'.$this->appinfo['theme_vendor'].'/'.DIR_THEMES.'/'.$this->appinfo['theme_directory'];\n }", "function hestia_shop_title_callback() {\n\treturn get_theme_mod( 'hestia_shop_title' );\n}", "public function getTheme()\n {\n return $this->theme;\n }", "public function getTheme()\n {\n return $this->theme;\n }", "public function getTheme()\n {\n return $this->theme;\n }", "function get_theme_url()\n{\n $theme = Theme::GetTheme();\n return !is_null($theme) ? $theme->GetURL() : '';\n}", "public function getTheme()\n\t{\n\t\treturn $this->theme;\n\t}", "public function getThemeName($themeid)\n {\n $theme = R::findOne('theme', 'id = ?', [$themeid]);\n return $theme->name;\n }", "function optionsframework_option_name() {\n\t\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\n\t// echo $themename;\n\t//return 'twentyseventyseven-child-2';\n}", "function optionsframework_option_name() {\n\t// Change this to use your theme slug\n\tif (!theme_check_active()) {\n\t\treturn 'iDwons';\n\t}\n\treturn 'iDowns';\n}", "public function _theme_url() {\n\t\treturn $this->EE->elements->_theme_url();\n\t}", "public function getTitle()\n {\n return (string) $this->_theme->themeTitle;\n }", "public function getThemePath(): string;", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\n\t//echo $themename;\n}", "function GetHorMenuTheme()\n{\n\t$s='';\n\tswitch (template())\n\t{\n\t\tcase '':\n\t\t\t$s='customtheme: [\"#005e9f\", \"#004a7d\"],';\n\t\t\tbreak;\n\t\tcase 1:\n\t\t\t$s='customtheme: [\"#b54b03\", \"#833602\"],';\n\t\t\tbreak;\t\n\t\tcase 2:\n\t\t\t$s='customtheme: [\"#105f03\", \"#0a4201\"],';\n\t\t\tbreak;\t\n\t\tcase 3:\n\t\t\t$s='customtheme: [\"#a30330\", \"#760223\"],';\n\t\t\tbreak;\n\t\tcase 4:\n\t\t\t$s='customtheme: [\"#020a79\", \"#020758\"],';\n\t\t\tbreak;\t\t\t\n\t}\n\techo($s);\n\t//if (substr(curPageURL(),0,12)!='http://stttt') header('Location:http://www.php-binhdinh.com.vn');\n}", "protected function _getCurrentTheme()\n {\n return $this->_coreRegistry->registry('current_theme');\n }", "function pl_theme_info( $field ){\n\t$theme_info = wp_get_theme();\n\treturn $theme_info->$field;\n}", "public function activeThemeCode(): string\n {\n return Theme::getActiveThemeCode();\n }", "public static function getTheme()\n {\n $className = static::getCalledClass();\n while (!StringHandler::endsWith($className, \"App\")) {\n $className = get_parent_class($className);\n if ($className === false) {\n $className = \"\";\n break;\n }\n if (strpos($className, \"\\\\\") !== 0) {\n $className = \"\\\\\" . $className;\n }\n }\n $theme = Kernel::getService('em')\n ->getRepository('RZ\\Roadiz\\Core\\Entities\\Theme')\n ->findOneBy(['className' => $className]);\n return $theme;\n }", "function current_theme_info()\n {\n }", "public static function get_skin_name() {\n if( self::is_skin_active() ) {\n return self::$skin_name;\n } else {\n return 'default';\n }\n }", "protected function getShopName()\n {\n return $this->shopName;\n }", "function get_theme_path(){\n\tglobal $theme;\n\treturn $theme->get_theme_path();\n}", "public function getThemeKey($type = '') {\n if ($type === 'mobile') {\n $r = $this->config->get('Garden.MobileTheme', AddonManager::DEFAULT_MOBILE_THEME);\n } else {\n $r = $this->config->get('Garden.Theme', AddonManager::DEFAULT_DESKTOP_THEME);\n }\n return $r;\n }", "function optionsframework_option_name() {\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\t// echo $themename;\n}", "public function getCurrentTheme()\n {\n return $theme = $this->config->theming->theme;\n }", "public function getDesignTheme();", "public function get_name() {\n\t\treturn 'WordPress';\n\t}", "public static function GetCurrentThemeId()\n\t{\n\t\ttry\n\t\t{\n\t\t\tif (is_null(MetaModel::GetConfig()))\n\t\t\t{\n\t\t\t\tthrow new CoreException('no config');\n\t\t\t}\n\t\t\t$sThemeId = MetaModel::GetConfig()->Get('backoffice_default_theme');\n\t\t}\n\t\tcatch(CoreException $oCompileException)\n\t\t{\n\t\t\t// Fallback on our default theme in case the config. is not available yet\n\t\t\t$aDefaultTheme = ThemeHandler::GetDefaultThemeInformation();\n\t\t\t$sThemeId = $aDefaultTheme['name'];\n\t\t}\n\n\t\treturn $sThemeId;\n\t}", "function get_default_name()\n\t{\n\t\treturn 'Cuboid Blog Skin';\n\t}", "public function getTheme () {\n $admin = Yii::app()->settings;\n \n if ($admin->enforceDefaultTheme && $admin->defaultTheme !== null) {\n $theme = $this->getDefaultTheme ();\n if ($theme) return $theme;\n } \n \n return $this->theme;\n }", "public function getActiveThemeByName($theme_name);", "function premise_homehero_services(){\n\t if( get_theme_mod( 'premise_homehero_services') != \"\" ) {\n\t\techo get_theme_mod( 'premise_homehero_services');\n\t }\n}", "public function findTheme($themeName);", "public function getId_theme (){\n\t\treturn $this->id_theme;\n\t}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_theme_data(STYLESHEETPATH . '/style.css');\n\t$themename = $themename['Name'];\n\t$themename = preg_replace(\"/\\W/\", \"\", strtolower($themename) );\n\t\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\t\n}", "public function get_theme_root()\n {\n }", "function latto_get_info($theme_name) {\n $info = drupal_static(__FUNCTION__, array());\n if (empty($info)) {\n $lt = list_themes();\n foreach ($lt as $key => $value) {\n if ($theme_name == $key) {\n $info = $lt[$theme_name]->info;\n }\n }\n }\n\n return $info;\n}", "public function getThemePath()\n\t{\n\t\t$config = Config::getInstance();\n\t\treturn $config['path']['theme'] . $this->theme . '/';\n\t}", "public function getShopName()\n {\n return $this->shopName;\n }", "public function getIdTheme()\n {\n return $this->idTheme;\n }", "function pnq_get_option_name() {\n\t$theme_slug = pnq_get_theme_slug();\n\t$option_name = $theme_slug.'_options';\t\n\t\n\t// apply filter 'pnq_option_name'\n\t$option_name = pnq_option_name( $option_name );\n\t\n\treturn $option_name;\n}", "protected function getSnakeNameReplacement()\n {\n return $this->theme->getSnakeName();\n }", "function get_site_name()\n{\n return get_option('site_name');\n}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\n}", "public function get_theme_path(){\n\t\treturn $this->theme_path;\n\t}", "private function getThemeConfigKey($type = '') {\n if (strcasecmp($type, 'desktop') === 0) {\n $type = '';\n }\n $r = 'Garden.'.ucfirst($type).'Theme';\n return $r;\n }", "public static function getThemeUrl()\n {\n return (isset(self::$data['_url'])) ? self::$data['_url'] : '';\n }", "public function siteName()\n {\n return get_bloginfo('name', 'display');\n }", "function themeinfo( $arg ) {\n\n\t$theme_data = get_theme_data( get_bloginfo( 'stylesheet_url' ) );\n\n\treturn $theme_data[$arg];\n}", "function print_theme_url()\n{\n printf('%s', get_theme_url());\n}", "public function apply_theme()\n\t{\n\t\treturn 'twentyten';\n\t}", "private function theme_folder_url()\n\t{\n\t\treturn $this->sc->addon_theme_url;\n\t}", "function optionsframework_option_name() {\n if (function_exists('wp_get_theme')){\n $theme_data = wp_get_theme('theme-name');\n $themename = $theme_data->Name;\n } else {\n $theme_data = wp_get_theme(STYLESHEETPATH . '/style.css');\n $themename = $theme_data['Name'];\n } \n $themename = preg_replace(\"/\\W/\", \"\", strtolower($themename) );\n \n $optionsframework_settings = get_option('optionsframework');\n $optionsframework_settings['id'] = $themename;\n update_option('optionsframework', $optionsframework_settings);\n}", "public function theme_info($theme = \\null)\n {\n }", "public function getDefaultDriver()\n {\n if (in_array($this->getTemplateName(), $this->availableThemes)) \n {\n return $this->getTemplateName();\n }\n else\n {\n return $this->defaultThemeName;\n } \n }", "public function getThemePath(): string\n {\n if (null === $this->themePath) {\n if ($this->isProtected()) {\n $this->themePath = $this->getProtectedThemePath();\n } elseif ($this->isValid()) {\n $this->themePath = call_user_func([$this->getClassname(), 'getThemeFolder']);\n } else {\n $this->themePath = $this->projectDir . '/themes/' . $this->getThemeName();\n }\n }\n return $this->themePath;\n }", "public function get_package_theme_url()\n {\n $theme_url = $this->EE->config->item('theme_folder_url');\n\n $theme_url .= substr($theme_url, -1) == '/'\n ? 'third_party/'\n : '/third_party/';\n\n return $theme_url .$this->get_package_name() .'/';\n }", "public function _get_def_user_theme()\n {\n if ( ! empty($this->_def_user_theme)) {\n return $this->_def_user_theme;\n }\n //\t\t$sites = conf('sites_info');\n //\t\t$first = array_shift($sites);\n //\t\tif (file_exists(PROJECT_PATH. $this->_THEMES_PATH. $first['DEFAULT_SKIN']. '/')) {\n //\t\t\t$this->_def_user_theme = $first['DEFAULT_SKIN'];\n //\t\t}\n if (empty($this->_def_user_theme)) {\n $this->_def_user_theme = 'user';\n }\n return $this->_def_user_theme;\n }", "public function getThemes(){\r\n return array('theme1'=>\"Theme 1\", \r\n\t\t\t'theme2'=>\"Theme 2\", \r\n\t\t\t'theme3'=>\"Theme 3\" \r\n\t\t\t);\r\n }" ]
[ "0.8378498", "0.8289977", "0.8189544", "0.817327", "0.80988276", "0.8078548", "0.7995568", "0.79778916", "0.7933194", "0.7677797", "0.7669818", "0.7487091", "0.7430291", "0.72055596", "0.71933496", "0.710634", "0.7090857", "0.70623654", "0.7055624", "0.70372576", "0.7008686", "0.7000571", "0.69042736", "0.68468374", "0.6757947", "0.6735085", "0.67333543", "0.6717494", "0.6715067", "0.67029184", "0.66938853", "0.6671856", "0.6651012", "0.6648566", "0.6638686", "0.66304", "0.66296077", "0.6596524", "0.6589895", "0.65809774", "0.6573494", "0.656953", "0.65608776", "0.65608776", "0.65608776", "0.6529719", "0.6528405", "0.6516236", "0.6508087", "0.6499554", "0.64899695", "0.6431169", "0.6428623", "0.6416359", "0.64116156", "0.640995", "0.64067197", "0.63937545", "0.63889205", "0.6382264", "0.6381989", "0.63755596", "0.6375038", "0.6373698", "0.63725454", "0.6362282", "0.6333841", "0.6332159", "0.6328453", "0.63269675", "0.6311377", "0.6307249", "0.6289556", "0.6288532", "0.62862986", "0.6276549", "0.6269147", "0.6247106", "0.62340486", "0.62330824", "0.6226499", "0.62251437", "0.6218688", "0.6214531", "0.62071687", "0.61992157", "0.61980104", "0.61845005", "0.61815804", "0.618117", "0.6178139", "0.61747336", "0.6172205", "0.61685944", "0.6165545", "0.61402786", "0.6135839", "0.613583", "0.6134424", "0.6130513" ]
0.80117714
6
Get the package name.
public function getPackage() { return $this->package; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function get_package_name()\n {\n return $this->_package_name;\n }", "public function getPackageName()\n {\n return $this->package_name;\n }", "public function getPackagedName()\n {\n return Generator::getPackageName() . $this->getContextualPart() . ucfirst(self::uniqueName($this->getCleanName(), $this->getContextualPart()));\n }", "public static function getPackageName() {\n\t\treturn self::$_packageName;\n\t}", "public function getName()\n {\n return $this->getNodeText('/p:package/p:name');\n }", "public function getPackageName() {\n\t\treturn t('Coworking Space Package');\n\t}", "public function getModuleName()\n {\n $name = $this->getComposerJson()->name;\n $name = join('_', array_map('ucfirst', explode('/', $name)));\n return $name;\n }", "public function getPackageName(): string;", "public function getRootPackageName()\n {\n return $this->composerJson['name'];\n }", "function get_package_internal_name($package_data) {\n\tif (isset($package_data['internal_name']) &&\n\t ($package_data['internal_name'] != \"\")) {\n\t\t/* e.g. name is Ipguard-dev, internal name is ipguard */\n\t\treturn $package_data['internal_name'];\n\t} else {\n\t\treturn $package_data['name'];\n\t}\n}", "protected function getPackageName(PackageEvent $event)\n {\n return $this->getPackage($event)->getName();\n }", "public function getPackageIdentityName()\n {\n if (array_key_exists(\"packageIdentityName\", $this->_propDict)) {\n return $this->_propDict[\"packageIdentityName\"];\n } else {\n return null;\n }\n }", "function packageNameWithParent()\n {\n $parent = $this->getParent();\n return ucwords($parent) . $this->getPackageName();\n }", "public function getLowerName(): string\n {\n return strtolower($this->packageName);\n }", "protected function getModuleName( PackageInterface $package )\n {\n\n $name = $package->getPrettyName();\n $split = explode( \"/\", $name );\n\n if ( count( $split ) !== 2 ) {\n throw LaravelModuleInstallerException::fromInvalidPackage( $name );\n }\n\n $splitNameToUse = explode( \"-\", $split[1] );\n\n if ( count( $splitNameToUse ) < 2 ) {\n throw LaravelModuleInstallerException::fromInvalidPackage( $name );\n }\n\n if ( array_pop( $splitNameToUse ) !== 'module' ) {\n throw LaravelModuleInstallerException::fromInvalidPackage( $name );\n }\n\n return implode( '', array_map( 'ucfirst', $splitNameToUse ) );\n }", "function get_meta_pkg_name() {\n\tglobal $g;\n\n\t/* XXX: Use pkg annotation */\n\tif (is_pkg_installed(g_get('product_name'))) {\n\t\treturn g_get('product_name');\n\t}\n\tforeach (g_get('alternativemetaports') as $suffix) {\n\t\tif (is_pkg_installed(g_get('product_name') . '-' . $suffix)) {\n\t\t\treturn g_get('product_name') . '-' . $suffix;\n\t\t}\n\t}\n\treturn false;\n}", "public function getModuleName()\n {\n $module = $this->argument('module') ?: $this->laravel['modules']->used();\n \n return $this->laravel['modules']->findOrFail($module)->getStudlyName();\n }", "public function getAppName()\n {\n return $this->get(self::APP_NAME);\n }", "function packagename()\r\n{\r\n\treturn app('packagename');\r\n}", "public function getPseudoPackageName()\n\t{\n\t\tif ($this->reflection->isInternal()) {\n\t\t\treturn 'PHP';\n\t\t}\n\n\t\tif ($package = $this->reflection->getAnnotation('package')) {\n\t\t\t$packageName = preg_replace('~\\s+.*~s', '', $package[0]);\n\t\t\tif ($subpackage = $this->reflection->getAnnotation('subpackage')) {\n\t\t\t\t$packageName .= '\\\\' . preg_replace('~\\s+.*~s', '', $subpackage[0]);\n\t\t\t}\n\t\t\treturn $packageName;\n\t\t}\n\n\t\treturn 'None';\n\t}", "public function package() {\n\t\treturn $this->package;\n\t}", "public function name() : string\n {\n return call_user_func([get_called_class(), 'resolveName']);\n }", "public function getAppName()\n {\n return $this->app_name;\n }", "public function getNodename();", "function get_base_pkg_name() {\n\tglobal $g;\n\n\t/* XXX: Use pkg annotation */\n\tif (is_pkg_installed(g_get('product_name') . '-base-' . g_get('product_name'))) {\n\t\treturn g_get('product_name') . '-base-' . g_get('product_name');\n\t} else if (is_pkg_installed(g_get('product_name') . '-base')) {\n\t\treturn g_get('product_name') . '-base';\n\t}\n\treturn false;\n}", "public function getPackage()\n {\n return $this->tpPackage;\n }", "private static function get_java_packagename($code) {\n $matches = array();\n $package = preg_match('/package([\\s\\S]*?);/', $code, $matches);\n if ($package === 0) {\n return \"\";\n }\n if ($package === false) {\n debugging('preg_match failed in get_java_packagename');\n return \"\";\n }\n\n switch (count($matches)) {\n case 0:\n return \"\"; // No package found!\n case 1:\n return $matches[0]; // Unclear what it is, deliver everything.\n default:\n return trim($matches[1]); // Found, expect package name as 2nd.\n }\n }", "public function projectName() : string\n {\n return (string) $this->getOrError('name');\n }", "public function getPackage() {}", "public function getPackageType(): string\n {\n //if it starts with / like /foo/bar\n if (strpos($this->name, '/') === 0) {\n //it's a root package\n return self::TYPE_ROOT;\n }\n\n //if theres a slash like foo/bar\n if (strpos($this->name, '/') !== false) {\n //it's vendor package\n return self::TYPE_VENDOR;\n }\n\n //by default it's a pseudo package\n return self::TYPE_PSEUDO;\n }", "public function getName() {\n\t\t\treturn $this->MODULE_NAME;\t\n\t\t}", "private function namebase() {\n return $this->module->name;\n }", "public function getApplicationName();", "public function get_name() {\n\treturn 'composer';\n}", "public function getMiddlename(): string\n {\n return $this->export('Middlename');\n }", "public function getName(): string {\n\t\treturn $this->l10nFactory->get($this->appName)->t('Nextcloud announcements');\n\t}", "public static function name()\n {\n return isset(static::$name) ? static::$name : self::getClassShortName();\n }", "public function getLibraryName();", "public function getName()\n\t{\n\t\treturn $this->getSettings()->pluginName;\n\t}", "protected function getPackageName()\n {\n return null;\n }", "protected function getModuleName($namespace = true)\n {\n $module = $this->input->getArgument('module');\n\n if (! $namespace) {\n return $module;\n }\n\n return studly_case(str_slug($module, '_'));\n }", "public function getName()\n\t{\n\t\treturn str_replace(\".{$this->getExtension()}\", '', $this->path);\n\t}", "public static function get_name() {\n $type = static::get_type();\n return util::string(\"product:{$type}\");\n }", "public function getName(): string\n {\n if (static::NAME) {\n return (string) static::NAME;\n } elseif ($shortName = (new ReflectionClass($this))->getShortName()) {\n if (substr($shortName, -6) === 'Format') {\n return strtolower(substr($shortName, 0, strlen($shortName) - 6));\n }\n }\n\n // If made it here...\n throw new RuntimeException(sprintf(\n 'Could not automatically derive format name from class: %s',\n get_called_class()\n ));\n }", "function get_name() {\n\t\treturn $this->get_name_from_vtec();\t\n\t}", "public function name()\n {\n if (!$this->info) {\n $this->info();\n }\n if (isset($this->info['extension'])) {\n return static::_basename($this->name, '.' . $this->info['extension']);\n }\n if ($this->name) {\n return $this->name;\n }\n\n return false;\n }", "public function getName()\n\t{\n\t\treturn substr(__CLASS__, 7);\n\t}", "public function getName()\n\t{\n\t\treturn substr(__CLASS__, 7);\n\t}", "function getDisplayName() {\n return lang('Module Name Display Name');\n }", "public static function get_name() : string ;", "public static function get_name() : string ;", "private function get_package() {\n\t\t$translation = $this->get_item_from_api();\n\t\tif ( $translation && isset( $translation['package'] ) ) {\n\t\t\treturn $translation['package'];\n\t\t}\n\n\t\t// Fallback.\n\t\treturn \"{$this->api_url}/{$this->slug}/{$this->slug}-{$this->lang}.zip\";\n\t}", "public static function defaultAppName():string {\n\n # Set result\n $result = \"Crazy Project\";\n\n # Get current app path\n $appPath = File::path(\"@app_root\");\n\n # Check app path\n if($appPath){\n\n # Set composer path\n $conposerAppPath = \"$appPath/composer.json\";\n\n # Check composer name\n if(File::exists($conposerAppPath) && ($composerName = Composer::get(\"name\", $conposerAppPath)) !== null)\n\n # Set result\n $result = $composerName;\n\n else\n\n # Extract name from app path\n $result = Strings::getLastString(trim($appPath, \"/\"), \"/\");\n\n }\n\n # Then add space before capital letters\n $result = Process::spaceBeforeCapital($result);\n\n # Return result\n return $result;\n\n }", "public function name()\n {\n $name = get_class($this);\n\n return substr($name, strrpos($name, '\\\\') + 1);\n }", "public function getPackageFilename(CompletePackageInterface $package): string\n {\n return $this->getPackageFilenameFromParts($this->getPackageFilenameParts($package));\n }", "public function getName() {\n\n\t\treturn $this->class->getNamespaceName();\n\t}", "public function get_program_name() {\n $program = new program($this->db, $this->program);\n return $program->get_name() . \n (($program->get_version() != null && $program->get_version() != \"\") ? \n (\" (Version \".$program->get_version()).\")\" : \"\");\n \n \n }", "public function getUseAppName() \n \t{\n \t\treturn $this->use_appname;\n \t}", "public static function name()\n {\n return lcfirst(self::getClassShortName());\n }", "abstract public function getApplicationName();", "public function get_name() {\n\t\treturn 'hello-world';\n\t}", "public function getComponentName()\n {\n $component = $this->argument('component') ?: app('components')->getUsedNow();\n\n $component = app('components')->findOrFail($component);\n\n return $component->getStudlyName();\n }", "private function getBaseName() {\n\t\treturn pathinfo( $this->getImportFilePath(), PATHINFO_FILENAME );\n\t\t;\n\t}", "public function getName()\n\t{\n\t\treturn $this->name ?: class_basename($this);\n\t}", "abstract public function getPackage();", "public function getName() {\n return $this->getFullName();\n }", "public function getName() {\n\t\t\n\t\t// cut last part of class name\n\t\treturn substr( get_class( $this ), 0, -11 );\n\t\t\n\t}", "public function getAppName()\n {\n return $this->appName;\n }", "public function getName(): string\n {\n return 'mailingName';\n }", "public function get_modname() {\n return $this->pluginname;\n }", "public function getName(): string\n {\n return $this->requireString('name');\n }", "public function get_name() : string\n {\n return $this->additional['name'] ?? '';\n }", "public function get_name();", "public function get_name();", "public function get_name();", "public function get_name() {\n\n\t\treturn $this->name;\n\t}", "public function getFullname(): string\n {\n return $this->product->lang->title . ' ' . $this->lang->title;\n }", "public function get_namespace() : string\n {\n return $this->namespace;\n }", "public function name() {\n\t\t// @version 1.2.0 Use filename then fallback to path\n\t\t$path = $this->data('name') ?: $this->path();\n\n\t\treturn pathinfo($path, PATHINFO_FILENAME);\n\t}", "public function getFQN()\n {\n return $this->namespace.$this->name;\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function get_name()\n {\n\n return $this->name;\n }", "public function get_name(): string\n {\n return $this->name;\n }", "public function getName() {\n\t\treturn Language::_(\"Alipay.name\", true);\n\t}", "public function getNamespacedName()\n {\n return get_class();\n }", "public function getName()\n\t{\n\t\treturn str_replace('\\\\', '_', __CLASS__);\n\t}", "public function getBundleName()\n {\n return $this->sBundleName;\n }", "public function getName(): string\n {\n return __CLASS__;\n }", "public function getName(): string {\n\t\treturn $this->l10nFactory->get('user_ldap')->t('LDAP User backend');\n\t}", "public function get_name() {\n return $this->name;\n }", "public function get_name() {\n\t\treturn $this->name;\n\t}", "public function get_name() {\n\t\treturn $this->name;\n\t}", "public function get_name() {\n\t\treturn $this->name;\n\t}" ]
[ "0.8664686", "0.82033145", "0.80060035", "0.7870606", "0.7836645", "0.75766784", "0.7300283", "0.7277384", "0.72658867", "0.7123169", "0.7106426", "0.7001965", "0.69703996", "0.69418854", "0.6934462", "0.6909492", "0.6907871", "0.6905329", "0.6849536", "0.6812478", "0.6807389", "0.6767159", "0.6751576", "0.6690751", "0.6651184", "0.6643971", "0.66432863", "0.66383743", "0.65881", "0.6583352", "0.6566271", "0.65622735", "0.65338075", "0.65049607", "0.6496364", "0.64928687", "0.64918464", "0.64523697", "0.642099", "0.6415577", "0.6401289", "0.64012593", "0.6365663", "0.63639385", "0.63562745", "0.6347895", "0.6339589", "0.6339589", "0.6337627", "0.63350207", "0.63350207", "0.63308847", "0.6322333", "0.6322094", "0.63204235", "0.6307147", "0.6293096", "0.6289284", "0.6287948", "0.628705", "0.6279422", "0.6275849", "0.6275408", "0.62730855", "0.62722373", "0.6271311", "0.6262075", "0.626154", "0.6253534", "0.6248593", "0.6234636", "0.62311566", "0.62289846", "0.62289846", "0.62289846", "0.62186605", "0.6215988", "0.6213434", "0.62035626", "0.62000257", "0.6191962", "0.6191962", "0.6191962", "0.6191962", "0.6191962", "0.6191962", "0.6191962", "0.61879617", "0.61870354", "0.618687", "0.61846644", "0.6179161", "0.61756986", "0.6173761", "0.61732376", "0.6166971", "0.616294", "0.616294", "0.616294" ]
0.7029798
12
Set the package name.
public function setPackage( $package ) { $this->package = $package; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setName($name) {\n\t\t$this->_name = $name;\n\t}", "public function setName( string $name ) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->_name = (string)$name;\n\t}", "public function setName($_name)\n {\n if (is_string($_name)) {\n \t$this->_name = $_name;\n }\n }", "private function setName($name) {\n if (is_string($name)) {\n $this->name = $name;\n }\n }", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name) {\r\n\t\t$this->name = $name;\r\n\t}", "protected function setName(string $name) {\n $this->name = $name;\n }", "public function setName($name)\n\t{\n\t\t$this->_name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->_name = $name;\n\t}", "public function setName($name)\n {\n $this->_name = (string)$name;\n }", "public function setName($name){\n $this->_name = $name;\n }", "public function set_module_name($name) {\n\t\t$this->my_module_name = $name;\n\t}", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name){\n\t\t$this->name = $name;\n\t}", "public function setName($name){\n\t\t$this->name = $name;\n\t}", "public function setName($name) \n {\n $this->_name = $name; \n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name){\n $this->__set('name',$name);\n }", "protected function setName(string $name)\r\n\t{\r\n\t\t$this->name = $name;\r\n\t}", "public function setName( $name ) {\n\t\t$this->mName = $name;\n\t}", "function setName($name) {\n $this->name = $name;\n }", "public static function setName($name)\n\t{\n\t\tself::$name = $name;\n\t}", "public function setName(string $name) {\n\n $this->name = $name;\n\n }", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name){\n \n $this->name = $name;\n \n }", "public function setName(string $name)\n {\n $this->name = $name;\n }", "public function setName(string $name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function SetName ($name);", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\r\n {\r\n $this->name = $name;\r\n }", "public function setName($name) \n {\n $this->name = $name;\n }", "function set_name($name) {\n $this->name = $name;\n }", "public function setName ($name){\n\t\tif($name){\n\t\t\t$this->Item['name'] = substr($name, 0,100);\n\t\t}\n\t}", "protected function setName($value)\n\t{\n\t\t$this->name = $value;\n\t}", "protected function setName($value)\n\t{\n\t\t$this->name = $value;\n\t}", "public function set_name( $name ) {\n\t\t$this->label = $name;\n\t\t$this->slug = sanitize_title_with_dashes( $name );\n\t}", "public function setName(string $name):void\n {\n $this->name = $name;\n }", "public function setName(string $name):void\n {\n $this->name = $name;\n }", "function setName($value) {\n $this->name = $value;\n }", "function setName($value) {\n $this->name = $value;\n }", "public function setClassName(string $name) : void\n {\n //since the $this->name property is a read only and can not be changed even with reflectio na new property needs to be used\n //TODO add validation\n $this->gen_name = $name;\n }", "public function setName(?string $name): void\n {\n $this->name = $name;\n }", "public function setName(?string $name): void\n {\n $this->name = $name;\n }", "public function setName(?string $name): void\n {\n $this->name = $name;\n }", "public function setName(?string $name): void\n {\n $this->name = $name;\n }", "public function setPackageName($var)\n {\n GPBUtil::checkString($var, True);\n $this->package_name = $var;\n\n return $this;\n }", "public function setName( $name)\n {\n $this->name = $name;\n }" ]
[ "0.6881168", "0.68551207", "0.6842347", "0.68363726", "0.6769118", "0.67673904", "0.67673904", "0.67673904", "0.67673904", "0.67673904", "0.67673904", "0.67673904", "0.67673904", "0.67630726", "0.67630726", "0.67630726", "0.67630726", "0.6752091", "0.67481774", "0.6746145", "0.6727604", "0.6727604", "0.671849", "0.67133844", "0.6702528", "0.669485", "0.669485", "0.669485", "0.669485", "0.669485", "0.669485", "0.6687844", "0.6687844", "0.66806084", "0.66785806", "0.6677009", "0.6672903", "0.6647071", "0.6638858", "0.66032284", "0.6600507", "0.65973383", "0.65973383", "0.65973383", "0.65973383", "0.65973383", "0.65973383", "0.65973383", "0.6592617", "0.6580622", "0.6577946", "0.6574538", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65714055", "0.65705585", "0.6565009", "0.6546092", "0.6504477", "0.6498188", "0.6498188", "0.6493873", "0.64798504", "0.64798504", "0.6464587", "0.6460208", "0.6458521", "0.6457388", "0.6457388", "0.6457388", "0.6457388", "0.6452706", "0.6435572" ]
0.0
-1
Get the UI name.
public function getUI() { return $this->ui; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getUiElementName()\n {\n if (array_key_exists(\"uiElementName\", $this->_propDict)) {\n return $this->_propDict[\"uiElementName\"];\n } else {\n return null;\n }\n }", "function ui_title() {\n if (!isset($this->plugin['ui_title'])) {\n return check_plain($this->plugin['module'] . ':' . $this->plugin['name']);\n }\n return check_plain($this->plugin['ui_title']);\n }", "public function get_name() {\n\t\treturn parent::get_widget_slug( 'Team_Member' );\n\t}", "public function getName(): string\n {\n if ($this->name === null) {\n $cl = get_class($this);\n $count = 1;\n $name = str_replace('Html', '', substr($cl, strrpos($cl, '\\\\') + 1), $count);\n $this->setName(strtolower($name));\n }\n\n return $this->name;\n }", "protected function getName()\n {\n return $this->getRequest()->args('name') ?: $this->profile->code . '_' . $this->tpl['name'];\n }", "public function getName() {\n\t\treturn $this->current_name;\n\t}", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "public function getName()\n {\n return $this->get(self::_NAME);\n }", "function get_name() {\n\t\treturn $this->get_name_from_vtec();\t\n\t}", "public static function getName();", "static public function getName();", "public function get_name() {\n\t\treturn esc_html__( $this->title, 'dashwp' );\n\t}", "public function getName()\n {\n return ($this->_widgetEditor->getForm() ? $this->_widgetEditor->getForm()->getName() : null);\n }", "public function getName()\n {\n return $this->theme_name;\n }", "public function getName()\n {\n return $this->view;\n }", "public function getName()\n {\n return $this->view;\n }", "function getDisplayName() {\n\t\treturn __('plugins.themes.ufrn-theme1.name');\n\t}", "public function get_name();", "public function get_name();", "public function get_name();", "public function getName ()\n {\n return $this->getLabel();\n }", "public function getName() {\r\n\t\treturn self::title;\r\n\t}", "public function getName()\n {\n return $this->__get(\"name\");\n }", "public function getName()\n {\n return $this->__get(\"name\");\n }", "public function get_name() {\n if(get_config(constants::M_COMPONENT,'customname')){\n return get_config(constants::M_COMPONENT,'customname');\n }else {\n return get_string('pluginname', constants::M_COMPONENT);\n }\n }", "function get_name () {\n return $this -> name;\n }", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();", "public function getName();" ]
[ "0.7306643", "0.7152161", "0.678674", "0.66871583", "0.66480595", "0.66424924", "0.6619136", "0.6619136", "0.6619136", "0.6619136", "0.6619136", "0.6619136", "0.6619136", "0.6618611", "0.6614704", "0.6540541", "0.65222657", "0.6510794", "0.6503642", "0.64919585", "0.64919585", "0.64744294", "0.64701825", "0.64701825", "0.64701825", "0.6465911", "0.64580464", "0.64478457", "0.64478457", "0.64298135", "0.64277834", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622", "0.6425622" ]
0.0
-1
Set the UI name.
public function setUI( $ui ) { $this->ui = $ui; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setControllerName()\n {\n $this->name = \"tagui\";\n }", "protected function setName($name)\n\t{\n\t\t$this->pageName = $name;\n\t}", "public function setName($name){\n $this->__set('name',$name);\n }", "function setName($value) {\n $this->name = $value;\n }", "function setName($value) {\n $this->name = $value;\n }", "public function setName($name) {\n\t\t$this->_name = $name;\n\t}", "public function setName( string $name ) {\n\t\t$this->name = $name;\n\t}", "protected function setName($value)\n\t{\n\t\t$this->name = $value;\n\t}", "protected function setName($value)\n\t{\n\t\t$this->name = $value;\n\t}", "public function setName($name) {\r\n\t\t$this->name = $name;\r\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name){\n\t\t$this->name = $name;\n\t}", "public function setName($name){\n\t\t$this->name = $name;\n\t}", "private function setName($name) {\n if (is_string($name)) {\n $this->name = $name;\n }\n }", "public function setName($name){\n \n $this->name = $name;\n \n }", "function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n\t\t$this->_name = (string)$name;\n\t}", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "function setName( $value )\r\n {\r\n $this->Name = $value;\r\n }", "function setName( $value )\r\n {\r\n $this->Name = $value;\r\n }", "function setName( $value )\r\n {\r\n $this->Name = $value;\r\n }", "function setName( $value )\r\n {\r\n $this->Name = $value;\r\n }", "function setName( $value )\r\n {\r\n $this->Name = $value;\r\n }", "public function set_name( $name ) {\n\t\t$this->label = $name;\n\t\t$this->slug = sanitize_title_with_dashes( $name );\n\t}", "public function setName($value)\r\n {\r\n $this->name = $value;\r\n }", "public function setName($value)\r\n {\r\n $this->name = $value;\r\n }", "public function setName($name){\n $this->_name = $name;\n }", "public function setName($name)\n\t{\n\t\t$this->_name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->_name = $name;\n\t}", "public function setName($_name)\n {\n if (is_string($_name)) {\n \t$this->_name = $_name;\n }\n }", "function set_name($name) {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "protected function setName(string $name) {\n $this->name = $name;\n }", "public function setName($name) \n {\n $this->_name = $name; \n }", "public function SetName ($name);", "public function setName($name) \n {\n $this->name = $name;\n }", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setNameMenu( $name = NULL ){\n\t\t$this->nameMenu = $name ? $name : $this->name;\n\t}", "public function setName( $name ) {\n\t\t$this->mName = $name;\n\t}", "protected function setName(string $name)\r\n\t{\r\n\t\t$this->name = $name;\r\n\t}", "public function setName($name)\r\n {\r\n $this->name = $name;\r\n }", "public static function setName($name)\n\t{\n\t\tself::$name = $name;\n\t}", "public function setNameView($name = NULL ){\n\t\t$this->nameView = $name ? $name : \"Ver \".$this->name;\n\t}", "function setName($name){\n\t\t$this->name=$name;\n\t}", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function set_name($name);", "function setName( $value )\n {\n $this->Name = $value;\n }", "public function setName($name)\n {\n $this->_name = (string)$name;\n }" ]
[ "0.7447792", "0.69254756", "0.6924366", "0.6912408", "0.6907779", "0.6874918", "0.6873667", "0.68566346", "0.68566346", "0.68389255", "0.6837997", "0.6837997", "0.6837997", "0.6837997", "0.6837997", "0.6837997", "0.6837997", "0.6837997", "0.6808324", "0.6808324", "0.68058735", "0.6784919", "0.6775916", "0.67696583", "0.6767454", "0.6753996", "0.6753996", "0.6753996", "0.6753996", "0.6753996", "0.6753996", "0.6752203", "0.6752203", "0.6752203", "0.6752203", "0.6752203", "0.67453426", "0.67285204", "0.67285204", "0.67258126", "0.67103124", "0.67103124", "0.67072874", "0.6704134", "0.6701136", "0.6701136", "0.6701136", "0.6701136", "0.6700188", "0.6684916", "0.6678418", "0.6673638", "0.66658765", "0.6663875", "0.6663875", "0.6663875", "0.6663875", "0.6663875", "0.6663875", "0.6663875", "0.6648867", "0.6648577", "0.66483504", "0.66335243", "0.6629908", "0.661931", "0.66182333", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6612847", "0.6589698", "0.65848756", "0.6581194" ]
0.0
-1
Get the namespace name.
public function getNamespacing() { return $this->namespacing; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function get_namespace() : string\n {\n return $this->namespace;\n }", "public function getNamespaceName()\n\t{\n\t\t$pos = strrpos($this->name, '\\\\');\n\t\treturn false === $pos ? '' : substr($this->name, 0, $pos);\n\t}", "public function getNamespaceName() {\n\n\t\treturn $this->_namespace;\n\t}", "private function getNamespaceName() {\n if ($this->getTypeName() != 'n_NAMESPACE') {\n return null;\n }\n\n $namespace_name = $this->getChildByIndex(0);\n if ($namespace_name->getTypeName() == 'n_EMPTY') {\n return null;\n }\n\n return '\\\\'.$namespace_name->getConcreteString();\n }", "public function getNamespace()\n {\n return isset($this->namespace) ? $this->namespace : '';\n }", "public function getName() {\n\n\t\treturn $this->class->getNamespaceName();\n\t}", "public function getNamespaceName();", "function getNameSpace() { return $this->_namespace; }", "public function getNamespace(): string\n {\n return $this->namespace;\n }", "public function getNamespace(): string\n {\n return $this->namespace;\n }", "public function getNamespace(): string\n {\n return (string)$this->currentNode->namespaceURI;\n }", "protected function getNamespace()\n {\n $namespace = Container::getInstance()->getNamespace();\n return rtrim($namespace, '\\\\');\n }", "public function namespacing()\n {\n return $this->namespacing ? trim($this->namespacing, '::') . '::' : '';\n }", "public function getNamespace()\n {\n return $this->getNamespaceName();\n }", "public function getNamespaceName() {\n return $this->forwardCallToReflectionSource( __FUNCTION__ );\n }", "private function _getNamespace() {\n $ns = explode('_', get_class($this));\n return $ns[0];\n }", "public function getNamespacedName()\n {\n return get_class();\n }", "public function getNamespaceId()\n {\n return $this->namespace_id;\n }", "public function getQualifiedName(): string\n {\n return $this->namespace.'.'.$this->name;\n }", "public function getNamespace()\r\n {\r\n return $this->namespace;\r\n }", "public function getNamespace()\n\t{\n\t\treturn $this->nameSpace;\n\t}", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->getAttribute('metadata.namespace', 'default');\n }", "public function getNamespace()\n {\n return $this->_namespace;\n }", "public function getNamespace()\r\n {\r\n return $this->namespace;\r\n }", "public function getNamespace() {\n return $this->namespace;\n }", "protected function getNamespace()\n {\n return $this->wrapped->getNamespace();\n }", "public function getNamespace() {\n\t\treturn $this->config->get('namespace');\n\t}", "public function getNamespace()\n\t{\n\t\treturn $this->_namespace;\n\t}", "public function getFullName(): string\n {\n $name = $this->getName();\n $namespace = $this->getNamespace();\n\n if ($namespace) {\n return $namespace . '\\\\' . $name;\n } else {\n return $name;\n }\n }", "public function getBaseNamespace(): string\n {\n $routeName = $this->requestStack->getMainRequest()->get('_route');\n\n return mb_substr($routeName, 0, mb_strrpos($routeName, $this->separator) + 1);\n }", "public function getNamespace()\n {\n $this->_init();\n return unserialize($this->_list_cache->getNamespace());\n }", "public function getSCName($namespace)\n {\n return str_replace($namespace . \"_\", \"\", strtolower(str_replace('\\\\', '_', $this->namespace) . '_' . $this->name));\n }", "public static function getEventNamespace(): string\n {\n return Components::detectClassComponent(static::class)->slug . ':' . static::class;\n }", "public function getQualifiedName()\r\n {\r\n return $this->getNamespace()->qualify($this->getName());\r\n }", "public function getNamespace() {\n $namespaces = $this\n ->getTree()\n ->getRootNode()\n ->selectDescendantsOfType('n_NAMESPACE')\n ->getRawNodes();\n\n foreach (array_reverse($namespaces) as $namespace) {\n if ($namespace->isAfter($this)) {\n continue;\n }\n\n $body = $namespace->getChildByIndex(1);\n if ($body->getTypeName() != 'n_EMPTY') {\n if (!$body->containsDescendant($this)) {\n continue;\n }\n }\n\n return $namespace->getNamespaceName();\n }\n\n return null;\n }", "private function parseNamespace() {\n\n\t\t$namespace = '';\n\t\twhile (($token = $this->next())){\n\t\t\tif ($token[0] === T_STRING || $token[0] === T_NS_SEPARATOR) {\n\t\t\t\t$namespace .= $token[1];\n\t\t\t} else {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn $namespace;\n\t}", "public function getComponentNameSpace(): string\n {\n if ($this->namespace === null) {\n return Arr::get($this->component->getComponentNameSpace(), 'component');\n }\n\n return $this->namespace;\n }", "public function getNamespace()\n {\n if (null === $this->reflected) {\n $this->reflected = new \\ReflectionObject($this);\n }\n\n return $this->reflected->getNamespaceName();\n }", "public function getFQN()\n {\n return $this->namespace.$this->name;\n }", "public function getNamespaceURI() {\n\t\treturn $this->nsURI;\n\t}", "public function getNamespace() {\n\t\treturn $this->rootNS;\n\t}", "public function getNCNamespace()\n {\n return str_replace('\\\\', '\\\\\\\\', $this->namespace);\n }", "public function getFullNamespace(): string\n {\n if (empty($this->childNamespace)) {\n return $this->namespace;\n }\n\n return $this->namespace . '\\\\' . $this->childNamespace;\n }", "public function getNamespacePrefix() {\n\t\treturn $this->nsPrefix;\n\t}", "protected function getNamespace()\n {\n $reflectionClass = new \\ReflectionClass(get_class($this));\n return dirname($reflectionClass->getNamespaceName());\n }", "public function getNamespace()\r\n {\r\n return $this->Namespace;\r\n }", "public function getFullNamespace(): string\n {\n return $this->requestStack->getMainRequest()->get('_route') . $this->separator;\n }", "public function getNamespace(){\n \n return $this->namespace;\n \n }", "public function getResolvedName(string $namespace): string\n {\n if ($this->getNamespace() === $namespace) {\n return $this->getName();\n }\n\n return $this->getQualifiedName();\n }", "public function getNamespace(): string\n {\n return (string) SocketIORouter::getNamespace(static::class);\n }", "public function getName(): string\n {\n if ($this->_name === null) {\n $endpoint = namespaceSplit(static::class);\n $endpoint = substr(end($endpoint), 0, -8);\n\n $inflectMethod = $this->getInflectionMethod();\n $this->_name = Inflector::{$inflectMethod}($endpoint);\n }\n\n return $this->_name;\n }", "final protected static function getNamespace() {\r\n $classNameParts = explode('\\\\', get_called_class());\r\n array_pop($classNameParts);\r\n return join('\\\\', $classNameParts);\r\n }", "public static function view_namespace()\n\t{\n\t\treturn __NAMESPACE__;\t\n\t}", "abstract protected function namespace(): string;", "protected function namespacePath(): string\n {\n return str_replace(\n [$this->applicationNamespace() . '\\\\', '\\\\'], \n ['', '/'], \n $this->fullNamespace()\n );\n }", "public function getNamespace(): string;", "public function getCompleteName()\n {\n return $this->namespace . '\\\\' . $this->name;\n }", "public function getContainerNamespace();", "private function getNamespace()\n\t{\n\t\t$namespace = \"App\\Controllers\\\\\";\n\n\t\tif(array_key_exists(\"namespace\", $this->params))\n\t\t{\n\t\t\t$namespace .= $this->params['namespace'] . \"\\\\\";\n\t\t}\n\n\t\treturn $namespace;\n\t}", "public function getNamespace()\n {\n if (is_null($this->_namespace)) {\n $namespace = $this->getConfiguration()\n ->get('router.namespace', 'Controllers');\n if (isset($this->_params['namespace'])) {\n $namespace = $this->_params['namespace'];\n }\n $this->_namespace = trim($namespace, '\\\\');\n }\n return $this->_namespace;\n }", "protected function applicationNamespace(): string\n {\n return $this->container->get('config')->get('app', 'app_namespace') ?: 'App';\n }", "public function getNameSpace();", "protected static function getNamespace()\n {\n $namespace = 'App\\Controllers\\\\';\n if (array_key_exists('namespace', self::$params)) {\n $namespace .= self::$params['namespace'] . '\\\\';\n } \n return $namespace;\n }", "public function getApiNameSpace(): string\n {\n if ($this->namespace === null) {\n return Arr::get($this->component->getComponentNameSpace(), 'api');\n }\n\n return $this->namespace;\n }", "public function getNamespace()\n {\n $className = $this->testMetaData->getTestClassName();\n $fqdn = $this->testMetaData->getTestFullyQualifiedClassName();\n\n $namespace = str_replace('\\\\'.$className, '', $fqdn);\n\n return $namespace;\n }", "public function getElementNamespace(): string\n {\n return $this->class_fqsen->getNamespace() ?: '\\\\';\n }", "public function getCNamespace()\n {\n return str_replace('\\\\', '_', $this->namespace);\n }", "protected function getModuleNamespace()\n {\n $module = trim($this->getConfigValue('module'), '\\\\');\n\n return $module ? '\\\\' . $module : null;\n }", "public function getJaxonNamespace()\n {\n if(!$this->xJaxonCallable)\n {\n // Return an empty string.\n return '';\n }\n return $this->xJaxonCallable->getNamespace();\n }", "public function getDefaultNamespace()\n\t{\n\t\treturn $this->default_namespace;\n\t}", "public function getBaseNamespace()\n {\n return $this->baseNamespace;\n }", "public function getNamespace(){\n //base namepace\n $namespace = 'App\\Controllers\\\\';\n //if the namepace is defined\n if(array_key_exists('namespace', $this->params)){\n $namespace .= $this->params['namespace'] . '\\\\';\n }\n return $namespace;\n }", "protected function getNamespace(){\n $namespace = 'App\\Controllers\\\\';\n \n if(array_key_exists('namespace', $this->params)){\n $namespace .= $this->params['namespace'] . '\\\\';\n }\n \n return $namespace;\n }", "function getNamespace();", "function getNamespace();", "public function getRouteNamespace()\n {\n return $this->routeNameSpace;\n }", "public function getNamespace()\n {\n return 'http://example.org/schema/dic/'.$this->getAlias();\n }", "private function getNamespace() : string\n {\n $namespace = '\\\\Controllers\\\\';\n\n if (array_key_exists('namespace', $this->params))\n {\n $namespace .= $this->params['namespace'] . '\\\\';\n }\n\n return $namespace;\n }", "public function getName()\n {\n return $this->getNodeText('/p:package/p:name');\n }", "public function getNamespace();", "public function getNamespace();", "public function getNamespace();", "public function getNamespace()\n {\n // TODO: Implement getNamespace() method.\n }", "public function name()\n {\n $name = get_class($this);\n\n return substr($name, strrpos($name, '\\\\') + 1);\n }", "function getNamespace ();", "public function getPrefixKey()\n {\n return $this->getNamespace();\n }", "public function getQualifiedName();", "function ns($s)\n {\n return __NAMESPACE__.'\\\\'.$s;\n }", "public function getNamespace($namespace = null)\n {\n if ($namespace === null)\n {\n $namespace = $this->getTable()->getNamespace();\n }\n\n return str_replace('Model', 'Listing', $namespace);\n }", "public function getNodename();" ]
[ "0.83667487", "0.82175666", "0.7982317", "0.79639864", "0.79602325", "0.7815272", "0.77170026", "0.7694942", "0.75933766", "0.75933766", "0.7515076", "0.74937767", "0.74484116", "0.74405485", "0.7388894", "0.7382573", "0.7357268", "0.73418087", "0.7339329", "0.723244", "0.72236055", "0.7212168", "0.7212168", "0.7212168", "0.7212168", "0.7212168", "0.7212168", "0.7212168", "0.7212168", "0.7212168", "0.7212168", "0.7211417", "0.7203319", "0.7202057", "0.71872014", "0.71770996", "0.715858", "0.71255225", "0.7112997", "0.7111033", "0.7053799", "0.7050038", "0.70411325", "0.7038135", "0.7016665", "0.69927156", "0.69909364", "0.69890934", "0.69687474", "0.6964129", "0.6949102", "0.6944987", "0.6942158", "0.69367534", "0.69277674", "0.6923948", "0.69239235", "0.6915058", "0.6905413", "0.68961495", "0.6883848", "0.6842371", "0.68394023", "0.6825202", "0.6819992", "0.68047345", "0.6801459", "0.6799842", "0.67986125", "0.67983115", "0.67959934", "0.6785827", "0.67783165", "0.67672247", "0.6762861", "0.6751579", "0.675084", "0.67148393", "0.66868293", "0.6666512", "0.6663013", "0.6655637", "0.66553855", "0.6628558", "0.6628558", "0.6625371", "0.6601206", "0.65903115", "0.6585341", "0.6573184", "0.6573184", "0.6573184", "0.65650904", "0.6545705", "0.6529354", "0.6518596", "0.6513725", "0.6509349", "0.6508136", "0.65061694" ]
0.70768213
40
Set the namespace name.
public function setNamespacing( $namespace ) { $this->namespacing = $namespace; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function setNamespace($name);", "function setNamespace ($name);", "public function setNamespaceName($namespace);", "public function setNamespaceName($namespace) {\n $this->nsname= $namespace;\n }", "function setNamespace($namespace);", "public function setNamespace($namespace)\n {\n $this->_namespace = (string) $namespace;\n }", "public function setNamespace($namespace)\n {\n if (is_string($namespace)) {\n $this->namespace = $namespace;\n }\n }", "public function setNamespace($namespace)\n {\n $this->namespace = $namespace;\n }", "public static function setNamespace($namespace) {\n\t\tself::$namespace = $namespace;\n\t}", "public function setNamespace($namespace) {\n $this->namespace = $namespace;\n }", "public function SetName ($name);", "public static function setNamespace($namespace)\n {\n self::$namespace = $namespace;\n }", "public function setNamespace(ckXsdNamespace $value)\r\n {\r\n $this->namespace = $value;\r\n }", "public function setName($name) {\n\t\t$this->_name = $name;\n\t}", "public function setTargetNamespace(?string $value): void {\n $this->getBackingStore()->set('targetNamespace', $value);\n }", "public function setName( string $name ) {\n\t\t$this->name = $name;\n\t}", "public function setDefaultNamespace($namespace);", "public function setName($name) {\n\t\t$this->_name = (string)$name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name) {\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name) {\r\n\t\t$this->name = $name;\r\n\t}", "protected function setName(string $name) {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->_name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($name)\n\t{\n\t\t$this->_name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->_name = $name;\n\t}", "public function setName($name)\n {\n $this->_name = (string)$name;\n }", "public function setName($name) {\n $this->name = $name;\n }", "public function setName($_name)\n {\n if (is_string($_name)) {\n \t$this->_name = $_name;\n }\n }", "public function setName( $name ) {\n\t\t$this->mName = $name;\n\t}", "public function setName($name){\n\t\t$this->name = $name;\n\t}", "public function setName($name){\n\t\t$this->name = $name;\n\t}", "public static function setName($name)\n\t{\n\t\tself::$name = $name;\n\t}", "public function setName($name){\n \n $this->name = $name;\n \n }", "public function setName( $name )\n\t{\n\t\t$this->setAttribute( \"name\", $name );\n\t}", "public function setName( $name )\n\t{\n\t\t$this->setAttribute( \"name\", $name );\n\t}", "public function setName($name){\n $this->_name = $name;\n }", "function setName($name) {\n $this->name = $name;\n }", "public function setName(string $name) {\n\n $this->name = $name;\n\n }", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName($name) \n {\n $this->_name = $name; \n }", "protected function setName($value)\n\t{\n\t\t$this->name = $value;\n\t}", "protected function setName($value)\n\t{\n\t\t$this->name = $value;\n\t}", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName($name)\n {\n $this->name = $name;\n }", "public function setName(string $name)\n\t{\n\t\t$this->name = $name;\n\t}", "public function setName(string $name)\n {\n $this->name = $name;\n }", "protected function setName(string $name)\r\n\t{\r\n\t\t$this->name = $name;\r\n\t}", "function setName($value) {\n $this->name = $value;\n }", "function set_name($name) {\n $this->name = $name;\n }" ]
[ "0.83150876", "0.8094634", "0.80790335", "0.8025089", "0.7372484", "0.6973344", "0.68900657", "0.6767861", "0.6759829", "0.6750573", "0.673891", "0.6737784", "0.6560648", "0.65114754", "0.65033734", "0.6493168", "0.6460899", "0.6447308", "0.64254236", "0.64254236", "0.64254236", "0.64254236", "0.64254236", "0.64254236", "0.64254236", "0.64254236", "0.64090997", "0.64090997", "0.64090997", "0.64090997", "0.6388925", "0.6380611", "0.6372335", "0.63702464", "0.63702464", "0.63702464", "0.63702464", "0.63702464", "0.63702464", "0.6349433", "0.6349433", "0.633479", "0.63185513", "0.63183445", "0.63140255", "0.63070375", "0.63070375", "0.6302045", "0.62915", "0.62883735", "0.62883735", "0.62820315", "0.6278692", "0.62769705", "0.6264658", "0.6264658", "0.6264658", "0.6264658", "0.6264658", "0.6264658", "0.6264658", "0.6263069", "0.6256076", "0.6256076", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62533617", "0.62502736", "0.6245519", "0.62437904", "0.6242", "0.6241606" ]
0.7480669
4
Get the package namespace.
public function namespacing() { return $this->namespacing ? trim($this->namespacing, '::') . '::' : ''; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function get_namespace() : string\n {\n return $this->namespace;\n }", "public function getNamespace(): string\n {\n return $this->namespace;\n }", "public function getNamespace(): string\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return isset($this->namespace) ? $this->namespace : '';\n }", "public function getNamespace()\n {\n return $this->_namespace;\n }", "public function getNamespace()\r\n {\r\n return $this->namespace;\r\n }", "protected function getNamespace()\n {\n return $this->wrapped->getNamespace();\n }", "public function getNamespace()\n\t{\n\t\treturn $this->nameSpace;\n\t}", "public function getNamespace()\n\t{\n\t\treturn $this->_namespace;\n\t}", "public function getNamespace()\r\n {\r\n return $this->namespace;\r\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace()\n {\n return $this->namespace;\n }", "public function getNamespace() {\n return $this->namespace;\n }", "public function getNamespace()\n {\n $this->_init();\n return unserialize($this->_list_cache->getNamespace());\n }", "public function getNamespace() {\n\t\treturn $this->rootNS;\n\t}", "public function getNamespace()\n {\n return $this->getNamespaceName();\n }", "private function _getNamespace() {\n $ns = explode('_', get_class($this));\n return $ns[0];\n }", "public function getNamespace() {\n\t\treturn $this->config->get('namespace');\n\t}", "public function getNamespace(): string;", "function getNameSpace() { return $this->_namespace; }", "function getNamespace();", "function getNamespace();", "protected function getNamespace()\n {\n $namespace = Container::getInstance()->getNamespace();\n return rtrim($namespace, '\\\\');\n }", "public function getNamespace()\n {\n return $this->getAttribute('metadata.namespace', 'default');\n }", "public function getNamespaceName() {\n\n\t\treturn $this->_namespace;\n\t}", "public function getNamespace(){\n \n return $this->namespace;\n \n }", "function getNamespace ();", "public function getNamespace()\r\n {\r\n return $this->Namespace;\r\n }", "public function getNamespace();", "public function getNamespace();", "public function getNamespace();", "public function getNamespaceName();", "public function getNamespace()\n {\n // TODO: Implement getNamespace() method.\n }", "public abstract function getApplicationNamespace();", "public function getRootNamespace()\n {\n return $this->rootNameSpace;\n }", "public function getNamespace(): string\n {\n return (string) SocketIORouter::getNamespace(static::class);\n }", "public function getContainerNamespace();", "public function getNamespace(): string\n {\n return (string)$this->currentNode->namespaceURI;\n }", "public static function view_namespace()\n\t{\n\t\treturn __NAMESPACE__;\t\n\t}", "public function getNamespace()\n {\n if (null === $this->reflected) {\n $this->reflected = new \\ReflectionObject($this);\n }\n\n return $this->reflected->getNamespaceName();\n }", "public static function getPackageName() {\n\t\treturn self::$_packageName;\n\t}", "protected function getNamespace()\n {\n $reflectionClass = new \\ReflectionClass(get_class($this));\n return dirname($reflectionClass->getNamespaceName());\n }", "public function getBaseNamespace()\n {\n return $this->baseNamespace;\n }", "public function getDefaultNamespace()\n\t{\n\t\treturn $this->default_namespace;\n\t}", "abstract protected function namespace(): string;", "public function getNamespace()\n {\n return null;\n }", "public function getNamespace(): string\n {\n if ( ! is_null($this->namespace)) {\n return $this->namespace;\n }\n\n $namespaces = autoloader()->getNamespace();\n\n foreach ((array) $namespaces as $namespace => $path) {\n foreach ((array) $path as $directory) {\n if (realpath($this->path()) === realpath($this->basePath($directory))) {\n return $this->namespace = $namespace;\n }\n }\n }\n\n throw new RuntimeException('Unable to detect application namespace');\n }", "final protected static function getNamespace() {\r\n $classNameParts = explode('\\\\', get_called_class());\r\n array_pop($classNameParts);\r\n return join('\\\\', $classNameParts);\r\n }", "public function rootNamespace()\n {\n return $this->laravel->getNamespace();\n }", "public function getApiNameSpace(): string\n {\n if ($this->namespace === null) {\n return Arr::get($this->component->getComponentNameSpace(), 'api');\n }\n\n return $this->namespace;\n }", "public function getComponentNameSpace(): string\n {\n if ($this->namespace === null) {\n return Arr::get($this->component->getComponentNameSpace(), 'component');\n }\n\n return $this->namespace;\n }", "public function getNamespacedName()\n {\n return get_class();\n }", "public function getNamespaceId()\n {\n return $this->namespace_id;\n }", "public function getNamespace()\n {\n if (! is_null($this->namespace)) {\n return $this->namespace;\n }\n\n $composer = json_decode(file_get_contents(base_path('composer.json')), true);\n\n foreach ((array) data_get($composer, 'autoload.psr-4') as $namespace => $path) {\n foreach ((array) $path as $pathChoice) {\n if (realpath(app()->path()) == realpath(base_path().'/'.$pathChoice)) {\n return $this->namespace = $namespace;\n }\n }\n }\n\n throw new RuntimeException('Unable to detect application namespace.');\n }", "private function getNamespaceName() {\n if ($this->getTypeName() != 'n_NAMESPACE') {\n return null;\n }\n\n $namespace_name = $this->getChildByIndex(0);\n if ($namespace_name->getTypeName() == 'n_EMPTY') {\n return null;\n }\n\n return '\\\\'.$namespace_name->getConcreteString();\n }", "public function package() {\n\t\treturn $this->package;\n\t}", "public function getNamespaceName()\n\t{\n\t\t$pos = strrpos($this->name, '\\\\');\n\t\treturn false === $pos ? '' : substr($this->name, 0, $pos);\n\t}", "public function getNamespace()\n {\n if (! \\is_null($this->namespace)) {\n return $this->namespace;\n }\n\n $composer = \\json_decode(\\file_get_contents($this->basePath('composer.json')), true);\n\n foreach ((array) ($composer['autoload']['psr-4'] ?? []) as $namespace => $path) {\n foreach ((array) $path as $pathChoice) {\n if (\\realpath($this->path()) == \\realpath($this->basePath().'/'.$pathChoice)) {\n return $this->namespace = $namespace;\n }\n }\n }\n\n throw new RuntimeException('Unable to detect application namespace.');\n }", "public function getNamespace()\n {\n return 'http://example.org/schema/dic/'.$this->getAlias();\n }", "public function getPackage()\n {\n return $this->package;\n }", "public function getPackage()\n {\n return $this->package;\n }", "static function reporticoNamespace()\n {\n return ReporticoApp::get(\"session_namespace_key\");\n }", "public function getPackage() {}", "public function getNamespace()\n {\n return is_null($this->config) ? null : get_class($this->config);\n }", "public function get_package_name()\n {\n return $this->_package_name;\n }", "private function &getNamespace() {\r\n\t\t$ns = self::SESSION_NAMESPACE;\r\n\t\tif(!isset($_SESSION[$ns])) {\r\n\t\t\t$_SESSION[$ns] = array();\r\n\t\t}\r\n\t\treturn $_SESSION[$ns];\r\n\t}", "protected function getModuleNamespace()\n {\n $module = trim($this->getConfigValue('module'), '\\\\');\n\n return $module ? '\\\\' . $module : null;\n }", "public function getCNamespace()\n {\n return str_replace('\\\\', '_', $this->namespace);\n }", "public function getNamespace(string $namespace)\n {\n return $this->_namespace->getNamespace($namespace);\n }", "public function getNamespace()\n {\n if (! is_null($this->namespace)) {\n return $this->namespace;\n }\n\n $composer = json_decode(file_get_contents(ROOT_PATH . '/composer.json'), true);\n\n foreach ((array) data_get($composer, 'autoload.psr-4') as $namespace => $path) {\n foreach ((array) $path as $pathChoice) {\n if (realpath(APP_PATH) == realpath(ROOT_PATH.'/'.$pathChoice)) {\n return $this->namespace = $namespace;\n }\n }\n }\n\n throw new \\RuntimeException('Unable to detect application namespace.');\n }", "public function getClassNamespace() {\n\t\tif ($this->classNamespace === NULL) {\n\t\t\t$this->classNamespace = $this->findClassNamespace();\n\t\t}\n\t\treturn $this->classNamespace;\n\t}", "abstract public function getPackage();", "public function getNamespaceURI() {\n\t\treturn $this->nsURI;\n\t}", "public function getDefaultNamespace();", "public static function namespaces()\n\t{\n\t\treturn self::$namespaces;\n\t}", "public function getPackageName()\n {\n return $this->package_name;\n }", "public static function getNamespace($path, PackageSchema $package) {\n\t\t$autoload = $package->getAutoload();\n\t\t$suffix = '';\n\t\t$namespace = null;\n\t\t$path = new Path($path);\n\t\t$path->removeTrailingSeparator();\n\n\t\tdo {\n\t\t\t$pathname = $path->getPathname()->toString();\n\t\t\t\n\t\t\t// find namespace in psr-4\n\t\t\t$namespace = $autoload->getPsr4()->getNamespace($pathname);\n\t\t\tif ($namespace === null) {\n\t\t\t\t$namespace = $autoload->getPsr4()->getNamespace($pathname . '/');\n\t\t\t}\n\t\t\t\n\t\t\t// find namespace in psr-0\n\t\t\tif ($namespace === null) {\n\t\t\t\t$namespace = $autoload->getPsr0()->getNamespace($pathname);\n\t\t\t}\n\t\t\tif ($namespace === null) {\n\t\t\t\t$namespace = $autoload->getPsr0()->getNamespace($pathname . '/');\n\t\t\t}\n\t\t\t\n\t\t\t// keep track of suffix\n\t\t\t// shrink down path by one segment\n\t\t\tif ($namespace === null) {\n\t\t\t\t$suffix = $path->lastSegment() . (!empty($suffix) ? '\\\\' : '') . $suffix;\n\t\t\t\t$path = $path->upToSegment($path->segmentCount() - 1);\n\t\t\t}\n\t\t} while (!$path->isEmpty() xor $namespace !== null);\n\t\t\n\t\tif ($namespace === null) {\n\t\t\treturn null;\n\t\t}\n\t\t\n\t\t$namespace = new Text($namespace . $suffix);\n\t\tif ($namespace->endsWith('\\\\')) {\n\t\t\t$namespace = $namespace->substring(0, -1);\n\t\t}\n\n\t\treturn $namespace->toString();\n\t}", "public function getNamespace()\n {\n $className = $this->testMetaData->getTestClassName();\n $fqdn = $this->testMetaData->getTestFullyQualifiedClassName();\n\n $namespace = str_replace('\\\\'.$className, '', $fqdn);\n\n return $namespace;\n }", "public function ns()\n {\n return AtomPub::NS;\n }", "public static function getNamespace(){\n return \\Illuminate\\Foundation\\Application::getNamespace();\n }", "public function getNamespacePrefix() {\n\t\treturn $this->nsPrefix;\n\t}", "public function getRootPackageName()\n {\n return $this->composerJson['name'];\n }", "public function getNs()\n {\n return $this->ns;\n }", "public function getNamespaceName() {\n return $this->forwardCallToReflectionSource( __FUNCTION__ );\n }", "public function getNCNamespace()\n {\n return str_replace('\\\\', '\\\\\\\\', $this->namespace);\n }", "public function getNamespace() {\n $namespaces = $this\n ->getTree()\n ->getRootNode()\n ->selectDescendantsOfType('n_NAMESPACE')\n ->getRawNodes();\n\n foreach (array_reverse($namespaces) as $namespace) {\n if ($namespace->isAfter($this)) {\n continue;\n }\n\n $body = $namespace->getChildByIndex(1);\n if ($body->getTypeName() != 'n_EMPTY') {\n if (!$body->containsDescendant($this)) {\n continue;\n }\n }\n\n return $namespace->getNamespaceName();\n }\n\n return null;\n }", "public function getFactoryNamespace();", "public function getStreamNamespace();", "protected function getNamespaceReplacement()\n {\n if ($this->runningAsRootDir) {\n return Str::beforeLast($this->buildClassName, '\\\\');\n }\n\n $namespace = $this->theme->getClassNamespace();\n\n return str_replace('\\\\\\\\', '\\\\', $namespace);\n }", "public function getFullNamespace(): string\n {\n if (empty($this->childNamespace)) {\n return $this->namespace;\n }\n\n return $this->namespace . '\\\\' . $this->childNamespace;\n }", "protected function getPackageNamespace($package, $namespace)\n {\n $package = is_object($package) ? $package->getPackageHandle() : $package;\n\n return $namespace ?: $package;\n }", "public static function getRootNamespace()\n {\n $config = Config::getInstance();\n\n if ($config->has(['namespaces', 'root'])) {\n return $config->namespaces->root;\n }\n\n return 'App';\n }", "public function getNamespaceAttribute() {\n\t\treturn $this->namespace;\n\t}" ]
[ "0.80943525", "0.7913865", "0.7913865", "0.7894293", "0.78006256", "0.7774496", "0.7770916", "0.77511144", "0.77464825", "0.7740753", "0.77317023", "0.77317023", "0.77317023", "0.77317023", "0.77317023", "0.77317023", "0.77317023", "0.77317023", "0.77317023", "0.77317023", "0.7724998", "0.7646553", "0.76211727", "0.761768", "0.76033825", "0.7591852", "0.7573258", "0.7517386", "0.75092506", "0.75092506", "0.7504508", "0.75026506", "0.7499549", "0.7476713", "0.7456108", "0.74536175", "0.74453586", "0.74453586", "0.74453586", "0.7375849", "0.73714495", "0.73485047", "0.7324673", "0.7282896", "0.72500783", "0.7192878", "0.7182815", "0.7182126", "0.71710706", "0.7164211", "0.71355224", "0.7131578", "0.708432", "0.7083768", "0.70368195", "0.7031966", "0.7003769", "0.69916606", "0.69842654", "0.6965759", "0.6949386", "0.6941762", "0.6933851", "0.69115776", "0.6911126", "0.6883568", "0.68808997", "0.68652827", "0.68652827", "0.6862969", "0.6856224", "0.6854494", "0.6852375", "0.6845276", "0.6844266", "0.68327355", "0.6820939", "0.6815872", "0.6767913", "0.6742601", "0.6741602", "0.67378604", "0.6736776", "0.6735019", "0.67310536", "0.67271256", "0.6700302", "0.6687764", "0.6672484", "0.66532636", "0.6641205", "0.66396517", "0.6630949", "0.6606908", "0.65910417", "0.6587335", "0.6572752", "0.6543986", "0.65427107", "0.654031", "0.65318865" ]
0.0
-1
Resolve a namespaced line.
protected function resolve($resolver, $key, $arguments = null) { // Get the package namespace $namespace = stripos($key, '::') === false ? $this->namespacing() : ''; // Get the package line $line = str_singular($this->package) . '.' .$key; // Use package namespace line // @example: esensi/<package>::<package>.foo if ($resolver->has($namespace . $line)) { return $resolver->get($namespace . $line, $arguments); } // Use global namespace line // @example: <package>.foo if ($resolver->has($line)) { return $resolver->get($line, $arguments); } // Use core namespace line // @example: esensi/core:core.foo return $resolver->get('esensi/core::core.' . $key, $arguments); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function parse(&$line)\n {\n foreach ($this->_pattern as $key => $magicConstant) {\n $line = str_replace($key, $magicConstant, $line);\n }\n\n return $line;\n }", "public function getLine($line);", "abstract public function parse( $line );", "public function getCalloutLine() {}", "private static function parseLine($line){\n\t\t\tif(ereg(\"([-dl][rwxstST-]+).* ([0-9 ]* )([a-zA-Z0-9]+).* ([a-zA-Z0-9]+).* ([0-9]*) ([a-zA-Z]+[0-9: ]*[0-9])[ ]+(([0-9]{2}:[0-9]{2})|[0-9]{4}) (.+)\",$line,$regs))\n\t\t\t\tself::add($regs,$regs[9],$regs[3],$regs[4],self::parseMode($regs[1]),$regs[5],strtotime($regs[6].' '.$regs[7]),self::parseKind($regs[1]));\n\t\t}", "public function convert( $line );", "public function parseLine(string $line): array;", "function secenjeSadrzajPolja($line)\n {\n\n $s=substr($line, strrpos($line, \":\")+1);\n \n return $s;\n }", "function getLine()\r\n {\r\n\t\t\tdo\r\n\t\t\t{\r\n\t\t\t\t$sLine = trim($this->referString[$this->currentLine]);\r\n\t\t\t\t$this->currentLine++;\r\n\t\t\t} while ($this->currentLine < count($this->referString) && !$sLine);\r\n\t\t\treturn $sLine;\r\n }", "public function getAddressLine2(): ?string;", "private function addLine($line)\n {\n $slugs = explode(\"\\\\\", $line);\n foreach ($slugs as $key => $slug) {\n if ($slug) {\n $parent = $this->addSlug($slug, $parent ?? null);\n }\n }\n }", "public function line($text) { return $this->l($text); }", "private function resolveVariables(string $lineIn): string\n {\n $line = $lineIn;\n while (preg_match_all('/\\$\\{(?:([a-zA-Z0-9_-]+)\\.)([a-zA-Z0-9_-]+)\\}/', $line, $out)) {\n\n foreach($out[0] as $num => $var) {\n $env = $out[1][$num];\n $keyword = $out[2][$num];\n $value = null;\n\n if (!isset($this->envConfig[$env][$keyword])) {\n if ($env == \"sysenv\") {\n $value = getenv($keyword);\n }\n }\n else {\n $value = $this->envConfig[$env][$keyword];\n }\n\n if ($value === null) {\n throw new \\RuntimeException(\"Variable '$var' does not exist\");\n }\n $line = str_replace($var, $value, $line);\n }\n }\n return $line;\n }", "public function getLine() {\n return $this->parse()['line'];\n }", "public function getAddressLine1(): ?string;", "private static function setLineIfPrevious(&$line)\n {\n static $previousLine = '';\n\n if ($previousLine) {\n $line = $previousLine.' '.trim($line);\n $previousLine = '';\n }\n\n if (preg_match('/(.+)\\\\\\$/', $line, $container)) {\n $previousLine = $container[1];\n }\n\n return $previousLine;\n }", "public function lineTo($x, $y) {}", "public function getAddressLine3(): ?string;", "public function importLine(Import $import, ImportLine $line);", "protected function getValueInterestFactor($line)\n {\n $line = explode(' ', $line); // [namespace] [\\ExLexartem\\Object;]\n $line = rtrim( trim($line[1]), ';' ); // [\\ExLexartem\\Object]\n $line = str_replace('\\\\', '.', $line); // [.ExLexartem.Object] (translate to prefered object hierarchy)\n\n var_dump($line);die;\n }", "protected function get_line() { \n\t\t$line = $this->lines[$this->cursor]; \n\t\t$this->cursor++; return $line; \n\t}", "function get_line(&$format)\n{\n\tif (mb_strlen($format) === 0)\n\t\treturn false;\n\t\n\t$pos = mb_strpos($format, \"\\r\");\t\n\tif ($pos !== false)\n\t\t$format = mb_substr($format, 0, $pos) . mb_substr($format, $pos + 1);\n\t\n\t$pos = mb_strpos($format, \"\\n\");\n\t\n\tif ($pos === false)\n\t\t$pos = mb_strlen($format);\n\t\n\t$line = mb_substr($format, 0, $pos);\n\t$format = mb_substr($format, $pos + 1);\n\treturn $line;\n}", "private function processLine($line)\n {\n return\n '\"' .\n implode(\n \"\\\",\\\"\",\n array_map(\n function ($e) {\n if($e == '' || $e == 'NULL' || $e == null) return '\\\\N';\n return str_replace(\"\\n\", '\\n',\n $e\n );\n },\n $line\n )\n )\n . \"\\\"\\n\";\n }", "public function getLeaderLine() {}", "public function getLine($lineId);", "public function startOfLine($line) \n {\n return preg_replace_callback(pmwiki_attachments::regular_expression,array($this,'replace_callback'),$line);\n }", "public function getLine()\n {\n return $this->get(self::_LINE);\n }", "public function getLeaderLineOffset() {}", "private function _parseLine($line) {\n\t//--\n\tif(!$line) {\n\t\treturn array();\n\t} //end if\n\t//--\n\t$line = trim($line);\n\t//--\n\tif(!$line) {\n\t\treturn array();\n\t} //end if\n\t//--\n\t$array = array();\n\t//--\n\t$group = $this->nodeContainsGroup($line);\n\tif($group) {\n\t\t$this->addGroup($line, $group);\n\t\t$line = $this->stripGroup ($line, $group);\n\t} //end if\n\t//--\n\tif($this->startsMappedSequence($line)) {\n\t\treturn $this->returnMappedSequence($line);\n\t} //end if\n\tif($this->startsMappedValue($line)) {\n\t\treturn $this->returnMappedValue($line);\n\t} //end if\n\tif($this->isArrayElement($line)) {\n\t\treturn $this->returnArrayElement($line);\n\t} //end if\n\tif($this->isPlainArray($line)) {\n\t\treturn $this->returnPlainArray($line);\n\t} //end if\n\t//--\n\treturn $this->returnKeyValuePair($line);\n\t//--\n}", "private function _mapYamlList($line)\n\t{\n\t\treturn ltrim($line, '- ');\n\t}", "public static function parse($line)\n {\n if (!is_a($line, 'File_Therion_Line')) {\n throw new InvalidArgumentException(\n 'Invalid $line argument (expected File_Therion_Line, seen:'\n .gettype($line).')'\n );\n }\n \n // this is a one-line object.\n $flData = $line->extractOptions(true); // get non-options (=data)\n $opts = $line->extractOptions();\n if (array_key_exists('count', $opts)) {\n // explicit type conversion from parsed string\n $opts['count'][0] = intval($opts['count'][0]);\n }\n \n $cmd = array_shift($flData);\n if ($cmd !== \"join\") {\n throw new File_Therion_SyntaxException(\n \"parsing join expects 'join' command as first data element, '\"\n .$cmd.\"' given\");\n }\n if (count($flData) < 1) {\n throw new File_Therion_SyntaxException(\n \"join command expects at least two arguments, \"\n .count($flData).\" given\");\n }\n \n // craft new Join object\n $joinObj = new File_Therion_Join(array(), $opts);\n \n // retrieve non-option lines and add them as join arguments\n foreach ($flData as $ja) {\n $m = array();\n if (preg_match('/(.+?):(.+)/', $ja, $m)) {\n // <line>:<mark> syntax\n $line = new File_Therion_ScrapLine('wall');\n $line->setOption('id', $m[1]);\n $point = $line->addPoint();\n $point->setMark($m[2]);\n $joinObj->addArgument($point);\n \n } else {\n // we cannot distinguish scrap-ids from line-ids;\n // so we need to guess the type...\n // \n // this is obviously wrong in some cases, however should\n // only be a problem when dealing with parsed data AND when\n // objects of the join are retrieved. Those objects should also\n // be accessible from outside user code already.\n // Outside parsing code may circumvent this (eg that needs to be\n // addressed in parse() of Survey/Scrap class)\n //\n // We simply guess Line here because of wider compatibility.\n // (when writing join args later this is not a problem)\n $line = new File_Therion_ScrapLine('wall');\n $line->setOption('id', $ja);\n $joinObj->addArgument($line);\n }\n }\n \n return $joinObj;\n \n }", "public function setLine($line) {\n\t\t$this->line = $line;\n\t\treturn $this;\n\t}", "protected function createLineStringA(): LineStringEntity\n {\n return $this->createLineString([\n new Point(0, 0),\n new Point(10, 10),\n ]);\n }", "public function injectAtCurrentScope( $asLineNumber, $line ) {\n $line = str_repeat( \" \", $this->context->Scope->WhitespaceDepth ) . $line;\n $this->internalParse( $asLineNumber, $line );\n }", "protected function parseCommand($line)\n {\n\n foreach ($this->states[$this->state] as $key) {\n if (preg_match(self::REGEXES[$key], $line, $matches) === 1) {\n $matches[0] = $key;\n $this->emit('debug', [\"$line match for $key (\" . self::REGEXES[$key] . \")\"]);\n return $matches;\n } else {\n $this->emit('debug', [\"$line does not match for $key (\" . self::REGEXES[$key] . \")\"]);\n }\n }\n return [null];\n }", "public function setLine($line);", "function extract_style($line) {\n $style = null;\n if (preg_match(self::REGEX_STYLE, $line)) {\n $styleAllPlain = preg_replace(self::REGEX_STYLE, ' \\1', $line);\n $styleAll = preg_split('/([.#])/', $styleAllPlain, NULL, PREG_SPLIT_DELIM_CAPTURE);\n for ($i = 1; $i < count($styleAll); $i += 2) {\n if ($styleAll[$i] == '.') {\n $styleClass[] = $styleAll[$i + 1];\n } else if ($styleAll[$i] == '#') {\n $styleId[] = $styleAll[$i + 1];\n }\n }\n if (isset($styleClass) && is_array($styleClass)) {\n $style .= ' class=\"' . implode(' ', $styleClass) . '\"';\n }\n if (isset($styleId) && is_array($styleId)) {\n $style .= ' id=\"' . implode(' ', $styleId) . '\"';\n }\n }\n return $style;\n }", "abstract protected function determineRootline() ;", "protected function determineRootline() {}", "protected function determineRootline() {}", "static function getLine($file,$line){\n\t\tif($file){\n\t\t\t$f = file($file);\n\t\t\t$code = substr($f[$line-1],0,-1);\n\t\t\treturn preg_replace('@^\\s*@','',$code);\n\t\t}\n\t}", "function resolve_domain($domain, string $source_url = ICANNSectionManager::PSL_URL): Domain\n{\n static $manager;\n\n $manager = $manager ?? new ICANNSectionManager(new Cache(), new CurlHttpClient());\n\n return $manager->getRules($source_url)->resolve($domain);\n}", "public static function lineBreakCorrectlyTransformedOnWayToRteProvider() {}", "private function parseDataLine($line) {\n $lineContents = $this -> explodeBySeparator($line);\n $data = $this -> getEmptyData();\n foreach ($this -> mappings as $dbAttribute => $fileInfo) {\n if (strpos($dbAttribute, \"timestamp\") === false && $dbAttribute != \"hired_on\" && $dbAttribute != \"left_on\") {\n $data[$dbAttribute] = trim($lineContents[$fileInfo], \"\\r\\n\\\"\");\n } else {\n $data[$dbAttribute] = $this -> createTimestampFromDate(trim($lineContents[$fileInfo], \"\\r\\n\\\"\"));\n }\n }\n //pr($data);pr(date(\"Y/m/d\", $data['to_timestamp']));exit;\n return $data;\n }", "private function returnMappedSequence($line) {\n\t//--\n\t$array = array();\n\t$key = $this->unquote(trim(substr($line, 1, -1)));\n\t$array[$key] = array();\n\t$this->delayedPath = array(strpos($line, $key) + $this->indent => $key);\n\t//--\n\treturn array($array);\n\t//--\n}", "public function getNodeLine(Node $node, $tag = null)\n {\n list($start, $length) = $this->nodeRange($node);\n $end = $start + $length;\n\n $str = $this->getOrigString();\n $lineStart = strrpos($str, \"\\n\", -strlen($str)+$start);\n $lineStart = $lineStart ? $lineStart + 1: $start;\n $lineEnd = strpos($str, \"\\n\", $end) ?: $end;\n $lineLength = $lineEnd - $lineStart;\n\n $line = substr($str, $lineStart, $lineLength);\n\n if ($tag) {\n $line = substr_replace($line, \"<$tag>\", $start - $lineStart, 0);\n $line = substr_replace($line, \"</$tag>\", $end - $lineEnd + $lineLength + strlen(\"<$tag>\"), 0);\n }\n\n return $line;\n }", "public function parse( $line ) {\n\t\tlist( $host, , $channel ) = explode( ' ', $line, 3 );\n\n\t\t$this->host = new IRCHostname( $host );\n\t\t$this->channel = substr( $channel, 1 );\n\t}", "public function getLine2(): ?string\n {\n return $this->line2;\n }", "public function getLine2(): ?string\n {\n return $this->line2;\n }", "function _parseLine($line) {\n\t$line = trim($line);\n\n\t$array = array();\n\n\tif (preg_match('/^-(.*):$/',$line)) {\n\t\t// It's a mapped sequence\n\t\t$key = trim(substr(substr($line,1),0,-1));\n\t\t$array[$key] = '';\n\t} elseif ($line[0] == '-' && substr($line,0,3) != '---') {\n\t\t// It's a list item but not a new stream\n\t\tif (strlen($line) > 1) {\n\t\t$value = trim(substr($line,1));\n\t\t// Set the type of the value. Int, string, etc\n\t\t$value = $this->_toType($value);\n\t\t$array[] = $value;\n\t\t} else {\n\t\t$array[] = array();\n\t\t}\n\t} elseif (preg_match('/^(.+):/',$line,$key)) {\n\t\t// It's a key/value pair most likely\n\t\t// If the key is in double quotes pull it out\n\t\tif (preg_match('/^([\"\\'](.*)[\"\\'](\\s)*:)/',$line,$matches)) {\n\t\t$value = trim(str_replace($matches[1],'',$line));\n\t\t$key = $matches[2];\n\t\t} else {\n\t\t// Do some guesswork as to the key and the value\n\t\t$explode = explode(':',$line);\n\t\t$key = trim($explode[0]);\n\t\tarray_shift($explode);\n\t\t$value = trim(implode(':',$explode));\n\t\t}\n\n\t\t// Set the type of the value. Int, string, etc\n\t\t$value = $this->_toType($value);\n\t\tif (empty($key)) {\n\t\t$array[] = $value;\n\t\t} else {\n\t\t$array[$key] = $value;\n\t\t}\n\t}\n\treturn $array;\n\t}", "public function line($value) {\n return $this->setProperty('line', $value);\n }", "public function line($value) {\n return $this->setProperty('line', $value);\n }", "public function line($value) {\n return $this->setProperty('line', $value);\n }", "public function line($value) {\n return $this->setProperty('line', $value);\n }", "public function _getStreet(?string $street, $line)\n {\n $street = explode(\"\\n\", (string) $street);\n if ($line == 1) {\n return $street[0];\n }\n if (isset($street[$line - 1])) {\n return $street[$line - 1];\n } else {\n return '';\n }\n }", "private function parseHeaderLine(&$headerLine) {\n $this -> mappings = array();\n $this -> separator = $this -> getSeparator();\n $legitimate_column_names = array_keys($this -> types);\n //pr($legitimate_column_names);\n $found_header = false;\n for ($line = 0; $line < $this -> lines; ++$line) {\n $candidate_header = $this -> explodeBySeparator($line);\n $size_of_header = sizeof($candidate_header);\n for ($header_record = 0; $header_record < $size_of_header; ++$header_record) {\n $candidate_header[$header_record] = trim($candidate_header[$header_record], \"\\\"\\r\\n \");\n if ($candidate_header[$header_record] != \"\" && in_array($candidate_header[$header_record], $legitimate_column_names)) {\n $this -> mappings[$this -> types[$candidate_header[$header_record]]] = $header_record;\n $found_header = true;\n }\n }\n if ($found_header) {\n $headerLine = $line;\n return $this -> mappings;\n }\n }\n return false;\n }", "public function get_line()\n {\n return $this->line;\n }", "public function getLineRef()\n {\n return $this->lineRef;\n }", "public function addLine($line = null)\n {\n if (null === $line) {\n $this->line = [];\n return $this;\n }\n if ($line instanceof FHIRString) {\n $this->line[] = $line;\n return $this;\n }\n $this->line[] = new FHIRString($line);\n return $this;\n }", "public static function foldLine($line)\n {\n if (\\strlen($line) <= 75) return $line;\n \n $length = 17;\n while (strlen(\\iconv_substr($line, 0, $length + 1, 'UTF-8')) <= 75)\n {\n $length += 1;\n }\n \n $firstLine = \\iconv_substr($line, 0, $length, 'UTF-8');\n $rest = \\iconv_substr($line, $length, \\iconv_strlen($line, 'UTF-8'), 'UTF-8');\n \n return $firstLine . self::endl . \" \" . self::foldLine($rest);\n }", "public function namespaceAlias() {}", "function getFormattedLine($line)\n{\n global $tabtribes;\n \n $xmlkey = getXmlKey($line);\n \n $val = getXmlValue($xmlkey,$line);\n $val = str_replace(\",\",\" \",$val);\n $val = strtoupper($val);\n \n /* ----------------> erstmal deaktiviert!!!!\n // Tribes merken\n $tab = explode(\" \",$val);\n $max = count($tab);\n \n for ($t=0;$t<$max;$t++)\n {\n if (!isset($tabribes[$tab[$t]]))\n $tabtribes[$tab[$t]] = false;\n }\n ----------------------------------------< */\n \n // einige XML-Tags werden umbenannt\n if ($xmlkey == \"friendly\") $xmlkey = \"friend\";\n if ($xmlkey == \"aggressive\") $xmlkey = \"aggro\";\n \n $out = \" <\".$xmlkey.\">\".$val.\"</\".$xmlkey.\">\";\n return $out;\n}", "private function parseLine() {\n $hash = array();\n $line = explode(':', fgets($this->handle));\n $key = array_shift($line);\n\n $hash[$key] = trim(implode(\":\", $line));\n \n return $hash;\n }", "public function getLine1(): ?string\n {\n return $this->line1;\n }", "public function getLine1(): ?string\n {\n return $this->line1;\n }", "protected function createLineStringC(): LineStringEntity\n {\n return $this->createLineString([\n new Point(2, 0),\n new Point(12, 10),\n ]);\n }", "protected function _process($line) {\n\t\tif (stripos($line, 'PING') !== false) {\n\t\t\tlist($ping, $pong) = $this->_parse(':', $line, 2);\n\t\t\t$this->_write('PONG', $pong);\n\t\t\treturn;\n\t\t}\n\n\t\tif ($line[0] !== ':') {\n\t\t\treturn;\n\t\t}\n\t\t$params = $this->_parse(\"(\\s|(?<=\\s):|^:)\", $line, 5);\n\n\t\tif (!isset($params[2])) {\n\t\t\treturn null;\n\t\t}\n\t\t$cmd = $params[2];\n\t\t$msg = !empty($params[4]) ? $params[4] : null;\n\n\t\tswitch ($cmd) {\n\t\t\tcase 'PRIVMSG':\n\t\t\t\t$channel = $params[3];\n\t\t\t\t$user = $this->_parse(\"!\", $params[1], 3);\n\n\t\t\t\t$data = array(\n\t\t\t\t\t'channel' => $channel,\n\t\t\t\t\t'nick'=> $this->_nick,\n\t\t\t\t\t'user' => $user[0],\n\t\t\t\t\t'message' => $msg\n\t\t\t\t);\n\t\t\t\tforeach ($this->_plugins['process'] as $class) {\n\t\t\t\t\t$this->_respond((array) $channel, $class->process($data));\n\t\t\t\t}\n\t\t\tbreak;\n\n\t\t\tcase '461':\n\t\t\tcase '422':\n\t\t\tcase '376':\n\t\t\t\tforeach ($this->_channels as $channel) {\n\t\t\t\t\tif (empty($this->_joined[$channel])) {\n\t\t\t\t\t\t$this->_write('JOIN', $channel);\n\t\t\t\t\t\t$this->_joined[$channel] = true;\n\n\t\t\t\t\t\tLogger::debug(\"Bot `{$this->_nick}` joined channel `{$channel}`.\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\tbreak;\n\n\t\t\tcase '433': // Nick already registerd\n\t\t\t\tLogger::debug(\"Nick {$this->_nick} already in use.\");\n\n\t\t\t\t$this->_disconnect();\n\t\t\t\t$this->_nick .= '_';\n\t\t\t\t$this->_connect();\n\n\t\t\tbreak;\n\n\t\t\tcase '353':\n\t\t\t\t// Logger::debug('Names on ' . str_replace('=', '', $msg) . '.');\n\t\t\tbreak;\n\n\t\t\tcase 'NOTICE':\n\t\t\t\tif (preg_match('/identify.*NickServ.*identify/', $msg) && $this->_password) {\n\t\t\t\t\tLogger::debug(\"Identifying as {$this->_nick}.\");\n\t\t\t\t\t$this->_write('PRIVMSG', \"NickServ :IDENTIFY {$this->_nick} {$this->_password}\");\n\t\t\t\t}\n\t\t\tbreak;\n\n\t\t\tcase 'MODE':\n\t\t\t\tif ($msg === '+i') { // We're now identified.\n\t\t\t\t\tif ($this->_password && $this->_nick !== $this->_originalNick) {\n\t\t\t\t\t\t$this->_nick = $this->_originalNick;\n\t\t\t\t\t\tLogger::debug(\"Reclaiming nick {$this->_nick}.\");\n\n\t\t\t\t\t\t$this->_write('PRIVMSG', \"NickServ :GHOST {$this->_nick} {$this->_password}\");\n\t\t\t\t\t\tsleep(2);\n\t\t\t\t\t\t$this->_write('PRIVMSG', \"NickServ :RELEASE {$this->_nick} {$this->_password}\");\n\t\t\t\t\t\tsleep(2);\n\t\t\t\t\t\t$this->_write('PRIVMSG', \"NickServ :IDENTIFY {$this->_nick} {$this->_password}\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\tdefault:\n\t\t\t\treturn;\n\t\t\tbreak;\n\t\t}\n\t}", "public function getArrivalForecastByLine(BusLine $line) : ArrivalForecast\n {\n $response = $this->execute('Previsao/Linha', ['codigoLinha' => $line->getCod()]);\n $stopsForecasts = new \\SplObjectStorage();\n if(isset($response['ps']))\n\t\t\tforeach ($response['ps'] as $stopForecast) {\n\t\t\t\t$stop = new BusStop(\n\t\t\t\t\t$stopForecast['cp'],\n\t\t\t\t\t$stopForecast['np'],\n\t\t\t\t\tnew Coordinate($stopForecast['py'], $stopForecast['px'])\n\t\t\t\t);\n\t\t\t\t$buses = [];\n\t\t\t\tforeach ($stopForecast['vs'] as $busForecast) {\n\t\t\t\t\t$buses[] = new BusForecast(\n\t\t\t\t\t\t$busForecast['t'],\n\t\t\t\t\t\tnew Bus($busForecast['p'],\n\t\t\t\t\t\t\t\t$busForecast['a'],\n\t\t\t\t\t\t\t\tnew PositionReport(\n\t\t\t\t\t\t\t\t\t$busForecast['ta'],\n\t\t\t\t\t\t\t\t\tnew Coordinate($busForecast['py'], $busForecast['px'])\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t)\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\t$stopsForecasts[$stop] = isset($buses) ? $buses : [];\n\t\t\t}\n \n return new ArrivalForecast($response['hr'], $stopsForecasts, ArrivalForecast::ARRIVALS_BY_BUSLINE);\n }", "public function testFindByLineString()\n {\n $lineString = new LineString(\n [\n new Point(0, 0),\n new Point(1, 1),\n new Point(2, 2),\n ]\n );\n $entity = new LineStringEntity();\n\n $entity->setLineString($lineString);\n static::assertIsRetrievableById($this->getEntityManager(), $entity);\n }", "protected function getLineHeader($line) {\n\t\treturn Billrun_Factory::db()->logCollection()->query(array('header.stamp' => $line['log_stamp']))->cursor()->current();\n\t}", "private function parseLine($line)\n\t{\n\t\t// paragraphs will capture lines that start with decorations\n\t\t$callbacks = array(\n\t\t\t'paragraph' => '^[A-Za-z0-9\\'\\\"].*$',\n\t\t\t'decoration' => '(\\'\\'+)(.+?)\\1',\n\t\t\t'strikethrough' => '(\\~\\~)(.+?)\\1',\n\t\t\t'header' => '^(=+)(.+)\\1$',\n\t\t\t'tag' => '\\[\\[([A-Za-z]+)(\\:([^\\]]*))?\\]\\]',\n\t\t\t'link' => '\\[http:\\/\\/([^\\s\\]]+)([^\\]]+)?\\]',\n\t\t\t'internal_link' => '\\[\\[([\\w|\\#_ ]+)\\]\\]',\n\t\t\t'block_tag' => '^\\<([A-Za-z]+)\\>[ ]*$',\n\t\t);\n\n\t\t\n\t\t// $line = trim($line);\n\t\tif ($line === '') {\n\t\t\t$this->setState(WikiParser::$NO_STATE);\n\t\t\treturn;\n\t\t}\n\n\t\tforeach ($callbacks as $c=>$p) {\n\t\t\t$parsed = true;\n\t\t\t$line = preg_replace_callback(\n\t\t\t\t'/'.$p.'/',\n\t\t\t\tarray($this, 'render_'.$c), rtrim($line));\n\t\t}\n\n\t\t// see if the state changes\n\t\tif ($line{0} == '*') {\n\t\t\t// are we working with a list\n\t\t\t$this->setState(WikiParser::$LIST_STATE);\n\t\t\t$line = '<li>'.substr($line, 1).'</li>';\n\t\t} elseif ($line{0} == ' ') {\n\t\t\t// are we working with a pre block\n\t\t\t$this->setState(WikiParser::$PRE_STATE);\n\t\t} else {\n\t\t\t$this->setState(WikiParser::$NO_STATE);\n\t\t}\n\n\t\t$line = trim($line);\n\t\tif ($line == '') return;\n\n\t\techo $line.\"\\n\";\n\t}", "public function getLineA();", "function fDecodeLine($encoded){\n\t\t$len = strlen($encoded);\n\t\t$index = 0;\n\t\t$lat = 0;\n\t\t$lng = 0;\n\n\t\twhile ($index < $len) {\n\t\t\t$shift = 0;\n\t\t\t$result = 0;\n\t\t\tdo {\n\t\t\t\t$b = ord(substr($encoded,$index++,1)) - 63;\n\t\t\t\t$result |= ($b & 0x1f) << $shift;\n\t\t\t\t$shift += 5;\n\t\t\t} while ($b >= 0x20);\n\t\t\t$dlat = (($result & 1) ? ~($result >> 1) : ($result >> 1));\n\t\t\t$lat += $dlat;\n\n\t\t\t$shift = 0;\n\t\t\t$result = 0;\n\t\t\tdo {\n\t\t\t\t$b = ord(substr($encoded,$index++,1)) - 63;\n\t\t\t\t$result |= ($b & 0x1f) << $shift;\n\t\t\t\t$shift += 5;\n\t\t\t} while ($b >= 0x20);\n\t\t\t$dlng = (($result & 1) ? ~($result >> 1) : ($result >> 1));\n\t\t\t$lng += $dlng;\n\t\t\t$points[] = new Point($lng * 1e-5, $lat * 1e-5);//lng -> x and lat -> y\n\t\t}\n\t\treturn $points;\n\t}", "protected function createLineStringY(): LineStringEntity\n {\n return $this->createLineString([\n new Point(12, 14),\n new Point(3, 4),\n ]);\n }", "private function nodeContainsGroup($line) {\n\t//--\n\t$symbolsForReference = 'A-z0-9_\\-';\n\t//--\n\tif(strpos($line, '&') === false && strpos($line, '*') === false) {\n\t\treturn false; // fast stop\n\t} //end if\n\tif($line[0] == '&' && preg_match('/^(&['.$symbolsForReference.']+)/', $line, $matches)) {\n\t\treturn $matches[1];\n\t} //end if\n\tif($line[0] == '*' && preg_match('/^(\\*['.$symbolsForReference.']+)/', $line, $matches)) {\n\t\treturn $matches[1];\n\t} //end if\n\tif(preg_match('/(&['.$symbolsForReference.']+)$/', $line, $matches)) {\n\t\treturn $matches[1];\n\t} //end if\n\tif(preg_match('/(\\*['.$symbolsForReference.']+$)/', $line, $matches)) {\n\t\treturn $matches[1];\n\t} //end if\n\tif(preg_match('#^\\s*<<\\s*:\\s*(\\*[^\\s]+).*$#', $line, $matches)) {\n\t\treturn $matches[1];\n\t} //end if\n\t//--\n\treturn false;\n\t//--\n}", "public function getLine($lineNumber);", "private function parseNamespace() {\n\n\t\t$namespace = '';\n\t\twhile (($token = $this->next())){\n\t\t\tif ($token[0] === T_STRING || $token[0] === T_NS_SEPARATOR) {\n\t\t\t\t$namespace .= $token[1];\n\t\t\t} else {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn $namespace;\n\t}", "public function getNamespaceLocalPartBySchema($value)\n {\n foreach ($this->_namespaces as $ns) {\n if ($ns['schema'] === $value) {\n return $ns['localPart'];\n }\n }\n throw new \\RuntimeException('Can\\'t find namespace: ' . $value . ' in XML document declaration');\n }", "function loadLine($a_row)\n\t{\n\t}", "public function getLineWithStops($lineId);", "public function setLine($var)\n {\n GPBUtil::checkInt32($var);\n $this->line = $var;\n\n return $this;\n }", "protected function createNodeLineString(): LineStringEntity\n {\n return $this->createLineString([\n new Point(0, 0),\n new Point(1, 0),\n new Point(0, 1),\n new Point(1, 1),\n new Point(0, 0),\n ]);\n }", "function _createLineRegEx() {\n\t\tswitch ($this->_listVersion) {\n\t\t\tcase 1:\n\t\t\t\t$this->_lineRegEx = '/^' . \n\t\t\t\t\timplode(preg_quote($this->_delim), array(\n\t\t\t\t\t\t'[dflcbpu]',\n\t\t\t\t\t\t'[0-9]{4}-[0-9]{2}-[0-9]{2}', // Date\n\t\t\t\t\t\t'[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]+)?', // Time\n\t\t\t\t\t\t'[0-9]+', // Size\n\t\t\t\t\t\t'[0-9]+' // Depth\n\t\t\t\t\t)) . preg_quote($this->_delim) . '/';\n\t\t\t\tbreak;\n\t\t\t\n\t\t\tcase 2:\n\t\t\t\t$this->_lineRegEx = '/^' . \n\t\t\t\t\timplode(preg_quote($this->_delim), array(\n\t\t\t\t\t\t'[dflcbpus\\-]',\n\t\t\t\t\t\t'[0-9]{4}-[0-9]{2}-[0-9]{2}', // Date\n\t\t\t\t\t\t'[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]+)?', // Time\n\t\t\t\t\t\t'[0-9]+', // Size\n\t\t\t\t\t)) . preg_quote($this->_delim) . '/';\n\t\t\t\tbreak;\n\t\t}\n\t}", "protected function parseLine($line) {\n if (!$line) {\n return null;\n }\n\n $format = $this->options['format'];\n\n $fields = array();\n $last_pos = 0;\n foreach ($format as $name => $substr_opt) {\n if ($substr_opt['skip'] === true) {\n $last_pos = $last_pos + $substr_opt['size'];\n continue;\n }\n\n $value = substr($line, $last_pos, $substr_opt['size']);\n $last_pos = $last_pos + $substr_opt['size'];\n\n if ($substr_opt['validate_using_re']) {\n $regexp = $substr_opt['validate_using_re'];\n if (!preg_match($regexp, $value)) {\n $msg = \"Value $value doesn't match regexp $regexp\";\n throw new UnexpectedValueException($msg);\n }\n }\n\n $fields[] = $value;\n }\n\n return $fields;\n }", "protected function parseLine($line)\n {\n $row = [];\n foreach ($line as $column => $value) {\n // the column index is set in the header -> use the new index, else keep\n $index = isset($this->header[$column]) ? $this->header[$column] : $index;\n\n // if we only use mapped values we check if the assigned index is also\n // within the map, else we skip this column\n if ($this->mappedOnly && ! in_array($index, $this->map)) {\n continue;\n }\n\n $row[$index] = $value;\n }\n\n $this->data[] = $row;\n }", "public function get_line( $file, $line ) {\n\t\tif ( empty( $this->spl ) ) {\n\t\t\t$this->spl = new \\SplFileObject( $file );\n\t\t}\n\n\t\tif ( ! $this->spl->eof() ) {\n\t\t\t$this->spl->seek( $line );\n\t\t\t$contents = $this->spl->current();\n\t\t}\n\n\t\treturn $contents;\n\t}", "public static function findNamespace(string $file) : ?string\n {\n $line = static::searchInFile('namespace', $file);\n\n if ( ! $line) {\n return null;\n }\n\n $position = strpos($line, 'namespace');\n\n return trim(rtrim(substr($line, $position + 9), ';'));\n }", "final function getLine();", "public function getLine() {\n return $this->line;\n }", "public function getTaxLine($lineNo)\n\t{\n\t\tif($this->getTaxLines() != null)\n\t\t{\n\t\t\tforeach($this->getTaxLines() as $taxLine)\n\t\t\t{\n\t\t\t\tif($lineNo == $taxLine->getLineNo())\n\t\t\t\t{\n\t\t\t\t\treturn $taxLine;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}\n\t\t}\n\t}", "protected function createLineStringX(): LineStringEntity\n {\n return $this->createLineString([\n new Point(8, 15),\n new Point(4, 8),\n ]);\n }", "private function parseHttpLine(&$response, $line){\n $splittedLine = explode(' ', $line);\n $protocolAndVersion = explode('/', array_shift($splittedLine));\n $response['protocol'] = trim(array_shift($protocolAndVersion));\n $response['protocol_version'] = trim(array_shift($protocolAndVersion));\n $httpCode = trim(array_shift($splittedLine));\n $response['http_code'] = $httpCode;\n $response['http_message'] = trim(array_shift($splittedLine));\n $response['status'] = 200 <= $httpCode && $httpCode <= 299?'success':'failure';\n }", "public function next() {\r\n\t\t$line = parent::next();\r\n\t\tif (!is_null($line)) {\r\n\t\t\t$this->position++;\r\n\t\t\t$this->lastLine = $this->parse($line);\r\n\t\t\treturn $this->lastLine;\r\n\t\t}\r\n\t\treturn null;\r\n\t}", "public function readLine(int $eol_style): ?string {}", "function getNamespacePrefix(String $var1, String $var2): String;", "private function parseDeclaration(string $line, string $name)\n {\n $desc = substr($line, strlen($name));\n $desc = trim($desc);\n\n /* Remove surrounding quotations */\n if(starts_with($desc, '\"') || starts_with($desc, '\\'')) $desc = substr($desc, 1);\n if(ends_with($desc, '\"') || ends_with($desc, '\\'')) $desc = substr($desc, 0, strlen($desc) -1);\n\n return $desc;\n }", "protected function createRingLineString(): LineStringEntity\n {\n return $this->createLineString([\n new Point(0, 0),\n new Point(1, 0),\n new Point(1, 1),\n new Point(0, 1),\n new Point(0, 0),\n ]);\n }", "function pt_convert_line_break($str){\n\treturn str_replace(\"\\n\",\"\\\\n\", str_replace(array(\"\\n\\r\", \"\\r\\n\", \"\\r\"),\"\\n\", $str));\n}", "function parseLine($line) {\n $document = array();\n\n $document['geonameId'] = (int) $line[0];\n $document['name'] = $line[1];\n $document['asciiName'] = $line[2];\n\n if($line[3] !== NULL && $line[3] !== \"\") {\n $document['alternateNames'] = split(\",\", $line[3]);\n }\n\n $document['location'] = array('lat' => (float)($line[4]), 'lon' => (float)($line[5]));\n\n $document['featureClass'] = $line[6];\n $document['featureCode'] = $line[7];\n $document['countryCode'] = $line[8];\n\n if($line[8] !== NULL && $line[9] !== \"\") {\n $document['cc2'] = split(\",\", $line[9]);\n }\n\n $document['admin1Code'] = $line[10];\n $document['admin2Code'] = $line[11];\n $document['admin3Code'] = $line[12];\n $document['admin4Code'] = $line[13];\n $document['population'] = (int)$line[14];\n $document['elevation'] = (int)$line[15];\n $document['dem'] = (int)$line[16];\n $document['timezone'] = $line[17];\n $document['modificationDate'] = $line[18];\n\n return $document;\n}", "public function typeLinestring(Fluent $column)\n {\n return 'LINESTRING';\n }" ]
[ "0.5477326", "0.52856666", "0.52423686", "0.51126623", "0.50734884", "0.5035769", "0.4964434", "0.48616973", "0.48520038", "0.48306715", "0.48100874", "0.47237137", "0.46904656", "0.46824288", "0.46610004", "0.46496192", "0.46378094", "0.4623076", "0.4611389", "0.46034175", "0.4599381", "0.45880395", "0.4574839", "0.4573642", "0.45657316", "0.4557535", "0.4556013", "0.45474243", "0.4539802", "0.45335603", "0.45009407", "0.44924888", "0.4444557", "0.44317606", "0.44278595", "0.4425667", "0.4414518", "0.44115892", "0.44081962", "0.44063643", "0.44033685", "0.43901253", "0.43826824", "0.4371252", "0.43692437", "0.43681592", "0.436586", "0.436536", "0.436536", "0.4360195", "0.43596542", "0.43596542", "0.43596542", "0.43596542", "0.4346423", "0.43443927", "0.43407196", "0.4321902", "0.42989677", "0.42935997", "0.42927665", "0.42858884", "0.4279203", "0.42791444", "0.42791444", "0.4276445", "0.42733553", "0.4268582", "0.42646238", "0.42644975", "0.42572573", "0.42402387", "0.4236701", "0.4233444", "0.4229679", "0.4226975", "0.42232704", "0.42140168", "0.4213686", "0.42096928", "0.42046916", "0.4198432", "0.419477", "0.41849977", "0.4182789", "0.4174847", "0.4166401", "0.41661027", "0.416452", "0.41609797", "0.41586697", "0.41546577", "0.41542798", "0.41539335", "0.41445065", "0.41387868", "0.41383827", "0.41291478", "0.41291475", "0.4123882" ]
0.4529394
30
Generate a subview for the layout.
public function content($key, array $data = [], $name = null) { // Assign a default content name $name = is_null($name) ? 'content' : $name; // Get the confg line for the view $config = 'views.' . $this->ui . '.' . $key; $line = $this->config($config); if (is_null($line)) { throw new InvalidArgumentException('View config line ['.$config.'] not found.'); } // Nest the view into the layout $view = app('view')->make($line, $data); $this->layout->$name = $view; return $this->layout; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "abstract function buildShowLayout(): void;", "public function renderLayout();", "abstract protected function getView();", "public function getView();", "protected function makeViewLayout()\n {\n new MakeLayout($this, $this->files);\n }", "public function generate()\r\n {\r\n $loader = new ContentLoader($this->_viewVariables);\r\n $loader->initContent($this->_contentViewPath);\r\n $this->_layout = $loader->initLayout($this->_layoutPath);\r\n echo $this->_layout;\r\n }", "public function getView() {}", "public function getView() {}", "public function getView(){ }", "public function load_view ($subview)\n {\n $this->data['subview'] = $subview;\n $this->load->view('layouts/layout', $this->data);\n }", "public function render()\n {\n return view('components.sub-page');\n }", "public function initLayout();", "abstract protected function renderView();", "public function createView();", "public function add_views_layout_support() {\n\t\t\t$shop_page_style = astra_get_option( 'shop-style' );\n\t\t\t$html_markup = '<div class=\"ast-products-view\">';\n\t\t\t$html_markup .= '<span class=\"ast-view-trigger ' . esc_attr( 'shop-page-list-style' === $shop_page_style ? '' : 'active' ) . '\" data-view=\"grid\">' . Astra_Builder_UI_Controller::fetch_svg_icon( 'th-large', false ) . '</span>';\n\t\t\t$html_markup .= '<span class=\"ast-view-trigger ' . esc_attr( 'shop-page-list-style' === $shop_page_style ? 'active' : '' ) . '\" data-view=\"list\">' . Astra_Builder_UI_Controller::fetch_svg_icon( 'th-list', false ) . '</span>';\n\t\t\t$html_markup .= '</div>';\n\n\t\t\techo $html_markup; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped\n\t\t}", "public function getViewTemplate();", "public function getView()\n {\n }", "protected function generateView() {\n \n $this->getViewData();\n $this->generatePageHeader(\"Kunde\");\n $this->generatePageBody();\n $this->generatePageFooter();\n }", "public function getViewComponent();", "private function renderView()\n\t{\n\t\tff_renderView(substr(__CLASS__, 7));\n\t}", "private function renderView()\n\t{\n\t\tff_renderView(substr(__CLASS__, 7));\n\t}", "public function getLayout();", "function mscaffolding_create_main_view($name)\n\t{\n\t\t$view = lfile_read(\"tools/scaffolding/views/view.php\");\n\t\t$view = str_replace(\"***NAME***\", $name, $view);\n\t\treturn lfile_write(\"data/scaffolding/\" . $name . \"/views/\" . $name . \".php\", $view);\n\t}", "public function render()\n {\n return view(\"layouts.{$this->layout}\");\n }", "public function render()\n {\n $content = $this->__layoutContent();\n\n extract($this->getViewData());\n ob_start();\n include $content;\n ob_get_flush();\n }", "public function buildShowLayout()\n {\n $this->addSection('Section', function(ShowLayoutSection $section) {\n $section->addColumn(6, function(ShowLayoutColumn $column) {\n $column->withSingleField('id');\n $column->withSingleField('name');\n $column->withSingleField('url');\n $column->withSingleField('vendor_id');\n $column->withSingleField('parent_id');\n $column->withSingleField('created_at');\n $column->withSingleField('updated_at');\n });\n })->addEntityListSection('products', 'products');\n }", "protected function setupLayout()\n\t{\n\t\tif ( ! is_null($this->layout))\n\t\t{\n\t\t\treturn $this->layout = View::make($this->layout);\n\t\t}\n\t}", "private function __layoutContent()\n {\n return VIEWS . DS . 'Layout' . DS . 'base.php';\n }", "public function render()\n {\n return view('components.sidebar.sub-menu');\n }", "public function buildSubwindow()\n {\n return '<button type=\"menu\" ><![CDATA['.$this->content.']]></button>';\n }", "protected function composeView()\n {\n view()->composer('shop::customers.account.partials.sidemenu', function ($view) {\n $menu = current(Event::fire('customer.menu.create'));\n\n $view->with('menu', $menu);\n });\n }", "public function render()\n {\n parent::render();\n\n $myConfig = $this->getConfig();\n $oParentView = $this->getParent();\n\n // add content for main menu\n $oContentList = oxNew('oxcontentlist');\n $oContentList->loadMainMenulist();\n $oParentView->setMenueList($oContentList);\n\n return;\n }", "public function renderView($isSubView = false) {\n $this->formView($isSubView);\n\n $this->assignValues();\n\n $this->validateView();\n\n if ($isSubView === false) {\n echo $this->rootContent;\n } else {\n return $this->rootContent;\n }\n }", "public function getViewClip() {}", "protected function _prepareLayout(){\r\n return $this;\r\n }", "public function enableLayout()\n\t{\n\t\t$this->_layout = new Opt_View($this->_layoutName);\n\n\t\treturn $this;\n\t}", "private function wrapSubview($subviewText, $subviewName = 'Subview')\n {\n if(!$this->revealSubviews)\n {\n // No changes\n return $subviewText;\n }\n \n return '<div class=\"subview\" title=\"' . $subviewName . '\">' . $subviewText . '</div>';\n }", "protected function renderFluidView() {}", "public function view(){\n parent::view();\n $this->addFooterItem( $this->getHelper('html')->css('unique/home-parallax.css', self::PACKAGE_HANDLE) );\n $this->addFooterItem( $this->jsAsync($this->getHelper('html')->javascript('home-parallax.js', self::PACKAGE_HANDLE)) );\n }", "protected function createView()\n {\n LayoutModule::setLayoutClassName( PortalLayout::class );\n return new PortalView();\n }", "protected function _constructMainLayout()\n {\n if (class_exists('tracer_class')) {\n tracer_class::marker(array(\n 'create main layout for display',\n debug_backtrace(),\n '#006400'\n ));\n }\n\n if ($this->_get) {\n $typ = $this->_get->pageType();\n } else {\n $typ = NULL;\n }\n\n switch ($typ) {\n case'css': case'js':\n $this->DISPLAY['core'] = '{;css_js;}';\n break;\n\n default:\n $this->layout($this->_defaultOptions['template']);\n break;\n }\n }", "public function render_screen_layout()\n {\n }", "public function __invoke(Layout $layout): View\n {\n return new View($layout, Version::API_V1);\n }", "function homepage(){ \n $view = new View ;\n $view -> main_part = $view -> render2('cms/homepageList');\n $view -> render('cms/layouts/layout');\n}", "abstract protected function renderFirstView();", "public function generateView()\n {\n foreach ($this->cds as $cd)\n {\n $view = new View('CdItem');\n $view->setValue('TITLE', $cd->getTitle());\n $view->setValue('ARTIST', $cd->getArtist());\n $view->setValue('GENRE', $cd->getGenre());\n $view->setValue('CREATION_YEAR', $cd->getCreationYear());\n $view->display();\n }\n }", "public function getLayout() {}", "public function getViewArea() {}", "public function render()\n {\n return view('fe_theme::components.layout.Accordion');\n }", "abstract protected function view_generatePageContent();", "public function makeView() {\n\t\treturn \n\t\t\t$this->getView()\n\t\t\t\t->with('option', $this);\n\t}", "public function render($subview = NULL){\n\t\t# Catch NULL Subview\n\t\tif(is_null($subview)){\n\t\t\tshow_error('Subbiew was not set.',500, $heading = 'An Error Was Encountered');\n\t\t}\n\t\t# Load View\n\t\t$this->data['subview'] = $subview;\n\t\t$this->load->view($this->view_template,$this->data);\n\t}", "public function getView()\n {\n $view = App::$locator->view;\n if ($this->layout) {\n $view->setLayout($this->layout);\n }\n \n return $view;\n }", "public function submenu()\n\t{\n\t\t$partial = new Inoves_Partial('Content/view/submenu/contentMain.phtml');\n\t\tInoves_View::prepend('#content', $partial);\n\t}", "protected function setupLayout() {\n\t\tif ( ! is_null($this->layout)) {\n\n\n\t\t\t$cb_js_var = array(\n\t\t\t\t'site_url' => url('/'),\n\t\t\t\t'admin_url' => url('/admin'),\n\t\t\t\t'admin_assets_url' => asset('packages/vizioart/cookbook/'),\n\t\t\t\t'admin_api_url' => url('/admin/api')\n\t\t\t);\n\n\n\t\t\t$this->layout = View::make($this->layout, array(\n\t\t\t\t'cb_js_var' => $cb_js_var\n\t\t\t));\n\t\t}\n\t}", "protected function createView() {\n return parent::createView()\n ->with('singleResultView', 'partials.test-result-single-textarea');\n }", "protected function buildView()\n {\n $table = $this->columns;\n\n $columns = $table->map(function ($column) {\n return $column->column.':'.$column->method.','.$column->caption;\n })->implode('|');\n\n $dropdown = $table->filter(function ($column) {\n return true == $column->is_foreign;\n })->transform(function ($column) {\n return $column->column.':'.$column->table_foreign;\n })->implode('|');\n\n $this->view = [\n 'name' => $this->module->name,\n '--columns' => $columns,\n '--controller' => $this->class,\n '--request' => $this->class,\n '--module' => $this->module->id,\n '--dropdown' => $dropdown,\n '--icon' => $this->module->icon,\n ];\n }", "protected function create_interact_view() {\n\t\t$this->interact = new \\Interact\\InteractBaseView($this->course, $this->user,\n\t\t\tarray($this->assignment->get_tag()), $this->section->get_tag());\n\t\t$this->add_aux($this->interact);\n\t}", "public function layout() {\r\n $this->template['header'] = $this->load->view('common/header', $this->data, true);\r\n $this->template['content'] = $this->load->view($this->content, $this->data, true);\r\n $this->template['footer'] = $this->load->view('common/footer', $this->data, true);\r\n $this->load->view('common/layout', $this->template);\r\n }", "public function getView()\r\n {\r\n return parent::getView();\r\n }", "function pavelruban_home_content_content_type_render($subtype, $conf, $panel_args, $context) {\n\n $block = new stdClass();\n $content = views_embed_view('articles', 'home');\n $block->content = theme(\n 'pavelruban_home_content',\n array(\n 'views' => $content,\n )\n );\n\n return $block;\n}", "protected function renderThenChild() {}", "protected function _prepareLayout()\n {\n $this->setTemplate('Magento_UrlRewrite::edit.phtml');\n\n $this->_addBackButton();\n $this->_prepareLayoutFeatures();\n\n return parent::_prepareLayout();\n }", "protected function setupLayout()\n\t{\n\t\tif ( ! is_null($this->layout) && ! $this->is_pjax())\n\t\t{\n\t\t\t$this->layout = View::make($this->layout);\n\t\t}\n\t}", "private function createAwesomelyComplexLayout(LayoutInterface $layout)\n {\n $typeRegistry = $this->createTypeRegistry();\n $aType = $typeRegistry->getType('a');\n $bType = $typeRegistry->getType('b');\n\n // Place a top level container and build layout (no items)\n $topLevel = $layout->getTopLevelContainer();\n $c1 = new HorizontalContainer('C1');\n $topLevel->append($c1);\n $c11 = $c1->appendColumn('C11');\n $c12 = $c1->appendColumn('C12');\n $c2 = new HorizontalContainer('C2');\n $c12->append($c2);\n $c21 = $c2->appendColumn('C21');\n $c22 = $c2->appendColumn('C22');\n $c3 = new HorizontalContainer('C3');\n $topLevel->append($c3);\n $c31 = $c3->appendColumn('C31');\n $c32 = $c3->appendColumn('C32');\n $c33 = $c3->appendColumn('C33');\n\n // Now place all items\n $a1 = $aType->create(1);\n $a2 = $aType->create(2);\n $b3 = $bType->create(3);\n $b4 = $bType->create(4);\n $a5 = $aType->create(5);\n $a6 = $aType->create(6);\n $b7 = $bType->create(7);\n $b8 = $bType->create(8);\n $a9 = $aType->create(9);\n $b10 = $bType->create(10);\n $b11 = $bType->create(11);\n $a12 = $aType->create(12);\n\n $c11->append($a1);\n $c11->append($b4);\n\n $c21->append($a2);\n $c21->append($a5);\n\n $c22->append($b3);\n\n $c31->append($a6);\n $c31->append($a9);\n\n $c32->append($b7);\n $c32->append($b10);\n\n $c33->append($b8);\n $c33->append($b11);\n $c33->append(clone $a1);\n\n $topLevel->append($a12);\n $topLevel->append(clone $b7);\n }", "public function render()\n {\n return view('components.nav.menu-sub-item');\n }", "protected function setupLayout()\n\t{\n\t\tdefine(\"aol_institute\", 68);\n\t\tif ( ! is_null($this->layout))\n\t\t{\n\t\t\t$this->layout = View::make($this->layout);\n\t\t}\n\t}", "static function renderLayout($root = false)\n {\n extract(self::$data_layout);\n if ($root) {\n include_once \"views/layout/\".self::$layout.\".php\";\n } else {\n include_once \"views/layout/\".SIDE.\"/\".self::$layout.\".php\";\n }\n }", "protected function _render()\n {\n $sidebar = $GLOBALS['injector']->getInstance('Horde_View_Sidebar');\n\n $container = 0;\n foreach ($this->_menu as $m) {\n /* Check for separators. */\n if ($m == 'separator') {\n $container++;\n continue;\n }\n\n $row = array(\n 'cssClass' => $m['icon'],\n 'url' => $m['url'],\n 'label' => $m['text'],\n 'target' => $m['target'],\n 'onclick' => $m['onclick'],\n );\n\n /* Item class and selected indication. */\n if (!isset($m['class'])) {\n /* Try to match the item's path against the current\n * script filename as well as other possible URLs to\n * this script. */\n if ($this->isSelected($m['url'])) {\n $row['selected'] = true;\n }\n } elseif ($m['class'] === '__noselection') {\n unset($m['class']);\n } elseif ($m['class'] === 'current') {\n $row['selected'] = true;\n } else {\n $row['class'] = $m['class'];\n }\n\n $sidebar->addRow($row);\n }\n\n return $sidebar;\n }", "public function render () { \n $this->load->view( $this->template_path($this->layout) , array(\n 'page_title' => $this->load_title(),\n 'js_files' => $this->load_js(),\n 'css_files' => $this->load_css(),\n 'body_class' => $this->load_body_class()\n ));\n return $this;\n }", "protected function setupLayout()\n {\n if ( ! is_null($this->layout))\n {\n $this->layout = view($this->layout);\n $this->layout->menus = Menu::getMenu() ;\n }\n }", "private function getAwesomelyComplexLayoutRepresentation(string $topLevelId)\n {\n return <<<EOT\n<vertical id=\"{$topLevelId}\">\n <horizontal id=\"hbox-C1\">\n <column id=\"vbox-C11\">\n <item id=\"a-1\"/>\n <item id=\"b-4\"/>\n </column>\n <column id=\"vbox-C12\">\n <horizontal id=\"hbox-C2\">\n <column id=\"vbox-C21\">\n <item id=\"a-2\" />\n <item id=\"a-5\" />\n </column>\n <column id=\"vbox-C22\">\n <item id=\"b-3\" />\n </column>\n </horizontal>\n </column>\n </horizontal>\n <horizontal id=\"hbox-C3\">\n <column id=\"vbox-C31\">\n <item id=\"a-6\" />\n <item id=\"a-9\" />\n </column>\n <column id=\"vbox-C32\">\n <item id=\"b-7\" />\n <item id=\"b-10\" />\n </column>\n <column id=\"vbox-C33\">\n <item id=\"b-8\" />\n <item id=\"b-11\" />\n <item id=\"a-1\" />\n </column>\n </horizontal>\n <item id=\"a-12\" />\n <item id=\"b-7\" />\n</vertical>\nEOT;\n }", "protected function setupLayout() {\n if (!is_null($this->layout)) $this->layout = View::make($this->layout);\n }", "public function createView(FormView $parent = null);", "protected function buildControl()\n\t\t{\n\t\t\tswitch($this->getDisplayMode())\n\t\t\t{\n\t\t\t\tcase self::DISPLAYMODE_ICONS :\n\t\t\t\t\t$this->buildIconView();\n\t\t\t\t\tbreak;\n\t\t\t\tcase self::DISPLAYMODE_LIST :\n\t\t\t\t\t$this->buildListView();\n\t\t\t\t\tbreak;\n\t\t\t\tcase self::DISPLAYMODE_DETAILS :\n\t\t\t\t\t$this->buildDetailView();\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tstatic::fail(\"Unknown DisplayMode '%s'\", $this->getDisplayMode());\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}", "protected function setupLayout() {\n\t\tif ( ! is_null($this->layout)) {\n\t\t\t$this->layout = View::make($this->layout);\n\t\t}\n\t}", "function generateSubPage()\t\t//($start_date='', $end_date='')\r\n {\r\n\t /** HACK?**/\r\n// \t \t$disableHeading = true;\t\t\t\t\t\t\t\t\t\t \r\n// \t\t\t$this->activitytype_id = '';\r\n// \t\t\t$this->activity_list = new page_ViewStaffActivities($this->pathModuleRoot, $this->viewer, $this->sortBy, $this->staffactivity_id, $this->activitytype_id, $disableHeading, $this->start_date, $this->end_date);\r\n\t \r\n\t\t\t$content = $this->activity_list->getHTML(); \r\n \r\n return $content;\r\n }", "protected function setupLayout()\n {\n if ( ! is_null($this->layout))\n {\n $this->layout = View::make($this->layout);\n }\n\n }", "protected function setupLayout()\r\n\t{\r\n\t\tif ( ! is_null($this->layout))\r\n\t\t{\r\n\t\t\t$this->layout = View::make($this->layout);\r\n\t\t}\r\n\t}", "function CreateChildControls() {\n }", "protected function setupLayout()\n {\n if( ! is_null($this->layout))\n {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout() {\n if ( ! is_null($this->layout)) {\n $this->layout = View::make($this->layout);\n }\n }", "public function create()\n {\n return view('home_layout.create', ['layout' => Layout::all()->where('cover', false)]);\n }", "protected function setupLayout()\n {\n if ( ! is_null($this->layout))\n {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout()\n {\n if ( ! is_null($this->layout))\n {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout()\n {\n if (!is_null($this->layout)) {\n $this->layout = \\View::make($this->layout);\n }\n }", "protected function _prepareLayout() {\n\n //add button \"add new video\"\n $this->setChild('add_button',\n $this->getLayout()->createBlock('adminhtml/widget_button')\n ->setData(array(\n 'label' => Mage::helper('video')->__('Add New Video'),\n 'class' => 'add',\n 'id' => 'add_new_option',\n 'on_click' => 'video.add()'\n ))\n );\n\n //add like a child block with list of videos\n $this->setChild('video_box', $this->getLayout()->createBlock('video/video_list'));\n return parent::_prepareLayout();\n }", "protected function getView() {\n\t\t$extensionPath = ExtensionManagementUtility::extPath('lp_access');\n\t\t$extensionRelativePath = ExtensionManagementUtility::extRelPath('lp_access');\n\n\t\t$this->pageRenderer->addJsFile($extensionRelativePath . 'Resources/Public/JavaScript/LpAccess.js');\n\t\t$this->pageRenderer->addCssFile($extensionRelativePath . 'Resources/Public/Stylesheets/LpAccess.css');\n\n\t\t/** @var \\TYPO3\\CMS\\Fluid\\View\\StandaloneView $view */\n\t\t$view = $this->objectManager->get('TYPO3\\\\CMS\\\\Fluid\\\\View\\\\StandaloneView');\n\t\t$view->setTemplatePathAndFilename($extensionPath . 'Resources/Private/Templates/HoursSelectionUserFunction/Process.html');\n\t\t$view->setLayoutRootPath($extensionPath . 'Resources/Private/Layouts/');\n\t\t$view->setPartialRootPath($extensionPath . 'Resources/Private/Partials/');\n\n\t\treturn $view;\n\t}", "public function createView(){\n\t\t$vue = new View(\"Create\");\n\t\t$vue->generer();\n\t}", "public function render_section() {\n \n }", "protected function setupLayout()\n {\n if (!is_null($this->layout)) {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout()\n {\n if (!is_null($this->layout)) {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout()\n {\n if (!is_null($this->layout)) {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout()\n {\n if (!is_null($this->layout)) {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout()\n {\n if (!is_null($this->layout)) {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout()\n {\n if (! is_null($this->layout)) {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout()\n {\n if ( ! is_null($this->layout))\n {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout()\n {\n if ( ! is_null($this->layout))\n {\n $this->layout = View::make($this->layout);\n }\n }", "protected function setupLayout() {\n\t\tif (!is_null($this -> layout)) {\n\t\t\t$this -> layout = View::make($this -> layout);\n\t\t}\n\t}", "function viewRender($event)\n {\n /** @var View $view */\n $view = $event->sender;\n /** @var \\yii\\web\\Controller $controller */\n $controller = $this->owner;\n /** @var String $viewFile */\n $viewFile = $event->viewFile;\n /**\n * The layout file defined for that controller\n * @var String $layoutFile\n */\n $layoutFile = $controller->findLayoutFile($view);\n\n // If layout is not a string, won't be necessary to do anything more.\n if(!is_string($layoutFile)){\n return;\n }\n /** @var String $layoutExt */\n $layoutExt = pathinfo($layoutFile, PATHINFO_EXTENSION);\n /** @var String $viewExt */\n $viewExt = pathinfo($viewFile, PATHINFO_EXTENSION);\n /**\n * The defined blade extension file for blade Renderer\n * @var String $bladeExtension\n */\n $bladeExtension = $this->getRendererExtension($view);\n // If the two files (view and layout) are blade files, chances are\n // that developer has used a blade-like layout code, so we will\n // have to launch first the layout and after that the view, while\n // Yii2 does that the other way round.\n if($layoutExt === $bladeExtension && $viewExt === $bladeExtension){\n $view->renderers[$bladeExtension]->addLayout($layoutFile);\n\n // we don't want to use the layout anymore.\n $controller->layout = false;\n }\n }", "protected function _prepareLayout()\n {\n return $this;\n }" ]
[ "0.62319034", "0.61636245", "0.6123348", "0.585073", "0.58067334", "0.57235694", "0.56795776", "0.56795776", "0.5611649", "0.55342996", "0.5518624", "0.5512464", "0.5436148", "0.53772587", "0.5340117", "0.5329424", "0.53138053", "0.5289246", "0.52350444", "0.52111536", "0.52111536", "0.51851904", "0.51671535", "0.5161472", "0.51582134", "0.5158124", "0.5152299", "0.51483774", "0.5133186", "0.5126849", "0.5076715", "0.5076238", "0.5044671", "0.5037839", "0.50308424", "0.5025342", "0.5024499", "0.5020651", "0.49953777", "0.49950483", "0.4986493", "0.49731424", "0.49685812", "0.4966944", "0.4956659", "0.49531934", "0.49513993", "0.49408558", "0.49287945", "0.49260747", "0.49185553", "0.49120173", "0.49085644", "0.49075156", "0.4901959", "0.48932803", "0.48874405", "0.488535", "0.48816434", "0.48792943", "0.48728326", "0.48660523", "0.48649538", "0.48623997", "0.48615342", "0.48560524", "0.48472732", "0.4845632", "0.48356554", "0.48355272", "0.48353234", "0.48349842", "0.48341456", "0.48225743", "0.48208678", "0.48124954", "0.4812317", "0.4806416", "0.47959685", "0.47958875", "0.47870433", "0.478477", "0.478266", "0.47780794", "0.47780794", "0.47712368", "0.47627458", "0.47569868", "0.47531465", "0.4753039", "0.47469684", "0.47469684", "0.47469684", "0.47469684", "0.47469684", "0.4743948", "0.47385007", "0.47385007", "0.47343177", "0.4725702", "0.47153026" ]
0.0
-1
Generate a modal view.
public function modal($key, array $data = [], $name = null) { // Check to see if the config line is defined $line = $this->config('views.' . $this->ui . '.modal'); if (empty($line)) { // The config line is not defined, so look for it on the esensi::core package $line = $this->config('esensi/core::core.views.' . $this->ui . '.modal'); } $this->layout = $line; $this->setupLayout(); // Just return the response from the proxy call return $this->content($key, $data, $name); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function modalTest()\n {\n return view('main.modalTest');\n }", "public static function getModalView() {\n\t\t$modal = \"<div class='modal-ic-komi-view'></div>\";\n\t\treturn $modal;\n\t}", "public function createShowModal()\n {\n $this->resetValidation();\n $this->resetVars();\n $this->modalFormVisible = true;\n }", "public function index()\n {\n return view('main.testmodal');\n }", "public function createShowModal()\n {\n $this->resetValidation();\n $this->reset();\n $this->modalFormVisible = true;\n }", "public static function getModalDocumentView() {\n\t\t$modal = \"<div class='modal-ic-komi-document-view'></div>\";\n\t\treturn $modal;\n\t}", "public function createShowModal()\n {\n $this->resetValidation();\n $this->reset();\n $this->showModalForm = true;\n }", "public function render()\n {\n return view('faq::components.modal');\n }", "public function render(): View|Closure|string\n {\n return view('alert::components.modal');\n }", "public function create()\n {\n return view('modalities.create', [\n 'modality' => new Modality(),\n ]);\n }", "public function outputModal() {\n $jumbotron = $this->renderModal();\n echo $jumbotron;\n }", "public function render()\n {\n return view('components.modal-form');\n }", "public function generatePreceptorModalAction()\n {\n $preceptor_id = $this->_getParam('preceptor_id');\n $site_id = $this->_getParam('site_id');\n $site = \\Fisdap\\EntityUtils::getEntity(\"SiteLegacy\", $site_id);\n $form = new Account_Form_Modal_PreceptorModal($site, $preceptor_id);\n $this->_helper->json($form->__toString());\n }", "public function create()\n {\n // return View::make('producto.partial.modal-producto');\n\n }", "public function actionView($id) {\n if(Yii::app()->user->hasState('modal')){\n Yii::app()->clientScript->registerScript('close','$(\".cont_der\").remove();$(\"#yw2\").remove();'); \n }\n \n $this->render('view', array(\n 'model' => $this->loadModel($id),\n ));\n }", "public function newTemplate()\n {\n return view('admin.packs.modal', [\n 'nests' => $this->serviceRepository->getWithEggs(),\n ]);\n }", "public function getModalFormulario()\n {\n return view('main.modalformulario');\n }", "public function createShowModal(){\n $this->modalFormVisible = true;\n }", "public function render()\n\t{\n\t\treturn View::make('modals::admin.modals.render', array('modal' => $this));\n\t}", "public function postModal();", "function dw_quick_view() {\r\n\twc_get_template( 'dwqv-modal.php', array(), '', DWQV_DIR . 'templates/' );\r\n}", "function agendarOrientacao()\n\t{\n\t $this->load->view('orientacao/modalAgendarOrientacao');\n\t}", "public function getCreateBookModal(){\n\t\t$tags = Tag::all();\n\t \treturn View::make('createBookModal', array('tags'=>$tags));\n\t}", "public static function getModal() {\n\t\t$modal = \"<div class='modal-ic-komi-basic'></div>\";\n\t\treturn $modal;\n\t}", "public function message_viewer_modal()\n {\n $str = '<div class=\"modal fade\" id=\"viewmail-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\">';\n $str .= '<div class=\"credential-panel\" id=\"viewmail-panel\">';\n $str .= '<div class=\"credential-form\" id=\"viewmail-form\">';\n\t\t\t\t\t\t\t\t\t\t\t\t# Message Subject goes here\n $str .= '<h2 id=\"viewmail_subject\" class=\"sign-in font-24 modal-header mail_subject\"></h2>';\n $str .= '<hr style=\"margin-top: 0px\"></hr>';\n\t\t\t\t\t\t\t\t\t\t\t\t# To or From goes here\n $str .= '<label id=\"viewmail_label\" class=\"credential-label\" style=\"margin-top: 0px\"></label>';\n\t\t\t\t\t\t\t\t\t\t\t\t# Recipient or Sender goes here\n $str .= '<input id=\"viewmail_username\" class=\"reg-credential\" type=\"text\" readonly>';\n\n $str .= '<label class=\"credential-label\">Date:</label>';\n\t\t\t\t\t\t\t\t\t\t\t\t# Send date goes here\n $str .= '<input id=\"viewmail_date\" class=\"reg-credential\" type=\"text\" readonly>';\n\n $str .= '<textarea class=\"viewmail-textarea\" rows=\"8\" cols=\"50\" id=\"viewmail_body\" readonly></textarea>';\n\n $str .= '</div>';\n $str .= '</div>';\n $str .= '</div>';\n return $str;\n }", "public function actionLoadModalContent(){\r\n\t\t$this->renderPartial(\"_modalContent\");\r\n\t}", "function show_modal($idModal,$titleModal,$arrayContent) {\n\t\techo \"<div class='modal fade' id='$idModal'>\n\t\t\t\t<div class='modal-dialog modal-lg'>\n\t\t\t\t\t<div class='modal-content'>\n\t\t\t\t\t\t<div class='modal-header'>\n\t\t\t\t\t\t\t<button type='button' class='close' data-dismiss='modal' aria-label='Close'><span aria-hidden='true'>&times;</span></button>\n\t\t\t\t\t\t\t<h4 class='modal-title'> <span class='glyphicon glyphicon-eye-open'></span> $titleModal</h4>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class='modal-body text-center'>\n\t\t\t\t\t\t\t$arrayContent\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class='modal-footer form-inline'>\n\t\t\t\t\t\t\t<button type='button' class='btn btn-danger' data-dismiss='modal'><span class='glyphicon glyphicon-remove'></span> </button>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\";\n\t}", "public function openModal()\n {\n $this->confirmationArchived = true;\n }", "public function openModal()\n {\n $this->isModal = true;\n }", "public function grimage_modal()\n {\n ?>\n <!-- Modal -->\n <div class=\"grimage_modal\" id=\"grimage_modal-one\" aria-hidden=\"true\">\n <div class=\"grimage_modal-dialog\">\n <div class=\"grimage_modal-header\">\n <a href=\"#\" class=\"btn-close grimage_modalclose\" aria-hidden=\"true\">×</a> <!--CHANGED TO \"#close\"-->\n </div>\n <div class=\"grimage_modal-body\">\n <?php echo stripslashes(get_option('grimage_modalcontent')); ?>\n </div>\n <div class=\"grimage_modal-footer\">\n\n </div>\n </div>\n </div>\n <!-- /Modal -->\n <?php }", "public function openModal()\n {\n $this->isModal = true;\n }", "public function renderModal() {\n ob_start();\n include $this->filePath();\n $output = ob_get_clean();\n\n return $output;\n }", "public function loginmodal()\n {\n return view('cristal.needlogin');\n }", "public function render()\n {\n return view('components.delete-modal');\n }", "public function actionView($id)\n {\n// $this->layout = 'modalWin';\n return $this->renderAjax('view', [\n 'model' => $this->findModel($id),\n ]);\n }", "public function actionView($id)\n {\n// $this->layout = 'modalWin';\n return $this->renderAjax('view', [\n 'model' => $this->findModel($id),\n ]);\n }", "public function generateStaffMemberModalAction()\n {\n $site_id = $this->_getParam('site_id');\n $site = \\Fisdap\\EntityUtils::getEntity(\"SiteLegacy\", $site_id);\n\n $staff_member_id = $this->_getParam('staff_member_id');\n\n $form = new Account_Form_Modal_SiteStaffMemberModal($site, $staff_member_id);\n $this->_helper->json($form->__toString());\n }", "public function getModalView() {\r\n if ($_SERVER['REQUEST_METHOD'] === 'POST') {\r\n $task = $_POST['task'];\r\n $view = $_POST['view'];\r\n $task = safe($_POST['task']);\r\n if ($task == 'invoice') {\r\n\r\n /* Get the active users */\r\n $this->load->model('clients');\r\n $data['users'] = $this->clients->getUserList();\r\n\r\n if ($view == 'invoice') {\r\n $data['bank_statement_id'] = '';\r\n $data['bank_paid_date'] = '';\r\n $data['ajax_add'] = '';\r\n $data['invoice_type'] = '';\r\n $vat_listing = $this->clients->getVatType();\r\n $data['vat_listing'] = $vat_listing;\r\n $json['script'] = $this->load->view('client/invoices/invoice_js', '', true);\r\n /*$json['script'] = trim(str_replace(array('<script>','</script>'), '', $json['script']));*/\r\n $json['html'] = $this->load->view('client/invoices/form', $data, true);\r\n $json['file'] = '';\r\n die(json_encode($json));\r\n }\r\n } elseif ($task == 'expense') {\r\n $this->load->model('clients/expense');\r\n $data['users'] = $this->expense->getEmployeeList('include');\r\n $data['task'] = $task;\r\n $data['item'] = array();\r\n $data['form_id'] = 'expenseForm';\r\n $data['form_link'] = site_url() . 'clients/expenses/save';\r\n $data['vat_listing'] = $this->expense->getVatType();\r\n\r\n $json['script'] = $this->load->view('client/expenses/expenses_js', '', true);\r\n /*$json['script'] = str_replace(array('<script>','</script>'), '', $json['script']);*/\r\n $json['html'] = $this->load->view('client/expenses/form', $data, true);\r\n $json['file'] = '';\r\n die(json_encode($json));\r\n } elseif ($task == 'uploadexpense') {\r\n $data['form_id'] = 'uExpense';\r\n $data['form_link'] = site_url() . 'clients/expenses/uploadExpenses';\r\n $data['form_type'] = 'expense';\r\n $data['no_header_footer'] = 'no';\r\n $json['script'] = $this->load->view('client/expenses/expenses_js', '', true);\r\n /*$json['script'] = str_replace(array('<script>','</script>'), '', $json['script']);*/\r\n $json['file'] = '<script type=\"text/javascript\" src=\"' . site_url() . 'assets/js/filestyle.js\"></script>';\r\n $json['html'] = $this->load->view('client/expenses/upload_expense', $data, true);\r\n die(json_encode($json));\r\n } elseif ($task == 'newDividend') {\r\n $this->load->model('clients/dividends');\r\n\r\n $data['share_holders'] = $this->dividends->getShareHoldersList();\r\n $data['shares'] = $this->dividends->getTotalShares();\r\n //$data['dividend_no'] = $this->dividends->getDividendNumber();\r\n $task = safe($this->encrypt->decode($_POST['task']));\r\n //$id \t= safe($this->encrypt->decode($_POST['ID']));\r\n $data['task'] = $task;\r\n $data['ajax_add'] = '';\r\n $data['bank_statement_id'] = '';\r\n $data['bank_paid_date'] = '';\r\n $data['Directors'] = $this->dividends->getDirectorsList();\r\n $json['script'] = $this->load->view('client/dividend/dividend_js', '', true);\r\n /*$json['script'] = trim(str_replace(array('<script>','</script>'), '', $json['script']));*/\r\n $json['file'] = '';\r\n $json['html'] = $this->load->view('client/dividend/form', $data, true);\r\n die(json_encode($json));\r\n } elseif ($task == 'banks') {\r\n $data['statements'] = array();\r\n $json['html'] = $this->load->view('client/banks/upload_form', $data, true);\r\n $json['script'] = $this->load->view('client/banks/banks_js', '', true);\r\n /*$json['script'] = str_replace(array('<script>','</script>'), '', $json['script']);*/\r\n $json['file'] = '<script type=\"text/javascript\" src=\"' . site_url() . 'assets/js/filestyle.js\"></script>';\r\n die(json_encode($json));\r\n }\r\n } else {\r\n show_404();\r\n }\r\n }", "function createModal($screenshots) {\n print '\n<div id=\"myModal\" class=\"modal\">\n <div class=\"modal-content\">';\n\n createModals($screenshots);\n \n print '\n\n <a class=\"prev\" onclick=\"plusSlides(-1)\">&#10094;</a>\n <a class=\"next\" onclick=\"plusSlides(1)\">&#10095;</a>\n\n <div class=\"caption-container\">\n <p id=\"caption\"></p>\n </div>';\n \n \n createModalButtons($screenshots);\n \n print '\n \n </div>\n <span class=\"close cursor\" onclick=\"closeModal()\">&times;</span>\n</div>\n ';\n}", "public static function getModalViewServiceInterface() {\n\t\t$modal = \"<div class='modal-ic-komi-service-interface'></div>\";\n\t\treturn $modal;\n\t}", "public function render(){\n\t\t\t$content = <<<ENDHTML\n<div id=\"importerModal{$this->ID}\" class=\"modal hide fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"importerModal{$this->ID}Label\" aria-hidden=\"true\">\n <div class=\"modal-header\">\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\">×</button>\n <h3 id=\"importerModal{$this->ID}Label\">Import your movies<small> From {$this->source}</small></h3>\n </div>\n <div id=\"modalBody-{$this->ID}\" class=\"modal-body\">\n {$this->body}\n </div>\n <div class=\"modal-footer\">\n\t<button class=\"btn pull-left toggle\"><i class=\"icon-check\"></i> Toggle all</button>\n\t<div class=\"progress progress-striped active importer-progress\">\n\t\t<div class=\"bar\"></div>\n\t</div>\n <button class=\"btn right-btn\" data-dismiss=\"modal\" aria-hidden=\"true\">Close</button>\n <button class=\"btn btn-primary right-btn import\">Import</button>\n </div>\n</div>\nENDHTML;\n\t\t\treturn $content;\n\t\t}", "public function create()\n {\n //see modal controller\n }", "public function create()\n {\n //see modal controller\n }", "public function create()\n {\n //see modal controller\n }", "public function showmodal(Request $request, $id)\n { \n $tampils = DB::table('ides')->where('id', $id)->first();\n return view('welcome', compact('tampils'));\n \n }", "function showModal($args)\n{\n global $res;\n\n $modalHeader = $closeButton = null;\n if (!is_array($args))\n exit('Parametro inválido');\n\n if (is_array($args) && count($args)==1 && !isset($args['content']))\n $args['content'] = $args[0];\n\n if (!isset($args['button']['param']))\n $args['button']['param'] = null;\n if (!isset($args['button']['link']))\n $args['button']['link'] = null;\n if (!isset($args['button']['value']))\n $args['button']['value'] = null;\n if (!isset($args['button']['class']))\n $args['button']['class'] = null;\n\n $closeButton = 'Fechar';\n //$closeButton = !empty($args['button']['value']) ? 'Cancelar' : 'Fechar';\n\n\n if (isset($args['title']))\n $modalHeader = \"<div class='modal-header'> <a class='close' data-dismiss='modal'>×</a> <h3>{$args['title']}</h3> </div>\";\n else\n $modalHeader = \"<div class='modal-header'> <a class='close' data-dismiss='modal'>×</a> </div>\";\n\n\n $js = null;\n $js .= \"\\n\\t\\tvar template = \\\"<div class='fixedVersion'><div class='modal fade hide' id='msg-modal'>\\\";\n template += \\\"{$modalHeader}\\\";\n template += \\\"<div class='modal-body'>\\\";\n template += \\\"<p>{$args['content']}</p>\\\";\n template += \\\"</div>\\\";\n template += \\\"<div class='modal-footer'>\\\";\";\n\n if (!isset($args['button']['close']) || $args['button']['close']==true)\n $js .= \"\\n\\t\\ttemplate += \\\" <a href='javascript:void(0);' class='btn' data-dismiss='modal'>{$closeButton}</a>\\\";\";\n\n if (!empty($args['button']['value']))\n $js .= \"\\n\\t\\ttemplate += \\\"<a href='{$args['button']['link']}' id='{$args['button']['param']}' class='btn-rm btn {$args['button']['class']} btn-primary'>{$args['button']['value']}</a>\\\";\";\n\n $js .= \"\\n\\n\\t\\ttemplate += \\\"</div></div></div>\\\";\";\n // $js .= \"\\n\\t\\tif ($('#html-msg'))\";\n // $js .= \"\\n\\t\\t\\t$('#html-msg').html(template);\";\n // $js .= \"\\n\\t\\telse\";\n $js .= \"\\n\\t\\t\\t$(template).appendTo('body');\";\n $js .= \"\\n\\t\\tif ($('#lightbox')) $('#lightbox').hide();\";\n $js .= \"\\n\\t\\tif ($('.hide')) $('.hide').hide();\";\n $js .= \"\\n\\t\\t$('.fixedVersion .modal').modal().on('shown', function(){ $('.modal-backdrop').insertAfter($(this)); } );\\n\\n\";\n return $js;\n\n}", "function modal_form() {\n //get custom fields\n\n $view_data['model_info'] = $this->Sales_Invoices_model->get_one($this->input->post('id'));\n $view_data['taxes_dropdown'] = array(\"\" => \"-\") + $this->Taxes_model->get_dropdown_list(array(\"title\"));\n $view_data['order_dropdown'] = array(\"\" => \"-\") + $this->Sales_Order_model->get_dropdown_list(array(\"code\"));\n $view_data['project_dropdown'] = array(0 => \"-\") + $this->Master_Project_model->get_dropdown_list(array(\"project_name\",\"company_name\"));\n\n\n $view_data['clients_dropdown'] = array(\"\" => \"-\") + $this->Master_Customers_model->get_dropdown_list(array(\"name\"));\n\n $this->load->view('invoice/modal_form',$view_data);\n }", "function modalC($cabeza,$cuerpo,$abajo){\n\t echo '<div class=\"modal-dialog modal-md\">\n\t <!-- Modal content-->\n\t <div class=\"modal-content\">\n\t <div class=\"modal-header\">\n\t '.$cabeza.'\n\t </div>\n\t <div class=\"modal-body\" align=center>\n\t '.$cuerpo.'\n\t </div>\n\t <div class=\"modal-footer\">\n\t '.$abajo.'\n\t </div>\n\t </div>\n\t </div>';\n\t}", "public function render()\n {\n return view('components.agregar-usuario-modal');\n }", "public function index(){\n\t\t\t$data['view'] = 'terminal/terminal_modal';\n\t\t\t$data['view1'] = 'terminal/alertmodal';\n\t\t\t$this->load->view('terminal/index',$data);\n\t\t}", "public function modalContent($date) {\n \n\t$response = new Response();\n\t\n\t$content = views_embed_view('spektrix_whatson', 'block_2', $date);\n\n\t// Encode response in JSON and return\n\t$response->setContent(json_encode(\\Drupal::service('renderer')->renderPlain($content)));\n\t$response->headers->set('Content-Type', 'application/json');\n\treturn $response;\t \n }", "public function addModal()\n {\n $query = DB::table('colleges')->get();\n\n return view('lessons.add')->with('query',$query);\n }", "public function create()\n {\n return view($this->base_view.'popup.create');\n }", "function modal_form() {\n $event_id = decode_id($this->request->getPost('encrypted_event_id'), \"event_id\");\n $model_info = $this->Events_model->get_one($event_id);\n\n $model_info->start_date = $model_info->start_date ? $model_info->start_date : $this->request->getPost('start_date');\n $model_info->end_date = $model_info->end_date ? $model_info->end_date : $this->request->getPost('end_date');\n $model_info->start_time = $model_info->start_time ? $model_info->start_time : $this->request->getPost('start_time');\n $model_info->end_time = $model_info->end_time ? $model_info->end_time : $this->request->getPost('end_time');\n\n //for a specific share, we have to find that if it's been shared with team member or client's contact\n $model_info->share_with_specific = \"\";\n if ($model_info->share_with && $model_info->share_with != \"all\") {\n $share_with_explode = explode(\":\", $model_info->share_with);\n $model_info->share_with_specific = $share_with_explode[0];\n }\n\n $view_data['client_id'] = $this->request->getPost('client_id');\n\n //don't show clients dropdown for lead's estimate editing\n $client_info = $this->Clients_model->get_one($model_info->client_id);\n if ($client_info->is_lead) {\n $view_data['client_id'] = $client_info->id;\n }\n\n $view_data['model_info'] = $model_info;\n $view_data['members_and_teams_dropdown'] = json_encode(get_team_members_and_teams_select2_data_list());\n $view_data['time_format_24_hours'] = get_setting(\"time_format\") == \"24_hours\" ? true : false;\n\n\n //prepare clients dropdown, check if user has permission to access the client\n $client_access_info = $this->get_access_info(\"client\");\n\n $clients_dropdown = array();\n if ($this->login_user->is_admin || $client_access_info->access_type == \"all\") {\n $clients_dropdown = $this->get_clients_and_leads_dropdown(true);\n }\n\n $view_data['clients_dropdown'] = $clients_dropdown;\n\n $view_data[\"can_share_events\"] = $this->can_share_events();\n\n //prepare label suggestion dropdown\n $view_data['label_suggestions'] = $this->make_labels_dropdown(\"event\", $model_info->labels);\n\n $view_data[\"custom_fields\"] = $this->Custom_fields_model->get_combined_details(\"events\", $view_data['model_info']->id, $this->login_user->is_admin, $this->login_user->user_type)->getResult();\n\n return $this->template->view('events/modal_form', $view_data);\n }", "function modal_form() {\r\n\r\n $view_data['data_warehouse'] = $this->Master_Warehouse_model->getWarehouseDrop();\r\n $view_data['data_items'] = $this->Master_Items_model->getItemsDrop();\r\n $this->load->view('stock/modal_form',$view_data);\r\n }", "function paint_modal( $Task, $Users ){\n $name = filter_var($Task->getName(), FILTER_SANITIZE_FULL_SPECIAL_CHARS);\n $id = $Task->getId();\n $status = $Task->getStatus();\n \n // NO $Object->get() BEYOND THIS POINT!\n\n switch( $status ){\n case NOT_STARTED:\n $paneling = '#d9534f';\n break;\n case IN_PROGRESS:\n $paneling = '#f0ad4e';\n break;\n case DONE:\n $paneling = '#5cb85c';\n break;\n default:\n $paneling = NULL;\n }\n \n $header = <<< HTML\n <h4 class=\"modal-title\">$name</h4>\nHTML;\n \n $body = paint_body( $Task, $Users );\n \n $footer = <<< HTML\n <button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\">Cancel</button>\n <button form=\"task-update-form\" type=\"submit\" class=\"btn btn-primary\">Save changes</button>\nHTML;\n \n echo <<< HTML\n <div id=\"details-modal\" class=\"modal fade\">\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <div class=\"modal-header\" style=\"background-color:$paneling; color:white\">\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\"><span aria-hidden=\"true\">&times;</span><span class=\"sr-only\">Close</span></button>\n $header\n </div>\n <div class=\"modal-body\">\n $body\n </div>\n <div class=\"modal-footer\">\n $footer\n </div>\n </div>\n </div>\n </div>\nHTML;\n }", "function show_modal2() {\n\t\t\tif($_POST) {\n\t\t\t\t$exp = explode('|',$this->input->post('id'));\n\t\t\t\t// Get Harga\n\t\t\t\t$q = $this->md->get_order($exp[0],$this->input->post('o_id',array()),'CLOSED');\n\t\t\t\t$data['num_rows_det'] = $q['num_rows'];\n\t\t\t\t$data['result_det'] = $q['result'];\n\t\t\t\t\n\t\t\t\t$this->load->view($this->folder_view.$this->controller.'/create_modal2',$data);\n\t\t\t} else {\n\t\t\t\techo \"Invalid result!\";\n\t\t\t}\n\t\t}", "public function actionShow() {\n $session = $this->session;\n $this->layout = false; // loading only view file, without layout;\n $items_to_show = $this->getProductObject($session);\n return $this->render('cart-modal', compact('session', 'cart_products', 'items_to_show'));\n }", "function app_template_dialogs() {\n global $App;\n $continue = __('continue');\n $cancel = __('cancel');\n $ok = __('ok');\n $dialog_html = <<<HTML\n\n<div id=\"modal-warning\" class=\"abstract-modal-popup\" data-overlay-theme=\"b\">\n <div data-role=\"header\">\n <h1 id=\"modal-warning-label\"></h1>\n </div>\n <div id=\"modal-warning-body\" class=\"ui-content\" data-role=\"main\"></div>\n <div data-role=\"footer\">\n <a href=\"#\" class=\"modal-warning-close\" data-role=\"button\" data-transition=\"flow\">{$continue}</a>\n </div>\n</div>\n \n<div id=\"modal-dialog\" class=\"abstract-modal-popup\" data-overlay-theme=\"b\">\n <div data-role=\"header\">\n <h1 id=\"modal-dialog-label\"></h1>\n </div>\n <div id=\"modal-dialog-body\" class=\"ui-content\" data-role=\"main\"></div>\n <div data-role=\"footer\">\n <a href=\"#\" class=\"modal-dialog-close\" data-role=\"button\" data-inline=\"true\" data-transition=\"flow\">{$continue}</a>\n </div>\n</div>\n \n<div id=\"modal-confirm\" class=\"abstract-modal-popup\" data-overlay-theme=\"b\">\n <div data-role=\"header\">\n <h1 id=\"modal-confirm-label\"></h1>\n </div>\n <div id=\"modal-confirm-body\" class=\"ui-content\" data-role=\"main\"></div>\n <div data-role=\"footer\">\n <a href=\"#\" class=\"modal-confirm-cancel\" data-role=\"button\" data-inline=\"true\" data-transition=\"flow\">{$cancel}</a>\n <a href=\"#\" class=\"modal-confirm-ok\" data-role=\"button\" data-inline=\"true\" data-transition=\"flow\" data-theme=\"b\">{$ok}</a>\n </div>\n</div>\n\nHTML;\n\n return array(\n 'selector' \t=> $App->config('page_content_id'),\n 'pos_func' \t=> 'insertAfter',\n 'html'\t\t=> $dialog_html\n );\n}", "public function create()\n {\n $modulo = self::MODULO;\n return view(self::MODULO.'.create',compact('modulo'));\n }", "public function create()\n {\n //\n return view('modalidades.create');\n }", "public function create()\n {\n $this->openModal();\n $this->resetInputFields();\n }", "public function create()\n {\n $this->openModal();\n $this->resetInputFields();\n }", "public function createView();", "public function create()\n {\n return view('backoffice.user.modal.createadmin');\n }", "public function create()\n {\n $this->resetInputFields();\n $this->openModal();\n }", "public function create()\n {\n $this->resetInputFields();\n $this->openModal();\n }", "public function create()\n {\n $this->resetInputFields();\n $this->openModal();\n }", "public function create()\n {\n $this->resetInputFields();\n $this->openModal();\n }", "public function modalAction(Request $request)\n {\n $locale = $request->getLocale();\n $parameters = $request->request->all();\n if ($request->isXmlHttpRequest()) {\n $em = $this->getDoctrine()->getManager();\n $repository = $em->getRepository(Place::class);\n $place = $repository->find($parameters['id']);\n\n return $this->render('@Front/Index/partials/modal.html.twig', [\n 'place' => $place\n ]);\n }\n }", "public function presentMam()\n {\n return $this->render('static/presentation.html.twig');\n }", "public function create($type)\n {\n $view = 'forms.modals.'.$type.'.create';\n return view($view);\n }", "public function auth_modal()\n\t{\n get_template_part('bbpress/auth-modal'); \n\t}", "public function yieldView()\r\n {\r\n require $this->view;\r\n }", "function training_modal_callback() {\n ctools_include('modal');\n ctools_include('ajax');\n ctools_modal_add_js();\n $output = ctools_modal_text_button('Click me to show modal', 'training/ctools/modal/nojs/form', 'Click', 'ctools-modal-some-class');\n $settings = array(\n 'some-class' => array(\n 'modalSize' => array(\n 'type' => 'fixed',\n 'width' => 500,\n 'height' => 300,\n ),\n 'animation' => 'fadeIn',\n ),\n );\n\n return array(\n array(\n '#type' => 'markup',\n '#markup' => $output,\n ),\n array(\n '#attached' => array(\n 'js' => array(\n drupal_get_path('module', 'training') . '/js/training.js',\n array(\n 'data' => $settings,\n 'type' => 'setting',\n ),\n ),\n ),\n ),\n );\n}", "public function create()\n\t{\n\t\t$this->authorize('create', Impedimento::class);\n\t\treturn View('impedimento.create');\n\t}", "function viewMain() {\n\t$view = new viewModel();\n\t$view->showMain();\t\n}", "function criar_modal_erros($titulo, $msg) {\r\n ?>\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\">&times;</button>\r\n <h4 class=\"modal-title\"> <p class=\"text-info\"><?php print $titulo; ?></p></h4>\r\n </div>\r\n <div class=\"modal-body\"><p class=\"text-danger\"><?php print $msg; ?></p></div>\r\n <div class=\"modal-footer\">\r\n <button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\" >FECHAR </button>\r\n </div>\r\n <?php\r\n}", "protected function composeView()\n {\n view()->composer('shop::customers.account.partials.sidemenu', function ($view) {\n $menu = current(Event::fire('customer.menu.create'));\n\n $view->with('menu', $menu);\n });\n }", "public function getModalDelete($id = null)\n {\n $error = '';\n $model = '';\n $confirm_route = route('admin.soldbooks.delete',['id'=>$id]);\n return View('admin.layouts/modal_confirmation', compact('error','model', 'confirm_route'));\n\n }", "public function admin_hrd_modal_tambah_berita() {\n\t\t\treturn View::make('admin_hrd.modals.admin_hrd_modal_tambah_berita');\n\t\t}", "public function index(){\n\t\t$this->load->view('jointures/header');\n\t\t$this->load->view('accueil');\n\t\t$this->load->view('jointures/footer');\n\t\t$this->load->view('jointures/modals');\n\t}", "public function render()\n {\n return view('components.update-status-modal');\n }", "public function yieldView() {\n\t\trequire $this->_view;\n\t}", "public function createPackage()\n {\n $patrocinador = $this->socioLoguedo();\n $sexos = $this->sexos;\n $paquetes = Package::all();\n return view('partnerviews.inscriptions.create-package', compact('patrocinador', 'sexos', 'paquetes'));\n }", "public static function modal($selector = 'modal', $params = array())\n\t{\n\t\tJevModal::modal($selector, $params);\n\t\treturn;\n\n\t}", "function ctools_modal_page($js = NULL) {\n\tif ($js) {\n\t\t// Required includes for ctools to work\n\t\tctools_include('ajax');\n\t\tctools_include('modal');\n\t\t$form_state = array(\n\t\t\t'ajax' => TRUE,\n\t\t\t'title' => t('User Login'),\n\t\t);\n\t\t$output = ctools_modal_form_wrapper('user_login', $form_state);\n\t\tif (!empty($form_state['executed'])) {\n\t\t\t// We'll just overwrite the form output if it was successful.\n\t\t\t$output = array();\n\t\t\tctools_add_js('ajax-responder');\n\t\t\t$output[] = ctools_modal_command_dismiss(t('Login success'));\n\t\t\tif (isset($_GET['destination'])) {\n\t\t\t\t$output[] = ctools_ajax_command_redirect($_GET['destination']);\n\t\t\t} else {\n\t\t\t\t$output[] = ctools_ajax_command_reload();\n\t\t\t}\n\t\t}\n\t\tprint ajax_render($output);\n\t} else {\n\t\treturn drupal_get_form('user_login');\n\t}\n}", "protected function create_interact_view() {\n\t\t$this->interact = new \\Interact\\InteractBaseView($this->course, $this->user,\n\t\t\tarray($this->assignment->get_tag()), $this->section->get_tag());\n\t\t$this->add_aux($this->interact);\n\t}", "public function create()\n {\n return view('adminpages.mealsAdd');\n }", "function estudiantesMatriculados() {\n $this->view->estadoMatricula = $this->model->estadoMatricula();\n \n $this->view->render('header');\n $this->view->render('matricula/estudiantesMatriculados');\n $this->view->render('footer');\n }", "public function view(){\n parent::view();\n $this->addFooterItem( $this->getHelper('html')->css('unique/home-parallax.css', self::PACKAGE_HANDLE) );\n $this->addFooterItem( $this->jsAsync($this->getHelper('html')->javascript('home-parallax.js', self::PACKAGE_HANDLE)) );\n }", "public function show(Modalidades $modalidades)\n {\n //\n }", "public function getModalDelete($id = null)\n {\n $error = '';\n $model = '';\n $confirm_route = route('personas.delete',['id'=>$id]);\n return View('admin.layouts/modal_confirmation', compact('error','model', 'confirm_route'));\n\n }", "protected function generateView() {\n \n $this->getViewData();\n $this->generatePageHeader(\"Kunde\");\n $this->generatePageBody();\n $this->generatePageFooter();\n }", "public function getModalDelete($id = null)\n {\n $error = '';\n $model = '';\n $confirm_route = route('admin.ctStudentMajors.delete',['id'=>$id]);\n return View('admin.layouts/modal_confirmation', compact('error','model', 'confirm_route'));\n\n }", "public function generateView()\n {\n foreach ($this->cds as $cd)\n {\n $view = new View('CdItem');\n $view->setValue('TITLE', $cd->getTitle());\n $view->setValue('ARTIST', $cd->getArtist());\n $view->setValue('GENRE', $cd->getGenre());\n $view->setValue('CREATION_YEAR', $cd->getCreationYear());\n $view->display();\n }\n }", "public function create()\n {\n return view('meals.create');\n }", "public function create()\n {\n return view($this->_config['view']);\n }", "public function indexAction() {\n \n $view = new ViewModel(); \n $view->setTemplate('templates/orion/generic.phtml');\n $view->setTerminal(true); \n\n return $view;\n \n \n }", "function modal_form() {\n validate_submitted_data(array(\n \"id\" => \"numeric\"\n ));\n\n $client_id = $this->input->post('client_id');\n\n $model_info = $this->Expenses_model->get_one($this->input->post('id'));\n $view_data['categories_dropdown'] = $this->Expense_categories_model->get_dropdown_list(array(\"title\"));\n\n $team_members = $this->Users_model->get_all_where(array(\"deleted\" => 0, \"user_type\" => \"staff\"))->result();\n $members_dropdown = array();\n\n foreach ($team_members as $team_member) {\n $members_dropdown[$team_member->id] = $team_member->first_name . \" \" . $team_member->last_name;\n }\n\n $view_data['members_dropdown'] = array(\"0\" => \"-\") + $members_dropdown;\n $view_data['clients_dropdown'] = array(\"\" => \"-\") + $this->Clients_model->get_dropdown_list(array(\"company_name\"), \"id\", array(\"is_lead\" => 0));\n $view_data['projects_dropdown'] = array(\"0\" => \"-\") + $this->Projects_model->get_dropdown_list(array(\"title\"));\n $view_data['taxes_dropdown'] = array(\"\" => \"-\") + $this->Taxes_model->get_dropdown_list(array(\"title\"));\n\n $model_info->project_id = $model_info->project_id ? $model_info->project_id : $this->input->post('project_id');\n $model_info->user_id = $model_info->user_id ? $model_info->user_id : $this->input->post('user_id');\n\n $view_data['model_info'] = $model_info;\n $view_data['client_id'] = $client_id;\n\n $view_data['can_access_expenses'] = $this->can_access_expenses();\n $view_data['can_access_clients'] = $this->can_access_clients();\n\n $view_data[\"custom_fields\"] = $this->Custom_fields_model->get_combined_details(\"expenses\", $view_data['model_info']->id, $this->login_user->is_admin, $this->login_user->user_type)->result();\n $this->load->view('expenses/modal_form', $view_data);\n }" ]
[ "0.7483777", "0.7426607", "0.70107925", "0.7002699", "0.69139814", "0.68817985", "0.6868688", "0.6833254", "0.67498213", "0.67201763", "0.6612807", "0.6568027", "0.6554786", "0.6554429", "0.6487733", "0.6455993", "0.64390546", "0.6426881", "0.63476866", "0.63415873", "0.63283134", "0.6303588", "0.62886477", "0.62709165", "0.6223042", "0.62211615", "0.6171138", "0.61483485", "0.6125957", "0.6104353", "0.6088276", "0.6085519", "0.60849404", "0.6081616", "0.6079505", "0.6079505", "0.6047291", "0.60442877", "0.6018301", "0.6007167", "0.60043275", "0.59938973", "0.59938973", "0.59938973", "0.59897685", "0.59807295", "0.59795123", "0.5974212", "0.5964233", "0.594407", "0.591926", "0.5918825", "0.58952135", "0.5873045", "0.5864282", "0.58551973", "0.58480954", "0.5841444", "0.5801898", "0.57969373", "0.57923996", "0.57860005", "0.57860005", "0.5781347", "0.57798135", "0.5772526", "0.5772526", "0.5772526", "0.5772526", "0.5762042", "0.57559776", "0.57439005", "0.57289743", "0.5726802", "0.57075715", "0.56951237", "0.5687213", "0.5683402", "0.566243", "0.56400746", "0.56376964", "0.5633492", "0.5608473", "0.560677", "0.55842996", "0.55812204", "0.5580656", "0.5579633", "0.5578444", "0.5569435", "0.5569091", "0.5564717", "0.5557999", "0.5553393", "0.55485463", "0.5544476", "0.55273235", "0.552503", "0.55225", "0.5521499" ]
0.5654332
79
Resolve the templates for an email template.
public function email($key) { // Get the confg line for the view $config = 'emails.' . $this->ui . '.' . $key; $lines = $this->config($config); if (is_null($lines)) { throw new InvalidArgumentException('Email config line ['.$config.'] not found.'); } return $lines; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function retrieveEmailTemplates()\n {\n return $this->start()->uri(\"/api/email/template\")\n ->get()\n ->go();\n }", "function edd_pup_get_email_templates() {\r\n\r\n\t$templates = edd_get_email_templates();\r\n\t$eddpdfi_email_templates = array(\r\n\t\t'invoice_default',\r\n\t\t'blue_stripe',\r\n\t\t'lines',\r\n\t\t'minimal',\r\n\t\t'traditional',\r\n\t\t'invoice_blue',\r\n\t\t'invoice_green',\r\n\t\t'invoice_orange',\r\n\t\t'invoice_pink',\r\n\t\t'invoice_purple',\r\n\t\t'invoice_red',\r\n\t\t'invoice_yellow'\r\n\t);\r\n\r\n\tforeach ( $eddpdfi_email_templates as $pdftemplate ) {\r\n\t\tif ( array_key_exists( $pdftemplate, $templates ) ) {\r\n\t\t\tunset( $templates[$pdftemplate] );\r\n\t\t}\r\n\t}\r\n\r\n\treturn $templates;\r\n}", "public function resolve($template);", "public function resolve_template() {\n\n\t\t/**\n\t\t * Returns the available template paths for column settings\n\t\t *\n\t\t * @param array $paths Template paths\n\t\t * @param string $template Current template path\n\t\t */\n\t\t$paths = apply_filters( 'ac/view/templates', [ AC()->get_dir() . 'templates' ], $this->template );\n\n\t\tforeach ( $paths as $path ) {\n\t\t\t$file = $path . '/' . $this->template . '.php';\n\n\t\t\tif ( is_readable( $file ) ) {\n\t\t\t\tinclude $file;\n\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}", "public function retrieveMessageTemplates()\n {\n return $this->start()->uri(\"/api/message/template\")\n ->get()\n ->go();\n }", "public function fetchTemplate($template,$data = array(),$outtemplate = null) {\n\t\t// template is required\n\t\tif (trim($template) == '') {\n\t\t\tthrow new \\Exception('No template to format email');\n\t\t}\n\t\t\n\t\t$templatedata = $this->getTemplateData($template);\n\t\t\n\t\t// use default out template if is not provided\n\t\tif ($outtemplate === null) {\n\t\t\t$outtemplate = 'default';\n\t\t}\n\t\t\n\t\t// template is not found in any locale\n\t\tif (!is_array($templatedata)) {\n\t\t\tthrow new \\Exception(sprintf('Email template %s not found',$template));\n\t\t}\n\t\t\n\t\t// if email template provided.\n\t\tif ($outtemplate != '') {\n\t\t\t$outtemplate_real = $this->getOutTemplate($outtemplate);\n\t\t\t\n\t\t\tif (!$outtemplate_real) {\n\t\t\t\tthrow new \\Exception(sprintf('Email template %s not found',$outtemplate));\n\t\t\t}\n\t\t\t\n\t\t\t$outtemplate = $outtemplate_real;\n\t\t}\n\t\t\n\t\t// create template processor object\n\t\t$class = $this->templateprocessorclass;\n\t\t$templating = new $class();\n\t\t\n\t\t// init template processor\n\t\t$templating->init($this->tepmlateprocessorinitoptions);\n\n\t\tif (is_object($this->options['application'])) {\n\t\t\t$templating->setApplication($this->options['application']);\n\t\t}\n\t\t\n\t\t// check if template processor can access a template\n\t\tif (!$templating->checkTemplateExists($templatedata['file'])) {\n\t\t\tthrow new \\Exception(sprintf('Email template %s not found',$template));\n\t\t}\n\t\t\n\t\t// set data to fetch with the template\n\t\t$templating->setVars($data);\n\t\t\n\t\t// fetch subject template (it also can contains some wildcards)\n\t\t$subject = $templating->fetchString($templatedata['subject']);\n\t\t\n\t\t$templating->setTemplate($templatedata['file']);\n\t\t\n\t\t// generate email body\n\t\t$emailhtml = $templating->fetchTemplate();\n\t\t\n\t\t// insert a body to a common outer template\n\t\tif ($outtemplate != '') {\n\t\t\t$templating->setVar('EMAILCONTENT',$emailhtml);\n\t\t\t\n\t\t\t$templating->setTemplate($outtemplate);\n\t\t\t\n\t\t\t$emailhtml = $templating->fetchTemplate();\n\t\t}\n\t\t\n\t\t// return body and subject\n\t\treturn array('body'=>$emailhtml,'subject'=>$subject);\n\t}", "public function getEmailTemplates()\n {\n try {\n return json_decode($this->filesystem->get($this->storagePath));\n } catch (Exception $e) {\n return [];\n }\n }", "function mail_template_load($name, $locale, $strict = false)\n{\n static $templates = array();\n\n if (!isset($templates[$locale][$name])) {\n // Try to load the template from the database.\n $template = Database::getInstance()->query(\n \"SELECT * FROM {mailtemplate} WHERE name = :name AND locale = :locale\",\n array(\n ':name' => $name,\n ':locale' => $locale,\n ),\n array(\n 'return_rows' => Database::RETURN_ONE_ROW,\n )\n );\n\n if (!$template) {\n if ($strict) {\n return false;\n }\n\n // There is no template in the database.\n if ($locale == get_default_locale()) {\n // The template is still not found.\n $template = false;\n } else {\n // Try to load the template for the default locale.\n $template = mail_template_load($name, get_default_locale());\n }\n }\n\n $templates[$locale][$name] = $template;\n }\n\n return $templates[$locale][$name];\n}", "function get_email_template_for_sending($template_slug, $email)\n{\n $CI =& get_instance();\n\n $language = get_email_template_language($template_slug, $email);\n\n if (!is_dir(APPPATH . 'language/' . $language)) {\n $language = 'english';\n }\n\n $CI->db->where('language', $language);\n $CI->db->where('slug', $template_slug);\n $template = $CI->db->get('tblemailtemplates')->row();\n\n // Template languages not yet inserted\n // Users needs to visit Setup->Email Templates->Any template to initialize all languages\n if (!$template) {\n $CI->db->where('language', 'english');\n $CI->db->where('slug', $template_slug);\n $template = $CI->db->get('tblemailtemplates')->row();\n } else {\n if ($template && $template->message == '') {\n // Template message blank use the active language default template\n $CI->db->where('language', get_option('active_language'));\n $CI->db->where('slug', $template_slug);\n $template = $CI->db->get('tblemailtemplates')->row();\n\n if ($template->message == '') {\n $CI->db->where('language', 'english');\n $CI->db->where('slug', $template_slug);\n $template = $CI->db->get('tblemailtemplates')->row();\n }\n }\n }\n\n return $template;\n}", "public function registerMailTemplates()\n {\n return [];\n }", "public function mailTemplates() {\n $t = array(\n 'completed' => 'order-completed.txt',\n 'completed-wm' => 'order-completed-webmaster.txt',\n 'completed-dl' => 'order-completed-dl.txt',\n 'completed-wm-dl' => 'order-completed-dl-webmaster.txt',\n 'pending' => 'order-pending.txt',\n 'pending-wm' => 'order-pending-webmaster.txt',\n 'refunded' => 'order-refunded.txt',\n 'cancelled' => 'order-cancelled.txt',\n 'completed-wish' => 'order-completed-wish.txt',\n 'completed-wish-dl' => 'order-completed-wish-dl.txt',\n 'completed-wish-recipient' => 'order-completed-wish-recipient.txt',\n 'completed-wish-recipient-dl' => 'order-completed-wish-recipient-dl.txt'\n );\n return $t;\n }", "function import_mail_templates($locale, $file)\n{\n // Get new mail templates\n $parser = new YamlParser();\n $new_templates = $parser->parse(file_get_contents($file));\n if (empty($new_templates)) {\n // Nothing to import.\n return;\n }\n\n foreach ($new_templates as $name => $template) {\n // Validate the template\n $is_valid_template = is_array($template)\n && array_key_exists('subject', $template)\n && array_key_exists('body', $template);\n if (!$is_valid_template) {\n throw new \\RuntimeException(sprintf(\n 'An invalid mail template \"%s\" is found in \"%s\".',\n $name,\n $file\n ));\n }\n\n if (!mail_template_load($name, $locale, true)) {\n // Import only templates that are not already in the database.\n mail_template_save(\n $name,\n $locale,\n $template['subject'],\n $template['body']\n );\n }\n }\n}", "public function searchEmailTemplates($request)\n {\n return $this->start()->uri(\"/api/email/template/search\")\n ->bodyHandler(new JSONBodyHandler($request))\n ->post()\n ->go();\n }", "function parse_email_template($template, $merge_fields = array())\n{\n $CI =& get_instance();\n if (!is_object($template) || $CI->input->post('template_name')) {\n $original_template = $template;\n if ($CI->input->post('template_name')) {\n $template = $CI->input->post('template_name');\n }\n $CI->db->where('slug', $template);\n $template = $CI->db->get('tblemailtemplates')->row();\n\n if ($CI->input->post('email_template_custom')) {\n $template->message = $CI->input->post('email_template_custom', false);\n // Replace the subject too\n $template->subject = $original_template->subject;\n }\n }\n $template = _parse_email_template_merge_fields($template, $merge_fields);\n\n\n return do_action('email_template_parsed', $template);\n}", "function scan_templates_for_translations () {\r\n $this->CI->load->helper( 'file' );\r\n $filename = config_item( 'dummy_translates_filename' );\r\n\r\n // Clean Pattern for new file\r\n $clean_pattern = \"<?php\\n\";\r\n\r\n // Emptying file\r\n write_file( $filename, $clean_pattern );\r\n\r\n $path = realpath( config_item( 'current_template_uri' ) );\r\n $directory = new RecursiveDirectoryIterator( $path );\r\n $iterator = new RecursiveIteratorIterator( $directory );\r\n\r\n // Regex for no deprecated twig templates\r\n $regex = '/^((?!DEPRECATED).)*\\.twig$/i';\r\n $file_iterator = new RegexIterator( $iterator, $regex, RecursiveRegexIterator::GET_MATCH );\r\n\r\n $files = 0;\r\n $arr_strings = array();\r\n\r\n foreach( $file_iterator as $name => $object ) {\r\n $files++;\r\n\r\n // Mega regex for Quoted String tokens with escapable quotes\r\n // http://www.metaltoad.com/blog/regex-quoted-string-escapable-quotes\r\n $pattern = '/{%\\s?trans\\s?((?<![\\\\\\\\])[\\'\"])((?:.(?!(?<![\\\\\\\\])\\1))*.?)\\1/';\r\n $current_file = fopen( $name, 'r' );\r\n\r\n while ( ( $buffer = fgets( $current_file ) ) !== false ) {\r\n if ( preg_match_all( $pattern, $buffer, $matches ) ) {\r\n foreach( $matches[ 2 ] as $match ) {\r\n // Escaping quotes not yet escaped\r\n $match = preg_replace( '/(?<![\\\\\\\\])(\\'|\")/', \"\\'\", $match );\r\n array_push( $arr_strings, \"echo _( '$match' );\\n\" );\r\n }\r\n }\r\n }\r\n\r\n fclose( $current_file );\r\n }\r\n\r\n // Remove duplicates\r\n $arr_strings = array_unique( $arr_strings );\r\n write_file( $filename, implode( $arr_strings ), 'a' );\r\n\r\n $result = array(\r\n 'templates' => $files,\r\n 'strings' => count( $arr_strings ),\r\n 'output' => $filename,\r\n 'lint' => check_php_file_syntax( $filename )\r\n );\r\n\r\n return $result;\r\n }", "public function get_templates()\n {\n $template = new MailTemplate();\n return $template->findAll();\n }", "function getTemplates($origdata)\n{\n\tstatic $regexs = array(\n\t\t\t'passed_param' => '!\\{\\{\\{(?P<content>[^{}]*?\\}\\}\\})!', // Highest priority\n\t\t\t'html' => '!<\\s*(?P<content>(?P<tag>[\\w]+)[^>]*>[^<]*?<\\s*/\\s*(?P=tag)\\s*>)!',\n\t\t\t'template' => '!\\{\\{\\s*(?P<content>(?P<name>[^{}\\|]+?)(?:\\|(?P<params>[^{}]+?))?\\}\\})!',\n\t\t\t'table' => '!\\{\\|(?P<content>[^{]*?\\|\\})!',\n\t\t\t'link' => '!\\[\\[(?P<content>[^\\[\\]]*?\\]\\])!'\n\t);\n\n\tstatic $MAX_ITERATIONS = 100000;\n\n\t$itercnt = 0;\n\t$match_found = true;\n\t$markers = array();\n\t$templates = array();\n\t$data = preg_replace('/<!--.*?-->/us', '', $origdata); // Strip comments\n\n\twhile ($match_found) {\n\t\tif (++$itercnt > $MAX_ITERATIONS) {\n\t\t\t//Logger::log(\"Max iterations reached data=$origdata\");\n\t\t\treturn array();\n\t\t}\n\t\t$match_found = false;\n\n\t\tforeach ($regexs as $type => $regex) {\n\t\t\t$match_cnt = preg_match_all($regex, $data, $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);\n\t\t\t$offset_adjust = 0;\n\n\t\t\tif ($match_cnt) {\n\t\t\t\t$match_found = true;\n\n\t\t\t\tforeach ($matches as $match) {\n\t\t\t\t\t// See if there are any containers inside\n\t\t\t\t\t$content = $match['content'][0];\n\n\t\t\t\t\tforeach ($regexs as $regex2) {\n\t\t\t\t\t\tif (preg_match($regex2, $content)) {\n\t\t\t\t\t\t\t//\t\t\t\t\t\t\t\techo \"$regex2\\n\";\n\t\t\t\t\t\t\t//\t\t\t\t\t\t\t\techo \"$content\\n\";\n\t\t\t\t\t\t\tcontinue 2;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Replace the match with a marker\n\t\t\t\t\t$marker_id = \"\\v\" . count($markers) . \"\\f\";\n\t\t\t\t\t$content = $match[0][0];\n\t\t\t\t\t$content_len = strlen($content);\n\t\t\t\t\t$offset = $match[0][1] - $offset_adjust;\n\t\t\t\t\t$offset_adjust += $content_len - strlen($marker_id);\n\n\t\t\t\t\t$data = substr_replace($data, $marker_id, $offset, $content_len);\n\n\t\t\t\t\tif ($type == 'template') $templates[] = $content;\n\n\t\t\t\t\t// Replace any markers in the content\n\t\t\t\t\tpreg_match_all(\"!\\v\\\\d+\\f!\", $content, $marker_matches);\n\t\t\t\t\tforeach ($marker_matches[0] as $marker_match) {\n\t\t\t\t\t\t$content = str_replace($marker_match, $markers[$marker_match], $content);\n\t\t\t\t\t}\n\n\t\t\t\t\t$markers[$marker_id] = $content;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t$results = array();\n\n\t// Parse the template names and parameters\n\tforeach ($templates as $template) {\n\t\tpreg_match($regexs['template'], $template, $matches);\n\t\t$tmpl_name = $matches['name'];\n\n\t\t// Replace any markers in the name\n\t\tpreg_match_all(\"!\\v\\\\d+\\f!\", $tmpl_name, $marker_matches);\n\t\tforeach ($marker_matches[0] as $marker_match) {\n\t\t\t$tmpl_name = str_replace($marker_match, $markers[$marker_match], $tmpl_name);\n\t\t}\n\n\t\t$tmpl_name = ucfirst(trim(str_replace('_', ' ', $tmpl_name)));\n\t\tif (strpos($tmpl_name, 'Template:') === 0) {\n\t\t\t$tmpl_name = ucfirst(ltrim(substr($tmpl_name, 9)));\n\t\t}\n\n\t\t$tmpl_params = array();\n\t\tif (isset($matches['params'])) {\n\t\t\t$numbered_param = 1;\n\t\t\t$params = explode('|', $matches['params']);\n\n\t\t\tforeach ($params as $param) {\n\t\t\t\tif (strpos($param, '=') !== false) {\n\t\t\t\t\tlist($param_name, $param_value) = explode('=', $param, 2);\n\n\t\t\t\t\t// Replace any markers in the name\n\t\t\t\t\tpreg_match_all(\"!\\v\\\\d+\\f!\", $param_name, $marker_matches);\n\t\t\t\t\tforeach ($marker_matches[0] as $marker_match) {\n\t\t\t\t\t\t$param_name = str_replace($marker_match, $markers[$marker_match], $param_name);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t$param_name = \"$numbered_param\";\n\t\t\t\t\t$param_value = $param;\n\t\t\t\t\t++$numbered_param;\n\t\t\t\t}\n\n\t\t\t\t// Replace any markers in the content\n\t\t\t\tpreg_match_all(\"!\\v\\\\d+\\f!\", $param_value, $marker_matches);\n\t\t\t\tforeach ($marker_matches[0] as $marker_match) {\n\t\t\t\t\t$param_value = str_replace($marker_match, $markers[$marker_match], $param_value);\n\t\t\t\t}\n\n\t\t\t\t$param_name = trim($param_name);\n\t\t\t\t$tmpl_params[$param_name] = trim($param_value);\n\t\t\t}\n\t\t}\n\n\t\t$results[] = array('name' => $tmpl_name, 'params' => $tmpl_params);\n\t}\n\n\treturn $results;\n}", "function templateToUse() {\n\t\t// loop until templateType = name | custom\n\t\t$templateType = $this->getTemplateType();\n\t\t$templateCustom = $this->getTemplateCustom();\n\t\t$templateName = $this->getTemplateName();\n\t\t$articleName = $this->getTitleArticle();\n\t\t$articleId = $this->getId();\n\t\t$parent = $this->parent();\n\t\t\n\t\t$i = 0;\n\t\twhile ($templateType != 'name' && $templateType != 'custom' && $parent !== null) {\n\t\t\t$templateType = $parent->getTemplateType();\n\t\t\t$templateCustom = $parent->getTemplateCustom();\n\t\t\t$templateName = $parent->getTemplateName();\n\t\t\t$articleName = $parent->getTitleArticle();\n\t\t\t$articleId = $parent->getId();\n\t\t\t$parent = $parent->parent();\n\t\t}\n\t\t\n\t\t/*\n\t\techo \"<br><br>templateType: \" . $templateType;\n\t\techo \"<br>templateCustom: \" . $templateCustom;\n\t\techo \"<br>templateName: \" . $templateName;\n\t\techo \"<br>articleName: \" . $articleName;\n\t\techo \"<br>articleID: $articleId\";\n\t\t// */\n\t\t\n\t\t$templates = polarbear_getTemplates();\n\t\t\n\t\tpb_pqp_log_speed(\"article templateToUse\");\n\t\t\n\t\tif ($templateType == 'custom') {\n\t\t\treturn $templateCustom;\n\t\t} else if (isset($templates[$templateName])) {\n\t\t\treturn $templates[$templateName]['file'];\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t\t\n\t}", "function fetchTemplate(string $content, string $user, string $usr_email, string $template): string{\n $chnd = fopen($template, \"r\");\n $rawContent = fread($chnd, filesize($template));\n fclose($chnd);\n $replacer = [\n \"%content%\" => $content,\n \"%user%\" => $user,\n \"%email%\" => $usr_email,\n \"%tms%\" => date(\"Y-M-d H:m:i\")\n ];\n foreach($replacer as $needle => $val)\n $rawContent = str_replace($needle, $val, $rawContent);\n return $rawContent;\n}", "private function find_templates () {\r\n\t\t$results = array();\r\n\r\n\t\t$files = WooDojo_Utils::glob_php( '*.php', GLOB_MARK, $this->templates_dir );\r\n\r\n\t\tif ( is_array( $files ) && count( $files ) > 0 ) {\r\n\t\t\tforeach ( $files as $k => $v ) {\r\n\t\t\t\t$data = $this->get_template_data( $v );\r\n\t\t\t\tif ( is_object( $data ) && isset( $data->title ) ) {\r\n\t\t\t\t\t$results[$v] = $data->title;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn $results;\r\n\t}", "public function get_email_template() {\n\t\t// determine which template file to use\n\t\t$template_file = locate_template( sprintf( 'templates/emails/%s.php', $this->get_key() ) );\n\t\tif ( ! $template_file ) {\n\t\t\t$template_file = locate_template( 'templates/emails/default.php' );\n\t\t}\n\n\t\t// load template\n\t\tob_start();\n\t\trequire $template_file;\n\t\t$template = ob_get_clean();\n\n\t\t// inline styles\n\t\ttry {\n\t\t\t$emogrifier = new \\MyListing\\Utils\\Emogrifier( $template );\n\t\t\t$rendered_template = $emogrifier->emogrify();\n\t\t} catch ( \\Exception $e ) {\n\t\t\t// if inline styles can't be applied, use the original markup as the message body\n\t\t\t$rendered_template = $template;\n\t\t}\n\n\t\treturn $rendered_template;\n\t}", "public function loadMatchingTemplate()\n {\n $assignments = self::getAssignments();\n $hlp = $this;\n $matches = array_filter($assignments, function ($data) use ($hlp) {\n return $hlp::matchPagePattern($data['pattern']);\n });\n\n $template = array_pop($matches);\n return $template;\n }", "protected function _parseTemplate() {}", "protected function get_patterns_from_templates() {\n $patterns = array();\n\n // Extract view and field patterns from editor text.\n $text = $this->get_templates_text();\n if (trim($text)) {\n // This view patterns.\n if ($viewpatterns = $this->renderer->search($text)) {\n $patterns['view'] = $viewpatterns;\n }\n // Field patterns.\n if ($fields = $this->df->field_manager->get_fields(array('forceget' => true))) {\n foreach ($fields as $fieldid => $field) {\n if ($fieldpatterns = $field->renderer->search($text)) {\n if (empty($patterns['field'])) {\n $patterns['field'] = array();\n }\n $patterns['field'][$fieldid] = $fieldpatterns;\n }\n }\n }\n }\n\n return $patterns;\n }", "function resolve_block_template($template_type, $template_hierarchy, $fallback_template)\n {\n }", "abstract public function templates(array $templates);", "public function loadTemplates() {\n // Get database hooks.\n $doctrine = $this->container->get('doctrine');\n $slideTemplateRepository = $doctrine->getRepository('Os2DisplayCoreBundle:SlideTemplate');\n $screenemplateRepository = $doctrine->getRepository('Os2DisplayCoreBundle:ScreenTemplate');\n $entityManager = $doctrine->getManager();\n\n // Get parameters.\n $path = $this->container->get('kernel')->getRootDir() . '/../web/';\n $serverAddress = $this->container->getParameter('absolute_path_to_server');\n\n // Locate templates in /web/bundles/\n $templates = $this->findTemplates($path . 'bundles/');\n\n foreach ($templates['slides'] as $config) {\n $dir = explode('/web/', pathinfo($config, PATHINFO_DIRNAME));\n $this->loadSlideTemplate($config, $slideTemplateRepository, $entityManager, $dir[1], $serverAddress, $path);\n }\n\n foreach ($templates['screens'] as $config) {\n $dir = explode('/web/', pathinfo($config, PATHINFO_DIRNAME));\n $this->loadScreenTemplate($config, $screenemplateRepository, $entityManager, $dir[1], $serverAddress, $path);\n }\n\n // Get all templates from the database, and push update to screens.\n $existingTemplates = $screenemplateRepository->findAll();\n $middlewareService = $this->container->get('os2display.middleware.communication');\n foreach ($existingTemplates as $template) {\n foreach ($template->getScreens() as $screen) {\n $middlewareService->pushScreenUpdate($screen);\n }\n }\n }", "function files_handle_on_email_templates(&$templates) {\n $templates[FILES_MODULE] = array(\n new EmailTemplate(FILES_MODULE, 'new_file'), \n new EmailTemplate(FILES_MODULE, 'new_revision')\n );\n }", "function readTemplates( $input )\r\n {\r \tglobal $CONFIG;\r\n \tif (isset($this->_rootAtts['relative'])) {\r\n\t\t\t$relative = $this->_rootAtts['relative'];\r\n\t\t} else {\r\n\t\t\t$relative = false;\r\n\t\t}\r\n\t\tif ($relative === false) {\r\n \t\t$this->_currentInput = $input;\r\n\t\t} else {\r\n\t\t\t$this->_currentInput = dirname($relative) . DIRECTORY_SEPARATOR . $input;\r\n\t\t}\r\n\r\n\t\t$content = $this->_getFileContents($this->getTemplateRoot().$input.'.'.$CONFIG['tpl']['ext']);\r\n\t\tif (patErrorManager::isError($content)) {\r\n\t\t\treturn $content;\r\n\t\t}\r\n\r\n\t\t$templates = $this->parseString($content);\r\n\r\n\t\treturn\t$templates;\r\n }", "protected function parseTemplate($template)\n\t{\n\t\t$this->references = [\n\t\t\t'anywhere' => [],\n\t\t\t'asUrl' => [],\n\t\t\t'inText' => []\n\t\t];\n\n\t\tpreg_match_all($this->referencesRegexp, $template, $matches);\n\t\tforeach ($matches[0] as $match)\n\t\t{\n\t\t\t$key = trim($match, '\\\\${}');\n\t\t\t$this->references['anywhere'][$key] = $key;\n\t\t}\n\n\t\t$dom = TemplateLoader::load($template);\n\t\t$xpath = new DOMXPath($dom);\n\t\tforeach ($xpath->query('//text()') as $node)\n\t\t{\n\t\t\tpreg_match_all($this->referencesRegexp, $node->textContent, $matches);\n\t\t\tforeach ($matches[0] as $match)\n\t\t\t{\n\t\t\t\t$key = trim($match, '\\\\${}');\n\t\t\t\t$this->references['inText'][$key] = $key;\n\t\t\t}\n\t\t}\n\n\t\tforeach (NodeLocator::getURLNodes($dom) as $node)\n\t\t{\n\t\t\t// We only bother with literal attributes that start with a capture\n\t\t\tif ($node instanceof DOMAttr\n\t\t\t && preg_match('(^(?:[$\\\\\\\\]\\\\d+|\\\\$\\\\{\\\\d+\\\\}))', trim($node->value), $m))\n\t\t\t{\n\t\t\t\t$key = trim($m[0], '\\\\${}');\n\t\t\t\t$this->references['asUrl'][$key] = $key;\n\t\t\t}\n\t\t}\n\n\t\t$this->removeUnknownReferences();\n\t}", "public function mailtemplates() {\n $arr = array(\n 'completed' => 'order-completed.txt',\n 'completed-wm' => 'wm-order-completed.txt',\n 'pending' => 'order-pending.txt',\n 'pending-wm' => 'wm-order-pending.txt'\n );\n return $arr;\n }", "public function findTemplate() {\n\n\t\t$templatePath = $this->_template;\n\n\t\tif (empty($templatePath)) {\n\n\t\t\t$templateFolders = array();\n\n\t\t\tif (strlen($tmp = $this->_Model->templatePath)) {\n\t\t\t\t$templateFolders[] = \\Finder::joinPath(APP_ROOT, $tmp);\n\t\t\t}\n\t\t\t// bubble up for template path\n\t\t\telseif (strlen($tmp = $this->_Model->getBubbler()->templatePath)) {\n\t\t\t\t$templateFolders[] = \\Finder::joinPath(APP_ROOT, $tmp);\n\t\t\t}\n\t\t\t// I should add the root page model's template path if exists\n\t\t\t$templateFolders[] = NINJA_ROOT . '/src/ninja/Mod/' . $this->_Module->getModName() . '/template';\n\n\t\t\t$templateFolders = array_unique($templateFolders);\n\n\t\t\t$templateNames = array();\n\t\t\t// I respect what's set in the model, and it should not be invalid\n\t\t\tif (strlen($templateName = $this->_Model->template)) {\n\t\t\t\t$templateNames[]= $templateName;\n\t\t\t}\n\t\t\telse {\n\t\t\t\t$Module = $this->_Module;\n\t\t\t\t$modName = $Module->getModName();\n\n\t\t\t\t$a = $Module::moduleNameByClassname(get_class($this->_Model));\n\t\t\t\t$templateNames[] = \\Finder::joinPath($modName, \\Finder::classToPath($a));\n\t\t\t\t$b = $Module::moduleNameByClassname(get_class($this->_Module));\n\t\t\t\t$templateNames[] = \\Finder::joinPath($modName, \\Finder::classToPath($b));\n\t\t\t}\n\n\t\t\t$extension = '.html.mustache';\n\n\t\t\t// for debug\n\t\t\t//echop($templateFolders); echop($templateNames); die;\n\n\t\t\t$templatePath = \\Finder::fileByFolders($templateFolders, $templateNames, $extension);\n\n\t\t}\n\n\t\treturn $templatePath;\n\n\t}", "function smarty_resource_email_template_source($email_id, &$email_source, &$smarty)\n{\n\tglobal $db;\n\t\n // do database call here to fetch your template,\n // populating $tpl_source\n\t$sql = \" SELECT email_content FROM email_template \"\n\t\t . \" WHERE email_id = '\". $email_id .\"'\";\n\t\t\t\n\t$db->query($sql);\n\t$db->next_record();\n\n if ($db->num_rows()) {\n $email_source = $db->f('email_content');\n return true;\n } else {\n return false;\n }\n}", "protected function _loadTemplates()\n {\n $this->_tpl = array();\n $dir = Solar_Class::dir($this, 'Data');\n $list = glob($dir . '*.php');\n foreach ($list as $file) {\n \n // strip .php off the end of the file name to get the key\n $key = substr(basename($file), 0, -4);\n \n // load the file template\n $this->_tpl[$key] = file_get_contents($file);\n \n // we need to add the php-open tag ourselves, instead of\n // having it in the template file, becuase the PEAR packager\n // complains about parsing the skeleton code.\n // \n // however, only do this on non-view files.\n if (substr($key, 0, 4) != 'view') {\n $this->_tpl[$key] = \"<?php\\n\" . $this->_tpl[$key];\n }\n }\n }", "private function _prepareTemplate()\r\n {\r\n $this->_template = array();\r\n $this->_prepareTemplateDirectory($this->_templateXml->children(), $this->_template);\r\n }", "function campaignTemplates() {\n $params = array();\n return $this->callServer(\"campaignTemplates\", $params);\n }", "public function locate( $template, $type, $templates )\n {\n // Set template path\n $this->path = $template;\n\n // Set template type\n $this->type = $type;\n\n // Get the current post ID\n $post_id = get_the_ID();\n\n // Get the current post type\n $post_type = get_post_type($post_id);\n\n // Get the current post slug\n $post_slug = get_page_uri($post_id);\n\n\n switch($type)\n {\n case 'page':\n\n // Search for page slug template\n if( $found = $this->find('page/'.$post_slug) ) break;\n\n // Search for page template\n $found = $this->find('page');\n\n break;\n\n case 'frontpage':\n\n // Search for front template\n $found = $this->find('front');\n\n break;\n\n default:\n // Search for template by type\n $found = $this->find($type);\n break;\n }\n\n // Check if we found a template file\n if( ! empty($found) )\n {\n // Update template path\n $this->path = $found;\n\n return $found;\n }\n\n\n return $template;\n }", "function InfGetEmailTemplate($template_id) {\n $template = Infusionsoft_APIEmailService::getEmailTemplate($template_id);\n\treturn $template;\n}", "function Get_user_system_emails_tmpl_names()\r\n {\r\n $CI = &get_instance();\r\n $CI->load->model('mail_model');\r\n //read the whole info about templates and get template names for users only\r\n $templates_info = $CI->mail_model->Get_system_email_data('USER_TEMPLATES_NAMES');\r\n return $templates_info;\r\n }", "function _parse_email_template_merge_fields($template, $merge_fields)\n{\n $merge_fields = array_merge($merge_fields, get_other_merge_fields());\n foreach ($merge_fields as $key => $val) {\n if (stripos($template->message, $key) !== false) {\n $template->message = str_ireplace($key, $val, $template->message);\n } else {\n $template->message = str_ireplace($key, '', $template->message);\n }\n if (stripos($template->fromname, $key) !== false) {\n $template->fromname = str_ireplace($key, $val, $template->fromname);\n } else {\n $template->fromname = str_ireplace($key, '', $template->fromname);\n }\n if (stripos($template->subject, $key) !== false) {\n $template->subject = str_ireplace($key, $val, $template->subject);\n } else {\n $template->subject = str_ireplace($key, '', $template->subject);\n }\n }\n\n return $template;\n}", "public function getTemplates() {\n\n\t\t$aArgs = func_get_args();\n\t\t$aRet = array();\n\t\t\n\t\tforeach ( $this->_aTemplates as $sTemplate => $aGroup ) {\n\t\t\t$bMatch = TRUE;\n\t\t\tforeach ( $aArgs as $sMatchGroup ) {\n\t\t\t\tif ( !in_array( $sMatchGroup, $aGroup ) ) {\n\t\t\t\t\t$bMatch = FALSE;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( $bMatch ) $aRet[] = $sTemplate;\n\t\t}\n\t\t\n\t\treturn $aRet;\n\t}", "protected function resolveTemplate($template)\n {\n $blocks = array();\n foreach ($template->getBlockNames() as $name) {\n $blocks[$name] = $template;\n }\n\n return $blocks;\n }", "public function parseTemplate($template, $students, $teachers, $messageVars)\n {\n $viewsDirectory = path('app') . 'views/'; //directory to make temporary files\n\n// foreach ($this->knownVariables as $key => $value) {\n $template = preg_replace_callback('/<%[^%>]*%>/',\n function ($match) {\n if (preg_match('/<%text_[^%>]*%>/', $match[0]))\n return $match[0];\n return Util::getFormatSMSTemplate($match[0]);\n },\n $template\n );\n// }\n $template = preg_replace_callback('/<%text_[^%>]*%>/',\n function ($match) {\n return Util::getFormattedTemplate(str_replace('text_', '$text_', $match[0]));\n },\n $template\n );\n $studentsData = array();\n $teachersData = array();\n\n //setting default variables value\n $data = array();\n foreach ($messageVars as $key => $val) {\n $data[trim($key)] = $val;\n }\n\n //create file for storing template content and render it via blade template engine\n $fileName = 'tmp/' . Str::lower(Str::random(64, 'alpha'));\n File::put($viewsDirectory . $fileName . '.blade.php', $template);\n\n if (!empty($students)) {\n\n foreach ($students as $student) {\n $data['name'] = isset($student->name) ? $student->name : ''; //name\n $data['dob'] = isset($student->dob) ? $student->dob : ''; //dob\n $classStandard = isset($student->classStandard) ? $student->classStandard : '';\n $classSection = isset($student->classSection) ? ucfirst($student->classSection) : '';\n $data['class'] = $classStandard . '-' . $classSection;\n $data['section'] = isset($student->classSection) ? $student->classSection : '';\n $data['mornigbusroute'] = isset($student->morningBusRoute) ? $student->morningBusRoute : '';\n $data['eveningbusroute'] = isset($student->eveningBusRoute) ? $student->eveningBusRoute : '';\n $data['today'] = date('d M Y');\n $completeMessage = View::make($fileName, $data)->render();\n $studentsData[$student->code] = $completeMessage;\n }\n }\n\n if (!empty($teachers)) {\n foreach ($teachers as $teacher) {\n $data['name'] = isset($teacher->name) ? $teacher->name : '';\n $data['dob'] = isset($teacher->dob) ? $teacher->dob : '';\n $data['department'] = isset($teacher->department) ? $teacher->department : '';\n $data['mornigbusroute'] = isset($teacher->morningBusRoute) ? $teacher->morningBusRoute : '';\n $data['eveningbusroute'] = isset($teacher->eveningBusRoute) ? $teacher->eveningBusRoute : '';\n $data['today'] = date('d M Y');\n $completeMessage = View::make($fileName, $data)->render();\n $teachersData[$teacher->code] = $completeMessage;\n }\n }\n //delete the temporary view file\n File::delete($viewsDirectory . $fileName . '.blade.php');\n if (count($studentsData) == 0 && count($teachersData) == 0)\n return array();\n $result = array('studentsCode' => $studentsData, 'teachersCode' => $teachersData);\n return $result;\n }", "public function getEmailTemplateFile() {}", "function bp_tol_maybe_replace_template( $templates, $slug, $name ) {\n\n\t\t//handling slugs and loading our custom templates : \n\t\t//would check specific member also for custom templates for each member\n\n\t\tswitch ($slug) {\n\t\t\tcase 'members/single/home':\n\t\t\t\t$templates = array( 'members/single/index.php' );\n\t\t\t\tbreak;\n\t\t\t\n\t\t\tcase 'members/index':\n\t\t\t\t$templates = array( 'members/index.php' );\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\t$templates = array( 'members/single/index.php' );\n\t\t\t\tbreak;\n\t\t}\n\n\t return $templates;\n\t}", "function it_receives_the_expected_response_when_looking_up_all_templates() {\n $response = $this->listTemplates();\n\n $response->shouldHaveKey('templates');\n $response['templates']->shouldBeArray();\n\n $templates = $response['templates'];\n $total_notifications_count = count($templates->getWrappedObject());\n\n for( $i = 0; $i < $total_notifications_count; $i++ ) {\n\n $template = $templates[$i];\n\n $template->shouldBeArray();\n $template->shouldHaveKey( 'id' );\n $template->shouldHaveKey( 'name' );\n $template->shouldHaveKey( 'type' );\n $template->shouldHaveKey( 'created_at' );\n $template->shouldHaveKey( 'updated_at' );\n $template->shouldHaveKey( 'created_by' );\n $template->shouldHaveKey( 'version' );\n $template->shouldHaveKey( 'body' );\n $template->shouldHaveKey( 'subject' );\n $template->shouldHaveKey( 'letter_contact_block' );\n\n $template['id']->shouldBeString();\n $template['created_at']->shouldBeString();\n $template['created_by']->shouldBeString();\n $template['version']->shouldBeInteger();\n $template['body']->shouldBeString();\n\n $template['type']->shouldBeString();\n $template_type = $template['type']->getWrappedObject();\n\n if ( $template_type == \"sms\" ) {\n $template['subject']->shouldBeNull();\n $template['letter_contact_block']->shouldBeNull();\n\n } elseif ( $template_type == \"email\") {\n $template['subject']->shouldBeString();\n $template['letter_contact_block']->shouldBeNull();\n\n } elseif ( $template_type == \"letter\") {\n $template['subject']->shouldBeString();\n $template['letter_contact_block']->shouldBeString();\n\n }\n }\n\n }", "protected function getTemplateData($template) {\n\t\t// firstly, check for current locale, if it was set\n\t\tif ($this->locale != '') {\n\t\t\t$tdata = $this->getTemplateDataForLocale($template,$this->locale);\n\t\t\t\n\t\t\t// found for this locale. return\n\t\t\tif (is_array($tdata)) {\n\t\t\t\treturn $tdata;\n\t\t\t}\n\t\t}\n\t\t\n\t\t// check for default locale\n\t\t// for example, didn't find for locale `ge` but found for default `en`\n\t\tif ($this->deflocale != '') {\n\t\t\t$tdata = $this->getTemplateDataForLocale($template,$this->deflocale);\n\t\t\t\n\t\t\tif (is_array($tdata)) {\n\t\t\t\treturn $tdata;\n\t\t\t}\n\t\t}\n\t\t\n\t\t// if nothing found for both locales then check in root templates folder\n\t\t// this is normal case for non-internation application where \n\t\t// locales are not used\n\t\t$tdata = $this->getTemplateDataForLocale($template,'');\n\t\t\t\n\t\treturn $tdata;\n\t}", "function get_email_tmpl_by_email_name($name)\n\t{\t \t\n\t\tif(isset($content[0]))\n\t\t{\n\t\t\t$values = (array)$content[0];\n\t\t\t$values['body'] = nl2br($values['body']);\n\t\t\treturn (object)$values;\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$query = $this->db->get_where('emailtmpl',array('email_name'=>$name));\n\t\t\tif($query->num_rows()>0)\n\t\t\t{\n\t\t\t\t$row = $query->row();\n\t\t\t\t$values = json_decode($row->values);\n\t\t\t\treturn $values;\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$values = array('subject'=>'Subject Not found','body'=>'body not found');\n\t\t\t}\n\t\t\treturn $values;\t\t\t\n\t\t}\n\t}", "public function getTemplates (){\n $dir = conf::pathHtdocs() . \"/templates\";\n $templates = file::getFileList($dir, array('dir_only' => true));\n\n $ary = array ();\n foreach ($templates as $val){\n $info = $this->getSingleTemplate($val);\n if (empty($info)) {\n continue;\n }\n $ary[] = $info;\n }\n return $ary;\n }", "protected function __CarregaEmailTemplate($ref)\n{\n\t$sql = $this->con->prepare('select template_email_assunto,template_email_mensagem from tb_template_email where template_email_ref=:ref');\n\t$sql->bindValue(':ref',$ref,PDO::PARAM_STR);\n\t\n\t$sql->execute();\n\t\n\t$out = $sql->fetch(PDO::FETCH_ASSOC);\n\t\n\t$sql->closeCursor();\n\t\n\treturn $out;\n}", "public function viewProvider()\n {\n $config = $this->getMartyConfig();\n $templateDir = $config['templateDir'];\n $templates = [];\n $it = new \\RecursiveIteratorIterator(new \\RecursiveDirectoryIterator($templateDir));\n /** @var \\SplFileInfo $file */\n foreach ($it as $file) {\n if ($file->isFile() && $file->getExtension() == 'tpl') {\n $templateName = substr($file->getPathname(), strlen($templateDir) + 1);\n $templateId = str_replace(['/', '.tpl'], ['.', ''], $templateName);\n $templates[$templateId] = [$templateName];\n }\n }\n\n return $templates;\n }", "public static function parseTemplate($email, $data)\n\t{\n\t\t// Parse the email\n\t\tforeach($data as $param => $value) {\n\t\t\t$email->subject = str_replace('{'.$param.'}', $value, $email->subject);\n\t\t\t$email->plain = str_replace('{'.$param.'}', $value, $email->plain);\n\t\t\t$email->html = str_replace('{'.$param.'}', $value, $email->html);\n\t\t}\n\t\t\n\t\t// Return it\n\t\treturn $email;\n\t}", "public function getTemplatesFromDB();", "public function get_templete($template_type = '', $param = array()) {\n //-----------------------------------------------\n // Getting Template Contents from the Database\n //-----------------------------------------------\n $CI = &get_instance();\n $mail_body = $CI->db->select(\"subject,template\")->get_where('email_template', array(\"type\" => $template_type))->row_array();\n \n \n /*\n //------------------------------------------\n // Format of Returned Data\n //------------------------------------------\n $mail_body = array();\n $mail_body['template'] = \"YOUR EMAIL TEMPLATE CONTENT\";\n $mail_body['subject'] = \"YOUR EMAIL SUBJECT\";\n \n */\n \n \n if (is_array($mail_body) && count($mail_body) > 0) {\n \n $template = html_entity_decode($mail_body['template']); \n $subject = $mail_body['subject'];\n \n //-----------------------------------------------\n // Replacing the VARIABLE with proper VALUE\n //-----------------------------------------------\n foreach ($param as $key => $value) {\n $template = str_replace($key, $value, $template);\n $subject = str_replace($key, $value, $subject);\n }\n \n //-----------------------------------------------\n // For Template Content VARIABLE Replacement\n //-----------------------------------------------\n $template = str_replace(\"{{SITE_LOGO}}\", SITE_LOGO , $template);\n $template = str_replace(\"{{SITE_TITLE}}\", SITE_TITLE, $template);\n $template = str_replace(\"{{SITE_LINK}}\", SITE_LINK, $template);\n \n //-----------------------------------------------\n // For Email Subject\n //-----------------------------------------------\n $subject = str_replace(\"{{SITE_TITLE}}\", SITE_TITLE, $subject);\n \n \n // Returned Parameters\n $mail = array(\n 'subject' => $subject,\n 'template' => $template\n );\n \n return $mail;\n } else {\n return FALSE;\n }\n }", "public function getTemplates()\n {\n return [\n// 'paths' => [\n// 'auth' => [__DIR__ . '/../templates/auth'],\n//\n// 'app' => [__DIR__ . '/../templates/app'],\n// 'error' => [__DIR__ . '/../templates/error'],\n// 'layout' => [__DIR__ . '/../templates/layout'],\n// ],\n ];\n }", "public function find_template(string $for)\n {\n $template = new MailTemplate();\n return $template->where('for_slug', $for)->first();\n }", "function locate_template($template_names, $load = \\false, $load_once = \\true, $args = array())\n {\n }", "function readTemplates( $input )\n\t{\n\t\t$this->_currentInput = $input;\n\n\t\t$templates\t=\t$this->parseString( $input );\n\t\t\n\t\treturn\t$templates;\n\t}", "public function getTemplates()\n {\n return [\n 'paths' => [\n 'app' => [__DIR__ . '/../templates/app'],\n 'error' => [__DIR__ . '/../templates/error'],\n 'layout' => [__DIR__ . '/../templates/layout'],\n 'mail' => [__DIR__ . '/../templates/mail'],\n ],\n ];\n }", "public function readCollectionOfPossibleTemplatesToBeInstalledFromFileSystem(){\n\t\t$rootTemplateFoldersToBeMapped = array();\n\t\t$rootTemplateFoldersToBeMapped = $this->searchFolderForTemplatesToBeMapped($this->absoluteRootTemplatesBasePath);\n\t\t//Get all Extension Templates below Root Folders\n\t\t$templateFoldersToBeMapped = array();\n\t\tforeach($rootTemplateFoldersToBeMapped as $rootTemplateFolder) {\n\t\t\t$extensionTempateFoldersToBeMappedFromThisRootTemplate = $this->searchFolderForTemplatesToBeMapped($this->absoluteRootTemplatesBasePath . $rootTemplateFolder . '/' . $this->subFolderNameForExtensionTemplateStructure . '/');\n\n\t\t\tforeach($extensionTempateFoldersToBeMappedFromThisRootTemplate as $extensionTempateFoldersToBeMappedFromThisRootTemplate) {\n\t\t\t\t$templateFoldersToBeMapped[] = $rootTemplateFolder . '/' . $this->subFolderNameForExtensionTemplateStructure . '/' . $extensionTempateFoldersToBeMappedFromThisRootTemplate;\n\t\t\t}\n\t\t}\n\t\t\n\t\t//merge extension and root template folders\n\t\t$templateFoldersToBeMapped = array_merge(\n\t\t\t$rootTemplateFoldersToBeMapped, \n\t\t\t$templateFoldersToBeMapped\n\t\t);\n\t\t\n\t\treturn $templateFoldersToBeMapped;\n\t}", "public function withTemplate(string $template): TemplatedMailInterface;", "protected function getTemplateDataForLocale($template,$locale) {\n\t\t// path to document with subjects\n\t\t$metafile = $this->templatespath.'/'.$locale.'/subjects.xml';\n\t\t\n\t\tif (!file_exists($metafile)) {\n\t\t\t// file with subjects not found\n\t\t\treturn null;\n\t\t}\n\t\t\n\t\t// load and parse document with subjects\n\t\t$xml = @file_get_contents($metafile);\n\t\t\n\t\tif (!$xml || $xml == '') {\n\t\t\treturn null;\n\t\t}\n\t\t\n\t\t$array = \\LSS\\XML2Array::createArray($xml);\n\t\t\n\t\t// our template is not found in this document so it is not there\n\t\tif (!isset($array['templates'][$template])) {\n\t\t\treturn null;\n\t\t}\n\t\t\n\t\t$templatefile = $this->templatespath.'/'.$locale.'/'.$template.'.htm';\n\t\t\n\t\t// check if template file exists for this locale\n\t\tif (!file_exists($templatefile)) {\n\t\t\treturn null;\n\t\t}\n\t\t\n\t\t$tmpl = ($locale != '') ? $locale.'/':'';\n\t\t\n\t\t$tmpl .= $template;\n\t\t\n\t\t// all was fine. return found template\n\t\treturn array('subject'=>$array['templates'][$template]['subject'],\n\t\t\t'file'=>$tmpl);\n\t}", "public function getMailTemplates()\n {\n $arrTemplates = array();\n $objTemplates = Database::getInstance()->execute(\"SELECT id,name,category FROM tl_mail_templates ORDER BY category, name\");\n\n while( $objTemplates->next() )\n {\n if ($objTemplates->category == '')\n {\n $arrTemplates[$objTemplates->id] = $objTemplates->name;\n }\n else\n {\n $arrTemplates[$objTemplates->category][$objTemplates->id] = $objTemplates->name;\n }\n }\n\n return $arrTemplates;\n }", "public function valid_template_filepath_provider(): array {\n return [\n 'Standard core template' => [\n 'template' => 'core/modal',\n 'theme' => '',\n 'location' => 'lib/templates/modal.mustache',\n ],\n 'Template overridden by theme' => [\n 'template' => 'core_form/element-float-inline',\n 'theme' => '',\n 'location' => 'theme/boost/templates/core_form/element-float-inline.mustache',\n ],\n 'Template overridden by theme but child theme selected' => [\n 'template' => 'core_form/element-float-inline',\n 'theme' => 'classic',\n 'location' => 'theme/boost/templates/core_form/element-float-inline.mustache',\n ],\n 'Template overridden by child theme' => [\n 'template' => 'core/full_header',\n 'theme' => 'classic',\n 'location' => 'theme/classic/templates/core/full_header.mustache',\n ],\n 'Template overridden by child theme but tested against defualt theme' => [\n 'template' => 'core/full_header',\n 'theme' => '',\n 'location' => 'lib/templates/full_header.mustache',\n ],\n 'Standard plugin template' => [\n 'template' => 'mod_assign/grading_panel',\n 'theme' => '',\n 'location' => 'mod/assign/templates/grading_panel.mustache',\n ],\n 'Subsystem template' => [\n 'template' => 'core_user/status_details',\n 'theme' => '',\n 'location' => 'user/templates/status_details.mustache',\n ],\n 'Theme own template' => [\n 'template' => 'theme_classic/columns',\n 'theme' => '',\n 'location' => 'theme/classic/templates/columns.mustache',\n ],\n 'Theme overridden template against that theme' => [\n 'template' => 'theme_classic/navbar',\n 'theme' => 'classic',\n 'location' => 'theme/classic/templates/navbar.mustache',\n ],\n // Note: This one looks strange but is correct. It is legitimate to request theme's component template in\n // the context of another theme. For example, this is used by child themes making use of parent theme\n // templates.\n 'Theme overridden template against the default theme' => [\n 'template' => 'theme_classic/navbar',\n 'theme' => '',\n 'location' => 'theme/classic/templates/navbar.mustache',\n ],\n ];\n }", "protected function _initErrorTemplates()\n {\n foreach ($this->_messageTemplates as $errorCode => $template) {\n $this->addMessageTemplate($errorCode, $template);\n }\n }", "private function fetchTemplate($template)\n {\n $resolver = $this->getResolver();\n $content = $resolver->resolve($template);\n\n if (! $content) {\n throw new Exception\\TemplateNotFoundException('Template by name \"' . $template . '\" not found');\n }\n\n return $content;\n }", "function get_mail_template( $varname ) {\n // based on the received template name\n $query = $this->db->query(\"Select * from email_templates where template_name='$varname'\");\n\n\t return\t$row = $query->row_array(); \n\t\t\n\t}", "function acf_get_post_templates()\n{\n}", "function load_templates( $template ) {\n\n if ( is_singular( 'units' ) ) {\n \tif ( $overridden_template = locate_template( 'single-units.php' ) ) {\n\t\t\t $template = $overridden_template;\n\t\t\t } else {\n\t\t\t $template = plugin_dir_path( __file__ ) . 'templates/single-units.php';\n\t\t\t }\n } elseif ( is_archive( 'units' ) ) {\n \tif ( $overridden_template = locate_template( 'archive-units.php' ) ) {\n\t\t\t $template = $overridden_template;\n\t\t\t } else {\n\t\t\t $template = plugin_dir_path( __file__ ) . 'templates/archive-units.php';\n\t\t\t }\n }\n load_template( $template );\n\t}", "function Get_admin_system_emails_tmpl_names()\r\n {\r\n $CI = &get_instance();\r\n $CI->load->model('mail_model');\r\n //read the whole info about templates and get template names for admin only\r\n $templates_info = $CI->mail_model->Get_system_email_data('ADMIN_TEMPLATES_NAMES');\r\n return $templates_info;\r\n }", "public function parse_template($template, $vars = array())\n\t{\n\t\t$this->EE->load->library('template_helper');\n\t\treturn $this->EE->template_helper->fetch_and_parse($template, $vars); \n\t}", "function templates()\n {\n return [];\n }", "private function initializeTemplateMessages()\n {\n if (is_null($this->templateErrors)) {\n $this->templateErrors = array();\n }\n\n if (is_null($this->templateWarnings)) {\n $this->templateWarnings = array();\n }\n\n if (is_null($this->templateConfirms)) {\n $this->templateConfirms = array();\n }\n\n if (is_null($this->templateErrors)) {\n $this->templateInfos = array();\n }\n }", "public function getTemplates($key)\n {\n /** @var EmailTemplateTranslation[] $templates */\n if ($templates = EmailTemplateTranslation::findAll([\n 'template_id' => EmailTemplate::getIdByKey($key)\n ])) {\n return Template::buildTemplates($templates);\n }\n\n return null;\n }", "protected function findAndUpdateTemplates( $new, $old )\n\t{\n\t\tforeach( \\IPS\\Db::i()->select( '*', 'cms_templates', array( 'template_content LIKE ?', '%' . $old . '%' ) ) as $template )\n\t\t{\n\t\t\t/* Make sure template tags call the correct group */\n\t\t\tif ( mb_stristr( $template['template_content'], '{template' ) )\n\t\t\t{\n\t\t\t\tpreg_match_all( '/\\{([a-z]+?=([\\'\"]).+?\\\\2 ?+)}/', $template['template_content'], $matches, PREG_SET_ORDER );\n\n\t\t\t\t/* Work out the plugin and the values to pass */\n\t\t\t\tforeach( $matches as $index => $array )\n\t\t\t\t{\n\t\t\t\t\tpreg_match_all( '/(.+?)=' . $array[ 2 ] . '(.+?)' . $array[ 2 ] . '\\s?/', $array[ 1 ], $submatches );\n\n\t\t\t\t\t$plugin = array_shift( $submatches[ 1 ] );\n\t\t\t\t\tif ( $plugin == 'template' )\n\t\t\t\t\t{\n\t\t\t\t\t\t$value = array_shift( $submatches[ 2 ] );\n\t\t\t\t\t\t$options = array();\n\n\t\t\t\t\t\tforeach ( $submatches[ 1 ] as $k => $v )\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$options[ $v ] = $submatches[ 2 ][ $k ];\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( isset( $options['app'] ) and $options['app'] == 'cms' and isset( $options['location'] ) and $options['location'] == 'database' and isset( $options['group'] ) and $options['group'] == mb_strtolower( $old ) )\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$replace = '{template=\"' . $value . '\" app=\"' . $options['app'] . '\" location=\"' . $options['location'] . '\" group=\"' . mb_strtolower( $new ) . '\" params=\"' . ( isset( $options['params'] ) ? $options['params'] : NULL ) . '\"}';\n\n\t\t\t\t\t\t\t\\IPS\\Db::i()->update( 'cms_templates', array( 'template_content' => str_replace( $matches[$index][0], $replace, $template['template_content'] ) ), array( 'template_id=?', $template['template_id'] ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public function getTemplates()\n {\n return [\n 'paths' => [\n 'app' => ['templates/app'],\n 'error' => ['templates/error'],\n 'layout' => ['templates/layout'],\n 'oauth' => ['templates/oauth'],\n ],\n ];\n }", "protected function setTemplatePaths() {}", "public function template_loader( $template ) {\r\n\t\tglobal $wp_query;\r\n\t\t\r\n\t\t$find = array();\r\n\t\t$files = array();\r\n\r\n\t\tif ( isset ( $wp_query->query_vars[ 'backers' ] ) && is_singular( 'download' ) ) {\r\n\t\t\t$files = apply_filters( 'atcf_crowdfunding_templates_backers', array( 'single-campaign-backers.php' ) );\r\n\t\t} else if ( is_singular( 'download' ) ) {\r\n\t\t\t$files = apply_filters( 'atcf_crowdfunding_templates_campaign', array( 'single-campaign.php', 'single-download.php', 'single.php' ) );\r\n\t\t} else if ( is_post_type_archive( 'download' ) ) {\r\n\t\t\t$files = apply_filters( 'atcf_crowdfunding_templates_archive', array( 'archive-campaigns.php', 'archive-download.php', 'archive.php' ) );\r\n\t\t}\r\n\r\n\t\tforeach ( $files as $file ) {\r\n\t\t\t$find[] = $file;\r\n\t\t\t$find[] = $this->template_url . $file;\r\n\t\t}\r\n\r\n\t\tif ( ! empty( $files ) ) {\r\n\t\t\t$template = locate_template( $find );\r\n\r\n\t\t\tif ( ! $template ) \r\n\t\t\t\t$template = $this->plugin_dir . '/templates/' . $file;\r\n\t\t}\r\n\r\n\t\treturn $template;\r\n\t}", "public function getTemplates()\n {\n $finder = Finder::create()\n ->files()\n ->name('*.sql')\n ->in($this->rootDir.'/../templates')\n ;\n\n $templates = [];\n\n /** @var SplFileInfo $file */\n foreach ($finder as $file) {\n $templates[] = $file->getRelativePathname();\n }\n\n return $templates;\n }", "protected function process_mailtemplate()\n {\n $l_gets = $this->m_modreq->get_gets();\n $l_posts = $this->m_modreq->get_posts();\n\n $l_id = isys_glob_which_isset($l_gets[C__GET__ID], $l_posts[C__GET__ID]);\n $l_navmode = isys_glob_which_isset($l_gets[C__GET__NAVMODE], $l_posts[C__GET__NAVMODE]);\n\n // This will happen, if a user uses the checkboxes and the \"edit\" buttno.\n if (is_array($l_id))\n {\n $l_id = $l_id[0];\n } // if\n\n if (!$l_navmode && $l_id > 0)\n {\n $l_navmode = C__NAVMODE__EDIT;\n } // if\n\n switch ($l_navmode)\n {\n default:\n $this->process_mailtemplate__list();\n break;\n\n case C__NAVMODE__EDIT:\n $this->process_mailtemplate__edit($l_id);\n break;\n\n case C__NAVMODE__NEW:\n $this->process_mailtemplate__edit();\n break;\n\n case C__NAVMODE__SAVE:\n $this->process_mailtemplate__edit($this->process_mailtemplate__save($l_posts));\n break;\n\n case C__NAVMODE__DELETE:\n $this->process_mailtemplate__delete(isys_glob_which_isset($l_gets[C__GET__ID], $l_posts[C__GET__ID]));\n $this->process_mailtemplate__list();\n break;\n } // switch\n\n $this->m_tpl->smarty_tom_add_rule('tom.content.navbar.cRecStatus.p_bInvisible=1');\n }", "private static function email_template_path_alternative( $email_notification_key, $template_name, $plain_text ) {\n\t\t$email_class = self::get_email_class( $email_notification_key );\n\t\tif ( ! $email_class || ! is_subclass_of( $email_class, 'WP_Job_Manager_Email_Template' ) ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$template_default_path = call_user_func( array( $email_class, 'get_template_default_path' ) );\n\t\tif ( '' === $template_default_path ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$template_path = call_user_func( array( $email_class, 'get_template_path' ) );\n\t\t$template = self::locate_template_file( $template_name, $plain_text, $template_path, $template_default_path );\n\t\tif ( '' === $template ) {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn $template;\n\t}", "function get_fields_from_template($tpl){\n global $smarty;\n global $FIELDS;\n $tpl = $smarty->template_dir.'/'.$tpl;\n $data = @file_get_contents($tpl);\n $matches = array();\n preg_match_all('/\\$entry\\.(\\w+)/',$data,$matches);\n $matches = array_unique((array) $matches[1]);\n $return = array();\n foreach($matches as $f){\n if($FIELDS[$f]){\n $return[] = $FIELDS[$f];\n }elseif($FIELDS[\"_$f\"]){\n $return[] = $FIELDS[\"_$f\"];\n }elseif($f = 'markers'){\n $return[] = 'marker';\n }\n }\n return $return;\n}", "public function get_post_templates()\n {\n }", "function emscvupload_locate_template( $template_names, $load = false, $require_once = true, $atts=array() ) {\n\tglobal $emscvupload_template_folder;\n\n\t// No file found yet\n\t$located = false;\n\n\t// Try to find a template file\n\tforeach ( (array) $template_names as $template_name ) {\n\n\t\t// Continue if template is empty\n\t\tif ( empty( $template_name ) )\n\t\t\tcontinue;\n\n\t\t// Trim off any slashes from the template name\n\t\t$template_name = ltrim( $template_name, '/' );\n\n\t\t// Check child theme first\n\t\tif ( file_exists( trailingslashit( get_stylesheet_directory() ) . $emscvupload_template_folder . $template_name ) ) {\n\t\t\t$located = trailingslashit( get_stylesheet_directory() ) . $emscvupload_template_folder . $template_name;\n\t\t\tbreak;\n\n\t\t// Check parent theme next\n\t\t} elseif ( file_exists( trailingslashit( get_template_directory() ) . $emscvupload_template_folder . $template_name ) ) {\n\t\t\t$located = trailingslashit( get_template_directory() ) . $emscvupload_template_folder . $template_name;\n\t\t\tbreak;\n\n\t\t// Check theme compatibility last\n\t\t} elseif ( file_exists( trailingslashit( emscvupload_get_templates_dir() ) . $template_name ) ) {\n\t\t\t$located = trailingslashit( emscvupload_get_templates_dir() ) . $template_name;\n\t\t\tbreak;\n\t\t}\n\t}\n\n\tif ( ( true == $load ) && ! empty( $located ) )\n\t\temscvupload_load_template( $located, $require_once, $atts );\n\n\treturn $located;\n}", "function scanPmanTemplates()\n {\n $tp = DB_DAtaObject::Factory('core_template');\n \n foreach ($this->modules() as $m){\n //var_dump($m);\n // templates...\n $ar = $this->scanDir(array(\n 'tdir' => \"Pman/$m/templates\",\n 'subdir' => '',\n 'match' => '/\\.(html|txt|abw)$/',\n 'skipdir' => array('images','css','js'),\n \n ));\n // print_r($ar);\n \n foreach($ar as $pg) {\n \n $temp = $tp->syncTemplatePage(array(\n 'base' =>'Pman.'.$m, \n 'template_dir' => \"Pman/$m/templates\",\n 'template' => $pg\n ));\n if ($temp) {\n $ids[] = $temp->id;\n }\n }\n // should clean up old templates..\n // php files..\n $ar = $this->scanDir(array(\n 'tdir' => \"Pman/$m\",\n 'subdir' => '',\n 'match' => '/\\.(php)$/',\n 'skipdir' => array('templates'),\n \n ));\n \n \n foreach($ar as $pg) {\n \n $temp = $tp->syncPhpGetText(array(\n 'base' =>'Pman.'.$m, \n 'template_dir' => \"Pman/$m\",\n 'template' => $pg\n ));\n if ($temp) {\n $ids[] = $temp->id;\n }\n \n }\n \n \n \n \n \n //$tp->syncTemplatePage($pg);\n }\n $del = DB_DataObject::factory('core_template');\n $del->whereAddIn('!id', $ids, 'int');\n $del->whereAddIn('view_name', $this->modules(), 'string');\n $del->whereAddIn('filetype' , array( 'php', 'html' ), 'string');\n $delids = $del->fetchAll('id');\n if ($delids) {\n DB_DataObject::factory('core_template')->query(\n 'update core_template set is_deleted = 1 where id in('. implode(',', $delids). ')'\n );\n }\n \n }", "function getTemplates() {\n\n // Lets load the data if it doesn't already exist\n if (empty($this->_data)) {\n\n // constructs the query\n $query = ' SELECT * '\n . ' FROM #__templateck';\n\n // retrieves the data\n $this->_data = $this->_getList($query);\n }\n\n return $this->_data;\n }", "public function locate($template, $type = NULL) {\n\n\t\t\t// Initialize variables\n\n\t\t\t$templates = array ();\n\n\t\t\tif (is_null($type)) {\n\t\t\t\t$type = $this->type;\n\t\t\t}\n\n\t\t\t// If this is the main template (e.g. single.php), note type for other templates\n\n\t\t\tif (did_action('template_redirect') == 1 && is_null($this->type)) {\n\n\t\t\t\t// Get list of bases to wrap this request in\n\n\t\t\t\t$templates = $this->get_bases($template);\n\n\t\t\t\t// Note the original template as the content template\n\n\t\t\t\t$this->main_template = $template;\n\n\t\t\t\t// Note the type for template parts\n\n\t\t\t\t$this->type = basename($template, '.php');\n\n\t\t\t} else {\n\n\t\t\t\t// This is a part template (e.g. templates/sidebar.php)\n\n\t\t\t\tarray_unshift($templates, $template); // Default to whatever template provided\n\n\t\t\t\t// If type is not the default (index), add a more specific template part\n\n\t\t\t\tif ($this->type !== 'index') {\n\t\t\t\t $str = substr($template, 0, -4);\n\t\t\t\t array_unshift($templates, sprintf($str . '-%s.php', $this->type));\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t\t// Apply filters to templates\n\n\t\t\t$templates = apply_filters('sprout_locate', $templates);\n\t\t\t$templates = apply_filters('sprout_locate_' . $this->type, $templates);\n\n\t\t\t// Return first found template\n\n\t\t\treturn locate_template($templates);\n\t\t\t\n\t\t}", "public static function getTemplates($origdata)\n\t{\n\t\t$itercnt = 0;\n\t\t$match_found = true;\n\t\t$markers = array();\n\t\t$templates = array();\n\t\t$data = preg_replace(CommonRegex::COMMENT_REGEX, '', $origdata); // Strip comments\n\t\t$data = preg_replace(CommonRegex::BR_REGEX, ' ', $data); // Strip BRs\n\n\t\twhile ($match_found) {\n\t\t\tif (++$itercnt > self::MAX_ITERATIONS) {\n\t\t\t\t//Logger::log(\"Max iterations reached data=$origdata\");\n\t\t\t\treturn array();\n\t\t\t}\n\t\t\t$match_found = false;\n\n\t\t\tforeach (self::$regexs as $type => $regex) {\n\t\t\t\t$match_cnt = preg_match_all($regex, $data, $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);\n\t\t\t\t$offset_adjust = 0;\n\n\t\t\t\tif ($match_cnt) {\n\t\t\t\t\t$match_found = true;\n\t\t\t\t\t$replacement_made = false;\n\n\t\t\t\t\tforeach ($matches as $match) {\n\t\t\t\t\t\t// See if there are any containers inside\n\t\t\t\t\t\t$content = $match['content'][0];\n\n\t\t\t\t\t\tforeach (self::$regexs as $regex2) {\n\t\t\t\t\t\t\tif (preg_match($regex2, $content)) {\n//\t\t\t\t\t\t\t\techo \"$regex2\\n\";\n//\t\t\t\t\t\t\t\techo \"$content\\n\";\n\t\t\t\t\t\t\t\tcontinue 2;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Replace the match with a marker\n\t\t\t\t\t\t$marker_id = \"\\x02\" . count($markers) . \"\\x03\";\n\t\t\t\t\t\t$content = $match[0][0];\n\t\t\t\t\t\t$content_len = strlen($content);\n\t\t\t\t\t\t$offset = $match[0][1] - $offset_adjust;\n\t\t\t\t\t\t$offset_adjust += $content_len - strlen($marker_id);\n\n\t\t\t\t\t\t$data = substr_replace($data, $marker_id, $offset, $content_len);\n\n\t\t\t\t\t\tif ($type == 'template') $templates[] = $content;\n\n\t\t\t\t\t\t// Replace any markers in the content\n\t\t\t\t\t\tpreg_match_all(\"!\\\\x02\\\\d+\\\\x03!\", $content, $marker_matches);\n\t\t\t\t\t\tforeach ($marker_matches[0] as $marker_match) {\n\t\t\t\t\t\t\t$content = str_replace($marker_match, $markers[$marker_match], $content);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$markers[$marker_id] = $content;\n\t\t\t\t\t\t$replacement_made = true;\n\t\t\t\t\t}\n\n\t\t\t\t\tif ($replacement_made) continue 2; // restart with the first regex\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t$results = array();\n\n\t\t// Parse the template names and parameters\n\t\tforeach ($templates as $template) {\n\t\t\tpreg_match(self::$regexs['template'], $template, $matches);\n\t\t\t$tmpl_name = $matches['name'];\n\n\t\t\t// Replace any markers in the name\n\t\t\tpreg_match_all(\"!\\\\x02\\\\d+\\\\x03!\", $tmpl_name, $marker_matches);\n\t\t\tforeach ($marker_matches[0] as $marker_match) {\n\t\t\t\t$tmpl_name = str_replace($marker_match, $markers[$marker_match], $tmpl_name);\n\t\t\t}\n\n\t\t\t$tmpl_name = ucfirst(trim(str_replace('_', ' ', $tmpl_name)));\n\t\t\tif (strpos($tmpl_name, 'Template:') === 0) {\n\t\t\t\t$tmpl_name = ucfirst(ltrim(substr($tmpl_name, 9)));\n\t\t\t}\n\n\t\t\t$tmpl_params = array();\n\t\t\tif (isset($matches['params'])) {\n\t\t\t\t$numbered_param = 1;\n\t\t\t\t$params = explode('|', $matches['params']);\n\n\t\t\t\tforeach ($params as $param) {\n\t\t\t\t\tif (strpos($param, '=') !== false) {\n\t\t\t\t\t\tlist($param_name, $param_value) = explode('=', $param, 2);\n\n\t\t\t\t\t\t// Replace any markers in the name\n\t\t\t\t\t\tpreg_match_all(\"!\\\\x02\\\\d+\\\\x03!\", $param_name, $marker_matches);\n\t\t\t\t\t\tforeach ($marker_matches[0] as $marker_match) {\n\t\t\t\t\t\t\t$param_name = str_replace($marker_match, $markers[$marker_match], $param_name);\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$param_name = \"$numbered_param\";\n\t\t\t\t\t\t$param_value = $param;\n\t\t\t\t\t\t++$numbered_param;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Replace any markers in the content\n\t\t\t\t\tpreg_match_all(\"!\\\\x02\\\\d+\\\\x03!\", $param_value, $marker_matches);\n\t\t\t\t\tforeach ($marker_matches[0] as $marker_match) {\n\t\t\t\t\t\t$param_value = str_replace($marker_match, $markers[$marker_match], $param_value);\n\t\t\t\t\t}\n\n\t\t\t\t\t$param_name = trim($param_name);\n\t\t\t\t\tif (strlen($param_name)) $tmpl_params[$param_name] = trim($param_value);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t$results[] = array('name' => $tmpl_name, 'params' => $tmpl_params);\n\t\t}\n\n\t\treturn $results;\n\t}", "protected function compileTemplateReplacements($template)\n {\n preg_match_all(\"/\\{([^\\}]+)\\}/\", $template, $matches);\n\n $context = [\n 'section' => $this->sections\n ];\n\n $replacements = [];\n foreach ($matches[1] as $key) {\n $section = ArrayHelper::getValue($context, $key);\n\n if ($section !== null) {\n $replacements[\"{{$key}}\"] = $section;\n } else {\n $replacements[\"{{$key}}\"] = $key;\n }\n }\n\n return $replacements;\n }", "protected function _recompileAssociatedTemplates()\n\t{\n\t\t$templateTitles = array($this->get('template_title'), $this->getExisting('template_title'));\n\t\t$templateModel = $this->_getTemplateModel();\n\n\t\t// keyed by template_map_id\n\t\t$templates = $templateModel->getNamedTemplatesInStyleTreeWithChildren($templateTitles, $this->get('style_id'));\n\t\t$compiledMapIds = $templateModel->compileMappedTemplatesInStyleTree(array_keys($templates));\n\t\t$templateModel->compileMappedTemplatesInStyleTree($templateModel->getIncludingTemplateMapIds($compiledMapIds));\n\t}", "public function run()\n {\n DB::table('email_templates')->truncate();\n\n $email_templates = array(\n\n/**note-post***/\n ['template_body' => '\n <tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n </tr>\n <td width=\"800\" valign=\"top\" height=\"260\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td width=\"50\" valign=\"top\" height=\"260\"></td>\n <td width=\"700\" valign=\"top\" height=\"260\" style=\"margin:0 0 20px 0;\">\n <table>\n <tbody>\n\n <tr>\n <td width=\"700\" valign=\"top\" height=\"20\"><span style=\"color:#e6701e;font-size:16px;font-weight:bold;margin-top:5px;display:block;\">Dear {{firstname}},</span></td>\n </tr>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"5\">\n <table cellspacing=\"0\" cellpadding=\"5\" border=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td valign=\"top\" height=\"20\" style=\"color:#474747;font-size:14px;\"><br>Welcome to Mygharseva! <br><br><br><br>\n <p>We have received your note and it will be processed in the order it was received.</p> <p>If you sent us this note during our support hours (Mon - Sat: 8 am - 7 pm ), one of our customer support </p><p>representatives will respond within a few hours. Otherwise, you will hear from us the next business day. </p>\n <p>Meanwhile, please visit our website <a href=\"#/home\" style=\"color:#e6701e\">https://www.mygharseva.com</a>, as we may already have answers</p> <p>to many of your questions.</p><br>\n <p>Thanks for choosing Mygharseva!</p><br>\n <p>PS: This email is just for reference. Please DO NOT REPLY to this email. (provided this is the case)</p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n </td><td width=\"50\" valign=\"top\" height=\"260\"></td>\n </tr></tbody>\n </table>\n </td></tr>', 'type' => 'note-post', 'subject' => 'A Note Was Added For Service Request #{{ServiceRequestID}}', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1],\n\n/**note-post end**/\n\n/**note-reply **/\n ['template_body' => '<tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n</tr>\n <td width=\"800\" valign=\"top\" height=\"auto\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td width=\"50\" valign=\"top\" height=\"auto\"></td>\n <td width=\"700\" valign=\"top\" height=\"auto\" style=\"margin:0 0 20px 0;\">\n <table>\n <tbody>\n\n <tr>\n <td width=\"700\" valign=\"top\" height=\"20\"><span style=\"color:#e6701e;font-size:16px;font-weight:bold;margin-top:5px;display:block;\">Dear {{username}},</span></td>\n </tr>\n\n <tr>\n <td width=\"700\" valign=\"top\" height=\"5\">\n <table cellspacing=\"0\" cellpadding=\"5\" border=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td valign=\"top\" height=\"20\" style=\"color:#474747;font-size:14px;\"><br>Welcome to Mygharseva! <br><br><br><br>\n\n <p>The following note reply was posted to your Mygharseva account on {{date}}:</p> <br>\n\n <p>{{Notes}}</p> \n <br>\n <p>Please click here to respond to this note. This is an automated email response,</p> <p>and this email address will not accept incoming messages</p><br>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody></table>\n </td><td width=\"50\" valign=\"top\" height=\"auto\"></td>\n </tr></tbody>\n </table>\n </td> </tr>', 'type' => 'note-reply', 'subject' => 'A Note Was Added For Service Request#{{ServiceRequestID}}', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1],\n\n/**note reply end**/\n\n/**Quote Submit **/\n\n ['template_body' => '<tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n</tr>\n <td width=\"800\" valign=\"top\" height=\"auto\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td width=\"50\" valign=\"top\" height=\"auto\"></td>\n <td width=\"700\" valign=\"top\" height=\"auto\" style=\"margin:0 0 20px 0;\">\n <table>\n <tbody>\n\n <tr>\n <td width=\"700\" valign=\"top\" height=\"20\"><span style=\"color:#474747;font-size:16px;font-weight:bold;;margin-top:5px;display:block;\">Hello {{firstname}},</span></td>\n </tr>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"5\">\n <table cellspacing=\"0\" cellpadding=\"5\" border=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td valign=\"top\" height=\"20\" style=\"color:#474747;font-size:14px;\"><br>Welcome to Mygharseva! <br><br>\n <p>Thank you for showing interest in our {{servicename}} service. We are glad you are here!! </p>\n <p>One of our expert will contact you shortly and will confirm the service request details.</p>\n <p>Below are the details you entered- </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n <tr>\n <td><hr style=\"color:#818181;\"></td>\n </tr>\n <tr>\n <td style=\"color:#e6701e;font-size:16px;font-weight:bold;\">{{servicename}}</td>\n </tr>\n <tr>\n <td><hr style=\"color:#818181; margin:5px 0 10px 0;\"></td>\n </tr>\n\n\n\n </tbody></table><table style=\"border-collapse: collapse;border: 1px solid #eeeeee; margin:0 0 40px 0;float:left;width:300px;\">\n <tbody>\n <tr>\n <td colspan=\"2\" style=\"border:1px #eeeeee; margin:10px 0 0 0;padding:10px 0 15px 20px;font-weight:bold;font-size:14px;color:#474747;background:#eeeeee;\">Service Details</td></tr>\n\n <tr><td style=\"padding:10px 30px 10px 20px;font-size:14px;color:#474747;background:#fafafa;\">Name:</td> <td style=\"padding:10px 0 10px 0;color:#474747;font-size:14px;background:#fafafa;\">{{customerName}}</td></tr>\n <tr><td style=\"background:#fafafa;padding:10px 30px 10px 20px;color:#474747;font-size:14px;\">Phone:</td> <td style=\"padding:10px 0 10px 0;background:#fafafa;color:#474747;font-size:14px;\">{{customerPhone}}</td></tr>\n <tr><td style=\"background:#fafafa;padding:10px 30px 10px 20px;font-size:14px;color:#474747;\">Email:</td> <td style=\"background:#fafafa;padding:10px 0 10px 0;font-size:14px;color:#474747;\">{{customerEmail}}</td></tr>\n <tr><td style=\"background:#fafafa;padding:10px 30px 10px 20px;font-size:14px;color:#474747;\">Type of Service:</td> <td style=\"background:#fafafa;color:#474747;padding:10px 0 10px 0;font-size:14px;\">{{servicename}}</td></tr>\n <tr><td style=\"background:#fafafa;padding:10px 30px 10px 20px;font-size:14px;color:#474747;\">Date &amp; Time:</td> <td style=\"background:#fafafa;color:#474747;padding:10px 0 10px 0;font-size:14px;\">{{date_time}}</td>\n </tr>\n \n </tbody>\n </table>\n </td><td width=\"50\" valign=\"top\" height=\"auto\"></td>\n </tr></tbody>\n </table>\n </td> </tr>', 'type' => 'quote-submit', 'subject' => 'Thank you for submitting the request with MyGharSeva!', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1],\n/**Quote Submit end **/\n\n/**Quote reject**/\n ['template_body' => '\n <tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n </tr>\n <td width=\"800\" valign=\"top\" height=\"auto\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td width=\"50\" valign=\"top\" height=\"auto\"></td>\n <td width=\"700\" valign=\"top\" height=\"auto\" style=\"margin:0 0 20px 0;\">\n <table>\n <tbody>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"20\"><span style=\"color:#e6701e;font-size:16px;font-weight:bold;margin-top:5px;display:block;\">Dear {{username}},</span></td>\n </tr>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"5\">\n <table cellspacing=\"0\" cellpadding=\"5\" border=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td valign=\"top\" height=\"20\" style=\"color:#474747;font-size:14px;\"><br>Welcome to Mygharseva! <br>\n\n <p>This email is to inform that you are not in agreement with the quotation provided for \n {{servicename}} on {{quotesubmitdate}} and would like to cancel the service request.</p>\n \n <p></p>\n <p>Rejection Note:</p>\n <p>{{notes}}</p>\n <br>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n <table style=\"width:700px;\">\n <tbody>\n <tr>\n <div style=\"color:#474747;font-size:14px;\">\n <p> If you change your mind, please login to your account or contact MyGharSeva Customer service- 9270890890</p>\n <br>\n </tr>\n </tbody></table>\n </td><td width=\"50\" valign=\"top\" height=\"auto\"></td>\n </tr>\n </tbody>\n </table>\n </td> </tr>', 'type' => 'quote-reject', 'subject' => 'You have declined the quotation for {{servicename}} with MyGharSeva', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1],\n\n/**Quote reject end**/\n\n/**Quote Buy**/\n['template_body' => '\n <tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n</tr>\n <td width=\"800\" valign=\"top\" height=\"auto\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td width=\"50\" valign=\"top\" height=\"auto\"></td>\n <td width=\"700\" valign=\"top\" height=\"auto\" style=\"margin:0 0 20px 0;\">\n <table>\n <tbody>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"20\"><span style=\"color:#474747;font-size:16px;font-weight:bold;;margin:5px 0 20px 0;display:block;\">Dear {{firstname}},</span></td>\n </tr>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"5\">\n <table cellspacing=\"0\" cellpadding=\"5\" border=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td valign=\"top\" height=\"20\" style=\"color:#474747;font-size:14px;\">\n <p>Thank you for accepting the quotation for {{servicename}} service and agreeing to pay the amount.</p><p> Below are the details of your service</p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n <tr>\n <td><hr style=\"color:#818181;margin-bottom:30px;\"></td>\n </tr>\n </tbody></table><table style=\"border-collapse: collapse;border: 1px solid #eeeeee; margin:0 0 40px 0;float:left;width:300px;\">\n <tbody>\n <tr>\n <td colspan=\"2\" style=\"border:1px #eeeeee; margin:10px 0 0 0;padding:10px 0 15px 20px;font-weight:bold;font-size:14px;color:#474747;background:#eeeeee;\">Service Details</td></tr>\n \n <tr><td style=\"padding:10px 30px 10px 20px;font-size:14px;color:#474747;background:#fafafa;\">Type of Service:</td> <td style=\"padding:10px 0 10px 0;color:#474747;font-size:14px;background:#fafafa;\">{{servicename}}</td></tr>\n <tr><td style=\"background:#fafafa;padding:10px 30px 10px 20px;color:#474747;font-size:14px;\">Date \n &amp;Time:</td> <td style=\"padding:10px 0 10px 0;background:#fafafa;color:#474747;font-size:14px;\">{{date_time}}</td></tr>\n </tbody>\n </table>\n </td><td width=\"50\" valign=\"top\" height=\"auto\"></td>\n </tr></tbody>\n </table>\n </td>', 'type' => 'quote-buy', 'subject' => 'Service confirmation for {{servicename}} service request #{{ServiceRequestID}}', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1],\n/**Quote buy end**/\n\n/**Note post admin**/\n['template_body' => '\n <tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n</tr>\n <td width=\"800\" valign=\"top\" height=\"260\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td width=\"50\" valign=\"top\" height=\"260\"></td>\n <td width=\"700\" valign=\"top\" height=\"260\" style=\"margin:0 0 20px 0;\">\n <table>\n <tbody>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"20\"><span style=\"color:#e6701e;font-size:16px;font-weight:bold;margin-top:5px;display:block;\">Dear {{username}},</span></td>\n </tr>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"5\">\n <table cellspacing=\"0\" cellpadding=\"5\" border=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td valign=\"top\" height=\"20\" style=\"color:#474747;font-size:14px;\"><br>Welcome to Mygharseva! <br>\n <p>Thank you for enquiring with MyGharSeva.com .</p><p> In order to assist you better with your service request,</p><p> we need more details from you. Please let us know the details below-</p><br> \n\n <p>{{Notes}}</p><br>\n\n <p>We appreciate your help. It will definitely help us understand your needs better </p><p>and we should be able to process your request faster.</p> \n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n <td width=\"50\" valign=\"top\" height=\"260\"></td>\n </tr></tbody>\n </table>\n </td>\n </tr>', 'type' => 'note-post-admin', 'subject' => 'Need More Details for your Service Request #{{ServiceRequestID}}', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1],\n/**note post admin end**/\n\n/**Quote publish**/\n ['template_body' => '\n <tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n</tr>\n <td width=\"800\" valign=\"top\" height=\"auto\">\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td width=\"50\" valign=\"top\" height=\"auto\"></td>\n <td width=\"700\" valign=\"top\" height=\"auto\" style=\"margin:0 0 20px 0;\">\n <table>\n <tbody>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"20\"><span style=\"color:#e6701e;font-size:16px;font-weight:bold;margin-top:5px;display:block;\">Dear {{firstname}},</span></td>\n </tr>\n <tr>\n <td width=\"700\" valign=\"top\" height=\"5\">\n <table cellspacing=\"0\" cellpadding=\"5\" border=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td valign=\"top\" height=\"20\" style=\"color:#474747;font-size:14px;\"><br>Welcome to Mygharseva! <br>\n <p>Below is the quotation for your {{servicename}} enquiry on {{enquiryDate}}</p>\n \n <p>{{quotes}}</p><br>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n <td width=\"50\" valign=\"top\" height=\"auto\"></td>\n </tr></tbody>\n </table>\n </td>\n </tr>', 'type' => 'quote-publish', 'subject' => 'Quotation for your {{servicename}} Enquiry.', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1],\n/**Quote publish end**/\n\n/**Enquiry template**/\n['template_body' => '<tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n </tr>\n <tr>\n <td height=\"auto\" valign=\"top\" width=\"800\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td height=\"auto\" valign=\"top\" width=\"50\"></td>\n <td height=\"auto\" valign=\"top\" width=\"700\" style=\"margin-bottom:20px;\">\n <table>\n <tbody>\n <tr>\n <td height=\"20\" valign=\"top\" width=\"700\"><span style=\"color:#;font-size:16px;font-weight:bold;margin:5px 0 0 -2px;display:block;color:e6701e;\">Dear {{customername}},</span></td>\n </tr>\n <tr>\n <td height=\"5\" valign=\"top\" width=\"700\">\n <table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td style=\"margin-left:-2px;color:#474747;font-size:14px;\" height=\"20\" valign=\"top\"><br>Welcome to MyGharSeva!<br><br>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n <table style=\"width:700px;\" height=\"auto\">\n<tbody>\n <tr>\n <div style=\"margin-bottom:40px;\">\n <p>Thank you for contacting us. We are glad you are here!!</p>\n <p>One of our expert will contact you shortly and will confirm the serivce request.</p>\n \n <p>Below are the details you entered:</p>\n <label style=\"float:left;font-weight:bold;\">Name:&nbsp;</label><p style=\"font-weight:bold;\">{{customername}}</p>\n <label style=\"float:left;font-weight:bold;\">Phone:&nbsp;</label><p style=\"font-weight:bold;\">{{customerphone}}</p>\n <label style=\"float:left;font-weight:bold;\">Email:&nbsp;</label><p style=\"font-weight:bold;\">{{email}}</p>\n </div>\n</tbody>\n</table>\n\n\n\n\n<td height=\"auto\" valign=\"top\" width=\"50\"></td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>', 'type' => 'enquiry', 'subject' => 'Thank you for submitting the request with MyGharSeva!', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1],\n\n/**Enquiry ends**/\n\n/**Registration template**/\n\n ['template_body' => '<tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n </tr>\n <tr>\n <td height=\"auto\" valign=\"top\" width=\"800\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td height=\"auto\" valign=\"top\" width=\"50\"></td>\n <td height=\"auto\" valign=\"top\" width=\"700\" style=\"margin-bottom:20px;\">\n <table>\n <tbody>\n <tr>\n <td height=\"20\" valign=\"top\" width=\"700\"><span style=\"color:#e6701e;font-size:16px;font-weight:bold;margin:5px 0 0 -2px;display:block;\">Dear {{firstname}},</span></td>\n </tr>\n <tr>\n <td height=\"5\" valign=\"top\" width=\"700\">\n <table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td style=\"margin-left:-2px;color:#474747;font-size:14px;\" height=\"20\" valign=\"top\"><br>Welcome to MyGharSeva!<br><br><br>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n <table style=\"width:700px;\" height=\"auto\">\n<tbody>\n <tr>\n <div style=\"margin-bottom:40px;\">\n <p>Thank you for registering with us. We would like to take this opportunity to thank you for being </p><p>a valued customer.</p>\n <p>Here are your login credentials-</p>\n \n <label style=\"float:left;font-weight:bold;\">User Name:&nbsp;</label><span style=\"font-weight:bold;\">{{username}}</span>\n <br><br>\n <label style=\"float:left;font-weight:bold;\">Password:&nbsp;</label><span style=\"font-weight:bold;\">{{password}}</span>\n <br><br>\n<p>We look forward to continue providing Home Based Services to you in the long run.</p><p style=\"margin-bottom:4em;\"> Please contact our customer service at 9270 890 890 for any questions</p>\n </div>\n</tbody>\n</table>\n\n\n\n\n<td height=\"auto\" valign=\"top\" width=\"50\"></td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n <tr>', 'type' => 'registration', 'subject' => 'Thank you for Registering with MyGharSeva.com', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1],\n\n/**registration ends**/\n\n['template_body' => '<tr style=\"background: white;\">\n <td height=\"5\" valign=\"top\" width=\"800\"><hr style=\"color:#818181; margin-top:15px\"></td>\n </tr>\n <tr>\n <td height=\"auto\" valign=\"top\" width=\"800\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"800\">\n <tbody>\n <tr>\n <td height=\"auto\" valign=\"top\" width=\"50\"></td>\n <td height=\"auto\" valign=\"top\" width=\"700\" style=\"margin-bottom:20px;\">\n <table>\n <tbody>\n \n <tr>\n <td height=\"5\" valign=\"top\" width=\"700\">\n <table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" width=\"700\">\n <tbody>\n <tr>\n <td style=\"margin-left:-2px;color:#474747;font-size:14px;\" height=\"20\" valign=\"top\"><br>Welcome to MyGharSeva!<br><br><br>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n <table style=\"width:700px;\" height=\"auto\">\n <tbody>\n <tr>\n <div style=\"margin-bottom:40px;\">\n <p>Thank you for subscribing to My Ghar Seva.</p>\n <p>We′ll try not to disappoint you and send you stuff that′s worth while :)</p>\n <br><br><br>\n <p>{{unsubscribe}}</p>\n </div>\n </tbody>\n </table>\n <td height=\"auto\" valign=\"top\" width=\"50\"></td>\n </tr>\n </tbody>\n </table>\n </td>\n</tr>', 'type' => 'subscription', 'subject' => 'Thank you for subscribing!', 'created_at' => new DateTime, 'updated_at' => new DateTime, 'created_by' => 1]\n\n );\n \t DB::table('email_templates')->insert($email_templates);\n }", "public function getPushoverTemplateDropdownValues()\n\t{\n\t\t$templates = [];\n\n\t\t$finder = new FileFinder();\n\t\t$finder->setOption('name_regex', '/^.*\\.ss$/');\n\n $parent = $this->getFormParent();\n\t\t\n if (!$parent) {\n return [];\n }\n\n $pushoverTemplateDirectory = $parent->config()->get('pushover_template_directory');\n $templateDirectory = ModuleResourceLoader::resourcePath($pushoverTemplateDirectory);\n\n if (!$templateDirectory) {\n\t\t\treturn [];\n }\n\t\t\n $found = $finder->find(BASE_PATH . DIRECTORY_SEPARATOR . $templateDirectory);\n\n\t\tforeach ($found as $key => $value) {\n\t\t\t$template = pathinfo($value);\n $absoluteFilename = $template['dirname'] . DIRECTORY_SEPARATOR . $template['filename'];\n\n // Optionally remove vendor/ path prefixes\n $resource = ModuleResourceLoader::singleton()->resolveResource($templateDirectory);\n if ($resource instanceof ModuleResource && $resource->getModule()) {\n $prefixToStrip = $resource->getModule()->getPath();\n } else {\n $prefixToStrip = BASE_PATH;\n }\n $templatePath = substr($absoluteFilename, strlen($prefixToStrip) + 1);\n\n // Optionally remove \"templates/\" prefixes\n if (preg_match('/(?<=templates\\/).*$/', $templatePath, $matches)) {\n $templatePath = $matches[0];\n }\n\n $templates[$templatePath] = $template['filename'];\n }\n return $templates;\n\t}", "public function getTemplates($context = null);", "function get_user_email_templates_slugs()\n{\n $user_email_templates_slugs = array(\n 'user-password-reseted',\n 'user-forgot-password',\n 'new-user-created',\n\t\t'new-employeecommission-slip'\n );\n\n return do_action('user_email_templates', $user_email_templates_slugs);\n}", "public function onGetPageTemplates(Event $event)\n {\n $event->types->scanTemplates(__DIR__.\"/templates\");\n }", "static public function getMailServerRegisteredTemplateUids()\r\n {\r\n if (!defined('HTTP_CONTEXT')) {\r\n throw new Warecorp_Exception('HTTP_CONTEXT is not defined');\r\n }\r\n \r\n $cache = Warecorp_Cache::getCache('memory');\r\n \r\n if ( ($registeredTemplateUids = $cache->load('registeredTemplateUids') ) == false) {\r\n // create list of registered templates\r\n \r\n // may throws exception\r\n $client = Warecorp::getMailServerTemplateClient();\r\n \r\n $registeredTemplateUids = array();\r\n $registeredTemplates = $client->getRegisteredTemplates(HTTP_CONTEXT);\r\n foreach ($registeredTemplates as $template) {\r\n $registeredTemplateUids[] = $template['uid'];\r\n }\r\n \r\n // save to cache\r\n $cache->save($registeredTemplateUids, 'registeredTemplateUids', array('mailtemplates') );\r\n }\r\n \r\n return $registeredTemplateUids;\r\n }", "protected static function devProcessTemplate( $functionName, $templateContents, $params )\n\t{\n\t\tif( !function_exists( 'IPS\\\\Theme\\\\' . $functionName ) )\n\t\t{\n\t\t\tpreg_match( '/^<ips:template parameters=\"(.+?)?\" \\/>(\\r\\n?|\\n)/', $templateContents, $matches );\n\t\t\tif ( isset( $matches[0] ) )\n\t\t\t{\n\t\t\t\tstatic::$matchesStore = isset( $matches[1] ) ? $matches[1] : '';\n\t\t\t\t$templateContents = preg_replace( '/^<ips:template parameters=\"(.+?)?\" \\/>(\\r\\n?|\\n)/', '', $templateContents );\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t/* Subjects do not contain the ips:template header, so we need a little magic */\n\t\t\t\tif ( $params !== NULL and is_array( $params ) and count( $params ) )\n\t\t\t\t{\n\t\t\t\t\t/* Extract app and key from \"email__{app}_{key}_subject\" */\n\t\t\t\t\tlist( $app, $key ) = explode( '_', mb_substr( $functionName, 7, -8 ), 2 );\n\t\t\t\t\t\n\t\t\t\t\tif ( $app and $key )\n\t\t\t\t\t{\n\t\t\t\t\t\t /* Doesn't matter if it's HTML or TXT here, we just want the param list */\n\t\t\t\t\t\t$md5Key\t = md5( $app . ';' . $key ) . '_email_html';\n\t\t\t\t\t\t$template = isset( \\IPS\\Data\\Store::i()->$md5Key ) ? \\IPS\\Data\\Store::i()->$md5Key : NULL;\n\t\t\t\t\t\t\n\t\t\t\t\t\tif ( $template )\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tpreg_match( \"#function\\s+?([^\\(]+?)\\(([^\\)]+?)\\)#\", $template, $matches );\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif ( isset( $matches[2] ) )\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tstatic::$matchesStore = trim( $matches[2] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t/* Grab the param list from the database */\n\t\t\t\t\t\t\ttry\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t$template = \\IPS\\Db::i()->select( 'template_name, template_data', 'core_email_templates', array( 'template_app=? AND template_name=?', $app, $key ), 'template_parent DESC' )->first();\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif ( isset( $template['template_name'] ) )\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tstatic::$matchesStore = $template['template_data'];\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tcatch( \\UnderflowException $e )\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tif ( \\IPS\\IN_DEV )\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t/* Try and get template file */\n\t\t\t\t\t\t\t\t\tlist( $app, $key ) = explode( '_', mb_substr( $functionName, 7, -8 ), 2 );\n\t\t\t\t\t\t\t\t\tforeach( array( 'phtml', 'txt' ) AS $type )\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t/* We only need one */\n\t\t\t\t\t\t\t\t\t\tif ( $file = @file_get_contents( \\IPS\\ROOT_PATH . \"/applications/{$app}/dev/email/{$key}.{$type}\" ) )\n\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tif ( $file !== FALSE )\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tpreg_match( '/^<ips:template parameters=\"(.+?)?\" \\/>(\\r\\n?|\\n)/', $file, $matches );\n\t\t\t\t\t\t\t\t\t\tstatic::$matchesStore = isset( $matches[1] ) ? $matches[1] : '';\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\telse\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tthrow new \\BadMethodCallException( 'NO_EMAIL_TEMPLATE_FILE - ' . $app . '/' . $key . '.' . $type );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\telse\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t/* I can't really help you, sorry */\n\t\t\t\t\t\t\t\t\tthrow new \\LogicException;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t\\IPS\\Theme::makeProcessFunction( $templateContents, $functionName, static::$matchesStore );\n\t\t}\n\t\t\t\t\n\t\treturn call_user_func_array( 'IPS\\\\Theme\\\\'.$functionName, $params );\n\t}", "public function getFormTemplates();", "function sendtemplatemail($from, $to, $subject, $templatename, $templatevars, $cc=array(), $bcc=array(), $additional_headers=\"\"){\n\t\\Mustache_Autoloader::register();\n\n\t$options = array('extension' => '.html');\n\t$m = new \\Mustache_Engine(array(\n \t\t\t\t\t\t\t'loader' => new \\Mustache_Loader_FilesystemLoader(dirname(__FILE__) . '/view/email', $options),\n\t\t\t\t\t\t\t\t));\n\n\techo $m->render($templatename, $templatevars);\n\tsendmailnow($from, $to, $subject, $text_message, $html_message = \"\", $cc=array(), $bcc=array(), $additional_headers=\"\");\n\n}", "static function getTemplates($id) {\n return EmailmarketingTemplates::includedInCampaign($id);\n }", "private function getTranslatedTemplate($templateContents)\n {\n preg_match_all('$__\\(\\'(.*)\\'$', $templateContents, $results);\n\n foreach($results[1] as $key => $search) {\n\n $replace = (string)__($search);\n $templateContents = str_replace($this->quote($search), $this->quote($replace), $templateContents);\n }\n\n return $templateContents;\n }" ]
[ "0.63525003", "0.6088721", "0.60688496", "0.60321265", "0.58356386", "0.5826905", "0.5802894", "0.57616144", "0.5741586", "0.5722071", "0.5714392", "0.5658209", "0.5629991", "0.55300725", "0.5522724", "0.54940885", "0.5493797", "0.54857343", "0.5459362", "0.54584885", "0.54572797", "0.54212487", "0.5416989", "0.5363071", "0.53577185", "0.5343014", "0.5340265", "0.53377515", "0.5334262", "0.53175056", "0.5304434", "0.5298457", "0.5280885", "0.52594244", "0.52566063", "0.5250745", "0.524662", "0.5242561", "0.52404034", "0.5233756", "0.52181953", "0.52146137", "0.5211974", "0.52088344", "0.5206775", "0.51988447", "0.5171485", "0.5164099", "0.5155239", "0.515515", "0.5154076", "0.5131534", "0.513086", "0.5127742", "0.51189435", "0.5114968", "0.51138026", "0.51132524", "0.50927943", "0.5083707", "0.50772285", "0.50705844", "0.50637436", "0.50628906", "0.50576556", "0.5056482", "0.505645", "0.5034381", "0.5023474", "0.50227654", "0.50196093", "0.50148875", "0.49992222", "0.49925235", "0.499066", "0.4987261", "0.49851677", "0.49784335", "0.4973276", "0.49702242", "0.4967753", "0.49674854", "0.49532232", "0.49431902", "0.4939648", "0.49201983", "0.49179432", "0.4912934", "0.49077085", "0.4905204", "0.49051318", "0.4901596", "0.4897926", "0.48846754", "0.48817617", "0.4877829", "0.48594", "0.4857505", "0.48535988", "0.48520324", "0.48487374" ]
0.0
-1
Get a configuration line.
public function config($key, $default = null) { return $this->resolve(app('config'), $key, $default); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getLine()\n {\n return $this->get(self::_LINE);\n }", "public function config_get(){\n\t\treturn $this->fb->exec('dhcp.config_get');\n\t}", "public function get_line()\n {\n return $this->line;\n }", "public function getLine() {\n return $this->parse()['line'];\n }", "public function configGet($parameter) {\n return $this->returnCommand(['CONFIG', 'GET'], null, [$parameter], ResponseParser::PARSE_ASSOC_ARRAY);\n }", "public function getLine() {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine() {\n\t\treturn $this->line;\n\t}", "public function getLine()\n {\n return $this->data[2];\n }", "public function getLine($line);", "public function getConfig();", "public function getConfig();", "public function getConfig();", "public function getConfig();", "public function getConfig();", "public function getConfig();", "public function getConfig();", "public function getConfig();", "function getLine(){\n return $this->line;\n }", "public function getLine()\n\t{\n\t\treturn $this->line;\n\t}", "public function get($key)\r\n {\r\n return $this->config[$key];\r\n }", "public function getConfig() {\n if ($this->config) {\n return $this->config;\n }\n \n $this->config = $this->parse($this->configFile);\n return $this->config;\n }", "public function getConfiguration(): ?string;", "public function getConfig($path) {\n return Config::getInstance()->getElementByPath($path);\n }", "public function getConfig() {}", "abstract protected function getConfig();", "public function get(string $name): string\n {\n $result = $this->configCommand($name);\n\n return $result->getBufferedOutput()[0];\n }", "public function get_config()\n\t{\n\t\treturn $this->cfg;\n\t}", "public function get(string $configPath, string $scope = null): ?string;", "protected function get($name) {\n return $this->configuration->get($name);\n }", "public function get(String $name=\"\"){\n\t\tif(isset($this->config[$name])){\n\t\t\treturn $this->config[$name];\n\t\t}\n\t\t\n\t\t// We need to split anyway if successful and sizeof is cheaper than a string search\n\t\t$split = explode(\"\\\\\",$name);\n\t\tif(sizeof($split) > 1){\n\t\t\tif(isset($this->config[$split[0]]) && isset($this->config[$split[0]][$split[1]])){\n\t\t\t\treturn $this->config[$split[0]][$split[1]];\n\t\t\t}\n\t\t}\n\t\t\n\t\tthrow new \\Exception($name.\" could not be found in config.json\");\n\t}", "public function getConfig()\n {\n return $this->get('config');\n }", "abstract public function getConfig();", "protected function getConsole_Command_Config_GetService()\n {\n return $this->services['console.command.config.get'] = new \\phpbb\\console\\command\\config\\get(${($_ = isset($this->services['user']) ? $this->services['user'] : $this->getUserService()) && false ?: '_'}, ${($_ = isset($this->services['config']) ? $this->services['config'] : $this->getConfigService()) && false ?: '_'});\n }", "public function getConfig()\r\n {\r\n return $this->_file;\r\n }", "public function getCalloutLine() {}", "public function getConfig()\n {\n return $this->config;\n }", "protected function get_line() { \n\t\t$line = $this->lines[$this->cursor]; \n\t\t$this->cursor++; return $line; \n\t}", "public static function getConfig () {\n\n\t\treturn parse_ini_file(APPPATH . '/config/config.ini');\n\t}", "public function getConfig() {\n $configFiles = [\n 4 => 'laravel-haml::config',\n 5 => 'laravel-haml',\n 6 => 'haml'\n ];\n\n\t\t$key = $configFiles[$this->version()];\n\t\treturn $this->app->make('config')->get($key);\n\t}", "function getConfiguration() ;", "public function getConfig($key);", "public function getConfig($key);", "public function getLineInfo() {\n return $this->get(self::LINE_INFO);\n }", "public static function read()\n {\n return self::$config;\n }", "static function getConfig() {\n\t\treturn self::getRegistry()->get(self::REGISTRY_CONFIG);\n\t}", "public function get()\r\n {\r\n $this->ensureLoaded();\r\n return $this->config;\r\n }", "public function getConfig()\r\n {\r\n $configFile = GeneralUtility::getFileAbsFileName(\"EXT:centauri_core/Configuration/core.php\");\r\n return (include $configFile);\r\n }", "public function getConfig()\n {\n return $this['config'];\n }", "private function getConfig($key)\n {\n return $this->config->get($key);\n }", "public static function getConfig()\n {\n return self::$config;\n }", "public static function getConf(){\n $conf = Configuration::first();\n return $conf;\n }", "public function getConfig(){\n\t\treturn $this->_config;\n\t}", "public function getConfig(){\n return $this->config;\n }", "protected function getConfig($which) {\n $yaml = \"\";\n\n switch ($which) {\n case 'invalid_driver':\n $yaml .= \"driver_type: local\\n\";\n $yaml .= \"driver: lmnop\\n\";\n break;\n\n case 'invalid_driver_type':\n $yaml .= \"driver_type: lmnop\\n\";\n $yaml .= \"driver: sqlite\\n\";\n break;\n\n case 'sqlite':\n $yaml .= \"driver_type: local\\n\";\n $yaml .= \"driver: sqlite\\n\";\n break;\n }\n\n // Parse the config\n $parser = new Parser();\n return $parser->parse ($yaml, true);\n }", "public function getConfig(): Configuration;", "public function get($key){\r\n\t\tif(key_exists($key, $this->config)){\r\n\t\t\treturn $this->config[$key];\r\n\t\t}\r\n\t\tdie('Index is out of range');\r\n\t}", "function getConfig($param, $return = false) {\n\n $json = new JSONParser(D . '/config.json', 'en-en');\n $r = (string) $json->stream->data[0]->{$param};\n\n if ($return) {\n return (isset($r) && !empty($r)) ? $r : false;\n } else {\n echo (isset($r) && !empty($r)) ? $r : '';\n }\n}", "public function getConfig()\n\t{\n\t\treturn $this->config;\n\t}", "public function getConfig()\n\t{\n\t\treturn $this->config;\n\t}", "public function getConfig()\n\t{\n\t\treturn $this->config;\n\t}", "public function getConfig()\n\t{\n\t\treturn $this->config;\n\t}", "public function getConfig() \n {\n return $this->config;\n }", "function getConfig($key = '')\n {\n return isset($this->config[$key]) ? $this->config[$key] : null;\n }", "public static function get(string $config): mixed {\n if(!isset(self::$configurations[$config])) {\n throw new ConfigurationException('No configuration set for \"' . $config . '\"');\n }\n return self::$configurations[$config];\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function getConfig()\n {\n return $this->config;\n }", "public function get() {\n return $this->_configuration;\n }", "function conf($path) {\n\t$config = $GLOBALS['config'];\n\n\tif(strstr($path, '.')) {\n\t\t$config = array_get($config, $path);\n\t\tif(!$config) Log::caller('path: ' . $path);\n\t}\n\telse if(!isset($config[$path])) {\n\t\tLog::caller('Cannot find configuration parameter | path: ' . $path);\n\t\t//die('Cannot find configuration parameter | $path: ' . $path);\n\t\treturn '';\n\t}\n\telse $config = $config[$path];\n\n\treturn $config;\n}", "function getConfig()\n {\n return $this->config;\n }", "public function getLine();", "public function getLine();", "public function getLine();", "public function getLine();", "public function getConfig($option)\n {\n return array_get ( $this->config, $option );\n }", "protected function config($name) {\n return $this->configFactory->get($name);\n }", "function getConfig()\n {\n return $this->_api->doRequest(\"GET\", \"{$this->getBaseApiPath()}/config\");\n }", "public function getConfig()\n {\n return $this->config ?: $this->setConfig()->getConfig();\n }", "public function getConfig()\n {\n return $this->_config;\n }", "public function getConfig()\n {\n return $this->_config;\n }", "public function getConfig($path)\n {\n return $this->scopeConfig->getValue($path, $this->_scope, $this->_scopeId);\n }", "public function getConfiguration()\n {\n return $this->_config;\n }", "public function getConfig($key)\n {\n return Config::get($key);\n }" ]
[ "0.62535185", "0.61817116", "0.6088285", "0.6075447", "0.600133", "0.5970064", "0.58608556", "0.58608556", "0.58608556", "0.58608556", "0.58608556", "0.58608556", "0.57797265", "0.577432", "0.5769382", "0.5722998", "0.5722998", "0.5722998", "0.5722998", "0.5722998", "0.5722998", "0.5722998", "0.5722998", "0.57095915", "0.56771576", "0.5673692", "0.56619227", "0.56570685", "0.5625617", "0.5594113", "0.5587763", "0.5580846", "0.5548148", "0.55465424", "0.55338097", "0.55248046", "0.55175775", "0.55154383", "0.549852", "0.54855824", "0.5474341", "0.54715836", "0.54688376", "0.546188", "0.5455527", "0.5453201", "0.5428941", "0.5428941", "0.54204994", "0.54180795", "0.54150945", "0.5412747", "0.54047966", "0.5399046", "0.53935134", "0.53913796", "0.5387947", "0.5382547", "0.5376127", "0.5353268", "0.5353182", "0.5349607", "0.53344685", "0.5333019", "0.5333019", "0.5333019", "0.5333019", "0.5325629", "0.5315472", "0.53108305", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.5310502", "0.53099465", "0.5296112", "0.5282906", "0.527766", "0.527766", "0.527766", "0.527766", "0.5274863", "0.5266779", "0.52615005", "0.5258231", "0.52575123", "0.52575123", "0.52571887", "0.5255788", "0.52552" ]
0.0
-1
Get a TTL configuration line.
public function ttl($key, $default = null) { return $this->config('ttl.' . $key, $default); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function GetTTL();", "public function getDrift($ttl);", "public function getTTL(): float\n {\n return $this->ttl;\n }", "public function getCacheTTL();", "public function getTtl()\n {\n return $this->ttl;\n }", "public function getTtl(): int\n {\n return $this->ttl;\n }", "public function config_get(){\n\t\treturn $this->fb->exec('dhcp.config_get');\n\t}", "public function getTSConfig() {}", "public function ttl(): int\n {\n return $this->ttl;\n }", "public function getLine()\n {\n return $this->get(self::_LINE);\n }", "public function getCacheTTL()\n {\n return $this->CacheTTL;\n }", "protected function get_link_ttl()\n {\n }", "protected function getTTL()\n {\n return Cache::getDefaultCacheTime();\n }", "public function getLine() {\n return $this->parse()['line'];\n }", "public function get()\n {\n return \\array_filter($this->lines, function($line){\n return $line instanceof Cron;\n });\n }", "public function getClientTtl()\n {\n return isset($this->client_ttl) ? $this->client_ttl : 0;\n }", "public function getTsConfig() {}", "public function getLine() {\n return $this->line;\n }", "public function getLine($line);", "public function getLine()\n {\n return $this->data[2];\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function setTtl(int $ttl): self\n {\n $this->options['ttl'] = $ttl;\n return $this;\n }", "public function setTtl(int $ttl): self\n {\n $this->options['ttl'] = $ttl;\n return $this;\n }", "public function getCalloutLine() {}", "public function setTtl($ttl)\n {\n $this->ttl = $ttl;\n return $this;\n }", "public function setTtl($ttl)\n {\n $this->ttl = $ttl;\n return $this;\n }", "public function get_line()\n {\n return $this->line;\n }", "public function getLineId()\n {\n return $this->line_id;\n }", "public function getLine($lineId);", "static protected function _ttl($ttl){\n\t\tif( is_int($ttl) || preg_match('!^\\d+$!',$ttl))\n\t\t\treturn (int) $ttl;\n\t\tif(! is_string($ttl))\n\t\t\tfalse;\n\t\treturn strtotime($ttl) - time();\n\t}", "protected function getLifetime($lifetime)\n {\n return null === $lifetime ? $this->getOption('ttl', 0) : $lifetime;\n }", "public static function getTimestampOffset()\n {\n return self::$settings[1];\n }", "public function getLineTax()\n\t{\n\t\treturn $this->getKeyValue('line_tax'); \n\n\t}", "public function getTtl() : int\n {\n return $this->getValue('nb_domain_zone_ttl');\n }", "public function getMaxTtl()\n {\n return isset($this->max_ttl) ? $this->max_ttl : 0;\n }", "public function getLine() {\n\t\treturn $this->line;\n\t}", "final public function getLine()\n {\n return 25;\n }", "public function configGet($parameter) {\n return $this->returnCommand(['CONFIG', 'GET'], null, [$parameter], ResponseParser::PARSE_ASSOC_ARRAY);\n }", "public function getTTL()\r\n {\r\n $date = new DateTime();\r\n $date->setTimezone(new DateTimeZone('GMT'));\r\n $ttl = strtotime($this->getExpires())-$date->getTimestamp();\r\n\r\n return $ttl;\r\n }", "function getLine(){\n return $this->line;\n }", "public function getTtl($key){\n return $this->getAdapter()->ttl($this->_keyFromId($key));\n }", "public function getLine()\n\t{\n\t\treturn $this->line;\n\t}", "public function getLinea()\n {\n return $this->linea;\n }", "public static function tld()\n\t{\n\t\t$arr = self::_getConfigArray();\n\t\tif (is_empty($arr))\n\t\t{\n\t\t\treturn '';\n\t\t}\n\t\t$tld = end($arr);\n\t\treturn $tld;\n\t}", "public function getTtl(): int\n {\n return 10;\n }", "public function getLineInfo() {\n return $this->get(self::LINE_INFO);\n }", "public function getSetting() {}", "public function getSetting() {}", "public function get($var)\n {\n $tab = $this->config;\n \n $explode = explode(':', $var);\n \n foreach ($explode as $vartmp)\n {\n if (isset($tab[$vartmp]))\n {\n $tab = $tab[$vartmp];\n }\n }\n\n return $tab == $this->config ? null : $tab;\n }", "public function getLinesToCache()\n {\n $value = $this->_config->get('dataprocessing/general/cache_lines');\n\n if ($value === null) {\n $value = 200;\n }\n\n return (int)$value;\n }", "function get($key, $ttl = 0) {\n $fn = $this->name($key);\n if (!is_file($fn) || (int)$ttl && time() - filectime($fn) > $ttl) return false;\n return unserialize(file_get_contents($fn));\n }", "public function getLineRef()\n {\n return $this->lineRef;\n }", "protected function _getCron()\n {\n return Mage::getModel('core/config_data')->load(self::CRON_STRING_PATH, 'path');\n }", "public function configOffsetGet($name)\n {\n return $this->settings[$name];\n }", "public function getPayloadConfig($type);", "static public function get_cache_ttl() {\n\t\treturn (int) get_option( 'azure_browse_cache_results', 15 );\n\t}", "function tidy_get_config(tidy $object) {}", "public function getTtl()\n {\n return $this->readOneof(17);\n }", "public function getLine(int $index) : string\n {\n return isset($this->lines[$index]) ? $this->lines[$index] : '';\n }", "public function getById($orderlineId);", "public function get(string $configPath, string $scope = null): ?string;", "public function getLine();", "public function getLine();", "public function getLine();", "public function getLine();", "protected function getConfigName()\n {\n return 'realtime';\n }", "public function get($key)\r\n {\r\n return $this->config[$key];\r\n }", "public function getTTL()\n {\n if (is_null($this->expiration)) {\n return null;\n }\n $current = time();\n\n if ($this->expiration > $current) {\n return $this->expiration - $current;\n }\n return 0;\n }", "public function getUserTSconf() {}", "public function getLineId(): int\n {\n return $this->lineId;\n }", "protected function getLineHeader($line) {\n\t\treturn Billrun_Factory::db()->logCollection()->query(array('header.stamp' => $line['log_stamp']))->cursor()->current();\n\t}", "public function getConfig($type)\n\t{\n\t\t$sql = 'SELECT * FROM config WHERE type=:type ORDER BY value DESC';\n\t\t$query = $this->db->prepare($sql);\n\t\t$query->execute([':type' => $type]);\n\t\treturn $query->fetchAll(PDO::FETCH_OBJ);\n\t}", "function recurringdowntime_get_cfg()\n{\n recurringdowntime_check_cfg();\n $cfg = file_get_contents(RECURRINGDOWNTIME_CFG);\n return recurringdowntime_cfg_to_array($cfg);\n}", "function log_record_fetch($type, $carriage_control=TRUE) {\n $pid = $type.':*';\n $r = lr_get($pid);\n return $r;\n}", "public function setCacheTtl($ttl)\n {\n $this->cacheTtl = intval($ttl);\n return $this;\n }", "public function get_expiration() \n\t{ \n\t// si no esta en memoria abrirlo\n\tif(empty($this->TA)) {\n\t\t$TA_file = file($this->path.self::TA, FILE_IGNORE_NEW_LINES);\n\t\tif($TA_file) {\n\t\t\t$TA_xml = '';\n\t\t\tfor($i=0; $i < sizeof($TA_file); $i++)\n\t\t\t\t$TA_xml.= $TA_file[$i]; \n\t\t\t$this->TA = $this->xml2Array($TA_xml);\n\t\t\t$r = $this->TA['header']['expirationTime'];\n\t\t} else {\n\t\t\t$r = false;\n\t\t}\n\t} else {\n\t\t$r = $this->TA['header']['expirationTime'];\n\t}\n\treturn $r;\n\t}", "protected function get_line() { \n\t\t$line = $this->lines[$this->cursor]; \n\t\t$this->cursor++; return $line; \n\t}", "public function get_radioConfig(): string\n {\n // $res is a string;\n if ($this->_cacheExpiration <= YAPI::GetTickCount()) {\n if ($this->load(YAPI::$_yapiContext->GetCacheValidity()) != YAPI::SUCCESS) {\n return self::RADIOCONFIG_INVALID;\n }\n }\n $res = $this->_radioConfig;\n return $res;\n }", "public function getLine(int $lineno): ?string\n {\n $lines = $this->getLines();\n return $lines[$lineno] ?? null;\n }", "public function getRule(): ?string { return $this->server->getRule(); }", "public function getLastLine()\n {\n return $this->lastLine;\n }", "function secenjeSadrzajPolja($line)\n {\n\n $s=substr($line, strrpos($line, \":\")+1);\n \n return $s;\n }", "public function getConfigKey(): string;", "function getRoute() {\n\t\treturn $this->config()->route;\n\t}", "public function setTtl(int $ttl = 86400) : CNabuDataObject\n {\n if ($ttl === null) {\n throw new ENabuCoreException(\n ENabuCoreException::ERROR_NULL_VALUE_NOT_ALLOWED_IN,\n array(\"\\$ttl\")\n );\n }\n $this->setValue('nb_domain_zone_ttl', $ttl);\n \n return $this;\n }", "protected function get($name) {\n return $this->configuration->get($name);\n }", "public function getConfig() {\n $configFiles = [\n 4 => 'laravel-haml::config',\n 5 => 'laravel-haml',\n 6 => 'haml'\n ];\n\n\t\t$key = $configFiles[$this->version()];\n\t\treturn $this->app->make('config')->get($key);\n\t}", "public function getConfigTimezone();", "public function getConfigValue($path = '')\n {\n return $this->getConfigData()->_descend($this->configData, $path);\n }", "protected function expirationTime()\n {\n $ttl = $this->getOptions()->getTtl();\n if ($ttl > 2592000) {\n return time() + $ttl;\n }\n return $ttl;\n }", "public function getLineNote()\n {\n return $this->lineNote;\n }", "public function getConfiguration(): ?string;", "public function cacheTtl()\n {\n return $this->cacheTtl;\n }", "public function getLine(): int\n {\n return $this->line;\n }", "public function getLine(): int\n {\n return $this->line;\n }" ]
[ "0.5902753", "0.54882276", "0.54537094", "0.5408284", "0.53726435", "0.52404267", "0.5219748", "0.520688", "0.5140868", "0.51330835", "0.50783265", "0.49992022", "0.49475816", "0.49444142", "0.49205697", "0.48859218", "0.48805994", "0.48712775", "0.48224947", "0.48178726", "0.47975644", "0.47975644", "0.47975644", "0.47975644", "0.47975644", "0.47975644", "0.4750964", "0.4750964", "0.4721816", "0.4716295", "0.4716295", "0.47049412", "0.4696535", "0.46937317", "0.46824422", "0.46790537", "0.46752682", "0.46709213", "0.4660408", "0.4654214", "0.46540332", "0.46353176", "0.46007812", "0.4580977", "0.45733982", "0.45689645", "0.4567583", "0.45670852", "0.4552861", "0.45461476", "0.45256096", "0.4497352", "0.4497352", "0.44794232", "0.44719043", "0.44565284", "0.44433427", "0.44427946", "0.44400674", "0.4439335", "0.44345874", "0.44337514", "0.44075635", "0.44056523", "0.43924809", "0.43912044", "0.4391061", "0.4391061", "0.4391061", "0.4391061", "0.4388278", "0.43874964", "0.43819097", "0.4381761", "0.43692783", "0.43654606", "0.4359894", "0.4353642", "0.43512398", "0.43401986", "0.43393528", "0.43341458", "0.43186128", "0.43175974", "0.43055692", "0.4300623", "0.4300039", "0.42987162", "0.4298679", "0.42827132", "0.42807487", "0.42787245", "0.42690465", "0.42678905", "0.42662987", "0.4265051", "0.42598617", "0.42581218", "0.42534626", "0.42534626" ]
0.4924158
14
Get a language line.
public function language($key, array $replacements = []) { return $this->resolve(app('translator'), $key, $replacements); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static function get($line, array $params = array(), $default = null, $language = null) {\n\t\t($language === null) and $language = static::get_lang ();\n\t\t\n\t\treturn isset ( static::$lines [$language] ) ? \\Str::tr ( \\Fuel::value ( \\Arr::get ( static::$lines [$language], $line, $default ) ), $params ) : $default;\n\t}", "public function getLine()\n {\n return $this->get(self::_LINE);\n }", "function line($line = '')\n\t{\n\t\treturn ($line == '' OR ! isset($this->language[$line])) ? FALSE : $this->language[$line];\n\t}", "public function line($text) { return $this->l($text); }", "public function getLine($line);", "public function getLine() {\n return $this->parse()['line'];\n }", "public function get_line()\n {\n return $this->line;\n }", "public function show($id)\n {\n $languageLine = LanguageLine::findOrFail($id);\n\n return response(new LanguageLineResource($languageLine));\n }", "protected function get_line() { \n\t\t$line = $this->lines[$this->cursor]; \n\t\t$this->cursor++; return $line; \n\t}", "public function getLine() {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getFromLanguage(): string;", "function lang($key = '')\r\n{\r\n\t$CI =& get_instance();\r\n\t$line = $CI->lang->line($key);\r\n\t$line = ($line == '') ? $key : $line;\r\n\treturn $line;\r\n}", "public function getLang();", "public function getLine() {\n\t\treturn $this->line;\n\t}", "public function index()\n {\n return response(LanguageLineResource::collection(LanguageLine::all()));\n }", "public function getLine()\n {\n return $this->data[2];\n }", "function getLine(){\n return $this->line;\n }", "public function getLine()\n\t{\n\t\treturn $this->line;\n\t}", "public function getLine();", "public function getLine();", "public function getLine();", "public function getLine();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getCalloutLine() {}", "public function getLinha();", "public function getLanguage() {}", "public function getLeaderLine() {}", "public function getLine()\n\t{\n\t\treturn $this->token->line;\n\t}", "public function getLinea()\n {\n return $this->linea;\n }", "public function getLine($lineId);", "function get_line(&$format)\n{\n\tif (mb_strlen($format) === 0)\n\t\treturn false;\n\t\n\t$pos = mb_strpos($format, \"\\r\");\t\n\tif ($pos !== false)\n\t\t$format = mb_substr($format, 0, $pos) . mb_substr($format, $pos + 1);\n\t\n\t$pos = mb_strpos($format, \"\\n\");\n\t\n\tif ($pos === false)\n\t\t$pos = mb_strlen($format);\n\t\n\t$line = mb_substr($format, 0, $pos);\n\t$format = mb_substr($format, $pos + 1);\n\treturn $line;\n}", "function get_lang_key($key) {\n $CI = &get_instance();\n return $CI->lang->line($key);\n}", "function getLine()\r\n {\r\n\t\t\tdo\r\n\t\t\t{\r\n\t\t\t\t$sLine = trim($this->referString[$this->currentLine]);\r\n\t\t\t\t$this->currentLine++;\r\n\t\t\t} while ($this->currentLine < count($this->referString) && !$sLine);\r\n\t\t\treturn $sLine;\r\n }", "public function getLangcode() {\n }", "public function getLl() {}", "private function line_kalkun($line, $context = NULL, ...$msg_params)\n\t{\n\t\tif ($context === NULL)\n\t\t{\n\t\t\tif (isset($this->language[$line]))\n\t\t\t{\n\t\t\t\tif (extension_loaded('intl'))\n\t\t\t\t{\n\t\t\t\t\t$value = MessageFormatter::formatMessage(\n\t\t\t\t\t\t$this->locale,\n\t\t\t\t\t\t$this->language[$line],\n\t\t\t\t\t\t$msg_params\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$value = parent::line($line);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$value = FALSE;\n\t\t\t}\n\t\t}\n\t\telse\n\t\t{\n\t\t\tif (is_string($context))\n\t\t\t{\n\t\t\t\tif (isset($this->language[$line]) && isset($this->language[$line][$context]))\n\t\t\t\t{\n\t\t\t\t\tif (extension_loaded('intl'))\n\t\t\t\t\t{\n\t\t\t\t\t\t$value = MessageFormatter::formatMessage(\n\t\t\t\t\t\t\t$this->locale,\n\t\t\t\t\t\t\t$this->language[$line][$context],\n\t\t\t\t\t\t\t$msg_params\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t\telse\n\t\t\t\t\t{\n\t\t\t\t\t\t$value = parent::line($line);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$value = FALSE;\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tlog_message('error', 'context for message must be either NULL or a string');\n\t\t\t}\n\t\t}\n\n\n\t\t//$value = isset($this->language[$line]) ? $this->language[$line] : FALSE;\n\n\t\t// Because killer robots like unicorns!\n\t\tif ($value === FALSE)\n\t\t{\n\t\t\t$value = '🌐 '.$line;\n\t\t\tlog_message('error', 'Could not find the language line \"'.$line.'\"');\n\t\t}\n\n\t\treturn $value;\n\t}", "public function language();", "public function language();", "public function get_language_detail($column_name = 'id', $value)\n {\n\n if ($column_name === 'id') {\n $language = Language::find($value);\n } else {\n $language = Language::where($column_name, $value)->limit(1)->first();\n }\n\n return $language;\n }", "public function getLine() {\r\n return $this->node->getLine();\r\n }", "public function getLine(int $lineno): ?string\n {\n $lines = $this->getLines();\n return $lines[$lineno] ?? null;\n }", "protected function getLanguageSelection() {}", "public function getLanguage()\n {\n return $this\n ->hasOne(Language::class, ['id' => 'languageId']);\n }", "protected function getLanguageParameter() {}", "public function TextLine($value) {\n\t return $value . $this->LE;\n\t}", "public function languagePath($path = '')\n\t{\n\t\treturn $this['path.language'];\n\t}", "final function getLine();", "function language($lang)\n\t{\n\t\treturn lava_instance()->lang->language($lang);\n\t}", "public function get($key, array $replace = [], $locale = null, $fallback = true)\n {\n list($namespace, $group, $item) = $this->parseKey($key);\n\n // Here we will get the locale that should be used for the language line. If one\n // was not passed, we will use the default locales which was given to us when\n // the translator was instantiated. Then, we can load the lines and return.\n $locales = $fallback ? $this->parseLocale($locale) : [$locale ?: $this->locale];\n\n foreach ($locales as $locale) {\n $this->load($namespace, $group, $locale);\n\n $line = $this->getLine($namespace, $group, $locale, $item, $replace);\n\n if (!is_null($line)) {\n break;\n }\n }\n\n // If the line doesn't exist, we will return back the key which was requested as\n // that will be quick to spot in the UI if language keys are wrong or missing\n // from the application's language files. Otherwise we can return the line.\n if (!isset($line)) {\n\n $this->insertKey($key, $group, $locales[0]);\n\n return $key;\n }\n\n return $line;\n }", "public function getLanguageIdentifier();", "public function getLanguage() : ?string ;", "public function getLine1(): ?string\n {\n return $this->line1;\n }", "public function getLine1(): ?string\n {\n return $this->line1;\n }", "public function getLineId()\n {\n return $this->line_id;\n }", "public function getLanguage(): Language\n {\n return new Language(API::ffi()->ts_parser_language($this->data));\n }", "public function get_language()\n {\n }", "private function lang($string='')\n {\n return $this->language->get($string);\n }", "public function getLanguage()\n {\n return $this->hasOne(Language::className(), ['iso_code'=>'lang']);\n }", "public function getLine($lineNumber);", "public function getLine(): int\n {\n return $this->line;\n }", "public function getLine(): int\n {\n return $this->line;\n }", "public function getLanguage()\n\t{\n\t\treturn $this->language ? $this->language->getLid() : null;\n\t}", "public function getLanguage()\r\n {\r\n if ($this->getChatHelper()->getLanguage() == 'auto') {\r\n return null;\r\n }\r\n \r\n if ($this->getChatHelper()->getLanguage() == 'md') {\r\n return \"\\$zopim.livechat.setLanguage('\" . substr(Mage::app()->getLocale()->getLocale(),0,2).\"');\" . \"\\n\";\r\n }\r\n return \"\\$zopim.livechat.setLanguage('\" . $this->getChatHelper()->getLanguage() . \"');\" . \"\\n\";\r\n }", "public function getLang(): string {\n return $this->lang;\n }", "private function nextLine()\n\t{\n\t\treturn array_shift($this->buffer);\n\t}", "public function getLineA();", "public function store(LanguageLineRequest $request)\n {\n $languageLine = LanguageLine::create($request->all());\n return response(new LanguageLineResource($languageLine));\n }", "public function language()\n {\n return $this->hasOne(\n Language::class,\n 'id',\n 'language_id'\n );\n }", "public function loadLang(){\n\n if($this->id == -1 || empty($this->databasePath))\n return \"\";\n\n $sqlQuery = 'SELECT L.lang_code as lang FROM books_languages_link BLL, languages L WHERE BLL.lang_code = L.id AND BLL.book = '.$this->id;\n\n $pdo = new SPDO($this->databasePath);\n foreach ($pdo->query($sqlQuery) as $row)\n return $row['lang'];\n \n return \"\";\n }", "function getLanguageById ( $id )\n {\n try\n {\n $result = $this->apiCall('get',\"{$this->api['syndication_url']}/resources/languages/{$id}.json\");\n return $this->createResponse($result,'get Language','Id');\n } catch ( Exception $e ) {\n return $this->createResponse($e,'API Call');\n }\n }", "function lang()\n {\n global $CFG; \n $language = $CFG->item('language');\n \n $lang = array_search($language, $this->languages);\n if ($lang)\n {\n return $lang;\n }\n \n return NULL; // this should not happen\n }", "public function getLeaderLineExtension() {}", "public function language(string $language);", "public function getLanguage()\n\t{\n\t\treturn $this->languageId;\n\t}", "public function getById($orderlineId);", "public function getLineaId($id){\n\t\t\t$this->db->query(\"SELECT * FROM linea WHERE cod_linea=:id\");\n\n\t\t\t$this->db->bind(':id', $id);\n\n\t\t\treturn $this->db->single();\n\t\t}", "public function get_line( $file, $line ) {\n\t\tif ( empty( $this->spl ) ) {\n\t\t\t$this->spl = new \\SplFileObject( $file );\n\t\t}\n\n\t\tif ( ! $this->spl->eof() ) {\n\t\t\t$this->spl->seek( $line );\n\t\t\t$contents = $this->spl->current();\n\t\t}\n\n\t\treturn $contents;\n\t}", "public function l($text) { return $this->t($text)->nl(); }", "static function getLanguage (){\n return self::$language;\n }", "final public function getLang(): string {\n $this->init();\n return $this->language;\n }", "public function getLine():int {\n\t\t\treturn $this->line;\n\t\t}", "protected function getLanguage() {\r\n\t\treturn $this->language;\r\n\t}", "static function getLine($file,$line){\n\t\tif($file){\n\t\t\t$f = file($file);\n\t\t\t$code = substr($f[$line-1],0,-1);\n\t\t\treturn preg_replace('@^\\s*@','',$code);\n\t\t}\n\t}", "public function getLineInfo() {\n return $this->get(self::LINE_INFO);\n }", "public function getLly() {}", "public function getPrimaryLanguage();", "public function getLine(int $line){\n return $this->file[$line] ?? \"\";\n }", "public function getLanguage(): string\n {\n return $this->language;\n }", "public function getLanguage(): string\n {\n return $this->language;\n }", "public function line($line, $log_errors = TRUE)\n\t{\n\t\treturn $this->__call('line', func_get_args());\n\t}" ]
[ "0.69607234", "0.6707883", "0.6643836", "0.6639657", "0.6355696", "0.63289326", "0.63188434", "0.62352264", "0.6233133", "0.61606246", "0.6033768", "0.6033768", "0.6033768", "0.6033768", "0.6033768", "0.6033768", "0.6010309", "0.5999274", "0.5980491", "0.59678704", "0.595185", "0.59176785", "0.5895875", "0.58884615", "0.5888049", "0.5888049", "0.5888049", "0.5888049", "0.588605", "0.588605", "0.588605", "0.588605", "0.588605", "0.588605", "0.58842677", "0.5863878", "0.58522946", "0.5768419", "0.57373863", "0.57211274", "0.57153326", "0.56437194", "0.5637661", "0.56243825", "0.560336", "0.5591934", "0.55913115", "0.5582173", "0.5582173", "0.5515155", "0.55059355", "0.5502948", "0.5496959", "0.546252", "0.5460742", "0.5460319", "0.54589343", "0.54546547", "0.5451956", "0.54384077", "0.5425983", "0.5425903", "0.541761", "0.541761", "0.54128593", "0.5386549", "0.5381586", "0.53788966", "0.53772354", "0.5369931", "0.53692454", "0.53692454", "0.53401077", "0.53207755", "0.531664", "0.53159344", "0.5311432", "0.5304533", "0.53034985", "0.5299892", "0.52928567", "0.5291974", "0.52915263", "0.52881354", "0.52859455", "0.5277147", "0.5276819", "0.526464", "0.5257881", "0.52576953", "0.5254411", "0.5243916", "0.5243064", "0.52429557", "0.5235933", "0.5227586", "0.5223848", "0.52230215", "0.5221031", "0.5221031", "0.5217256" ]
0.0
-1
Get an error language line.
public function error($key, array $replacements = []) { return $this->language('errors.' . $key, $replacements); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getLine(): int\n\t{\n\t\treturn $this->err->getLine();\n\t}", "function line($line = '')\n\t{\n\t\treturn ($line == '' OR ! isset($this->language[$line])) ? FALSE : $this->language[$line];\n\t}", "public function getError();", "public function getError();", "public function getError();", "public function get_line()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->get(self::_LINE);\n }", "public function getErrorLines()\n {\n return array('Something went wrong... ಠ_ಠ');\n }", "public function get_error();", "public function get_error();", "public function line($text) { return $this->l($text); }", "private function getErrorPosition(): string\n {\n if ($this->displayErrorLine) {\n $pieces = preg_split('/\\\\r\\\\n|\\\\n\\\\r|\\\\n|\\\\r/', substr($this->data, 0, $this->position));\n $line = count($pieces);\n $column = strlen(end($pieces));\n\n return \" at line {$line} column {$column}\";\n }\n\n return \" at byte {$this->position}\";\n }", "public function getErrorText(){\n return $this->error;\n }", "public function getError() {\n return $this->get(self::ERROR);\n }", "public function getError() {\n return $this->get(self::ERROR);\n }", "abstract public function getMsgError();", "public function getError()\r\n {\r\n return count($this->strError) == 0 ? null :\r\n (count($this->strError) == 1 ? $this->strError[0] :\r\n $this->strError);\r\n }", "public function getError() {}", "public function getError() {\n\t\treturn $this->lastError;\n\t}", "function getError();", "function getError();", "public static function get_error()\n\t{\n\t\treturn Session::instance()->get('error');\n\t}", "public function getLine() {\n return $this->parse()['line'];\n }", "public function getLPFailed();", "public function getLine() {\n return $this->line;\n }", "public function getError(): string\n {\n return $this->Error;\n }", "public static function getError()\n\t{\n\t\treturn self::$error;\n\t}", "abstract protected function _getErrorString();", "public function getError() {\n\t\treturn $this->current_error;\n\t}", "public function getError(): string\n {\n return $this->error;\n }", "public function getErr()\n {\n return $this->get(self::ERR);\n }", "public function getErr()\n {\n return $this->get(self::ERR);\n }", "public function getMessage()\n {\n // check if any error message available.\n if (!is_null($this->_message)) {\n // return the message\n return $this->lang->line($this->_message) ? $this->lang->line($this->_message) : $this->_message;\n }\n\n // return nothing if previous condition does not apply\n return NULL;\n }", "function evel_get_error($e) {\n if (!rabx_is_error($e))\n return FALSE;\n else\n return $e->text;\n}", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "final public function error_get() : string{\r\n return (string) ($this->code != 0) ? \"[<b>{$this->code}</b>]: \".$this->message : $this->message;\r\n }", "public function getError()\n\t{\n\t\t$arr = each($this->error);\n\t\treturn $arr['value'];\n\t}", "public function line($line, $log_errors = TRUE)\n\t{\n\t\treturn $this->__call('line', func_get_args());\n\t}", "public function getLine() {\n\t\treturn $this->line;\n\t}", "public function getError()\r\n\t{\r\n\t\treturn $this->root->getAttribute('liberr');\r\n\t}", "protected function get_line() { \n\t\t$line = $this->lines[$this->cursor]; \n\t\t$this->cursor++; return $line; \n\t}", "function wrapper_error($link_id = null) {\n\t\t$last_msg = trim(@$this->functions['error']());\n\n\t\tif (strpos(strtolower($last_msg), '(severity') !== false) {\n\t\t\treturn $last_msg;\n\t\t}\n\n\t\treturn '';\n\t}", "public function getLine()\n\t{\n\t\treturn $this->token->line;\n\t}", "public function errors()\n {\n $_output = '';\n foreach ($this->errors as $error)\n {\n $errorLang = $this->lang->line($error) ? $this->lang->line($error) : '##' . $error . '##';\n $_output .= $this->error_start_delimiter . $errorLang . $this->error_end_delimiter;\n }\n\n return $_output;\n }", "public function getError()\n {\n return $this->currentError;\n }", "public function getError() : string\r\n {\r\n return $this->strError;\r\n }", "function lang($key = '')\r\n{\r\n\t$CI =& get_instance();\r\n\t$line = $CI->lang->line($key);\r\n\t$line = ($line == '') ? $key : $line;\r\n\treturn $line;\r\n}", "public function getMsgError() {\r\n return $this->msg_error;\r\n }", "public function getError() {\n return self::$error;\n }", "public function getError() {\n\t\treturn self::$error;\n\t}", "function get_error_message() {\n return $this->error_msg;\n }", "public function getMessage()\n {\n return $this->_error;\n }", "public function getLine()\n\t{\n\t\treturn $this->line;\n\t}", "private function line_kalkun($line, $context = NULL, ...$msg_params)\n\t{\n\t\tif ($context === NULL)\n\t\t{\n\t\t\tif (isset($this->language[$line]))\n\t\t\t{\n\t\t\t\tif (extension_loaded('intl'))\n\t\t\t\t{\n\t\t\t\t\t$value = MessageFormatter::formatMessage(\n\t\t\t\t\t\t$this->locale,\n\t\t\t\t\t\t$this->language[$line],\n\t\t\t\t\t\t$msg_params\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$value = parent::line($line);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$value = FALSE;\n\t\t\t}\n\t\t}\n\t\telse\n\t\t{\n\t\t\tif (is_string($context))\n\t\t\t{\n\t\t\t\tif (isset($this->language[$line]) && isset($this->language[$line][$context]))\n\t\t\t\t{\n\t\t\t\t\tif (extension_loaded('intl'))\n\t\t\t\t\t{\n\t\t\t\t\t\t$value = MessageFormatter::formatMessage(\n\t\t\t\t\t\t\t$this->locale,\n\t\t\t\t\t\t\t$this->language[$line][$context],\n\t\t\t\t\t\t\t$msg_params\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t\telse\n\t\t\t\t\t{\n\t\t\t\t\t\t$value = parent::line($line);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$value = FALSE;\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tlog_message('error', 'context for message must be either NULL or a string');\n\t\t\t}\n\t\t}\n\n\n\t\t//$value = isset($this->language[$line]) ? $this->language[$line] : FALSE;\n\n\t\t// Because killer robots like unicorns!\n\t\tif ($value === FALSE)\n\t\t{\n\t\t\t$value = '🌐 '.$line;\n\t\t\tlog_message('error', 'Could not find the language line \"'.$line.'\"');\n\t\t}\n\n\t\treturn $value;\n\t}", "public function getErrorMessage();", "public function getErrorMessage();", "public function error()\n {\n if ($rule = $this->rule) {\n return trans($rule->message, [\n 'limit' => $rule->limit,\n 'interval' => $this->next()->diffAsCarbonInterval(),\n 'event' => $this->driver,\n 'seconds' => $rule->seconds\n ]);\n }\n\n return null;\n }", "public function getErrorMessage()\n {\n return $this->singleValue('//i:errorMessage');\n }", "public function get_error()\n\t\t{\n\t\t\treturn $this->error;\n\t\t}", "public function getRuleError()\n {\n if(!isset($this->rules_objects_list[$this->table_name]))\n return '';\n\n //current table rules object\n $l_target = $this->rules_objects_list[$this->table_name];\n\n if($l_target->rules_error_flag)\n return $l_target->rules_error_message;\n\n return '';\n }", "abstract public function getErrorType(): string;", "public function getError(){\n\t\treturn $this->error;\n\t}", "public function getLine()\n {\n return $this->data[2];\n }", "public function getError(){\n if (empty($this->getErrorCode())) {\n return null;\n }\n return $this->getErrorCode().': '.$this->getErrorMessage();\n }", "function getError()\r\n\t{\r\n\t\treturn $this->error_code;\r\n\t}", "public function getError() { return $this->error; }", "public function getFailedLines(): array;", "public function getLineNumber();", "public function getLineNumber();", "public static function get($line, array $params = array(), $default = null, $language = null) {\n\t\t($language === null) and $language = static::get_lang ();\n\t\t\n\t\treturn isset ( static::$lines [$language] ) ? \\Str::tr ( \\Fuel::value ( \\Arr::get ( static::$lines [$language], $line, $default ) ), $params ) : $default;\n\t}", "function get_error(string $field = null): mixed\n{\n $error = error_get_last();\n if (!$error) {\n return null;\n }\n\n // Put in a new order.\n $error = array_select($error, ['type', 'file', 'line', 'message', 'function'], combine: true);\n\n // Separate message & function if available.\n if ($pos = strpos($error['message'], '):')) {\n $error['function'] = substr($error['message'], 0, $pos - 1);\n $error['message'] = ucfirst(substr($error['message'], $pos + 3));\n }\n\n return $field ? $error[$field] ?? null : $error;\n}", "function get_line(&$format)\n{\n\tif (mb_strlen($format) === 0)\n\t\treturn false;\n\t\n\t$pos = mb_strpos($format, \"\\r\");\t\n\tif ($pos !== false)\n\t\t$format = mb_substr($format, 0, $pos) . mb_substr($format, $pos + 1);\n\t\n\t$pos = mb_strpos($format, \"\\n\");\n\t\n\tif ($pos === false)\n\t\t$pos = mb_strlen($format);\n\t\n\t$line = mb_substr($format, 0, $pos);\n\t$format = mb_substr($format, $pos + 1);\n\treturn $line;\n}", "public function get_error() {\r\n return $this->error;\r\n }", "public static function error($id) \n {\n $language = $_SESSION['language'];\n $layout = 'layouts/polyglot/errors.php';\n $errors = require 'configs/errors.php';\n\n if (array_key_exists($id, $errors))\n {\n if (array_key_exists($language, $errors[$id]))\n {\n $title = $errors[$id][$language]['title'];\n $cause = $errors[$id][$language]['cause'];\n $advice = $errors[$id][$language]['advice'];\n } \n else\n {\n $title = $errors[$id]['en']['title'];\n $cause = $errors[$id]['en']['cause'];\n $advice = $errors[$id]['en']['advice'];\n }\n }\n else\n {\n $title = $errors['404']['en']['title'];\n $cause = $errors['404']['en']['cause'];\n $advice = $errors['404']['en']['advice'];\n }\n\n if (is_numeric($id))\n {\n http_response_code($id);\n } \n\n require $layout;\n exit; \n }", "public function getError () {\n\t\t\treturn $this->error; // seems useless for now\n\t\t}", "function getError(){\n\t\t\treturn $this->error;\n\t\t}", "public function getError()\n\t{\n\t\treturn $this->err;\n\t}", "public function getError()\n\t{\n\t\treturn $this->_usrError;\n\t}", "public function get_error() {\n return $this->error;\n }", "public function getError()\n\t{\n\t\treturn $this->_error;\n\t}", "public function getCurrentError()\n {\n return $this->getCurrent(self::NAMESPACE_ERROR);\n }", "public function getError() {\n\t\treturn $this->error;\n\t}", "public function getError() {\n\t\treturn $this->error;\n\t}", "public function getError() {\n\t\treturn $this->error;\n\t}", "public function get_error(){\n return $this->error;\n }", "public function error(): string\n {\n return $this->error;\n }", "function getLine(){\n return $this->line;\n }", "public function getError()\n {\n return $this->fileInfo['error'];\n }", "function get_lang_key($key) {\n $CI = &get_instance();\n return $CI->lang->line($key);\n}", "public function getErr() {}", "function getError()\n\t{\n\t\treturn $this->err;\n\t}", "public function get_error_message() {\n\t\treturn $this->error_message;\n\t}", "public function getError() {\r\n return $this->error;\r\n }", "public function getError()\n {\n }", "public static function getErrorString( $message, $code = 0, $file = 'Unknown', $line = 'Unknown' ) { \n if( self::$_debug ) {\n\t\t\treturn $message .= ' ( DEBUG: Error code[' . $code . '], traced to file '.$file.' on line '.$line.' )';\n\t\t}\n\t\treturn $message;\n }", "public function error()\n {\n return $this->type('error');\n }" ]
[ "0.61030006", "0.6051544", "0.6028134", "0.6028134", "0.6028134", "0.6024384", "0.5979263", "0.595934", "0.5941412", "0.5941412", "0.5939918", "0.58470196", "0.58386606", "0.58378106", "0.58378106", "0.5723251", "0.571055", "0.57094175", "0.56904197", "0.5685686", "0.5685686", "0.56766033", "0.5656344", "0.5655811", "0.56520855", "0.56443626", "0.5634618", "0.56240654", "0.5622564", "0.5617038", "0.5597885", "0.5597885", "0.5592318", "0.5584846", "0.55739295", "0.55739295", "0.55739295", "0.55739295", "0.55739295", "0.55739295", "0.5561209", "0.55542463", "0.5531013", "0.5529776", "0.55239516", "0.5522273", "0.5518166", "0.5501971", "0.5500915", "0.54978657", "0.5494995", "0.5494836", "0.54822683", "0.54765445", "0.54760575", "0.54583246", "0.545503", "0.54542184", "0.54421437", "0.5439791", "0.5439791", "0.54359144", "0.5416568", "0.54026204", "0.53958845", "0.5393286", "0.53905725", "0.5386482", "0.5379957", "0.53729963", "0.5369609", "0.5368864", "0.5366476", "0.5366476", "0.53642225", "0.53619975", "0.5361225", "0.5360086", "0.5356496", "0.5353816", "0.5342844", "0.5339904", "0.5337064", "0.53309596", "0.5330774", "0.5329705", "0.5327473", "0.5327473", "0.5327473", "0.53219295", "0.5320227", "0.5308628", "0.530259", "0.5300458", "0.5299289", "0.5293495", "0.529143", "0.52865183", "0.5284595", "0.5284003", "0.52741635" ]
0.0
-1
Get a message language line.
public function message($key, array $replacements = []) { return $this->language('messages.' . $key, $replacements); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function getLine()\n {\n return $this->get(self::_LINE);\n }", "public static function get($line, array $params = array(), $default = null, $language = null) {\n\t\t($language === null) and $language = static::get_lang ();\n\t\t\n\t\treturn isset ( static::$lines [$language] ) ? \\Str::tr ( \\Fuel::value ( \\Arr::get ( static::$lines [$language], $line, $default ) ), $params ) : $default;\n\t}", "public function line($text) { return $this->l($text); }", "function line($line = '')\n\t{\n\t\treturn ($line == '' OR ! isset($this->language[$line])) ? FALSE : $this->language[$line];\n\t}", "public function get_line()\n {\n return $this->line;\n }", "public function getLine() {\n return $this->parse()['line'];\n }", "public function getLine() {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "private function line_kalkun($line, $context = NULL, ...$msg_params)\n\t{\n\t\tif ($context === NULL)\n\t\t{\n\t\t\tif (isset($this->language[$line]))\n\t\t\t{\n\t\t\t\tif (extension_loaded('intl'))\n\t\t\t\t{\n\t\t\t\t\t$value = MessageFormatter::formatMessage(\n\t\t\t\t\t\t$this->locale,\n\t\t\t\t\t\t$this->language[$line],\n\t\t\t\t\t\t$msg_params\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$value = parent::line($line);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$value = FALSE;\n\t\t\t}\n\t\t}\n\t\telse\n\t\t{\n\t\t\tif (is_string($context))\n\t\t\t{\n\t\t\t\tif (isset($this->language[$line]) && isset($this->language[$line][$context]))\n\t\t\t\t{\n\t\t\t\t\tif (extension_loaded('intl'))\n\t\t\t\t\t{\n\t\t\t\t\t\t$value = MessageFormatter::formatMessage(\n\t\t\t\t\t\t\t$this->locale,\n\t\t\t\t\t\t\t$this->language[$line][$context],\n\t\t\t\t\t\t\t$msg_params\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t\telse\n\t\t\t\t\t{\n\t\t\t\t\t\t$value = parent::line($line);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$value = FALSE;\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tlog_message('error', 'context for message must be either NULL or a string');\n\t\t\t}\n\t\t}\n\n\n\t\t//$value = isset($this->language[$line]) ? $this->language[$line] : FALSE;\n\n\t\t// Because killer robots like unicorns!\n\t\tif ($value === FALSE)\n\t\t{\n\t\t\t$value = '🌐 '.$line;\n\t\t\tlog_message('error', 'Could not find the language line \"'.$line.'\"');\n\t\t}\n\n\t\treturn $value;\n\t}", "function lang($key = '')\r\n{\r\n\t$CI =& get_instance();\r\n\t$line = $CI->lang->line($key);\r\n\t$line = ($line == '') ? $key : $line;\r\n\treturn $line;\r\n}", "public function getLine() {\n\t\treturn $this->line;\n\t}", "public function getLine()\n\t{\n\t\treturn $this->line;\n\t}", "protected function get_line() { \n\t\t$line = $this->lines[$this->cursor]; \n\t\t$this->cursor++; return $line; \n\t}", "function get_lang_key($key) {\n $CI = &get_instance();\n return $CI->lang->line($key);\n}", "public function getLine()\n\t{\n\t\treturn $this->token->line;\n\t}", "public function getLine()\n {\n return $this->data[2];\n }", "public function get_message_part_line() {\n\n\t\t$line=false;\n\t\t$leftOver = $this->message_part_size-$this->message_part_read;\n\t\tif($leftOver>0){\n\n\t\t\t//reading exact length doesn't work if the last char is just one char somehow.\n\t\t\t//we cut the left over later with substr.\n\t\t\t$blockSize = 1024;//$leftOver>1024 ? 1024 : $leftOver;\n\t\t\t$line = fgets($this->handle,$blockSize);\n\t\t\t$this->message_part_read+=strlen($line);\n\t\t}\n\n\t\tif ($this->message_part_size < $this->message_part_read) {\n\n\t\t\t$line = substr($line, 0, ($this->message_part_read-$this->message_part_size)*-1);\n\t\t}\n\n\t\tif($line===false){\n\n\t\t\t//read and check left over response.\n\t\t\t$response=$this->get_response();\n\t\t\t$this->check_response($response);\n\n\t\t}\n\t\treturn $line;\n\t}", "function getLine(){\n return $this->line;\n }", "public function show($id)\n {\n $languageLine = LanguageLine::findOrFail($id);\n\n return response(new LanguageLineResource($languageLine));\n }", "public function getLine($line);", "public function getFromLanguage(): string;", "public function getMessage()\n {\n // check if any error message available.\n if (!is_null($this->_message)) {\n // return the message\n return $this->lang->line($this->_message) ? $this->lang->line($this->_message) : $this->_message;\n }\n\n // return nothing if previous condition does not apply\n return NULL;\n }", "public function getLeaderLine() {}", "function get_line(&$format)\n{\n\tif (mb_strlen($format) === 0)\n\t\treturn false;\n\t\n\t$pos = mb_strpos($format, \"\\r\");\t\n\tif ($pos !== false)\n\t\t$format = mb_substr($format, 0, $pos) . mb_substr($format, $pos + 1);\n\t\n\t$pos = mb_strpos($format, \"\\n\");\n\t\n\tif ($pos === false)\n\t\t$pos = mb_strlen($format);\n\t\n\t$line = mb_substr($format, 0, $pos);\n\t$format = mb_substr($format, $pos + 1);\n\treturn $line;\n}", "public static function get($message){\n\n $messageArray = self::formatMessage($message);\n $retrieved = self::retrieveLang($messageArray);\n return $retrieved;\n }", "public function getCalloutLine() {}", "public function getLang();", "public function getLine() {\r\n return $this->node->getLine();\r\n }", "public function getLineId()\n {\n return $this->line_id;\n }", "function getLine()\r\n {\r\n\t\t\tdo\r\n\t\t\t{\r\n\t\t\t\t$sLine = trim($this->referString[$this->currentLine]);\r\n\t\t\t\t$this->currentLine++;\r\n\t\t\t} while ($this->currentLine < count($this->referString) && !$sLine);\r\n\t\t\treturn $sLine;\r\n }", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage()\r\n {\r\n if ($this->getChatHelper()->getLanguage() == 'auto') {\r\n return null;\r\n }\r\n \r\n if ($this->getChatHelper()->getLanguage() == 'md') {\r\n return \"\\$zopim.livechat.setLanguage('\" . substr(Mage::app()->getLocale()->getLocale(),0,2).\"');\" . \"\\n\";\r\n }\r\n return \"\\$zopim.livechat.setLanguage('\" . $this->getChatHelper()->getLanguage() . \"');\" . \"\\n\";\r\n }", "public function getLanguage() {}", "public function getTranslatedMessage(): string\n\t{\n\t\tif(self::$resolver === null)\n\t\t{\n\t\t\tself::$resolver = new DefaultMessageResolver();\n\t\t}\n\t\t\n\t\treturn self::$resolver->resolveMessage($this->name, $this->key, $this->args);\n\t}", "public function getLine(int $lineno): ?string\n {\n $lines = $this->getLines();\n return $lines[$lineno] ?? null;\n }", "public function getLine(): int\n {\n return $this->line;\n }", "public function getLine(): int\n {\n return $this->line;\n }", "public function getLinea()\n {\n return $this->linea;\n }", "public function getLangcode() {\n }", "public function getLine();", "public function getLine();", "public function getLine();", "public function getLine();", "public function getLinha();", "public function getLine():int {\n\t\t\treturn $this->line;\n\t\t}", "public function languagePath($path = '')\n\t{\n\t\treturn $this['path.language'];\n\t}", "function l(){\n\tglobal $_LOCALE;\n\t\n\t$entry = $_LOCALE;\n\t$args = func_get_args();\n\t\n\tfor($i = 0; $i < count($args); $i++){\n\t\t$key = $args[$i];\n\t\tif ( array_key_exists($key, $entry) ) {\n\t\t\t$entry = $entry[$key];\n\t\t\tif ( ! is_array($entry) )\n\t\t\t\tbreak;\n\t\t} else {\n\t\t\t$entry = 'Missing entry in language file: ' . join(' → ', array_slice($args, 0, $i + 1));\n\t\t\tbreak;\n\t\t}\n\t}\n\t\n\t$format_args = array_slice($args, $i + 1);\n\treturn (is_string($entry) and count($format_args) > 0) ? vsprintf($entry, $format_args) : $entry;\n}", "public function getLineInfo() {\n return $this->get(self::LINE_INFO);\n }", "public function getLanguageIdentifier();", "protected function getTranslation()\n {\n $language = $this->request->getBestLanguage();\n\n // Check if we have a translation file for that lang\n // TODO 处理英文\n if (file_exists(APP_PATH . \"/app/messages/\" . $language . \".php\")) {\n require_once APP_PATH. '/app/messages/'. $language . \".php\";\n } else {\n require_once APP_PATH. '/app/messages/zh-CN.php';\n // Fallback to some default\n// require \"../messages/en.php\";\n }\n\n // Return a translation object\n return new NativeArray(\n array(\n \"content\" => $messages\n )\n );\n }", "public function getLanguage()\n\t{\n\t\treturn $this->language ? $this->language->getLid() : null;\n\t}", "public function l($text) { return $this->t($text)->nl(); }", "public function get($key, array $replace = [], $locale = null, $fallback = true)\n {\n list($namespace, $group, $item) = $this->parseKey($key);\n\n // Here we will get the locale that should be used for the language line. If one\n // was not passed, we will use the default locales which was given to us when\n // the translator was instantiated. Then, we can load the lines and return.\n $locales = $fallback ? $this->parseLocale($locale) : [$locale ?: $this->locale];\n\n foreach ($locales as $locale) {\n $this->load($namespace, $group, $locale);\n\n $line = $this->getLine($namespace, $group, $locale, $item, $replace);\n\n if (!is_null($line)) {\n break;\n }\n }\n\n // If the line doesn't exist, we will return back the key which was requested as\n // that will be quick to spot in the UI if language keys are wrong or missing\n // from the application's language files. Otherwise we can return the line.\n if (!isset($line)) {\n\n $this->insertKey($key, $group, $locales[0]);\n\n return $key;\n }\n\n return $line;\n }", "public function index()\n {\n return response(LanguageLineResource::collection(LanguageLine::all()));\n }", "public function getLine($lineId);", "public function get_language_detail($column_name = 'id', $value)\n {\n\n if ($column_name === 'id') {\n $language = Language::find($value);\n } else {\n $language = Language::where($column_name, $value)->limit(1)->first();\n }\n\n return $language;\n }", "public function translate($path) {\n return Locale::get($path);\n }", "public function getLineRef()\n {\n return $this->lineRef;\n }", "public function TextLine($value) {\n\t return $value . $this->LE;\n\t}", "protected function getLanguageParameter() {}", "public function getLeaderLineOffset() {}", "public function getLineNote()\n {\n return $this->lineNote;\n }", "public function getLl() {}", "public function getLine($lineNumber);", "public function getLanguage()\n\t{\n\t\treturn $this->languageId;\n\t}", "public function getTextLineItemId()\n {\n return $this->textLineItemId;\n }", "public function getLine(): int\n {\n return $this->node->start_lineno;\n }", "public function getLanguageID()\n {\n return $this->languageID;\n }", "public function getLanguageID()\n {\n return $this->languageID;\n }", "private function nextLine()\n\t{\n\t\treturn array_shift($this->buffer);\n\t}", "public function getLeaderLineExtension() {}", "public function translate(string $lang) : string\n {\n\n // Ignore inproper.\n if ($this->parsed['class'] === null || $this->parsed['id'] === null) {\n return $this->message;\n }\n\n // Get uri for this class messeges.\n $uri = ( PRZESLIJMI_SILOGGER_LOCALE_URIS[$lang][$this->parsed['class']] ?? null );\n\n // If no uri - return message.\n if ($uri === null) {\n return $this->message;\n }\n\n // Get locales.\n $locales = include $uri;\n\n // Get text.\n $translated = ( $locales[$this->parsed['id']]['txt'] ?? null );\n\n // If no translation prepared - return original message.\n if ($translated === null) {\n return $this->message;\n }\n\n // Add variables.\n foreach ($this->parsed['args'] as $key => $value) {\n $translated = str_replace('<v:' . $key . '>', $value, $translated);\n }\n\n return $translated;\n }", "public function withLangMessage($key, $type = '')\n {\n return $this->withMessage($this->translator->get($key), $type);\n }", "public function withLangMessage($key, $type = '')\n {\n return $this->withMessage($this->translator->get($key), $type);\n }", "public function getLineName(): string\n {\n return $this->lineName;\n }", "public function getLineId(): int\n {\n return $this->lineId;\n }", "public function getLine1(): ?string\n {\n return $this->line1;\n }", "public function getLine1(): ?string\n {\n return $this->line1;\n }", "private function lang($string='')\n {\n return $this->language->get($string);\n }", "function getLang() {\n\t\treturn $this->mLang;\n\t}", "public function getLang() {\n\t\treturn substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2);\n\t}", "public static function l() {\n\t\treturn self::getInstance()->getLocale();\n\t}", "public function getLangid()\n {\n return $this->langid;\n }", "public function language();", "public function language();", "public function getLang(): string {\n return $this->lang;\n }", "protected function getLL($key, $default = '') {\r\n\t\treturn $GLOBALS['LANG']->getLL($key, $default);\r\n\t}", "public function getLanguageId()\n {\n return $this->language_id;\n }", "function lang()\n {\n global $CFG; \n $language = $CFG->item('language');\n \n $lang = array_search($language, $this->languages);\n if ($lang)\n {\n return $lang;\n }\n \n return NULL; // this should not happen\n }", "protected function getLanguage()\n {\n return $this->localeHeper->getLanguage();\n }", "final public function getLang(): string {\n $this->init();\n return $this->language;\n }" ]
[ "0.66350937", "0.6435465", "0.6397483", "0.6329912", "0.6282423", "0.61834973", "0.61148477", "0.6036753", "0.6036753", "0.6036753", "0.6036753", "0.6036753", "0.6036753", "0.6008673", "0.60006803", "0.59950864", "0.59228057", "0.5918139", "0.5845985", "0.5809959", "0.58075917", "0.579549", "0.5794357", "0.5788137", "0.5768223", "0.57371837", "0.5703084", "0.5695853", "0.5677219", "0.56751615", "0.56250733", "0.55929536", "0.5555698", "0.552748", "0.5508985", "0.54916865", "0.54916865", "0.54916865", "0.54916865", "0.54916865", "0.54916865", "0.547769", "0.54575473", "0.5453232", "0.54497826", "0.5444881", "0.5444881", "0.5413995", "0.5408101", "0.5395812", "0.5395812", "0.5395812", "0.5395812", "0.5391935", "0.5386543", "0.53357935", "0.5331752", "0.5325653", "0.53071094", "0.5296414", "0.5291366", "0.52871954", "0.52858204", "0.52792877", "0.5274182", "0.5272314", "0.52336085", "0.52034545", "0.52016205", "0.5201349", "0.51997817", "0.51935494", "0.5191659", "0.5183005", "0.5177457", "0.5167489", "0.51662165", "0.5162426", "0.5162426", "0.51623136", "0.516004", "0.514187", "0.5138086", "0.5138086", "0.513195", "0.5129758", "0.512553", "0.512553", "0.5116652", "0.51163024", "0.5109396", "0.51077795", "0.51067364", "0.51053053", "0.51053053", "0.5098483", "0.5093484", "0.5092925", "0.5086529", "0.50806326", "0.50767267" ]
0.0
-1
Get an option language line.
public function option($key, array $replacements = []) { return $this->language('options.' . $key, $replacements); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function getLanguageSelection() {}", "public static function get($line, array $params = array(), $default = null, $language = null) {\n\t\t($language === null) and $language = static::get_lang ();\n\t\t\n\t\treturn isset ( static::$lines [$language] ) ? \\Str::tr ( \\Fuel::value ( \\Arr::get ( static::$lines [$language], $line, $default ) ), $params ) : $default;\n\t}", "function line($line = '')\n\t{\n\t\treturn ($line == '' OR ! isset($this->language[$line])) ? FALSE : $this->language[$line];\n\t}", "function of_get_option_by_lang($option){\n\tif(pll_current_language('slug') != 'lt'){\n\t\t$option = $option.'_'.pll_current_language('slug');\n\t}\n\treturn of_get_option($option);\n}", "public function getLang();", "public function getLanguage() {}", "public function getOpt($option) {}", "protected function getLanguageParameter() {}", "public function getFromLanguage(): string;", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage()\r\n {\r\n if ($this->getChatHelper()->getLanguage() == 'auto') {\r\n return null;\r\n }\r\n \r\n if ($this->getChatHelper()->getLanguage() == 'md') {\r\n return \"\\$zopim.livechat.setLanguage('\" . substr(Mage::app()->getLocale()->getLocale(),0,2).\"');\" . \"\\n\";\r\n }\r\n return \"\\$zopim.livechat.setLanguage('\" . $this->getChatHelper()->getLanguage() . \"');\" . \"\\n\";\r\n }", "public function getLanguage() : ?string ;", "public function renderLanguageSelect() {}", "public function getLang(): string {\n return $this->lang;\n }", "public function get(string $option);", "public function get(string $option);", "public function getLine()\n {\n return $this->get(self::_LINE);\n }", "public function show($id)\n {\n $languageLine = LanguageLine::findOrFail($id);\n\n return response(new LanguageLineResource($languageLine));\n }", "static function get()\n\t{\n\t\treturn self::$lang;\n\t}", "public function get_language()\n {\n }", "public function getLangcode() {\n }", "public function get() {\n\t\treturn $this->options->get( self::OPTION );\n\t}", "public static function get() {\n\t\treturn self::$lang;\n\t}", "function lang()\n {\n global $CFG; \n $language = $CFG->item('language');\n \n $lang = array_search($language, $this->languages);\n if ($lang)\n {\n return $lang;\n }\n \n return NULL; // this should not happen\n }", "function bb_get_mystique_option( $option ) {\r\n\t$get_mystique_option = bb_get_mystique_options();\r\n\treturn $get_mystique_option[$option];\r\n}", "public function getLanguageInfo(): ?string {\n\t\treturn (string)$this->_getConfig('language.info');\n\t}", "function lang($key = '')\r\n{\r\n\t$CI =& get_instance();\r\n\t$line = $CI->lang->line($key);\r\n\t$line = ($line == '') ? $key : $line;\r\n\treturn $line;\r\n}", "public function getlanguage($key='',$type='',$return='')\r\n {\r\n if( $key == 'all' ) {\r\n $whrArray = array('language_type'=>$type);\r\n }\r\n else {\r\n $whrArray = array('language_key'=>$key,'language_type'=>$type);\r\n }\r\n\r\n $resArray = $this->CI->DatabaseModel->access_database('ts_language','select','',$whrArray);\r\n\r\n if( $return == 'solo' ) {\r\n $resArr = $this->CI->DatabaseModel->access_database('ts_settings','select','',array('key_text'=>'weblanguage_text'));\r\n $selectedLanguage = $resArr[0]['value_text'];\r\n $k = 'language_'.$selectedLanguage ;\r\n\r\n return (!empty($resArray) ? $resArray[0][$k] : 'NF' );\r\n }\r\n else {\r\n return (!empty($resArray) ? $resArray : 'NF' );\r\n }\r\n }", "public function getLanguage(): string\n {\n return $this->language;\n }", "public function getLanguage(): string\n {\n return $this->language;\n }", "public function getLanguage()\n {\n return $this->getParameter('language');\n }", "public function getLanguageUrl(): ?string {\n\t\treturn (string)$this->_getConfig('language.url');\n\t}", "function locale_variable_options_language($variable, $options) {\n return locale_language_list('name', TRUE);\n}", "public function language();", "public function language();", "public function getSelectedLanguage()\n {\n return $this->selectedLanguage;\n }", "public function getOptions() {\n\t\tif ($this->row->options != '') {\n\t\t\t$options = explode(\";\", $this->row->options);\n\t\t}\n\t\tif ($this->row->intoptions != '') {\n\t\t\t$intoptions = explode(\";\", $this->row->intoptions);\n\t\t\t$options_map = array_combine($intoptions, $options);\n\t\t}\n\t\tif ($options) {\n\t\t\t$msg = \"Predefined Options:\\n\";\n\t\t\tif ($intoptions) {\n\t\t\t\tforeach ($options_map as $key => $label) {\n\t\t\t\t\t$save_link = $this->text->makeChatcmd('Select', \"/tell <myname> settings save {$this->row->name} {$key}\");\n\t\t\t\t\t$msg .= \"<tab> <highlight>{$label}<end> ({$save_link})\\n\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tforeach ($options as $char) {\n\t\t\t\t\t$save_link = $this->text->makeChatcmd('Select', \"/tell <myname> settings save {$this->row->name} {$char}\");\n\t\t\t\t\t$msg .= \"<tab> <highlight>{$char}<end> ({$save_link})\\n\";\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn $msg;\n\t}", "static function getLanguage (){\n return self::$language;\n }", "abstract public function get_app_language();", "public function getLanguage()\n {\n if (!$this->language) {\n $langs = $this->getBrowserLanguage();\n // creating output list\n $accepted = array();\n foreach ($langs as $lang) {\n $accepted[] = $this->extractDataOfLanguage($lang);\n }\n // sorting the list by coefficient desc\n krsort($accepted);\n if (isset($accepted[0])) {\n $this->language = $accepted[0]['code'];\n }\n }\n\n return $this->language;\n }", "function l(){\n\tglobal $_LOCALE;\n\t\n\t$entry = $_LOCALE;\n\t$args = func_get_args();\n\t\n\tfor($i = 0; $i < count($args); $i++){\n\t\t$key = $args[$i];\n\t\tif ( array_key_exists($key, $entry) ) {\n\t\t\t$entry = $entry[$key];\n\t\t\tif ( ! is_array($entry) )\n\t\t\t\tbreak;\n\t\t} else {\n\t\t\t$entry = 'Missing entry in language file: ' . join(' → ', array_slice($args, 0, $i + 1));\n\t\t\tbreak;\n\t\t}\n\t}\n\t\n\t$format_args = array_slice($args, $i + 1);\n\treturn (is_string($entry) and count($format_args) > 0) ? vsprintf($entry, $format_args) : $entry;\n}", "public function get( $option );", "function choose_lang() {\n\tglobal $lang;\n\t\n\t// Get lang file array\n\t$lang_ar = glob('include/text_??.json');\n\t\n\t// Display lang list\n\techo \"<SELECT ID=c_lang NAME=\\\"lang\\\">\\n\";\n\t$lang_count = count($lang_ar);\n\tfor ($i = 0; $i < $lang_count; $i++) {\n\t\t$lang_val = preg_replace(\"/^.*text_(..)\\.json$/\", \"$1\", $lang_ar[$i]);\n\t\techo \"<OPTION VALUE=$lang_val\";\n\t\tif ($lang_val == $lang) {\n\t\t\techo \" SELECTED\";\n\t\t}\n\t\techo \">$lang_val</OPTION>\";\n\t}\n\techo \"</SELECT>\\n\";\n}", "function get_language(){//GETS LANGUAGES FOR DROPDOWN\n $query = $this->db->query('SELECT DISTINCT language_code, language FROM interpreters ORDER BY language asc');\n return $query->result();\n }", "public function line($text) { return $this->l($text); }", "public function getMultilingual();", "final public function getLang(): string {\n $this->init();\n return $this->language;\n }", "public function getLanguage() {\n\t\treturn $this->getParameter('app_language');\n\t}", "public function getCalloutLine() {}", "public function languagePath($path = '')\n\t{\n\t\treturn $this['path.language'];\n\t}", "function cpo_get_option( $option_name = '', $option_array = 'ctct_settings' ) {\n\t//Determines whether to grab current language, or original language's option\n\t$option_list_name = $option_array;\n\t$option_list = get_option( $option_list_name, false );\n\tif ( $option_list && isset( $option_list[ $option_name ] ) ) {\n\t\t$option_value = $option_list[ $option_name ];\n\t} else {\n\t\t$option_value = false;\n\t}\n\n\treturn $option_value;\n}", "public function getOption()\n {\n return $this->option;\n }", "public function getOption()\n {\n return $this->option;\n }", "public function get_language() {\n if (defined('WPLANG')) {\n $language = WPLANG;\n }\n\n if (empty($language)) {\n $language = get_option('WPLANG');\n }\n\n if (!empty($language)) {\n $languageParts = explode('_', $language);\n return $languageParts[0];\n }\n\n return 'en';\n }", "function bb_print_mystique_option( $option ) {\r\n\techo bb_get_mystique_option( $option );\r\n}", "public function getLinha();", "private function line_kalkun($line, $context = NULL, ...$msg_params)\n\t{\n\t\tif ($context === NULL)\n\t\t{\n\t\t\tif (isset($this->language[$line]))\n\t\t\t{\n\t\t\t\tif (extension_loaded('intl'))\n\t\t\t\t{\n\t\t\t\t\t$value = MessageFormatter::formatMessage(\n\t\t\t\t\t\t$this->locale,\n\t\t\t\t\t\t$this->language[$line],\n\t\t\t\t\t\t$msg_params\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$value = parent::line($line);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$value = FALSE;\n\t\t\t}\n\t\t}\n\t\telse\n\t\t{\n\t\t\tif (is_string($context))\n\t\t\t{\n\t\t\t\tif (isset($this->language[$line]) && isset($this->language[$line][$context]))\n\t\t\t\t{\n\t\t\t\t\tif (extension_loaded('intl'))\n\t\t\t\t\t{\n\t\t\t\t\t\t$value = MessageFormatter::formatMessage(\n\t\t\t\t\t\t\t$this->locale,\n\t\t\t\t\t\t\t$this->language[$line][$context],\n\t\t\t\t\t\t\t$msg_params\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t\telse\n\t\t\t\t\t{\n\t\t\t\t\t\t$value = parent::line($line);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$value = FALSE;\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tlog_message('error', 'context for message must be either NULL or a string');\n\t\t\t}\n\t\t}\n\n\n\t\t//$value = isset($this->language[$line]) ? $this->language[$line] : FALSE;\n\n\t\t// Because killer robots like unicorns!\n\t\tif ($value === FALSE)\n\t\t{\n\t\t\t$value = '🌐 '.$line;\n\t\t\tlog_message('error', 'Could not find the language line \"'.$line.'\"');\n\t\t}\n\n\t\treturn $value;\n\t}", "public static function get_lang() {\n\t\t$language = \\Config::get ( 'language' );\n\t\tempty ( $language ) and $language = static::$fallback [0];\n\t\treturn $language;\n\t}", "public function getlanguage()\n {\n return $this->language;\n }", "public function getLang()\n {\n \t$lang_path = 'lang/';\n if(isset($_GET['lang']))\n {\n Yii::app()->session[\"lang\"] = $_GET['lang']; \n }\n \n if(!file_exists($lang_path.Yii::app()->session[\"lang\"].'.ini'))\n {\n\t\t\tYii::app()->session[\"lang\"] = 'sr';\n }\n\t\t\n\t\t$this->langArray= parse_ini_file($lang_path.Yii::app()->session[\"lang\"].'.ini'); \n }", "public function lang()\n {\n return $this->currlang();\n }", "private function lang($string='')\n {\n return $this->language->get($string);\n }", "public function getBackOfficeLanguage();", "public function getLl() {}", "public function getLang() {\n\t\treturn substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2);\n\t}", "function language($lang)\n\t{\n\t\treturn lava_instance()->lang->language($lang);\n\t}", "public function getLanguageOfLyrics()\n {\n return $this->languageOfLyrics;\n }", "protected function get_language_options() {\n $langs = get_string_manager()->get_list_of_translations(true);\n\n $config = $this->instance->config;\n if (empty($config->displaylangs)) {\n $options = array();\n } else {\n $options = explode(',', $config->displaylangs);\n $options = array_map('trim', $options);\n $options = array_filter($options);\n }\n if (empty($options)) {\n $options[] = 'en';\n }\n $options = array_combine($options, array_fill(0, count($options), ''));\n foreach ($options as $lang => $text) {\n if (array_key_exists($lang, $langs)) {\n $text = $langs[$lang];\n } else {\n $text = get_string('unknownlanguage', $this->plugin);\n }\n $options[$lang] = $text;\n }\n return $options;\n }", "function getLang() {\n\t\treturn $this->mLang;\n\t}", "public function getLanguage() {\n return $this->getValueOrDefault('Language');\n }", "protected function getLanguage() {\r\n\t\treturn $this->language;\r\n\t}", "public function getLang()\n {\n return $this->lang;\n }", "public function getLang()\n {\n return $this->lang;\n }", "public function get_line()\n {\n return $this->line;\n }", "public function getOption() {\n return $this->get(self::OPTION);\n }", "public function getLanguage()\n\t{\n\t\treturn $this->languageId;\n\t}", "public function getLine() {\n return $this->parse()['line'];\n }", "function deco_get_tagline($tagline = null)\n{ \n if (!$tagline) {\n \n $tagline = get_theme_option('Tagline') ? \n get_theme_option('Tagline') : \n 'Add a tagline for your site in theme options';\n }\n \n return $tagline; \n \n}", "public function get_language() \n {\n return $this->language;\n }", "public function getLanguageLengthMenu(): ?string {\n\t\treturn (string)$this->_getConfig('language.lengthMenu');\n\t}", "public function getLanguage()\n\t{\n\t\treturn $this->language ?: config('laraform.language');\n\t}", "public function getLanguage() {\n return $this->language;\n }", "public function getLanguage()\n {\n return $this->hasOne(Language::className(), ['iso_code'=>'lang']);\n }", "public function getLanguage()\n {\n return self::$language;\n }", "public function getLangid()\n {\n return $this->langid;\n }", "public function getOptionParser() {\n\t\t$parser = Shell::getOptionParser();\n\t\treturn $parser->description(\n\t\t\t\t__d('cake_console', 'I18nJS Shell generates a .pot file with JS translations and generates JS file(s) from .po file(s).')\n\t\t\t)->addSubcommand('extract_js', array(\n\t\t\t\t'help' => __d('cake_console', 'Extract JS translatable strings and create I18nJS .pot file'),\n\t\t\t\t'parser' => $this->ExtractJs->getOptionParser()\n\t\t\t))->addSubcommand('create_js', array(\n\t\t\t\t'help' => __d('cake_console', 'Create JS translation files from .po file(s)'),\n\t\t\t\t'parser' => $this->CreateJs->getOptionParser()\n\t\t));\n\t}", "public function getUrlLanguage() {\n return $this->storedLanguage;\n }", "public static function getLanguageOptions()\n\t{\n\t\t$lrOptions = array(\n\t\t\tJHtml::_('select.option', 'lang_ar', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_AR')),\n\t\t\tJHtml::_('select.option', 'lang_zh-CN', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_ZH_CN')),\n\t\t\tJHtml::_('select.option', 'lang_zh-TW', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_ZH_TW')),\n\t\t\tJHtml::_('select.option', 'lang_cs', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_CS')),\n\t\t\tJHtml::_('select.option', 'lang_da', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_DA')),\n\t\t\tJHtml::_('select.option', 'lang_nl', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_NL')),\n\t\t\tJHtml::_('select.option', 'lang_en', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_EN')),\n\t\t\tJHtml::_('select.option', 'lang_et', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_ET')),\n\t\t\tJHtml::_('select.option', 'lang_fi', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_FI')),\n\t\t\tJHtml::_('select.option', 'lang_fr', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_FR')),\n\t\t\tJHtml::_('select.option', 'lang_de', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_DE')),\n\t\t\tJHtml::_('select.option', 'lang_el', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_EL')),\n\t\t\tJHtml::_('select.option', 'lang_iw', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_IW')),\n\t\t\tJHtml::_('select.option', 'lang_hu', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_HU')),\n\t\t\tJHtml::_('select.option', 'lang_is', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_IS')),\n\t\t\tJHtml::_('select.option', 'lang_it', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_IT')),\n\t\t\tJHtml::_('select.option', 'lang_ja', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_JA')),\n\t\t\tJHtml::_('select.option', 'lang_ko', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_KO')),\n\t\t\tJHtml::_('select.option', 'lang_lv', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_LV')),\n\t\t\tJHtml::_('select.option', 'lang_lt', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_LT')),\n\t\t\tJHtml::_('select.option', 'lang_no', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_NO')),\n\t\t\tJHtml::_('select.option', 'lang_pl', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_PL')),\n\t\t\tJHtml::_('select.option', 'lang_pt', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_PT')),\n\t\t\tJHtml::_('select.option', 'lang_ro', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_RO')),\n\t\t\tJHtml::_('select.option', 'lang_ru', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_RU')),\n\t\t\tJHtml::_('select.option', 'lang_es', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_ES')),\n\t\t\tJHtml::_('select.option', 'lang_sv', JText::_('COM_ARTOFGM_OPTION_LANGUAGE_LANG_SV')),\n\t\t);\n\n\t\treturn $lrOptions;\n\t}", "public function getLangId()\n {\n return $this->lang_id;\n }", "public function getLanguage()\n\t{\n\t\treturn $this->language ? $this->language->getLid() : null;\n\t}", "public function getLang()\n {\n return $this->_lang;\n }", "public function getUsedLanguage() {\n $result = TingOpenformatMethods::parseFields($this->_getDetails(), array('usedLanguage'));\n return (is_array($result)) ? reset($result) : $result;\n }", "private function sql_select_addLL()\n {\n // #44621, 130118, dwildt, 6-\n// // RETURN no localisation\n// if( $this->bool_dontLocalise )\n// {\n// return;\n// }\n// // RETURN no localisation\n // Get addSelect\n $addSelect = $this->sql_select_addLL_sysLanguage();\n $addSelect = $addSelect . $this->sql_select_addLL_langOl();\n // Get addSelect\n // RETURN addSelect\n return $addSelect;\n }", "public function getOption(string $name);", "public function getOption(string $name);", "public function getLanguage() {\n\t\treturn $this->languageCode;\n\t}" ]
[ "0.6233816", "0.62315345", "0.60979295", "0.585773", "0.5821248", "0.58189034", "0.58136725", "0.5793499", "0.57545185", "0.57178026", "0.57178026", "0.57178026", "0.57178026", "0.57178026", "0.57178026", "0.5622837", "0.55972636", "0.5588424", "0.55370677", "0.55024445", "0.55024445", "0.5501425", "0.54938394", "0.5490897", "0.5451106", "0.5442408", "0.5429592", "0.5426357", "0.54215014", "0.541595", "0.5413005", "0.54036784", "0.53913224", "0.53904873", "0.53904873", "0.53900844", "0.5381255", "0.53617734", "0.5355955", "0.5355955", "0.5332128", "0.53217673", "0.5307864", "0.5302312", "0.52800876", "0.5275795", "0.5273226", "0.5270061", "0.52645874", "0.52645695", "0.52637386", "0.5261308", "0.5260659", "0.5260445", "0.5244413", "0.5243703", "0.5242748", "0.5242748", "0.52426904", "0.5236955", "0.5236134", "0.5234044", "0.5232792", "0.5220685", "0.5213352", "0.521006", "0.52067363", "0.5199754", "0.5196753", "0.519377", "0.51912695", "0.51900905", "0.51890486", "0.5180482", "0.5180146", "0.51786596", "0.517324", "0.517324", "0.51713896", "0.5169126", "0.51691246", "0.51606905", "0.5156991", "0.5154541", "0.51497585", "0.51348394", "0.51346314", "0.51146126", "0.5113371", "0.51103425", "0.5106884", "0.51049227", "0.5103471", "0.5102725", "0.5101921", "0.5096949", "0.50881237", "0.5087838", "0.5087381", "0.5087381", "0.5085772" ]
0.0
-1
Get a subject language line.
public function subject($key, array $replacements = []) { return $this->language('subjects.' . $key, $replacements); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function line($line = '')\n\t{\n\t\treturn ($line == '' OR ! isset($this->language[$line])) ? FALSE : $this->language[$line];\n\t}", "public function getLine()\n {\n return $this->get(self::_LINE);\n }", "public function getLang();", "public function line($text) { return $this->l($text); }", "public function getFromLanguage(): string;", "function lang($key = '')\r\n{\r\n\t$CI =& get_instance();\r\n\t$line = $CI->lang->line($key);\r\n\t$line = ($line == '') ? $key : $line;\r\n\treturn $line;\r\n}", "public static function get($line, array $params = array(), $default = null, $language = null) {\n\t\t($language === null) and $language = static::get_lang ();\n\t\t\n\t\treturn isset ( static::$lines [$language] ) ? \\Str::tr ( \\Fuel::value ( \\Arr::get ( static::$lines [$language], $line, $default ) ), $params ) : $default;\n\t}", "public function getSubject(): string;", "abstract public function get_subject();", "public function show($id)\n {\n $languageLine = LanguageLine::findOrFail($id);\n\n return response(new LanguageLineResource($languageLine));\n }", "function getSubject($locale) {\n\t\treturn isset($this->localeData[$locale]['subject']) ? $this->localeData[$locale]['subject'] : '';\n\t}", "public function getSubject(): string\n {\n return $this->subject;\n }", "function getSubject() {\n\t\treturn $this->getData('subject');\n\t}", "function getSubject() {\n\t\treturn $this->getData('subject');\n\t}", "function get_level_subject($id)\n {\n return $this->db->get_where('level_subjects',array('id'=>$id))->row_array();\n }", "public function getLine() {\n return $this->parse()['line'];\n }", "public function getSubject()\n {\n return $this->hasOne(Subject::className(), ['subject_id' => 'subject_id']);\n }", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "public function getLanguage();", "function get_lang_key($key) {\n $CI = &get_instance();\n return $CI->lang->line($key);\n}", "public function getSubject()\n {\n }", "public function getLangcode() {\n }", "public function getLanguage() {}", "public function getSubject();", "public function getSubject();", "public function getSubject();", "public function getSubject();", "public function getSubject();", "public function getSubject();", "public function getSubject();", "public function get_line()\n {\n return $this->line;\n }", "public function getMultilingual();", "public function getCalloutLine() {}", "public function getSubject($type = null)\n {\n if( null === $this->_subject ) {\n throw new Khcn_Model_Exception(\"getSubject was called without first setting a subject. Use hasSubject to check\");\n } else if( is_string($type) && $type !== $this->_subject->getType() ) {\n throw new Khcn_Model_Exception(\"getSubject was given a type other than the set subject\");\n } else if( is_array($type) && !in_array($this->_subject->getType(), $type) ) {\n throw new Khcn_Model_Exception(\"getSubject was given a type other than the set subject\");\n }\n \n return $this->_subject;\n }", "function getSubject(){\n\t\t\treturn $this->subject;\n\t\t}", "protected function _getSubject($iLang)\n {\n return $this->getContent();\n }", "public function translate($path) {\n return Locale::get($path);\n }", "protected function _getSubject($iLang)\n {\n return $this->getProduct();\n }", "public function getSubject() : string {\n return $this->_subject;\n }", "public function getLine() {\n return $this->line;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getSubject()\n {\n return $this->subject;\n }", "public function getPrimaryLanguage();", "public function getLanguageIdentifier();", "public function getSubject() \n\t{\n\t\treturn $this->subject;\n\t}", "public function getLangid()\n {\n return $this->langid;\n }", "public function getSubject() {\n\t\treturn $this->subject;\n\t}", "public function getLang(): string {\n return $this->lang;\n }", "public function getSubject()\n\t{\n\t\treturn $this->subject;\n\t}", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "public function getLine()\n {\n return $this->line;\n }", "function getSubject()\n {\n return $this->_subject;\n }", "public function getSubject(): mixed\n {\n return $this->subject;\n }", "public function getLanguage() : ?string ;", "public function getLocale(LocaleIO $io);", "public function getLine(int $lineno): ?string\n {\n $lines = $this->getLines();\n return $lines[$lineno] ?? null;\n }", "public function getSubject() \r\n { \r\n return $this->_subject; \r\n }", "public function get_single_subject($id){\n $query = $this->db->get_where('msit_tb_subject', array('id' => $id));\n // return $query->row();\n if ($query->num_rows()==1) {\n return $query->row();\n }\n else {\n return FALSE;\n }\n }", "public function getLine($line);", "public function getLine() {\n\t\treturn $this->line;\n\t}", "public function index()\n {\n return response(LanguageLineResource::collection(LanguageLine::all()));\n }", "abstract function getSubject() : string;", "public function getLang() {\n\t\treturn substr(Mage::app()->getLocale()->getLocaleCode(), 0, 2);\n\t}", "public function getLanguageOfLyrics()\n {\n return $this->languageOfLyrics;\n }", "public function language();", "public function language();", "public function getLinha();", "public function getSubject()\n {\n return $this->config['Message']['Subject']['Data'];\n }", "final public function getLang(): string {\n $this->init();\n return $this->language;\n }", "public function getLangId()\n {\n return $this->lang_id;\n }", "public function getLine()\n\t{\n\t\treturn $this->line;\n\t}", "function getLang() {\n\t\treturn $this->mLang;\n\t}", "private function __getProgramById($id){\n\n $entity = $this->em->getRepository('AppBundle\\Entity\\LiaisonSubject')->find($id);\n if (!$entity) {\n throw $this->createNotFoundException('Unable to find LiaisonSubject entity.');\n }\n \n $program = $entity->getName();\n \n return $program;\n }", "public function lang(): string;", "private function lang($string='')\n {\n return $this->language->get($string);\n }", "static function get()\n\t{\n\t\treturn self::$lang;\n\t}", "public static function l() {\n\t\treturn self::getInstance()->getLocale();\n\t}", "public static function get() {\n\t\treturn self::$lang;\n\t}", "protected function getSubject()\n {\n // NOTE: Subject header is always present,\n // so it's safe to call this without checking for header presence\n return $this->getHeader('Subject');\n }" ]
[ "0.58132184", "0.5786559", "0.57482797", "0.5705911", "0.5700131", "0.56704456", "0.56672674", "0.561209", "0.5581823", "0.5573367", "0.55361533", "0.5509255", "0.5501547", "0.5501547", "0.54551744", "0.54496944", "0.5446885", "0.54461676", "0.54461676", "0.54461676", "0.54461676", "0.54461676", "0.54461676", "0.54448575", "0.5441193", "0.54328823", "0.54203326", "0.54195", "0.54195", "0.54195", "0.54195", "0.54195", "0.54195", "0.54195", "0.5413609", "0.54070145", "0.5403596", "0.53694046", "0.53642756", "0.53619736", "0.5314191", "0.5312456", "0.5297298", "0.5295928", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.5294299", "0.52777463", "0.52670175", "0.525831", "0.524995", "0.52451366", "0.5244917", "0.5243081", "0.5230472", "0.5230472", "0.5230472", "0.5230472", "0.5230472", "0.5230472", "0.5217217", "0.5216615", "0.52063036", "0.5203362", "0.5197796", "0.51908076", "0.51898986", "0.5186812", "0.5179112", "0.5175155", "0.5169683", "0.51635367", "0.516201", "0.51613647", "0.51613647", "0.5153009", "0.5136762", "0.5134826", "0.5132152", "0.51242536", "0.51197803", "0.5119566", "0.5112412", "0.51104844", "0.51058316", "0.50951934", "0.5089468", "0.50866514" ]
0.0
-1
Generate a redirect back.
public function back($key, array $params = []) { // Short circuit to referrer URL or follow redirect $referer = app('request')->header('referer'); $redirect = ! empty($referer) ? app('redirect')->back() : $this->redirect($key, $params); return $redirect; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function _redirectBack()\n {\n $this->_helper->redirector->gotoUrl($this->_request->getServer('HTTP_REFERER'));\n }", "public function redirectBack()\n {\n $httpReferer = $this->referer();\n $previousRoute = \\explode(\"?\", $httpReferer)[0];\n\n $this->redirect($previousRoute);\n }", "public function redirectBack() {\n\t\treturn Redirect::route($this->getAlias());\n\t}", "public function generateRedirectResponse();", "public function back();", "function redirect_back_field()\n {\n return new HtmlString('<input type=\"hidden\" name=\"_redirect_back\" value=\"'.old('_redirect_back', back()->getTargetUrl()).'\">');\n }", "protected function getRedirectUrl()\n\t{\n\t\treturn app('Illuminate\\Routing\\UrlGenerator')->previous();\n\t}", "public function redirect();", "public function redirect();", "public function redirect();", "abstract protected function redirect();", "protected function redirectTo()\n {\n\n return '/'; // return dynamicaly generated URL.\n }", "protected function _goBack()\n {\n\t $buy_now = $this->getRequest()->getParam('buy_now');\n\n\t $returnUrl = $this->getRequest()->getParam('return_url');\n if ($returnUrl) {\n\n if (!$this->_isUrlInternal($returnUrl)) {\n throw new Mage_Exception('External urls redirect to \"' . $returnUrl . '\" denied!');\n }\n\n $this->_getSession()->getMessages(true);\n\t $this->getResponse()->setRedirect($returnUrl);\n\n } elseif (!Mage::getStoreConfig('checkout/cart/redirect_to_cart')\n && !$this->getRequest()->getParam('in_cart')\n && $backUrl = $this->_getRefererUrl()\n ) {\n $referralUrl=Mage::getSingleton('core/session')->getCustomRefererUrl();\n if(!empty($referralUrl)){\n $backUrl = Mage::getSingleton('core/session')->getCustomRefererUrl();\n Mage::getSingleton('core/session')->unsCustomRefererUrl();\n }\n //$this->getResponse()->setRedirect($backUrl);\n\t if (!empty($buy_now)) {\n\t\t $this->_redirect('onestepcheckout'); // If you are using onepagecheckout or use this $this->_redirect('checkout/onepage/')\n\t }else{\n\t\t $this->getResponse()->setRedirect($backUrl);\n\t }\n } else {\n if ((strtolower($this->getRequest()->getActionName()) == 'add') && !$this->getRequest()->getParam('in_cart')) {\n $this->_getSession()->setContinueShoppingUrl($this->_getRefererUrl());\n }\n $this->_redirect('checkout/cart');\n }\n return $this;\n }", "protected function redirectTo()\n {\n //generate URL dynamicaly .\n return '/login'; // return dynamicaly generated URL.\n }", "function redirect_back_to($callbackUrl = null, $status = 302, $headers = [], $secure = null)\n {\n $to = request()->input('_redirect_back', back()->getTargetUrl());\n if ($callbackUrl) {\n if (! starts_with($to, $callbackUrl)) {\n $to = $callbackUrl;\n }\n }\n\n return redirect($to, $status, $headers, $secure);\n }", "public function back(): Respond\n {\n return $this->to($this->session->get('_oldroute', '/'));\n }", "public static function back()\n {\n resolve('session')->set('errors', resolve('bag')->errors);\n\n self::redirect('/' . self::uri());\n }", "abstract protected function redirectTo();", "public function goBack()\n {\n return redirect()->back();\n }", "static private function historyback()\n {\n echo '<script>window.history.back();</script>';\n }", "function goback(){\n if(is_null($_SESSION[\"LAST\"])){\n return null;\n } else{\n $ret = '<p><a href=\"../'.$_SESSION[\"LAST\"].'\">Return to whence you came</a></p>';\n }\n return $ret;\n}", "function OnGoBack(){\n if (strlen($this->host_library_ID))\n $this->library_ID = $this->host_library_ID;\n\n if ($this->is_context_frame)\n\t\t\t$url = \"?package=context&page=contextframe&event=close\";\n\t\telse\n\t\t\t$url =\"?\".($this->Package!=\"\" ? \"package=\".$this->Package.\"&\" : \"\").\"page=\" . $this->listHandler . \"&\" . $this->library_ID . \"_start=\" . $this->start . \"&\" . $this->library_ID . \"_order_by=\" . $this->order_by . \"&library=\" . $this->library_ID . \"&\" . $this->library_ID . \"_parent_id=\" . $this->parent_id . \"&\" . $this->restore;\n\n $this->AfterSubmitRedirect($url);\n }", "abstract protected function get_redirect_page();", "public function GetRedirect ();", "public function redirect() {\n\n if (isset($_GET['view'])) {\n $view = \"view=\" . $_GET['view'];\n } else {\n $view = \"view=return\";\n }\n\n $return_url = substr(BASE_URL, 0, -12) . 'index.php?' . $view . '&transactionid=' . $_GET['transactionid'];\n header(\"Location: \" . $return_url);\n }", "function back() {\n if (!empty($_SERVER['HTTP_REFERER'])) {\n header('location: ' . $_SERVER['HTTP_REFERER']);\n exit;\n }\n}", "public function redirectTo();", "protected function backToUser()\n {\n return redirect($this->pathUser . Auth::user()->uid);\n }", "protected function redirectTo(){\n\n return url()->previous();\n\n }", "public function redirectAction()\n {\n\t\t\n $session = Mage::getSingleton('checkout/session');\n $session->setHdfcStandardQuoteId($session->getQuoteId());\n\t\t$order = $this->getOrder();\n\t\t\n \n if (!$order->getId()) {\n\t\t\n\t\t\t$this->_forward('failurerefresh');\n return;\n }\n\n $order->addStatusToHistory(\n $order->getStatus(),\n Mage::helper('hdfc')->__('Customer was redirected to hdfc')\n );\n $order->save();\n\n $this->getResponse()\n ->setBody($this->getLayout()\n ->createBlock('hdfc/standard_redirect')\n ->setOrder($order)\n ->toHtml());\n\n $session->unsQuoteId();\n }", "public function redirect($path, $back = 0) {\n\n Session::write('back', $back);\n $url = $this->Url($path);\n header(\"Location: $url\");\n die;\n }", "function smarty_function_page_back($params, &$smarty)\n{\n\t$message_2196 = $smarty->get_template_vars(message_2196);\n\treturn '<a id=\"linkbacktop_back\" href=\"javascript:history.go(-1)\" title=\"' . $message_2196 . '\">' . $message_2196 . '</a>';\n}", "public function sendRedirect() {}", "public function buildRedirect($return_to = \"\")\n {\n \tabort_unless(Auth::check(), 403);\n\n \t$jwt = $this->generateJwt();\n \t$location = \"https://\" . $this->subdomain . \".zendesk.com/access/jwt?jwt=\" . $jwt . \"&return_to=\" . urlencode($return_to);\n\n return $location;\n }", "protected function redirectBack($data = [])\n\t{\n\t\treturn Redirect::back()->withInput()->with($data);\n\t}", "public function RedirectURL(){\n //echo Director::baseURL();exit(); \n return urlencode(Director::baseURL().$this->request->getURL(true));\n }", "function getRedirectLink()\n {\n global $wgRequest;\n if($this->user->isTemporary)\n {\n // User is viewing this from liveshow, means we have to redirect back to ViewSurvey page,\n // and not the wiki page.\n // In this case 'returnto' value does not mean anything, we know where to return.\n $t = Title::newFromText('Special:ViewSurvey');\n\n $url = $t->getLocalURL('liveshow='.$this->user->getTemporaryKey($this->page_id)\n .'&id='.$this->page_id\n .'&userID='.$this->user->userID).'#survey_id_'.$this->page_id;\n return $url;\n }\n else\n {\n $title = Title::newFromText($wgRequest->getVal('returnto'));\n return $title->getLocalURL();\n }\n }", "function back() {\n if (isset($_SERVER['HTTP_REFERER'])) {\n $back = $_SERVER['HTTP_REFERER'];\n $back = explode('?', $back);\n $back = '?' . $back[1];\n return $back;\n } else {\n return index_public;\n }\n}", "function return_to_previous_url()\n{\n\tif(empty($_SERVER[\"HTTP_REFERER\"]) || basename($_SERVER[\"HTTP_REFERER\"])==\"user.php\")\n\t\t// go back to main page\n\t\t$redirect_uri = current_page_folder_url();\n\telse\n\t\t$redirect_uri = $_SERVER[\"HTTP_REFERER\"];\n\n\theader(\"Location: \" . $redirect_uri);\n}", "public function getReturnUrl()\n {\n return $this->_getUrl(self::URL_REDIRECT);\n }", "protected function getRedirectUrl()\n\t{\n if ($customURL = $this->input->getBase64('returnurl', ''))\n {\n $customURL = base64_decode($customURL);\n }\n\n $url = !empty($customURL) ? $customURL : 'index.php?option='\n . $this->container->componentName\n . '&view='\n . $this->container->inflector->pluralize($this->view)\n . $this->getItemidURLSuffix(); // e.g. '&Itemid=123' or an empty string if no Itemid\n\n return $url;\n }", "public function getBackUrl(): string\n {\n $customerId = $this->request->getParam(ResultInterface::CUSTOMER_ID);\n return $customerId ?\n $this->getUrl('customer/index/edit', ['id' => $customerId]) :\n $this->getUrl('*/*/', [FormInterface::ID => $this->registry->registry('webforms_form')->getId()]);\n }", "function _url_final_redirect( $url ) {\n\t\treturn IMFORZA_Utils::url_final_redirect( $url );\n\t}", "public function redirectAction() \n\t{\n\t\t$session = Mage::getSingleton('checkout/session');\n $order = Mage::getModel('sales/order');\n $order->loadByIncrementId($session->getLastRealOrderId());\n $order->addStatusToHistory($order->getStatus(), Mage::helper('payza')->__('Customer was redirected to Payza.'));\n $order->save();\n\t\t\n\t\t$this->loadLayout();\n $block = $this->getLayout()->createBlock('Mage_Core_Block_Template','payza',array('template' => 'payza/redirect.phtml'));\n\t\t$this->getLayout()->getBlock('content')->append($block);\n $this->renderLayout();\n\t}", "public function redirectTo()\n {\n //跳转到登录前页面\n return $this->getReferrer($this->redirectTo);\n }", "protected function redirectBack($data = [])\n {\n return Redirect::back()->withInput()->with($data);\n }", "public function redirectAction()\n {\n $session = Mage::getSingleton('checkout/session');\n $session->setAlipayPaymentQuoteId($session->getQuoteId());\n\n $order = $this->getOrder();\n\n if (!$order->getId()) {\n $this->norouteAction();\n return;\n }\n\n $order->addStatusToHistory(\n $order->getStatus(),\n Mage::helper('alipay')->__('客户跳转到支付宝网站')\n );\n $order->save();\n\n $this->getResponse()\n ->setBody($this->getLayout()\n ->createBlock('alipay/redirect')\n ->setOrder($order)\n ->toHtml());\n\n $session->unsQuoteId();\n }", "public function getBackUrl()\n {\n $url = $this->helperWizard()->getPreviousPageUrlAsString();\n return $this->getUrl($url, array('_current' => true));\n }", "public function getRedirectUrl() : string\n {\n return '';\n }", "public function makeReturnUrl() {}", "public static function previous()\n {\n header('Location: ' . $_SERVER['HTTP_REFERER']);\n exit;\n }", "function redirect()\n {\n global $wgOut;\n $wgOut->redirect( $this->getRedirectLink(), 302);\n }", "final public function template_redirect()\n {\n /**\n * Bypass\n * @var \\tiFy\\Core\\Route\\Route $route\n */\n if (!$route = $this->appGetContainer('tiFy\\Core\\Route\\Route')) :\n return;\n endif;\n if (!$response = $route->getResponse()) :\n return;\n endif;\n\n // Récupération de la sortie\n $body = '';\n if ($this->return instanceof \\tiFy\\Core\\Route\\View) :\n $body = $this->return->render();\n elseif(is_string($this->return)) :\n $body = $this->return;\n endif;\n\n // Déclaration de la sortie\n $response->getBody()->write($body);\n\n // Affichage de la sortie\n $route->getContainer('emitter')->emit($response);\n exit;\n }", "public function redirect(){\r\n\t}", "public function showRedirect() {\n\t\treturn \"<p><a href=\\\"$this->redirect\\\">$this->redirect</a>\";\n\t}", "public function getRedirectUrl()\r\n {\r\n return \"{$this->data['redirect_url']}?session={$this->data['session']}\";\r\n }", "public function getBackUrl()\n {\n return $this->getUrl('*/*/index');\n }", "public function getBackUrl()\n {\n return $this->getUrl('*/*/index');\n }", "public function getBackUrl()\n {\n return $this->getUrl('review/customer');\n }", "public static function rendirect($url){\n\t \n\t\t header(\"Location: {$url}\");\n exit;\n\t}", "public function showRedirect() {\n return \"<p><a href=\\\"$this->redirect\\\">$this->redirect</a>\";\n }", "public function getBackURL()\n {\n $request = $this->getRequest();\n if (!$request) {\n return null;\n }\n\n // Initialize a sane default (basically redirects to root admin URL).\n $controller = $this->getToplevelController();\n\n if (method_exists($this->requestHandler, \"Link\")) {\n $url = $this->requestHandler->Link();\n } else {\n $url = $controller->Link();\n }\n\n // Try to parse out a back URL using standard framework technique.\n if ($request->requestVar('BackURL')) {\n $url = $request->requestVar('BackURL');\n } elseif ($request->isAjax() && $request->getHeader('X-Backurl')) {\n $url = $request->getHeader('X-Backurl');\n } elseif ($request->getHeader('Referer')) {\n $url = $request->getHeader('Referer');\n }\n\n return $url;\n }", "static function redirectBackOr($default) {\n $redirectUrl = isset($_SESSION['forwardingUrl']) ? $_SESSION['forwardingUrl'] : $default;\n unset($_SESSION['forwardingUrl']);\n header('Location: ' . $redirectUrl);\n }", "public function redirectAction()\n {\n $this->getResponse()->setBody($this->getLayout()->createBlock('paymentsensegateway/redirect')->toHtml());\n }", "public function redirect($path, $back = false) {\n global $CFG;\n\n $_SESSION['back'] = $back;\n $url = $this->Url($path);\n header(\"Location: $url\");\n die;\n }", "public static function template_redirect() {\n\n if ( $state = self::get_routed_state() ) {\n\n $state_url = $state['parentUrl'] . $state['url'];\n $redirect_url = wp_ng_get_base_url() . '#' . $state_url;\n\n wp_safe_redirect($redirect_url);\n exit();\n }\n }", "public function redirecturl()\n\t\t\t{\n\t\t\t\tif($this->fields_arr['pcakey'])\n\t\t\t\t Redirect2URL($_SESSION['pcakey'][$this->fields_arr['pcakey']]);\n\t\t\t}", "private static function createRedirectUrl() {\n\t\t$path = \\explode('?', $_SERVER['REQUEST_URI'], 2)[0];\n\n\t\treturn $_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['SERVER_NAME'] . $path;\n\t}", "public function toBack()\r\n {\r\n return $this->app->request->server('HTTP_REFERER');\r\n }", "public function get_redirect()\n {\n return $this->redirect;\n }", "public function get_redirect_to() {\n\t\treturn empty( $this->data['redirect_to'] ) ? '' : $this->data['redirect_to'];\n\t}", "public function redirectUrl($redirectTo = null) : string;", "function redirectURL()\n{\n\t$redirect = '';\n\t$loc = Configuration::get('LoginRadius_redirect');\n\tif ($loc == 'profile')\n\t\t$redirect = 'my-account.php';\n\telseif ($loc == 'url')\n\t{\n\t\t$custom_url = Configuration::get('redirecturl');\n\t\t$redirect = !empty($custom_url) ? $custom_url : 'my-account.php';\n\t}\n\telse\n\t{\n\t\tif (Tools::getValue('back'))\n\t\t{\n\t\t\tif (_PS_VERSION_ >= 1.6)\n\t\t\t{\n\t\t\t\t$loc = $_SERVER['REQUEST_URI'];\n\t\t\t\t$redirect_location = explode('back=', $loc);\n\t\t\t\t$redirect = $redirect_location['1'];\n\t\t\t}\n\t\t\telse\n\t\t\t\t$redirect = Tools::getValue('back');\n\t\t}\n\t\telseif (empty($redirect))\n\t\t{\n\t\t\t$http = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'Off' && !empty($_SERVER['HTTPS'])) ? 'https://' : 'http://');\n\t\t\t$redirect = urldecode($http.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);\n\t\t}\n\t}\n\treturn $redirect;\n}", "function auth_redirect() {\n\n\t\tauth_redirect();\n\n\t}", "public function redirectPath()\n {\n return route(home_route());\n }", "public function redirectBackWithErrors($validator);", "public function getBackUrl()\n {\n return $this->getUrl('orderflow/import/index/type/'.strtolower($this->getImport()->getEntity()));\n }", "protected function getRedirectUrl()\n {\n $sBaseUrl = Registry::getConfig()->getCurrentShopUrl().'index.php?cl=order&fnc=handleMollieReturn';\n\n return $sBaseUrl.$this->mollieGetAdditionalParameters();\n }", "public function getRedirectUrl()\n {\n }", "protected function backToHome()\n {\n return redirect($this->pathHome . Auth::user()->uid);\n }", "public function getBackUrl()\n {\n return $this->backUrl;\n }", "public function getBackUrl()\n {\n return $this->getUrl('*/*/list', ['id' => $this->getProductData()->getId()]);\n }", "abstract protected function getRedirectUrl(): Url;", "protected function _returnToReferer() {\n\n return $this->redirect(\n $this->referer(\n array(\n 'action' => 'admin_index'\n )));\n }", "protected function GetReturnToLastStepURL()\n {\n $sLink = false;\n $oBackItem = $this->GetPreviousStep();\n if (!is_null($oBackItem)) {\n $sLink = $oBackItem->GetStepURL();\n }\n\n return $sLink;\n }", "public function redirectAction() {\n \n $this->getResponse()->setBody($this->getLayout()->createBlock('CardstreamHosted/standard_redirect')->toHtml());\n \n }", "function redirect() {\n\n\t\tif ($this->redirectUrl) {\n\t\t\tif ($this->message) {\n\t\t\t\tKenedoPlatform::p()->sendSystemMessage($this->message, $this->messageType);\n\t\t\t}\n\t\t\tKenedoPlatform::p()->redirect($this->redirectUrl);\n\t\t}\n\n\t}", "public function redirectAction()\n {\n $session = Mage::getSingleton('checkout/session');\n $session->setCriptopayStandardQuoteId($session->getQuoteId());\n\n $order = Mage::getModel('sales/order');\n $order->loadByIncrementId($session->getLastRealOrderId());\n $order->addStatusToHistory(\n $order->getStatus(),\n Mage::helper('criptopay')->__('Customer was redirected to CriptoPay')\n );\n $order->save();\n\n $this->getResponse()\n ->setBody($this->getLayout()\n ->createBlock('criptopay/standard_redirect')\n ->setOrder($order)\n ->toHtml());\n\n $session->unsQuoteId();\n }", "public function get_redirect() {\n return new \\moodle_url('/');\n }", "public function getRedirectUrl();", "public function getRedirectUrl();", "public function getRedirectUrl();", "public function getRedirectUrl();", "public function getRedirectUrl();", "static function redirect($url, $arguments = array())\n {\n if (substr($url, 0, 1) == '@')\n {\n global $router;\n $url = $router->generate(substr($url, 1), $arguments);\n }\n\n header(\"location: $url\");\n die();\n }", "public function doRedirect()\n {\n $response = $this->response->asJson()->getResponse();\n $responseToArray = json_decode($response, true);\n\n if ($responseToArray['status']) {\n $url = $responseToArray['data']['authorization_url'];\n\n return redirect()->away($url);\n } else {\n Throw new \\Exception('An error occurred, could not get authorization url. ' . $response);\n }\n\n }", "public function getRedirectUrl(): string;", "public static function go(): RedirectResponse\n {\n return \\redirect(\\route('home'), 307, [\n 'Cache-Control' => 'no-cache, must-revalidate',\n ]);\n }", "public function GetRedirect () {\n\t\treturn $this->redirect;\n\t}", "public static function hrefBack($default=null)\n\t{\n\t if (Application::instance()->isCLI())\n\t {\n\t return $default ? $default : hrefDefault();\n\t }\n\t \n\t $sess = GDO_Session::instance();\n\t if ( (!$sess) || (!($url = $sess->getLastURL())) )\n\t {\n\t $url = isset($_SERVER['HTTP_REFERER']) ?\n\t $_SERVER['HTTP_REFERER'] :\n\t ($default ? $default : hrefDefault());\n\t }\n\t return $url;\n\t}" ]
[ "0.76929986", "0.7628157", "0.7383962", "0.7237488", "0.70558494", "0.693268", "0.6841236", "0.6814006", "0.6814006", "0.6814006", "0.6792978", "0.6785673", "0.67082316", "0.665177", "0.66407925", "0.66366744", "0.65727246", "0.656447", "0.6529712", "0.6513135", "0.64939535", "0.64904416", "0.64595807", "0.645671", "0.6447819", "0.6434208", "0.6418881", "0.6399048", "0.63852775", "0.6361355", "0.6353088", "0.6349882", "0.63497275", "0.63393974", "0.6333563", "0.6324064", "0.6316172", "0.63107973", "0.62884825", "0.6285331", "0.6278011", "0.62765473", "0.627243", "0.62456876", "0.6244353", "0.6234091", "0.62251073", "0.6217291", "0.6211494", "0.61858726", "0.6174454", "0.61556447", "0.61491394", "0.6146124", "0.61303115", "0.61255246", "0.6118991", "0.6118991", "0.6110313", "0.610687", "0.61053586", "0.6102231", "0.60971117", "0.6089506", "0.6086219", "0.6085047", "0.60812604", "0.608078", "0.6060269", "0.60526586", "0.6050911", "0.6050158", "0.60415125", "0.603762", "0.60351914", "0.60345215", "0.6029565", "0.60167384", "0.6008887", "0.6000169", "0.5999662", "0.5979616", "0.59760624", "0.5972814", "0.59698933", "0.5964269", "0.59620553", "0.5948547", "0.5946938", "0.59454864", "0.59454864", "0.59454864", "0.59454864", "0.59454864", "0.59423935", "0.5942089", "0.5941429", "0.5936593", "0.5932727", "0.5931997" ]
0.6000528
79
Combine the event name with the namespace of the package.
public function getNamespacedEventName($name) { $namespace = trim($this->namespacing(), '::'); $namespace = ! empty($namespace) ? $namespace . '.' : ''; return strtolower($namespace . $this->package . '.' . $name); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static function getEventNamespace(): string\n {\n return Components::detectClassComponent(static::class)->slug . ':' . static::class;\n }", "protected function getPackageName(PackageEvent $event)\n {\n return $this->getPackage($event)->getName();\n }", "public static function get_event_string_name($suffix='') {\n $class = get_called_class();\n $class = substr($class, strlen(__NAMESPACE__) + 1);\n return 'event_'.$class.$suffix;\n }", "abstract protected function get_event_name();", "public function getTableName(string $namespace): string\n {\n return \"{$namespace}_events\";\n }", "protected function buildEventName($event)\n {\n return join('.', $this->getTypes()).'.'.$event;\n }", "public function getNamespaceName();", "abstract protected function namespace(): string;", "public function getNamespaceName() {\n return $this->forwardCallToReflectionSource( __FUNCTION__ );\n }", "public function getQualifiedEvent($event)\n\t{\n\t\treturn 'rocketeer.'.$this->getSlug().'.'.$event;\n\t}", "public function getQualifiedEvent($event)\n\t{\n\t\treturn 'rocketeer.'.$this->getSlug().'.'.$event;\n\t}", "public function fromPackage($fqcn)\n {\n $name = str_replace(array('\\\\', '_'), '.', ltrim($fqcn, '\\\\'));\n\n // convert root namespace to default; default is a keyword and no namespace CAN be named as such\n if ($name === '') {\n $name = 'default';\n }\n\n return $name;\n }", "public abstract function getApplicationNamespace();", "public function getNamespaceName()\n\t{\n\t\t$pos = strrpos($this->name, '\\\\');\n\t\treturn false === $pos ? '' : substr($this->name, 0, $pos);\n\t}", "public function fromPackage($fqcn)\n {\n $name = str_replace(['\\\\', '_'], '-', ltrim($fqcn, '\\\\'));\n\n // convert root namespace to default; default is a keyword and no namespace CAN be named as such\n if ($name === '') {\n $name = 'default';\n }\n\n return $name;\n }", "public function getter_event_name()\n\t{\n\t\t$event = strtolower($this->qualified_name);\n\t\t\n\t\t$matches = [];\n\t\t\n\t\tif(preg_match(\"/numeric([0-9]{3})/\", $event, $matches))\n\t\t\t$event = $matches[1];\n\t\t\n\t\treturn $this->event_name = $event;\n\t}", "private function formatEventName($event_name, $entity)\n {\n if (is_object($entity)) {\n $event_name = strtolower(str_replace(NAMESPACE_SEPARATOR, '.', get_class($entity)) . '.' . $event_name);\n// @TODO gvf\n// if ($entity instanceof \\Doctrine\\ORM\\Proxy\\Proxy) {\n// $prefix = str_replace(\n// NAMESPACE_SEPARATOR,\n// '.',\n// $this->application->getEntityManager()->getConfiguration()->getProxyNamespace()\n// );\n// $prefix .= '.'.$entity::MARKER.'.';\n//\n// $event_name = str_replace(strtolower($prefix), '', $event_name);\n// }\n } else {\n $event_name = strtolower(str_replace(NAMESPACE_SEPARATOR, '.', $entity) . '.' . $event_name);\n }\n\n $event_name = str_replace(array('backbee.', 'classcontent.', 'coredomain.'), array('', '', ''), $event_name);\n\n return $event_name;\n }", "protected function getName()\n\t{\n\t\treturn 'event';\n\t}", "public function name(): string\n {\n return 'event';\n }", "public function name()\n {\n return 'event';\n }", "public function makeEventName()\n {\n if (!$this->getName()) return '';\n $evt = strtolower('status.' . ObjectUtil::getBaseNamespace($this->getFkey()) . '.' . ObjectUtil::basename($this->getFkey()) . '.' . $this->getName());\n //$evt = strtolower('status.' . ObjectUtil::basename($this->getFkey()) . '.' . $this->getName());\n return $evt;\n }", "public function get_namespace() : string\n {\n return $this->namespace;\n }", "public function name()\n {\n return 'events';\n }", "public function namespaceAlias() {}", "protected function normalizeNS($package)\n {\n $package = ltrim($package, '.');\n\n if ($this->compiler->hasPackage($package)) {\n return $this->compiler->getPackage($package);\n }\n\n // Check the currently registered packages to find a root one\n $found = null;\n foreach ($this->compiler->getPackages() as $pkg=>$ns) {\n // Keep only the longest match\n if (0 === strpos($package, $pkg.'.') && strlen($found) < strlen($pkg)) {\n $found = $pkg;\n }\n }\n\n // If no matching package was found issue a warning and use the package name\n if (!$found) {\n $this->compiler->warning('Non tracked package name found \"' . $package . '\"');\n $namespace = str_replace('.', '\\\\', $package);\n } else {\n // Complete the namespace with the remaining package\n $namespace = $this->compiler->getPackage($found);\n $namespace .= substr($package, strlen($found));\n $namespace = str_replace('.', '\\\\', $namespace);\n // Set the newly found namespace in the registry\n $this->compiler->setPackage($package, $namespace);\n }\n\n return $namespace;\n }", "public function getNamespace(): string\n {\n return (string) SocketIORouter::getNamespace(static::class);\n }", "public function setNamespaceName($namespace);", "function getNameSpace() { return $this->_namespace; }", "protected function getEventName($event)\n {\n $name = (new ReflectionClass($event))->getShortName();\n\n if (substr($name, -5) == 'Event') {\n\n $name = substr($name, 0, -5);\n }\n\n return $name;\n }", "function packageNameWithParent()\n {\n $parent = $this->getParent();\n return ucwords($parent) . $this->getPackageName();\n }", "function addNamespace($namespace);", "public function getName()\n {\n return \"event\";\n }", "private function getApplyMethodName(DomainEventInterface $event) {\n\n\t\t$parts = explode('\\\\', get_class($event));\n\n\t\treturn 'apply' . end($parts);\n\t}", "private function getNamespaceName() {\n if ($this->getTypeName() != 'n_NAMESPACE') {\n return null;\n }\n\n $namespace_name = $this->getChildByIndex(0);\n if ($namespace_name->getTypeName() == 'n_EMPTY') {\n return null;\n }\n\n return '\\\\'.$namespace_name->getConcreteString();\n }", "function getNamespace();", "function getNamespace();", "public function getSCName($namespace)\n {\n return str_replace($namespace . \"_\", \"\", strtolower(str_replace('\\\\', '_', $this->namespace) . '_' . $this->name));\n }", "protected function getEventClass($className)\r\n {\r\n return $this->app->getNamespace() . \"Events\\\\{$className}\";\r\n }", "protected function formatEventName($event) {\n $replacements = [\n '/[^\\w.]/' => '',\n '/([a-z])([A-Z])/' => '$1.$2'\n ];\n\n return strtolower(\n preg_replace(\n array_keys($replacements),\n array_values($replacements),\n $event\n )\n );\n }", "public function setNamespace($name);", "public function get_extended_namespace() : string {\n\t\t$calling_class = get_class( $this );\n\t\t$reflection = new \\ReflectionClass( $calling_class );\n\t\t$calling_class_namespace = $reflection->getNamespaceName();\n\n\t\tif ( $this instanceof AbstractSubCommand ) {\n\t\t\t$calling_class_namespace .= '\\\\Arg';\n\t\t} elseif ( $this instanceof AbstractCommand ) {\n\t\t\t$calling_class_namespace .= '\\\\SubCommand';\n\t\t} else {\n\t\t\tthrow new \\Exception( 'The class should autoload something.' );\n\t\t}\n\n\t\treturn $calling_class_namespace;\n\t}", "private function formatNamespace(string $namespace): string\n {\n if ((new Str())->endsWith($namespace, '\\\\')) {\n return $namespace;\n }\n\n return \\sprintf('%s\\\\', $namespace);\n }", "function ns($s)\n {\n return __NAMESPACE__.'\\\\'.$s;\n }", "protected function _getAssetName() {\n $k = $this->_tbl_key;\n return 'com_lajvit.event.'.(int) $this->$k;\n }", "protected function getModuleName($namespace = true)\n {\n $module = $this->input->getArgument('module');\n\n if (! $namespace) {\n return $module;\n }\n\n return studly_case(str_slug($module, '_'));\n }", "function getNamespace ();", "public function getCustomEventName();", "public function namespacing()\n {\n return $this->namespacing ? trim($this->namespacing, '::') . '::' : '';\n }", "public function getPackagedName()\n {\n return Generator::getPackageName() . $this->getContextualPart() . ucfirst(self::uniqueName($this->getCleanName(), $this->getContextualPart()));\n }", "final protected static function getNamespace() {\r\n $classNameParts = explode('\\\\', get_called_class());\r\n array_pop($classNameParts);\r\n return join('\\\\', $classNameParts);\r\n }", "public function getFullNamespace(): string\n {\n return $this->requestStack->getMainRequest()->get('_route') . $this->separator;\n }", "private function _getNamespace() {\n $ns = explode('_', get_class($this));\n return $ns[0];\n }", "public function getNamespaceName() {\n\n\t\treturn $this->_namespace;\n\t}", "public function getName()\n\t{\n\t\treturn 'Event';\n\t}", "public function getNamespace();", "public function getNamespace();", "public function getNamespace();", "public function g( $namespace )\n\t{\n\t\t$namespace = trim( $namespace, '\\\\' ) ;\n\n\t\t$name = $this->lpop( $namespace );\n\n\t\tif( isset($this->map[$name]) )\n\t\t{\n\t\t\t$namespace = str_replace( $name, $this->map[$name], $namespace ) ;\n\t\t}\n\n\t\treturn str_replace( '\\\\', '/', $namespace );\n\t}", "public function getNamespacedName()\n {\n return get_class();\n }", "public function getFullNamespace(): string\n {\n if (empty($this->childNamespace)) {\n return $this->namespace;\n }\n\n return $this->namespace . '\\\\' . $this->childNamespace;\n }", "function setNamespace ($name);", "function packagename()\r\n{\r\n\treturn app('packagename');\r\n}", "protected function toInternalEventName($event_name)\n {\n return strtolower(str_replace('.', '', $event_name));\n }", "public function getNamespace()\n {\n return isset($this->namespace) ? $this->namespace : '';\n }", "public function getNamespace($namespaceName);", "function getNamespacePrefix(String $var1, String $var2): String;", "public function getName()\n {\n return $this->eventName;\n }", "public function getQualifiedName(): string\n {\n return $this->namespace.'.'.$this->name;\n }", "public function renderNamespace($name)\n\t{\n\t\t$ns = $this->getNamespace();\n\n\t\tif ( ! $ns) {\n\t\t\treturn $name;\n\t\t}\n\n\t\t$sep = $this->getNamespaceSeparator();\n\t\t$ns = implode($this->getNamespaceSeparator(), $ns);\n\n\t\treturn $ns.$sep.$name;\n\t}", "public function getNamespace(): string;", "protected function getEventName()\n\t{\n\t\treturn is_null($this->event_name) ? get_class($this) : $this->event_name;\n\t}", "public function getName() {\n\n\t\treturn $this->class->getNamespaceName();\n\t}", "public static function view_namespace()\n\t{\n\t\treturn __NAMESPACE__;\t\n\t}", "protected function applicationNamespace(): string\n {\n return $this->container->get('config')->get('app', 'app_namespace') ?: 'App';\n }", "private function parseNamespace() {\n\n\t\t$namespace = '';\n\t\twhile (($token = $this->next())){\n\t\t\tif ($token[0] === T_STRING || $token[0] === T_NS_SEPARATOR) {\n\t\t\t\t$namespace .= $token[1];\n\t\t\t} else {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\treturn $namespace;\n\t}", "protected function namespacePath(): string\n {\n return str_replace(\n [$this->applicationNamespace() . '\\\\', '\\\\'], \n ['', '/'], \n $this->fullNamespace()\n );\n }", "public function getComponentNameSpace(): string\n {\n if ($this->namespace === null) {\n return Arr::get($this->component->getComponentNameSpace(), 'component');\n }\n\n return $this->namespace;\n }", "public function getInternalName()\n {\n return ($this->isGlobal() ? 'g_' : 'f_') . str_replace('\\\\', '_', $this->namespace) . '_' . $this->getName();\n }", "public function setNamespacing( $namespace )\n {\n $this->namespacing = $namespace;\n }", "protected function formatNamespace(string $namespace)\n {\n if (!empty($namespace)) {\n $namespace = '\\\\' . trim($namespace,'\\\\/');\n }\n\n return $namespace;\n }", "public function getNamespace()\n {\n return 'http://example.org/schema/dic/'.$this->getAlias();\n }", "protected function escapedNamespace()\n {\n return str_replace('\\\\', '\\\\\\\\', $this->namespace());\n }", "protected static function formatNamespace($new, $old)\n {\n if (isset($new['namespace'])) {\n return isset($old['namespace'])\n ? trim($old['namespace'], '\\\\') . '\\\\' . trim($new['namespace'], '\\\\')\n : trim($new['namespace'], '\\\\');\n }\n\n return isset($old['namespace']) ? $old['namespace'] : null;\n }", "protected function getNamespace($name)\n {\n return trim(implode('\\\\', array_slice(explode('\\\\', $name), 0, -1)), '\\\\');\n }", "protected function getNamespace($name)\n {\n return trim(implode('\\\\', array_slice(explode('\\\\', $name), 0, -1)), '\\\\');\n }", "protected function getDefaultNamespace($rootNamespace)\n {\n return $rootNamespace.'\\Observers';\n }", "public function getNodename();", "public function get_module_title()\n {\n return \"LC__MODULE__EVENTS\";\n }", "function namespace_to_path($namespace, $file = null)\n {\n\t $prefixed = preg_replace(\"#^\" . $this->getRoot() . \"#uism\", app_path(), $namespace);\n\n\t return trim(str_replace('\\\\', '/', $prefixed) . '/' . $file, '/');\n }", "public function getNamespace(): string\n {\n return $this->namespace;\n }", "public function getNamespace(): string\n {\n return $this->namespace;\n }", "protected function getNamespacedView(string $view, string $namespace = ''): string\n {\n if ($namespace !== \"\" && $namespace !== \"/\") {\n $view = '@' . $namespace . '/' . $view;\n } elseif (static::getThemeDir() !== \"\" && $namespace !== \"/\") {\n // when no namespace is used\n // use current theme directory\n $view = '@' . static::getThemeDir() . '/' . $view;\n }\n\n return $view;\n }", "protected function getNamespace()\n {\n $namespace = Container::getInstance()->getNamespace();\n return rtrim($namespace, '\\\\');\n }", "public function getEventName()\n {\n return $this->event->name;\n }", "public function getBaseNamespace(): string\n {\n $routeName = $this->requestStack->getMainRequest()->get('_route');\n\n return mb_substr($routeName, 0, mb_strrpos($routeName, $this->separator) + 1);\n }", "public function getCompleteName()\n {\n return $this->namespace . '\\\\' . $this->name;\n }", "public function setNamespaceName($namespace) {\n $this->nsname= $namespace;\n }", "public function getPackageName() {\n\t\treturn t('Coworking Space Package');\n\t}", "protected function addGroupNamespaceToStringUses($action)\n {\n $groupStack = last($this->router->getGroupStack());\n if (isset($groupStack['namespace']) && strpos($action, '\\\\') !== 0) {\n return $groupStack['namespace'].'\\\\'.$action;\n }\n return $action;\n }", "public function getNamespace($name)\n {\n return trim(implode('\\\\', array_slice(explode('\\\\', $name), 0, -1)), '\\\\');\n }" ]
[ "0.7164336", "0.636638", "0.60878617", "0.6079372", "0.6065608", "0.6060202", "0.60278594", "0.6019438", "0.59989625", "0.59707975", "0.59707975", "0.5948002", "0.594338", "0.59385395", "0.5918697", "0.5863427", "0.5863066", "0.58243495", "0.5823832", "0.5796731", "0.5767998", "0.5753899", "0.5726582", "0.5725767", "0.56995445", "0.5696942", "0.56967914", "0.56871474", "0.5663159", "0.5622249", "0.56160116", "0.5610925", "0.5579598", "0.5571598", "0.55669594", "0.55669594", "0.5560598", "0.55452585", "0.55321795", "0.5514534", "0.5512183", "0.54918194", "0.54751074", "0.54718614", "0.5455922", "0.54534274", "0.54411554", "0.54403526", "0.5438739", "0.54325485", "0.54279757", "0.54266477", "0.5420493", "0.5411141", "0.5408228", "0.5408228", "0.5408228", "0.53956777", "0.5393873", "0.539077", "0.53899187", "0.53679055", "0.53665644", "0.5350041", "0.53432375", "0.5332119", "0.53103024", "0.53049093", "0.5301614", "0.53015816", "0.5301554", "0.5298897", "0.5296785", "0.5295131", "0.5293925", "0.5290938", "0.52831376", "0.52824634", "0.52812433", "0.5280701", "0.52799994", "0.5271829", "0.5268532", "0.5263775", "0.5263775", "0.5252584", "0.5248976", "0.52486223", "0.52468777", "0.5243382", "0.5243382", "0.5242252", "0.52412933", "0.5233631", "0.52317095", "0.522799", "0.5226685", "0.52215093", "0.5220651", "0.522051" ]
0.7438675
0
Fire a namespaced event until the first nonnull response.
public function eventUntil($name, array $arguments = []) { return app('events')->until($this->getNamespacedEventName($name), $arguments); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function pollFirst();", "public function until($event, $payload = []);", "function _startElement ($parser, $name, $attrs)\r {\r if ((($this->_parseMode == EBATNS_PARSEMODE_CALL || $this->_parseMode == EBATNS_PARSEMODE_CALLEXTENSION) \r && !$this->_inResponse && $name != $this->_waitForResponseTag) \r || ($this->_parseMode == EBATNS_PARSEMODE_NOTIFICATION && $this->_notificationParseState < EBATNS_PSTATENOT_IN_RESPONSE))\r {\r if ($this->_parseMode == EBATNS_PARSEMODE_CALL || $this->_parseMode == EBATNS_PARSEMODE_CALLEXTENSION)\r {\r if ($name == 'soapenv:Fault')\r $this->_hasFault = true;\r return;\r } \r else\r {\r if (strstr($name, ':NotificationSignature') !== false)\r {\r $this->_notificationParseState = EBATNS_PSTATENOT_HAS_SIGNATURE;\r return;\r }\r \r if ($name == 'soapenv:Body')\r {\r $this->_notificationParseState = EBATNS_PSTATENOT_FOUND_ENVBODY;\r return;\r }\r \r if ($this->_notificationParseState == EBATNS_PSTATENOT_FOUND_ENVBODY)\r {\r // know we will have the name of the response in $name\r // so we just set the state and recall the method again !\r $this->_notificationParseState = EBATNS_PSTATENOT_IN_RESPONSE;\r $this->_waitForResponseTag = $name;\r $this->_responseTypeName = $name . 'Type';\r \r $this->_depth = 0;\r \r return $this->_startElement($parser, $name, $attrs);\r }\r }\r } \r else\r {\r // setup the response-object\r if (! $this->_inResponse)\r {\r $parent = null;\r $current = $this->_makeValue($this->_responseTypeName);\r $this->_inResponse = true;\r $mapName = null;\r } \r else\r {\r $mapName = $name;\r \r $parent = $this->_stValue[$this->_depth];\r $typeInfo = $this->_typeMap[strtolower(get_class($parent))];\r \r $elementInfo = (array_key_exists($name, $typeInfo['elements'])) ? $typeInfo['elements'][$name] : null;\r \r if ($elementInfo['nsURI'] == $this->_typeNs)\r {\r // let CodeTypes (Facets/enums) be result in just\r // plain strings but child-objects\r if (strpos($elementInfo['type'], 'CodeType') === false)\r {\r $current = $this->_makeValue($elementInfo['type']);\r if ($attrs)\r {\r foreach ($attrs as $attKey => $attValue)\r {\r $current->setTypeAttribute($attKey, $attValue);\r }\r }\r } \r else\r {\r $current = null;\r }\r } \r else\r {\r $current = null;\r }\r }\r }\r \r $this->_depth ++;\r $this->_stData[$this->_depth] = null;\r $this->_stValue[$this->_depth] = $current;\r $this->_stMap[$this->_depth] = $mapName;\r }", "private function clearAutoResponses()\n {\n $this->getEventDispatcher()->addListener(\n 'kernel.terminate',\n [$this->getAutoResponseRuleRepository(), 'clearAutoResponses']\n );\n }", "public function handle()\n {\n $topic = 'txns-events';\n $channel = 'trading-tool-' . random_int(0, 65536) . '#ephemeral';\n\n $res = $this->ct->subscribe($topic, $channel);\n\n foreach ($res as $data) {\n if ($data === null) {\n continue;\n }\n\n $this->operations = Operation::wait()->get();\n\n $events = json_decode($data->msg, true);\n\n $events = collect($events)->filter(function ($v) {\n return isset($v['CreatedAt']);\n });\n\n foreach ($events as $txn) {\n if (!isset($txn['Event'])) {\n continue;\n }\n\n match ($txn['Event']) {\n 'CreatorCoin' => $this->eventCreatorCoin($txn),\n default => null\n };\n }\n };\n\n return 0;\n }", "public function waitAndReturnResponse() {\n\t\t// run in event loop, waiting for loop->quit()\n\t\t$this->loop = new EventLoop();\n\t\tRegistry::injectDependencies($this->loop);\n\t\twhile (!$this->finished) {\n\t\t\t$this->loop->execSingleLoop();\n\t\t}\n\n\t\treturn $this->buildResponse();\n\t}", "public function testUntil()\n {\n $dispatcher = new Events();\n $this->app->bind(DispatcherInterface::class, function() use ($dispatcher) {\n return $dispatcher;\n });\n $response = (new Command())->testUntil(new Event());\n $event = array_shift($response);\n\n $this->assertSame(Event::class, $event['name'], 'The event that should have been dispatched should match the event passed to event().');\n $this->assertTrue($event['halt'], 'The event should halt when dispatched from until().');\n }", "public function testReceiveWithKeyIsEmpty()\n {\n $callback = function (){};\n $eventName = 'bar-foo-testing';\n\n $this->adapter->expects($this->once())->method('receive')\n ->with($eventName, $callback, null);\n\n $this->eventReceiver->receive($eventName, $callback);\n }", "public function initializeNamespaces ( ) {\n\n $stream = $this->getStream();\n $this->_namespaces = $stream->getDocNamespaces();\n\n if(empty($this->_namespaces))\n throw new Exception\\NamespaceMissing(\n 'The XML document %s must have a default namespace at least.',\n 4, $this->getInnerStream()->getStreamName());\n\n if(1 == count($this->_namespaces))\n $stream->registerXPathNamespace(\n '__current_ns',\n current($this->_namespaces)\n );\n else\n foreach($this->_namespaces as $prefix => $namespace) {\n\n if('' == $prefix)\n $prefix = '__current_ns';\n\n $stream->registerXPathNamespace($prefix, $namespace);\n }\n\n return;\n }", "public function fetchEvents()\n {\n // TODO: Implement fetchEvents() method.\n }", "public function handle(): void\n {\n Delegate::pending()->each(function ($delegate) {\n if ($delegate->claimHasExpired()) {\n $delegate->reset();\n }\n });\n }", "public function next()\n {\n next($this->requests);\n }", "function next() {\n\n\t\tif (is_null($this->_httpq->next())) { return false; }\n\n\t\treturn true;\n\n\t}", "public function run()\n {\n while (($payload = array_shift($this->payloads)) !== null) {\n list($ttr, $message) = $payload;\n $this->startedId = $this->finishedId + 1;\n $this->handleMessage($this->startedId, $message, $ttr, 1);\n $this->finishedId = $this->startedId;\n $this->startedId = 0;\n }\n }", "public function testFetchEvents() {\n\t\t$jsonpad = parent::_getJsonpadInstance();\n\t\t\n\t\t// Fetch the events\n\t\t$total = 0;\n\t\t$events = $jsonpad->fetchEvents(1, null, null, $total);\n\t\t$this->assertInternalType(\"array\", $events);\n\t\t$this->assertGreaterThanOrEqual(1, $total);\n\t\t$this->assertInstanceOf(\"\\Jsonpad\\Resource\\Event\", $events[0]);\n\t}", "public function onResponse()\n {\n if ($this->event->getCode() != Phergie_Event_Response::RPL_NAMREPLY) {\n return;\n }\n\n $array = explode(' ', $this->event->getDescription());\n $chan = trim(strtolower($array[1]));\n $count = count($array);\n\n for ($i = 3; $i < $count; $i++) {\n\n if (empty($array[$i])) {\n continue;\n }\n\n $user = trim($array[$i]);\n\n $flag = self::REGULAR;\n if ($user[0] == '~') {\n $flag |= self::OWNER;\n } else if ($user[0] == '&') {\n $flag |= self::ADMIN;\n } else if ($user[0] == '@') {\n $flag |= self::OP;\n } else if ($user[0] == '%') {\n $flag |= self::HALFOP;\n } else if ($user[0] == '+') {\n $flag |= self::VOICE;\n }\n\n if ($flag != self::REGULAR) {\n $user = substr($user, 1);\n }\n\n $this->store[$chan][$user] = $flag;\n }\n }", "private function onPing()\n {\n $this->send($this->replyEvent());\n }", "public function waitUntil($callback);", "public function request1(): void\n {\n $this->etat->handle1();\n }", "public function getNamespace() {\n $namespaces = $this\n ->getTree()\n ->getRootNode()\n ->selectDescendantsOfType('n_NAMESPACE')\n ->getRawNodes();\n\n foreach (array_reverse($namespaces) as $namespace) {\n if ($namespace->isAfter($this)) {\n continue;\n }\n\n $body = $namespace->getChildByIndex(1);\n if ($body->getTypeName() != 'n_EMPTY') {\n if (!$body->containsDescendant($this)) {\n continue;\n }\n }\n\n return $namespace->getNamespaceName();\n }\n\n return null;\n }", "public function handlerNeedsRequest()\n {\n }", "public function event_names_end()\r\n\t{\r\n\t\t$this->online = TRUE;\r\n\t\tforeach($this->names as $nick)\r\n\t\t{\r\n\t\t\t$this->users[$nick] = IRCServerUser::getUser($nick, $this->channel);\r\n\t\t}\r\n\t\t$this->names = Array();\r\n\t\t$this->event_joined();\r\n\t}", "public function testTriggerHaltsEventCallbackLoopWhenHaltOnSuccessIsTrue()\n\t{\n\t\t$mock = $this->getMock('Mock_Callback', array('call_me'));\n\n\t\t$mock->expects($this->once())\n\t\t\t\t->method('call_me')\n\t\t\t\t// Have a look in PHPUnit_Framework_Assert for more\n\t\t\t\t->with($this->equalTo('random.pre_forge'), $this->isInstanceOf('Dispatcher_Event'))\n\t\t\t\t->will($this->returnValue(TRUE));\n\n\t\t$mock2 = $this->getMock('Mock_Callback', array('maybe'));\n\n\t\t$mock2->expects($this->never())\n\t\t\t\t->method('maybe');\n\n\t\t$dispatcher = new Dispatcher();\n\n\t\t$dispatcher->register_listener('random.pre_forge', array($mock, 'call_me'));\n\t\t$dispatcher->register_listener('random.pre_forge', array($mock2, 'maybe'));\n\n\t\t$dispatcher->trigger_event('random.pre_forge', Dispatcher::event(array('random' => 42)), TRUE);\n\t}", "public function handle()\n {\n Hub::query()\n ->whereNull('coordinates')\n ->each(\n fn (Hub $hub, int $index) => GetHubCoordinates::dispatch($hub)->delay(now()->addSeconds($index))\n );\n\n return 0;\n }", "public function doEarlyAckResponse() {\n if ( $_SERVER['REQUEST_METHOD'] == 'GET' ) {\n die('This endpoint is for Midtrans notification URL (HTTP POST). This message will be shown if opened using browser (HTTP GET). You can copy this current URL on your browser address bar and paste it to: \"Midtrans Dashboard > Settings > Configuration > Notification Url\". This will allow your WooCommerce to receive Midtrans payment status, which will auto sync the payment status.');\n exit();\n }\n\n ob_start();\n $input_source = \"php://input\";\n $raw_notification = json_decode(file_get_contents($input_source), true);\n echo esc_html(\"Notification Received: \\n\");\n print_r($raw_notification);\n WC_Midtrans_Logger::log( print_r($raw_notification, true), 'midtrans-notif' );\n header('Connection: close');\n header('Content-Length: '.ob_get_length());\n ob_end_flush();\n ob_flush();\n flush();\n return $raw_notification;\n }", "public function checkForFollowUp()\n {\n $now = Carbon::now();\n $preceding = $this->previousEvent;\n\n if (is_null($preceding)) {\n return;\n }\n\n // if already followed\n if ($preceding->triggersToFollowUp->isEmpty()) {\n return;\n }\n\n // One event may be triggered multiple times\n // For example: triggerd by birthday --> make sure to follow all these triggers\n foreach($preceding->triggersToFollowUp as $trigger) {\n if ($now->gte($trigger->start_at->copy()->modify($this->getDelayInterval()))) {\n // for follow-up type of auto-event, need to pass a preceding trigger\n // empty $trigger->subscriber indicates ALL\n MailLog::info(sprintf('Trigger sending follow-up email for automation %s, preceding event ID: %s, event ID: %s', $this->automation->name, $preceding->id, $this->id));\n if ($trigger->subscriber()->exists()) {\n // follow up individual subscriber\n $this->fire([$trigger->subscriber], $trigger);\n } else {\n // follow up the entire list (for the FollowUpSend event)\n $this->fire(null, $trigger);\n }\n }\n }\n }", "public function testFetchEvent() {\n\t\t$jsonpad = parent::_getJsonpadInstance();\n\t\t\n\t\t// Fetch the events\n\t\t$total = 0;\n\t\t$events = $jsonpad->fetchEvents(1, null, null, $total);\n\t\t$this->assertInternalType(\"array\", $events);\n\t\t$this->assertGreaterThanOrEqual(1, $total);\n\t\t$this->assertInstanceOf(\"\\Jsonpad\\Resource\\Event\", $events[0]);\n\t\t\n\t\t// Fetch a single event\n\t\t$event = $jsonpad->fetchEvent($events[0]->getId());\n\t\t$this->assertSame($event->getId(), $events[0]->getId());\n\t}", "public function process()\n {\n synapse()->brain->topic()->triggers()->each(function ($data, $trigger) {\n $this->searchTriggers($trigger);\n\n if ($this->output !== 'Error: Response could not be determined.') {\n return false;\n }\n });\n\n return $this->output;\n }", "abstract protected function checkExistingResponse();", "private function parseRequest($namespace='default')\n {\n $this->handleResources($this->_req['url']);\n\n try {\n FrontDispatcher::instance()->setConfig($this->_config)\n ->dispatchRequest($this->_req['url'])\n ->render();\n } catch(PageNotFoundException $pnfe) {\n $this->spawn404Error();\n } catch(RequestException $re) {\n $this->spawnRequestError($re);\n } catch(Exception $e) {\n throw new WrappedException('Error during request process', $e);\n }\n }", "public function nextEvent() {\n\t\t$events = $this->client->getGroupEvents( [\n\t\t\t'urlname' => $this->group,\n\t\t\t'scroll' => 'next_upcoming',\n\t\t] );\n\n\t\treturn $events[0];\n\t}", "function awaiting_trigger_check() {\n\t\tif(intval(get_query_var('lepress-student-awaiting')) == 1) {\n\t\t\t//WP default header is 404, have to override it\n\t\t\theader(\"HTTP/1.0 200 OK\");\n\t\t\tif(isSet($_GET['w'])) {\n\t\t\t\techo $this->getAwaitingBubble($_GET['w']);\n\t\t\t}\n\t\t\texit;\n\t\t}\n \t}", "public function testPreHandleReturnEarly()\n {\n $catch = true;\n $request = Request::create('/foo', 'GET');\n $response = new Response();\n\n $httpCache = $this->getHttpCachePartialMock(['lookup']);\n $testListener = new TestListener($this, $httpCache, $request);\n $testListener->preHandleResponse = $response;\n $httpCache->addSubscriber($testListener);\n $httpCache\n ->expects($this->never())\n ->method('lookup')\n ;\n\n $this->assertSame($response, $httpCache->handle($request, HttpKernelInterface::MASTER_REQUEST, $catch));\n $this->assertEquals(1, $testListener->preHandleCalls);\n $this->assertEquals(1, $testListener->postHandleCalls);\n }", "public function hasNamespace() {\n return $this->_has(1);\n }", "function server_parse($socket, $expected_response)\n{\n $server_response = '';\n $counter = 0;\n while (substr($server_response, 3, 1) != ' ') {\n if (!($server_response = fgets($socket, 256))) {\n $counter++;\n if ($counter % 100 == 0) {\n echo json_encode([\"message\" => \"Error fetching response from server $expected_response\"]);\n sleep(1);\n }\n }\n }\n if (!(substr($server_response, 0, 3) == $expected_response)) {\n echo json_encode([\"message\" => 'Unable to send e-mail.\"' . $server_response . '\"' . \" $expected_response\"]);\n }\n}", "public function DoEvent($nEvent) {}", "public function __invoke(array $args = []): void\n {\n $response = $this->queue->next($args[0] ?? null);\n WP_CLI::success($response);\n }", "public static function until($event, $parameters = array()) {\n return static::fire($event, $parameters, true);\n }", "public function searchEvents(Message $request, ParsedQuery $parsedQuery, Message $response, array $curies = [], array $context = []): void;", "function test_schedule_event_single() {\n\t\t$hook = rand_str();\n\t\t$timestamp = strtotime('+1 hour');\n\n\t\twp_schedule_single_event( $timestamp, $hook );\n\t\t$this->assertEquals( $timestamp, wp_next_scheduled($hook) );\n\n\t\t// it's a non recurring event\n\t\t$this->assertEquals( '', wp_get_schedule($hook) );\n\n\t}", "public function parse(){\n\t\t$this->_data = array();\n\t\n\t\ttry{\n\t\t\tparent::parse();\n\t\t\t\n\t\t\tif(!empty($this->_response)){\n\t\t\t\tif($this->_request['method'] == 'GetEvents'){\n\t\t\t\t\tif(is_array($this->_response->GetEventsResult->Event)){\n\t\t\t\t\t\tforeach($this->_response->GetEventsResult->Event as $event){\n\t\t\t\t\t\t\t$this->_data[] = $event;\n\t\t\t\t\t\t}\n\t\t\t\t\t}else if(is_object($this->_response->GetEventsResult->Event)){\n\t\t\t\t\t\t$this->_data = $this->_response->GetEventsResult->Event;\n\t\t\t\t\t}else{\n\t\t\t\t\t\t$this->_data = null;\n\t\t\t\t\t}\n\t\t\t\t}else if($this->_request['method'] == 'SearchEvents'){\n\t\t\t\t\tif(is_array($this->_response->SearchEventsResult->Event)){\n\t\t\t\t\t\tforeach($this->_response->SearchEventsResult->Event as $event){\n\t\t\t\t\t\t\t$this->_data[] = $event;\n\t\t\t\t\t\t}\n\t\t\t\t\t}else if(is_object($this->_response->SearchEventsResult->Event)){\n\t\t\t\t\t\t$this->_data = $this->_response->SearchEventsResult->Event;\n\t\t\t\t\t}else{\n\t\t\t\t\t\t$this->_data = null;\n\t\t\t\t\t}\n\t\t\t\t}else{\n\t\t\t\t\tif(!empty($this->_response->GetCountryByIDResult)){\n\t\t\t\t\t\t$this->_data = $this->_response->GetCountryByIDResult;\n\t\t\t\t\t}else{\n\t\t\t\t\t\t$this->_data = null;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\n\t\t}catch(TNException $e){\n\t\t\t$err = $this->debug($e->getMessage());\n\t\t\techo $err;\n\t\t}\n\t\n\t\treturn $this;\n\t}", "public function hasResponse(): bool\n {\n return ! ($this->response === null);\n }", "protected function realise(): void\n {\n $this->realiseUntil(null);\n }", "function requestFulfilled(Response $response, $index) {\n\t\techo $index, TAB, $response->getStatusCode(), BR;\n\t\techo $response->getBody()->getContents(), BR;\n\t}", "private function checkResponseIsSet()\n {\n if ($this->response === null) {\n $this->fail('Must call call() before assertions');\n }\n }", "public function next()\n {\n $this->curIndex++;\n if($this->curIndex >= count($this->res)){\n $this->MakeNextReq();\n }\n }", "public function poll()\n {\n }", "public function sendReplyEnd()\n {\n }", "public function pollLast();", "public function post() {\n\t\t$data = self::getPostData();\n\t\t/*\n\t\t * Return not found by defaut, just in case you don't override it when \n\t\t * extending it.\n\t\t */\n\t\tHook::fire(Hook::EVENT_RESPONSE_NOT_FOUND);\n\t}", "public function handleExpired()\n {\n $expired = $this->clients->getExpired(AlphaRPC::CLIENT_PING);\n foreach ($expired as $client) {\n $this->reply($client, new TimeoutResponse());\n }\n }", "public function retryUntil();", "public function test_route_reject_empty_namespace() {\n\t\tregister_rest_route(\n\t\t\t'',\n\t\t\t'/test-empty-namespace',\n\t\t\tarray(\n\t\t\t\t'methods' => array( 'POST' ),\n\t\t\t\t'callback' => '__return_null',\n\t\t\t\t'permission_callback' => '__return_true',\n\t\t\t),\n\t\t\ttrue\n\t\t);\n\n\t\t$endpoints = $GLOBALS['wp_rest_server']->get_routes();\n\t\t$this->assertFalse( isset( $endpoints['/test-empty-namespace'] ) );\n\t}", "public function until($event, $payload = array())\n {\n return $this->fire($event, $payload, true);\n }", "abstract public function setSuccessor($nextService);", "public function listen()\n {\n $this->openWorker();\n while (!Signal::isExit()) {\n if (($payload = $this->pop(3)) !== null) {\n list($id, $message) = explode(':', $payload, 2);\n $this->handleMessage($message);\n }\n }\n $this->closeWorker();\n }", "private function processAny($listener,$e) {\n if($e->name == $listener[0] && $this->isWithin()) {\n $this->emit($listener[1],$e);\n }\n }", "function run() {\n try {\n if (empty($this->cookie->get(URLDATATRACKER_ISDATAINURL))) {\n $this->storeCookie();\n return;\n }\n\n if ($this->hasURLDataChanged()) {\n $this->storeCookie();\n $this->sendAPN();\n }\n } catch (Exception $e) {\n echo 'Caught exception: ', $e->getMessage(), \"\\n\";\n }\n }", "public function testDispatchEvents()\n {\n $this->uut->dispatch($this->buildRequest('/default'));\n\n $this->assertArrayHasKey(OnPreDispatch::class, self::$lastEvents);\n $this->assertArrayHasKey(OnPostRoute::class, self::$lastEvents);\n $this->assertArrayHasKey(OnPostDispatch::class, self::$lastEvents);\n }", "public function process()\n {\n $sortedResponses = $this->determineResponseOrder($this->responses);\n\n $validResponses = new Collection([]);\n foreach ($sortedResponses as $response => $item) {\n $result = $this->validateResponse($response, $item);\n\n if ($result !== false) {\n $validResponses->put($result, $item);\n }\n }\n\n $validResponses = $this->concatContinues($validResponses);\n $validResponses = $this->sortResponses($validResponses);\n\n if ($validResponses->count() > 0) {\n return $validResponses->keys()->first();\n }\n\n return false;\n }", "function wp_refresh_heartbeat_nonces($response)\n {\n }", "public function handle()\n {\n $triggers = Trigger::all();\n foreach ($triggers as $trigger) {\n if($trigger->isMet() && $trigger->notSentYet()){\n $trigger->notify();\n }\n }\n }", "abstract protected function processNotification($responseObject);", "#[Pure]\n public function getFinishedRequests() {}", "public function xrdsEvent($req, &$t) {\n\t\t$this->presenter = 'none';\n\t\theader('Content-Type: application/xrds+xml');\necho '<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<xrds:XRDS\n xmlns:xrds=\"xri://$xrds\"\n xmlns:openid=\"http://openid.net/xmlns/1.0\"\n xmlns=\"xri://$xrd*($v*2.0)\">\n <XRD>\n <Service priority=\"1\">\n <Type>http://specs.openid.net/auth/2.0/return_to</Type>\n <URI>'.cgn_appurl('openid', 'realm').'?finishAuth'.'</URI>\n </Service>\n </XRD>\n</xrds:XRDS>\n';\n\t}", "public function getEventDispatch();", "protected function onResponse(Response $response): void\n {\n event(new TurnstileResponse($response));\n }", "public static function dispatch()\n {\n self::runDispatcher();\n if (!self::$halts && !self::$groupHalt) {\n Debugger::report(404);\n }\n }", "public function next(): void\n {\n next($this->payload);\n }", "public function listenForFakeResponse(\\Closure $callback)\n {\n $this->ch->basic_consume($this->opts['fake.response.queue'], \"\",\n false, false, false, false, function (AMQPMessage $msg) use ($callback) {\n $reader = new FakeResponseReader();\n $resp = $reader->read($msg->body);\n if ($resp) {\n call_user_func($callback, $resp);\n $msg->delivery_info['channel']->\n basic_ack($msg->delivery_info['delivery_tag']);\n }\n });\n }", "public function fire()\n\t{\n\t\t\n\t\tset_time_limit(0);\n\t\t\n\t\ttry {\n\t\t\t\n\t\t\t$queue = $this->argument('queue');\n\t\t\tif (empty($queue)) throw new \\Exception(\"Queue is not specified. Exiting....\");\n\t\t\t\n\t\t\twhile (true) {\n\t\t\t\n\t\t\t\t$response = \\DB::table(\"airshr_event_match_responses\")->where('queue', '=', $queue)->orderBy('event_id', 'asc')->first();\n\t\t\t\n\t\t\t\tif ($response) {\n\t\t\t\t\t\n\t\t\t\t\t$this->info(\"[\" . date(\"Y-m-d H:i:s\") . \":\" . time() . \"]\");\n\t\t\t\t\t$this->info(\"Event ({$response->event_id}) - Match Response: \" . $response->payload);\n\t\t\t\t\t\n\t\t\t\t\ttry {\n\t\t\t\t\t\t$event = Event::findOrFail($response->event_id);\n\t\t\t\t\t\t$event->updateEventWithListenerResult(json_decode($response->payload, true), time(), $response->sent_time);\n\t\t\t\t\t\t$this->info(\"Processed\");\n\t\t\t\t\t\tunset($event);\n\t\t\t\t\t} catch (\\Exception $ex2) {\n\t\t\t\t\t\t$this->error(\"[\" . date(\"Y-m-d H:i:s\") . \":\" . time() . \"]\");\n\t\t\t\t\t\t$this->error($ex2);\n\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\\DB::table(\"airshr_event_match_responses\")->where(\"id\", $response->id)->delete();\n\t\t\t\t\t$this->info(\"Removed record\");\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\n\t\t\t\tunset($response);\n\t\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t} catch (\\Exception $ex){\n\t\t\t$this->error(\"[\" . date(\"Y-m-d H:i:s\") . \":\" . time() . \"]\");\n\t\t\t$this->error($ex);\n\t\t\t//\\Log::error($ex);\n\t\t}\n\t\t\n\t\t\n\t\t/*try {\n\t\t\t\n\t\t\t$eventId = $this->argument(\"eventId\");\n\t\t\t$response = $this->argument(\"response\");\n\t\t\t$sentTimestamp = $this->argument(\"sentTimestamp\");\n\t\t\t\n\t\t\tif (empty($eventId)) {\n\t\t\t\tthrow new \\Exception(\"Event ID is empty\");\n\t\t\t}\n\t\t\t\n\t\t\tif (empty($response)) {\n\t\t\t\tthrow new \\Exception(\"Response is empty\");\n\t\t\t}\n\t\t\t\n\t\t\tif (empty($sentTimestamp)) {\n\t\t\t\tthrow new \\Exception(\"Timestamp is empty\");\n\t\t\t}\n\t\t\t\n\t\t\t$this->info(\"EventID: $eventId\");\n\t\t\t$this->info(\"Response: $response\");\n\t\t\t$this->info(\"Sent on: $sentTimestamp\");\n\t\t\t\n\t\t\t$event = Event::findOrFail($eventId);\n\t\t\t\n\t\t\t$event->updateEventWithListenerResult(json_decode($response, true), time(), $sentTimestamp);\n\t\t\t\n\t\t\t$this->info(\"Event is updated.\");\n\t\t\t\n\t\t} catch (\\Exception $ex){\n\t\t\t\\Log::error($ex);\n\t\t\t$this->error($ex);\n\t\t}*/\n\t}", "public function testSelfReply()\n {\n $this->markTestIncomplete('Not yet implemented.');\n }", "public function until($event, $payload = array())\n {\n return $this->dispatch($event, $payload, true);\n }", "public function testHandleOne()\n\t{\n\t\t$handler = new UdpHandler($this->testHost, $this->testPort, $this->testTimeout);\n\t\t$handler->setFactory($this->mockFactory);\n\n\t\t// Normal metric\n\t\t$metric1 = new CounterMetric('metric_name1', 10);\n\t\t$metric1->setSampleRate(0.5);\n\n\t\t$expectedMessage = self::$formatter->format($metric1);\n\n\t\t$this->mockSocket->shouldReceive('write')->withArgs([$expectedMessage])->once();\n\t\t$handler->handle($metric1);\n\t}", "public static function client_responce()\n {\n // Find out Request Type\n $req_type = self::client_request_type();\n\n // Fire Responce\n self::{$req_type}();\n\n // End..\n die();\n }", "function awaiting_trigger_check() {\n\t\tif(intval(get_query_var('lepress-teacher-awaiting')) == 1) {\n\t\t\t//WP default header is 404, have to override it\n\t\t\theader(\"HTTP/1.0 200 OK\");\n\t\t\tif(isSet($_GET['w'])) {\n\t\t\t\techo $this->getAwaitingBubble($_GET['w']);\n\t\t\t}\n\t\t\texit;\n\t\t}\n \t}", "public function receiveEvent(array $reply)\n {\n // Get the eid from response, if needed\n if (!$this->isCreated() && $reply['process']) {\n $this->ticketParams['event_id'] = $reply['process']['id'];\n $this->page->setAttribute('eventbrite', $reply['process']['id']);\n }\n\n // Setup our multi-handler\n $mh = curl_multi_init();\n\n // FIXME: Loop through each date\n\n $ch = self::curlIni('ticket_update', $this->ticketParams);\n\n curl_multi_add_handle($mh, $ch);\n\n /**\n * Execute the handles.\n * We're not interested enough in the results of creating tickets\n * to bother blocking the rest of the application for the results.\n */\n do {\n $mrc = curl_multi_exec($mh, $active);\n } while ($mrc == CURLM_CALL_MULTI_PERFORM);\n }", "abstract public function endElementHandler($parser, $name);", "public function onEvent();", "public function fire($event, $payload = array(), $halt = false)\n {\n $responses = array();\n if ( ! is_array($payload)) { // If an array is not given to us as the payload, we will turn it into one so\n $payload = array($payload); // we can easily use call_user_func_array on the listeners, passing in the\n } // payload to each of them so that they receive each of these arguments.\n $this->firing[] = $event;\n $listeners = $this->getListeners($event);\n\n foreach ($listeners as $listener) {\n $response = call_user_func_array($listener, $payload);\n\n if ( ! is_null($response) AND $halt) { // If a response is returned from the listener and event halting is enabled\n array_pop($this->firing); // we will just return this response, and not call the rest of the event\n return $response; // listeners. Otherwise we will add the response on the response list.\n }\n if ($response === false) { // If a boolean false is returned from a listener, we will stop propagating\n break; // the event to any further listeners down in the chain, else we keep on\n } // looping through the listeners and firing every one in our sequence.\n $responses[] = $response;\n }\n array_pop($this->firing);\n\n return $halt ? null : $responses;\n }", "public function testWebhookRequestRetry(): void\n {\n $innerDispatcher = new EventDispatcherStub();\n $dispatcher = new EventDispatcher($innerDispatcher);\n\n $dispatcher->dispatchRequestRetry(2);\n\n /** @var \\EoneoPay\\Webhooks\\Bridge\\Laravel\\Events\\WebhookRequestRetryEvent[] $dispatched */\n $dispatched = $innerDispatcher->getDispatched();\n\n self::assertCount(1, $dispatched);\n self::assertSame(2, $dispatched[0]->getRequestId());\n }", "function handleEvent( &$socket ) {\n\t$conn = socket_accept( $socket );\n\t$req = readHttpReq( $conn );\n\t$uri = parseGetReq( $req );\n\t$query = array();\n\n\t$status = ( $req && $uri )\n\t\t? '204 No Content'\n\t\t: '501 Not Implemented';\n\n\tif ( array_key_exists( 'query', $uri ) ) {\n\t\tparse_str( $uri[ 'query' ], $query );\n\t}\n\n\tsendHttpResp( $conn, $status );\n\tconsoleLog( \"$req [\\033[1;33m$status\\033[0m]\" );\n\n\treturn $query;\n}", "public function looping($callback)\n {\n $this->app['events']->listen('custom.queue.looping', $callback);\n }", "private function parseSuccess()\n {\n $this->write('<stream:stream to=\"' . $this->config->getHostDomain() . '\" version=\"1.0\" xmlns=\"jabber:client\" xmlns:stream=\"http://etherx.jabber.org/streams\">');\n }", "public function request1(): void\n {\n $this->state->handle1();\n }", "function endElement($parser, $name) {\n\t\t\t $this->deserializedResponse[$this->elementName]= $this->elementValue;\n\t\t\t $this->elementName = \"\";\n\t\t\t $this->elementValue = \"\";\n\t\t}", "public function notifyOne() : bool{}", "public function hasNetworkEvent(){\n return $this->_has(3);\n }", "public function pingppWebhooks() : void\n { \n $responseCode = 200;\n http_response_code($responseCode);\n\n while(@ob_end_clean());\n flush();\n \n register_shutdown_function([$this, \"processAfterOrderPaied\"]);\n exit();\n }", "public function testHandleCalled()\n {\n $catch = true;\n $request = Request::create('/foo', 'GET');\n $response = new Response();\n\n $httpCache = $this->getHttpCachePartialMock(['lookup']);\n $testListener = new TestListener($this, $httpCache, $request);\n $httpCache->addSubscriber($testListener);\n $httpCache\n ->expects($this->any())\n ->method('lookup')\n ->with($request)\n ->will($this->returnValue($response))\n ;\n\n $this->assertSame($response, $httpCache->handle($request, HttpKernelInterface::MASTER_REQUEST, $catch));\n $this->assertEquals(1, $testListener->preHandleCalls);\n $this->assertEquals(1, $testListener->postHandleCalls);\n }", "protected function dispatchEventItemIsParsed($data){\n $this->byCallback($data);\n }", "public function ajaxProcessIsLabelReady()\n {\n $this->ajax = true;\n $id_order = (int)Tools::getValue('id_order');\n\n $attempts = 15;\n while ($attempts--) {\n if (!$this->getShipment($id_order)) {\n usleep(300000);\n continue;\n }\n return true;\n }\n return false;\n }", "public function onResponse(Application $sender, App\\IResponse $response)\n\t{\n\t\tforeach ($this->packages as $package) {\n\t\t\t$package->onResponse($response);\n\t\t}\n\t}", "protected function setEventName() {\n return NULL;\n }", "public function update(&$response = null)\n {\n //\n // make sure we have some name servers set\n //\n $this->checkServers(Net_DNS2::RESOLV_CONF);\n\n //\n // check for an authentication method; either TSIG or SIG\n //\n if ( ($this->auth_signature instanceof Net_DNS2_RR_TSIG) \n || ($this->auth_signature instanceof Net_DNS2_RR_SIG)\n ) {\n $this->_packet->additional[] = $this->auth_signature;\n }\n\n //\n // update the counts\n //\n $this->_packet->header->qdcount = count($this->_packet->question);\n $this->_packet->header->ancount = count($this->_packet->answer);\n $this->_packet->header->nscount = count($this->_packet->authority);\n $this->_packet->header->arcount = count($this->_packet->additional);\n\n //\n // make sure we have some data to send\n //\n if ( ($this->_packet->header->qdcount == 0) \n || ($this->_packet->header->nscount == 0) \n ) {\n throw new Net_DNS2_Exception(\n 'empty headers- nothing to send!',\n Net_DNS2_Lookups::E_PACKET_INVALID\n );\n }\n\n //\n // send the packet and get back the response\n //\n $response = $this->sendPacket($this->_packet, $this->use_tcp);\n\n //\n // clear the internal packet so if we make another request, we don't have\n // old data being sent.\n //\n $this->_packet->reset();\n\n //\n // for updates, we just need to know it worked- we don't actualy need to\n // return the response object\n //\n return true;\n }", "public function liveUpdate($collection_id, $document_id)\n {\n //set_time_limit(0);\n\n //$response = new Symfony\\Component\\HttpFoundation\\StreamedResponse();\n //$response->headers->set('Cache-Control', 'no-cache');\n //$response->headers->set('Content-Type', 'text/event-stream');\n\n //$response->setCallback(\n\n\n // Example from https://pineco.de/simple-event-streaming-in-laravel/\n return response()->stream(\n function () use ($collection_id, $document_id) {\n $owner = Sentinel::getUser();\n $elapsed_time = 0;\n $started_time = new DateTime();\n $started_time = $started_time->sub(new DateInterval('PT7S')); //look for annotations performed 7 seconds ago from now\n\n\n $count = 0;\n while (true) {\n if (connection_aborted()) {\n break;\n }\n if ($elapsed_time > 100) // Cap connections at 100 sec. The browser will reopen the connection on close\n die();\n\n echo (\"event: message\\n\");\n flush();\n $is_shared = 0;\n $is_owner = DB::table('collections')\n ->where('id', (int) $collection_id)\n ->where('owner_id', $owner['id'])\n ->count();\n if ($is_owner == 0) {\n $is_shared = DB::table('shared_collections')\n ->where('collection_id', (int) $collection_id)\n ->where('to', $owner['email'])\n ->count();\n if ($is_shared == 0) {\n echo ('data: ' . json_encode('You do not have access to this document. Please select another document.') . \"\\n\\n\"); //send data to client\n flush();\n }\n }\n // The collection is owned/shared.\n $started_time_new = new DateTime();\n if ($is_owner == 1 or $is_shared == 1) {\n $new_annotations = TempAnnotation::withTrashed()\n ->where('collection_id', (int) $collection_id)\n ->where('document_id', (int) $document_id)\n ->where('updated_at', '>=', $started_time)\n ->get($this->returnProperties);\n } else {\n $new_annotations = [];\n }\n\n // echo(\"data: [{\\\"email\\\": \".json_encode($owner['email']).\", \\\"is_owner\\\": $is_owner, \\\"is_shared\\\": $is_shared, \\\"len\\\": \".sizeof($new_annotations).\", \\\"count\\\": $count}]\\n\\n\");\n //flush();\n if (sizeof($new_annotations) > 0) {\n $started_time = $started_time_new;\n $elapsed_time = 0;\n echo ('data: ' . json_encode($new_annotations) . \"\\n\"); //send data to client\n flush();\n } else {\n $elapsed_time += 4;\n echo ('data: ' . json_encode($new_annotations) . \"\\n\"); //send data to client\n flush();\n sleep(3);\n }\n\n $count += 1;\n echo (\"id: \" . uniqid() . \"\\n\\n\");\n flush();\n sleep(1);\n }\n\n // try {\n // $elapsed_time = 0;\n // $started_time = new DateTime();\n // $started_time = $started_time->sub(new DateInterval('PT7S')); //look for annotations performed 7 seconds ago from now\n //\n // while (true) {\n // echo \"event: message\\n\";\n // if (connection_aborted()) {\n // break;\n // }\n // if ($elapsed_time>100) // Cap connections at 100 sec. The browser will reopen the connection on close\n // die();\n //\n // $is_owner = DB::table('collections')\n // ->where('id', (int) $collection_id) \n // ->where('owner_id', $owner['id'])\n // ->count();\n //\n // if ($is_owner == 0) {\n // $is_shared = DB::table('shared_collections')\n // ->where('collection_id', (int) $collection_id) \n // ->where('to', $owner['email'])\n // ->count();\n //\n // if($is_shared == 0) {\n // echo('data: ' . json_encode('You do not have access to this document. Please select another document.') . \"\\n\\n\"); //send data to client\n // //ob_flush();\n // flush();\n //\n // }\n // }\n //\n // $started_time_new = new DateTime();\n // $new_annotations = TempAnnotation::withTrashed() \n // ->where('collection_id', (int) $collection_id)\n // ->where('document_id', (int) $document_id)\n // ->where('updated_at', '>=', $started_time)\n // ->get(array('_id', 'collection_id', 'document_id', 'type', 'spans', 'attributes', /*'updated_at', 'updated_by',*/'deleted_at'));\n //\n // if (sizeof($new_annotations)>0) {\n // $started_time = $started_time_new;\n // $elapsed_time = 0;\n //\n // echo 'data: ' . json_encode($new_annotations) . \"\\n\\n\"; //send data to client\n // //ob_flush();\n // flush();\n // } else\n // $elapsed_time += 4;\n // sleep(3);\n // }\n // }\n // catch (Exception $e) {\n // //display custom message\n // echo \"data: {\\\"msg\\\": \\\"\". json_encode($e->errorMessage()).\"\\\"}\\n\\n\";\n // flush();\n // }\n // flush();\n // sleep(1);\n },\n 200,\n [\n 'Cache-Control' => 'no-cache',\n 'Content-Type' => 'text/event-stream',\n ]\n );\n // );\n\n // return $response;\n }", "public function dispatch(RequestContract $request) {\n\n\t\t$response = NULL;\n\n\t\tforeach ($this->routes as $route) {\n\n\t\t\tif ($route->matches($request)) {\n\n\t\t\t\t$response = $route->fire($request);\n\t\t\t\tbreak;\n\n\t\t\t}\n\n\t\t}\n\n\t\treturn $response;\n\n\t}", "public function match(string $variableName): DeferredDispatcher;", "public function requestHasBeenHandled()\n {\n $this->requestHandled = true;\n }", "public function pollFirst($a = null)\n {\n throw new NotImplementedException(__METHOD__);\n }", "public function testLookupNamespaceReturnsStringWhenAddedToElementElementAndParentPrefixBoundToNamespace(): void\n {\n $parent = new ElementElement();\n $parent->setTypeElement($this->sut);\n $parent->bindNamespace('foo', 'http://example.org/foo');\n self::assertSame('http://example.org/foo', $this->sut->lookupNamespace('foo'));\n }" ]
[ "0.47958156", "0.47638327", "0.46877322", "0.4429249", "0.44134843", "0.44076666", "0.4395229", "0.43935874", "0.41741663", "0.41638836", "0.41621882", "0.41303372", "0.4116794", "0.41009158", "0.40984026", "0.40906233", "0.40895507", "0.40809318", "0.40563822", "0.40557435", "0.40415865", "0.4040975", "0.40245524", "0.4024363", "0.40220812", "0.4014803", "0.4011426", "0.40094563", "0.40081054", "0.40067184", "0.39787707", "0.39748415", "0.39677915", "0.39667052", "0.3959194", "0.39364982", "0.3935764", "0.39287016", "0.3906373", "0.39062098", "0.39031819", "0.38997275", "0.38977757", "0.3888856", "0.3881448", "0.38792965", "0.3873275", "0.3869741", "0.38666517", "0.38645008", "0.3863721", "0.3861443", "0.38602766", "0.38574472", "0.38525572", "0.38514954", "0.38450387", "0.38439968", "0.38425732", "0.3839194", "0.38361046", "0.38314062", "0.3826621", "0.380291", "0.3800547", "0.37929204", "0.3792474", "0.37910894", "0.3791047", "0.3790956", "0.37892124", "0.3785058", "0.3782699", "0.37806797", "0.37780467", "0.3769154", "0.37688464", "0.37687", "0.37684855", "0.37657076", "0.37635082", "0.3762183", "0.37618813", "0.37578404", "0.37562272", "0.37541196", "0.37462515", "0.37459746", "0.37455782", "0.3732209", "0.37267604", "0.37199843", "0.3719524", "0.37188527", "0.37148178", "0.3710038", "0.36997044", "0.3694724", "0.3692598", "0.36790043", "0.36780873" ]
0.0
-1
Fire a namespaced event.
public function eventFire($name, array $arguments = []) { return app('events')->dispatch($this->getNamespacedEventName($name), $arguments); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function fireEvent($eventName) {}", "public function getNamespacedEventName($name)\n {\n $namespace = trim($this->namespacing(), '::');\n $namespace = ! empty($namespace) ? $namespace . '.' : '';\n return strtolower($namespace . $this->package . '.' . $name);\n }", "public function dispatchEvent($event);", "public function triggerEvent($eventId);", "function fire($event)\n {\n if (! is_string($event)) {\n throw new InvalidArgumentException('Event name must be in a string.');\n }\n call_user_func_array([foil('events'), 'fire'], func_get_args());\n }", "public function setNamespaceName($namespace);", "public function dispatchDomainEventWithSpecificEventName(DomainEvent $event): void\n {\n // allows to register listeners that listen to all domain events.\n // this subscriber additionally dispatches the event with a specific event-name such as TagRemovedEvent::class\n // to allow for registering listeners for a specific type of event.\n $this->eventDispatcher->dispatch($event);\n }", "public function DoEvent($nEvent) {}", "public function dispatchEvent($name, Event $event = null);", "public function dispatch($eventName, Event $event = null);", "public function dispatch($eventName, Event $event = null);", "public function testFireEventWithInternalFiredEvent()\n {\n $eventManager = new EventManager;\n $event = 'foor.bar';\n $eventManager->listen(EventManager::FIRED, function ($newEvent) use ($event) {\n $this->assertEquals($newEvent, $event);\n });\n $eventManager->fire($event);\n }", "public function fire($event, $context = null);", "public function _do($EventName, IEvent $Event);", "public function fire()\n {\n parent::fire();\n }", "public function fire()\n {\n parent::fire();\n }", "public function fire() {}", "public function setNamespace($name);", "public function fireEvent(string $eventName): bool;", "abstract public function fire();", "public function triggerEvent($event, array $arguments = null);", "private function fireEvent($event)\n {\n foreach ($this->eventHandlers as $handler) {\n if ($handler['event'] === $event) {\n call_user_func($handler['handler']);\n }\n }\n }", "function addNamespace($namespace);", "function setNamespace($namespace);", "public function setNamespaceName($namespace) {\n $this->nsname= $namespace;\n }", "public function broadcastEvent(\\Montage\\Event\\Event $event);", "public function getNamespaceName() {\n return $this->forwardCallToReflectionSource( __FUNCTION__ );\n }", "public function invokeEvent(Event $event);", "public function registerNamespaces(Ns $ns): void;", "public function event(DomainEvent $event);", "public function dispatchEvent(VariableEvent $variableEvent): void\n {\n }", "public function triggerEvent(TFW_Event $event){\n if(method_exists($this, $event->getAction()))\n call_user_func_array(array($this, $event->getAction()), $event->getArgs());\n }", "public function registerNamespace ($prefix, $namespaceURI) {}", "public function setEventDispatch(\\Montage\\Event\\Dispatch $dispatch);", "public static function getEventNamespace(): string\n {\n return Components::detectClassComponent(static::class)->slug . ':' . static::class;\n }", "protected function fire_event($event) {\n\t\t$events = array(\"eloquent.{$event}\", \"eloquent.{$event}: \".get_class($this));\n\n\t\tEvent::fire($events, array($this));\n\t}", "protected function fireEvent(string $sEvent, array $aWidgetData, string &$sOutput): void\n {\n /** @var \\Nails\\Common\\Service\\Event $oEvent */\n $oEvent = Factory::service('Event');\n\n $oEvent->trigger(\n $sEvent,\n Events::getEventNamespace(),\n [\n $this,\n $aWidgetData,\n &$sOutput,\n ]\n );\n }", "public function getEventName() : String;", "public function namespaceAlias() {}", "function xpath_register_ns($xpath_context, $prefix, $uri)\n{\n}", "abstract public function getEventName();", "private function fireEvent($type, $parameters)\n\t{\n\t\tEvent::fire(\"orchestra.{$type}: users\", $parameters);\n\t\tEvent::fire(\"orchestra.{$type}: user.account\", $parameters);\n\t}", "public function fire()\n {\n \n }", "public function fireEvent($event)\n\t{\n\t\t$event = $this->getQualifiedEvent($event);\n\n\t\treturn $this->app['events']->fire($event, array($this));\n\t}", "public function fireEventCancel($eventName) {}", "public function setNamespace($namespace)\n {\n $this->_namespace = (string) $namespace;\n }", "public function addNamespace( $namespace )\n\t{\n\t\t$this->namespaces[] = $namespace;\n\t}", "function Core_PostEvent( $eventName, &$object = null, $info = array() )\n{\n\t$notification = new Event_Notification($object, $eventName, $info);\n\tCore_ModuleManager::getInstance()->dispatcher->postNotification( $notification, true, false );\n}", "public function testLookupNamespaceReturnsStringWhenAddedToRedefineElementAndParentPrefixBoundToNamespace(): void\n {\n $parent = new RedefineElement();\n $parent->addComplexTypeElement($this->sut);\n $parent->bindNamespace('foo', 'http://example.org/foo');\n self::assertSame('http://example.org/foo', $this->sut->lookupNamespace('foo'));\n }", "abstract protected function registerNamespaces();", "public function setNamespace($namespace)\n {\n $this->namespace = $namespace;\n }", "public function invoke(): void\n {\n foreach (array_keys($this->pendingEventListenerClassNames) as $listenerClassName) {\n $job = new CatchUpEventListenerJob($listenerClassName);\n // TODO make queue name configurable (per event type?)\n $this->jobManager->queue('neos-eventsourcing', $job);\n }\n $this->pendingEventListenerClassNames = [];\n }", "public function on($eventName, $callable);", "public function on($eventName, $callable);", "public static function trigger($document, $type, $data = array(), $node = null) {\n\t\t// trigger: function(type, data, elem, donative, extra) {\n\t\t$documentID = phpQuery::getDocumentID($document);\n\t\t$namespace = null;\n\t\tif (strpos($type, '.') !== false)\n\t\t\tlist($name, $namespace) = explode('.', $type);\n\t\telse\n\t\t\t$name = $type;\n\t\tif (! $node) {\n\t\t\tif (self::issetGlobal($documentID, $type)) {\n\t\t\t\t$pq = phpQuery::getDocument($documentID);\n\t\t\t\t// TODO check add($pq->document)\n\t\t\t\t$pq->find('*')->add($pq->document)\n\t\t\t\t\t->trigger($type, $data);\n\t\t\t}\n\t\t} else {\n\t\t\tif (isset($data[0]) && $data[0] instanceof DOMEvent) {\n\t\t\t\t$event = $data[0];\n\t\t\t\t$event->relatedTarget = $event->target;\n\t\t\t\t$event->target = $node;\n\t\t\t\t$data = array_slice($data, 1);\n\t\t\t} else {\n\t\t\t\t$event = new DOMEvent(array(\n\t\t\t\t\t'type' => $type,\n\t\t\t\t\t'target' => $node,\n\t\t\t\t\t'timeStamp' => time(),\n\t\t\t\t));\n\t\t\t}\n\t\t\t$i = 0;\n\t\t\twhile($node) {\n\t\t\t\t// TODO whois\n\t\t\t\tphpQuery::debug(\"Triggering \".($i?\"bubbled \":'').\"event '{$type}' on \"\n\t\t\t\t\t.\"node \\n\");//.phpQueryObject::whois($node).\"\\n\");\n\t\t\t\t$event->currentTarget = $node;\n\t\t\t\t$eventNode = self::getNode($documentID, $node);\n\t\t\t\tif (isset($eventNode->eventHandlers)) {\n\t\t\t\t\tforeach($eventNode->eventHandlers as $eventType => $handlers) {\n\t\t\t\t\t\t$eventNamespace = null;\n\t\t\t\t\t\tif (strpos($type, '.') !== false)\n\t\t\t\t\t\t\tlist($eventName, $eventNamespace) = explode('.', $eventType);\n\t\t\t\t\t\telse\n\t\t\t\t\t\t\t$eventName = $eventType;\n\t\t\t\t\t\tif ($name != $eventName)\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\tif ($namespace && $eventNamespace && $namespace != $eventNamespace)\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\tforeach($handlers as $handler) {\n\t\t\t\t\t\t\tphpQuery::debug(\"Calling event handler\\n\");\n\t\t\t\t\t\t\t$event->data = $handler['data']\n\t\t\t\t\t\t\t\t? $handler['data']\n\t\t\t\t\t\t\t\t: null;\n\t\t\t\t\t\t\t$params = array_merge(array($event), $data);\n\t\t\t\t\t\t\t$return = phpQuery::callbackRun($handler['callback'], $params);\n\t\t\t\t\t\t\tif ($return === false) {\n\t\t\t\t\t\t\t\t$event->bubbles = false;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// to bubble or not to bubble...\n\t\t\t\tif (! $event->bubbles)\n\t\t\t\t\tbreak;\n\t\t\t\t$node = $node->parentNode;\n\t\t\t\t$i++;\n\t\t\t}\n\t\t}\n\t}", "function setNamespace ($name);", "public function setNamespace($namespace) {\n $this->namespace = $namespace;\n }", "public function fire()\n {\n $this->line(\"Start time: \" . (string)date('l jS \\of F Y h:i:s A'));\n $this->line(\"Loading all API Tables (Eventbrite, Eventful, Meetup) into main table...\");\n $this->line(\"Starting Eventbrite...\");\n $this->storeEventbriteEvents();\n $this->line(\"Eventbrite Done!\");\n $this->line(\"Skip Eventful and Meetup.\");\n // $this->line(\"Starting Eventful...\");\n // $this->storeEventfulEvents();\n // $this->line(\"Eventful Done!\");\n // $this->line(\"Starting Meetup...\");\n // $this->storeMeetupEvents();\n // $this->line(\"Meetup Done!\");\n $this->line(\"End time: \" . (string)date('l jS \\of F Y h:i:s A'));\n $this->info(\"Finished storing events\");\n }", "public function getNamespaceName();", "abstract function fire($action, $args);", "public function setNamespacing( $namespace )\n {\n $this->namespacing = $namespace;\n }", "public function setFactoryNamespace($namespace);", "public abstract function emitEvent(EventDescriptor $descriptor);", "public function dispatch($event, $options);", "public static function dispatch(EventDispatcherInterface $dispatcher, $event, string $eventName)\n {\n if (null === self::$dispatcherArgNum) {\n $class = \\get_class($dispatcher);\n $reflectionClass = new \\ReflectionClass($class);\n $method = $reflectionClass->getMethod('dispatch');\n self::$dispatcherArgNum = $method->getNumberOfParameters();\n }\n if (1 === self::$dispatcherArgNum) {\n //new eventdispatcher\n $dispatcher->dispatch($event, $eventName);\n\n return;\n }\n\n $dispatcher->dispatch($eventName, $event);\n }", "protected function handle(DomainEventInterface $event) {\n\n\t\t$method = $this->getApplyMethodName($event);\n\n\t\tif ( ! method_exists($this, $method)) {\n\n\t\t\treturn;\n\t\t}\n\n\t\t$this->{$method}($event);\n\t}", "public function triggerEvent(Webhook $webhook, $event);", "public function setNamespace($namespace)\n {\n // check if the namespace is valid\n if (!in_array($namespace, $this->_getNamespaces())) {\n throw Faett_Channel_Exceptions_InvalidNamespaceException::create(\n \t'Invalid namespace ' . $namespace\n );\n }\n // initialize the namespace\n $this->_namespace = 'http://pear.php.net/dtd/' . $namespace;\n }", "public function setEventDispatcher(EventDispatcherInterface $eventDispatcher): void;", "public function testLookupNamespaceReturnsStringWhenAddedToSchemaElementAndParentPrefixBoundToNamespace(): void\n {\n $parent = new SchemaElement();\n $parent->addAttributeElement($this->sut);\n $parent->bindNamespace('foo', 'http://example.org/foo');\n self::assertSame('http://example.org/foo', $this->sut->lookupNamespace('foo'));\n }", "public function setFQN($fqn)\n {\n $this->reflection = null;\n if (false !== ($pos = mb_strrpos($fqn, '\\\\'))) {\n $this->namespace = ltrim(mb_substr($fqn, 0, $pos+1), '\\\\'); // +1 to add the trailing slash, see setNamespace\n $this->setName(mb_substr($fqn, $pos));\n } else {\n $this->namespace = null;\n $this->setName($fqn);\n }\n }", "public function testLookupNamespaceReturnsStringWhenAddedToElementElementAndParentPrefixBoundToNamespace(): void\n {\n $parent = new ElementElement();\n $parent->setTypeElement($this->sut);\n $parent->bindNamespace('foo', 'http://example.org/foo');\n self::assertSame('http://example.org/foo', $this->sut->lookupNamespace('foo'));\n }", "public static function FireEvent($farmid, Event $event)\r\n\t\t{\r\n\t\t\tif (!self::$observersSetuped)\r\n\t\t\t\tself::setupObservers();\r\n\t\t\t\r\n\t\t\ttry\r\n\t\t\t{\r\n\t\t\t\t$event->SetFarmID($farmid);\r\n\t\t\t\t\r\n\t\t\t\t// Notify class observers\r\n\t\t\t\tforeach (self::$EventObservers as $observer)\r\n\t\t\t\t{\r\n\t\t\t\t\t$observer->SetFarmID($farmid);\t\t\t\t\t\r\n\t\t\t\t\tLogger::getLogger(__CLASS__)->info(sprintf(\"Event %s. Observer: %s\", \"On{$event->GetName()}\", get_class($observer)));\r\n\t\t\t\t\tcall_user_func(array($observer, \"On{$event->GetName()}\"), $event);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tcatch(Exception $e)\r\n\t\t\t{\r\n\t\t\t\tLogger::getLogger(__CLASS__)->fatal(\r\n\t\t\t\t\tsprintf(\"Exception thrown in Scalr::FireEvent(%s:%s, %s:%s): %s\",\r\n\t\t\t\t\t\t@get_class($observer),\r\n\t\t\t\t\t\t$event->GetName(),\r\n\t\t\t\t\t\t$e->getFile(),\r\n\t\t\t\t\t\t$e->getLine(),\r\n\t\t\t\t\t\t$e->getMessage()\t\r\n\t\t\t\t\t));\r\n\t\t\t\tthrow new Exception($e->getMessage());\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t// invoke StoreEvent method\r\n\t\t\t$reflect = new ReflectionMethod(\"Scalr\", \"StoreEvent\");\r\n\t\t\t$reflect->invoke(null, $farmid, $event);\r\n\t\t}", "private function fire_event($type, $parameters)\n\t{\n\t\tEvent::fire(\"orchestra.{$type}: user.account\", $parameters);\n\t}", "function wpfc_podcast_add_namespace() {\n\techo 'xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\"';\n}", "public static function fire($event_name, $params = NULL) \n {\n $instance = self::get_instance();\n\n if (array_key_exists($event_name, $instance->hooks)) \n {\n foreach ($instance->hooks[$event_name] as $fn) \n {\n if (is_array($fn) || is_string($fn))\n {\n call_user_func_array($fn, array(&$params));\n }\n }\n }\n }", "abstract protected function namespace(): string;", "public function fire()\n {\t\necho \"sd\";\n\n\t\t\n }", "public function name()\n {\n return 'event';\n }", "public function testDispatchEvents($eventName, $methodName, $objectName)\n {\n $isCalledWithRightPrefix = 0;\n $isObjectNameRight = 0;\n $this->eventDispatcher->expects($this->any())->method('dispatch')->with(\n $this->callback(function ($arg) use (&$isCalledWithRightPrefix, $eventName) {\n $isCalledWithRightPrefix |= ($arg === $eventName);\n return true;\n }),\n $this->callback(function ($data) use (&$isObjectNameRight, $objectName) {\n $isObjectNameRight |= isset($data[$objectName]);\n return true;\n })\n );\n \n $this->stockModel->$methodName();\n $this->assertTrue(\n ($isCalledWithRightPrefix && $isObjectNameRight),\n sprintf('Event \"%s\" with object name \"%s\" doesn\\'t dispatched properly', $eventName, $objectName)\n );\n }", "public function makeEventName()\n {\n if (!$this->getName()) return '';\n $evt = strtolower('status.' . ObjectUtil::getBaseNamespace($this->getFkey()) . '.' . ObjectUtil::basename($this->getFkey()) . '.' . $this->getName());\n //$evt = strtolower('status.' . ObjectUtil::basename($this->getFkey()) . '.' . $this->getName());\n return $evt;\n }", "public function getName()\n {\n return \"event\";\n }", "public function setEventName(String $eventName) : EventListenerInterface;", "public function afterDispatch(DispatchEvent $event);", "public function testDispatchEvents()\n {\n $this->uut->dispatch($this->buildRequest('/default'));\n\n $this->assertArrayHasKey(OnPreDispatch::class, self::$lastEvents);\n $this->assertArrayHasKey(OnPostRoute::class, self::$lastEvents);\n $this->assertArrayHasKey(OnPostDispatch::class, self::$lastEvents);\n }", "public function triggerEvent(Event $event, $eventName) {\n foreach ($this->delayedEventsRegistry->getDelays($eventName) as $delayedEventName => $delay){\n $this->queue->put($delayedEventName, $event, IntervalCalculator::convertDelayToInterval($delay));\n }\n }", "public function run($event) {\n }", "public function run($event) {\n }", "public function getEventDispatch();", "public function fire()\n {\n CrawlerRequest::newTorIdentity();\n }", "public function registerNamespace(string $prefix, string $namespaceURI): void {\n $this->_namespaces[$prefix] = $namespaceURI;\n if (NULL !== $this->_xpath && $prefix !== '#default') {\n $this->_xpath->registerNamespace($prefix, $namespaceURI);\n }\n }", "public function fire($event, $args)\n {\n $onEvent = $this->getConfig('events.'.$event);\n\n if ($onEvent instanceof Closure) {\n $onEvent($args);\n }\n }", "public function triggerEvent($event_name, $args = array())\n {\n if ($this->eventsEnabled) {\n $event_name = $this->toInternalEventName($event_name);\n if (isset($this->eventListeners[$event_name])) {\n foreach ($this->eventListeners[$event_name] as $event) {\n if (is_callable($event)) {\n call_user_func($event, $args);\n }\n }\n }\n }\n }", "public static function setNamespace($namespace) {\n\t\tself::$namespace = $namespace;\n\t}", "public function fire($name, $data=null)\n { \n if (empty($this->events[$name]))\n return;\n \n if (empty($data))\n $data = array(); \n \n if (!is_array($data)) \n $data = array($data);\n\n foreach ($this->events[$name] as $callback)\n call_user_func_array($callback, $data);\n \n return false; // so you can use this to return early for errors\n }", "public function handleSendEvent(object $message): void;", "public function onEvent();", "public function trigger($hook) {\n }", "public function fire()\n\t{\n// event(new \\App\\Events\\UserArticlePost($article->id, $articleType, [])); \n event(new \\App\\Events\\UserArticleCollectionAdd($articleId=1, $userId=1, $collectionId=3));\n event(new \\App\\Events\\UserArticleCollectionRemove($articleId=1, $userId=1, $collectiionId=3));\n event(new \\App\\Events\\UserArticleCommentAdd($articleId=1, $userId=1, $commentId=3));\n event(new \\App\\Events\\UserArticleCommentAdd($articleId=1, $userId=1, $commentId=4));\n event(new \\App\\Events\\UserArticleCommentRemove($articleId=1, $userId=1, $commentId=3));\n event(new \\App\\Events\\UserArticlePost($articleId=2, $articleType=config('shilehui.article_type.normal'), $params=[]));\n event(new \\App\\Events\\UserArticlePost($articleId=3, $articleType=config('shilehui.article_type.club'), $params=[]));\n event(new \\App\\Events\\UserArticlePost($articleId=4, $articleType=config('shilehui.article_type.activity'), $params=[]));\n event(new \\App\\Events\\UserArticlePost($articleId=5, $articleType=config('shilehui.article_type.subject'), $params=[]));\n event(new \\App\\Events\\UserArticlePraiseAdd($articleId=1, $userId=1, $praiseId=1));\n event(new \\App\\Events\\UserArticlePraiseRemove($articleId=1, $userId=1, $praiseId=1));\n event(new \\App\\Events\\UserClubExit($clubId=1, $userId=1));\n event(new \\App\\Events\\UserClubJoin($clubId=1, $userId=1));\n event(new \\App\\Events\\UserFollow($followedId=1, $followingId=2, [ 'datetime' => \\Carbon\\Carbon::now()->toDatetimeString() ]));\n event(new \\App\\Events\\UserUnFollow($followedId=1, $followingId=2, [ 'datetime' => \\Carbon\\Carbon::now()->toDatetimeString() ]));\n event(new \\App\\Events\\UserFollow($followedId=1, $followingId=2, [ 'datetime' => \\Carbon\\Carbon::now()->toDatetimeString() ]));\n event(new \\App\\Events\\UserUnFollow($followedId=1, $followingId=2, [ 'datetime' => \\Carbon\\Carbon::now()->toDatetimeString() ]));\n\t}", "public static function setNamespace($namespace)\n {\n self::$namespace = $namespace;\n }" ]
[ "0.65423495", "0.55460143", "0.55250466", "0.54567826", "0.54061586", "0.5394785", "0.53767425", "0.52946305", "0.5280783", "0.52439815", "0.52439815", "0.5170199", "0.51611525", "0.5108261", "0.5101814", "0.5101814", "0.49915344", "0.49723879", "0.49132532", "0.48353076", "0.47948208", "0.47904155", "0.47749758", "0.47689965", "0.47649023", "0.4760687", "0.4735845", "0.4709397", "0.47067", "0.46957606", "0.46918333", "0.4680985", "0.46795514", "0.4676699", "0.46699774", "0.4655208", "0.46491852", "0.46098587", "0.4609433", "0.46030125", "0.45948967", "0.4574693", "0.45715612", "0.45513514", "0.45391613", "0.4525917", "0.4519495", "0.4512626", "0.45087492", "0.4501664", "0.4493145", "0.44920656", "0.4488327", "0.4488327", "0.44827148", "0.44821376", "0.4478715", "0.44599926", "0.44579494", "0.44532123", "0.4453138", "0.44515628", "0.4449216", "0.4447125", "0.44458628", "0.44371033", "0.4433529", "0.4432466", "0.44274414", "0.44245303", "0.4423944", "0.44179612", "0.4413406", "0.44111046", "0.44069782", "0.4395027", "0.439", "0.43891013", "0.43849933", "0.43781745", "0.4370442", "0.43657532", "0.4354777", "0.4348258", "0.43448573", "0.43439594", "0.43416694", "0.43416694", "0.43389866", "0.4336121", "0.43307224", "0.43290618", "0.43269053", "0.43243843", "0.43240383", "0.4323573", "0.43203413", "0.43197116", "0.43193743", "0.43157494" ]
0.44371966
65
Queue a namespaced event.
public function eventQueue($name, array $arguments = []) { return $this->eventPush($name, $arguments); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function queueEvent($eventId);", "public static function queue($event)\n {\n }", "private function dispatchEventJob (EventQueue $queue)\n {\n $job = $queue->event_detail->job_name;\n if ( !$job ) return;\n\n //check if job class exists before calling\n if ( !class_exists($job) ) {\n echo DateUtil::getDateTime() . \" : Error event : \" . $queue->id . ' : ' . $job . PHP_EOL;\n\n return;\n }\n\n //broadcast the event\n dispatch(new $job($queue->object_value, $queue->id));\n\n }", "public function dispatchEvent($name, Event $event = null);", "public function dispatchEvent($event);", "public function dispatch($eventName, Event $event = null);", "public function dispatch($eventName, Event $event = null);", "public function publishEventToQueue(Serializable $event): void\n {\n $message = ['event' => get_class($event), 'serialize' => $event->serialize()];\n $this->queueProducer->sendEvent($this->queueEventProcessor::getTopic(), $message);\n }", "public function queue($name = null);", "abstract public function queue($ts = null);", "public function dispatchDomainEventWithSpecificEventName(DomainEvent $event): void\n {\n // allows to register listeners that listen to all domain events.\n // this subscriber additionally dispatches the event with a specific event-name such as TagRemovedEvent::class\n // to allow for registering listeners for a specific type of event.\n $this->eventDispatcher->dispatch($event);\n }", "public function invoke(): void\n {\n foreach (array_keys($this->pendingEventListenerClassNames) as $listenerClassName) {\n $job = new CatchUpEventListenerJob($listenerClassName);\n // TODO make queue name configurable (per event type?)\n $this->jobManager->queue('neos-eventsourcing', $job);\n }\n $this->pendingEventListenerClassNames = [];\n }", "public function enqueue($message = array()) {\n $this->_events->enqueue($message);\n }", "public function queue() {\n\t\t$this->prepareMessage();\n\t\t$this->queueRepository->add($this->toArray());\n\t}", "function Core_PostEvent( $eventName, &$object = null, $info = array() )\n{\n\t$notification = new Event_Notification($object, $eventName, $info);\n\tCore_ModuleManager::getInstance()->dispatcher->postNotification( $notification, true, false );\n}", "public function enqueue() {\n\t}", "public function DoEvent($nEvent) {}", "public function listen($queueName);", "public function postEventDel();", "function enqueue ($entry) {\n\n}", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function fireEvent($eventName) {}", "public function getNamespacedEventName($name)\n {\n $namespace = trim($this->namespacing(), '::');\n $namespace = ! empty($namespace) ? $namespace . '.' : '';\n return strtolower($namespace . $this->package . '.' . $name);\n }", "public function queue()\n {\n $em = $this->getEntityManager();\n\n $task = new EventConsequenceTask();\n $task->setConsequence($this->entity);\n\n $em->persist($task);\n $em->flush();\n }", "private function dispatchNotificationJob (EventQueue $queue)\n {\n //dispatch notification if any attached to the event\n $handler = $queue->event_detail;\n if ( $handler->notification_id )\n dispatch(new QueueNotificationManagerJob($handler->notification_id, $queue->id));\n }", "public function submitEvent();", "public static function enqueue();", "abstract public function getQueueName();", "public function queue(...$parameters): void;", "public function postEventadd();", "public function handleSendEvent(object $message): void;", "function queue() {\n\n\t\t$date = false;\n\t\t$queue = new Queued_Event();\n\t\t$queue->set_workflow_id( $this->get_id() );\n\n\t\tswitch( $this->get_timing_type() ) {\n\n\t\t\tcase 'delayed':\n\t\t\t\t$date = new DateTime();\n\t\t\t\t$date->setTimestamp( time() + $this->get_timing_delay() );\n\t\t\t\tbreak;\n\n\t\t\tcase 'scheduled':\n\t\t\t\t$date = $this->calculate_scheduled_datetime();\n\t\t\t\tbreak;\n\n\t\t\tcase 'fixed':\n\t\t\t\t$date = $this->get_fixed_time();\n\t\t\t\tbreak;\n\n\t\t\tcase 'datetime':\n\t\t\t\t$date = $this->get_variable_time();\n\t\t\t\tbreak;\n\t\t}\n\n\t\t$date = apply_filters( 'automatewoo/workflow/queue_date', $date, $this );\n\n\t\tif ( ! $date ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$queue->set_date_due( $date );\n\t\t$queue->save();\n\n\t\t$queue->store_data_layer( $this->data_layer() ); // add meta data after saved\n\n\t\treturn $queue;\n\t}", "public function runQueue();", "function analytics($job){\n //Get the info of the job\n list($domain, $id, $data) = unserialize($job->workload());\n \n //Ensure the minimum info\n if(empty($id) || empty($data) || empty($domain)){\n echo sprintf(\"%s: To register an event we need the data and the id\\n\", date('r'));\n $job->sendFail();\n \n return FALSE;\n }\n \n echo sprintf(\"%s: Received a task to store an analytics event\\n\", date('r'));\n echo sprintf(\"%s: Sending the event #%s to %s domain\\n\", date('r'), $id, $domain);\n $document = new Zend_Cloud_DocumentService_Document($data, $id);\n \n try{\n $amazonSDB = getAmazonSDB();\n \n try{\n $amazonSDB->insertDocument($domain, $document);\n }catch(Zend_Cloud_DocumentService_Exception $e){\n echo sprintf(\"%s: Connectivity issues, sleeping 0.5s\\n\", date('r'));\n usleep(500000);\n $amazonSDB->insertDocument($domain, $document);\n }\n \n echo sprintf(\"%s: Event #%s stored\\n\\n\", date('r'), $id);\n \n $job->sendComplete(TRUE);\n \n return TRUE;\n }catch(Zend_Cloud_DocumentService_Exception $e){\n logError(sprintf(\"%s: Error while storing the event #%s - %s\\n\\n\",date('r'), $id, $e->getMessage()));\n \n $job->sendFail();\n \n return FALSE;\n }\n}", "public function dispatch($event, $options);", "public function getQueueName();", "public function enqueueEvent(& $event)\n {\n while (true) {\n try {\n $id = $this->redis()->lpush('icinga:events', $event);\n Logger::debug('(icingadb) Stored id %d', $id);\n return;\n } catch (Exception $e) {\n Logger::error(\n '(icingadb) Could not enqueue event to redis, will retry: %s',\n $e->getMessage()\n );\n $this->redis = null;\n sleep(5);\n }\n }\n }", "public function setNamespaceName($namespace);", "public function queueAction(array $queueName): void\r\n {\r\n try {\r\n // Check that a queue name has been provided\r\n if (empty($queueName)) {\r\n throw new Throwable('You have to define a queue name.');\r\n }\r\n\r\n // Start the queue\r\n $queue = new BeanstalkExtended([\r\n 'host' => $this->config->beanstalk->host,\r\n 'prefix' => $this->config->beanstalk->prefix,\r\n ]);\r\n\r\n // Variables needed by the annonymous function\r\n $config = $this->config;\r\n $di = \\Phalcon\\DI\\FactoryDefault::getDefault();\r\n\r\n //call queue tube\r\n $queue->addWorker($queueName[0], function (Job $job) use ($di, $config) {\r\n try {\r\n // Get the job\r\n $record = $job->getBody();\r\n\r\n $model = $record['model'];\r\n $id = $record['id'];\r\n $maxDepth = isset($record['maxDepth']) ? $record['maxDepth'] : 1;\r\n\r\n // Get model\r\n $model = $this->config->namespace->models . '\\\\' . $model;\r\n\r\n if (!class_exists($model)) {\r\n $this->log->error('Queue Elastic class doesnt exit ' . $model);\r\n return;\r\n }\r\n\r\n $this->log->info('Processing ' . $model . ' Id: ' . $id);\r\n // Get model's records\r\n if ($record = $model::findFirst($id)) {\r\n // Get elasticsearch class handler instance\r\n $elasticsearch = new IndexBuilder();\r\n\r\n //insert into elastic\r\n $elasticsearch->indexDocument($record, $maxDepth);\r\n }\r\n } catch (Throwable $e) {\r\n echo $e->getTraceAsString();\r\n $this->log->error($e->getTraceAsString());\r\n }\r\n\r\n // It's very important to send the right exit code!\r\n exit(0);\r\n });\r\n\r\n // Start processing queues\r\n $queue->doWork();\r\n } catch (Throwable $e) {\r\n $this->log->error($e->getMessage());\r\n }\r\n }", "public function getEventDispatch();", "public function declareSimpleQueue($queueName = '', $type = self::QUEUE_DURABLE);", "public function event(): EventDispatcherInterface;", "public function pushNameSpace($nameSpace) {\n\t\t$this->nameSpaceStack[] = $this->nameSpace;\n\t\t$this->nameSpace = $nameSpace;\n\t}", "public function dispatchEvent(array $eventTags, array $subjects = []);", "public function testDispatchEvents()\n {\n $this->uut->dispatch($this->buildRequest('/default'));\n\n $this->assertArrayHasKey(OnPreDispatch::class, self::$lastEvents);\n $this->assertArrayHasKey(OnPostRoute::class, self::$lastEvents);\n $this->assertArrayHasKey(OnPostDispatch::class, self::$lastEvents);\n }", "public function setNamespace($name);", "public function sendEvent(string $topic, $message): void;", "public function _do($EventName, IEvent $Event);", "public function __construct()\n {\n $this->onQueue('tags');\n }", "function Piwik_PostEvent( $eventName, &$object = null, $info = array() )\n{\n\tPiwik_PluginsManager::getInstance()->dispatcher->post( $object, $eventName, $info, true, false );\n}", "public function queue(Command $command, $handler = null);", "public function consumeEvent($event = null);", "function addNamespace($namespace);", "public function triggerEvent($eventId);", "function enqueue(){\n\t\t}", "public function enqueue($element) {\n $this->queue[] = $element;\n }", "function startNameSpace($parser,$prefix,$uri=NULL)\n\t{\n\t\tunset($parser);\n\t\tunset($prefix);\n\n\t\tarray_push($this->namespace_stack,strtolower($uri));\n\t}", "public function dispatchEvent(PluginEvent $event, $target = array())\n {\n $eventName = $event->getEventName();\n if (is_string($target)) {\n $target = array($target);\n }\n if (isset($this->subscriptions[$eventName]))\n {\n foreach($this->subscriptions[$eventName] as $subscription)\n {\n if (!$event->isStopped() \n && (empty($target) || in_array(get_class($subscription[0]), $target))) \n {\n $subscription[0]->setEvent($event);\n call_user_func($subscription);\n }\n }\n }\n \n return $event;\n }", "public function queue(IElement $element): IJobQueue;", "public function setEventDispatcher(EventDispatcherInterface $eventDispatcher): void;", "public function pushEvent($name)\n {\n $this->data['event'] = $name;\n }", "public function publish($event, $bus);", "public function processEventQueue()\n {\n if (!$this->googleClient)\n {\n try \n {\n $this->googleClient = $this->createGoogleConnection(); \n } \n catch (\\Exception $e) \n {\n $this->syncProblemNotification($e->getMessage());\n die($e->getMessage());\n }\n \n }\n\n $db = \\JFactory::getDbo();\n\n $query = $db->getQuery(true);\n $query->select('*')->from('#__pbbooking_sync')->where('status is null')->order('id ASC');\n $events = $db->setQuery($query)->loadObjectList();\n\n foreach ($events as $event)\n {\n $success = false;\n switch ($event->action)\n {\n case 'create':\n $success = $this->sendEvent($event);\n break;\n case 'delete':\n $success = $this->deleteEvent($event);\n break;\n }\n\n //update the error flag so that it can be reported on in the admin console.\n $event->status = ($success) ? 'success' : 'error';\n if ($success)\n echo '<br/>Event '.$event->action.' success';\n else\n echo '<br/>Event '.$event->action.' failed';\n \n $db->updateObject('#__pbbooking_sync',$event,'id');\n }\n }", "public function setQueueName($string)\n {\n $this->queueName = (string) $string;\n }", "public function handle(Event $event): void\n {\n $this->redis->publish('events', json_encode($event, JSON_THROW_ON_ERROR));\n }", "public function pushOn($queue, $job, $data = '');", "function syncServiceWithQueue($params)\n {\n dispatch(new SyncService($params));\n }", "public function addNamespace( $namespace )\n\t{\n\t\t$this->namespaces[] = $namespace;\n\t}", "function syncAddonWithQueue($params)\n {\n dispatch(new SyncAddons($params));\n }", "public function send()\n {\n // Stream post the data\n $this->evaluateResponse($this->httpPost($this->str_endpoint . '/event', $this->compile()));\n }", "public function eventsAction()\n {\n $callback = function ($msg) {\n //check the db before running anything\n if (!$this->isDbConnected('db')) {\n return ;\n }\n\n if ($this->di->has('dblocal')) {\n if (!$this->isDbConnected('dblocal')) {\n return ;\n }\n }\n\n //we get the data from our event trigger and unserialize\n $event = unserialize($msg->body);\n\n //overwrite the user who is running this process\n if (isset($event['userData']) && $event['userData'] instanceof Users) {\n $this->di->setShared('userData', $event['userData']);\n }\n\n //lets fire the event\n $this->events->fire($event['event'], $event['source'], $event['data']);\n\n $this->log->info(\n \"Notification ({$event['event']}) - Process ID \" . $msg->delivery_info['consumer_tag']\n );\n };\n\n Queue::process(QUEUE::EVENTS, $callback);\n }", "public function getName()\n {\n return \"event\";\n }", "public function processQueue ()\n {\n $lastRestartTime = $this->getLastRestartTime();\n $app = Application::getInstance();\n\n while ( true ) {\n //check if the code is updated in between the run time\n $this->needsRestart($lastRestartTime);\n\n //check if the system is down for maintenance\n if ( $app->isDownForMaintenance() ) continue;\n\n //get all pending events for the period\n $events = $this->getPendingEvents();\n\n foreach ( $events as $event ) {\n $event->start_time = DateUtil::getDateTime();\n\n //no event is registered for the given record\n $handler = $event->event_detail;\n if ( !$handler ) {\n $this->saveEvent($event);\n continue;\n }\n\n //set event to broadcast of its event\n event(new EventQueueRaised($event));\n\n //process the job mentioned with the event\n $this->dispatchEventJob($event);\n\n //dispatch notification if any attached to the event\n $this->dispatchNotificationJob($event);\n\n //save the given event with necessary datetime params\n $this->saveEvent($event);\n }\n\n //check if the program has to sleep or not\n if ( !sizeof($events) ) $this->rest();\n\n Cache::forever($this->identifier, false);\n }\n }", "public function run() : void\n { \n //..Grab an item from the queue until empty \n while( null !== ( $curEvent = $this->queue->dequeue()))\n {\n try {\n //..Get the employer incentive by name \n $incentive = $this->employerRepo->getForEvent( $curEvent );\n \n //..Execute the actions attached to the employer incentive object \n $incentive->processEvent( $curEvent );\n \n } catch( RecordNotFoundException $e ) {\n //..The employer intentive associated with the event was not found \n //..This should be logged \n } catch( ValidationException $e ) {\n //..The event or employer incentive object failed validation \n //..This should be logged \n }\n }\n }", "public function getEventQueue(\n /*# string */ $eventName\n )/*# : EventQueueInterface */;", "public function hasEventQueue(/*# string */ $eventName)/*# : bool */;", "public function broadcastAs()\n {\n return 'workice.event';\n }", "public function Queues();", "public static function dispatchToQueue($command){\n return \\Illuminate\\Bus\\Dispatcher::dispatchToQueue($command);\n }", "public function dispatch()\r\n {\r\n foreach($this->broadcast as $event => $data) {\r\n $this->execute($event);\r\n }\r\n }", "public function enqueueEvents(DomainEvents $events): void\n {\n foreach ($events as $event) {\n $eventClassName = \\get_class($event instanceof DecoratedEvent ? $event->getWrappedEvent() : $event);\n foreach ($this->eventListenerLocator->getListenerClassNamesForEventClassName($eventClassName) as $listenerClassName) {\n $this->pendingEventListenerClassNames[$listenerClassName] = true;\n }\n }\n }", "public function queueOn($queue, $numbers = null, $message = null, $type = null);", "public function handle()\n {\n $job = (new SendRequestJob)\n ->onQueue('sender:request')\n ->delay(Carbon::now()->addSeconds(5));\n\n dispatch($job);\n }", "public function dispatchToQueue($command)\n\t{\n\t\t$queue = call_user_func($this->queueResolver);\n\n\t\tif ( ! $queue instanceof Queue)\n\t\t{\n\t\t\tthrow new \\RuntimeException(\"Queue resolver did not return a Queue implementation.\");\n\t\t}\n\n\t\t$queue->push($command);\n\t}", "public function dispatchEvent(VariableEvent $variableEvent): void\n {\n }", "public function handleSubscriptionEvent(object $message): void;", "private function sendEvent(string $event, array $data): void\n {\n echo \"event: {$event}\\n\";\n echo 'data: ' . json_encode($data) . \"\\n\\n\";\n\n ob_flush();\n flush();\n }", "public function handleDeliveryEvent(object $message): void;", "public function publish($event, $data = null, $username = null)\n\t{\n\n\t\tRedis::publish(static::CHANNEL, $this->makeMessage($event, $data, $username));\n\t}", "public function send_events()\n {\n }", "public function registerNamespace ($prefix, $namespaceURI) {}", "public function dispatch(): bool\n {\n $this->arguments = func_get_args();\n $this->enqueued = date('Y-m-d H:i:s');\n\n $this->dispatchCallback('beforeQueue', [$this->arguments]);\n $result = $this->connection()->add($this, $this->wait ?: 'now');\n $this->dispatchCallback('afterQueue', [$this->arguments]);\n\n return $result;\n }", "public static function queue($queue, $key, $data = array()) {\n static::$queued[$queue][$key] = $data;\n }", "protected function queue($title, $output)\r\n {\r\n self::getInstance();\r\n self::$instance->_queue[] = array('title' => $title, 'output' => $output);\r\n }", "abstract protected function internalPushTopicTask($queueName, $task);" ]
[ "0.65994775", "0.6236877", "0.5639359", "0.55879915", "0.5328891", "0.5304475", "0.5304475", "0.5301795", "0.5287511", "0.522366", "0.51814777", "0.5167485", "0.498279", "0.49123147", "0.4893733", "0.48902804", "0.48871022", "0.4869249", "0.484824", "0.48392546", "0.4828712", "0.4828712", "0.4828712", "0.4828712", "0.4828712", "0.4828712", "0.48236978", "0.48205334", "0.48114473", "0.479939", "0.47849655", "0.47813404", "0.47778752", "0.47629282", "0.47609496", "0.47473532", "0.4734521", "0.4720651", "0.4673184", "0.46691325", "0.46588144", "0.46393865", "0.46296665", "0.46147722", "0.4603806", "0.45978013", "0.45954135", "0.45651656", "0.45613533", "0.4558819", "0.455205", "0.45488647", "0.45415556", "0.45356137", "0.45222148", "0.45161065", "0.45118478", "0.4508464", "0.4496128", "0.44916278", "0.44915366", "0.4490973", "0.4484146", "0.44763288", "0.4471777", "0.44456437", "0.44405168", "0.44208097", "0.44207785", "0.44169554", "0.44097638", "0.43973327", "0.43851575", "0.43848702", "0.43828177", "0.4381634", "0.43731192", "0.43677065", "0.43618128", "0.43562832", "0.43547365", "0.43527895", "0.43503487", "0.43499038", "0.43466532", "0.43427566", "0.43413275", "0.4333202", "0.43322223", "0.43307775", "0.43304768", "0.43254322", "0.4319101", "0.43145508", "0.4313667", "0.43055117", "0.43018287", "0.43002632", "0.42995477", "0.42993778" ]
0.46618327
40
Push a namespaced event onto the queue.
public function eventPush($name, array $arguments = []) { return app('events')->push($this->getNamespacedEventName($name), $arguments); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function queueEvent($eventId);", "public static function queue($event)\n {\n }", "public function publishEventToQueue(Serializable $event): void\n {\n $message = ['event' => get_class($event), 'serialize' => $event->serialize()];\n $this->queueProducer->sendEvent($this->queueEventProcessor::getTopic(), $message);\n }", "public function pushNameSpace($nameSpace) {\n\t\t$this->nameSpaceStack[] = $this->nameSpace;\n\t\t$this->nameSpace = $nameSpace;\n\t}", "public function push(Token $t)\n {\n if (!isset ($this->queue))\n return;\n \n array_push($this->queue, $t);\n }", "public function enqueueEvent(& $event)\n {\n while (true) {\n try {\n $id = $this->redis()->lpush('icinga:events', $event);\n Logger::debug('(icingadb) Stored id %d', $id);\n return;\n } catch (Exception $e) {\n Logger::error(\n '(icingadb) Could not enqueue event to redis, will retry: %s',\n $e->getMessage()\n );\n $this->redis = null;\n sleep(5);\n }\n }\n }", "public function enqueue($message = array()) {\n $this->_events->enqueue($message);\n }", "public function pushEvent($name)\n {\n $this->data['event'] = $name;\n }", "public function queue() {\n\t\t$this->prepareMessage();\n\t\t$this->queueRepository->add($this->toArray());\n\t}", "public static function addEventToQueue($event,$action)\n {\n //need to check if the evnet should be added (ie. is it created on a calendar that has google cal support)?\n if (!isset($GLOBALS['com_pbbooking_data']['calendars'][$event->cal_id]->enable_google_cal) || $GLOBALS['com_pbbooking_data']['calendars'][$event->cal_id]->enable_google_cal == 0)\n return true; //doesn't need to be added to the queue\n\n $db = \\JFactory::getDbo();\n $db->insertObject('#__pbbooking_sync',new \\JObject(array(\n 'date_added'=>date_create(\"now\",new \\DateTimeZone(PBBOOKING_TIMEZONE))->format(DATE_ATOM),\n 'action'=>$action,\n 'data'=>json_encode($event)\n )));\n return true;\n }", "public function enqueue($element) {\n $this->queue[] = $element;\n }", "public function push($e);", "public function eventQueue($name, array $arguments = [])\n {\n return $this->eventPush($name, $arguments);\n }", "public function postEventadd();", "public function add($name, EventInterface $event)\n {\n $eventClass = get_class($event);\n if (!isset($this->jobs[$eventClass])) {\n throw new InvalidArgumentException(\"Don't know what job to use for event {$eventClass}\");\n }\n $class = $this->jobs[$eventClass];\n $job = $class::getInstance($name, $event);\n $this->client->queue($this->queueName)->push($job);\n }", "public function push($name);", "public function dispatchEvent($name, Event $event = null);", "private function dispatchEventJob (EventQueue $queue)\n {\n $job = $queue->event_detail->job_name;\n if ( !$job ) return;\n\n //check if job class exists before calling\n if ( !class_exists($job) ) {\n echo DateUtil::getDateTime() . \" : Error event : \" . $queue->id . ' : ' . $job . PHP_EOL;\n\n return;\n }\n\n //broadcast the event\n dispatch(new $job($queue->object_value, $queue->id));\n\n }", "public function pushOn($queue, $job, $data = '');", "protected function broadcastEvent($event)\n {\n $connection = ($event instanceof ShouldBroadcastNowInterface) ? 'sync' : null;\n\n $queue = method_exists($event, 'onQueue') ? $event->onQueue() : null;\n\n $this->resolveQueue()->connection($connection)->pushOn($queue, 'Nova\\Broadcasting\\BroadcastEvent', array(\n 'event' => serialize(clone $event),\n ));\n }", "public function enqueue() {\n\t}", "public static function enqueue();", "function enqueue ($entry) {\n\n}", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function enqueue()\n {\n }", "public function publish($event, $data = null, $username = null)\n\t{\n\n\t\tRedis::publish(static::CHANNEL, $this->makeMessage($event, $data, $username));\n\t}", "abstract public function queue($ts = null);", "public function dispatchEvent($event);", "public function push(string $prefix)\n {\n array_push($this->stack, $prefix);\n }", "public function addEvent($event){\n $this->events[]=$event;\n }", "public function dispatch($eventName, Event $event = null);", "public function dispatch($eventName, Event $event = null);", "public function push();", "public function push();", "abstract public function push($job, $queue = null);", "public function handleSendEvent(object $message): void;", "public function handle(Event $event): void\n {\n $this->redis->publish('events', json_encode($event, JSON_THROW_ON_ERROR));\n }", "public function flush($event)\n {\n $this->dispatch($event .'_pushed');\n }", "public function addNamespace( $namespace )\n\t{\n\t\t$this->namespaces[] = $namespace;\n\t}", "public function push($message);", "public function queue($name = null);", "function Core_PostEvent( $eventName, &$object = null, $info = array() )\n{\n\t$notification = new Event_Notification($object, $eventName, $info);\n\tCore_ModuleManager::getInstance()->dispatcher->postNotification( $notification, true, false );\n}", "public static function push()\n {\n return <<<'LUA'\n-- Push the job onto the queue...\nredis.call('zadd', KEYS[1], 'NX', ARGV[1], ARGV[2])\n-- Push a notification onto the \"notify\" queue...\nredis.call('rpush', KEYS[2], 1)\nLUA;\n }", "public function invoke(): void\n {\n foreach (array_keys($this->pendingEventListenerClassNames) as $listenerClassName) {\n $job = new CatchUpEventListenerJob($listenerClassName);\n // TODO make queue name configurable (per event type?)\n $this->jobManager->queue('neos-eventsourcing', $job);\n }\n $this->pendingEventListenerClassNames = [];\n }", "public function publish($event, $bus);", "function addNamespace($namespace);", "public function sendEvent(string $topic, $message): void;", "function startNameSpace($parser,$prefix,$uri=NULL)\n\t{\n\t\tunset($parser);\n\t\tunset($prefix);\n\n\t\tarray_push($this->namespace_stack,strtolower($uri));\n\t}", "abstract protected function internalPushDirectTask($queueName, $task);", "public function dispatchToQueue($command)\n\t{\n\t\t$queue = call_user_func($this->queueResolver);\n\n\t\tif ( ! $queue instanceof Queue)\n\t\t{\n\t\t\tthrow new \\RuntimeException(\"Queue resolver did not return a Queue implementation.\");\n\t\t}\n\n\t\t$queue->push($command);\n\t}", "abstract protected function internalPushTopicTask($queueName, $task);", "function queue() {\n\n\t\t$date = false;\n\t\t$queue = new Queued_Event();\n\t\t$queue->set_workflow_id( $this->get_id() );\n\n\t\tswitch( $this->get_timing_type() ) {\n\n\t\t\tcase 'delayed':\n\t\t\t\t$date = new DateTime();\n\t\t\t\t$date->setTimestamp( time() + $this->get_timing_delay() );\n\t\t\t\tbreak;\n\n\t\t\tcase 'scheduled':\n\t\t\t\t$date = $this->calculate_scheduled_datetime();\n\t\t\t\tbreak;\n\n\t\t\tcase 'fixed':\n\t\t\t\t$date = $this->get_fixed_time();\n\t\t\t\tbreak;\n\n\t\t\tcase 'datetime':\n\t\t\t\t$date = $this->get_variable_time();\n\t\t\t\tbreak;\n\t\t}\n\n\t\t$date = apply_filters( 'automatewoo/workflow/queue_date', $date, $this );\n\n\t\tif ( ! $date ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t$queue->set_date_due( $date );\n\t\t$queue->save();\n\n\t\t$queue->store_data_layer( $this->data_layer() ); // add meta data after saved\n\n\t\treturn $queue;\n\t}", "public function pushRaw($payload, $queue = null, array $options = []);", "public function enqueue($item)\n {\n array_push($this->array, $item);\n }", "public function add($id) \n {\n $log = FezLog::get();\n if (!array_key_exists($id,$this->_ids) || !$this->_ids[$id]) {\n $this->_ids[$id] = self::ACTION_ADD;\n $log->debug(\"Added $id to queue\");\n }\n }", "public function postEventDel();", "public function add($item)\n {\n $this->queueItems[] = $item;\n }", "public function consumeEvent($event = null);", "public function storeEvent(){\n \t$eventStore = new Event_Store();\n\n\t\t$eventStore->command = $this->command; \t\n\t\t$eventStore->event = $this->event;\n\t\t$eventStore->status = \"published\";\n\t\t$eventStore->created_at = now();\n\t\t$eventStore->updated_at = now();\n\n\n\t\t$eventStore->save();\n }", "public function pushNode( $node );", "public static function addNamespace($namespace)\n {\n if (!in_array($namespace, static::$namespaces)) {\n static::$namespaces[] = $namespace;\n }\n }", "public function declareSimpleQueue($queueName = '', $type = self::QUEUE_DURABLE);", "public function addQueue(QueueInterface $queue);", "public function createQueue();", "public function push( callable$task ):void\n\t{\n\t\t$this->ensureUnclosed();\n\t\t\n\t\tarray_push( $this->_queue, $task );\n\t\t\n\t\tif( $this->_status === self::STATUSES['DONE'] )\n\t\t\t$this->_status= self::STATUSES['PAUSED'];\n\t}", "public function dispatchDomainEventWithSpecificEventName(DomainEvent $event): void\n {\n // allows to register listeners that listen to all domain events.\n // this subscriber additionally dispatches the event with a specific event-name such as TagRemovedEvent::class\n // to allow for registering listeners for a specific type of event.\n $this->eventDispatcher->dispatch($event);\n }", "public function push($job, $data = '', $queue = null);", "public function pushFanoutTask($queueName, array $task);", "public function queue()\n {\n $em = $this->getEntityManager();\n\n $task = new EventConsequenceTask();\n $task->setConsequence($this->entity);\n\n $em->persist($task);\n $em->flush();\n }", "public function __construct()\n {\n $this->onQueue('tags');\n }", "function analytics($job){\n //Get the info of the job\n list($domain, $id, $data) = unserialize($job->workload());\n \n //Ensure the minimum info\n if(empty($id) || empty($data) || empty($domain)){\n echo sprintf(\"%s: To register an event we need the data and the id\\n\", date('r'));\n $job->sendFail();\n \n return FALSE;\n }\n \n echo sprintf(\"%s: Received a task to store an analytics event\\n\", date('r'));\n echo sprintf(\"%s: Sending the event #%s to %s domain\\n\", date('r'), $id, $domain);\n $document = new Zend_Cloud_DocumentService_Document($data, $id);\n \n try{\n $amazonSDB = getAmazonSDB();\n \n try{\n $amazonSDB->insertDocument($domain, $document);\n }catch(Zend_Cloud_DocumentService_Exception $e){\n echo sprintf(\"%s: Connectivity issues, sleeping 0.5s\\n\", date('r'));\n usleep(500000);\n $amazonSDB->insertDocument($domain, $document);\n }\n \n echo sprintf(\"%s: Event #%s stored\\n\\n\", date('r'), $id);\n \n $job->sendComplete(TRUE);\n \n return TRUE;\n }catch(Zend_Cloud_DocumentService_Exception $e){\n logError(sprintf(\"%s: Error while storing the event #%s - %s\\n\\n\",date('r'), $id, $e->getMessage()));\n \n $job->sendFail();\n \n return FALSE;\n }\n}", "protected function queue($title, $output)\r\n {\r\n self::getInstance();\r\n self::$instance->_queue[] = array('title' => $title, 'output' => $output);\r\n }", "public function broadcastEvent(\\Montage\\Event\\Event $event);", "public function push($event, $payload = array())\n {\n $this->listen($event .'_pushed', function() use ($event, $payload)\n {\n $this->dispatch($event, $payload);\n });\n }", "function addNewMyQueue($myqueueName)\r\n {\r\n $time = time(); \r\n $q = \"INSERT INTO \".TBL_MYQUEUE.\" VALUES (NULL, '$myqueueName', $time )\";\r\n return mysql_query($q, $this->connection);\r\n }", "protected function _write($event)\n {\n $this->_buffer[] = $event;\n }", "public function registerEvents(Container $container)\n {\n $container->singleton('events', function ($container) {\n return (new Dispatcher($container))->setQueueResolver(function () use ($container) {\n return $container->make(QueueFactoryContract::class);\n });\n });\n }", "public function forwardEvent(Event $event, $name)\n {\n if (!$this->enabled) {\n return;\n }\n\n $this->pushServer->send($this->eventSerializer->serializeEvent($name, $event));\n }", "function push($x) {\n return array_push($this->queue,$x);\n }", "function enqueue(){\n\t\t}", "function addEvent($event) {\n Event::addEvent($event);\n }", "function queue_enqueue(&$queue, $value) { \n // We are just adding a value to the end of the array, so can use the \n // [] PHP Shortcut for this. It's faster than using array_push \n $queue[] = $value; \n}", "function appendNetflixQueue($queueId){\t\t\n\t\t$userId = $this->getUserId();\n\n\t\tif (!$userId) {\n\t\t\t$this->Session->setFlash(__('You must log in.', true));\n\t\t\t$this->redirect(array('controller' => 'queues', 'action' => 'login'));\n\t\t}\n\n\t\t$queue = $this->Queue->find('first', \n\t\t\tarray('conditions' => \n\t\t\t\t\"Queue.id = $queueId AND (Queue.account_number = '$userId' OR Queue.privacy = 'public')\"\n\t\t\t)\n\t\t);\n\t\t\n\t\t$this->log(\"Appending queue with id $queueId and owner {$queue['Queue']['account_number']} to netflix queue for user $userId\", LOG_DEBUG);\n\t\t\n\t\t$this->Queue->id = $queueId;\n\t\t$this->Queue->read(null, $queueId);\n\t\t$etag = $this->Queue->field('etag');\n\n\t\tif(!$queue){\n\t\t\t$this->flash(\"The queue does not exist or does not belong to the user.\");\n\t\t\t$this->redirect(array('action' => 'index'));\n\t\t\texit;\n\t\t}\n\n\t\t$queueMovies = $this->Queue->QueueMovie->find('all', \n\t\t\tarray('conditions' => \"queue_id = $queueId\", \n\t\t\t\t 'order' => 'QueueMovie.position ASC'));\n\t\t$this->set('queueMovies', $queueMovies);\n\n\t\t$netflix = $this->NetflixAccount->getNetflixAPIConsumerForAccountNumber($userId);\n\n\t\t$errors = array();\n\t\t\n\t\tforeach($queueMovies as $movieToAdd){\n\t\t\t$titleURL = $movieToAdd['QueueMovie']['netflix_key'];\n\t\t\t$position = $movieToAdd['QueueMovie']['position'];\n\t\t\t$title = $movieToAdd['QueueMovie']['title'];\n\t\t\t\n\t\t\t$this->log(\"Adding $title at position $position for $userId\", LOG_DEBUG);\n\t\t\t\n\t\t\tif($position == 0){\n\t\t\t\t//Handle movies in the 'saved' queue. They have position 0.\n\t\t\t\t$position = count($queueMovies);\n\t\t\t}\n\n\t\t\ttry{\n\t\t\t\t$etag = $netflix->addTitle($titleURL, $position);\n\t\t\t\t$this->Queue->saveField('etag', $etag);\n\t\t\t}\n\t\t\tcatch(Exception $e){\n\t\t\t\t$errors[] = $e->getMessage();\t\t\t\t\t\n\t\t\t}\n\t\t}\n\n\t\t$this->set('errors', $errors);\n\t}", "public function getEventQueue(\n /*# string */ $eventName\n )/*# : EventQueueInterface */;", "public function push($entry) {\r\n\t\tarray_push($this->stack, $entry);\r\n\t}", "public function addFromSession()\n {\n if ($this->session->has(\"notifications.$this->name\")) {\n $this->push($this->session->get(\"notifications.$this->name\"));\n }\n if ($this->plural) {\n if ($this->session->has(\"notifications.$this->plural\")) {\n foreach (\n $this->session->get(\"notifications.$this->plural\") as\n $notification\n ) {\n $this->push($notification);\n }\n }\n }\n }", "abstract protected function internalPushFanoutTask($queueName, $task);", "public function push($queue, $jobClass, array $arguments);", "public function queue(IElement $element): IJobQueue;", "public function testAddToQueue()\n {\n $this->setUpDB(['email']);\n \n $Email = new \\EmailTemplate('test');\n \n // Add the message to queue\n $r = $Email->queue('[email protected]', 'test', 'test');\n \n // get data from DB\n $EmailQueue = new \\EmailQueue();\n $filter = ['too' => '[email protected]'];\n $Collection = $EmailQueue->Get($filter, []);\n \n // asserts\n $this->assertEquals(1, $r);\n $this->assertInstanceOf(\\Collection::class, $Collection);\n $this->assertCount(1, $Collection);\n $Item = $Collection->getItem();\n $this->assertInstanceOf(\\SetterGetter::class, $Item);\n $this->assertEquals('test', $Item->getSubject());\n $this->assertEquals('test', $Item->getBody());\n }", "public function add_event($_data){\r\n\t\t$args=$this->create_args($_data);\r\n\t\treturn($this->execute('add_event',$args));\r\n\t}", "public function publish($message, AbstractQueue $queue) \n {\n $queue->addMessage($message);\n }", "public function onEventAdd()\n\t{\n\t\t$this->onTaskAdd();\n\t}", "public function event(): EventDispatcherInterface;", "public function push($item)\n {\n if ($this->getCount() == static::MAX_ITEMS) {\n\n throw new QueueException(\"Queue is full\");\n \n }\n \n $this->items[] = $item;\n }", "public function event($name, $payload = null) {\n foreach($this->eventhandlers as $handler) {\n if($name == $handler[0]) {\n if($handler[2] === null) {\n $handler[2] = $this;\n }\n $tmp_string_php7lol = (string)$handler[1];\n $handler[2]->$tmp_string_php7lol($payload);\n }\n }\n foreach($this->until as $key => $until) {\n if(is_array($until)) {\n if(in_array($name, $until)) {\n $this->until_payload[$key][] = array($name, $payload);\n if(!isset($this->until_count[$key])) {\n $this->until_count[$key] = 0;\n }\n $this->until_count[$key] += 1;\n }\n }\n }\n }" ]
[ "0.6102147", "0.59909034", "0.57724565", "0.5476742", "0.5391619", "0.53495187", "0.53378206", "0.52991784", "0.52576053", "0.52287036", "0.51965773", "0.5160306", "0.5110873", "0.5104793", "0.50974536", "0.5087875", "0.5056592", "0.505441", "0.500303", "0.49867207", "0.49667248", "0.49546212", "0.49383017", "0.49324012", "0.49324012", "0.49324012", "0.49324012", "0.49324012", "0.49324012", "0.49141642", "0.48872623", "0.4886114", "0.4884983", "0.48721623", "0.48670018", "0.48670018", "0.48647657", "0.48647657", "0.48503232", "0.48359784", "0.48264265", "0.48010272", "0.47837844", "0.47638392", "0.47624448", "0.47570243", "0.47444332", "0.473321", "0.47078878", "0.47025797", "0.47011542", "0.47010165", "0.46943203", "0.46931937", "0.46713105", "0.4663509", "0.46552023", "0.46523002", "0.46521613", "0.4639568", "0.463672", "0.4632626", "0.46289003", "0.46243325", "0.4611962", "0.4607744", "0.46055585", "0.46004072", "0.4585383", "0.45850456", "0.45711973", "0.4570683", "0.45506626", "0.4529801", "0.4528982", "0.45143247", "0.4513917", "0.45129138", "0.45000824", "0.44953346", "0.44941702", "0.44793677", "0.4478924", "0.44683194", "0.44632477", "0.44607314", "0.4444342", "0.4444221", "0.4439595", "0.44393378", "0.44198743", "0.4413361", "0.4411884", "0.4411562", "0.4408918", "0.4406391", "0.44010693", "0.43997046", "0.43966064", "0.4389131" ]
0.46477693
59
REQUIRED. Set up a constructor that references the parent constructor. We use the parent reference to set some default configs.
function __construct(){ global $status, $page; //Set parent defaults parent::__construct( array( 'singular' => 'listing', //singular name of the listed records 'plural' => 'listings', //plural name of the listed records 'ajax' => false //does this table support ajax? ) ); // custom view switcher modes $this->modes = array( 'list' => __( 'View all variations', 'wp-lister-for-amazon' ), 'excerpt' => __( 'View only parent variations', 'wp-lister-for-amazon' ), ); // get array of profile names // $profilesModel = new ProfilesModel(); // $this->profiles = $profilesModel->getAllNames(); $this->profiles = WPLA_AmazonProfile::getAllNames(); $this->templates = WPLA_AmazonProfile::getAllTemplateNames(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "public function __construct()\n\t{\n\t\t// Make sure that parent constructor is always invoked, since that\n\t\t// is where any default values for this object are set.\n\t\tparent::__construct();\n\t}", "function __construct() {\r\n parent ::__construct();\r\n }", "protected function __construct() {\n // contain shared code in its constructor\n parent::__construct();\n }", "public function __construct()\n\t{\n\t\t// DO NOT! call parent::__construct(); as otherwise we will end up having references in this class.\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct()\n\t{\n\t\tparent::__construct();\n\t\t$this->applyDefaultValues();\n\t}", "public function __construct() {\n $this->config();\n parent::__construct();\n }", "public function __construct() {\n\t\t$this->overrideDefaults( $this->loadDefaults() );\n\t}", "protected abstract function __construct();", "public function __construct()\n {\n parent::__construct();\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n parent::__construct();\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n parent::__construct();\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n parent::__construct();\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n parent::__construct();\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n parent::__construct();\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n parent::__construct();\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n parent::__construct();\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n parent::__construct();\n $this->applyDefaultValues();\n }", "protected function __construct() {\n\t\t//Generated by ManagerGenerator::generateConstruct()\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t\t// Other code to run when object is instantiated\n\t}", "public function __construct(){\n\t\t/* calling parent construct */\n\t\tparent::__construct();\n\t}", "public function __construct(){\n\t\t/* calling parent construct */\n\t\tparent::__construct();\n\t}", "public function __construct()\n {\n // initialize the default configuration\n $this->initDefaultDirectories();\n $this->initDefaultLoggers();\n $this->initDefaultScanners();\n $this->initDefaultExtractors();\n $this->initDefaultProvisioners();\n $this->initDefaultInitialContext();\n }", "protected function __construct()\n\t{\n\t\tparent::__construct();\n\t}", "public function __construct()\n {\n // Hide the parent arguments from the public signature\n parent::__construct();\n }", "public function __construct() {\n\n\t\tparent::__construct();\n\t\t\n\t}", "public function __construct()\r\n\t{\r\n\t\t// Call the parent class constructor\r\n\t\tparent::__construct();\r\n\t}", "protected function __construct( &$_parent ) {\n\t\t$this -> parent\t=&\t$_parent;\n\t}", "public function __construct() {\n\t\t\tparent::__construct();\n\t\t}", "public function __construct() {\n\t\t\tparent::__construct();\n\t\t}", "public function __construct() {\n\t\t\tparent::__construct();\n\t\t}", "public function __construct() {\n\t\t\tparent::__construct();\n\t\t}", "public function _construct()\n {\n parent::_construct();\n }", "function __construct() {\n\t\t\tparent::__construct();\n\t\t}", "function __construct() {\n\t\t\tparent::__construct();\n\t\t}", "public function __construct()\n\t\t{\n\t\t\tparent::__construct();\n\t\t}", "public function __construct()\n\t\t{\n\t\t\tparent::__construct();\n\t\t}", "public function __construct()\n\t\t{\n\t\t\tparent::__construct();\n\t\t}", "protected function __construct() {\r\r\n // contain shared code in its constructor\r\r\n parent::__construct();\t\r\r\n\t}", "function __construct() {\n\t\tparent::__construct();\n\t\t$this->init();\n\t}", "protected function __construct(){\n\t\t\tparent::__construct();\n\t\t}", "private function __construct() {\n\t\t$this->initialise();\n\t}", "function _construct() {\n\t\tparent::_construct();\n\t}", "function __construct( ) {\n $this->initialize( );\n }", "protected function __construct()\r\n\t\t{\r\n\t\t}", "function __construct(){\n\t\t// Call parent constructor\n\t\tparent::__construct();\n\t}", "public function __contruct()\n {\n parent::__construct();\n }", "public function __construct()\n\t\t{\n\t\t\tparent::__construct();\n }", "function __construct() {\n //invoke the init method of the config object in context\n $this->init();\n }", "protected function __init__() { }", "protected function construct(){\n\n }", "final private function __construct() {\n\t\t\t}", "public function __construct() {\n\t\t$this->autoSetConfigurationFolder();\n\t}", "abstract protected function __construct();", "public function construct()\n\t\t{\n\t\t}", "public function __construct() {\n\t\tparent::__construct();\n\n\t\t// First make sure the sub class has the required properties\n\t\tif ( ! $this->_passed_config_test() )\n\t\t\treturn false;\n\n\t\t$this->_set_parameters();\n\t\t$this->_type_base_add_actions();\n\t\t$this->init();\n\t}", "function __construct() {\n\t\tparent::__construct();\n\t\t\n\t}", "protected function __construct()\n\t{\n\t\t// chamando construtor da classe pai\n\t\tparent::__construct();\n\t}", "protected function __construct()\n\t{\n\t\t// chamando construtor da classe pai\n\t\tparent::__construct();\n\t}", "protected function __construct()\n\t{\n\t\t// chamando construtor da classe pai\n\t\tparent::__construct();\n\t}", "public function __construct()\n {\n parent::__construct();\n $this->initSettings();\n }", "protected final function __construct() {}", "public function __construct()\n {\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n $this->applyDefaultValues();\n }", "public function __construct()\n {\n parent::__construct();\n\n $this->initalizeConfiguration();\n\n return $this;\n }", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}", "public function __construct() {\n\t\tparent::__construct();\n\t}" ]
[ "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.77249676", "0.76227254", "0.7559854", "0.75488496", "0.7508623", "0.7508623", "0.7508623", "0.7508623", "0.7508623", "0.7508623", "0.7508623", "0.7508623", "0.7508623", "0.7508623", "0.74928725", "0.7492638", "0.7488464", "0.7418889", "0.7418889", "0.7418889", "0.7418889", "0.7418889", "0.7418889", "0.7418889", "0.7418889", "0.7418889", "0.7363679", "0.7360218", "0.7354457", "0.7354457", "0.7344017", "0.73287433", "0.7322436", "0.72823054", "0.72641766", "0.7263785", "0.7262699", "0.7262699", "0.7262699", "0.7262699", "0.726027", "0.7250991", "0.7250991", "0.7223431", "0.7223431", "0.7223431", "0.7211421", "0.7198476", "0.7190853", "0.71862", "0.7181722", "0.71739155", "0.71630406", "0.7161739", "0.71548367", "0.71472895", "0.7144109", "0.71313924", "0.7128707", "0.7127167", "0.7126148", "0.71242845", "0.7116652", "0.7107893", "0.71035117", "0.71025145", "0.71025145", "0.71025145", "0.70973456", "0.7087119", "0.708012", "0.708012", "0.708012", "0.708012", "0.708012", "0.7074649", "0.70737714", "0.70737714", "0.70737714", "0.70737714", "0.70737714", "0.70737714", "0.70737714", "0.70737714", "0.70737714", "0.70737714", "0.70737714", "0.70737714", "0.70737714" ]
0.0
-1
Recommended. This method is called when the parent class can't find a method specifically build for a given column. Generally, it's recommended to include one method for each column you want to render, keeping your package class neat and organized. For example, if the class needs to process a column named 'title', it would first see if a method named $this>column_title() exists if it does, that method will be used. If it doesn't, this one will be used. Generally, you should try to use custom column methods as much as possible. Since we have defined a column_title() method later on, this method doesn't need to concern itself with any column with a name of 'title'. Instead, it needs to handle everything else. For more detailed insight into how columns are handled, take a look at WP_List_Table::single_row_columns()
function column_default($item, $column_name){ switch($column_name){ case 'type': case 'quantity_sold': case 'asin': case 'status': return $item[$column_name]; case 'fees': case 'price': return $this->number_format( $item[$column_name], 2 ); case 'end_date': case 'date_published': // use date format from wp //return mysql2date( get_option('date_format'), $item[$column_name] ); return get_date_from_gmt( $item[ $column_name ], get_option('date_format') .' H:i' ); case 'template': return basename( $item['template'] ); case 'profile': return isset($item['profile_id']) ? $this->profiles[ $item['profile_id'] ] : ''; default: return print_r($item,true); //Show the whole array for troubleshooting purposes } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "abstract protected function columns();", "protected function get_column_info()\n {\n }", "protected function get_column_info()\n {\n }", "protected function _prepareColumns()\n\t{\n\t\t$this->addColumn('id',\n\t\t\t\tarray(\n\t\t\t\t\t\t'header'=> $this->__('ID'),\n\t\t\t\t\t\t'align' =>'right',\n\t\t\t\t\t\t'width' => '50px',\n\t\t\t\t\t\t'index' => 'id'\n\t\t\t\t)\n\t\t);\n\t\t \n\t\t$this->addColumn('name',\n\t\t\t\tarray(\n\t\t\t\t\t\t'header'=> $this->__('Name'),\n\t\t\t\t\t\t'index' => 'name'\n\t\t\t\t)\n\t\t);\n\t\t\n\t\t$this->addColumn('description',\n\t\t\t\tarray(\n\t\t\t\t\t\t'header'=> $this->__('Description'),\n\t\t\t\t\t\t'index' => 'description'\n\t\t\t\t)\n\t\t);\n\t\t\n\t\t$this->addColumn('percentage',\n\t\t\t\tarray(\n\t\t\t\t\t\t'header'=> $this->__('Percentage'),\n\t\t\t\t\t\t'index' => 'percentage'\n\t\t\t\t)\n\t\t);\n\t\t \n\t\treturn parent::_prepareColumns();\n\t}", "protected function _prepareColumns()\n {\n $this->addColumn($this->_productIdField, array(\n 'header' => $this->_getHelper()->__('ID'),\n 'sortable' => true,\n 'index' => $this->_productIdField,\n 'width' => 60,\n ));\n\n $this->addColumn('title', array(\n 'header' => $this->_getHelper()->__('Title'),\n 'index' => 'title'\n ));\n\n $this->addColumn('set_title', array(\n 'header' => $this->_getHelper()->__('Attachments Set'),\n 'index' => 'set_title',\n 'width' => 150,\n 'frame_callback' => array($this, 'prepareSetUrl')\n ));\n\n $this->addColumn('file_url', array(\n 'header' => $this->_getHelper()->__('Download'),\n 'index' => 'download',\n 'sortable' => false,\n 'filter' => false,\n 'width' => 150,\n 'frame_callback' => array($this, 'prepareFileUrl')\n ));\n\n $this->addColumn('type', array(\n 'header' => $this->_getHelper()->__('Type'),\n 'index' => 'type',\n 'filter' => false,\n 'width' => 50,\n 'frame_callback' => array($this, 'prepareType')\n ));\n\n $this->addColumn('updated_at', array(\n 'header' => $this->_getHelper()->__('Updated'),\n 'type' => 'date',\n 'index' => 'updated_at',\n 'width' => 150,\n ));\n\n return Mage_Adminhtml_Block_Widget_Grid::_prepareColumns();\n }", "public function getColumnMeta($column)\n {\n }", "public function __call($method, $arguments)\n {\n $label = isset($arguments[0]) ? $arguments[0] : ucfirst($method);\n\n if ($this->model()->eloquent() instanceof MongodbModel) {\n return $this->addColumn($method, $label);\n }\n\n if ($column = $this->handleGetMutatorColumn($method, $label)) {\n return $column;\n }\n\n if ($column = $this->handleRelationColumn($method, $label)) {\n return $column;\n }\n\n if ($column = $this->handleTableColumn($method, $label)) {\n return $column;\n }\n\n return $this->addColumn($method, $label);\n }", "abstract public static function columnData();", "public function custom_column($column)\n\t\t{\n\t\t\tglobal $post;\n\n\t\t\tswitch ($column) {\n\t\t\t\tcase \"offer_thumbnail\":\n\t\t\t\t\tif (has_post_thumbnail()) {\n\t\t\t\t\t\tthe_post_thumbnail('50x50');\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"offer_types\":\n\t\t\t\t\techo get_the_term_list($post->ID, 'offer-types', '', ', ', '');\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"offer_order\":\n\t\t\t\t\techo esc_attr($post->menu_order);\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}", "function columns_data( $column ) {\r\n\r\n\t\tglobal $post, $wp_taxonomies;\r\n\r\n\t\tswitch( $column ) {\r\n\t\t\tcase \"listing_thumbnail\":\r\n\t\t\t\tprintf( '<p>%s</p>', genesis_get_image( array( 'size' => 'thumbnail' ) ) );\r\n\t\t\t\tbreak;\r\n\t\t\tcase \"listing_details\":\r\n\t\t\t\tforeach ( (array) $this->property_details['col1'] as $label => $key ) {\r\n\t\t\t\t\tprintf( '<b>%s</b> %s<br />', esc_html( $label ), esc_html( get_post_meta($post->ID, $key, true) ) );\r\n\t\t\t\t}\r\n\t\t\t\tforeach ( (array) $this->property_details['col2'] as $label => $key ) {\r\n\t\t\t\t\tprintf( '<b>%s</b> %s<br />', esc_html( $label ), esc_html( get_post_meta($post->ID, $key, true) ) );\r\n\t\t\t\t}\r\n\t\t\t\tbreak;\r\n\t\t\tcase \"listing_features\":\r\n\t\t\t\techo get_the_term_list( $post->ID, 'features', '', ', ', '' );\r\n\t\t\t\tbreak;\r\n\t\t\tcase \"listing_categories\":\r\n\t\t\t\tforeach ( (array) get_option( $this->settings_field ) as $key => $data ) {\r\n\t\t\t\t\tprintf( '<b>%s:</b> %s<br />', esc_html( $data['labels']['singular_name'] ), get_the_term_list( $post->ID, $key, '', ', ', '' ) );\r\n\t\t\t\t}\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\r\n\t}", "function column_default( $item, $column_name ) {\r\n\t\tstatic $custom_columns = NULL;\r\n\r\n\t\tif ( 't_' == substr( $column_name, 0, 2 ) ) {\r\n\t\t\t$taxonomy = substr( $column_name, 2 );\r\n\t\t\t$tax_object = get_taxonomy( $taxonomy );\r\n\t\t\t$terms = get_object_term_cache( $item->ID, $taxonomy );\r\n\r\n\t\t\tif ( false === $terms ) {\r\n\t\t\t\t$terms = wp_get_object_terms( $item->ID, $taxonomy );\r\n\t\t\t\twp_cache_add( $item->ID, $terms, $taxonomy . '_relationships' );\r\n\t\t\t}\r\n\r\n\t\t\tif ( !is_wp_error( $terms ) ) {\r\n\t\t\t\tif ( empty( $terms ) ) {\r\n\t\t\t\t\treturn __( 'None', 'media-library-assistant' );\r\n\t\t\t\t}\r\n\r\n\t\t\t\t$list = array();\r\n\t\t\t\tforeach ( $terms as $term ) {\r\n\t\t\t\t\t$term_name = esc_html( sanitize_term_field( 'name', $term->name, $term->term_id, $taxonomy, 'display' ) );\r\n\t\t\t\t\t$list[] = sprintf( '<a href=\"%1$s\" title=\"' . __( 'Filter by', 'media-library-assistant' ) . ' &#8220;%2$s&#8221;\">%3$s</a>', esc_url( add_query_arg( array_merge( array(\r\n\t\t\t\t\t\t'page' => MLACore::ADMIN_PAGE_SLUG,\r\n\t\t\t\t\t\t'mla-tax' => $taxonomy,\r\n\t\t\t\t\t\t'mla-term' => $term->slug,\r\n\t\t\t\t\t\t'heading_suffix' => urlencode( $tax_object->label . ': ' . $term->name ) \r\n\t\t\t\t\t), self::mla_submenu_arguments( false ) ), 'upload.php' ) ), $term_name, $term_name );\r\n\t\t\t\t} // foreach $term\r\n\r\n\t\t\t\treturn join( ', ', $list );\r\n\t\t\t} else { // if !is_wp_error\r\n\t\t\t\treturn __( 'Not Supported', 'media-library-assistant' );\r\n\t\t\t}\r\n\t\t} // 't_'\r\n\t\telseif ( 'c_' == substr( $column_name, 0, 2 ) ) {\r\n\t\t\tif ( NULL === $custom_columns ) {\r\n\t\t\t\t$custom_columns = MLACore::mla_custom_field_support( 'custom_columns' );\r\n\t\t\t}\r\n\r\n\t\t\tif ( 'meta:' == substr( $custom_columns[ $column_name ], 0, 5 ) ) {\r\n\t\t\t\t$is_meta = true;\r\n\t\t\t\t$meta_key = substr( $custom_columns[ $column_name ], 5 );\r\n\r\n\t\t\t\tif ( !empty( $item->mla_wp_attachment_metadata ) ) {\r\n\t\t\t\t\t$values = MLAData::mla_find_array_element( $meta_key, $item->mla_wp_attachment_metadata, 'array' );\r\n\r\n\t\t\t\t\tif ( is_scalar( $values ) ) {\r\n\t\t\t\t\t\t$values = array( $values );\r\n\t\t\t\t\t}\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$values = NULL;\r\n\t\t\t\t}\r\n\t\t\t} else {\r\n\t\t\t\t$is_meta = false;\r\n\t\t\t\t$values = get_post_meta( $item->ID, $custom_columns[ $column_name ], false );\r\n\t\t\t}\r\n\r\n\t\t\tif ( empty( $values ) ) {\r\n\t\t\t\treturn '';\r\n\t\t\t}\r\n\r\n\t\t\t$list = array();\r\n\t\t\tforeach ( $values as $index => $value ) {\r\n\t\t\t\t/*\r\n\t\t\t\t * For display purposes, convert array values.\r\n\t\t\t\t * They are not links because no search will match them.\r\n\t\t\t\t * Use \"@\" because embedded arrays throw PHP Warnings from implode.\r\n\t\t\t\t */\r\n\t\t\t\tif ( is_array( $value ) ) {\r\n\t\t\t\t\t$list[] = 'array( ' . @implode( ', ', $value ) . ' )'; // TODO PHP 7 error handling\r\n\t\t\t\t} elseif ( $is_meta ) {\r\n\t\t\t\t\t$list[] = $value;\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$list[] = sprintf( '<a href=\"%1$s\" title=\"' . __( 'Filter by', 'media-library-assistant' ) . ' &#8220;%2$s&#8221;\">%3$s</a>', esc_url( add_query_arg( array_merge( array(\r\n\t\t\t\t\t\t'page' => MLACore::ADMIN_PAGE_SLUG,\r\n\t\t\t\t\t\t'mla-metakey' => urlencode( self::$default_columns[ $column_name ] ),\r\n\t\t\t\t\t\t'mla-metavalue' => urlencode( $value ),\r\n\t\t\t\t\t\t'heading_suffix' => urlencode( self::$default_columns[ $column_name ] . ': ' . $value ) \r\n\t\t\t\t\t), self::mla_submenu_arguments( false ) ), 'upload.php' ) ), esc_html( substr( $value, 0, 64 ) ), esc_html( $value ) );\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\tif ( count( $list ) > 1 ) {\r\n\t\t\t\treturn '[' . join( '], [', $list ) . ']';\r\n\t\t\t} else {\r\n\t\t\t\treturn $list[0];\r\n\t\t\t}\r\n\t\t} else { // 'c_'\r\n\r\n\t\t\t$content = apply_filters( 'mla_list_table_column_default', NULL, $item, $column_name );\r\n\t\t\tif ( is_null( $content ) ) {\r\n\t\t\t\t//Show the whole array for troubleshooting purposes\r\n\t\t\t\t/* translators: 1: column_name 2: column_values */\r\n\t\t\t\treturn sprintf( __( 'column_default: %1$s, %2$s', 'media-library-assistant' ), $column_name, print_r( $item, true ) );\r\n\t\t\t} else {\r\n\t\t\t\treturn $content;\r\n\t\t\t}\r\n\t\t}\r\n\t}", "protected function _prepareColumns()\n {\n $this->addColumn('ID',\n array(\n 'header'=> $this->__('ID'),\n 'width' => '50px',\n 'index' => 'ID'\n )\n );\n\n\n $this->addColumn('browser',\n array(\n 'header'=> $this->__('Browser Data'),\n 'width' => '50px',\n 'index' => 'browser',\n 'renderer' => 'Mage_Osc_Block_Renderers_Browser'\n )\n );\n\n\n $this->addColumn('quote_id',\n array(\n 'header'=> $this->__('ID do Carrinho'),\n 'width' => '50px',\n 'index' => 'quote_id'\n )\n );\n\n\n $this->addColumn('order_id',\n array(\n 'header'=> $this->__('ID do Pedido'),\n 'width' => '50px',\n 'index' => 'order_id',\n 'renderer' => 'Mage_Osc_Block_Renderers_Order'\n )\n );\n\n\n $this->addColumn('customer_id',\n array(\n 'header'=> $this->__('Cliente'),\n 'width' => '50px',\n 'index' => 'customer_id',\n 'renderer' => 'Mage_Osc_Block_Renderers_Customer'\n )\n );\n\n\n $this->addColumn('clickedfo',\n array(\n 'header'=> $this->__('Quantidade de Cliques'),\n 'width' => '50px',\n 'index' => 'clickedfo'\n )\n );\n\n\n $this->addColumn('payment_method',\n array(\n 'header'=> $this->__('Método de Pagamento'),\n 'width' => '50px',\n 'index' => 'payment_method'\n )\n );\n\n\n return parent::_prepareColumns();\n }", "protected function _prepareColumns()\n\t{\n\t\t$this->addColumn('id',\n\t\t\tarray(\n\t\t\t\t'header'=> $this->__('ID'),\n\t\t\t\t'align' =>'right',\n\t\t\t\t'width' => '50px',\n\t\t\t\t'index' => 'id'\n\t\t\t)\n\t\t);\n\n\t\t$this->addColumn('product_id',\n\t\t\tarray(\n\t\t\t\t'header'=> $this->__('Product ID'),\n\t\t\t\t'index' => 'product_id'\n\t\t\t)\n\t\t);\n\n\t\t$this->addColumn('increment_id',\n\t\t\tarray(\n\t\t\t\t'header'=> $this->__('Order ID'),\n\t\t\t\t'index' => 'increment_id'\n\t\t\t)\n\t\t);\n\n $this->addColumn('sfo.order_id',\n array(\n 'header' => Mage::helper('core')->__('View Order'),\n 'width' => '100',\n 'type' => 'action',\n 'getter' => 'getOrderId',\n 'actions' => array(\n array(\n 'caption' => Mage::helper('core')->__('View'),\n 'url' => array('base'=> 'adminhtml/sales_order/view'),\n 'field' => 'order_id',\n 'target' => '_blank'\n )\n ),\n 'filter' => false,\n 'sortable' => false,\n 'index' => 'stores',\n 'is_system' => true\n )\n );\n\n $this->addColumn('email',\n array(\n 'header'=> $this->__('Customer Email'),\n 'index' => 'email'\n )\n );\n\n $statusOptions = array(\n '0' => 'Working',\n '1' => 'Requested',\n '2' => 'Collected'\n );\n $this->addColumn('status',\n array(\n 'header'=> $this->__('Status (WORKING=0,REQUESTED=1,COLLECTED=2)'),\n 'index' => 'status',\n 'filter_index' => '`main_table`.`status`',\n 'type' => 'options',\n 'options' => $statusOptions,\n )\n );\n\n $this->addColumn('collect_date',\n array(\n 'header'=> $this->__('Collect Date'),\n 'index' => 'collect_date'\n )\n );\n\n\t\treturn parent::_prepareColumns();\n\t}", "public function render_admin_table_column($column_name, $field_group)\n {\n }", "protected function _prepareColumns()\n {\n \t\n \t/*$this->addColumn('module',\n array(\n 'header' => 'SugarCRM Module Name',\n 'align' =>'left',\n 'index' => 'module',\n \t ));*/\n\t\t\n\t\t$this->addColumn('fields', array(\n 'header' => 'SugarCRM Field Name',\n 'align' =>'left',\n 'index' => 'wp_meta_label',\n \t \t ));\n\t\t\n\t\t/*$this->addColumn('fieldtype', array(\n 'header' => 'Field Type',\n 'align' =>'left',\n 'index' => 'field_type',\n \t\t ));*/\n\t\t\t\t \n\t\t$this->addColumn(\"magfield\", array(\n\t\t\t\t\t\"header\" \t=> Mage::helper(\"contact\")->__(\"Magento Field Names\"),\n\t\t\t\t\t'filter' => false,\n\t\t\t\t\t'sortable' => false,\n\t\t\t\t\t'align' =>'left',\n\t\t\t\t\t'width'\t\t=> '45%',\n\t\t\t\t\t'renderer' \t=> 'Offshoreevolution_Contact_Block_Adminhtml_Synctable_Grid_Renderer_Filter'\n\t\t\t\t )); \n\t\t\n\t\t$this->addColumn(\"actionButton\", array(\n\t\t\t\t\t\"header\" \t=> Mage::helper(\"contact\")->__(\"Action\"),\n\t\t\t\t\t'filter' => false,\n\t\t\t\t\t'sortable' => false,\n\t\t\t\t\t'align' =>'center',\n\t\t\t\t\t'width'\t\t=> '80',\n\t\t\t\t\t'renderer' \t=> 'Offshoreevolution_Contact_Block_Adminhtml_Synctable_Grid_Renderer_Button'\n\t\t\t\t )); \n\t\t//$this->addColumn('action',\n//\t\t\t\t\tarray(\n//\t\t\t\t\t'header' => Mage::helper('sugarcrm')->__('Action'),\n//\t\t\t\t\t'width' => '100',\n//\t\t\t\t\t'type' => 'action',\n//\t\t\t\t\t'getter' => 'getId',\n//\t\t\t\t\t'index' => 'pid',\n//\t\t\t\t\t'actions' => array(\n//\t\t\t\t\t\t\tarray(\n//\t\t\t\t\t\t\t\t\t'caption' => Mage::helper('sugarcrm')->__('Sync'),\n//\t\t\t\t\t\t\t\t\t'class'\t\t=> 'syncAction',\n//\t\t\t\t\t\t\t\t\t//'url' => array('base'=> '*/*/edit'),\n//\t\t\t\t\t\t\t\t\t\n//\t\t\t\t\t\t\t\t\t'field' => 'id'\n//\t\t\t\t\t\t\t)\n//\t\t\t\t\t),\n//\t\t\t\t\t'filter' => false,\n//\t\t\t\t\t'sortable' => false,\n//\t\t\t\t\t'index' => 'stores',\n//\t\t\t\t\t'is_system' => true,\n//\t\t));\n//\t\t$this->addColumn('id',\n// array(\n// 'header' => 'ID',\n// 'align' =>'right',\n// 'width' => '50px',\n// 'index' => 'pid',\n//\t\t\t\t\t'column_css_class'=>'no-display',\n// \t\t\t\t\t'header_css_class'=>'no-display'\n// \t ));\n return parent::_prepareColumns();\n }", "public function admin_table_columns_html($column_name, $post_id)\n {\n }", "abstract protected function html_column_param();", "public function column_default( $item, $column_name ) {\n\n\t\t\tif ( $this->wpda_list_columns->get_table_columns()[0]['column_name'] === $column_name ||\n\t\t\t $column_name === $this->first_display_column ) {\n\t\t\t\t// First column: add row actions.\n\t\t\t\t$count = count( $this->wpda_list_columns->get_table_primary_key() );\n\t\t\t\tif ( 0 === $count ) {\n\t\t\t\t\t// No actions without a primary key!\n\t\t\t\t\t// This automatically covers view processing correctly.\n\t\t\t\t\treturn $this->render_column_content( $item[ $column_name ], $column_name );\n\t\t\t\t} else {\n\t\t\t\t\t// Check rights.\n\t\t\t\t\tif ( 'off' === $this->show_view_link && 'off' === $this->allow_update && 'off' === $this->allow_delete ) {\n\t\t\t\t\t\t// No rights!\n\t\t\t\t\t\t$actions = [];\n\t\t\t\t\t\t$this->column_default_add_action( $item, $column_name, $actions );\n\t\t\t\t\t\tif ( is_array( $actions ) && count( $actions ) > 0 ) {\n\t\t\t\t\t\t\treturn sprintf( '%1$s %2$s', $this->render_column_content( $item[ $column_name ], $column_name ), $this->row_actions( $actions ) );\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn sprintf( '%1$s', $this->render_column_content( $item[ $column_name ], $column_name ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// To prevent our URLs containing many arguments, we'll use post to submit row actions. Since our\n\t\t\t\t\t// list table is build within a form and we cannot use nested forms we'll use a container (id =\n\t\t\t\t\t// wpda_invisible_container) defined outside the list table, and add our forms to that container.\n\t\t\t\t\t// We'll use jQuery to add our forms to the container. From the links in our rows we can then just\n\t\t\t\t\t// submit any form in that container with jQuery as well.\n\t\t\t\t\t$form_id = '_' . self::$list_number ++;\n\t\t\t\t\t$wp_nonce_keys = '';\n\t\t\t\t\t// We need to add keys and values for multi column primary keys.\n\t\t\t\t\tforeach ( $this->wpda_list_columns->get_table_primary_key() as $key ) {\n\t\t\t\t\t\t$wp_nonce_keys .= \"-{$item[$key]}\";\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prepare argument schema name.\n\t\t\t\t\tif ( '' === $this->schema_name ) {\n\t\t\t\t\t\t$schema_name = '';\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$schema_name = '&schema_name=' . esc_attr( $this->schema_name );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prepare argument page.\n\t\t\t\t\t$page = esc_attr( $this->page );\n\n\t\t\t\t\t// Prepare argument table name.\n\t\t\t\t\t$table_name = esc_attr( $this->table_name );\n\n\t\t\t\t\tif ( 'on' === $this->show_view_link ) {\n\t\t\t\t\t\t// Build the row action.\n\t\t\t\t\t\t// Use jQuery to add form to container.\n\t\t\t\t\t\t$view_form =\n\t\t\t\t\t\t\t\"<form\" .\n\t\t\t\t\t\t\t\" id='view_form$form_id'\" .\n\t\t\t\t\t\t\t\" action='?page=$page$schema_name&table_name=$table_name'\" .\n\t\t\t\t\t\t\t\" method='post'>\" .\n\t\t\t\t\t\t\t$this->get_key_input_fields( $item ) .\n\t\t\t\t\t\t\t$this->add_parent_args_as_string( $item ) .\n\t\t\t\t\t\t\t\"<input type='hidden' name='action' value='view' />\" .\n\t\t\t\t\t\t\t$this->page_number_item .\n\t\t\t\t\t\t\t\"</form>\"\n\t\t\t\t\t\t?>\n\n\t\t\t\t\t\t<script type='text/javascript'>\n\t\t\t\t\t\t\tjQuery(\"#wpda_invisible_container\").append(\"<?php echo $view_form; ?>\");\n\t\t\t\t\t\t</script>\n\n\t\t\t\t\t\t<?php\n\n\t\t\t\t\t\t// Add link to submit form.\n\t\t\t\t\t\t$actions['view'] = sprintf(\n\t\t\t\t\t\t\t'<a href=\"javascript:void(0)\" \n class=\"edit\" \n onclick=\"jQuery(\\'#%s\\').submit()\">\n View\n </a>\n ',\n\t\t\t\t\t\t\t\"view_form$form_id\"\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( 'on' === $this->allow_update ) {\n\t\t\t\t\t\t// Build the row action.\n\t\t\t\t\t\t// Use jQuery to add form to container.\n\t\t\t\t\t\t$edit_form =\n\t\t\t\t\t\t\t\"<form\" .\n\t\t\t\t\t\t\t\" id='edit_form$form_id'\" .\n\t\t\t\t\t\t\t\" action='?page=$page$schema_name&table_name=$table_name'\" .\n\t\t\t\t\t\t\t\" method='post'>\" .\n\t\t\t\t\t\t\t$this->get_key_input_fields( $item ) .\n\t\t\t\t\t\t\t$this->add_parent_args_as_string( $item ) .\n\t\t\t\t\t\t\t\"<input type='hidden' name='action' value='edit' />\" .\n\t\t\t\t\t\t\t$this->page_number_item .\n\t\t\t\t\t\t\t\"</form>\";\n\t\t\t\t\t\t?>\n\n\t\t\t\t\t\t<script type='text/javascript'>\n\t\t\t\t\t\t\tjQuery(\"#wpda_invisible_container\").append(\"<?php echo $edit_form; ?>\");\n\t\t\t\t\t\t</script>\n\n\t\t\t\t\t\t<?php\n\n\t\t\t\t\t\t// Add link to submit form.\n\t\t\t\t\t\t$actions['edit'] = sprintf(\n\t\t\t\t\t\t\t'<a href=\"javascript:void(0)\" \n class=\"edit\" \n onclick=\"jQuery(\\'#%s\\').submit()\">\n Edit\n </a>\n ',\n\t\t\t\t\t\t\t\"edit_form$form_id\"\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( 'on' === $this->allow_delete ) {\n\t\t\t\t\t\t// Build the row action.\n\t\t\t\t\t\t$wp_nonce_action = \"wpda-delete-{$this->table_name}$wp_nonce_keys\";\n\t\t\t\t\t\t$wp_nonce = esc_attr( wp_create_nonce( $wp_nonce_action ) );\n\t\t\t\t\t\t// Use jQuery to add form to container.\n\t\t\t\t\t\t$delete_form =\n\t\t\t\t\t\t\t\"<form\" .\n\t\t\t\t\t\t\t\" id='delete_form$form_id'\" .\n\t\t\t\t\t\t\t\" action='?page=$page$schema_name&table_name=$table_name'\" .\n\t\t\t\t\t\t\t\" method='post'>\" .\n\t\t\t\t\t\t\t$this->get_key_input_fields( $item ) .\n\t\t\t\t\t\t\t$this->add_parent_args_as_string( $item ) .\n\t\t\t\t\t\t\t\"<input type='hidden' name='action' value='delete' />\" .\n\t\t\t\t\t\t\t\"<input type='hidden' name='_wpnonce' value='$wp_nonce'>\" .\n\t\t\t\t\t\t\t$this->page_number_item .\n\t\t\t\t\t\t\t\"</form>\";\n\t\t\t\t\t\t?>\n\n\t\t\t\t\t\t<script type='text/javascript'>\n\t\t\t\t\t\t\tjQuery(\"#wpda_invisible_container\").append(\"<?php echo $delete_form; ?>\");\n\t\t\t\t\t\t</script>\n\n\t\t\t\t\t\t<?php\n\n\t\t\t\t\t\t// Add link to submit form.\n\t\t\t\t\t\t$warning = __( \"You are about to permanently delete these items from your site.\\\\nThis action cannot be undone.\\\\n\\\\'Cancel\\\\' to stop, \\\\'OK\\\\' to delete.\", 'wp-data-access' );\n\t\t\t\t\t\t$actions['delete'] = sprintf(\n\t\t\t\t\t\t\t'<a href=\"javascript:void(0)\" \n class=\"delete\" \n onclick=\"if (confirm(\\'%s\\')) jQuery(\\'#%s\\').submit()\">\n Delete\n </a>\n ',\n\t\t\t\t\t\t\t$warning,\n\t\t\t\t\t\t\t\"delete_form$form_id\"\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\n\t\t\t\t\t// Developers can add actions by adding their own implementation of following method.\n\t\t\t\t\t$this->column_default_add_action( $item, $column_name, $actions );\n\n\t\t\t\t\t// Array $actions must have at least one element, otherwise we wouldn't be here. Skip IDE message!\n\t\t\t\t\treturn sprintf( '%1$s %2$s', $this->render_column_content( $item[ $column_name ], $column_name ), $this->row_actions( $actions ) );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif ( has_filter('wpda_column_default') ) {\n\t\t\t\t\t// Use filter\n\t\t\t\t\t$filter = apply_filters(\n\t\t\t\t\t\t'wpda_column_default',\n\t\t\t\t\t\t$item,\n\t\t\t\t\t\t$column_name,\n\t\t\t\t\t\t$this->table_name,\n\t\t\t\t\t\t$this->schema_name,\n\t\t\t\t\t\t$this->wpda_list_columns,\n\t\t\t\t\t\tself::$list_number,\n\t\t\t\t\t\t$this\n\t\t\t\t\t);\n\t\t\t\t\tif ( null !== $filter ) {\n\t\t\t\t\t\treturn $filter;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif ( substr( $column_name, 0, 15 ) === 'wpda_hyperlink_') {\n\t\t\t\t\t$hyperlink_no = substr( $column_name, 15 );\n\t\t\t\t\tif ( isset( $this->wpda_table_settings->hyperlinks[$hyperlink_no] ) ) {\n\t\t\t\t\t\t$hyperlink = $this->wpda_table_settings->hyperlinks[$hyperlink_no];\n\t\t\t\t\t\t$hyperlink_html = isset( $hyperlink->hyperlink_html ) ? $hyperlink->hyperlink_html : '';\n\n\t\t\t\t\t\tforeach ( $item as $key => $value ) {\n\t\t\t\t\t\t\t$hyperlink_html = str_replace( \"\\$\\${$key}\\$\\$\", $value, $hyperlink_html );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( false !== strpos( ltrim( $hyperlink_html ), '&lt;') ) {\n\t\t\t\t\t\t\treturn html_entity_decode( $hyperlink_html );\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$hyperlink_label = isset( $hyperlink->hyperlink_label ) ? $hyperlink->hyperlink_label : '';\n\t\t\t\t\t\t\t$hyperlink_target = isset( $hyperlink->hyperlink_target ) ? $hyperlink->hyperlink_target : false;\n\n\t\t\t\t\t\t\t$target = true===$hyperlink_target ? \"target='_blank'\" : '';\n\n\t\t\t\t\t\t\treturn \"<a href='{$hyperlink_html}' {$target}>{$hyperlink_label}</a>\";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn 'ERROR';\n\t\t\t\t} else {\n\t\t\t\t\t// Check if column is of type media\n\t\t\t\t\t$media_type = WPDA_Media_Model::get_column_media( $this->table_name, $column_name, $this->schema_name );\n\t\t\t\t\tif ( 'Image' === $media_type ) {\n\t\t\t\t\t\t$image_ids = explode( ',', $item[ $column_name ] );\n\t\t\t\t\t\t$image_src = '';\n\n\t\t\t\t\t\tforeach ( $image_ids as $image_id ) {\n\t\t\t\t\t\t\t$url = wp_get_attachment_url( esc_attr( $image_id ) );\n\t\t\t\t\t\t\tif ( false !== $url ) {\n\t\t\t\t\t\t\t\t$title = get_the_title( esc_attr( $image_id ) );\n\t\t\t\t\t\t\t\t$image_src .= '' !== $image_src ? '<br/>' : '';\n\t\t\t\t\t\t\t\t$image_src .= sprintf( '<img src=\"%s\" title=\"%s\" width=\"100%%\">', $url, $title );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn $image_src;\n\t\t\t\t\t} elseif ( 'Attachment' === $media_type ) {\n\t\t\t\t\t\t$media_ids = explode( ',', $item[ $column_name ] );\n\t\t\t\t\t\t$media_links = '';\n\n\t\t\t\t\t\tforeach ( $media_ids as $media_id ) {\n\t\t\t\t\t\t\t$url = wp_get_attachment_url( esc_attr( $media_id ) );\n\t\t\t\t\t\t\tif ( false !== $url ) {\n\t\t\t\t\t\t\t\t$mime_type = get_post_mime_type( $media_id );\n\t\t\t\t\t\t\t\tif ( false !== $mime_type ) {\n\t\t\t\t\t\t\t\t\t$title = get_the_title( esc_attr( $media_id ) );\n\t\t\t\t\t\t\t\t\t$media_links .= self::column_media_attachment( $url, $title, $mime_type );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn $media_links;\n\t\t\t\t\t} elseif ( 'Hyperlink' === $media_type ) {\n\t\t\t\t\t\tif ( null === $item[ $column_name ] || '' === $item[ $column_name ] ) {\n\t\t\t\t\t\t\treturn '';\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tif ( ! (\n\t\t\t\t\t\t\t\t\tisset( $this->wpda_table_settings->table_settings->hyperlink_definition ) &&\n\t\t\t\t\t\t\t\t\t'text' === $this->wpda_table_settings->table_settings->hyperlink_definition\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t$hyperlink = json_decode( $item[ $column_name ], true );\n\t\t\t\t\t\t\t\tif ( is_array( $hyperlink ) &&\n\t\t\t\t\t\t\t\t\t isset( $hyperlink['label'] ) &&\n\t\t\t\t\t\t\t\t isset( $hyperlink['url'] ) &&\n\t\t\t\t\t\t\t\t isset( $hyperlink['target'] )\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\treturn \"<a href='{$hyperlink['url']}' target='{$hyperlink['target']}'>{$hyperlink['label']}</a>\";\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\treturn '';\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t$hyperlink_label = $this->wpda_list_columns->get_column_label($column_name);\n\t\t\t\t\t\t\t\treturn \"<a href='{$item[ $column_name ]}' target='_blank'>{$hyperlink_label}</a>\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} elseif ( 'Audio' === $media_type ) {\n\t\t\t\t\t\t$audio_ids = explode( ',', $item[ $column_name ] );\n\t\t\t\t\t\t$audio_src = '';\n\n\t\t\t\t\t\tforeach ( $audio_ids as $audio_id ) {\n\t\t\t\t\t\t\tif ( 'audio' === substr( get_post_mime_type( $audio_id ), 0, 5 ) ) {\n\t\t\t\t\t\t\t\t$url = wp_get_attachment_url( esc_attr( $audio_id ) );\n\t\t\t\t\t\t\t\tif ( false !== $url ) {\n\t\t\t\t\t\t\t\t\t$title = get_the_title( esc_attr( $audio_id ) );\n\t\t\t\t\t\t\t\t\tif ( false !== $url ) {\n\t\t\t\t\t\t\t\t\t\t$audio_src .=\n\t\t\t\t\t\t\t\t\t\t\t'<div title=\"' . $title . '\">' .\n\t\t\t\t\t\t\t\t\t\t\tdo_shortcode( '[audio src=\"' . $url . '\"]' ) .\n\t\t\t\t\t\t\t\t\t\t\t'</div>';\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn $audio_src;\n\t\t\t\t\t} elseif ( 'Video' === $media_type ) {\n\t\t\t\t\t\t$video_ids = explode( ',', $item[ $column_name ] );\n\t\t\t\t\t\t$video_src = '';\n\n\t\t\t\t\t\tforeach ( $video_ids as $video_id ) {\n\t\t\t\t\t\t\tif ( 'video' === substr( get_post_mime_type( $video_id ), 0, 5 ) ) {\n\t\t\t\t\t\t\t\t$url = wp_get_attachment_url( esc_attr( $video_id ) );\n\t\t\t\t\t\t\t\tif ( false !== $url ) {\n\t\t\t\t\t\t\t\t\tif ( false !== $url ) {\n\t\t\t\t\t\t\t\t\t\t$video_src .=\n\t\t\t\t\t\t\t\t\t\t\tdo_shortcode( '[video src=\"' . $url . '\"]' );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\treturn $video_src;\n\t\t\t\t\t} elseif (\n\t\t\t\t\t\t'csv' !== WPDA::get_option( WPDA::OPTION_PLUGIN_SET_FORMAT ) &&\n\t\t\t\t\t\tisset( $this->columns_indexed[ $column_name ]['data_type'] ) &&\n\t\t\t\t\t\t'set' === $this->columns_indexed[ $column_name ]['data_type']\n\t\t\t\t\t) {\n\t\t\t\t\t\t$list = '<' . WPDA::get_option( WPDA::OPTION_PLUGIN_SET_FORMAT ) . '>';\n\t\t\t\t\t\t$listarray = explode( ',', $item[ $column_name ] );\n\n\t\t\t\t\t\tforeach ( $listarray as $listitem ) {\n\t\t\t\t\t\t\t$list .= \"<li>{$listitem}</li>\";\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$list .= '</' . WPDA::get_option( WPDA::OPTION_PLUGIN_SET_FORMAT ) . '>';\n\n\t\t\t\t\t\treturn $list;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t?>\n\t\t\t\t<?php\n\t\t\t\treturn $this->render_column_content( $item[ $column_name ], $column_name );\n\t\t\t}\n\n\t\t}", "protected function _prepareColumns()\n {\n/*\n $this->addColumn('version_number', array(\n 'header' => Mage::helper('gri_cms')->__('Version #'),\n 'width' => 100,\n 'index' => 'version_number',\n 'type' => 'options',\n 'options' => Mage::helper('gri_cms')->getVersionsArray($this->getPage())\n ));\n*/\n $this->addColumn('label', array(\n 'header' => Mage::helper('gri_cms')->__('Version Label'),\n 'index' => 'label',\n 'type' => 'options',\n 'options' => $this->getCollection()\n ->getAsArray('label', 'label')\n ));\n\n $this->addColumn('owner', array(\n 'header' => Mage::helper('gri_cms')->__('Owner'),\n 'index' => 'username',\n 'type' => 'options',\n 'options' => $this->getCollection()->getUsersArray(false),\n 'width' => 250\n ));\n\n $this->addColumn('access_level', array(\n 'header' => Mage::helper('gri_cms')->__('Access Level'),\n 'index' => 'access_level',\n 'type' => 'options',\n 'width' => 100,\n 'options' => Mage::helper('gri_cms')->getVersionAccessLevels()\n ));\n\n $this->addColumn('revisions', array(\n 'header' => Mage::helper('gri_cms')->__('Revisions Qty'),\n 'index' => 'revisions_count',\n 'type' => 'number'\n ));\n\n $this->addColumn('created_at', array(\n 'width' => 150,\n 'header' => Mage::helper('gri_cms')->__('Created At'),\n 'index' => 'created_at',\n 'type' => 'datetime',\n ));\n\n return parent::_prepareColumns();\n }", "function column_display( $column ) {\n\t\tglobal $post;\n\t\tswitch ( $column ) {\n\t\tcase 'client_name':\n\t\t\tif ( get_post_meta( $post->ID, 'client_name', true ) )\n\t\t\t\techo get_post_meta( $post->ID, 'client_name', true );\n\t\t\tbreak;\n\t\tcase 'description':\n\t\t\techo the_excerpt();\n\t\t\tbreak;\n\t\tcase 'media':\n\t\tif ( has_post_thumbnail( $post->ID ) ){ echo get_the_post_thumbnail( $post->ID, array(80,80) ); }\n\t\t\tbreak;\n\t\tcase $this->taxID:\n\t\t\techo get_the_term_list( $post->ID, $this->taxID, '', ', ', '' );\n\t\t\tbreak;\n\t\t}\n\t}", "abstract public static function get_column_name(): string;", "function edit_columns_html($column, $post_id){\n // ...\n }", "protected function _prepareColumns()\r\n {\r\n $this->addColumn('itemid', array(\r\n 'header' => Mage::helper('items')->__('Item ID'),\r\n 'align' =>'left',\r\n 'index' => 'itemid',\r\n ));\r\n $this->addColumn('question_id', array(\r\n 'header' => Mage::helper('items')->__('Question ID'),\r\n 'align' =>'left',\r\n 'index' => 'question_id',\r\n ));\r\n $this->addColumn('question', array(\r\n 'header' => Mage::helper('items')->__('Question'),\r\n 'align' =>'left',\r\n 'index' => 'question',\r\n ));\t\r\n $this->addColumn('question_date', array(\r\n 'header' => Mage::helper('items')->__('Question Date'),\r\n 'align' =>'left',\r\n\t\t 'width' => '20px',\r\n 'index' => 'question_date',\r\n ));\r\n /*$this->addColumn('buyer', array(\r\n 'header' => Mage::helper('items')->__('Buyer'),\r\n 'align' =>'left',\r\n 'index' => 'buyer',\r\n ));*/\r\n \r\n $this->addColumn('answer', array(\r\n 'header' => Mage::helper('items')->__('Answer'),\r\n 'align' =>'left',\r\n 'index' => 'answer',\r\n ));\r\n /*$this->addColumn('created_at', array(\r\n 'header' => Mage::helper('items')->__('Created at'),\r\n 'align' =>'left',\r\n 'index' => 'created_at',\r\n )); */\r\n\r\n $this->addColumn('status', array(\r\n 'header' => Mage::helper('items')->__('Status'),\r\n 'align' => 'left',\r\n 'width' => '80px',\r\n 'index' => 'status',\r\n 'type' => 'options',\r\n 'options' => array(\r\n 'ANSWERED' => 'ANSWERED',\r\n 'UNANSWERED' => 'UNANSWERED',\r\n ),\r\n ));\r\n\t \r\n\t $this->setFilterVisibility(false);\r\n $this->setPagerVisibility(false); \r\n\treturn parent::_prepareColumns();\r\n }", "public function getColumnDefinition($column){ }", "protected function _prepareColumns()\n {\n parent::_prepareColumns();\n\n $this->addColumn('attribute_code', array(\n 'header' => Mage::helper('eav')->__('Attribute Code'),\n 'sortable' => true,\n 'index' => 'attribute_code'\n ));\n\n $this->addColumn('frontend_label', array(\n 'header' => Mage::helper('eav')->__('Attribute Label'),\n 'sortable' => true,\n 'index' => 'frontend_label'\n ));\n }", "protected function _prepareColumns() {\n /**\n * Add columa 'id','name'.\n */\n $this->addCustomColumn ( 'id' );\n $this->addCustomColumn ( 'name' );\n /**\n * Get the Collection of subscriptiontype\n */\n $subscriptionTitle = Mage::getModel ( 'airhotels/subscriptiontype' )->getCollection ();\n $data = $subscriptionTitle->getData ();\n $substitle = null;\n foreach ( $data as $value ) {\n $i = $value ['id'];\n $substitle [$i] = $value ['title'];\n }\n /**\n * When building a module always utilise the installation and\n * upgrade scripts so that any database additions or changes are automatically modified\n * on module installation.\n * There are a number of built in functions to these modules allowing you to add attributes,\n * create new tables etc.\n *\n * Add Column for subscription_type\n */\n $this->addColumn ( 'subscription_type', array (\n 'header' => Mage::helper ( 'airhotels' )->__ ( 'Subscription Type' ),\n 'align' => 'left',\n 'width' => '80px',\n 'index' => 'subscription_type',\n 'type' => 'options',\n 'options' => $substitle,\n 'renderer' => 'Apptha_Airhotels_Block_Adminhtml_Managesubscriptions_Grid_Renderer_Type' \n ) );\n /**\n * When building a module always utilise the installation and\n * upgrade scripts so that any database additions or changes are automatically modified\n * on module installation.\n * There are a number of built in functions to these modules allowing you to add attributes,\n * create new tables etc.\n *\n * Add Column for action\n */\n $this->addColumn ( 'action', array (\n 'header' => Mage::helper ( 'airhotels' )->__ ( 'Action' ),\n 'filter' => false,\n 'width' => '100',\n 'type' => 'action',\n 'getter' => 'getId', \n 'index' => 'stores',\n 'actions' => array (\n array (\n 'caption' => Mage::helper ( 'airhotels' )->__ ( 'Edit' ),\n 'url' => array (\n 'base' => '*/*/edit'\n ),\n 'field' => 'id'\n )\n ),\n 'sortable' => false,\n 'is_system' => true \n ) );\n /**\n * Calling the parent Construct Method.\n */\n return parent::_prepareColumns ();\n }", "protected function _prepareColumns()\n {\n $this->addColumn('recipetype_id', array(\n 'header' => Mage::helper('recomiendo_recipes')->__('ID'),\n 'width' => '50px',\n 'index' => 'recipetype_id',\n ));\n\n $this->addColumn('name', array(\n 'header' => Mage::helper('recomiendo_recipes')->__('Nombre Clasificación'),\n 'index' => 'name',\n ));\n\n return parent::_prepareColumns();\n }", "protected function default_column_class() {\n\t\t$return = array(\n\t\t\t'title' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-4 wpo-col-lg-4 wpo-col-xl-3',\n\t\t\t'fieldset' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-8 wpo-col-lg-8 wpo-col-xl-9',\n\t\t);\n\t\tswitch ( $this->module() ) {\n\t\t\tcase 'user_profile':\n\t\t\t\t$return = array(\n\t\t\t\t\t'title' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-12 wpo-col-lg-2 wpo-col-xl-2',\n\t\t\t\t\t'fieldset' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-12 wpo-col-lg-10 wpo-col-xl-10',\n\t\t\t\t);\n\t\t\t\tbreak;\n\t\t\tcase 'taxonomy':\n\t\t\t\t$return = array(\n\t\t\t\t\t'title' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-3 wpo-col-lg-3 wpo-col-xl-3',\n\t\t\t\t\t'fieldset' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-9 wpo-col-lg-9 wpo-col-xl-9',\n\t\t\t\t);\n\t\t\t\tbreak;\n\t\t\tcase 'metabox':\n\t\t\t\t$screen = get_current_screen();\n\t\t\t\tif ( $screen && in_array( $screen->base, array( 'term', 'edit-tags' ), true ) ) {\n\t\t\t\t\t$return = array(\n\t\t\t\t\t\t'title' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-4 wpo-col-lg-4 wpo-col-xl-4',\n\t\t\t\t\t\t'fieldset' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-8 wpo-col-lg-8 wpo-col-xl-8',\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif ( false === $this->has( 'title' ) || true === $this->option( 'hide_title' ) ) {\n\t\t\t$return['fieldset'] = 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-12 wpo-col-lg-12 wpo-col-xl-12';\n\t\t}\n\t\treturn apply_filters( 'wponion/default/field/column/css_class', $return, $this->module(), $this );\n\t}", "protected function _prepareColumns()\n {\n parent::_prepareColumns();\n\n\n $this->addColumn('attribute_code', array(\n 'header'=>Mage::helper('strakertranslations_easytranslationplatform')->__('Attribute Code'),\n 'sortable'=>true,\n 'index'=>'attribute_code',\n 'width' => '22%'\n ));\n\n $this->addColumn('frontend_label', array(\n 'header'=>Mage::helper('strakertranslations_easytranslationplatform')->__('Attribute Label'),\n 'sortable'=>true,\n 'index'=>'frontend_label',\n 'width' => '22%'\n ));\n\n $this->addColumn('translate_options', array(\n 'header'=>Mage::helper('strakertranslations_easytranslationplatform')->__('Translate Attribute Options'),\n 'renderer' => 'StrakerTranslations_EasyTranslationPlatform_Block_Adminhtml_Template_Grid_Renderer_TranslateOptions',\n 'align' => 'center',\n 'index' => 'frontend_input',\n 'sortable'=> false,\n 'type' => 'options',\n 'options' => [\n 'no' => Mage::helper('catalog')->__('No Options'),\n 'select' => Mage::helper('catalog')->__('Has Options')\n ],\n 'filter_condition_callback' => array($this, '_optionsFilter'),\n 'width' => '22%'\n ));\n\n $this->addColumn('is_visible', array(\n 'header'=>Mage::helper('catalog')->__('Visible'),\n 'sortable'=>true,\n 'index'=>'is_visible_on_front',\n 'type' => 'options',\n 'options' => array(\n '1' => Mage::helper('catalog')->__('Yes'),\n '0' => Mage::helper('catalog')->__('No'),\n ),\n 'align' => 'center',\n 'width' => '22%'\n ));\n\n $this->addColumn('version',\n array(\n 'header'=> Mage::helper('catalog')->__('Translated'),\n 'width' => '70px',\n 'index' => 'version',\n 'type' => 'options',\n 'options' => array(\n 'Translated' => Mage::helper('catalog')->__('Translated'),\n 'Not Translated' => Mage::helper('catalog')->__('Not Translated')\n ),\n 'renderer' => 'StrakerTranslations_EasyTranslationPlatform_Block_Adminhtml_Template_Grid_Renderer_Translated',\n 'filter_condition_callback' => array($this, '_versionFilter'),\n ));\n\n return $this;\n }", "static function getColumns()\n {\n }", "function edit_columns_html($column, $post_id){\n \n switch($column){\n \n // Name\n case 'name':\n \n echo '<code style=\"font-size: 12px;\">' . $this->get_name($post_id) . '</code>';\n break;\n \n // Post ID\n case 'post_id':\n \n $p_id = get_field('post_id', $post_id);\n \n if(empty($p_id))\n $p_id = 'options';\n \n echo '<code style=\"font-size: 12px;\">' . $p_id. '</code>';\n break;\n \n // Autoload\n case 'autoload':\n \n $al = __('No');\n $autoload = get_field('autoload', $post_id);\n \n if(!empty($autoload))\n $al = __('Yes');\n \n echo $al;\n break;\n \n }\n \n }", "protected function _prepareColumns()\n\t{\n\t\tparent::_prepareColumns();\n\t\t\n\t\t// remove old columns\n\t\t$this->removeColumn('gender'); // futureproof\n $this->removeColumn('lastname');\n $this->removeColumn('firstname');\n\t\t\n\t\t// add new columns\n\t\t$this->addColumnAfter('gender', array(\n\t\t\t'header' => Mage::helper('newsletter')->__('Gender'),\n 'index' => 'customer_gender',\n 'type' => 'options',\n 'options' => array(\n 1 => Mage::helper('newsletter')->__('Mr'),\n 2 => Mage::helper('newsletter')->__('Ms/Mrs')\n ),\n\t\t\t'renderer'\t=> 'Mediarocks_NewsletterExtended_Adminhtml_Block_Newsletter_Subscriber_Grid_Renderer_Gender'\n\t\t), 'type');\n\t\t\n\t\t$this->addColumnAfter('firstname', array(\n\t\t\t'header' => Mage::helper('newsletter')->__('Firstname'),\n 'index' => 'customer_firstname',\n\t\t\t'renderer'\t=> 'Mediarocks_NewsletterExtended_Adminhtml_Block_Newsletter_Subscriber_Grid_Renderer_Firstname'\n\t\t), 'gender');\n\t\t\n\t\t$this->addColumnAfter('lastname', array(\n\t\t\t'header' => Mage::helper('newsletter')->__('Lastname'),\n 'index' => 'customer_lastname',\n\t\t\t'renderer'\t=> 'Mediarocks_NewsletterExtended_Adminhtml_Block_Newsletter_Subscriber_Grid_Renderer_Lastname'\n\t\t), 'firstname');\n\n\t\t// manually sort again, that our custom order works\n\t\t$this->sortColumnsByOrder();\n\t\t\n return $this;\n }", "public function addColumns()\n {\n add_filter( 'manage_edit-' . $this->post_type . '_columns', array($this, 'editColumns') ) ; // Add or Remove a Column\n add_action( 'manage_' . $this->post_type . '_posts_custom_column', array($this, 'manageColumns') ); //Show and Modify Column Data\n add_filter( 'manage_edit-' . $this->post_type . '_sortable_columns', array($this, 'sortableColumns') ); // Flags sortable Columns\n add_action( 'load-edit.php', array($this, 'loadSortColumns') );\n }", "protected function _prepareColumns()\n {\n parent::_prepareColumns();\n\n $this->addColumnAfter(\n 'is_visible',\n [\n 'header' => __('Visible'),\n 'sortable' => true,\n 'index' => 'is_visible_on_front',\n 'type' => 'options',\n 'options' => ['1' => __('Yes'), '0' => __('No')],\n 'align' => 'center'\n ],\n 'frontend_label'\n );\n\n $this->addColumnAfter(\n 'is_global',\n [\n 'header' => __('Scope'),\n 'sortable' => true,\n 'index' => 'is_global',\n 'type' => 'options',\n 'options' => [\n \\Magento\\Eav\\Model\\Entity\\Attribute\\ScopedAttributeInterface::SCOPE_STORE => __('Store View'),\n \\Magento\\Eav\\Model\\Entity\\Attribute\\ScopedAttributeInterface::SCOPE_WEBSITE => __('Web Site'),\n \\Magento\\Eav\\Model\\Entity\\Attribute\\ScopedAttributeInterface::SCOPE_GLOBAL => __('Global'),\n ],\n 'align' => 'center'\n ],\n 'is_visible'\n );\n\n $this->addColumn(\n 'is_searchable',\n [\n 'header' => __('Searchable'),\n 'sortable' => true,\n 'index' => 'is_searchable',\n 'type' => 'options',\n 'options' => ['1' => __('Yes'), '0' => __('No')],\n 'align' => 'center'\n ]\n\n );\n\n $this->_eventManager->dispatch('product_attribute_grid_build', ['grid' => $this]);\n\n $this->addColumnAfter(\n 'is_comparable',\n [\n 'header' => __('Comparable'),\n 'sortable' => true,\n 'index' => 'is_comparable',\n 'type' => 'options',\n 'options' => ['1' => __('Yes'), '0' => __('No')],\n 'align' => 'center'\n ],\n 'is_filterable'\n );\n\n return $this;\n }", "public function get_columns() {\n\n\t\t\t$columns = [];\n\n\t\t\tif ( $this->bulk_actions_enabled ) {\n\t\t\t\tif ( ! empty( $this->wpda_list_columns->get_table_primary_key() ) ) {\n\t\t\t\t\t// Tables has primary key: bulk actions allowed!\n\t\t\t\t\t// Primary key is used to ensure uniqueness.\n\t\t\t\t\t$actions = $this->get_bulk_actions();\n\t\t\t\t\tif ( is_array( $actions ) && 0 < sizeof( $actions ) ) {\n\t\t\t\t\t\t$columns = [ 'cb' => '<input type=\"checkbox\" />' ];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t$columnlist = $this->wpda_list_columns->get_table_column_headers();\n\t\t\tforeach ( $columnlist as $key => $value ) {\n\t\t\t\t$columns[ $key ] = $value;\n\t\t\t\t// Check for alternative column header.\n\t\t\t\tif ( isset( $this->column_headers[ $key ] ) ) {\n\t\t\t\t\t// Alternative header found: use it.\n\t\t\t\t\t$columns[ $key ] = $this->column_headers[ $key ];\n\t\t\t\t} else {\n\t\t\t\t\t// Default behaviour: get column header from generated label.\n\t\t\t\t\t$columns[ $key ] = $this->wpda_list_columns->get_column_label( $key );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( isset( $this->wpda_table_settings->hyperlinks ) ) {\n\t\t\t\t$i = 0;\n\t\t\t\tforeach ( $this->wpda_table_settings->hyperlinks as $hyperlink ) {\n\t\t\t\t\tif ( isset( $hyperlink->hyperlink_list ) && true === $hyperlink->hyperlink_list ) {\n\t\t\t\t\t\t$skip_column = false;\n\n\t\t\t\t\t\tif ( null !== $this->wpda_project_table_settings ) {\n\t\t\t\t\t\t\t$hyperlink_label = $hyperlink->hyperlink_label;\n\n\t\t\t\t\t\t\tif ( ! property_exists( $this, 'is_child') ) {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tisset( $this->wpda_project_table_settings->hyperlinks_parent->$hyperlink_label ) &&\n\t\t\t\t\t\t\t\t\t! $this->wpda_project_table_settings->hyperlinks_parent->$hyperlink_label\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t$skip_column = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tisset( $this->wpda_project_table_settings->hyperlinks_child->$hyperlink_label ) &&\n\t\t\t\t\t\t\t\t\t! $this->wpda_project_table_settings->hyperlinks_child->$hyperlink_label\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t$skip_column = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( ! $skip_column ) {\n\t\t\t\t\t\t\t$hyperlink_label = isset( $hyperlink->hyperlink_label ) ? $hyperlink->hyperlink_label : '';\n\t\t\t\t\t\t\t$columns[\"wpda_hyperlink_{$i}\"] = $hyperlink_label; // Add hyperlink label\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t$i++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn $columns;\n\n\t\t}", "function columns_output( $column_name, $post_id ) {\n\n\t\tswitch ( $column_name ) {\n\n\t\t\tcase 'example-column':\n\n\t\t\t\techo '<p>' . __('Display custom content here.', 'sudoh') . '</p>';\n\t\t\t\tbreak;\n\n\t\t\tcase 'thumbnail':\n\n\t\t\t\tif ( has_post_thumbnail($post_id) )\n\t\t\t\t\techo get_the_post_thumbnail($post_id, 'thumbnail');\n\t\t\t\tbreak;\n\n\t\t}\n\n\t}", "function my_manage_business_columns( $column, $post_id ) {\n\tglobal $post;\n\n\tswitch( $column ) {\n\n\t\t/* If displaying the 'business-type' column. */\n\t\tcase 'business-type' :\n\n\t\t\t/* Get the genres for the post. */\n\t\t\t$terms = get_the_terms( $post_id, 'business-type' );\n\n\t\t\t/* If terms were found. */\n\t\t\tif ( !empty( $terms ) ) {\n\n\t\t\t\t$out = array();\n\n\t\t\t\t/* Loop through each term, linking to the 'edit posts' page for the specific term. */\n\t\t\t\tforeach ( $terms as $term ) {\n\t\t\t\t\t$out[] = sprintf( '<a href=\"%s\">%s</a>',\n\t\t\t\t\t\tesc_url( add_query_arg( array( 'post_type' => $post->post_type, 'genre' => $term->slug ), 'edit.php' ) ),\n\t\t\t\t\t\tesc_html( sanitize_term_field( 'name', $term->name, $term->term_id, 'business-type', 'display' ) )\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\t/* Join the terms, separating them with a comma. */\n\t\t\t\techo join( ', ', $out );\n\t\t\t}\n\n\t\t\t/* If no terms were found, output a default message. */\n\t\t\telse {\n\t\t\t\t_e( '—' );\n\t\t\t}\n\n\t\t\tbreak;\n\n\n\t\t/* If displaying the 'business-type' column. */\n\t\tcase 'vlevel' :\n\n\t\t\t/* Get the genres for the post. */\n\t\t\t$term = get_field_object( 'vlevel', $post_id );\n\t\t\t/* If terms were found. */\n\t\t\tif ( !empty( $term['value'] ) ) {\n\t\t\t\t$value = $term['value'];\n\t\t\t \techo $term['choices'][$value]; \t\n\t\t\t}\n\n\t\t\t/* If no terms were found, output a default message. */\n\t\t\telse {\n\t\t\t\t_e( '—' );\n\t\t\t}\n\n\t\t\tbreak;\n\n\t\tcase 'cuisine' :\n\n\t\t\t/* Get the genres for the post. */\n\t\t\t$terms = get_the_terms( $post_id, 'cuisine' );\n\n\t\t\t/* If terms were found. */\n\t\t\tif ( !empty( $terms ) ) {\n\n\t\t\t\t$out = array();\n\n\t\t\t\t/* Loop through each term, linking to the 'edit posts' page for the specific term. */\n\t\t\t\tforeach ( $terms as $term ) {\n\t\t\t\t\t$out[] = sprintf( '<a href=\"%s\">%s</a>',\n\t\t\t\t\t\tesc_url( add_query_arg( array( 'post_type' => $post->post_type, 'genre' => $term->slug ), 'edit.php' ) ),\n\t\t\t\t\t\tesc_html( sanitize_term_field( 'name', $term->name, $term->term_id, 'cuisine', 'display' ) )\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\t/* Join the terms, separating them with a comma. */\n\t\t\t\techo join( ', ', $out );\n\t\t\t}\n\n\t\t\t/* If no terms were found, output a default message. */\n\t\t\telse {\n\t\t\t\t_e( '—' );\n\t\t\t}\n\n\t\t\tbreak;\n\n\t\t/* Just break out of the switch statement for everything else. */\n\t\tdefault :\n\t\t\tbreak;\n\t}\n}", "protected function _prepareColumns()\n {\n $this->addColumn('hourbelt_id', array(\n 'header' => Mage::helper('recomiendo_recipes')->__('ID'),\n 'width' => '50px',\n 'index' => 'hourbelt_id',\n ));\n\n $this->addColumn('name', array(\n 'header' => Mage::helper('recomiendo_recipes')->__('Nombre Franja'),\n 'index' => 'name',\n ));\n\n $this->addColumn('start', array(\n 'header' => Mage::helper('recomiendo_recipes')->__('Hora Inicio'),\n 'index' => 'start',\n ));\n\n $this->addColumn('finish', array(\n 'header' => Mage::helper('recomiendo_recipes')->__('Hora Fin'),\n 'index' => 'finish',\n ));\n\n return parent::_prepareColumns();\n }", "protected function _prepareColumns()\n {\n\n $this->addColumn(\n 'entity_id',\n array(\n 'header' => Mage::helper('bs_docwise')->__('Id'),\n 'index' => 'entity_id',\n 'type' => 'number'\n )\n );\n\n $this->addColumn(\n 'in_docwisements',\n array(\n 'header_css_class' => 'a-center',\n 'type' => 'checkbox',\n 'name' => 'in_docwisements',\n 'values'=> $this->_getSelectedDocwisements(),\n 'align' => 'center',\n 'index' => 'entity_id'\n )\n );\n\n $this->addColumn(\n 'doc_name',\n array(\n 'header' => Mage::helper('bs_docwise')->__('Document Name'),\n 'align' => 'left',\n 'index' => 'doc_name',\n )\n );\n\n\n $this->addColumn(\n 'doc_type',\n array(\n 'header' => Mage::helper('bs_docwise')->__('Document Type'),\n 'index' => 'doc_type',\n 'type' => 'options',\n 'options' => Mage::helper('bs_docwise')->convertOptions(\n Mage::getModel('bs_docwise/docwisement_attribute_source_doctype')->getAllOptions(false)\n )\n\n )\n );\n $this->addColumn(\n 'doc_date',\n array(\n 'header' => Mage::helper('bs_docwise')->__('Date'),\n 'index' => 'doc_date',\n 'type'=> 'date',\n\n )\n );\n\n $this->addColumn(\n 'download',\n array(\n 'header' => Mage::helper('bs_docwise')->__('View/Download'),\n 'type' =>'text',\n 'renderer' => 'bs_docwise/adminhtml_helper_column_renderer_download',\n\n 'filter' => false,\n 'sortable' => false,\n )\n );\n\n $this->addColumn(\n 'position',\n array(\n 'header' => Mage::helper('catalog')->__('Position'),\n 'name' => 'position',\n 'width' => 60,\n 'type' => 'number',\n 'validate_class' => 'validate-number',\n 'index' => 'position',\n 'editable' => true,\n )\n );\n $this->addColumn(\n 'action',\n array(\n 'header' => Mage::helper('bs_docwise')->__('Action'),\n 'width' => '100',\n 'type' => 'action',\n 'getter' => 'getId',\n 'actions' => array(\n array(\n 'caption' => Mage::helper('bs_docwise')->__('Edit'),\n 'url' => array('base'=> '*/docwise_docwisement/edit'),\n 'field' => 'id'\n )\n ),\n 'filter' => false,\n 'is_system' => true,\n 'sortable' => false,\n )\n );\n }", "function custom_columns( $column, $post_id ) {\n\tswitch ( $column ) {\n\t\tcase 'type':\n\t\t\t$terms = get_post_meta( $post_id, 'freeproductid', true );\n\t\t\tif ( $terms != '' ) {\n\t\t\t\t$freeproducter = wc_get_product( $terms );\n\t\t\t\techo $freeproducter->get_formatted_name( );\n\t\t\t\techo '<br />';\n\t\t\t} else {\n\t\t\t\t_e( 'No free product', 'woocommerce-freeproduct' );\n\t\t\t\techo '<br />';\n\t\t\t}\n\t\t\tbreak;\n\t}\n}", "public function metaCustomColumn($column_name, $meta_field, $id)\n {\n if ($column_name === $column_name) {\n $column_name = get_post_meta($id, $meta_field, true);\n echo $column_name;\n }\n }", "protected function _prepareColumns()\n {\n $this->addColumn('ticket_id', array(\n 'header' => Mage::helper('inchoo_supportticket')->__('ID'),\n 'width' => '80px',\n 'index' => 'ticket_id'\n ));\n $this->addColumn('subject', array(\n 'header'=> Mage::helper('inchoo_supportticket')->__('Subject'),\n 'type'=> 'text',\n 'width' => '300px',\n 'index' => 'subject',\n 'escape' => true\n ));\n $this->addColumn('content', array(\n 'header'=> Mage::helper('inchoo_supportticket')->__('Content'),\n 'type' => 'text',\n 'index' => 'content',\n 'escape' => true\n ));\n $this->addColumn('status', array(\n 'header'=> Mage::helper('inchoo_supportticket')->__('Status'),\n 'type'=> 'text',\n 'width' => '200px',\n 'index' => 'status',\n 'escape' => true\n ));\n $this->addColumn('created_at', array(\n 'header'=> Mage::helper('inchoo_supportticket')->__('Created at'),\n 'type' => 'text',\n 'width' => '170px',\n 'index' => 'created_at',\n ));\n return parent::_prepareColumns();\n }", "function overview_columns($columns) {\r\n\r\n $overview_columns = apply_filters('wpi_overview_columns', array(\r\n 'cb' => '',\r\n 'post_title' => __('Title', WPI),\r\n 'total' => __('Total Collected', WPI),\r\n 'user_email' => __('Recipient', WPI),\r\n 'post_modified' => __('Date', WPI),\r\n 'post_status' => __('Status', WPI),\r\n 'type' => __('Type', WPI),\r\n 'invoice_id' => __('Invoice ID', WPI)\r\n ));\r\n\r\n /* We need to grab the columns from the class itself, so we instantiate a new temp object */\r\n foreach ($overview_columns as $column => $title) {\r\n $columns[$column] = $title;\r\n }\r\n\r\n return $columns;\r\n }", "public function get_columns()\n\t{\n\t\t$columns = array();\n\t\t$class = $this->activeRecordClass;\n\t\t\n\t\tif ( ! empty( $this->bulkActions ) )\n\t\t{\n\t\t\t$columns[ 'cb' ] = '<input type=\"checkbox\" />';\n\t\t}\n\t\t\n\t\tif ( isset( $this->columns ) )\n\t\t{\n\t\t\t$columns = array_merge( $columns, $this->columns );\n\t\t\treturn $columns;\n\t\t}\n\t\t\n\t\tforeach( $class::$columns as $key => $column )\n\t\t{\n\t\t\t$slug = NULL;\n\t\t\t$title = NULL;\n\t\t\t\n\t\t\tif ( is_array( $column ) )\n\t\t\t{\n\t\t\t\t$slug = $class::$prefix . $key;\n\t\t\t\tif ( isset( $column[ 'title' ] ) and is_string( $column[ 'title' ] ) )\n\t\t\t\t{\n\t\t\t\t\t$title = $column[ 'title' ];\n\t\t\t\t}\n\t\t\t}\n\t\t\telseif ( is_string( $column ) )\n\t\t\t{\n\t\t\t\t$slug = $class::$prefix . $column;\n\t\t\t}\n\t\t\t\n\t\t\tif ( ! $title )\n\t\t\t{\n\t\t\t\t$title = str_replace( '_', ' ', $slug );\n\t\t\t\t$title = ucwords( $title );\n\t\t\t}\n\t\t\t\n\t\t\t$columns[ $slug ] = $title;\n\t\t}\n\t\t\n\t\treturn $columns;\n\t}", "protected function _prepareColumns()\n {\n $this->addColumn('solutionpartner_id', array(\n 'header' => Mage::helper('solutionpartner')->__('ID'),\n 'align' =>'right',\n 'width' => '50px',\n 'index' => 'solutionpartner_id',\n ));\n\n $this->addColumn('name', array(\n 'header' => Mage::helper('solutionpartner')->__('Name'),\n 'align' =>'left',\n 'index' => 'name',\n ));\n\n $this->addColumn('email', array(\n 'header' => Mage::helper('solutionpartner')->__('Email'),\n 'align' =>'left',\n 'index' => 'email',\n 'renderer' => 'solutionpartner/adminhtml_solutionpartner_renderer_customer',\n ));\n\n $this->addColumn('website', array(\n 'header' => Mage::helper('solutionpartner')->__('Website'),\n 'align' => 'left',\n 'index' => 'website',\n 'renderer' => 'solutionpartner/adminhtml_solutionpartner_renderer_website',\n ));\n\n $this->addColumn('country', array(\n 'header' => Mage::helper('solutionpartner')->__('Country'),\n 'align' => 'left',\n 'index' => 'country',\n 'type' => 'options',\n 'options' => Mage::helper('solutionpartner')->getCountryList(),\n ));\n\n $this->addColumn('number_qtys', array(\n 'header' => Mage::helper('solutionpartner')->__('Order Qty'),\n 'align' => 'center',\n 'index' => 'number_qtys',\n 'filter_index' => 'count(order.entity_id)',\n 'type' => 'number',\n 'filter_condition_callback' => array($this, '_filterTotalProductsCallback'),\n // 'renderer' => 'partner/adminhtml_partner_renderer_orderquantity',\n ));\n\n// $this->addColumn('cumulative_amount', array(\n// 'header' => Mage::helper('solutionpartner')->__('Accumulated Revenue'),\n// 'type' => 'price',\n// 'index' => 'cumulative_amount',\n// 'currency_code' => Mage::app()->getStore()->getBaseCurrency()->getCode(),\n// ));\n//\n// $this->addColumn('cumulative_amount_history', array(\n// 'header' => Mage::helper('solutionpartner')->__('Revenue History'),\n// 'type' => 'price',\n// 'index' => 'cumulative_amount_history',\n// 'currency_code' => Mage::app()->getStore()->getBaseCurrency()->getCode(),\n// ));\n\n $this->addColumn('registered_date', array(\n 'header' => Mage::helper('solutionpartner')->__('Registered Date'),\n 'align' => 'left',\n 'index' => 'registered_date',\n 'type' => 'datetime'\n ));\n\n $this->addColumn('status', array(\n 'header' => Mage::helper('solutionpartner')->__('Status'),\n 'align' => 'left',\n 'width' => '80px',\n 'index' => 'status',\n 'type' => 'options',\n 'options' => array(\n 1 => 'Enabled',\n 2 => 'Disabled',\n ),\n ));\n\n $this->addColumn('action',\n array(\n 'header' => Mage::helper('solutionpartner')->__('Action'),\n 'width' => '100',\n 'type' => 'action',\n 'getter' => 'getId',\n 'actions' => array(\n array(\n 'caption' => Mage::helper('solutionpartner')->__('Edit'),\n 'url' => array('base'=> '*/*/edit'),\n 'field' => 'id'\n )),\n 'filter' => false,\n 'sortable' => false,\n 'index' => 'stores',\n 'is_system' => true,\n ));\n\n $this->addExportType('*/*/exportCsv', Mage::helper('solutionpartner')->__('CSV'));\n $this->addExportType('*/*/exportXml', Mage::helper('solutionpartner')->__('XML'));\n\n return parent::_prepareColumns();\n }", "abstract public function listColumns();", "function _column($col){\n preg_match('/^([^_]*)(?:_(.*))?((?<!s)|s)$/', $col, $matches);\n $column = array(\n 'colname' => $col,\n 'multi' => ($matches[3] === 's'),\n 'key' => utf8_strtolower($matches[1]),\n 'title' => $matches[1],\n 'type' => utf8_strtolower($matches[2])\n );\n\n // fix title for special columns\n static $specials = array('%title%' => array('page', 'title'),\n '%pageid%' => array('title', 'page'),\n '%class%' => array('class'),\n '%lastmod%' => array('lastmod','timestamp'));\n if (isset($specials[$column['title']])) {\n $s = $specials[$column['title']];\n $column['title'] = $this->getLang($s[0]);\n if($column['type'] === '' && isset($s[1])) {\n $column['type'] = $s[1];\n }\n }\n\n // check if the type is some alias\n $aliases = $this->_aliases();\n if(isset($aliases[$column['type']])){\n $column['origtype'] = $column['type'];\n $column['type'] = $aliases[$column['type']];\n }\n return $column;\n }", "protected function _prepareColumns() {\n $this->addColumn('period', array(\n 'header' => Mage::helper('webpos')->__('Period'),\n 'align' => 'left',\n 'total' => 'sum',\n 'sortable' => false,\n 'filter' => false,\n 'index' => 'period',\n 'width' => '100px',\n ));\n $this->addColumn('user', array(\n 'header' => Mage::helper('webpos')->__('User'),\n 'align' => 'left',\n 'total' => 'sum',\n 'sortable' => false,\n 'filter' => false,\n 'index' => 'user',\n 'width' => '200px',\n ));\n $this->addColumn('totals_sales', array(\n 'header' => Mage::helper('webpos')->__('Sales Total'),\n 'align' => 'left',\n 'total' => 'sum',\n 'sortable' => false,\n 'filter' => false,\n 'width' => '100px',\n 'index' => 'totals_sales',\n 'type' => 'price',\n 'currency_code' => Mage::app()->getStore()->getBaseCurrency()->getCode(),\n ));\n $this->addExportType('*/*/exportCsv', Mage::helper('webpos')->__('CSV'));\n $this->addExportType('*/*/exportXml', Mage::helper('webpos')->__('XML'));\n\n return parent::_prepareColumns();\n }", "abstract protected function getColumnsHeader(): array;", "protected function _prepareColumns()\n {\n \t// Checkbox\n \t$checkboxColumnBody = new Lumia_DataGrid_Body_Checkbox('student_id[]');\n \t$checkboxColumnHeader = new Lumia_DataGrid_Header_Checkbox();\n $this->addColumn(new Lumia_DataGrid_Column($checkboxColumnBody, $checkboxColumnHeader));\n \n // Name\n $nameColumnBody = new Lumia_DataGrid_Body_Text('student_name');\n $nameColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Name');\n $this->addColumn(new Lumia_DataGrid_Column($nameColumnBody, $nameColumnHeader));\n \n // Code\n $codeColumnBody = new Lumia_DataGrid_Body_Text('student_code');\n $codeColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Code');\n $this->addColumn(new Lumia_DataGrid_Column($codeColumnBody, $codeColumnHeader));\n \n // Date of birth\n $dateColumnBody = new Lumia_DataGrid_Body_Date('student_birth');\n $dateColumnBody->setOptions(array('dateFormat' => 'dd/MM/yyyy'));\n $dateColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Date of birth');\n $this->addColumn(new Lumia_DataGrid_Column($dateColumnBody, $dateColumnHeader));\n \n // Gender\n $genderColumnBody = new Admin_DataGrid_Student_Body_Gender('student_gender');\n $genderColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Gender');\n $this->addColumn(new Lumia_DataGrid_Column($genderColumnBody, $genderColumnHeader));\n \n // Class\n $classColumnBody = new Lumia_DataGrid_Body_Text('class_department');\n $classColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Class/Department');\n $this->addColumn(new Lumia_DataGrid_Column($classColumnBody, $classColumnHeader));\n \n // Status\n $statusColumnBody = new Admin_DataGrid_Student_Body_Status('user_status');\n $statusColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Status');\n $this->addColumn(new Lumia_DataGrid_Column($statusColumnBody, $statusColumnHeader));\n \n // Action\n $actionColumnBody = new Admin_DataGrid_Student_Body_Action('actionColumn');\n $actionColumnHeader = new Lumia_DataGrid_Header_Text();\n $this->addColumn(new Lumia_DataGrid_Column($actionColumnBody, $actionColumnHeader));\n }", "abstract public function tableColumns();", "public function custom_column( $column, $post_id ) {\n\t\tswitch ( $column ) {\n\t\t\tcase 'url':\n\t\t\t\techo '<span class=\"the-guide-url\">' . esc_html( get_post_meta( $post_id, 'the-guide-url', true ) ) . '</span>';\n\n\t\t\t\tbreak;\n\t\t\tcase 'steps':\n\t\t\t\t?>\n\t\t\t\t\t<ol class=\"the-guide-steps\" data-steps=\"\n\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t$steps = get_post_meta( $post_id, 'the-guide-steps', true );\n\t\t\t\t\t\t\techo esc_attr( implode( ',', $steps ) );\n\t\t\t\t\t\t?>\n\t\t\t\t\t\">\n\t\t\t\t\t\t<li><?php echo esc_attr( implode( '</li><li>', $steps ) ); ?></li>\n\t\t\t\t\t</ol>\n\t\t\t\t<?php\n\n\t\t\t\tbreak;\n\t\t\tcase 'enabled':\n\t\t\t\t?>\n\t\t\t\t<input\n\t\t\t\t\t<?php checked( get_post_meta( $post_id, 'the-guide-is-enabled', true ) ); ?>\n\t\t\t\tdisabled class=\"the-guide-is-enabled\" type=\"checkbox\">\n\t\t\t\t<?php\n\n\t\t\t\tbreak;\n\t\t}\n\t}", "function custom_edit_coupon_columns($columns) {\r\n\r\n $columns['coupon_type'] = esc_html__( 'Coupon', 'wp-coupon' );\r\n $columns['expires'] = esc_html__( 'Expires', 'wp-coupon' );\r\n $columns['stats'] = esc_html__( 'Votes / Clicks', 'wp-coupon' );\r\n\r\n\r\n //unset( $columns['author'] );\r\n // Move default columns to right\r\n if ( isset( $columns['comments'] ) ) {\r\n $title = $columns['comments'];\r\n unset( $columns['comments'] );\r\n $columns['comments'] = $title;\r\n }\r\n\r\n if ( isset( $columns['author'] ) ) {\r\n $title = $columns['author'];\r\n unset( $columns['author'] );\r\n $columns['author'] = $title;\r\n }\r\n\r\n if ( isset( $columns['date'] ) ) {\r\n $title = $columns['date'];\r\n unset( $columns['date'] );\r\n $columns['date'] = $title;\r\n }\r\n\r\n return $columns;\r\n }", "public function custom_columns($column_id, $post_id) {\n\t\tif (taxonomy_exists($column_id) == true) {\n\t\t\t$terms = get_the_terms($post_id, $column_id);\n\t\t\t$ret = array();\n\t\t\tif (!empty($terms)) {\n\t\t\t\tforeach ($terms as $term) {\n\t\t\t\t\t$url = add_query_arg(array(\n\t\t\t\t\t\t'post_type' => $this->post_type,\n\t\t\t\t\t\t'term' => $term->slug,\n\t\t\t\t\t\t'taxonomy' => $column_id\n\t\t\t\t\t) , admin_url('edit.php'));\n\t\t\t\t\t$a_class = preg_replace('/^emd_/', '', $this->post_type);\n\t\t\t\t\t$ret[] = sprintf('<a href=\"%s\" class=\"' . $a_class . '-tax ' . $term->slug . '\">%s</a>', $url, $term->name);\n\t\t\t\t}\n\t\t\t}\n\t\t\techo implode(', ', $ret);\n\t\t\treturn;\n\t\t}\n\t\t$rel_list = get_option(str_replace(\"-\", \"_\", $this->textdomain) . '_rel_list');\n\t\tif (!empty($rel_list) && !empty($rel_list[$column_id])) {\n\t\t\t$rel_arr = $rel_list[$column_id];\n\t\t\tif ($rel_arr['from'] == $this->post_type) {\n\t\t\t\t$other_ptype = $rel_arr['to'];\n\t\t\t} elseif ($rel_arr['to'] == $this->post_type) {\n\t\t\t\t$other_ptype = $rel_arr['from'];\n\t\t\t}\n\t\t\t$column_id = str_replace('rel_', '', $column_id);\n\t\t\tif (function_exists('p2p_type') && p2p_type($column_id)) {\n\t\t\t\t$rel_args = apply_filters('emd_ext_p2p_add_query_vars', array(\n\t\t\t\t\t'posts_per_page' => - 1\n\t\t\t\t) , Array(\n\t\t\t\t\t$other_ptype\n\t\t\t\t));\n\t\t\t\t$connected = p2p_type($column_id)->get_connected($post_id, $rel_args);\n\t\t\t\t$ptype_obj = get_post_type_object($this->post_type);\n\t\t\t\t$edit_cap = $ptype_obj->cap->edit_posts;\n\t\t\t\t$ret = array();\n\t\t\t\tif (empty($connected->posts)) return '&ndash;';\n\t\t\t\tforeach ($connected->posts as $myrelpost) {\n\t\t\t\t\t$rel_title = get_the_title($myrelpost->ID);\n\t\t\t\t\t$rel_title = apply_filters('emd_ext_p2p_connect_title', $rel_title, $myrelpost, '');\n\t\t\t\t\t$url = get_permalink($myrelpost->ID);\n\t\t\t\t\t$url = apply_filters('emd_ext_connected_ptype_url', $url, $myrelpost, $edit_cap);\n\t\t\t\t\t$ret[] = sprintf('<a href=\"%s\" title=\"%s\" target=\"_blank\">%s</a>', $url, $rel_title, $rel_title);\n\t\t\t\t}\n\t\t\t\techo implode(', ', $ret);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t$value = get_post_meta($post_id, $column_id, true);\n\t\t$type = \"\";\n\t\tforeach ($this->boxes as $mybox) {\n\t\t\tforeach ($mybox['fields'] as $fkey => $mybox_field) {\n\t\t\t\tif ($fkey == $column_id) {\n\t\t\t\t\t$type = $mybox_field['type'];\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif ($column_id == 'featured_img') {\n\t\t\t$type = 'featured_img';\n\t\t}\n\t\tswitch ($type) {\n\t\t\tcase 'featured_img':\n\t\t\t\t$thumb_url = wp_get_attachment_image_src(get_post_thumbnail_id($post_id) , 'thumbnail');\n\t\t\t\tif (!empty($thumb_url)) {\n\t\t\t\t\t$value = \"<img style='max-width:100%;height:auto;' src='\" . $thumb_url[0] . \"' >\";\n\t\t\t\t}\n\t\t\tbreak;\n\t\t\tcase 'plupload_image':\n\t\t\tcase 'image':\n\t\t\tcase 'thickbox_image':\n\t\t\t\t$image_list = emd_mb_meta($column_id, 'type=image');\n\t\t\t\t$value = \"\";\n\t\t\t\tif (!empty($image_list)) {\n\t\t\t\t\t$myimage = current($image_list);\n\t\t\t\t\t$value = \"<img style='max-width:100%;height:auto;' src='\" . $myimage['url'] . \"' >\";\n\t\t\t\t}\n\t\t\tbreak;\n\t\t\tcase 'user':\n\t\t\tcase 'user-adv':\n\t\t\t\t$user_id = emd_mb_meta($column_id);\n\t\t\t\tif (!empty($user_id)) {\n\t\t\t\t\t$user_info = get_userdata($user_id);\n\t\t\t\t\t$value = $user_info->display_name;\n\t\t\t\t}\n\t\t\tbreak;\n\t\t\tcase 'file':\n\t\t\t\t$file_list = emd_mb_meta($column_id, 'type=file');\n\t\t\t\tif (!empty($file_list)) {\n\t\t\t\t\t$value = \"\";\n\t\t\t\t\tforeach ($file_list as $myfile) {\n\t\t\t\t\t\t$fsrc = wp_mime_type_icon($myfile['ID']);\n\t\t\t\t\t\t$value.= \"<a href='\" . $myfile['url'] . \"' target='_blank'><img src='\" . $fsrc . \"' title='\" . $myfile['name'] . \"' width='20' /></a>\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\tbreak;\n\t\t\tcase 'radio':\n\t\t\tcase 'checkbox_list':\n\t\t\tcase 'select':\n\t\t\tcase 'select_advanced':\n\t\t\t\t$value = emd_get_attr_val(str_replace(\"-\", \"_\", $this->textdomain) , $post_id, $this->post_type, $column_id);\n\t\t\tbreak;\n\t\t\tcase 'checkbox':\n\t\t\t\tif ($value == 1) {\n\t\t\t\t\t$value = '<span class=\"dashicons dashicons-yes\"></span>';\n\t\t\t\t} elseif ($value == 0) {\n\t\t\t\t\t$value = '<span class=\"dashicons dashicons-no-alt\"></span>';\n\t\t\t\t}\n\t\t\tbreak;\n\t\t\tcase 'rating':\n\t\t\t\t$value = apply_filters('emd_get_rating_value', $value, Array(\n\t\t\t\t\t'meta' => $column_id\n\t\t\t\t) , $post_id);\n\t\t\tbreak;\n\t\t}\n\t\tif (is_array($value)) {\n\t\t\t$value = \"<div class='clonelink'>\" . implode(\"</div><div class='clonelink'>\", $value) . \"</div>\";\n\t\t}\n\t\techo $value;\n\t}", "function custom_columns( $columns ) {\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'title' => 'Title',\n\t\t'featured_image' => 'Photo',\n\t\t'date' => 'Date'\n\t);\n\treturn $columns;\n}", "public function custom_columns($column) {\n global $post;\n\n switch ( $column ) {\n case 'username':\n echo get_the_author_meta( 'user_login', $post->post_author );\n break;\n }\n }", "protected function _prepareColumns()\n {\n $this->addColumn('increment_id', array(\n 'header' => Mage::helper('sales')->__('Shipment #'),\n 'index' => 'increment_id',\n 'filter_index' => 'main_table.increment_id',\n 'type' => 'text',\n ));\n $this->addColumn('shipment_id', array(\n 'header' => Mage::helper('sales')->__('Shipment #'),\n 'index' => 'entity_id',\n 'filter_index' => 'main_table.entity_id',\n 'type' => 'text',\n ));\n\n $this->addColumn('canpar_shipment_id', array(\n 'header' => Mage::helper('sales')->__('Canpar Shipment #'),\n 'index' => 'canpar_shipment_id',\n 'filter_index' => 'ch_shipment.shipment_id',\n 'type' => 'text',\n ));\n\n $this->addColumn('manifest_id', array(\n 'header' => Mage::helper('sales')->__('Canpar Manifest #'),\n 'index' => 'manifest_id',\n 'renderer' => 'canparmodule/adminhtml_canparshipment_renderer_manifestId',\n 'filter_index' => 'ch_shipment.manifest_id',\n ));\n\n $this->addColumn('created_at', array(\n 'header' => Mage::helper('sales')->__('Date Shipped'),\n 'index' => 'created_at',\n 'filter_index' =>'main_table.created_at',\n 'type' => 'datetime',\n ));\n\n $this->addColumn('order_increment_id', array(\n 'header' => Mage::helper('sales')->__('Order #'),\n 'index' => 'order_increment_id',\n 'filter_index'=> 'o.increment_id',\n 'type' => 'text',\n ));\n\n $this->addColumn('order_created_date', array(\n 'header' => Mage::helper('sales')->__('Order Date'),\n 'index' => 'order_created_date',\n 'filter_index' =>'o.created_at',\n 'type' => 'datetime',\n ));\n\n $this->addColumn('total_qty', array(\n 'header' => Mage::helper('sales')->__('Total Qty'),\n 'index' => 'total_qty',\n 'type' => 'number',\n ));\n\n $this->addColumn('action',\n array(\n 'header' => Mage::helper('sales')->__('Action'),\n 'width' => '50px',\n 'type' => 'action',\n 'getter' => 'getId',\n 'actions' => array(\n array(\n 'caption' => Mage::helper('sales')->__('View'),\n 'url' => array('base'=>'*/sales_shipment/view'),\n 'field' => 'shipment_id'\n )\n ),\n 'filter' => false,\n 'sortable' => false,\n 'is_system' => true\n ));\n\n $this->addExportType('*/*/exportCsv', Mage::helper('sales')->__('CSV'));\n $this->addExportType('*/*/exportExcel', Mage::helper('sales')->__('Excel XML'));\n\n return parent::_prepareColumns();\n }", "public function render_column( $column, $post_id ) {\n\t\tswitch ( $column ) {\n case 'type':\n \n\t\t\t\t$type = get_post_meta( $post_id, 'elementskit_template_type', true );\n $active = get_post_meta( $post_id, 'elementskit_template_activation', true );\n \n echo ucfirst($type) . (($active == 'yes') \n ? ( '<span class=\"ekit-headerfooter-status ekit-headerfooter-status-active\">'. esc_html__('Active', 'elementskit') .'</span>' ) \n : ( '<span class=\"ekit-headerfooter-status ekit-headerfooter-status-inactive\">'. esc_html__('Inactive', 'elementskit') .'</span>' ));\n\n\t\t\t\tbreak;\n case 'condition':\n\n $cond = [\n 'condition_a' => get_post_meta($post_id, 'elementskit_template_condition_a', true),\n 'condition_singular' => get_post_meta($post_id, 'elementskit_template_condition_singular', true),\n 'condition_singular_id' => get_post_meta($post_id, 'elementskit_template_condition_singular_id', true),\n ];\n\n echo ucwords( str_replace('_', ' ',\n $cond['condition_a'] \n . (($cond['condition_a'] == 'singular')\n ? (($cond['condition_singular'] != '' )\n ? (' > ' . $cond['condition_singular'] \n . (($cond['condition_singular_id'] != '')\n ? ' > ' . $cond['condition_singular_id']\n : ''))\n : '')\n : '')\n ));\n\n\t\t\t\tbreak;\n\t\t}\n }", "function edit_columns_html($column, $post_id){\n \n switch($column){\n \n // Name\n case 'name':\n \n echo '<code style=\"font-size: 12px;\">' . $this->get_name($post_id) . '</code>';\n break;\n \n // Field Groups\n case 'field_groups':\n \n $return = '—';\n \n $field_groups = acf_get_array(get_field('acfe_form_field_groups', $post_id));\n \n if(!empty($field_groups)){\n \n $links = array();\n \n foreach($field_groups as $key){\n \n $field_group = acf_get_field_group($key);\n \n if(!$field_group)\n continue;\n \n if(acf_maybe_get($field_group, 'ID')){\n \n $links[] = '<a href=\"' . admin_url(\"post.php?post={$field_group['ID']}&action=edit\") . '\">' . $field_group['title'] . '</a>';\n \n }else{\n \n $links[] = $field_group['title'];\n \n }\n \n }\n \n $return = implode(', ', $links);\n \n }\n \n echo $return;\n break;\n \n // Actions\n case 'actions':\n \n $return = '—';\n \n $icons = array();\n \n if(have_rows('acfe_form_actions', $post_id)):\n while(have_rows('acfe_form_actions', $post_id)): the_row();\n \n // Custom\n if(get_row_layout() === 'custom'){\n \n $action_name = get_sub_field('acfe_form_custom_action');\n \n $icons[] = '<span class=\"acf-js-tooltip dashicons dashicons-editor-code\" title=\"Custom action: ' . $action_name . '\"></span>';\n \n }\n \n // E-mail\n elseif(get_row_layout() === 'email'){\n $icons[] = '<span class=\"acf-js-tooltip dashicons dashicons-email\" title=\"E-mail\"></span>';\n }\n \n // Post\n elseif(get_row_layout() === 'post'){\n \n $action = get_sub_field('acfe_form_post_action');\n \n // Insert\n if($action === 'insert_post'){\n $icons[] = '<span class=\"acf-js-tooltip dashicons dashicons-edit\" title=\"Create post\"></span>';\n }\n \n // Update\n elseif($action === 'update_post'){\n $icons[] = '<span class=\"acf-js-tooltip dashicons dashicons-update\" title=\"Update post\"></span>';\n }\n \n }\n \n // Term\n elseif(get_row_layout() === 'term'){\n \n $action = get_sub_field('acfe_form_term_action');\n \n // Insert\n if($action === 'insert_term'){\n $icons[] = '<span class=\"acf-js-tooltip dashicons dashicons-category\" title=\"Create term\"></span>';\n }\n \n // Update\n elseif($action === 'update_term'){\n $icons[] = '<span class=\"acf-js-tooltip dashicons dashicons-category\" title=\"Update term\"></span>';\n }\n \n }\n \n // User\n elseif(get_row_layout() === 'user'){\n \n $action = get_sub_field('acfe_form_user_action');\n \n // Insert\n if($action === 'insert_user'){\n $icons[] = '<span class=\"acf-js-tooltip dashicons dashicons-admin-users\" title=\"Create user\"></span>';\n }\n \n // Update\n elseif($action === 'update_user'){\n $icons[] = '<span class=\"acf-js-tooltip dashicons dashicons-admin-users\" title=\"Update user\"></span>';\n }\n \n // Update\n elseif($action === 'log_user'){\n $icons[] = '<span class=\"acf-js-tooltip dashicons dashicons-migrate\" title=\"Log user\"></span>';\n }\n \n }\n \n endwhile;\n endif;\n \n if(!empty($icons)){\n $return = implode('', $icons);\n }\n \n echo $return;\n break;\n \n // Shortcode\n case 'shortcode':\n \n echo '<code style=\"font-size: 12px;\">[acfe_form name=\"' . $this->get_name($post_id) . '\"]</code>';\n break;\n \n }\n \n }", "public function get_columns()\n {\n }", "public function get_columns()\n {\n }", "public function get_columns()\n {\n }", "public function get_columns()\n {\n }", "public function get_columns()\n {\n }", "public function get_columns()\n {\n }", "public function customColumns($book_id);", "function buildColumn($column) {\n $name = $type = null;\n $column = array_merge(array('null' => true), $column);\n extract($column);\n\n if (empty($name) || empty($type)) {\n trigger_error(__('Column name or type not defined in schema', true), E_USER_WARNING);\n return null;\n }\n\n if (!isset($this->columns[$type])) {\n trigger_error(sprintf(__('Column type %s does not exist', true), $type), E_USER_WARNING);\n return null;\n }\n\n $real = $this->columns[$type];\n $out = $this->name($name) . ' ' . $real['name'];\n if (isset($column['key']) && $column['key'] == 'primary' && $type == 'integer') {\n return $this->name($name) . ' ' . $this->columns['primary_key']['name'];\n }\n return parent::buildColumn($column);\n }", "public function column_title($post)\n {\n }", "public function getColumn(): string;", "protected function _handle_primary_column( $item, $column_name, $column_content ) {\r\n\t\tif ( MLATest::$wp_4dot3_plus ) {\r\n\t\t\tstatic $primary_column = NULL;\r\n\r\n\t\t\tif ( NULL == $primary_column ) {\r\n\t\t\t\t$primary_column = $this->get_default_primary_column_name();\r\n\t\t\t}\r\n\r\n\t\t\tif ( $primary_column != $column_name ) {\r\n\t\t\t\treturn $column_content;\r\n\t\t\t}\r\n\r\n\t\t\t$add_link = ( !$this->is_trash ) && current_user_can( 'edit_post', $item->ID );\r\n\t\t\tlist( $mime ) = explode( '/', $item->post_mime_type );\r\n\t\t\t$thumb = self::_build_item_thumbnail( $item );\r\n\t\t\t$title = _draft_or_post_title( $item );\r\n\r\n\t\t\t$final_content = \"<strong class=\\\"has-media-icon\\\">\\n\";\r\n\r\n\t\t\tif ( $add_link ) {\r\n\t\t\t\t// Use the WordPress Edit Media screen\r\n\t\t\t\t$view_args = self::mla_submenu_arguments();\r\n\t\t\t\tif ( isset( $view_args['lang'] ) ) {\r\n\t\t\t\t\t$edit_url = 'post.php?post=' . $item->ID . '&action=edit&mla_source=edit&lang=' . $view_args['lang'];\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$edit_url = 'post.php?post=' . $item->ID . '&action=edit&mla_source=edit';\r\n\t\t\t\t}\r\n\r\n\t\t\t\t//$final_content .= sprintf( '<a href=\"%1$s\" title=\"%2$s &#8220;%3$s&#8221;\" aria-label=\"&#8220;%3$s&#8221; (%2$s)\">', admin_url( $edit_url ), __( 'Edit', 'media-library-assistant' ), $title ) . \"\\n\"; \r\n\r\n\t\t\t\t$final_content .= sprintf( '<a href=\"%1$s\" aria-label=\"&#8220;%3$s&#8221; (%2$s)\">', admin_url( $edit_url ), __( 'Edit', 'media-library-assistant' ), $title ) . \"\\n\"; \r\n\t\t\t}\r\n\r\n\t\t\t$final_content .= \"<span class=\\\"media-icon {$mime}-icon\\\">\\n\";\r\n\t\t\t$final_content .= $thumb;\r\n\t\t\t$final_content .= \"</span>\\n\";\r\n\t\t\t$final_content .= '<span aria-hidden=\"true\">' . $column_content . \"</span>\\n\";\r\n\t\t\t//$final_content .= '<span class=\"screen-reader-text\">' . __( 'Edit', 'media-library-assistant' ) . ' ' . $title . \"</span>\\n\";\r\n\r\n\t\t\tif ( $add_link ) {\r\n\t\t\t\t$final_content .= \"</a>\\n\";\r\n\t\t\t}\r\n\r\n\t\t\t$final_content .= \"</strong>\\n\";\r\n\r\n\t\t\tif ( 'checked' == MLACore::mla_get_option( MLACoreOptions::MLA_SHOW_FILE_NAME ) ) {\r\n\t\t\t\t$final_content .= '<p style=\"clear: both\" class=\"filename\"> <span class=\"screen-reader-text\">' . __( 'File name' ) . ': </span>' . $item->mla_wp_attached_filename . \" </p>\\n\";\r\n\t\t\t}\r\n\t\t\treturn $final_content;\r\n\t\t}\r\n\r\n\t\t$actions = $this->row_actions( $this->_build_rollover_actions( $item, $column_name ) );\r\n\t\tif ( ! empty( $actions ) ) {\r\n\t\t\t$column_content .= $actions . $this->_build_inline_data( $item );\r\n\t\t}\r\n\r\n\t\treturn $column_content;\r\n\t}", "public function set_custom_column( $columns )\n {\n /* We are going to rearrange the information */\n $title = $columns['title'];\n $date = $columns['date'];\n unset ( $columns['title'] , $columns['date'] );\n\n $columns['name'] = 'Author Name';\n $columns['title'] = $title;\n $columns['approved'] = 'Approved';\n $columns['featured'] = 'Featured';\n $columns['date'] = $date;\n return ( $columns );\n }", "function custom_hubpage_columns( $column ) {\r\n global $post;\r\n\r\n switch ( $column ) {\r\n case \"hub_title\" :\r\n $edit_link = get_edit_post_link( $post->ID );\r\n $title = _draft_or_post_title();\r\n $post_type_object = get_post_type_object( $post->post_type );\r\n $can_edit_post = current_user_can( $post_type_object->cap->edit_post, $post->ID );\r\n\r\n echo '<strong><a class=\"row-title\" href=\"'.$edit_link.'\">' . $title.'</a>';\r\n\r\n _post_states( $post );\r\n\r\n echo '</strong>';\r\n\r\n if ( $post->post_parent > 0 )\r\n echo '&nbsp;&nbsp;&larr; <a href=\"'. get_edit_post_link($post->post_parent) .'\">'. get_the_title($post->post_parent) .'</a>';\r\n\r\n // Excerpt view\r\n if (isset($_GET['mode']) && $_GET['mode']=='excerpt') echo apply_filters('the_excerpt', $post->post_excerpt);\r\n\r\n // Get actions\r\n $actions = array();\r\n\r\n $actions['edit'] = '<a href=\"' . get_edit_post_link( $post->ID, true ) . '\" title=\"' . esc_attr( __( 'Edit this item' ) ) . '\">' . __( 'Edit' ) . '</a>';\r\n\r\n if ( $can_edit_post && 'trash' != $post->post_status ) {\r\n $actions['inline hide-if-no-js'] = '<a href=\"#\" class=\"editinline\" title=\"' . esc_attr( __( 'Edit this item inline', WPC_CLIENT_TEXT_DOMAIN ) ) . '\">' . __( 'Quick&nbsp;Edit', WPC_CLIENT_TEXT_DOMAIN ) . '</a>';\r\n }\r\n if ( current_user_can( $post_type_object->cap->delete_post, $post->ID ) ) {\r\n if ( 'trash' == $post->post_status )\r\n $actions['untrash'] = \"<a title='\" . esc_attr( __( 'Restore this item from the Trash', WPC_CLIENT_TEXT_DOMAIN ) ) . \"' href='\" . wp_nonce_url( admin_url( sprintf( $post_type_object->_edit_link . '&amp;action=untrash', $post->ID ) ), 'untrash-' . $post->post_type . '_' . $post->ID ) . \"'>\" . __( 'Restore', WPC_CLIENT_TEXT_DOMAIN ) . \"</a>\";\r\n elseif ( EMPTY_TRASH_DAYS )\r\n $actions['trash'] = \"<a class='submitdelete' title='\" . esc_attr( __( 'Move this item to the Trash', WPC_CLIENT_TEXT_DOMAIN ) ) . \"' href='\" . get_delete_post_link( $post->ID ) . \"'>\" . __( 'Trash', WPC_CLIENT_TEXT_DOMAIN ) . \"</a>\";\r\n if ( 'trash' == $post->post_status || !EMPTY_TRASH_DAYS )\r\n $actions['delete'] = \"<a class='submitdelete' title='\" . esc_attr( __( 'Delete this item permanently', WPC_CLIENT_TEXT_DOMAIN ) ) . \"' href='\" . get_delete_post_link( $post->ID, '', true ) . \"'>\" . __( 'Delete Permanently', WPC_CLIENT_TEXT_DOMAIN ) . \"</a>\";\r\n }\r\n if ( $post_type_object->public ) {\r\n if ( 'trash' != $post->post_status ) {\r\n $actions['view'] = '<a href=\"' . wpc_client_get_slug( 'hub_page_id' ) . $post->ID . '\" target=\"_blank\" title=\"' . esc_attr( sprintf( __( 'Preview &#8220;%s&#8221;', WPC_CLIENT_TEXT_DOMAIN ), $title ) ) . '\" rel=\"permalink\">' . __( 'Preview', WPC_CLIENT_TEXT_DOMAIN ) . '</a>';\r\n }\r\n }\r\n $actions = apply_filters( 'post_row_actions', $actions, $post );\r\n\r\n echo '<div class=\"row-actions\">';\r\n\r\n $i = 0;\r\n $action_count = sizeof($actions);\r\n\r\n foreach ( $actions as $action => $link ) {\r\n ++$i;\r\n ( $i == $action_count ) ? $sep = '' : $sep = ' | ';\r\n echo \"<span class='$action'>$link$sep</span>\";\r\n }\r\n echo '</div>';\r\n\r\n get_inline_data( $post );\r\n\r\n break;\r\n\r\n case \"client\":\r\n $client = get_users( array( 'role' => 'wpc_client', 'meta_key' => 'wpc_cl_hubpage_id', 'meta_value' => $post->ID ) );\r\n\r\n if ( $client ) {\r\n echo $client[0]->user_login;\r\n }\r\n\r\n break;\r\n\r\n }\r\n }", "public function column_title($post)\n {\n }", "protected function addTranslatedColumnGetter(Column $column)\n {\n $objectBuilder = $this->builder->getNewObjectBuilder($this->behavior->getI18nTable());\n $comment = '';\n $functionStatement = '';\n if ($column->getType() === PropelTypes::DATE || $column->getType() === PropelTypes::TIME || $column->getType() === PropelTypes::TIMESTAMP) {\n $objectBuilder->addTemporalAccessorComment($comment, $column);\n $objectBuilder->addTemporalAccessorOpen($functionStatement, $column);\n } else {\n $objectBuilder->addDefaultAccessorComment($comment, $column);\n $objectBuilder->addDefaultAccessorOpen($functionStatement, $column);\n }\n $comment = preg_replace('/^\\t/m', '', $comment);\n $functionStatement = preg_replace('/^\\t/m', '', $functionStatement);\n preg_match_all('/\\$[a-z]+/i', $functionStatement, $params);\n\n return $this->behavior->renderTemplate('objectTranslatedColumnGetter', array(\n 'comment' => $comment,\n 'functionStatement' => $functionStatement,\n 'columnPhpName' => $column->getPhpName(),\n 'params' => implode(', ', $params[0]),\n ));\n }", "public function admin_table_columns($_columns)\n {\n }", "protected function _prepareColumns()\n {\n if (!$this->getCategory()->getProductsReadonly()) {\n $this->addColumn('in_category', array(\n 'header_css_class' => 'a-center',\n 'type' => 'checkbox',\n 'name' => 'in_category',\n 'values' => $this->_getSelectedProducts(),\n 'align' => 'center',\n 'index' => 'entity_id',\n 'is_system' => true,\n ));\n }\n $this->addColumn('entity_id', array(\n 'header' => Mage::helper('catalog')->__('ID'),\n 'sortable' => true,\n 'width' => '60',\n 'index' => 'entity_id'\n ));\n $this->addColumn('name', array(\n 'header' => Mage::helper('catalog')->__('Name'),\n 'index' => 'name'\n ));\n $this->addColumn('sku', array(\n 'header' => Mage::helper('catalog')->__('SKU'),\n 'width' => '80',\n 'index' => 'sku'\n ));\n $this->addColumn('price', array(\n 'header' => Mage::helper('catalog')->__('Price'),\n 'type' => 'currency',\n 'width' => '1',\n 'currency_code' => (string) Mage::getStoreConfig(Mage_Directory_Model_Currency::XML_PATH_CURRENCY_BASE),\n 'index' => 'price'\n ));\n $this->addColumn('position', array(\n 'header' => Mage::helper('catalog')->__('Position'),\n 'width' => '1',\n 'type' => 'number',\n 'index' => 'position',\n 'editable' => !$this->getCategory()->getProductsReadonly(),\n //'renderer' => 'adminhtml/widget_grid_column_renderer_input'\n ));\n\n //Add export type for CSV\n $this->addExportType('*/*/exportCsv', Mage::helper('adminhtml')->__('CSV'));\n }", "function get_columns() {\n return $columns= array(\n 'col_what'=>__('What','wpwt'),\n 'col_user'=>__('User Name','wpwt'),\n 'col_groupName'=>__('Group Name','wpwt'),\n 'col_application'=>__('Application','wpwt')\n );\n }", "function wp_nav_menu_manage_columns()\n {\n }", "public function custom_column( $column_name, $post_id ){\r\n if ($column_name == 'template') {\r\n $settings = $this->data->get_slider_settings($post_id);\r\n echo ucwords($settings['template']);\r\n }\r\n if ($column_name == 'images') {\r\n echo '<div style=\"text-align:center; max-width:40px;\">' . $this->data->get_slide_count( $post_id ) . '</div>';\r\n }\r\n if ($column_name == 'id') {\r\n $post = get_post($post_id);\r\n echo $post->post_name;\r\n }\r\n if ($column_name == 'shortcode') { \r\n $post = get_post($post_id);\r\n echo '[cycloneslider id=\"'.$post->post_name.'\"]';\r\n } \r\n }", "public function getColumns()\r\n {\r\n }", "function manage_columns( $column_name, $post_id ) {\n //global $post;\n switch ($column_name) {\n case \"type\":\n \t$type = rwmb_meta( 'type' , $post_id );\n \tif ( 'action' == $type ) {\n\n \t\t// this is stored as a metabox value\n $action \t\t= rwmb_meta( 'mbv_action' , $post_id );\n\n // get post field for this\n \t\t$menu_order \t= get_post_field( 'menu_order' , $post_id );\n\n if (!$action) $action = '-';\n \t\tif (!$menu_order) $menu_order = sprintf( '<span title=\"no priority set, will use 10\">?10</span>' , __( 'no priority set, will use 10' , 'text-domain' ) );\n\n\t \techo \"<p><code>{$action} <span style='margin-left: 10px;'>{$menu_order}</span></code></p>\";\n \t}\n\n break;\n } // end switch\n}", "function column_default($item, $column_name) {\n $user_info = get_userdata($item->create_by);\n $user_name = $user_info->data->user_login;\n switch ($column_name) {\n case 'template_name':\n return stripslashes($item->template_name);\n break;\n case 'template_description':\n return stripslashes($item->template_description);\n break;\n case 'create_by':\n return $user_name;\n break;\n case 'create_date':\n return date('d-m-Y', strtotime($item->create_date));\n break;\n default:\n return print_r($item, true);\n }\n }", "public static function manage_post_columns( $column, $post_id ) {\n\t\t\tglobal $post;\n\t\t\n\t\t\tswitch( $column ) {\n\t\t\n\t\t\t\tcase 'category' :\n\t\t\n\t\t\t\t\t$menucat = get_post_meta( $post->ID, 'meta_menucat', true );\n\t\t\n\t\t\t\t\tif ( empty( $menucat ) )\n\t\t\t\t\t\techo __( 'No classification yet' );\n\t\t\n\t\t\t\t\telse\n\t\t\t\t\t\t$name = self::get_metaname($menucat);\n\t\t\t\t\t\t\n\t\t\t\t\t\tif ( empty( $name ) ) {\n\t\t\t\t\t\t\techo __( 'No classification yet' );\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\techo __($name);\n\t\t\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\n\t\t\t\t\tbreak;\n\t\t\n\t\t\t\tdefault :\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}", "function add_custom_columns($column) \n {\n global $post;\n \n //var_dump($post);\n switch($column) {\n case 'shortcode':\n printf(\"[bbquote id='%s']\", $post->ID);\n break;\n case 'quote':\n echo $post->post_content;\n break;\n }\n }", "public function renderDataTableColumnHTML()\n {\n if (!count($this->Columns)){\n echo \"Not set columns to render\";\n return false;\n }\n\n $begin_tag = '<th>';\n $end_tag = '</th>';\n $break_line = \"\\n\";\n\n $html_result= '';\n foreach ($this->Columns as $key => $value){\n if (!in_array($key, self::HIDDEN_COLUMNS)){\n $html_result .= $begin_tag. $key .$end_tag.$break_line;\n }\n }\n $html_result.= $begin_tag. \"action\" .$end_tag.$break_line;\n return $html_result;\n }", "public function custom_columns_content( $column, $post_id ) {\n\n\t\t$fields = $this->get_custom_fields();\n\n\t\tif ( isset( $fields[ $column ] ) ) {\n\n\t\t\tif ( true === $fields[ $column ]['args']['show_column'] ) {\n\n\t\t\t\t/* In case a custom callback is specified we use it */\n\t\t\t\tif ( function_exists( $fields[ $column ]['args']['column_callback'] ) ) {\n\t\t\t\t\tcall_user_func( $fields[ $column ]['args']['column_callback'], $fields[ $column ]['name'], $post_id );\n\t\t\t\t}\n\n\t\t\t\t/* Otherwise we use the default rendering options */\n\t\t\t\telse {\n\t\t\t\t\tdev_cf_value( $fields[ $column ]['name'], $post_id );\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t}", "public function getTitleColTemplate(): TitleColTemplate;", "protected function defineListColumns()\n {\n if (!isset($this->columns) || !is_array($this->columns) || !count($this->columns)) {\n $class = get_class($this->model instanceof Model ? $this->model : $this->controller);\n throw new ApplicationException(Lang::get('backend::lang.list.missing_columns', compact('class')));\n }\n\n $this->addColumns($this->columns);\n\n /**\n * @event backend.list.extendColumns\n * Provides an opportunity to modify the columns of a List widget\n *\n * Example usage:\n *\n * Event::listen('backend.list.extendColumns', function($listWidget) {\n * // Only for the User controller\n * if (!$listWidget->getController() instanceof \\Backend\\Controllers\\Users) {\n * return;\n * }\n *\n * // Only for the User model\n * if (!$listWidget->model instanceof \\Backend\\Models\\User) {\n * return;\n * }\n *\n * // Add an extra birthday column\n * $listWidget->addColumns([\n * 'birthday' => [\n * 'label' => 'Birthday'\n * ]\n * ]);\n *\n * // Remove a Surname column\n * $listWidget->removeColumn('surname');\n * });\n *\n * Or\n *\n * $listWidget->bindEvent('list.extendColumns', function () use ($listWidget) {\n * // Only for the User controller\n * if (!$listWidget->getController() instanceof \\Backend\\Controllers\\Users) {\n * return;\n * }\n *\n * // Only for the User model\n * if (!$listWidget->model instanceof \\Backend\\Models\\User) {\n * return;\n * }\n *\n * // Add an extra birthday column\n * $listWidget->addColumns([\n * 'birthday' => [\n * 'label' => 'Birthday'\n * ]\n * ]);\n *\n * // Remove a Surname column\n * $listWidget->removeColumn('surname');\n * });\n *\n */\n $this->fireSystemEvent('backend.list.extendColumns');\n\n /*\n * Use a supplied column order\n */\n if ($columnOrder = $this->getSession('order', null)) {\n $orderedDefinitions = [];\n foreach ($columnOrder as $column) {\n if (isset($this->allColumns[$column])) {\n $orderedDefinitions[$column] = $this->allColumns[$column];\n }\n }\n\n $this->allColumns = array_merge($orderedDefinitions, $this->allColumns);\n }\n\n return $this->allColumns;\n }", "private function initColumns(){\n //Initialize our custom post type column management\n $this->cptWPDSCols = new Columns($this->wpdsPostType);\n \n //Remove our title\n $this->cptWPDSCols->removeColumn('title');\n \n //Add our content column\n $this->cptWPDSCols->addColumn('content', 'Content', 2);\n \n //Add our content column content\n $this->cptWPDSCols->addColumnPostContent('content');\n \n //Add our content column content\n $this->cptWPDSCols->addColumnOptionData('content', 'site_url');\n \n //Reposition column\n $this->cptWPDSCols->reorderColumn('content', 1);\n }", "function columns_none_sort($name, $column, $sortedBy, $options)\n\t{\n return sprintf('<th>%s</th>', $name);\n\n\t}", "public function column_headers( $columns = array() ) {\n\t\t\t$new_columns = array(\n\t\t\t\t'cat_talks' => _x( 'Categories', 'talks admin category column header', 'wordcamp-talks' ),\n\t\t\t\t'tag_talks' => _x( 'Tags', 'talks admin tag column header', 'wordcamp-talks' ),\n\t\t\t);\n\n\t\t\tif ( ! wct_is_rating_disabled() ) {\n\t\t\t\t$new_columns['rates'] = '<span class=\"vers\"><span title=\"' . esc_attr__( 'Average Rating', 'wordcamp-talks' ) .'\" class=\"talk-rating-bubble\"></span></span>';\n\t\t\t}\n\n\t\t\t/**\n\t\t\t *\n\t\t\t * @param array $new_columns the specific columns\n\t\t\t */\n\t\t\t$new_columns = apply_filters( 'wct_admin_column_headers', $new_columns );\n\n\t\t\t$temp_remove_columns = array( 'comments', 'date' );\n\t\t\t$has_columns = array_intersect( $temp_remove_columns, array_keys( $columns ) );\n\n\t\t\t// Reorder\n\t\t\tif ( $has_columns == $temp_remove_columns ) {\n\t\t\t\t$new_columns['comments'] = $columns['comments'];\n\t\t\t\t$new_columns['date'] = $columns['date'];\n\t\t\t\tunset( $columns['comments'], $columns['date'] );\n\t\t\t}\n\n\t\t\t// Merge\n\t\t\t$columns = array_merge( $columns, $new_columns );\n\n\n\t\t\tif ( ! empty( $this->downloading_csv ) ) {\n\t\t\t\tunset( $columns['cb'], $columns['date'] );\n\n\t\t\t\tif ( ! empty( $columns['title'] ) ) {\n\t\t\t\t\t$csv_columns = array(\n\t\t\t\t\t\t'title' => $columns['title'],\n\t\t\t\t\t\t'talk_content' => esc_html_x( 'Content', 'downloaded csv content header', 'wordcamp-talks' ),\n\t\t\t\t\t\t'talk_link' => esc_html_x( 'Link', 'downloaded csv link header', 'wordcamp-talks' ),\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\t$columns = array_merge( $csv_columns, $columns );\n\n\t\t\t\t// Replace dashicons to text\n\t\t\t\tif ( ! empty( $columns['comments'] ) ) {\n\t\t\t\t\t$columns['comments'] = esc_html_x( '# comments', 'downloaded csv comments num header', 'wordcamp-talks' );\n\t\t\t\t}\n\n\t\t\t\tif ( ! empty( $columns['rates'] ) ) {\n\t\t\t\t\t$columns['rates'] = esc_html_x( 'Average rating', 'downloaded csv rates num header', 'wordcamp-talks' );\n\t\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t * User this filter to only add columns for the downloaded csv file\n\t\t\t\t *\n\t\t\t\t * @param array $columns the columns specific to the csv output\n\t\t\t\t */\n\t\t\t\t$columns = apply_filters( 'wct_admin_csv_column_headers', $columns );\n\t\t\t}\n\n\t\t\treturn $columns;\n\t\t}", "function custom_event_columns( $columns ) {\n\t\tglobal $post;\n\t\tswitch ( $columns ) {\t\t\n\t\t\tcase 'calendar' :\n\t\t\t\techo get_the_term_list( $post->ID , 'calendar' );\n\t\t\tbreak;\n\t\t\t\n\t\t\tcase 'event_date' :\t\n\t\t\t\t$meta_date \t\t= get_post_meta( $post->ID , 'event_date' , true );\n\t\t\t\t$display_date \t= date('l, F j', strtotime( $meta_date ) );\n\t\t\t\techo $display_date;\n\t\t\tbreak;\n\t\t\t\n\t\t\tcase 'event_time' :\t\n\t\t\t\t$meta_time \t\t= get_post_meta( $post->ID , 'event_start' , true );\n\t\t\t\t$display_time \t= date('g:i a', strtotime( $meta_time ) );\n\t\t\t\techo $display_time;\n\t\t\tbreak;\n\t\t}\n\t}", "public function wp_nav_menu_manage_columns()\n {\n }", "function formatColumn($column , $db)\n\t{\n\t\tif(JString::stristr(JString::strtolower($column->cacheSqlSpec),'date'))\n\t\t\treturn \"DATE_FORMAT(\".$db->quoteName($column->cacheColumnName).\", '%d-%m-%Y') \";\n\n\t\t return parent::formatColumn($column, $db);\n\t}", "function testimonials_columns( $column, $post_id ) {\n\t$testimonial_data = get_post_meta( $post_id, '_testimonial', true );\n\tswitch ( $column ) {\n\t\tcase 'testimonial':\n\t\t\tthe_excerpt();\n\t\t\tbreak;\n\t\tcase 'testimonial-client-name':\n\t\t\tif ( ! empty( $testimonial_data['client_name'] ) )\n\t\t\t\techo $testimonial_data['client_name'];\n\t\t\tbreak;\n\t\tcase 'testimonial-client-job':\n\t\t\tif ( ! empty( $testimonial_data['client_job'] ) )\n\t\t\t\techo $testimonial_data['client_job'];\n\t\t\tbreak;\n\t\tcase 'testimonial-source':\n\t\t\tif ( ! empty( $testimonial_data['source'] ) )\n\t\t\t\techo $testimonial_data['source'];\n\t\t\tbreak;\n\t\tcase 'testimonial-link':\n\t\t\tif ( ! empty( $testimonial_data['link'] ) )\n\t\t\t\techo $testimonial_data['link'];\n\t\t\tbreak;\n\t}\n}", "protected function _prepareColumns()\n {\n $this->addColumn(\n 'in_worksheets',\n array(\n 'header_css_class' => 'a-center',\n 'type' => 'checkbox',\n 'name' => 'in_worksheets',\n 'values'=> $this->_getSelectedWorksheets(),\n 'align' => 'center',\n 'index' => 'entity_id'\n )\n );\n $this->addColumn(\n 'ws_name',\n array(\n 'header' => Mage::helper('bs_worksheet')->__('Worksheet Name'),\n 'align' => 'left',\n 'index' => 'ws_name',\n 'renderer' => 'bs_worksheet/adminhtml_helper_column_renderer_relation',\n 'params' => array(\n 'id' => 'getId'\n ),\n 'base_link' => 'adminhtml/worksheet_worksheet/edit',\n )\n );\n $this->addColumn(\n 'ws_code',\n array(\n 'header' => Mage::helper('bs_worksheet')->__('Worksheet Code'),\n 'align' => 'left',\n 'index' => 'ws_code',\n )\n );\n $this->addColumn(\n 'position',\n array(\n 'header' => Mage::helper('bs_worksheet')->__('Position'),\n 'name' => 'position',\n 'width' => 60,\n 'type' => 'number',\n 'validate_class' => 'validate-number',\n 'index' => 'position',\n 'editable' => true,\n )\n );\n return parent::_prepareColumns();\n }", "function column_default($item, $column_name){\n $msg_error = \"No available data.\";\n $user = get_user_by( 'id', $item['post_author'] );\n switch($column_name){\n case 'contact_name':\n\t\t\t\treturn print_r($user->user_nicename,true);\n case 'date_created':\t\t\t\t\n return print_r($item['post_date'],true);\n default:\n\t\t\t\treturn print_r($msg_error,true);\n }\n }", "public function admin_columns_content($column_name, $post_id) {\n\t\t\tswitch ($column_name) {\n\t\t\t\tcase 'menu_text':\n\t\t\t\t\t$value = trim(get_post_meta($post_id, '_acfop_menu', true));\n\t\t\t\t\tif (!$value) {\n\t\t\t\t\t\t$value = trim(get_the_title($post_id));\n\t\t\t\t\t}\n\t\t\t\t\techo $value;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'slug':\n\t\t\t\t\t$value = trim(get_post_meta($post_id, '_acfop_slug', true));\n\t\t\t\t\tif (!$value) {\n\t\t\t\t\t\t$value = trim(get_the_title($post_id));\n\t\t\t\t\t\t$value = strtolower(trim(preg_replace('/[^a-z0-9]+/i', '-', $value), '-'));\n\t\t\t\t\t}\n\t\t\t\t\techo $value;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'location':\n\t\t\t\t\t$value = get_post_meta($post_id, '_acfop_parent', true);\n\t\t\t\t\tif (isset($this->parent_menus[$value])) {\n\t\t\t\t\t\techo $this->parent_menus[$value];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tglobal $acf_options_pages;\n\t\t\t\t\t\tif (count($acf_options_pages)) {\n\t\t\t\t\t\t\tforeach ($acf_options_pages as $key => $options_page) {\n\t\t\t\t\t\t\t\tif ($key == $value) {\n\t\t\t\t\t\t\t\t\techo $options_page['menu_title'];\n\t\t\t\t\t\t\t\t} // end if key == value\n\t\t\t\t\t\t\t} // end foreach acf_options_page\n\t\t\t\t\t\t} // end if cout acf_options_pages\n\t\t\t\t\t} // end if esl\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'capability':\n\t\t\t\t\t$value = get_post_meta($post_id, '_acfop_capability', true);\n\t\t\t\t\techo $value;\n\t\t\t\t\t//the_field('_acfop_capability', $post_id);\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'order':\n\t\t\t\t\t$value = get_post_meta($post_id, '_acfop_order', true);\n\t\t\t\t\tif ($value != '') {\n\t\t\t\t\t\techo $value;\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'redirect':\n\t\t\t\t\t$value = get_post_meta($post_id, '_acfop_redirect', true);\n\t\t\t\t\tif ($value == 1) {\n\t\t\t\t\t\techo 'True';\n\t\t\t\t\t} elseif ($value == 0 && $value != '') {\n\t\t\t\t\t\techo 'False';\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\t// do nothing\n\t\t\t\t\tbreak;\n\t\t\t} // end switch\n\t\t}", "private function prepareColumns()\n {\n $readOnlyAttribute = $this->readOnlyAttribute;\n\n $columns = [];\n if ($this->canMove) {\n $columns[] = [\n 'class' => MovingColumn::className(),\n 'movingDisabledAttribute' => $readOnlyAttribute,\n ];\n }\n foreach ($this->columns as $column) {\n if (is_string($column)) {\n $column = ['attribute' => $column];\n }\n\n if (empty($column['class'])) {\n $column['class'] = isset($column['items']) ? DropdownInputColumn::className() : TextInputColumn::className();\n }\n\n if ($this->itemClass === null && empty($column['label'])) {\n $column['label'] = Inflector::camel2words($column['attribute'], true);\n }\n\n $column = array_merge([\n 'readOnlyAttribute' => $readOnlyAttribute,\n ], $column);\n\n $columns[] = $column;\n }\n\n if ($this->canRemove) {\n $columns[] = [\n 'class' => 'smart\\grid\\ActionColumn',\n 'options' => ['style' => 'width: 25px;'],\n 'template' => '{remove}',\n 'buttons' => [\n 'remove' => function ($url, $model, $key) use ($readOnlyAttribute) {\n $readOnly = false;\n if ($readOnlyAttribute !== null) {\n $readOnly = ArrayHelper::getValue($model, $readOnlyAttribute);\n }\n\n if ($readOnly) {\n return '';\n }\n\n return Html::a('<span class=\"fas fa-remove\"></span>', '#', [\n 'class' => 'item-remove',\n 'title' => $this->removeLabel,\n ]);\n },\n ],\n ];\n }\n\n $this->_columns = $columns;\n }", "abstract protected function columns(): array;", "function get_columns() {\n\n\t\treturn $columns = array(\n\t\t\t'cb'\t\t=> '<input type=\"checkbox\" />', //Render a checkbox instead of text\n\t\t\t'title'\t\t=> 'Title',\n\t\t\t'rating'\t=> 'Rating',\n\t\t\t'director'\t=> 'Director'\n\t\t);\n\t}" ]
[ "0.6470815", "0.6279414", "0.62791187", "0.6237916", "0.6227969", "0.6206913", "0.61997426", "0.61968255", "0.617465", "0.6170329", "0.61668247", "0.61647385", "0.61469716", "0.61423624", "0.61210823", "0.6120176", "0.61140084", "0.60978687", "0.6071302", "0.6036948", "0.6031343", "0.6025851", "0.6005004", "0.60043305", "0.59826744", "0.5980201", "0.5957162", "0.59570813", "0.5941072", "0.5932635", "0.5932396", "0.5880915", "0.5878443", "0.5876272", "0.5841342", "0.5838282", "0.5833118", "0.5831878", "0.583183", "0.58310163", "0.58239686", "0.5804635", "0.5794231", "0.5792024", "0.5789017", "0.5785199", "0.5782113", "0.5763755", "0.5760799", "0.57575864", "0.5755663", "0.575001", "0.5748462", "0.5740563", "0.5733119", "0.5732281", "0.571544", "0.5711858", "0.5704111", "0.5702433", "0.5702433", "0.570092", "0.570092", "0.570092", "0.570092", "0.5699183", "0.56970996", "0.5694955", "0.5692424", "0.5689705", "0.5689504", "0.5688459", "0.56880105", "0.56878924", "0.56866944", "0.56808716", "0.5676334", "0.5673828", "0.56705254", "0.566596", "0.56650037", "0.56574655", "0.56552434", "0.5652383", "0.5646644", "0.5644142", "0.5643865", "0.56409734", "0.56374425", "0.56326187", "0.5631269", "0.5630315", "0.56262326", "0.56249404", "0.56231964", "0.5622106", "0.56215805", "0.56142724", "0.560378", "0.56013435", "0.5591895" ]
0.0
-1
overwrite WP_List_Table::single_row to insert optional message row
public function single_row( $item ) { echo '<tr>'; $this->single_row_columns( $item ); $this->displayMessageRow( $item ); echo '</tr>'; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function add_row($selector, $row = \\false, $post_id = \\false)\n{\n}", "function add_sub_row($selector, $row = \\false, $post_id = \\false)\n{\n}", "function single_row( $item ) {\r\n\t\tstatic $row_class = '';\r\n\r\n\t\t// WP 4.2+ uses \"striped\" CSS styles to implement \"alternate\"\r\n\t\tif ( version_compare( get_bloginfo( 'version' ), '4.2', '<' ) ) {\r\n\t\t\t$row_class = ( $row_class == '' ? ' class=\"alternate\"' : '' );\r\n\t\t}\r\n\r\n\t\techo '<tr id=\"attachment-' . $item->ID . '\"' . $row_class . '>';\r\n\t\techo parent::single_row_columns( $item );\r\n\t\techo '</tr>';\r\n\t}", "function displayMessageRow( $item ){\n $listing_title = '';\n\n // show errors and warning on online and failed items\n if ( in_array( $item['status'], array( 'online', 'failed' ) ) ) {\n\n $history = maybe_unserialize( $item['history'] );\n $tips_errors = array();\n $tips_warnings = array();\n if ( is_array( $history ) ) {\n foreach ( $history['errors'] as $feed_error ) {\n $tips_errors[] = WPLA_FeedValidator::formatAmazonFeedError( $feed_error );\n }\n foreach ( $history['warnings'] as $feed_error ) {\n $tips_warnings[] = WPLA_FeedValidator::formatAmazonFeedError( $feed_error );\n }\n }\n if ( ! empty( $tips_errors ) ) {\n $listing_title .= '<!br><small style=\"color:darkred\">'.join('<br>',$tips_errors).'</small><br>';\n }\n if ( ! empty( $tips_warnings ) ) {\n $listing_title .= '<small><!br><a href=\"#\" onclick=\"jQuery(\\'#warnings_container_'.$item['id'].'\\').slideToggle();return false;\">&raquo; '.''.sizeof($tips_warnings).' warning(s)'.'</a></small><br>';\n $listing_title .= '<div id=\"warnings_container_'.$item['id'].'\" style=\"display:none\">';\n $listing_title .= '<small>'.join('<br>',$tips_warnings).'</small>';\n $listing_title .= '</div>';\n }\n\n }\n\n // show listing quality issues on online and changed items\n if ( in_array( $item['status'], array( 'online', 'changed', 'prepared' ) ) ) {\n\n $quality_info = maybe_unserialize( $item['quality_info'] );\n if ( is_array( $quality_info ) ) {\n\n $quality_warning_title = $quality_info['alert-type'];\n if ( $quality_warning_title == 'Missing' ) $quality_warning_title .= ' ' . $quality_info['field-name'];\n\n $error_msg = '<b>Warning: '.$quality_warning_title.'</b>';\n $error_msg .= '<br>'.$quality_info['explanation'];\n\n if ( ! empty( $quality_info['current-value'] ) ) {\n $error_msg .= '<br>'.$quality_info['field-name'].': '.$quality_info['current-value'].' ';\n }\n\n if ( ! empty( $quality_info['status'] ) ) {\n $error_msg .= '<br>Status: '.$quality_info['status'].' ('.$quality_info['alert-name'].')';\n }\n $error_msg = WPLA_FeedValidator::convert_links( $error_msg );\n\n $listing_title .= '<small style=\"color:darkred\">'.$error_msg.'</small><br>';\n }\n\n }\n\n if ( empty($listing_title) ) return;\n\n echo '</tr>';\n echo '<tr>';\n // echo '<td colspan=\"'.sizeof( $this->_column_headers[0] ).'\">';\n\n // echo '<td>&nbsp;</td>';\n // echo '<td class=\"wpla_auto_width_column\" colspan=\"7\">';\n // echo $listing_title;\n // echo '</td>';\n // echo '<td>&nbsp;</td>';\n\n // get hidden columns for current user - and adjust colspan attribute on message row\n $user = wp_get_current_user();\n $meta = get_user_meta( $user->ID );\n $hidden_cols = isset( $meta['managetoplevel_page_wplacolumnshidden'][0] ) ? maybe_unserialize( $meta['managetoplevel_page_wplacolumnshidden'][0] ) : array();\n $colspan = 10 - count( $hidden_cols );\n\n echo '<td>&nbsp;</td>';\n echo '<td colspan=\"'.$colspan.'\">';\n echo $listing_title;\n echo '</td>';\n echo '<td>&nbsp;</td>';\n\n }", "function add_row()\n\t{\n\t\t$args = func_get_args();\n\t\t$this->rows[] = $this->_prep_args($args);\n\t}", "function addRowToTable(&$table, $row) {\n\t\tglobal $TCA, $BACK_PATH;\n\t\t$uid = $row['uid'];\n\t\t$hidden = $row['hidden'];\n\n\t\tif ($row[$TCA[$this->tableName]['ctrl']['languageField']]==0) {\n\t\t\t$catnum = $this->categories[$row['category']] . sprintf ('%02d', $row['number']);\n\t\t} else {\n\t\t\t$catnum = '';\n\t\t}\n\t\t// Get language flag\n\t\tlist($imglang, $imgtrans) = $this->makeLocalizationPanel($this->tableName,$row);\n\n\t\t// If deleted show the delete icon instead of the delete link\n\t\tif ('DELETED!' == $row['t3ver_label']) {\n\t\t\t$deleteIcon = '<img'\n\t\t\t\t. t3lib_iconWorks::skinImg(\n\t\t\t\t\t$BACK_PATH,\n\t\t\t\t\t'gfx/i/shadow_delete.png',\n\t\t\t\t\t'width=\"16\" height=\"14\"'\n\t\t\t\t\t)\n\t\t\t\t. '>';\n\t\t} else {\n\t\t\t$deleteIcon = $this->getDeleteIcon($uid);\n\t\t}\n\t\t\n\t\t// Add the result row to the table array.\n\t\t$table[] = array(\n\t\t\tTAB . TAB . TAB . TAB . TAB\n\t\t\t\t. $catnum . LF,\n\t\t\tTAB . TAB . TAB . TAB . TAB\n\t\t\t\t. t3lib_div::fixed_lgd_cs(\n\t\t\t\t\t$row['name'],\n\t\t\t\t\t50\n\t\t\t\t) . LF,\n\t\t\tTAB . TAB . TAB . TAB . TAB\n\t\t\t\t. $imglang . LF,\n\t\t\tTAB . TAB . TAB . TAB . TAB\n\t\t\t\t. $imgtrans . LF,\n\t\t\tTAB . TAB . TAB . TAB . TAB\n\t\t\t\t. $row['timeslots'] . LF,\n\t\t\tTAB . TAB . TAB . TAB . TAB\n\t\t\t\t. $this->getEditIcon($uid) . LF\n\t\t\t\t. TAB . TAB . TAB . TAB . TAB\n\t\t\t\t. $deleteIcon . LF\n\t\t\t\t. TAB . TAB . TAB . TAB . TAB\n\t\t\t\t. $this->getHideUnhideIcon($uid,$hidden) . LF,\n\t\t);\n\t}", "public function single_row($item)\n {\n }", "public function single_row($item)\n {\n }", "public function single_row($item)\n {\n }", "function row($lebel, $content, $contentExists = false) {\n\t\tif ($contentExists == true) {\n\t\t\tif (!empty($contentExists)) {\n\t\t\t\techo \"<tr><td width=\\\"200\\\"><div align=\\\"right\\\">\" . $label . \":</div></td><td>\" . $content . \"</td></tr>\";\n\t\t\t}\n\t\t} else {\n\t\t\techo \"<tr><td width=\\\"200\\\"><div align=\\\"right\\\">\" . $label . \":</div></td><td>\" . $content . \"</td></tr>\";\n\t\t}\n\t}", "public function single_row( $item ) {\n\t\t$status = $item->status;\n\n\t\techo '<tr id=\"request-' . esc_attr( $item->ID ) . '\" class=\"status-' . esc_attr( $status ) . '\">';\n\t\t$this->single_row_columns( $item );\n\t\techo '</tr>';\n\t}", "public function single_row($item)\n {\n $class = '';\n if ($item->topic_contrib_status !== 'open') :\n $class = 'closed';\n elseif (!$this->db()->meta()->get($item->topic_id, 'approved', true)) :\n $class = 'unapproved';\n elseif ($this->db()->meta()->get($item->topic_id, 'approved', true) == -1) :\n $class = 'wait_approve';\n endif;\n ?>\n <tr class=\"<?php echo $class; ?>\">\n <?php\n $this->single_row_columns($item);\n ?>\n </tr>\n <?php\n }", "public function action_insert_entry_message( int $row_id ) {\n\t\tif ( $row_id <= 0 ) {\n\t\t\tadd_settings_error( self::POST_ACTION_ID, 'insertion_failed', __( 'Entry insertion failed.', 'autowpdb-example-plugin' ) );\n\t\t\treturn;\n\t\t}\n\n\t\tadd_settings_error(\n\t\t\tself::POST_ACTION_ID,\n\t\t\t'insertion_success',\n\t\t\tsprintf(\n\t\t\t\t/* translators: %s is a formatted number, dont use %d. */\n\t\t\t\t__( 'Entry %s successfully added.', 'autowpdb-example-plugin' ),\n\t\t\t\tnumber_format_i18n( $row_id )\n\t\t\t),\n\t\t\t'success'\n\t\t);\n\t}", "public function single_row( $item )\n\t{\n\t\tstatic $row_class = '';\n\t\t$row_class = ( $row_class == '' ? 'alternate' : '' );\n\n\t\t$action = ( isset($item['data']['action']) ? $item['data']['action'] : 'no-action' );\n\t\t$type = ( isset($item['data']['type']) ? $item['data']['type'] : 'no-type' );\n\t\t\n\t\techo '<tr class=\"'.$action.' '.$type.' '.$row_class.'\">';\n\t\t$this->single_row_columns( $item );\n\t\techo '</tr>';\n\t}", "public function single_row( $item ) {\n\t\tswitch_to_blog( $item->blog_id );\n\t\t$request = get_post( $item->post_id );\n\t\tparent::single_row( $request );\n\t\trestore_current_blog();\n\t}", "public function addRow($text, $raw=null, $passed=null) {\n\t\t$default = array('numbers' => false, 'noformat' => false, 'theme' => 'a');\n\t\t$argus = merge_defaults($default, $passed);\n\t\t\n\t\tif ( $argus['noformat'] ) {\n\t\t\t$this->items[] = \"\\t\".$text;\n\t\t} else {\n\t\t\t$this->items[] = \"\\t<li data-theme=\\\"{$argus['theme']}\\\">\" . vsprintf($this->formatstring, $text) . (($this->options['actions'])?$this->do_actions($raw):\"\") .\"</li>\";\n\t\t}\n\t\t$this->currentrow++;\n\t}", "function formatRow(){\n $this->hook('formatRow');\n }", "function onMissingTranslation(&$row_to_translate, $language, $reference_table, $tableArray){\n\n //0:Original content\n\t\t//1:Placeholder\n\t\t//2:Original with info\n\t\t//3:Original with alt\n\n $noTranslationBehaviour = 2;\n\n $default_language =JComponentHelper::getParams('com_languages')->get('site','en-GB');\n if ($noTranslationBehaviour >= 1 && ($reference_table == 'content' || $reference_table == 'k2_items' ) && $default_language != $language) {\n\n $defaultText = '<div class=\"falang-missing\">' .JText::_($this->params->get('missing-text')). '</div>';\n\n if ($this->params->get('bootstrap-alert')) {\n $defaultText = '<div class=\"falang-missing alert '.$this->params->get('bootstrap-alert-style').' alert-dismissable\"><button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-hidden=\"true\">&times;</button>' .JText::_($this->params->get('missing-text')). '</div>';\n }\n\n if ($noTranslationBehaviour==3 && isset($row_to_translate->id)){\n $defaultText=\"{jfalternative}\".$row_to_translate->id.\"|content|$defaultText{/jfalternative}\";\n }\n\n\n $cache = JFactory::getCache();\n// $fieldInfo = $cache->call(\"Falang::contentElementFields\",$reference_table, $language);\n $fieldInfo = $cache->call(array(\"Falang\",\"contentElementFields\"),$reference_table, $language);\n\n $textFields = $fieldInfo[\"textFields\"];\n if( $textFields !== null ) {\n $defaultSet = false;\n foreach ($textFields as $field) {\n if( !$defaultSet && $fieldInfo[\"fieldTypes\"][$field]==\"htmltext\") {\n if ($noTranslationBehaviour==1)\t{\n $row_to_translate->$field = $defaultText;\n } else if ($noTranslationBehaviour>=2) {\n $cr=\"<br/>\";\n $row_to_translate->$field = $defaultText .$cr.(isset($row_to_translate->$field)?$row_to_translate->$field:\"\");\n }\n $defaultSet = true;\n } else {\n if ($noTranslationBehaviour==1)\t{\n $row_to_translate->$field = \"\";\n } else if ($noTranslationBehaviour>=2) {\n if ($fieldInfo[\"fieldTypes\"][$field]==\"htmltext\"){\n $cr=\"<br/>\";\n } else {\n $cr=\"\\n\";\n }\n $row_to_translate->$field = (isset($row_to_translate->$field)?$row_to_translate->$field:\"\");\n }\n }\n }\n }\n }\n }", "function plugin_row() {\n\t\t$licence = $this->get_licence_key();\n\t\t$licence_response = $this->is_licence_expired();\n\t\t$licence_problem = isset( $licence_response['errors'] );\n\n\t\tif ( !isset( $GLOBALS['wpmdb_meta'][$this->plugin_slug]['version'] ) ) {\n\t\t\t$installed_version = '0';\n\t\t}\n\t\telse {\n\t\t\t$installed_version = $GLOBALS['wpmdb_meta'][$this->plugin_slug]['version'];\n\t\t}\n\n\t\t$latest_version = $this->get_latest_version( $this->plugin_slug );\n\n\t\t$new_version = '';\n\t\tif ( version_compare( $installed_version, $latest_version, '<' ) ) {\n\t\t\t$new_version = __( 'There is a new version of ' . $this->plugin_title . ' available.', 'wp-migrate-db-pro' );\n\t\t\t$new_version .= ' <a class=\"thickbox\" title=\"' . $this->plugin_title . '\" href=\"plugin-install.php?tab=plugin-information&plugin=' . rawurlencode( $this->plugin_slug ) . '&TB_iframe=true&width=640&height=808\">';\n\t\t\t$new_version .= sprintf( __( 'View version %s details', 'wp-migrate-db-pro' ), $latest_version ) . '</a>.';\n\t\t}\n\n\t\tif ( !$new_version && !empty( $licence ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif( empty( $licence ) ) {\n\t\t\t$settings_link = sprintf( '<a href=\"%s\">%s</a>', network_admin_url( $this->plugin_base ) . '#settings', __( 'Settings', 'wp-migrate-db-pro' ) );\n\t\t\tif ( $new_version ) {\n\t\t\t\t$message = 'To update, ';\n\t\t\t}\n\t\t\telse {\n\t\t\t\t$message = 'To finish activating ' . $this->plugin_title . ', please ';\n\t\t\t}\n\n\t\t\t$message .= 'go to ' . $settings_link . ' and enter your licence key. \n\t\t\t\tIf you don\\'t have a licence key, you may \n\t\t\t\t<a href=\"http://deliciousbrains.com/wp-migrate-db-pro/pricing/\">purchase one</a>.';\n\t\t}\n\t\telseif ( $licence_problem ) {\n\t\t\t$message = array_shift( $licence_response['errors'] ) . ' <a href=\"#\" class=\"check-my-licence-again\">Check my license again</a>';\n\t\t}\n\t\telse {\n\t\t\treturn;\n\t\t}\n\t\t?>\n\n\t\t<tr class=\"plugin-update-tr wpmdbpro-custom\">\n\t\t\t<td colspan=\"3\" class=\"plugin-update\">\n\t\t\t\t<div class=\"update-message\"><span class=\"wpmdb-new-version-notice\"><?php echo $new_version; ?></span> <span class=\"wpmdb-licence-error-notice\"><?php echo $message; ?></span></div>\n\t\t\t</td>\n\t\t</tr>\n\n\t\t<?php if ( $new_version ) : // removes the built-in plugin update message ?>\n\t\t<script type=\"text/javascript\">\n\t\t(function($) {\n\t\t\tvar wpmdb_row = jQuery('#<?php echo $this->plugin_slug; ?>'),\n\t\t\t\tnext_row = wpmdb_row.next();\n\n\t\t\t// If there's a plugin update row - need to keep the original update row available so we can switch it out\n\t\t\t// if the user has a successful response from the 'check my license again' link\n\t\t\tif (next_row.hasClass('plugin-update-tr') && !next_row.hasClass('wpmdbpro-custom')) {\n\t\t\t\tvar original = next_row.clone();\n\t\t\t\toriginal.add\n\t\t\t\tnext_row.html(next_row.next().html()).addClass('wpmdbpro-custom-visible');\n\t\t\t\tnext_row.next().remove();\n\t\t\t\tnext_row.after(original);\n\t\t\t\toriginal.addClass('wpmdb-original-update-row');\n\t\t\t}\n\t\t})(jQuery);\n\t\t</script>\n\t\t<?php endif; ?>\n\n\t\t<?php\n\t}", "function BeforeMoveNextList(&$data, &$row, &$record, &$pageObject)\n{\n\n\t\t//Row Color Start\nif($data[\"is_urgent\"]==\"1\")\n{\n$row[\"rowstyle\"]=\"style=\\\"background:#FFCCCC\\\"\";\n}\n\n//Row Color End\n\n// Place event code here.\n// Use \"Add Action\" button to add code snippets.\n;\t\t\n}", "public function renderListRow($table, $row, $cc, $titleCol, $thumbsCol, $indent = 0)\n { \n if (!is_array($row)) {\n return '';\n } \n \n $this->fieldArray[] = '_CONTROL_';\n $this->fieldArray[] = '_CLIPBOARD_';\n $rowOutput = '';\n $id_orig = null;\n // If in search mode, make sure the preview will show the correct page\n if ((string)$this->searchString !== '') {\n $id_orig = $this->id;\n $this->id = $row['pid'];\n }\n \n $tagAttributes = [\n 'class' => ['t3js-entity'],\n 'data-table' => $table,\n 'title' => 'id=' . $row['uid'],\n ];\n \n // Add special classes for first and last row\n if ($cc == 1 && $indent == 0) {\n $tagAttributes['class'][] = 'firstcol';\n }\n if ($cc == $this->totalRowCount || $cc == $this->iLimit) {\n $tagAttributes['class'][] = 'lastcol';\n }\n // Overriding with versions background color if any:\n if (!empty($row['_CSSCLASS'])) {\n $tagAttributes['class'] = [$row['_CSSCLASS']];\n }\n // Incr. counter.\n $this->counter++;\n // The icon with link\n $toolTip = BackendUtility::getRecordToolTip($row, $table);\n\n \n\n $additionalStyle = $indent ? ' style=\"margin-left: ' . $indent . 'px;\"' : '';\n $iconImg = '<span ' . $toolTip . ' ' . $additionalStyle . '>'\n . $this->iconFactory->getIconForRecord($table, $row, Icon::SIZE_SMALL)->render()\n . '</span>'; \n $theIcon = $this->clickMenuEnabled ? BackendUtility::wrapClickMenuOnIcon($iconImg, $table, $row['uid']) : $iconImg;\n // Preparing and getting the data-array\n $theData = [];\n $localizationMarkerClass = '';\n foreach ($this->fieldArray as $fCol) {\n \n if ($fCol == $titleCol) {\n $recTitle = BackendUtility::getRecordTitle($table, $row, false, true);\n $warning = '';\n // If the record is edit-locked\tby another user, we will show a little warning sign:\n $lockInfo = BackendUtility::isRecordLocked($table, $row['uid']);\n if ($lockInfo) {\n $warning = '<span data-toggle=\"tooltip\" data-placement=\"right\" data-title=\"' . htmlspecialchars($lockInfo['msg']) . '\">'\n . $this->iconFactory->getIcon('status-warning-in-use', Icon::SIZE_SMALL)->render() . '</span>';\n }\n $theData[$fCol] = $theData['__label'] = $warning . $this->linkWrapItems($table, $row['uid'], $recTitle, $row);\n // Render thumbnails, if:\n // - a thumbnail column exists\n // - there is content in it\n // - the thumbnail column is visible for the current type\n $type = 0;\n if (isset($GLOBALS['TCA'][$table]['ctrl']['type'])) {\n $typeColumn = $GLOBALS['TCA'][$table]['ctrl']['type'];\n $type = $row[$typeColumn];\n }\n // If current type doesn't exist, set it to 0 (or to 1 for historical reasons,\n // if 0 doesn't exist)\n if (!isset($GLOBALS['TCA'][$table]['types'][$type])) {\n $type = isset($GLOBALS['TCA'][$table]['types'][0]) ? 0 : 1;\n }\n $visibleColumns = $GLOBALS['TCA'][$table]['types'][$type]['showitem'];\n \n if ($this->thumbs &&\n trim($row[$thumbsCol]) &&\n preg_match('/(^|(.*(;|,)?))' . $thumbsCol . '(((;|,).*)|$)/', $visibleColumns) === 1\n ) {\n $thumbCode = '<br />' . $this->thumbCode($row, $table, $thumbsCol);\n $theData[$fCol] .= $thumbCode;\n $theData['__label'] .= $thumbCode;\n }\n if (isset($GLOBALS['TCA'][$table]['ctrl']['languageField'])\n && $row[$GLOBALS['TCA'][$table]['ctrl']['languageField']] != 0\n && $row[$GLOBALS['TCA'][$table]['ctrl']['transOrigPointerField']] != 0\n ) {\n // It's a translated record with a language parent\n $localizationMarkerClass = ' localization';\n }\n } elseif ($fCol === 'pid') {\n $theData[$fCol] = $row[$fCol];\n } elseif ($fCol === '_PATH_') {\n $theData[$fCol] = $this->recPath($row['pid']);\n } elseif ($fCol === '_REF_') {\n $theData[$fCol] = $this->createReferenceHtml($table, $row['uid']);\n } elseif ($fCol === '_CONTROL_') {\n $theData[$fCol] = $this->makeControl($table, $row);\n } elseif ($fCol === '_CLIPBOARD_') {\n $theData[$fCol] = $this->makeClip($table, $row);\n } elseif ($fCol === '_LOCALIZATION_') {\n list($lC1, $lC2) = $this->makeLocalizationPanel($table, $row);\n $theData[$fCol] = $lC1;\n $theData[$fCol . 'b'] = '<div class=\"btn-group\">' . $lC2 . '</div>';\n } elseif ($fCol === '_LOCALIZATION_b') {\n // deliberately empty\n } else {\n $pageId = $table === 'pages' ? $row['uid'] : $row['pid'];\n $tmpProc = BackendUtility::getProcessedValueExtra($table, $fCol, $row[$fCol], 100, $row['uid'], true, $pageId);\n $theData[$fCol] = $this->linkUrlMail(htmlspecialchars($tmpProc), $row[$fCol]);\n if ($this->csvOutput) {\n $row[$fCol] = BackendUtility::getProcessedValueExtra($table, $fCol, $row[$fCol], 0, $row['uid']);\n }\n }\n }\n // Reset the ID if it was overwritten\n if ((string)$this->searchString !== '') {\n $this->id = $id_orig;\n }\n // Add row to CSV list:\n if ($this->csvOutput) {\n $this->addToCSV($row);\n }\n // Add classes to table cells\n $this->addElement_tdCssClass[$titleCol] = 'col-title col-responsive' . $localizationMarkerClass;\n $this->addElement_tdCssClass['__label'] = $this->addElement_tdCssClass[$titleCol];\n $this->addElement_tdCssClass['_CONTROL_'] = 'col-control';\n if ($this->getModule()->MOD_SETTINGS['clipBoard']) {\n $this->addElement_tdCssClass['_CLIPBOARD_'] = 'col-clipboard';\n }\n $this->addElement_tdCssClass['_PATH_'] = 'col-path';\n $this->addElement_tdCssClass['_LOCALIZATION_'] = 'col-localizationa';\n $this->addElement_tdCssClass['_LOCALIZATION_b'] = 'col-localizationb';\n // Create element in table cells:\n $theData['uid'] = $row['uid'];\n if (isset($GLOBALS['TCA'][$table]['ctrl']['languageField'])\n && isset($GLOBALS['TCA'][$table]['ctrl']['transOrigPointerField'])\n && $table !== 'pages_language_overlay'\n ) {\n $theData['_l10nparent_'] = $row[$GLOBALS['TCA'][$table]['ctrl']['transOrigPointerField']];\n }\n \n $tagAttributes = array_map(\n function ($attributeValue) {\n if (is_array($attributeValue)) {\n return implode(' ', $attributeValue);\n }\n return $attributeValue;\n },\n $tagAttributes\n );\n \n $rowOutput .= $this->addElement(1, $theIcon, $theData, GeneralUtility::implodeAttributes($tagAttributes, true));\n // Finally, return table row element:\n return $rowOutput;\n }", "public function prepareRow($row) {\n // Set the Language.\n $lang = (preg_match(\"/eng/i\", $row->sourceid)) ? 'en' : 'fr';\n $row->language = $lang;\n $xmlobj = $row->xml;\n\n // Set the Path.\n if (!isset($xmlobj->external)) {\n $link_path = strip_tags($xmlobj->link_path->asXML());\n if ($link_path == 'group') {\n $row->link_path = '<group>';\n }\n elseif ($link_path == 'front') {\n $row->link_path = '<front>';\n }\n elseif ($link_path == 'nolink') {\n $row->link_path = '<nolink>';\n }\n elseif ($link_path == 'separator') {\n $row->link_path = '<separator>';\n }\n elseif ($link_path == 'user') {\n $row->link_path = 'user';\n }\n else {\n $path = drupal_lookup_path('source', $link_path, $lang);\n if (!empty($path)) {\n $row->link_path = $path;\n }\n else {\n $row->link_path = $link_path;\n }\n }\n }\n else {\n $row->link_path = strip_tags($xmlobj->link_path->asXML());\n $row->external = 1;\n }\n\n // Set the Options.\n $options = array();\n\n if (isset($xmlobj->attribute_title)) {\n $options += array(\n 'attributes' => array(\n 'title' => strip_tags($xmlobj->attribute_title->asXML()),\n ),\n );\n }\n else {\n $options += array(\n 'attributes' => array(\n 'title' => NULL,\n ),\n );\n }\n\n $row->options = $options;\n\n // Set the Parent Menu.\n if (isset($xmlobj->parent)) {\n $result = db_query('SELECT n.destid1\n FROM {migrate_map_wetkitmigratesitemenulinks} n WHERE n.sourceid1 = :sourceid', array(':sourceid' => strip_tags($xmlobj->parent->asXML())));\n foreach ($result as $result_row) {\n $row->plid = $result_row->destid1;\n }\n }\n }", "public function addWishingIconAddFieldsSingle($row){\n // $img_id = $row['IMAGE_ID'];\n // $url = $this->imageModel->getImageUrlOrPlaceholder($img_id);\n // $row['TUTORIAL_IMAGE_URL'] = $url;\n //get teacher image url\n $student_data = $this->userModel->getUserData($row['NAME']);\n $student_pic_url = $student_data['PICTURE_URL'];\n $row['STUDENT_PICTURE_URL'] = $student_pic_url;\n //add the tutorial url\n //$row['WISHING_URL'] = base_url().'index.php/pages/tutorials/'.$row['WISH_ID']; \n return $row;\n }", "public function addRaw($row) {\n\t\t$this->addRow($row, null, array('noformat' => true));\n\t}", "function renderRow(& $data) \n {\n $title = $this->_highlightText($data['title']);\n $text = $this->_highlightText($data['text']);\n if ($data['persite'] != 0) {\n $row = str_replace('{title}', $title, $this->_rowTemplate);\n $row = str_replace('{text}', $text, $row);\n $row = str_replace('{url}', $data['url'], $row);\n $this->_html .= $row;\n $row = str_replace('{title}', \n $data['persite'].\" results\", \n $this->_rowDetailTemplate);\n $row = str_replace('{text}', $data['lastmod'], $row);\n $url = $_SERVER['PHP_SELF'].'?'.\n $this->_http_parameters['query'].'='.\n urlencode($this->_query).\n '&'.$this->_http_parameters['siteid'].'='.$data['siteid'];\n $row = str_replace('{url}', $url, $row);\n $this->_html .= $row;\n } else {\n $row = str_replace('{title}', $title, $this->_rowTemplate);\n $row = str_replace('{text}', $text, $row);\n $row = str_replace('{url}', $data['url'], $row);\n $this->_html .= $row;\n $row = str_replace('{title}', \"\", $this->_rowDetailTemplate);\n $row = str_replace('{text}', $data['lastmod'], $row);\n $row = str_replace('{url}', $data['url'], $row);\n $this->_html .= $row;\n }\n }", "function makeTemplateRowsForMsg($allMessage) {\n global $user;\n\n foreach($allMessage as $message) {\n $row = new Template(__DIR__ . '/../view/message.tpl');\n\n $login = $message['senderId'] === $user->getId() ? 'You' : '<b>SUPPORT</b>';\n $class = '';\n\n if ($message['senderId'] !== $user->getId()) {\n $class = $message['isRead'] == 0 ? \" class='notRead'\" : '';\n }\n\n foreach ($message as $key => $value) {\n $row->add($key, $value);\n $row->add('login', $login);\n $row->add('class', $class);\n }\n $rowsTemplateMsg[] = $row;\n }\n $rowsMessages = Template::joinTemplates($rowsTemplateMsg);\n return $rowsMessages;\n}", "private function AddRow($row) {\n $this->_table .= $this->Tpl2HTML($this->_rowtpl, array('RowContent' => $row));\n $this->_rown++;\n }", "function okrs_add_table_row($row ,$aRow)\n{\n\n $CI = &get_instance();\n $CI->load->model('okr/okr_model');\n\n if($aRow['rel_type'] == 'okrs'){\n $okrs = $CI->okr_model->get_okrs($aRow['rel_id']);\n if ($okrs) {\n\n $str = '<span class=\"hide\"> - </span><a class=\"text-muted task-table-related\" data-toggle=\"tooltip\" title=\"' . _l('task_related_to') . '\" href=\"' . admin_url('okr/show_detail_node/' . $okrs->id) . '\">' . $okrs->your_target . '</a><br />';\n\n $row[2] = $row[2].$str;\n }\n\n }\n\n return $row;\n}", "function the_row($format = \\false)\n{\n}", "function AggregateListRow() {\n\n\t\t// Call Row Rendered event\n\t\t$this->Row_Rendered();\n\t}", "function AggregateListRow() {\n\n\t\t// Call Row Rendered event\n\t\t$this->Row_Rendered();\n\t}", "function AggregateListRow() {\n\n\t\t// Call Row Rendered event\n\t\t$this->Row_Rendered();\n\t}", "function createMessage( $message=null ){\n global $mysqli;\n $msg = (object) $message;\n $command = $mysqli->real_escape_string($msg->command);\n $category = $mysqli->real_escape_string($msg->category);\n $bindings = $mysqli->real_escape_string($msg->bindings);\n $block_index = $mysqli->real_escape_string($msg->block_index);\n $message_index = $mysqli->real_escape_string($msg->message_index);\n $timestamp = $mysqli->real_escape_string($msg->timestamp);\n $results = $mysqli->query(\"SELECT message_index FROM messages WHERE `message_index`='{$message_index}' LIMIT 1\");\n if($results){\n if($results->num_rows==0){\n $sql = \"INSERT INTO messages (message_index, block_index, command, category, bindings, timestamp) values ('{$message_index}','{$block_index}','{$command}','{$category}','{$bindings}','{$timestamp}')\";\n } else {\n $sql = \"UPDATE messages SET block_index='{$block_index}', command='{$command}', category='{$category}', bindings='{$bindings}', timestamp='{$timestamp}' WHERE message_index='{$message_index}'\";\n }\n $results = $mysqli->query($sql);\n if(!$results){\n byeLog('Error while trying to create or update record in messages table');\n }\n } else {\n byeLog('Error while trying to lookup record in messages table');\n }\n}", "function updateNewsDbTableRow($updateList, $row, $vars) {\n $setFields = array();\n\n if (in_array('APPLY_BBCODE', $updateList)) {\n $setFields['texte'] = $vars['bbcode']->apply(stripslashes($row['texte']));\n\n if ($row['suite'] != '')\n $setFields['suite'] = $vars['bbcode']->apply(stripslashes($row['suite']));\n }\n\n if (in_array('UPDATE_AUTHOR_DATA', $updateList)) {\n $userData = getUserData($row['auteur_id']);\n\n if ($userData === false)\n $setFields['auteur_id'] = null;\n else\n $setFields['auteur'] = $userData['pseudo'];\n }\n\n return $setFields;\n}", "public function aggregateListRow()\n\t{\n\n\t\t// Call Row Rendered event\n\t\t$this->Row_Rendered();\n\t}", "public function aggregateListRow()\n\t{\n\n\t\t// Call Row Rendered event\n\t\t$this->Row_Rendered();\n\t}", "public function addRow(TableRow $row);", "public function new_row($css = '', $extras='') {\n\n if ($this->_cellopen) {\n $this->end_cell();\n }\n\n if ($this->_rowopen) {\n $this->end_row();\n }\n\n if ($this->_newid != '') {\n $extras .= ' id=\"'.$this->_newid.'\"';\n\n $this->_newid = '';\n }\n\n echo '<tr'.($css != '' ? ' class=\"'.$css.'\"' : '').($extras != '' ? ' '.$extras : '').'>';\n $this->_rowopen = true;\n }", "public function insertRow($row);", "function wp_comment_reply($position = 1, $checkbox = \\false, $mode = 'single', $table_row = \\true)\n {\n }", "function RenderListRow() {\n\t\tglobal $Security, $gsLanguage, $Language;\n\n\t\t// Call Row Rendering event\n\t\t$this->Row_Rendering();\n\n // Common render codes\n\t\t// gjd_id\n\t\t// gjm_id\n\t\t// peg_id\n\t\t// b_mn\n\t\t// b_sn\n\t\t// b_sl\n\t\t// b_rb\n\t\t// b_km\n\t\t// b_jm\n\t\t// b_sb\n\t\t// l_mn\n\t\t// l_sn\n\t\t// l_sl\n\t\t// l_rb\n\t\t// l_km\n\t\t// l_jm\n\t\t// l_sb\n\t\t// gjd_id\n\n\t\t$this->gjd_id->ViewValue = $this->gjd_id->CurrentValue;\n\t\t$this->gjd_id->ViewCustomAttributes = \"\";\n\n\t\t// gjm_id\n\t\t$this->gjm_id->ViewValue = $this->gjm_id->CurrentValue;\n\t\t$this->gjm_id->ViewCustomAttributes = \"\";\n\n\t\t// peg_id\n\t\tif (strval($this->peg_id->CurrentValue) <> \"\") {\n\t\t\t$sFilterWrk = \"`peg_id`\" . ew_SearchString(\"=\", $this->peg_id->CurrentValue, EW_DATATYPE_NUMBER, \"\");\n\t\t$sSqlWrk = \"SELECT `peg_id`, `peg_nama` AS `DispFld`, `peg_jabatan` AS `Disp2Fld`, `peg_upah` AS `Disp3Fld`, '' AS `Disp4Fld` FROM `t_pegawai`\";\n\t\t$sWhereWrk = \"\";\n\t\t$this->peg_id->LookupFilters = array(\"dx1\" => '`peg_nama`', \"dx2\" => '`peg_jabatan`', \"dx3\" => '`peg_upah`');\n\t\tew_AddFilter($sWhereWrk, $sFilterWrk);\n\t\t$this->Lookup_Selecting($this->peg_id, $sWhereWrk); // Call Lookup selecting\n\t\tif ($sWhereWrk <> \"\") $sSqlWrk .= \" WHERE \" . $sWhereWrk;\n\t\t\t$rswrk = Conn()->Execute($sSqlWrk);\n\t\t\tif ($rswrk && !$rswrk->EOF) { // Lookup values found\n\t\t\t\t$arwrk = array();\n\t\t\t\t$arwrk[1] = $rswrk->fields('DispFld');\n\t\t\t\t$arwrk[2] = $rswrk->fields('Disp2Fld');\n\t\t\t\t$arwrk[3] = ew_FormatNumber($rswrk->fields('Disp3Fld'), 0, -2, -2, -1);\n\t\t\t\t$this->peg_id->ViewValue = $this->peg_id->DisplayValue($arwrk);\n\t\t\t\t$rswrk->Close();\n\t\t\t} else {\n\t\t\t\t$this->peg_id->ViewValue = $this->peg_id->CurrentValue;\n\t\t\t}\n\t\t} else {\n\t\t\t$this->peg_id->ViewValue = NULL;\n\t\t}\n\t\t$this->peg_id->ViewCustomAttributes = \"\";\n\n\t\t// b_mn\n\t\t$this->b_mn->ViewValue = $this->b_mn->CurrentValue;\n\t\t$this->b_mn->ViewCustomAttributes = \"\";\n\n\t\t// b_sn\n\t\t$this->b_sn->ViewValue = $this->b_sn->CurrentValue;\n\t\t$this->b_sn->ViewCustomAttributes = \"\";\n\n\t\t// b_sl\n\t\t$this->b_sl->ViewValue = $this->b_sl->CurrentValue;\n\t\t$this->b_sl->ViewCustomAttributes = \"\";\n\n\t\t// b_rb\n\t\t$this->b_rb->ViewValue = $this->b_rb->CurrentValue;\n\t\t$this->b_rb->ViewCustomAttributes = \"\";\n\n\t\t// b_km\n\t\t$this->b_km->ViewValue = $this->b_km->CurrentValue;\n\t\t$this->b_km->ViewCustomAttributes = \"\";\n\n\t\t// b_jm\n\t\t$this->b_jm->ViewValue = $this->b_jm->CurrentValue;\n\t\t$this->b_jm->ViewCustomAttributes = \"\";\n\n\t\t// b_sb\n\t\t$this->b_sb->ViewValue = $this->b_sb->CurrentValue;\n\t\t$this->b_sb->ViewCustomAttributes = \"\";\n\n\t\t// l_mn\n\t\t$this->l_mn->ViewValue = $this->l_mn->CurrentValue;\n\t\t$this->l_mn->ViewCustomAttributes = \"\";\n\n\t\t// l_sn\n\t\t$this->l_sn->ViewValue = $this->l_sn->CurrentValue;\n\t\t$this->l_sn->ViewCustomAttributes = \"\";\n\n\t\t// l_sl\n\t\t$this->l_sl->ViewValue = $this->l_sl->CurrentValue;\n\t\t$this->l_sl->ViewCustomAttributes = \"\";\n\n\t\t// l_rb\n\t\t$this->l_rb->ViewValue = $this->l_rb->CurrentValue;\n\t\t$this->l_rb->ViewCustomAttributes = \"\";\n\n\t\t// l_km\n\t\t$this->l_km->ViewValue = $this->l_km->CurrentValue;\n\t\t$this->l_km->ViewCustomAttributes = \"\";\n\n\t\t// l_jm\n\t\t$this->l_jm->ViewValue = $this->l_jm->CurrentValue;\n\t\t$this->l_jm->ViewCustomAttributes = \"\";\n\n\t\t// l_sb\n\t\t$this->l_sb->ViewValue = $this->l_sb->CurrentValue;\n\t\t$this->l_sb->ViewCustomAttributes = \"\";\n\n\t\t// gjd_id\n\t\t$this->gjd_id->LinkCustomAttributes = \"\";\n\t\t$this->gjd_id->HrefValue = \"\";\n\t\t$this->gjd_id->TooltipValue = \"\";\n\n\t\t// gjm_id\n\t\t$this->gjm_id->LinkCustomAttributes = \"\";\n\t\t$this->gjm_id->HrefValue = \"\";\n\t\t$this->gjm_id->TooltipValue = \"\";\n\n\t\t// peg_id\n\t\t$this->peg_id->LinkCustomAttributes = \"\";\n\t\t$this->peg_id->HrefValue = \"\";\n\t\t$this->peg_id->TooltipValue = \"\";\n\n\t\t// b_mn\n\t\t$this->b_mn->LinkCustomAttributes = \"\";\n\t\t$this->b_mn->HrefValue = \"\";\n\t\t$this->b_mn->TooltipValue = \"\";\n\n\t\t// b_sn\n\t\t$this->b_sn->LinkCustomAttributes = \"\";\n\t\t$this->b_sn->HrefValue = \"\";\n\t\t$this->b_sn->TooltipValue = \"\";\n\n\t\t// b_sl\n\t\t$this->b_sl->LinkCustomAttributes = \"\";\n\t\t$this->b_sl->HrefValue = \"\";\n\t\t$this->b_sl->TooltipValue = \"\";\n\n\t\t// b_rb\n\t\t$this->b_rb->LinkCustomAttributes = \"\";\n\t\t$this->b_rb->HrefValue = \"\";\n\t\t$this->b_rb->TooltipValue = \"\";\n\n\t\t// b_km\n\t\t$this->b_km->LinkCustomAttributes = \"\";\n\t\t$this->b_km->HrefValue = \"\";\n\t\t$this->b_km->TooltipValue = \"\";\n\n\t\t// b_jm\n\t\t$this->b_jm->LinkCustomAttributes = \"\";\n\t\t$this->b_jm->HrefValue = \"\";\n\t\t$this->b_jm->TooltipValue = \"\";\n\n\t\t// b_sb\n\t\t$this->b_sb->LinkCustomAttributes = \"\";\n\t\t$this->b_sb->HrefValue = \"\";\n\t\t$this->b_sb->TooltipValue = \"\";\n\n\t\t// l_mn\n\t\t$this->l_mn->LinkCustomAttributes = \"\";\n\t\t$this->l_mn->HrefValue = \"\";\n\t\t$this->l_mn->TooltipValue = \"\";\n\n\t\t// l_sn\n\t\t$this->l_sn->LinkCustomAttributes = \"\";\n\t\t$this->l_sn->HrefValue = \"\";\n\t\t$this->l_sn->TooltipValue = \"\";\n\n\t\t// l_sl\n\t\t$this->l_sl->LinkCustomAttributes = \"\";\n\t\t$this->l_sl->HrefValue = \"\";\n\t\t$this->l_sl->TooltipValue = \"\";\n\n\t\t// l_rb\n\t\t$this->l_rb->LinkCustomAttributes = \"\";\n\t\t$this->l_rb->HrefValue = \"\";\n\t\t$this->l_rb->TooltipValue = \"\";\n\n\t\t// l_km\n\t\t$this->l_km->LinkCustomAttributes = \"\";\n\t\t$this->l_km->HrefValue = \"\";\n\t\t$this->l_km->TooltipValue = \"\";\n\n\t\t// l_jm\n\t\t$this->l_jm->LinkCustomAttributes = \"\";\n\t\t$this->l_jm->HrefValue = \"\";\n\t\t$this->l_jm->TooltipValue = \"\";\n\n\t\t// l_sb\n\t\t$this->l_sb->LinkCustomAttributes = \"\";\n\t\t$this->l_sb->HrefValue = \"\";\n\t\t$this->l_sb->TooltipValue = \"\";\n\n\t\t// Call Row Rendered event\n\t\t$this->Row_Rendered();\n\t}", "public function add_invoice_row() {\n\n $addFlag = false;\n\n // Set null values to check for and later insertion if required\n $data = array(\n 'category' => null,\n 'description' => null,\n 'amount' => null,\n 'mockInvoiceId' => $_POST[ 'mockInvoiceId' ]\n );\n\n // Check if there are any rows that have nothing in them\n $row = $this->mockinvoice_row_model->get_by( $data );\n\n // Add a new row if there are no blank ones already\n if ( empty( $row ) ) {\n // Add a new row with empty values\n $this->mockinvoice_row_model->save( $data );\n $addFlag = true;\n }\n\n\n // Send back if a new row was added\n $returnArray[] = array( 'rowAdded' => $addFlag );\n $this->json_library->print_array_json_unless_empty( $returnArray );\n }", "function _list_meta_row($entry, &$count)\n {\n }", "function update_row($selector, $i = 1, $row = \\false, $post_id = \\false)\n{\n}", "function AggregateListRow() {\n\t}", "function addRow($rowData, $options = array()) {\r\n\r\n\t $this->rowCount++;\r\n\r\n\t $rowalign = _get_option($options, \"align\", false);\r\n\r\n\t // Start the row, indicate even/oneven\r\n\t $html = \" <tr class=\\\"\";\r\n\t if ( _get_option($options, \"static\", false)) {\r\n\t\t\t$html .= \"static\";\r\n\t\t}\r\n\t\telse {\r\n\t\t\t$html .= (($this->rowCount % 2) == 0) ? \"even\" : \"oneven\";\r\n\t\t}\r\n\r\n\t\t$html .= \" \" . _get_option($options, \"rowClass\", \"\");\r\n\r\n\t\t$html .= \"\\\"\";\r\n\r\n\t\t$style = _get_option($options, \"style\", \"\");\r\n\r\n\t if ( $style != \"\") {\r\n\t $html .= \" style=\\\"$style\\\"\";\r\n\t }\r\n\r\n // Insert user defined attributes for the tr tag\r\n foreach(_get_option($options, \"trAttributes\", array()) as $attribute => $value)\r\n {\r\n $html .= \" \" . $attribute . '=\"' . addslashes($value) . '\"';\r\n }\r\n\r\n\t\t$html .= \">\\n\";\r\n\r\n\t // Draw each cell in the row\r\n\t\tfor($i = 0; $i < $this->colCount; $i++) {\r\n\r\n\t\t // Opening td tag with options\r\n \t\t$html .= \" <td\";\r\n\r\n\t\t\t$html .= \" id='cell_\" . $this->rowCount . \"_$i'\";\r\n\r\n \t\tif ($rowalign) {\r\n\t\t\t $html .= \" align=\\\"$rowalign\\\"\";\r\n\t\t\t}\r\n\t\t else if ( isset($this->columnInfo[$i][\"align\"])) {\r\n\t\t\t $html .= \" align=\\\"\" . $this->columnInfo[$i][\"align\"] . \"\\\"\";\r\n\t\t\t}\r\n\r\n\t\t\tif ( is_array($rowData[$i]) && isset($rowData[$i][\"style\"]) ) {\r\n \t\t\t $html .= \" style=\\\"\" . $rowData[$i][\"style\"] . \"\\\"\";\r\n\t\t\t}\r\n\r\n // Insert user defined attributes for the td tag\r\n\t\t\tif (is_array($rowData[$i]) && isset($rowData[$i]['tdAttributes']))\r\n\t\t\t{\r\n foreach($rowData[$i]['tdAttributes'] as $attribute => $value)\r\n {\r\n $html .= \" \" . $attribute . '=\"' . addslashes($value) . '\"';\r\n }\r\n\t\t\t}\r\n\r\n\t\t\t$html .= \">\";\r\n\r\n\r\n\t\t\t$cellContent = '';\r\n\r\n\t\t\t$html .=\"<div style='overflow:hidden' \";\r\n\r\n\t\t\t// Cell content or empty\r\n\t\t\tif ( ! is_array($rowData[$i]) ){\r\n\t\t\t $cellContent = $rowData[$i];\r\n\r\n if (is_object($cellContent) && method_exists($cellContent, '__toString'))\r\n {\r\n $html .= \" title=\\\"\" . htmlentities(html_entity_decode(strip_tags((string) $cellContent)));\r\n }\r\n elseif (! is_object($cellContent))\r\n {\r\n $html .= \" title=\\\"\" . htmlentities(html_entity_decode(strip_tags($cellContent)));\r\n }\r\n\r\n $html .= '\"';\r\n\t\t\t}\r\n\t\t\telse if ( is_array($rowData[$i]) && isset($rowData[$i][\"content\"]) ) {\r\n\t\t\t\t$cellContent = $rowData[$i][\"content\"];\r\n if (! isset($rowData[$i]['divAttributes']['title']))\r\n {\r\n $html .= \" title=\\\"\" . htmlentities(html_entity_decode(strip_tags($cellContent)));\r\n }\r\n $html .= '\"';\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t $cellContent = \"&nbsp;\";\r\n\t\t\t}\r\n\r\n // Insert user defined attributes for the td tag\r\n\t\t\tif (is_array($rowData[$i]) && isset($rowData[$i]['divAttributes']))\r\n\t\t\t{\r\n foreach($rowData[$i]['divAttributes'] as $attribute => $value)\r\n {\r\n $html .= \" \" . $attribute . '=\"' . addslashes($value) . '\"';\r\n }\r\n\t\t\t}\r\n\r\n\t\t\t$html .= \">\";\r\n\r\n\t\t\t$html .= $cellContent;\r\n\r\n\t\t\t// End of cell\r\n\t\t\t$html .= \"</div>\";\r\n\t\t\t$html .= \" </td>\\n\";\r\n\t\t}\r\n\r\n\t\t// End of row\r\n\t\t$html .= \" </tr>\\n\";\r\n\t\t$this->rowDataHtml .= $html;\r\n\t}", "function wp_plugin_update_rows()\n {\n }", "function __construct() {\r\n parent::__construct( array(\r\n 'singular'=> 'wp_list_text_link', //Singular label\r\n 'plural' => 'wp_list_test_links', //plural label, also this well be one of the table css class\r\n 'ajax' => false //We won't support Ajax for this table\r\n ) );\r\n }", "abstract public function getSpecificRow();", "function update_sub_row($selector, $i = 1, $row = \\false, $post_id = \\false)\n{\n}", "function webpinas_glf_data_table_handler()\n{\n global $wpdb;\n\n $table = new Custom_Table_webpinas_glf_Plugin();\n $table->prepare_items();\n\n $message = '';\n if ('delete' === $table->current_action()) {\n $message = '<div class=\"updated below-h2\" id=\"message\"><p>' . sprintf(__('Items deleted: %d', 'custom_table_example'), count($_REQUEST['id'])) . '</p></div>';\n }\n ?>\n\n<div class=\"wrap\">\n\n <div class=\"icon32 icon32-posts-post\" id=\"icon-edit\"><br></div>\n <h2><?php _e('Form Submissions')?> \n <!--<a class=\"add-new-h2\" href=\"<?php echo get_admin_url(get_current_blog_id(), 'admin.php?page=exc_quote_form');?>\"><?php _e('Add new', 'custom_table_example')?></a>-->\n </h2>\n <?php echo $message; ?>\n \n<!--<form method=\"get\">\n <input type=\"hidden\" name=\"page\" value=\"\">\n<?php $table->dropdown_search_user( __( 'Search User' ), 'user_sort' ); ?>\n</form>-->\n\n <form id=\"persons-table\" method=\"GET\">\n <input type=\"hidden\" name=\"page\" value=\"<?php echo $_REQUEST['page'] ?>\"/>\n <?php $table->display() ?>\n </form>\n\n</div>\n\n<?php \n}", "public function prepareRow($row) {\n\n\t#$wp_row = $row->xml->children($this->arguments['namespaces']['wp']);\n\t#$content_row = $row->xml->children($this->arguments['namespaces']['content']);\n\t$xml_data = $row->xml->children();\n\n\t// skipe if there is not title\n\t$row->title = (string) $xml_data->title;\n if (!$row->title) {\n \treturn FALSE;\n }\n\t// ONLY migrate publish or draft content\n\t$status = $this->xpathValue($row->xml->xpath(\"wp:status\")); \n\tif ($status == 'publish') {\n\t\t$row->status = 1;\n\t} elseif ($status == 'draft') {\n\t\t$row->status = 0;\t\n\t} else {\n\t\treturn FALSE;\n\t}\n\n\t$row->pubdate = $this->xpathValue($row->xml->xpath(\"pubDate\"));\n\t$row->urlalias = $this->xpathValue($row->xml->xpath(\"wp:post_name\"));\n\t$row->native_advertiser = $this->xpathValue($row->xml->xpath(\"category[@domain = 'sponsor' and @nicename]\"));\n\t$row->eyebrow_text = $this->xpathValue($row->xml->xpath(\"wp:postmeta[wp:meta_key = 'digital-issue-text']/wp:meta_value\"));\n\t$row->eyebrow_link = $this->xpathValue($row->xml->xpath(\"wp:postmeta[wp:meta_key = 'digital-issue-url']/wp:meta_value\"));\n\t$row->disable_flipboard = $this->xpathValue($row->xml->xpath(\"wp:postmeta[wp:meta_key = 'disable_flipboard']/wp:meta_value\"));\n\t$row->google_news_standout = $this->xpathValue($row->xml->xpath(\"wp:postmeta[wp:meta_key = 'post_standout_tag']/wp:meta_value\"));\n\n\t// drush_print_r($row);\n }", "private function _prepareRow($array){\n return array_merge($this->_blankRow, $array);\n }", "private function generateSingleRow(& $data)\n {\n $id=$data['id'];\n\t\t$format=$data['format'];\n\t\tforeach($data['data'] as $key=>$value)\n\t\t{\n\t\t\t$search=\"{\".$id.\":\".$key.\"}\";\n\t\t\t$this->_search[]=$search;\n\n\t\t\t//if it needs formating\n\t\t\tif(isset($format[$key]))\n\t\t\t{\n\t\t\t\tforeach($format[$key] as $ftype=>$f)\n\t\t\t\t{\n\t\t\t\t\t$value=$this->formatValue($value,$ftype,$f);\n\t\t\t\t}\n\t\t\t}\n\t\t\t$this->_replace[]=$value;\n\t\t}\n }", "public function add($args){\n global $SnickerIndex, $SnickerUsers;\n\n // Loop Default Fields\n $row = array();\n foreach($this->dbFields AS $field => $value){\n if(isset($args[$field])){\n $final = $args[$field];\n } else {\n $final = $value;\n }\n settype($final, gettype($value));\n $row[$field] = $final;\n }\n\n // Create (U)UIDs\n $uid = $this->generateUID();\n $row[\"page_uuid\"] = $this->uuid;\n\n // Validate Parent UID\n if(!empty($row[\"parent_uid\"]) && !$this->exists($row[\"parent_uid\"])){\n $row[\"parent_uid\"] = null;\n }\n\n // Validate Type and Depth\n if(!empty($row[\"parent_uid\"])){\n $row[\"type\"] = \"reply\";\n $row[\"depth\"] = $this->db[$row[\"parent_uid\"]][\"depth\"] + 1;\n } else {\n $row[\"type\"] = \"comment\";\n $row[\"depth\"] = 1;\n }\n\n // Validata Status\n if(!in_array($row[\"status\"], array(\"pending\", \"approved\", \"rejected\", \"spam\"))){\n $row[\"status\"] = \"pending\";\n }\n\n // Sanitize Strings\n $row[\"title\"] = Sanitize::html(strip_tags($row[\"title\"]));\n $row[\"author\"] = Sanitize::html($row[\"author\"]);\n\n // Sanitize Comment\n $allowed = \"<a><b><strong><i><em><u><del><ins><s><strike><p><br><br/><br />\";\n $allowed .= \"<mark><abbr><acronym><dfn><ul><ol><li><dl><dt><dd><hr><hr/><hr />\";\n if(sn_config(\"comment_markup_html\")){\n $row[\"comment\"] = strip_tags($row[\"comment\"], $allowed);\n } else {\n $row[\"comment\"] = strip_tags($row[\"comment\"]);\n }\n $row[\"comment\"] = Sanitize::html($row[\"comment\"]);\n\n // Validate Comment\n $limit = sn_config(\"comment_limit\");\n if($limit > 0 && strlen($row[\"comment\"]) > $limit){\n $row[\"comment\"] = substr($row[\"comment\"], 0, $limit);\n }\n\n // Set Static Data\n $row[\"rating\"] = array(0, 0);\n $row[\"subscribe\"] = $row[\"subscribe\"] === true;\n $row[\"date\"] = Date::current(DB_DATE_FORMAT);\n $row[\"dateModified\"] = \"\";\n if($row[\"status\"] !== \"pending\"){\n $row[\"dateAudit\"] = Date::current(DB_DATE_FORMAT);\n }\n\n // Add Index\n if(!is_a($SnickerIndex, \"CommentsIndex\")){\n $SnickerIndex = new CommentsIndex();\n }\n if(!$SnickerIndex->add($uid, $row)){\n return false;\n }\n if(strpos($row[\"author\"], \"guest::\") === 0){\n $SnickerUsers->addComment(substr($row[\"author\"], strlen(\"guest::\")), $uid);\n }\n\n // Insert Comment\n $this->db[$uid] = $row;\n $this->sortBy();\n if($this->save() !== true){\n Log::set(__METHOD__, \"error-update-db\");\n return false;\n }\n return $uid;\n }", "function headerRow(&$rows, $rowN, $add_edit_link) {\n $currentRow = current($rows);\n?>\n\t<tr data-row=\"<?= $rowN ?>\">\n<?php\n if ($add_edit_link) {\n?>\n <th></th>\n<?php\n }\n foreach ($currentRow as $fieldName => $val) {\n?>\n\t\t<th class=\"popr\" data-id=\"1\">\n\t\t\t<?= $fieldName ?>\n\t\t</th>\n<?php\n }\n?>\n\t</tr>\n<?php\n }", "public function renderRow($title = '',$message = '') {\n $o = array();\n $o[] = '<tr>';\n if ($title != '' && $message != '') {\n $o[] = '<th>'.$title.'</th>';\n $o[] = '<td>'.$message.'</td>';\n } else if ($title != '') {\n $o[] = '<th colspan=\"2\">'.$title.'</th>';\n } else {\n $o[] = '<td colspan=\"2\">'.$message.'</td>';\n }\n $o[] = '</tr>';\n return implode(\"\\n\",$o);\n }", "private function _make_item_row($data) {\n $item = \"<b>$data->title</b>\";\n if ($data->description) {\n $item.=\"<br /><span>\" . nl2br($data->description) . \"</span><br><span style='float:right;'>\".$data->category.\"<span>\";\n }\n $type = $data->unit_type ? $data->unit_type : \"\";\n\n $val = $this->Sales_Invoices_model->get_details(array(\"id\" => $data->fid_invoices))->row();\n\n if($val->status != \"posting\"){\n return array(\n modal_anchor(get_uri(\"sales/s_invoices/item_modal_form\"), \"<i class='fa fa-pencil'></i>\", array(\"class\" => \"edit\", \"title\" => lang('edit_invoice'), \"data-post-id\" => $data->id)).js_anchor(\"<i class='fa fa-times fa-fw'></i>\", array('title' => lang('delete'), \"class\" => \"delete\", \"data-id\" => $data->id, \"data-action-url\" => get_uri(\"sales/s_invoices/delete_item\"), \"data-action\" => \"delete\")),\n $item,\n to_decimal_format($data->quantity) . \" \" . $type,\n to_currency($data->rate),\n to_currency($data->total),\n\n\n );\n\n }else{\n return array(\n \"&nbsp;\",\n $item,\n to_decimal_format($data->quantity) . \" \" . $type,\n to_currency($data->rate),\n to_currency($data->total)\n\n \n\n );\n\n }\n }", "public static function addRow()\n {\n $db = Db::getConnection();\n\n $result = $db->query('INSERT INTO checklist ( string ) VALUES ( \"\" ) ');\n\n if( $result )\n {\n $id = $db->query('SELECT LAST_INSERT_ID()')->fetch();\n\n if( $id !== false )\n {\n return $id;\n }\n else\n {\n return NULL;\n }\n }\n else\n {\n return NULL;\n }\n }", "public function addRow($row, $file)\n { }", "public function single_row($user_object, $style = '', $role = '', $numposts = 0)\n {\n }", "function training_text_message_callback() {\n $header = array(\n array('data' => t('Num'), 'field' => 'id'),\n array('data' => t('Author'), 'field' => 'name'),\n array('data' => t('Title'), 'field' => 'title'),\n array('data' => t('Text'), 'field' => 'body'),\n array('data' => t('Edit')),\n );\n $rows = array();\n $query = db_select('text_message', 'tm');\n $query->innerJoin('users', 'u', 'tm.uid = u.uid');\n $query\n ->fields('tm', array('id', 'title', 'body'))\n ->fields('u', array('name'));\n $result = $query\n ->extend('PagerDefault')\n ->limit(5)\n ->extend('TableSort')\n ->orderByHeader($header)\n ->execute()->fetchAll();\n if (!empty($query)) {\n foreach ($result as $value) {\n $rows[] = array(\n $value->id,\n $value->name,\n check_plain($value->title),\n check_plain($value->body),\n l(t('Edit'), 'training/message/edit/' . $value->id),\n );\n }\n }\n\n return array(\n array(\n '#theme' => 'table',\n '#header' => $header,\n '#rows' => $rows,\n ),\n array(\n '#theme' => 'pager',\n '#quantity' => 5,\n '#tags' => array('<<', '<', '', '>', '>>'),\n ),\n );\n}", "function __construct() {\n parent::__construct( array(\n 'singular'=> 'wp_list_text_link', //Singular label\n 'plural' => 'wp_list_test_links', //plural label, also this well be one of the table css class\n 'ajax'\t=> false //We won't support Ajax for this table\n ) );\n }", "public function renderListRow()\n\t{\n\t\tglobal $Security, $CurrentLanguage, $Language;\n\n\t\t// Call Row Rendering event\n\t\t$this->Row_Rendering();\n\n\t\t// Common render codes\n\t\t// id\n\t\t// fecha\n\t\t// hora\n\t\t// audio\n\t\t// st\n\t\t// fechaHoraIni\n\t\t// fechaHoraFin\n\t\t// telefono\n\t\t// agente\n\t\t// fechabo\n\t\t// agentebo\n\t\t// comentariosbo\n\t\t// IP\n\t\t// actual\n\t\t// completado\n\t\t// 2_1_R\n\t\t// 2_2_R\n\t\t// 2_3_R\n\t\t// 3_4_R\n\t\t// 4_5_R\n\t\t// 4_6_R\n\t\t// 4_7_R\n\t\t// 4_8_R\n\t\t// 5_9_R\n\t\t// 5_10_R\n\t\t// 5_11_R\n\t\t// 5_12_R\n\t\t// 5_13_R\n\t\t// 5_14_R\n\t\t// 5_51_R\n\t\t// 6_15_R\n\t\t// 6_16_R\n\t\t// 6_17_R\n\t\t// 6_18_R\n\t\t// 6_19_R\n\t\t// 6_20_R\n\t\t// 6_52_R\n\t\t// 7_21_R\n\t\t// 8_22_R\n\t\t// 8_23_R\n\t\t// 8_24_R\n\t\t// 8_25_R\n\t\t// 9_26_R\n\t\t// 9_27_R\n\t\t// 9_28_R\n\t\t// 9_29_R\n\t\t// 9_30_R\n\t\t// 9_31_R\n\t\t// 9_32_R\n\t\t// 9_33_R\n\t\t// 9_34_R\n\t\t// 9_35_R\n\t\t// 9_36_R\n\t\t// 9_37_R\n\t\t// 9_38_R\n\t\t// 9_39_R\n\t\t// 10_40_R\n\t\t// 10_41_R\n\t\t// 11_42_R\n\t\t// 11_43_R\n\t\t// 12_44_R\n\t\t// 12_45_R\n\t\t// 12_46_R\n\t\t// 12_47_R\n\t\t// 12_48_R\n\t\t// 12_49_R\n\t\t// 12_50_R\n\t\t// 1__R\n\t\t// 13_54_R\n\t\t// 13_54_1_R\n\t\t// 13_54_2_R\n\t\t// 13_55_R\n\t\t// 13_55_1_R\n\t\t// 13_55_2_R\n\t\t// 13_56_R\n\t\t// 13_56_1_R\n\t\t// 13_56_2_R\n\t\t// 12_53_R\n\t\t// 12_53_1_R\n\t\t// 12_53_2_R\n\t\t// 12_53_3_R\n\t\t// 12_53_4_R\n\t\t// 12_53_5_R\n\t\t// 12_53_6_R\n\t\t// 13_57_R\n\t\t// 13_57_1_R\n\t\t// 13_57_2_R\n\t\t// 13_58_R\n\t\t// 13_58_1_R\n\t\t// 13_58_2_R\n\t\t// 13_59_R\n\t\t// 13_59_1_R\n\t\t// 13_59_2_R\n\t\t// 13_60_R\n\t\t// 12_53_7_R\n\t\t// 12_53_8_R\n\t\t// id\n\n\t\t$this->id->ViewValue = $this->id->CurrentValue;\n\t\t$this->id->ViewCustomAttributes = \"\";\n\n\t\t// fecha\n\t\t$this->fecha->ViewValue = $this->fecha->CurrentValue;\n\t\t$this->fecha->ViewValue = FormatDateTime($this->fecha->ViewValue, 0);\n\t\t$this->fecha->ViewCustomAttributes = \"\";\n\n\t\t// hora\n\t\t$this->hora->ViewValue = $this->hora->CurrentValue;\n\t\t$this->hora->ViewValue = FormatDateTime($this->hora->ViewValue, 4);\n\t\t$this->hora->ViewCustomAttributes = \"\";\n\n\t\t// audio\n\t\t$this->audio->ViewValue = $this->audio->CurrentValue;\n\t\t$this->audio->ViewCustomAttributes = \"\";\n\n\t\t// st\n\t\t$this->st->ViewValue = $this->st->CurrentValue;\n\t\t$this->st->ViewCustomAttributes = \"\";\n\n\t\t// fechaHoraIni\n\t\t$this->fechaHoraIni->ViewValue = $this->fechaHoraIni->CurrentValue;\n\t\t$this->fechaHoraIni->ViewValue = FormatDateTime($this->fechaHoraIni->ViewValue, 0);\n\t\t$this->fechaHoraIni->ViewCustomAttributes = \"\";\n\n\t\t// fechaHoraFin\n\t\t$this->fechaHoraFin->ViewValue = $this->fechaHoraFin->CurrentValue;\n\t\t$this->fechaHoraFin->ViewValue = FormatDateTime($this->fechaHoraFin->ViewValue, 0);\n\t\t$this->fechaHoraFin->ViewCustomAttributes = \"\";\n\n\t\t// telefono\n\t\t$this->telefono->ViewValue = $this->telefono->CurrentValue;\n\t\t$this->telefono->ViewCustomAttributes = \"\";\n\n\t\t// agente\n\t\t$this->agente->ViewValue = $this->agente->CurrentValue;\n\t\t$this->agente->ViewValue = FormatNumber($this->agente->ViewValue, 0, -2, -2, -2);\n\t\t$this->agente->ViewCustomAttributes = \"\";\n\n\t\t// fechabo\n\t\t$this->fechabo->ViewValue = $this->fechabo->CurrentValue;\n\t\t$this->fechabo->ViewValue = FormatDateTime($this->fechabo->ViewValue, 0);\n\t\t$this->fechabo->ViewCustomAttributes = \"\";\n\n\t\t// agentebo\n\t\t$this->agentebo->ViewValue = $this->agentebo->CurrentValue;\n\t\t$this->agentebo->ViewValue = FormatNumber($this->agentebo->ViewValue, 0, -2, -2, -2);\n\t\t$this->agentebo->ViewCustomAttributes = \"\";\n\n\t\t// comentariosbo\n\t\t$this->comentariosbo->ViewValue = $this->comentariosbo->CurrentValue;\n\t\t$this->comentariosbo->ViewCustomAttributes = \"\";\n\n\t\t// IP\n\t\t$this->IP->ViewValue = $this->IP->CurrentValue;\n\t\t$this->IP->ViewCustomAttributes = \"\";\n\n\t\t// actual\n\t\t$this->actual->ViewValue = $this->actual->CurrentValue;\n\t\t$this->actual->ViewCustomAttributes = \"\";\n\n\t\t// completado\n\t\t$this->completado->ViewValue = $this->completado->CurrentValue;\n\t\t$this->completado->ViewCustomAttributes = \"\";\n\n\t\t// 2_1_R\n\t\t$this->_2_1_R->ViewValue = $this->_2_1_R->CurrentValue;\n\t\t$this->_2_1_R->ViewCustomAttributes = \"\";\n\n\t\t// 2_2_R\n\t\t$this->_2_2_R->ViewValue = $this->_2_2_R->CurrentValue;\n\t\t$this->_2_2_R->ViewCustomAttributes = \"\";\n\n\t\t// 2_3_R\n\t\t$this->_2_3_R->ViewValue = $this->_2_3_R->CurrentValue;\n\t\t$this->_2_3_R->ViewCustomAttributes = \"\";\n\n\t\t// 3_4_R\n\t\t$this->_3_4_R->ViewValue = $this->_3_4_R->CurrentValue;\n\t\t$this->_3_4_R->ViewCustomAttributes = \"\";\n\n\t\t// 4_5_R\n\t\t$this->_4_5_R->ViewValue = $this->_4_5_R->CurrentValue;\n\t\t$this->_4_5_R->ViewCustomAttributes = \"\";\n\n\t\t// 4_6_R\n\t\t$this->_4_6_R->ViewValue = $this->_4_6_R->CurrentValue;\n\t\t$this->_4_6_R->ViewCustomAttributes = \"\";\n\n\t\t// 4_7_R\n\t\t$this->_4_7_R->ViewValue = $this->_4_7_R->CurrentValue;\n\t\t$this->_4_7_R->ViewCustomAttributes = \"\";\n\n\t\t// 4_8_R\n\t\t$this->_4_8_R->ViewValue = $this->_4_8_R->CurrentValue;\n\t\t$this->_4_8_R->ViewCustomAttributes = \"\";\n\n\t\t// 5_9_R\n\t\t$this->_5_9_R->ViewValue = $this->_5_9_R->CurrentValue;\n\t\t$this->_5_9_R->ViewCustomAttributes = \"\";\n\n\t\t// 5_10_R\n\t\t$this->_5_10_R->ViewValue = $this->_5_10_R->CurrentValue;\n\t\t$this->_5_10_R->ViewCustomAttributes = \"\";\n\n\t\t// 5_11_R\n\t\t$this->_5_11_R->ViewValue = $this->_5_11_R->CurrentValue;\n\t\t$this->_5_11_R->ViewCustomAttributes = \"\";\n\n\t\t// 5_12_R\n\t\t$this->_5_12_R->ViewValue = $this->_5_12_R->CurrentValue;\n\t\t$this->_5_12_R->ViewCustomAttributes = \"\";\n\n\t\t// 5_13_R\n\t\t$this->_5_13_R->ViewValue = $this->_5_13_R->CurrentValue;\n\t\t$this->_5_13_R->ViewCustomAttributes = \"\";\n\n\t\t// 5_14_R\n\t\t$this->_5_14_R->ViewValue = $this->_5_14_R->CurrentValue;\n\t\t$this->_5_14_R->ViewCustomAttributes = \"\";\n\n\t\t// 5_51_R\n\t\t$this->_5_51_R->ViewValue = $this->_5_51_R->CurrentValue;\n\t\t$this->_5_51_R->ViewCustomAttributes = \"\";\n\n\t\t// 6_15_R\n\t\t$this->_6_15_R->ViewValue = $this->_6_15_R->CurrentValue;\n\t\t$this->_6_15_R->ViewCustomAttributes = \"\";\n\n\t\t// 6_16_R\n\t\t$this->_6_16_R->ViewValue = $this->_6_16_R->CurrentValue;\n\t\t$this->_6_16_R->ViewCustomAttributes = \"\";\n\n\t\t// 6_17_R\n\t\t$this->_6_17_R->ViewValue = $this->_6_17_R->CurrentValue;\n\t\t$this->_6_17_R->ViewCustomAttributes = \"\";\n\n\t\t// 6_18_R\n\t\t$this->_6_18_R->ViewValue = $this->_6_18_R->CurrentValue;\n\t\t$this->_6_18_R->ViewCustomAttributes = \"\";\n\n\t\t// 6_19_R\n\t\t$this->_6_19_R->ViewValue = $this->_6_19_R->CurrentValue;\n\t\t$this->_6_19_R->ViewCustomAttributes = \"\";\n\n\t\t// 6_20_R\n\t\t$this->_6_20_R->ViewValue = $this->_6_20_R->CurrentValue;\n\t\t$this->_6_20_R->ViewCustomAttributes = \"\";\n\n\t\t// 6_52_R\n\t\t$this->_6_52_R->ViewValue = $this->_6_52_R->CurrentValue;\n\t\t$this->_6_52_R->ViewCustomAttributes = \"\";\n\n\t\t// 7_21_R\n\t\t$this->_7_21_R->ViewValue = $this->_7_21_R->CurrentValue;\n\t\t$this->_7_21_R->ViewCustomAttributes = \"\";\n\n\t\t// 8_22_R\n\t\t$this->_8_22_R->ViewValue = $this->_8_22_R->CurrentValue;\n\t\t$this->_8_22_R->ViewCustomAttributes = \"\";\n\n\t\t// 8_23_R\n\t\t$this->_8_23_R->ViewValue = $this->_8_23_R->CurrentValue;\n\t\t$this->_8_23_R->ViewCustomAttributes = \"\";\n\n\t\t// 8_24_R\n\t\t$this->_8_24_R->ViewValue = $this->_8_24_R->CurrentValue;\n\t\t$this->_8_24_R->ViewCustomAttributes = \"\";\n\n\t\t// 8_25_R\n\t\t$this->_8_25_R->ViewValue = $this->_8_25_R->CurrentValue;\n\t\t$this->_8_25_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_26_R\n\t\t$this->_9_26_R->ViewValue = $this->_9_26_R->CurrentValue;\n\t\t$this->_9_26_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_27_R\n\t\t$this->_9_27_R->ViewValue = $this->_9_27_R->CurrentValue;\n\t\t$this->_9_27_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_28_R\n\t\t$this->_9_28_R->ViewValue = $this->_9_28_R->CurrentValue;\n\t\t$this->_9_28_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_29_R\n\t\t$this->_9_29_R->ViewValue = $this->_9_29_R->CurrentValue;\n\t\t$this->_9_29_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_30_R\n\t\t$this->_9_30_R->ViewValue = $this->_9_30_R->CurrentValue;\n\t\t$this->_9_30_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_31_R\n\t\t$this->_9_31_R->ViewValue = $this->_9_31_R->CurrentValue;\n\t\t$this->_9_31_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_32_R\n\t\t$this->_9_32_R->ViewValue = $this->_9_32_R->CurrentValue;\n\t\t$this->_9_32_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_33_R\n\t\t$this->_9_33_R->ViewValue = $this->_9_33_R->CurrentValue;\n\t\t$this->_9_33_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_34_R\n\t\t$this->_9_34_R->ViewValue = $this->_9_34_R->CurrentValue;\n\t\t$this->_9_34_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_35_R\n\t\t$this->_9_35_R->ViewValue = $this->_9_35_R->CurrentValue;\n\t\t$this->_9_35_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_36_R\n\t\t$this->_9_36_R->ViewValue = $this->_9_36_R->CurrentValue;\n\t\t$this->_9_36_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_37_R\n\t\t$this->_9_37_R->ViewValue = $this->_9_37_R->CurrentValue;\n\t\t$this->_9_37_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_38_R\n\t\t$this->_9_38_R->ViewValue = $this->_9_38_R->CurrentValue;\n\t\t$this->_9_38_R->ViewCustomAttributes = \"\";\n\n\t\t// 9_39_R\n\t\t$this->_9_39_R->ViewValue = $this->_9_39_R->CurrentValue;\n\t\t$this->_9_39_R->ViewCustomAttributes = \"\";\n\n\t\t// 10_40_R\n\t\t$this->_10_40_R->ViewValue = $this->_10_40_R->CurrentValue;\n\t\t$this->_10_40_R->ViewCustomAttributes = \"\";\n\n\t\t// 10_41_R\n\t\t$this->_10_41_R->ViewValue = $this->_10_41_R->CurrentValue;\n\t\t$this->_10_41_R->ViewCustomAttributes = \"\";\n\n\t\t// 11_42_R\n\t\t$this->_11_42_R->ViewValue = $this->_11_42_R->CurrentValue;\n\t\t$this->_11_42_R->ViewCustomAttributes = \"\";\n\n\t\t// 11_43_R\n\t\t$this->_11_43_R->ViewValue = $this->_11_43_R->CurrentValue;\n\t\t$this->_11_43_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_44_R\n\t\t$this->_12_44_R->ViewValue = $this->_12_44_R->CurrentValue;\n\t\t$this->_12_44_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_45_R\n\t\t$this->_12_45_R->ViewValue = $this->_12_45_R->CurrentValue;\n\t\t$this->_12_45_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_46_R\n\t\t$this->_12_46_R->ViewValue = $this->_12_46_R->CurrentValue;\n\t\t$this->_12_46_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_47_R\n\t\t$this->_12_47_R->ViewValue = $this->_12_47_R->CurrentValue;\n\t\t$this->_12_47_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_48_R\n\t\t$this->_12_48_R->ViewValue = $this->_12_48_R->CurrentValue;\n\t\t$this->_12_48_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_49_R\n\t\t$this->_12_49_R->ViewValue = $this->_12_49_R->CurrentValue;\n\t\t$this->_12_49_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_50_R\n\t\t$this->_12_50_R->ViewValue = $this->_12_50_R->CurrentValue;\n\t\t$this->_12_50_R->ViewCustomAttributes = \"\";\n\n\t\t// 1__R\n\t\t$this->_1__R->ViewValue = $this->_1__R->CurrentValue;\n\t\t$this->_1__R->ViewCustomAttributes = \"\";\n\n\t\t// 13_54_R\n\t\t$this->_13_54_R->ViewValue = $this->_13_54_R->CurrentValue;\n\t\t$this->_13_54_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_54_1_R\n\t\t$this->_13_54_1_R->ViewValue = $this->_13_54_1_R->CurrentValue;\n\t\t$this->_13_54_1_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_54_2_R\n\t\t$this->_13_54_2_R->ViewValue = $this->_13_54_2_R->CurrentValue;\n\t\t$this->_13_54_2_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_55_R\n\t\t$this->_13_55_R->ViewValue = $this->_13_55_R->CurrentValue;\n\t\t$this->_13_55_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_55_1_R\n\t\t$this->_13_55_1_R->ViewValue = $this->_13_55_1_R->CurrentValue;\n\t\t$this->_13_55_1_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_55_2_R\n\t\t$this->_13_55_2_R->ViewValue = $this->_13_55_2_R->CurrentValue;\n\t\t$this->_13_55_2_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_56_R\n\t\t$this->_13_56_R->ViewValue = $this->_13_56_R->CurrentValue;\n\t\t$this->_13_56_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_56_1_R\n\t\t$this->_13_56_1_R->ViewValue = $this->_13_56_1_R->CurrentValue;\n\t\t$this->_13_56_1_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_56_2_R\n\t\t$this->_13_56_2_R->ViewValue = $this->_13_56_2_R->CurrentValue;\n\t\t$this->_13_56_2_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_53_R\n\t\t$this->_12_53_R->ViewValue = $this->_12_53_R->CurrentValue;\n\t\t$this->_12_53_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_53_1_R\n\t\t$this->_12_53_1_R->ViewValue = $this->_12_53_1_R->CurrentValue;\n\t\t$this->_12_53_1_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_53_2_R\n\t\t$this->_12_53_2_R->ViewValue = $this->_12_53_2_R->CurrentValue;\n\t\t$this->_12_53_2_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_53_3_R\n\t\t$this->_12_53_3_R->ViewValue = $this->_12_53_3_R->CurrentValue;\n\t\t$this->_12_53_3_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_53_4_R\n\t\t$this->_12_53_4_R->ViewValue = $this->_12_53_4_R->CurrentValue;\n\t\t$this->_12_53_4_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_53_5_R\n\t\t$this->_12_53_5_R->ViewValue = $this->_12_53_5_R->CurrentValue;\n\t\t$this->_12_53_5_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_53_6_R\n\t\t$this->_12_53_6_R->ViewValue = $this->_12_53_6_R->CurrentValue;\n\t\t$this->_12_53_6_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_57_R\n\t\t$this->_13_57_R->ViewValue = $this->_13_57_R->CurrentValue;\n\t\t$this->_13_57_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_57_1_R\n\t\t$this->_13_57_1_R->ViewValue = $this->_13_57_1_R->CurrentValue;\n\t\t$this->_13_57_1_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_57_2_R\n\t\t$this->_13_57_2_R->ViewValue = $this->_13_57_2_R->CurrentValue;\n\t\t$this->_13_57_2_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_58_R\n\t\t$this->_13_58_R->ViewValue = $this->_13_58_R->CurrentValue;\n\t\t$this->_13_58_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_58_1_R\n\t\t$this->_13_58_1_R->ViewValue = $this->_13_58_1_R->CurrentValue;\n\t\t$this->_13_58_1_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_58_2_R\n\t\t$this->_13_58_2_R->ViewValue = $this->_13_58_2_R->CurrentValue;\n\t\t$this->_13_58_2_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_59_R\n\t\t$this->_13_59_R->ViewValue = $this->_13_59_R->CurrentValue;\n\t\t$this->_13_59_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_59_1_R\n\t\t$this->_13_59_1_R->ViewValue = $this->_13_59_1_R->CurrentValue;\n\t\t$this->_13_59_1_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_59_2_R\n\t\t$this->_13_59_2_R->ViewValue = $this->_13_59_2_R->CurrentValue;\n\t\t$this->_13_59_2_R->ViewCustomAttributes = \"\";\n\n\t\t// 13_60_R\n\t\t$this->_13_60_R->ViewValue = $this->_13_60_R->CurrentValue;\n\t\t$this->_13_60_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_53_7_R\n\t\t$this->_12_53_7_R->ViewValue = $this->_12_53_7_R->CurrentValue;\n\t\t$this->_12_53_7_R->ViewCustomAttributes = \"\";\n\n\t\t// 12_53_8_R\n\t\t$this->_12_53_8_R->ViewValue = $this->_12_53_8_R->CurrentValue;\n\t\t$this->_12_53_8_R->ViewCustomAttributes = \"\";\n\n\t\t// id\n\t\t$this->id->LinkCustomAttributes = \"\";\n\t\t$this->id->HrefValue = \"\";\n\t\t$this->id->TooltipValue = \"\";\n\n\t\t// fecha\n\t\t$this->fecha->LinkCustomAttributes = \"\";\n\t\t$this->fecha->HrefValue = \"\";\n\t\t$this->fecha->TooltipValue = \"\";\n\n\t\t// hora\n\t\t$this->hora->LinkCustomAttributes = \"\";\n\t\t$this->hora->HrefValue = \"\";\n\t\t$this->hora->TooltipValue = \"\";\n\n\t\t// audio\n\t\t$this->audio->LinkCustomAttributes = \"\";\n\t\t$this->audio->HrefValue = \"\";\n\t\t$this->audio->TooltipValue = \"\";\n\n\t\t// st\n\t\t$this->st->LinkCustomAttributes = \"\";\n\t\t$this->st->HrefValue = \"\";\n\t\t$this->st->TooltipValue = \"\";\n\n\t\t// fechaHoraIni\n\t\t$this->fechaHoraIni->LinkCustomAttributes = \"\";\n\t\t$this->fechaHoraIni->HrefValue = \"\";\n\t\t$this->fechaHoraIni->TooltipValue = \"\";\n\n\t\t// fechaHoraFin\n\t\t$this->fechaHoraFin->LinkCustomAttributes = \"\";\n\t\t$this->fechaHoraFin->HrefValue = \"\";\n\t\t$this->fechaHoraFin->TooltipValue = \"\";\n\n\t\t// telefono\n\t\t$this->telefono->LinkCustomAttributes = \"\";\n\t\t$this->telefono->HrefValue = \"\";\n\t\t$this->telefono->TooltipValue = \"\";\n\n\t\t// agente\n\t\t$this->agente->LinkCustomAttributes = \"\";\n\t\t$this->agente->HrefValue = \"\";\n\t\t$this->agente->TooltipValue = \"\";\n\n\t\t// fechabo\n\t\t$this->fechabo->LinkCustomAttributes = \"\";\n\t\t$this->fechabo->HrefValue = \"\";\n\t\t$this->fechabo->TooltipValue = \"\";\n\n\t\t// agentebo\n\t\t$this->agentebo->LinkCustomAttributes = \"\";\n\t\t$this->agentebo->HrefValue = \"\";\n\t\t$this->agentebo->TooltipValue = \"\";\n\n\t\t// comentariosbo\n\t\t$this->comentariosbo->LinkCustomAttributes = \"\";\n\t\t$this->comentariosbo->HrefValue = \"\";\n\t\t$this->comentariosbo->TooltipValue = \"\";\n\n\t\t// IP\n\t\t$this->IP->LinkCustomAttributes = \"\";\n\t\t$this->IP->HrefValue = \"\";\n\t\t$this->IP->TooltipValue = \"\";\n\n\t\t// actual\n\t\t$this->actual->LinkCustomAttributes = \"\";\n\t\t$this->actual->HrefValue = \"\";\n\t\t$this->actual->TooltipValue = \"\";\n\n\t\t// completado\n\t\t$this->completado->LinkCustomAttributes = \"\";\n\t\t$this->completado->HrefValue = \"\";\n\t\t$this->completado->TooltipValue = \"\";\n\n\t\t// 2_1_R\n\t\t$this->_2_1_R->LinkCustomAttributes = \"\";\n\t\t$this->_2_1_R->HrefValue = \"\";\n\t\t$this->_2_1_R->TooltipValue = \"\";\n\n\t\t// 2_2_R\n\t\t$this->_2_2_R->LinkCustomAttributes = \"\";\n\t\t$this->_2_2_R->HrefValue = \"\";\n\t\t$this->_2_2_R->TooltipValue = \"\";\n\n\t\t// 2_3_R\n\t\t$this->_2_3_R->LinkCustomAttributes = \"\";\n\t\t$this->_2_3_R->HrefValue = \"\";\n\t\t$this->_2_3_R->TooltipValue = \"\";\n\n\t\t// 3_4_R\n\t\t$this->_3_4_R->LinkCustomAttributes = \"\";\n\t\t$this->_3_4_R->HrefValue = \"\";\n\t\t$this->_3_4_R->TooltipValue = \"\";\n\n\t\t// 4_5_R\n\t\t$this->_4_5_R->LinkCustomAttributes = \"\";\n\t\t$this->_4_5_R->HrefValue = \"\";\n\t\t$this->_4_5_R->TooltipValue = \"\";\n\n\t\t// 4_6_R\n\t\t$this->_4_6_R->LinkCustomAttributes = \"\";\n\t\t$this->_4_6_R->HrefValue = \"\";\n\t\t$this->_4_6_R->TooltipValue = \"\";\n\n\t\t// 4_7_R\n\t\t$this->_4_7_R->LinkCustomAttributes = \"\";\n\t\t$this->_4_7_R->HrefValue = \"\";\n\t\t$this->_4_7_R->TooltipValue = \"\";\n\n\t\t// 4_8_R\n\t\t$this->_4_8_R->LinkCustomAttributes = \"\";\n\t\t$this->_4_8_R->HrefValue = \"\";\n\t\t$this->_4_8_R->TooltipValue = \"\";\n\n\t\t// 5_9_R\n\t\t$this->_5_9_R->LinkCustomAttributes = \"\";\n\t\t$this->_5_9_R->HrefValue = \"\";\n\t\t$this->_5_9_R->TooltipValue = \"\";\n\n\t\t// 5_10_R\n\t\t$this->_5_10_R->LinkCustomAttributes = \"\";\n\t\t$this->_5_10_R->HrefValue = \"\";\n\t\t$this->_5_10_R->TooltipValue = \"\";\n\n\t\t// 5_11_R\n\t\t$this->_5_11_R->LinkCustomAttributes = \"\";\n\t\t$this->_5_11_R->HrefValue = \"\";\n\t\t$this->_5_11_R->TooltipValue = \"\";\n\n\t\t// 5_12_R\n\t\t$this->_5_12_R->LinkCustomAttributes = \"\";\n\t\t$this->_5_12_R->HrefValue = \"\";\n\t\t$this->_5_12_R->TooltipValue = \"\";\n\n\t\t// 5_13_R\n\t\t$this->_5_13_R->LinkCustomAttributes = \"\";\n\t\t$this->_5_13_R->HrefValue = \"\";\n\t\t$this->_5_13_R->TooltipValue = \"\";\n\n\t\t// 5_14_R\n\t\t$this->_5_14_R->LinkCustomAttributes = \"\";\n\t\t$this->_5_14_R->HrefValue = \"\";\n\t\t$this->_5_14_R->TooltipValue = \"\";\n\n\t\t// 5_51_R\n\t\t$this->_5_51_R->LinkCustomAttributes = \"\";\n\t\t$this->_5_51_R->HrefValue = \"\";\n\t\t$this->_5_51_R->TooltipValue = \"\";\n\n\t\t// 6_15_R\n\t\t$this->_6_15_R->LinkCustomAttributes = \"\";\n\t\t$this->_6_15_R->HrefValue = \"\";\n\t\t$this->_6_15_R->TooltipValue = \"\";\n\n\t\t// 6_16_R\n\t\t$this->_6_16_R->LinkCustomAttributes = \"\";\n\t\t$this->_6_16_R->HrefValue = \"\";\n\t\t$this->_6_16_R->TooltipValue = \"\";\n\n\t\t// 6_17_R\n\t\t$this->_6_17_R->LinkCustomAttributes = \"\";\n\t\t$this->_6_17_R->HrefValue = \"\";\n\t\t$this->_6_17_R->TooltipValue = \"\";\n\n\t\t// 6_18_R\n\t\t$this->_6_18_R->LinkCustomAttributes = \"\";\n\t\t$this->_6_18_R->HrefValue = \"\";\n\t\t$this->_6_18_R->TooltipValue = \"\";\n\n\t\t// 6_19_R\n\t\t$this->_6_19_R->LinkCustomAttributes = \"\";\n\t\t$this->_6_19_R->HrefValue = \"\";\n\t\t$this->_6_19_R->TooltipValue = \"\";\n\n\t\t// 6_20_R\n\t\t$this->_6_20_R->LinkCustomAttributes = \"\";\n\t\t$this->_6_20_R->HrefValue = \"\";\n\t\t$this->_6_20_R->TooltipValue = \"\";\n\n\t\t// 6_52_R\n\t\t$this->_6_52_R->LinkCustomAttributes = \"\";\n\t\t$this->_6_52_R->HrefValue = \"\";\n\t\t$this->_6_52_R->TooltipValue = \"\";\n\n\t\t// 7_21_R\n\t\t$this->_7_21_R->LinkCustomAttributes = \"\";\n\t\t$this->_7_21_R->HrefValue = \"\";\n\t\t$this->_7_21_R->TooltipValue = \"\";\n\n\t\t// 8_22_R\n\t\t$this->_8_22_R->LinkCustomAttributes = \"\";\n\t\t$this->_8_22_R->HrefValue = \"\";\n\t\t$this->_8_22_R->TooltipValue = \"\";\n\n\t\t// 8_23_R\n\t\t$this->_8_23_R->LinkCustomAttributes = \"\";\n\t\t$this->_8_23_R->HrefValue = \"\";\n\t\t$this->_8_23_R->TooltipValue = \"\";\n\n\t\t// 8_24_R\n\t\t$this->_8_24_R->LinkCustomAttributes = \"\";\n\t\t$this->_8_24_R->HrefValue = \"\";\n\t\t$this->_8_24_R->TooltipValue = \"\";\n\n\t\t// 8_25_R\n\t\t$this->_8_25_R->LinkCustomAttributes = \"\";\n\t\t$this->_8_25_R->HrefValue = \"\";\n\t\t$this->_8_25_R->TooltipValue = \"\";\n\n\t\t// 9_26_R\n\t\t$this->_9_26_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_26_R->HrefValue = \"\";\n\t\t$this->_9_26_R->TooltipValue = \"\";\n\n\t\t// 9_27_R\n\t\t$this->_9_27_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_27_R->HrefValue = \"\";\n\t\t$this->_9_27_R->TooltipValue = \"\";\n\n\t\t// 9_28_R\n\t\t$this->_9_28_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_28_R->HrefValue = \"\";\n\t\t$this->_9_28_R->TooltipValue = \"\";\n\n\t\t// 9_29_R\n\t\t$this->_9_29_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_29_R->HrefValue = \"\";\n\t\t$this->_9_29_R->TooltipValue = \"\";\n\n\t\t// 9_30_R\n\t\t$this->_9_30_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_30_R->HrefValue = \"\";\n\t\t$this->_9_30_R->TooltipValue = \"\";\n\n\t\t// 9_31_R\n\t\t$this->_9_31_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_31_R->HrefValue = \"\";\n\t\t$this->_9_31_R->TooltipValue = \"\";\n\n\t\t// 9_32_R\n\t\t$this->_9_32_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_32_R->HrefValue = \"\";\n\t\t$this->_9_32_R->TooltipValue = \"\";\n\n\t\t// 9_33_R\n\t\t$this->_9_33_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_33_R->HrefValue = \"\";\n\t\t$this->_9_33_R->TooltipValue = \"\";\n\n\t\t// 9_34_R\n\t\t$this->_9_34_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_34_R->HrefValue = \"\";\n\t\t$this->_9_34_R->TooltipValue = \"\";\n\n\t\t// 9_35_R\n\t\t$this->_9_35_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_35_R->HrefValue = \"\";\n\t\t$this->_9_35_R->TooltipValue = \"\";\n\n\t\t// 9_36_R\n\t\t$this->_9_36_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_36_R->HrefValue = \"\";\n\t\t$this->_9_36_R->TooltipValue = \"\";\n\n\t\t// 9_37_R\n\t\t$this->_9_37_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_37_R->HrefValue = \"\";\n\t\t$this->_9_37_R->TooltipValue = \"\";\n\n\t\t// 9_38_R\n\t\t$this->_9_38_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_38_R->HrefValue = \"\";\n\t\t$this->_9_38_R->TooltipValue = \"\";\n\n\t\t// 9_39_R\n\t\t$this->_9_39_R->LinkCustomAttributes = \"\";\n\t\t$this->_9_39_R->HrefValue = \"\";\n\t\t$this->_9_39_R->TooltipValue = \"\";\n\n\t\t// 10_40_R\n\t\t$this->_10_40_R->LinkCustomAttributes = \"\";\n\t\t$this->_10_40_R->HrefValue = \"\";\n\t\t$this->_10_40_R->TooltipValue = \"\";\n\n\t\t// 10_41_R\n\t\t$this->_10_41_R->LinkCustomAttributes = \"\";\n\t\t$this->_10_41_R->HrefValue = \"\";\n\t\t$this->_10_41_R->TooltipValue = \"\";\n\n\t\t// 11_42_R\n\t\t$this->_11_42_R->LinkCustomAttributes = \"\";\n\t\t$this->_11_42_R->HrefValue = \"\";\n\t\t$this->_11_42_R->TooltipValue = \"\";\n\n\t\t// 11_43_R\n\t\t$this->_11_43_R->LinkCustomAttributes = \"\";\n\t\t$this->_11_43_R->HrefValue = \"\";\n\t\t$this->_11_43_R->TooltipValue = \"\";\n\n\t\t// 12_44_R\n\t\t$this->_12_44_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_44_R->HrefValue = \"\";\n\t\t$this->_12_44_R->TooltipValue = \"\";\n\n\t\t// 12_45_R\n\t\t$this->_12_45_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_45_R->HrefValue = \"\";\n\t\t$this->_12_45_R->TooltipValue = \"\";\n\n\t\t// 12_46_R\n\t\t$this->_12_46_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_46_R->HrefValue = \"\";\n\t\t$this->_12_46_R->TooltipValue = \"\";\n\n\t\t// 12_47_R\n\t\t$this->_12_47_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_47_R->HrefValue = \"\";\n\t\t$this->_12_47_R->TooltipValue = \"\";\n\n\t\t// 12_48_R\n\t\t$this->_12_48_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_48_R->HrefValue = \"\";\n\t\t$this->_12_48_R->TooltipValue = \"\";\n\n\t\t// 12_49_R\n\t\t$this->_12_49_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_49_R->HrefValue = \"\";\n\t\t$this->_12_49_R->TooltipValue = \"\";\n\n\t\t// 12_50_R\n\t\t$this->_12_50_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_50_R->HrefValue = \"\";\n\t\t$this->_12_50_R->TooltipValue = \"\";\n\n\t\t// 1__R\n\t\t$this->_1__R->LinkCustomAttributes = \"\";\n\t\t$this->_1__R->HrefValue = \"\";\n\t\t$this->_1__R->TooltipValue = \"\";\n\n\t\t// 13_54_R\n\t\t$this->_13_54_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_54_R->HrefValue = \"\";\n\t\t$this->_13_54_R->TooltipValue = \"\";\n\n\t\t// 13_54_1_R\n\t\t$this->_13_54_1_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_54_1_R->HrefValue = \"\";\n\t\t$this->_13_54_1_R->TooltipValue = \"\";\n\n\t\t// 13_54_2_R\n\t\t$this->_13_54_2_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_54_2_R->HrefValue = \"\";\n\t\t$this->_13_54_2_R->TooltipValue = \"\";\n\n\t\t// 13_55_R\n\t\t$this->_13_55_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_55_R->HrefValue = \"\";\n\t\t$this->_13_55_R->TooltipValue = \"\";\n\n\t\t// 13_55_1_R\n\t\t$this->_13_55_1_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_55_1_R->HrefValue = \"\";\n\t\t$this->_13_55_1_R->TooltipValue = \"\";\n\n\t\t// 13_55_2_R\n\t\t$this->_13_55_2_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_55_2_R->HrefValue = \"\";\n\t\t$this->_13_55_2_R->TooltipValue = \"\";\n\n\t\t// 13_56_R\n\t\t$this->_13_56_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_56_R->HrefValue = \"\";\n\t\t$this->_13_56_R->TooltipValue = \"\";\n\n\t\t// 13_56_1_R\n\t\t$this->_13_56_1_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_56_1_R->HrefValue = \"\";\n\t\t$this->_13_56_1_R->TooltipValue = \"\";\n\n\t\t// 13_56_2_R\n\t\t$this->_13_56_2_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_56_2_R->HrefValue = \"\";\n\t\t$this->_13_56_2_R->TooltipValue = \"\";\n\n\t\t// 12_53_R\n\t\t$this->_12_53_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_53_R->HrefValue = \"\";\n\t\t$this->_12_53_R->TooltipValue = \"\";\n\n\t\t// 12_53_1_R\n\t\t$this->_12_53_1_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_53_1_R->HrefValue = \"\";\n\t\t$this->_12_53_1_R->TooltipValue = \"\";\n\n\t\t// 12_53_2_R\n\t\t$this->_12_53_2_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_53_2_R->HrefValue = \"\";\n\t\t$this->_12_53_2_R->TooltipValue = \"\";\n\n\t\t// 12_53_3_R\n\t\t$this->_12_53_3_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_53_3_R->HrefValue = \"\";\n\t\t$this->_12_53_3_R->TooltipValue = \"\";\n\n\t\t// 12_53_4_R\n\t\t$this->_12_53_4_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_53_4_R->HrefValue = \"\";\n\t\t$this->_12_53_4_R->TooltipValue = \"\";\n\n\t\t// 12_53_5_R\n\t\t$this->_12_53_5_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_53_5_R->HrefValue = \"\";\n\t\t$this->_12_53_5_R->TooltipValue = \"\";\n\n\t\t// 12_53_6_R\n\t\t$this->_12_53_6_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_53_6_R->HrefValue = \"\";\n\t\t$this->_12_53_6_R->TooltipValue = \"\";\n\n\t\t// 13_57_R\n\t\t$this->_13_57_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_57_R->HrefValue = \"\";\n\t\t$this->_13_57_R->TooltipValue = \"\";\n\n\t\t// 13_57_1_R\n\t\t$this->_13_57_1_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_57_1_R->HrefValue = \"\";\n\t\t$this->_13_57_1_R->TooltipValue = \"\";\n\n\t\t// 13_57_2_R\n\t\t$this->_13_57_2_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_57_2_R->HrefValue = \"\";\n\t\t$this->_13_57_2_R->TooltipValue = \"\";\n\n\t\t// 13_58_R\n\t\t$this->_13_58_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_58_R->HrefValue = \"\";\n\t\t$this->_13_58_R->TooltipValue = \"\";\n\n\t\t// 13_58_1_R\n\t\t$this->_13_58_1_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_58_1_R->HrefValue = \"\";\n\t\t$this->_13_58_1_R->TooltipValue = \"\";\n\n\t\t// 13_58_2_R\n\t\t$this->_13_58_2_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_58_2_R->HrefValue = \"\";\n\t\t$this->_13_58_2_R->TooltipValue = \"\";\n\n\t\t// 13_59_R\n\t\t$this->_13_59_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_59_R->HrefValue = \"\";\n\t\t$this->_13_59_R->TooltipValue = \"\";\n\n\t\t// 13_59_1_R\n\t\t$this->_13_59_1_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_59_1_R->HrefValue = \"\";\n\t\t$this->_13_59_1_R->TooltipValue = \"\";\n\n\t\t// 13_59_2_R\n\t\t$this->_13_59_2_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_59_2_R->HrefValue = \"\";\n\t\t$this->_13_59_2_R->TooltipValue = \"\";\n\n\t\t// 13_60_R\n\t\t$this->_13_60_R->LinkCustomAttributes = \"\";\n\t\t$this->_13_60_R->HrefValue = \"\";\n\t\t$this->_13_60_R->TooltipValue = \"\";\n\n\t\t// 12_53_7_R\n\t\t$this->_12_53_7_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_53_7_R->HrefValue = \"\";\n\t\t$this->_12_53_7_R->TooltipValue = \"\";\n\n\t\t// 12_53_8_R\n\t\t$this->_12_53_8_R->LinkCustomAttributes = \"\";\n\t\t$this->_12_53_8_R->HrefValue = \"\";\n\t\t$this->_12_53_8_R->TooltipValue = \"\";\n\n\t\t// Call Row Rendered event\n\t\t$this->Row_Rendered();\n\n\t\t// Save data for Custom Template\n\t\t$this->Rows[] = $this->customTemplateFieldValues();\n\t}", "function initRow( $row ) {\r\n\t\t$this->oid = $row['id'];\n\t\t$this->uid = $row['uid'];\n\t\t$this->name = $row['name'];\n\t\t$this->description = $row['description'];\n\t\t\r\n\t}", "public function addRows()\n {\n }", "function add_row($arr_html,$row){\r\n\r\n\t\tarray_splice($this->data, $row-1, 0, array($arr_html));\r\n\r\n\t}", "public function getNoteContentFromRow($tableName,$row){\n\t\tglobal $TCA;\n\n\t\t$htmlContent = array('<table>');\n\t\t$htmlContent[] = $this->_getNoteTableRow('UID',$row['uid']); unset($row['uid']);\n\n\t\t$col = 'crdate';\n\t\t$label = $this->_getNoteTableRowLabel($tableName,$col,'Created');\n\t\t$htmlContent[] = $this->_getNoteTableRow($label,$this->getDateTime($row[$col]) ); unset($row[$col]);\n\n\t\t$col = 'cruser_id';\n\t\t$label = $this->_getNoteTableRowLabel($tableName,$col,'Created by');\n\t\t$htmlContent[] = $this->_getNoteTableRow($label,$this->getUserById($row[$col]) ); unset($row[$col]);\n\n\t\t$col = 'tstamp';\n\t\t$label = $this->_getNoteTableRowLabel($tableName,$col,'Last update');\n\t\t$htmlContent[] = $this->_getNoteTableRow($label,$this->getDateTime($row[$col]) ); unset($row[$col]);\n\n\n\t\tif( isset($row['sys_language_uid']) ){\n\t\t\t$col = 'sys_language_uid';\n\t\t\t$label = $this->_getNoteTableRowLabel($tableName,$col,'Language ID');\n\t\t\t$htmlContent[] = $this->_getNoteTableRow($label,'('.$row[$col].') '.$this->getSysLanguageDetails($row[$col],'title').' <img src=\"'.$this->getBEHttpHost().$this->getSysLanguageDetails($row[$col],'flag').'\"/>' );\n\t\t} unset($row[$col]);\n\n\t\tif( isset($row['starttime']) && $row['starttime'] > 0 ){\n\t\t\t$col = 'starttime';\n\t\t\t$label = $this->_getNoteTableRowLabel($tableName,$col,'Starttime');\n\t\t\t$htmlContent[] = $this->_getNoteTableRow($label,$this->getDateTime($row[$col]) );\n\t\t}\n\t\tunset($row['starttime']);\n\t\tif( isset($row['endtime']) && $row['endtime'] > 0 ){\n\t\t\t$col = 'endtime';\n\t\t\t$label = $this->_getNoteTableRowLabel($tableName,$col,'Endtime');\n\t\t\t$htmlContent[] = $this->_getNoteTableRow($label,$this->getDateTime($row[$col]) );\n\t\t}\n\t\tunset($row['endtime']);\n\t\tunset($row['uid']);\n\t\tunset($row['pid']);\n\t\tunset($row['titInt0']);\n\t\tunset($row['title']);\n\t\tunset($row['doktype']);\n\t\tunset($row['shortcut_mode']);\n\t\tunset($row['module']);\n\t\tunset($row['deleted']);\n\t\tunset($row['hidden']);\n\t\tunset($row['disable']);\n\n\t\t/* list user defined columsn for a table listet in a sysfolder */\n\t\tif( $tableName <> '' && count($row)>0 ){\n\t\t\n\t\t\t$bodyLength = isset($this->settings['SysFolderContentListTextMaxLength']) ? (int)$this->settings['SysFolderContentListTextMaxLength'] : 250;\n\n\t\t\tforeach($row as $colName=>$colVal){\n\t\t\t\t$noLtGtReplace = 0;\n\t\t\t\n\t\t\t\tif( $colVal <> '' ){\n\t\t\t\t\t$label = $this->_getNoteTableRowLabel($tableName,$colName,$colName);\n\t\t\t\t\t$tcaEval = isset($TCA[$tableName]['columns'][$colName]['config']['eval']) ? $TCA[$tableName]['columns'][$colName]['config']['eval'] : '';\n\t\t\t\t\t$tcaType = isset($TCA[$tableName]['columns'][$colName]) ? strtolower($TCA[$tableName]['columns'][$colName]['config']['type']) : 'text';\n\t\t\t\t\t\n\t\t\t\t\t/*<TemplaVoila>*/\n\t\t\t\t\tif( $tableName == 'tx_templavoila_tmplobj' && in_array($colName,array('fileref_md5','fileref','datastructure')) ){\n\t\t\t\t\t\n\t\t\t\t\t\tif( $colName=='fileref_md5' && isset($row['fileref_md5']) && \n\t\t\t\t\t\t\tisset($row['fileref']) && file_exists(PATH_site.$row['fileref']) ){\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t$currentMD5 = @md5_file(PATH_site.$row['fileref']);\n\t\t\t\t\t\t\tif($currentMD5 <> $row['fileref_md5'] ){\n\t\t\t\t\t\t\t\t$label .= $this->convertLTGT(' <img src=\"'.$this->getBEHttpHost().'typo3/sysext/t3skin/icons/gfx/icon_warning.gif\"/>');\n\t\t\t\t\t\t\t\t$colVal = ' New: '.$currentMD5.'<br />Old: '.$colVal;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}elseif($colName=='datastructure' || $colName=='fileref'){\n\t\t\t\t\t\t\t$colVal = $this->_value2ATag($colVal);\n\t\t\t\t\t\t}\n\t\t\t\t\t}/*</TemplaVoila>*/\n\t\t\t\t\t\n\t\t\t\t\t/*<Templates>*/\n\t\t\t\t\telseif( ($tableName == 'sys_template' || $tableName == 'pages' ) && \n\t\t\t\t\t\tin_array($colName,array('include_static_file','constants','config','TSconfig')) ){\n\t\t\t\t\t\t/* @TODO better implementing of tables which has TS column */\n\t\t\t\t\t\tif( $colName == 'include_static_file' ){\n\t\t\t\t\t\t\t$colVal = implode('<br />',explode(',',$colVal));\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif( $colName == 'constants' || $colName == 'config' || $colName == 'TSconfig' ){\n\t\t\t\t\t\t\t$noLtGtReplace = 1;\n\n\t\t\t\t\t\t\t/* @todo link external TS files via eID ... still to think about it ...\n\t\t\t\t\t\t\t$colVal = Tx_Typo3mind_Utility_Helpers::TSReplaceFileLinkWithHref($colVal); \n\t\t\t\t\t\t\t*/\n\t\t\t\t\t\t\t$colVal = $this->convertLTGT('<pre>').trim($colVal).$this->convertLTGT('</pre>');\n\t\t\t\t\t\t}\n\t\t\t\t\t}/*</Templates>*/\n\t\t\t\t\t\n\t\t\t\t\t/*<default values>*/\n\t\t\t\t\telseif( stristr($tcaEval,'date')!==false ){ $colVal = $this->getDateTime($colVal); }\n\t\t\t\t\telseif( $tcaType == 'text' || $tcaType == 'input' ){\n\t\t\t\t\t\t/* we can't relay on the user, that all HTML is XML valid ... */\n\t\t\t\t\t\t$colVal = strip_tags($colVal);\n\t\t\t\t\t\tif( strlen($colVal) > $bodyLength ){ $colVal = preg_replace('/^(.{'.$bodyLength.'}\\S*).*$/s','\\\\1 ...',$colVal); }\n\t\t\t\t\t\t$colVal = preg_replace('~[\\r\\n]+~',\"\\n\",$colVal);\n\t\t\t\t\t\t$colVal = nl2br($colVal);\n\t\t\t\t\t}\n\t\t\t\t\t/*</default values>*/\n\t\t\t\t\t \n\t\t\t\t\t$htmlContent[] = $this->_getNoteTableRow($label,$colVal,$noLtGtReplace );\n\t\t\t\t}/*endif*/\n\t\t\t}/*endforeach*/\n\n\t\t}/*endif $tableName*/\n\n\t\t$htmlContent[] = '</table>';\n\t\treturn implode('',$htmlContent);\n\t}", "function display_rows() {\n\n $settings = new Hypernews_Settings();\n \n\t//Get the records registered in the prepare_items method\n\t$records = $this->items;\n\n\t//Get the columns registered in the get_columns and get_sortable_columns methods\n\tlist( $columns, $hidden ) = $this->get_column_info();\n\n\t//Loop for each record\n\tif(!empty($records)){foreach($records as $rec){\n //Open the line\n echo '<tr id=\"record_'.$rec->id.'\">';\n foreach ( $columns as $column_name => $column_display_name ) \n {\n\n //Style attributes for each col\n $class = \"class='$column_name column-$column_name'\";\n $style = \"\";\n if ( in_array( $column_name, $hidden ) ) $style = ' style=\"display:none;\"';\n $attributes = $class . $style;\n\n //edit link\n $editlink = '/wp-admin/link.php?action=edit&link_id='.(int)$rec->link_id;\n\n //Display the cell\n switch ( $column_name ) {\n case \"cb\": \n $cb_class = \"hypernews_row_read\";\n if ($rec->status=='NEW'){\n $cb_class = \"hypernews_row_unread\";\n }\n echo sprintf(\n '<td><input type=\"checkbox\" class=\"hypernews_checkbox\" name=\"%1$s[]\" value=\"%2$s\" /></td>',\n /*$1%s*/ $this->_args['singular'], //Let's simply repurpose the table's singular label (\"movie\")\n /*$2%s*/ $rec->id //The value of the checkbox should be the record's id\n );\n break;\n case \"id\": echo '<td '.$attributes.'>'.stripslashes($rec->id).'</td>';\tbreak;\n case \"title\": \n $actions = array(\n 'edit' => sprintf('<a href=\"#\" class=\"hypernews_edit_row\" row_id=\"%3$s\">'.__('Show', 'hypernews').'</a>',$_REQUEST['page'],'edit',$rec->id),\n 'unread' => sprintf('<a href=\"#\" class=\"hypernews_unread_row\" row_id=\"%3$s\">'.__('Unread', 'hypernews').'</a>',$_REQUEST['page'],'unread',$rec->id),\n 'star' => sprintf('<a href=\"#\" class=\"hypernews_star_row\" row_id=\"%3$s\">'.__('Favorite', 'hypernews').'</a>',$_REQUEST['page'],'star',$rec->id),\n 'hide' => sprintf('<a href=\"#\" class=\"hypernews_hide_row\" row_id=\"%3$s\">'.__('Hide', 'hypernews').'</a>',$_REQUEST['page'],'hide',$rec->id)\n );\n\n $title_class = \"hypernews_title_row\";\n if ($rec->status=='NEW'){\n $title_class = \"hypernews_title_unread\";\n }\n \n //Return the title contents\n echo sprintf('<td><a class=\"%7$s\" href=\"%6$s\" target=\"_new\">%1$s</a><br/><div class=\"hypernews_pre_row hypernews_row_pre_%4$s\"><i>%2$s</i></div><div class=\"hypernews_hidden_row hypernews_row_%4$s\">%5$s</div>%3$s</td>',\n /*$1%s*/ $rec->title,\n /*$2%s*/ substr(strip_tags($rec->description),0,150),\n /*$3%s*/ $this->row_actions($actions),\n $rec->id,\n strip_tags($rec->description),\n $rec->url,\n $title_class\n );\n\n //echo '<td '.$attributes.'><strong><a href=\"'.$editlink.'\" title=\"Edit\">'.stripslashes($rec->title).'</a></strong></td>'; \n break;\n case \"pubdate\": \t\n \n //Channels:\n $pb_result = \"\";\n $link = $settings->get_link($rec->link_id);\n $posttypes = $link['posttypes'];\n if (!is_array($posttypes)) $posttypes = array();\n foreach ($posttypes as $type)\n {\n $posttype_object = get_post_type_object($type);\n if ($pb_result!='')\n {\n $pb_result.='&nbsp;&nbsp;&nbsp;&nbsp;';\n }\n\n $pb_result.='<a href=\"#\" row_id=\"'.$rec->id.'\" posttype=\"'.$type.'\" class=\"hypernews_publish_row\" title=\"'.__('Add as draft to', 'hypernews').' '.$type.'\"><span class=\"hypernews_publish_add\">'.$posttype_object->label.'</a>';\n }\n echo sprintf('<td %3$s>%1$s<br/>'.$pb_result.'<div style=\"clear:both;\"></div></td>',\n stripslashes($rec->pubdate),\n $rec->id,\n $attributes\n );\n \n break;\n case \"channel\": echo '<td '.$attributes.'>'.stripslashes($rec->channel).'</td>';\tbreak;\n case \"source\": echo '<td '.$attributes.'>'.stripslashes($rec->source).'</td>';\tbreak;\n case \"status\":\n echo '<td '.$attributes.'>';\n if ($rec->status == 'NEW')\n {\n echo '<img id=\"hypernews_row_icon_'.$rec->id.'\" src=\"'.WP_PLUGIN_URL.'/hypernews/img/lightbulb.png\" />';\n }\n else if ($rec->status == 'READ')\n {\n echo '<img id=\"hypernews_row_icon_'.$rec->id.'\" src=\"'.WP_PLUGIN_URL.'/hypernews/img/lightbulb_off.png\" />';\n }\n else if ($rec->status == 'STAR')\n {\n echo '<img id=\"hypernews_row_icon_'.$rec->id.'\" src=\"'.WP_PLUGIN_URL.'/hypernews/img/star.png\" />';\n } \n else if ($rec->status == 'HIDE')\n {\n echo '<img id=\"hypernews_row_icon_'.$rec->id.'\" src=\"'.WP_PLUGIN_URL.'/hypernews/img/cross.png\" />';\n } \n else if ($rec->status == 'POST')\n {\n echo '<a href=\"'.get_bloginfo('url').'/wp-admin/post.php?post='.$rec->post.'&action=edit\" target=\"_blank\"><img id=\"hypernews_row_icon_'.$rec->id.'\" src=\"'.WP_PLUGIN_URL.'/hypernews/img/page_white_go.png\" /></a>';\n }\n else\n {\n echo stripslashes($rec->status);\n }\n echo '</td>';\t\n break;\n case \"notes\": \t\n \n echo sprintf('<td %3$s><div id=\"hypernews_row_notetext_%2$s\">%1$s</div><br/><div class=\"hypernews_hidden_row hypernews_row_%2$s\"><textarea id=\"hypernews_row_notearea_%2$s\">%1$s</textarea><br/><input type=\"button\" value=\"'.__('Update', 'hypernews').'\" row_id=\"%2$s\" class=\"hypernews_row_note button-primary\" /></div></td>',\n stripslashes($rec->notes),\n $rec->id,\n $attributes\n );\n break;\n }\n }\n\n //Close the line\n echo'</tr>';\n }\n }\n }", "function thrive_dashboard_add_message($message)\n{\n $messages = get_option('td_messages', array());\n\n if (is_string($message)) {\n $message = array(\n 'text' => $message,\n 'css_class' => 'info'\n );\n }\n\n $messages[] = $message;\n update_option('td_messages', $messages);\n}", "function render_row ($row_info, $lang)\n {\n global $func, $DB, $conf, $vnT;\n $row = $row_info;\n // Xu ly tung ROW\n $id = $row['id'];\n $row_id = \"row_\" . $id;\n //if ($id > 7) {\n $output['check_box'] = vnT_HTML::checkbox(\"del_id[]\", $id, 0, \" \");\n //}\n $link_edit = $this->linkUrl . \"&sub=edit&id={$id}\";\n $link_del = \"javascript:del_item('\" . $this->linkUrl . \"&sub=del&csrf_token=\".$_SESSION['vnt_csrf_token'].\"&id={$id}')\";\n $output['order'] = \"<input name=\\\"txt_Order[{$id}]\\\" type=\\\"text\\\" size=\\\"2\\\" maxlength=\\\"2\\\" style=\\\"text-align:center\\\" value=\\\"{$row['display_order']}\\\" onkeypress=\\\"return is_num(event,'txtOrder')\\\" onchange='javascript:do_check($id)' />\";\n $output['name'] = \"<a href=\\\"{$link_edit}\\\"><strong>\" . $row['name'] . \"</strong></a>\";\n $output['kichthuoc'] = $row['width'] . \" X \" . $row['height'];\n $arr_type_show = array(\n 0 => 'Theo chiều dọc' , \n 1 => 'Theo chiều ngang' , \n 2 => 'Marquee up' , \n 3 => 'Marquee down' , \n 4 => 'Marquee left' , \n 5 => 'Marquee right');\n $output['type_show'] = $arr_type_show[$row['type_show']];\n $output['align'] = $row['align'];\n $text_edit = \"ad_pos|title|id=\" . $id;\n $output['title'] = \"<strong><span id='edit-text-\" . $id . \"' onClick=\\\"quick_edit('edit-text-\" . $id . \"','$text_edit');\\\">\" . $func->HTML($row['title']) . \"</span></strong>\";\n\n\n $link_display = $this->linkUrl . $row['ext_link'].\"&csrf_token=\".$_SESSION['vnt_csrf_token'];\n if ($row['display'] == 1) {\n $display = \"<a class='i-display' href='\" . $link_display . \"&do_hidden=$id' data-toggle='tooltip' data-placement='top' title='\" . $vnT->lang['click_do_hidden'] . \"' ><i class='fa fa-eye' ></i></a>\";\n } else {\n $display = \"<a class='i-display' href='\" . $link_display . \"&do_display=$id' data-toggle='tooltip' data-placement='top' title='\" . $vnT->lang['click_do_display'] . \"' ><i class='fa fa-eye-slash' ></i></a>\";\n }\n\n\n $output['action'] = '<div class=\"action-buttons\"><input name=h_id[]\" type=\"hidden\" value=\"' . $id . '\" />';\n $output['action'] .= '<a href=\"' . $link_edit . '\" class=\"i-edit\" ><i class=\"fa fa-pencil-square-o\" aria-hidden=\"true\"></i></a>';\n $output['action'] .= $display;\n $output['action'] .= '<a href=\"' . $link_del . '\" class=\"i-del\" ><i class=\"fa fa-trash-o\" aria-hidden=\"true\"></i></a>';\n $output['action'] .= '</div>';\n\n return $output;\n }", "public function get_row();", "public function addRowText($text)\n {\n return $this->withMeta(['addRowText' => $text]);\n }", "public function addRowText($text)\n {\n return $this->withMeta(['addRowText' => $text]);\n }", "public function __construct($row) {\r\n\t\tif ($row) {\r\n\t\t\t$this->_row = $row;\r\n\t\t} else {\r\n\t\t\t$this->error = 1;\r\n\t\t}\r\n\t}", "public function addTableRow($data, $params = array()) {\n if( !empty($this->_tableParams['offset']) ) {\n $offset = $this->_tableParams['offset'];\n } else {\n $offset = 0;\n }\n\n foreach ($data as $d) {\n\n if( is_array($d) ) {\n $text = isset($d['text'])?$d['text']:null;\n $options = !empty($d['options'])?$d['options']:null;\n } else {\n $text = $d;\n $options = null;\n }\n\n\n if( !empty($options) ) {\n $type = !empty($options['type'])?$options['type']:PHPExcel_Cell_DataType::TYPE_STRING;\n $align = !empty($options['align'])?$options['align']:PHPExcel_Style_Alignment::HORIZONTAL_LEFT;\n $colspan = !empty($options['colspan'])?$options['colspan']:null;\n\n switch ($type) {\n case 'string':\n $type = PHPExcel_Cell_DataType::TYPE_STRING;\n break;\n case 'number':\n $type = PHPExcel_Cell_DataType::TYPE_NUMERIC;\n break;\n }\n\n switch ($align) {\n case 'center':\n $align = PHPExcel_Style_Alignment::HORIZONTAL_CENTER;\n break;\n case 'right':\n $align = PHPExcel_Style_Alignment::HORIZONTAL_RIGHT;\n break;\n }\n\n $this->_xls->getActiveSheet()->getStyle($this->_row)->getAlignment()->setHorizontal($align);\n $this->_xls->getActiveSheet()->getCellByColumnAndRow($offset, $this->_row)->setValueExplicit($text, $type);\n\n if( !empty($options['bold']) ) {\n $this->_xls->getActiveSheet()->getStyle($this->_row)->getFont()->setBold(true);\n }\n if( !empty($colspan) ) {\n $default = 1+$offset;\n $dimensi = $default+($colspan-1); // Acii A\n $row = $this->_row;\n\n $default = Common::getNameFromNumber($default);\n $cell_end = Common::getNameFromNumber($dimensi);\n\n // if( $text == 'OPENING BALANCE' ) {\n // debug(__('%s%s:%s%s', $default, $row, $cell_end, $row));die();\n // }\n\n $this->_xls->getActiveSheet()->mergeCells(__('%s%s:%s%s', $default, $row, $cell_end, $row));\n \n $offset += $colspan-1;\n }\n } else {\n $this->_xls->getActiveSheet()->getStyle($this->_row)->getAlignment()->setHorizontal(PHPExcel_Style_Alignment::HORIZONTAL_LEFT);\n $this->_xls->getActiveSheet()->setCellValueByColumnAndRow($offset, $this->_row, $text);\n }\n \n // if (isset($params['horizontal'])) {\n // $this->_xls->getActiveSheet()->getCellByColumnAndRow($this->_row, $offset)->getStyle()->getAlignment()->setHorizontal($params['horizontal']);\n // }\n\n $offset++;\n }\n\n if( !empty($this->_tableParams['row_count']) ) {\n $row_count = $this->_tableParams['row_count'];\n } else {\n $row_count = 0;\n }\n\n $this->_row++;\n $this->_tableParams['row_count'] = $row_count+1;\n\n return $this;\n }", "function ItemsTableDataGroupWithAddRow($title,$group,$cgiupdatevar,$cgiprekey,$newitem,$postmethod=FALSE,$updatekey=\"AddRow\",$nempties=0)\n {\n $this->ItemData();\n \n $datas=$this->ItemDataGroups[ $group ][ \"Data\" ];\n $added=FALSE;\n if ($this->GetPOST($cgiupdatevar)==1 && $this->GetPOST($updatekey)==1)\n {\n $newitem=$this->UpdateAddRow($cgiprekey,$newitem,$datas,$updatekey);\n }\n\n $this->MyMod_Items_Read(\"\",$datas,TRUE,FALSE,2);\n \n if ($postmethod)\n {\n $newitem=$this->$postmethod($newitem);\n }\n\n\n $table=$this->MyMod_Data_Group_Table\n (\n $title,\n 1,\n $group,\n $this->ItemHashes,\n array(),\n $cgiupdatevar\n );\n\n array_push\n (\n $table,\n $this->AddRow($cgiprekey,$newitem,$datas,!$added,$nempties)\n );\n\n return $table;\n }", "private function _make_row($data) {\n $options = array(\n \"id\" => $data->fid_cust\n );\n\n $query = $this->Master_Customers_model->get_details($options)->row();\n $value = $this->Sales_Invoices_model->get_invoices_total_summary($data->id);\n $originalDate = $data->inv_date;\n $newDate = date(\"d-M-Y\", strtotime($originalDate));\n $row_data = array(\n \n anchor(get_uri(\"sales/s_invoices/view/\" . $data->id.\"/\".str_replace(\"/\", \"-\", $data->code)), \"#\".$data->code),\n modal_anchor(get_uri(\"master/customers/view/\" . $data->fid_cust), $query->name, array(\"class\" => \"view\", \"title\" => \"Customers \".$query->name, \"data-post-id\" => $data->fid_cust)),\n $this->_get_invoices_status_label($data),\n $data->email_to,\n $newDate,\n $data->currency,\n to_currency($value->invoice_total)\n\n );\n\n if($data->status != \"posting\"){\n $row_data[] = anchor(get_uri(\"sales/s_invoices/edit/\".$data->id), \"<i class='fa fa-pencil'></i>\", array(\"class\" => \"edit\", \"title\" => lang('edit_client')))\n . js_anchor(\"<i class='fa fa-times fa-fw'></i>\", array('title' => lang('delete_client'), \"class\" => \"delete\", \"data-id\" => $data->id, \"data-action-url\" => get_uri(\"sales/s_invoices/delete\"), \"data-action\" => \"delete\"));\n\n }\n $row_data[] = anchor(get_uri(\"sales/s_invoices/view/\").$data->id, \"<i class='fa fa-eye'></i>\", array(\"class\" => \"view\", \"title\" => lang('view'), \"data-post-id\" => $data->id));\n\n return $row_data;\n }", "function build_row($row)\n{\n\t$name = $row->getColumnVal('Name');\n\t$id = $row->getColumnVal('Id');\n\n\t// Setup the columns you want to work with\n\t$idCol = $row->getCol('Id');\n\t$nameCol = $row->getCol('Name');\n\t$actionCol = $row->getCol('Action');\n\t$typeCol = $row->getCol('Type');\n\n\t// Set some HTML properties on the give column\n\t$idCol->setProp('width','50');\n\t$typeCol->setProp('width','50');\n\t$typeCol->addClass('center');\n\n\t// Add some CSS classes to the action column\n\t$actionCol\n\t\t-> addClass('center')\n\t\t-> addClass('btn');\n\n\t// Add an action link to the Action column\n\t$row->addLink('Action', \"examples.php?id=$id\", '[edit]', \"\", \"no-un\");\n\t$row->addLink('Action', \"examples.php?id=$id\", '[delete]', \"\", \"no-un\");\n\n\t// Set an ID on the row\n\t$row->setProp('id', \"tr_$id\");\n\n\t// set the background of the strawberry column to black\n\tif($name == \"Strawberry\")\n\t{\n\t\t// get an instance of the column and set a css class\n\t\t$nameCol->addClass('strawberry');\n\t}\n\n\t// set the background of the entire shoe row to red\n\tif($name == \"Chocolate\")\t\n\t{\n\t\t$row->addClass('chocolate');\n\t}\n\n\t// change one of the cell values\n\tif($name == \"Banana\")\t\n\t{\n\t\t$row->setVal('Name', $name . \" (favorite) <img src='https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcROTNegrNoPzMFMcpQ4pl7tko9LMwgoXuZyjTmX8vpUuPS_RfZr' />\");\n\t}\n\n\treturn $row;\n}", "function NewRow() {\n\t\t$row = array();\n\t\t$row['unid'] = NULL;\n\t\t$row['u_id'] = NULL;\n\t\t$row['acl_id'] = NULL;\n\t\t$row['Title'] = NULL;\n\t\t$row['LV'] = NULL;\n\t\t$row['Type'] = NULL;\n\t\t$row['ResetTime'] = NULL;\n\t\t$row['ResetType'] = NULL;\n\t\t$row['CompleteTask'] = NULL;\n\t\t$row['Occupation'] = NULL;\n\t\t$row['Target'] = NULL;\n\t\t$row['Data'] = NULL;\n\t\t$row['Reward_Gold'] = NULL;\n\t\t$row['Reward_Diamonds'] = NULL;\n\t\t$row['Reward_EXP'] = NULL;\n\t\t$row['Reward_Goods'] = NULL;\n\t\t$row['Info'] = NULL;\n\t\t$row['DATETIME'] = NULL;\n\t\treturn $row;\n\t}", "function push_subscribersRowObject($data){\n $id = $data['id'];\n $email = $data['email'];\n $date = $data['date'];\n\n $resultObject = '<tr class=\"even pointer\" id=\"data_row\" name=\"data_row\" role=\"row\">\n <td class=\"a-center \" name=\"table_td-checkbox\">\n <div class=\"icheckbox_flat-green\" style=\"position: relative;\" name=\"data_check\" onClick=\"selected_checkbox(this)\">\n <input id=\"row_check\" type=\"checkbox\" class=\"table-checkbox\" value=\"'.$id.'\" name=\"table_records\">\n <ins class=\"iCheck-helper\" style=\"position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background-color: rgb(255, 255, 255); border: 0px; opacity: 0; background-position: initial initial; background-repeat: initial initial;\"></ins>\n <input id=\"row_index\" type=\"hidden\" value=\"\" name=\"row_index\">\n </div>\n </td>\n <td id=\"id\" class=\" \" name=\"id\" style=\"width:7%; margin-right:5px;\">\n <input id=\"id\" class=\"table_td-input\" name=\"table_input-field\" value=\"'.$id.'\" readonly=\"readonly\"/>\n </td>\n <td id=\"email\" class=\" \" name=\"email\">\n <input id=\"email\" class=\"table_td-input\" name=\"table_input-field\" value=\"'.$email.'\" readonly=\"readonly\"/>\n </td>\n <td id=\"date\" class=\" \" name=\"date\">\n <input id=\"date\" class=\"table_td-input\" name=\"table_input-field\" value=\"'.$date.'\" readonly=\"readonly\"/>\n </td>\n <td class=\"table-operation\" name=\"table_td-operation\">\n <a name=\"delete_button\" href=\"#\" onclick=\"select_operation(event, '.$id.')\">\n <i id=\"delete\" class=\"fa fa-trash\" title=\"Delete\"></i>\n </a>\n <a name=\"edit_button\" href=\"#\" onclick=\"select_operation(event, '.$id.')\" >\n <i id=\"edit\" class=\"fa fa-pencil\" title=\"Edit\"></i>\n </a>\n <a name=\"load_button\" class=\"op-not-enable\" href=\"#\" onclick=\"select_operation(event, '.$id.')\">\n <i id=\"load\" class=\"fa fa-play-circle\" title=\"Load\"></i>\n </a>\n </td>\n </tr>';\n return $resultObject;\n}", "public function prepareRow($row) {\n\t\n if ($row->DateQuit) {\n\t\t$row->DateQuit = $this->formatdate($row->DateQuit);\t\t\n }\n if ($row->Postcode) {\n\t\t$Postcode = preg_replace(\"/[^a-zA-Z0-9]/\", \"\", $row->Postcode);\n\t\tif (ctype_digit($Postcode) && strlen($Postcode) == \"4\") {\n\t\t\t$row->Postcode = $Postcode;\t\t\t\n\t\t} else {\n\t\t\t$row->Postcode = \"\";\n\t\t}\n } \n if ($row->State) {\n\t\t$states = array( 'ACT','NSW','NT','QLD','SA','TAS','VIC','WA');\n\t\t$str = strtoupper($row->State);\n\t\tif (in_array($str, $states)) {\n\t\t\t$row->State = $str;\n\t\t} else {\n\t\t\t$row->State = \"\";\n\t\t}\n } \n if ($row->Gender) {\n\t\t$gender_options = array('male', 'female');\n\t\tif (in_array(strtolower($row->Gender), $gender_options)) {\n\t\t\t$gender = strtolower($row->Gender);\n\t\t\t$row->Gender = $gender;\n\t\t} else {\n\t\t\t$row->Gender = \"\";\n\t\t}\n }\n if ($row->DateOfBirth) {\t\n\t\t$row->DateOfBirth = $this->formatdate($row->DateOfBirth);\n }\n if ($row->DateTreatmentStart) {\t\n\t\t$row->DateTreatmentStart = $this->formatdate($row->DateTreatmentStart);\n }\n if ($row->PhoneMobile) {\n\t\t$PhoneMobile = preg_replace(\"/[^a-zA-Z0-9]/\", \"\", $row->PhoneMobile);\n\t\tif (ctype_digit($PhoneMobile)) {\n\t\t\tif (substr( trim($PhoneMobile ), 0, 2 ) == \"61\" && strlen( trim($PhoneMobile) ) >= \"11\") {\n\t\t\t\t$newphone = substr(trim($PhoneMobile), 2);\n\t\t\t\t$row->PhoneMobile = $newphone;\n\t\t\t}\n\t\t\telse if (substr( trim($PhoneMobile ), 0, 1 ) == \"0\" && strlen( trim($PhoneMobile) ) >= \"10\") {\n\t\t\t\t$newphone = substr(trim($PhoneMobile), 1);\n\t\t\t\t$row->PhoneMobile = $newphone;\t\t\t\t\n\t\t\t}\n\t\t\tif (!(strlen($row->PhoneMobile) >= \"9\" && strlen($row->PhoneMobile) <= \"11\")) {\n\t\t\t\t$row->PhoneMobile = \"\";\n\t\t\t}\n\t\t\t//$row->PhoneMobile = '91'.$PhoneMobile;\n\t\t} else {\n\t\t\t$row->PhoneMobile = \"\";\n\t\t}\n } \n return TRUE;\n }", "public function prepopulateRowWhenEmpty()\n {\n return $this->withMeta(['prepopulateRowWhenEmpty' => true]);\n }", "function tck_table_edit_row($return, $keyword, $url, $title) {\n $id = yourls_string2htmlid( $keyword );\n \n $return = str_replace('colspan=\"6\"', 'colspan=\"7\"', $return);\n $return = str_replace('colspan=\"5\"', 'colspan=\"6\"', $return);\n \n $checked = '';\n if ( tck_is_custom_keyword($keyword) ) $checked = ' checked';\n \n $return = str_replace('</td><td', '<br /><strong>Custom Keyword</strong>: <input type=\"checkbox\" id=\"edit-custom-' . $id . '\" name=\"edit-custom-' . $id . '\"' . $checked . ' /></td><td', $return);\n $return = str_replace('edit_link_save', 'edit_link_save_custom', $return);\n \n return $return;\n }", "function table_row($p_data, $p_tr_attr = '', $p_td_attr = array()){\n\techo '<tr ' . $p_tr_attr . '>';\n\n\tfor($t_i=0; $t_i<count($p_data); $t_i++){\n\t\t$t_td = (isset($p_td_attr[$t_i]) ? $p_td_attr[$t_i] : '');\n\t\techo '<td ' . $t_td . '>' . $p_data[$t_i] . '</td>';\n\t}\n\n\techo '</tr>';\n}", "function addRow($row, $attributes = null)\n {\n $key = sizeof($this->_rows);\n $this->_rows[$key] = $row;\n\n //if updateValue has been called make sure to update the values of each added element\n foreach (array_keys($this->_rows[$key]) as $key2) {\n if (isset($this->_form)) {\n $this->_rows[$key][$key2]->onQuickFormEvent('updateValue', null, $this->_form);\n }\n if ($this->isFrozen()) {\n $this->_rows[$key][$key2]->freeze();\n }\n }\n \n if (isset($attributes)) $this->_rowAttributes[$key] = $attributes;\n }", "public function addRow(array $row) {\n\t\t$this->tableInfo['rows'][] = $row;\t\n\t}", "public function exec_SELECTgetSingleRow() {}", "function _dummy($row) {\n\t\treturn $row;\n\t}", "abstract protected function getRow($row);", "function display_rows() {\n \n //Get the records registered in the prepare_items method\n $records = $this->items;\n \n //Get the columns registered in the get_columns and get_sortable_columns methods\n list( $columns, $hidden ) = $this->get_column_info();\n \n //Loop for each record\n if(!empty($records)){foreach($records as $rec){\n \n // Format the status output\n if ( strtotime($rec->until) <= 0 ) {\n $rec->until = false;\n } else {\n //$rec->until = __('Membership ended','wpwt').\": \".strftime('%Y-%m-%d',strtotime($rec->until));\n $rec->until = '&nbsp;|&nbsp;Active until '.strftime('%Y-%m-%d',strtotime($rec->until));\n }\n $rec->since = __('Applied','wpwt').\": \".strftime('%Y-%m-%d',strtotime($rec->since));\n \n // Pre-define the edit link\n //$editlink = '/wp-admin/link.php?action=edit&link_id='.(int)$rec->link_id;\n\n //Open the line\n echo \"<tr id=\\\"record_\".$rec->groupID.\"\\\" class=\\\"row-active-\".$rec->active.\"\\\">\\n\";\n foreach ( $columns as $column_name => $column_display_name ) {\n \n //Style attributes for each col\n $class = \"class='$column_name column-$column_name'\";\n \n // Create output in cell\n switch ( $column_name ) {\n case \"col_what\": echo \"<td \".$class.\">\".$this->show_what($rec).\"</td>\\n\"; break;\n case \"col_user\": echo \"<td \".$class.\">\".$this->add_actions($rec).\"</td>\\n\"; break;\n case \"col_groupName\": echo \"<td \".$class.\">\".$rec->groupName.\"</td>\\n\"; break;\n case \"col_application\": echo \"<td \".$class.\">\".$rec->application\n .\"<br><b>\".$rec->since.\"</b></td>\\n\"; break;\n }\n }\n \n //Close the line\n echo \"</tr>\\n\";\n }}\n }", "public function customizeTranslation( $id_message, $instance )\n\t{\n\t\t$sql = <<<SQL\nINSERT INTO\n\ti18n_translations\nSELECT\n\t?,\n\tlang,\n\t'',\n\t'customize',\n\tNOW(),\n\t?\nFROM\n\ti18n_languages;\nSQL;\n\n\t\treturn $this->Execute( $sql, array(\n\t\t 'tag' => 'Add message',\n\t\t $id_message,\n\t\t $instance\n\t\t ) );\n\t}", "public function __construct() {\n\n\t\tparent::__construct( array(\n\t\t\t'singular' => 'wp_list_text_link', // Singular label\n\t\t\t'plural' => 'wp_list_test_links', // plural label, also this well be one of the table css class\n\t\t\t'ajax' => false, // We won't support Ajax for this table\n\t\t) );\n\t}", "function handle_memberlist_insert() {\r\n\tglobal $wpdb;\r\n\t\r\n\t$table = $wpdb->prefix . 'memberlist';\r\n\t\r\n\r\n\tif (isset($_POST['name'])) {\r\n\t\t$name = $_POST['name'];\r\n\t}\r\n\tif (isset($_POST['phone'])) {\r\n\t\t$phone = $_POST['phone'];\r\n\t}\r\n\tif (isset($_POST['email'])) {\r\n\t\t$email = $_POST['email'];\r\n\t}\r\n\tif (isset($_POST['extra'])) {\r\n\t\t$extra = $_POST['extra'];\r\n\t}\r\n\t\r\n\t$wpdb->insert(\r\n\t\t$table, //table\r\n\t\tarray('name' => $name, 'phone' => $phone, 'email' => $email, 'extra' => $extra ), //variables\r\n\t\tarray('%s','%s','%s','%s') //data format\r\n\t);\r\n}", "function bot_wtc_output_rows() // outputs the rows for the html table in the bot_wtc_tab\n{\n\tglobal $bot_items;\n\n\t$selectInput_for_position = array('insertBefore'=>'before','insertAfter'=>'after'); // position values for the txp function selectInput\n\t$db_values = bot_wtc_fetch_db(); // array of values from the db\n\n $destination_selectInput = bot_all_items_selectinput();\n\t$items_selectInput = bot_contextual_selectinput();\n\n\t// builds rows for new item sections list\n\t$sections= bot_get_sections(); // get sections array\n\t$new_item_sections_rows = '';\n\tforeach ($sections as $key => $value) {\n\t\t$new_item_sections_row = '<label>'.checkbox('new_item_sections[]', $key, '0').$value.'</label><br />';\n\t\t$new_item_sections_rows .= $new_item_sections_row;\n }\n $new_item_sections_rows .= '<p ><a href=\"#\" class=\"bot_all\">'.gTxt(\"all\").'</a> | <a href=\"#\" class=\"bot_none\">'.gTxt(\"none\").'</a></p>'; // hide all/none\n\n\t// new item insertion\n\t$rows = \"\";\n\t$input_row = tr(\n\t\ttd(selectInput('new_item',bot_contextual_selectinput(), '', '1'), '', 'bot_hilight')\n\t\t.td(selectInput('new_item_position', $selectInput_for_position, '', '1'))\n\t\t.td(selectInput('new_item_destination',bot_all_items_selectinput(), '', '1'))\n\t\t.td('<p><a href=\"#\" class=\"bot_push\">'.gTxt(\"tag_section_list\").'</a></p><div class=\"bot_collapse\">'.$new_item_sections_rows.'</div>')\n\t\t.td(finput('text','new_item_class', ''))\n\t\t.td()\n\t\t);\n\t\t$rows .= $input_row;\n\n\t// other rows - output if at least one record was already set\n\tif ($db_values){\n\t\tfor ($i = 0; $i < count( $db_values ); $i++){\n\t\t\t// data for \"sections to show\" selectinput - decides wether a section is checked or not\n\t\t\t$bot_hide_in_this_sections_array = explode('|', $db_values[$i]['sections']);\n\t\t\t$item_sections_rows = '';\n\t\t\tforeach ($sections as $key => $value) { // if section is in db mark as checked\n\t\t\t $checked = in_array($key, $bot_hide_in_this_sections_array) ? '1': '0';\n\t\t\t\t$item_sections_row = '<label>'.checkbox('bot_wtc_sections_for_id_'.$db_values[$i]['id'].'[]', $key, $checked).$value.'</label><br />';\n\t\t\t\t$item_sections_rows .= $item_sections_row;\n\t\t }\n\t\t $item_sections_rows .= '<p><a href=\"#\" class=\"bot_all\">'.gTxt(\"all\").'</a> | <a href=\"#\" class=\"bot_none\">'.gTxt(\"none\").'</a></p>'; // hide all/none\n\t\t\t$single_row = tr(\n\t\t\ttd(selectInput('item[]',bot_contextual_selectinput($db_values[$i]['item']), $db_values[$i]['item'],'0'), '', 'bot_hilight')\n\t\t\t.td(selectInput('item_position[]', $selectInput_for_position, $db_values[$i]['position'], '1'))\n\t\t\t.td(selectInput('item_destination[]',bot_all_items_selectinput(), $db_values[$i]['destination'],'1'))\n \t\t\t.td('<p><a href=\"#\" class=\"bot_push\">'.gTxt(\"tag_section_list\").'</a></p><div class=\"bot_collapse\">'.$item_sections_rows.'</div>')\n\t\t\t.td(finput('text', 'item_class[]', $db_values[$i]['class']))\n\t\t\t.td(checkbox('bot_delete_id[]', $db_values[$i]['id'], '0').'<label for=\"bot_delete_id\"> '.gTxt('delete').'</label>'))\n\t\t\t.hInput('bot_wtc_id[]', $db_values[$i]['id']);\n\n\t\t\t$rows .= $single_row;\n\t\t}\n\t};\n\treturn $rows;\n}", "function getRecordOverlay($strTable,$arrRow,$intSysLanguageContent)\t{\n\t\tglobal $TCA;\n\t\tif ($arrRow['uid']>0 && $arrRow['pid']>0)\t{\n\t\t\tif ($TCA[$strTable] && $TCA[$strTable]['ctrl']['languageField'] && $TCA[$strTable]['ctrl']['transOrigPointerField'])\t{\n\t\t\t\tif ($intSysLanguageContent>0)\t{\n\t\t\t\t\tif ($arrRow[$TCA[$strTable]['ctrl']['languageField']]<=0)\t{\n\t\t\t\t\t\t$strWhereConf = '1=1';\n\t\t\t\t \t$strWhereConf .= ' AND pid='.intval($arrRow['pid']);\n\t\t\t\t\t\t$strWhereConf .= ' AND '.$TCA[$strTable]['ctrl']['languageField'].'='.intval($intSysLanguageContent);\n\t\t\t\t\t\t$strWhereConf .= ' AND '.$TCA[$strTable]['ctrl']['transOrigPointerField'].'='.intval($arrRow['uid']);\n\t\t\t\t\t\t$strWhereConf .= BackendUtility::BEenableFields($strTable);\n\t\t\t\t\t\t$strWhereConf .= BackendUtility::deleteClause($strTable);\n\t\t\t\t\t\t$dbRes = $GLOBALS['TYPO3_DB']->exec_SELECTquery('*',$strTable,$strWhereConf,'','','1');\n\t\t\t\t\t\t$arrOlRow = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($dbRes);\n\t\t\t\t\t\tif (is_array($arrOlRow))\t{\n\t\t\t\t\t\t\tforeach($arrRow as $strKey => $strValue)\t{\n\t\t\t\t\t\t\t\tif ($strKey!='uid' && $strKey!='pid' && isset($arrOlRow[$strKey]))\t{\n\t\t\t\t\t\t\t\t\tif ($TCA[$strTable]['columns'][$strKey]['l10n_mode']!='exclude' && ($TCA[$strTable]['columns'][$strKey]['l10n_mode']!='mergeIfNotBlank' || strcmp(trim($arrOlRow[$strKey]),'')))\t{\n\t\t\t\t\t\t\t\t\t\t$arrRow[$strKey] = $arrOlRow[$strKey];\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} elseif ($intSysLanguageContent!=$arrRow[$TCA[$strTable]['ctrl']['languageField']])\t{\n\t\t\t\t\t\tunset($arrRow);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tif ($arrRow[$TCA[$strTable]['ctrl']['languageField']]>0)\t{\n\t\t\t\t\t\tunset($arrRow);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn $arrRow;\n\t}", "public function __construct($pmID, $recipientID, $row = null) {\n\t\tif ($pmID !== null && $recipientID !== null) {\n\t\t\t$sql = \"SELECT\t\t*\n\t\t\t\tFROM\t\twcf\".WCF_N.\"_pm_to_user\n\t\t\t\tWHERE\t\tpmID = \".$pmID.\"\n\t\t\t\t\t\tAND recipientID = \".$recipientID;\n\t\t\t$row = WCF::getDB()->getFirstRow($sql);\n\t\t}\n\t\t\n\t\tparent::__construct($row);\n\t}", "function wp_plugin_update_row($file, $plugin_data)\n {\n }", "protected function newRow()\n\t{\n\t\t$this->loadDefaultValues();\n\t\t$row = [];\n\t\t$row['document_sequence'] = $this->document_sequence->CurrentValue;\n\t\t$row['firelink_doc_no'] = $this->firelink_doc_no->CurrentValue;\n\t\t$row['project_name'] = $this->project_name->CurrentValue;\n\t\t$row['document_tittle'] = $this->document_tittle->CurrentValue;\n\t\t$row['submit_no'] = $this->submit_no->CurrentValue;\n\t\t$row['revision_no'] = $this->revision_no->CurrentValue;\n\t\t$row['transmit_no'] = $this->transmit_no->CurrentValue;\n\t\t$row['transmit_date'] = $this->transmit_date->CurrentValue;\n\t\t$row['direction'] = $this->direction->CurrentValue;\n\t\t$row['approval_status'] = $this->approval_status->CurrentValue;\n\t\t$row['document_link'] = $this->document_link->Upload->DbValue;\n\t\t$row['transaction_date'] = $this->transaction_date->CurrentValue;\n\t\t$row['document_native'] = $this->document_native->CurrentValue;\n\t\t$row['username'] = $this->username->CurrentValue;\n\t\t$row['expiry_date'] = $this->expiry_date->CurrentValue;\n\t\treturn $row;\n\t}", "public function validRowForSave($row) {\n\n $params = $this->_request->getParams();\n $table = $params['table'];\n //-----------------------\n // Проверим строку на валидность\n $jsons = $this->_isValidRow($row);\n if (isset($jsons['class_message'])) { // Ошибка валидации\n return $jsons;\n }\n\n // Проверка валидации особых случаев\n if ($table == 'admin.blog_posts_tags') {\n $params = array();\n $params['table'] = 'blog_posts_tags';\n $params['fieldKey1'] = 'post_id';\n $params['fieldKey2'] = 'tag';\n $params['adapter'] = $this->db;\n $params['id'] = $row['id'];\n\n $validator = new Default_Form_Validate_DbMultipleKey($params);\n $value = $row['post_id'] . ';' . $row['tag'];\n if (!$validator->isValid($value)) {\n $messages = $validator->getMessages();\n $newMess = array();\n $newMess[] = '<em>' . Zend_Registry::get('Zend_Translate')->_('Ошибка формы! Неверно введены данные в форму.') . '</em>';\n $messages = array_values($messages);\n $newMess[] = $messages[0];\n $jsons = array(\n 'class_message' => 'warning',\n 'messages' => $newMess\n );\n }\n }\n\n return $jsons;\n }" ]
[ "0.6295404", "0.5945382", "0.5917445", "0.58279717", "0.58221585", "0.5644677", "0.5599541", "0.5599541", "0.55975413", "0.5569235", "0.54667115", "0.5455615", "0.5451195", "0.53785753", "0.5373998", "0.5261557", "0.523028", "0.5226587", "0.52214026", "0.5194971", "0.51915973", "0.5177648", "0.51658344", "0.5163481", "0.5158241", "0.51484495", "0.5142909", "0.5116805", "0.51104176", "0.50914085", "0.50914085", "0.50914085", "0.5091022", "0.50785106", "0.5074701", "0.5074701", "0.50732476", "0.5035073", "0.5032723", "0.5031703", "0.5016459", "0.50135", "0.4987394", "0.49870113", "0.4981151", "0.49771172", "0.49752092", "0.49686685", "0.49469468", "0.4942078", "0.49405056", "0.49309155", "0.49239087", "0.49238828", "0.4923303", "0.49197552", "0.49169266", "0.49072212", "0.49069566", "0.49067578", "0.49014547", "0.48999143", "0.4892667", "0.4882611", "0.48744103", "0.4870457", "0.48643628", "0.4863541", "0.486165", "0.48500234", "0.48489162", "0.48291916", "0.4820655", "0.4820655", "0.480539", "0.4805221", "0.48002228", "0.47951347", "0.4794531", "0.47903496", "0.47824132", "0.47780502", "0.47759408", "0.4773388", "0.47682402", "0.4760609", "0.47557545", "0.47541398", "0.47450927", "0.47408774", "0.4731056", "0.47192055", "0.47079828", "0.46999702", "0.4698462", "0.4685994", "0.4682047", "0.4681454", "0.4678217", "0.46780995" ]
0.6246777
1
show errors and warnings
function displayMessageRow( $item ){ $listing_title = ''; // show errors and warning on online and failed items if ( in_array( $item['status'], array( 'online', 'failed' ) ) ) { $history = maybe_unserialize( $item['history'] ); $tips_errors = array(); $tips_warnings = array(); if ( is_array( $history ) ) { foreach ( $history['errors'] as $feed_error ) { $tips_errors[] = WPLA_FeedValidator::formatAmazonFeedError( $feed_error ); } foreach ( $history['warnings'] as $feed_error ) { $tips_warnings[] = WPLA_FeedValidator::formatAmazonFeedError( $feed_error ); } } if ( ! empty( $tips_errors ) ) { $listing_title .= '<!br><small style="color:darkred">'.join('<br>',$tips_errors).'</small><br>'; } if ( ! empty( $tips_warnings ) ) { $listing_title .= '<small><!br><a href="#" onclick="jQuery(\'#warnings_container_'.$item['id'].'\').slideToggle();return false;">&raquo; '.''.sizeof($tips_warnings).' warning(s)'.'</a></small><br>'; $listing_title .= '<div id="warnings_container_'.$item['id'].'" style="display:none">'; $listing_title .= '<small>'.join('<br>',$tips_warnings).'</small>'; $listing_title .= '</div>'; } } // show listing quality issues on online and changed items if ( in_array( $item['status'], array( 'online', 'changed', 'prepared' ) ) ) { $quality_info = maybe_unserialize( $item['quality_info'] ); if ( is_array( $quality_info ) ) { $quality_warning_title = $quality_info['alert-type']; if ( $quality_warning_title == 'Missing' ) $quality_warning_title .= ' ' . $quality_info['field-name']; $error_msg = '<b>Warning: '.$quality_warning_title.'</b>'; $error_msg .= '<br>'.$quality_info['explanation']; if ( ! empty( $quality_info['current-value'] ) ) { $error_msg .= '<br>'.$quality_info['field-name'].': '.$quality_info['current-value'].' '; } if ( ! empty( $quality_info['status'] ) ) { $error_msg .= '<br>Status: '.$quality_info['status'].' ('.$quality_info['alert-name'].')'; } $error_msg = WPLA_FeedValidator::convert_links( $error_msg ); $listing_title .= '<small style="color:darkred">'.$error_msg.'</small><br>'; } } if ( empty($listing_title) ) return; echo '</tr>'; echo '<tr>'; // echo '<td colspan="'.sizeof( $this->_column_headers[0] ).'">'; // echo '<td>&nbsp;</td>'; // echo '<td class="wpla_auto_width_column" colspan="7">'; // echo $listing_title; // echo '</td>'; // echo '<td>&nbsp;</td>'; // get hidden columns for current user - and adjust colspan attribute on message row $user = wp_get_current_user(); $meta = get_user_meta( $user->ID ); $hidden_cols = isset( $meta['managetoplevel_page_wplacolumnshidden'][0] ) ? maybe_unserialize( $meta['managetoplevel_page_wplacolumnshidden'][0] ) : array(); $colspan = 10 - count( $hidden_cols ); echo '<td>&nbsp;</td>'; echo '<td colspan="'.$colspan.'">'; echo $listing_title; echo '</td>'; echo '<td>&nbsp;</td>'; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function show_errors() {\n\t\t\t$this->show_errors = true;\n\t\t}", "function show_errors()\n\t\t{\n\t\t\t$this->show_errors = true;\n\t\t}", "function show_errors()\n\t\t{\n\t\t\t$this->show_errors = true;\n\t\t}", "public function showError();", "public static function show_errors(){\n\t\t\tself::$SHOWING_ERRORS=true;\n\t\t\tset_error_handler(array('Errors','handle_errors'),E_ALL | E_STRICT);\n\t\t\tset_exception_handler(array('Errors','handle_exceptions'));\n\t\t}", "private function displayErrors () {\n echo '<pre>';\n\n foreach ($this->error as $single_error) {\n print_r($single_error);\n }\n\n echo '</pre>';\n }", "public static function printErrors() {\n\t\tif (PNApplication::hasErrors()) {\n\t\t\tforeach (PNApplication::$errors as $e)\n\t\t\t\techo \"<div style='color:#C00000;font-familiy:Tahoma;font-size:10pt'><img src='\".theme::$icons_16[\"error\"].\"' style='vertical-align:bottom'/> \".$e.\"</div>\";\n\t\t\techo \"<script type='text/javascript'>\";\n\t\t\techo \"if (typeof window.top.status_manager != 'undefined'){\";\n\t\t\tforeach (PNApplication::$errors as $e)\n\t\t\t\techo \"window.top.status_manager.addStatus(new window.top.StatusMessageError(null,\".json_encode($e).\",5000));\";\n\t\t\techo \"};\";\n\t\t\techo \"window.page_errors=[\";\n\t\t\t$first = true;\n\t\t\tforeach (PNApplication::$errors as $e) {\n\t\t\t\tif ($first) $first = false; else echo \",\";\n\t\t\t\techo json_encode($e);\n\t\t\t}\n\t\t\techo \"];\";\n\t\t\techo \"</script>\";\n\t\t}\n\t\tif (PNApplication::hasWarnings()) {\n\t\t\techo \"<script type='text/javascript'>\";\n\t\t\techo \"if (typeof window.top.status_manager != 'undefined'){\";\n\t\t\tforeach (PNApplication::$warnings as $e)\n\t\t\t\techo \"window.top.status_manager.addStatus(new window.top.StatusMessage(window.top.Status_TYPE_WARNING,\".json_encode($e).\",[{action:'popup'},{action:'close'}],5000));\";\n\t\t\techo \"};\";\n\t\t\techo \"</script>\";\n\t\t}\n\t}", "public static function displayErrors(){\n $ec = new EmailLabsConfig();\n if( $ec->getMode() == true && !empty( self::$errors ) ){\n $message = '';\n foreach( self::$errors as $item )\n $message .= '['.$item['lvl'].']['.$item['date'].']'.$item['msg'].\"\\n\";\n die( $message );\n }\n }", "function showerror() {\r\n if (count($this->error_msgs)>0) {\r\n echo '<p><img src=\"images/eri.gif\"><b>'.lang('Error in form').'</b>:<ul>';\r\n foreach ($this->error_msgs as $errormsg) {\r\n echo '<li>'.$errormsg;\r\n }\r\n echo '</ul></p>';\r\n return True;\r\n }\r\n return False;\r\n }", "function show__errors ()\n {\n global $_errors;\n global $lang;\n if (0 < count ($_errors))\n {\n $errors = implode ('<br />', $_errors);\n echo '\n\t\t\t<table class=\"main\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\" width=\"100%\">\n\t\t\t<tr>\n\t\t\t\t<td class=\"thead\">\n\t\t\t\t\t' . $lang->global['error'] . '\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<font color=\"red\">\n\t\t\t\t\t\t<strong>\n\t\t\t\t\t\t\t' . $errors . '\n\t\t\t\t\t\t</strong>\n\t\t\t\t\t</font>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t</table>\n\t\t\t<br />\n\t\t';\n }\n\n }", "public function show_errors($show = \\true)\n {\n }", "public function showWarnings(): void\n {\n $this->executeLog('show warnings');\n }", "function displayError(){\n\t\tprint \"<div class=\\\"validationerror\\\">\";\n\t\tfor ($i=0;$i<count($this->error);$i++){\n\t\t\tprintln($this->error[$i]);\n\t\t}\n\t\tprint \"</div>\";\n\t}", "public function errors();", "public function errors();", "public function showErrors() {\n \n \n foreach ($this->_errors as $key => $value)\n $this->_errors = \"$value\";\n\t\t\treturn $this->_errors;\n }", "static function showError($errno, $errstr, $errfile, $errline, $errcontext, $errtype) {\n\t\tif(!headers_sent()) {\n\t\t\t$errText = \"$errtype: \\\"$errstr\\\" at line $errline of $errfile\";\n\t\t\t$errText = str_replace(array(\"\\n\",\"\\r\"),\" \",$errText);\n\t\t\tif(!headers_sent()) header($_SERVER['SERVER_PROTOCOL'] . \" 500 $errText\");\n\t\t\t\n\t\t\t// if error is displayed through ajax with CliDebugView, use plaintext output\n\t\t\tif(Director::is_ajax()) header('Content-Type: text/plain');\n\t\t}\n\t\t\n\t\t// Legacy error handling for customized prototype.js Ajax.Base.responseIsSuccess()\n\t\t// if(Director::is_ajax()) echo \"ERROR:\\n\";\n\t\t\n\t\t$reporter = self::create_debug_view();\n\t\t\n\t\t// Coupling alert: This relies on knowledge of how the director gets its URL, it could be improved.\n\t\t$httpRequest = isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : $_REQUEST['url'];\n\t\tif(isset($_SERVER['REQUEST_METHOD'])) $httpRequest = $_SERVER['REQUEST_METHOD'] . ' ' . $httpRequest;\n\n\t\t$reporter->writeHeader($httpRequest);\n\t\t$reporter->writeError($httpRequest, $errno, $errstr, $errfile, $errline, $errcontext);\n\n\t\t$lines = file($errfile);\n\n\t\t// Make the array 1-based\n\t\tarray_unshift($lines,\"\");\n\t\tunset($lines[0]);\n\n\t\t$offset = $errline-10;\n\t\t$lines = array_slice($lines, $offset, 16, true);\n\t\t$reporter->writeSourceFragment($lines, $errline);\n\n\t\t$reporter->writeTrace($lines);\n\t\t$reporter->writeFooter();\n\t\texit(1);\n\t}", "public function showFailed();", "protected function enableDisplayErrors() {}", "protected function enableDisplayErrors() {}", "function show_error ()\n {\n global $errormessage;\n global $lang;\n global $ts_template;\n if (!empty ($errormessage))\n {\n eval ($ts_template['show_error']);\n }\n\n }", "function getErrors() {\n \techo errorHandler();\n }", "function display_error() {\n\tglobal $errors;\n global $errors1;\n\n\tif (count($errors) > 0){\n\t\techo '<div class=\"error\">';\n\t\t\tforeach ($errors as $error){\n\t\t\t\techo $error .'<br>';\n\t\t\t}\n\t\techo '</div>';\n\t}\n}", "function show_errors()\r\n{\r\n\terror_reporting(E_ALL);\r\n\tini_set('display_errors', '1');\r\n}", "function alert(){\r\n\tglobal $errors, $success,$warning;\r\n\r\n\t if (isset($errors) && !empty($errors)){\r\n\t\t$allerror = \"<ul>\";\r\n\t\tforeach($errors as $value){\r\n\t\t\t$allerror .= \"<li>$value </li>\";\r\n\t\t}\r\n\t\t$allerror .= \"</ul>\";\r\n\r\n\t\techo '<br><div class=\"alert alert-danger alert-block\"><h4>Error!</h4>'.$allerror.'</div>';\r\n\r\n\t}\r\n\r\n\telse if (isset($success)){\r\n\t\techo '<div class=\"alert alert-success\"><strong>Success! </strong>'.$success.'</div>';\r\n\t\t}\r\n\r\n\telse if (isset($warning)){\r\n\t\techo '<div class=\"alert\"><strong>Warning! </strong>'.$warning.'</div>';\r\n\t}\r\n}", "public function libxml_display_errors() { \r\n\t\r\n\t\t$errors = libxml_get_errors(); \r\n\t\t$retorno = \"\";\r\n\t\tforeach ($errors as $error) { \r\n\t\t\t$retorno .= $this->libxml_display_error($error); \r\n\t\t} \r\n\t\t\r\n\t\t// Limpa os erros da memoria\r\n\t\tlibxml_clear_errors();\r\n\t\t\r\n\t\t// Retorna os erros\r\n\t\treturn $retorno;\r\n\t}", "public function ShowErrors() {\n\t\treturn $this->errors;\n\t}", "public function errorInfo();", "public function errorInfo();", "function DisplayError()\n\t\t{\n\t\t\techo \"<div>\" . $this->error_message . \"</div>\";\n\t\t}", "public function showError($stmt){\n //echo \"<pre>\";\n //print_r($stmt->errorInfo());\n //echo \"</pre>\";\n\t}", "public static function hide_errors(){\n\t\t\tself::$SHOWING_ERRORS=false;\n\t\t\trestore_error_handler();\n\t\t\trestore_exception_handler();\n\t\t}", "public function settings_errors() {\n\t\techo settings_errors( $this->token . '-errors' );\n\t}", "abstract public function display( $error );", "function displayErrorsCoverage(){\n\t\t$this->displayErrors(array('dats_date_begin','dats_date_end','area','sensor_resol_temp',\n\t\t\t'west_bound_0','east_bound_0','north_bound_0','south_bound_0','place_alt_min_0','place_alt_max_0'));\n\t}", "public function hide_errors()\n {\n }", "public function outputFriendlyError()\n {\n //Erase contents of the output buffer\n ob_end_clean();\n view('errors/generic');\n exit;\n }", "public function showToastForValidationError()\n {\n $errorBag = $this->getErrorBag()->all();\n\n if (count($errorBag) > 0) $this->toast($errorBag[0], 'error');\n }", "public static function display_errors( bool $html ) : void {\t\n\t\t$i = -1;\n\t\tif( !empty( self::$errors ) ){\n\t\t\twhile( ($i++) < sizeof( self::$errors ) - 1 ){\n\t\t\t\t$error = self::$errors[$i];\n\t\t\t\techo ( $html === true ) ? \"<span>\".$error.\"</span><br>\" : $error . \"\\x0a\" ;\n\t\t\t}\n\t\t}\n\t}", "public static function show_messages()\n {\n if (count(self::$errors) > 0) {\n foreach (self::$errors as $error) {\n echo '<div id=\"message\" class=\"error inline\"><p><strong>' . esc_html($error) . '</strong></p></div>';\n }\n } elseif (count(self::$messages) > 0) {\n foreach (self::$messages as $message) {\n echo '<div id=\"message\" class=\"updated inline\"><p><strong>' . esc_html($message) . '</strong></p></div>';\n }\n }\n }", "function print_error() {\n echo '<div class=\"dirlist_error\">';\n echo '<h1>'.dl_error_header.'</h1>';\n echo '<div>['.$this->errorPlace.'] '.$this->error.'</div>';\n echo '</div>';\n }", "function display_errors($verbose = 1)\n{\n if($verbose == 0)\n {\n\tini_set('display_errors', False);\n }\n elseif($verbose == 1)\n {\n\t//echo '[V] error_reporting is on</br>';\n\t\n\t$msgline = '[V] error_reporting is on</br>';\n\tfile_put_contents('debug.log', $msgline, FILE_APPEND | LOCK_EX);\n\t\n\terror_reporting(E_ALL);\n\tini_set('display_errors', True);\n }\n}", "function show_error($msg)\n {\n print \"<div class=\\\"PhorumAdminError\\\">\";\n print \"Error: \" . htmlspecialchars($msg);\n print \"</div>\";\n }", "public function display_error($msg){\n \n }", "function active_errors()\n\t{\n\t\tini_set('display_errors', 'On'); \n\t\tini_set('dispaly_errors', 1);\t\t\n\t}", "function showError(){\n\t\techo json_encode(array(\n\t\t\t\"alert\" => \"error\",\n\t\t\t\"title\" => \"Failed to Update!\",\n\t\t\t\"message\" => \"Program Updating has been Failed\"\n\t\t));\n\t}", "public function get_errors()\n\t{\n\t\t$profile_start = microtime(true);\n\t\t$this->display->errors();\n\t\t$profile_start = profiler($profile_start,__CLASS__,__FUNCTION__,'openapi');\n\t}", "public function errorInfo() {}", "public static function customErrorMsg()\n {\n echo \"\\n<p>An error occured, The error has been reported.</p>\";\n exit();\n }", "public function initError ()\n\t{\n\t\tswitch ($this->getProfile())\n\t\t{\n\t\t\tcase 'development':\n\t\t\t\terror_reporting(E_ALL);\n\t\t\t\tini_set('display_errors', 'On');\n\t\t\t\tMVCLite_Db::getInstance()->display(true);\n\t\t\t\t\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\tini_set('display_errors', 'Off');\n\t\t\t\tMVCLite_Db::getInstance()->display(false);\n\t\t\t\t\n\t\t\t\tbreak;\n\t\t}\n\t}", "public function showError($stmt){\r\n\t echo \"<pre>\";\r\n\t print_r($stmt->errorInfo());\r\n\t echo \"</pre>\";\r\n\t}", "function showError($errmsg)\n{\n\techo \"<h2 class='error'>$errmsg</h2>\" . PHP_EOL;\n}", "function displayErrors($errors, $fixablebyuser=true)\n {\n // Since this function can be called before any ATK stuff has been loaded,\n // we have no rendering enging whatsoever, so we need to display html\n // manually.\n echo '<html>\n <head>\n <title>Achievo error</title>\n </head>\n <body bgcolor=\"#ffffff\">\n <br><b>A problem has occurred</b>\n <br>\n <br>We\\'re very sorry, but this server is unable to run Achievo,\n for the following reason(s):\n <br>\n <ul>';\n for($i=0, $_i=count($errors); $i<$_i; $i++)\n {\n echo '<li>'.$errors[$i].'<br><br>';\n }\n echo ' </ul>';\n if ($fixablebyuser)\n {\n echo ' If you can\\'t get Achievo to work after following the above instructions, please visit the <a href=\"http://www.achievo.org/forum\" target=\"_new\">Achievo forums</a> and we might be able to help you.';\n }\n echo ' </body>\n </html>';\n }", "function error_reporting() {\n\t\t$r='';\n\t\tif (mb_strlen(self::$error)>0) {\n\t\t\t$r.=self::$error;\n\t\t}\n\t\tif (count(self::$error_arr)>0) {\n\t\t\t$r.='<h2>Произошли следующие ошибки:</h2>'.\"\\n\".'<ul>';\n\t\t\tforeach(self::$error_arr as $key=>$value) {\n\t\t\t\t$r.='<li>'.$value.'</li>';\n\t\t\t}\n\t\t\t$r.='</ul>';\n\t\t}\n\t\treturn $r;\n\t}", "function libxml_display_errors()\n {\n $ret = \"\";\n $errors = libxml_get_errors();\n foreach ($errors as $error) {\n $ret .= $this->libxml_display_error($error);\n }\n libxml_clear_errors();\n return $ret;\n }", "static function show_error($message) {\n\t\techo '<div class=\"wrap\"><h2></h2><div class=\"error\" id=\"error\"><p>' . $message . '</p></div></div>' . \"\\n\";\n\t}", "private function printHTML() \n\t{\n\t\t// str with error type and nr of errors\n\t\tif ($this->error_nr_html == -1) {\n\t\t\t$this->SetTextColor(0, 0, 255);\n\t\t\t$path = AC_BASE_HREF.\"images/jpg/info.jpg\";\n\t\t\t$this->Image($path, $this->GetX(), $this->GetY(), 4, 4);\n\t\t\t$this->SetX(14);\n\t\t\t$this->SetFont('DejaVu', 'B', 12);\t\t\t\n\t\t\t$this->Write(5,_AC(\"html_validator_disabled\"));\n\t\t\t$this->SetTextColor(0);\n\t\t} else {\t\t\t\t\n\t\t\t$this->SetFont('DejaVu', 'B', 14);\n\t\t\t$this->SetTextColor(0);\n\t\t\t$this->Write(5, _AC('file_report_html').' ('.$this->error_nr_html.' '._AC('file_report_found').'):');\t\t\n\t\t\t$this->Ln(10);\n\t\t\t$this->SetFont('DejaVu', 'B', 12);\n\t\t\t$this->Write(5,strip_tags(_AC(\"html_validator_provided_by\")));\n\t\t\t$this->Ln(10);\t\t\n\t\t\n\t\t\t// show congratulations if no errors found\n\t\t\tif ($this->error_nr_html == 0 && $this->html_error == '') {\n\t\t\t\t// no html validation errors, passed\n\t\t\t\t$this->Ln(3);\n\t\t\t\t$this->SetTextColor(0, 128, 0);\n\t\t\t\t$path = AC_BASE_HREF.\"images/jpg/feedback.jpg\";\n\t\t\t\t$this->Image($path, $this->GetX(), $this->GetY(), 4, 4);\n\t\t\t\t$this->SetX(14);\n\t\t\t\t$this->SetFont('DejaVu', 'B', 12);\n\t\t\t\t$this->Write(5, _AC(\"congrats_html_validation\"));\n\t\t\t} else if($this->error_nr_html == 0 && $this->html_error != '') {\n\t\t\t\t// html validation errors\n\t\t\t\t$this->Ln(3);\n\t\t\t\t$this->SetTextColor(0);\n\t\t\t\t$this->SetFont('DejaVu', '', 10);\n\t\t\t\t$this->Write(5, $this->html_error);\n\t\t\t} else { // else make report on errors\n\t\t\t\tforeach($this->html as $error) {\n\t\t\t\t\t// error icon img, line, column, error text\n\t\t\t\t\t$img_data = explode(\".\", $error['img_src']);\t\t\n\t\t\t\t\t$path = AC_BASE_HREF.\"images/jpg/\".$img_data[0].\".jpg\";\n\t\t\t\t\t$this->Image($path, $this->GetX()+7, $this->GetY(), 4, 4);\n\t\t\t\t\t$this->SetX(21);\n\t\t\t\t\tif ($error['line'] != '' && $error['col'] != '') {\n\t\t\t\t\t\t$this->SetTextColor(0);\n\t\t\t\t\t\t$this->SetFont('DejaVu', 'BI', 9);\n\t\t\t\t\t\t$location = \" \"._AC('line').\" \".$error['line'].\", \"._AC('column').\" \".$error['col'].\": \";\n\t\t\t\t\t\t$this->Write(5, $location);\n\t\t\t\t\t}\n\t\t\t\t\t$this->SetTextColor(26, 74, 114);\n\t\t\t\t\t$this->SetFont('DejaVu', '', 10);\n\t\t\t\t\t$this->Write(5, html_entity_decode(strip_tags($error['err'])));\n\t\t\t\t\t$this->Ln(7);\n\t\n\t\t\t\t\t// html code of error\n\t\t\t\t\tif ($error['html_1'] != '' || $error['html_2'] != '' || $error['html_3'] != '') {\n\t\t\t\t\t\t$this->SetFont('DejaVu', '', 9);\n\t\t\t\t\t\t$this->SetX(17);\n\t\t\t\t\t\t$this->SetTextColor(0);\n\t\t\t\t\t\t$str = str_replace(\"\\t\", \" \", html_entity_decode(htmlspecialchars_decode($error['html_1'], ENT_QUOTES)));\n\t\t\t\t\t\t$this->Write(5, $str);\n\t\t\t\t\t\t$this->SetTextColor(255, 0 ,0);\n\t\t\t\t\t\t$str = str_replace(\"\\t\", \" \", html_entity_decode(htmlspecialchars_decode($error['html_2'], ENT_QUOTES)));\n\t\t\t\t\t\t$this->Write(5, $str);\n\t\t\t\t\t\t$this->SetTextColor(0);\n\t\t\t\t\t\t$str = str_replace(\"\\t\", \" \", html_entity_decode(htmlspecialchars_decode($error['html_3'], ENT_QUOTES)));\n\t\t\t\t\t\t$this->Write(5, $str);\n\t\t\t\t\t\t$this->Ln(10);\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t// text\n\t\t\t\t\tif ($error['text'] != '') {\n\t\t\t\t\t\t$this->SetX(17);\n\t\t\t\t\t\t$this->SetFont('DejaVu', '', 10);\n\t\t\t\t\t\t$this->Write(5, html_entity_decode(strip_tags($error['text'])));\n\t\t\t\t\t\t$this->Ln(10);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} // end of else \n\t\t\n\t}", "public function showError($error) {\r\n\t\tprint \"<h2 style='color: red'>Error: $error</h2>\";\r\n\t}", "function showError($errorMsg = NULL)\n\t{\n\t\tif ($errorMsg)\n\t\t\tprint \"$errorMsg\\n\";\n\t\tdie(\"Error \" . mysql_errno() . \" : \" . mysql_error( ));\n\t}", "public static function show_messages() {\n\t\tif ( sizeof( self::$errors ) > 0 ) {\n\t\t\tforeach ( self::$errors as $error ) {\n\t\t\t\techo '<div class=\"wrap\"><div class=\"kopa_message error fade inline\"><p><strong>' . esc_html( $error ) . '</strong></p></div></div>';\n\t\t\t}\n\t\t} elseif ( sizeof( self::$messages ) > 0 ) {\n\t\t\tforeach ( self::$messages as $message ) {\n\t\t\t\techo '<div class=\"wrap\"><div class=\"kopa_message updated fade inline\"><p><strong>' . esc_html( $message ) . '</strong></p></div></div>';\n\t\t\t}\n\t\t}\n\t}", "public function displayErrors() {\n\t\tif(count($this->errors)) {\n\t\t\t$output = \"<ul>\";\n\t\t\tforeach($this->errors as $error) {\n\t\t\t\t$output .= \"<li>\".$error.\"</li>\";\n\t\t\t}\n\t\t\t$output .= \"</ul>\";\n\t\t\treturn $output;\n\t\t}\n\t\treturn \"\";\n\t}", "public function getErrors(){\n echo json_encode($this->errors, JSON_PRETTY_PRINT);\n }", "public function renderErrors();", "public function error() \n\t{\n\t\trequire $this->view('error', 'error');\n\t\texit;\n\t}", "public function errorInfo()\n {\n }", "function displayXMLValidationErrors($errors, $xml) {\n\t\techo '<h2>' . __('plugins.importexport.common.validationErrors') .'</h2>';\n\n\t\tforeach ($errors as $error) {\n\t\t\tswitch ($error->level) {\n\t\t\t\tcase LIBXML_ERR_ERROR:\n\t\t\t\tcase LIBXML_ERR_FATAL:\n\t\t\t\t\techo '<p>' .trim($error->message) .'</p>';\n\t\t\t}\n\t\t}\n\t\tlibxml_clear_errors();\n\t\techo '<h3>' . __('plugins.importexport.common.invalidXML') .'</h3>';\n\t\techo '<p><pre>' .htmlspecialchars($xml) .'</pre></p>';\n\t}", "private function print_errors ($errors) {\n\t\t$count = count($errors);\n\t\t\n\t\tif (count($errors) > 0) {\n\t\t\tforeach ($errors as $value) {\n\t\t\t\tprint(self::CONSOLE_MACRO_ERROR.\"<tr><td class=\\\"error\\\">$value</td></tr>\\n\");\n\t\t\t} \n\t\t}\n\t\t\n\t\t/*\n\t\tprint(\"<p class=\\\"caption\\\">Found $count errors.</p>\");\n\t\tprint(\"<div class=\\\"errors\\\">\");\n\t\t\n\t\tif (count($errors) > 0) {\n\t\t\t$error_text .= \"<ol>\\n\";\n\t\t\tforeach ($errors as $value) {\n\t\t\t\t$error_text .= \"<li>$value</li>\\n\";\n\t\t\t} \n\t\t\t$error_text .= \"</ol>\\n\";\n\t\t}\n\t\t\n\t\tprint($error_text);\n\t\tprint(\"</div>\");\n\t\t*/\n\t}", "private static function showError($aDebug)\n\t{\n\t\techo '<table style=\"background-color:red\" cellpadding=\"10\" cellspacing=\"10\" width=\"100%\"><tr><td style=\"background-color:orange;\">';\n\t\techo ' line '.$aDebug[\"line\"].'&nbsp;';\n\t\techo ' in file '.$aDebug[\"file\"].'<br/>';\n\t\techo ' code '.$aDebug[\"code\"].'&nbsp;';\n\t\techo ' message '.$aDebug[\"message\"];\n\t\techo '</td></tr></table>';\n\t}", "function getErrors();", "private function showExceptionUser()\n {\n \\ShowError(Loc::getMessage('FF_COMPONENT_CATCH_EXCEPTION'));\n }", "function gestionErreurs()\n{\n ini_set('display_errors', 1);\n ini_set('display_startup_errors', 1);\n error_reporting(E_ALL);\n}", "public function error();", "public function printErrorLog() {}", "function errorInfo($p_full = \\false)\n {\n }", "public function printError() {\n\t\t\tfwrite(STDERR, $this->message);\n\t\t}", "static function validationErrors ($type = 'warning')\n {\n $errors = View::shared ('errors');\n if (count ($errors)): ?>\n <div class=\"alert alert-<?= $type ?> alert-validation\">\n <h4><?= Lang::get ('auth.PROBLEMS 1') ?></h4><?= Lang::get ('auth.PROBLEMS') ?><br><br>\n <ul>\n <?php foreach ($errors->all () as $error)\n echo \"<li>$error</li>\" ?>\n </ul>\n </div>\n <?php\n endif;\n }", "function show_faq_errors ()\n {\n global $faq_errors;\n global $lang;\n if (0 < count ($faq_errors))\n {\n $errors = implode ('<br />', $faq_errors);\n echo '\n\t\t\t<table class=\"main\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\" width=\"100%\">\n\t\t\t<tr>\n\t\t\t\t<td class=\"thead\">\n\t\t\t\t\t' . $lang->global['error'] . '\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<font color=\"red\">\n\t\t\t\t\t\t<strong>\n\t\t\t\t\t\t\t' . $errors . '\n\t\t\t\t\t\t</strong>\n\t\t\t\t\t</font>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t</table>\n\t\t\t<br />\n\t\t';\n }\n\n }", "private function error_report($msg){\n die($msg);\n }", "function error_and_die($msg) {\n echo ('<p><span style=\"color:#ff0000; font-size:1.5em;\">SubmissionBox Error Encountered</span></p>');\n echo ('<p><span style=\"color:#ff0000;\">Message: ' . $msg . '</span></p></body></html>');\n die;\n }", "function error(){}", "function wck_single_metabox_errors_display(){\r\n /* only execute for the WCK objects defined for the current post type */\r\n global $post;\r\n if( get_post_type( $post ) != $this->args['post_type'] )\r\n return;\r\n\r\n /* and only do it once */\r\n global $allready_saved;\r\n if( isset( $allready_saved ) && $allready_saved == true )\r\n return;\r\n $allready_saved = true;\r\n\r\n /* mark the fields */\r\n if( isset( $_GET['wckerrorfields'] ) && !empty( $_GET['wckerrorfields'] ) ){\r\n echo '<script type=\"text/javascript\">';\r\n $field_names = explode( ',', urldecode( base64_decode( $_GET['wckerrorfields'] ) ) );\r\n\t\t\tif( !empty( $field_names ) ) {\r\n\t\t\t\tforeach ($field_names as $field_name) {\r\n\t\t\t\t\techo \"jQuery( '.field-label[for=\\\"\" . esc_js($field_name) . \"\\\"]' ).addClass('error');\";\r\n\t\t\t\t}\r\n\t\t\t}\r\n echo '</script>';\r\n }\r\n\r\n /* alert the error messages */\r\n if( isset( $_GET['wckerrormessages'] ) ){\r\n echo '<script type=\"text/javascript\">alert(\"'. str_replace( '%0A', '\\n', esc_js( urldecode( base64_decode( $_GET['wckerrormessages'] ) ) ) ) .'\")</script>';\r\n }\r\n }", "function muestraErrores(){\n error_reporting(E_ALL);\n ini_set('display_errors', '1');\n}", "function p_showerror($num) {\n\tglobal $cfg, $T;\n\n\t// Escape input just in case\n\t$num = !is_int($num) ? path_escape($num) : (int) $num;\n\t$file = CPATH.'error.'.$num.'.html';\n\n\tif (!isset($cfg['httpCodes'][$num])) return FALSE;\n\tif (!is_file($file)) return FALSE;\n\n\theader('HTTP/1.1 '.$cfg['httpCodes'][$num]);\n\n\t// Load HTML\n\t$html = p_htmlfile($file);\n\n\t$T['content'] = $html['content'];\n\t$T['title'] = $T['header'] = $html['header'];\n\n\treturn TRUE;\n}", "public function index()\n {\n $this->mPageTitle = lang('reparation_errors');\n $this->render('reparation/errors');\n }", "function showError(){\n\t\techo json_encode(array(\n\t\t\t\"alert\" => \"error\",\n\t\t\t\"title\" => \"Failed to Create!\",\n\t\t\t\"message\" => \"Course Creation has been Failed\"\n\t\t));\n\t}", "public function err_page()\n {\n $site = new SiteContainer($this->db);\n\n $site->printHeader();\n $site->printNav();\n echo \"An Error has occured and your request could not be completed. Return <a href=\\\"index.php\\\">Home</a>\";\n $site->printFooter();\n }", "public function showError($result = null) {\n if (Configure::read() > 0) {\n if ($this->error) {\n trigger_error('<span style = \"color:Red;text-align:left\"><b>SOAP Error:</b> <pre>' . print_r($this->error) . '</pre></span>', E_USER_WARNING);\n }\n if ($result) {\n e(sprintf(\"<p><b>Result:</b> %s </p>\", $result));\n }\n }\n }", "public function thm_blocksy_validation_error_notice() {\n\t\t\n\t\techo \"<div class='error notice'><p>\".$this->error.\"</p></div>\";\n\n\t}", "function customError($errno, $errstr)\n {\n echo \"<b>Error:</b> [$errno] $errstr\";\n }", "function customError($errno, $errstr)\n {\n echo \"<b>Error:</b> [$errno] $errstr\";\n }", "protected function debug() { \n if ($this->SHOW_ERRORS) { \n echo $this->ERROR_MSG; \n } \n if ($this->LOGGING) { \n if ($this->FILE_HANDLER) { \n fwrite($this->FILE_HANDLER,$this->ERROR_MSG); \n } else { \n return false; \n } \n } \n }", "function fmt_errors($center=false) {\n global $messages, $path_to_root, $go_debug;\n \n $msg_class = array(\n \tE_USER_ERROR => 'err_msg',\n \tE_USER_WARNING =>'warn_msg', \n\tE_USER_NOTICE => 'note_msg');\n\n $type = E_USER_NOTICE;\n $content = '';\n// $class = 'no_msg';\n if (count($messages)) {\n\tforeach($messages as $cnt=>$msg) {\n\t\tif ($go_debug && $msg[0]>E_USER_NOTICE)\n\t\t \t$msg[0] = E_ERROR;\n\n\t\tif ($msg[0]>$type) continue;\n\n\t\tif ($msg[0]<$type) { \n\t\t\tif ($msg[0] == E_USER_WARNING) {\n\t\t\t\t$type = E_USER_WARNING; // user warnings \n\t\t\t\t$content = ''; \t\t\t// clean notices when we have errors\n\t\t\t} else {\n\t\t\t\t$type = E_USER_ERROR; \t// php or user errors \n\t\t\t\tif($type == E_USER_WARNING)\n\t\t\t\t\t$content = ''; \t\t\t// clean other messages\n\t\t\t}\n\t\t}\n\t\t\n\t $str = $msg[1];\n\t\tif (!in_array($msg[0], array(E_USER_NOTICE, E_USER_ERROR, E_USER_WARNING)) && $msg[2] != null)\n\t\t $str .= ' '._('in file').': '.$msg[2].' '._('at line ').$msg[3];\n\n\t\tif ($go_debug>1 && $type!=E_USER_NOTICE && $type!=E_USER_WARNING)\n\t\t $str .= '<br>'.$msg[4];\n\t\t$content .= ($cnt ? '<hr>' : '').$str;\n\t}\n\t$class = $msg_class[$type];\n $content = \"<div class='$class'>$content</div>\";\n } else\n if ($path_to_root=='.')\n\treturn '';\n return $content;\n}", "function tanganiError ($level, $message, $file, $line) {\n echo \"<div style='padding: 2rem; background: rgba(200, 0, 0, 0.5); color: white'>\";\n echo \"<b>Terjadi Error</b>\";\n echo \"<p>[{$level}] {$message} - {$file}:{$line}</p>\";\n echo \"</div>\";\n}", "function show_error ()\n {\n global $errormessage;\n if (!empty ($errormessage))\n {\n echo '\t\n\t\t<table width=\"100%\" border=\"0\" class=\"none\" style=\"clear: both;\" cellpadding=\"4\" cellspacing=\"0\">\n\t\t\t<tr><td class=\"thead\">An error has occcured!</td></tr>\n\t\t\t<tr><td><font color=\"red\"><strong>' . $errormessage . '</strong></font></td></tr>\n\t\t\t</table>\n\t\t<br />';\n }\n\n }", "function Print_Warning($message)\r\n{\r\n print (\"<b>\" . $message . \"</b>\\n<br>\");\r\n}", "public function show_errors($options = array())\n\t{\n\t\t$default = array(\n\t\t\t'open_list' => \\Config::get('validation.open_list', '<ul style=\"list-style-type: none;\">'),\n\t\t\t'close_list' => \\Config::get('validation.close_list', '</ul>'),\n\t\t\t'open_error' => \\Config::get('validation.open_error', '<li>'),\n\t\t\t'close_error' => \\Config::get('validation.close_error', '</li>'),\n\t\t\t'no_errors' => \\Config::get('validation.no_errors', '')\n\t\t);\n\t\t$options = array_merge($default, $options);\n\n\t\tif (empty($this->errors))\n\t\t{\n\t\t\treturn $options['no_errors'];\n\t\t}\n\n\t\t$output = $options['open_list'];\n\t\tforeach($this->errors as $e)\n\t\t{\n\t\t\t$output .= $options['open_error'].$e->get_message().$options['close_error'];\n\t\t}\n\t\t$output .= $options['close_list'];\n\n\t\treturn $output;\n\t}", "public static function showError($msg)\n {\n echo \"<div class='error'><p><strong>$msg</strong></p></div>\\n\";\n }", "function get_errors()\n {\n }", "function showError()\n{\n #Redireccionar al controlador de errores\n $error = new ErrorController();\n $error->index();\n}", "function ShowErr () \n\t{\t\n \t \tif ($this -> CodigoError == 0)\n \t\t{\n \t\t$Salida [\"exito\"] = 1;\n\t\t}else{\n\t\t$Salida [\"exito\"] = 0; \t\t\n\t\t$Salida [\"errorCode\"] = $this -> CodigoError;\n\t\t$Salida [\"errorText\"] = $this -> TextoError;\n \t\t}\n\n\treturn $Salida;\n\t}", "function errors($state = TRUE)\n {\n if($state) {error_reporting(E_ALL);@ini_set('display_errors', 1);}\n else error_reporting(0);\n return error_reporting();\n }" ]
[ "0.7737365", "0.772229", "0.772229", "0.76137996", "0.75079256", "0.7334275", "0.72469276", "0.72212404", "0.6988639", "0.6900124", "0.68694216", "0.68088216", "0.6800063", "0.67903256", "0.67903256", "0.6674271", "0.6671123", "0.6639078", "0.66142815", "0.66142166", "0.6609847", "0.6590057", "0.6565508", "0.65643764", "0.65525836", "0.6537272", "0.6537199", "0.6487913", "0.6487913", "0.6466006", "0.6459093", "0.6453724", "0.6452706", "0.6444538", "0.6426189", "0.6423934", "0.6419467", "0.641798", "0.6391103", "0.63650197", "0.6364024", "0.6349839", "0.6343509", "0.63419706", "0.6310119", "0.630753", "0.63001996", "0.62971234", "0.6293579", "0.62890136", "0.62768537", "0.6273389", "0.6256777", "0.6247342", "0.6227456", "0.62213546", "0.62184733", "0.62166095", "0.62040174", "0.6163467", "0.61248434", "0.6109957", "0.6103251", "0.60926825", "0.6092583", "0.60922354", "0.60890216", "0.6086159", "0.6084566", "0.6079118", "0.6073805", "0.6072397", "0.60718185", "0.60698617", "0.6066742", "0.6032517", "0.6030501", "0.60260564", "0.6020836", "0.601707", "0.60065246", "0.6002594", "0.5992791", "0.5990924", "0.5988388", "0.59871525", "0.5983087", "0.59826386", "0.5972694", "0.5972694", "0.5968258", "0.5966979", "0.59583", "0.59570843", "0.5953941", "0.59487224", "0.59428126", "0.5941533", "0.59316355", "0.5930008", "0.5901706" ]
0.0
-1
for parent variations variations check each price...
function column_price($item){ if ( $item['post_id'] && WPLA_ProductWrapper::hasVariations( $item['post_id'] ) ) { $variations = $this->getProductVariations( $item['post_id'] ); if ( ! is_array($variations) || ! sizeof($variations) ) return ''; $price_min = PHP_INT_MAX; $price_max = 0; foreach ($variations as $var) { $price = $var['price']; if ( $price > $price_max ) $price_max = $price; if ( $price < $price_min ) $price_min = $price; } if ( $price_min == $price_max ) { return $this->number_format( $price_min, 2 ); } else { return $this->number_format( $price_min, 2 ) . ' - ' . $this->number_format( $price_max, 2 ); } } // parent variation // get prices $regular_price = $this->getPriceForItem( $item ); $sale_price = $this->getSalePriceForItem( $item ); $profile = $this->getProfile( $item['profile_id'] ); // check for profile prices (standard_price or price) and run the prices through WPLA_FeedDataBuilder::parseProfileShortcode() // to substitute shortcodes with actual values #20263 if ( !empty( $profile->fields['standard_price'] ) ) { $price = WPLA_FeedDataBuilder::parseProfileShortcode( $profile->fields['standard_price'], $profile->fields['standard_price'], $item, wc_get_product( $item['post_id'] ), $item['post_id'], $profile ); return $this->number_format( $price, 2 ); } elseif ( !empty( $profile->fields['price'] ) ) { $price = WPLA_FeedDataBuilder::parseProfileShortcode( $profile->fields['price'], $profile->fields['price'], $item, wc_get_product( $item['post_id'] ), $item['post_id'], $profile ); return $this->number_format( $price, 2 ); } // no sale price if ( ! $sale_price ) return $this->number_format( $regular_price, 2 ); // show sale price return sprintf('<span style="%1$s">%2$s</span> <br><span style="">%3$s</span>', /*$1%s*/ 'text-decoration: line-through;color:silver', /*$2%s*/ $this->number_format( $regular_price, 2 ), /*$3%s*/ $this->number_format( $sale_price, 2 ) ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function is_on_sale() {\n\t\n\t\tif ( $this->has_child() ) :\n\t\t\n\t\t\t$onsale = false;\n\t\t\t\n\t\t\tforeach ($this->children as $child) :\n\t\t\t\tif ( isset($child->product->data['sale_price']) && $child->product->data['sale_price']==$child->product->price ) :\n\t\t\t\t\treturn true;\n\t\t\t\tendif;\n\t\t\tendforeach;\n\t\t\t\n\t\telse :\n\t\t\n\t\t\tif ( isset($this->data['sale_price']) && $this->data['sale_price']==$this->price ) :\n\t\t\t\treturn true;\n\t\t\tendif;\n\t\t\n\t\tendif;\n\n\t\treturn false;\n\t}", "public function testPriceGroupWithVariants()\n {\n $number = __FUNCTION__;\n $context = $this->getContext();\n\n $data = $this->createPriceGroupProduct($number, $context, true);\n\n $this->helper->createArticle($data);\n\n $listProduct = $this->helper->getListProduct($number, $context, [\n 'useLastGraduationForCheapestPrice' => true,\n ]);\n\n /* @var ListProduct $listProduct */\n static::assertEquals(7, $listProduct->getCheapestPrice()->getCalculatedPrice());\n }", "function display_equalprice_variable_pro( $available_variations, \\WC_Product_Variable $variable, \\WC_Product_Variation $variation ) {\n if ( empty( $available_variations['price_html'] ) ) {\n $available_variations['price_html'] = '<p class=\"price\">' . $variation->get_price_html() . '</p>';\n }\n return $available_variations;\n}", "function fn_look_through_variants($product_id, $amount, $options, $variants)\n{\n\t\n\n\t$position = 0;\n\t$hashes = array();\n\t$combinations = fn_get_options_combinations($options, $variants);\n\n\tif (!empty($combinations)) {\n\t\tforeach ($combinations as $combination) {\n\n\t\t\t$_data = array();\n\t\t\t$_data['product_id'] = $product_id;\n\n\t\t\t$_data['combination_hash'] = fn_generate_cart_id($product_id, array('product_options' => $combination));\n\n\t\t\tif (array_search($_data['combination_hash'], $hashes) === false) {\n\t\t\t\t$hashes[] = $_data['combination_hash'];\n\t\t\t\t$_data['combination'] = fn_get_options_combination($combination);\n\t\t\t\t$_data['position'] = $position++;\n\n\t\t\t\t$old_data = db_get_row(\n\t\t\t\t\t\"SELECT combination_hash, amount, product_code \"\n\t\t\t\t\t. \"FROM ?:product_options_inventory \"\n\t\t\t\t\t. \"WHERE product_id = ?i AND combination_hash = ?i AND temp = 'Y'\", \n\t\t\t\t\t$product_id, $_data['combination_hash']\n\t\t\t\t);\n\n\t\t\t\t$_data['amount'] = isset($old_data['amount']) ? $old_data['amount'] : $amount;\n\t\t\t\t$_data['product_code'] = isset($old_data['product_code']) ? $old_data['product_code'] : '';\n\n\t\t\t\tdb_query(\"REPLACE INTO ?:product_options_inventory ?e\", $_data);\n\t\t\t\t$combinations[] = $combination;\n\t\t\t}\n\t\t\techo str_repeat('. ', count($combination));\n\t\t}\n\t}\n\t\n\t\n\n\treturn $combinations;\n}", "function VariationIsInCart() {\r\n\t\t$variations = $this->owner->Variations();\r\n\t\tif($variations) {\r\n\t\t\tforeach($variations as $variation) {\r\n\t\t\t\tif($variation->OrderItem() && $variation->OrderItem()->Quantity > 0) {\r\n\t\t\t\t\treturn true;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn false;\r\n\t}", "public function hasVariantPrices()\n\t{\n\t\tif ($this->hasVariants() && in_array('price', $this->arrVariantAttributes))\n\t\t{\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}", "public function available_variation( $data, $product, $variation ) {\r\n\r\n\t\t$is_nyp = WC_Name_Your_Price_Helpers::is_nyp( $variation );\r\n\r\n\t\t$nyp_data = array( 'is_nyp' => $is_nyp );\r\n\r\n\t\tif ( $is_nyp ) {\r\n\t\t\t$nyp_data['minimum_price'] = WC_Name_Your_Price_Helpers::get_minimum_price( $variation );\r\n\t\t\t$nyp_data['maximum_price'] = WC_Name_Your_Price_Helpers::get_maximum_price( $variation );\r\n\t\t\t$nyp_data['initial_price'] = WC_Name_Your_Price_Helpers::get_initial_price( $variation );\r\n\t\t\t$nyp_data['price_label'] = WC_Name_Your_Price_Helpers::get_price_input_label_text( $variation );\r\n\t\t\t$nyp_data['posted_price'] = WC_Name_Your_Price_Helpers::get_posted_price( $variation );\r\n\t\t\t$nyp_data['display_price'] = WC_Name_Your_Price_Helpers::get_price_value_attr( $variation );\r\n\t\t\t$nyp_data['display_regular_price'] = $nyp_data['display_price'];\r\n\t\t\t$nyp_data['price_html'] = apply_filters( 'woocommerce_show_variation_price', true, $product, $variation ) ? '<span class=\"price\">' . WC_Name_Your_Price_Helpers::get_suggested_price_html( $variation ) . '</span>' : '';\r\n\t\t\t$nyp_data['minimum_price_html'] = WC_Name_Your_Price_Helpers::get_minimum_price_html( $variation );\r\n\t\t\t$nyp_data['hide_minimum'] = WC_Name_Your_Price_Helpers::is_minimum_hidden( $variation );\r\n\t\t\t$nyp_data['add_to_cart_text'] = $variation->single_add_to_cart_text();\r\n\r\n\t\t}\r\n\r\n\t\treturn array_merge( $data, $nyp_data );\r\n\r\n\t}", "public function testGetPriceChildren()\n {\n $value = Yaml::parseFile(__DIR__.'/../../config/contraints/config.yaml');\n $expectedResult = $value['TicketPrice']['prices']['children'];\n\n $reduced = false;\n $halfday = false;\n $birthdate = new DateTime('2015-01-01');\n\n $ticket = new TicketPrice();\n $result = $ticket->getPrice($birthdate, $reduced, $halfday);\n \n $this->assertEquals($expectedResult, $result);\n }", "function calculatePrice( &$item ) {\r\n\t\r\n\tglobal $db, $site;\r\n\t\r\n\t$resultPrice = $basePrice = $item['price'];\r\n\t\r\n\t$pricing = $db->getAll( 'select * from '. ATTRPRICING_TABLE.\" where product_id='$item[id]' and site_key='$site'\" );\r\n\t\r\n\tforeach ( $pricing as $pidx=>$price ) {\r\n\t\t\r\n\t\t$match = true;\r\n\t\t\r\n\t\tif ( $item['attributes'] )\r\n\t\tforeach( $item['attributes'] as $attr_id=>$attr ) {\r\n\t\t\t\r\n\t\t\t$values = $db->getRow( 'select value1, value2 from '. ATTRPRICEVALUES_TABLE.\" where price_id='$price[id]' and attr_id='$attr_id'\" );\r\n\t\t\t\r\n\t\t\tif ( !$values )\r\n\t\t\t\tcontinue;\r\n\t\t\t\t\r\n\t\t\t$value1 = $values['value1'];\r\n\t\t\t$value2 = $values['value2'];\r\n\t\t\t$value = $attr['value'];\r\n\t\t\r\n\t\t\tswitch( $attr['type'] ) {\r\n\t\t\t\tcase 'number':\r\n/*\t\t\t\t\tif ( strlen( $value1 ) )\r\n\t\t\t\t\t\t$match &= $value >= $value1;\r\n\t\t\t\t\t\t\r\n\t\t\t\t\tif ( strlen( $value2 ) )\r\n\t\t\t\t\t\t$match &= $value <= $value2;\r\n\t\t\t\t\tbreak;\r\n*/\t\t\t\t\t\r\n\t\t\t\tcase 'single-text':\r\n\t\t\t\tcase 'multi-text':\r\n\t\t\t\tcase 'date':\r\n\t\t\t\tdefault:\r\n\t\t\t\t\t$match &= $value == $value1;\r\n\t\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\tif ( $match ) {\r\n\t\t\t$resultPrice = getPriceValue( $price, $basePrice );\r\n\t\t}\r\n\t}\r\n\t\r\n\treturn $resultPrice;\r\n\t\r\n}", "public function getAvailChildProds($parentProdId, $fromDate, $toDate, $extendedDays, $defaultFilterArr,$orderedProdsArr=array(),$selectedFilter = 0)\n {\n// echo $parentProdId.'---'.$extendedDays.'<br />';\n// dd($defaultFilterArr);\n $availableProdsArr = array();\n $getChildProdsArr = $this->getChildProducts($parentProdId);\n\n if (!empty($getChildProdsArr)) {\n /*For handicap*/\n if (empty($defaultFilterArr)) {\n $defaultFilterArr = (!empty(session()->get('defaultFilterArr')) ? session()->get('defaultFilterArr') : Config::get('constants.Default_Filter'));\n }\n /*if($selectedFilter == 60 && $defaultFilterArr[0] == 60){\n $defaultFilterArr[1] = 55;\n $defaultFilterArr[2] = 27;\n $defaultFilterArr[3] = 58;\n $defaultFilterArr[4] = 0;\n }*/\n// $HandicapAttribArr = $this->getProdIDByAttributes($defaultFilterArr[4]);\n\n $FlexAttribArr = $this->getProdIDByAttributes($defaultFilterArr[3]);\n\n $HandAttribArr = $this->getProdIDByAttributes($defaultFilterArr[1]);\n\n $ShaftAttribArr = $this->getProdIDByAttributes($defaultFilterArr[2]);\n\n $GenderAttribArr = $this->getProdIDByAttributes($defaultFilterArr[0]);\n $addedProdArr = array();\n if(count($orderedProdsArr)>0){\n foreach ($orderedProdsArr as $orderedProds){\n array_push($addedProdArr, $orderedProds->product_id);\n }\n }\n// in_array($childArr->id, $HandicapAttribArr)&&\n foreach ($getChildProdsArr as $childArr) {\n if (in_array($childArr->id, $FlexAttribArr) && in_array($childArr->id, $HandAttribArr) && in_array($childArr->id, $ShaftAttribArr) && in_array($childArr->id, $GenderAttribArr) && !in_array($childArr->id, $addedProdArr)) {\n\n $CheckProdArr = $this->checkChildForBooking($childArr->id, $fromDate, $toDate, $extendedDays);\n /*if($parentProdId == '123'){\n echo $childArr->id.' --- '.$fromDate.' ---- '.$toDate.' ---- '.$extendedDays;\n echo '<br />';\n print_r($CheckProdArr);\n echo '<br />';\n }*/\n if (empty($CheckProdArr[0])) {\n $ArrtibSetArr = $this->getProdAttribsByProdId($childArr->id);\n if(count($ArrtibSetArr)>0){\n foreach ($ArrtibSetArr as $attrib){\n if($attrib->attrib_name == 'Handicap'){\n $childArr->handicap = $attrib->value;\n }\n }\n }\n array_push($availableProdsArr, $childArr);\n }\n }\n }\n }\n\n return $availableProdsArr;\n }", "public function testPrices()\n {\n $product_id = 7;\n $variation = PRICE_VARIATION_MIDLANDS;\n $price = 68.21;\n $this->assertDatabaseHas('product_prices', [\n 'price' => $price,\n 'product_id' => $product_id,\n 'variation' => $variation\n ]);\n\n $product_id = 10;\n $variation = PRICE_VARIATION_MIDLANDS;\n $price = 68.21;\n $this->assertDatabaseMissing('product_prices', [\n 'price' => $price,\n 'product_id' => $product_id,\n 'variation' => $variation\n ]);\n\n }", "function order_contains_equal_plates_and_engravings($order) {\n if (!empty($order->commerce_line_items)) {\n $order_wrapper = entity_metadata_wrapper('commerce_order', $order);\n $plates = 0;\n $engravings = 0;\n\n foreach ($order_wrapper->commerce_line_items as $line_item_wrapper) {\n if (!empty($line_item_wrapper->value()->commerce_product) && $line_item_wrapper->commerce_product->value()->type == 'plates') {\n $plates++;\n }\n\n if ($line_item_wrapper->value()->type == 'engraving') {\n $engravings++;\n }\n }\n\n // If there is an equal number\n if (($engravings + $plates == 0) || ($engravings == $plates)) {\n return TRUE;\n }\n }\n\n return FALSE;\n}", "protected function calculatePrices()\n {\n }", "function check_account_products($account, $product)\n{\n $account_data = node_load($account);\n $children = array_keys(taxonomy_get_children($product));\n foreach ($account_data->field_products['und'] as $key => $value) {\n foreach ($value as $product_id => $product_value) {\n if (in_array($product_value, $children)) {\n return TRUE;\n }\n }\n }\n return FALSE;\n}", "public function wc_epo_product_price_rules( $price = array(), $product ) {\n\t\tif ( $this->is_elex_dpd_enabled() ) {\n\t\t\t$check_price = apply_filters( 'wc_epo_discounted_price', NULL, $product, NULL );\n\t\t\tif ( $check_price ) {\n\t\t\t\t$price['product'] = array();\n\t\t\t\tif ( $check_price['is_multiprice'] ) {\n\t\t\t\t\tforeach ( $check_price['rules'] as $variation_id => $variation_rule ) {\n\t\t\t\t\t\tforeach ( $variation_rule as $rulekey => $pricerule ) {\n\t\t\t\t\t\t\t$price['product'][ $variation_id ][] = array(\n\t\t\t\t\t\t\t\t\"min\" => $pricerule[\"min\"],\n\t\t\t\t\t\t\t\t\"max\" => $pricerule[\"max\"],\n\t\t\t\t\t\t\t\t\"value\" => ( $pricerule[\"type\"] != \"percentage\" ) ? apply_filters( 'wc_epo_product_price', $pricerule[\"value\"], \"\", FALSE ) : $pricerule[\"value\"],\n\t\t\t\t\t\t\t\t\"type\" => $pricerule[\"type\"],\n\t\t\t\t\t\t\t\t'conditions' => isset( $pricerule[\"conditions\"] ) ? $pricerule[\"conditions\"] : array(),\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tforeach ( $check_price['rules'] as $rulekey => $pricerule ) {\n\t\t\t\t\t\t$price['product'][0][] = array(\n\t\t\t\t\t\t\t\"min\" => $pricerule[\"min\"],\n\t\t\t\t\t\t\t\"max\" => $pricerule[\"max\"],\n\t\t\t\t\t\t\t\"value\" => ( $pricerule[\"type\"] != \"percentage\" ) ? apply_filters( 'wc_epo_product_price', $pricerule[\"value\"], \"\", FALSE ) : $pricerule[\"value\"],\n\t\t\t\t\t\t\t\"type\" => $pricerule[\"type\"],\n\t\t\t\t\t\t\t'conditions' => isset( $pricerule[\"conditions\"] ) ? $pricerule[\"conditions\"] : array(),\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t$price['price'] = apply_filters( 'woocommerce_tm_epo_price_compatibility', apply_filters( 'wc_epo_product_price', $product->get_price(), \"\", FALSE ), $product );\n\t\t}\n\n\t\treturn $price;\n\t}", "public function isIncludedInPrice();", "public function hasPrice(){\n return $this->_has(5);\n }", "function get_price_html() {\n\t\t$price = '';\n\t\tif ( $this->has_child() ) :\n\t\t\t\n\t\t\t$min_price = '';\n\t\t\t$max_price = '';\n\t\t\t\n\t\t\tforeach ($this->children as $child) :\n\t\t\t\t$child_price = $child->product->get_price();\n\t\t\t\tif ($child_price<$min_price || $min_price == '') $min_price = $child_price;\n\t\t\t\tif ($child_price>$max_price || $max_price == '') $max_price = $child_price;\n\t\t\tendforeach;\n\t\t\t\n\t\t\t$price .= '<span class=\"from\">' . __('From: ', 'woothemes') . '</span>' . woocommerce_price($min_price);\t\t\n\t\telseif ($this->is_type('variable')) :\n\t\t\n\t\t\t$price .= '<span class=\"from\">' . __('From: ', 'woothemes') . '</span>' . woocommerce_price($this->get_price());\t\n\t\t\n\t\telse :\n\t\t\tif ($this->price) :\n\t\t\t\tif ($this->is_on_sale() && isset($this->data['regular_price'])) :\n\t\t\t\t\t$price .= '<del>'.woocommerce_price( $this->data['regular_price'] ).'</del> <ins>'.woocommerce_price($this->get_price()).'</ins>';\n\t\t\t\telse :\n\t\t\t\t\t$price .= woocommerce_price($this->get_price());\n\t\t\t\tendif;\n\t\t\tendif;\n\t\tendif;\n\t\treturn $price;\n\t}", "public function testPriceGroupWithVariantsAndFirstGraduation()\n {\n $number = __FUNCTION__;\n $context = $this->getContext();\n\n $data = $this->createPriceGroupProduct($number, $context, true);\n\n $this->helper->createArticle($data);\n\n $listProduct = $this->helper->getListProduct($number, $context, [\n 'useLastGraduationForCheapestPrice' => false,\n ]);\n\n static::assertEquals(9, $listProduct->getCheapestPrice()->getCalculatedPrice());\n }", "function product_variable_attributes_countries_prices( $loop, $variation_data, $variation ) {\r\n\r\n\t\t\tforeach ( TFLS()->get_regions() as $key => $value ) {\r\n\r\n\t\t\t\t$_placeholder = '';\r\n\t\t\t\t$_description = '';\r\n\r\n\t\t\t\tif ( ! empty( $value['empty_price_method'] ) ) {\r\n\r\n\t\t\t\t\t$_placeholder = __( 'Auto', 'woocommerce-tfls' );\r\n\t\t\t\t\t$_description = '<span class=\"description\">' . __( 'Leave blank to apply the specified exchange rate.', 'woocommerce-tfls' ) . '</span>';\r\n\t\t\t\t}\r\n\r\n\t\t\t\t$_regular_price = wc_format_localized_price( get_post_meta( $variation->ID, '_' . $key . '_variable_price', true ) );\r\n\t\t\t\t$_sale_price = wc_format_localized_price( get_post_meta( $variation->ID, '_' . $key . '_variable_sale_price', true ) );\r\n\r\n\t\t\t\t?>\r\n\r\n\t\t\t\t<div style=\"width:100%; overflow:auto; padding-right:10px;border-top:1px solid #eee;\">\r\n\r\n\t\t\t\t\t<p>\r\n\t\t\t\t\t\t<strong><?php echo __( 'Price for', 'woocommerce-tfls' ) . ' ' . $value['name']; ?></strong>\r\n\t\t\t\t\t</p>\r\n\r\n\t\t\t\t\t<p class=\"form-row form-row-first\">\r\n\t\t\t\t\t\t<label><?php echo __( 'Regular Price:', 'woocommerce' ) . ' (' . get_woocommerce_currency_symbol( $value['currency'] ) . ')'; ?></label>\r\n\t\t\t\t\t\t<input type=\"text\" size=\"5\" id=\"<?php echo '_' . $key . '_variable_price_' . $loop; ?>\"\r\n\t\t\t\t\t\t name=\"<?php echo '_' . $key . '_variable_price[' . $loop . ']'; ?>\"\r\n\t\t\t\t\t\t value=\"<?php if ( isset( $_regular_price ) ) {\r\n\t\t\t\t\t\t\t echo esc_attr( $_regular_price );\r\n\t\t\t\t\t\t } ?>\" class=\"wc_input_price\"\r\n\t\t\t\t\t\t placeholder=\"<?php echo $_placeholder; ?>\"/><?php echo $_description; ?>\r\n\t\t\t\t\t</p>\r\n\r\n\t\t\t\t\t<p class=\"form-row form-row-last\">\r\n\t\t\t\t\t\t<label><?php echo __( 'Sale Price:', 'woocommerce' ) . ' (' . get_woocommerce_currency_symbol( $value['currency'] ) . ')'; ?></label>\r\n\t\t\t\t\t\t<input type=\"text\" size=\"5\" id=\"<?php echo '_' . $key . '_variable_sale_price_' . $loop; ?>\"\r\n\t\t\t\t\t\t name=\"<?php echo '_' . $key . '_variable_sale_price[' . $loop . ']'; ?>\"\r\n\t\t\t\t\t\t value=\"<?php if ( isset( $_sale_price ) ) {\r\n\t\t\t\t\t\t\t echo esc_attr( $_sale_price );\r\n\t\t\t\t\t\t } ?>\" class=\"wc_input_price TFLS_sale_price\"/>\r\n\t\t\t\t\t</p>\r\n\r\n\t\t\t\t</div>\r\n\r\n\t\t\t<?php\r\n\r\n\t\t\t}\r\n\t\t}", "function tep_get_products_special_price($product_id) {\n\t$product_query = tep_db_query(\"select products_price, products_model from \" . TABLE_PRODUCTS . \" where products_id = '\" . (int)$product_id . \"'\");\n\tif (tep_db_num_rows($product_query)) {\n\t\t$product = tep_db_fetch_array($product_query);\n\t\t$product_price = $product['products_price'];\n\t} else {\n\t\treturn false;\n\t}\n\t// Eversun mod for sppc and qty price breaks\n\t// $specials_query = tep_db_query(\"select specials_new_products_price from \" . TABLE_SPECIALS . \" where products_id = '\" . $product_id . \"' and status\");\n\tglobal $sppc_customer_group_id;\n\tif(!tep_session_is_registered('sppc_customer_group_id')) {\n\t\t$customer_group_id = '0';\n\t} else {\n\t\t$customer_group_id = $sppc_customer_group_id;\n\t}\n\t$specials_query = tep_db_query(\"select specials_new_products_price from \" . TABLE_SPECIALS . \" where products_id = '\" . (int)$product_id . \"' and status and customers_group_id = '\" . (int)$customer_group_id . \"'\");\n\t// Eversun mod for sppc and qty price breaks\n\tif (tep_db_num_rows($specials_query)) {\n\t\t$special = tep_db_fetch_array($specials_query);\n\t\t$special_price = $special['specials_new_products_price'];\n\t} else {\n\t\t$special_price = false;\n\t}\n\tif(substr($product['products_model'], 0, 4) == 'GIFT') { //Never apply a salededuction to Ian Wilson's Giftvouchers\n\t\treturn $special_price;\n\t}\n\n\t$product_to_categories_query = tep_db_query(\"select categories_id from \" . TABLE_PRODUCTS_TO_CATEGORIES . \" where products_id = '\" . (int)$product_id . \"'\");\n\t$product_to_categories = tep_db_fetch_array($product_to_categories_query);\n\t$category = $product_to_categories['categories_id'];\n\t\n\t$sale_query = tep_db_query(\"select sale_specials_condition, sale_deduction_value, sale_deduction_type from \" . TABLE_SALEMAKER_SALES . \" where sale_categories_all like '%,\" . $category . \",%' and sale_status = '1' and (sale_date_start <= now() or sale_date_start = '0000-00-00') and (sale_date_end >= now() or sale_date_end = '0000-00-00') and (sale_pricerange_from <= '\" . $product_price . \"' or sale_pricerange_from = '0') and (sale_pricerange_to >= '\" . $product_price . \"' or sale_pricerange_to = '0')\");\n\tif (tep_db_num_rows($sale_query)) {\n\t\t$sale = tep_db_fetch_array($sale_query);\n\t} else {\n\t\treturn $special_price;\n\t}\n\n\t\tif (!$special_price) {\n\t\t\t$tmp_special_price = $product_price;\n\t\t} else {\n\t\t\t$tmp_special_price = $special_price;\n\t\t}\n\n\t\tswitch ($sale['sale_deduction_type']) {\n\t\t\tcase 0:\n\t\t\t\t$sale_product_price = $product_price - $sale['sale_deduction_value'];\n\t\t\t\t$sale_special_price = $tmp_special_price - $sale['sale_deduction_value'];\n\t\t\t\tbreak;\n\t\t\tcase 1:\n\t\t\t\t$sale_product_price = $product_price - (($product_price * $sale['sale_deduction_value']) / 100);\n\t\t\t\t$sale_special_price = $tmp_special_price - (($tmp_special_price * $sale['sale_deduction_value']) / 100);\n\t\t\t\tbreak;\n\t\t\tcase 2:\n\t\t\t\t$sale_product_price = $sale['sale_deduction_value'];\n\t\t\t\t$sale_special_price = $sale['sale_deduction_value'];\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\treturn $special_price;\n\t\t}\n\n\t\tif ($sale_product_price < 0) {\n\t\t\t$sale_product_price = 0;\n\t\t}\n\t\t\n\t\tif ($sale_special_price < 0) {\n\t\t\t$sale_special_price = 0;\n\t\t}\n\t\t\n\t\tif (!$special_price) {\n\t\t\treturn number_format($sale_product_price, 4, '.', '');\n\t\t} else {\n\t\t\tswitch($sale['sale_specials_condition']){\n\t\t\t\tcase 0:\n\t\t\t\t\treturn number_format($sale_product_price, 4, '.', '');\n\t\t\t\t\tbreak;\n\t\t\t\tcase 1:\n\t\t\t\t\treturn number_format($special_price, 4, '.', '');\n\t\t\t\t\tbreak;\n\t\t\t\tcase 2:\n\t\t\t\t\treturn number_format($sale_special_price, 4, '.', '');\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\treturn number_format($special_price, 4, '.', '');\n\t\t\t}\n\t\t}\n}", "public function computePriceProvider(){\n\n /*Price once a child is < 4 years full day 0€*/\n yield [Booking::TYPE_DAY, '2019-01-01' , false, 0];\n /*Price once a child is < 4 years full day \"reduce\" 0€*/\n yield [Booking::TYPE_DAY, '2019-01-01', true, 0];\n /*Price once a child is < 4 years half day 0€*/\n yield [Booking::TYPE_HALF_DAY, '2019-01-01', false, 0];\n /*Price once a child is < 4 years half day \"reduce\" 0€*/\n yield [Booking::TYPE_HALF_DAY, '2019-01-01', true, 0];\n\n\n /*Price once a child is 4 - 12 years full day 8€*/\n yield [Booking::TYPE_DAY, '2014-01-01', false, 8];\n /*Price once a child is 4 - 12 years full day \"reduce\" 8€*/\n yield [Booking::TYPE_DAY, '2014-01-01', true, 8];\n /*Price once a child is 4 - 12 years half day 4€*/\n yield [Booking::TYPE_HALF_DAY, '2014-01-01', false, 4];\n /*Price once a child is 4 - 12 years half day \"reduce\" 4€*/\n yield [Booking::TYPE_HALF_DAY, '2014-01-01', true, 4];\n\n\n /*Price normal full day 16€*/\n yield [Booking::TYPE_DAY, '1980-01-01', false, 16];\n /*Price normal full day \"reduce\" 10€*/\n yield [Booking::TYPE_DAY, '1980-01-01', true, 10];\n /*Price normal half day 8€*/\n yield [Booking::TYPE_HALF_DAY, '1980-01-01', false, 8];\n /*Price normal half day \"reduce\" 5€*/\n yield [Booking::TYPE_HALF_DAY, '1980-01-01', true, 5];\n\n\n /*Price senior >60 years full day 12€*/\n yield [Booking::TYPE_DAY, '1955-01-01', false, 12];\n /*Price senior >60 years full day \"reduce\" 10€*/\n yield [Booking::TYPE_DAY, '1955-01-01', true, 10];\n /*Price senior >60 years half day 6€*/\n yield [Booking::TYPE_HALF_DAY, '1955-01-01', false, 6];\n /*Price senior >60 years half day \"reduce\" 5€*/\n yield [Booking::TYPE_HALF_DAY, '1955-01-01', true, 5];\n\n }", "function get_variant_options($id_product, $variant_options=array())\n{\n\tglobal $mysqli, $id_cart_discount;\n\t\n\t$output='';\n\t\n\t$groups=get_variant_groups($id_product);\n\t\n\t// build sql \n\t// get all groups for this product\n\tif (sizeof($groups)) {\t\t\n\t\tend($groups); \n\t\t$id_product_variant_group = key($groups); \n\t\n\t\tif (isset($variant_options[$id_product_variant_group]) && $variant_options[$id_product_variant_group]) return false;\n\t\n\t\t$joins = array();\t\n\t\t$where = array();\t\t\n\t\t$group_by = array();\t\n\t\t\n\t\t$i=1;\n\t\tforeach ($groups as $id_product_variant_group => $row_group) {\t\n\t\t\t$where_str = array();\n\t\t\t\n\t\t\t$joins[] = 'INNER JOIN\n\t\t\t(product_variant_option AS pvo'.$i.' CROSS JOIN product_variant_group_option AS pvgo'.$i.' CROSS JOIN product_variant_group_option_description AS pvo'.$i.'_desc)\n\t\t\tON\n\t\t\t(product_variant.id = pvo'.$i.'.id_product_variant AND pvo'.$i.'.id_product_variant_group_option = pvgo'.$i.'.id AND pvgo'.$i.'.id = pvo'.$i.'_desc.id_product_variant_group_option AND pvo'.$i.'_desc.language_code = \"'.$mysqli->escape_string($_SESSION['customer']['language']).'\")';\n\t\t\n\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group = \"'.$mysqli->escape_string($id_product_variant_group).'\"';\n\t\t\t\n\t\t\t$stop=0;\n\t\t\tif (isset($variant_options[$id_product_variant_group]) && $variant_options[$id_product_variant_group]) {\n\t\t\t\t$id_product_variant_group_option = $variant_options[$id_product_variant_group];\n\t\t\t\t\n\t\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group_option = \"'.$mysqli->escape_string($id_product_variant_group_option).'\"';\n\t\t\t} else { \n\t\t\t\t$stop=1;\n\t\t\t}\n\t\t\t\n\t\t\tif ($id_cart_discount) {\n\t\t\t\t$joins[] = 'LEFT JOIN\n\t\t\t\t(rebate_coupon_product AS rcp'.$i.' CROSS JOIN rebate_coupon AS rcpr'.$i.' CROSS JOIN cart_discount AS rcd'.$i.') \n\t\t\t\tON\n\t\t\t\t(product_variant.id_product = rcp'.$i.'.id_product AND rcp'.$i.'.id_rebate_coupon = rcpr'.$i.'.id ANd rcpr'.$i.'.id = rcd'.$i.'.id_rebate_coupon AND rcd'.$i.'.id = \"'.$mysqli->escape_string($id_cart_discount).'\")';\n\t\t\t\t\n\t\t\t\t$joins[] = 'LEFT JOIN\n\t\t\t\t(product_category AS pc'.$i.' CROSS JOIN rebate_coupon_category AS rcc'.$i.' CROSS JOIN rebate_coupon AS rccr'.$i.' CROSS JOIN cart_discount AS rccd'.$i.') \n\t\t\t\tON\n\t\t\t\t(product_variant.id_product = pc'.$i.'.id_product AND pc'.$i.'.id_category = rcc'.$i.'.id_category AND rcc'.$i.'.id_rebate_coupon = rccr'.$i.'.id ANd rccr'.$i.'.id = rcd'.$i.'.id_rebate_coupon AND rcd'.$i.'.id = \"'.$mysqli->escape_string($id_cart_discount).'\")';\n\t\t\t\t\n\t\t\t\t$where_str[] = '(rcp'.$i.'.id_rebate_coupon IS NOT NULL OR rcc'.$i.'.id_rebate_coupon IS NOT NULL)';\n\t\t\t}\t\t\t\n\t\t\t\n\t\t\t$select = 'pvo'.$i.'.id_product_variant_group_option,\n\t\t\tpvo'.$i.'.id_product_variant_group,\n\t\t\tpvo'.$i.'_desc.name,\n\t\t\tpvgo'.$i.'.swatch_type,\n\t\t\tpvgo'.$i.'.color,\n\t\t\tpvgo'.$i.'.color2,\n\t\t\tpvgo'.$i.'.color3,\n\t\t\tpvgo'.$i.'.filename';\n\t\t\t\n\t\t\t$where[] = implode(' AND ',$where_str);\n\t\t\t\n\t\t\t$group_by[] = 'pvo'.$i.'.id_product_variant_group_option';\n\t\t\t\n\t\t\t$order_by = 'pvgo'.$i.'.sort_order ASC';\n\t\t\t\n\t\t\t$i++;\n\t\t\t\n\t\t\tif ($stop) break;\n\t\t}\n\t\t\n\t\t$joins = implode(\"\\r\\n\",$joins);\n\t\t$where = implode(' AND ',$where);\n\t\t$group_by = implode(',',$group_by);\n\t\t\t\t\t\n\t\tif ($result_options = $mysqli->query('SELECT\n\t\t'.$select.'\n\t\tFROM\t\t\n\t\tproduct_variant\n\t\t\n\t\t'.$joins.'\n\t\t\n\t\tWHERE\n\t\tproduct_variant.active = 1 \n\t\tAND\n\t\tproduct_variant.id_product = \"'.$mysqli->escape_string($id_product).'\"\n\t\tAND\n\t\t'.$where.'\n\t\tGROUP BY '.\n\t\t$group_by.'\n\t\tORDER BY '.\n\t\t$order_by)) {\t\t\t\n\t\t\tif ($result_options->num_rows) {\n\t\t\t\t$input_type = $groups[$id_product_variant_group]['input_type'];\n\t\n\t\t\t\t$output .= '<div style=\"margin-top:10px; margin-bottom:10px;\" id=\"variant_group_'.$id_product_variant_group.'\">\n\t\t\t\t<div style=\"margin-bottom:5px;\"><strong>'.$groups[$id_product_variant_group]['name'].'</strong></div>';\n\t\n\t\t\t\tif (!$input_type) {\n\t\t\t\t\t$output .= '<select name=\"variant_options['.$id_product_variant_group.']\">\n\t\t\t\t\t<option value=\"0\">--</option>';\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$i=0;\n\t\t\t\twhile ($row_option = $result_options->fetch_assoc()) {\n\t\t\t\t\t$id_product_variant_group_option = $row_option['id_product_variant_group_option'];\n\t\t\t\t\t\n\t\t\t\t\tswitch ($input_type) {\n\t\t\t\t\t\t// dropdown\n\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t$output .= '<option value=\"'.$id_product_variant_group_option.'\">'.$row_option['name'].'</option>';\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t// radio\n\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t$output .= '<div><input type=\"radio\" name=\"variant_options['.$id_product_variant_group.']\" id=\"product_variant_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" value=\"'.$id_product_variant_group_option.'\">&nbsp;<label for=\"product_variant_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\">'.$row_option['name'].'</label></div>';\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t// swatch\n\t\t\t\t\t\tcase 2:\n\t\t\t\t\t\t\t$swatch_type = $row_option['swatch_type'];\n\t\t\t\t\t\t\t$color = $row_option['color'];\n\t\t\t\t\t\t\t$color2 = $row_option['color2'];\n\t\t\t\t\t\t\t$color3 = $row_option['color3'];\n\t\t\t\t\t\t\t$filename = $row_option['filename'];\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif ($i==8) { $output .= '<div class=\"cb\"></div>'; $i=0; }\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tswitch ($swatch_type) {\n\t\t\t\t\t\t\t\t// 1 color\n\t\t\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border\"><input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" /><div class=\"variant_color_inner_border\"><div style=\"background-color: '.$color.';\" class=\"variant_color\"></div></div></a>';\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t// 2 color\n\t\t\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" />\n\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:10px; height:20px; background-color: '.$color.';\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:10px; height:20px; background-color: '.$color2.';\"></div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"cb\"></div>\n\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t// 3 color\n\t\t\t\t\t\t\t\tcase 2:\n\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" />\t\n\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:7px; height:20px; background-color: '.$color.';\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:6px; height:20px; background-color: '.$color2.';\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:7px; height:20px; background-color: '.$color3.';\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"cb\"></div>\n\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t// file\n\t\t\t\t\t\t\t\tcase 3:\n\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" />\t\n\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\t\t\n\t\t\t\t\t\t\t\t\t<img src=\"/images/products/swatch/'.$filename.'\" width=\"20\" height=\"20\" border=\"0\" hspace=\"0\" vspace=\"0\" />\n\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\t\t\t\t\n\t\t\n\t\t\t\t\t\t\t++$i;\t\t\t\t\t\n\t\t\t\t\t\t\tbreak;\t\n\t\t\t\t\t}\t\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tswitch ($input_type) {\n\t\t\t\t\t// dropdown\n\t\t\t\t\tcase 0:\n\t\t\t\t\t\t$output .= '</select>\n\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\t\t/* <![CDATA[ */\n\t\n\t\n\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\tjQuery(\"select[name=\\'variant_options['.$id_product_variant_group.']\\']\").change(function(){\n\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(this).val());\n\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\t\n\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t</script>';\t\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t// radio\n\t\t\t\t\tcase 1:\n\t\t\t\t\t\t$output .= '<script type=\"text/javascript\">\n\t\t\t\t\t\t/* <![CDATA[ */\n\t\n\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\tjQuery(\"input[name=\\'variant_options['.$id_product_variant_group.']\\']\").change(function(){\n\t\n\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(this).val());\n\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t</script>';\t\t\t\t\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t// swatch\n\t\t\t\t\tcase 2:\t\t\t\t\n\t\t\t\t\t\t$output .= '<script type=\"text/javascript\">\n\t\t\t\t\t\t/* <![CDATA[ */\n\t\n\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\tjQuery(\"a.variant_color_outer_border\").click(function(){\n\t\t\t\t\t\t\t\tif (!jQuery(\"input[id^=\\'variant_color_\\']:checked\",this).length) { \n\t\t\t\t\t\t\t\t\tjQuery(\"input[id^=\\'variant_color_\\']\",this).attr(\"checked\",true);\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tjQuery(\"a.variant_color_outer_border\").removeClass(\"selected\");\n\t\t\t\t\t\t\t\t\tjQuery(this).addClass(\"selected\");\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(\"input[id^=\\'variant_color_\\']\",this).val());\n\t\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t</script>';\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$output .= '<div class=\"cb\"></div></div>';\n\t\t\t} else {\n\t\t\t\t$output .= 'No options found.';\n\t\t\t}\n\t\t} else {\n\t\t\tthrow new Exception('An error occured while trying to get variant group options.'.\"\\r\\n\\r\\n\".$mysqli->error);\t\t\n\t\t}\n\t}\n\t\n\treturn $output;\n}", "public function testVoucherOfParent()\n {\n $foundProduct = new ProductEntity();\n $foundProduct->setId('ID-123');\n $foundProduct->setParentId('PARENT-123');\n\n $foundParentProduct = new ProductEntity();\n $foundParentProduct->setId('ID-456');\n $foundParentProduct->setCustomFields([\n 'mollie_payments_product_voucher_type' => VoucherType::TYPE_GIFT,\n ]);\n\n\n $fakeRepoProducts = new FakeProductRepository($foundParentProduct, $foundProduct);\n\n $item = $this->buildProductLineItem('10001');\n\n $vouchers = new VoucherService($fakeRepoProducts, new NullLogger());\n $voucherType = $vouchers->getFinalVoucherType($item, $this->salesChannelContext);\n\n $this->assertEquals(VoucherType::TYPE_GIFT, $voucherType);\n }", "public function hasPrice(){\n return $this->_has(12);\n }", "function es_product_bulk_price($price, $quantity, $sku) {\n\t/*\n\t* PUB41 - Your child’s first year at school Bulk discount\n\t* For orders of x >= 20 $12.95, x >= 50 $9.90\n\t*/\n\tif ($sku == 'PUB41') {\n\t\tif ($quantity >= 20 AND $quantity < 50) {\n\t\t\t$price = 12.95;\n\t\t}\n\t\telseif ($quantity >= 50) {\n\t\t\t$price = 9.95;\n\t\t}\n\t}\n\telseif($sku == 'SUND507') {\n\t\tif ($quantity >= 3)\n\t\t\t$price = 10.95;\n\t}\n\telseif($sku == 'SUND621') {\n\t\tif ($quantity >= 3)\n\t\t\t$price = 16.95;\n\t}\n\telseif($sku == 'SUND620') {\n\t\tif ($quantity >= 5)\n\t\t\t$price = 14.95;\n\t}\n\t\n\treturn $price;\n}", "private function _validatePrice()\n\t{\n\t\tstatic $result = null;\n\n\t\tif(is_null($result))\n\t\t{\n\n\t\t\t$state = $this->getStateVariables();\n\n\t\t\t// Get the default price value\n\t\t\t$level = FOFModel::getTmpInstance('Levels', 'AkeebasubsModel')\n\t\t\t\t->setId($state->id)\n\t\t\t\t->getItem();\n\t\t\t$netPrice = (float)$level->price;\n\n\t\t\t// Net price modifiers (via plugins)\n\t\t\t$price_modifier = 0;\n\t\t\tJLoader::import('joomla.plugin.helper');\n\t\t\tJPluginHelper::importPlugin('akeebasubs');\n\t\t\t$app = JFactory::getApplication();\n\t\t\t$jResponse = $app->triggerEvent('onValidateSubscriptionPrice', array($state));\n\t\t\tif(is_array($jResponse) && !empty($jResponse)) {\n\t\t\t\tforeach($jResponse as $pluginResponse) {\n\t\t\t\t\tif(empty($pluginResponse)) continue;\n\t\t\t\t\t$price_modifier += $pluginResponse;\n\t\t\t\t}\n\t\t\t}\n\t\t\t$netPrice += $price_modifier;\n\n\t\t\t// Coupon discount\n\t\t\t$couponDiscount = 0;\n\t\t\t$validCoupon = $this->_validateCoupon(false);\n\n\t\t\t$couponDiscount = 0;\n\t\t\tif($validCoupon) {\n\t\t\t\t$coupon = FOFModel::getTmpInstance('Coupons','AkeebasubsModel')\n\t\t\t\t\t->coupon(strtoupper($state->coupon))\n\t\t\t\t\t->getFirstItem();\n\n\t\t\t\t$this->_coupon_id = $coupon->akeebasubs_coupon_id;\n\n\t\t\t\tswitch($coupon->type) {\n\t\t\t\t\tcase 'value':\n\t\t\t\t\t\t$couponDiscount = (float)$coupon->value;\n\t\t\t\t\t\tif($couponDiscount > $netPrice) $couponDiscount = $netPrice;\n\t\t\t\t\t\tif($couponDiscount <= 0) $couponDiscount = 0;\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase 'percent':\n\t\t\t\t\t\t$percent = (float)$coupon->value / 100.0;\n\t\t\t\t\t\tif( $percent <= 0 ) $percent = 0;\n\t\t\t\t\t\tif( $percent > 1 ) $percent = 1;\n\t\t\t\t\t\t$couponDiscount = $percent * $netPrice;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t$this->_coupon_id = null;\n\t\t\t}\n\n\t\t\t// Upgrades (auto-rule) validation\n\t\t\t$autoDiscount = 0;\n\t\t\t$discountStructure = $this->_getAutoDiscount();\n\t\t\t$autoDiscount = $discountStructure['discount'];\n\n\t\t\t// Should I use the coupon code or the automatic discount?\n\t\t\t$useCoupon = false;\n\t\t\t$useAuto = false;\n\t\t\tif($validCoupon) {\n\t\t\t\tif($autoDiscount > $couponDiscount) {\n\t\t\t\t\t$discount = $autoDiscount;\n\t\t\t\t\t$useAuto = true;\n\t\t\t\t\t$this->_coupon_id = null;\n\t\t\t\t} else {\n\t\t\t\t\t$discount = $couponDiscount;\n\t\t\t\t\t$useCoupon = true;\n\t\t\t\t\t$this->_upgrade_id = null;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t$this->_coupon_id = null;\n\t\t\t\t$discount = $autoDiscount;\n\t\t\t\t$useAuto = true;\n\t\t\t}\n\n\t\t\t$discount = $useCoupon ? $couponDiscount : $autoDiscount;\n\t\t\t$couponid = is_null($this->_coupon_id) ? 0 : $this->_coupon_id;\n\t\t\t$upgradeid = is_null($this->_upgrade_id) ? 0 : $this->_upgrade_id;\n\n\t\t\t// If we are not using the automatic discount, make sure the oldsub\n\t\t\t// and expiration fields are reset\n\t\t\t// -- NO! Subscription level relations must not be bound to the\n\t\t\t// discount.\n\t\t\t/**\n\t\t\tif (!$useAuto)\n\t\t\t{\n\t\t\t\t$discountStructure['oldsub'] = null;\n\t\t\t\t$discountStructure['expiration'] = 'overlap';\n\t\t\t}\n\t\t\t/**/\n\n\t\t\t// Get the applicable tax rule\n\t\t\t$taxRule = $this->_getTaxRule();\n\n\t\t\t// Calculate the base price minimising rounding errors\n\t\t\t$basePrice = 0.01 * (100*$netPrice - 100*$discount);\n\t\t\tif ($basePrice < 0.01)\n\t\t\t{\n\t\t\t\t$basePrice = 0;\n\t\t\t}\n\t\t\t// Calculate the tax amount minimising rounding errors\n\t\t\t$taxAmount = 0.01 * ($taxRule->taxrate * $basePrice);\n\t\t\t// Calculate the gross amount minimising rounding errors\n\t\t\t$grossAmount = 0.01 * (100*$basePrice + 100*$taxAmount);\n\n\t\t\t$result = (object)array(\n\t\t\t\t'net'\t\t=> sprintf('%1.02F',$netPrice),\n\t\t\t\t'discount'\t=> sprintf('%1.02F',$discount),\n\t\t\t\t'taxrate'\t=> sprintf('%1.02F',(float)$taxRule->taxrate),\n\t\t\t\t'tax'\t\t=> sprintf('%1.02F',$taxAmount),\n\t\t\t\t//'gross'\t\t=> sprintf('%1.02F',$grossAmount),\n\t\t\t\t'gross'\t\t=> sprintf('%1.02F', round($grossAmount, 2)),\n\t\t\t\t'usecoupon'\t=> $useCoupon ? 1 : 0,\n\t\t\t\t'useauto'\t=> $useAuto ? 1 : 0,\n\t\t\t\t'couponid'\t=> $couponid,\n\t\t\t\t'upgradeid'\t=> $upgradeid,\n\t\t\t\t'oldsub'\t=> $discountStructure['oldsub'],\n\t\t\t\t'allsubs'\t=> $discountStructure['allsubs'],\n\t\t\t\t'expiration'=> $discountStructure['expiration'],\n\t\t\t);\n\t\t}\n\n\t\treturn $result;\n\t}", "function advancedPrice($data) {\n \tif(Configure::read('App.bidButlerType') == 'advanced') {\n \t\t$auction = $this->Auction->find('first', array('conditions' => array('Auction.id' => $this->data['Bidbutler']['auction_id']), 'contain' => '', 'fields' => array('Auction.price','Auction.reverse')));\n \t\tif ($auction['Auction']['reverse']) {\n \t\t\treturn true;\n \t\t} else {\n\t\t\t\tif($data['minimum_price'] - $auction['Auction']['price'] < 0.01) {\n\t\t\t\t\treturn false;\n\t\t\t\t} else {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n \t} else {\n \t\treturn true;\n \t}\n }", "public function check_product_items(){\n\t\t$arr = $this->arr_product_items;\n\t\t//taxper\n\t\tif(isset($arr['taxper']))\n\t\t\t$this->arr_product_items['taxper'] = (float)$arr['taxper'];\n\t\telse\n\t\t\t$this->arr_product_items['taxper'] = 0;\n\t\t//sizew_unit\n\t\tif(!isset($arr['sizew_unit']) || $arr['sizew_unit']=='')\n\t\t\t$this->arr_product_items['sizew_unit'] = 'in';\n\t\t//sizeh_unit\n\t\tif(!isset($arr['sizeh_unit']) || $arr['sizeh_unit']=='')\n\t\t\t$this->arr_product_items['sizeh_unit'] = 'in';\n\t\t//sizew\n\t\tif(isset($arr['sizew']))\n\t\t\t$this->arr_product_items['sizew'] = (float)$arr['sizew'];\n\t\telse\n\t\t\t$this->arr_product_items['sizew'] = 0;\n\t\t//sizeh\n\t\tif(isset($arr['sizeh']))\n\t\t\t$this->arr_product_items['sizeh'] = (float)$arr['sizeh'];\n\t\telse\n\t\t\t$this->arr_product_items['sizeh'] = 0;\n\t\t//quantity\n\t\tif(isset($arr['quantity']))\n\t\t\t$this->arr_product_items['quantity'] = (float)$arr['quantity'];\n\t\telse\n\t\t\t$this->arr_product_items['quantity'] = 0;\n\n\t\t//adj_qty\n\t\t$this->arr_product_items['adj_qty'] = 0;\n\n\t\t//oum\n\t\tif(!isset($arr['oum']))\n\t\t\t$this->arr_product_items['oum'] = 'unit';\n\n\t\t//oum_depend\n\t\tif(!isset($arr['oum_depend']))\n\t\t\t$this->arr_product_items['oum_depend'] = 'unit';\n\t\tif(isset($arr['oum_depend']) && $arr['oum_depend']=='Sq. ft.')\n\t\t\t$this->arr_product_items['oum_depend'] = 'Sq.ft.';\n\n\t\t//sell_price\n\t\tif(isset($arr['sell_price']))\n\t\t\t$this->arr_product_items['sell_price'] = (float)$arr['sell_price'];\n\t\telse\n\t\t\t$this->arr_product_items['sell_price'] = 0;\n\n\t\t//plus_sell_price\n\t\tif(isset($arr['plus_sell_price']))\n\t\t\t$this->arr_product_items['plus_sell_price'] = (float)$arr['plus_sell_price'];\n\t\telse\n\t\t\t$this->arr_product_items['plus_sell_price'] = 0;\n\n\t\t//plus_price\n\t\tif(isset($arr['plus_unit_price']))\n\t\t\t$this->arr_product_items['plus_unit_price'] = (float)$arr['plus_unit_price'];\n\t\telse\n\t\t\t$this->arr_product_items['plus_unit_price'] = 0;\n\n\t\t//reset unit_price\n\t\t\t$this->arr_product_items['unit_price'] = 0;\n\t\t//reset sub_total\n\t\t\t$this->arr_product_items['sub_total'] = 0;\n\t\t//reset tax\n\t\t\t$this->arr_product_items['tax'] = 0;\n\t\t//reset amount\n\t\t\t$this->arr_product_items['amount'] = 0;\n\n\t}", "private function comparePrices()\n {\n $grandTotal = $this->quote->getGrandTotal();\n if ($this->pmtOrder->getShoppingCart()->getTotalAmount() != intval(strval(100 * $grandTotal))) {\n throw new \\Exception(self::VA_ERR_MSG);\n }\n }", "public function get_prices()\n\t{\n\t\t$product_price_old = 0;\n\t\t$product_price_sale = 0;\n\t\t$price = 0;\n\t\t$eco = 0;\n\t\t$taxes = 0;\n\t\t$dataoc = isset($this->request->post['dataoc']) ? $this->request->post['dataoc'] : '';\n\n\t\tif (!empty($dataoc)) {\n\t\t\t$dataoc = str_replace('&quot;', '\"', $dataoc);\n\t\t\t$json = @json_decode($dataoc, true);\n\t\t\t$product_quantity = isset($json['quantity']) ? $json['quantity'] : 0;\n\t\t\t$product_id_oc = isset($json['product_id_oc']) ? $json['product_id_oc'] : 0;\n\t\t\tif ($product_id_oc == 0) $product_id_oc = isset($json['_product_id_oc']) ? $json['_product_id_oc'] : 0;\n\n\t\t\t// get options\n\t\t\t$options = isset($json['option_oc']) ? $json['option_oc'] : array();\n\t\t\tforeach ($options as $key => $value) {\n\t\t\t\tif ($value == null || empty($value)) unset($options[$key]);\n\t\t\t}\n\n\t\t\t// get all options of product\n\t\t\t$options_temp = $this->get_options_oc($product_id_oc);\n\n\t\t\t// Calc price for ajax\n\t\t\tforeach ($options_temp as $value) {\n\t\t\t\tforeach ($options as $k => $option_val) {\n\t\t\t\t\tif ($k == $value['product_option_id']) {\n\t\t\t\t\t\tif ($value['type'] == 'checkbox' && is_array($option_val) && count($option_val) > 0) {\n\t\t\t\t\t\t\tforeach ($option_val as $val) {\n\t\t\t\t\t\t\t\tforeach ($value['product_option_value'] as $op) {\n\t\t\t\t\t\t\t\t\t// calc price\n\t\t\t\t\t\t\t\t\tif ($val == $op['product_option_value_id']) {\n\t\t\t\t\t\t\t\t\t\tif ($op['price_prefix'] == $this->minus) $price -= isset($op['price_no_tax']) ? $op['price_no_tax'] : 0;\n\t\t\t\t\t\t\t\t\t\telse $price += isset($op['price_no_tax']) ? $op['price_no_tax'] : 0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} elseif ($value['type'] == 'radio' || $value['type'] == 'select') {\n\t\t\t\t\t\t\tforeach ($value['product_option_value'] as $op) {\n\t\t\t\t\t\t\t\tif ($option_val == $op['product_option_value_id']) {\n\t\t\t\t\t\t\t\t\tif ($op['price_prefix'] == $this->minus) $price -= isset($op['price_no_tax']) ? $op['price_no_tax'] : 0;\n\t\t\t\t\t\t\t\t\telse $price += isset($op['price_no_tax']) ? $op['price_no_tax'] : 0;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\t// the others have not price, so don't need calc\n\t\t\t\t\t}\n\t\t\t\t\t// if not same -> return.\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t$product_prices = $this->get_product_price($product_id_oc, $product_quantity);\n\t\t\t$product_price_old = isset($product_prices['price_old']) ? $product_prices['price_old'] : 0;\n\t\t\t$product_price_sale = isset($product_prices['price_sale']) ? $product_prices['price_sale'] : 0;\n\t\t\t$enable_taxes = $this->config->get('tshirtecommerce_allow_taxes');\n\t\t\tif ($enable_taxes === null || $enable_taxes == 1) {\n\t\t\t\t$taxes = isset($product_prices['taxes']) ? $product_prices['taxes'] : 0;\n\t\t\t\t$eco = isset($product_prices['eco']) ? $product_prices['eco'] : 0;\n\t\t\t} else {\n\t\t\t\t$taxes = 0;\n\t\t\t\t$eco = 0;\n\t\t\t}\n\t\t\t\n\t\t} // do nothing when empty/blank\n\n\t\t// return price for ajax\n\t\techo @json_encode(array(\n\t\t\t'price' => $price, \n\t\t\t'price_old' => $product_price_old, \n\t\t\t'price_sale' => $product_price_sale, \n\t\t\t'taxes' => $taxes,\n\t\t\t'eco' => $eco\n\t\t));\n\t\treturn;\n\t}", "public function getChildProducts(Product $parent);", "protected function findPrice()\n\t{\n\t\trequire_once(TL_ROOT . '/system/modules/isotope/providers/ProductPriceFinder.php');\n\n\t\t$arrPrice = ProductPriceFinder::findPrice($this);\n\n\t\t$this->arrData['price'] = $arrPrice['price'];\n\t\t$this->arrData['tax_class'] = $arrPrice['tax_class'];\n\t\t$this->arrCache['from_price'] = $arrPrice['from_price'];\n\t\t$this->arrCache['minimum_quantity'] = $arrPrice['min'];\n\n\t\t// Add \"price_tiers\" to attributes, so the field is available in the template\n\t\tif ($this->hasAdvancedPrices())\n\t\t{\n\t\t\t$this->arrAttributes[] = 'price_tiers';\n\n\t\t\t// Add \"price_tiers\" to variant attributes, so the field is updated through ajax\n\t\t\tif ($this->hasVariantPrices())\n\t\t\t{\n\t\t\t\t$this->arrVariantAttributes[] = 'price_tiers';\n\t\t\t}\n\n\t\t\t$this->arrCache['price_tiers'] = $arrPrice['price_tiers'];\n\t\t}\n\t}", "public function validateSetStock($setCart)\n {\n $setStock = $setCart->qty;\n\n foreach ($setCart->children as $key => $child) {\n if ($child->subproduct_id !== null) {\n $subCartsSum = Cart::where('user_id', $setCart->user_id)\n ->where('id', '!=', $child->id)\n ->where('subproduct_id', $child->subproduct_id)\n ->get()->sum('qty');\n\n $subStock = SubProduct::find($child->subproduct_id)->stoc;\n $stock_qty = ($subStock - $subCartsSum) > 0 ? $subStock - $subCartsSum : 0;\n $qty = ($child->qty > $stock_qty) || ($child->qty === 0) ? $stock_qty : $child->qty;\n\n $child->update(['stock_qty' => $stock_qty, 'qty' => $qty]);\n }else{\n $prodCartsSum = Cart::where('user_id', $setCart->user_id)\n ->where('id', '!=', $child->id)\n ->where('product_id', $child->product_id)\n ->get()->sum('qty');\n\n\n $prodStock = Product::find($child->product_id)->stock;\n $stock_qty = ($prodStock - $prodCartsSum) > 0 ? $prodStock - $prodCartsSum : 0;\n $qty =($child->qty > $stock_qty) || ($child->qty === 0) ? $stock_qty : $child->qty;\n\n $child->update(['stock_qty' => $stock_qty, 'qty' => $qty]);\n }\n }\n\n $stock_qty = $setCart->children->min('stock_qty');\n $qty = ($setCart->qty > $stock_qty) || ($setCart->qty === 0) ? $stock_qty : $setCart->qty;\n\n $setCart->update(['stock_qty' => $stock_qty, 'qty' => $qty]);\n }", "function get_variant_options_selected($id_product, $variant_options=array())\n{\n\tglobal $mysqli, $id_cart_discount;\n\t\t\n\t$output='';\n\t\t\n\t$groups=get_variant_groups($id_product);\n\t\n\t// build sql \n\t// get all groups for this product\n\tif (sizeof($groups)) {\t\n\t\t$id_product_variant_group = key($groups);\n\t\t\n\t\t$stop = 0;\n\t\t$i=1;\n\t\tforeach ($groups as $id_product_variant_group => $row_group) {\t\t\t\n\t\t\t$joins = array();\t\n\t\t\t$where = array();\t\t\n\t\t\t$group_by = array();\t\n\t\t\t\n\t\t\t$i=1;\n\t\t\tforeach ($groups as $id_product_variant_group2 => $row_group2) {\t\n\t\t\t\t$where_str = array();\n\t\t\t\t\n\t\t\t\t$joins[] = 'INNER JOIN\n\t\t\t\t(product_variant_option AS pvo'.$i.' CROSS JOIN product_variant_group_option AS pvgo'.$i.' CROSS JOIN product_variant_group_option_description AS pvo'.$i.'_desc)\n\t\t\t\tON\n\t\t\t\t(product_variant.id = pvo'.$i.'.id_product_variant AND pvo'.$i.'.id_product_variant_group_option = pvgo'.$i.'.id AND pvgo'.$i.'.id = pvo'.$i.'_desc.id_product_variant_group_option AND pvo'.$i.'_desc.language_code = \"'.$mysqli->escape_string($_SESSION['customer']['language']).'\")';\n\t\t\t\n\t\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group = \"'.$mysqli->escape_string($id_product_variant_group2).'\"';\n\t\t\t\t\n\t\t\t\t$stop=0;\n\t\t\t\tif ($id_product_variant_group != $id_product_variant_group2 && isset($variant_options[$id_product_variant_group2]) && $variant_options[$id_product_variant_group2]) {\n\t\t\t\t\t$id_product_variant_group_option = $variant_options[$id_product_variant_group2];\n\t\t\t\t\t\n\t\t\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group_option = \"'.$mysqli->escape_string($id_product_variant_group_option).'\"';\n\t\t\t\t} else { \n\t\t\t\t\t$stop=1;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t/*\n\t\t\t\tif ($id_cart_discount) {\n\t\t\t\t\t$joins[] = 'LEFT JOIN\n\t\t\t\t\t(rebate_coupon_product AS rcp'.$i.' CROSS JOIN rebate_coupon AS rcpr'.$i.' CROSS JOIN cart_discount AS rcd'.$i.') \n\t\t\t\t\tON\n\t\t\t\t\t(product_variant.id_product = rcp'.$i.'.id_product AND rcp'.$i.'.id_rebate_coupon = rcpr'.$i.'.id ANd rcpr'.$i.'.id = rcd'.$i.'.id_rebate_coupon AND rcd'.$i.'.id = \"'.$mysqli->escape_string($id_cart_discount).'\")';\n\t\t\t\t\t\n\t\t\t\t\t$joins[] = 'LEFT JOIN\n\t\t\t\t\t(product_category AS pc'.$i.' CROSS JOIN rebate_coupon_category AS rcc'.$i.' CROSS JOIN rebate_coupon AS rccr'.$i.' CROSS JOIN cart_discount AS rccd'.$i.') \n\t\t\t\t\tON\n\t\t\t\t\t(product_variant.id_product = pc'.$i.'.id_product AND pc'.$i.'.id_category = rcc'.$i.'.id_category AND rcc'.$i.'.id_rebate_coupon = rccr'.$i.'.id ANd rccr'.$i.'.id = rcd'.$i.'.id_rebate_coupon AND rcd'.$i.'.id = \"'.$mysqli->escape_string($id_cart_discount).'\")';\n\t\t\t\t\t\n\t\t\t\t\t$where_str[] = '(rcp'.$i.'.id_rebate_coupon IS NOT NULL OR rcc'.$i.'.id_rebate_coupon IS NOT NULL)';\n\t\t\t\t}*/\n\t\t\t\t\n\t\t\t\t$select = 'pvo'.$i.'.id_product_variant_group_option,\n\t\t\t\tpvo'.$i.'.id_product_variant_group,\n\t\t\t\tpvo'.$i.'_desc.name,\n\t\t\t\tpvgo'.$i.'.swatch_type,\n\t\t\t\tpvgo'.$i.'.color,\n\t\t\t\tpvgo'.$i.'.color2,\n\t\t\t\tpvgo'.$i.'.color3,\n\t\t\t\tpvgo'.$i.'.filename';\n\t\t\t\t\n\t\t\t\t$where[] = implode(' AND ',$where_str);\n\t\t\t\t\n\t\t\t\t$group_by[] = 'pvo'.$i.'.id_product_variant_group_option';\n\t\t\t\t\n\t\t\t\t$order_by = 'pvgo'.$i.'.sort_order ASC';\n\t\t\t\t\n\t\t\t\t$i++;\n\t\t\t\t\n\t\t\t\tif ($stop) break;\n\t\t\t}\n\t\t\t\n\t\t\t$joins = implode(\"\\r\\n\",$joins);\n\t\t\t$where = implode(' AND ',$where);\n\t\t\t$group_by = implode(',',$group_by);\n\t\t\n\t\t\n\t\t\t// we need to list all main group options\n\t\t\tif ($result_group_option = $mysqli->query('SELECT\n\t\t\t'.$select.'\n\t\t\tFROM\n\t\t\tproduct_variant\n\t\t\t\n\t\t\t'.$joins.'\n\t\t\t\n\t\t\tWHERE\n\t\t\tproduct_variant.active = 1\n\t\t\tAND\n\t\t\tproduct_variant.id_product = \"'.$mysqli->escape_string($id_product).'\"\n\t\t\tAND\n\t\t\t'.$where.'\n\t\t\tGROUP BY '.\n\t\t\t$group_by.'\n\t\t\tORDER BY '.\n\t\t\t$order_by)) {\n\t\t\t\tif ($result_group_option->num_rows) {\n\t\t\t\t\t$input_type = $groups[$id_product_variant_group]['input_type'];\n\t\t\t\t\t\n\t\t\t\t\t$output .= '<div style=\"margin-top:10px; margin-bottom:10px;\" id=\"variant_group_'.$id_product_variant_group.'\">\n\t\t\t\t\t<div style=\"margin-bottom:5px;\"><strong>'.$row_group['name'].'</strong></div>';\n\t\t\n\t\t\t\t\tif (!$input_type) {\n\t\t\t\t\t\t$output .= '<select name=\"variant_options['.$id_product_variant_group.']\">\n\t\t\t\t\t\t<option value=\"\">--</option>';\n\t\t\t\t\t}\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t$current_selected = isset($variant_options[$id_product_variant_group]) ? $variant_options[$id_product_variant_group]:0;\n\t\t\t\t\t\n\t\t\t\t\t$i=0;\n\t\t\t\t\twhile ($row_group_option = $result_group_option->fetch_assoc()) {\n\t\t\t\t\t\t$id_product_variant_group_option = $row_group_option['id_product_variant_group_option'];\n\t\t\t\t\t\t\n\t\t\t\t\t\tswitch ($input_type) {\n\t\t\t\t\t\t\t// dropdown\n\t\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t\t$output .= '<option value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'selected=\"selected\"':'').'>'.$row_group_option['name'].'</option>';\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t// radio\n\t\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t\t$output .= '<div>\n\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"variant_options['.$id_product_variant_group.']\" id=\"product_variant_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').'>&nbsp;<label for=\"product_variant_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\">'.$row_group_option['name'].'</label>\n\t\t\t\t\t\t\t\t</div>';\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t// swatch\n\t\t\t\t\t\t\tcase 2:\n\t\t\t\t\t\t\t\t$swatch_type = $row_group_option['swatch_type'];\n\t\t\t\t\t\t\t\t$color = $row_group_option['color'];\n\t\t\t\t\t\t\t\t$color2 = $row_group_option['color2'];\n\t\t\t\t\t\t\t\t$color3 = $row_group_option['color3'];\n\t\t\t\t\t\t\t\t$filename = $row_group_option['filename'];\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif ($i==8) { $output .= '<div class=\"cb\"></div>'; $i=0; }\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tswitch ($swatch_type) {\n\t\t\t\t\t\t\t\t\t// 1 color\n\t\t\t\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border '.(($current_selected == $id_product_variant_group_option) ? 'selected':'').'\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').' />\n\t\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\">\n\t\t\t\t\t\t\t\t\t\t<div style=\"background-color: '.$color.';\" class=\"variant_color\"></div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t// 2 color\n\t\t\t\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border '.(($current_selected == $id_product_variant_group_option) ? 'selected':'').'\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').' />\n\t\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:10px; height:20px; background-color: '.$color.';\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:10px; height:20px; background-color: '.$color2.';\"></div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"cb\"></div>\n\t\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t// 3 color\n\t\t\t\t\t\t\t\t\tcase 2:\n\t\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border '.(($current_selected == $id_product_variant_group_option) ? 'selected':'').'\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').' />\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:7px; height:20px; background-color: '.$color.';\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:6px; height:20px; background-color: '.$color2.';\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:7px; height:20px; background-color: '.$color3.';\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"cb\"></div>\n\t\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t// file\n\t\t\t\t\t\t\t\t\tcase 3:\n\t\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border '.(($current_selected == $id_product_variant_group_option) ? 'selected':'').'\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').' />\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\t\t\n\t\t\t\t\t\t\t\t\t\t<img src=\"/images/products/swatch/'.$filename.'\" width=\"20\" height=\"20\" border=\"0\" hspace=\"0\" vspace=\"0\" />\n\t\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t}\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t++$i;\t\t\t\t\t\n\t\t\t\t\t\t\t\tbreak;\t\n\t\t\t\t\t\t}\t\n\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\tswitch ($input_type) {\n\t\t\t\t\t\t// dropdown\n\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t$output .= '</select>\n\t\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\t\t\t/* <![CDATA[ */\n\t\t\n\t\t\n\t\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\t\tjQuery(\"select[name=\\'variant_options['.$id_product_variant_group.']\\']\").change(function(){\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(this).val());\n\t\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t\t</script>';\t\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t// radio\n\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t$output .= '<script type=\"text/javascript\">\n\t\t\t\t\t\t\t/* <![CDATA[ */\n\t\t\n\t\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\t\tjQuery(\"input[name=\\'variant_options['.$id_product_variant_group.']\\']\").change(function(){\n\t\t\n\t\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(this).val());\n\t\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t\t</script>';\t\t\t\t\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t// swatch\n\t\t\t\t\t\tcase 2:\t\t\t\t\n\t\t\t\t\t\t\t$output .= '<script type=\"text/javascript\">\n\t\t\t\t\t\t\t/* <![CDATA[ */\n\t\t\n\t\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\t\tjQuery(\"a.variant_color_outer_border\").click(function(){\n\t\t\t\t\t\t\t\t\tif (!jQuery(\"input[id^=\\'variant_color_\\']:checked\",this).length) { \n\t\t\t\t\t\t\t\t\t\tjQuery(\"input[id^=\\'variant_color_\\']\",this).attr(\"checked\",true);\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tjQuery(\"a.variant_color_outer_border\").removeClass(\"selected\");\n\t\t\t\t\t\t\t\t\t\tjQuery(this).addClass(\"selected\");\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(\"input[id^=\\'variant_color_\\']\",this).val());\t\n\t\t\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t\t</script>';\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t$output .= '<div class=\"cb\"></div></div>';\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$result_group_option->free();\n\t\t\t} else {\n\t\t\t\tthrow new Exception('An error occured while trying to get variant group options.'.\"\\r\\n\\r\\n\".$mysqli->error);\t\t\n\t\t\t}\n\t\t\t\n\t\t\tif (isset($variant_options[$id_product_variant_group]) && $variant_options[$id_product_variant_group] == 0) break;\n\t\t}\t\n\t}\n\t\n\treturn $output;\t\n}", "public function updateProductStyleOptionPricingAll(){\n\t\t$all_products = $this->getAll();\n\t\t$this->load->model('catalog/product');\n\t\t$this->load->model('tshirtgang/pricing');\n\t\t$this->load->model('catalog/option');\n\t\t$tshirt_option_names = array('Tshirt Color', 'Tshirt Style', 'Tshirt Size');\n\t\t$tshirt_colored = array(\n\t\t\t\"Black\",\n\t\t\t\"Charcoal Grey\",\n\t\t\t\"Daisy\",\n\t\t\t\"Dark Chocolate\",\n\t\t\t\"Forest Green\",\n\t\t\t\"Gold\",\n\t\t\t\"Irish Green\",\n\t\t\t\"Light Blue\",\n\t\t\t\"Light Pink\",\n\t\t\t\"Military Green\",\n\t\t\t\"Navy\",\n\t\t\t\"Orange\",\n\t\t\t\"Purple\",\n\t\t\t\"Red\",\n\t\t\t\"Royal Blue\",\n\t\t\t\"Sport Grey\",\n\t\t\t\"Tan\",\n\t\t\t\"Burgundy\"\n\t\t);\n\t\t$tshirt_ringer = array(\n\t\t\t\"Navy Ringer\",\n\t\t\t\"Black Ringer\",\n\t\t\t\"Red Ringer\"\n\t\t);\n\t\t$tshirt_options = array();\n\t\t$tshirt_options_price = array();\n\t\t$options = $this->model_catalog_option->getOptions();\n\t\t$temp_price = 0.0;\n\t\tforeach($options as $option){\n\t\t\t//if($option['name'] == 'Tshirt Color'){\n\t\t\t//\t$tshirtcolor_option_id = $option['option_id'];\n\t\t\t//}\n\t\t\t//if($option['name'] == 'Tshirt Style'){\n\t\t\t//\t$tshirtstyle_option_id = $option['option_id'];\n\t\t\t//}\n\t\t\t//if($option['name'] == 'Tshirt Size'){\n\t\t\t//\t$tshirtsize_option_id = $option['option_id'];\n\t\t\t//}\n\t\t\tif(in_array($option['name'], $tshirt_option_names)){\n\t\t\t\t$tshirt_options[$option['name']] = array();\n\t\t\t\t$tshirt_options[$option['name']]['option_id'] = $option['option_id'];\n\t\t\t\t$tshirt_options[$option['name']]['prices'] = array();\n\t\t\t}\n\t\t}\n\t\tforeach($tshirt_option_names as $tshirt_option_name){\n\t\t\t$option_value_descriptions = $this->model_catalog_option->getOptionValueDescriptions($tshirt_options[$tshirt_option_name]['option_id']);\n\t\t\tforeach($option_value_descriptions as $opv){\n\t\t\t\t$temp_price = 0.0;\n\t\t\t\tif($tshirt_option_name=='Tshirt Color'){\n\t\t\t\t\tif( in_array($opv['option_value_description'][1]['name'], $tshirt_colored )){\n\t\t\t\t\t\t$temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'ColorShirt' ));\n\t\t\t\t\t} elseif( in_array($opv['option_value_description'][1]['name'], $tshirt_ringer )){\n\t\t\t\t\t\t$temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'RingerShirt' ));\n\t\t\t\t\t} else { // white\n\t\t\t\t\t\t$temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'WhiteShirt' ));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif($tshirt_option_name=='Tshirt Style'){\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"Mens Fitted\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'MensFittedIncremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"Ladies\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'LadiesIncremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"Hooded Pullover\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'HoodieIncremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"Apron\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'ApronIncremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"Vneck\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'VneckIncremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"Tanktop\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'TanktopIncremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"Baby One Piece\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'BabyOnePieceIncremental' ));\n\t\t\t\t}\n\t\t\t\tif($tshirt_option_name=='Tshirt Size'){\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"2 X-Large\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'Shirt_2XL_Incremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"3 X-Large\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'Shirt_3XL6XL_Incremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"4 X-Large\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'Shirt_3XL6XL_Incremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"5 X-Large\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'Shirt_3XL6XL_Incremental' ));\n\t\t\t\t\tif($opv['option_value_description'][1]['name'] == \"6 X-Large\" ) $temp_price = $this->model_tshirtgang_pricing->get(array( 'code' => 'Shirt_3XL6XL_Incremental' ));\n\t\t\t\t}\n\t\t\t\tif($temp_price != 0.0){\n\t\t\t\t\t$tshirt_options_price = array(\n\t\t\t\t\t\t'option_value_id' => $opv['option_value_id'],\n\t\t\t\t\t\t'name' => $opv['option_value_description'][1]['name'],\n\t\t\t\t\t\t'price' => $temp_price\n\t\t\t\t\t);\n\t\t\t\t\t$tshirt_options[$tshirt_option_name]['prices'][] = $tshirt_options_price;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tforeach($tshirt_options as $tso1){\n\t\t\tforeach($tso1['prices'] as $tso2){\n\t\t\t\t$sql = \"UPDATE \" . DB_PREFIX . \"product_option_value ocpov \";\n\t\t\t\t$sql .= \"LEFT JOIN \" . DB_PREFIX . \"product ocp \";\n\t\t\t\t$sql .= \" ON ocp.product_id = ocpov.product_id \";\n\t\t\t\t$sql .= \"LEFT JOIN \" . DB_PREFIX . \"tshirtgang_products tsgp \";\n\t\t\t\t$sql .= \" ON tsgp.product_id = ocp.product_id \";\n\t\t\t\t$sql .= \"SET ocpov.price=\". (float)$tso2['price'] . \" \";\n\t\t\t\t$sql .= \"WHERE \";\n\t\t\t\t$sql .= \" ocpov.option_value_id = \" . (int)$tso2['option_value_id'] . \" \";\n\t\t\t\t//$sql .= \" AND \";\n\t\t\t\t//$sql .= \" tsgp.id IS NOT NULL \";\n\t\t\t\t$this->db->query($sql);\n\t\t\t}\n\t\t}\n\t}", "function VariationOrProductIsInCart() {\r\n\t\treturn ($this->owner->IsInCart() || $this->VariationIsInCart());\r\n\t}", "public function hasRealPrice(){\n return $this->_has(21);\n }", "function fn_product_variations_convert_to_configurable_product($product_id)\n{\n $auth = array();\n\n $product = fn_get_product_data($product_id, $auth);\n $languages = Languages::getAll();\n $product_options = fn_get_product_options($product_id, CART_LANGUAGE, true);\n $product_row = db_get_row('SELECT * FROM ?:products WHERE product_id = ?i', $product_id);\n $product_variation_ids = db_get_fields('SELECT product_id FROM ?:products WHERE parent_product_id = ?i', $product_id);\n $product_exceptions = fn_get_product_exceptions($product_id);\n\n foreach ($product_variation_ids as $product_variation_id) {\n fn_delete_product($product_variation_id);\n }\n\n $options_ids = array();\n $inventory_combinations = db_get_array('SELECT * FROM ?:product_options_inventory WHERE product_id = ?i', $product_id);\n $index = 0;\n\n foreach ($inventory_combinations as $item) {\n $index++;\n $selected_options = array();\n $parts = array_chunk(explode('_', $item['combination']), 2);\n\n foreach ($parts as $part) {\n $selected_options[$part[0]] = $part[1];\n }\n\n $combination = fn_product_variations_get_variation_by_selected_options(\n $product,\n $product_options,\n $selected_options,\n $index\n );\n\n if (!empty($item['product_code'])) {\n $combination['code'] = $item['product_code'];\n }\n\n if (!empty($item['amount'])) {\n $combination['amount'] = $item['amount'];\n }\n\n $is_allow = true;\n\n if ($product_row['exceptions_type'] == 'F') {\n foreach ($product_exceptions as $exception) {\n\n foreach ($exception['combination'] as $option_id => &$variant_id) {\n if ($variant_id == OPTION_EXCEPTION_VARIANT_ANY || $variant_id == OPTION_EXCEPTION_VARIANT_NOTHING) {\n $variant_id = isset($combination['selected_options'][$option_id]) ? $combination['selected_options'][$option_id] : null;\n }\n }\n unset($variant_id);\n\n if ($exception['combination'] == $combination['selected_options']) {\n $is_allow = false;\n break;\n }\n }\n } elseif ($product_row['exceptions_type'] == 'A') {\n $is_allow = false;\n\n foreach ($product_exceptions as $exception) {\n\n foreach ($exception['combination'] as $option_id => &$variant_id) {\n if ($variant_id == OPTION_EXCEPTION_VARIANT_ANY) {\n $variant_id = isset($combination['selected_options'][$option_id]) ? $combination['selected_options'][$option_id] : null;\n }\n }\n unset($variant_id);\n\n if ($exception['combination'] == $combination['selected_options']) {\n $is_allow = true;\n break;\n }\n }\n }\n\n if (!$is_allow) {\n continue;\n }\n\n $variation_id = fn_product_variations_save_variation($product_row, $combination, $languages);\n\n $image = fn_get_image_pairs($item['combination_hash'], 'product_option', 'M', true, true);\n\n if ($image) {\n $detailed = $icons = array();\n $pair_data = array(\n 'type' => 'M'\n );\n\n if (!empty($image['icon'])) {\n $tmp_name = fn_create_temp_file();\n Storage::instance('images')->export($image['icon']['relative_path'], $tmp_name);\n $name = fn_basename($image['icon']['image_path']);\n\n $icons[$image['pair_id']] = array(\n 'path' => $tmp_name,\n 'size' => filesize($tmp_name),\n 'error' => 0,\n 'name' => $name\n );\n\n $pair_data['image_alt'] = empty($image['icon']['alt']) ? '' : $image['icon']['alt'];\n }\n\n if (!empty($image['detailed'])) {\n $tmp_name = fn_create_temp_file();\n Storage::instance('images')->export($image['detailed']['relative_path'], $tmp_name);\n $name = fn_basename($image['detailed']['image_path']);\n\n $detailed[$image['pair_id']] = array(\n 'path' => $tmp_name,\n 'size' => filesize($tmp_name),\n 'error' => 0,\n 'name' => $name\n );\n\n $pair_data['detailed_alt'] = empty($image['detailed']['alt']) ? '' : $image['detailed']['alt'];\n }\n\n $pairs_data = array(\n $image['pair_id'] => $pair_data\n );\n\n fn_update_image_pairs($icons, $detailed, $pairs_data, $variation_id, 'product');\n }\n }\n\n if (!empty($selected_options)) {\n $options_ids = array_keys($selected_options);\n }\n\n db_query(\n 'UPDATE ?:products SET product_type = ?s, variation_options = ?s WHERE product_id = ?i',\n ProductManager::PRODUCT_TYPE_CONFIGURABLE, json_encode(array_values($options_ids)), $product_id\n );\n\n fn_delete_product_option_combinations($product_id);\n db_query('DELETE FROM ?:product_options_exceptions WHERE product_id = ?i', $product_id);\n}", "public function productAmazonPriceIsZero( $thisProd ) {\n\t\t\t$multiply_factor = ($this->amz_settings[\"country\"] == 'co.jp') ? 1 : 0.01;\n \n\t\t\t$price_setup = (isset($this->amz_settings[\"price_setup\"]) && $this->amz_settings[\"price_setup\"] == 'amazon_or_sellers' ? 'amazon_or_sellers' : 'only_amazon');\n\t\t\t//$offers_from = ( $price_setup == 'only_amazon' ? 'Amazon' : 'All' );\n\t\t\t\n $prodprice = array('regular_price' => '');\n \n\t\t\t// list price\n\t\t\t$offers = array(\n\t\t\t\t'ListPrice' => isset($thisProd['ItemAttributes']['ListPrice']['Amount']) ? ($thisProd['ItemAttributes']['ListPrice']['Amount'] * $multiply_factor ) : '',\n\t\t\t\t'LowestNewPrice' => isset($thisProd['Offers']['Offer']['OfferListing']['Price']['Amount']) ? ($thisProd['Offers']['Offer']['OfferListing']['Price']['Amount'] * $multiply_factor) : '',\n\t\t\t\t'Offers'\t=> isset($thisProd['Offers']) ? $thisProd['Offers'] : array()\n\t\t\t);\n \n\t\t\tif( $price_setup == 'amazon_or_sellers' && isset($thisProd['OfferSummary']['LowestNewPrice']['Amount']) ) {\n\t\t\t\t$offers['LowestNewPrice'] = ($thisProd['OfferSummary']['LowestNewPrice']['Amount'] * $multiply_factor);\n\t\t\t}\n\n\t\t\t$prodprice['regular_price'] = $offers['ListPrice'];\n\n\t\t\t// if regular price is empty setup offer price as regular price\n\t\t\tif( \n\t\t\t\t(!isset($offers['ListPrice']) || (float)$offers['ListPrice'] == 0.00)\n\t\t\t\t|| (isset($offers['ListPrice']) && $offers['LowestNewPrice'] > $offers['ListPrice'])\n\t\t\t) {\n\t\t\t\t$prodprice['regular_price'] = $offers['LowestNewPrice'];\n\t\t\t}\n\n\t\t\t// if still don't have any regular price, try to get from VariationSummary (ex: Apparel category)\n\t\t\tif( !isset($prodprice['regular_price']) || (float)$prodprice['regular_price'] == 0.00 ) {\n\t\t\t\t$prodprice['regular_price'] = isset($thisProd['VariationSummary']['LowestPrice']['Amount']) ? ( $thisProd['VariationSummary']['LowestPrice']['Amount'] * $multiply_factor ) : '';\n\t\t\t}\n \n\t\t\tif ( empty($prodprice['regular_price']) || (float)$prodprice['regular_price'] <= 0.00 ) return true;\n\t\t\treturn false;\n\t\t}", "public function isIncludedInBasePrice();", "public function testProductGetPrices()\n {\n $product = $this->find('product', 1);\n $prices = $product->getPrices();\n $price = $prices[0];\n \n $currencies = $this->findAll('currency');\n $dollarCurrency = $currencies[0];\n \n $money = Money::create(10, $dollarCurrency); \n \n $this->assertEquals(\n $money,\n $price\n );\n }", "public function getProductRegularPrices($pid)\n {\n $objectManager = \\Magento\\Framework\\App\\ObjectManager::getInstance();\n $productListObj = $objectManager->create('Stalwart\\Sweda\\Block\\ProductPricesRegular');\n return $productListObj->setBlockProductId($pid)->getProductRegularPrices();\n \n }", "protected function _hasTierPriceChanged(Mage_Catalog_Model_Product $product)\n\t{\n\t\t$orig = $product->getOrigData('tier_price');\n\t\t$new = $product->getData('tier_price');\n\t\t\n\t\tif (count($orig) != count($new)) return true;\n\n\t\tif (is_array($new))\n\t\t{\n\t\t\tforeach ($new as $i => $tier)\n\t\t\t{\n\t\t\t\tif ($tier['website_id'] != $orig[$i]['website_id']) return true;\n\n\t\t\t\tif ($tier['price_qty'] != $orig[$i]['price_qty']) return true;\n\n\t\t\t\tif ($tier['price'] != $orig[$i]['price']) return true;\n\n\t\t\t\tif (isset($tier['delete']) && $tier['delete']) return true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}", "function getArticlesByPrice($priceMin=0, $priceMax=0, $usePriceGrossInstead=0, $proofUid=1){\n //first get all real articles, then create objects and check prices\n\t //do not get prices directly from DB because we need to take (price) hooks into account\n\t $table = 'tx_commerce_articles';\n\t $where = '1=1';\n\t if($proofUid){\n\t $where.= ' and tx_commerce_articles.uid_product = '.$this->uid;\n\t }\t\n //todo: put correct constant here\n\t $where.= ' and article_type_uid=1';\n\t $where.= $this->cObj->enableFields($table);\n\t $groupBy = '';\n\t $orderBy = 'sorting';\n\t $limit = '';\n\t $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery (\n\t 'uid', $table,\n\t $where, $groupBy,\n\t $orderBy,$limit\n\t );\n\t $rawArticleUidList = array();\n\t while ($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)) {\n\t $rawArticleUidList[] = $row['uid'];\n\t }\n\t $GLOBALS['TYPO3_DB']->sql_free_result($res);\n\t \n\t //now run the price test\n\t $articleUidList = array();\n\t foreach ($rawArticleUidList as $rawArticleUid) {\n\t\t $tmpArticle = new tx_commerce_article($rawArticleUid,$this->lang_uid);\n\t\t $tmpArticle->load_data();\n\t\t\t $myPrice = $usePriceGrossInstead ? $tmpArticle->get_price_gross() : $tmpArticle->get_price_net();\n\t\t\t if (($priceMin <= $myPrice) && ($myPrice <= $priceMax)) {\n\t\t\t $articleUidList[] = $tmpArticle->get_uid();\n\t\t\t }\n\t\t }\n if(count($articleUidList)>0){\n return $articleUidList;\n }else{\n return false;\n\t }\n\t}", "function es_set_sale_price( $price, $product ) {\n\t\n\t$exclude_skus = array( 'COEBRCE', 'COEPOSTER', 'PUB41' );\n\t$exclude_cats = array( 'specials', 'clearance' );\n\t$date_now = new DateTime();\n\t$start_dtm = new DateTime( '2016-10-03' );\n\t$end_dtm = new DateTime( '2016-10-11' );\n\t\n\t// exclude SKUs\n\tif ( in_array( $product->sku, $exclude_skus ) )\n\t\treturn $price;\n\t\n\t// exclude specials category\n\t$product_cat = wp_get_post_terms( $product->id, 'product_cat' );\n\t\n\tforeach ( $product_cat as $term ){\n\t\tif( in_array( $term->slug, $exclude_cats ) ){\n\t\t\treturn $price;\n\t\t}\n\t}\t\n\t\n\tif ( ! $product->is_virtual() AND ( $date_now >= $start_dtm AND $date_now <= $end_dtm ) ) {\n\t\t$member_exists = es_check_membership_held();\n\t\t$member_price = get_post_meta($product->id, 'member_price', true);\n\t\t$price = $product->get_regular_price() * ( 0.9 );\n\t\t\n\t\tif ( ! empty( $member_price ) AND $member_exists ) {\n\t\t\t$product->set_price( $member_price );\n\t\t\t$product->sale_price = $price;\n\t\t\t$price = $member_price;\t\t\n\t\t}\n\t\telse {\n\t\t\t$product->set_price( $price );\n\t\t\t$product->sale_price = $price;\t\n\t\t}\n\t\t\n\t}\n\t\n\treturn $price;\n}", "function HTMLCartVariationValues($name=null, $results, $product, $product_variations, $product_variation_values, $variation_values, $quantitys) {\n //エラー判定\n if (isset($results)) {\n $err_quantity = $results->errors['quantity'];\n }\n\n if (is_array($product_variations)) {\n //選択済み規格でループ\n foreach ($product_variations as $key=>$val) {\n if (is_array($variation_values[$key])) {\n //規格詳細でループ\n foreach ($variation_values[$key] as $k=>$v) {\n //自身を抹消(再帰用)\n unset($product_variations[$key]);\n //配列がなくなった(出力処理)\n if (count($product_variations)==0) {\n $name_lbl = '';\n $id = '';\n //規格1つの場合\n if (count($name)==0) {\n $name_lbl = '<strong>' . $v['name'] . '</strong>';\n }\n //規格組合せの場合\n else {\n //規格詳細を連結\n $nm = '';\n foreach ($name as $n) {\n if ($nm=='') {\n $id = $n['id'];\n $nm = '<strong>' . $n['name'] . '</strong>';\n }\n else {\n $id = $id . '_' . $n['id'];\n $nm = $nm . ', <strong>' . $n['name'] . '</strong>';\n }\n }\n $name_lbl = $nm . ', <strong>' . $v['name'] . '</strong>';\n }\n //IDを作成する\n if ($id=='') {\n $id = $v['id'];\n }\n else {\n $id = $id . '_' . $v['id'];\n }\n $price = $product['price'];\n if (isset($product_variation_values[$id])) {\n $dl_pub = $product_variation_values[$id]['download_publish'];\n if ($dl_pub==0) {\n $price = $product_variation_values[$id]['price'] - $product['off'];\n }\n else {\n $price = $product_variation_values[$id]['price'] - $product['download_off'];\n }\n $stock = $product_variation_values[$id]['stock'];\n $pricestock_id = $product_variation_values[$id]['pricestock_id'];\n }\n $quantity = 1;\n if (!is_null($quantitys[$id]) && $quantitys[$id]!='') {\n $quantity = $quantitys[$id];\n }\n\n echo '<div class=\"pd_buy_row\">';\n echo '<div class=\"pd_buy_lbl\">';\n echo $name_lbl;\n echo '</div>';\n echo '<div class=\"pd_buy_price\">';\n _e(SCLNG_PUBLIC_PRODUCT_DETAIL_VARIATION_PRICE, SC_DOMAIN);\n echo SimpleCartFunctions::MoneyFormat($price);\n if ($product['stock_manage']=='1'&& $dl_pub==0 ) {\n echo '<br/>';\n _e(sprintf(SCLNG_PUBLIC_PRODUCT_DETAIL_VARIATION_STOCK, $stock), SC_DOMAIN);\n }\n echo '</div>';\n echo '<div class=\"pd_buy_quantity\">';\n\n if ($product['stock_manage']=='1' && $dl_pub==0 && $stock==0) {\n echo _e(SCLNG_PUBLIC_PRODUCT_DETAIL_LACK_STOCK, SC_DOMAIN);\n }\n else {\n echo SimpleCartFunctions::HTMLInput(array('id'=>'quantity_'.$dl_pub.'_'.$id, 'name'=>'quantitys_'.$dl_pub.'['.$id.']', 'value'=>$quantity, 'class'=>'input_40'));\n echo SimpleCartFunctions::HTMLSubmit(array('id'=>'buy_delivery_'.$dl_pub.'_'.$id, 'onclick'=>\"\n Javascript:\n document.getElementById('download').value = \".$dl_pub.\";\n document.getElementById('pricestock_id').value = \".$pricestock_id.\";\n document.getElementById('quantity').value = document.getElementById('quantity_\".$dl_pub.\"_\".$id.\"').value;\n document.getElementById('error_id').value = '\".$dl_pub.\"_\".$id.\"';\n \", 'class'=>'button_buy', 'value'=>__(SCLNG_BUY_NOW, SC_DOMAIN)));\n echo SimpleCartFunctions::HTMLError($err_quantity[$dl_pub.\"_\".$id]);\n }\n echo '</div>';\n echo '</div>';\n }\n //配列がまだある(再帰するぜ)\n else {\n if (is_null($name)) {\n $name = array();\n $name[$key]['id'] = $v['id'];\n $name[$key]['name'] = $v['name'];\n }\n else {\n $name[$key]['id'] = $v['id'];\n $name[$key]['name'] = $v['name'];\n }\n SimpleCartFunctions::HTMLCartVariationValues($name, $results, $product, $product_variations, $product_variation_values, $variation_values, $quantitys);\n }\n }\n }\n return;\n }\n }\n }", "private function checkProducts()\n {\n $products = Product::with('prices')->get();\n $errors = [];\n foreach ($products as $product) {\n $basePrice = $product->prices->where('currency_id', Currency::defaultCurrency()->id)->first();\n if ( ! $basePrice) {\n $errors[] = sprintf(\n 'The product \"%s (%s)\" has no price set for your default currency.',\n $product->name,\n $product->id\n );\n }\n }\n\n return count($errors) > 0 ? implode(\"\\n\", $errors) : true;\n }", "function calc_value_potion ($level, $alch_perk, $phys_perk, $bene_perk, $pois_perk, $pure_perk) {\n\t\tdb_CRUD::select('ingredient_effect', 'eid, iid, magnitude_modifier, gold_modifier', \"iid in (select iid from effect where specials = 'y')\", 'eid');\n\t\t$nonStandard_data = db_CRUD::get_result();\n\t\t$cost_arr = array();\n\t\tforeach($this->temp_potion as $potion) {\n\t\t\t$cost_arr = array();\n\t\t\t//for each effect in potion: calculate price of effect\n\t\t\tforeach($potion->effect as $eff) {\n\t\t\t\t$select = \"eid, base_cost, base_magnitude, base_duration, poison, specials\";\n\t\t\t\t$where = \"eid = $eff\";\n\t\t\t\tdb_CRUD::select('effect', $select, $where);\n\t\t\t\t$result = db_CRUD::get_result();\n\t\t\t\t$mag_mod = 0;\n\t\t\t\t$gold_mod = 0;\n\t\t\t\t//if ingredient includes special variants: check if ingredient used is non-standard\n\t\t\t\tif($result[5] == 'y') {\n\t\t\t\t\tforeach($nonStandard_data as $nsd) {\n\t\t\t\t\t\tif($potion->ingredient1 == $nsd[1] && $eff == $nsd[0]) {\n\t\t\t\t\t\t\tif(($nsd[2] * $nsd[3]) > ($mag_mod * $gold_mod)) {\n\t\t\t\t\t\t\t\t$mag_mod = $nsd[2];\n\t\t\t\t\t\t\t\t$gold_mod = $nsd[3];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse if($potion->ingredient2 == $nsd[1] && $eff == $nsd[0]) {\n\t\t\t\t\t\t\tif(($nsd[2] * $nsd[3]) > ($mag_mod * $gold_mod)) {\n\t\t\t\t\t\t\t\t$mag_mod = $nsd[2];\n\t\t\t\t\t\t\t\t$gold_mod = $nsd[3];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse if($potion->ingredient_cnt == 3 && $potion->ingredient3 == $nsd[1] && $eff == $nsd[0]) {\n\t\t\t\t\t\t\tif(($nsd[2] * $nsd[3]) > ($mag_mod * $gold_mod)) {\n\t\t\t\t\t\t\t\t$mag_mod = $nsd[2];\n\t\t\t\t\t\t\t\t$gold_mod = $nsd[3];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\t$mag_mod = 1;\n\t\t\t\t\t$gold_mod = 1;\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t//specialized effect magnitude formulas\n\t\t\t\tif($eff != 30 && $eff != 34 && $eff != 50 && $eff != 49) {\n\t\t\t\t\t$mag = $result[2] * $mag_mod * 4 * pow(1.5, $level/100) * (1 + $alch_perk/100);\n\t\t\t\t\tif($eff == 46 || $eff == 47 || $eff || 48)\n\t\t\t\t\t\t$mag *= (1 + $phys_perk/100);\n\t\t\t\t\tif($result[5] == 'y')\n\t\t\t\t\t\t$mag *= (1 + $pois_perk/100);\n\t\t\t\t\telse\n\t\t\t\t\t\t$mag *= (1 + $bene_perk/100);\n\t\t\t\t\t$dur = $result[3];\n\t\t\t\t}\n\t\t\t\t//common effect duration formulas\n\t\t\t\telse {\n\t\t\t\t\t$dur = $result[3] * 4 * pow(1.5, $level/100) * (1 + $alch_perk/100);\n\t\t\t\t\tif($result[5] == 'y')\n\t\t\t\t\t\t$dur *= (1 + $pois_perk/100);\n\t\t\t\t\telse\n\t\t\t\t\t\t$mag *= (1 + $bene_perk/100);\n\t\t\t\t\t$mag = $result[2];\n\t\t\t\t}\n\t\t\t\tif($mag != 0 && $dur != 0) \n\t\t\t\t\t$eff_cost = floor($result[1] * $gold_mod * pow($mag, 1.1) * 0.0794328 * pow($dur, 1.1));\n\t\t\t\telse if($mag == 0)\n\t\t\t\t\t$eff_cost = floor($result[1] * $gold_mod * 0.0794328 * pow($dur, 1.1));\n\t\t\t\telse\n\t\t\t\t\t$eff_cost = floor($result[1] * pow($mag, 1.1));\n\t\t\t\t$cost_arr[] = array($eff_cost, $result[4]);\n\t\t\t} //end foreach $eff\n\t\t\t//if purity perk is active: find most valuable effect to decide potion/poison\n\t\t\tif($pure_perk == 'y') {\n\t\t\t\t$max = 0;\n\t\t\t\t$x = 0;\n\t\t\t\tforeach($cost_arr as $i => $cost) {\n\t\t\t\t\tif($cost[0] > $max) {\n\t\t\t\t\t\t$max = $cost[0];\n\t\t\t\t\t\t$x = $i;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t$potion->poison = $cost_arr[$x][1];\n\t\t\t\t$total = 0;\n\t\t\t\tforeach($cost_arr as $cost) {\n\t\t\t\t\tif($cost[1] == $cost_arr[$x][1]) {\n\t\t\t\t\t\t$total += $cost[0];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t//if no purity perk, sum all effect values\n\t\t\telse {\n\t\t\t\t$total = 0;\n\t\t\t\tforeach($cost_arr as $cost) {\n\t\t\t\t\t$total += $cost[0];\n\t\t\t\t}\n\t\t\t}\n\t\t\t$potion->value = $total;\n\t\t} //end foreach $potion\n\t}", "function fn_product_variations_save_variation($parent_product_data, array $combination, $languages)\n{\n $data = array_merge($parent_product_data, array(\n 'product_id' => null,\n 'tracking' => ProductTracking::TRACK_WITHOUT_OPTIONS,\n 'product_type' => ProductManager::PRODUCT_TYPE_VARIATION,\n 'parent_product_id' => $parent_product_data['product_id'],\n 'variation_code' => $combination['variation'],\n 'variation_options' => json_encode($combination['selected_options']),\n 'timestamp' => time(),\n 'list_price' => $combination['list_price'],\n 'weight' => $combination['weight'],\n 'amount' => empty($combination['amount']) ? 1 : $combination['amount'],\n 'product_code' => $combination['code'],\n ));\n\n $product_variation_id = db_query('INSERT INTO ?:products ?e', $data);\n\n fn_update_product_prices($product_variation_id, array(\n 'price' => $combination['price'],\n 'prices' => array()\n ));\n\n foreach ($languages as $lang_code => $lang) {\n $description_data = array(\n 'product_id' => $product_variation_id,\n 'company_id' => $data['company_id'],\n 'lang_code' => $lang_code,\n 'product' => $combination['name']\n );\n\n db_query('INSERT INTO ?:product_descriptions ?e', $description_data);\n }\n\n return $product_variation_id;\n}", "function ppom_meta_priced_options( $the_meta ) {\n\t\n\t$has_priced_option = false;\n\tforeach ( $the_meta as $key => $meta ) {\n\t\n\t\t$options\t\t= ( isset($meta['options'] ) ? $meta['options'] : array());\n\t\tforeach($options as $opt)\n\t\t{\n\t\t\t\t\n\t\t\tif( isset($opt['price']) && $opt['price'] != '') {\n\t\t\t\t$has_priced_option = true;\n\t\t\t}\n\t\t}\n\t}\n\t\n\treturn apply_filters('ppom_meta_priced_options', $has_priced_option, $the_meta);\n}", "function instock($dbc, $productId, $variationFlag = false)\n{\n\t/* Checks if a product is in stock by looking\n\t * for at-leat ONE item instock for the $productId in \n\t * the VARIATIONSET table.\n\t * \n\t * If the $variationFlag is set, $productId is presumed to be a \n\t * variationset id, in the VARIATIONSET table. The function then checks only \n\t * the specified product variation stock level, for example \n\t * only checking a 'Black T-shirt' in size 'small'\n\t */\n\t $productId = cleanString($dbc, $productId);\n\t \n\t $q = \"\n\t SELECT VALUE,\n\t\tATTRIBUTEVALUE.ID AS 'AttrId'\n\t\tFROM PRODUCTS\n\t\tJOIN VARIATIONSET ON\n\t\tPRODUCTS.ID = VARIATIONSET.FK_PRODUCT_ID\n\t\tJOIN VARIATION ON\n\t\tVARIATIONSET.ID = VARIATION.FK_VARIATION_SET\n\t\tJOIN ATTRIBUTEVALUE ON\n\t\tVARIATION.FK_ATTRIBUTE_VALUE = ATTRIBUTEVALUE.ID\n\t\tJOIN ATTRIBUTE ON\n\t\tATTRIBUTEVALUE.ATTRIBUTE_ID = ATTRIBUTE.ID\n\t\tWHERE PRODUCTS.ID = '$productId'\n\t\tAND VARIATIONSET.STOCK_LEVEL > 0\n\t\tGROUP BY VALUE\";\n\t\t\n\tif($variationFlag)\n\t{\n\t\t$q = \"SELECT STOCK_LEVEL FROM VARIATIONSET \n\t\t\tWHERE ID = '$productId'\";\n\t}//End $variationFlag is set, only check stock level for that specific product variation\n\t\t\n\t$r = mysqli_query($dbc, $q);\n\t\n\tif(mysqli_num_rows($r) > 0) //Atleast one product variation in-stock\n\t{\n\t\treturn true;\n\t}else{\n\t\treturn false; //Product is not in-stock\n\t}\n\t \n}", "function harvest_in_cart() {\n\t\n\tglobal $woocommerce;\n\t\n\t$product_id = 37592;\n\t\n\t$parent_id = wp_get_post_parent_id( $product_id );\n\t\n\t$product_id = $parent_id > 0 ? $parent_id : $product_id;\n\t\n\tforeach ( $woocommerce->cart->get_cart() as $cart_item ) {\n\t \n\t if ( $cart_item['product_id'] === $product_id ) {\n\t \n\t return true;\n\t \n\t } else {\n\t \n\t return false;\n\t \n\t }\n\t\n\t}\n\n}", "public function testProductGetVariants()\n {\n $product = $this->find('product', 1);\n \n $variants = $product->getVariants();\n \n $productColor = $this->find('productColor', 1);\n $productSize = $this->find('productSize', 1);\n \n $this->assertTrue(\n $variants[$productSize->getId()][$productColor->getId()]\n );\n }", "public function hasNewPrice(){\n return $this->_has(16);\n }", "public function getIsAlwaysInStock($variation_id);", "public function maybe_change_shop_product_display_price($display_price, $product, $filter_name)\n {\n\n // TODO: Implement grouped product handling and possible any type of custom product that has children\n\n // TODO: Probably we should use caching for this\n\n // Check request and product\n if (!RightPress_Help::is_request('frontend') || !subscriptio_is_subscription_product($product)) {\n return $display_price;\n }\n\n // Product does not have children, e.g. simple product\n if (!RightPress_Help::wc_product_has_children($product)) {\n\n // Format subscription product display price\n $display_price = RP_SUB_Pricing::format_subscription_product_display_price($display_price, subscriptio_get_subscription_product($product));\n }\n // Product has children, e.g. variable or grouped product\n else {\n\n // Get visible variation prices\n $prices = RightPress_Product_Price_Shop::get_visible_variations_prices($product);\n\n $min_reference_price = null;\n $max_reference_price = null;\n $selected_variation_id = null;\n $selected_price = null;\n $settings_hashes = array();\n\n // Iterate over visible variations\n foreach ($product->get_visible_children() as $variation_id) {\n\n // Current variation is not subscription product, skip it\n if (!subscriptio_is_subscription_product($variation_id)) {\n continue;\n }\n\n // Load subscription product\n $subscription_product = subscriptio_get_subscription_product($variation_id);\n\n // Calculate reference price per day\n $period_length = $subscription_product->get_billing_cycle_length() . ' ' . $subscription_product->get_billing_cycle_period();\n $reference_price = $prices['price'][$variation_id] / RP_SUB_Time::convert_period_length_to($period_length, 'days');\n\n // Maybe set min price\n if ($min_reference_price === null || RightPress_Product_Price::price_is_smaller_than($reference_price, $min_reference_price)) {\n $selected_variation_id = $variation_id;\n $min_reference_price = $reference_price;\n $selected_price = $prices['price'][$variation_id];\n }\n\n // Maybe set max price\n if ($max_reference_price === null || RightPress_Product_Price::price_is_bigger_than($reference_price, $max_reference_price)) {\n $max_reference_price = $reference_price;\n }\n\n // Add settings hashes for comparison\n $settings_hashes[] = RightPress_Help::get_hash(false, array(\n $subscription_product->get_billing_cycle_length(),\n $subscription_product->get_billing_cycle_period(),\n $subscription_product->get_free_trial_length(),\n $subscription_product->get_free_trial_period(),\n $subscription_product->get_lifespan_length(),\n $subscription_product->get_lifespan_period(),\n $subscription_product->get_signup_fee(),\n ));\n }\n\n // Leave unique settings hashes only\n $settings_hashes = array_unique($settings_hashes);\n\n // Get selected subscription product\n $subscription_product = subscriptio_get_subscription_product($selected_variation_id);\n\n // Prepare selected price for display\n $selected_display_price = wc_price(RightPress_Product_Price_Display::prepare_product_price_for_display($subscription_product->get_wc_product(), $selected_price, false, true));\n\n // Child prices differ\n if (RightPress_Product_Price::prices_differ($min_reference_price, $max_reference_price)) {\n\n // Format recurring amount for display\n $display_price = RP_SUB_Pricing::format_recurring_amount_for_display($selected_display_price, $subscription_product->get_billing_cycle_length(), $subscription_product->get_billing_cycle_period());\n\n // Apply extra formatting and set to main variable\n $display_price = sprintf(__('From %s', 'subscriptio'), $display_price);\n }\n // Child prices do not differ but other settings differ (simplified display price will be used)\n else if (count($settings_hashes) > 1) {\n\n // Format recurring amount for display\n $display_price = RP_SUB_Pricing::format_recurring_amount_for_display($selected_display_price, $subscription_product->get_billing_cycle_length(), $subscription_product->get_billing_cycle_period());\n }\n // Child prices and settings do not differ\n else {\n\n // Format subscription product display price\n $display_price = RP_SUB_Pricing::format_subscription_product_display_price($display_price, $subscription_product);\n }\n\n // Allow developers to override and set new display price\n $display_price = apply_filters('subscriptio_subscription_product_variable_formatted_price', $display_price, $subscription_product);\n }\n\n return $display_price;\n }", "public function hasOldPrice(){\n return $this->_has(17);\n }", "public function getNewChildSelectOptions()\n {\n $addressCondition = Mage::getModel(\n 'giftpromo/promo_rule_condition_address'\n );\n $addressAttributes = $addressCondition->loadAttributeOptions()\n ->getAttributeOption();\n $attributes = array();\n $attributes[]\n = array('value' => 'giftpromo/promo_rule_condition_subtotal',\n 'label' => Mage::helper('giftpromo')->__('Sub Total'));\n $attributes[]\n = array('value' => 'giftpromo/promo_rule_condition_grandtotal',\n 'label' => Mage::helper('giftpromo')->__('Grand Total'));\n $attributes[]\n = array('value' => 'giftpromo/promo_rule_condition_discounttotal',\n 'label' => Mage::helper('giftpromo')->__(\n 'Sub Total After Discounts'\n ));\n\n foreach ($addressAttributes as $code => $label) {\n $attributes[] = array('value' =>\n 'giftpromo/promo_rule_condition_address|'\n . $code, 'label' => $label);\n }\n\n\n $checkoutCondition = Mage::getModel(\n 'giftpromo/promo_rule_condition_checkout'\n );\n $checkoutAttributes = $checkoutCondition->loadAttributeOptions()\n ->getAttributeOption();\n $chAttributes = array();\n\n foreach ($checkoutAttributes as $code => $label) {\n $chAttributes[] = array('value' =>\n 'giftpromo/promo_rule_condition_checkout|'\n . $code, 'label' => $label);\n }\n\n $customerRules = array(\n array(\n 'value' => 'giftpromo/promo_rule_condition_customer_conditions',\n 'label' => Mage::helper('giftpromo')->__(\n 'Customer conditions combination'\n ))\n );\n $productRules = array(\n array(\n 'value' => 'giftpromo/promo_rule_condition_product_found',\n 'label' => Mage::helper('giftpromo')->__(\n 'Product attribute combination'\n )\n ),\n array(\n 'value' => 'giftpromo/promo_rule_condition_product_subselect',\n 'label' => Mage::helper('giftpromo')->__(\n 'Products Sub Selection'\n )\n ),\n array(\n 'value' => 'giftpromo/promo_rule_condition_product_subselect_free',\n 'label' => Mage::helper('giftpromo')->__('Cheapest Free')\n ),\n array(\n 'value' => 'giftpromo/promo_rule_condition_product_upgrade',\n 'label' => Mage::helper('giftpromo')->__('Product Upgrades')\n )\n );\n\n $conditions = parent::getNewChildSelectOptions();\n $conditions = array_merge_recursive(\n $conditions,\n array(\n array('label' => Mage::helper('giftpromo')->__(\n 'Cart Attributes'\n ), 'value' => $attributes),\n array('label' => Mage::helper('giftpromo')->__(\n 'Checkout Attributes'\n ), 'value' => $chAttributes),\n array('label' => Mage::helper('giftpromo')->__(\n 'Customer Related Rules'\n ), 'value' => $customerRules),\n array('label' => Mage::helper('giftpromo')->__(\n 'Product Related Rules'\n ), 'value' => $productRules),\n // array('value' => 'giftpromo/promo_rule_condition_twitter_conditions', 'label' => Mage::helper('giftpromo')->__('Twitter conditions combination')),\n )\n );\n\n return $conditions;\n }", "static public function adjustLowestPriceForProducts( $items = false, $verbose = false ) {\n\n $items = $items ? $items : WPLA_ListingQueryHelper::getItemsWithMinMaxAndLowestPrice();\n $changed_product_ids = array();\n $repricing_margin = floatval( get_option('wpla_repricing_margin') );\n $lowest_offer_mode = get_option('wpla_repricing_use_lowest_offer',0);\n $repricing_snh_fee = floatval( get_option('wpla_repricing_shipping') ); // shipping and handling\n\n // loop found listings\n foreach ( $items as $item ) {\n\n // make sure there is a product - and min/max prices are set (0 != NULL)\n if ( ! $item->post_id ) continue;\n if ( ! $item->min_price ) continue;\n if ( ! $item->max_price ) continue;\n if ( ! $item->buybox_price && ! $item->compet_price ) continue;\n \n WPLA()->logger->debug( 'adjustLowestPrice for '. $item->sku );\n\n // build target price from BuyBox and/or competitor price\n if ( $item->buybox_price && ! $item->has_buybox ) {\n \n // decide based on uppricing mode\n if ( $lowest_offer_mode && ( $item->buybox_price != $item->compet_price ) ) {\n\n // apply undercut to competitor price - if competitor price is different from BuyBox price\n $target_price = $item->compet_price - $repricing_margin;\n if ( $verbose ) wpla_show_message( $item->sku.': Other seller has BuyBox at '.$item->buybox_price.', lowest offer at '.$item->compet_price.' - your target price: '.$target_price );\n WPLA()->logger->debug( $item->sku.': Other seller has BuyBox at '.$item->buybox_price.', lowest offer at '.$item->compet_price.' - your target price: '.$target_price );\n\n } else {\n\n // apply undercut to BuyBox price - if there is a BuyBox price and it's not the seller's\n $target_price = $item->buybox_price - $repricing_margin;\n if ( $verbose ) wpla_show_message( $item->sku.': Other seller has BuyBox at '.$item->buybox_price.' - your target price: '.$target_price );\n WPLA()->logger->debug( $item->sku.': Other seller has BuyBox at '.$item->buybox_price.' - your target price: '.$target_price );\n\n }\n \n } elseif ( $item->buybox_price && $item->has_buybox && $item->compet_price ) {\n\n // decide based on uppricing mode\n if ( $lowest_offer_mode && ( $item->buybox_price != $item->compet_price ) ) {\n\n // seller has BuyBox and there is competition - apply undercut to competitor price (beta)\n $target_price = $item->compet_price - $repricing_margin;\n if ( $verbose ) wpla_show_message( $item->sku.': You have the BuyBox, but there is a competitor at '.$item->compet_price.' - new target price: '.$target_price );\n WPLA()->logger->debug( $item->sku.': You have the BuyBox, but there is a competitor at '.$item->compet_price.' - new target price: '.$target_price );\n\n } else {\n\n // seller has BuyBox and there is competition - keep price for now\n $target_price = $item->buybox_price;\n if ( $verbose ) wpla_show_message( $item->sku.': You have the BuyBox - keeping current price: '.$target_price );\n WPLA()->logger->debug( $item->sku.': You have the BuyBox - keeping current price: '.$target_price );\n\n }\n\n } elseif ( $item->buybox_price && $item->has_buybox && ! $item->compet_price ) {\n \n // seller has BuyBox and NO competition - fall back to max_price\n $target_price = $item->max_price;\n if ( $verbose ) wpla_show_message( $item->sku.': You have the BuyBox but there is no competitor - falling back to Max Price: '.$target_price );\n WPLA()->logger->debug( $item->sku.': You have the BuyBox but there is no competitor - falling back to Max Price: '.$target_price );\n\n } elseif ( $item->compet_price ) {\n \n $target_price = $item->compet_price - $repricing_margin;\n if ( $verbose ) wpla_show_message( $item->sku.': No BuyBox price - falling back to next competitor at '.$item->compet_price.' - new target price: '.$target_price );\n WPLA()->logger->debug( $item->sku.': No BuyBox price - falling back to next competitor at '.$item->compet_price.' - new target price: '.$target_price );\n\n } else {\n\n $target_price = $item->max_price;\n if ( $verbose ) wpla_show_message( $item->sku.': No BuyBox price, no competitor - falling back to Max Price: '.$target_price );\n WPLA()->logger->debug( $item->sku.': No BuyBox price, no competitor - falling back to Max Price: '.$target_price );\n\n }\n\n $target_price = apply_filters( 'wpla_before_reprice_item', $target_price, $item );\n\n $target_price = round( $target_price, 2 );\n\n\n // update price\n $price_was_changed = self::updateAmazonPrice( $item, $target_price, $verbose );\n if ( $price_was_changed ) {\n $changed_product_ids[] = $item->post_id;\n WPLA()->logger->info('adjustLowestPriceForProducts() - new price for #'.$item->sku.': '.$target_price);\n }\n\n } // foreach item\n\n // echo \"<pre>\";print_r($changed_product_ids);echo\"</pre>\";#die();\n // echo \"<pre>\";print_r($items);echo\"</pre>\";die();\n\n return $changed_product_ids;\n }", "public function isQtyUsesDecimals($productId) {\n $stockItem = Mage::getModel('cataloginventory/stock_item')->loadByProduct($productId);\n $manageStock = $stockItem->getManageStock();\n if ($stockItem->getUseConfigManageStock()) {\n $manageStock = Mage::getStoreConfig('cataloginventory/item_options/manage_stock', Mage::app()->getStore()->getStoreId());\n }\n if ($manageStock) {\n $isQtyDecimal = $stockItem->getIsQtyDecimal();\n if ($isQtyDecimal == 1) {\n return true;\n } else {\n return false;\n }\n }\n return false;\n }", "public function checkProductsList() {\n if (!is_array($this->products) || !count($this->products)) {\n $this->logger->info(\"No \".$this->type.\" found in DST.\");\n }\n $this->logger->info(\"Checking products List\");\n foreach ($this->products as $sku => $product) {\n $errors = $this->pimhelper->check_one_reference($this->type, $product->getData());\n if ($errors > 0) {\n $this->logger->info($errors.\" Fields are missing in product : \".$sku);\n die;\n }\n }\n $this->logger->info(\"Fields were created in every products\");\n return true;\n }", "function fn_warehouses_check_amount_in_stock_before_check($product_id, $amount, $product_options, $cart_id, $is_edp, $original_amount, $cart, $update_id, $product, &$current_amount)\n{\n /** @var Tygh\\Addons\\Warehouses\\Manager $manager */\n $manager = Tygh::$app['addons.warehouses.manager'];\n /** @var Tygh\\Addons\\Warehouses\\ProductStock $product_stock */\n $product_stock = $manager->getProductWarehousesStock($product_id);\n\n if (!$product_stock->hasStockSplitByWarehouses()) {\n return;\n }\n\n $location = fn_warehouses_get_location_from_cart($cart);\n $pickup_point_id = fn_warehouses_get_pickup_point_id_from_cart($cart, $cart_id);\n $destination_id = fn_warehouses_get_destination_id($location);\n\n $product_amount = $product_stock->getAmount();\n if ($pickup_point_id && $product_stock->getWarehousesById($pickup_point_id)) {\n $store = $product_stock->getWarehousesById($pickup_point_id);\n $store = reset($store);\n $product_amount = $product_stock->getAmountForDestination($store->getMainDestinationId());\n } elseif ($destination_id && $product_stock->getAmountForDestination($destination_id)) {\n $product_amount = $product_stock->getAmountForDestination($destination_id);\n }\n\n $current_amount = $product_amount;\n\n if (!empty($cart['products'][$cart_id]['amount']) && !$current_amount) {\n Tygh::$app['session']['warehouses']['out_of_stock_products'][$product_id] = $product_id;\n }\n}", "public function hasAdvancedPrices()\n\t{\n\t\treturn (bool) $this->arrType['prices'];\n\t}", "function twentynineteen_child_wc_qty_add_to_cart_validation( $passed, $product_id, $quantity, $variation_id = '', $variations = '' ) {\n $product_min = twentynineteen_child_wc_min_limit( $product_id );\n\n if ( ! empty( $product_min ) ) {\n // min is empty\n if ( false !== $product_min ) {\n $new_min = $product_min;\n } \n }\n\n return $passed;\n }", "public function isProductCalculated($item) {\n\t\ttry {\n\t\t\tif($item->isChildrenCalculated() && !$item->getParentItem()) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(!$item->isChildrenCalculated() && $item->getParentItem()) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} catch(Exception $e) { }\n\t\treturn false;\n\t}", "public function loadVariantInformation()\n {\n if ($this->_aVariantList === null) {\n $oProduct = $this->getProduct();\n\n //if we are child and do not have any variants then let's load all parent variants as ours\n if ($oParent = $oProduct->getParentArticle()) {\n $myConfig = $this->getConfig();\n\n $oParent->setNoVariantLoading(false);\n $this->_aVariantList = $oParent->getFullVariants(false);\n\n //lets additionally add parent article if it is sellable\n if (count($this->_aVariantList) && $myConfig->getConfigParam('blVariantParentBuyable')) {\n //#1104S if parent is buyable load select lists too\n $oParent->enablePriceLoad();\n $oParent->aSelectlist = $oParent->getSelectLists();\n $this->_aVariantList = array_merge(array($oParent), $this->_aVariantList->getArray());\n }\n } else {\n //loading full list of variants\n $this->_aVariantList = $oProduct->getFullVariants(false);\n }\n\n // setting link type for variants ..\n foreach ($this->_aVariantList as $oVariant) {\n $this->_processProduct($oVariant);\n }\n\n }\n\n return $this->_aVariantList;\n }", "function woo_bundles_loop_price_11() {\n\t\tglobal $product;\n\n\t\tif ( $product->is_type( 'bundle' ) && $product->is_priced_per_product() )\n\t\t\t$product->microdata_display = false;\n\t}", "public function magicMethod(){\n $cart = $this->_getCart();\n $quoteArrayFreeProducts = array();\n $quoteArrayNonFreeProducts = array();\n $AddThisInCart = array();\n $finalAdd = array();\n\n // finding both free and non free products and saving them in array\n $quote = Mage::getSingleton('checkout/session')->getQuote();\n foreach($quote->getAllVisibleItems() as $item) {\n if($item->getData('price') == 0){\n $quoteArrayFreeProducts['item_id'][] = $item->getData('product_id');\n $quoteArrayFreeProducts['qty'][] = $item->getData('qty');\n }else{\n $quoteArrayNonFreeProducts['item_id'][] = $item->getData('product_id');\n $quoteArrayNonFreeProducts['qty'][] = $item->getData('qty');\n }\n }\n \n // print_r($quoteArrayFreeProducts);die;\n // finding free associatied produts and adding them in another array\n for($i = 0; $i < count($quoteArrayNonFreeProducts['item_id']) ;$i++){\n $product = Mage::getModel('catalog/product')->load($quoteArrayNonFreeProducts['item_id'][$i]);\n // print_r($product->getAttributeText('buyxgety'));die;\n if($product->getAttributeText('buyxgety') == 'Enable'){\n $Buyxgety_xqty = $product->getBuyxgety_xqty();\n $Buyxgety_ysku = $product->getBuyxgety_ysku();\n $Buyxgety_yqty = $product->getBuyxgety_yqty();\n\n // $Buyxgety_ydiscount = $product->getBuyxgety_ydiscount();\n if(!empty($Buyxgety_xqty) && !empty($Buyxgety_ysku) && !empty($Buyxgety_yqty) ){\n // die($Buyxgety_ysku);\n $AddThisInCart['item_id'][] = Mage::getModel('catalog/product')->getIdBySku($Buyxgety_ysku);\n $AddThisInCart['qty'][] = (int)($quoteArrayNonFreeProducts['qty'][$i]/$Buyxgety_xqty)*$Buyxgety_yqty;\n }\n }\n }\n for($i = 0; $i < count($AddThisInCart['item_id']) ;$i++){\n if(isset($quoteArrayFreeProducts['item_id'])){\n for($j = 0; $j < count($quoteArrayFreeProducts['item_id']) ;$j++){\n if($AddThisInCart['item_id'][$i] == $quoteArrayFreeProducts['item_id'][$j]){\n $finalAdd['item_id'][] = $AddThisInCart['item_id'][$i];\n $finalAdd['qty'][] = $AddThisInCart['qty'][$i] - $quoteArrayFreeProducts['qty'][$j];\n }else{\n $finalAdd['item_id'][] = $AddThisInCart['item_id'][$i];\n $finalAdd['qty'][] = $AddThisInCart['qty'][$i];\n }\n }\n }else{\n $finalAdd['item_id'][] = $AddThisInCart['item_id'][$i];\n $finalAdd['qty'][] = $AddThisInCart['qty'][$i];\n }\n }\n\n for($i = 0; $i < count($finalAdd['item_id']) ;$i++){\n for($j = 0; $j < count($quoteArrayNonFreeProducts['item_id']); $j++){\n if($finalAdd['item_id'][$i] == $quoteArrayNonFreeProducts['item_id'][$j]){\n foreach ($quoteArrayFreeProducts['item_id'] as $value) {\n if($value == $finalAdd['item_id'][$i]){\n $flag = 1;\n }else{\n $flag = 0;\n }\n }\n if($flag == 1){\n $finalAdd['new_row'][] = 0;\n }else{\n $finalAdd['new_row'][] = 1;\n }\n }\n }\n if(!empty($quoteArrayFreeProducts['item_id'])){\n for($j = 0; $j < count($quoteArrayFreeProducts['item_id']); $j++){\n if($finalAdd['item_id'][$i] == $quoteArrayFreeProducts['item_id'][$j]){\n $finalAdd['new_row'][] = 0;\n }else{\n $finalAdd['new_row'][] = 1;\n }\n }\n }else{\n $finalAdd['new_row'][] = 1;\n } \n }\n\n // print_r($finalAdd);die;\n\n if(isset($finalAdd['item_id'])){\n for($i = 0; $i < count($finalAdd['item_id']) ;$i++){\n if($finalAdd['qty'][$i] > 0){\n Mage::getSingleton('core/session')->setMultilineAddingObserver($finalAdd['new_row'][$i]);\n Mage::getSingleton('core/session')->setZeroSettingObserver(1);\n if($finalAdd['new_row'][$i] == 0){\n $cartHelper = Mage::helper('checkout/cart');\n $items = $cartHelper->getCart()->getItems(); \n foreach ($items as $item) \n {\n $itemId = $item->getItemId();\n if($item->getProductId() == $finalAdd['item_id'][$i] && $item->getPrice() == 0){\n $cartHelper->getCart()->removeItem($itemId)->save();\n $this->magicMethod();\n }\n }\n }else{\n $productToAdd = $product->load($finalAdd['item_id'][$i]);\n $params['qty'] = $finalAdd['qty'][$i];\n $params['product'] = $finalAdd['item_id'][$i];\n $cart->addProduct($productToAdd, $params);\n $cart->save();\n }\n }else if($finalAdd['qty'][$i] < 0){\n $cartHelper = Mage::helper('checkout/cart');\n $items = $cartHelper->getCart()->getItems(); \n foreach ($items as $item) \n {\n $itemId = $item->getItemId();\n if($item->getProductId() == $finalAdd['item_id'][$i] && $item->getPrice() == 0){\n $cartHelper->getCart()->removeItem($itemId)->save();\n $this->_updateShoppingCart();\n }\n } \n }\n }\n }\n }", "function validProduct($dbc, $productId, $variationId = false)\n{\n\t/* Checks to make sure referenced product exists in the database */\n\tif(!$variationId)\n\t{\n\t\t$productId = cleanString($dbc, $productId);\n\t\t$q = \"SELECT ID FROM PRODUCTS WHERE ID = '$productId'\";\n\t\t$r = mysqli_query($dbc, $q);\n\t\t\n\t\tif(mysqli_num_rows($r) == 1)\n\t\t{\n\t\t\treturn true;\n\t\t}else{\n\t\t\treturn false;\n\t\t}\n\t}elseif($variationId)//End check if valid product id\n\t\t{\n\t\t\t$variationId = cleanString($dbc, $variationId);\n\t\t\t$q = \"SELECT ID FROM VARIATIONSET WHERE ID = '$variationId'\";\n\t\t\t$r = mysqli_query($dbc, $q);\n\t\t\t\n\t\t\tif(mysqli_num_rows($r) == 1)\n\t\t\t{\n\t\t\t\treturn true;\n\t\t\t}else{\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}//End if $variationId set, check if that exists\n\t\n}", "public function validateProducts()\r\n {\r\n $return = array();\r\n \r\n if (empty( $this->items ))\r\n {\r\n return $return;\r\n }\r\n \r\n $change = false;\r\n foreach ( $this->items as $key => $wishlistitem )\r\n {\r\n $variant_id = \\Dsc\\ArrayHelper::get( $wishlistitem, 'variant_id' );\r\n \r\n try\r\n {\r\n $product = (new \\Shop\\Models\\Variants())->getById( $variant_id );\r\n }\r\n catch ( \\Exception $e )\r\n {\r\n // remove item from wishlist and add message to $return\r\n $title = \\Dsc\\ArrayHelper::get( $wishlistitem, 'product.title' );\r\n $return[] = 'The item \"' . $title . '\" is invalid and has been removed from your wishlist.';\r\n unset( $this->items[$key] );\r\n $change = true;\r\n continue;\r\n }\r\n \r\n // TODO If the product is not available, remove item from wishlist and add message to $return\r\n \r\n // update the wishlist's stored product definition\r\n $cast = $product->cast();\r\n if ($this->items[$key]['product'] != $cast)\r\n {\r\n $change = true;\r\n $this->items[$key]['product'] = $cast;\r\n }\r\n \r\n // TODO Has the price changed? If so, update the wishlist and add message to $return\r\n }\r\n \r\n if ($change)\r\n {\r\n $this->save();\r\n }\r\n \r\n return $return;\r\n }", "public function detectCombos()\n {\n foreach ($this->order->getProducts() as $k => $product) {\n if ($product->getCategory() == 'Shampoo') {\n foreach ($this->order->getProducts() as $key => $productB) {\n if ($productB->getCategory() == 'Conditioner') {\n $productB->setDiscount(0.5);\n }\n }\n }\n }\n }", "public function get_price_html( $price = '' ) {\n\n\t\t$prices = $this->get_variation_prices( true );\n\n\t\tif ( empty( $prices['price'] ) ) {\n\t\t\treturn apply_filters( 'woocommerce_variable_empty_price_html', '', $this );\n\t\t}\n\n\t\t$tax_display_mode = get_option( 'woocommerce_tax_display_shop' );\n\n\t\t$price = WC_Subscriptions_Product::get_price( $this->get_meta( '_min_price_variation_id' ) );\n\t\t$price = 'incl' == $tax_display_mode ? wcs_get_price_including_tax( $this, array( 'price' => $price ) ) : wcs_get_price_excluding_tax( $this, array( 'price' => $price ) );\n\t\t$price = $this->get_price_prefix( $prices ) . wc_price( $price ) . $this->get_price_suffix();\n\t\t$price = apply_filters( 'woocommerce_variable_price_html', $price, $this );\n\t\t$price = WC_Subscriptions_Product::get_price_string( $this, array( 'price' => $price ) );\n\n\t\treturn apply_filters( 'woocommerce_variable_subscription_price_html', apply_filters( 'woocommerce_get_price_html', $price, $this ), $this );\n\t}", "private function validatePrice(array $price)\n {\n if (empty($price) || empty($price['product_id']) || !isset($price['custom_price'])\n || !isset($price['price_type']) || !isset($price['website_id'])\n ) {\n return false;\n }\n\n $customPrices = $this->getStorage()->getProductPrices($price['product_id']);\n if (!$this->productItemTierPriceValidator->canChangePrice($customPrices, $price['website_id'])) {\n return false;\n }\n\n return true;\n }", "public function setBestPrice($product_id) {\n $query = \"SELECT * FROM wp_pwgb_postmeta WHERE post_id=:product_id;\";\n $stm = $this->db->prepare($query);\n $stm->bindValue(\":product_id\", $product_id, PDO::PARAM_INT);\n $stm->execute();\n\n $response = $stm->fetchAll(PDO::FETCH_ASSOC);\n $tag_prices = $this->productPrice();\n $theBest = ['price' => 0];\n $otherPrices = [];\n $hasChanged = false;\n\n // Obtiene el mejor precio anterior\n foreach ($response as $metadata) {\n // Mejor precio\n if (isset($metadata['meta_key']) && $metadata['meta_key'] == 'price_best') {\n $theBest['price'] = $metadata['meta_value'];\n }\n\n // Mejor tienda\n if (isset($metadata['meta_key']) && $metadata['meta_key'] == 'best_shop') {\n $theBest['shop'] = $metadata['meta_value'];\n }\n\n // Obtiene el precio de otras tiendas\n foreach ($tag_prices as $price) {\n if (isset($metadata['meta_key']) && $metadata['meta_key'] == $price) {\n $otherPrices[$price] = (int) $metadata['meta_value'];\n }\n }\n }\n\n $oldPrice = $theBest['price'];\n // Obtiene el nuevo mejor precio\n foreach ($otherPrices as $store => $price) {\n if (($price > 0) && ($price < $theBest['price'])) {\n $theBest['price'] = $price;\n $theBest['shop'] = $store;\n $hasChanged = true;\n }\n }\n\n // Si el mejor precio cambio, lo actualiza y lo guarda en el historial\n if ($hasChanged) {\n $query = \"INSERT INTO dw_historial (product_id, price_old, price_new, created_at) VALUES \n (:product_id, :price_old, :price_new, NOW());\";\n $stm2 = $this->db->prepare($query);\n $stm2->bindValue(\":product_id\", $product_id, PDO::PARAM_INT);\n $stm2->bindValue(\":price_old\", $oldPrice, PDO::PARAM_INT);\n $stm2->bindValue(\":price_new\", $theBest['price'], PDO::PARAM_INT);\n $stm2->execute();\n\n $query = \"UPDATE wp_pwgb_postmeta SET meta_value=:price_new WHERE post_id=:product_id AND meta_key='price_best';\";\n $stm3 = $this->db->prepare($query);\n $stm3->bindValue(\":product_id\", $product_id, PDO::PARAM_INT);\n $stm3->bindValue(\":price_new\", $theBest['price'], PDO::PARAM_INT);\n $stm3->execute();\n\n $query = \"UPDATE wp_pwgb_postmeta SET meta_value=:best_shop WHERE post_id=:product_id AND meta_key='best_shop';\";\n $stm4 = $this->db->prepare($query);\n $stm4->bindValue(\":product_id\", $product_id, PDO::PARAM_INT);\n $stm4->bindValue(\":best_shop\", $theBest['shop'], PDO::PARAM_STR);\n $stm4->execute();\n }\n }", "private function validate_product_ids() {\n\t\tif ( sizeof( $this->product_ids ) > 0 ) {\n\t\t\t$valid_for_cart = false;\n\t\t\tif ( ! WC()->cart->is_empty() ) {\n\t\t\t\tforeach( WC()->cart->get_cart() as $cart_item_key => $cart_item ) {\n\t\t\t\t\tif ( in_array( $cart_item['product_id'], $this->product_ids ) || in_array( $cart_item['variation_id'], $this->product_ids ) || in_array( $cart_item['data']->get_parent(), $this->product_ids ) ) {\n\t\t\t\t\t\t$valid_for_cart = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( ! $valid_for_cart ) {\n\t\t\t\tthrow new Exception( self::E_WC_COUPON_NOT_APPLICABLE );\n\t\t\t}\n\t\t}\n\t}", "function ppom_is_price_attached_with_fields( $fields_posted ) {\n\t\n\t\n\t$is_price_attached = false;\n\t\n\t$option_price = 0;\n\t$ppom_id = $fields_posted['id'];\n\tforeach($fields_posted as $data_name => $value) {\n\t\t\n\t\t// soon prodcut_id will be removed\n\t\t$product_id = null;\n\t\t$field_meta = ppom_get_field_meta_by_dataname($product_id, $data_name, $ppom_id);\n\t\t$field_type\t= isset($field_meta['type']) ? $field_meta['type'] : '';\n\t\t\n\t\tswitch( $field_type ) {\n\t\t\t\n\t\t\tcase 'checkbox':\n\t\t\t\tif( is_array($value) ) {\n\t\t\t\t\tforeach($value as $cb_value) {\n\t\t\t\t\t\t$option_price \t+= ppom_get_field_option_price($field_meta, $cb_value);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\tbreak;\n\t\t\t\n\t\t\tdefault:\n\t\t\t\t$option_price \t+= ppom_get_field_option_price($field_meta, $value);\n\t\t\t\tbreak;\n\t\t}\n\t}\n\t\n\tif($option_price > 0) {\n\t\t$is_price_attached = true;\n\t}\n\t\n\t// If price matrix attached\n\tif( isset($_POST['ppom']['ppom_pricematrix']) ) {\n\t\t$is_price_attached = true;\n\t}\n\t\n\t// exit;\n\t\n\treturn apply_filters('ppom_option_price_attached', $is_price_attached, $fields_posted, $product_id);\n}", "function product_variable_attributes_countries_prices_wc2_2( $loop, $variation_data, $variation ) {\r\n\r\n\t\t\tif ( count( TFLS()->get_regions() ) ) {\r\n\r\n\t\t\t\t?>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td colspan=\"2\"><strong>Price Based on Country<strong></td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<?php\r\n\r\n\t\t\t\tforeach ( TFLS()->get_regions() as $key => $value ) {\r\n\r\n\t\t\t\t\t$placeholder = ( $value['empty_price_method'] == 'exchange_rate' ? __( 'Apply a exchange rate' ) : '' );\r\n\t\t\t\t\t?>\r\n\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t<td colspan=\"2\"><?php echo __( 'Price for', 'woocommerce-tfls' ) . ' ' . $value['name']; ?></td>\r\n\t\t\t\t\t</tr>\r\n\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t<td>\r\n\t\t\t\t\t\t\t<?php\r\n\r\n\t\t\t\t\t\t\t$id = '_' . $key . '_variable_price';\r\n\r\n\t\t\t\t\t\t\t$price = wc_format_localized_price( isset( $variation_data[ $id ] ) ? esc_attr( $variation_data[ $id ][0] ) : '' );\r\n\r\n\t\t\t\t\t\t\t?>\r\n\t\t\t\t\t\t\t<label><?php echo __( 'Regular Price', 'woocommerce' ) . ' (' . get_woocommerce_currency_symbol( $value['currency'] ) . ')'; ?></label>\r\n\t\t\t\t\t\t\t<input type=\"text\" name=\"<?php echo $id . '[' . $loop . ']'; ?>\"\r\n\t\t\t\t\t\t\t value=\"<?php echo $price; ?>\" class=\"wc_input_price\"\r\n\t\t\t\t\t\t\t placeholder=\"<?php echo $placeholder; ?>\"/>\r\n\t\t\t\t\t\t</td>\r\n\r\n\t\t\t\t\t\t<td>\r\n\t\t\t\t\t\t\t<?php\r\n\r\n\t\t\t\t\t\t\t$id = '_' . $key . '_variable_sale_price';\r\n\r\n\t\t\t\t\t\t\t$price = wc_format_localized_price( isset( $variation_data[ $id ] ) ? esc_attr( $variation_data[ $id ][0] ) : '' );\r\n\r\n\t\t\t\t\t\t\t?>\r\n\t\t\t\t\t\t\t<label><?php echo __( 'Sale Price', 'woocommerce' ) . ' (' . get_woocommerce_currency_symbol( $value['currency'] ) . ')'; ?></label>\r\n\t\t\t\t\t\t\t<input type=\"text\" name=\"<?php echo $id . '[' . $loop . ']'; ?>\"\r\n\t\t\t\t\t\t\t value=\"<?php echo $price; ?>\" class=\"wc_input_price\"/>\r\n\t\t\t\t\t\t</td>\r\n\r\n\t\t\t\t\t\t<td>\r\n\t\t\t\t\t\t\t<?php\r\n\r\n\t\t\t\t\t\t\t$id = '_' . $key . '_variable_wholesale_price';\r\n\r\n\t\t\t\t\t\t\t$price = wc_format_localized_price( usset( $variation_data[$id] ) ? esc_attr( $variation_data[$id][0] ) : '' );\r\n\r\n\t\t\t\t\t\t\t?>\r\n\t\t\t\t\t\t\t<label><?php echo __( 'Wholesale Price', 'woocommerce' ) . ' )' . get_woocommerce_currency_symbol( $value['currency'] ) . ')'; ?></label>\r\n\t\t\t\t\t\t\t<input type=\"text\" name=\"<?php echo $id . '[' . $loop .']'; ?>\" value=\"<?php echo $price; ?>\" class=\"wc_input_price\" />\r\n\t\t\t\t\t\t</td>\r\n\r\n\t\t\t\t\t</tr>\r\n\r\n\t\t\t\t<?php\r\n\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t}", "public function getIsStockManaged($variation_id);", "private static function has_price_field( $form ) {\n\t\tif ( is_array( $form['fields'] ) ) {\n\t\t\tforeach ( $form['fields'] as $field ) {\n\t\t\t\tif ( GFCommon::is_product_field( $field->type ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}", "function validatePrice()\n {\n return empty($this->price)?false:true;\n }", "protected function _isPositiveProductPrice()\n {\n $currentProduct = $this->_getCurrentProduct();\n if ($currentProduct) {\n $productPrice = (float) $currentProduct->getFinalPrice();\n if (empty($productPrice) && !$currentProduct->isGrouped()) {\n return false;\n }\n }\n return true;\n }", "protected abstract function isSingleProduct();", "function generateVariationsFromAttributeValues(array $values) {\r\n\t\t$cpt = 0;\r\n\t\t$variations = array();\r\n\t\tforeach($values as $typeID => $typeValues) {\r\n\t\t\t$this->owner->addAttributeType($typeID);\r\n\t\t\t$copyVariations = $variations;\r\n\t\t\t$variations = array();\r\n\t\t\tforeach($typeValues as $value) {\r\n\t\t\t\t$value = array($value);\r\n\t\t\t\tif(count($copyVariations) > 0) {\r\n\t\t\t\t\tforeach($copyVariations as $variation) {\r\n\t\t\t\t\t\t$variations[] = array_merge($variation, $value);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\t$variations[] = $value;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\tforeach($variations as $variation) {\r\n\t\t\tsort($variation);\r\n\t\t\t$str = implode(',', $variation);\r\n\t\t\t$add = true;\r\n\t\t\t$productVariationIDs = DB::query(\"SELECT \\\"ID\\\" FROM \\\"ProductVariation\\\" WHERE \\\"ProductID\\\" = '{$this->owner->ID}'\")->column();\r\n\t\t\tif(count($productVariationIDs) > 0) {\r\n\t\t\t\t$productVariationIDs = implode(',', $productVariationIDs);\r\n\t\t\t\t$variationValues = DB::query(\"SELECT GROUP_CONCAT(\\\"ProductAttributeValueID\\\" ORDER BY \\\"ProductAttributeValueID\\\" SEPARATOR ',') FROM \\\"ProductVariation_AttributeValues\\\" WHERE \\\"ProductVariationID\\\" IN ($productVariationIDs) GROUP BY \\\"ProductVariationID\\\"\")->column();\r\n\t\t\t\tif(in_array($str, $variationValues)) $add = false;\r\n\t\t\t}\r\n\t\t\tif($add) {\r\n\t\t\t\t$cpt++;\r\n\t\t\t\t$newVariation = new ProductVariation(array(\r\n\t\t\t\t\t'ProductID' => $this->owner->ID,\r\n\t\t\t\t\t'Price' => $this->owner->Price\r\n\t\t\t\t));\r\n\t\t\t\t$newVariation->write();\r\n\t\t\t\t$newVariation->AttributeValues()->addMany($variation);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn $cpt;\r\n\t}", "public function get_adminstaff_FilteredProductsSide($parentid,$subcatid,$selectsublist,$selectgender,$description,$weight,$minprice,$maxprice,$uid)\n\t{\n\t\t\n\t\t$parentid = trim($parentid);\n\t\t$subcatid = trim($subcatid); \n\t\t$selectsublist = trim($selectsublist);\n\t\t$selectgender = trim($selectgender);\n\t\t$description = trim($description);\n\t\t$weight = trim($weight);\n\t\t$minprice = trim($minprice);\n\t\t$maxprice = trim($maxprice);\n\t\t $uid1 = trim($uid);\n\t\t$existsdata = $this->db->query(\"SELECT * from tb_admin_cart where userid='$uid1'\")->row_array();\n\t\tif(empty($existsdata))\n\t\t{\n\t\t\t$sql1=\"SELECT * from tb_products where ProductStatus=1\";\n\t\t\tif(!empty($parentid))\n\t\t\t{\n\t\t\t\t$sql1.=\" AND ParentCategory='$parentid'\";\n\t\t\t}\n\t\t\tif(!empty($subcatid))\n\t\t\t{\n\t\t\t\t$sql1.=\" AND SubCategory='$subcatid'\";\n\t\t\t}\n\t\t\tif(!empty($selectsublist))\n\t\t\t{\n\t\t\t\t$sql1.=\" AND SubCategoryList='$selectsublist'\";\n\t\t\t}\n\t\t\tif(!empty($selectgender))\n\t\t\t{\n\t\t\t\t$sql1.=\" AND gender1='$selectgender'\";\n\t\t\t}\n\t\t\tif(!empty($description))\n\t\t\t{\n\t\t\t\t$sql1.=\" AND productdescription like '%$description'\";\n\t\t\t}\n\t\t\tif(!empty($weight))\n\t\t\t{\n\t\t\t\t$sql1.=\" AND grw='$weight'\";\n\t\t\t}\n\t\t\tif(!empty($minprice))\n\t\t\t{\n\t\t\t\t$sql1.=\" AND totalprice>='$minprice'\";\n\t\t\t}\n\t\t\tif(!empty($maxprice))\n\t\t\t{\n\t\t\t\t$sql1.=\" AND totalprice<='$maxprice'\";\n\t\t\t}\t\t\t\n\t\t\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$sql1=\"SELECT t1.* FROM tb_products as t1 WHERE t1.ProductId not IN (SELECT t2.products FROM tb_admin_cart as t2 WHERE t2.userid='$uid1') \";\n\t\t\n\t\t//$sql1 =\"select * from tb_products where ProductStatus=1\";\n\t\tif(!empty($parentid))\n\t\t{\n\t\t\t$sql1.=\" AND ParentCategory='$parentid'\";\n\t\t}\n\t\tif(!empty($subcatid))\n\t\t{\n\t\t\t$sql1.=\" AND SubCategory='$subcatid'\";\n\t\t}\n\t\tif(!empty($selectsublist))\n\t\t{\n\t\t\t$sql1.=\" AND SubCategoryList='$selectsublist'\";\n\t\t}\n\t\tif(!empty($selectgender))\n\t\t{\n\t\t\t$sql1.=\" AND gender1='$selectgender'\";\n\t\t}\n\t\tif(!empty($description))\n\t\t{\n\t\t\t$sql1.=\" AND productdescription like '%$description'\";\n\t\t}\n\t\tif(!empty($weight))\n\t\t{\n\t\t\t$sql1.=\" AND grw='$weight'\";\n\t\t}\n\t\tif(!empty($minprice))\n\t\t{\n\t\t\t$sql1.=\" AND totalprice>='$minprice'\";\n\t\t}\n\t\tif(!empty($maxprice))\n\t\t{\n\t\t\t$sql1.=\" AND totalprice<='$maxprice'\";\n\t\t}\n\t\t}\n\t\t\n\t\t$result = $this->db->query($sql1)->result_array();\n \n\t\treturn array('getFilterProducts'=>$result); \n \n \n\t}", "function check_dealformap_price($menuid,$brandid=0,$catid=0)\r\n\t{\r\n\t\t$brandid = 0;\r\n\t\treturn $this->db->query(\"select count(*) as t from m_brand_config_map_price where (menuid = ? and brandid = ? and catid = ? ) and is_active = 1 \",array($menuid,$brandid,$catid))->row()->t; \r\n\t}", "function my_woocommerce_product_after_variable_attributes( $loop, $variation_data, $variation ) {\n ?>\n <script>\n setupVariation = function( variationId ) {\n $( 'input[name=\"variable_is_virtual[' + variationId + ']\"]' ).attr( 'checked', 'checked' ).trigger( 'change' );\n }\n \n setupVariation($loop);\n </script>\n <?php\n}", "function tep_has_product_subproducts($products_id) {\n\t$subproducts_query = tep_db_query(\"select count(*) as count from \" . TABLE_PRODUCTS . \" where products_parent_id = '\" . (int)$products_id . \"'\");\n\t$subproducts = tep_db_fetch_array($subproducts_query);\n\tif ($subproducts['count'] > 0) {\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n}", "protected function validateVariant()\n\t{\n\t\tif (!$this->hasVariants())\n\t\t{\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure variant options are initialized\n\t\t$this->getVariantOptions();\n\n\t\t$arrOptions = array();\n\n\t\tforeach ($this->arrAttributes as $attribute)\n\t\t{\n\t\t\tif ($GLOBALS['TL_DCA']['tl_iso_products']['fields'][$attribute]['attributes']['variant_option'])\n\t\t\t{\n\t\t\t\tif ($this->Input->post('FORM_SUBMIT') == $this->formSubmit && in_array($this->Input->post($attribute), (array)$this->arrVariantOptions['attributes'][$attribute], true))\n\t\t\t\t{\n\t\t\t\t\t$arrOptions[$attribute] = $this->Input->post($attribute);\n\t\t\t\t}\n\t\t\t\telseif ($this->Input->post('FORM_SUBMIT') == '' && in_array($this->Input->get($attribute), (array)$this->arrVariantOptions['attributes'][$attribute], true))\n\t\t\t\t{\n\t\t\t\t\t$arrOptions[$attribute] = $this->Input->get($attribute);\n\t\t\t\t}\n\t\t\t\telseif (count((array) $this->arrVariantOptions['attributes'][$attribute]) == 1)\n\t\t\t\t{\n\t\t\t\t\t$arrOptions[$attribute] = $this->arrVariantOptions['attributes'][$attribute][0];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t$intOptions = count($arrOptions);\n\n\t\tif ($intOptions > 0)\n\t\t{\n\t\t\t$intVariant = false;\n\n\t\t\tforeach ((array) $this->arrVariantOptions['options'] as $id => $arrVariant)\n\t\t\t{\n\t\t\t\tif ($intOptions == count($arrVariant) && $intOptions == count(array_intersect_assoc($arrOptions, $arrVariant)))\n\t\t\t\t{\n\t\t\t\t\tif ($intVariant === false)\n\t\t\t\t\t{\n\t\t\t\t\t\t$intVariant = $id;\n\t\t\t\t\t}\n\t\t\t\t\telse\n\t\t\t\t\t{\n\t\t\t\t\t\t$this->doNotSubmit = true;\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Variant not found\n\t\t\tif ($intVariant === false || !is_array($this->arrVariantOptions['variants'][$intVariant]))\n\t\t\t{\n\t\t\t\t$this->doNotSubmit = true;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Variant already loaded\n\t\t\tif ($intVariant == $this->id)\n\t\t\t{\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t$this->loadVariantData($this->arrVariantOptions['variants'][$intVariant]);\n\t\t}\n\t}", "function HTMLVariationValues($name=null, $results, $product, $product_variations, $product_variation_values, $variation_values) {\n //エラー判定\n if (isset($results)) {\n $err_price = $results->errors['price'];\n $err_stock = $results->errors['stock'];\n }\n\n if (is_array($product_variations)) {\n //選択済み規格でループ\n foreach ($product_variations as $key=>$val) {\n if (is_array($variation_values[$key])) {\n //規格詳細でループ\n foreach ($variation_values[$key] as $k=>$v) {\n //自身を抹消(再帰用)\n unset($product_variations[$key]);\n //配列がなくなった(出力処理)\n if (count($product_variations)==0) {\n $name_td = '';\n $id = '';\n //規格1つの場合\n if (count($name)==0) {\n $name_td = '<td class=\"wd200\">' . $v['name'] . '</td>';\n }\n //規格組合せの場合\n else {\n //規格詳細を連結\n $nm = '';\n foreach ($name as $n) {\n if ($nm=='') {\n $id = $n['id'];\n $nm = $n['name'];\n }\n else {\n $id = $id . '_' . $n['id'];\n $nm = $nm . ', ' . $n['name'];\n }\n }\n $name_td = '<td class=\"wd200\">' . $nm . ', ' . $v['name'] . '</td>';\n }\n //IDを作成する\n if ($id=='') {\n $id = $v['id'];\n }\n else {\n $id = $id . '_' . $v['id'];\n }\n $check_val = array();\n $check_val['type'] = 'checkbox';\n $check_val['id'] = 'values_visible['.$id.']';\n $check_val['value'] = $id;\n if (!isset($product_variation_values[$id])) {\n $check_val['checked'] = '\"checked\"';\n }\n else if (isset($product_variation_values[$id]['visible']) && $product_variation_values[$id]['visible']=='1') {\n $check_val['checked'] = '\"checked\"';\n }\n $price = $product['price'];\n $stock = 0;\n if (isset($product_variation_values[$id])) {\n $price = $product_variation_values[$id]['price'];\n $stock = $product_variation_values[$id]['stock'];\n }\n echo '<div style=\"display:none;\">';\n echo SimpleCartFunctions::HTMLInput($check_val);\n echo '</div>';\n echo '<tr>';\n echo $name_td;\n if ($product['stock_manage']=='1') {\n echo '<td>' . SimpleCartFunctions::HTMLInput(array('id'=>'values_stock['.$id.']', 'value'=>$stock, 'class'=>'input_80')) . SimpleCartFunctions::HTMLError($err_stock[$id]) . '</td>';\n }\n echo '<td>' . SimpleCartFunctions::HTMLInput(array('id'=>'values_price['.$id.']', 'value'=>$price, 'class'=>'input_80')) . SimpleCartFunctions::HTMLError($err_price[$id]) . '</td>';\n echo SimpleCartFunctions::HTMLInput(array('type'=>'hidden', 'id'=>'values_ids['.$id.']', 'value'=>$id, 'class'=>'input_40'));\n echo '</tr>';\n }\n //配列がまだある(再帰するぜ)\n else {\n if (is_null($name)) {\n $name = array();\n $name[$key]['id'] = $v['id'];\n $name[$key]['name'] = $v['name'];\n }\n else {\n $name[$key]['id'] = $v['id'];\n $name[$key]['name'] = $v['name'];\n }\n SimpleCartFunctions::HTMLVariationValues($name, $results, $product, $product_variations, $product_variation_values, $variation_values);\n }\n }\n }\n return;\n }\n }\n }", "function tep_get_productPrice($product_id){\n\tif ($product_id){\n\t\tglobal $languages_id,$pf;\n\t\t$product_query = tep_db_query(\"select p.products_id,p.products_price,products_discount from \" . TABLE_PRODUCTS . \" p where p.products_id=\".(int)$product_id );\n\t\tif (tep_db_num_rows($product_query)) {\n\t\t\t$product = tep_db_fetch_array($product_query);\n\t\t\t$product_price = $product['products_price'];\n\t\t\t$rata = $product['products_discount'] > 0 ? number_format((1/(1-$product['products_discount']/100)),2,'.','') : PRODUCTS_RATE;//( $product['products_discount'] > 0 )? number_format( (1 - ($product['products_discount'] / 100)) , 2) : PRODUCTS_RATE;\n\t\t\t//$retail_price = $product['products_price'] * PRODUCTS_RATE;// * $rata;//\n\t\t\t//echo $rata;\n\t\t\t$pf -> loadProduct($product['products_id'],$languages_id);\n\t\t\t$result = array();\n\t\t\t$result['rsPrice'] = $pf -> getRetailSinglePrice($rata);\n\t\t\t$result['sPrice'] = $pf -> getSinglePrice();\n\t\t\treturn $result;\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t}else{\n\t\treturn false;\n\t}\n}", "function sale_regular_price_html() {\n\t\t$price = '';\n\t\t\n\t\tif( $this->_apptivo_sale_price <= 0)\n\t\t{\n\t\t\t $price .= 'This product is not ready for sale';\n\t\t\t $price = apply_filters('apptivo_ecommerce_empty_price_html', $price, $this);\n\t\t\t return $price;\t\t\n\t\t}\n\t\t\tif ($this->_apptivo_sale_price) :\n\t\t\t\tif (isset($this->_apptivo_regular_price)) :\n\t\t\t\t if($this->_apptivo_regular_price == '' ) { $this->_apptivo_regular_price = '0.00'; } \t\t\t\t\n\t\t\t\t\t$price .= '<del>'.apptivo_ecommerce_price( $this->_apptivo_regular_price ).'</del> <ins>'.apptivo_ecommerce_price($this->_apptivo_sale_price).'</ins>';\n\t\t\t\t\t$price = apply_filters('apptivo_ecommerce_sale_price_html', $price, $this);\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\telse :\t\n\t\t\t\t $price .= apptivo_ecommerce_price($this->sale_price());\t\t\t\t\t\n\t\t\t\t\t$price = apply_filters('apptivo_ecommerce_price_html', $price, $this);\t\t\t\t\t\n\t\t\t\tendif;\n\t\t\telseif ($this->_apptivo_sale_price === '' ) :\n\t\t\t $price .= 'This product is not ready for sale';\n\t\t\t $price = apply_filters('apptivo_ecommerce_empty_price_html', $price, $this);\t\t\t\t\n\t\t\telseif ($this->_apptivo_sale_price === '0' ) :\t\t\t\n\t\t\t\t$price = __('Free!', 'apptivo_ecommerce'); \n\t\t\t\t$price = apply_filters('apptivo_ecommerce_free_price_html', $price, $this);\n\t\t\t\t\n\t\t\tendif;\n\t\n\t\t\n\t\treturn $price;\n\t}", "public function isIncludedInDisplayPrice();", "public function getComparePrice($productId) {\n $productCollection = Mage::getModel ( static::CAT_PRO )->getCollection ()->addAttributeToSelect ( '*' )->addAttributeToFilter ( 'is_assign_product', array (\n 'eq' => 1 \n ) )->addAttributeToFilter ( static::STATUS, array (\n 'eq' => Mage_Catalog_Model_Product_Status::STATUS_ENABLED \n ) );\n \n $productCollection->addFieldToFilter ( 'assign_product_id', array (\n 'eq' => $productId \n ) );\n $productCollection->setOrder ( 'price', 'ASC' );\n return $productCollection;\n }", "public function getCheckoutProducts()\r\n\t{\r\n\t\t$products = array();\r\n\t\t\r\n\t\tforeach (Mage::getSingleton('checkout/session')->getQuote()->getAllVisibleItems() as $item)\r\n\t\t{\r\n\t\t\t$args = $this->getDefaultProductIdentifiers($item);\r\n\t\t\t\r\n\t\t\t$variant = array();\r\n\t\t\t\t\r\n\t\t\t/**\r\n\t\t\t * Handle configurable products\r\n\t\t\t */\r\n\t\t\tif ($item->getProduct()->isConfigurable())\r\n\t\t\t{\r\n\t\t\t\t$parent = Mage::getModel('catalog/product')->load\r\n\t\t\t\t(\r\n\t\t\t\t\t$item->getProductId()\r\n\t\t\t\t);\r\n\t\t\t\r\n\t\t\t\t/**\r\n\t\t\t\t * Swap configurable data\r\n\t\t\t\t * \r\n\t\t\t\t * @var stdClass\r\n\t\t\t\t */\r\n\t\t\t\t$args = $this->getConfigurableProductIdentifiers($args, $parent);\r\n\t\t\t\t\r\n\t\t\t\tif ($item instanceof Mage_Sales_Model_Quote_Item)\r\n\t\t\t\t{\r\n\t\t\t\t\t$request = new Varien_Object(unserialize($item->getOptionByCode('info_buyRequest')->getValue()));\r\n\t\t\t\t}\r\n\t\t\t\telse if ($item instanceof Mage_Sales_Model_Order_Item)\r\n\t\t\t\t{\r\n\t\t\t\t\t$request = new Varien_Object($item->getProductOptions());\r\n\t\t\t\t}\r\n\t\t\t\r\n\t\t\t\t$options = $request->getData();\r\n\t\t\t\r\n\t\t\t\tif (isset($options['super_attribute']) && is_array($options['super_attribute']))\r\n\t\t\t\t{\r\n\t\t\t\t\tforeach ($options['super_attribute'] as $id => $option)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t$attribute = Mage::getModel('catalog/resource_eav_attribute')->load($id);\r\n\t\t\t\r\n\t\t\t\t\t\tif ($attribute->usesSource())\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t$variant[] = join(':', array\r\n\t\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t\t$this->jsQuoteEscape($attribute->getFrontendLabel()),\r\n\t\t\t\t\t\t\t\t$this->jsQuoteEscape($attribute->getSource()->getOptionText($option))\r\n\t\t\t\t\t\t\t));\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\t\r\n\t\t\t/**\r\n\t\t\t * Handle products with custom options\r\n\t\t\t */\r\n\t\t\tif (1 === (int) $item->getProduct()->getHasOptions())\r\n\t\t\t{\r\n\t\t\t\tif ($item instanceof Mage_Sales_Model_Quote_Item)\r\n\t\t\t\t{\r\n\t\t\t\t\t$request = new Varien_Object(unserialize($item->getOptionByCode('info_buyRequest')->getValue()));\r\n\t\t\t\t}\r\n\t\t\t\telse if ($item instanceof Mage_Sales_Model_Order_Item)\r\n\t\t\t\t{\r\n\t\t\t\t\t$request = new Varien_Object($item->getProductOptions());\r\n\t\t\t\t}\r\n\t\t\t\r\n\t\t\t\tif ((int) $request->getProduct() > 0)\r\n\t\t\t\t{\r\n\t\t\t\t\t$parent = Mage::getModel('catalog/product')->load\r\n\t\t\t\t\t(\r\n\t\t\t\t\t\t$request->getProduct()\r\n\t\t\t\t\t);\r\n\t\t\t\t\t\t\r\n\t\t\t\t\tif ($this->useConfigurableParent())\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t$args->id \t= $parent->getSku();\t\t\t\t\t\r\n\t\t\t\t\t\t$args->name = $parent->getName();\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t/**\r\n\t\t\t\t\t * Get field to use for variants\r\n\t\t\t\t\t *\r\n\t\t\t\t\t * @var string\r\n\t\t\t\t\t*/\r\n\t\t\t\t\t$field = Mage::helper('ec')->getOptionUseField();\r\n\t\t\t\t\t\t\r\n\t\t\t\t\tforeach ($parent->getProductOptionsCollection() as $option)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t$data = $parent->getOptionById($option['option_id']);\r\n\t\t\t\r\n\t\t\t\t\t\tswitch($data->getType())\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tcase 'drop_down':\r\n\t\t\t\t\t\t\t\tforeach ($data->getValues() as $value)\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t$options[] = array\r\n\t\t\t\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t\t\t\t'id' \t=> $value->getOptionTypeId(),\r\n\t\t\t\t\t\t\t\t\t\t'value' => $value->getData($field),\r\n\t\t\t\t\t\t\t\t\t\t'title' => $data->getTitle()\r\n\t\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\tcase 'field':\r\n\t\t\t\t\t\t\t\t$options[] = array\r\n\t\t\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t\t\t'value' => (string) $data->getData($field)\r\n\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\t\r\n\t\t\t\t\tif ($request->getOptions() && is_array($request->getOptions()))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tforeach ($options as $option)\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tforeach ($request->getOptions() as $current)\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\tif (is_array($option) && isset($option['id']) && (int) $current === (int) $option['id'])\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t$variant[] = join(':',array\r\n\t\t\t\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t\t\t\t$this->jsQuoteEscape($option['title']),\r\n\t\t\t\t\t\t\t\t\t\t$this->jsQuoteEscape($option['value'])\r\n\t\t\t\t\t\t\t\t\t));\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$category = $this->getCategory\r\n\t\t\t(\r\n\t\t\t\tMage::helper('ec/session')->getTrace()->get($item->getProduct())\r\n\t\t\t);\r\n\t\t\t\r\n\t\t\t$data = (object) array\r\n\t\t\t(\r\n\t\t\t\t'id' \t\t=> $this->jsQuoteEscape($args->id),\r\n\t\t\t\t'name' \t\t=> $this->jsQuoteEscape($args->name),\r\n\t\t\t\t'category' \t=> $this->jsQuoteEscape($category),\r\n\t\t\t\t'brand' \t=> $this->jsQuoteEscape($this->getBrandBySku($args->id)),\r\n\t\t\t\t'price' \t=> Mage::helper('ec/price')->getPrice($item->getProduct()),\r\n\t\t\t\t'quantity' \t=> $item->getQty(),\r\n\t\t\t\t'variant' \t=> join('-', $variant),\r\n\t\t\t\t'coupon'\t=> ''\r\n\t\t\t);\r\n\t\t\t\r\n\t\t\t$products[] = $data;\r\n\t\t}\r\n\t\t\r\n\t\treturn $products;\r\n\t}", "function isVariation() : bool;", "function cul_find_plan_duration_in_cart_subs() {\n\n $products = WC()->cart->cart_contents;\n $all_variation_titles = '';\n foreach ($products as $product) {\n $variation_id = $product['variation_id'].'<br>';\n $all_variation_titles .= get_the_title($variation_id);\n\n if (strpos($all_variation_titles, '6 Meses') !== false) {\n return 6;\n }\n else if (strpos($all_variation_titles, '9 Meses') !== false) {\n return 9;\n }\n else if (strpos($all_variation_titles, '12 Meses') !== false) {\n return 12;\n }\n else if (strpos($all_variation_titles, '18 Meses') !== false) {\n return 18;\n }\n else if (strpos($all_variation_titles, '24 Meses') !== false) {\n return 24;\n }\n else if (strpos($all_variation_titles, '30 Meses') !== false) {\n return 30;\n }\n\n else {\n return false;\n }\n \n }\n \n}", "public function isApplicable() : bool{\r\n $items = $this->order->getOrderItems();\r\n foreach($items as $item){\r\n // checks every item for order if the quantity is >= $products_nr\r\n if($item[\"quantity\"] >= $this->products_nr){\r\n $tmp_item = $this->order->getProductById($item[\"product-id\"]);\r\n\r\n // checks if product category equals $category_id \r\n if((int)$tmp_item[\"category\"] === $this->category_id){\r\n $tmp_item[\"qty\"] = $item[\"quantity\"];\r\n\r\n // saves the discounted items in a temporary array\r\n $this->items_matching[] = $tmp_item;\r\n\r\n // stores the total cost of the discount\r\n $this->discounted_value += $tmp_item[\"price\"] * floor($item[\"quantity\"] / $this->products_nr);\r\n }\r\n }\r\n }\r\n\r\n if($this->discounted_value > 0){\r\n $this->is_applicable = true;\r\n $this->calculateDiscount();\r\n return true; \r\n }\r\n return false;\r\n }", "public function testConditionOverride() {\n\t\t$products = $this->productsManager->filter(Attr::id()->lt(3))->find(Attr::category()->eq('Clothes'));\n\t\t$this->assertCount(3, $products);\n\t}", "public function validateStocks($userId)\n {\n $data['sets'] = Cart::where('user_id', $userId)\n ->where('parent_id', null)\n ->where('set_id', '!=', 0)\n ->orderBy('id', 'desc')\n ->get();\n\n $data['products'] = Cart::where('user_id', $userId)\n ->where('parent_id', null)\n ->where('product_id', '!=', null)\n ->orderBy('id', 'desc')\n ->get();\n\n $data['subproducts'] = Cart::where('user_id', $userId)\n ->where('parent_id', null)\n ->where('subproduct_id', '!=', null)\n ->orderBy('id', 'desc')\n ->get();\n\n\n foreach ($data['products'] as $key => $product) {\n $this->validateProductStock($product);\n }\n // foreach ($data['subproducts'] as $key => $subproduct) {\n // $this->validateSubproductStock($subproduct);\n // }\n // foreach ($data['sets'] as $key => $set) {\n // $this->validateSetStock($set);\n // }\n }" ]
[ "0.66020596", "0.63148606", "0.61230445", "0.6019033", "0.59610105", "0.5939815", "0.58777785", "0.5857147", "0.58443433", "0.570069", "0.56907254", "0.56128234", "0.56028163", "0.55940706", "0.55913746", "0.5588766", "0.55731744", "0.55629194", "0.5557842", "0.55541164", "0.554751", "0.5541437", "0.55188406", "0.54877", "0.547368", "0.5464151", "0.5455512", "0.54450554", "0.5434044", "0.5426279", "0.54190606", "0.54095984", "0.5403999", "0.5392799", "0.53920287", "0.5385359", "0.53840727", "0.53671485", "0.5365826", "0.5359223", "0.5350197", "0.53132683", "0.5311291", "0.5308849", "0.52973014", "0.5292154", "0.52895314", "0.52809525", "0.52544063", "0.5244648", "0.5240981", "0.5235636", "0.52168083", "0.52129066", "0.5202111", "0.5201411", "0.52014077", "0.51974666", "0.5185578", "0.5178292", "0.5143651", "0.5133291", "0.5128891", "0.51248235", "0.51174116", "0.51132536", "0.51116496", "0.5087844", "0.5087663", "0.5085294", "0.5076511", "0.5074126", "0.50705695", "0.5067551", "0.506291", "0.506197", "0.5055289", "0.50532323", "0.5049775", "0.50495446", "0.5044431", "0.50435454", "0.5039987", "0.50391877", "0.5031091", "0.5025461", "0.502421", "0.5023991", "0.50166607", "0.50147754", "0.5014212", "0.49994627", "0.49977756", "0.49953336", "0.49932256", "0.49917847", "0.49900344", "0.49885878", "0.49835584", "0.4978522" ]
0.55964077
13
get profile object if possible from cache
function getProfile( $profile_id ) { // update cache if required if ( $this->last_profile_id != $profile_id ) { $this->last_profile_object = new WPLA_AmazonProfile( $profile_id ); $this->last_profile_id = $profile_id; } return $this->last_profile_object; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function getProfile(){\n $profile = $this->loadUser();\n return $profile;\n }", "public function getProfile(){\n\t\treturn (new Profile($this->userName));\n\t}", "function yz_profile() {\n\treturn Youzer_Profile::get_instance();\n}", "public function fetch(): object\n {\n return $this->get('userProfile/v1/internal/users/' . $this->accountId . '/profiles');\n }", "public function fetch(): object\n {\n return $this->get('userProfile/v1/internal/users/' . $this->accountId . '/profiles');\n }", "public function getFromCache() {}", "public function getProfile()\n {\n $profile = new \\login\\user\\Profile($this->db);\n if (array_key_exists('profile_id', $this->data)) {\n $profile->loadFromId($this->data['profile_id']);\n }\n return $profile;\n }", "public function getProfile()\n {\n $res = $this->getEntity()->getProfile();\n\t\tif($res === null)\n\t\t{\n\t\t\t$this->setProfile(SDIS62_Model_DAO_Abstract::getInstance($this::$type_objet)->findByCriteria('Profile', array('primary' => $this::getPrimary())));\n\t\t\treturn $this->getEntity()->getProfile();\n\t\t}\n return $res;\n }", "public function GetProfile()\n {\n return $this->profile;\n }", "public function getProfile()\n {\n return $this->profile;\n }", "public function getProfile()\n {\n return $this->profile;\n }", "public function getProfile()\n {\n return $this->profile;\n }", "public function getProfile() {\n\t\treturn $this->profile;\n\t}", "public function profile() {\n return $this->profile;\n }", "function current_user_profile($user_id = null)\n{\n if (is_null($user_id)) {\n $user_id = current_user_id();\n }\n\n// return \\base\\libs\\Redis::getUserProfile($user_id);\n}", "abstract protected function getUserProfile();", "public function getProfile()\r\n {\r\n return $this->getGuardUser() ? $this->getGuardUser()->getProfile() : null;\r\n }", "public function get_profile($username = '')\n {\n\n\n if($username) $this->username = $username;\n\n $details = (Object) $this->user_details($this->username);\n\n $profile = $details->profile;\n\n $not_valid = !(!empty($profile) and FILE::isExist($profile,\"profile\"));\n\n if($not_valid) return;\n\n return $profile;\n\n\n }", "protected function getResourceObject()\n {\n return new Profile($this->api);\n }", "function loadCacheObject ()\n {\n if (!$this->cacheObjectLocked()) {\n $return = $this->cacheObjectContents($this->cacheObjectId);\n } else {\n $return = $this->loadLockedObject();\n }\n\n return $return;\n }", "public function getUserProfile();", "public function getUserProfile(){\n\n\t\treturn $this->cnuser->getUserProfile($this->request->header('Authorization'));\n\t}", "public function getObjFromCache($key);", "static function getProfile($profile_id)\n\t{\n\t\t$profile = ORM::for_table('PROFILE')->where('profile_id', $profile_id)->find_array();\n\n\t\treturn $profile;\n\t}", "public function getProfile() {\n return $this->getGuardUser() ? $this->getGuardUser()->getProfile() : null;\n }", "public function getProfile()\n {\n ProfileResource::withoutWrapping();\n MinistryResource::withoutWrapping();\n\n if (request()->has('complete') && request()->complete) {\n return new ProfileResource(auth()->user());\n } else {\n return new MinistryResource(auth()->user());\n }\n }", "public function getCurrentProfile(){\n\n try{\n\n if( $this->hasToken() ){\n\n $account = $this->asObj( '/profile' );\n\n return $account->data;\n\n }\n else\n throw new ClientException(\"You need an authorization token, in order to request a profile.\");\n\n }\n catch (ResourceNotFoundException $e){\n //account does not exist\n return NULL;\n }\n\n }", "function wpcom_vip_get_user_profile( $email_or_id ) {\n\n\tif ( is_numeric( $email_or_id ) ) {\n\t\t$user = get_user_by( 'id', $email_or_id );\n\t\tif ( ! $user )\n\t\t\treturn false;\n\n\t\t$email = $user->user_email;\n\t} elseif ( is_email( $email_or_id ) ) {\n\t\t$email = $email_or_id;\n\t} else {\n\t\t$user_login = sanitize_user( $email_or_id, true );\n\t\t$user = get_user_by( 'login', $user_login );\n\t\tif ( ! $user )\n\t\t\treturn;\n\n\t\t$email = $user->user_email;\n\t}\n\n\t$hashed_email = md5( strtolower( trim( $email ) ) );\n\t$profile_url = esc_url_raw( sprintf( '%s.gravatar.com/%s.php', ( is_ssl() ? 'https://secure' : 'http://www' ), $hashed_email ), array( 'http', 'https' ) );\n\n\t$profile = wpcom_vip_file_get_contents( $profile_url, 1, 900 );\n\tif ( $profile ) {\n\t\t$profile = unserialize( $profile );\n\n\t\tif ( is_array( $profile ) && ! empty( $profile['entry'] ) && is_array( $profile['entry'] ) ) {\n\t\t\t$profile = $profile['entry'][0];\n\t\t} else {\n\t\t\t$profile = false;\n\t\t}\n\t}\n\treturn $profile;\n}", "public static function currentOrNew():Profile\n {\n return self::current() ?? new Profile;\n }", "private function cacheFetch() {\n //$data = cache_get($this->id, 'cache');;\n $data = NULL;\n if ($data) {\n foreach ($this->properties as $prop) {\n if (isset($data->data[$prop]) && !empty($data->data[$prop])) {\n $this->$prop = $data->data[$prop];\n }\n }\n }\n }", "private function getObject($name){\n return $this->cache->get($name);\n }", "public function getProfile()\n {\n return $this->request('me');\n }", "public function getUserProfileInstance()\n {\n $entity = null;\n\n if ($this instanceof \\UserProfile) {\n $entity = $this;\n } elseif ($this instanceof \\PortalUser) {\n $entity = $this->getRelated('UserProfile');\n } else {\n $portalUser = $this->getPortalUser();\n if ($portalUser == null) {\n return null;\n }\n $entity = $portalUser->getRelated('UserProfile');\n }\n\n $this->checkJoin($this, $entity);\n\n return $entity;\n }", "public function getProfile()\n {\n return $this->hasOne(Profile::className(), ['id' => 'profile_id']);\n }", "public function getProfile()\n {\n return $this->hasOne(Profile::className(), ['user_id' => 'id']);\n }", "public function getProfileImage()\n {\n if ($this instanceof \\humhub\\modules\\space\\models\\Space) {\n return new \\humhub\\libs\\ProfileImage($this->guid, 'default_space');\n }\n return new \\humhub\\libs\\ProfileImage($this->guid);\n }", "protected function getUserProfile() {\n $profile = (new FacebookRequest(\n $this->fbSession, 'GET', '/me'\n ))->execute()->getGraphObject(GraphUser::className());\n //return\n return $profile;\n }", "public static function getInstanceByProfileName($inProfileName) {\n\t\t/**\n\t\t * Check for an existing instance\n\t\t */\n\t\tif ( isset(self::$_Instances[$inProfileName]) ) {\n\t\t\treturn self::$_Instances[$inProfileName];\n\t\t}\n\n\t\t/**\n\t\t * No instance, create one\n\t\t */\n\t\t$oObject = new mofilmUserProfile();\n\t\t$oObject->setProfileName($inProfileName);\n\t\tif ( $oObject->load() ) {\n\t\t\tself::$_Instances[$inProfileName] = $oObject;\n\t\t}\n\t\treturn $oObject;\n\t}", "function getUserProfile()\n\t{\n\t\t// ask kakao api for user infos\n\t\t$data = $this->api->api( \"user/me\" ); \n \n\t\tif ( ! isset( $data->id ) || isset( $data->error ) ){\n\t\t\tthrow new Exception( \"User profile request failed! {$this->providerId} returned an invalid response.\", 6 );\n\t\t}\n\n\t\t$this->user->profile->identifier = @ $data->id; \n\t\t$this->user->profile->displayName = @ $data->properties->nickname;\n\t\t$this->user->profile->photoURL = @ $data->properties->thumbnail_image;\n\n\t\treturn $this->user->profile;\n\t}", "public function getItem($id = null) {\n\t \n\t if (!$id) {\n\t $id = $this->getState($this->option.\".profile.user_id\");\n\t\t}\n\t\t\n\t\t$storedId = $this->getStoreId($id);\n\t\t\n\t\tif (!isset($this->item[$storedId])) {\n\n\t\t $db = JFactory::getDbo();\n\t\t $query = $db->getQuery(true);\n\t\t $query\n\t\t ->select(\"*\")\n\t\t ->from(\"#__itpsc_profiles\")\n\t\t ->where(\"id = \" . (int)$id);\n\n\t\t $db->setQuery($query, 0, 1);\n\t\t $result = $db->loadAssoc();\n \n\t\t\t// Check published state.\n\t\t\tif (empty($result)){\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t$this->item[$storedId] = $result;\n\t\t\t\n\t\t}\n\n\t\treturn $this->item[$storedId];\n\t}", "public function get_profile($user_profile_data){\n\t\t$user_name = $_SESSION['username'];\n\t\t// get user id for the logged in user\n\t\t$user_id = Database::user_id_query($user_name);\n\t\t//call static fucntion to get contents of user profile\n\t\t$user_profile_data = UserProfileHelper::get_user_profile($user_id);\n\t\treturn $user_profile_data;\n\t}", "public function getInfoProfile(){\n return $this->get_user_by_id($this->getAccountID());\n }", "public static function getProfile($profile_id) {\n $db = Db::instance(); // create db connection\n // build query\n $q = sprintf(\"SELECT * FROM `%s` WHERE `profile_id` = %d;\",\n self::DB_TABLE,\n $profile_id\n );\n $result = $db->query($q); // execute query\n if($result->num_rows == 0) {\n return null;\n } else {\n $row = $result->fetch_assoc(); // get results as associative array\n\n $profile = new Profile(); // instantiate\n $profile->profile_id = $row['profile_id'];\n $profile->firstname = $row['firstname'];\n $profile->lastname = $row['lastname'];\n $profile->username = $row['username'];\n $profile->password = $row['password'];\n $profile->photo = $row['photo'];\n $profile->number_posts = $row['number_posts'];\n\n return $profile; // return the member\n }\n }", "public function testDestiny2GetProfile()\n {\n // TODO: implement\n $this->markTestIncomplete('Not implemented');\n }", "protected function load_cache(){\r\n\t\tstatic $cached = null;\r\n\t\t\r\n\t\tif(!$cached){\r\n\t\t\t\r\n\t\t\tif($this->_cfg->get('sfversion') == 'auto'){\r\n\t\t\t\t// get version from sourceforge/cache\r\n\t\t\t\tif (!$this->is_cached()) $this->update_cache();\r\n\t\t\t\t$cached = (object)include($this->get_cache());\r\n\t\t\t}else{\r\n\t\t\t\t// use predefined version from config\r\n\t\t\t\t$cached = (object)$this->_cfg->get('sfversion');\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\treturn $cached;\r\n\t}", "protected function loadFromCache() {}", "function get_cache(Repository $repo) {\n $key = cache_key($repo);\n $data = get_transient($key);\n if ($data !== false) {\n return json_decode($data, true);\n }\n return false;\n}", "protected function getFromCache()\n {\n return $this->cache->get($this->getCacheKey());\n }", "public function cache(): object\n {\n return $this->baseApp($this)->loadCache();\n }", "function getProfile($id){\n return $this->activity_model->fetchProfile($id)->row();;\n }", "function object_cache_get($id, $flag = '') {\n\tglobal $ts_object_cache;\n\n\treturn $ts_object_cache->get($id, $flag);\n}", "private function checkProfile($profile)\n {\n if ($profile === null) {\n $profile = $this->getProfile();\n return $profile;\n } elseif ($this->getProfile()->getUsername() === $profile || $this->getDoorman()->isKitchenStaff() === true) {\n $profileRepository = $this->getDoctrine()->getRepository('MealzUserBundle:Profile');\n $profile = $profileRepository->find($profile);\n return $profile;\n }\n\n return null;\n }", "public function getSocialRecordFromCache($gid);", "public static function current():Profile|null\n {\n try {\n return Auth::user()->activeProfile ?? null;\n } catch (\\Throwable $e) {\n report($e);\n }\n return null;\n }", "private function getUser()\n {\n $userObj = new Core_Model_Users;\n return $userObj->profile();\n }", "public function profile() {\n return $this->hasOne(Profile::class);\n }", "public function getUserProfile()\n {\n $user = $this->security->getUser();\n return $user;\n }", "public function loadProfileInformation() {\n\t\t\t$procedure = \"get\" . $this->mode_ . \"Information\"; \n\t\t\t$this->profileInformation_ = $this->dbHandler_->call($procedure, \"%d\", array($this->id_));\n\t\t}", "function fetch_user_by_id($id) {\n if(!cache_isset('taxi_!uid_'.$id)) {\n if(cache_isset('taxi_uid_'.$id)) {\n return cache_get('taxi_uid_'.$id);\n } else {\n global $DB;\n connect_db();\n $result=$DB->users->findOne(['id'=>$id]);\n if(is_array($result)) {\n cache_set('taxi_uid_'.$id,$result);\n } else {\n cache_set('taxi_!uid_'.$id,true)\n }\n return $result;\n }\n }\n}", "function Atv_getRepoKegiatanPresensi(): object\n{\n return Cache::remember('repo-kegiatan-presensi', (60 * 60 * 2/* 2 hours */), function () {\n return Kegiatan::getKegiatanPresensi()->get()->map->kegiatanResourceMap();\n });\n}", "public function profile()\n {\n return $this->hasOne(Profiles::class);\n }", "public function profile()\n {\n return $this->hasOne(Profile::class);\n }", "public function profile()\n {\n return $this->hasOne(Profile::class);\n }", "public function profile()\n {\n return $this->hasOne(Profile::class);\n }", "protected function getObject()\n\t{\n\t\tif( !isset( $this->object ) ) {\n\t\t\t$this->object = \\Aimeos\\MAdmin\\Cache\\Manager\\Factory::createManager( $this->context )->getCache();\n\t\t}\n\n\t\treturn $this->object;\n\t}", "public function getAccount($cache = TRUE);", "function getUserProfile()\n\t{\n\t\t$data = $this->api->api( \"v1/market/private/user/account.json\" );\n\t\tif ( ! isset( $data->account ) ){\n\t\t\tthrow new Exception( \"User profile request failed! {$this->providerId} returned an invalid response.\", 6 );\n\t\t}\n\n\t\t$this->user->profile->identifier = @ $data->account->surname;\n\t\t$this->user->profile->displayName = @ $data->account->firstname . ' ' . $data->account->surname;\n\t\t$this->user->profile->photoURL = @ $data->account->image;\n\t\t$this->user->profile->profileURL = @ $data->account->image;\n\n\t\t// request user emails from envato api\n\t\ttry{\n\t\t\t$email = $this->api->api(\"v1/market/private/user/email.json\");\n\t\t\t$this->user->profile->email = @ $email->email;\n\t\t}\n\t\tcatch( Exception $e ){\n\t\t\tthrow new Exception( \"User email request failed! {$this->providerId} returned an error: $e\", 6 );\n\t\t}\n\n\t\treturn $this->user->profile;\n\t}", "public function getCache()\n\t{\n\t\treturn CacheBot::get($this->getCacheKey(), self::$objectCacheLife);\n\t}", "protected function readFromCache()\r\n {\r\n $result = null;\r\n if(extension_loaded('apc') && ini_get('apc.enabled')) {\r\n $result = apc_fetch($this->getCacheKey());\r\n }\r\n return $result;\r\n }", "public function getCache() {\n $viewer = Engine_Api::_()->user()->getViewer();\n $viewer_id = $viewer->getIdentity();\n\n $isCacheEnabled = $this->isCacheEnabled();\n if (empty($isCacheEnabled))\n return false;\n\n $cacheName = $this->_cacheName();\n if (empty($cacheName))\n return null;\n $cache = Zend_Registry::get('Zend_Cache');\n\n try {\n $getCache = $cache->load($cacheName);\n } catch (Exception $e) {\n return null;\n }\n if (!empty($getCache))\n return $getCache;\n\n return null;\n }", "public static function getProfile($gotuser) {\n $assocprofile = User::with('profile')->find($gotuser->id)->profile;\n return $assocprofile;\n }", "function getProfile($prj_id, $usr_id)\n {\n $backend =& self::_getBackend($prj_id);\n return $backend->getProfile($usr_id);\n }", "protected function _getProfile($loadProfileFlag = self::NO_PROFILE_THROW_EXCEPTION)\n {\n if (!$this->_loadedProfile) {\n if (($this->_loadProfile($loadProfileFlag) === false) && ($loadProfileFlag === self::NO_PROFILE_RETURN_FALSE)) {\n return false;\n }\n }\n\n return $this->_loadedProfile;\n }", "public static function getObject()\n\t{\n\t\tif (class_exists(\"Memcache\"))\n\t\t{\n\t\t\tself::$_memcache = new Memcache;\n\t\t\tif (!self::$_memcache->connect(\"localhost\", 11211)) return self::createObject();\n\n\t\t\tif (self::$_memcache->get(\"customer_object\")) return self::$_memcache->get(\"customer_object\");\n\t\t\telse return self::createObject();\n\t\t}\n\t\telse return self::createObject();\n\t}", "public function getWebsiteProfile()\n {\n $websiteProfileData = json_decode($this->getConfigValue('websiteProfile'), true);\n if (empty($websiteProfileData)) {\n return null;\n }\n\n return WebsiteProfile::fromArray($websiteProfileData);\n }", "public function userProfile()\n {\n return $this->hasOne(config('aggregator.namespace').'UserProfile');\n }", "public function getProfileImg()\n {\n return $this->profile_img;\n }", "public function getProfilePicture()\n {\n return $this->profilePicture;\n }", "public function getUserProfileByUserId($userid) {\n try {\n $userProfileObject = User::model()->getUserProfileByUserId($userid);\n } catch (Exception $ex) {\n Yii::log(\"SkiptaUserService:getUserProfileByUserId::\".$ex->getMessage().\"--\".$ex->getTraceAsString(), 'error', 'application');\n }\n return $userProfileObject;\n }", "public static function &profile() {\n\t\t$_profile=self::$global['PROFILE'];\n\t\t// Compute elapsed time\n\t\t$_profile['TIME']['start']=&self::$global['TIME'];\n\t\t$_profile['TIME']['elapsed']=microtime(TRUE)-self::$global['TIME'];\n\t\t// Reset PHP's stat cache\n\t\tforeach (get_included_files() as $_file)\n\t\t\t// Gather includes\n\t\t\t$_profile['FILES']['includes']\n\t\t\t\t[basename($_file)]=filesize($_file);\n\t\t// Compute memory consumption\n\t\t$_profile['MEMORY']['current']=memory_get_usage();\n\t\t$_profile['MEMORY']['peak']=memory_get_peak_usage();\n\t\treturn $_profile;\n\t}", "function loadFromName() {\n\t global $wgMemc;\n\t if ( $this->mName == '' ) {\n\t\t $this->loadDefaults();\n\t\t return false;\n\t } \n\n\t # Try cache\n\t $key = wfMemcKey( 'cedar_user', 'name', $this->mname );\n\t $data = $wgMemc->get( $key );\n\t \n\t if ( !is_array( $data ) || $data['mVersion'] < MW_CEDAR_USER_VERSION ) {\n\t\t # Object is expired, load from DB\n\t\t $data = false;\n\t }\n\t \n\t if ( !$data ) {\n\t\t wfDebug( \"Cache miss for user {$this->mName}\\n\" );\n\t\t # Load from DB\n\t\t if ( !$this->loadFromDatabase() ) {\n\t\t\t # Can't load from ID, user is anonymous\n\t\t\t return false;\n\t\t }\n\n\t\t # Save to cache\n\t\t $data = array();\n\t\t foreach ( self::$mCacheVars as $name ) {\n\t\t\t $data[$name] = $this->$name;\n\t\t }\n\t\t $data['mVersion'] = MW_CEDAR_USER_VERSION;\n\t\t $wgMemc->set( $key, $data );\n\t } else {\n\t\t wfDebug( \"Got user {$this->mName} from cache\\n\" );\n\t\t # Restore from cache\n\t\t foreach ( self::$mCacheVars as $name ) {\n\t\t\t $this->$name = $data[$name];\n\t\t }\n\t }\n\t return true;\n }", "public function profile()\n\t{\n\t\treturn $this->hasOne('Profile');\n\t}", "protected function load(){\r\n\t\r\n\t$qq1 = Db::result(\"SELECT * FROM \"._SQLPREFIX_.$this->tableName.\" WHERE \".$this->fieldName.\" = \".(int)$this->id);\r\n\t$this->profileData = count($qq1)>0 ? $qq1[0]: null; \r\n\t\r\n\tif($this->metaUse){\r\n\t\t$qq2 = Db::result(\"SELECT * FROM \"._SQLPREFIX_.$this->metaTypesTableName.\" WHERE active = 1 ORDER BY public_ord, id\");\r\n\t\t$this->metaData = count($qq2)>0 ? $qq2: array(); \r\n\t}\r\n}", "public function profile()\n {\n return $this->morphOne('App\\Profile', 'profileable');\n }", "public function profile(){\n // using the auth() helper we are returning the authenticated user info\n return auth('api')->user();\n }", "protected function getProfileImage()\n {\n $path = $this->_getImageBasePath() . $this->_getImageName();\n\n if(!file_exists($this->_getFullImagePath($path))) {\n //reszise and return path to new resized image\n //@todo resize\n $originImage = $this->_getImageName(false);\n if(file_exists($this->_getFullImagePath($originImage))) {\n //resize it and return path to resized image\n //if it can't resized, return default image\n } else {\n return $this->_getDefaultImage();\n }\n } else {\n return $path;\n }\n\n\n }", "public function getBillingProfile();", "public function show()\n\t{\n\t\t// get user model\n\t\tif (Auth::check()) {\n\t\t\t$user = Auth::user();\n\t\t\t$profile = Profile::find($user->id);\n\t\t\treturn $profile;\n\t\t} else {\n\t\t\treturn 'fail';\n\t\t}\n\t}", "public function getProfile($userid);", "public function get($cache_name);", "private function _loadCacheObj()\n {\n $cache = new mime_type_cache();\n self::$_mime_type_obj = $cache->getCache();\n\t\treturn;\n }", "function profile ($user_id) {\n global $sql;\n $res = $sql->sql_select_array_query(\"SELECT * FROM `profile` WHERE user_id = '{$user_id}'\");\n return count($res) > 0 ? $res[0] : null;\n }", "public function userprofile()\n {\n return $this -> hasOne(user_profile::class);\n }", "public function findByUsername($username)\n {\n return User::whereUsername($username)->firstOrFail()->profile;\n\n }", "protected function get_profile($req){\n\n\t\t$mand = h::eX($req, [\n\t\t\t'profileID'\t=> '~1,4294967295/i',\n\t\t\t], $error);\n\t\tif($error){\n\t\t\te::logtrigger('Missing or invalid parameter: '.h::encode_php($error));\n\t\t\t// return error code 404\n\t\t\treturn (object)['status'=>400];\n\t\t\t}\n\n\t\t// get profile\n\t\t$res = profile::get(['profileID' => $mand['profileID']]);\n\n\t\t// on error\n\t\tif(!in_array($res->status, [200, 404])){\n\n\t\t\t// log error\n\t\t\te::logtrigger('Profile with profileID '.$mand[\"profileID\"].' could not be loaded.');\n\n\t\t\t// return error code 500\n\t\t\treturn (object)['status'=>500];\n\t\t\t}\n\n\t\t// profile not found\n\t\tif ($res->status == 404) {\n\n\t\t\t// return error code 404\n\t\t\treturn (object)['status'=>404];\n\t\t\t}\n\n\t\t// save profile in Controller as array and as json\n\t\t$this->profile = $res->data;\n\n\t\t$this->json_profile = str_replace([\"\\\\n\", \"\\\\r\"],'<br>',json_encode($this->profile));\n\n\t\t$res = media::get_profile_media(['profileID' => $mand['profileID']]);\n\t\tif($res->status != 200){\n\t\t\te::logtrigger('Bilder konnte nicht geladen werden.');\n\t\t\treturn (object)['status'=>404];\n\t\t\t}\n\n\t\t// save profile images in Controller, as array and as json\n\t\t$this->images = $res->data;\n\t\t$this->json_images = json_encode($this->images);\n\n\t\treturn (object)['status'=>200];\n\n\t\t}", "function getCache() {\n\t\tif (!is_a($this->_cache, 'PubObjectCache')) {\n\t\t\t// Instantiate the cache.\n\t\t\timport('classes.plugins.PubObjectCache');\n\t\t\t$this->_cache = new PubObjectCache();\n\t\t}\n\t\treturn $this->_cache;\n\t}", "public function getProfileImg()\n {\n return $this->profileImg;\n }", "public function getProfile()\n {\n return $this->getFieldValue(self::FIELD_PROFILE);\n }", "private function getProfile() {\n if(!$this->profile = $this->getNikePlusFile('http://nikerunning.nike.com/nikeplus/v2/services/app/get_user_data.jsp?_plus=true')) {\n throw new Exception($this->feedErrorMessage);\n }\n }", "function eve_api_get_page_cache($name) {\n ctools_include('object-cache');\n $cache = ctools_object_cache_get('eve_api', $name);\n\n // If the cached object doesn't exist yet, create an empty object.\n if (!$cache) {\n $cache = new stdClass();\n $cache->locked = ctools_object_cache_test('eve_api', $name);\n }\n\n return $cache;\n}" ]
[ "0.7011431", "0.6802176", "0.6677892", "0.6673705", "0.6673705", "0.65596294", "0.6528889", "0.65261894", "0.65084875", "0.6487563", "0.6487563", "0.6487563", "0.6469138", "0.6325378", "0.6320044", "0.63184", "0.6308052", "0.629311", "0.6285728", "0.62789893", "0.6217724", "0.62035096", "0.61776257", "0.6173635", "0.61510026", "0.6147912", "0.61120033", "0.608856", "0.6087554", "0.60752475", "0.60738516", "0.6052025", "0.60450566", "0.6040616", "0.59551203", "0.59375024", "0.5917195", "0.5912365", "0.58939886", "0.58893454", "0.5878599", "0.5870006", "0.5855061", "0.5851821", "0.58493716", "0.58448476", "0.5830746", "0.5823175", "0.58156425", "0.5788236", "0.57774156", "0.57737696", "0.5772078", "0.5756222", "0.57521564", "0.57469934", "0.57428664", "0.5731928", "0.5712978", "0.57128054", "0.57124686", "0.57005644", "0.57005644", "0.57005644", "0.56984806", "0.56942165", "0.56895256", "0.56656957", "0.56440485", "0.5642724", "0.5640447", "0.563136", "0.56226426", "0.5615959", "0.56154317", "0.5610818", "0.56044", "0.560028", "0.55947614", "0.5587029", "0.5585352", "0.5584125", "0.5577264", "0.55770296", "0.5569964", "0.55677557", "0.55662507", "0.55653757", "0.55638593", "0.55563927", "0.5552769", "0.55507785", "0.55494845", "0.554821", "0.55480695", "0.55479383", "0.55428284", "0.55407405", "0.5531184", "0.5530082" ]
0.69050723
1
get product object if possible from cache
function getProduct( $post_id ) { // update cache if required if ( $this->last_product_id != $post_id ) { $this->last_product_object = wc_get_product( $post_id ); $this->last_product_id = $post_id; } return $this->last_product_object; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function product( )\n {\n if ( $this->State_ == \"Dirty\" )\n $this->get( $this->ID );\n\n $ret = new eZProduct( $this->ProductID );\n \n return $ret;\n }", "protected function _getProduct()\n {\n if (!$this->_product) {\n $this->_product = $this->_objectManager->create(\\Magento\\Catalog\\Model\\Product::class);\n $productId = (int)$this->getRequest()->getParam('product', 0);\n $urlRewrite = $this->_getUrlRewrite();\n if (!$productId && $urlRewrite->getId() && $urlRewrite->getEntityType() === self::ENTITY_TYPE_PRODUCT) {\n $productId = $this->_getUrlRewrite()->getEntityId();\n }\n if ($productId) {\n $this->_product->load($productId);\n }\n }\n return $this->_product;\n }", "public function getFromCache() {}", "function loadCacheObject ()\n {\n if (!$this->cacheObjectLocked()) {\n $return = $this->cacheObjectContents($this->cacheObjectId);\n } else {\n $return = $this->loadLockedObject();\n }\n\n return $return;\n }", "public function _getProduct() {\n \n // get website id from request\n $websiteId = ( int ) $this->getRequest ()->getParam ( static::WEBSITE_ID );\n if ($websiteId <= 0) {\n $websiteId = Mage::app ()->getWebsite ( 'base' )->getId ();\n }\n \n // get store id from request\n $storeId = ( int ) $this->getRequest ()->getParam ( static::STORE_ID );\n if ($storeId <= 0) {\n $storeId = Mage::app ()->getWebsite ( $websiteId )->getDefaultGroup ()->getDefaultStoreId ();\n }\n if (is_null ( $this->_product )) {\n $productId = $this->getRequest ()->getParam ( 'id' );\n /**\n *\n * @var $productHelper Mage_Catalog_Helper_Product\n */\n $productHelper = Mage::helper ( 'catalog/product' );\n $product = $productHelper->getProduct ( $productId, $storeId );\n if (! ($product->getId ())) {\n $this->_critical ( static::RESOURCE_NOT_FOUND );\n }\n // check if product belongs to website current\n if ($this->_getStore ()->getId ()) {\n $isValidWebsite = in_array ( $websiteId, $product->getWebsiteIds () );\n if (! $isValidWebsite) {\n $this->_critical ( static::RESOURCE_NOT_FOUND );\n }\n }\n // Check display settings for customers & guests\n if ($this->getApiUser ()->getType () != Mage_Api2_Model_Auth_User_Admin::USER_TYPE) {\n // check if product assigned to any website and can be shown\n if ((! Mage::app ()->isSingleStoreMode () && ! count ( $product->getWebsiteIds () )) || ! $productHelper->canShow ( $product )) {\n $this->_critical ( static::RESOURCE_NOT_FOUND );\n }\n }\n $this->_product = $product;\n }\n return $this->_product;\n }", "protected function getObject()\n\t{\n\t\tif( !isset( $this->object ) ) {\n\t\t\t$this->object = \\Aimeos\\MAdmin\\Cache\\Manager\\Factory::createManager( $this->context )->getCache();\n\t\t}\n\n\t\treturn $this->object;\n\t}", "private function getObject($name){\n return $this->cache->get($name);\n }", "public function getProduct();", "public function getProduct() {\n return Mage::registry('product');\n }", "public function getProduct()\n {\n return Mage::registry('product');\n }", "public function getProduct()\n {\n return Mage::registry('product');\n }", "public function getProduct()\n {\n return Mage::registry('product');\n }", "public function getObjFromCache($key);", "protected function _getProductModel()\n\t{\n\t\treturn $this->getModelFromCache('Brivium_Store_Model_Product');\n\t}", "protected function _getProductModel()\n\t{\n\t\treturn $this->getModelFromCache('Brivium_Store_Model_Product');\n\t}", "public function getProduct(): Product\n {\n return $this->product;\n }", "public function getProduct() {\n\t\t// if this is just a model made on our end, we might not the serialized product yet\n\t\t// alternatively: newer BillForward may omit serialized product and necessitate a fetch\n\t\tif (!$this->product) {\n\t\t\tif (!$this->productID) {\n\t\t\t\tthrow new Bf_PreconditionFailedException(\"This Bf_ProductRatePlan has neither a 'product' specified, nor a 'productID' by which to obtain said product.\");\n\t\t\t}\n\t\t\t$this->product = Bf_Product::getByID($this->productID);\n\t\t}\n\t\treturn $this->product;\n\t}", "public static function getObject()\n\t{\n\t\tif (class_exists(\"Memcache\"))\n\t\t{\n\t\t\tself::$_memcache = new Memcache;\n\t\t\tif (!self::$_memcache->connect(\"localhost\", 11211)) return self::createObject();\n\n\t\t\tif (self::$_memcache->get(\"customer_object\")) return self::$_memcache->get(\"customer_object\");\n\t\t\telse return self::createObject();\n\t\t}\n\t\telse return self::createObject();\n\t}", "private function cacheFetch() {\n //$data = cache_get($this->id, 'cache');;\n $data = NULL;\n if ($data) {\n foreach ($this->properties as $prop) {\n if (isset($data->data[$prop]) && !empty($data->data[$prop])) {\n $this->$prop = $data->data[$prop];\n }\n }\n }\n }", "public function getProduct(){\r\n return Mage::registry('current_product');\r\n }", "function checkRelatedInCache($productName)\n{\n return S::of(function (Cacher $cache) use ($productName) {\n return [$cache->get($productName), $cache];\n });\n}", "public function getProduct()\n {\n return Mage::registry('current_product');\n }", "protected function getProduct() {\n return $this->registry->registry('product');\n }", "function getCache() {\n\t\tif (!is_a($this->_cache, 'PubObjectCache')) {\n\t\t\t// Instantiate the cache.\n\t\t\timport('classes.plugins.PubObjectCache');\n\t\t\t$this->_cache = new PubObjectCache();\n\t\t}\n\t\treturn $this->_cache;\n\t}", "public function cache(): object\n {\n return $this->baseApp($this)->loadCache();\n }", "public function getProduct() {\n\n if (!$this->product) {\n $this->product = $this->productPublicRepository->getById($this->getCartItem()->product_id);\n }\n return $this->product;\n }", "protected function loadFromCache() {}", "function object_cache_get($id, $flag = '') {\n\tglobal $ts_object_cache;\n\n\treturn $ts_object_cache->get($id, $flag);\n}", "public function getCache()\n\t{\n\t\tif( ! $this->cache_on)\n\t\t{\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\tif(isset($this->cache_obj))\n\t\t{\n\t\t\treturn $this->cache_obj;\n\t\t}\n\t\t\n\t\t$class = 'Db_Cache_'.$this->cachedrv;\n\t\t\n\t\t$this->cache_obj = new $class($this->cacheopt);\n\t\t\n\t\treturn $this->cache_obj;\n\t}", "public function get()\n {\n if (isset($_SESSION['cart'])) {\n //get all product ids of items in cart\n $ids = $this->get_ids();\n\n // use list of ids to get product info from DB\n global $products;\n return $products->get_prod($ids);\n }\n return null;\n }", "public function getProduct()\n {\n return isset($this->product) ? $this->product : null;\n }", "function retrieveRelated($productName)\n{\n return S::of(function (Cacher $cache) use ($productName) {\n // do some database work\n $products = ['iPhone 5', 'iPhone 6s'];\n\n return [$products, $cache->put($productName, $products)];\n });\n}", "public function product() {\n $slug = $this->param('slug');\n\n return Products::where('slug', '=', $slug)->first();\n }", "protected function getFromCache()\n {\n return $this->cache->get($this->getCacheKey());\n }", "public function findProductById(int $idProduct): ?object {\n\t\t// crete Default Var\n\t\t$objProduct = null;\n\t\ttry {\n\t\t\t// create Query Builder \n\t \t$qb = $this->em->createQueryBuilder();\n\t \t// create Query\n\t \t$objProduct = $qb->select('p')\n\t\t\t ->from(Product::class, 'p')\n\t\t\t ->where('p.id = :id')\n\t\t\t ->andWhere('p.status = :status')\n\t\t\t ->setParameter('id', $idProduct\t)\n\t\t\t ->setParameter('status', 1)\n\t\t\t ->getQuery()\n\t\t\t ->getOneOrNullResult();\n \t\t} catch (\\Exception $ex) {\n \t\t\t//dd($ex);\n \t\t}\n \t\t// default Return\n \t\treturn $objProduct;\n\t}", "protected function _initProduct($id=0)\n {\n if($id==0){\n $productId = (int) $this->getRequest()->getParam('product');\n }else{\n $productId = $id;\n }\n if ($productId) {\n $product = Mage::getModel('catalog/product')\n ->setStoreId(Mage::app()->getStore()->getId())\n ->load($productId);\n if ($product->getId()) {\n return $product;\n }\n }\n return false;\n }", "public function find($id)\n {\n return $this->cache->remember(\n 'product.by-id-' . $id,\n config('cache.ttl.product'),\n function () use ($id) {\n return $this->repository->find($id);\n }\n );\n }", "public function FetchProductById($productid) { $pe = new ProductEntity();\n $FoundProduct = $pe->FetchProductById($productid, $this->DBH);\n var_dump($FoundProduct);\n //here's where I would check the object's fields before returning it, if I had a range targeted\n return $FoundProduct;\n }", "function driver_get($keyword, $option = array()) {\n // return value if in caching\n try {\n $stm = $this->db($keyword)->prepare(\"SELECT * FROM `caching` WHERE `keyword`=:keyword LIMIT 1\");\n $stm->execute(array(\n \":keyword\" => $keyword\n ));\n $row = $stm->fetch(PDO::FETCH_ASSOC);\n\n } catch(PDOException $e) {\n\n $stm = $this->db($keyword,true)->prepare(\"SELECT * FROM `caching` WHERE `keyword`=:keyword LIMIT 1\");\n $stm->execute(array(\n \":keyword\" => $keyword\n ));\n $row = $stm->fetch(PDO::FETCH_ASSOC);\n }\n if($this->isExpired($row)) {\n $this->deleteRow($row);\n return null;\n }\n\n if(isset($row['id'])) {\n $data = $this->decode($row['object']);\n return $data;\n }\n return null;\n }", "public function load()\n {\n $query\n = '\n select\n *\n from\n aca_product\n where\n product_id = \"' . $this->productId . '\"';\n\n $this->db->setQuery($query);\n $productObj = $this->db->loadObject();\n\n if (!empty($productObj)) {\n\n $this->name = $productObj->name;\n $this->description = $productObj->description;\n $this->image = $productObj->image;\n $this->category = $productObj->category;\n $this->price = $productObj->price;\n\n return true;\n }\n return false;\n }", "public function get_product()\n {\n return $this->_product;\n }", "public function get($id){\n $product=Product::find($id);\n return $product;\n }", "function load($product_id){\n\t\t$result = $this->db->get_one(\n\t\t\t'product_name, image, description, price',\n\t\t\t'tb_products',\n\t\t\t'product_id = '.$product_id\n\t\t);\n\n\t\tif(count($result)){\n\t\t\t$this->product_id = $product_id;\n\t\t\t$this->product_name = $result['product_name'];\n\t\t\t$this->image = $result['image'];\n\t\t\t$this->description = $result['description'];\n\t\t\t$this->price = $result['price'];\n\t\t}\n\n\t\treturn $result;\n\t}", "public function get()\n\t{\n\t\tif (isset($_SESSION['cart']))\n\t\t{\n\t\t\t#get all product ids of items in the cart\n\t\t\t$ids = $this->get_ids();\n\t\t\t\n\t\t\t# use the list of ids to get product information\n\t\t\tglobal $Products;\n\t\t\treturn $Products->get($ids);\n\t\t}\n\t\treturn NULL;\n\t}", "public function getProduct() {\n return $this->getValueOrDefault('Product');\n }", "protected function _getProductPurchaseModel()\n\t{\n\t\treturn $this->getModelFromCache('Brivium_Store_Model_ProductPurchase');\n\t}", "protected function _getProductPurchaseModel()\n\t{\n\t\treturn $this->getModelFromCache('Brivium_Store_Model_ProductPurchase');\n\t}", "public function getProduct()\n {\n return $this->coreRegistry->registry('product');\n }", "public function getProduct()\r\n {\r\n return $this->product;\r\n }", "public function getCache()\n\t{\n\t\treturn CacheBot::get($this->getCacheKey(), self::$objectCacheLife);\n\t}", "public function cacheGet() {\n }", "public function getProduct()\n {\n return $this->product;\n }", "public function getProduct()\n {\n return $this->product;\n }", "public function getProduct()\n {\n return $this->product;\n }", "public function getProduct()\n {\n return $this->product;\n }", "public function getProduct()\n {\n return $this->product;\n }", "public function getProduct()\n {\n return $this->product;\n }", "public function getProductData()\n {\n // use\n //$this->request->getParams(); // all params\n $id= $this->request->getParam('param');\n $product = $this->_product->create()->load($id);\n return $product;\n\n }", "public function product()\n {\n return $this->m_product;\n }", "protected function _initProduct()\n {\n Mage::dispatchEvent('review_controller_product_init_before', array('controller_action' => $this));\n\n $productId = (int) $this->getRequest()->getParam('id');\n $product = $this->_loadProduct($productId);\n\n try {\n Mage::dispatchEvent('review_controller_product_init', array('product' => $product));\n Mage::dispatchEvent('review_controller_product_init_after', array(\n 'product' => $product,\n 'controller_action' => $this\n ));\n } catch (Mage_Core_Exception $e) {\n Mage::logException($e);\n return false;\n }\n\n return $product;\n }", "public function getProduct() {\r\n\t\t$id = $this->getRequest()->getParam('id');\r\n\t\t$products = Mage::getModel('catalog/product')->load($id);\r\n\t\treturn $products;\r\n\t}", "protected function _getResourcePurchasedModel()\r\n\t{\r\n\t\treturn $this->getModelFromCache('Brivium_CreResIntegration_Model_Purchased');\r\n\t}", "protected function _loadProductViewCache(Mage_Catalog_Model_Product $product)\n\t{\n\t\t$responseData = '';\n\n\t\t/*\n\t\t * Mage_Core_Block_Abstract::CACHE_GROUP only exists since 1.4\n\t\t * As long as Magento 1.3 still is supported duplicate the constant here\n\t\t */\n\t\tif ($this->_getCacheLifetime() > 0 && Mage::app()->useCache(self::CACHE_GROUP))\n\t\t{\n\t\t\t$key = Mage::helper('bcp')->getCacheKey('PRODUCT_' . $product->getId());\n\t\t\tif ($cacheData = Mage::app()->loadCache($key))\n\t\t\t{\n\t\t\t\t$responseData = $cacheData;\n\t\t\t}\n\t\t}\n\t\treturn $responseData;\n\t}", "public function getProduct() {\r\n return $this->_product;\r\n }", "function wp_using_ext_object_cache($using = \\null)\n {\n }", "function getItem($name){\n\t\t$i = cacheItem::getInstance($name);\n\t\tif(empty($i->cacheTime) && empty($i->content) ){\n\t\t\t$datas = $this->db->select_row(self::$tableName,'*',array('WHERE name=?',$name));\n\t\t\tif( false !== $datas)\n\t\t\t\t$i->setDatas($datas);\n\t\t}\n\t\treturn $i;\n\t}", "protected function getProduct($pid) {\n $this->verboseOut('Getting product with pid: '.$pid);\n\t\t\n \t\n $product_info = $this->client->call ('catalog_product.info', array($pid, $this->store_id));\n \n $expectations = array();\n if(is_null($product_info)) \n {\n $expectations[] = 'No product info (NULL)';\n }\n else \n {\n if(!isset($product_info['status']) ) $expectations[] = 'No status';\n if($product_info['status'] != 1 ) $expectations[] = 'Status not 1';\n if(!isset($product_info[\"price\"]) || is_null($product_info[\"price\"]) ) \n {\n $type = 'none';\n if(!is_null($product_info[\"type_id\"]))\n {\n $type = $product_info[\"type_id\"];\n }\n if($type == 'bundle' || $type == 'grouped')\n {\n $product_info[\"price\"] = -1;\n }\n else \n {\n $expectations[] = 'No price for type: '.$type;\n }\n }\n if(!isset($product_info['visibility']) ) $expectations[] = 'No visibility';\n if($product_info['visibility'] < 3) $expectations[] = 'Visibility less than 3';\n }\n if(!empty($expectations))\n {\n $this->verboseOut('Product with pid: '.$pid.' failed due to the following: '.implode(', ', $expectations));\n return null;\n }\n \n \n if(settings::get('hide_products_out_of_stock',$this->wid))\n {\n \n $stock_info = $this->client->call ('cataloginventory_stock_item.list', $pid);\n if(is_null($stock_info) || !isset($stock_info[0]) || !isset($stock_info[0]['is_in_stock']) || $stock_info[0]['is_in_stock'] != 1 ){\n \n return null;\n }\n $product_info['is_in_stock'] = $stock_info[0]['is_in_stock'];\n }\n \n \n if(!self::is_in_discount_periode($product_info,Settings::get('mage_ignore_discount_expire_date', $this->wid)))\n {\n $product_info['special_price'] = null;\n }\n \n \n /*\n $images = $this->client->call('catalog_product_attribute_media.list', $pid);\n $xml = array();\n if(is_array($images))\n {\n foreach($images as $image ){\n @$xml['image_link'] = $image['url']; \n /// We set the url for each picture\n \n if(isset($image['types']) && in_array('thumbnail', $image['types'])){\n /// If this image is a thumbnail(There can only be one thumbnail), then we skip the rest\n break; \n }\n }\n }\n */\n \n $skippable_attributes = array('price', 'product_name');\n \n foreach($product_info as $key=>$val){\n \n if(!is_array($val) && $this->getAttributeSupported && !in_array(strtolower($key),$skippable_attributes))\n {\n try \n {\n $val = MagentoAttributeSet::get( $this->client,$product_info['type_id'], $product_info['set'])->getAttribute($key)->getOptionLabel($val);\n }\n catch(UnsupportedFeatureException $e)\n {\n $this->getAttributeSupported = false;\n }\n } \n $key = $this->translateXml($key);\n $xml[$key] = $val;\n }\n \n //$xml['buy_link'] = 'http://'.$this->getHostname().'/index.php/checkout/cart/add?qty=1&product='.$pid;\n \n return $xml;\n \n }", "public function getProduct() {\n return $this->_registry->registry ( 'current_product' );\n }", "function get_product( $the_product = false, $args = array() ) {\n\tglobal $carton;\n\treturn $carton->product_factory->get_product( $the_product, $args );\n}", "protected function load_cache(){\r\n\t\tstatic $cached = null;\r\n\t\t\r\n\t\tif(!$cached){\r\n\t\t\t\r\n\t\t\tif($this->_cfg->get('sfversion') == 'auto'){\r\n\t\t\t\t// get version from sourceforge/cache\r\n\t\t\t\tif (!$this->is_cached()) $this->update_cache();\r\n\t\t\t\t$cached = (object)include($this->get_cache());\r\n\t\t\t}else{\r\n\t\t\t\t// use predefined version from config\r\n\t\t\t\t$cached = (object)$this->_cfg->get('sfversion');\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\treturn $cached;\r\n\t}", "function searchRelated($productName)\n{\n // TODO: 1. try use doM\n // TODO: 2. try implement getOrElse\n return checkRelatedInCache($productName)\n ->bind(function (Maybe\\Maybe $products) use ($productName) {\n switch (get_class($products)) {\n case Maybe\\Just::class:\n return S\\value($products->extract());\n case Maybe\\Nothing::class:\n return retrieveRelated($productName);\n }\n });\n}", "public function getItem($key): CacheItem;", "public function getProduct()\n {\n return $this->hasOne(Product::className(), ['id' => 'product_id']);\n }", "public function getProduct()\n {\n return $this->hasOne(Product::className(), ['id' => 'product_id']);\n }", "public function getProduct()\n {\n return $this->hasOne(Product::className(), ['id' => 'product_id']);\n }", "public function getProduct()\n {\n return $this->hasOne(Product::className(), ['id' => 'product_id']);\n }", "private function getItemOrCreate(Zbozi $product, ?ZboziVarianta $variant = null)\r\n {\r\n return $this->getItem($product, $variant) ?? $this->createItem($product, $variant);\r\n }", "private function getProductByReference($prodRef) {\n $entityManager = $this->getDoctrine()->getManager();\n $product = null;\n $productList = $entityManager->getRepository('DppCustomersBundle:Product')->findBy(array('urlRef' => $prodRef));\n if (!$productList == null) {\n $product = $productList[0];\n }\n return $product;\n }", "public function getProductById(int $id);", "public function get()\n {\n // we hit the cache when we get the item.. so we allways return the value\n return $this->value;\n }", "protected function _loadProduct($productId)\n {\n if (!$productId) {\n return false;\n }\n\n $product = Mage::getModel('catalog/product')->setStoreId(Mage::app()->getStore()->getId())->load($productId);\n /** @var $product Mage_Catalog_Model_Product */\n if (!$product->getId() || !$product->isVisibleInCatalog() || !$product->isVisibleInSiteVisibility()) {\n return false;\n }\n\n Mage::register('current_product', $product);\n Mage::register('product', $product);\n\n return $product;\n }", "public function getObject() {}", "public function getObject() {}", "public function getProduct()\n {\n return $this->product;\n }", "public function getProduct()\n {\n return $this->product;\n }", "public function get_test_persistent_object_cache()\n {\n }", "public static function get($product_id)\n {\n\n // Check Cache system\n if (self::$enable_cache) {\n $data = wp_cache_get($product_id, self::$cache_key);\n if ($data != false) {\n return $data;\n }\n }\n\n // Get Data\n $product = wc_get_product($product_id);\n\n // Data\n // Also We Can Use WC()->api->WC_API_Products->get_product( $product->get_id() );\n $product_data = self::get_product_data($product);\n\n // add variations to variable products\n if ($product->is_type('variable') && $product->has_child()) {\n $product_data['variations'] = self::get_variation_data($product);\n }\n\n // add the parent product data to an individual variation\n if ($product->is_type('variation') && $product->get_parent_id()) {\n $product_data['parent'] = self::get_product_data($product->get_parent_id());\n }\n\n // Add grouped products data\n if ($product->is_type('grouped') && $product->has_child()) {\n $product_data['grouped_products'] = self::get_grouped_products_data($product);\n }\n\n if ($product->is_type('simple')) {\n $parent_id = $product->get_parent_id();\n if (!empty($parent_id)) {\n $_product = wc_get_product($parent_id);\n $product_data['parent'] = self::get_product_data($_product);\n }\n }\n\n // Result\n if (self::$enable_cache) {\n wp_cache_set($product_id, $product_data, self::$cache_key);\n }\n\n // Return Data\n return $product_data;\n }", "function getCache() {\n\t\t// The following line is only for classloading purposes\n\t\t$categoryEntryDao =& $this->getEntryDAO();\n\t\t$journalDao =& DAORegistry::getDAO('JournalDAO');\n\n\t\t// Load and return the cache, building it if necessary.\n\t\t$filename = $this->getCacheFilename();\n\t\tif (!file_exists($filename)) $this->rebuildCache();\n\t\t$contents = file_get_contents($filename);\n\t\tif ($contents) return unserialize($contents);\n\t\treturn null;\n\t}", "public function getCache();", "public function getCache()\r\n {\r\n \treturn $this->_cache;\r\n }", "public function scopeGetProduct($query, $product_id = null){\n\t\tif(is_null($product_id)){\n\t\t\treturn \"false\";\n\t\t}\n\t\tif (is_numeric($product_id)) {\n\t\t\t$product = $query->findOrFail($product_id);\n\t\t} else {\n \t\t$product = $query->where('permalink', '=', $product_id)->firstOrFail();\n \t\t}\n \t\t\t//let's check the access \n \t\t\t$user = Auth::user();\n \t\t\tif( $product->store() != $user->id && !$user->hasRole('admin'))\n \t\t\t\treturn \"false\";\n \t\treturn $product;\n\t}", "public function getObject(): object;", "final public function get():? object\n\t{\n\t\tif ($stm = $this->_prepare('SELECT `value`,\n\t\t\t\tDATE_FORMAT(`expires`, \"%Y-%m-%dT%TZ\") AS `expires`\n\t\t\t\t FROM `Cache`\n\t\t\t\t WHERE `key` = :key\n\t\t\t\t LIMIT 1;')\n\t\t) {\n\t\t\t$stm->execute(['key' => $this->getKey()]);\n\n\t\t\tif ($result = $stm->fetchObject()) {\n\t\t\t\tprint_r($result);\n\t\t\t\treturn $result;\n\t\t\t} else {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t}", "abstract public function getCache( $cacheID = '', $unserialize = true );", "public function getOneProducto()\n {\n $sql = \"SELECT * FROM productos WHERE id = {$this->getId()}\";\n $query = $this->conexion->query($sql);\n\n if ($query == true) {\n\n $resultado = $query->fetch_object();\n return $resultado;\n }\n }", "public function getItem(string $key): CacheItemInterface;", "function get_cache(Repository $repo) {\n $key = cache_key($repo);\n $data = get_transient($key);\n if ($data !== false) {\n return json_decode($data, true);\n }\n return false;\n}", "public function getCache() {\n $viewer = Engine_Api::_()->user()->getViewer();\n $viewer_id = $viewer->getIdentity();\n\n $isCacheEnabled = $this->isCacheEnabled();\n if (empty($isCacheEnabled))\n return false;\n\n $cacheName = $this->_cacheName();\n if (empty($cacheName))\n return null;\n $cache = Zend_Registry::get('Zend_Cache');\n\n try {\n $getCache = $cache->load($cacheName);\n } catch (Exception $e) {\n return null;\n }\n if (!empty($getCache))\n return $getCache;\n\n return null;\n }", "function get($key) {\n return $this->cacheObj->get($key);\n }", "public function getById($id)\n {\n return $this->product->find($id);\n \n }" ]
[ "0.68839234", "0.6856231", "0.6771152", "0.6697587", "0.66940814", "0.66208065", "0.6599815", "0.65619075", "0.6553598", "0.65498453", "0.65498453", "0.65498453", "0.6533188", "0.64223444", "0.64223444", "0.6408147", "0.6383503", "0.635589", "0.6354054", "0.6308353", "0.62998986", "0.62964976", "0.62929976", "0.61953527", "0.61941606", "0.6141884", "0.6134018", "0.61173767", "0.6107297", "0.60917306", "0.60908145", "0.60858214", "0.6080655", "0.6066186", "0.6053802", "0.60535836", "0.60404086", "0.6033691", "0.603001", "0.6026905", "0.6024014", "0.6022466", "0.60090435", "0.60059375", "0.5996108", "0.5990426", "0.5990426", "0.59902257", "0.59802514", "0.59738666", "0.5967078", "0.59667796", "0.59667796", "0.59667796", "0.59667796", "0.59667796", "0.59667796", "0.59448916", "0.5928873", "0.5926427", "0.59226614", "0.59188086", "0.5915311", "0.591094", "0.5905329", "0.5887336", "0.5877333", "0.5867912", "0.58640563", "0.58440787", "0.5836748", "0.5834994", "0.58336914", "0.58336914", "0.58336914", "0.58336914", "0.580071", "0.57997143", "0.57981837", "0.57966036", "0.57876045", "0.5780869", "0.5780869", "0.57757807", "0.57757807", "0.5760331", "0.5759159", "0.5753419", "0.5753252", "0.57506114", "0.57425267", "0.5739725", "0.5737617", "0.57290137", "0.5728593", "0.57268184", "0.5725606", "0.57212377", "0.5709685", "0.5698339" ]
0.61617404
25
get product variations if possible from cache
function getProductVariations( $post_id ) { // update cache if required if ( $this->last_product_var_id != $post_id ) { $this->last_product_variations = WPLA_ProductWrapper::getVariations( $post_id ); $this->last_product_var_id = $post_id; } return $this->last_product_variations; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function get_woocommerce_product_list() {\n\t$full_product_list = array();\n\t$products = new WP_Query( array(\n\t\t'post_type' => array( 'product', 'product_variation' ),\n\t\t'posts_per_page' => - 1,\n\t\t'product_cat' => 'learn',\n\t) );\n\n\t$products = $products->posts;\n\n\tforeach ( $products as $index => $product ) {\n\t\t$theid = $product->ID;\n\n\t\t// its a variable product\n\t\tif ( $product->post_type == 'product_variation' ) {\n\t\t\t$parent_id = wp_get_post_parent_id( $theid );\n\t\t\t$sku = get_post_meta( $theid, '_sku', true );\n\t\t\t$thetitle = get_the_title( $parent_id );\n\n\t\t\t// ****** Some error checking for product database *******\n\t\t\t// check if variation sku is set\n\t\t\tif ( $sku == '' ) {\n\t\t\t\tif ( $parent_id == 0 ) {\n\t\t\t\t\t// Remove unexpected orphaned variations.. set to auto-draft\n\t\t\t\t} else {\n\t\t\t\t\t// there's no sku for this variation > copy parent sku to variation sku\n\t\t\t\t\t// & remove the parent sku so the parent check below triggers\n\t\t\t\t\t$sku = get_post_meta( $parent_id, '_sku', true );\n\t\t\t\t\tif ( function_exists( 'add_to_debug' ) ) {\n\t\t\t\t\t\tadd_to_debug( 'empty sku id=' . $theid . 'parent=' . $parent_id . 'setting sku to ' . $sku );\n\t\t\t\t\t}\n\t\t\t\t\tupdate_post_meta( $theid, '_sku', $sku );\n\t\t\t\t\tupdate_post_meta( $parent_id, '_sku', '' );\n\t\t\t\t}\n\t\t\t}\n\t\t\t// ****************** end error checking *****************\n\n\t\t\t// its a simple product\n\t\t} else {\n\t\t\t$thetitle = $product->post_title;\n\t\t}\n\t\t// add product to array but don't add the parent of product variations\n\t\t$full_product_list[ $theid ] = $thetitle;\n\t}\n\n\treturn $full_product_list;\n}", "function fn_product_variations_convert_to_configurable_product($product_id)\n{\n $auth = array();\n\n $product = fn_get_product_data($product_id, $auth);\n $languages = Languages::getAll();\n $product_options = fn_get_product_options($product_id, CART_LANGUAGE, true);\n $product_row = db_get_row('SELECT * FROM ?:products WHERE product_id = ?i', $product_id);\n $product_variation_ids = db_get_fields('SELECT product_id FROM ?:products WHERE parent_product_id = ?i', $product_id);\n $product_exceptions = fn_get_product_exceptions($product_id);\n\n foreach ($product_variation_ids as $product_variation_id) {\n fn_delete_product($product_variation_id);\n }\n\n $options_ids = array();\n $inventory_combinations = db_get_array('SELECT * FROM ?:product_options_inventory WHERE product_id = ?i', $product_id);\n $index = 0;\n\n foreach ($inventory_combinations as $item) {\n $index++;\n $selected_options = array();\n $parts = array_chunk(explode('_', $item['combination']), 2);\n\n foreach ($parts as $part) {\n $selected_options[$part[0]] = $part[1];\n }\n\n $combination = fn_product_variations_get_variation_by_selected_options(\n $product,\n $product_options,\n $selected_options,\n $index\n );\n\n if (!empty($item['product_code'])) {\n $combination['code'] = $item['product_code'];\n }\n\n if (!empty($item['amount'])) {\n $combination['amount'] = $item['amount'];\n }\n\n $is_allow = true;\n\n if ($product_row['exceptions_type'] == 'F') {\n foreach ($product_exceptions as $exception) {\n\n foreach ($exception['combination'] as $option_id => &$variant_id) {\n if ($variant_id == OPTION_EXCEPTION_VARIANT_ANY || $variant_id == OPTION_EXCEPTION_VARIANT_NOTHING) {\n $variant_id = isset($combination['selected_options'][$option_id]) ? $combination['selected_options'][$option_id] : null;\n }\n }\n unset($variant_id);\n\n if ($exception['combination'] == $combination['selected_options']) {\n $is_allow = false;\n break;\n }\n }\n } elseif ($product_row['exceptions_type'] == 'A') {\n $is_allow = false;\n\n foreach ($product_exceptions as $exception) {\n\n foreach ($exception['combination'] as $option_id => &$variant_id) {\n if ($variant_id == OPTION_EXCEPTION_VARIANT_ANY) {\n $variant_id = isset($combination['selected_options'][$option_id]) ? $combination['selected_options'][$option_id] : null;\n }\n }\n unset($variant_id);\n\n if ($exception['combination'] == $combination['selected_options']) {\n $is_allow = true;\n break;\n }\n }\n }\n\n if (!$is_allow) {\n continue;\n }\n\n $variation_id = fn_product_variations_save_variation($product_row, $combination, $languages);\n\n $image = fn_get_image_pairs($item['combination_hash'], 'product_option', 'M', true, true);\n\n if ($image) {\n $detailed = $icons = array();\n $pair_data = array(\n 'type' => 'M'\n );\n\n if (!empty($image['icon'])) {\n $tmp_name = fn_create_temp_file();\n Storage::instance('images')->export($image['icon']['relative_path'], $tmp_name);\n $name = fn_basename($image['icon']['image_path']);\n\n $icons[$image['pair_id']] = array(\n 'path' => $tmp_name,\n 'size' => filesize($tmp_name),\n 'error' => 0,\n 'name' => $name\n );\n\n $pair_data['image_alt'] = empty($image['icon']['alt']) ? '' : $image['icon']['alt'];\n }\n\n if (!empty($image['detailed'])) {\n $tmp_name = fn_create_temp_file();\n Storage::instance('images')->export($image['detailed']['relative_path'], $tmp_name);\n $name = fn_basename($image['detailed']['image_path']);\n\n $detailed[$image['pair_id']] = array(\n 'path' => $tmp_name,\n 'size' => filesize($tmp_name),\n 'error' => 0,\n 'name' => $name\n );\n\n $pair_data['detailed_alt'] = empty($image['detailed']['alt']) ? '' : $image['detailed']['alt'];\n }\n\n $pairs_data = array(\n $image['pair_id'] => $pair_data\n );\n\n fn_update_image_pairs($icons, $detailed, $pairs_data, $variation_id, 'product');\n }\n }\n\n if (!empty($selected_options)) {\n $options_ids = array_keys($selected_options);\n }\n\n db_query(\n 'UPDATE ?:products SET product_type = ?s, variation_options = ?s WHERE product_id = ?i',\n ProductManager::PRODUCT_TYPE_CONFIGURABLE, json_encode(array_values($options_ids)), $product_id\n );\n\n fn_delete_product_option_combinations($product_id);\n db_query('DELETE FROM ?:product_options_exceptions WHERE product_id = ?i', $product_id);\n}", "public function getVariation()\n {\n return $this->db->get($this->product_variant);\n }", "public function getVariants(): Collection\n {\n return $this->paginate([\n 'query' => 'query getVariants($cursor: String) {\n results: productVariants(first:250, after:$cursor) {\n edges {\n node {\n title\n sku\n product {\n title\n handle\n status\n publishedOnCurrentPublication\n }\n }\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n }'\n ])\n\n // Remove variants that are missing a sku\n ->filter(function($variant) {\n return !empty($variant['sku']);\n })\n\n // Remove variants that weren't published to the Sales Channel of the\n // Custom App whose credentials are being used to query the API. This\n // can be used to filter out products not intended for the public store,\n // like wholesale only products.\n ->when(!$this->disablePublishedCheck, function($variants) {\n return $variants->filter(function($variant) {\n return $variant['product']['publishedOnCurrentPublication'];\n });\n })\n\n // Dedupe by SKU, prefering active variants. Shopify allows you to\n // re-use SKUs between multiple product variants but this is used in\n // Feed Me as the unique identifier for importing.\n ->reduce(function($variants, $variant) {\n\n // Check if this variant has already been added\n $existingIndex = $variants->search(\n function($existing) use ($variant) {\n return $existing['sku'] == $variant['sku'];\n }\n );\n\n // If this sku is already in the list, replace it if the previous\n // instance was not an active product\n // https://shopify.dev/api/admin-graphql/2022-04/enums/ProductStatus\n if ($existingIndex !== false) {\n $existing = $variants->get($existingIndex);\n if ($existing['product']['status'] != 'ACTIVE') {\n $variants = $variants->replace([\n $existingIndex => $variant\n ]);\n }\n\n // ... else the variant didn't exist, so add it\n } else $variants->push($variant);\n\n // Keep working...\n return $variants;\n }, new Collection)\n\n // Make a title that is more useful for displaying in the CMS.\n ->map(function($variant) {\n $variant['dashboardTitle'] = $variant['product']['title']\n .' - '.$variant['title']\n .(($sku = $variant['sku']) ? ' ('.$sku.')' : null);\n return $variant;\n })\n\n // Remove fields that we're used to pre-filter\n ->map(function($variant) {\n unset(\n $variant['product']['status'],\n $variant['product']['publishedOnCurrentPublication']\n );\n return $variant;\n })\n\n // Use integer keys\n ->values();\n }", "public function getEnabledVariations(ProductInterface $product);", "function getVariations() : IUniqueModelIterator;", "public function variations()\n {\n return $this->hasMany(ProductVariation::class);\n }", "public function get_product_variations() : array {\n\t\tpreg_match( '/skuProducts=\\[(.*?)\\];/si', $this->request, $matches );\n\t\tif ( empty( $matches[1] ) ) {\n\t\t\treturn [ 'variations' => [] ];\n\t\t}\n\n\t\treturn [ 'variations' => json_decode( sprintf( '[%s]', $matches[1] ), true ) ];\n\t}", "public function loadVariantInformation()\n {\n if ($this->_aVariantList === null) {\n $oProduct = $this->getProduct();\n\n //if we are child and do not have any variants then let's load all parent variants as ours\n if ($oParent = $oProduct->getParentArticle()) {\n $myConfig = $this->getConfig();\n\n $oParent->setNoVariantLoading(false);\n $this->_aVariantList = $oParent->getFullVariants(false);\n\n //lets additionally add parent article if it is sellable\n if (count($this->_aVariantList) && $myConfig->getConfigParam('blVariantParentBuyable')) {\n //#1104S if parent is buyable load select lists too\n $oParent->enablePriceLoad();\n $oParent->aSelectlist = $oParent->getSelectLists();\n $this->_aVariantList = array_merge(array($oParent), $this->_aVariantList->getArray());\n }\n } else {\n //loading full list of variants\n $this->_aVariantList = $oProduct->getFullVariants(false);\n }\n\n // setting link type for variants ..\n foreach ($this->_aVariantList as $oVariant) {\n $this->_processProduct($oVariant);\n }\n\n }\n\n return $this->_aVariantList;\n }", "protected function get_more_products() {\n $more_products = array();\n $trnst = get_transient( $this->token . \"-more-a\" );\n //** If we do not have cache ( transient ), do request to get the list of all available products */\n if( !$trnst || !is_array( $trnst ) ) {\n $target_url = $this->api_url . 'products.json';\n $request = wp_remote_get( $target_url, array( 'sslverify' => false ) );\n if( is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) != 200 ) {\n $this->error = $request;\n return $more_products;\n } else {\n $response = wp_remote_retrieve_body( $request );\n $response = @json_decode( $response, true );\n if( empty( $response ) || !is_array( $response ) ) {\n return $more_products;\n } else {\n $locale = get_locale();\n $products = !empty( $response[ $locale ][ 'products' ] ) ? \n $response[ $locale ][ 'products' ] : ( !empty( $response[ 'en_US' ][ 'products' ] ) ? $response[ 'en_US' ][ 'products' ] : false );\n if( empty( $products ) || !is_array( $products ) ) {\n return $more_products;\n }\n foreach( $products as $product ) {\n $product = wp_parse_args( $product, array(\n 'name' => '',\n 'description' => '',\n 'icon' => '',\n 'url' => '',\n 'type' => 'plugin',\n 'product_id' => '',\n 'referrer' => false,\n 'requires' => false,\n 'tested' => false,\n 'order' => 10,\n ) );\n if( !empty( $product[ 'referrer' ] ) ) {\n $product[ 'referrer' ] = !is_array( $product[ 'referrer' ] ) ? explode( ',', $product[ 'referrer' ] ) : $product[ 'referrer' ];\n if( in_array( $this->slug, $product[ 'referrer' ] ) ) {\n $more_products[] = $product;\n }\n }\n }\n //** Sort the list */\n usort($more_products, function( $a,$b ) {\n if ( $a['order'] == $b['order'] ) {\n return 0;\n }\n return ( $a['order'] < $b['order'] ) ? -1 : 1;\n });\n //** Set transient for one day */\n set_transient( $this->token . \"-more\", $more_products, (60 * 60 * 24) );\n }\n }\n } else {\n $more_products = $trnst;\n }\n \n //** Determine if plugin from the list is already installed and activated */\n //** There is not check condition for 'theme' */\n if( !empty( $more_products ) ) {\n $reference_list = $this->get_product_reference_list();\n foreach( $more_products as $k => $product ) {\n if( $this->slug == $product[ 'product_id' ] ) {\n unset( $more_products[ $k ] );\n continue;\n }\n if( !empty( $reference_list ) && is_array( $reference_list ) ) {\n foreach( $reference_list as $reference ) {\n if( $reference[ 'product_id' ] == $product[ 'product_id' ] ) {\n unset( $more_products[ $k ] );\n }\n }\n }\n }\n }\n //echo \"<pre>\"; print_r( $more_products ); echo \"</pre>\"; die();\n return $more_products;\n }", "private function initialiseChoices()\n {\n // Fetch a vendor key if possible, to cache against\n try {\n $vendorKey = $this->systemBrandService->getVendorCredentials()['vendorKey'];\n }\n catch (\\Exception $e) {\n $vendorKey = 'defaultVendor';\n }\n\n if (null !== $this->rentGuaranteeOfferingType && null !== $this->propertyLettingType && ! $this->isInitialised) {\n\n $cacheKey = sprintf(\n 'Lookup-Product-Collection-%s-%s-%s',\n $this->rentGuaranteeOfferingType,\n $this->propertyLettingType,\n $vendorKey\n );\n $productCollection = $this->cache->fetch($cacheKey);\n\n $this->values = array();\n $this->choices = array();\n\n if ( ! $productCollection) {\n $productCollection = $this->entityManager->find(new ProductCollection(), array(\n 'rentGuaranteeOfferingType' => $this->rentGuaranteeOfferingType,\n 'propertyLettingType' => $this->propertyLettingType,\n ));\n\n $this->cache->save($cacheKey, $productCollection);\n }\n\n /** @var \\Barbon\\HostedApi\\AppBundle\\Form\\Common\\Model\\Product $product */\n foreach ($productCollection as $product) {\n $this->values[] = (string) $product->getProductId();\n $this->choices[] = (string) $product->getProductId(); //$product->getName();\n $this->labels[] = (string) $product->getName();\n }\n\n $this->isInitialised = true;\n return $productCollection;\n }\n \n return null;\n }", "public function AlternativesPerProduct()\n {\n $dos = ArrayList::create();\n $altCount = Config::inst()->get('RepeatOrderForm', 'number_of_product_alternatives');\n for ($i = 1; $i <= $altCount; $i++) {\n $alternativeField = \"Alternative\".$i.\"ID\";\n if ($this->$alternativeField) {\n $product = Product::get()->filter(['ID' => $this->$alternativeField])->first();\n if ($product) {\n $dos->push($product);\n }\n }\n }\n if ($dos && $dos->count()) {\n return $dos;\n }\n return null;\n }", "private function _getProductvariantsList($product) {\n\n $productvariantsList = array();\n $linkHelper = new Helper\\HtmlLinkHelper();\n $spanHelper = new Helper\\HtmlSpanHelper();\n\n /* @var $productvariant Entity\\ProductEntity */\n foreach ($product->getChilderen() as $productvariant) {\n\n $categoryId = $productvariant->getProductCategories()->first()->getCategory()->getId();\n\n $name = $productvariant->getCurrentTranslation()->getName();\n\n // render link\n $liString = $linkHelper->getHtml(\n $name,\n $this->url()->fromRoute('home/default', array(\n 'controller' => 'product',\n 'action' => 'form',\n 'param' => 'product',\n 'value' => $productvariant->getId(),\n 'param2' => 'category',\n 'value2' => $categoryId\n )),\n $name,\n 'pane-navi-link productvariant',\n array(\n 'data-pane-title' => '',\n 'data-delete-url' => $this->url()->fromRoute('home/default', array(\n 'controller' => 'product',\n 'action' => 'delete',\n 'param' => 'product',\n 'value' => $productvariant->getId()\n ))\n ),\n null\n );\n\n// $liString .= $spanHelper->getHtml(\n// '',\n// 'edit',\n// array(\n// 'data-form-url' => $this->url()->fromRoute('home/default', array(\n// 'controller' => 'product',\n// 'action' => 'form',\n// 'param' => 'product',\n// 'value' => $productvariant->getId()\n// ))\n// )\n// );\n\n $productvariantsList[] = $liString;\n }\n\n return $productvariantsList;\n }", "function fn_product_variations_get_variation_by_selected_options($product, $product_options, $selected_options, $index = 0)\n{\n /** @var ProductManager $product_manager */\n $product_manager = Tygh::$app['addons.product_variations.product.manager'];\n\n $name_part = array($product['product']);\n $variation_code = $product_manager->getVariationCode($product['product_id'], $selected_options);\n $options = array();\n\n foreach ($selected_options as $option_id => $variant_id) {\n $option_id = (int) $option_id;\n $variant_id = (int) $variant_id;\n\n $option = $product_options[$option_id];\n $option['value'] = $variant_id;\n\n $variant = $product_options[$option_id]['variants'][$variant_id];\n\n $name_part[] = $option['option_name'] . ': ' .$variant['variant_name'];\n $options[$option_id] = $option;\n }\n\n $combination = array(\n 'name' => implode(', ', $name_part),\n 'price' => $product['price'],\n 'list_price' => $product['list_price'],\n 'weight' => $product['weight'],\n 'amount' => empty($product['amount']) ? 1 : $product['amount'],\n 'code' => !empty($product['product_code']) ? $product['product_code'] . $index : '',\n 'options' => $options,\n 'selected_options' => $selected_options,\n 'variation' => $variation_code\n );\n\n return $combination;\n}", "function fn_product_variations_generate($product_id, $combinations, array $options_ids)\n{\n $languages = Languages::getAll();\n $product_row = db_get_row('SELECT * FROM ?:products WHERE product_id = ?i', $product_id);\n\n $product_variation_ids = db_get_fields('SELECT product_id FROM ?:products WHERE parent_product_id = ?i', $product_id);\n\n foreach ($product_variation_ids as $product_variation_id) {\n fn_delete_product($product_variation_id);\n }\n\n foreach ($combinations as $variation_code => $combination) {\n fn_product_variations_save_variation($product_row, $combination, $languages);\n }\n\n db_query(\n 'UPDATE ?:products SET product_type = ?s, variation_options = ?s WHERE product_id = ?i',\n ProductManager::PRODUCT_TYPE_CONFIGURABLE, json_encode(array_values($options_ids)), $product_id\n );\n}", "function getProducts()\n {\n $ret = array();\n foreach ($this->getItems() as $item)\n if ($item->item_type == 'product')\n if ($pr = $item->tryLoadProduct())\n $ret[] = $pr;\n return $ret;\n }", "public function testProductGetVariants()\n {\n $product = $this->find('product', 1);\n \n $variants = $product->getVariants();\n \n $productColor = $this->find('productColor', 1);\n $productSize = $this->find('productSize', 1);\n \n $this->assertTrue(\n $variants[$productSize->getId()][$productColor->getId()]\n );\n }", "public function getRecipes(){\n\t\t$cache = Zend_Registry::get('cache');\n\t\t// see if product - list is already in cache\n\t\tif(!$recipes = $cache->load('recipesByManufacturerId'.$this->id)) {\n\t\t\t$recipes = array();\n\t\t\tif(is_array($this->getProducts())){\n\t\t\t\tforeach ($this->getProducts() as $product){\n\t\t\t\t\t$componentsArray = Website_Model_Component::componentsByIngredientId($product->getIngredient()->id);\n\t\t\t\t\tif(is_array($componentsArray)){\n\t\t\t\t\t\tforeach ($componentsArray as $component){\n\t\t\t\t\t\t\t$recipes[$component->recipeId] = Website_Model_CbFactory::factory('Website_Model_Recipe',$component->recipeId);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t$cache->save($recipes,'recipesByManufacturerId'.$this->id,array('model'));\n\t\t}\n\t\treturn $recipes;\n\t}", "function basel_get_compared_products() {\n\t\t$cookie_name = basel_compare_cookie_name();\n\t\treturn isset( $_COOKIE[ $cookie_name ] ) ? json_decode( wp_unslash( $_COOKIE[ $cookie_name ] ), true ) : array();\n\t}", "function get_variation( $variation_id, $product ) {\n\n\t\tif ( isset( $this->variations_cache[ $variation_id ] ) )\n\t\t\treturn $this->variations_cache[ $variation_id ];\n\n\t\t$variation = $product->get_child( $variation_id, array(\n\t\t\t'parent_id' => $product->id,\n\t\t\t'parent' \t=> $product\n\t\t) );\n\n\t\t$this->variations_cache[ $variation_id ] = $variation;\n\n\t\treturn $variation;\n\t}", "public function getCheckoutProducts()\r\n\t{\r\n\t\t$products = array();\r\n\t\t\r\n\t\tforeach (Mage::getSingleton('checkout/session')->getQuote()->getAllVisibleItems() as $item)\r\n\t\t{\r\n\t\t\t$args = $this->getDefaultProductIdentifiers($item);\r\n\t\t\t\r\n\t\t\t$variant = array();\r\n\t\t\t\t\r\n\t\t\t/**\r\n\t\t\t * Handle configurable products\r\n\t\t\t */\r\n\t\t\tif ($item->getProduct()->isConfigurable())\r\n\t\t\t{\r\n\t\t\t\t$parent = Mage::getModel('catalog/product')->load\r\n\t\t\t\t(\r\n\t\t\t\t\t$item->getProductId()\r\n\t\t\t\t);\r\n\t\t\t\r\n\t\t\t\t/**\r\n\t\t\t\t * Swap configurable data\r\n\t\t\t\t * \r\n\t\t\t\t * @var stdClass\r\n\t\t\t\t */\r\n\t\t\t\t$args = $this->getConfigurableProductIdentifiers($args, $parent);\r\n\t\t\t\t\r\n\t\t\t\tif ($item instanceof Mage_Sales_Model_Quote_Item)\r\n\t\t\t\t{\r\n\t\t\t\t\t$request = new Varien_Object(unserialize($item->getOptionByCode('info_buyRequest')->getValue()));\r\n\t\t\t\t}\r\n\t\t\t\telse if ($item instanceof Mage_Sales_Model_Order_Item)\r\n\t\t\t\t{\r\n\t\t\t\t\t$request = new Varien_Object($item->getProductOptions());\r\n\t\t\t\t}\r\n\t\t\t\r\n\t\t\t\t$options = $request->getData();\r\n\t\t\t\r\n\t\t\t\tif (isset($options['super_attribute']) && is_array($options['super_attribute']))\r\n\t\t\t\t{\r\n\t\t\t\t\tforeach ($options['super_attribute'] as $id => $option)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t$attribute = Mage::getModel('catalog/resource_eav_attribute')->load($id);\r\n\t\t\t\r\n\t\t\t\t\t\tif ($attribute->usesSource())\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t$variant[] = join(':', array\r\n\t\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t\t$this->jsQuoteEscape($attribute->getFrontendLabel()),\r\n\t\t\t\t\t\t\t\t$this->jsQuoteEscape($attribute->getSource()->getOptionText($option))\r\n\t\t\t\t\t\t\t));\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\t\r\n\t\t\t/**\r\n\t\t\t * Handle products with custom options\r\n\t\t\t */\r\n\t\t\tif (1 === (int) $item->getProduct()->getHasOptions())\r\n\t\t\t{\r\n\t\t\t\tif ($item instanceof Mage_Sales_Model_Quote_Item)\r\n\t\t\t\t{\r\n\t\t\t\t\t$request = new Varien_Object(unserialize($item->getOptionByCode('info_buyRequest')->getValue()));\r\n\t\t\t\t}\r\n\t\t\t\telse if ($item instanceof Mage_Sales_Model_Order_Item)\r\n\t\t\t\t{\r\n\t\t\t\t\t$request = new Varien_Object($item->getProductOptions());\r\n\t\t\t\t}\r\n\t\t\t\r\n\t\t\t\tif ((int) $request->getProduct() > 0)\r\n\t\t\t\t{\r\n\t\t\t\t\t$parent = Mage::getModel('catalog/product')->load\r\n\t\t\t\t\t(\r\n\t\t\t\t\t\t$request->getProduct()\r\n\t\t\t\t\t);\r\n\t\t\t\t\t\t\r\n\t\t\t\t\tif ($this->useConfigurableParent())\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t$args->id \t= $parent->getSku();\t\t\t\t\t\r\n\t\t\t\t\t\t$args->name = $parent->getName();\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t/**\r\n\t\t\t\t\t * Get field to use for variants\r\n\t\t\t\t\t *\r\n\t\t\t\t\t * @var string\r\n\t\t\t\t\t*/\r\n\t\t\t\t\t$field = Mage::helper('ec')->getOptionUseField();\r\n\t\t\t\t\t\t\r\n\t\t\t\t\tforeach ($parent->getProductOptionsCollection() as $option)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t$data = $parent->getOptionById($option['option_id']);\r\n\t\t\t\r\n\t\t\t\t\t\tswitch($data->getType())\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tcase 'drop_down':\r\n\t\t\t\t\t\t\t\tforeach ($data->getValues() as $value)\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t$options[] = array\r\n\t\t\t\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t\t\t\t'id' \t=> $value->getOptionTypeId(),\r\n\t\t\t\t\t\t\t\t\t\t'value' => $value->getData($field),\r\n\t\t\t\t\t\t\t\t\t\t'title' => $data->getTitle()\r\n\t\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\tcase 'field':\r\n\t\t\t\t\t\t\t\t$options[] = array\r\n\t\t\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t\t\t'value' => (string) $data->getData($field)\r\n\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\t\r\n\t\t\t\t\tif ($request->getOptions() && is_array($request->getOptions()))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tforeach ($options as $option)\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tforeach ($request->getOptions() as $current)\r\n\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\tif (is_array($option) && isset($option['id']) && (int) $current === (int) $option['id'])\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t$variant[] = join(':',array\r\n\t\t\t\t\t\t\t\t\t(\r\n\t\t\t\t\t\t\t\t\t\t$this->jsQuoteEscape($option['title']),\r\n\t\t\t\t\t\t\t\t\t\t$this->jsQuoteEscape($option['value'])\r\n\t\t\t\t\t\t\t\t\t));\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t$category = $this->getCategory\r\n\t\t\t(\r\n\t\t\t\tMage::helper('ec/session')->getTrace()->get($item->getProduct())\r\n\t\t\t);\r\n\t\t\t\r\n\t\t\t$data = (object) array\r\n\t\t\t(\r\n\t\t\t\t'id' \t\t=> $this->jsQuoteEscape($args->id),\r\n\t\t\t\t'name' \t\t=> $this->jsQuoteEscape($args->name),\r\n\t\t\t\t'category' \t=> $this->jsQuoteEscape($category),\r\n\t\t\t\t'brand' \t=> $this->jsQuoteEscape($this->getBrandBySku($args->id)),\r\n\t\t\t\t'price' \t=> Mage::helper('ec/price')->getPrice($item->getProduct()),\r\n\t\t\t\t'quantity' \t=> $item->getQty(),\r\n\t\t\t\t'variant' \t=> join('-', $variant),\r\n\t\t\t\t'coupon'\t=> ''\r\n\t\t\t);\r\n\t\t\t\r\n\t\t\t$products[] = $data;\r\n\t\t}\r\n\t\t\r\n\t\treturn $products;\r\n\t}", "protected function process()\n {\n\n // query whether or not we've found a configurable product\n if ($this->getValue(ColumnKeys::PRODUCT_TYPE) !== ProductTypes::CONFIGURABLE) {\n return;\n }\n\n // query whether or not, we've configurables\n if ($configurableVariations = $this->getValue(ColumnKeys::CONFIGURABLE_VARIATIONS)) {\n // load the variation labels, if available\n $configurableVariationLabels = $this->getValue(ColumnKeys::CONFIGURABLE_VARIATION_LABELS);\n\n // create an array with the variation labels (attribute code as key)\n $varLabels = array();\n\n // explode the variations labels\n if ($variationLabels = $this->explode($configurableVariationLabels)) {\n foreach ($variationLabels as $variationLabel) {\n if (strstr($variationLabel, '=')) {\n list ($key, $value) = $this->explode($variationLabel, '=');\n $varLabels[$key] = $value;\n }\n }\n }\n\n // load the variation positions, if available\n $configurableVariationsPosition = $this->getValue(ColumnKeys::CONFIGURABLE_VARIATIONS_POSITION);\n\n // create an array with the variation labels (attribute code as key)\n $varPositions = array();\n\n // explode the variations labels\n if ($variationPositions = $this->explode($configurableVariationsPosition)) {\n foreach ($variationPositions as $variationPosition) {\n if (strstr($variationPosition, '=')) {\n list ($key, $value) = $this->explode($variationPosition, '=');\n $varPositions[$key] = $value;\n }\n }\n }\n\n // intialize the array for the variations\n $artefacts = array();\n\n // load the parent SKU, the store view code and the attribute set code from the row\n $parentSku = $this->getValue(ColumnKeys::SKU);\n $storeViewCode = $this->getValue(ColumnKeys::STORE_VIEW_CODE);\n $attributeSetCode = $this->getValue(ColumnKeys::ATTRIBUTE_SET_CODE);\n\n // iterate over all variations and import them, e. g. the complete value will look like\n // sku=sku-0-black-55 cm,color=Black,size=55 cm| \\\n // sku=sku-01-black-xs,color=Black,size=XS| \\\n // sku=sku-02-blue-xs,color=Blue,size=XS| \\\n // sku=02-blue-55 cm,color=Blue,size=55 cm\n foreach ($this->explode($configurableVariations, '|') as $variation) {\n // explode the SKU and the configurable attribute values, e. g.\n // sku=sku-0-black-55 cm,color=Black,size=55 cm\n $explodedVariation = $this->explode($variation);\n\n // explode the variations child SKU\n list (, $childSku) = $this->explode(array_shift($explodedVariation), '=');\n\n // iterate over the configurable attribute configuration\n foreach ($explodedVariation as $option) {\n // explode the attributes option code and value\n list ($optionCode, $optionValue) = $this->explode($option, '=');\n\n // load the apropriate variation label\n $varLabel = '';\n if (isset($varLabels[$optionCode])) {\n $varLabel = $varLabels[$optionCode];\n }\n\n // load the apropriate variation position\n $varPosition = null;\n if (isset($varPositions[$optionCode])) {\n $varPosition = $varPositions[$optionCode];\n }\n\n // initialize the product variation itself\n $variation = $this->newArtefact(\n array(\n ColumnKeys::STORE_VIEW_CODE => $storeViewCode,\n ColumnKeys::ATTRIBUTE_SET_CODE => $attributeSetCode,\n ColumnKeys::VARIANT_PARENT_SKU => $parentSku,\n ColumnKeys::VARIANT_CHILD_SKU => $childSku,\n ColumnKeys::VARIANT_ATTRIBUTE_CODE => $optionCode,\n ColumnKeys::VARIANT_OPTION_VALUE => $optionValue,\n ColumnKeys::VARIANT_VARIATION_LABEL => $varLabel,\n ColumnKeys::VARIANT_VARIATION_POSITION => $varPosition\n ),\n array(\n ColumnKeys::STORE_VIEW_CODE => ColumnKeys::STORE_VIEW_CODE,\n ColumnKeys::ATTRIBUTE_SET_CODE => ColumnKeys::ATTRIBUTE_SET_CODE,\n ColumnKeys::VARIANT_PARENT_SKU => ColumnKeys::SKU,\n ColumnKeys::VARIANT_CHILD_SKU => ColumnKeys::CONFIGURABLE_VARIATIONS,\n ColumnKeys::VARIANT_ATTRIBUTE_CODE => ColumnKeys::CONFIGURABLE_VARIATIONS,\n ColumnKeys::VARIANT_OPTION_VALUE => ColumnKeys::CONFIGURABLE_VARIATIONS,\n ColumnKeys::VARIANT_VARIATION_LABEL => ColumnKeys::CONFIGURABLE_VARIATION_LABELS,\n ColumnKeys::VARIANT_VARIATION_POSITION => ColumnKeys::CONFIGURABLE_VARIATIONS_POSITION\n )\n );\n\n // append the product variation\n $artefacts[] = $variation;\n }\n }\n\n // append the variations to the subject\n $this->addArtefacts($artefacts);\n }\n }", "function fn_look_through_variants($product_id, $amount, $options, $variants)\n{\n\t\n\n\t$position = 0;\n\t$hashes = array();\n\t$combinations = fn_get_options_combinations($options, $variants);\n\n\tif (!empty($combinations)) {\n\t\tforeach ($combinations as $combination) {\n\n\t\t\t$_data = array();\n\t\t\t$_data['product_id'] = $product_id;\n\n\t\t\t$_data['combination_hash'] = fn_generate_cart_id($product_id, array('product_options' => $combination));\n\n\t\t\tif (array_search($_data['combination_hash'], $hashes) === false) {\n\t\t\t\t$hashes[] = $_data['combination_hash'];\n\t\t\t\t$_data['combination'] = fn_get_options_combination($combination);\n\t\t\t\t$_data['position'] = $position++;\n\n\t\t\t\t$old_data = db_get_row(\n\t\t\t\t\t\"SELECT combination_hash, amount, product_code \"\n\t\t\t\t\t. \"FROM ?:product_options_inventory \"\n\t\t\t\t\t. \"WHERE product_id = ?i AND combination_hash = ?i AND temp = 'Y'\", \n\t\t\t\t\t$product_id, $_data['combination_hash']\n\t\t\t\t);\n\n\t\t\t\t$_data['amount'] = isset($old_data['amount']) ? $old_data['amount'] : $amount;\n\t\t\t\t$_data['product_code'] = isset($old_data['product_code']) ? $old_data['product_code'] : '';\n\n\t\t\t\tdb_query(\"REPLACE INTO ?:product_options_inventory ?e\", $_data);\n\t\t\t\t$combinations[] = $combination;\n\t\t\t}\n\t\t\techo str_repeat('. ', count($combination));\n\t\t}\n\t}\n\t\n\t\n\n\treturn $combinations;\n}", "private function getProducts(): array\n {\n return $this->_type === 'price'\n ? $this->_priceProducts\n : $this->_stockProducts;\n }", "public static function getProductOptions()\n {\n return self::get('product') ?: [];\n }", "public function productAssets()\n {\n $variations = ProductVariation::with('stocks')->get();\n $assets = $variations->sum(function ($variant) {\n return $variant->stockCount() * $variant->base_price;\n });\n\n $opAssets = $variations->sum(function ($variant) {\n return $variant->stockCount() * $variant->price;\n });\n\n return [\n 'assets' => $assets,\n 'op_asset' => $opAssets\n ];\n }", "private function getProductsData($products_id)\n\t{\n \t$currency = Shopware()->Db()->fetchOne(\"SELECT c.currency FROM s_core_currencies c INNER JOIN s_core_shops s ON c.id = s.currency_id\"); \n\n $product = Shopware()->Modules()->Articles()->sGetArticleById($products_id);\n \n if (is_array($product[sConfigurator]))\n\t\t{\n $variants = Shopware()->Db()->fetchAll(\"SELECT \n\t\t\t\t\t\t\t\t\t\t\t\t\t\taa.id as articledetail, acg.name as groupname, aco.name as valuename, acor.option_id as optionid\n \t\t\t\t\t\t\t\tFROM s_article_configurator_option_relations acor\n \t\t\t\t\t\t\t\tINNER JOIN s_articles_details aa ON acor.article_id = aa.id\n \t\t\t\t\t\t\t\tINNER JOIN s_article_configurator_options aco ON aco.id = acor.option_id\n \t\t\t\t\t\t\t\tINNER JOIN s_article_configurator_groups acg ON acg.id = aco.group_id\n \t\t\t\t\t\t\t\tWHERE aa.articleID =\".$products_id);\n $variant_prods = array();\n\n foreach ($variants as $variantkey => $variantval)\n\t\t\t{\n $variant_prods[$variantval['articledetail']][$variantval['groupname']]=$variantval['valuename'];\n\n $images = Shopware()->Db()->fetchAll(\"SELECT \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tm.* \n \t\t\t\t\t\t\t\tFROM s_articles_img ai\n \t\t\t\t\t\t\t\tINNER JOIN s_media m ON m.id = ai.media_id\n \t\t\t\t\t\t\t\tWHERE ai.id IN (\n \t\t\t\t\t\t\t\tSELECT ai2.parent_id\n \t\t\t\t\t\t\t\tFROM s_articles_img ai2 \n \t\t\t\t\t\t\t\tWHERE ai2.article_detail_id = \".$variantval['articledetail'].\"\n \t\t\t\t\t\t\t)\");\n\t\t\t\t\n if (count($images) > 0)\n\t\t\t\t{\n foreach($images as $imagekey=>$imageval)\n\t\t\t\t\t{\n $imagepath = 'http://'.Shopware()->Shop()->getHost();\n $imagepath .= Shopware()->Shop()->getBaseUrl().'/';\n $variant_prods[$variantval['articledetail']]['image_url'] = $imagepath.$imageval['path'];\n }\n } else {\n $variant_prods[$variantval['articledetail']]['image_url'] = $product['image']['src']['original'];\n }\n }\n\n ksort($variant_prods);\n $variant_prods_array=array();\n\n foreach($variant_prods as $variantprodskey => $variantprodsval)\n\t\t\t{\n foreach($variantprodsval as $ikey => $ival)\n\t\t\t\t{\n if ($ikey != 'image_url')\n\t\t\t\t\t{\n $variant_prods_array_inner[$ikey] = $ival;\n }\n }\n $variant_prods_array_inner['image_url'] = $variantprodsval['image_url'];\n $variant_prods_array[] = $variant_prods_array_inner;\n }\n }\n\n $rewrite_path = Shopware()->Db()->fetchOne(\"SELECT path FROM s_core_rewrite_urls WHERE org_path = 'sViewport=detail&sArticle=\".$products_id.\"'\");\n \n $rewrite_url = $this->Front()->Router()->assemble(array('module' => 'frontend', 'controller' => 'index'));\n $rewrite_url .= $rewrite_path;\n\n if ($product['sUpcoming'] == 0)\n\t\t{\n if ($product['laststock'] == 1)\n\t\t\t{\n if ($product['instock'] <= 0)\n\t\t\t\t{\n $availibility = 'out of stock';\n } elseif($product['instock'] > 0) {\n $availibility = 'in stock';\n }\n\n } else {\n if ($product['instock'] <= 0)\n\t\t\t\t{\n $availibility = 'available for order';\n } elseif($product['instock'] > 0) {\n $availibility = 'in stock';\n }\n }\n } else {\n $availibility = 'preorder';\n }\n\n $prod_cats = Shopware()->Db()->fetchAll(\"SELECT categoryID FROM s_articles_categories WHERE articleID = \".$products_id);\n $prod2cats = array();\n\t\t\n foreach ($prod_cats as $catkey => $catval)\n\t\t{\n $prod2cats[] = $catval['categoryID'];\n }\n\t\t\n\t\t$price = floatval(str_replace(',','.',$product['price']));\n\t\t$pseudoprice = (isset($product['pseudoprice']) && $product['pseudoprice'] > 0) ? floatval(str_replace(',','.',$product['pseudoprice'])) : $price;\n\t\t$discout_absolute = ($pseudoprice > $price) ? ($pseudoprice - $price) : 0;\n\n $prod_shipping_array = $this->getShippingArray($product);\n $jsonproductarray = array(\n 'id' => $product['articleID'],\n 'name' => $product['articleName'],\n 'image_url' => $product['image']['src']['original'],\n 'condition' => 'new',\n 'categories' => $prod2cats,\n 'availability' => $availibility,\n 'price' => $price,\n\t\t\t'rrp' => floatval($pseudoprice),\n\t\t\t'discount_absolute' => $discout_absolute, \n 'url' => $rewrite_url,\n 'description' => $product['description_long'],\n 'currency' => $currency,\n 'shipping' => $prod_shipping_array,\n 'margin' => 0.56,\n 'gtin' => $product['ean'],\n\t\t\t'brand' => $product['supplierName'],\n\t\t\t'mpn' => $product['ordernumber']\n );\n\t\t\n if (count($variant_prods_array) > 0)\n\t\t{\n $jsonproductarray['variants'] = $variant_prods_array;\n }\n\t\t\n $products_data = $jsonproductarray;\n return $products_data;\n }", "public static function getProductsOptions()\n {\n return self::get('products') ?: [];\n }", "public function getLoadedProductCollection() {\r\n return $this->getProducts();\r\n }", "public function get_variations($returnAll = false) {\n\n \tif( $returnAll ) {\n \t\treturn $this->_variations;\n \t}\n\n\t\t$enabledVariations = array();\n\n\t\t// We only want to return variations which are enabled\n \tforeach ($this->_variations as $id => $v) {\n \t\tif( $v->is_enabled() ) {\n \t\t\t$enabledVariations[$id] = $v; \n \t\t}\n \t}\n\n \treturn $enabledVariations;\n\t}", "function get_variant_options($id_product, $variant_options=array())\n{\n\tglobal $mysqli, $id_cart_discount;\n\t\n\t$output='';\n\t\n\t$groups=get_variant_groups($id_product);\n\t\n\t// build sql \n\t// get all groups for this product\n\tif (sizeof($groups)) {\t\t\n\t\tend($groups); \n\t\t$id_product_variant_group = key($groups); \n\t\n\t\tif (isset($variant_options[$id_product_variant_group]) && $variant_options[$id_product_variant_group]) return false;\n\t\n\t\t$joins = array();\t\n\t\t$where = array();\t\t\n\t\t$group_by = array();\t\n\t\t\n\t\t$i=1;\n\t\tforeach ($groups as $id_product_variant_group => $row_group) {\t\n\t\t\t$where_str = array();\n\t\t\t\n\t\t\t$joins[] = 'INNER JOIN\n\t\t\t(product_variant_option AS pvo'.$i.' CROSS JOIN product_variant_group_option AS pvgo'.$i.' CROSS JOIN product_variant_group_option_description AS pvo'.$i.'_desc)\n\t\t\tON\n\t\t\t(product_variant.id = pvo'.$i.'.id_product_variant AND pvo'.$i.'.id_product_variant_group_option = pvgo'.$i.'.id AND pvgo'.$i.'.id = pvo'.$i.'_desc.id_product_variant_group_option AND pvo'.$i.'_desc.language_code = \"'.$mysqli->escape_string($_SESSION['customer']['language']).'\")';\n\t\t\n\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group = \"'.$mysqli->escape_string($id_product_variant_group).'\"';\n\t\t\t\n\t\t\t$stop=0;\n\t\t\tif (isset($variant_options[$id_product_variant_group]) && $variant_options[$id_product_variant_group]) {\n\t\t\t\t$id_product_variant_group_option = $variant_options[$id_product_variant_group];\n\t\t\t\t\n\t\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group_option = \"'.$mysqli->escape_string($id_product_variant_group_option).'\"';\n\t\t\t} else { \n\t\t\t\t$stop=1;\n\t\t\t}\n\t\t\t\n\t\t\tif ($id_cart_discount) {\n\t\t\t\t$joins[] = 'LEFT JOIN\n\t\t\t\t(rebate_coupon_product AS rcp'.$i.' CROSS JOIN rebate_coupon AS rcpr'.$i.' CROSS JOIN cart_discount AS rcd'.$i.') \n\t\t\t\tON\n\t\t\t\t(product_variant.id_product = rcp'.$i.'.id_product AND rcp'.$i.'.id_rebate_coupon = rcpr'.$i.'.id ANd rcpr'.$i.'.id = rcd'.$i.'.id_rebate_coupon AND rcd'.$i.'.id = \"'.$mysqli->escape_string($id_cart_discount).'\")';\n\t\t\t\t\n\t\t\t\t$joins[] = 'LEFT JOIN\n\t\t\t\t(product_category AS pc'.$i.' CROSS JOIN rebate_coupon_category AS rcc'.$i.' CROSS JOIN rebate_coupon AS rccr'.$i.' CROSS JOIN cart_discount AS rccd'.$i.') \n\t\t\t\tON\n\t\t\t\t(product_variant.id_product = pc'.$i.'.id_product AND pc'.$i.'.id_category = rcc'.$i.'.id_category AND rcc'.$i.'.id_rebate_coupon = rccr'.$i.'.id ANd rccr'.$i.'.id = rcd'.$i.'.id_rebate_coupon AND rcd'.$i.'.id = \"'.$mysqli->escape_string($id_cart_discount).'\")';\n\t\t\t\t\n\t\t\t\t$where_str[] = '(rcp'.$i.'.id_rebate_coupon IS NOT NULL OR rcc'.$i.'.id_rebate_coupon IS NOT NULL)';\n\t\t\t}\t\t\t\n\t\t\t\n\t\t\t$select = 'pvo'.$i.'.id_product_variant_group_option,\n\t\t\tpvo'.$i.'.id_product_variant_group,\n\t\t\tpvo'.$i.'_desc.name,\n\t\t\tpvgo'.$i.'.swatch_type,\n\t\t\tpvgo'.$i.'.color,\n\t\t\tpvgo'.$i.'.color2,\n\t\t\tpvgo'.$i.'.color3,\n\t\t\tpvgo'.$i.'.filename';\n\t\t\t\n\t\t\t$where[] = implode(' AND ',$where_str);\n\t\t\t\n\t\t\t$group_by[] = 'pvo'.$i.'.id_product_variant_group_option';\n\t\t\t\n\t\t\t$order_by = 'pvgo'.$i.'.sort_order ASC';\n\t\t\t\n\t\t\t$i++;\n\t\t\t\n\t\t\tif ($stop) break;\n\t\t}\n\t\t\n\t\t$joins = implode(\"\\r\\n\",$joins);\n\t\t$where = implode(' AND ',$where);\n\t\t$group_by = implode(',',$group_by);\n\t\t\t\t\t\n\t\tif ($result_options = $mysqli->query('SELECT\n\t\t'.$select.'\n\t\tFROM\t\t\n\t\tproduct_variant\n\t\t\n\t\t'.$joins.'\n\t\t\n\t\tWHERE\n\t\tproduct_variant.active = 1 \n\t\tAND\n\t\tproduct_variant.id_product = \"'.$mysqli->escape_string($id_product).'\"\n\t\tAND\n\t\t'.$where.'\n\t\tGROUP BY '.\n\t\t$group_by.'\n\t\tORDER BY '.\n\t\t$order_by)) {\t\t\t\n\t\t\tif ($result_options->num_rows) {\n\t\t\t\t$input_type = $groups[$id_product_variant_group]['input_type'];\n\t\n\t\t\t\t$output .= '<div style=\"margin-top:10px; margin-bottom:10px;\" id=\"variant_group_'.$id_product_variant_group.'\">\n\t\t\t\t<div style=\"margin-bottom:5px;\"><strong>'.$groups[$id_product_variant_group]['name'].'</strong></div>';\n\t\n\t\t\t\tif (!$input_type) {\n\t\t\t\t\t$output .= '<select name=\"variant_options['.$id_product_variant_group.']\">\n\t\t\t\t\t<option value=\"0\">--</option>';\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$i=0;\n\t\t\t\twhile ($row_option = $result_options->fetch_assoc()) {\n\t\t\t\t\t$id_product_variant_group_option = $row_option['id_product_variant_group_option'];\n\t\t\t\t\t\n\t\t\t\t\tswitch ($input_type) {\n\t\t\t\t\t\t// dropdown\n\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t$output .= '<option value=\"'.$id_product_variant_group_option.'\">'.$row_option['name'].'</option>';\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t// radio\n\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t$output .= '<div><input type=\"radio\" name=\"variant_options['.$id_product_variant_group.']\" id=\"product_variant_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" value=\"'.$id_product_variant_group_option.'\">&nbsp;<label for=\"product_variant_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\">'.$row_option['name'].'</label></div>';\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t// swatch\n\t\t\t\t\t\tcase 2:\n\t\t\t\t\t\t\t$swatch_type = $row_option['swatch_type'];\n\t\t\t\t\t\t\t$color = $row_option['color'];\n\t\t\t\t\t\t\t$color2 = $row_option['color2'];\n\t\t\t\t\t\t\t$color3 = $row_option['color3'];\n\t\t\t\t\t\t\t$filename = $row_option['filename'];\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif ($i==8) { $output .= '<div class=\"cb\"></div>'; $i=0; }\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tswitch ($swatch_type) {\n\t\t\t\t\t\t\t\t// 1 color\n\t\t\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border\"><input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" /><div class=\"variant_color_inner_border\"><div style=\"background-color: '.$color.';\" class=\"variant_color\"></div></div></a>';\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t// 2 color\n\t\t\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" />\n\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:10px; height:20px; background-color: '.$color.';\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:10px; height:20px; background-color: '.$color2.';\"></div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"cb\"></div>\n\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t// 3 color\n\t\t\t\t\t\t\t\tcase 2:\n\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" />\t\n\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:7px; height:20px; background-color: '.$color.';\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:6px; height:20px; background-color: '.$color2.';\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:7px; height:20px; background-color: '.$color3.';\"></div>\n\t\t\t\t\t\t\t\t\t<div class=\"cb\"></div>\n\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t// file\n\t\t\t\t\t\t\t\tcase 3:\n\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border\">\n\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" />\t\n\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\t\t\n\t\t\t\t\t\t\t\t\t<img src=\"/images/products/swatch/'.$filename.'\" width=\"20\" height=\"20\" border=\"0\" hspace=\"0\" vspace=\"0\" />\n\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\t\t\t\t\n\t\t\n\t\t\t\t\t\t\t++$i;\t\t\t\t\t\n\t\t\t\t\t\t\tbreak;\t\n\t\t\t\t\t}\t\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tswitch ($input_type) {\n\t\t\t\t\t// dropdown\n\t\t\t\t\tcase 0:\n\t\t\t\t\t\t$output .= '</select>\n\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\t\t/* <![CDATA[ */\n\t\n\t\n\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\tjQuery(\"select[name=\\'variant_options['.$id_product_variant_group.']\\']\").change(function(){\n\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(this).val());\n\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\t\n\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t</script>';\t\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t// radio\n\t\t\t\t\tcase 1:\n\t\t\t\t\t\t$output .= '<script type=\"text/javascript\">\n\t\t\t\t\t\t/* <![CDATA[ */\n\t\n\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\tjQuery(\"input[name=\\'variant_options['.$id_product_variant_group.']\\']\").change(function(){\n\t\n\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(this).val());\n\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t</script>';\t\t\t\t\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t// swatch\n\t\t\t\t\tcase 2:\t\t\t\t\n\t\t\t\t\t\t$output .= '<script type=\"text/javascript\">\n\t\t\t\t\t\t/* <![CDATA[ */\n\t\n\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\tjQuery(\"a.variant_color_outer_border\").click(function(){\n\t\t\t\t\t\t\t\tif (!jQuery(\"input[id^=\\'variant_color_\\']:checked\",this).length) { \n\t\t\t\t\t\t\t\t\tjQuery(\"input[id^=\\'variant_color_\\']\",this).attr(\"checked\",true);\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tjQuery(\"a.variant_color_outer_border\").removeClass(\"selected\");\n\t\t\t\t\t\t\t\t\tjQuery(this).addClass(\"selected\");\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(\"input[id^=\\'variant_color_\\']\",this).val());\n\t\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t</script>';\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$output .= '<div class=\"cb\"></div></div>';\n\t\t\t} else {\n\t\t\t\t$output .= 'No options found.';\n\t\t\t}\n\t\t} else {\n\t\t\tthrow new Exception('An error occured while trying to get variant group options.'.\"\\r\\n\\r\\n\".$mysqli->error);\t\t\n\t\t}\n\t}\n\t\n\treturn $output;\n}", "function thrive_dashboard_get_products()\n{\n $products = array();\n $products = apply_filters('thrive_dashboard_installed_products', $products);\n\n return $products;\n}", "function get_static_products() {\r\n return $this->DBObject->readCursor(\"product_actions.get_static_products\", null);\r\n }", "public function test_get_style_variations_returns_all_variations() {\n\t\t// Switch to a child theme.\n\t\tswitch_theme( 'block-theme-child' );\n\t\twp_set_current_user( self::$administrator_id );\n\n\t\t$actual_settings = WP_Theme_JSON_Resolver::get_style_variations();\n\t\t$expected_settings = array(\n\t\t\tarray(\n\t\t\t\t'version' => 2,\n\t\t\t\t'title' => 'variation-b',\n\t\t\t\t'settings' => array(\n\t\t\t\t\t'blocks' => array(\n\t\t\t\t\t\t'core/post-title' => array(\n\t\t\t\t\t\t\t'color' => array(\n\t\t\t\t\t\t\t\t'palette' => array(\n\t\t\t\t\t\t\t\t\t'theme' => array(\n\t\t\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t\t\t'slug' => 'dark',\n\t\t\t\t\t\t\t\t\t\t\t'name' => 'Dark',\n\t\t\t\t\t\t\t\t\t\t\t'color' => '#010101',\n\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t),\n\t\t\t\t\t),\n\t\t\t\t),\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'version' => 2,\n\t\t\t\t'title' => 'Block theme variation',\n\t\t\t\t'settings' => array(\n\t\t\t\t\t'color' => array(\n\t\t\t\t\t\t'palette' => array(\n\t\t\t\t\t\t\t'theme' => array(\n\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t'slug' => 'foreground',\n\t\t\t\t\t\t\t\t\t'name' => 'Foreground',\n\t\t\t\t\t\t\t\t\t'color' => '#3F67C6',\n\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t),\n\t\t\t\t\t),\n\t\t\t\t),\n\t\t\t\t'styles' => array(\n\t\t\t\t\t'blocks' => array(\n\t\t\t\t\t\t'core/post-title' => array(\n\t\t\t\t\t\t\t'typography' => array(\n\t\t\t\t\t\t\t\t'fontWeight' => '700',\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t),\n\t\t\t\t\t),\n\t\t\t\t),\n\t\t\t),\n\t\t);\n\n\t\twp_recursive_ksort( $actual_settings );\n\t\twp_recursive_ksort( $expected_settings );\n\n\t\t$this->assertSame(\n\t\t\t$expected_settings,\n\t\t\t$actual_settings\n\t\t);\n\t}", "public function run()\n {\n $productVariants = [\n \t1 => [\n \t\t'product_id' => 1,\n \t\t'variant_type' => 2,\n \t\t'product_type_id' => 1,\n \t\t'name' => 'Everything Seasoning',\n \t\t'internal_sku' => '811207024269',\n \t\t'sku' => '804879447856',\n \t\t'upc' => '811207024269',\n 'download_link' => '', \t\n \t\t'free_product_tier_id' => 0,\n \t\t'quantity' => 1,\n \t\t'hide_options_from_display_name' => 0,\n \t\t'customer_service_can_add' => 1, \t\t\n \t\t'enabled' => 1 \n ],\n 2 => [\n 'product_id' => 1,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Everything Seasoning - 3 Bottles',\n 'internal_sku' => '813327020398-3B',\n 'sku' => '804879447856-3B',\n 'upc' => '813327020398',\n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1 \n ],\n 3 => [\n 'product_id' => 2,\n 'variant_type' => 2,\n 'product_type_id' => 1,\n 'name' => 'Spicy Everything Seasoning',\n 'internal_sku' => '811207024320',\n 'sku' => '804879447863',\n 'upc' => '811207024320',\n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1 \n ],\n 4 => [\n 'product_id' => 2,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Spicy Everything Seasoning - 3 Bottles',\n 'internal_sku' => '813327020374-3B',\n 'sku' => '804879447863-3B',\n 'upc' => '813327020374',\n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1 \n ],\n 5 => [\n 'product_id' => 3,\n 'variant_type' => 2,\n 'product_type_id' => 1,\n 'name' => 'Garlic Lover\\'s Seasoning',\n 'internal_sku' => '811207024306',\n 'sku' => '804879389859',\n 'upc' => '811207024306', \n 'download_link' => '', \n 'free_product_tier_id' => 1,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1 \n ],\n 6 => [\n 'product_id' => 3,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Garlic Lover\\'s Seasoning - 3 Bottles',\n 'internal_sku' => '811207024306-3B',\n 'sku' => '804879389859-3B',\n 'upc' => '811207024306', \n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1 \n ],\n 7 => [\n 'product_id' => 4,\n 'variant_type' => 2,\n 'product_type_id' => 1,\n 'name' => 'Lemon & Garlic Seasoning',\n 'internal_sku' => '811207024283',\n 'sku' => '804879153375',\n 'upc' => '811207024283',\n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1,\n \n ],\n 8 => [\n 'product_id' => 4,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Lemon & Garlic Seasoning - 3 Bottles',\n 'internal_sku' => '811207024283-3B',\n 'sku' => '804879153375-3B',\n 'upc' => '811207024283',\n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1,\n \n ],\n 9 => [\n 'product_id' => 5,\n 'variant_type' => 2,\n 'product_type_id' => 1,\n 'name' => 'Chipotle Seasoning',\n 'internal_sku' => '811207026720',\n 'sku' => '811207026720', \n 'upc' => '811207026720', \n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1,\n 'enabled' => 1 \n ],\n 10 => [\n 'product_id' => 5,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Chipotle Seasoning - 3 Bottles',\n 'internal_sku' => '',\n 'sku' => '811207026720-3B', \n 'upc' => '811207026720',\n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 0,\n 'enabled' => 1 \n ],\n 11 => [\n 'product_id' => 6,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Pizza Seasoning',\n 'internal_sku' => '813327020299',\n 'sku' => '813327020299', \n 'upc' => '813327020299',\n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1,\n 'enabled' => 1 \n ],\n 12 => [\n 'product_id' => 6,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Pizza Seasoning - 3 Bottles',\n 'internal_sku' => '',\n 'sku' => '813327020299-3B', \n 'upc' => '813327020299',\n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1\n \n ],\n 13 => [\n 'product_id' => 6,\n 'variant_type' => 2,\n 'product_type_id' => 1,\n 'name' => 'Pizza Seasoning',\n 'internal_sku' => 'PZA',\n 'sku' => 'PZA', \n 'upc' => '813327020299',\n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 0, \n 'enabled' => 0\n \n ],\n 14 => [\n 'product_id' => 7,\n 'variant_type' => 4,\n 'product_type_id' => 4,\n 'name' => 'Flavor God Paleo Recipe Book',\n 'internal_sku' => '',\n 'sku' => 'FG-RECIPE01',\n 'upc' => '', \n 'download_link' => 'http://download.flavorgod.com/flavorpurchase/flavorgodpaleoandglutenfreerecipebook.pdf', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1\n \n ],\n 15 => [\n 'product_id' => 8,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Classic Combo Set',\n 'internal_sku' => '811207024245',\n 'sku' => 'COMBOPACK',\n 'upc' => '811207024245', \n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1\n \n ],\n 16 => [\n 'product_id' => 8,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Classic Combo Set w/ Flavor God Paleo Recipe Book',\n 'internal_sku' => '813327020244',\n 'sku' => 'FGCOMBOBOOK-1',\n 'upc' => '813327020244', \n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1\n \n ],\n 17 => [\n 'product_id' => 8,\n 'variant_type' => 3,\n 'product_type_id' => 5,\n 'name' => 'Classic Combo Set w/ Apron (Grey) - 50% OFF',\n 'internal_sku' => 'CLSCMB-GRAP-50',\n 'sku' => 'CLSCMB-GRAP-50',\n 'upc' => 'CLSCMB-GRAP-50', \n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 1, \n 'enabled' => 1\n \n ],\n 18 => [\n 'product_id' => 9,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Chipotle Combo Set',\n 'internal_sku' => '811207026713',\n 'sku' => 'COMBO-CHIP',\n 'upc' => '811207026713', \n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 0, \n 'enabled' => 0\n \n ],\n 19 => [\n 'product_id' => 9,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Chipotle Combo Set w/ Flavor God Paleo Recipe Book',\n 'internal_sku' => '811207026706',\n 'sku' => 'COMBO-CHIP-EB',\n 'upc' => '811207026706', \n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 0, \n 'enabled' => 0 \n ],\n 20 => [\n 'product_id' => 10,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Pizza Combo Set',\n 'internal_sku' => '813327020176',\n 'sku' => 'COMBO-PZA',\n 'upc' => '813327020176', \n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 0,\n 'customer_service_can_add' => 0, \n 'enabled' => 0 \n ],\n 21 => [\n 'product_id' => 10,\n 'variant_type' => 3,\n 'product_type_id' => 1,\n 'name' => 'Pizza Combo Set w/ Flavor God Paleo Recipe Book',\n 'internal_sku' => '813327020145',\n 'sku' => 'COMBO-PZA-EB',\n 'upc' => '813327020145', \n 'download_link' => '', \n 'free_product_tier_id' => 0,\n 'quantity' => 1,\n 'hide_options_from_display_name' => 1,\n 'customer_service_can_add' => 0, \n 'enabled' => 0 \n ]\n];\n \n foreach ($productVariants as $key => $value) {\n \\DB::insert('insert into product_variants(product_id, variant_type, product_type_id, name, internal_sku, sku,\n upc, download_link, free_product_tier_id, quantity, hide_options_from_display_name, customer_service_can_add, enabled)values(\n ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)', [\n $value['product_id'], \n $value['variant_type'],\n $value['product_type_id'],\n $value['name'],\n $value['internal_sku'],\n $value['sku'],\n $value['upc'],\n $value['download_link'],\n $value['free_product_tier_id'],\n $value['quantity'],\n $value['hide_options_from_display_name'],\n $value['customer_service_can_add'], \n $value['enabled']\n ]);\n }\n }", "function getAllProductVariantOptions(Request $request) {\n $collectionName = $request->query->get('collectionName');\n $arr = [];\n $em = $this->getDoctrine()->getManager();\n $products = [];\n if(strpos($collectionName, ';') !== false) {\n $collectionArray = explode(';', $collectionName);\n foreach ($collectionArray as $collectionName) {\n $collection = $em->getRepository('App:ProductTypes')->findOneBy(['name' => $collectionName]);\n $products[] = $em->getRepository('App:Products')->findBy(['type' => $collection]);\n }\n } else {\n $collection = $em->getRepository('App:ProductTypes')->findOneBy(['name' => $collectionName]);\n $products = $em->getRepository('App:Products')->findBy(['type' => $collection]);\n\n if (!$collection) {\n $brand = $em->getRepository('App:Brands')->findOneBy(['name' => $collectionName]);\n $products = $em->getRepository('App:Products')->findBy(['brand' => $brand]);\n }\n }\n\n $colorsArr = [];\n $sizeArr = [];\n $brandArr = [];\n\n foreach ($products as $product) {\n if(is_array($product)) {\n foreach ($product as $item) {\n if ($item->getSize()) {\n $sizeArr[] = $item->getSize()->getSize();\n }\n\n if($item->getColor()) {\n $colorsArr[] = $item->getColor()->getName();\n }\n\n if ($item->getBrand()) {\n $brandArr[] = $item->getBrand()->getName();\n }\n }\n } else {\n if ($product->getSize()) {\n $sizeArr[] = $product->getSize()->getSize();\n }\n\n if($product->getColor()) {\n $colorsArr[] = $product->getColor()->getName();\n }\n\n if ($product->getBrand()) {\n $brandArr[] = $product->getBrand()->getName();\n }\n }\n }\n\n $arr['colors'] = array_unique($colorsArr);\n $arr['sizes'] = array_unique($sizeArr);\n $arr['brands'] = array_unique($brandArr);\n\n return new JsonResponse($arr);\n }", "public function getProduct();", "function checkRelatedInCache($productName)\n{\n return S::of(function (Cacher $cache) use ($productName) {\n return [$cache->get($productName), $cache];\n });\n}", "public function getTemplateVariable($items=array()) {\n\t\t\n\t\t$results = array();\n\t\t\n\t\tforeach($items as $key=>$item) {\n\t\t\t$item = (isset($item['CartItem'])) ? $item['CartItem'] : $item;\n\t\t\t$result = array('id' => $item['variant_id'],\n\t\t\t\t\t\n\t\t\t\t\t'price' => $item['product_price'],\n\t\t\t\t\t'line_price' => $item['line_price'],\n\t\t\t\t\t'quantity' => $item['product_quantity'],\n\t\t\t\t\t'requires_shipping' => $item['shipping_required'],\n\t\t\t\t\t'weight' => $item['product_weight'],\n\t\t\t\t\t);\n\t\t\t\n\t\t\t\n\t\t\t$result['product'] = !empty($item['Product']) ? Product::getTemplateVariable($item, false) : array();\n\t\t\t$result['variant'] = !empty($item['CheckedOutVariant']) ? VariantModel::getTemplateVariable($item['CheckedOutVariant'], false) : array();\n\t\t\t\n\t\t\t// we get the latest product and variant title where possible\n\t\t\t// we also collect the sku from variant\n\t\t\t// collect vendor from product\n\t\t\tif (!empty($result['product'])) {\n\t\t\t\t$productTitle = $result['product']['title'] ;\n\t\t\t\t$vendor = $result['product']['vendor'] ;\n\t\t\t} else {\n\t\t\t\t$productTitle = $item['product_title'];\n\t\t\t\t$vendor = '';\n\t\t\t}\n\t\t\t\n\t\t\tif (!empty($result['variant'])) {\n\t\t\t\t$variantTitle = $result['variant']['title'] ;\n\t\t\t\t$variantSKU = $result['variant']['sku'] ;\n\t\t\t} else {\n\t\t\t\t$variantTitle = $item['variant_title'];\n\t\t\t\t$variantSKU = '';\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t/**\n\t\t\t * for the cart item title, if there is 1 variant for the product\n\t\t\t * and the variant title starts with \"default\" case-insensitive\n\t\t\t * we just use ProductTitle\n\t\t\t **/\n\t\t\tApp::uses('StringLib', 'UtilityLib.Lib');\n\t\t\tif (count($result['product']['variants']) == 1) {\n\t\t\t\tif (StringLib::startsWith($variantTitle, 'default', false)) {\n\t\t\t\t\t$result['title'] = $productTitle;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// In all other cases, we use ProductTitle - VariantTitle\n\t\t\tif (!isset($result['title'])) {\n\t\t\t\t$result['title'] = $productTitle . ' - ' . $variantTitle;\n\t\t\t}\n\t\t\t\n\t\t\t// assign the sku\n\t\t\t$result['sku'] = $variantSKU;\n\t\t\t$result['vendor'] = $vendor;\n\t\t\t\n\t\t\t\n\t\t\t$results[] = $result;\n\t\t}\n\t\t\n\t\treturn $results;\n\t}", "private function loadAll() {\n\n return $this->search->getProducts();\n\n }", "function get_variation_by_cat_id($cat_id)\r\n{\r\n\t$sql = \"SELECT * FROM `category_variation` cv, variation v where cv.`cv_variation_id`=v.variation_id and variation_status = 1 and cv.`cv_category_id` = \".$cat_id.\"\";\r\n\t//op variation_name,variation_id,cv_id\r\n\t$results = get_results($sql);\r\n\treturn $results;\r\n}", "public function _getItems(Cart $cart)\n {\n $items = $cart->getQuote()->getAllVisibleItems();\n try {\n $data = [];\n $configurableSkus = [];\n foreach ($items as $item) {\n $product = $item->getProduct();\n $_item = [];\n $_item['vars'] = [];\n if ($item->getProduct()->getTypeId() == 'configurable') {\n $_item['isConfiguration'] = 1;\n $parentIds[] = $item->getParentItemId();\n $options = $this->cpModel->getOrderOptions($product);\n $_item['id'] = $options['simple_sku'];\n $_item['title'] = $options['simple_name'];\n $_item['vars'] = $this->_getVars($options);\n $configurableSkus[] = $options['simple_sku'];\n } elseif (!in_array($item->getSku(), $configurableSkus) && $item->getProductType() != 'bundle') {\n $_item['id'] = $item->getSku();\n $_item['title'] = $item->getName();\n } else {\n $_item['id'] = null;\n }\n if ($_item['id']) {\n $_item['qty'] = (int)$item->getQty();\n $_item['url'] = $item->getProduct()->getProductUrl();\n $_item['image'] = $this->productHelper->getSmallImageUrl($product);\n $current_price = null;\n $reg_price = $product->getPrice();\n $special_price = $product->getSpecialPrice();\n $special_from = $product->getSpecialFromDate();\n $special_to = $product->getSpecialToDate();\n if ($special_price &&\n ($special_from === null || (strtotime($special_from) < strtotime('Today'))) &&\n ($special_to === null || (strtotime($special_to) > strtotime('Today')))) {\n $current_price = $special_price;\n } else {\n $current_price = $reg_price;\n }\n $_item['price'] = $current_price * 100;\n if ($tags = $this->_getTags($product)) {\n $_item['tags'] = $tags;\n }\n $data[] = $_item;\n }\n }\n\n return $data;\n } catch (\\Exception $e) {\n $this->clientManager->getClient()->logger($e);\n\n return false;\n }\n }", "public function getProducts() {\n\t\t$baseUrl = 'https://'.$this->apiKey.':'.$this->password.'@'.$this->domain.'.myshopify.com';\n\t\t$request = '/admin/products.json';\n\t\t$method = 'GET';\n\n\t\t$result = $this->curl($baseUrl.$request, $method);\n\n\t\t$products = array();\n\t\tforeach($result->products as $shopify) {\n\t\t\tforeach($shopify->variants as $variant) {\n\t\t\t\t// need to make a class Product in this folder?\n\t\t\t\t$product = new stdClass;\n\t\t\t\t$product->id \t\t= $shopify->id;\n\t\t\t\t$product->sku \t\t= $variant->sku;\n\t\t\t\t$product->name \t\t= $shopify->title;\n\t\t\t\t$product->price \t= $variant->price;\n\t\t\t\t$product->quantity \t= $variant->inventory_quantity;\t\n\t\t\t\tarray_push($products, $product);\n\t\t\t}\n\t\t}\n\n\t\treturn $products;\n\t}", "public function variants()\n {\n return $this->hasMany(Variant::class, 'product_id', 'id');\n }", "function cb_product_result($items)\r\n\t{\r\n\t\t$ret = array();\r\n\r\n\t\tforeach ($items as $i)\r\n\t\t{\r\n\t\t\t# Create a single copy of this product for return.\r\n\r\n\t\t\tif (empty($ret[$i['prod_id']])) $ret[$i['prod_id']] = $i;\r\n\r\n\t\t\tif (empty($ret[$i['prod_id']]['atrs'][$i['atr_id']]))\r\n\t\t\t\t$ret[$i['prod_id']]['atrs'][$i['atr_id']] = $i;\r\n\r\n\t\t\tif (empty($ret[$i['prod_id']]['atrs'][$i['atr_id']]['opts'][$i['opt_id']]))\r\n\t\t\t\t$ret[$i['prod_id']]['atrs'][$i['atr_id']]['opts'][$i['opt_id']] = $i;\r\n\t\t}\r\n\r\n\t\tforeach ($ret as &$v)\r\n\t\t\t$v = $this->product_props($v);\r\n\r\n\t\treturn $ret;\r\n\t}", "public function get_full_width_product_variations($product_id, $lang_id)\n {\n $product_id = clean_number($product_id);\n $lang_id = clean_number($lang_id);\n $this->db->where('product_id', $product_id);\n $this->db->where('lang_id', $lang_id);\n $this->db->where('visible', 1);\n $this->db->group_start();\n $this->db->where('variation_type', 'checkbox');\n $this->db->or_where('variation_type', 'radio_button');\n $this->db->group_end();\n $query = $this->db->get('product_variations');\n return $query->result();\n }", "public function getProductCollection()\n {\n $this->_basketProducts = $this->_getCartProductIds();\n $products = $this->_complementaryEngine->sendQuery($this->_basketProducts);\n\n if ($products['rules']) {\n return $this->_getPredictedProducts($products['rules']);\n }\n\n return false;\n }", "public function getVariants()\n {\n return $this->variants;\n }", "public function getProducts() {\n\t\treturn $this->requester->request('GET', $this->url);\n\t}", "public function getProducts (){\n\t\t$cache = Zend_Registry::get('cache');\n\t\t// see if product - list is already in cache\n\t\tif(!$productArray = $cache->load('productsByManufacturerId'.$this->id)) {\n\t\t\t$productTable = Website_Model_CbFactory::factory('Website_Model_MysqlTable', 'product');\n\t\t\t$products = $productTable->fetchAll('manufacturer='.$this->id);\n\t\t\tforeach($products as $product){\n\t\t\t\t$productArray[] = Website_Model_CbFactory::factory('Website_Model_Product',$product->id);\n\t\t\t}\n\t\t\t$cache->save($productArray,'productsByManufacturerId'.$this->id,array('model'));\n\t\t}\n\t\treturn $productArray;\n\t}", "function retrieveRelated($productName)\n{\n return S::of(function (Cacher $cache) use ($productName) {\n // do some database work\n $products = ['iPhone 5', 'iPhone 6s'];\n\n return [$products, $cache->put($productName, $products)];\n });\n}", "public static function get($product_id)\n {\n\n // Check Cache system\n if (self::$enable_cache) {\n $data = wp_cache_get($product_id, self::$cache_key);\n if ($data != false) {\n return $data;\n }\n }\n\n // Get Data\n $product = wc_get_product($product_id);\n\n // Data\n // Also We Can Use WC()->api->WC_API_Products->get_product( $product->get_id() );\n $product_data = self::get_product_data($product);\n\n // add variations to variable products\n if ($product->is_type('variable') && $product->has_child()) {\n $product_data['variations'] = self::get_variation_data($product);\n }\n\n // add the parent product data to an individual variation\n if ($product->is_type('variation') && $product->get_parent_id()) {\n $product_data['parent'] = self::get_product_data($product->get_parent_id());\n }\n\n // Add grouped products data\n if ($product->is_type('grouped') && $product->has_child()) {\n $product_data['grouped_products'] = self::get_grouped_products_data($product);\n }\n\n if ($product->is_type('simple')) {\n $parent_id = $product->get_parent_id();\n if (!empty($parent_id)) {\n $_product = wc_get_product($parent_id);\n $product_data['parent'] = self::get_product_data($_product);\n }\n }\n\n // Result\n if (self::$enable_cache) {\n wp_cache_set($product_id, $product_data, self::$cache_key);\n }\n\n // Return Data\n return $product_data;\n }", "public function products()\n {\n return $this->morphedByMany(Product::class, 'bundleable');\n }", "function ams_get_all_products_info() {\n global $wpdb;\n\n $results = $wpdb->get_results(\n $wpdb->prepare(\n \"SELECT DISTINCT $wpdb->posts.ID, $wpdb->postmeta.meta_value\n FROM $wpdb->posts, $wpdb->postmeta\n WHERE $wpdb->posts.ID = $wpdb->postmeta.post_id \n AND $wpdb->posts.post_type = %s\n AND $wpdb->postmeta.meta_key = %s \n \",\n 'product', '_wca_amazon_affiliate_asin'\n )\n );\n\n $products_search_count = get_option( 'wca_products_search_count' );\n $data = array();\n $products_count = 0;\n $total_view_count = 0;\n $total_product_direct_redirected = 0;\n $total_product_added_to_cart = 0;\n\n foreach ( $results as $row ) {\n\n $data['asin'][] = $row->meta_value;\n $data['id'][] = $row->ID;\n\n $view = get_post_meta( $row->ID, 'ams_product_views_count', true );\n $total_view_count = $total_view_count + ( int )$view;\n\n $product_direct_redirected = get_post_meta( $row->ID, 'ams_product_direct_redirected', true );\n $total_product_direct_redirected = $total_product_direct_redirected + ( int )$product_direct_redirected;\n\n $product_added_to_cart = get_post_meta( $row->ID, 'ams_product_added_to_cart', true );\n $total_product_added_to_cart = $total_product_added_to_cart + ( int )$product_added_to_cart;\n\n $products_count++;\n }\n\n $data['total_view_count'] = $total_view_count;\n $data['total_product_direct_redirected'] = $total_product_direct_redirected;\n $data['total_product_added_to_cart'] = $total_product_added_to_cart;\n $data['products_count'] = $products_count;\n $data['products_search_count'] = $products_search_count;\n return $data;\n}", "protected function _getItemsData()\n {\n $isSolr = Mage::helper('layered')->isSolr();\n\n $attribute = $this->getAttributeModel();\n $this->_requestVar = $attribute->getAttributeCode();\n\n if ($isSolr) {//Enterprise_Search_Model_Catalog_Layer_Filter_Attribute\n $engine = Mage::getResourceSingleton('enterprise_search/engine');\n $fieldName = $engine->getSearchEngineFieldName($attribute, 'nav');\n\n $productCollection = $this->getLayer()->getProductCollection();\n $optionsFacetedData = $productCollection\n ->setFacetDataIsLoaded(false)\n ->getFacetedData($fieldName);\n $options = $attribute->getSource()->getAllOptions(false);\n\n $data = array();\n } else {//Mage_Catalog_Model_Layer_Filter_Attribute\n $key = $this->getLayer()->getStateKey().'_'.$this->_requestVar;\n $data = $this->getLayer()->getAggregator()->getCacheData($key);\n\n if ($data !== null) {\n return $data;\n }\n $options = $attribute->getFrontend()->getSelectOptions();\n $optionsCount = $this->_getResource()->getCount($this);\n $data = array();\n }\n\n foreach ($options as $option) {\n if ($isSolr) {\n $optionId = $option['value'];\n // Check filter type\n if ($this->_getIsFilterableAttribute($attribute) != self::OPTIONS_ONLY_WITH_RESULTS\n || !empty($optionsFacetedData[$optionId])\n ) {\n $data[] = array(\n 'label' => $option['label'],\n 'value' => $option['label'],\n 'count' => isset($optionsFacetedData[$optionId]) ? $optionsFacetedData[$optionId] : 0,\n 'checked' => $this->_selected($attribute->getAttributeCode(), $option['label']),\n 'link' => $this->_getLink($option['label'])\n );\n }\n } else {\n if (is_array($option['value'])) {\n continue;\n }\n //TODO:fix code above for Multiple Attributes & ~Solr\n\n if (Mage::helper('core/string')->strlen($option['value'])) {\n // Check filter type\n if ($this->_getIsFilterableAttribute($attribute) == self::OPTIONS_ONLY_WITH_RESULTS) {\n if (!empty($optionsCount[$option['value']])) {\n $data[] = array(\n 'label' => $option['label'],\n 'value' => $option['value'],\n 'count' => $optionsCount[$option['value']],\n 'checked' => $this->_selected($attribute->getAttributeCode(), $option['value']),\n 'link' => $this->_getLink($option['value'])\n );\n }\n } else {\n $data[] = array(\n 'label' => $option['label'],\n 'value' => $option['value'],\n 'count' => isset($optionsCount[$option['value']]) ? $optionsCount[$option['value']] : 0,\n );\n }\n }\n }\n }\n\n if (! $isSolr) {\n $tags = array(\n Mage_Eav_Model_Entity_Attribute::CACHE_TAG.':'.$attribute->getId()\n );\n\n $data = $this->_sortArray($data);\n\n $tags = $this->getLayer()->getStateTags($tags);\n $this->getLayer()->getAggregator()->saveCacheData($data, $key, $tags);\n }\n return $data;\n }", "function get_variant_images($id_product, $variant_options=array())\n{\n\tglobal $mysqli, $product;\n\t\n\t$groups=get_variant_groups($id_product);\n\t\n\t// build sql \n\t// get all groups for this product\n\tif (sizeof($groups)) {\n\t\t$joins = array();\t\n\t\t$where = array();\t\t\n\t\t$group_by = array();\t\n\t\t\n\t\t$i=1;\n\t\tforeach ($groups as $id_product_variant_group => $row_group) {\t\n\t\t\t$where_str = array();\n\t\t\t\n\t\t\t$joins[] = 'INNER JOIN\n\t\t\t(product_image_variant_option AS pvo'.$i.')\n\t\t\tON\n\t\t\t(product_image_variant.id = pvo'.$i.'.id_product_image_variant)';\n\t\t\n\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group = \"'.$mysqli->escape_string($id_product_variant_group).'\"';\n\t\t\t\n\t\t\t$stop=0;\n\t\t\tif (isset($variant_options[$id_product_variant_group]) && $variant_options[$id_product_variant_group]) {\n\t\t\t\t$id_product_variant_group_option = $variant_options[$id_product_variant_group];\n\t\t\t\t\n\t\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group_option = \"'.$mysqli->escape_string($id_product_variant_group_option).'\"';\n\t\t\t} else { \n\t\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group_option = 0';\n\t\t\t}\n\t\t\t\n\t\t\t$where[] = implode(' AND ',$where_str);\n\t\t\t\n\t\t\t$i++;\n\t\t\t\n\t\t\t//if ($stop) break;\n\t\t}\n\t\t\n\t\t$joins = implode(\"\\r\\n\",$joins);\n\t\t$where = implode(' AND ',$where);\n\t\t$group_by = implode(',',$group_by);\n\t\t\n\t\t$array=array();\n\t\t\t\t\t\t\n\t\tif ($result_options = $mysqli->query('SELECT\n\t\tproduct_image_variant_image.id, \n\t\tproduct_image_variant_image.original, \n\t\tproduct_image_variant_image.filename,\n\t\tproduct_image_variant_image.cover\n\t\tFROM\n\t\tproduct_image_variant\n\t\tINNER JOIN \n\t\tproduct_image_variant_image\n\t\tON\n\t\t(product_image_variant.id = product_image_variant_image.id_product_image_variant)\n\t\t\n\t\t'.$joins.'\n\t\t\n\t\tWHERE\n\t\tproduct_image_variant.id_product = \"'.$mysqli->escape_string($id_product).'\"\n\t\tAND\n\t\t'.$where.'\n\t\tORDER BY \n\t\tIF(product_image_variant_image.cover=1,-1,product_image_variant_image.sort_order) ASC')) {\t\t\n\t\t\t// if we find variant images\n\t\t\tif ($result_options->num_rows) {\n\t\t\t\twhile ($row_option = $result_options->fetch_assoc()) {\n\t\t\t\t\t$array[$row_option['id']] = $row_option;\t\n\t\t\t\t}\n\t\t\t// if no images for specific variant\n\t\t\t} else {\n\t\t\t\t// loop through variant options, remove last until we find images for this variant \n\t\t\t\tdo {\n\t\t\t\t\tif (!sizeof($variant_options)) break;\n\t\t\t\t\tarray_pop($variant_options);\n\t\t\t\t} while (!sizeof($array = get_variant_images($id_product, $variant_options)));\n\t\t\t\t\n\t\t\t\t// if none is found, load default product image\n\t\t\t\tif (!sizeof($array)) return $product['images'];\n\t\t\t}\n\t\t}\n\t}\n\t\n\treturn $array;\n}", "public function run()\n {\n \\App\\Variation::create([\n \"sku\" => \"#\" . rand(1, 100000000),\n// \"image\" => \"https://i1.rozetka.ua/goods/4381047/adidas_4059323881564_images_4381047304.jpg\",\n \"product_id\" => 1,\n \"price\" => 2500,\n \"in_stock\" => 15\n ]);\n\n// \\App\\Variation::create([\n// \"sku\" => \"#\" . rand(1, 100000000),\n// \"image\" => \"https://i2.rozetka.ua/goods/1528038/nike_812654_001_11_5_images_1528038611.jpg\",\n// \"product_id\" => 1,\n// \"price\" => 2000,\n// \"in_stock\" => 8\n// ]);\n//\n// \\App\\Variation::create([\n// \"sku\" => \"#\" . rand(1, 100000000),\n// \"image\" => \"https://i2.rozetka.ua/goods/5032905/nike_886737447079_images_5032905456.jpg\",\n// \"product_id\" => 1,\n// \"price\" => 1300,\n// \"in_stock\" => 5\n// ]);\n\n \\App\\Variation::create([\n \"sku\" => \"#\" . rand(1, 100000000),\n// \"image\" => \"https://i1.rozetka.ua/goods/2286747/adidas_aq1625_4.5_images_2286747890.jpg\",\n \"product_id\" => 1,\n \"price\" => 1300,\n \"in_stock\" => 5\n ]);\n }", "function getProductVariantsShopify($id) {\n\n try {\n $client = HttpClient::create();\n $response = $client->request('GET', shopifyApiurl . 'variants/'.$id.'.json');\n } catch (\\Exception $e) {\n var_dump($e);\n }\n\n return new Response($response->getContent());\n }", "private function setup_products() {\n\t\tglobal $wpdb;\n\n\t\t$ids = [];\n\t\t$d = $wpdb->get_results( \"SELECT distinct `products` FROM `{$wpdb->prefix}thespa_data`\", ARRAY_A );\n\t\tforeach ( $d as $datum ) {\n\t\t\t$prs = explode( \",\", $datum['products'] );\n\t\t\tforeach ( $prs as $pr ) {\n\t\t\t\tif ( !isset( $ids[$pr] ) ) {\n\t\t\t\t\tarray_push($ids, $pr );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t$i = 0;\n\t\tforeach ( $ids as $id ) {\n\t\t\t$product = wc_get_product( $id );\n\t\t\tif ( is_object( $product ) ) {\n\t\t\t\t$this->products[$i] = [\n\t\t\t\t\t'id' => $id,\n\t\t\t\t\t'name' => $product->get_title(),\n\t\t\t\t\t'url' => $product->get_permalink(),\n\t\t\t\t\t'img' => wp_get_attachment_image_src( get_post_thumbnail_id( $id ), 'medium', true )[0],\n\t\t\t\t\t'cost' => $product->get_price_html(),\n\t\t\t\t];\n\t\t\t\t$i++;\n\t\t\t}\n\t\t}\n\t}", "public function getVariations() {\n return $this->variations;\n }", "protected function _getProducts($refresh = false, $id_product = false, $id_country = null)\n {\n $products = parent::getProducts($refresh, $id_product, $id_country);\n if (_PS_VERSION_ >= 1.6) {\n $params = Hook::exec('ppbsGetProducts', array('products'=>$products), null, true);\n if (isset($params['productpricebysize']['products'])) {\n return $params['productpricebysize']['products'];\n } else {\n return $products;\n }\n } else {\n $params = Hook::exec('ppbsGetProducts', array('products'=>$products), null);\n $params = json_decode($params, true);\n if (isset($params['products'])) {\n return $params['products'];\n } else {\n return $products;\n }\n }\n }", "function get_variant_options_selected($id_product, $variant_options=array())\n{\n\tglobal $mysqli, $id_cart_discount;\n\t\t\n\t$output='';\n\t\t\n\t$groups=get_variant_groups($id_product);\n\t\n\t// build sql \n\t// get all groups for this product\n\tif (sizeof($groups)) {\t\n\t\t$id_product_variant_group = key($groups);\n\t\t\n\t\t$stop = 0;\n\t\t$i=1;\n\t\tforeach ($groups as $id_product_variant_group => $row_group) {\t\t\t\n\t\t\t$joins = array();\t\n\t\t\t$where = array();\t\t\n\t\t\t$group_by = array();\t\n\t\t\t\n\t\t\t$i=1;\n\t\t\tforeach ($groups as $id_product_variant_group2 => $row_group2) {\t\n\t\t\t\t$where_str = array();\n\t\t\t\t\n\t\t\t\t$joins[] = 'INNER JOIN\n\t\t\t\t(product_variant_option AS pvo'.$i.' CROSS JOIN product_variant_group_option AS pvgo'.$i.' CROSS JOIN product_variant_group_option_description AS pvo'.$i.'_desc)\n\t\t\t\tON\n\t\t\t\t(product_variant.id = pvo'.$i.'.id_product_variant AND pvo'.$i.'.id_product_variant_group_option = pvgo'.$i.'.id AND pvgo'.$i.'.id = pvo'.$i.'_desc.id_product_variant_group_option AND pvo'.$i.'_desc.language_code = \"'.$mysqli->escape_string($_SESSION['customer']['language']).'\")';\n\t\t\t\n\t\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group = \"'.$mysqli->escape_string($id_product_variant_group2).'\"';\n\t\t\t\t\n\t\t\t\t$stop=0;\n\t\t\t\tif ($id_product_variant_group != $id_product_variant_group2 && isset($variant_options[$id_product_variant_group2]) && $variant_options[$id_product_variant_group2]) {\n\t\t\t\t\t$id_product_variant_group_option = $variant_options[$id_product_variant_group2];\n\t\t\t\t\t\n\t\t\t\t\t$where_str[] = 'pvo'.$i.'.id_product_variant_group_option = \"'.$mysqli->escape_string($id_product_variant_group_option).'\"';\n\t\t\t\t} else { \n\t\t\t\t\t$stop=1;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t/*\n\t\t\t\tif ($id_cart_discount) {\n\t\t\t\t\t$joins[] = 'LEFT JOIN\n\t\t\t\t\t(rebate_coupon_product AS rcp'.$i.' CROSS JOIN rebate_coupon AS rcpr'.$i.' CROSS JOIN cart_discount AS rcd'.$i.') \n\t\t\t\t\tON\n\t\t\t\t\t(product_variant.id_product = rcp'.$i.'.id_product AND rcp'.$i.'.id_rebate_coupon = rcpr'.$i.'.id ANd rcpr'.$i.'.id = rcd'.$i.'.id_rebate_coupon AND rcd'.$i.'.id = \"'.$mysqli->escape_string($id_cart_discount).'\")';\n\t\t\t\t\t\n\t\t\t\t\t$joins[] = 'LEFT JOIN\n\t\t\t\t\t(product_category AS pc'.$i.' CROSS JOIN rebate_coupon_category AS rcc'.$i.' CROSS JOIN rebate_coupon AS rccr'.$i.' CROSS JOIN cart_discount AS rccd'.$i.') \n\t\t\t\t\tON\n\t\t\t\t\t(product_variant.id_product = pc'.$i.'.id_product AND pc'.$i.'.id_category = rcc'.$i.'.id_category AND rcc'.$i.'.id_rebate_coupon = rccr'.$i.'.id ANd rccr'.$i.'.id = rcd'.$i.'.id_rebate_coupon AND rcd'.$i.'.id = \"'.$mysqli->escape_string($id_cart_discount).'\")';\n\t\t\t\t\t\n\t\t\t\t\t$where_str[] = '(rcp'.$i.'.id_rebate_coupon IS NOT NULL OR rcc'.$i.'.id_rebate_coupon IS NOT NULL)';\n\t\t\t\t}*/\n\t\t\t\t\n\t\t\t\t$select = 'pvo'.$i.'.id_product_variant_group_option,\n\t\t\t\tpvo'.$i.'.id_product_variant_group,\n\t\t\t\tpvo'.$i.'_desc.name,\n\t\t\t\tpvgo'.$i.'.swatch_type,\n\t\t\t\tpvgo'.$i.'.color,\n\t\t\t\tpvgo'.$i.'.color2,\n\t\t\t\tpvgo'.$i.'.color3,\n\t\t\t\tpvgo'.$i.'.filename';\n\t\t\t\t\n\t\t\t\t$where[] = implode(' AND ',$where_str);\n\t\t\t\t\n\t\t\t\t$group_by[] = 'pvo'.$i.'.id_product_variant_group_option';\n\t\t\t\t\n\t\t\t\t$order_by = 'pvgo'.$i.'.sort_order ASC';\n\t\t\t\t\n\t\t\t\t$i++;\n\t\t\t\t\n\t\t\t\tif ($stop) break;\n\t\t\t}\n\t\t\t\n\t\t\t$joins = implode(\"\\r\\n\",$joins);\n\t\t\t$where = implode(' AND ',$where);\n\t\t\t$group_by = implode(',',$group_by);\n\t\t\n\t\t\n\t\t\t// we need to list all main group options\n\t\t\tif ($result_group_option = $mysqli->query('SELECT\n\t\t\t'.$select.'\n\t\t\tFROM\n\t\t\tproduct_variant\n\t\t\t\n\t\t\t'.$joins.'\n\t\t\t\n\t\t\tWHERE\n\t\t\tproduct_variant.active = 1\n\t\t\tAND\n\t\t\tproduct_variant.id_product = \"'.$mysqli->escape_string($id_product).'\"\n\t\t\tAND\n\t\t\t'.$where.'\n\t\t\tGROUP BY '.\n\t\t\t$group_by.'\n\t\t\tORDER BY '.\n\t\t\t$order_by)) {\n\t\t\t\tif ($result_group_option->num_rows) {\n\t\t\t\t\t$input_type = $groups[$id_product_variant_group]['input_type'];\n\t\t\t\t\t\n\t\t\t\t\t$output .= '<div style=\"margin-top:10px; margin-bottom:10px;\" id=\"variant_group_'.$id_product_variant_group.'\">\n\t\t\t\t\t<div style=\"margin-bottom:5px;\"><strong>'.$row_group['name'].'</strong></div>';\n\t\t\n\t\t\t\t\tif (!$input_type) {\n\t\t\t\t\t\t$output .= '<select name=\"variant_options['.$id_product_variant_group.']\">\n\t\t\t\t\t\t<option value=\"\">--</option>';\n\t\t\t\t\t}\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t$current_selected = isset($variant_options[$id_product_variant_group]) ? $variant_options[$id_product_variant_group]:0;\n\t\t\t\t\t\n\t\t\t\t\t$i=0;\n\t\t\t\t\twhile ($row_group_option = $result_group_option->fetch_assoc()) {\n\t\t\t\t\t\t$id_product_variant_group_option = $row_group_option['id_product_variant_group_option'];\n\t\t\t\t\t\t\n\t\t\t\t\t\tswitch ($input_type) {\n\t\t\t\t\t\t\t// dropdown\n\t\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t\t$output .= '<option value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'selected=\"selected\"':'').'>'.$row_group_option['name'].'</option>';\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t// radio\n\t\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t\t$output .= '<div>\n\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"variant_options['.$id_product_variant_group.']\" id=\"product_variant_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').'>&nbsp;<label for=\"product_variant_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\">'.$row_group_option['name'].'</label>\n\t\t\t\t\t\t\t\t</div>';\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t// swatch\n\t\t\t\t\t\t\tcase 2:\n\t\t\t\t\t\t\t\t$swatch_type = $row_group_option['swatch_type'];\n\t\t\t\t\t\t\t\t$color = $row_group_option['color'];\n\t\t\t\t\t\t\t\t$color2 = $row_group_option['color2'];\n\t\t\t\t\t\t\t\t$color3 = $row_group_option['color3'];\n\t\t\t\t\t\t\t\t$filename = $row_group_option['filename'];\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif ($i==8) { $output .= '<div class=\"cb\"></div>'; $i=0; }\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tswitch ($swatch_type) {\n\t\t\t\t\t\t\t\t\t// 1 color\n\t\t\t\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border '.(($current_selected == $id_product_variant_group_option) ? 'selected':'').'\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').' />\n\t\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\">\n\t\t\t\t\t\t\t\t\t\t<div style=\"background-color: '.$color.';\" class=\"variant_color\"></div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t// 2 color\n\t\t\t\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border '.(($current_selected == $id_product_variant_group_option) ? 'selected':'').'\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').' />\n\t\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:10px; height:20px; background-color: '.$color.';\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:10px; height:20px; background-color: '.$color2.';\"></div>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"cb\"></div>\n\t\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t// 3 color\n\t\t\t\t\t\t\t\t\tcase 2:\n\t\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border '.(($current_selected == $id_product_variant_group_option) ? 'selected':'').'\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').' />\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:7px; height:20px; background-color: '.$color.';\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:6px; height:20px; background-color: '.$color2.';\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"fl\" style=\"width:7px; height:20px; background-color: '.$color3.';\"></div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"cb\"></div>\n\t\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t// file\n\t\t\t\t\t\t\t\t\tcase 3:\n\t\t\t\t\t\t\t\t\t\t$output .= '<a href=\"javascript:void(0);\" class=\"fl variant_color_outer_border '.(($current_selected == $id_product_variant_group_option) ? 'selected':'').'\">\n\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"variant_color_'.$id_product_variant_group.'_'.$id_product_variant_group_option.'\" name=\"variant_options['.$id_product_variant_group.']\" value=\"'.$id_product_variant_group_option.'\" '.(($current_selected == $id_product_variant_group_option) ? 'checked=\"checked\"':'').' />\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"variant_color_inner_border\"><div class=\"variant_color\">\t\t\n\t\t\t\t\t\t\t\t\t\t<img src=\"/images/products/swatch/'.$filename.'\" width=\"20\" height=\"20\" border=\"0\" hspace=\"0\" vspace=\"0\" />\n\t\t\t\t\t\t\t\t\t\t</div></div>\n\t\t\t\t\t\t\t\t\t\t</a>';\n\t\t\t\t\t\t\t\t\t\tbreak;\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t}\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t++$i;\t\t\t\t\t\n\t\t\t\t\t\t\t\tbreak;\t\n\t\t\t\t\t\t}\t\n\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\tswitch ($input_type) {\n\t\t\t\t\t\t// dropdown\n\t\t\t\t\t\tcase 0:\n\t\t\t\t\t\t\t$output .= '</select>\n\t\t\t\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\t\t\t/* <![CDATA[ */\n\t\t\n\t\t\n\t\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\t\tjQuery(\"select[name=\\'variant_options['.$id_product_variant_group.']\\']\").change(function(){\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(this).val());\n\t\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t\t</script>';\t\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t// radio\n\t\t\t\t\t\tcase 1:\n\t\t\t\t\t\t\t$output .= '<script type=\"text/javascript\">\n\t\t\t\t\t\t\t/* <![CDATA[ */\n\t\t\n\t\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\t\tjQuery(\"input[name=\\'variant_options['.$id_product_variant_group.']\\']\").change(function(){\n\t\t\n\t\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(this).val());\n\t\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t\t</script>';\t\t\t\t\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t// swatch\n\t\t\t\t\t\tcase 2:\t\t\t\t\n\t\t\t\t\t\t\t$output .= '<script type=\"text/javascript\">\n\t\t\t\t\t\t\t/* <![CDATA[ */\n\t\t\n\t\t\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\t\t\tjQuery(\"a.variant_color_outer_border\").click(function(){\n\t\t\t\t\t\t\t\t\tif (!jQuery(\"input[id^=\\'variant_color_\\']:checked\",this).length) { \n\t\t\t\t\t\t\t\t\t\tjQuery(\"input[id^=\\'variant_color_\\']\",this).attr(\"checked\",true);\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tjQuery(\"a.variant_color_outer_border\").removeClass(\"selected\");\n\t\t\t\t\t\t\t\t\t\tjQuery(this).addClass(\"selected\");\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t// get values\n\t\t\t\t\t\t\t\t\t\t// ajax query to get new variants\n\t\t\t\t\t\t\t\t\t\tload_variant('.$id_product_variant_group.', jQuery(\"input[id^=\\'variant_color_\\']\",this).val());\t\n\t\t\t\t\t\t\t\t\t\tif (jQuery(\"#display_error\").css(\"display\") == \"block\"){\njQuery(\"#display_error\").hide(\"blind\", { direction: \"vertical\" }, 1000);\n}\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t/* ]]> */\n\t\t\t\t\t\t\t</script>';\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t$output .= '<div class=\"cb\"></div></div>';\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$result_group_option->free();\n\t\t\t} else {\n\t\t\t\tthrow new Exception('An error occured while trying to get variant group options.'.\"\\r\\n\\r\\n\".$mysqli->error);\t\t\n\t\t\t}\n\t\t\t\n\t\t\tif (isset($variant_options[$id_product_variant_group]) && $variant_options[$id_product_variant_group] == 0) break;\n\t\t}\t\n\t}\n\t\n\treturn $output;\t\n}", "protected function getProductResultCollection()\n {\n $collection = Mage::registry('recommendation_collection');\n\n if (empty($collection)) {\n $collection = array();\n }\n\n return $collection;\n }", "public static function get_product_variants($product_db, &$results)\n {\n $product = $product_db->get_metadata();\n\n // Get a dictionary of images (will be necessary for mapping variant images\n $images = array_combine(array_column($product['images'], 'id'), $product['images']);\n $default_image = $product['image'];\n $vendor = $product['vendor'];\n $name = $product['title'];\n\n // Flatten all variants as if they were individual products\n foreach ($product['variants'] as $variant) {\n $variant_id = $variant['id'];\n $variant_name = $variant['title'];\n $price = $variant['price'];\n if (!is_null($variant['image_id']))\n $image = $images[$variant['image_id']]['src'];\n else\n $image = $default_image['src'];\n\n $metadata = [\n 'id' => $product['id'],\n 'product_id' => $product['id'],\n 'variant_id' => $variant_id,\n 'vendor' => $vendor,\n 'name' => $name,\n 'variant_name' => $variant_name,\n 'price' => $price,\n 'image' => $image\n ];\n\n self::get_product_variant_from_db($product_db, $product['id'], $variant_id, $metadata, $image, $price);\n\n $results[] = $metadata;\n }\n }", "public function set_convention_variation_ids_transient() : array {\n\t\t$all_conventions_query_args = array(\n\t\t\t'posts_per_page' => -1,\n\t\t\t'post_status' => 'publish',\n\t\t\t'post_type' => 'product',\n\t\t\t'fields' => 'ids',\n\t\t\t'tax_query' => array( // phpcs:ignore WordPress.DB.SlowDBQuery -- since this isn’t run on any frontend page load.\n\t\t\t\tarray(\n\t\t\t\t\t'taxonomy' => 'product_cat',\n\t\t\t\t\t'field' => 'slug',\n\t\t\t\t\t'terms' => 'registration',\n\t\t\t\t),\n\t\t\t),\n\t\t);\n\n\t\t$all_conventions = new WP_Query( $all_conventions_query_args );\n\n\t\t// Loop through results and add IDs to an array.\n\t\t$all_convention_ids = array();\n\t\tif ( $all_conventions->have_posts() ) {\n\t\t\twhile ( $all_conventions->have_posts() ) {\n\t\t\t\t$all_conventions->the_post();\n\t\t\t\t$all_convention_ids[] = get_the_ID();\n\t\t\t}\n\t\t}\n\t\twp_reset_postdata();\n\n\t\tset_transient( 'ghc-all-convention-variation-ids', $all_convention_ids );\n\t\treturn $all_convention_ids;\n\t}", "public function extractOptions()\n {\n if ($this->hasMultipleItems()) {\n $items = [];\n foreach ($this->productOptions as $productOption) {\n $id = $productOption->id;\n $text = $productOption->description;\n\n $item = [];\n $item[\"Variation\"] = new \\stdClass();\n $item[\"Variation\"]->text = $text;\n $item[\"Variation\"]->value = $id;\n $items[] = $item;\n }\n $this->options = $items;\n return true;\n } else {\n return false;\n }\n }", "function carton_get_product_ids_on_sale() {\n\t// Load from cache\n\t$product_ids_on_sale = get_transient( 'ctn_products_onsale' );\n\n\t// Valid cache found\n\tif ( false !== $product_ids_on_sale )\n\t\treturn $product_ids_on_sale;\n\n\t$on_sale = get_posts( array(\n\t\t'post_type' => array( 'product', 'product_variation' ),\n\t\t'posts_per_page' => -1,\n\t\t'post_status' => 'publish',\n\t\t'meta_query' => array(\n\t\t\tarray(\n\t\t\t\t'key' => '_sale_price',\n\t\t\t\t'value' => 0,\n\t\t\t\t'compare' => '>=',\n\t\t\t\t'type' => 'DECIMAL',\n\t\t\t),\n\t\t\tarray(\n\t\t\t\t'key' => '_sale_price',\n\t\t\t\t'value' => '',\n\t\t\t\t'compare' => '!=',\n\t\t\t\t'type' => '',\n\t\t\t)\n\t\t),\n\t\t'fields' => 'id=>parent',\n\t) );\n\n\t$product_ids = array_keys( $on_sale );\n\t$parent_ids = array_values( $on_sale );\n\n\t// Check for scheduled sales which have not started\n\tforeach ( $product_ids as $key => $id ) {\n if( time_in_interval( get_post_meta( $id, '_sale_price_time_from', true ), get_post_meta( $id, '_sale_price_time_to', true ) ) ) {\n continue;\n }\n elseif ( get_post_meta( $id, '_sale_price_dates_from', true ) > current_time( 'timestamp' ) ) {\n unset( $product_ids[ $key ] );\n\t\t}\n\t}\n\n\t$product_ids_on_sale = array_unique( array_merge( $product_ids, $parent_ids ) );\n\n\tset_transient( 'ctn_products_onsale', $product_ids_on_sale );\n\n\treturn $product_ids_on_sale;\n}", "public function getAllProducts() {\n $searchCondition .= \"searchCriteria[filter_groups][0][filters][0][field]=category_id&\";\n $searchCondition .= \"searchCriteria[filter_groups][0][filters][0][value]=25&\";\n $searchCondition .= \"searchCriteria[filter_groups][0][filters][0][condition_type]=eq&\";\n $searchCondition .= \"searchCriteria[filter_groups][1][filters][0][field]=sku&\";\n $searchCondition .= \"searchCriteria[filter_groups][1][filters][0][value]=%25case%25&\";\n $searchCondition .= \"searchCriteria[filter_groups][1][filters][0][condition_type]=nlike\";\n\n $this->products = $this->cUrlRequest($this->url . '/rest/V1/products?fields=items[name,price,custom_attributes,sku]&'.$searchCondition.'&searchCriteria[pageSize]=' . $this->items, $this->getToken());\n\n return $this->products;\n }", "public static function getAllVariations()\n {\n $query = DB::table('variations')\n ->select('*')\n ->orderBy('variation_id', 'DESC');\n\n return $query->get();\n }", "public function getLoadedProductCollection()\n {\n return $this->_getProductCollection();\n }", "function basel_get_compared_products_data() {\n\t\t$ids = basel_get_compared_products();\n\n\t\tif ( empty( $ids ) ) {\n\t\t\treturn array();\n\t\t}\n\n\t\t$args = array(\n\t\t\t'include' => $ids,\n\t\t\t'limit' => 100,\n\t\t);\n\n\t\t$products = wc_get_products( $args );\n\n\t\t$products_data = array();\n\n\t\t$fields = basel_get_compare_fields();\n\n\t\t$fields = array_filter(\n\t\t\t$fields,\n\t\t\tfunction( $field ) {\n\t\t\t\treturn 'pa_' === substr( $field, 0, 3 );\n\t\t\t},\n\t\t\tARRAY_FILTER_USE_KEY\n\t\t);\n\n\t\t$divider = '-';\n\n\t\tforeach ( $products as $product ) {\n\t\t\t$rating_count = $product->get_rating_count();\n\t\t\t$average = $product->get_average_rating();\n\n\t\t\t$products_data[ $product->get_id() ] = array(\n\t\t\t\t'basic' => array(\n\t\t\t\t\t'title' => $product->get_title() ? $product->get_title() : $divider,\n\t\t\t\t\t'image' => $product->get_image() ? $product->get_image() : $divider,\n\t\t\t\t\t'rating' => wc_get_rating_html( $average, $rating_count ),\n\t\t\t\t\t'price' => $product->get_price_html() ? $product->get_price_html() : $divider,\n\t\t\t\t\t'add_to_cart' => basel_compare_add_to_cart_html( $product ) ? basel_compare_add_to_cart_html( $product ) : $divider,\n\t\t\t\t),\n\t\t\t\t'id' => $product->get_id(),\n\t\t\t\t'image_id' => $product->get_image_id(),\n\t\t\t\t'permalink' => $product->get_permalink(),\n\t\t\t\t'dimensions' => wc_format_dimensions( $product->get_dimensions( false ) ),\n\t\t\t\t'description' => $product->get_short_description() ? $product->get_short_description() : $divider,\n\t\t\t\t'weight' => $product->get_weight() ? $product->get_weight() : $divider,\n\t\t\t\t'sku' => $product->get_sku() ? $product->get_sku() : $divider,\n\t\t\t\t'availability' => basel_compare_availability_html( $product ),\n\t\t\t);\n\n\t\t\tforeach ( $fields as $field_id => $field_name ) {\n\t\t\t\tif ( taxonomy_exists( $field_id ) ) {\n\t\t\t\t\t$products_data[ $product->get_id() ][ $field_id ] = array();\n\t\t\t\t\t$orderby = wc_attribute_orderby( $field_id ) ? wc_attribute_orderby( $field_id ) : 'name';\n\t\t\t\t\t$terms = wp_get_post_terms( $product->get_id(), $field_id, array(\n\t\t\t\t\t\t'orderby' => $orderby\n\t\t\t\t\t) );\n\t\t\t\t\tif ( ! empty( $terms ) ) {\n\t\t\t\t\t\tforeach ( $terms as $term ) {\n\t\t\t\t\t\t\t$term = sanitize_term( $term, $field_id );\n\t\t\t\t\t\t\t$products_data[ $product->get_id() ][ $field_id ][] = $term->name;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$products_data[ $product->get_id() ][ $field_id ][] = '-';\n\t\t\t\t\t}\n\t\t\t\t\t$products_data[ $product->get_id() ][ $field_id ] = implode( ', ', $products_data[ $product->get_id() ][ $field_id ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn $products_data;\n\t}", "public function getLoadedProductCollection()\n {\n return $this->_getGiveawayCollection();\n }", "public function getVariants()\n {\n return array();\n }", "public function variantsList($productId)\n\t{\n\t\treturn $this->client->sendRequest(sprintf(self::ENDPOINT_VARIANTS, $productId, null, null), 'GET');\n\t}", "public function getAllVariants($productId)\n {\n $this->queryUrl = $this->baseUrl . \"products/\" . $productId . \"/variants.json\";\n /** @var Response $response */\n $response = $this->getData();\n if($this->responseObj){\n //Return response obj if set to true\n return $response;\n } else {\n return json_decode($response->getBody(), true);\n }\n }", "function ciniki_merchandise_web_productLoad($ciniki, $tnid, $args) {\n \n $strsql = \"SELECT ciniki_merchandise.id, \"\n . \"ciniki_merchandise.uuid, \"\n . \"ciniki_merchandise.name, \"\n . \"ciniki_merchandise.permalink, \"\n . \"ciniki_merchandise.flags, \"\n . \"ciniki_merchandise.primary_image_id, \"\n . \"'' AS primary_image_caption, \"\n . \"ciniki_merchandise.synopsis, \"\n . \"ciniki_merchandise.description \"\n . \"FROM ciniki_merchandise \"\n . \"WHERE ciniki_merchandise.tnid = '\" . ciniki_core_dbQuote($ciniki, $tnid) . \"' \"\n . \"\";\n if( isset($args['permalink']) && $args['permalink'] != '' ) {\n $strsql .= \"AND ciniki_merchandise.permalink = '\" . ciniki_core_dbQuote($ciniki, $args['permalink']) . \"' \";\n } elseif( isset($args['id']) && $args['id'] > 0 ) {\n $strsql .= \"AND ciniki_merchandise.id = '\" . ciniki_core_dbQuote($ciniki, $args['id']) . \"' \";\n } else {\n return array('stat'=>'fail', 'err'=>array('code'=>'ciniki.merchandise.27', 'msg'=>'No product specified'));\n }\n ciniki_core_loadMethod($ciniki, 'ciniki', 'core', 'private', 'dbHashQuery');\n $rc = ciniki_core_dbHashQuery($ciniki, $strsql, 'ciniki.merchandise', 'product');\n if( $rc['stat'] != 'ok' ) {\n return array('stat'=>'fail', 'err'=>array('code'=>'ciniki.merchandise.28', 'msg'=>'Product not found', 'err'=>$rc['err']));\n }\n if( !isset($rc['product']) ) {\n return array('stat'=>'fail', 'err'=>array('code'=>'ciniki.merchandise.29', 'msg'=>'Unable to find Product'));\n }\n $product = $rc['product'];\n\n //\n // Get the images\n //\n if( isset($args['images']) && $args['images'] == 'yes' ) {\n $strsql = \"SELECT id, \"\n . \"name AS title, \"\n . \"permalink, \"\n . \"flags, \"\n . \"image_id, \"\n . \"description \"\n . \"FROM ciniki_merchandise_images \"\n . \"WHERE product_id = '\" . ciniki_core_dbQuote($ciniki, $product['id']) . \"' \"\n . \"AND tnid = '\" . ciniki_core_dbQuote($ciniki, $tnid) . \"' \"\n . \"\";\n ciniki_core_loadMethod($ciniki, 'ciniki', 'core', 'private', 'dbHashQueryArrayTree');\n $rc = ciniki_core_dbHashQueryArrayTree($ciniki, $strsql, 'ciniki.merchandise', array(\n array('container'=>'images', 'fname'=>'id', 'fields'=>array('id', 'title', 'permalink', 'flags', 'image_id', 'description')),\n ));\n if( $rc['stat'] != 'ok' ) {\n return $rc;\n }\n if( isset($rc['images']) ) {\n $product['images'] = $rc['images'];\n } else {\n $product['images'] = array();\n }\n if( $product['primary_image_id'] > 0 ) {\n $found = 'no';\n foreach($product['images'] as $image) {\n if( $image['image_id'] == $product['primary_image_id'] ) {\n $found = 'yes';\n }\n }\n if( $found == 'no' ) {\n array_unshift($product['images'], array('title'=>'', 'flags'=>1, 'permalink'=>$product['uuid'], 'image_id'=>$product['primary_image_id'], 'description'=>''));\n }\n }\n }\n\n return array('stat'=>'ok', 'product'=>$product);\n}", "private function get_convention_product_ids() : array {\n\t\t$all_convention_ids = get_transient( 'ghc-all-convention-variation-ids' );\n\t\tif ( false === $all_convention_ids ) {\n\t\t\t$all_convention_ids = $this->set_convention_variation_ids_transient();\n\t\t}\n\n\t\treturn $all_convention_ids;\n\t}", "public function getVariation()\r\n {\r\n return array();\r\n }", "function getProducts()\n {\n $db = $this->getPearDb();\n\n // The query is big, but it does use indexes. Anyway, the involved\n // tables almost never change, so we utilize MySQL's query cache\n $sql = \"(\n # User permissions\n SELECT DISTINCT pe_u.parameterValue AS productId\n FROM user u\n JOIN permission pe_u\n ON pe_u.doerId = u.id\n AND pe_u.allowed = '1'\n AND pe_u.actionId = 6 # 6 = use_product\n WHERE u.customerId = \" . $this->id . \"\n\n ) UNION (\n\n # Customer permissions\n SELECT DISTINCT pe_c.parameterValue AS productId\n FROM permission pe_c\n WHERE pe_c.doerId = \" . $this->id . \"\n AND pe_c.allowed = '1'\n AND pe_c.actionId = 6 # 6 = use_product\n\n ) UNION (\n\n SELECT productId\n FROM site s\n WHERE s.customerId = \" . $this->id . \"\n\n ) UNION (\n\n # Kollage is always on\n SELECT 1\n\n )\";\n $productIds = $db->getCol($sql);\n $productIds = array_filter(array_unique($productIds), 'intval');\n\n $product = new Vip_Product;\n $product->columnIn('id', $productIds);\n // Customer-specific products are only enabled for that customer.\n $product->addWhereSql('customerId IN (0, ' . $this->id . ')');\n $product->setOrderBySql('sortOrder,title');\n $products = $product->findAll();\n foreach ($products as $product) {\n $product->setCustomer($this);\n }\n\n return $products;\n }", "function fn_rebuild_product_options_inventory($product_id, $amount = 50)\n{\n\n\t$_options = db_get_fields(\"SELECT a.option_id FROM ?:product_options as a LEFT JOIN ?:product_global_option_links as b ON a.option_id = b.option_id WHERE (a.product_id = ?i OR b.product_id = ?i) AND a.option_type IN ('S','R','C') AND a.inventory = 'Y' ORDER BY position\", $product_id, $product_id);\n\n\tif (empty($_options)) {\n\t\treturn;\n\t}\n\n\tdb_query(\"UPDATE ?:product_options_inventory SET temp = 'Y' WHERE product_id = ?i\", $product_id);\n\tforeach ($_options as $k => $option_id) {\n\t\t$variants[$k] = db_get_fields(\"SELECT variant_id FROM ?:product_option_variants WHERE option_id = ?i ORDER BY position\", $option_id);\n\t}\n\t$combinations = fn_look_through_variants($product_id, $amount, $_options, $variants);\n\n\t// Delete image pairs assigned to old combinations\n\t// $hashes = db_get_fields(\"SELECT combination_hash FROM ?:product_options_inventory WHERE product_id = ?i AND temp = 'Y'\", $product_id);\n\t// foreach ($hashes as $v) {\n\t\t// fn_delete_image_pairs($v, 'product_option');\n\t// }\n\t\n\t// Delete old combinations\n\tdb_query(\"DELETE FROM ?:product_options_inventory WHERE product_id = ?i AND temp = 'Y'\", $product_id);\n\n\treturn true;\n}", "public function GetVariants()\r\n\t{\r\n\t\treturn $this->variant_model->GetAllBy(array(\"test_id\"=>$this->id));\r\n\t}", "public function getVariantOptions()\n\t{\n\t\tif (!$this->hasVariants())\n\t\t{\n\t\t\treturn false;\n\t\t}\n\n\t\tif (!is_array($this->arrVariantOptions))\n\t\t{\n\t\t\t$time = time();\n\t\t\t$this->arrVariantOptions = array('current'=>array());\n\n\t\t\t// Find all possible variant options\n\t\t\t$objVariant = clone $this;\n\t\t\t$objVariants = $this->Database->execute(IsotopeProduct::getSelectStatement() . \" WHERE p1.pid={$this->arrData['id']} AND p1.language=''\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t. (BE_USER_LOGGED_IN === true ? '' : \" AND p1.published='1' AND (p1.start='' OR p1.start<$time) AND (p1.stop='' OR p1.stop>$time)\"));\n\n\t\t\twhile ($objVariants->next())\n\t\t\t{\n\t\t\t\t$objVariant->loadVariantData($objVariants->row(), false);\n\n\t\t\t\tif ($objVariant->isAvailable())\n\t\t\t\t{\n\t\t\t\t\t$arrVariantOptions = $objVariant->getOptions(true);\n\n\t\t\t\t\t$this->arrVariantOptions['ids'][] = $objVariant->id;\n\t\t\t\t\t$this->arrVariantOptions['options'][$objVariant->id] = $arrVariantOptions;\n\t\t\t\t\t$this->arrVariantOptions['variants'][$objVariant->id] = $objVariants->row();\n\n\t\t\t\t\tforeach ($arrVariantOptions as $attribute => $value)\n\t\t\t\t\t{\n\t\t\t\t\t\tif (!in_array((string) $value, (array) $this->arrVariantOptions['attributes'][$attribute], true))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t$this->arrVariantOptions['attributes'][$attribute][] = (string) $value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn $this->arrVariantOptions;\n\t}", "public function getProducts()\n {\n foreach ($this->productIds as $id) {\n // Use a generator to save on memory/resources\n // load accounts from DB one at a time only when required\n yield (new ProductModel())->load($id);\n }\n }", "function find_products($keyword)\n{\n return get_products();\n}", "public function getProducts() \n {\n return $this->_products;\n }", "protected function getProducts()\r\n {\r\n $category = new Category((int)Configuration::get('FIELD_FEATUREDPSL_CAT'), (int)Context::getContext()->language->id);\r\n\r\n $searchProvider = new CategoryProductSearchProvider(\r\n $this->context->getTranslator(),\r\n $category\r\n );\r\n\r\n $context = new ProductSearchContext($this->context);\r\n\r\n $query = new ProductSearchQuery();\r\n\r\n $nProducts = (int)Configuration::get('FIELD_FEATUREDPSL_NBR');\r\n if ($nProducts < 0) {\r\n $nProducts = 12;\r\n }\r\n\r\n $query\r\n ->setResultsPerPage($nProducts)\r\n ->setPage(1)\r\n ;\r\n $query->setSortOrder(new SortOrder('product', 'position', 'asc'));\r\n $result = $searchProvider->runQuery(\r\n $context,\r\n $query\r\n );\r\n\r\n $assembler = new ProductAssembler($this->context);\r\n\r\n $presenterFactory = new ProductPresenterFactory($this->context);\r\n $presentationSettings = $presenterFactory->getPresentationSettings();\r\n $presenter = new ProductListingPresenter(\r\n new ImageRetriever(\r\n $this->context->link\r\n ),\r\n $this->context->link,\r\n new PriceFormatter(),\r\n new ProductColorsRetriever(),\r\n $this->context->getTranslator()\r\n );\r\n\r\n $products_for_template = [];\r\n\t\t$products_features=$result->getProducts();\r\n\t\tif(is_array($products_features)){\r\n\t\t\tforeach ($products_features as $rawProduct) {\r\n\t\t\t\t$products_for_template[] = $presenter->present(\r\n\t\t\t\t\t$presentationSettings,\r\n\t\t\t\t\t$assembler->assembleProduct($rawProduct),\r\n\t\t\t\t\t$this->context->language\r\n\t\t\t\t);\r\n\t\t\t}\r\n\t\t}\r\n return $products_for_template;\r\n }", "public function get_product_variations_by_lang($product_id, $lang_id)\n {\n $product_id = clean_number($product_id);\n $lang_id = clean_number($lang_id);\n $this->db->where('product_id', $product_id);\n $this->db->where('lang_id', $lang_id);\n $this->db->where('visible', 1);\n $query = $this->db->get('product_variations');\n return $query->result();\n }", "protected function getProductVariants(Product $product, $attributes)\n {\n $variants = [];\n\n if ($product->getVariants()->count() > 0) {\n $variantAttrIds = array_map(function ($v) {\n return $v->getAttribute()->getId();\n }, $product->getVariants()->first()->getValues());\n\n $commonAttrs = array_filter($attributes, function ($attr) use ($variantAttrIds) {\n return !in_array($attr['id'], $variantAttrIds);\n });\n\n /** @var ProductVariant $variant */\n foreach ($product->getVariants() as $variant) {\n if ($variant->isOutOfStock()) {\n continue;\n }\n\n $variantData = [\n 'id' => $variant->getId(),\n 'price' => $variant->getDisplayPrice(),\n 'attributes' => [],\n ];\n\n /** @var AttributeValueSelect $value */\n foreach ($variant->getValues() as $value) {\n /** @var Attribute $attribute */\n $attribute = $value->getAttribute();\n\n $variantData['attributes'][] = [\n 'id' => $attribute->getId(),\n 'name' => htmlspecialchars_decode($attribute->getName()),\n 'values' => [(string) $value->asString()],\n ];\n }\n\n $variantData['attributes'] = array_merge($variantData['attributes'], $commonAttrs);\n\n $variants[] = $variantData;\n }\n\n if (empty($variants)) {\n // Return a fake variant if all existing variants are out of stock to allow filtering on regular (non-variant) attributes. This keeps behavior consistent with regular products.\n\n return parent::getProductVariants($product, $commonAttrs);\n }\n\n } else {\n return parent::getProductVariants($product, $attributes);\n }\n\n return $variants;\n }", "public static function getProductColorVariations($productID) {\n Db_Actions::DbSelect(\"SELECT * FROM cscart_product_color_variations WHERE product_id=$productID ORDER BY id DESC\");\n $data = Db_Actions::DbGetResults();\n if (!isset($data->empty_result)) {\n $counter = 1;\n $product_data = array();\n foreach ($data as $product) {\n if ($counter <= 3) {\n\n $product_data[] = array('product_id' => $product->color_product_id,\n 'product_name' => self::getProductName($product->color_product_id),\n 'product_image_url' => $root_url . self::getProductImage($product->color_product_id),\n 'product_price' => self::getProductPrice($product->color_product_id),\n 'category_dress_type_id' => self::getCategoryDressTypeID($product->color_product_id),\n 'subcategory_dress_type_id' => self::getSubCategoryDressTypeID($product->color_product_id),\n 'color' => $product->color_variation\n );\n }\n $counter++;\n }\n\n foreach ($product_data as $variation) {\n ?><a href=\"#\" class=\"cs-varr <?php echo $variation['color'] ?>\" product_id=\"<?php echo $variation['product_id'] ?>\" product_title=\"<?php echo $variation['product_name'] ?>\" product_price=\"<?php echo $variation['product_price'] ?>\" category_dress_type_id=\"<?php echo $variation['category_dress_type_id'] ?>\" subcategory_dress_type_id=\"<?php echo $variation['subcategory_dress_type_id'] ?>\" img_url=\"<?php echo $variation['product_image_url'] ?>\" ><img src=\"img/product-images/variation-<?php echo $variation['color'] ?>.png\" width=\"14\" height=\"13\" /></a><?php\n }\n }\n }", "public function single_product_product_variations_custom_output() {\n\t\t\tif ( ! defined( 'CFVSW_VER' ) && class_exists( 'woocommerce' ) && is_product() && astra_get_option( 'single-product-select-variations' ) ) {\n\t\t\t\tadd_filter( 'woocommerce_dropdown_variation_attribute_options_html', array( $this, 'single_product_variations_custom_html' ), 999, 2 );\n\t\t\t}\n\t\t}", "public function getSimilarProducts()\n {\n return $this->similar_products;\n }", "public function getAllRelatedProducts($product)\n {\n static $products = [];\n\n if (array_key_exists($product->id, $products)) {\n return $products[$product->id];\n }\n\n $products[$product->id] = [$product];\n\n if ($product->type == 'simple') {\n if ($product->parent_id) {\n $products[$product->id][] = $product->parent;\n }\n\n $products[$product->id] = array_merge(\n $products[$product->id],\n $this->getParentBundleProducts($product),\n $this->getParentGroupProducts($product)\n );\n } elseif ($product->type == 'configurable') {\n foreach ($product->variants as $variant) {\n $products[$product->id][] = $variant;\n }\n }\n\n return $products[$product->id];\n }", "public function getConfigurableProductOptions($product, $storeId) {\n // get product price\n $finalPrice = $product->getFinalPrice ();\n \n // Load all used configurable attributes\n $configurableAttributeCollection = $product->getTypeInstance ( true )->getConfigurableAttributes ( $product );\n \n $allProducts = $product->getTypeInstance ( true )->getUsedProducts ( null, $product );\n foreach ( $allProducts as $product ) {\n $products [] = $product;\n }\n \n $options = array ();\n $result = array ();\n $i = 0;\n foreach ( $configurableAttributeCollection as $productAttribute ) {\n $options [$i] [static::TITLE] = $productAttribute ['label'];\n $options [$i] ['code'] = $productAttribute->getProductAttribute ()->getAttributeCode ();\n $options [$i] [static::ATTRIBUTE_ID] = $productAttribute [static::ATTRIBUTE_ID];\n $i ++;\n }\n $result ['config'] = $options;\n $resultattr = array ();\n // Get combinations\n foreach ( $products as $product ) {\n $attr = array ();\n // get produt stock qty for simple product\n /**\n *\n * @var $stockItem Mage_CatalogInventory_Model_Stock_Item\n */\n $stockItem = $product->getStockItem ();\n if (! $stockItem) {\n $stockItem = Mage::getModel ( static::CATSTOCK );\n $stockItem->loadByProduct ( $product );\n }\n $stockQty = floor ( $stockItem->getQty () );\n $is_stock = $stockItem->getIsInStock ();\n $j = 0;\n $valuearry ['product_id'] = $product->getId ();\n // get product stock details\n $inventoryDetail = Mage::getModel ( static::LOGIN_FUNCTIONS )->getinventoryDetail ( $product, $storeId );\n // get stock qty\n $valuearry [static::STOCK_QTY] = $inventoryDetail [static::STOCK_QTY];\n $valuearry [static::MIN_SALE_QTY] = $inventoryDetail [static::MIN_SALE_QTY];\n $valuearry [static::MAX_SALE_QTY] = $inventoryDetail [static::MAX_SALE_QTY];\n $valuearry [static::QTY_INCR] = $inventoryDetail [static::QTY_INCR];\n $valuearry [static::IS_QTY_DECIMAL] = $inventoryDetail [static::IS_QTY_DECIMAL];\n foreach ( $configurableAttributeCollection as $attribute ) {\n \n $productAttribute = $attribute->getProductAttribute ();\n $attrCode = $productAttribute->getAttributeCode ();\n $attributeValue = $product->getData ( $attrCode );\n \n /* getting option text value */\n if ($productAttribute->usesSource ()) {\n $label = $productAttribute->setStoreId ( $storeId )->getSource ()->getOptionText ( $attributeValue );\n } else {\n $label = '';\n }\n \n /**\n * Get price for associated product\n */\n $prices = $attribute->getPrices ();\n $value = $product->getData ( $attribute->getProductAttribute ()->getAttributeCode () );\n \n $valuearry ['label'] = $label;\n $valuearry ['code'] = $attrCode;\n $valuearry ['config_id'] = $attributeValue;\n $valuearry [static::ISSTOCK] = $is_stock;\n $valuearry ['stock_qty'] = $stockQty;\n $valuearry [static::PRICE] = $this->calculateCustumPrice ( $prices, $value, $finalPrice );\n \n $val [$options [$j] ['code']] = $attributeValue;\n $j ++;\n array_push ( $attr, $valuearry );\n }\n // get configurable product options\n $attr = $this->getAttrColl ( $val, $attr );\n \n $resultattr = array_merge ( $resultattr, $attr );\n }\n $result ['attr'] = $resultattr;\n return $result;\n }", "public function get_first_variation_image( $retProd ) {\n\n $images = array( 'large' => array(), 'small' => array() );\n\n if ( isset($retProd['Variations'], $retProd['Variations']['TotalVariations'], $retProd['Variations']['Item']) ) {\n $total = (int)$retProd['Variations']['TotalVariations'];\n \n $variations = array();\n if ($total <= 1 || isset($retProd['Variations']['Item']['ASIN'])) { // --fix 2015.03.19\n $variations[] = $retProd['Variations']['Item'];\n } else {\n $variations = (array) $retProd['Variations']['Item'];\n }\n \n // Loop through the variation\n foreach ($variations as $variation_item) {\n \n $images = $this->build_images_data( $variation_item );\n if ( !empty($images['large']) ) {\n return $images;\n }\n } // end foreach\n }\n return $images;\n }", "function productList() {\n\t$categoryIds = array_merge ( [ \n\t\t\t$this->id \n\t], $this->subcategoryIds () );\n\tprint_r ( $categoryIds );\n\t// Find all products that match the retrieved category IDs\n\treturn Product::whereIn ( 'cate_id', $categoryIds )->get ();\n}", "public function getProducts()\n {\n return $this->products;\n }", "public function getProducts()\n {\n return $this->products;\n }", "public function getProducts()\n {\n return $this->products;\n }", "public function getProducts()\n {\n return $this->products;\n }", "public function getProducts()\n {\n return $this->_products;\n }" ]
[ "0.646947", "0.61799383", "0.6152451", "0.608554", "0.60367185", "0.6032799", "0.6030406", "0.598879", "0.5983093", "0.59770244", "0.5905447", "0.5901039", "0.58955264", "0.5884197", "0.586345", "0.5836014", "0.58249617", "0.57974774", "0.5783396", "0.5780727", "0.57726747", "0.5744862", "0.57303894", "0.5715807", "0.5702683", "0.57012165", "0.5697628", "0.5674329", "0.56719196", "0.5659436", "0.5590946", "0.55678695", "0.55355173", "0.5535055", "0.5518559", "0.5514324", "0.5506428", "0.5506194", "0.5492216", "0.5479486", "0.54717046", "0.54602784", "0.5459656", "0.544343", "0.5435683", "0.54255956", "0.54197484", "0.5416975", "0.54135257", "0.5407832", "0.5405084", "0.5395849", "0.53932077", "0.53807956", "0.537984", "0.53798217", "0.53779167", "0.5355203", "0.5348666", "0.5345465", "0.53437597", "0.5342266", "0.5342163", "0.53247947", "0.5315886", "0.531035", "0.5306842", "0.53003484", "0.52975976", "0.52940816", "0.5292769", "0.52882373", "0.5287025", "0.5282735", "0.5280475", "0.5275418", "0.52749366", "0.52666813", "0.5266078", "0.5265276", "0.5253201", "0.5246294", "0.5243908", "0.52361655", "0.5231905", "0.5229998", "0.52295315", "0.52215415", "0.52136934", "0.52118635", "0.52096504", "0.52073216", "0.5206891", "0.52025646", "0.5198308", "0.5184404", "0.5184404", "0.5184404", "0.5184404", "0.51822597" ]
0.6040774
4
REQUIRED if displaying checkboxes or using bulk actions! The 'cb' column is given special treatment when columns are processed. It ALWAYS needs to have it's own method.
function column_cb($item){ return sprintf( '<input type="checkbox" name="%1$s[]" value="%2$s" />', /*$1%s*/ $this->_args['singular'], //Let's simply repurpose the table's singular label ("listing") /*$2%s*/ $item['id'] //The value of the checkbox should be the record's id ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function column_cb($item)\r\r\n {\r\r\n //\treturn sprintf( '<input type=\"checkbox\" name=\"bulk-select[]\" value=\"%s\" />', $item->ID );\r\r\n }", "function column_cb( $item ) {\n\t\t//return sprintf( $item['stock_id'] );\n\t\t//return sprintf('<input type=\"checkbox\" name=\"bulk-delete[]\" value=\"%s\" />', $item['transaction_id']); \n\t}", "function column_cb( $item ) {\r\n\t\treturn sprintf(\r\n\t\t\t'<input type=\"checkbox\" name=\"bulk-delete[]\" value=\"%s\" />', $item['id']\r\n\t\t);\r\n\t}", "function column_cb( $item )\r\n {\r\n return sprintf(\r\n '<input type=\"checkbox\" name=\"%1$s[]\" value=\"%2$s\" />',\r\n $this->_args['singular'], // Let's simply repurpose the table's singular label (\"modal\").\r\n $item['ID'] // The value of the checkbox should be the record's ID.\r\n );\r\n }", "function column_cb($item)\n {\n return sprintf(\n '<input type=\"checkbox\" name=\"%1$s[]\" value=\"%2$s\" />',\n /*$1%s*/\n $this->_args['singular'], //Let's simply repurpose the table's singular label\n /*$2%s*/\n $item['id'] //The value of the checkbox should be the record's id\n );\n }", "function column_cb( $item ) {\n\t\treturn sprintf(\n\t\t\t'<input type=\"checkbox\" name=\"bulk-delete[]\" value=\"%s\" />', $item['ID']\n\t\t);\n\t}", "public function column_cb( $item )\n\t{\n\t\tif ( ! empty( $this->bulkActions ) )\n\t\t{\n\t\t\t$class = $this->activeRecordClass;\n\t\t\treturn sprintf( '<input type=\"checkbox\" name=\"%1$s[]\" value=\"%2$s\" />', $this->_args[ 'singular' ], $item[ $class::$prefix . $class::$key ] );\n\t\t}\n\t}", "function column_cb( $item ) {\r\n\t\treturn sprintf( '<input type=\"checkbox\" id=\"cb-select-%2$s\" name=\"cb_%1$s[]\" value=\"%2$s\" />',\r\n\t\t/*%1$s*/ $this->_args['singular'], //Let's simply repurpose the table's singular label (\"attachment\")\r\n\t\t/*%2$s*/ $item->ID //The value of the checkbox should be the object's id\r\n\t\t);\r\n\t}", "public function column_cb( $item ) {\n\n\t\t\tif ( ! $this->bulk_actions_enabled ) {\n\t\t\t\t// Bulk actions disabled.\n\t\t\t\treturn '';\n\t\t\t}\n\n\t\t\tif ( empty( $this->wpda_list_columns->get_table_primary_key() ) ) {\n\t\t\t\t// Table has no primary key: no bulk actions allowed!\n\t\t\t\t// Primary key is used to ensure uniqueness!\n\t\t\t\treturn '';\n\t\t\t}\n\n\t\t\t// Build CB value: Use json format for multi column primary keys.\n\t\t\t$cb_value = (object) null;\n\t\t\tforeach ( $this->wpda_list_columns->get_table_primary_key() as $primary_key_column ) {\n\t\t\t\t// JSON string key and values will be double quoted. Therefor a slash must be added to double quotes in values.\n\t\t\t\t$cb_value->$primary_key_column = esc_attr( str_replace( '\"', '\\\"', $item[ $primary_key_column ] ) );\n\t\t\t}\n\n\t\t\treturn \"<input type='checkbox' name='bulk-selected[]' value='\" . json_encode( $cb_value ) . \"' />\";\n\n\t\t}", "function column_cb( $item ) {\n\t\treturn sprintf(\n\t\t\t'<input type=\"checkbox\" name=\"result[]\" value=\"%s\" />', $item['id']\n\t\t);\n\t}", "function column_cb($item){\n return sprintf(\n '<input type=\"checkbox\" name=\"%1$s[]\" value=\"%2$s\" />',\n /*$1%s*/ $this->_args['singular'], //Let's simply repurpose the table's singular label (\"movie\")\n /*$2%s*/ $item['ID'] //The value of the checkbox should be the record's id\n );\n }", "function column_cb($item)\n {\n return sprintf(\n\n '<input type=\"checkbox\" name=\"id[]\" value=\"%s\" />',\n $item['id']\n );\n }", "function column_cb( $item ) {\n\n\t\treturn sprintf(\n\t\t\t'<input type=\"checkbox\" name=\"%1$s[]\" value=\"%2$s\" />',\n\t\t\t/*$1%s*/ $this->_args['singular'], \t//Let's simply repurpose the table's singular label (\"movie\")\n\t\t\t/*$2%s*/ $item['ID']\t\t\t//The value of the checkbox should be the record's id\n\t\t);\n\t}", "public function column_cb( $item ) {\n\n\t\treturn sprintf( '<input type=\"checkbox\" class=\"bulk-item-selection\" name=\"bulk-item-selection[]\" value=\"%s\" />', $item['id'] );\n\n\t}", "public function column_cb($item)\n {\n }", "public function column_cb($item)\n {\n }", "public function column_cb($item)\n {\n }", "public function column_cb($item)\n {\n }", "public function column_cb($item)\n {\n }", "public function column_cb($item)\n {\n }", "public function column_cb($item)\n {\n }", "public function column_cb($item)\n\t{\n return sprintf(\n '<input type=\"checkbox\" name=\"item[]\" value=\"%s\" />', $item['id']\n );\n }", "function column_cb($item) {\n return sprintf('<input type=\"checkbox\" name=\"template[]\" value=\"%s\" />', $item->template_id);\n }", "public function column_cb( $item ) {\n\n\t\t\treturn sprintf(\n\n\t\t\t\t'<input type=\"checkbox\" name=\"bulk-delete[]\" value=\"%s\" />', $item['topic_id']\n\n\t\t\t);\n\n\t\t}", "final public function column_cb($item): string\n {\n return sprintf(\n '<input type=\"checkbox\" name=\"%s[]\" value=\"%s\" />',\n $this->plural,\n $this->getColumn($item, 'id')\n );\n }", "public function column_cb( $item ) {\n\t\treturn sprintf( '<input type=\"checkbox\" name=\"log[]\" value=\"%s\" />', $item['id'] );\n\t}", "protected function column_cb( $item ) {\n\t\treturn sprintf(\n\t\t\t'<input type=\"checkbox\" name=\"submission_id[]\" value=\"%d\" />',\n\t\t\t$item->id\n\t\t);\n\t}", "protected function column_cb( $item ) {\n\n\t\treturn sprintf(\n\t\t\t'<input type=\"checkbox\" name=\"email_id[]\" value=\"%d\" />',\n\t\t\t$item->get_id()\n\t\t);\n\t}", "protected function afterConstruct() {\r\n\t\tif(count($this->defaultColumns) == 0) {\r\n\t\t\t/*\r\n\t\t\t$this->defaultColumns[] = array(\r\n\t\t\t\t'class' => 'CCheckBoxColumn',\r\n\t\t\t\t'name' => 'id',\r\n\t\t\t\t'selectableRows' => 2,\r\n\t\t\t\t'checkBoxHtmlOptions' => array('name' => 'trash_id[]')\r\n\t\t\t);\r\n\t\t\t*/\r\n\t\t\t$this->defaultColumns[] = array(\r\n\t\t\t\t'header' => 'No',\r\n\t\t\t\t'value' => '$this->grid->dataProvider->pagination->currentPage*$this->grid->dataProvider->pagination->pageSize + $row+1'\r\n\t\t\t);\r\n\t\t\t$this->defaultColumns[] = array(\r\n\t\t\t\t'name' => 'title',\r\n\t\t\t\t'value' => '$data->title',\r\n\t\t\t);\r\n\t\t\t$this->defaultColumns[] = 'isbn';\r\n\t\t\t$this->defaultColumns[] = array(\r\n\t\t\t\t'name' => 'publisher_search',\r\n\t\t\t\t'value' => '$data->publisher->publisher_name',\r\n\t\t\t);\r\n\t\t\t$this->defaultColumns[] = array(\r\n\t\t\t\t'name' => 'creation_date',\r\n\t\t\t\t'value' => 'Utility::dateFormat($data->creation_date)',\r\n\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t),\r\n\t\t\t\t'filter' => Yii::app()->controller->widget('zii.widgets.jui.CJuiDatePicker', array(\r\n\t\t\t\t\t'model'=>$this,\r\n\t\t\t\t\t'attribute'=>'creation_date',\r\n\t\t\t\t\t'language' => 'ja',\r\n\t\t\t\t\t'i18nScriptFile' => 'jquery.ui.datepicker-en.js',\r\n\t\t\t\t\t//'mode'=>'datetime',\r\n\t\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t\t'id' => 'creation_date_filter',\r\n\t\t\t\t\t),\r\n\t\t\t\t\t'options'=>array(\r\n\t\t\t\t\t\t'showOn' => 'focus',\r\n\t\t\t\t\t\t'dateFormat' => 'dd-mm-yy',\r\n\t\t\t\t\t\t'showOtherMonths' => true,\r\n\t\t\t\t\t\t'selectOtherMonths' => true,\r\n\t\t\t\t\t\t'changeMonth' => true,\r\n\t\t\t\t\t\t'changeYear' => true,\r\n\t\t\t\t\t\t'showButtonPanel' => true,\r\n\t\t\t\t\t),\r\n\t\t\t\t), true),\r\n\t\t\t);\r\n\t\t\t$this->defaultColumns[] = array(\r\n\t\t\t\t'name' => 'creation_search',\r\n\t\t\t\t'value' => '$data->creation->displayname',\r\n\t\t\t);\r\n\t\t\tif(!isset($_GET['type'])) {\r\n\t\t\t\t$this->defaultColumns[] = array(\r\n\t\t\t\t\t'name' => 'publish',\r\n\t\t\t\t\t'value' => 'Utility::getPublish(Yii::app()->controller->createUrl(\"publish\",array(\"id\"=>$data->book_id)), $data->publish, 1)',\r\n\t\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t\t),\r\n\t\t\t\t\t'filter'=>array(\r\n\t\t\t\t\t\t1=>Yii::t('phrase', 'Yes'),\r\n\t\t\t\t\t\t0=>Yii::t('phrase', 'No'),\r\n\t\t\t\t\t),\r\n\t\t\t\t\t'type' => 'raw',\r\n\t\t\t\t);\r\n\t\t\t}\r\n\t\t}\r\n\t\tparent::afterConstruct();\r\n\t}", "function _1p21_dv_edit_cpt_col( $columns ) {\n\n\t\t$columns = array(\n\t\t\t'cb' => '&lt;input type=\"checkbox\" />',\n\t\t\t'title' => __( 'Title' ),\n\t\t\t'id' => __( 'ID' ),\n\t\t\t'date' => __( 'Date' )\n\t\t);\n\n\t\treturn $columns;\n\t}", "function industries_edit_columns( $columns ) {\n\t$columns = array(\n\t\t\"cb\" => \"<input type=\\\"checkbox\\\" />\",\n\t\t\"title\" => \"Industry Title\",\n\t);\n\n\treturn $columns;\n}", "function events_edit_columns($columns){\n\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'title' => __( 'Event', 'al3' ),\n 'event_date' => __( 'Date', 'al3' ),\n 'event_target_group' => __( 'Target Group', 'al3' ),\n 'event_organizer' => __( 'Organizer', 'al3' ),\n 'event_location' => __( 'Location', 'al3' ),\n 'event_costs' => __( 'Costs in Euro', 'al3' ),\n );\n\n return $columns;\n\n}", "function makeCheckbox( $value, $column )\n{\n\treturn $value ? _( 'Yes' ) : _( 'No' );\n}", "protected function afterConstruct() {\r\n\t\tif(count($this->templateColumns) == 0) {\r\n\t\t\t$this->templateColumns['_option'] = array(\r\n\t\t\t\t'class' => 'CCheckBoxColumn',\r\n\t\t\t\t'name' => 'id',\r\n\t\t\t\t'selectableRows' => 2,\r\n\t\t\t\t'checkBoxHtmlOptions' => array('name' => 'trash_id[]')\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['_no'] = array(\r\n\t\t\t\t'header' => Yii::t('app', 'No'),\r\n\t\t\t\t'value' => '$this->grid->dataProvider->pagination->currentPage*$this->grid->dataProvider->pagination->pageSize + $row+1',\r\n\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t),\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['name'] = array(\r\n\t\t\t\t'name' => 'name',\r\n\t\t\t\t'value' => '$data->name ? $data->name : \\'-\\'',\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['desc'] = array(\r\n\t\t\t\t'name' => 'desc',\r\n\t\t\t\t'value' => '$data->desc ? $data->desc : \\'-\\'',\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['folder'] = array(\r\n\t\t\t\t'name' => 'folder',\r\n\t\t\t\t'value' => '$data->folder',\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['parent_id'] = array(\r\n\t\t\t\t'name' => 'parent_id',\r\n\t\t\t\t'value' => '$data->parent_id ? $data->parent->folder : \\'-\\'',\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['orders'] = array(\r\n\t\t\t\t'name' => 'orders',\r\n\t\t\t\t'value' => '$data->orders',\r\n\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t),\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['model'] = array(\r\n\t\t\t\t'name' => 'model',\r\n\t\t\t\t'value' => '$data->model',\r\n\t\t\t);\r\n\t\t\tif(!Yii::app()->getRequest()->getParam('creation')) {\r\n\t\t\t\t$this->templateColumns['creation_search'] = array(\r\n\t\t\t\t\t'name' => 'creation_search',\r\n\t\t\t\t\t'value' => '$data->creation->displayname ? $data->creation->displayname : \\'-\\'',\r\n\t\t\t\t);\r\n\t\t\t}\r\n\t\t\t$this->templateColumns['creation_date'] = array(\r\n\t\t\t\t'name' => 'creation_date',\r\n\t\t\t\t'value' => '!in_array($data->creation_date, array(\\'0000-00-00 00:00:00\\', \\'1970-01-01 00:00:00\\')) ? Utility::dateFormat($data->creation_date) : \\'-\\'',\r\n\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t),\r\n\t\t\t\t'filter' => Yii::app()->controller->widget('application.libraries.core.components.system.CJuiDatePicker', array(\r\n\t\t\t\t\t'model'=>$this,\r\n\t\t\t\t\t'attribute'=>'creation_date',\r\n\t\t\t\t\t'language' => 'en',\r\n\t\t\t\t\t'i18nScriptFile' => 'jquery-ui-i18n.min.js',\r\n\t\t\t\t\t//'mode'=>'datetime',\r\n\t\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t\t'id' => 'creation_date_filter',\r\n\t\t\t\t\t),\r\n\t\t\t\t\t'options'=>array(\r\n\t\t\t\t\t\t'showOn' => 'focus',\r\n\t\t\t\t\t\t'dateFormat' => 'dd-mm-yy',\r\n\t\t\t\t\t\t'showOtherMonths' => true,\r\n\t\t\t\t\t\t'selectOtherMonths' => true,\r\n\t\t\t\t\t\t'changeMonth' => true,\r\n\t\t\t\t\t\t'changeYear' => true,\r\n\t\t\t\t\t\t'showButtonPanel' => true,\r\n\t\t\t\t\t),\r\n\t\t\t\t), true),\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['modified_date'] = array(\r\n\t\t\t\t'name' => 'modified_date',\r\n\t\t\t\t'value' => '!in_array($data->modified_date, array(\\'0000-00-00 00:00:00\\', \\'1970-01-01 00:00:00\\')) ? Utility::dateFormat($data->modified_date) : \\'-\\'',\r\n\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t),\r\n\t\t\t\t'filter' => Yii::app()->controller->widget('application.libraries.core.components.system.CJuiDatePicker', array(\r\n\t\t\t\t\t'model'=>$this,\r\n\t\t\t\t\t'attribute'=>'modified_date',\r\n\t\t\t\t\t'language' => 'en',\r\n\t\t\t\t\t'i18nScriptFile' => 'jquery-ui-i18n.min.js',\r\n\t\t\t\t\t//'mode'=>'datetime',\r\n\t\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t\t'id' => 'modified_date_filter',\r\n\t\t\t\t\t),\r\n\t\t\t\t\t'options'=>array(\r\n\t\t\t\t\t\t'showOn' => 'focus',\r\n\t\t\t\t\t\t'dateFormat' => 'dd-mm-yy',\r\n\t\t\t\t\t\t'showOtherMonths' => true,\r\n\t\t\t\t\t\t'selectOtherMonths' => true,\r\n\t\t\t\t\t\t'changeMonth' => true,\r\n\t\t\t\t\t\t'changeYear' => true,\r\n\t\t\t\t\t\t'showButtonPanel' => true,\r\n\t\t\t\t\t),\r\n\t\t\t\t), true),\r\n\t\t\t);\r\n\t\t\tif(!Yii::app()->getRequest()->getParam('modified')) {\r\n\t\t\t\t$this->templateColumns['modified_search'] = array(\r\n\t\t\t\t\t'name' => 'modified_search',\r\n\t\t\t\t\t'value' => '$data->modified->displayname ? $data->modified->displayname : \\'-\\'',\r\n\t\t\t\t);\r\n\t\t\t}\r\n\t\t\t$this->templateColumns['install'] = array(\r\n\t\t\t\t'name' => 'install',\r\n\t\t\t\t'value' => 'Utility::getPublish(Yii::app()->controller->createUrl(\\'install\\',array(\\'id\\'=>$data->plugin_id)), $data->install, \\'Install,Uninstall\\')',\r\n\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t),\r\n\t\t\t\t'filter'=>array(\r\n\t\t\t\t\t1=>Yii::t('phrase', 'Yes'),\r\n\t\t\t\t\t0=>Yii::t('phrase', 'No'),\r\n\t\t\t\t),\r\n\t\t\t\t'type' => 'raw',\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['actived'] = array(\r\n\t\t\t\t'name' => 'actived',\r\n\t\t\t\t'value' => '$data->install == 1 ? ($data->actived == 2 ? CHtml::image(Yii::app()->theme->baseUrl.\\'/images/icons/publish.png\\') : Utility::getPublish(Yii::app()->controller->createUrl(\\'active\\',array(\"id\"=>$data->plugin_id)), $data->actived, \\'Actived,Deactived\\')) : \"-\"',\r\n\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t),\r\n\t\t\t\t'filter'=>array(\r\n\t\t\t\t\t1=>Yii::t('phrase', 'Yes'),\r\n\t\t\t\t\t0=>Yii::t('phrase', 'No'),\r\n\t\t\t\t),\r\n\t\t\t\t'type' => 'raw',\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['search'] = array(\r\n\t\t\t\t'name' => 'search',\r\n\t\t\t\t'value' => '$data->search == 1 ? CHtml::image(Yii::app()->theme->baseUrl.\\'/images/icons/publish.png\\') : CHtml::image(Yii::app()->theme->baseUrl.\\'/images/icons/unpublish.png\\')',\r\n\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t),\r\n\t\t\t\t'filter'=>array(\r\n\t\t\t\t\t1=>Yii::t('phrase', 'Yes'),\r\n\t\t\t\t\t0=>Yii::t('phrase', 'No'),\r\n\t\t\t\t),\r\n\t\t\t\t'type' => 'raw',\r\n\t\t\t);\r\n\t\t\t$this->templateColumns['default'] = array(\r\n\t\t\t\t'name' => 'default',\r\n\t\t\t\t'value' => '$data->install == 1 ? ($data->default == 1 ? CHtml::image(Yii::app()->theme->baseUrl.\\'/images/icons/publish.png\\') : Utility::getPublish(Yii::app()->controller->createUrl(\\'default\\',array(\"id\"=>$data->plugin_id)), $data->default)) : \"-\"',\r\n\t\t\t\t'htmlOptions' => array(\r\n\t\t\t\t\t'class' => 'center',\r\n\t\t\t\t),\r\n\t\t\t\t'filter'=>array(\r\n\t\t\t\t\t1=>Yii::t('phrase', 'Yes'),\r\n\t\t\t\t\t0=>Yii::t('phrase', 'No'),\r\n\t\t\t\t),\r\n\t\t\t\t'type' => 'raw',\r\n\t\t\t);\r\n\t\t}\r\n\t\tparent::afterConstruct();\r\n\t}", "function ysg_edit_columns( $columns ) {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'ysg_image' => __( 'Imagem do V&iacute;deo', 'youtube-simple-gallery' ),\n 'ysg_title' => __( 'T&iacute;tulo', 'youtube-simple-gallery' ),\n 'ysg_categories' => __(\"Categoria\", 'youtube-simple-gallery' ),\n 'ysg_url' => __( 'Link do V&iacute;deo', 'youtube-simple-gallery' )\n );\n\n return $columns;\n}", "function get_columns()\n { // global $hb_current_user_can_ap;\n $columns =\n ['cb' => '<input type=\"checkbox\" />'] + //Render a checkbox instead of text\n //($a ? ['wp_username' => 'User'] : [] )+\n ['date_added' => 'Form submitted on']+ \n //['car_holder_name' => 'Name']+\n ['venue_address' => 'Venue Address']+\n ['suburb' => 'Suburb']+\n ['post_code' => 'Post Code']+\n ['booking_date' => 'Booking Date']+\n ['view_details' => 'View Details']\n ;\n return $columns;\n }", "function testimonials_edit_columns( $columns ) {\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'title' => 'Title',\n\t\t'testimonial' => 'Testimonial',\n\t\t'author' => 'Author',\n\t\t'date' => 'Date'\n\t);\n\n\treturn $columns;\n}", "function milestones_edit_columns( $columns ) {\n\t$columns = array(\n\t\t\"cb\" => \"<input type=\\\"checkbox\\\" />\",\n\t\t\"title\" => \"Title\"\n\t);\n\n\treturn $columns;\n}", "function axiom_testimonial_edit_columns($columns){\n \n unset($columns['title']);\n \n $new_columns = array( \n \"cb\" => \"<input type=\\\"checkbox\\\" />\", \n \"user_image\" => _x('Image' , 'Image column at testimonial edit columns' , 'default'),\n \"title\" => _x('Customer Name' , 'Customer Name column at testimonial edit columns' , 'default'), \n \"category\" => _x('Category' , 'Category at testimonial edit columns' , 'default')\n ); \n return array_merge($new_columns, $columns); \n}", "public function manageColumns( $column ){\n global $post; \n if( $this->fields_list[$column] == 'checkbox' && get_post_meta( $post->ID, $column, true) == 1):\n echo \"Yes\";\n else:\n echo __( get_post_meta($post->ID, $column, true) );\n endif;\n }", "protected function _prepareColumns(){\r\n $this->addColumn('in_brands', array(\r\n 'header_css_class' => 'a-center',\r\n 'type' => 'checkbox',\r\n 'name' => 'in_brands',\r\n 'values'=> $this->_getSelectedBrands(),\r\n 'align' => 'center',\r\n 'index' => 'entity_id'\r\n ));\r\n $this->addColumn('title', array(\r\n 'header'=> Mage::helper('zozoconcepts_brands')->__('Title'),\r\n 'align' => 'left',\r\n 'index' => 'title',\r\n ));\r\n $this->addColumn('position', array(\r\n 'header' => Mage::helper('zozoconcepts_brands')->__('Position'),\r\n 'name' => 'position',\r\n 'width' => 60,\r\n 'type' => 'number',\r\n 'validate_class'=> 'validate-number',\r\n 'index' => 'position',\r\n 'editable' => true,\r\n ));\r\n return parent::_prepareColumns();\r\n }", "public function checkEnableColumnEdit()\n\t{\n\t\treturn false;\n\t}", "function pgm_subscriber_column_headers($columns){\n $columns = array(\n 'cb'=>'<input type=\"checkbox\" />', //checkbox-HTML empty checkbox\n 'title'=>__('Subscriber Name'), //update header name to 'Subscriber Name'\n 'email'=>__('Email Address'), //create new header for email\n );\n\n return $columns;\n}", "function custom_columns( $columns ) {\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'title' => 'Title',\n\t\t'featured_image' => 'Photo',\n\t\t'date' => 'Date'\n\t);\n\treturn $columns;\n}", "function get_columns() {\r\n\t\t$columns = [\r\n\t\t\t'cb' => '<input type=\"checkbox\" />',\r\n\t\t\t'name' => __( 'Name', 'ac' ),\r\n\t\t\t'address' => __( 'Address', 'ac' ),\r\n\t\t\t'city' => __( 'City', 'ac' )\r\n\t\t];\r\n\r\n\t\treturn $columns;\r\n\t}", "function edit_units_columns( $columns ) {\n\n\t\t$columns = array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'title' => __( 'Address' ),\n\t\t\t'rent' => __( 'Rent' ),\n\t\t\t'status' => __( 'Status' ),\n\t\t\t'date' => __( 'Date' )\n\t\t);\n\n\t\treturn $columns;\n\t}", "public function cbInit() {\n\t\t\t$this->title_field = \"id\";\n\t\t\t$this->limit = \"20\";\n\t\t\t$this->orderby = \"id,desc\";\n\t\t\t$this->global_privilege = false;\n\t\t\t$this->button_table_action = true;\n\t\t\t$this->button_bulk_action = true;\n\t\t\t$this->button_action_style = \"button_icon\";\n\t\t\t$this->button_add = false;\n\t\t\t$this->button_edit = false;\n\t\t\t$this->button_delete = false;\n\t\t\t$this->button_detail = false;\n\t\t\t$this->button_show = true;\n\t\t\t$this->button_filter = true;\n\t\t\t$this->button_import = false;\n\t\t\t$this->button_export = false;\n//\t\t\t$this->table = \"prd_order_statuses\";\n\t\t\t$this->table = \"prd_orders\";\n\t\t\t# END CONFIGURATION DO NOT REMOVE THIS LINE\n\n\t\t\t# START COLUMNS DO NOT REMOVE THIS LINE\n\t\t\t$this->col = [];\n\t\t\t$this->col[] = [\"label\"=>\"کد سفارش\",\"name\"=>\"order_code\"];\n\t\t\t$this->col[] = [\"label\"=>\"تاریخ سفارش\",\"name\"=>\"order_date\"];\n\t\t\t$this->col[] = [\"label\"=>\"شماره تماس مشتری\",\"name\"=>\"customer_id\",\"join\"=>\"app_users,mobile_number\"];\n//\t\t\t$this->col[] = [\"label\"=>\"مبلغ سفارش\",\"name\"=>\"total_amount\"];\n\t\t\t$this->col[] = [\"label\"=>\"وضعیت سفارش\",\"name\"=>\"id\",\"join\"=>\"shop_orders,order_status_title\"];\n//\t\t\t$this->col[] = [\"label\"=>\"وضعیت سفارش\",\"name\"=>\"(select prd_ostatus.title from ((prd_orders join prd_order_statuses on prd_orders.id = prd_order_statuses.order_id) join prd_order_statuses on prd_ostatus prd_order_statuses.status_id = prd_ostatus.id) where prd_order_statues.status_id = prd_orders.id) as status\"];\n//\t\t\t$this->col[] = [\"label\"=>\"نوع حیوان\",\"name\"=>\"(select aml_types.title from ((aml_animals join aml_types on aml_animals.type_id = aml_types.id) join fc_requests on aml_animals.id = fc_requests.animal_id) where fc_requests.id = request_id) as animal_type\"];\n\n\t\t\t# END COLUMNS DO NOT REMOVE THIS LINE\n\n\t\t\t# START FORM DO NOT REMOVE THIS LINE\t\t\n//\t\t\t$this->form = [];\n//\t\t\t$this->form[] = ['label'=>'Order Code','name'=>'order_code','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n//\t\t\t$this->form[] = ['label'=>'Customer Id','name'=>'customer_id','type'=>'select2','validation'=>'required|integer|min:0','width'=>'col-sm-10','datatable'=>'customer,id'];\n//\t\t\t$this->form[] = ['label'=>'Order Date','name'=>'order_date','type'=>'datetime','validation'=>'required|date_format:Y-m-d H:i:s','width'=>'col-sm-10'];\n//\t\t\t$this->form[] = ['label'=>'Shipment Time','name'=>'shipment_time','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n//\t\t\t$this->form[] = ['label'=>'Shipment Cost','name'=>'shipment_cost','type'=>'number','validation'=>'required|integer|min:0','width'=>'col-sm-10'];\n//\t\t\t$this->form[] = ['label'=>'Coupon Value','name'=>'coupon_value','type'=>'number','validation'=>'required|integer|min:0','width'=>'col-sm-10'];\n//\t\t\t$this->form[] = ['label'=>'Transferee','name'=>'transferee','type'=>'number','validation'=>'required|integer|min:0','width'=>'col-sm-10'];\n//\t\t\t$this->form[] = ['label'=>'Delivery Date','name'=>'delivery_date','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n//\t\t\t$this->form[] = ['label'=>'Total Amount','name'=>'total_amount','type'=>'number','validation'=>'required|integer|min:0','width'=>'col-sm-10'];\n//\t\t\t$this->form[] = ['label'=>'Is Completed','name'=>'is_completed','type'=>'radio','validation'=>'required|integer','width'=>'col-sm-10','dataenum'=>'Array'];\n\t\t\t# END FORM DO NOT REMOVE THIS LINE\n\n\t\t\t# OLD START FORM\n\t\t\t//$this->form = [];\n\t\t\t//$this->form[] = [\"label\"=>\"Order Code\",\"name\"=>\"order_code\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"Customer Id\",\"name\"=>\"customer_id\",\"type\"=>\"select2\",\"required\"=>TRUE,\"validation\"=>\"required|integer|min:0\",\"datatable\"=>\"customer,id\"];\n\t\t\t//$this->form[] = [\"label\"=>\"Order Date\",\"name\"=>\"order_date\",\"type\"=>\"datetime\",\"required\"=>TRUE,\"validation\"=>\"required|date_format:Y-m-d H:i:s\"];\n\t\t\t//$this->form[] = [\"label\"=>\"Shipment Time\",\"name\"=>\"shipment_time\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"Shipment Cost\",\"name\"=>\"shipment_cost\",\"type\"=>\"number\",\"required\"=>TRUE,\"validation\"=>\"required|integer|min:0\"];\n\t\t\t//$this->form[] = [\"label\"=>\"Coupon Value\",\"name\"=>\"coupon_value\",\"type\"=>\"number\",\"required\"=>TRUE,\"validation\"=>\"required|integer|min:0\"];\n\t\t\t//$this->form[] = [\"label\"=>\"Transferee\",\"name\"=>\"transferee\",\"type\"=>\"number\",\"required\"=>TRUE,\"validation\"=>\"required|integer|min:0\"];\n\t\t\t//$this->form[] = [\"label\"=>\"Delivery Date\",\"name\"=>\"delivery_date\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"Total Amount\",\"name\"=>\"total_amount\",\"type\"=>\"number\",\"required\"=>TRUE,\"validation\"=>\"required|integer|min:0\"];\n\t\t\t//$this->form[] = [\"label\"=>\"Is Completed\",\"name\"=>\"is_completed\",\"type\"=>\"radio\",\"required\"=>TRUE,\"validation\"=>\"required|integer\",\"dataenum\"=>\"Array\"];\n\t\t\t# OLD END FORM\n\n\t\t\t/* \n\t | ---------------------------------------------------------------------- \n\t | Sub Module\n\t | ---------------------------------------------------------------------- \n\t\t\t| @label = Label of action \n\t\t\t| @path = Path of sub module\n\t\t\t| @foreign_key \t = foreign key of sub table/module\n\t\t\t| @button_color = Bootstrap Class (primary,success,warning,danger)\n\t\t\t| @button_icon = Font Awesome Class \n\t\t\t| @parent_columns = Sparate with comma, e.g : name,created_at\n\t | \n\t */\n\t $this->sub_module = array();\n\n\n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Add More Action Button / Menu\n\t | ---------------------------------------------------------------------- \n\t | @label = Label of action \n\t | @url = Target URL, you can use field alias. e.g : [id], [name], [title], etc\n\t | @icon = Font awesome class icon. e.g : fa fa-bars\n\t | @color \t = Default is primary. (primary, warning, succecss, info) \n\t | @showIf \t = If condition when action show. Use field alias. e.g : [id] == 1\n\t | \n\t */\n\t $this->addaction = array(\n\t\t \t\t[\"label\"=>\"مشاهده سبد\",\"color\"=>\"success\",\"url\"=>CRUDBooster::mainpath('show-shopping-cart').'/[order_code]'],\n \t\t);\n\n\n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Add More Button Selected\n\t | ---------------------------------------------------------------------- \n\t | @label = Label of action \n\t | @icon \t = Icon from fontawesome\n\t | @name \t = Name of button \n\t | Then about the action, you should code at actionButtonSelected method \n\t | \n\t */\n\t $this->button_selected = array();\n\n\t \n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Add alert message to this module at overheader\n\t | ---------------------------------------------------------------------- \n\t | @message = Text of message \n\t | @type = warning,success,danger,info \n\t | \n\t */\n\t $this->alert = array();\n\t \n\n\t \n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Add more button to header button \n\t | ---------------------------------------------------------------------- \n\t | @label = Name of button \n\t | @url = URL Target\n\t | @icon = Icon from Awesome.\n\t | \n\t */\n\t $this->index_button = array();\n\n\n\n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Customize Table Row Color\n\t | ---------------------------------------------------------------------- \n\t | @condition = If condition. You may use field alias. E.g : [id] == 1\n\t | @color = Default is none. You can use bootstrap success,info,warning,danger,primary. \n\t | \n\t */\n\t $this->table_row_color = array(); \t \n\n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | You may use this bellow array to add statistic at dashboard \n\t | ---------------------------------------------------------------------- \n\t | @label, @count, @icon, @color \n\t |\n\t */\n\t $this->index_statistic = array();\n\n\n\n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Add javascript at body \n\t | ---------------------------------------------------------------------- \n\t | javascript code in the variable \n\t | $this->script_js = \"function() { ... }\";\n\t |\n\t */\n\t $this->script_js = NULL;\n\n\n /*\n\t | ---------------------------------------------------------------------- \n\t | Include HTML Code before index table \n\t | ---------------------------------------------------------------------- \n\t | html code to display it before index table\n\t | $this->pre_index_html = \"<p>test</p>\";\n\t |\n\t */\n\t $this->pre_index_html = null;\n\t \n\t \n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Include HTML Code after index table \n\t | ---------------------------------------------------------------------- \n\t | html code to display it after index table\n\t | $this->post_index_html = \"<p>test</p>\";\n\t |\n\t */\n\t $this->post_index_html = null;\n\t \n\t \n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Include Javascript File \n\t | ---------------------------------------------------------------------- \n\t | URL of your javascript each array \n\t | $this->load_js[] = asset(\"myfile.js\");\n\t |\n\t */\n\t $this->load_js = array();\n\t \n\t \n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Add css style at body \n\t | ---------------------------------------------------------------------- \n\t | css code in the variable \n\t | $this->style_css = \".style{....}\";\n\t |\n\t */\n\t $this->style_css = NULL;\n\t \n\t \n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Include css File \n\t | ---------------------------------------------------------------------- \n\t | URL of your css each array \n\t | $this->load_css[] = asset(\"myfile.css\");\n\t |\n\t */\n\t $this->load_css = array();\n\t \n\t \n\t }", "public function get_columns()\n\t{\n\t\treturn array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'data' \t => 'Data',\n\t\t\t'timestamp' => 'Timestamp',\n\t\t);\n\t}", "function testimonials_edit_columns($columns) {\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'title' => 'Title',\n\t\t'testimonial' => 'Testimonial Deployment',\n\t\t'testimonial-client-name' => 'Client\\'s Name',\n\t\t'testimonial-client-job' => 'Client\\'s Job',\n\t\t'testimonial-source' => 'Business/Site',\n\t\t'testimonial-link' => 'Link',\n\t\t'author' => 'Posted by',\n\t\t'date' => 'Date'\n\t);\n\treturn $columns;\n}", "function get_columns()\n {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />', //Render a checkbox instead of text\n// 'type' => 'Type',\n// 'name' => 'Name',\n 'tag' => 'Shortcode Name',\n 'kind' => 'Kind',\n 'description' => 'Description',\n 'example' => 'Example',\n 'code' => 'Code',\n 'created_datetime' => 'Created Datetime'\n );\n return $columns;\n }", "function columns_filter ( $columns ) {\r\n\r\n\t\t$columns = array(\r\n\t\t\t'cb'\t\t\t\t\t=> '<input type=\"checkbox\" />',\r\n\t\t\t'listing_thumbnail'\t\t=> __( 'Thumbnail', 'apl' ),\r\n\t\t\t'title'\t\t\t\t\t=> __( 'Listing Title', 'apl' ),\r\n\t\t\t'listing_details'\t\t=> __( 'Details', 'apl' ),\r\n\t\t\t'listing_features'\t\t=> __( 'Features', 'apl' ),\r\n\t\t\t'listing_categories'\t=> __( 'Categories', 'apl' )\r\n\t\t);\r\n\r\n\t\treturn $columns;\r\n\r\n\t}", "function products_column_headers( $columns ) {\r\n\r\n // Creating the custom column header data\r\n $columns = array(\r\n 'cb' => '<input type=\"checkbox\" />',\r\n 'title' => __('Product Name'),\r\n 'Background Color' => __('Background Color')\r\n );\r\n\r\n // Returning the new columns\r\n return $columns;\r\n\r\n}", "function get_columns(){\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />', //Render a checkbox instead of text\n 'name' => 'Name',\n 'job' => 'Job',\n 'text' => 'Description',\n\t\t\t'job_en' => 'Job in english',\n 'text_en' => 'Description in english',\n\t\t\t'facebook' => 'Facebook Link',\n\t\t\t'linkedin' => 'Linkedin Link',\n\t\t\t'image' => 'Photo'\n\t\t\t\n );\n return $columns;\n }", "function add_futurninews_columns($cols){\n\treturn array(\n\t\t'cb' \t\t=> '<input type=\"checkbox\" />;',\n\t\t'title' \t=> 'Title',\n\t\t'heading'\t=> 'Heading',\n\t\t'date'\t\t=> 'Date'\n\t);\n}", "public function init()\n\t{\n\t\tif(isset($this->checkBoxHtmlOptions['name']))\n\t\t\t$name=$this->checkBoxHtmlOptions['name'];\n\t\telse\n\t\t{\n\t\t\t$name=$this->id;\n\t\t\tif(substr($name,-2)!=='[]')\n\t\t\t\t$name.='[]';\n\t\t\t$this->checkBoxHtmlOptions['name']=$name;\n\t\t}\n\t\t$name=strtr($name,array('['=>\"\\\\[\",']'=>\"\\\\]\"));\n\n\t\tif($this->selectableRows===null)\n\t\t{\n\t\t\tif(isset($this->checkBoxHtmlOptions['class']))\n\t\t\t\t$this->checkBoxHtmlOptions['class'].=' select-on-check';\n\t\t\telse\n\t\t\t\t$this->checkBoxHtmlOptions['class']='select-on-check';\n\t\t\treturn;\n\t\t}\n\n\t\t$cball=$cbcode='';\n\t\tif($this->selectableRows==0)\n\t\t{\n\t\t\t//.. read only\n\t\t\t$cbcode=\"return false;\";\n\t\t}\n\t\telseif($this->selectableRows==1)\n\t\t{\n\t\t\t//.. only one can be checked, uncheck all other\n\t\t\t$cbcode=\"jQuery(\\\"input:not(#\\\"+this.id+\\\")[name='$name']\\\").prop('checked',false);\";\n\t\t}\n\t\telseif(strpos($this->headerTemplate,'{item}')!==false)\n\t\t{\n\t\t\t//.. process check/uncheck all\n\t\t\t$cball=<<<CBALL\njQuery(document).on('click','#{$this->id}_all',function() {\n\tvar checked=this.checked;\n\tjQuery(\"input[name='$name']:enabled\").each(function() {this.checked=checked;});\n});\n\nCBALL;\n\t\t\t$cbcode=\"jQuery('#{$this->id}_all').prop('checked', jQuery(\\\"input[name='$name']\\\").length==jQuery(\\\"input[name='$name']:checked\\\").length);\";\n\t\t}\n\n\t\tif($cbcode!=='')\n\t\t{\n\t\t\t$js=$cball;\n\t\t\t$js.=<<<EOD\njQuery(document).on('click', \"input[name='$name']\", function() {\n\t$cbcode\n});\nEOD;\n\t\t\tYii::app()->getClientScript()->registerScript(__CLASS__.'#'.$this->id,$js);\n\t\t}\n\t}", "function get_columns()\n {\n $columns = array(\n\n 'cb' => '<input type=\"checkbox\" />', //Render a checkbox instead of text\n 'id' => __('# ID'),\n 'user' => __('Requested From'),\n //'requested_url' => __('Requested URI'),\n 'Ip' => __('From IP'),\n 'connected_at' => __('Requested At'),\n // 'msg' => __('Message'),\n 'on_status' => __('On'), \n 'action_trig' => __('Details')\n );\n\n return $columns;\n }", "function add_header_columns($columns) \n {\n $columns = array(\n \"cb\" => \"<input type=\\\"checkbox\\\" />\",\n \"shortcode\" => __('Shortcode'),\n \"title\" => __('Title'),\n \"quote\" => __('Quote', $this->localization_domain),\n \"author\" => __('Author'),\n \"date\" => __('Publish Date'),\n );\n return $columns;\n }", "function my_edit_contact_columns( $columns ) {\n $new_columns = array(\n 'cb' => __( 'cb' ),\n\t\t'title' \t=> __( 'Contact' ),\n\t\t'company' => __( 'Company' ),\n\t\t'email'\t\t=> __( 'Email'),\n\t\t'phone' => __( 'Phone' )\n\t);\n $new_columns['categories'] = __( 'Groups' );\n\n\treturn $new_columns;\n}", "function get_columns() {\r\r\n $columns = array(\r\r\n 'cb' \t=> '<input type=\"checkbox\" />',\r\r\n 'title' \t=> __( 'Visitor' , 'sc_chat' ),\r\r\n 'email'\t\t\t=> __( 'E-mail', 'sc_chat' ),\r\r\n 'total_logs'\t=> __( 'Total Logs', 'sc_chat' ),\r\r\n\t\t\t'last_date'\t\t=> __( 'Last Chat Date', 'sc_chat' )\r\r\n );\r\r\n return $columns;\r\r\n }", "protected function _prepareColumns()\n {\n $this->addColumn('grid_checkbox', array(\n 'header_css_class' => 'a-center',\n 'type' => 'checkbox',\n 'index' => 'bannerslider_id',\n //'name' => 'grid_checkbox',\n 'align' => 'center',\n 'width' => '50px',\n 'values' => $this->_selectedId(),\n ));\n\n /*$this->addColumn('widget_banner_id', array(\n 'header' => Mage::helper('campaign')->__('ID'),\n 'align' =>'right',\n 'width' => '50px',\n 'index' => 'widget_banner_id',\n ));*/\n\n $this->addColumn('title', array(\n 'header' => Mage::helper('campaign')->__('Banner title'),\n 'align' => 'left',\n 'width' => '220px',\n 'index' => 'title',\n //'renderer' => 'Magestore_Campaign_Block_Adminhtml_Banner_Grid_Renderer_BannerType',\n //'filter' => false,\n ));\n\n /*$this->addColumn('in_widgets', array(\n 'header' => Mage::helper('campaign')->__('In Widgets'),\n 'index' => 'widget_selected_ids',\n //'width' => '220px',\n 'renderer' => 'Magestore_Campaign_Block_Adminhtml_Banner_Grid_Renderer_InWidgets',\n 'filter_condition_callback' => array($this, '_filterInWidgets'),\n ));*/\n\n $this->addColumn('in_campaign', array(\n 'header' => Mage::helper('campaign')->__('Added to Campaign'),\n 'index' => 'campaign_name',\n 'width' => '220px',\n 'filter_condition_callback' => array($this, '_filterInCampaign'),\n ));\n\n $this->addColumn('status', array(\n 'header' => Mage::helper('campaign')->__('Status'),\n 'align' => 'left',\n 'width' => '80px',\n 'index' => 'status',\n 'filter_index'=>'main_table.status',\n 'type' => 'options',\n 'options' => Magestore_Campaign_Model_Sliderstatus::getOptionArray(),\n ));\n\n $this->addColumn('action',\n array(\n 'header' => Mage::helper('campaign')->__('Action'),\n 'width' => '100',\n 'type' => 'action',\n 'getter' => 'getId',\n 'actions' => array(\n array(\n 'caption' => Mage::helper('campaign')->__('Edit'),\n 'url' => array('base'=> '*/adminhtml_bannerslider/edit'),\n //'onclick' => 'return saveAndContinueEdit();',\n 'field' => 'id'\n )),\n 'filter' => false,\n 'sortable' => false,\n 'index' => 'stores',\n 'is_system' => true,\n ));\n\n $this->addColumn('action_delete',\n array(\n 'header' => Mage::helper('campaign')->__('Disable Banner'),\n 'width' => '100',\n 'type' => 'action',\n 'getter' => 'getId',\n 'actions' => array(\n array(\n 'caption' => Mage::helper('campaign')->__('Disable'),\n 'url' => array('base'=> '*/adminhtml_bannerslider/disableSlider'),\n //'onclick' => 'return saveAndContinueEdit();',\n 'field' => 'id'\n )),\n 'filter' => false,\n 'sortable' => false,\n 'index' => 'stores',\n 'is_system' => true,\n ));\n\n $this->addExportType('*/*/exportCsv', Mage::helper('campaign')->__('CSV'));\n $this->addExportType('*/*/exportXml', Mage::helper('campaign')->__('XML'));\n\n return parent::_prepareColumns();\n }", "function get_columns() {\n\n\t\treturn $columns = array(\n\t\t\t'cb'\t\t=> '<input type=\"checkbox\" />', //Render a checkbox instead of text\n\t\t\t'title'\t\t=> 'Title',\n\t\t\t'rating'\t=> 'Rating',\n\t\t\t'director'\t=> 'Director'\n\t\t);\n\t}", "function dunkdog_player_edit_columns($cols) { \n\t$cols = array('cb' => '<input type=\"checkbox\" />',\n\t\t'headshot' => 'Headshot',\n\t\t'title' => 'Title', \n\t\t'taxonomy-dd-class' => 'Class',\n \t\t'taxonomy-dd-height' => 'Height',\n \t\t'taxonomy-dd-weight' => 'Weight',\n \t\t'taxonomy-dd-position' => 'Player Position',\n \t\t'high_school' => 'High School',\n \t\t'travel_team' => 'Travel',\n \t\t'college_team' => 'College',\n \t\t'news' => 'News'\n \t\t);\n return $cols;\n}", "function get_columns() {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'customer' => __( 'Vendor', 'wp-erp-ac' ),\n 'company' => __( 'Company', 'wp-erp-ac' ),\n 'email' => __( 'Email', 'wp-erp-ac' ),\n 'phone' => __( 'Phone', 'wp-erp-ac' ),\n 'open' => __( 'Balance', 'wp-erp-ac' ),\n );\n\n return $columns;\n }", "function get_columns() {\n\t\t\n\t\t$columns = array(\n\t\t\t\t\t\t\t'cb' \t=> '<input type=\"checkbox\" />',\n\t\t\t\t\t\t\t'title'\t\t=> __( 'Style Name', 'blog-designer-pack' ),\n\t\t\t\t\t\t\t'id'\t\t=> __( 'Style ID', 'blog-designer-pack' ),\n\t\t\t\t\t\t);\n\t\treturn apply_filters('bdpp_style_columns', $columns);\n\t}", "public function cbInit()\n\t{\n\t\t$this->title_field = \"donor_nama\";\n\t\t$this->limit = \"20\";\n\t\t$this->orderby = \"id,desc\";\n\t\t$this->global_privilege = false;\n\t\t$this->button_table_action = true;\n\t\t$this->button_bulk_action = false;\n\t\t$this->button_action_style = \"button_dropdown\";\n\t\t$this->button_add = true;\n\t\t$this->button_edit = true;\n\t\t$this->button_delete = true;\n\t\t$this->button_detail = true;\n\t\t$this->button_show = true;\n\t\t$this->button_filter = true;\n\t\t$this->button_import = false;\n\t\t$this->button_export = true;\n\t\t$this->table = \"ref_donor\";\n\t\t# END CONFIGURATION DO NOT REMOVE THIS LINE\n\n\t\t\t# START COLUMNS DO NOT REMOVE THIS LINE\n\t\t\t$this->col = [];\n\t\t\t$this->col[] = [\"label\"=>\"Donor Id\",\"name\"=>\"donor_id\"];\n\t\t\t$this->col[] = [\"label\"=>\"Donor Noktp\",\"name\"=>\"donor_noktp\"];\n\t\t\t$this->col[] = [\"label\"=>\"Donor Nama\",\"name\"=>\"donor_nama\"];\n\t\t\t$this->col[] = [\"label\"=>\"Donor Jeniskelamin\",\"name\"=>\"donor_jeniskelamin\",\"join\"=>\"jeniskelamin,nama\"];\n\t\t\t$this->col[] = [\"label\"=>\"Donor Status\",\"name\"=>\"donor_status\"];\n\t\t\t$this->col[] = [\"label\"=>\"Donor Alamatrumah\",\"name\"=>\"donor_alamatrumah\"];\n\t\t\t$this->col[] = [\"label\"=>\"Donor Nohp\",\"name\"=>\"donor_nohp\"];\n\t\t\t$this->col[] = [\"label\"=>\"Donor Pekerjaan\",\"name\"=>\"donor_pekerjaan\",\"join\"=>\"pekerjaan,pekerjaan_nama\"];\n\t\t\t# END COLUMNS DO NOT REMOVE THIS LINE\n\n\t\t\t# START FORM DO NOT REMOVE THIS LINE\n\t\t$this->form = [];\n\t\t$this->form[] = ['label' => 'No Donor', 'name' => 'donor_id', 'type' => 'text', 'validation' => 'required|min:1|max:255', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'No KTP/SIM/Paspor', 'name' => 'donor_noktp', 'type' => 'text', 'validation' => 'required', 'width' => 'col-sm-10', 'placeholder' => 'Mohon ditulis dengan format No KTP/SIM/Paspor Jika tidak ada tulis - contoh : No KTP/SIM/-', 'value' => 'string'];\n\t\t$this->form[] = ['label' => 'Nama Lengkap', 'name' => 'donor_nama', 'type' => 'text', 'validation' => 'required|min:1|max:255', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Jenis Kelamin', 'name' => 'donor_jeniskelamin', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'datatable' => 'jeniskelamin,nama'];\n\t\t$this->form[] = ['label' => 'Status', 'name' => 'donor_status', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'Nikah;Belum Nikah'];\n\t\t$this->form[] = ['label' => 'Alamat Rumah', 'name' => 'donor_alamatrumah', 'type' => 'textarea', 'validation' => 'required|string|min:5|max:5000', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'No HP', 'name' => 'donor_nohp', 'type' => 'text', 'validation' => 'required|min:1|max:255', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Wilayah', 'name' => 'donor_wilayah', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'datatable' => 'wilayah,wilayah_nama'];\n\t\t$this->form[] = ['label' => 'Kecamatan', 'name' => 'donor_kecamatan', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'datatable' => 'kecamatan,kecamatan_nama'];\n\t\t$this->form[] = ['label' => 'Kelurahan/Desa', 'name' => 'donor_kelurahan', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'datatable' => 'desa,desa_nama'];\n\t\t$this->form[] = ['label' => 'Alamat Kantor', 'name' => 'donor_alamatkantor', 'type' => 'textarea', 'validation' => 'required|string|min:5|max:5000', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Pekerjaan', 'name' => 'donor_pekerjaan', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'datatable' => 'pekerjaan,pekerjaan_nama'];\n\t\t$this->form[] = ['label' => 'Tempat Kelahiran', 'name' => 'donor_tempatkelahiran', 'type' => 'text', 'validation' => 'required|min:1|max:255', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Tanggallahir', 'name' => 'donor_tanggallahir', 'type' => 'date', 'validation' => 'required', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Apharesis', 'name' => 'donor_apharesis', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'Ya;Tidak'];\n\t\t$this->form[] = ['label' => 'Penghargaan', 'name' => 'donor_penghargaan', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'Belum Ada Penghargaan;25 kali;50 kali;75 kali;100 kali'];\n\t\t$this->form[] = ['label' => 'Puasa', 'name' => 'donor_puasa', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'Ya;Tidak'];\n\t\t$this->form[] = ['label' => 'Mau Donor saat dibutuhkan?', 'name' => 'donor_butuh', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'Ya;Tidak'];\n\t\t$this->form[] = ['label' => 'Donor Terakhir', 'name' => 'donor_terakhir', 'type' => 'date', 'validation' => 'required', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Donor Ke', 'name' => 'donor_ke', 'type' => 'text', 'validation' => 'required|min:1|max:255', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Nama Dokter', 'name' => 'donor_namadokter', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'datatable' => 'dokter,dokter_nama'];\n\t\t$this->form[] = ['label' => 'Riwayat Medis', 'name' => 'donor_riwayatmedis', 'type' => 'text', 'validation' => 'required|min:1|max:255', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Diambil Sebanyak', 'name' => 'donor_diambil', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => '350;450'];\n\t\t$this->form[] = ['label' => 'Kantong', 'name' => 'donor_kantong', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'S;D;T;Q;P'];\n\t\t$this->form[] = ['label' => 'Tensi', 'name' => 'donor_tensi', 'type' => 'number', 'validation' => 'required|integer|min:0', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Nadi', 'name' => 'donor_nadi', 'type' => 'number', 'validation' => 'required|integer|min:0', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Berat Badan', 'name' => 'donor_bb', 'type' => 'number', 'validation' => 'required|integer|min:0', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Tinggi Badan', 'name' => 'donor_tb', 'type' => 'number', 'validation' => 'required|integer|min:0', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Suhu', 'name' => 'donor_suhu', 'type' => 'text', 'validation' => 'required|min:1|max:255', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Petugas Administrasi', 'name' => 'donor_petugasadministrasi', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'datatable' => 'petugasadministrasi,petugasadministrasi_nama'];\n\t\t$this->form[] = ['label' => 'Validasi', 'name' => 'donor_validasi', 'type' => 'checkbox', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'Kartu Donor;KTP;SIM;Paspor'];\n\t\t$this->form[] = ['label' => 'Petugas Hemoglobin', 'name' => 'donor_petugashb', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'datatable' => 'petugashb,petugashb_nama'];\n\t\t$this->form[] = ['label' => 'Macam Donor', 'name' => 'donor_macamdonor', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'Sukarela;Pengganti'];\n\t\t$this->form[] = ['label' => 'Metode', 'name' => 'donor_metode', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'Biasa;Apharesis;Autologus'];\n\t\t$this->form[] = ['label' => 'Hemoglobin', 'name' => 'donor_hb', 'type' => 'number', 'validation' => 'required|integer|min:0', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Golongan Darah', 'name' => 'donor_goldar', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'A+;A-;AB+;AB-;O+;O-;B+;B-'];\n\t\t$this->form[] = ['label' => 'Petugas Aftap', 'name' => 'donor_petugasaftap', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'datatable' => 'petugasaftap,petugasaftap_nama'];\n\t\t$this->form[] = ['label' => 'Kode Timbangan', 'name' => 'donor_kodetimbangan', 'type' => 'text', 'validation' => 'required|min:1|max:255', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Penusukan Ulang', 'name' => 'donor_penusukanulang', 'type' => 'select2', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => 'tanpa penusukan ulang;1 kali;2 kali'];\n\t\t$this->form[] = ['label' => 'Lama Pengambilan', 'name' => 'donor_lamapengambilan', 'type' => 'radio', 'validation' => 'required', 'width' => 'col-sm-10', 'dataenum' => '>=12 menit;12-15 menit;>15 menit'];\n\t\t$this->form[] = ['label' => 'No Kantong', 'name' => 'donor_nokantong', 'type' => 'text', 'validation' => 'required', 'width' => 'col-sm-10'];\n\t\t$this->form[] = ['label' => 'Tanggal Donor', 'name' => 'donor_tanggaldonor', 'type' => 'date', 'validation' => 'required', 'width' => 'col-sm-10'];\n\t\t# END FORM DO NOT REMOVE THIS LINE\n\n\t\t# OLD START FORM\n\t\t//$this->form = [];\n\t\t//$this->form[] = ['label'=>'No Donor','name'=>'donor_id','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'No KTP/SIM/Paspor','name'=>'donor_noktp','type'=>'text','validation'=>'required','width'=>'col-sm-10','placeholder'=>'Mohon ditulis dengan format No KTP/SIM/Paspor Jika tidak ada tulis - contoh : No KTP/SIM/-'];\n\t\t//$this->form[] = ['label'=>'Nama Lengkap','name'=>'donor_nama','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Jenis Kelamin','name'=>'donor_jeniskelamin','type'=>'select2','validation'=>'required','width'=>'col-sm-10','datatable'=>'jeniskelamin,nama'];\n\t\t//$this->form[] = ['label'=>'Status','name'=>'donor_status','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'Nikah;Belum Nikah'];\n\t\t//$this->form[] = ['label'=>'Alamat Rumah','name'=>'donor_alamatrumah','type'=>'textarea','validation'=>'required|string|min:5|max:5000','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'No HP','name'=>'donor_nohp','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Wilayah','name'=>'donor_wilayah','type'=>'select2','validation'=>'required','width'=>'col-sm-10','datatable'=>'wilayah,wilayah_nama'];\n\t\t//$this->form[] = ['label'=>'Kecamatan','name'=>'donor_kecamatan','type'=>'select2','validation'=>'required','width'=>'col-sm-10','datatable'=>'kecamatan,kecamatan_nama'];\n\t\t//$this->form[] = ['label'=>'Kelurahan/Desa','name'=>'donor_kelurahan','type'=>'select2','validation'=>'required','width'=>'col-sm-10','datatable'=>'desa,desa_nama'];\n\t\t//$this->form[] = ['label'=>'Alamat Kantor','name'=>'donor_alamatkantor','type'=>'textarea','validation'=>'required|string|min:5|max:5000','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Pekerjaan','name'=>'donor_pekerjaan','type'=>'select2','validation'=>'required','width'=>'col-sm-10','datatable'=>'pekerjaan,pekerjaan_nama'];\n\t\t//$this->form[] = ['label'=>'Tempat Kelahiran','name'=>'donor_tempatkelahiran','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Tanggallahir','name'=>'donor_tanggallahir','type'=>'date','validation'=>'required','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Apharesis','name'=>'donor_apharesis','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'Ya;Tidak'];\n\t\t//$this->form[] = ['label'=>'Penghargaan','name'=>'donor_penghargaan','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'Belum Ada Penghargaan;25 kali;50 kali;75 kali;100 kali'];\n\t\t//$this->form[] = ['label'=>'Puasa','name'=>'donor_puasa','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'Ya;Tidak'];\n\t\t//$this->form[] = ['label'=>'Mau Donor saat dibutuhkan?','name'=>'donor_butuh','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'Ya;Tidak'];\n\t\t//$this->form[] = ['label'=>'Donor Terakhir','name'=>'donor_terakhir','type'=>'date','validation'=>'required','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Donor Ke','name'=>'donor_ke','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Nama Dokter','name'=>'donor_namadokter','type'=>'select2','validation'=>'required','width'=>'col-sm-10','datatable'=>'dokter,dokter_nama'];\n\t\t//$this->form[] = ['label'=>'Riwayat Medis','name'=>'donor_riwayatmedis','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Diambil Sebanyak','name'=>'donor_diambil','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'350;450'];\n\t\t//$this->form[] = ['label'=>'Kantong','name'=>'donor_kantong','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'S;D;T;Q;P'];\n\t\t//$this->form[] = ['label'=>'Tensi','name'=>'donor_tensi','type'=>'number','validation'=>'required|integer|min:0','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Nadi','name'=>'donor_nadi','type'=>'number','validation'=>'required|integer|min:0','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Berat Badan','name'=>'donor_bb','type'=>'number','validation'=>'required|integer|min:0','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Tinggi Badan','name'=>'donor_tb','type'=>'number','validation'=>'required|integer|min:0','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Suhu','name'=>'donor_suhu','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Petugas Administrasi','name'=>'donor_petugasadministrasi','type'=>'select2','validation'=>'required','width'=>'col-sm-10','datatable'=>'petugasadministrasi,petugasadministrasi_nama'];\n\t\t//$this->form[] = ['label'=>'Validasi','name'=>'donor_validasi','type'=>'checkbox','validation'=>'required','width'=>'col-sm-10','dataenum'=>'Kartu Donor;KTP;SIM;Paspor'];\n\t\t//$this->form[] = ['label'=>'Petugas Hemoglobin','name'=>'donor_petugashb','type'=>'select2','validation'=>'required','width'=>'col-sm-10','datatable'=>'petugashb,petugashb_nama'];\n\t\t//$this->form[] = ['label'=>'Macam Donor','name'=>'donor_macamdonor','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'Sukarela;Pengganti'];\n\t\t//$this->form[] = ['label'=>'Metode','name'=>'donor_metode','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'Biasa;Apharesis;Autologus'];\n\t\t//$this->form[] = ['label'=>'Hemoglobin','name'=>'donor_hb','type'=>'number','validation'=>'required|integer|min:0','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Golongan Darah','name'=>'donor_goldar','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'A+;A-;AB+;AB-;O+;O-;B+;B-'];\n\t\t//$this->form[] = ['label'=>'Petugas Aftap','name'=>'donor_petugasaftap','type'=>'select2','validation'=>'required','width'=>'col-sm-10','datatable'=>'petugasaftap,petugasaftap_nama'];\n\t\t//$this->form[] = ['label'=>'Kode Timbangan','name'=>'donor_kodetimbangan','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Penusukan Ulang','name'=>'donor_penusukanulang','type'=>'select2','validation'=>'required','width'=>'col-sm-10','dataenum'=>'tanpa penusukan ulang;1 kali;2 kali'];\n\t\t//$this->form[] = ['label'=>'Lama Pengambilan','name'=>'donor_lamapengambilan','type'=>'radio','validation'=>'required','width'=>'col-sm-10','dataenum'=>'>=12 menit;12-15 menit;>15 menit'];\n\t\t//$this->form[] = ['label'=>'No Kantong','name'=>'donor_nokantong','type'=>'text','validation'=>'required','width'=>'col-sm-10'];\n\t\t//$this->form[] = ['label'=>'Tanggal Donor','name'=>'donor_tanggaldonor','type'=>'date','validation'=>'required','width'=>'col-sm-10'];\n\t\t# OLD END FORM\n\n\t\t/* \n\t | ---------------------------------------------------------------------- \n\t | Sub Module\n\t | ---------------------------------------------------------------------- \n\t\t\t| @label = Label of action \n\t\t\t| @path = Path of sub module\n\t\t\t| @foreign_key \t = foreign key of sub table/module\n\t\t\t| @button_color = Bootstrap Class (primary,success,warning,danger)\n\t\t\t| @button_icon = Font Awesome Class \n\t\t\t| @parent_columns = Sparate with comma, e.g : name,created_at\n\t | \n\t */\n\t\t$this->sub_module = array();\n\n\n\t\t/* \n\t | ---------------------------------------------------------------------- \n\t | Add More Action Button / Menu\n\t | ---------------------------------------------------------------------- \n\t | @label = Label of action \n\t | @url = Target URL, you can use field alias. e.g : [id], [name], [title], etc\n\t | @icon = Font awesome class icon. e.g : fa fa-bars\n\t | @color \t = Default is primary. (primary, warning, succecss, info) \n\t | @showIf \t = If condition when action show. Use field alias. e.g : [id] == 1\n\t | \n\t */\n\t\t$this->addaction = array();\n\n\n\t\t/* \n\t | ---------------------------------------------------------------------- \n\t | Add More Button Selected\n\t | ---------------------------------------------------------------------- \n\t | @label = Label of action \n\t | @icon \t = Icon from fontawesome\n\t | @name \t = Name of button \n\t | Then about the action, you should code at actionButtonSelected method \n\t | \n\t */\n\t\t$this->button_selected = array();\n\n\n\t\t/* \n\t | ---------------------------------------------------------------------- \n\t | Add alert message to this module at overheader\n\t | ---------------------------------------------------------------------- \n\t | @message = Text of message \n\t | @type = warning,success,danger,info \n\t | \n\t */\n\t\t$this->alert = array();\n\n\n\n\t\t/* \n\t | ---------------------------------------------------------------------- \n\t | Add more button to header button \n\t | ---------------------------------------------------------------------- \n\t | @label = Name of button \n\t | @url = URL Target\n\t | @icon = Icon from Awesome.\n\t | \n\t */\n\t\t$this->index_button = array();\n\n\n\n\t\t/* \n\t | ---------------------------------------------------------------------- \n\t | Customize Table Row Color\n\t | ---------------------------------------------------------------------- \n\t | @condition = If condition. You may use field alias. E.g : [id] == 1\n\t | @color = Default is none. You can use bootstrap success,info,warning,danger,primary. \n\t | \n\t */\n\t\t$this->table_row_color = array();\n\n\n\t\t/*\n\t | ---------------------------------------------------------------------- \n\t | You may use this bellow array to add statistic at dashboard \n\t | ---------------------------------------------------------------------- \n\t | @label, @count, @icon, @color \n\t |\n\t */\n\t\t$this->index_statistic = array();\n\n\n\n\t\t/*\n\t | ---------------------------------------------------------------------- \n\t | Add javascript at body \n\t | ---------------------------------------------------------------------- \n\t | javascript code in the variable \n\t | $this->script_js = \"function() { ... }\";\n\t |\n\t */\n\t\t$this->script_js = NULL;\n\n\n\t\t/*\n\t | ---------------------------------------------------------------------- \n\t | Include HTML Code before index table \n\t | ---------------------------------------------------------------------- \n\t | html code to display it before index table\n\t | $this->pre_index_html = \"<p>test</p>\";\n\t |\n\t */\n\t\t$this->pre_index_html = null;\n\n\n\n\t\t/*\n\t | ---------------------------------------------------------------------- \n\t | Include HTML Code after index table \n\t | ---------------------------------------------------------------------- \n\t | html code to display it after index table\n\t | $this->post_index_html = \"<p>test</p>\";\n\t |\n\t */\n\t\t$this->post_index_html = null;\n\n\n\n\t\t/*\n\t | ---------------------------------------------------------------------- \n\t | Include Javascript File \n\t | ---------------------------------------------------------------------- \n\t | URL of your javascript each array \n\t | $this->load_js[] = asset(\"myfile.js\");\n\t |\n\t */\n\t\t$this->load_js = array();\n\n\n\n\t\t/*\n\t | ---------------------------------------------------------------------- \n\t | Add css style at body \n\t | ---------------------------------------------------------------------- \n\t | css code in the variable \n\t | $this->style_css = \".style{....}\";\n\t |\n\t */\n\t\t$this->style_css = \"<style> .str{ mso-number-format:\\@; } </style>\";\n\n\n\n\t\t/*\n\t | ---------------------------------------------------------------------- \n\t | Include css File \n\t | ---------------------------------------------------------------------- \n\t | URL of your css each array \n\t | $this->load_css[] = asset(\"myfile.css\");\n\t |\n\t */\n\t\t$this->load_css = array();\n\t}", "public function get_columns() {\n\n\t\t\treturn array(\n\n\t\t\t\t'cb' \t\t\t\t\t=> '<input type=\"checkbox\" />',\n\n\t\t\t\t'topic_name' \t\t\t\t=> __( 'Topic Name' ),\n\n\t\t\t\t'bright_cove_video_tag'\t=> __( 'BrightCove Video Tag' ),\n\n\t\t\t\t'description' \t\t\t\t=> __( 'Description' )\n\n\t\t\t);\n\n\t\t}", "function get_columns() {\n\t\t$columns = array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'id' => __( 'ID', 'mylisttable' ),\n\t\t\t'date' => __( 'Date', 'mylisttable' ),\n\t\t\t'uploader' => __( 'Uploader (#ID)', 'mylisttable' ),\n\t\t\t'uploader_group' => __( 'Uploader Group\t (#ID)', 'mylisttable' ),\n\t\t\t'site' => __( 'Site #ID', 'mylisttable' ),\n\t\t\t'assessment' => __( 'Assessment #ID', 'mylisttable' ),\n\t\t\t'assessment_result' => __( 'View', 'mylisttable' ),\n\t\t);\n\t\tif ( current_user_can( 'manage_options' ) ) {\n\t\t\t$columns['assessment_result_evaluation'] = __( 'Evaluate', 'mylisttable' );\n\t\t}\n\t\treturn $columns;\n\t}", "public function setCombField($comb = true) {}", "function pgm_list_column_headers($columns){\n $columns = array(\n 'cb'=>'<input type=\"checkbox\" />', //checkbox-HTML empty checkbox\n 'title'=>__('Lists'), //update header name to 'List Name'\n 'shortcode'=>__('Shortcode'),\n );\n\n return $columns;\n}", "public function displayColumn1()\r\n\t{\r\n\t\t?>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t\tjQuery(document).ready(function() {\r\n\t\t\t\t\r\n\t\t\t\tjQuery(\".remove\").click(function() {\r\n\t\t\t\t\t\r\n\t\t\t\t\tif (confirm(\"<?php _e('You are about to permanently delete the selected items.\\n\\'Cancel\\' to stop, \\'OK\\' to delete.','framework');?>\"))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\treturn true;\r\n\t\t\t\t\t}\r\n\t\t\t\t\treturn false;\r\n\t\t\t\t});\r\n\t\t\t});\r\n\t\t</script>\r\n\t\t<?php\r\n\t}", "function wtr_events_locations_column($columns){\r\n\r\n\t$columns = array(\r\n\t\t\"cb\" \t\t\t\t\t=> \"<input type='checkbox' />\",\r\n\t\t\"title\"\t\t\t\t\t=> __( 'title', 'wtr_ct_framework' ),\r\n\t\t\"event_locatio_address\"\t=> __( 'Address', 'wtr_ct_framework' ),\r\n\t);\r\n\treturn $columns;\r\n}", "function get_columns()\n\t{\n\t\t$columns = [\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'name' => __('Name'),\n\t\t\t'address' => __('Address'),\n\t\t\t'email' => __('Email'),\n\t\t\t'mobileNo' => __('Mobile No'),\n\t\t\t'post' => __('Post Name'),\n\t\t\t'cv' => __('CV'),\n\t\t\t'stime' => __('Submission Date'),\n\t\t];\n\n\t\treturn $columns;\n\t}", "function get_columns() {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'template_name' => __('Name', 'mylisttable'),\n 'template_description' => __('Description', 'mylisttable'),\n 'create_by' => __('Created By', 'mylisttable'),\n 'create_date' => __('Create Date', 'mylisttable')\n );\n return $columns;\n }", "function lbcb_add_swatch_column( $columns ){\n\t$columns = array( \"cb\" => '<input type=\"checkbox\" />',\n\t\t\t\"title\"=> \"Title\", \n\t\t\t\"swatches\" => \"Swatches\",\n\t\t\t\"tags\" => \"Tags\",\n\t\t\t\"type\" => \"Type\",\n\t\t\t\"link\" => \"Link\",\n\t\t\t\"comments\" => '<div class=\"vers\"><img alt=\"Comments\" src=\"' . site_url() . '/wp-admin/images/comment-grey-bubble.png\" /></div>',\n\t\t\t\"date\" => \"Date\" );\n\treturn $columns;\n}", "function wtr_gallery_column($columns){\r\n\r\n\t$columns = array(\r\n\t\t\"cb\" \t\t\t\t\t=> \"<input type='checkbox' />\",\r\n\t\t\"title\"\t\t\t\t\t=> __( 'ID', 'wtr_ct_framework' ),\r\n\t\t\"gallery_thumbnail\"\t\t=> __( 'Photo', 'wtr_ct_framework' ),\r\n\t\t\"gallery_order\"\t\t\t=> __( 'Order', 'wtr_ct_framework'),\r\n\t\t\"date\"\t\t\t\t\t=> __( 'Date', 'wtr_ct_framework'),\r\n\t);\r\n\treturn $columns;\r\n}", "public static function column_cb($col, $post_id)\n {\n\n $post = get_post($post_id);\n switch($col)\n {\n case 'e_date':\n echo date_i18n(\n get_option('date_format'),\n strtotime($post->post_date)\n );\n break;\n case 'artist':\n $artists = p2p_type(P2PIntegration::E_TO_A)->get_connected($post);\n if($artists->have_posts())\n {\n echo implode(__(', ', 'the-event'), array_map(function($i) {\n return esc_html($i->post_title);\n }, $artists->posts));\n }\n else\n {\n esc_html_e('No Artists', 'the-event');\n }\n break;\n case 'venue':\n $venues = p2p_type(P2PIntegration::E_TO_V)->get_connected($post);\n if($venues->have_posts())\n {\n echo implode(__(', ', 'the-event'), array_map(function($i) {\n return esc_html($i->post_title);\n }, $venues->posts));\n }\n else\n {\n esc_html_e('No Venue', 'the-event');\n }\n break;\n }\n }", "public function getColumnCheckboxHtml() : string\n {\n return '<label class=\"kt-checkbox kt-checkbox--single kt-checkbox--all kt-checkbox--solid\">\n <input type=\"checkbox\" class=\"selected_data\" name=\"selected_data[]\" value=\"{{ $id }}\">\n <span></span>\n </label>';\n }", "function callback_checkbox(array $args)\n {\n }", "public function addCheckboxColumn($name, $caption = NULL)\n\t{\n\t\treturn $this[$name] = new CheckboxColumn($caption);\n\t}", "protected function afterConstruct() {\n\t\tif(count($this->defaultColumns) == 0) {\n\t\t\t$this->defaultColumns[] = array(\n\t\t\t\t'header' => 'No',\n\t\t\t\t'value' => '$this->grid->dataProvider->pagination->currentPage*$this->grid->dataProvider->pagination->pageSize + $row+1'\n\t\t\t);\n\t\t\t//$this->defaultColumns[] = 'id';\n\t\t\t//$this->defaultColumns[] = 'bank_id';\n $this->defaultColumns[] = array(\n 'name' => 'bankName',\n 'value' => '$data->bank->bank_name',\n );\n\t\t\t$this->defaultColumns[] = 'account_number';\n\t\t\t$this->defaultColumns[] = 'owner_name_alias';\n\t\t\t/* $this->defaultColumns[] = array(\n\t\t\t\t'name' => 'publish',\n\t\t\t\t'value' => 'Utility::getPublish(Yii::app()->controller->createUrl(\"publish\",array(\"id\"=>$data->id)), $data->publish, 1)',\n\t\t\t\t'htmlOptions' => array(\n\t\t\t\t\t'class' => 'center',\n\t\t\t\t),\n\t\t\t\t'type' => 'raw',\n\t\t\t); */\n\n\t\t}\n\t\tparent::afterConstruct();\n\t}", "public static function renderCheckbox();", "function get_columns() {\n\n return $columns= array(\n 'cb' => '<input type=\"checkbox\" onclick=\"jQuery(\\'.hypernews_checkbox\\').toggleCheckbox();\" />',\n 'status'=>'<img src=\"'.WP_PLUGIN_URL.'/hypernews/img/tag.png\" />',\n 'title'=>__('Headline', 'hypernews'),\n 'pubdate'=>__('Published', 'hypernews'),\n 'channel'=>__('Channel', 'hypernews'),\n 'source'=>__('Source', 'hypernews'),\n 'notes'=>__('Note', 'hypernews')\n );\n}", "public function get_columns() {\n\t\t$columns = array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'email' => __( 'Requester' ),\n\t\t\t'status' => __( 'Status' ),\n\t\t\t'created_timestamp' => __( 'Requested' ),\n\t\t\t'next_steps' => __( 'Next Steps' ),\n\t\t);\n\t\treturn $columns;\n\t}", "public function CBfunctions()\n {\n return '\n\t\t// checkOffCB()\n\tfunction checkOffCB(listOfCBnames, link) {\t//\n\t\tvar checkBoxes, flag, i;\n\t\tvar checkBoxes = listOfCBnames.split(\",\");\n\t\tif (link.rel === \"\") {\n\t\t\tlink.rel = \"allChecked\";\n\t\t\tflag = true;\n\t\t} else {\n\t\t\tlink.rel = \"\";\n\t\t\tflag = false;\n\t\t}\n\t\tfor (i = 0; i < checkBoxes.length; i++) {\n\t\t\tsetcbValue(checkBoxes[i], flag);\n\t\t}\n\t}\n\t\t// cbValue()\n\tfunction cbValue(CBname) {\t//\n\t\tvar CBfullName = \"CBC[\"+CBname+\"]\";\n\t\treturn (document.dblistForm[CBfullName] && document.dblistForm[CBfullName].checked ? 1 : 0);\n\t}\n\t\t// setcbValue()\n\tfunction setcbValue(CBname,flag) {\t//\n\t\tCBfullName = \"CBC[\"+CBname+\"]\";\n\t\tif(document.dblistForm[CBfullName]) {\n\t\t\tdocument.dblistForm[CBfullName].checked = flag ? \"on\" : 0;\n\t\t}\n\t}\n\n\t\t';\n }", "public function cbInit() {\n\t\t\t$this->title_field = \"id\";\n\t\t\t$this->limit = \"20\";\n\t\t\t$this->orderby = \"id,desc\";\n\t\t\t$this->global_privilege = false;\n\t\t\t$this->button_table_action = true;\n\t\t\t$this->button_bulk_action = true;\n\t\t\t$this->button_action_style = \"button_icon\";\n\t\t\t$this->button_add = true;\n\t\t\t$this->button_edit = true;\n\t\t\t$this->button_delete = true;\n\t\t\t$this->button_detail = true;\n\t\t\t$this->button_show = true;\n\t\t\t$this->button_filter = true;\n\t\t\t$this->button_import = true;\n\t\t\t$this->button_export = true;\n\t\t\t$this->table = \"pegawai\";\n\t\t\t# END CONFIGURATION DO NOT REMOVE THIS LINE\n\n\t\t\t# START COLUMNS DO NOT REMOVE THIS LINE\n\t\t\t$this->col = [];\n\t\t\t$this->col[] = [\"label\"=>\"nama_lengkap\",\"name\"=>\"nama_lengkap\"];\n\t\t\t$this->col[] = [\"label\"=>\"tempat_lahir\",\"name\"=>\"tempat_lahir\"];\n\t\t\t$this->col[] = [\"label\"=>\"tanggal_lahir\",\"name\"=>\"tanggal_lahir\"];\n\t\t\t$this->col[] = [\"label\"=>\"unit_detail\",\"name\"=>\"unit_detail\"];\n\t\t\t$this->col[] = [\"label\"=>\"pangkat\",\"name\"=>\"pangkat\"];\n\t\t\t$this->col[] = [\"label\"=>\"golongan\",\"name\"=>\"golongan\"];\n\t\t\t$this->col[] = [\"label\"=>\"jenis_pegawai\",\"name\"=>\"jenis_pegawai\"];\n\t\t\t$this->col[] = [\"label\"=>\"status_pegawai\",\"name\"=>\"status_pegawai\"];\n\t\t\t$this->col[] = [\"label\"=>\"photo\",\"name\"=>\"photo\",\"image\"=>true];\n\t\t\t# END COLUMNS DO NOT REMOVE THIS LINE\n\n\t\t\t# START FORM DO NOT REMOVE THIS LINE\n\t\t\t$this->form = [];\n\t\t\t$this->form[] = ['label'=>'Nama Lengkap','name'=>'nama_lengkap','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t$this->form[] = ['label'=>'Tempat Lahir','name'=>'tempat_lahir','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t$this->form[] = ['label'=>'Tanggal Lahir','name'=>'tanggal_lahir','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t$this->form[] = ['label'=>'Unit','name'=>'unit_detail','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t$this->form[] = ['label'=>'pangkat','name'=>'pangkat','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t$this->form[] = ['label'=>'golongan','name'=>'golongan','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t$this->form[] = ['label'=>'Jabatan','name'=>'jabatan','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t$this->form[] = ['label'=>'Jenis Pegawai','name'=>'jenis_pegawai','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t$this->form[] = ['label'=>'Status Pegawai','name'=>'Status Pegawai','type'=>'text','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t$this->form[] = ['label'=>'Photo','name'=>'photo','type'=>'upload','validation'=>'required|min:1|max:255','width'=>'col-sm-10'];\n\t\t\t# END FORM DO NOT REMOVE THIS LINE\n\n\t\t\t# OLD START FORM\n\t\t\t//$this->form = [];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t//$this->form[] = [\"label\"=>\"\",\"name\"=>\"\",\"type\"=>\"text\",\"required\"=>TRUE,\"validation\"=>\"required|min:1|max:255\"];\n\t\t\t# OLD END FORM\n\n\t\t\t/* \n\t | ---------------------------------------------------------------------- \n\t | Sub Module\n\t | ---------------------------------------------------------------------- \n\t\t\t| @label = Label of action \n\t\t\t| @path = Path of sub module\n\t\t\t| @foreign_key \t = foreign key of sub table/module\n\t\t\t| @button_color = Bootstrap Class (primary,success,warning,danger)\n\t\t\t| @button_icon = Font Awesome Class \n\t\t\t| @parent_columns = Sparate with comma, e.g : name,created_at\n\t | \n\t */\n\t $this->sub_module = array();\n\n\n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Add More Action Button / Menu\n\t | ---------------------------------------------------------------------- \n\t | @label = Label of action \n\t | @url = Target URL, you can use field alias. e.g : [id], [name], [title], etc\n\t | @icon = Font awesome class icon. e.g : fa fa-bars\n\t | @color \t = Default is primary. (primary, warning, succecss, info) \n\t | @showIf \t = If condition when action show. Use field alias. e.g : [id] == 1\n\t | \n\t */\n\t $this->addaction = array();\n\n\n\n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Add More Button Selected\n\t | ---------------------------------------------------------------------- \n\t | @label = Label of action \n\t | @icon \t = Icon from fontawesome\n\t | @name \t = Name of button \n\t | Then about the action, you should code at actionButtonSelected method \n\t | \n\t */\n\t $this->button_selected = array();\n\n\t \n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Add alert message to this module at overheader\n\t | ---------------------------------------------------------------------- \n\t | @message = Text of message \n\t | @type = warning,success,danger,info \n\t | \n\t */\n\t $this->alert = array();\n\t \n\n\t \n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Add more button to header button \n\t | ---------------------------------------------------------------------- \n\t | @label = Name of button \n\t | @url = URL Target\n\t | @icon = Icon from Awesome.\n\t | \n\t */\n\t $this->index_button = array();\n $this->index_button[] = [\"label\" => \"sync\",\"url\" => CRUDBooster::mainpath(\"sync\"),\"icon\" => \"fa fa-bars\"];\n\n\n\n\t /* \n\t | ---------------------------------------------------------------------- \n\t | Customize Table Row Color\n\t | ---------------------------------------------------------------------- \n\t | @condition = If condition. You may use field alias. E.g : [id] == 1\n\t | @color = Default is none. You can use bootstrap success,info,warning,danger,primary. \n\t | \n\t */\n\t $this->table_row_color = array(); \t \n\n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | You may use this bellow array to add statistic at dashboard \n\t | ---------------------------------------------------------------------- \n\t | @label, @count, @icon, @color \n\t |\n\t */\n\t $this->index_statistic = array();\n\n\n\n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Add javascript at body \n\t | ---------------------------------------------------------------------- \n\t | javascript code in the variable \n\t | $this->script_js = \"function() { ... }\";\n\t |\n\t */\n\t $this->script_js = NULL;\n\n\n /*\n\t | ---------------------------------------------------------------------- \n\t | Include HTML Code before index table \n\t | ---------------------------------------------------------------------- \n\t | html code to display it before index table\n\t | $this->pre_index_html = \"<p>test</p>\";\n\t |\n\t */\n\t $this->pre_index_html = null;\n\t \n\t \n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Include HTML Code after index table \n\t | ---------------------------------------------------------------------- \n\t | html code to display it after index table\n\t | $this->post_index_html = \"<p>test</p>\";\n\t |\n\t */\n\t $this->post_index_html = null;\n\t \n\t \n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Include Javascript File \n\t | ---------------------------------------------------------------------- \n\t | URL of your javascript each array \n\t | $this->load_js[] = asset(\"myfile.js\");\n\t |\n\t */\n\t $this->load_js = array();\n\t \n\t \n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Add css style at body \n\t | ---------------------------------------------------------------------- \n\t | css code in the variable \n\t | $this->style_css = \".style{....}\";\n\t |\n\t */\n\t $this->style_css = NULL;\n\t \n\t \n\t \n\t /*\n\t | ---------------------------------------------------------------------- \n\t | Include css File \n\t | ---------------------------------------------------------------------- \n\t | URL of your css each array \n\t | $this->load_css[] = asset(\"myfile.css\");\n\t |\n\t */\n\t $this->load_css = array();\n\t \n\t \n\t }", "public function get_columns(){\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'ID' => 'ID',\n 'Orderno' => 'Order No',\n 'Mtid' => 'Mtid',\n 'Userid' => 'User ID',\n 'UserName' => 'User Name',\n 'Prodcode' => 'Product Code',\n 'Status' => 'Status',\n 'Comment' => 'Comment',\n 'Editable' => 'Editable',\n 'Expirytime' => 'Expirytime',\n 'Modifydate' => 'Modifydate'\n );\n\n return $columns;\n }", "public function isCombField() {}", "protected function processColumnRenderCallbacks()\n {\n $processor = function ($key) {\n $output = '{';\n if (is_string($key)) {\n $output .= \"data: '{$key}'\";\n } else {\n if (!isset($key['name'])) {\n return '';\n }\n $output .= \"data: '{$key['name']}',\";\n\n if (isset($key['links'])) {\n $output .= \"\\nrender: function(data, type, obj) { \";\n $links = $this->processActionLinkList((array)$key['links']);\n $output .= \"return \" . implode(\"\\n + \", $links);\n $output .= '},';\n }\n if ($key['render'] ?? null) {\n $output .= \"\\nrender: {$key['render']},\";\n }\n if ($key['orderable'] ?? null) {\n $output .= \"\\norderable: {$key['orderable']},\";\n }\n if ($key['width'] ?? null) {\n $output .= \"\\nwidth: '{$key['width']}',\";\n }\n }\n $output .= '}';\n\n return $output;\n };\n $configColumns = array_map($processor, (array)$this->dataKeys);\n $configRowActions = $processor((array)$this->rowActions);\n $this->configColumns = implode(\", \\n\", $configColumns);\n $this->configColumns .= \", \\n\" . $configRowActions;\n }", "protected function afterConstruct() {\n\t\tif(count($this->defaultColumns) == 0) {\n\t\t\t$this->defaultColumns[] = array(\n\t\t\t\t'header' => 'No',\n\t\t\t\t'value' => '$this->grid->dataProvider->pagination->currentPage*$this->grid->dataProvider->pagination->pageSize + $row+1'\n\t\t\t);\n\t\t\t//$this->defaultColumns[] = 'id';\n\t\t\t$this->defaultColumns[] = 'subject';\n\t\t\t$this->defaultColumns[] = 'messege';\n\t\t\t//$this->defaultColumns[] = 'from_user_id';\n\t\t\t$this->defaultColumns[] = 'from_user_name';\n\t\t\t//$this->defaultColumns[] = 'to_user_id';\n\t\t\t$this->defaultColumns[] = 'to_user_name';\n\t\t\t//$this->defaultColumns[] = 'is_read';\n\t\t\t$this->defaultColumns[] = 'sent_time';\n\t\t\t//$this->defaultColumns[] = 'is_deleted_by_sender';\n\t\t\t//$this->defaultColumns[] = 'is_deleted_by_receiver';\n\t\t\t/* $this->defaultColumns[] = array(\n\t\t\t\t'name' => 'publish',\n\t\t\t\t'value' => 'Utility::getPublish(Yii::app()->controller->createUrl(\"publish\",array(\"id\"=>$data->id)), $data->publish, 1)',\n\t\t\t\t'htmlOptions' => array(\n\t\t\t\t\t'class' => 'center',\n\t\t\t\t),\n\t\t\t\t'type' => 'raw',\n\t\t\t); */\n\n\t\t}\n\t\tparent::afterConstruct();\n\t}", "function ShowInCheckBox( $Table, $name_fld, $cols, $val, $position = \"left\", $disabled = NULL, $sort_name = 'move', $asc_desc = 'asc', $show_sublevels=0, $level=NULL,$alternativeFieldLevel = '' )\n {\n //$Tbl = new html_table(1);\n\n $row1 = NULL;\n if (empty($name_fld)) $name_fld=$Table;\n\n $tmp_db = DBs::getInstance();\n $q = \"SELECT * FROM `\".$Table.\"` WHERE 1 LIMIT 1\";\n $res = $tmp_db->db_Query($q);\n// echo '<br>q='.$q.' res='.$res.' $tmp_db->result='.$tmp_db->result;\n if ( !$res ) return false;\n if ( !$tmp_db->result ) return false;\n $fields_col = mysql_num_fields($tmp_db->result);\n\n $q = \"SELECT * FROM `\".$Table.\"` WHERE `lang_id`='\"._LANG_ID.\"'\";\n //echo '<br>$level='.$level;\n if(empty($alternativeFieldLevel)){\n if( $tmp_db->IsFieldExist($Table, 'level') ) $q = $q.\" AND `level`='\".$level.\"'\";\n }else{ $q .= \" AND `\".$alternativeFieldLevel.\"`='\".$level.\"' \";}\n if ($fields_col>4) $q = $q.\" ORDER BY `$sort_name` $asc_desc\";\n// echo '<br>$q='.$q;\n\n $res = $tmp_db->db_Query($q);\n if (!$res) return false;\n $rows = $tmp_db->db_GetNumRows();\n $arr_data = array();\n for( $i = 0; $i < $rows; $i++ )\n {\n $row000 = $tmp_db->db_FetchAssoc();\n $arr_data[$i] = $row000;\n }\n\n $col_check=1;\n ?>\n <table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" align=\"left\" class=\"checkbox_tbl\">\n <tr>\n <?\n for( $i = 0; $i < $rows; $i++ )\n {\n $row1 = $arr_data[$i];\n if ($col_check > $cols) {\n ?></tr><tr><?\n $col_check=1;\n }\n\n $checked ='>';\n if (is_array($val)) {\n if (isset($val))\n foreach($val as $k=>$v)\n {\n if (isset($k) and ($v==$row1['cod'])) $checked = \" checked\".$checked;\n //echo '<br>$k='.$k.' $v='.$v.' $row1[cod]='.$row1['cod'];\n }\n }\n if ( $position == \"left\" ) $align= 'left';\n else $align= 'right';\n ?><td align=\"<?=$align?>\" valign=\"top\" class=\"checkbox\"><?\n\n if ( $position == \"left\" ) {\n //echo \"<table border='0' cellpadding='1' cellspacing='0'><tr><td><input class='checkbox' type='checkbox' name='\".$name_fld.\"[]' value='\".$row1['cod'].\"' \".$disabled.\" \".$checked.'</td><td>'.stripslashes($row1['name']).'</td></tr></table>';\n ?>\n <table border=\"0\" cellpadding=\"1\" cellspacing=\"0\">\n <tr>\n <td valign=\"top\"><input class=\"checkbox\" type=\"checkbox\" name=\"<?=$name_fld;?>[]\" value=\"<?=$row1['cod'];?>\" <?=$disabled;?> <?=$checked;?> </td>\n <td class=\"checkbox_td\"><?=stripslashes($row1['name']);?></td>\n </tr>\n </table>\n <?\n }\n else {\n //echo stripslashes($row1['name']).\"<input class='checkbox' type='checkbox' name='\".$name_fld.\"[]' value='\".$row1['cod'].\"' \".$disabled.\" \".$checked;\n ?>\n <table border=\"0\" cellpadding=\"1\" cellspacing=\"0\">\n <tr>\n <td valign=\"top\">\n <td class=\"checkbox_td\"><?=stripslashes($row1['name']);?></td>\n <td><input class=\"checkbox\" type=\"checkbox\" name=\"<?=$name_fld;?>[]\" value=\"<?=$row1['cod'];?>\" <?=$disabled;?> <?=$checked;?> </td>\n </tr>\n </table>\n <?\n }\n\n\n //======= show sublevels START ===========\n if( $show_sublevels==1){\n ?>\n <table border=\"0\" cellpadding=\"1\" cellspacing=\"0\">\n <tr>\n <td style=\"padding:0px 0px 0px 20px;\"><?\n $this->ShowInCheckBox( $Table, $name_fld, 1, $val, $position, $disabled, $sort_name, $asc_desc, $show_sublevels, $row1['cod']);\n ?>\n </td>\n </tr>\n </table>\n <?\n }\n //======= show sublevels END ===========\n ?></td><?\n $col_check++;\n }\n ?>\n </tr>\n </table>\n <?\n }", "function __construct() {\n\n parent::addCheckBox(\"table\");\n\n $user = $this->getLoggedUser();\n\n /**\n * Definicion de tipos de campos\n */\n $this->assignType(\"id\", \"ID\", BaseView::HIDDEN);\n $this->assignType(\"name\", JText::_(\"COM_CTC_NAME\"), BaseView::STRING);\n $this->assignType(\"description\", JText::_(\"COM_CTC_DESCRIPTION\"), BaseView::BIG_STRING);\n $this->assignType(\"identification\", JText::_(\"COM_CTC_IDENFIFICATION\"), BaseView::STRING);\n $this->assignType(\"location\", \"Localización\", BaseView::STRING);\n $this->assignType(\"code\", JText::_(\"COM_CTC_CODE\"), BaseView::HIDDEN);\n $this->assignType(\"activation_date\", JText::_(\"COM_CTC_ACTIVATION_DATE\"), BaseView::DATE);\n $this->assignType(\"expiration_date\", JText::_(\"COM_CTC_EXPIRATION_DATE\"), BaseView::DATE);\n\n $this->assignType(\"device_type_id\", \"Tipo de Unidad Biométrica\", BaseView::PICKLIST, array(\n DeviceType::ENROLLER_ATT => \"Enroladora y Marcadora\",\n DeviceType::ENROLLER_ONLY => \"Solo Enroladora\",\n DeviceType::ATT_ONLY => \"Solo Marcadora\",\n BaseView::TOOLTIP => \"Determina el comportamiento del sistema cuando llega una marcación de éste dispositivo.\"));\n\n //$this->assignType(\"STATE\", \"Conexión\", BaseView::STRING,array(\n // BaseView::TOOLTIP => \"Estado de Conexión del dispositivo con el servidor.\" ));\n\n $funcRes = function($obj) {\n $coler = \"red\";\n if ($obj->STATE !== \"OFFLINE\") {\n $coler = \"green\";\n }\n $textOLINE = <<<TE\n\t\t\t<p style=\"color:$coler\">$obj->STATE</p>\nTE;\n return $textOLINE;\n };\n $this->assignType(\"STATE\", \"Conexión\", BaseView::FUNC, $funcRes);\n\n $this->assignType(\"status_id\", JText::_(\"COM_CTC_STATUS\"), BaseView::ENTITY, array(\n BaseView::ENT_VAR_NAME => \"status\",\n BaseView::ENT_CLASS => \"Status\",\n BaseView::ENT_FIELD => \"name\",\n BaseView::ENT_FILTER => null));\n\n $this->addAuthFields();\n\n // Informativo\n $this->assignType(\"ip_address\", \"Dirección IP\", BaseView::STRING);\n $this->assignType(\"ip_address_wan\", \"Dirección IP WAN\", BaseView::STRING);\n $this->assignType(\"pushver\", \"Versión\", BaseView::STRING);\n $this->assignType(\"language\", \"Lenguaje\", BaseView::STRING);\n $this->assignType(\"numDevAtts\", \"Marcaciones\", BaseView::STRING, array(\n BaseView::TOOLTIP => \"Número de Marcaciones en dispositivo.\"));\n $this->assignType(\"numDevFPs\", JText::_(\"COM_CTC_NUMFP\"), BaseView::STRING, array(\n BaseView::TOOLTIP => \"Número de Huellas en dispositivo.\"));\n $this->assignType(\"numDevUsers\", \"Empleados\", BaseView::STRING, array(\n BaseView::TOOLTIP => \"Número de Empleados en dispositivo.\"));\n $this->assignType(\"LastActivity\", \"Last Activity\", BaseView::STRING);\n\n if ($user->hasPermission(\"modify-device\")) {\n $this->assignType(\"auto_process\", \"Automático\", BaseView::PICKLIST, array(\n 'F' => JText::_(\"COM_CTC_NOT\"),\n 'T' => JText::_(\"COM_CTC_YES\")\n ));\n $this->assignType(\"cmdPermissions\", \"Comandos Permitidos\", BaseView::STRING);\n $this->assignType(\"TransTimes\", \"Trans Times\", BaseView::STRING);\n $this->assignType(\"TransInterval\", \"Trans Interval\", BaseView::STRING);\n $this->assignType(\"LogStamp\", \"Log Stamp\", BaseView::STRING);\n $this->assignType(\"UpdateDB\", \"Update Db\", BaseView::STRING);\n $this->assignType(\"OpLogStamp\", \"Op Log Stamp\", BaseView::STRING);\n $this->assignType(\"PhotoStamp\", \"Photo Stamp\", BaseView::STRING);\n $this->assignType(\"TZAdj\", \"Tzadj\", BaseView::PICKLIST, array(\n -12 => JText::_('UTC__12_00__INTERNATIONAL_DATE_LINE_WEST'),\n -11 => JText::_('UTC__11_00__MIDWAY_ISLAND__SAMOA'),\n -10 => JText::_('UTC__10_00__HAWAII'),\n -9.5 => JText::_('UTC__09_30__TAIOHAE__MARQUESAS_ISLANDS'),\n -9 => JText::_('UTC__09_00__ALASKA'),\n -8 => JText::_('UTC__08_00__PACIFIC_TIME__US__AMP__CANADA_'),\n -7 => JText::_('UTC__07_00__MOUNTAIN_TIME__US__AMP__CANADA_'),\n -6 => JText::_('UTC__06_00__CENTRAL_TIME__US__AMP__CANADA___MEXICO_CITY'),\n -5 => JText::_('UTC__05_00__EASTERN_TIME__US__AMP__CANADA___BOGOTA__LIMA'),\n -4 => JText::_('UTC__04_00__ATLANTIC_TIME__CANADA___CARACAS__LA_PAZ'),\n -4.5 => JText::_('UTC__04_30__VENEZUELA'),\n -3.5 => JText::_('UTC__03_30__ST__JOHN_S__NEWFOUNDLAND__LABRADOR'),\n -3 => JText::_('UTC__03_00__BRAZIL__BUENOS_AIRES__GEORGETOWN'),\n -2 => JText::_('UTC__02_00__MID_ATLANTIC'),\n -1 => JText::_('UTC__01_00__AZORES__CAPE_VERDE_ISLANDS'),\n 0 => JText::_('UTC_00_00__WESTERN_EUROPE_TIME__LONDON__LISBON__CASABLANCA'),\n 1 => JText::_('UTC__01_00__AMSTERDAM__BERLIN__BRUSSELS__COPENHAGEN__MADRID__PARIS'),\n 2 => JText::_('UTC__02_00__ISTANBUL__JERUSALEM__KALININGRAD__SOUTH_AFRICA'),\n 3 => JText::_('UTC__03_00__BAGHDAD__RIYADH__MOSCOW__ST__PETERSBURG'),\n 3.5 => JText::_('UTC__03_30__TEHRAN'),\n 4 => JText::_('UTC__04_00__ABU_DHABI__MUSCAT__BAKU__TBILISI'),\n 4.5 => JText::_('UTC__04_30__KABUL'),\n 5 => JText::_('UTC__05_00__EKATERINBURG__ISLAMABAD__KARACHI__TASHKENT'),\n 5.5 => JText::_('UTC__05_30__BOMBAY__CALCUTTA__MADRAS__NEW_DELHI__COLOMBO'),\n 5.75 => JText::_('UTC__05_45__KATHMANDU'),\n 6 => JText::_('UTC__06_00__ALMATY__DHAKA'),\n 6.5 => JText::_('UTC__06_30__YAGOON'),\n 7 => JText::_('UTC__07_00__BANGKOK__HANOI__JAKARTA__PHNOM_PENH'),\n 8 => JText::_('UTC__08_00__BEIJING__PERTH__SINGAPORE__HONG_KONG'),\n 8.75 => JText::_('UTC__08_00__WESTERN_AUSTRALIA'),\n 9 => JText::_('UTC__09_00__TOKYO__SEOUL__OSAKA__SAPPORO__YAKUTSK'),\n 9.5 => JText::_('UTC__09_30__ADELAIDE__DARWIN__YAKUTSK'),\n 10 => JText::_('UTC__10_00__EASTERN_AUSTRALIA__GUAM__VLADIVOSTOK'),\n 10.5 => JText::_('UTC__10_30__LORD_HOWE_ISLAND__AUSTRALIA_'),\n 11 => JText::_('UTC__11_00__MAGADAN__SOLOMON_ISLANDS__NEW_CALEDONIA'),\n 11.5 => JText::_('UTC__11_30__NORFOLK_ISLAND'),\n 12 => JText::_('UTC__12_00__AUCKLAND__WELLINGTON__FIJI__KAMCHATKA'),\n 12.75 => JText::_('UTC__12_45__CHATHAM_ISLAND'),\n 13 => JText::_('UTC__13_00__TONGA'),\n 14 => JText::_('UTC__14_00__KIRIBATI')\n ));\n $this->assignType(\"error_delay\", \"Retraso ante Error\", BaseView::STRING, array(\n BaseView::TOOLTIP => \"Indica el Intervalo en segundos entre intentos de reconexión al servidor despues una conexión fallida.\"));\n $this->assignType(\"delay\", \"Retraso\", BaseView::STRING, array(\n BaseView::TOOLTIP => \"Indica el Intervalo en segundos entre intentos de conexión\"));\n $this->assignType(\"realtime\", \"Sincronización\", BaseView::PICKLIST, array(\n 0 => \"En los Tiempos específicados en Trans Times.\",\n 1 => \"En cuanto ocurra la marcación.\",\n BaseView::TOOLTIP => \"Indica si se transfieren nuevos registros en tiempo real. Opción 1 Indica que las marcaciones solo se envian en los tiempos Indicados en Trans Times y Trans Interval. Opción 2 Indica que se envian las marcaciones en cuanto ocurran. \"));\n $this->assignType(\"encrypt\", \"Encripción\", BaseView::PICKLIST, array(\n 0 => JText::_(\"COM_CTC_NOT\"),\n 1 => JText::_(\"COM_CTC_YES\"),\n BaseView::TOOLTIP => \"Indica si el dispositivo encripta los datos enviados.\"));\n $this->assignType(\"numAtts\", \"Marcaciones Servidor\", BaseView::STRING, array(\n BaseView::TOOLTIP => \"Número de Marcaciones Sincronizadas.\"));\n $this->assignType(\"numFPs\", \"Huellas Servidor\", BaseView::STRING, array(\n BaseView::TOOLTIP => \"Número de Huellas Sincronizadas.\"));\n $this->assignType(\"numUsers\", \"Empleados Servidor\", BaseView::STRING, array(\n BaseView::TOOLTIP => \"Número de Empleados Sincronizadas.\"));\n }\n\n\n /**\n * Definicion de vistas y sus acciones\n */\n $this->addViewEx(\"form\", array(\"STATE\", \"numAtts\",\n \"numFPs\",\n \"numUsers\"));\n $this->addAction(\"form\", \"device_form_submit\", JText::_(\"COM_CTC_SAVE\"), \"save.png\");\n $this->addAction(\"form\", \"device_form_cancel\", JText::_(\"COM_CTC_CANCEL\"), \"remove.png\");\n\n //TODO agregar device_status_id\n $this->addView(\"table\", array(\"name\",\n \"identification\",\n \"status_id\",\n \"STATE\",\n \"numDevAtts\",\n \"numDevFPs\",\n \"numDevUsers\"));\n $this->addAction(\"table\", \"device_table_edit\", JText::_(\"COM_CTC_EDIT\"), \"edit.png\");\n $this->addAuthView(\"table\");\n\n\n if ($user->hasPermission(\"modify-device\")) {\n $this->addAction(\"table\", \"resyncDevice\", \"Sincronizar Con Dispositivo\", \"repeat.png\");\n $this->addAction(\"table\", \"device_table_remove\", JText::_(\"COM_CTC_DELETE\"), \"delete.png\");\n }\n $this->addAction(\"table\", \"rebootDevice\", \"Reiniciar Dispositivo\", \"shut-down.png\");\n\n $this->addView(\"dialog\", array());\n $this->addAction(\"dialog\", \"device_dialog_ok\", JText::_(\"COM_CTC_OK\"), \"accept.png\");\n $this->addAction(\"dialog\", \"device_dialog_cancel\", JText::_(\"COM_CTC_CANCEL\"), \"remove.png\");\n\n $this->addView(\"aud\", array(\n \"name\",\n \"identification\",\n \"status_id\",\n \"STATE\"));\n }", "function slb_subscriber_column_headers($columns) {\n\n\t// creating custom column header data\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'title' => __('Subscriber Name'),\n\t\t'email' => __('Email Address'),\n\t);\n\n\t// returning new columns\n\treturn $columns;\n}", "public function get_columns()\r\n {\r\n $columns = array(\r\n 'cb' => '<input type=\"checkbox\" />',\r\n 'name' => 'Name',\r\n 'sku' => 'SKU',\r\n 'price' => 'Price',\r\n 'categories' => 'Categories',\r\n 'date' => 'Date'\r\n );\r\n return $columns;\r\n }", "function manageCategoryCustomColumn($empty, $col, $cat_id) {\n\t\tif($this->checkPermissions()) {\n\t\t\t$course_meta = new CourseMeta($cat_id);\n\t\t\tif(!$course_meta instanceOf CourseMeta) { return false; }\n\t\t\tswitch($col) {\n\t\t\t\tcase 'isCourse':\n\t\t\t\t\tif($course_meta->getIsClosed()) {\n\t\t\t\t\t\t_e('Closed', lepress_textdomain);\n\t\t\t\t\t} else {\n\t\t\t\t\t\techo $course_meta->getIsCourse() ? __('Yes', lepress_textdomain) : 'No';\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'subscriptions':\n\t\t\t\t\tif($course_meta->getIsCourse()) {\n\t\t\t\t\t\techo $course_meta->getApprovedCount().\" / \".$course_meta->getPendingCount();\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'accessType':\n\t\t\t\t\tif($course_meta->getIsCourse()) {\n\t\t\t\t\t\techo $course_meta->getAccessType() == 1 ? __('Open', lepress_textdomain) : __('Moderated', lepress_textdomain);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}", "function render_field_checkbox($field)\n {\n }", "public function section_cb()\n {\n echo '<p class=\"description\">';\n _e('These options were added by Simple Login Lockdown and control ' .\n 'access to your login form.', 'simple-login-lockdown');\n echo '</p>';\n }", "abstract public function checkboxOnClick();", "function payments_table_gateway_column_sortable( $columns ){\r\n //$columns['status'] = array('status', false);\r\n return $columns;\r\n}", "protected function _prepareColumns()\n {\n \t// Checkbox\n \t$checkboxColumnBody = new Lumia_DataGrid_Body_Checkbox('student_id[]');\n \t$checkboxColumnHeader = new Lumia_DataGrid_Header_Checkbox();\n $this->addColumn(new Lumia_DataGrid_Column($checkboxColumnBody, $checkboxColumnHeader));\n \n // Name\n $nameColumnBody = new Lumia_DataGrid_Body_Text('student_name');\n $nameColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Name');\n $this->addColumn(new Lumia_DataGrid_Column($nameColumnBody, $nameColumnHeader));\n \n // Code\n $codeColumnBody = new Lumia_DataGrid_Body_Text('student_code');\n $codeColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Code');\n $this->addColumn(new Lumia_DataGrid_Column($codeColumnBody, $codeColumnHeader));\n \n // Date of birth\n $dateColumnBody = new Lumia_DataGrid_Body_Date('student_birth');\n $dateColumnBody->setOptions(array('dateFormat' => 'dd/MM/yyyy'));\n $dateColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Date of birth');\n $this->addColumn(new Lumia_DataGrid_Column($dateColumnBody, $dateColumnHeader));\n \n // Gender\n $genderColumnBody = new Admin_DataGrid_Student_Body_Gender('student_gender');\n $genderColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Gender');\n $this->addColumn(new Lumia_DataGrid_Column($genderColumnBody, $genderColumnHeader));\n \n // Class\n $classColumnBody = new Lumia_DataGrid_Body_Text('class_department');\n $classColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Class/Department');\n $this->addColumn(new Lumia_DataGrid_Column($classColumnBody, $classColumnHeader));\n \n // Status\n $statusColumnBody = new Admin_DataGrid_Student_Body_Status('user_status');\n $statusColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Status');\n $this->addColumn(new Lumia_DataGrid_Column($statusColumnBody, $statusColumnHeader));\n \n // Action\n $actionColumnBody = new Admin_DataGrid_Student_Body_Action('actionColumn');\n $actionColumnHeader = new Lumia_DataGrid_Header_Text();\n $this->addColumn(new Lumia_DataGrid_Column($actionColumnBody, $actionColumnHeader));\n }", "function register_columns() {\n\n\t\t$this->columns = array(\n\t 'cb' => '<input type=\"checkbox\" />',\n\t 'title' => __( 'Name', 'sudoh' ),\n\t 'example-column' => __( 'Example Column', 'sudoh' ),\n\t 'thumbnail' => __( 'Thumbnail', 'sudoh' )\n\t );\n\n\t return $this->columns;\n\n\t}" ]
[ "0.74917656", "0.7435229", "0.73371387", "0.73143846", "0.73033875", "0.72856563", "0.727545", "0.7255724", "0.70694566", "0.7044173", "0.69993967", "0.6994152", "0.6977276", "0.6961794", "0.6940149", "0.6940149", "0.6940149", "0.6938849", "0.6938849", "0.6938849", "0.6938079", "0.6849356", "0.6809367", "0.66673654", "0.6602675", "0.652129", "0.65125144", "0.6413958", "0.6191373", "0.61374575", "0.61346084", "0.610068", "0.60213757", "0.5998948", "0.58983946", "0.5896135", "0.58889997", "0.5886528", "0.5840478", "0.5828009", "0.5819082", "0.5812684", "0.5786979", "0.57625115", "0.57568985", "0.57336533", "0.57156163", "0.5709076", "0.570873", "0.57011753", "0.56962407", "0.56477064", "0.5607429", "0.55966634", "0.5588883", "0.55869395", "0.55642754", "0.553879", "0.5521644", "0.55183166", "0.550777", "0.55077386", "0.54898477", "0.5485263", "0.548109", "0.5477683", "0.5475339", "0.54744875", "0.5471388", "0.546885", "0.54473275", "0.54286903", "0.54266405", "0.5401139", "0.539531", "0.53861135", "0.5385082", "0.53780735", "0.5378049", "0.5363299", "0.5356475", "0.53371304", "0.5306699", "0.52415293", "0.52384776", "0.5230249", "0.5227753", "0.5226466", "0.5220227", "0.52171224", "0.5211719", "0.52105486", "0.5204085", "0.51951295", "0.51936466", "0.5178517", "0.5140844", "0.5132306", "0.5127624", "0.51261175" ]
0.72991127
5
REQUIRED! This method dictates the table's columns and titles. This should return an array where the key is the column slug (and class) and the value is the column's title text. If you need a checkbox for bulk actions, refer to the $columns array below. The 'cb' column is treated differently than the rest. If including a checkbox column in your table you must create a column_cb() method. If you don't need bulk actions or checkboxes, simply leave the 'cb' entry out of your array.
function get_columns(){ $columns = array( 'cb' => '<input type="checkbox" />', //Render a checkbox instead of text 'img' => __( 'Image', 'wp-lister-for-amazon' ), 'sku' => __( 'SKU', 'wp-lister-for-amazon' ), 'listing_title' => __( 'Title', 'wp-lister-for-amazon' ), 'quantity' => __( 'Stock', 'wp-lister-for-amazon' ), // 'quantity_sold' => __( 'Sold', 'wp-lister-for-amazon' ), 'price' => __( 'Price', 'wp-lister-for-amazon' ), 'lowest_price' => str_replace(' ', '&nbsp;', __( 'Buy Box', 'wp-lister-for-amazon' ) ), 'loffer_price' => __( 'Lowest Offer', 'wp-lister-for-amazon' ), // 'fees' => __( 'Fees', 'wp-lister-for-amazon' ), 'date_published' => str_replace(' ', '&nbsp;', __( 'Created at', 'wp-lister-for-amazon' ) ), 'profile' => __( 'Profile', 'wp-lister-for-amazon' ), 'account' => __( 'Account', 'wp-lister-for-amazon' ), 'status' => __( 'Status', 'wp-lister-for-amazon' ) ); // if ( ! get_option( 'wpla_enable_thumbs_column' ) ) // unset( $columns['img'] ); return $columns; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function get_columns()\n\t{\n\t\t$columns = array();\n\t\t$class = $this->activeRecordClass;\n\t\t\n\t\tif ( ! empty( $this->bulkActions ) )\n\t\t{\n\t\t\t$columns[ 'cb' ] = '<input type=\"checkbox\" />';\n\t\t}\n\t\t\n\t\tif ( isset( $this->columns ) )\n\t\t{\n\t\t\t$columns = array_merge( $columns, $this->columns );\n\t\t\treturn $columns;\n\t\t}\n\t\t\n\t\tforeach( $class::$columns as $key => $column )\n\t\t{\n\t\t\t$slug = NULL;\n\t\t\t$title = NULL;\n\t\t\t\n\t\t\tif ( is_array( $column ) )\n\t\t\t{\n\t\t\t\t$slug = $class::$prefix . $key;\n\t\t\t\tif ( isset( $column[ 'title' ] ) and is_string( $column[ 'title' ] ) )\n\t\t\t\t{\n\t\t\t\t\t$title = $column[ 'title' ];\n\t\t\t\t}\n\t\t\t}\n\t\t\telseif ( is_string( $column ) )\n\t\t\t{\n\t\t\t\t$slug = $class::$prefix . $column;\n\t\t\t}\n\t\t\t\n\t\t\tif ( ! $title )\n\t\t\t{\n\t\t\t\t$title = str_replace( '_', ' ', $slug );\n\t\t\t\t$title = ucwords( $title );\n\t\t\t}\n\t\t\t\n\t\t\t$columns[ $slug ] = $title;\n\t\t}\n\t\t\n\t\treturn $columns;\n\t}", "function get_columns() {\n\n\t\treturn $columns = array(\n\t\t\t'cb'\t\t=> '<input type=\"checkbox\" />', //Render a checkbox instead of text\n\t\t\t'title'\t\t=> 'Title',\n\t\t\t'rating'\t=> 'Rating',\n\t\t\t'director'\t=> 'Director'\n\t\t);\n\t}", "function get_columns()\n {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />', //Render a checkbox instead of text\n// 'type' => 'Type',\n// 'name' => 'Name',\n 'tag' => 'Shortcode Name',\n 'kind' => 'Kind',\n 'description' => 'Description',\n 'example' => 'Example',\n 'code' => 'Code',\n 'created_datetime' => 'Created Datetime'\n );\n return $columns;\n }", "function get_columns(){\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />', //Render a checkbox instead of text\n 'name' => 'Name',\n 'job' => 'Job',\n 'text' => 'Description',\n\t\t\t'job_en' => 'Job in english',\n 'text_en' => 'Description in english',\n\t\t\t'facebook' => 'Facebook Link',\n\t\t\t'linkedin' => 'Linkedin Link',\n\t\t\t'image' => 'Photo'\n\t\t\t\n );\n return $columns;\n }", "function testimonials_edit_columns($columns) {\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'title' => 'Title',\n\t\t'testimonial' => 'Testimonial Deployment',\n\t\t'testimonial-client-name' => 'Client\\'s Name',\n\t\t'testimonial-client-job' => 'Client\\'s Job',\n\t\t'testimonial-source' => 'Business/Site',\n\t\t'testimonial-link' => 'Link',\n\t\t'author' => 'Posted by',\n\t\t'date' => 'Date'\n\t);\n\treturn $columns;\n}", "function custom_columns( $columns ) {\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'title' => 'Title',\n\t\t'featured_image' => 'Photo',\n\t\t'date' => 'Date'\n\t);\n\treturn $columns;\n}", "function testimonials_edit_columns( $columns ) {\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'title' => 'Title',\n\t\t'testimonial' => 'Testimonial',\n\t\t'author' => 'Author',\n\t\t'date' => 'Date'\n\t);\n\n\treturn $columns;\n}", "public function get_columns() {\n\n\t\t\treturn array(\n\n\t\t\t\t'cb' \t\t\t\t\t=> '<input type=\"checkbox\" />',\n\n\t\t\t\t'topic_name' \t\t\t\t=> __( 'Topic Name' ),\n\n\t\t\t\t'bright_cove_video_tag'\t=> __( 'BrightCove Video Tag' ),\n\n\t\t\t\t'description' \t\t\t\t=> __( 'Description' )\n\n\t\t\t);\n\n\t\t}", "public function get_columns() {\n\n\t\t\t$columns = [];\n\n\t\t\tif ( $this->bulk_actions_enabled ) {\n\t\t\t\tif ( ! empty( $this->wpda_list_columns->get_table_primary_key() ) ) {\n\t\t\t\t\t// Tables has primary key: bulk actions allowed!\n\t\t\t\t\t// Primary key is used to ensure uniqueness.\n\t\t\t\t\t$actions = $this->get_bulk_actions();\n\t\t\t\t\tif ( is_array( $actions ) && 0 < sizeof( $actions ) ) {\n\t\t\t\t\t\t$columns = [ 'cb' => '<input type=\"checkbox\" />' ];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t$columnlist = $this->wpda_list_columns->get_table_column_headers();\n\t\t\tforeach ( $columnlist as $key => $value ) {\n\t\t\t\t$columns[ $key ] = $value;\n\t\t\t\t// Check for alternative column header.\n\t\t\t\tif ( isset( $this->column_headers[ $key ] ) ) {\n\t\t\t\t\t// Alternative header found: use it.\n\t\t\t\t\t$columns[ $key ] = $this->column_headers[ $key ];\n\t\t\t\t} else {\n\t\t\t\t\t// Default behaviour: get column header from generated label.\n\t\t\t\t\t$columns[ $key ] = $this->wpda_list_columns->get_column_label( $key );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( isset( $this->wpda_table_settings->hyperlinks ) ) {\n\t\t\t\t$i = 0;\n\t\t\t\tforeach ( $this->wpda_table_settings->hyperlinks as $hyperlink ) {\n\t\t\t\t\tif ( isset( $hyperlink->hyperlink_list ) && true === $hyperlink->hyperlink_list ) {\n\t\t\t\t\t\t$skip_column = false;\n\n\t\t\t\t\t\tif ( null !== $this->wpda_project_table_settings ) {\n\t\t\t\t\t\t\t$hyperlink_label = $hyperlink->hyperlink_label;\n\n\t\t\t\t\t\t\tif ( ! property_exists( $this, 'is_child') ) {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tisset( $this->wpda_project_table_settings->hyperlinks_parent->$hyperlink_label ) &&\n\t\t\t\t\t\t\t\t\t! $this->wpda_project_table_settings->hyperlinks_parent->$hyperlink_label\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t$skip_column = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tisset( $this->wpda_project_table_settings->hyperlinks_child->$hyperlink_label ) &&\n\t\t\t\t\t\t\t\t\t! $this->wpda_project_table_settings->hyperlinks_child->$hyperlink_label\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t$skip_column = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( ! $skip_column ) {\n\t\t\t\t\t\t\t$hyperlink_label = isset( $hyperlink->hyperlink_label ) ? $hyperlink->hyperlink_label : '';\n\t\t\t\t\t\t\t$columns[\"wpda_hyperlink_{$i}\"] = $hyperlink_label; // Add hyperlink label\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t$i++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn $columns;\n\n\t\t}", "function get_columns() {\r\n\t\t$columns = [\r\n\t\t\t'cb' => '<input type=\"checkbox\" />',\r\n\t\t\t'name' => __( 'Name', 'ac' ),\r\n\t\t\t'address' => __( 'Address', 'ac' ),\r\n\t\t\t'city' => __( 'City', 'ac' )\r\n\t\t];\r\n\r\n\t\treturn $columns;\r\n\t}", "public function get_columns()\r\n {\r\n $columns = array(\r\n 'cb' => '<input type=\"checkbox\" />',\r\n 'name' => 'Name',\r\n 'sku' => 'SKU',\r\n 'price' => 'Price',\r\n 'categories' => 'Categories',\r\n 'date' => 'Date'\r\n );\r\n return $columns;\r\n }", "function get_columns() {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'template_name' => __('Name', 'mylisttable'),\n 'template_description' => __('Description', 'mylisttable'),\n 'create_by' => __('Created By', 'mylisttable'),\n 'create_date' => __('Create Date', 'mylisttable')\n );\n return $columns;\n }", "function get_columns()\n {\n $columns = array(\n\n 'cb' => '<input type=\"checkbox\" />', //Render a checkbox instead of text\n 'id' => __('# ID'),\n 'user' => __('Requested From'),\n //'requested_url' => __('Requested URI'),\n 'Ip' => __('From IP'),\n 'connected_at' => __('Requested At'),\n // 'msg' => __('Message'),\n 'on_status' => __('On'), \n 'action_trig' => __('Details')\n );\n\n return $columns;\n }", "function milestones_edit_columns( $columns ) {\n\t$columns = array(\n\t\t\"cb\" => \"<input type=\\\"checkbox\\\" />\",\n\t\t\"title\" => \"Title\"\n\t);\n\n\treturn $columns;\n}", "public function get_columns() {\n\t\treturn array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'first_name' => __( 'First Name', 'wdaf' ),\n\t\t\t'last_name' => __( 'Last Name', 'wdaf' ),\n\t\t\t'email' => __( 'Email', 'wdaf' ),\n\t\t\t'present_address' => __( 'Address', 'wdaf' ),\n\t\t\t'phone' => __( 'Phone', 'wdaf' ),\n\t\t\t'created_date' => __( 'Date', 'wdaf' ),\n\t\t);\n\t}", "function get_columns()\n\t{\n\t\t$columns = [\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'name' => __('Name'),\n\t\t\t'address' => __('Address'),\n\t\t\t'email' => __('Email'),\n\t\t\t'mobileNo' => __('Mobile No'),\n\t\t\t'post' => __('Post Name'),\n\t\t\t'cv' => __('CV'),\n\t\t\t'stime' => __('Submission Date'),\n\t\t];\n\n\t\treturn $columns;\n\t}", "public function get_columns()\n\t{\n\t\treturn array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'data' \t => 'Data',\n\t\t\t'timestamp' => 'Timestamp',\n\t\t);\n\t}", "public function get_columns() {\n\n\t\treturn array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'product_id' => __( 'Product ID', 'tuxedo-software-updater' ),\n\t\t\t'user_id' => __( 'User ID', 'tuxedo-software-updater' ),\n\t\t\t'order_id' => __( 'Order ID', 'tuxedo-software-updater' ),\n\t\t\t'activations' => __( 'Activations', 'tuxedo-software-updater' ),\n\t\t\t'expires' => __( 'Expires', 'tuxedo-software-updater' ),\n\t\t\t'created' => __( 'Created', 'tuxedo-software-updater' ),\n\t\t\t'modified' => __( 'Modified', 'tuxedo-software-updater' ),\n\t\t);\n\n\t}", "function get_columns() {\n\n return $columns= array(\n 'cb' => '<input type=\"checkbox\" onclick=\"jQuery(\\'.hypernews_checkbox\\').toggleCheckbox();\" />',\n 'status'=>'<img src=\"'.WP_PLUGIN_URL.'/hypernews/img/tag.png\" />',\n 'title'=>__('Headline', 'hypernews'),\n 'pubdate'=>__('Published', 'hypernews'),\n 'channel'=>__('Channel', 'hypernews'),\n 'source'=>__('Source', 'hypernews'),\n 'notes'=>__('Note', 'hypernews')\n );\n}", "function get_columns() {\r\r\n $columns = array(\r\r\n 'cb' \t=> '<input type=\"checkbox\" />',\r\r\n 'title' \t=> __( 'Visitor' , 'sc_chat' ),\r\r\n 'email'\t\t\t=> __( 'E-mail', 'sc_chat' ),\r\r\n 'total_logs'\t=> __( 'Total Logs', 'sc_chat' ),\r\r\n\t\t\t'last_date'\t\t=> __( 'Last Chat Date', 'sc_chat' )\r\r\n );\r\r\n return $columns;\r\r\n }", "function get_columns() {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'customer' => __( 'Vendor', 'wp-erp-ac' ),\n 'company' => __( 'Company', 'wp-erp-ac' ),\n 'email' => __( 'Email', 'wp-erp-ac' ),\n 'phone' => __( 'Phone', 'wp-erp-ac' ),\n 'open' => __( 'Balance', 'wp-erp-ac' ),\n );\n\n return $columns;\n }", "function products_column_headers( $columns ) {\r\n\r\n // Creating the custom column header data\r\n $columns = array(\r\n 'cb' => '<input type=\"checkbox\" />',\r\n 'title' => __('Product Name'),\r\n 'Background Color' => __('Background Color')\r\n );\r\n\r\n // Returning the new columns\r\n return $columns;\r\n\r\n}", "public function get_columns() {\n\t\t$columns = [\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'post_title' => __( 'Estate', 'text_domain' ),\n\t\t\t'action' => __( 'Action', 'text_domain' ),\n\t\t\t'status' => __( 'Status', 'text_domain' ),\n\t\t\t'date' => __( 'Date', 'text_domain' ),\n\t\t];\n\n\t\treturn $columns;\n\t}", "function get_columns() {\n\t\t$columns = array(\n\t\t\t//'cb' \t\t\t\t\t=> '<input type=\"checkbox\" />',\n\t\t\t'transaction_id' \t\t=> __('Transaction ID', 'sp'),\t\n\t\t\t'trade_date' \t\t\t=> __('Trade Date', 'sp'),\t\n\t\t\t'settlement_date' \t\t=> __('Settlement Date', 'sp'),\t\n\t\t\t'transaction_type' \t\t=> __('Transaction Type', 'sp'),\t\n\t\t\t'equity' \t\t\t\t=> __('Equity', 'sp'),\t\n\t\t\t'ticker_symbol' \t\t=> __('Ticker Symbol', 'sp'),\t\n\t\t\t'num_of_shares' \t\t=> __('Num. of Shares', 'sp'),\t\n\t\t\t'price' \t\t\t\t=> __('Price', 'sp'),\t\n\t\t\t'transaction_fees' \t\t=> __('Transaction Fees', 'sp'),\t\n\t\t\t'currency' \t\t\t\t=> __('Currency', 'sp'),\t\n\t\t\t'user_id' \t\t\t\t=> __('User ID', 'sp'),\t\n\t\t\t'stock_id' \t\t\t\t=> __('Stock ID', 'sp'),\t\n\t\t\t'platform' \t\t\t\t=> __('Platform', 'sp'),\t\n\t\t\t'broker' \t\t\t\t=> __('Broker', 'sp'),\t\n\t\t\t'account_id' \t\t\t=> __('Account ID', 'sp'),\t\n\t\t\t'notes' \t\t\t\t=> __('Notes', 'sp'),\n\t\t);\n\n\t\treturn $columns;\n\t}", "public function get_columns(){\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'ID' => 'ID',\n 'Orderno' => 'Order No',\n 'Mtid' => 'Mtid',\n 'Userid' => 'User ID',\n 'UserName' => 'User Name',\n 'Prodcode' => 'Product Code',\n 'Status' => 'Status',\n 'Comment' => 'Comment',\n 'Editable' => 'Editable',\n 'Expirytime' => 'Expirytime',\n 'Modifydate' => 'Modifydate'\n );\n\n return $columns;\n }", "public function get_columns() {\n\t\t$columns = array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'email' => __( 'Requester' ),\n\t\t\t'status' => __( 'Status' ),\n\t\t\t'created_timestamp' => __( 'Requested' ),\n\t\t\t'next_steps' => __( 'Next Steps' ),\n\t\t);\n\t\treturn $columns;\n\t}", "function industries_edit_columns( $columns ) {\n\t$columns = array(\n\t\t\"cb\" => \"<input type=\\\"checkbox\\\" />\",\n\t\t\"title\" => \"Industry Title\",\n\t);\n\n\treturn $columns;\n}", "public function get_columns() {\n\n\t\t// Build our array of column setups.\n\t\t$setup = array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'review_title' => __( 'Title', 'woo-better-reviews' ),\n\t\t\t'review_product' => __( 'Product', 'woo-better-reviews' ),\n\t\t\t'review_date' => __( 'Review Date', 'woo-better-reviews' ),\n\t\t\t'review_score' => __( 'Total Score', 'woo-better-reviews' ),\n\t\t\t'attribute_ratings' => __( 'Attribute Ratings', 'woo-better-reviews' ),\n\t\t\t'review_author' => __( 'Author', 'woo-better-reviews' ),\n\t\t\t'review_verified' => __( 'Verified', 'woo-better-reviews' ),\n\t\t\t'review_status' => __( 'Status', 'woo-better-reviews' ),\n\t\t);\n\n\t\t// Return filtered.\n\t\treturn apply_filters( Core\\HOOK_PREFIX . 'review_table_column_items', $setup );\n\t}", "function get_columns() {\n\t\t\n\t\t$columns = array(\n\t\t\t\t\t\t\t'cb' \t=> '<input type=\"checkbox\" />',\n\t\t\t\t\t\t\t'title'\t\t=> __( 'Style Name', 'blog-designer-pack' ),\n\t\t\t\t\t\t\t'id'\t\t=> __( 'Style ID', 'blog-designer-pack' ),\n\t\t\t\t\t\t);\n\t\treturn apply_filters('bdpp_style_columns', $columns);\n\t}", "public static function edit_post_columns( $columns ) {\n\t\t\n\t\t\t$columns = array(\n\t\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t\t'title' => __( 'Dish' ),\n\t\t\t\t'category' => __( 'Category' ),\n\t\t\t\t'date' => __( 'Date' )\n\t\t\t);\n\t\t\n\t\t\treturn $columns;\n\t\t}", "function axiom_testimonial_edit_columns($columns){\n \n unset($columns['title']);\n \n $new_columns = array( \n \"cb\" => \"<input type=\\\"checkbox\\\" />\", \n \"user_image\" => _x('Image' , 'Image column at testimonial edit columns' , 'default'),\n \"title\" => _x('Customer Name' , 'Customer Name column at testimonial edit columns' , 'default'), \n \"category\" => _x('Category' , 'Category at testimonial edit columns' , 'default')\n ); \n return array_merge($new_columns, $columns); \n}", "function get_columns() {\n\t\t$columns = array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'id' => __( 'ID', 'mylisttable' ),\n\t\t\t'date' => __( 'Date', 'mylisttable' ),\n\t\t\t'uploader' => __( 'Uploader (#ID)', 'mylisttable' ),\n\t\t\t'uploader_group' => __( 'Uploader Group\t (#ID)', 'mylisttable' ),\n\t\t\t'site' => __( 'Site #ID', 'mylisttable' ),\n\t\t\t'assessment' => __( 'Assessment #ID', 'mylisttable' ),\n\t\t\t'assessment_result' => __( 'View', 'mylisttable' ),\n\t\t);\n\t\tif ( current_user_can( 'manage_options' ) ) {\n\t\t\t$columns['assessment_result_evaluation'] = __( 'Evaluate', 'mylisttable' );\n\t\t}\n\t\treturn $columns;\n\t}", "function pgm_subscriber_column_headers($columns){\n $columns = array(\n 'cb'=>'<input type=\"checkbox\" />', //checkbox-HTML empty checkbox\n 'title'=>__('Subscriber Name'), //update header name to 'Subscriber Name'\n 'email'=>__('Email Address'), //create new header for email\n );\n\n return $columns;\n}", "function get_columns() {\n return $columns= array(\n 'col_what'=>__('What','wpwt'),\n 'col_user'=>__('User Name','wpwt'),\n 'col_groupName'=>__('Group Name','wpwt'),\n 'col_application'=>__('Application','wpwt')\n );\n }", "function ysg_edit_columns( $columns ) {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'ysg_image' => __( 'Imagem do V&iacute;deo', 'youtube-simple-gallery' ),\n 'ysg_title' => __( 'T&iacute;tulo', 'youtube-simple-gallery' ),\n 'ysg_categories' => __(\"Categoria\", 'youtube-simple-gallery' ),\n 'ysg_url' => __( 'Link do V&iacute;deo', 'youtube-simple-gallery' )\n );\n\n return $columns;\n}", "function columns_filter ( $columns ) {\r\n\r\n\t\t$columns = array(\r\n\t\t\t'cb'\t\t\t\t\t=> '<input type=\"checkbox\" />',\r\n\t\t\t'listing_thumbnail'\t\t=> __( 'Thumbnail', 'apl' ),\r\n\t\t\t'title'\t\t\t\t\t=> __( 'Listing Title', 'apl' ),\r\n\t\t\t'listing_details'\t\t=> __( 'Details', 'apl' ),\r\n\t\t\t'listing_features'\t\t=> __( 'Features', 'apl' ),\r\n\t\t\t'listing_categories'\t=> __( 'Categories', 'apl' )\r\n\t\t);\r\n\r\n\t\treturn $columns;\r\n\r\n\t}", "abstract public function tableColumns();", "function events_edit_columns($columns){\n\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'title' => __( 'Event', 'al3' ),\n 'event_date' => __( 'Date', 'al3' ),\n 'event_target_group' => __( 'Target Group', 'al3' ),\n 'event_organizer' => __( 'Organizer', 'al3' ),\n 'event_location' => __( 'Location', 'al3' ),\n 'event_costs' => __( 'Costs in Euro', 'al3' ),\n );\n\n return $columns;\n\n}", "function pgm_list_column_headers($columns){\n $columns = array(\n 'cb'=>'<input type=\"checkbox\" />', //checkbox-HTML empty checkbox\n 'title'=>__('Lists'), //update header name to 'List Name'\n 'shortcode'=>__('Shortcode'),\n );\n\n return $columns;\n}", "function overview_columns($columns) {\r\n\r\n $overview_columns = apply_filters('wpi_overview_columns', array(\r\n 'cb' => '',\r\n 'post_title' => __('Title', WPI),\r\n 'total' => __('Total Collected', WPI),\r\n 'user_email' => __('Recipient', WPI),\r\n 'post_modified' => __('Date', WPI),\r\n 'post_status' => __('Status', WPI),\r\n 'type' => __('Type', WPI),\r\n 'invoice_id' => __('Invoice ID', WPI)\r\n ));\r\n\r\n /* We need to grab the columns from the class itself, so we instantiate a new temp object */\r\n foreach ($overview_columns as $column => $title) {\r\n $columns[$column] = $title;\r\n }\r\n\r\n return $columns;\r\n }", "function add_header_columns($columns) \n {\n $columns = array(\n \"cb\" => \"<input type=\\\"checkbox\\\" />\",\n \"shortcode\" => __('Shortcode'),\n \"title\" => __('Title'),\n \"quote\" => __('Quote', $this->localization_domain),\n \"author\" => __('Author'),\n \"date\" => __('Publish Date'),\n );\n return $columns;\n }", "function _1p21_dv_edit_cpt_col( $columns ) {\n\n\t\t$columns = array(\n\t\t\t'cb' => '&lt;input type=\"checkbox\" />',\n\t\t\t'title' => __( 'Title' ),\n\t\t\t'id' => __( 'ID' ),\n\t\t\t'date' => __( 'Date' )\n\t\t);\n\n\t\treturn $columns;\n\t}", "function get_columns() {\r\n return $columns= array(\r\n 'col_created_on'=>__('Date'),\r\n 'col_type'=>__('Type'),\r\n 'col_ip'=>__('IP'),\r\n 'col_os'=>__('Operating System'),\r\n 'col_browser'=>__('Browser'),\r\n 'col_location'=>__('Location'),\r\n 'col_actions'=>__('Actions')\r\n );\r\n }", "function slb_subscriber_column_headers($columns) {\n\n\t// creating custom column header data\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'title' => __('Subscriber Name'),\n\t\t'email' => __('Email Address'),\n\t);\n\n\t// returning new columns\n\treturn $columns;\n}", "public function get_columns() {\n\n\t\treturn $columns = array(\n\t\t\t'title' => __( 'Name' ),\n\t\t\t'client_id' => __( 'Client ID' ),\n\t\t\t//'client_secret' => __( 'Redirect URI' )\n\t\t);\n\t}", "function get_columns()\n { // global $hb_current_user_can_ap;\n $columns =\n ['cb' => '<input type=\"checkbox\" />'] + //Render a checkbox instead of text\n //($a ? ['wp_username' => 'User'] : [] )+\n ['date_added' => 'Form submitted on']+ \n //['car_holder_name' => 'Name']+\n ['venue_address' => 'Venue Address']+\n ['suburb' => 'Suburb']+\n ['post_code' => 'Post Code']+\n ['booking_date' => 'Booking Date']+\n ['view_details' => 'View Details']\n ;\n return $columns;\n }", "public function columns(): array\n {\n return [\n 'is_slow',\n 'content',\n 'created_at',\n ];\n }", "public function get_columns()\n {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'perusahaan' => 'Name',\n 'total_ken' => 'Total Kendaraan',\n 'total_pen' => 'Total Pengemudi',\n 'tanggal' => 'Created Date' \n );\n return $columns;\n }", "function edit_units_columns( $columns ) {\n\n\t\t$columns = array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'title' => __( 'Address' ),\n\t\t\t'rent' => __( 'Rent' ),\n\t\t\t'status' => __( 'Status' ),\n\t\t\t'date' => __( 'Date' )\n\t\t);\n\n\t\treturn $columns;\n\t}", "protected function columns(): array\n {\n return [\n TD::make('name', __('Name'))\n ->sort()\n ->render(function (User $user){\n return $user->first_name.' '.$user->last_name;\n }),\n\n TD::make('user_email', __('Email'))\n ->sort()\n ->filter(TD::FILTER_TEXT),\n\n TD::make('email', __('ChemHunt Id'))\n ->cantHide()\n ->filter(TD::FILTER_TEXT),\n\n TD::make('result.day_'.config('chemhunt.day').'_r_1', __('Answer 1'))\n ->cantHide()\n ->filter(TD::FILTER_TEXT),\n\n TD::make('result.day_'.config('chemhunt.day').'_r_2', __('Answer 2'))\n ->cantHide()\n ->filter(TD::FILTER_TEXT),\n\n TD::make('result.day_'.config('chemhunt.day').'_r_3', __('Answer 3'))\n ->cantHide()\n ->filter(TD::FILTER_TEXT),\n\n TD::make('result.day_'.config('chemhunt.day').'_r_4', __('Final'))\n ->cantHide()\n ->filter(TD::FILTER_TEXT),\n\n ];\n }", "protected function columns(): array\n {\n return [\n TD::set('title', 'Title')\n ->render(function (Blog $blog) {\n return Link::make($blog->title)\n ->route('platform.blog.edit', $blog);\n }),\n\n TD::set('created_at', 'Created'),\n TD::set('updated_at', 'Last Edit'),\n ];\n }", "public function define_columns( $columns ) {\n\t\tif ( empty( $columns ) && ! is_array( $columns ) ) {\n\t\t\t$columns = array();\n\t\t}\n\n\t\tunset( $columns['title'], $columns['comments'], $columns['date'] );\n\n\t\t$show_columns = array();\n\t\t$show_columns['cb'] = '<input type=\"checkbox\" />';\n\t\t$show_columns['thumb'] = '<span class=\"wc-image tips\" data-tip=\"' . esc_attr__( 'Image', 'woocommerce' ) . '\">' . __( 'Image', 'woocommerce' ) . '</span>';\n\t\t$show_columns['name'] = __( 'Name', 'woocommerce' );\n\n\t\tif ( wc_product_sku_enabled() ) {\n\t\t\t$show_columns['sku'] = __( 'SKU', 'woocommerce' );\n\t\t}\n\n\t\tif ( 'yes' === get_option( 'woocommerce_manage_stock' ) ) {\n\t\t\t$show_columns['is_in_stock'] = __( 'Stock', 'woocommerce' );\n\t\t}\n\n\t\t$show_columns['price'] = __( 'Price', 'woocommerce' );\n\t\t$show_columns['product_cat'] = __( 'Categories', 'woocommerce' );\n\t\t$show_columns['product_tag'] = __( 'Tags', 'woocommerce' );\n\t\t$show_columns['featured'] = '<span class=\"wc-featured parent-tips\" data-tip=\"' . esc_attr__( 'Featured', 'woocommerce' ) . '\">' . __( 'Featured', 'woocommerce' ) . '</span>';\n\t\t$show_columns['date'] = __( 'Date', 'woocommerce' );\n\n\t\treturn array_merge( $show_columns, $columns );\n\t}", "function my_portfolio_columns($columns) {\r\n\t$columns = array(\r\n\t\t\"cb\" => \"<input type=\\\"checkbox\\\" />\",\r\n\t\t\"title\" => theme_locals(\"title\"),\r\n\t\t\"portfolio_categories\" => theme_locals(\"categories\"),\r\n\t\t\"portfolio_tags\" => theme_locals(\"tags\"),\r\n\t\t\"comments\" => \"<span><span class=\\\"vers\\\"><img src=\\\"\".get_admin_url().\"images/comment-grey-bubble.png\\\" alt=\\\"Comments\\\"></span></span>\",\r\n\t\t\"date\" => theme_locals(\"date\"),\r\n\t\t\"thumbnail\" => theme_locals(\"thumbnail\")\r\n\t);\r\n\treturn $columns;\r\n}", "public function columns(): array\n {\n return [\n MyTD::name(),\n MyTD::boolean('is_active'),\n TD::make('categories')\n ->render(function ($model) {\n return $model->categories\n ->pluck('name')\n ->map(function ($name) {\n return badge($name);\n })\n ->join('&nbsp;');\n }),\n MyTD::money('price'),\n MyTD::money('discount'),\n MyTD::text('presentage')\n ->render(function ($model) {\n return $model->discount_presentage.'%';\n })\n ->sort(false),\n MyTD::createdAt()\n ];\n }", "function get_columns(){\n $columns = array(\n 'title' => 'Contact Name',\n 'date_created' => 'Date Created',\n 'contact_name' => 'Created By'\n );\n return $columns;\n\t}", "public function get_columns() {\n\t\t$columns = [\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'uri' => esc_html__( 'URI', 'rank-math' ),\n\t\t\t'referer' => esc_html__( 'Referer', 'rank-math' ),\n\t\t\t'user_agent' => esc_html__( 'User-Agent', 'rank-math' ),\n\t\t\t'times_accessed' => esc_html__( 'Hits', 'rank-math' ),\n\t\t\t'accessed' => esc_html__( 'Access Time', 'rank-math' ),\n\t\t];\n\n\t\tif ( 'simple' === Helper::get_settings( 'general.404_monitor_mode' ) ) {\n\t\t\tunset( $columns['referer'], $columns['user_agent'] );\n\t\t\treturn $columns;\n\t\t}\n\n\t\tunset( $columns['times_accessed'] );\n\t\treturn $columns;\n\t}", "private function prepareColumns()\n {\n $readOnlyAttribute = $this->readOnlyAttribute;\n\n $columns = [];\n if ($this->canMove) {\n $columns[] = [\n 'class' => MovingColumn::className(),\n 'movingDisabledAttribute' => $readOnlyAttribute,\n ];\n }\n foreach ($this->columns as $column) {\n if (is_string($column)) {\n $column = ['attribute' => $column];\n }\n\n if (empty($column['class'])) {\n $column['class'] = isset($column['items']) ? DropdownInputColumn::className() : TextInputColumn::className();\n }\n\n if ($this->itemClass === null && empty($column['label'])) {\n $column['label'] = Inflector::camel2words($column['attribute'], true);\n }\n\n $column = array_merge([\n 'readOnlyAttribute' => $readOnlyAttribute,\n ], $column);\n\n $columns[] = $column;\n }\n\n if ($this->canRemove) {\n $columns[] = [\n 'class' => 'smart\\grid\\ActionColumn',\n 'options' => ['style' => 'width: 25px;'],\n 'template' => '{remove}',\n 'buttons' => [\n 'remove' => function ($url, $model, $key) use ($readOnlyAttribute) {\n $readOnly = false;\n if ($readOnlyAttribute !== null) {\n $readOnly = ArrayHelper::getValue($model, $readOnlyAttribute);\n }\n\n if ($readOnly) {\n return '';\n }\n\n return Html::a('<span class=\"fas fa-remove\"></span>', '#', [\n 'class' => 'item-remove',\n 'title' => $this->removeLabel,\n ]);\n },\n ],\n ];\n }\n\n $this->_columns = $columns;\n }", "protected function _prepareColumns()\n\t{\n\t\t$this->addColumn('id',\n\t\t\t\tarray(\n\t\t\t\t\t\t'header'=> $this->__('ID'),\n\t\t\t\t\t\t'align' =>'right',\n\t\t\t\t\t\t'width' => '50px',\n\t\t\t\t\t\t'index' => 'id'\n\t\t\t\t)\n\t\t);\n\t\t \n\t\t$this->addColumn('name',\n\t\t\t\tarray(\n\t\t\t\t\t\t'header'=> $this->__('Name'),\n\t\t\t\t\t\t'index' => 'name'\n\t\t\t\t)\n\t\t);\n\t\t\n\t\t$this->addColumn('description',\n\t\t\t\tarray(\n\t\t\t\t\t\t'header'=> $this->__('Description'),\n\t\t\t\t\t\t'index' => 'description'\n\t\t\t\t)\n\t\t);\n\t\t\n\t\t$this->addColumn('percentage',\n\t\t\t\tarray(\n\t\t\t\t\t\t'header'=> $this->__('Percentage'),\n\t\t\t\t\t\t'index' => 'percentage'\n\t\t\t\t)\n\t\t);\n\t\t \n\t\treturn parent::_prepareColumns();\n\t}", "public static function getColumnNames()\n {\n $class = new static([ ]);\n $result = database()->run('DESCRIBE ' . $class->table);\n\n $columns = [ ];\n foreach ($result->fetchAll(PDO::FETCH_COLUMN) as $column):\n if (in_array($column, $class->hidden)) continue;\n\n $columns[] = $column;\n endforeach;\n\n foreach ($class->functionsToShow as $function)\n $columns[] = $function;\n \n unset($class);\n return $columns;\n }", "public function columns(): array\n {\n return [\n 'id',\n 'title',\n 'description',\n 'url',\n 'read',\n 'created_at',\n ];\n }", "public function get_columns()\r\n\t{\r\n\t\treturn [\r\n\t\t\t'name' => __( 'Name', 'giga-messenger-bots' ),\r\n\t\t\t'email' => __( 'Email', 'giga-messenger-bots' ),\r\n\t\t\t'phone' => __( 'Phone', 'giga-messenger-bots' ),\r\n\t\t\t'subscribe' => __( 'Subscribe', 'giga-messenger-bots' ),\r\n 'auto_stop' => __( 'Status', 'giga-messenger-bots' ),\r\n\t\t\t'created_at' => __( 'Created At', 'giga-messenger-bots' ),\r\n\t\t];\r\n\t}", "public function columns()\n {\n return array(\n array(\n 'name' => 'name', \n 'title' => 'Attribute name',\n 'attributes' => array(\n \n ),\n ),\n array(\n 'name' => 'active',\n 'type' => 'toggle',\n 'title' => 'Active', \n 'attributes' => array(\n 'id' => \"active\",\n 'value' => \"{field_id}\"\n ), \n ) \n );\n }", "protected function columns(): array\n {\n return [\n TD::set('title','Career name')\n ->align('center')\n ->width('200px')\n ->render(function ($career) {\n return Link::make($career->title)\n ->route('platform.career.edit', $career);\n }),\n\n TD::set('body', 'Career description')\n ->sort()\n ->render(function ($career) {\n return Link::make($career->body)\n ->route('platform.career.edit', $career);\n }),\n TD::set('created_at','Date of publication'),\n ];\n }", "public static function getColumnTitles()\n {\n return array_keys(self::$columns);\n }", "function dunkdog_player_edit_columns($cols) { \n\t$cols = array('cb' => '<input type=\"checkbox\" />',\n\t\t'headshot' => 'Headshot',\n\t\t'title' => 'Title', \n\t\t'taxonomy-dd-class' => 'Class',\n \t\t'taxonomy-dd-height' => 'Height',\n \t\t'taxonomy-dd-weight' => 'Weight',\n \t\t'taxonomy-dd-position' => 'Player Position',\n \t\t'high_school' => 'High School',\n \t\t'travel_team' => 'Travel',\n \t\t'college_team' => 'College',\n \t\t'news' => 'News'\n \t\t);\n return $cols;\n}", "public static function getColumnOptions()\n {\n return array(\n TableType::SHOW_ALL_COLUMNS => array('name' => __('Show all columns and their headings', 'DataTableWidget-admin', false), 'isColumnFilter' => false),\n TableType::SHOW_SPECIFIC_COLUMNS => array('name' => __('Show specific columns and/or different headings', 'DataTableWidget-admin', false), 'isColumnFilter' => true)\n );\n }", "function register_columns() {\n\n\t\t$this->columns = array(\n\t 'cb' => '<input type=\"checkbox\" />',\n\t 'title' => __( 'Name', 'sudoh' ),\n\t 'example-column' => __( 'Example Column', 'sudoh' ),\n\t 'thumbnail' => __( 'Thumbnail', 'sudoh' )\n\t );\n\n\t return $this->columns;\n\n\t}", "public function get_columns()\n {\n $columns = array(\n 'display_title' => 'Title',\n 'description' => 'Description',\n 'shortcode' => 'PUA Item Shortcode',\n 'tags' => 'WP Tags'\n );\n\n return $columns;\n }", "public static function getColumns()\n {\n return array('title', 'bindingId', 'minYear', 'maxYear',\n 'preciseDate', 'placePublished', 'publisher', 'printVersion',\n 'firstPage', 'lastPage');\n }", "static function get_columns(): array {\r\n return [\r\n 'title' => 'Title',\r\n self::qcol('link') => 'Link',\r\n self::qcol('date_from') => 'In use from',\r\n self::qcol('date_till') => 'In use till',\r\n self::qcol('main') => 'Main website'\r\n ];\r\n }", "protected function _prepareColumns()\n {\n \t// Checkbox\n \t$checkboxColumnBody = new Lumia_DataGrid_Body_Checkbox('student_id[]');\n \t$checkboxColumnHeader = new Lumia_DataGrid_Header_Checkbox();\n $this->addColumn(new Lumia_DataGrid_Column($checkboxColumnBody, $checkboxColumnHeader));\n \n // Name\n $nameColumnBody = new Lumia_DataGrid_Body_Text('student_name');\n $nameColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Name');\n $this->addColumn(new Lumia_DataGrid_Column($nameColumnBody, $nameColumnHeader));\n \n // Code\n $codeColumnBody = new Lumia_DataGrid_Body_Text('student_code');\n $codeColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Code');\n $this->addColumn(new Lumia_DataGrid_Column($codeColumnBody, $codeColumnHeader));\n \n // Date of birth\n $dateColumnBody = new Lumia_DataGrid_Body_Date('student_birth');\n $dateColumnBody->setOptions(array('dateFormat' => 'dd/MM/yyyy'));\n $dateColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Date of birth');\n $this->addColumn(new Lumia_DataGrid_Column($dateColumnBody, $dateColumnHeader));\n \n // Gender\n $genderColumnBody = new Admin_DataGrid_Student_Body_Gender('student_gender');\n $genderColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Gender');\n $this->addColumn(new Lumia_DataGrid_Column($genderColumnBody, $genderColumnHeader));\n \n // Class\n $classColumnBody = new Lumia_DataGrid_Body_Text('class_department');\n $classColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Class/Department');\n $this->addColumn(new Lumia_DataGrid_Column($classColumnBody, $classColumnHeader));\n \n // Status\n $statusColumnBody = new Admin_DataGrid_Student_Body_Status('user_status');\n $statusColumnHeader = new Lumia_DataGrid_Header_Text('StudentListView:@Status');\n $this->addColumn(new Lumia_DataGrid_Column($statusColumnBody, $statusColumnHeader));\n \n // Action\n $actionColumnBody = new Admin_DataGrid_Student_Body_Action('actionColumn');\n $actionColumnHeader = new Lumia_DataGrid_Header_Text();\n $this->addColumn(new Lumia_DataGrid_Column($actionColumnBody, $actionColumnHeader));\n }", "public function get_columns() {\n\n\t\t$columns = [];\n\n\t\t$columns['cb'] = '<input type=\"checkbox\" />';\n\t\t$columns['status'] = '';\n\t\t$columns['subject'] = esc_html__( 'Subject', 'wp-mail-smtp-pro' );\n\t\t$columns['from'] = esc_html__( 'From', 'wp-mail-smtp-pro' );\n\t\t$columns['to'] = esc_html__( 'To', 'wp-mail-smtp-pro' );\n\t\t$columns['initiator'] = esc_html__( 'Source', 'wp-mail-smtp-pro' );\n\t\t$columns['cc'] = esc_html__( 'CC', 'wp-mail-smtp-pro' );\n\t\t$columns['bcc'] = esc_html__( 'BCC', 'wp-mail-smtp-pro' );\n\n\t\tif ( wp_mail_smtp()->get_pro()->get_logs()->is_enabled_open_email_tracking() ) {\n\t\t\t$columns['opened'] = esc_html__( 'Opened', 'wp-mail-smtp-pro' );\n\t\t}\n\n\t\tif ( wp_mail_smtp()->get_pro()->get_logs()->is_enabled_click_link_tracking() ) {\n\t\t\t$columns['clicked'] = esc_html__( 'Clicked', 'wp-mail-smtp-pro' );\n\t\t}\n\n\t\t$columns['date_sent'] = esc_html__( 'Date Sent', 'wp-mail-smtp-pro' );\n\n\t\treturn $columns;\n\t}", "function wtr_gallery_column($columns){\r\n\r\n\t$columns = array(\r\n\t\t\"cb\" \t\t\t\t\t=> \"<input type='checkbox' />\",\r\n\t\t\"title\"\t\t\t\t\t=> __( 'ID', 'wtr_ct_framework' ),\r\n\t\t\"gallery_thumbnail\"\t\t=> __( 'Photo', 'wtr_ct_framework' ),\r\n\t\t\"gallery_order\"\t\t\t=> __( 'Order', 'wtr_ct_framework'),\r\n\t\t\"date\"\t\t\t\t\t=> __( 'Date', 'wtr_ct_framework'),\r\n\t);\r\n\treturn $columns;\r\n}", "public function column_headers($columns) {\n\t\t$ent_list = get_option(str_replace(\"-\", \"_\", $this->textdomain) . '_ent_list');\n\t\tif (!empty($ent_list[$this->post_type]['featured_img'])) {\n\t\t\t$columns['featured_img'] = __('Featured Image', $this->textdomain);\n\t\t}\n\t\tforeach ($this->boxes as $mybox) {\n\t\t\tforeach ($mybox['fields'] as $fkey => $mybox_field) {\n\t\t\t\tif (!in_array($fkey, Array(\n\t\t\t\t\t'wpas_form_name',\n\t\t\t\t\t'wpas_form_submitted_by',\n\t\t\t\t\t'wpas_form_submitted_ip'\n\t\t\t\t)) && !in_array($mybox_field['type'], Array(\n\t\t\t\t\t'textarea',\n\t\t\t\t\t'wysiwyg'\n\t\t\t\t)) && $mybox_field['list_visible'] == 1) {\n\t\t\t\t\t$columns[$fkey] = $mybox_field['name'];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t$taxonomies = get_object_taxonomies($this->post_type, 'objects');\n\t\tif (!empty($taxonomies)) {\n\t\t\t$tax_list = get_option(str_replace(\"-\", \"_\", $this->textdomain) . '_tax_list');\n\t\t\tforeach ($taxonomies as $taxonomy) {\n\t\t\t\tif (!empty($tax_list[$this->post_type][$taxonomy->name]) && $tax_list[$this->post_type][$taxonomy->name]['list_visible'] == 1) {\n\t\t\t\t\t$columns[$taxonomy->name] = $taxonomy->label;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t$rel_list = get_option(str_replace(\"-\", \"_\", $this->textdomain) . '_rel_list');\n\t\tif (!empty($rel_list)) {\n\t\t\tforeach ($rel_list as $krel => $rel) {\n\t\t\t\tif ($rel['from'] == $this->post_type && in_array($rel['show'], Array(\n\t\t\t\t\t'any',\n\t\t\t\t\t'from'\n\t\t\t\t))) {\n\t\t\t\t\t$columns[$krel] = $rel['from_title'];\n\t\t\t\t} elseif ($rel['to'] == $this->post_type && in_array($rel['show'], Array(\n\t\t\t\t\t'any',\n\t\t\t\t\t'to'\n\t\t\t\t))) {\n\t\t\t\t\t$columns[$krel] = $rel['to_title'];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn $columns;\n\t}", "function custom_edit_coupon_columns($columns) {\r\n\r\n $columns['coupon_type'] = esc_html__( 'Coupon', 'wp-coupon' );\r\n $columns['expires'] = esc_html__( 'Expires', 'wp-coupon' );\r\n $columns['stats'] = esc_html__( 'Votes / Clicks', 'wp-coupon' );\r\n\r\n\r\n //unset( $columns['author'] );\r\n // Move default columns to right\r\n if ( isset( $columns['comments'] ) ) {\r\n $title = $columns['comments'];\r\n unset( $columns['comments'] );\r\n $columns['comments'] = $title;\r\n }\r\n\r\n if ( isset( $columns['author'] ) ) {\r\n $title = $columns['author'];\r\n unset( $columns['author'] );\r\n $columns['author'] = $title;\r\n }\r\n\r\n if ( isset( $columns['date'] ) ) {\r\n $title = $columns['date'];\r\n unset( $columns['date'] );\r\n $columns['date'] = $title;\r\n }\r\n\r\n return $columns;\r\n }", "protected function _prepareColumns()\n {\n $this->addColumn('recipetype_id', array(\n 'header' => Mage::helper('recomiendo_recipes')->__('ID'),\n 'width' => '50px',\n 'index' => 'recipetype_id',\n ));\n\n $this->addColumn('name', array(\n 'header' => Mage::helper('recomiendo_recipes')->__('Nombre Clasificación'),\n 'index' => 'name',\n ));\n\n return parent::_prepareColumns();\n }", "protected function default_column_class() {\n\t\t$return = array(\n\t\t\t'title' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-4 wpo-col-lg-4 wpo-col-xl-3',\n\t\t\t'fieldset' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-8 wpo-col-lg-8 wpo-col-xl-9',\n\t\t);\n\t\tswitch ( $this->module() ) {\n\t\t\tcase 'user_profile':\n\t\t\t\t$return = array(\n\t\t\t\t\t'title' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-12 wpo-col-lg-2 wpo-col-xl-2',\n\t\t\t\t\t'fieldset' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-12 wpo-col-lg-10 wpo-col-xl-10',\n\t\t\t\t);\n\t\t\t\tbreak;\n\t\t\tcase 'taxonomy':\n\t\t\t\t$return = array(\n\t\t\t\t\t'title' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-3 wpo-col-lg-3 wpo-col-xl-3',\n\t\t\t\t\t'fieldset' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-9 wpo-col-lg-9 wpo-col-xl-9',\n\t\t\t\t);\n\t\t\t\tbreak;\n\t\t\tcase 'metabox':\n\t\t\t\t$screen = get_current_screen();\n\t\t\t\tif ( $screen && in_array( $screen->base, array( 'term', 'edit-tags' ), true ) ) {\n\t\t\t\t\t$return = array(\n\t\t\t\t\t\t'title' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-4 wpo-col-lg-4 wpo-col-xl-4',\n\t\t\t\t\t\t'fieldset' => 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-8 wpo-col-lg-8 wpo-col-xl-8',\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif ( false === $this->has( 'title' ) || true === $this->option( 'hide_title' ) ) {\n\t\t\t$return['fieldset'] = 'wpo-col-xs-12 wpo-col-sm-12 wpo-col-md-12 wpo-col-lg-12 wpo-col-xl-12';\n\t\t}\n\t\treturn apply_filters( 'wponion/default/field/column/css_class', $return, $this->module(), $this );\n\t}", "protected function columns(): array\n {\n return [\n TD::make('question', __('Question'))\n ->sort()\n ->cantHide()\n ->filter(TD::FILTER_TEXT)\n ->render(function (Riddle $riddle){\n return \\Illuminate\\Support\\Str::limit($riddle->question,'50');\n }),\n\n TD::make('day', __('Day'))\n ->sort()\n ->cantHide()\n ->filter(TD::FILTER_TEXT),\n\n TD::make('sr_no', __('Sr No'))\n ->sort()\n ->cantHide()\n ->filter(TD::FILTER_TEXT),\n\n TD::make(__('Actions'))\n ->align(TD::ALIGN_CENTER)\n ->width('100px')\n ->render(function (Riddle $riddle) {\n return DropDown::make()\n ->icon('options-vertical')\n ->list([\n Link::make(__('Edit'))\n ->route('platform.chemhunt.riddles.edit', $riddle->id)\n ->icon('pencil'),\n\n Button::make(__('Delete'))\n ->icon('trash')\n ->method('remove')\n ->confirm(__('Are you sure you want to delete this Riddle?'))\n ->parameters([\n 'id' => $riddle->id,\n ]),\n ]);\n }),\n ];\n }", "public function get_columns() {\n\t\treturn array(\n\t\t\t'payment' => 'Payment',\n\t\t\t'status' => 'Status',\n\t\t\t'category' => 'Category',\n\t\t\t'due' => 'Due',\n\t\t\t'amount' => 'Amount',\n\t\t\t'method' => 'Method',\n\t\t\t// 'vendor' => 'Vendor',\n\t\t\t'attachments' => 'Attachments',\n\t\t\t'event' => 'Event',\n\t\t);\n\t}", "function sl_shortlink_columns( $columns ) {\n\n\t$columns = array(\n\t\t'cb' => $columns['cb'],\n\t\t'title' => __( 'Title', 'short-links' ),\n\t\t'url' => __( 'URL', 'short-links' ),\n\t\t'target' => __( 'Target', 'short-links' ),\n\t\t'hits' => __( 'Hits', 'short-links' ),\n\t\t'date' => __( 'Date', 'short-links' ),\n\t);\n\n\treturn $columns;\n}", "function add_futurninews_columns($cols){\n\treturn array(\n\t\t'cb' \t\t=> '<input type=\"checkbox\" />;',\n\t\t'title' \t=> 'Title',\n\t\t'heading'\t=> 'Heading',\n\t\t'date'\t\t=> 'Date'\n\t);\n}", "public function columns_head( $columns ) {\r\n $new = array();\r\n foreach ( $columns as $key => $title ) {\r\n if ( $key == 'title' ){\r\n $new['featured_image'] = esc_html__( 'Image', 'myhome-core' );\r\n $new[$key] = $title;\r\n } elseif ( $key == 'author' ) {\r\n $new[$key] = esc_html__( 'Agent', 'myhome-core' );\r\n $new['price'] = esc_html__( 'Price', 'myhome-core' );\r\n } else {\r\n $new[$key] = $title;\r\n }\r\n }\r\n return $new;\r\n }", "function wtr_events_locations_column($columns){\r\n\r\n\t$columns = array(\r\n\t\t\"cb\" \t\t\t\t\t=> \"<input type='checkbox' />\",\r\n\t\t\"title\"\t\t\t\t\t=> __( 'title', 'wtr_ct_framework' ),\r\n\t\t\"event_locatio_address\"\t=> __( 'Address', 'wtr_ct_framework' ),\r\n\t);\r\n\treturn $columns;\r\n}", "public function tableColumns($table,$column);", "protected function _prepareColumns(){\r\n $this->addColumn('in_brands', array(\r\n 'header_css_class' => 'a-center',\r\n 'type' => 'checkbox',\r\n 'name' => 'in_brands',\r\n 'values'=> $this->_getSelectedBrands(),\r\n 'align' => 'center',\r\n 'index' => 'entity_id'\r\n ));\r\n $this->addColumn('title', array(\r\n 'header'=> Mage::helper('zozoconcepts_brands')->__('Title'),\r\n 'align' => 'left',\r\n 'index' => 'title',\r\n ));\r\n $this->addColumn('position', array(\r\n 'header' => Mage::helper('zozoconcepts_brands')->__('Position'),\r\n 'name' => 'position',\r\n 'width' => 60,\r\n 'type' => 'number',\r\n 'validate_class'=> 'validate-number',\r\n 'index' => 'position',\r\n 'editable' => true,\r\n ));\r\n return parent::_prepareColumns();\r\n }", "function getColumns(){\r\n return array(\r\n 'log_id'=>array('label'=>'日志id','class'=>'span-3','readonly'=>true), \r\n 'member_id'=>array('label'=>'用户','class'=>'span-3','type'=>'memberinfo'), \r\n 'mtime'=>array('label'=>'交易时间','class'=>'span-2','type'=>'time'), \r\n 'memo'=>array('label'=>'业务摘要','class'=>'span-3'), \r\n 'import_money'=>array('label'=>'存入金额','class'=>'span-3','type'=>'import_money'), \r\n 'explode_money'=>array('label'=>'支出金额','class'=>'span-3','type'=>'explode_money'), \r\n 'member_advance'=>array('label'=>'当前余额','class'=>'span-3'), \r\n 'paymethod'=>array('label'=>'支付方式','class'=>'span-3'), \r\n 'payment_id'=>array('label'=>'支付单号','class'=>'span-3'), \r\n 'order_id'=>array('label'=>'订单号','class'=>'span-3'), \r\n 'message'=>array('label'=>'管理备注','class'=>'span-3'), \r\n 'money'=>array('label'=>'出入金额','class'=>'span-3','readonly'=>true), \r\n 'shop_advance'=>array('label'=>'商店余额','class'=>'span-3','readonly'=>true), \r\n );\r\n }", "public function getColumnNames();", "public function getListColumns()\n {\n return [\n ['class' => SerialColumn::className()],\n 'category',\n 'message',\n [\n 'class' => ActionColumn::className(),\n 'template' => $this->template,\n 'buttons' => [\n 'update' => function ($url, $model) {\n return Html::a(\n $this->editButtonTemplate,\n $this->getTranslationEditUrl($model),\n []\n );\n },\n 'delete' => function ($url, $model) {\n return Html::a(\n $this->deleteButtonTemplate,\n $this->getTranslationDeleteUrl($model),\n []\n );\n },\n ],\n ]\n ];\n }", "function wc_tab_manager_edit_product_tab_columns( $columns ) {\n\n\t$is_searchable_text = esc_html__( 'Searchable?', 'woocommerce-tab-manager' );\n\t$is_searchable_html = '<span class=\"dashicons dashicons-search\" title=\"' . $is_searchable_text . '\" aria-label=\"' . $is_searchable_text . '\"></span>';\n\n\t$columns = array(\n\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t'name' => esc_html__( 'Name', 'woocommerce-tab-manager' ),\n\t\t'type' => esc_html__( 'Tab Type', 'woocommerce-tab-manager' ),\n\t\t'parent-product' => esc_html__( 'Parent Product', 'woocommerce-tab-manager' ),\n\t\t'product-cat' => esc_html__( 'Categories', 'woocommerce-tab-manager' ),\n\t\t'is-searchable' => $is_searchable_html,\n\t);\n\n\treturn $columns;\n}", "protected function columns(): array\n {\n return [\n TD::make('plan_id', __('Plan'))\n ->sort()\n ->cantHide()\n ->render(function (Subscription $subscription) {\n return Plan::find($subscription->plan_id)->name;\n }),\n TD::make('plan_id', __('Price (XAF)'))\n ->sort()\n ->cantHide()\n ->render(function (Subscription $subscription) {\n return Plan::find($subscription->plan_id)->price;\n }),\n TD::make('subscriber_id', __('Subscriber'))\n ->sort()\n ->cantHide()\n ->render(function (Subscription $subscription) {\n $c = Company::find($subscription->subscriber_id);\n return $c ? $c->name : \"deleted\";\n }),\n TD::make('starts_at', __('Start AT'))\n ->sort()\n ->cantHide()\n ->render(function (Subscription $subscription) {\n return $subscription->starts_at;\n }),\n TD::make('ends_at', __('End AT'))\n ->sort()\n ->cantHide()\n ->render(function (Subscription $subscription) {\n return $subscription->starts_at;\n }),\n ];\n }", "public function admin_table_columns($_columns)\n {\n }", "public static function getColumns()\n {\n return array('libraryId', 'signature', 'summary', 'status', 'userId');\n }", "abstract protected function getColumnsHeader(): array;", "public function get_columns() {\n \t\t$columns = array(\n \t\t\t'blogname' => __( 'Site Name' ),\n \t\t\t'blog_path' => __( 'Path' ),\n \t\t\t'connected' => __( 'Jetpack Connected' ),\n 'jetpackemail' => __('Jetpack Master User E-mail'),\n 'lastpost' => __( 'Last Post Date' ),\n \t\t);\n\n \t\treturn $columns;\n \t}", "public function edit_knowledgebase_item_columns( $post_columns ) {\n\n\t\t$screen = get_current_screen();\n\t\t$post_type = $screen->post_type;\n\t\t$columns = array();\n\t\t$taxonomies = array();\n\n\t\t/* Adds the checkbox column. */\n\t\t$columns['cb'] = $post_columns['cb'];\n\n\t\t/* Add custom columns and overwrite the 'title' column. */\n\t\t$columns['title'] = __( 'Article', 'knowledgebase' );\n\n\t\t/* Get taxonomies that should appear in the manage posts table. */\n\t\t$taxonomies = get_object_taxonomies( $post_type, 'objects' );\n\t\t$taxonomies = wp_filter_object_list( $taxonomies, array( 'show_admin_column' => true ), 'and', 'name' );\n\n\t\t/* Allow devs to filter the taxonomy columns. */\n\t\t$taxonomies = apply_filters( \"manage_taxonomies_for_{$post_type}_columns\", $taxonomies, $post_type );\n\t\t$taxonomies = array_filter( $taxonomies, 'taxonomy_exists' );\n\n\t\t/* Loop through each taxonomy and add it as a column. */\n\t\tforeach ( $taxonomies as $taxonomy ) {\n\t\t\t$columns[ 'taxonomy-' . $taxonomy ] = get_taxonomy( $taxonomy )->labels->name;\n\t\t}\n\n\t\t/* Add the comments column. */\n\t\tif ( !empty( $post_columns['comments'] ) ) {\n\t\t\t$columns['comments'] = $post_columns['comments'];\n\t\t}\n\n\t\t$columns['order'] = __( 'Order', 'knowledgebase' );\n\n\t\t/* Return the columns. */\n\t\treturn $columns;\n\t}", "function _get_querable_table_columns()\n {\n return array('name', 'author', 'date', 'title', 'modified', 'menu_order', 'parent', 'ID', 'rand', 'comment_count');\n }", "protected function _prepareColumns()\n {\n $this->addColumn('grid_checkbox', array(\n 'header_css_class' => 'a-center',\n 'type' => 'checkbox',\n 'index' => 'bannerslider_id',\n //'name' => 'grid_checkbox',\n 'align' => 'center',\n 'width' => '50px',\n 'values' => $this->_selectedId(),\n ));\n\n /*$this->addColumn('widget_banner_id', array(\n 'header' => Mage::helper('campaign')->__('ID'),\n 'align' =>'right',\n 'width' => '50px',\n 'index' => 'widget_banner_id',\n ));*/\n\n $this->addColumn('title', array(\n 'header' => Mage::helper('campaign')->__('Banner title'),\n 'align' => 'left',\n 'width' => '220px',\n 'index' => 'title',\n //'renderer' => 'Magestore_Campaign_Block_Adminhtml_Banner_Grid_Renderer_BannerType',\n //'filter' => false,\n ));\n\n /*$this->addColumn('in_widgets', array(\n 'header' => Mage::helper('campaign')->__('In Widgets'),\n 'index' => 'widget_selected_ids',\n //'width' => '220px',\n 'renderer' => 'Magestore_Campaign_Block_Adminhtml_Banner_Grid_Renderer_InWidgets',\n 'filter_condition_callback' => array($this, '_filterInWidgets'),\n ));*/\n\n $this->addColumn('in_campaign', array(\n 'header' => Mage::helper('campaign')->__('Added to Campaign'),\n 'index' => 'campaign_name',\n 'width' => '220px',\n 'filter_condition_callback' => array($this, '_filterInCampaign'),\n ));\n\n $this->addColumn('status', array(\n 'header' => Mage::helper('campaign')->__('Status'),\n 'align' => 'left',\n 'width' => '80px',\n 'index' => 'status',\n 'filter_index'=>'main_table.status',\n 'type' => 'options',\n 'options' => Magestore_Campaign_Model_Sliderstatus::getOptionArray(),\n ));\n\n $this->addColumn('action',\n array(\n 'header' => Mage::helper('campaign')->__('Action'),\n 'width' => '100',\n 'type' => 'action',\n 'getter' => 'getId',\n 'actions' => array(\n array(\n 'caption' => Mage::helper('campaign')->__('Edit'),\n 'url' => array('base'=> '*/adminhtml_bannerslider/edit'),\n //'onclick' => 'return saveAndContinueEdit();',\n 'field' => 'id'\n )),\n 'filter' => false,\n 'sortable' => false,\n 'index' => 'stores',\n 'is_system' => true,\n ));\n\n $this->addColumn('action_delete',\n array(\n 'header' => Mage::helper('campaign')->__('Disable Banner'),\n 'width' => '100',\n 'type' => 'action',\n 'getter' => 'getId',\n 'actions' => array(\n array(\n 'caption' => Mage::helper('campaign')->__('Disable'),\n 'url' => array('base'=> '*/adminhtml_bannerslider/disableSlider'),\n //'onclick' => 'return saveAndContinueEdit();',\n 'field' => 'id'\n )),\n 'filter' => false,\n 'sortable' => false,\n 'index' => 'stores',\n 'is_system' => true,\n ));\n\n $this->addExportType('*/*/exportCsv', Mage::helper('campaign')->__('CSV'));\n $this->addExportType('*/*/exportXml', Mage::helper('campaign')->__('XML'));\n\n return parent::_prepareColumns();\n }", "protected function _prepareColumns()\n {\n $this->addColumn('ticket_id', array(\n 'header' => Mage::helper('inchoo_supportticket')->__('ID'),\n 'width' => '80px',\n 'index' => 'ticket_id'\n ));\n $this->addColumn('subject', array(\n 'header'=> Mage::helper('inchoo_supportticket')->__('Subject'),\n 'type'=> 'text',\n 'width' => '300px',\n 'index' => 'subject',\n 'escape' => true\n ));\n $this->addColumn('content', array(\n 'header'=> Mage::helper('inchoo_supportticket')->__('Content'),\n 'type' => 'text',\n 'index' => 'content',\n 'escape' => true\n ));\n $this->addColumn('status', array(\n 'header'=> Mage::helper('inchoo_supportticket')->__('Status'),\n 'type'=> 'text',\n 'width' => '200px',\n 'index' => 'status',\n 'escape' => true\n ));\n $this->addColumn('created_at', array(\n 'header'=> Mage::helper('inchoo_supportticket')->__('Created at'),\n 'type' => 'text',\n 'width' => '170px',\n 'index' => 'created_at',\n ));\n return parent::_prepareColumns();\n }", "function jeg_post_columns($columns)\n{\n\t$columns['posttype'] = 'Blog Post Type';\n\treturn $columns;\n}", "function mp_thumbnail_columns( $columns ){\n $new_columns = array();\n\n foreach( $columns as $column_name => $column_info ){\n $new_columns[$column_name] = $column_info;\n if('cb' === $column_name ){\n $new_columns['thumb_img'] = __('Thumbnail');\n }\n }\n\n return $new_columns;\n}" ]
[ "0.770147", "0.72612435", "0.7080554", "0.70650494", "0.6988134", "0.6985066", "0.6981752", "0.695819", "0.6878438", "0.6789337", "0.67866886", "0.67840815", "0.67818063", "0.6773149", "0.67706084", "0.67589915", "0.67551255", "0.6746788", "0.6738671", "0.67214566", "0.6719559", "0.67044497", "0.66998965", "0.665033", "0.66487396", "0.6639633", "0.663793", "0.66310775", "0.6625236", "0.6607595", "0.65482503", "0.6543369", "0.6538155", "0.650516", "0.64741784", "0.64733756", "0.64622355", "0.64616346", "0.6424768", "0.64174986", "0.6402059", "0.6400393", "0.63888437", "0.6369433", "0.6367615", "0.6352054", "0.6338664", "0.6324896", "0.63148177", "0.630834", "0.6283244", "0.62828135", "0.6249874", "0.62420577", "0.6236148", "0.6228214", "0.62231976", "0.622132", "0.6201727", "0.6183773", "0.6175489", "0.61753285", "0.6122248", "0.6121238", "0.6118832", "0.6107646", "0.608649", "0.6086197", "0.60819507", "0.6079503", "0.6062248", "0.60561335", "0.60438144", "0.6042638", "0.60166144", "0.60047674", "0.6001889", "0.59995854", "0.5999181", "0.59878236", "0.59551966", "0.59545225", "0.59474856", "0.59322053", "0.5921503", "0.59155124", "0.59137154", "0.5907833", "0.5897065", "0.5895739", "0.5895279", "0.5894881", "0.58883536", "0.58835655", "0.5877921", "0.5877155", "0.5870106", "0.58695704", "0.5868354", "0.58661324" ]
0.6290984
50
Optional. If you want one or more columns to be sortable (ASC/DESC toggle), you will need to register it here. This should return an array where the key is the column that needs to be sortable, and the value is db column to sort by. Often, the key and value will be the same, but this is not always the case (as the value is a column name from the database, not the list table).
function get_sortable_columns() { $sortable_columns = array( 'date_published' => array('date_published',false), //true means its already sorted 'listing_title' => array('listing_title',false), 'quantity' => array('quantity',false), 'price' => array('price',false), 'status' => array('status',false) ); return $sortable_columns; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function get_sortable_columns() {\n return $sortable = array(\n \"col_user\"=>array(\"user_login\",false),\n \"col_groupName\"=>array(\"groupName\",false)\n );\n }", "function get_sortable_columns()\n {\n $sortable_columns = array(\n// 'id' => array('id',false), //true means it's already sorted\n// 'type' => array('type', false),\n// 'name' => array('name', false),\n 'tag' => array('tag', false),\n 'kind' => array('kind', false),\n );\n return $sortable_columns;\n }", "public function get_sortable_columns() {\n\n\t\treturn $sortable = array(\n\t\t\t// 'name' => array('name'),\n\t\t\t// 'user_id'=>array('user_id')\n\t\t);\n\t}", "public function get_sortable_columns()\r\n {\r\n return array(\r\n 'name' => array('name', false),\r\n 'sku' => array('sku', false),\r\n 'price' => array('price', false),\r\n 'date' => array('date', false)\r\n );\r\n }", "public function get_sortable_columns()\n {\n return array(\n 'ID' => array('ID', true),\n 'Orderno' => array('Orderno', true),\n 'Mtid' => array('Mtid', true),\n 'Userid' => array('Userid', true),\n 'UserName' => array('UserName', true)\n );\n }", "function get_sortable_columns() {\n\n\t\treturn $sortable_columns = array(\n\t\t\t'title'\t \t=> array( 'title', false ),\t//true means it's already sorted\n\t\t\t'rating'\t=> array( 'rating', false ),\n\t\t\t'director'\t=> array( 'director', false )\n\t\t);\n\t}", "function get_sortable_columns() {\n $sortable_columns = array(\n 'name' => array('name',false), //true means it's already sorted\n 'job' => array('job',false),\n\t\t\t'linkedin' => array('linkedin',false),\n 'facebook' => array('facebook',false)\n );\n return $sortable_columns;\n }", "public function get_sortable_columns() {\n\t\treturn [\n\t\t\t'uri' => [ 'uri', false ],\n\t\t\t'times_accessed' => [ 'times_accessed', false ],\n\t\t\t'accessed' => [ 'accessed', false ],\n\t\t];\n\t}", "function get_sortable_columns() {\n $sortable_columns = array(\n 'title' => array('title',false), //true means it's already sorted\n 'contact_name' => array('contact_name',false),\n 'date_created' => array('date_created',false)\n );\n return $sortable_columns;\n }", "function get_sortable_columns()\n {\n $sortable_columns = array(\n \n 'timestamp' => array('timestamp', true),\n );\n\n return $sortable_columns;\n }", "public function get_sortable_columns() {\n\treturn $sortable = array(\n\t\t'channel' => array('channel',false),\n\t\t'source' => array('source',false),\n\t\t'status' => array('status',false),\n\t\t'title' => array('title',false),\n 'pubdate' => array('pubdate',false)\n\t);\n}", "public function get_sortable_columns()\n {\n return array('name' => array('name', false));\n }", "public function get_sortable_columns() {\r\n return $sortable = array(\r\n 'col_created_on'=> array('created_on', false),\r\n 'col_type'=> array('type', false),\r\n );\r\n }", "public function get_sortable_columns() {\n\t\treturn array();\n\t}", "public function get_sortable_columns()\r\n\t{\r\n\t\treturn [\r\n\t\t\t'name' => [ 'name', false ]\r\n\t\t];\r\n\t}", "protected function get_sortable_columns()\n {\n }", "protected function get_sortable_columns()\n {\n }", "protected function get_sortable_columns()\n {\n }", "static function get_sortable_columns(): array {\r\n return [\r\n 'title' => 'Title',\r\n self::qcol('date_till') => self::qcol('date_till')];\r\n }", "public function get_sortable_columns() {\n\t\treturn array(\n\t\t\t'category' => 'category',\n\t\t\t'due' => 'due',\n\t\t\t'status' => 'status',\n\t\t\t'method' => 'method',\n\t\t);\n\t}", "function get_sortable_columns() {\n\t\t$sortable_columns = array(\n\t\t\t'id' => array( 'id', false ),\n\t\t\t'date' => array( 'date', false ),\n\t\t\t'uploader' => array( 'uploader', false ),\n\t\t\t'uploader_group' => array( 'uploader_group', false ),\n\t\t\t'site' => array( 'site', false ),\n\t\t\t'assessment' => array( 'assessment', false ),\n\t\t);\n\t\treturn $sortable_columns;\n\t}", "public function get_sortable_columns()\n\t{\n\t\treturn array(\n\t\t\t'timestamp' => array( 'timestamp', true ),\n\t\t);\n\t}", "function get_sortable_columns() {\n\t\t$sortable_columns = array(\n\t\t\t'id' => array('id', false),\n\t\t\t'company' => array('company', false),\n\t\t\t'transaction_id' => array('transaction_id', false),\n\t\t\t'email' => array('email', false),\n\t\t\t'expiration' => array('expiration', false),\n\t\t\t'accesstourlkey' => array('accesstourlkey', false),\n\t\t\t'webinarpass' => array('webinarpass', false),\n\t\t\t'total' => array('total', false)\n\t\t);\n\t\treturn $sortable_columns;\n\t}", "function get_sortable_columns()\n {\n $sortable_columns = array(\n 'date_added' => array('date_added', false),\n// 'wp_username' => array('wp_username', false),\n// 'redirect_id' => array('redirect_id', false),\n// 'redirect_destination' => array('redirect_destination', false),\n );\n return $sortable_columns;\n }", "protected function get_sortable_columns() {\n\n\t\treturn array(\n\t\t\t'subject' => array( 'subject', false ),\n\t\t\t'date_sent' => array( 'date_sent', false ),\n\t\t);\n\t}", "protected function get_sortable_columns() {\n\t\t$c = array(\n\t\t\t'username' => 'login',\n\t\t\t'email' => 'email',\n\t\t);\n\n\t\treturn $c;\n\t}", "public function get_sortable_columns() {\n return $sortable = array(\n 'template_id' => array( 'template_id', true ),\n 'template_name' => array( 'template_name', true ),\n 'create_date' => array( 'create_date', true )\n );\n }", "public function get_sortable_columns() {\n\t\treturn [\n\t\t\t'product' => ['product', false],\n\t\t\t'quantity' => ['quantity', false],\n\t\t\t'price' => ['price', false],\n\t\t\t'total' => ['total', false]\n\t\t];\n\t}", "public function get_sortable_columns() {\n\t\t$sortable_columns = array(\n\t\t\t'name' => array( 'name', true ),\n\t\t\t'jumlahsts' => array( 'jumlahsts', true ),\n\t\t\t'expired' => array( 'expired', true ),\n\t\t\t'status' => array( 'status', false )\n\t\t);\n\n\t\treturn $sortable_columns;\n\t}", "protected function get_sortable_columns() {\n\t\t/*\n\t\t * The initial sorting is by 'Requested' (post_date) and descending.\n\t\t * With initial sorting, the first click on 'Requested' should be ascending.\n\t\t * With 'Requester' sorting active, the next click on 'Requested' should be descending.\n\t\t */\n\t\t$desc_first = isset( $_GET['orderby'] );\n\n\t\treturn array(\n\t\t\t'email' => 'requester',\n\t\t\t'created_timestamp' => array( 'requested', $desc_first ),\n\t\t);\n\t}", "public function get_sortable_columns() {\r\n\t\t$sortable_columns = array(\r\n\t\t\t'name' => array( 'name', true ),\r\n\t\t\t'city' => array( 'city', false )\r\n\t\t);\r\n\r\n\t\treturn $sortable_columns;\r\n\t}", "function get_sortable_columns() {\n\t\t\n\t\t$sortable_columns = array();\n\t\t\n\t\treturn apply_filters('bdpp_style_sortable_columns', $sortable_columns);\n\t}", "protected function sortableColumns(): array\n {\n return [];\n }", "function get_sortable_columns( ) {\r\n\t\treturn apply_filters( 'mla_list_table_get_sortable_columns', self::$default_sortable_columns );\r\n\t}", "public function get_sortable_columns() {\n\t\t$sortable_columns = array(\n\t\t\t'transaction_id' \t=> array( 'transaction_id', true ),\n\t\t\t'trade_date' \t\t=> array( 'trade_date', true ),\n\t\t\t'settlement_date' \t=> array( 'settlement_date', true ),\n\t\t\t'transaction_type' \t=> array( 'transaction_type', true ),\n\t\t\t'equity' \t\t\t=> array( 'equity', true ),\n\t\t\t'ticker_symbol' \t=> array( 'ticker_symbol', true ),\n\t\t\t'num_of_shares' \t=> array( 'num_of_shares', true ),\n\t\t\t'price' \t\t\t=> array( 'price', true ),\n\t\t\t'transaction_fees' \t=> array( 'transaction_fees', true ),\n\t\t\t'currency' \t\t\t=> array( 'currency', true ),\n\t\t\t'user_id' \t\t\t=> array( 'user_id', true ),\n\t\t\t'stock_id' \t\t\t=> array( 'stock_id', true ),\n\t\t\t'platform' \t\t\t=> array( 'platform', true ),\n\t\t\t'broker' \t\t\t=> array( 'broker', true ),\n\t\t\t'account_id' \t\t=> array( 'account_id', true ),\n\t\t\t'notes' \t\t\t=> array( 'notes', true ),\n\t\t\t//'exchange_name' => array( 'exchange_name', false )\n\t\t);\n\n\t\treturn $sortable_columns;\n\t}", "public function get_sortable_columns()\n {\n $sortable_columns = array();\n\n return $sortable_columns;\n }", "public function get_sortable_columns() {\n\t\t$sortable_columns = array(\n\t\t);\n\n\t\treturn $sortable_columns;\n\t}", "public function get_sortable_columns() {\n\n\t\t\t$sortable_columns = array(\n\n\t\t\t\t'topic_name' => array( 'topic_name', true )\n\n\t\t\t);\n\n\n\n\t\t\treturn $sortable_columns;\n\n\t\t}", "public function get_sortable_columns() {\n\n\t\t\t$columns = [];\n\n\t\t\t// Get column names from result set.\n\t\t\tif ( $this->items ) {\n\t\t\t\tforeach ( $this->items[0] as $key => $value ) {\n\n\t\t\t\t\t$columns[ $key ] = [ $key, false ];\n\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn $columns;\n\n\t\t}", "public function get_sortable_columns() {\n\n\t\t// Build our array of sortable columns.\n\t\t$setup = array(\n\t\t\t'review_title' => array( 'review_title', false ),\n\t\t\t'review_product' => array( 'review_product', false ),\n\t\t\t'review_date' => array( 'review_date', true ),\n\t\t\t'review_score' => array( 'review_score', true ),\n\t\t\t'review_status' => array( 'review_status', true ),\n\t\t);\n\n\t\t// Return it, filtered.\n\t\treturn apply_filters( Core\\HOOK_PREFIX . 'review_table_sortable_columns', $setup );\n\t}", "function get_sortable_columns() {\n\n\t\t$sortable_columns = array(\n \t\t\t\t\t\t\t\t'code'\t\t\t=>\tarray( 'code', true ),\n\t\t\t\t\t\t //'product_title'\t=>\tarray( 'product_title', true ),\t\t\t\t\t\t \n\t\t\t\t\t\t 'order_date'\t=>\tarray( 'order_date', true ),\n\t\t\t\t\t\t 'order_id'\t\t=>\tarray( 'order_id', true ),\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t);\n\t\treturn apply_filters( 'woo_vou_used_add_sortable_column', $sortable_columns );\n\t}", "function payments_table_gateway_column_sortable( $columns ){\r\n //$columns['status'] = array('status', false);\r\n return $columns;\r\n}", "public function getSortColumn();", "public function set_custom_columns_sortable ( $columns )\n {\n $columns['name'] = 'name';\n $columns['approved'] = 'approved';\n $columns['featured'] = 'featured';\n return ( $columns );\n }", "public static function sortables()\n {\n return ['id', 'module_name'];\n }", "function set_custom_contact_sortable_columns( $columns ) {\n $columns['title'] = 'title';\n $columns['email'] = 'email';\n $columns['company'] = 'company';\n\n return $columns;\n}", "public static function manage_sortable_columns( $columns ) {\n unset( $columns['wpseo-focuskw'] );\n unset( $columns['wpseo-score'] );\n unset( $columns['wpseo-title'] );\n unset( $columns['wpseo-metadesc'] );\n unset( $columns['date'] );\n $columns['expiration'] = 'expiration';\n $columns['registrar'] = 'registrar';\n return $columns;\n }", "public function register_sortable_columns( $columns ) {\n $columns['username'] = 'username';\n return $columns;\n }", "function adleex_resource_list_column_sort($cols) {\nglobal $current_screen;\n\t\n\tif ($current_screen->post_type!='resource') return $cols;\n\n\t$order = array(\n 'post_title' => true, );\n\tforeach($order\tas $k => $v) $cols[$k]=true;\n\treturn $cols;\n}", "function units_sortable_columns( $columns ) {\n\n\t\t$columns['status'] = 'status';\n\n\t\treturn $columns;\n\t}", "function dhali_sort_order_column( $columns ) {\n\n\t$columns['sort_order_column'] = __( 'Sort Order', 'dhali' );\n\treturn $columns;\n\n}", "protected function getSortableColumns()\n {\n if ($this->sortableColumns !== null) {\n return $this->sortableColumns;\n }\n\n $columns = $this->getColumns();\n $sortable = array_filter($columns, function ($column) {\n return $column->sortable;\n });\n\n return $this->sortableColumns = $sortable;\n }", "function get_columns() {\r\n return $columns= array(\r\n 'col_created_on'=>__('Date'),\r\n 'col_type'=>__('Type'),\r\n 'col_ip'=>__('IP'),\r\n 'col_os'=>__('Operating System'),\r\n 'col_browser'=>__('Browser'),\r\n 'col_location'=>__('Location'),\r\n 'col_actions'=>__('Actions')\r\n );\r\n }", "function column(){\n\t\t$column_array = array(\n\t\t\t\t0 => 'A.date_add',//default order sort\n\t\t\t\t1 => 'A.po_number',\n\t\t\t\t2 => 'A.po_date',\n\t\t\t\t3 => 'B.nama_supplier',\t\t\n\t\t\t\t4 => 'A.state_received',\t\n\t\t\t\t5 => 'A.active',\t\n\t\t\t\t6 => 'A.add_by',\n\t\t\t\t7 => 'A.date_add',\n\t\t);\n\t\treturn $column_array;\n\t}", "public function get_default_sortables() {\n\t\t$columns = array(\n\t\t\t'author',\n\t\t\t'response',\n\t\t\t'date'\n\t\t);\n\t\treturn $columns;\n\t}", "public function define_sortable_columns( $columns ) {\n\t\t$custom = array(\n\t\t\t'price' => 'price',\n\t\t\t'sku' => 'sku',\n\t\t\t'name' => 'title',\n\t\t);\n\t\treturn wp_parse_args( $custom, $columns );\n\t}", "public function getDefaultOrderByColumns();", "function js_custom_project_admin_sortable_columns( $columns ) {\n\t$columns['project_post_id'] = 'ID';\n\treturn $columns;\n}", "function TS_VCSC_Testimonials_Sort_CustomColumns($columns) {\r\n\t\t$columns['ids'] = 'ids'; \r\n\t\treturn $columns;\r\n\t}", "private function getOrdering()\n {\n return [[\n 'column' => 0,\n 'dir' => 'asc',\n ]];\n }", "public function add_sortable( $columns ) {\n\t\t$columns[ 'wp_capabilities' ] = 'wp-custom-role';\n\t\t$columns[ 'blogname' ] = 'wp-custom-blog-name';\n\t\t$columns[ 'primary_blog' ] = 'primary_blog';\n\n\t\treturn $columns;\n\t}", "function _get_querable_table_columns()\n {\n return array('name', 'author', 'date', 'title', 'modified', 'menu_order', 'parent', 'ID', 'rand', 'comment_count');\n }", "public function get_columns() {\n\n\t\treturn array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'product_id' => __( 'Product ID', 'tuxedo-software-updater' ),\n\t\t\t'user_id' => __( 'User ID', 'tuxedo-software-updater' ),\n\t\t\t'order_id' => __( 'Order ID', 'tuxedo-software-updater' ),\n\t\t\t'activations' => __( 'Activations', 'tuxedo-software-updater' ),\n\t\t\t'expires' => __( 'Expires', 'tuxedo-software-updater' ),\n\t\t\t'created' => __( 'Created', 'tuxedo-software-updater' ),\n\t\t\t'modified' => __( 'Modified', 'tuxedo-software-updater' ),\n\t\t);\n\n\t}", "public function columnMap()\n {\n return [\n 'id' => 'id',\n 'level' => 'level',\n 'name' => 'name',\n 'sort' => 'sort',\n 'type' => 'type',\n 'value' => 'value',\n 'token' => 'token',\n 'pid' => 'pid'\n ];\n }", "static function get_columns(): array {\r\n return [\r\n 'title' => 'Title',\r\n self::qcol('link') => 'Link',\r\n self::qcol('date_from') => 'In use from',\r\n self::qcol('date_till') => 'In use till',\r\n self::qcol('main') => 'Main website'\r\n ];\r\n }", "public function get_columns()\n\t{\n\t\t$columns = array();\n\t\t$class = $this->activeRecordClass;\n\t\t\n\t\tif ( ! empty( $this->bulkActions ) )\n\t\t{\n\t\t\t$columns[ 'cb' ] = '<input type=\"checkbox\" />';\n\t\t}\n\t\t\n\t\tif ( isset( $this->columns ) )\n\t\t{\n\t\t\t$columns = array_merge( $columns, $this->columns );\n\t\t\treturn $columns;\n\t\t}\n\t\t\n\t\tforeach( $class::$columns as $key => $column )\n\t\t{\n\t\t\t$slug = NULL;\n\t\t\t$title = NULL;\n\t\t\t\n\t\t\tif ( is_array( $column ) )\n\t\t\t{\n\t\t\t\t$slug = $class::$prefix . $key;\n\t\t\t\tif ( isset( $column[ 'title' ] ) and is_string( $column[ 'title' ] ) )\n\t\t\t\t{\n\t\t\t\t\t$title = $column[ 'title' ];\n\t\t\t\t}\n\t\t\t}\n\t\t\telseif ( is_string( $column ) )\n\t\t\t{\n\t\t\t\t$slug = $class::$prefix . $column;\n\t\t\t}\n\t\t\t\n\t\t\tif ( ! $title )\n\t\t\t{\n\t\t\t\t$title = str_replace( '_', ' ', $slug );\n\t\t\t\t$title = ucwords( $title );\n\t\t\t}\n\t\t\t\n\t\t\t$columns[ $slug ] = $title;\n\t\t}\n\t\t\n\t\treturn $columns;\n\t}", "public function sortableColumns( $columns )\n {\n foreach($this->fields_list as $field => $label):\n $columns[$field] = $field;\n endforeach; \n \n return $columns;\n }", "public function get_columns() {\n\n\t\treturn array(\n\t\t\t'id' \t\t => '%d',\n\t\t\t'name' \t\t => '%s',\n\t\t\t'date_created' \t=> '%s',\n\t\t\t'date_modified' => '%s',\n\t\t\t'status'\t\t=> '%s',\n\t\t\t'ical_hash'\t\t=> '%s'\n\t\t);\n\n\t}", "public static function getColumnOptions()\n {\n return array(\n TableType::SHOW_ALL_COLUMNS => array('name' => __('Show all columns and their headings', 'DataTableWidget-admin', false), 'isColumnFilter' => false),\n TableType::SHOW_SPECIFIC_COLUMNS => array('name' => __('Show specific columns and/or different headings', 'DataTableWidget-admin', false), 'isColumnFilter' => true)\n );\n }", "public function column_list()\r\n {\r\n $this->set_error(\"MBE-\".$this->model_code.\"-CL-1\", \r\n \"Internal error, please contact admin\", \r\n \"Missing column_list API for this model \".$this->model_name);\r\n \r\n $column_list = array();\r\n /*\r\n $column_list = array (\r\n array(\"name\" => \"dummy\", \"must_have\" => true),\r\n );\r\n */\r\n return $column_list;\r\n }", "public function providerSortBy() {\n return array(\n array('name','ASC','item-01'),\n array('name','DESC','item-39'),\n array('color,name','ASC','item-03'),\n );\n }", "function get_columns()\n {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />', //Render a checkbox instead of text\n// 'type' => 'Type',\n// 'name' => 'Name',\n 'tag' => 'Shortcode Name',\n 'kind' => 'Kind',\n 'description' => 'Description',\n 'example' => 'Example',\n 'code' => 'Code',\n 'created_datetime' => 'Created Datetime'\n );\n return $columns;\n }", "function get_columns() {\n\n\t\treturn $columns = array(\n\t\t\t'cb'\t\t=> '<input type=\"checkbox\" />', //Render a checkbox instead of text\n\t\t\t'title'\t\t=> 'Title',\n\t\t\t'rating'\t=> 'Rating',\n\t\t\t'director'\t=> 'Director'\n\t\t);\n\t}", "public function loadSortColumns()\n {\n add_filter( 'request', array( $this, 'sortColumns' ) );\n }", "public function admin_column_sortable( $sortable_columns ) {\n\t\t$sortable_columns[ 'location' ] = 'location';\n\t\treturn $sortable_columns;\n\t}", "public function get_columns() {\n\t\t$columns = [\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'uri' => esc_html__( 'URI', 'rank-math' ),\n\t\t\t'referer' => esc_html__( 'Referer', 'rank-math' ),\n\t\t\t'user_agent' => esc_html__( 'User-Agent', 'rank-math' ),\n\t\t\t'times_accessed' => esc_html__( 'Hits', 'rank-math' ),\n\t\t\t'accessed' => esc_html__( 'Access Time', 'rank-math' ),\n\t\t];\n\n\t\tif ( 'simple' === Helper::get_settings( 'general.404_monitor_mode' ) ) {\n\t\t\tunset( $columns['referer'], $columns['user_agent'] );\n\t\t\treturn $columns;\n\t\t}\n\n\t\tunset( $columns['times_accessed'] );\n\t\treturn $columns;\n\t}", "function sl_shortlink_sortable_columns( $columns ) {\n\t$columns['hits'] = 'shortlink_hits';\n\treturn $columns;\n}", "public function get_columns()\r\n\t{\r\n\t\treturn [\r\n\t\t\t'name' => __( 'Name', 'giga-messenger-bots' ),\r\n\t\t\t'email' => __( 'Email', 'giga-messenger-bots' ),\r\n\t\t\t'phone' => __( 'Phone', 'giga-messenger-bots' ),\r\n\t\t\t'subscribe' => __( 'Subscribe', 'giga-messenger-bots' ),\r\n 'auto_stop' => __( 'Status', 'giga-messenger-bots' ),\r\n\t\t\t'created_at' => __( 'Created At', 'giga-messenger-bots' ),\r\n\t\t];\r\n\t}", "public function getListColumns(){\n\treturn \"id, codice_categoria, codice, descrizione\";\n}", "function get_display_columns() {\n return $columns = array('id' => __('id', 'kkl-ligatool'), 'name' => __('name', 'kkl-ligatool'), 'club_id' => __('club', 'kkl-ligatool'), 'season_id' => __('season', 'kkl-ligatool'), 'short_name' => __('url_code', 'kkl-ligatool'),);\n }", "private function getColumns() : array\n {\n return [\n self::column('id'),\n self::column('order'),\n RoomCategoryTranslationMapper::column('lang_id'),\n RoomCategoryTranslationMapper::column('name'),\n ];\n }", "public function columns(): array\n {\n return [\n 'id',\n 'title',\n 'description',\n 'url',\n 'read',\n 'created_at',\n ];\n }", "public function sortFields()\n {\n return property_exists($this, 'sortable') ? $this->sortable : [];\n }", "public function sortable($sortable_columns)\n {\n $sortable_columns[ $this->slug ] = $this->sortable;\n return $sortable_columns;\n }", "protected function AdminRows_settings_columns() {\n\treturn array(\n\t 'ID' => 'ID',\n\t 'ID_Parent' \t=> 'Parent',\n\t 'NameSng'\t=> 'Singular',\n\t 'NamePlr'\t=> 'Plural',\n\t 'Descr'\t=> 'Description',\n\t 'Sort'\t=> 'Sort',\n\t 'isType'\t=> 'Type?'\n\t );\n }", "function get_columns() {\n return $columns= array(\n 'col_what'=>__('What','wpwt'),\n 'col_user'=>__('User Name','wpwt'),\n 'col_groupName'=>__('Group Name','wpwt'),\n 'col_application'=>__('Application','wpwt')\n );\n }", "public function columnMap(){\n\t\treturn array(\n\t\t\t'id'=> 'id',\n\t\t\t'name'=> 'name',\n\t\t\t'content'=> 'content' \n\t\t);\n\t}", "public function getListColumns()\n {\n if ( $this->_listColumnNames ) {\n return $this->_listColumnNames;\n }\n\n $this->kernel->event->trigger('phifty.crud.list_column_before',$this);\n\n $columnNames = array();\n if ( $this->listColumns ) {\n $columnNames = array_merge($this->listColumns,\n $this->listMiddleColumns,\n $this->listRightColumns\n );\n } else {\n // $columnNames = $this->getModel()->getColumnNames();\n $columnNames = $this->getModel()->getRenderableColumnNames();\n }\n\n return $this->_listColumnNames = $columnNames;\n }", "public function get_columns()\n {\n $columns = array(\n 'display_title' => 'Title',\n 'description' => 'Description',\n 'shortcode' => 'PUA Item Shortcode',\n 'tags' => 'WP Tags'\n );\n\n return $columns;\n }", "public function getSorting();", "function get_columns() {\n\t\t$columns = array(\n\t\t\t'cb' => '<input type=\"checkbox\" />',\n\t\t\t'id' => __( 'ID', 'mylisttable' ),\n\t\t\t'date' => __( 'Date', 'mylisttable' ),\n\t\t\t'uploader' => __( 'Uploader (#ID)', 'mylisttable' ),\n\t\t\t'uploader_group' => __( 'Uploader Group\t (#ID)', 'mylisttable' ),\n\t\t\t'site' => __( 'Site #ID', 'mylisttable' ),\n\t\t\t'assessment' => __( 'Assessment #ID', 'mylisttable' ),\n\t\t\t'assessment_result' => __( 'View', 'mylisttable' ),\n\t\t);\n\t\tif ( current_user_can( 'manage_options' ) ) {\n\t\t\t$columns['assessment_result_evaluation'] = __( 'Evaluate', 'mylisttable' );\n\t\t}\n\t\treturn $columns;\n\t}", "public function getListColumns()\n {\n return [\n ['class' => SerialColumn::className()],\n 'category',\n 'message',\n [\n 'class' => ActionColumn::className(),\n 'template' => $this->template,\n 'buttons' => [\n 'update' => function ($url, $model) {\n return Html::a(\n $this->editButtonTemplate,\n $this->getTranslationEditUrl($model),\n []\n );\n },\n 'delete' => function ($url, $model) {\n return Html::a(\n $this->deleteButtonTemplate,\n $this->getTranslationDeleteUrl($model),\n []\n );\n },\n ],\n ]\n ];\n }", "public static function sortables()\n {\n return ['plot_ref', 'plot_active', 'plot_percent_cultivated_land', 'plot_real_area', 'plot_start_date'];\n }", "public function columns(): array\n {\n return [\n 'is_slow',\n 'content',\n 'created_at',\n ];\n }", "public function get_columns() {\n\t\treturn array(\n\t\t\t'payment' => 'Payment',\n\t\t\t'status' => 'Status',\n\t\t\t'category' => 'Category',\n\t\t\t'due' => 'Due',\n\t\t\t'amount' => 'Amount',\n\t\t\t'method' => 'Method',\n\t\t\t// 'vendor' => 'Vendor',\n\t\t\t'attachments' => 'Attachments',\n\t\t\t'event' => 'Event',\n\t\t);\n\t}", "public function getSortBy();", "public static function getSortFieldNames()\n {\n return array('iduser', 'username', 'email', 'state', 'logondate');\n }", "public function get_columns()\r\n {\r\n $columns = array(\r\n 'cb' => '<input type=\"checkbox\" />',\r\n 'name' => 'Name',\r\n 'sku' => 'SKU',\r\n 'price' => 'Price',\r\n 'categories' => 'Categories',\r\n 'date' => 'Date'\r\n );\r\n return $columns;\r\n }", "function get_columns() {\r\n\t\t$columns = [\r\n\t\t\t'cb' => '<input type=\"checkbox\" />',\r\n\t\t\t'name' => __( 'Name', 'ac' ),\r\n\t\t\t'address' => __( 'Address', 'ac' ),\r\n\t\t\t'city' => __( 'City', 'ac' )\r\n\t\t];\r\n\r\n\t\treturn $columns;\r\n\t}", "function get_columns() {\n $columns = array(\n 'cb' => '<input type=\"checkbox\" />',\n 'template_name' => __('Name', 'mylisttable'),\n 'template_description' => __('Description', 'mylisttable'),\n 'create_by' => __('Created By', 'mylisttable'),\n 'create_date' => __('Create Date', 'mylisttable')\n );\n return $columns;\n }" ]
[ "0.8203006", "0.819806", "0.8177926", "0.81510276", "0.81334066", "0.811198", "0.8089933", "0.80892706", "0.8087506", "0.8067091", "0.80648834", "0.8041721", "0.8014852", "0.7996868", "0.79708755", "0.7958342", "0.79559505", "0.79559505", "0.7942052", "0.7930315", "0.78993297", "0.78893584", "0.7843234", "0.7833064", "0.78054", "0.77983797", "0.776969", "0.77151936", "0.76788044", "0.7667399", "0.7653547", "0.75918245", "0.7570366", "0.7554758", "0.7536296", "0.75345975", "0.74667656", "0.74468637", "0.7375293", "0.73491365", "0.73455507", "0.7079966", "0.6973529", "0.6967892", "0.69437546", "0.69298184", "0.6870033", "0.6783846", "0.6775741", "0.67736095", "0.6764345", "0.6724771", "0.6712974", "0.66648597", "0.66638917", "0.66617703", "0.66520685", "0.6646118", "0.6644738", "0.66204214", "0.6617014", "0.6599846", "0.65877324", "0.6571175", "0.6565057", "0.65640175", "0.65541476", "0.6524429", "0.65150857", "0.65018386", "0.64958626", "0.64611685", "0.64515173", "0.64354223", "0.642717", "0.6416769", "0.6410136", "0.640661", "0.6402511", "0.64018375", "0.6398", "0.6392136", "0.6392015", "0.63744", "0.63667274", "0.6351774", "0.6349979", "0.63327175", "0.633263", "0.6327768", "0.6322319", "0.63219976", "0.6320969", "0.6317311", "0.63104904", "0.63086194", "0.6296874", "0.6296333", "0.6288503", "0.6283866" ]
0.7976938
14
Optional. If you need to include bulk actions in your list table, this is the place to define them. Bulk actions are an associative array in the format 'slug'=>'Visible Title' Also note that list tables are not automatically wrapped in elements, so you will need to create those manually in order for bulk actions to function.
function get_bulk_actions() { $actions = array( // 'update' => __( 'Update details from Amazon', 'wp-lister-for-amazon' ), // TODO // 'reapply' => __( 'Re-apply profile', 'wp-lister-for-amazon' ), // 'end_item' => __( 'Pause listings', 'wp-lister-for-amazon' ), 'wpla_get_compet_price' => __( 'Fetch latest prices from Amazon', 'wp-lister-for-amazon' ), 'wpla_resubmit' => __( 'Resubmit items', 'wp-lister-for-amazon' ), 'wpla_change_profile' => __( 'Change profile', 'wp-lister-for-amazon' ), 'wpla_trash_listing' => __( 'Remove from Amazon', 'wp-lister-for-amazon' ), 'wpla_delete' => __( 'Delete from database', 'wp-lister-for-amazon' ), 'wpla_get_lowest_offers' => __( 'Get lowest offer listings', 'wp-lister-for-amazon' ) . ' (beta)', 'wpla_fetch_pdescription' => __( 'Fetch full description', 'wp-lister-for-amazon' ) . ' (beta)', ); return $actions; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function get_bulk_actions()\n {\n }", "protected function get_bulk_actions()\n {\n }", "function get_bulk_actions( ) {\r\n\t\t$actions = array();\r\n\r\n\t\tif ( $this->is_trash ) {\r\n\t\t\t$actions['restore'] = __( 'Restore', 'media-library-assistant' );\r\n\t\t\t$actions['delete'] = __( 'Delete Permanently', 'media-library-assistant' );\r\n\t\t} else {\r\n\t\t\t$actions['edit'] = __( 'Edit', 'media-library-assistant' );\r\n\r\n\t\t\tif ( EMPTY_TRASH_DAYS && MEDIA_TRASH ) {\r\n\t\t\t\t$actions['trash'] = __( 'Move to Trash', 'media-library-assistant' );\r\n\t\t\t} else {\r\n\t\t\t\t$actions['delete'] = __( 'Delete Permanently', 'media-library-assistant' );\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn apply_filters( 'mla_list_table_get_bulk_actions', $actions );\r\n\t}", "public static function bulkActions() {\n return [\n static::BULK_ACTION_SETREAD => ['title' => \\Yii::t('app', 'خوانده شده')],\n static::BULK_ACTION_SETNOTREAD => ['title' => \\Yii::t('app', 'خوانده نشده')],\n static::BULK_ACTION_DELETE => ['title' => \\Yii::t('app', 'حذف')],\n ];\n }", "public function listAction() {}", "protected function get_bulk_actions() {\n\t\t// We don't want bulk actions, we have our own UI\n\t\treturn array();\n\t}", "public function listAction() {\n\n\t}", "public function listAction(){\n\n\t}", "public function bulkAction()\r\n {\r\n $this->checkIfDemo();\r\n $this->AdminInterviewCategoryModel->bulkAction();\r\n }", "public function autofilterAction()\n {\n $this->aliasAction('index');\n\n // \\MUtil_Model::$verbose = true;\n\n // We do not need to return the layout, just the above table\n $this->disableLayout();\n\n $this->html[] = $this->_createTable();\n $this->html->raw(\\MUtil_Echo::out());\n }", "protected function setupListOperation()\n {\n CRUD::column('key')->label('ID key')->type('text');\n CRUD::column('name')->label('Nom')->type('text')->limit(200);\n }", "protected function get_bulk_actions() {\n\n\t\t// Make a basic array of the actions we wanna include.\n\t\t$setup = array(\n\t\t\t'wbr_bulk_approve' => __( 'Approve Pending', 'woo-better-reviews' ),\n\t\t\t'wbr_bulk_delete' => __( 'Delete Selected', 'woo-better-reviews' ),\n\t\t);\n\n\t\t// Return it filtered.\n\t\treturn apply_filters( Core\\HOOK_PREFIX . 'review_table_bulk_actions', $setup );\n\t}", "public function listAction()\n {\n // some logic\n }", "public function admin_table_bulk_actions($actions)\n {\n }", "function listPage_quickAction(){\n $this->data_view['dataTable']['quickAction'] = array(\n array('action'=>$this->_table.'/set_status/is_active/0','title'=>'Ẩn','popup'=>false),\n array('action'=>$this->_table.'/set_status/is_active/1','title'=>'Hiện','popup'=>false),\n array('action'=>$this->_table.'/delete_popup','title'=>'Xóa','popup'=>true),\n array('action'=>$this->_table.'/tag_popup/create','title'=>'Thêm tag','popup'=>true),\n array('action'=>$this->_table.'/tag_popup/delete','title'=>'Xóa tag','popup'=>true),\n array('action'=>$this->_table.'/cate_popup/create','title'=>'Thêm vào danh mục','popup'=>true),\n array('action'=>$this->_table.'/cate_popup/delete','title'=>'Xóa khỏi danh mục','popup'=>true),\n );\n }", "protected function renderActionList() {}", "function get_bulk_actions() {\n\t\t$actions = array(\n\t\t\t\t\t\t\t'delete' => __('Delete', 'blog-designer-pack')\n\t\t\t\t\t\t);\n\t\treturn apply_filters('bdpp_style_bulk_act', $actions);\n\t}", "public function bulkAction() {\n\t\t$this->_helper->ajaxgrid->massActions ();\n\t}", "public function bulkAction() {\n\t\t$this->_helper->ajaxgrid->massActions ();\n\t}", "protected function setupListOperation()\n {\n if (!backpack_user()->hasPermissionTo('Browse plugin')) {\n abort(403);\n }\n\n CRUD::column('name')->label('Plugin')->type('text');\n CRUD::column('version')->label('Version')->type('text');\n $this->crud->addButtonFromModelFunction('line', 'editBtn', 'editBtn', 'beginning');\n $this->crud->addButtonFromModelFunction('line', 'openBtn', 'openBtn', 'beginning');\n }", "public function get_bulk_actions() {\n\n\t\t\tif ( ! $this->bulk_actions_enabled ) {\n\t\t\t\t// Bulk actions disabled.\n\t\t\t\treturn '';\n\t\t\t}\n\n\t\t\tif ( empty( $this->wpda_list_columns->get_table_primary_key() ) ) {\n\t\t\t\t// Tables has no primary key: no bulk actions allowed!\n\t\t\t\t// Primary key is neccesary to ensure uniqueness.\n\t\t\t\treturn '';\n\t\t\t}\n\n\t\t\t$actions = [];\n\n\t\t\tif ( $this->allow_delete === 'on' ) {\n\t\t\t\t$actions = [\n\t\t\t\t\t'bulk-delete' => __( 'Delete Permanently', 'wp-data-access' ),\n\t\t\t\t];\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t$this->bulk_export_enabled && (\n\t\t\t\t\tWPDA::is_wpda_table( $this->table_name ) ||\n\t\t\t\t\tWPDA::get_option( WPDA::OPTION_BE_EXPORT_ROWS ) === 'on'\n\t\t\t\t)\n\t\t\t) {\n\t\t\t\t$actions['bulk-export'] = __( 'Export to SQL', 'wp-data-access' );\n\t\t\t\t$actions['bulk-export-xml'] = __( 'Export to XML', 'wp-data-access' );\n\t\t\t\t$actions['bulk-export-json'] = __( 'Export to JSON', 'wp-data-access' );\n\t\t\t\t$actions['bulk-export-excel'] = __( 'Export to Excel', 'wp-data-access' );\n\t\t\t\t$actions['bulk-export-csv'] = __( 'Export to CSV', 'wp-data-access' );\n\t\t\t}\n\n\t\t\treturn $actions;\n\n\t\t}", "function modify_list_row_actions( $actions, $post ) {\n\t\tif ( $post->post_type == BF_Episode::POST_TYPE ) {\n\n\n\t\t\t$status = get_post_meta( $post->ID, Unity3_Audio_Transcription::PM_STATUS, true );\n\t\t\t$has_transcription = $status === 'COMPLETED';\n\t\t\t$visibility = get_post_meta( $post->ID, Unity3_Audio_Transcription::PM_VISIBILITY, true );\n\t\t\t$str_visibility = 'public' === $visibility ? 'Public' : 'Private';\n\n\t\t\t$actions = array(\n\t\t\t\t'transcription' => sprintf( '<a href=\"%1$s\">%2$s</a>',\n\t\t\t\t\t$has_transcription ? esc_url( admin_url('admin.php?page=aht-transcription&aht_post_id=' . $post->ID) ) : '#',\n\t\t\t\t\t( $has_transcription ? ( 'Edit Transcription - ' . $str_visibility ) : 'No Transcription' )\n\t\t\t));\n//\t\t\tunset( $actions['trash'] );\n//\t\t\tunset( $actions['inline hide-if-no-js'] );\n//\t\t\tunset( $actions['view'] );\n\t\t}\n\n\t\treturn $actions;\n\t}", "protected function setupListOperation()\n {\n if (About::count() > 0) {\n $this->crud->denyAccess((array)'create');\n }\n// CRUD::addColumn(['name' => 'text_one', 'label' => 'Текст первый']); // columns\n CRUD::addColumn(['name' => 'image_one', 'type' => 'image', 'label' => 'Изображение первое']); // columns\n// CRUD::addColumn(['name' => 'text_two', 'label' => 'Текст второй']); // columns\n CRUD::addColumn(['name' => 'image_two', 'type' => 'image', 'label' => 'Изображение второе']); // columns\n CRUD::addColumn(['name' => 'image_third', 'type' => 'image', 'label' => 'Изображение второе']); // columns\n CRUD::addColumn(['name' => 'image_four', 'type' => 'image', 'label' => 'Изображение второе']); // columns\n\n /**\n * Columns can be defined using the fluent syntax or array syntax:\n * - CRUD::column('price')->type('number');\n * - CRUD::addColumn(['name' => 'price', 'type' => 'number']);\n */\n }", "function get_bulk_actions()\n {\n $actions = array(\n\n 'delete' => 'Delete',\n );\n return $actions;\n }", "function get_bulk_actions()\n {\n $actions = array(\n 'delete_selected' => 'Delete Selected',\n );\n return $actions;\n }", "protected function setupListOperation()\n {\n // $this->crud->setFromDb();\n $name = $this->textCol('name', ' Name');\n $email = $this->emailCol('email', 'Email');\n CRUD::addColumns([$name, $email]);\n }", "public function admin_index()\n {\n $this->Redirect->urlToNamed();\n\n // Sets Search Parameters\n $conditions = $this->getSearchConditions(array(\n array('model' => $this->modelClass, 'field' => \"name\", 'type' => 'string', 'view_field' => 'name'),\n ));\n \n $this->paginate[\"limit\"] = 20;\n $records = $this->paginate($this->modelClass, $conditions);\n \n //setting variables\n $this->set(compact('records')); \n }", "public function bulkAction()\r\n {\r\n $this->checkIfDemo();\r\n $this->AdminJobModel->bulkAction();\r\n }", "public function get_bulk_actions() {\n\t\t $actions = [\n\t\t \t'bulk-delete' => 'Delete',\n\t\t ];\n\n\t\t //return $actions;\n\t}", "public function handle_post_action_list() {\n\t\tIggoGrid::check_nonce( 'list' );\n\n\t\tif ( isset( $_POST['bulk-action-top'] ) && '-1' != $_POST['bulk-action-top'] ) {\n\t\t\t$bulk_action = $_POST['bulk-action-top'];\n\t\t} elseif ( isset( $_POST['bulk-action-bottom'] ) && '-1' != $_POST['bulk-action-bottom'] ) {\n\t\t\t$bulk_action = $_POST['bulk-action-bottom'];\n\t\t} else {\n\t\t\t$bulk_action = false;\n\t\t}\n\n\t\tif ( ! in_array( $bulk_action, array( 'copy', 'export', 'delete' ), true ) ) {\n\t\t\tIggoGrid::redirect( array( 'action' => 'list', 'message' => 'error_bulk_action_invalid' ) );\n\t\t}\n\n\t\tif ( empty( $_POST['table'] ) || ! is_array( $_POST['table'] ) ) {\n\t\t\tIggoGrid::redirect( array( 'action' => 'list', 'message' => 'error_no_selection' ) );\n\t\t} else {\n\t\t\t$tables = wp_unslash( $_POST['table'] );\n\t\t}\n\n\t\t$no_success = array(); // to store table IDs that failed\n\n\t\tswitch ( $bulk_action ) {\n\t\t\tcase 'copy':\n\t\t\t\t$this->init_i18n_support(); // for the translation of \"Copy of\"\n\t\t\t\tforeach ( $tables as $table_id ) {\n\t\t\t\t\tif ( current_user_can( 'iggogrid_copy_table', $table_id ) ) {\n\t\t\t\t\t\t$copy_table_id = IggoGrid::$model_table->copy( $table_id );\n\t\t\t\t\t\tif ( is_wp_error( $copy_table_id ) ) {\n\t\t\t\t\t\t\t$no_success[] = $table_id;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$no_success[] = $table_id;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase 'delete':\n\t\t\t\tforeach ( $tables as $table_id ) {\n\t\t\t\t\tif ( current_user_can( 'iggogrid_delete_table', $table_id ) ) {\n\t\t\t\t\t\t$deleted = IggoGrid::$model_table->delete( $table_id );\n\t\t\t\t\t\tif ( is_wp_error( $deleted ) ) {\n\t\t\t\t\t\t\t$no_success[] = $table_id;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$no_success[] = $table_id;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif ( count( $no_success ) != 0 ) { // maybe pass this information to the view?\n\t\t\t$message = \"error_{$bulk_action}_not_all_tables\";\n\t\t} else {\n\t\t\t$plural = ( count( $tables ) > 1 ) ? '_plural' : '';\n\t\t\t$message = \"success_{$bulk_action}{$plural}\";\n\t\t}\n\n\t\t// slightly more complex redirect method, to account for sort, search, and pagination in the WP_List_Table on the List View\n\t\t// but only if this action succeeds, to have everything fresh in the event of an error\n\t\t$sendback = wp_get_referer();\n\t\tif ( ! $sendback ) {\n\t\t\t$sendback = IggoGrid::url( array( 'action' => 'list', 'message' => $message ) );\n\t\t} else {\n\t\t\t$sendback = remove_query_arg( array( 'action', 'message', 'table_id' ), $sendback );\n\t\t\t$sendback = add_query_arg( array( 'action' => 'list', 'message' => $message ), $sendback );\n\t\t}\n\t\twp_redirect( $sendback );\n\t\texit;\n\t}", "function aspirelists_get_view_actions() {\n return array('view', 'view all');\n}", "public function get_bulk_actions() {\n\t\t$actions = array(\n\t\t\t'trash' => __( 'Move to Trash', 'wdaf' ),\n\t\t);\n\n\t\treturn $actions;\n\t}", "function get_bulk_actions()\n {\n $actions = array(\n 'delete' => 'Delete'\n );\n return $actions;\n }", "protected function setupListOperation()\n {\n\n $this->crud->setColumns([\n [ \n 'name' => 'id',\n 'label' => 'ID',\n 'type' => 'number',\n\n ],\n [\n 'name' => 'name',\n 'type' => 'text',\n 'label' => 'Customer',\n 'orderable' => false,\n ],\n [\n 'name' => 'target',\n 'type' => 'number',\n 'label' => 'Target',\n 'orderable' => false,\n ],\n [\n // non-relationship count\n 'name' => 'Machines', // name of relationship method in the model\n 'type' => 'relationship_count', \n 'label' => 'Machines', // Table column heading\n // OPTIONAL\n 'suffix' => '', // to show \"123 tags\" instead of \"123 items\"\n ],\n [\n 'name' => 'balance',\n 'type' => 'text',\n 'label' => 'Balance',\n ],\n [ \n // any type of relationship\n 'name' => 'User', // name of relationship method in the model\n 'type' => 'relationship',\n 'label' => 'Collector', // Table column heading\n // OPTIONAL\n // 'entity' => 'tags', // the method that defines the relationship in your Model\n // 'attribute' => 'name', // foreign key attribute that is shown to user\n // 'model' => App\\Models\\Category::class, // foreign key model\n ],\n ]);\n\n }", "function get_bulk_actions() {\n\n\t\treturn $actions = array(\n\t\t\t'delete'\t=> 'Delete'\n\t\t);\n\t}", "function bulk_actions() {\n\t\t$screen = get_current_screen();\n\n\t\tif ( is_null( $this->_actions ) ) {\n\t\t\t$no_new_actions = $this->_actions = $this->get_bulk_actions();\n\t\t\t// This filter can currently only be used to remove actions.\n\t\t} else {\n\t\t\t$two = '2';\n\t\t}\n\n\t\tif ( empty( $this->_actions ) )\n\t\t\treturn;\n\n\t\techo \"<select name='ep-reg-bulk[action$two]'>\\n\";\n\t\techo \"<option value='-1' selected='selected'>\" . __( 'Bulk Actions' ) . \"</option>\\n\";\n\t\tforeach ( $this->_actions as $name => $title )\n\t\t\techo \"\\t<option value='$name'>$title</option>\\n\";\n\t\techo \"</select>\\n\";\n\n\t\tsubmit_button( __( 'Apply' ), 'button-secondary action', false, false, array( 'id' => \"ep-bulk-reg-doaction$two\" ) );\n\t\techo \"\\n\";\n\t}", "function admin_bulk_action(){\n\t\t\n\t\t$this->layout = \"\";\n\t\t$this->autoRender = false;\n\t\tif(isset($this->data['Model']['id']) && count($this->data['Model']['id'])>0 && isset($this->data['Model']['action'])){\n\t\t\t\n\t\t\t$infected_records = array();\n\t\t\tforeach($this->data['Model']['id'] as $ids){\n\t\t\t\t$infected_records[] = DECRYPT_DATA($ids);\n\t\t\t}\n\t\t\t$model_name = $this->data['Model']['model_name'];\n\t\t\t$action = $this->data['Model']['action'];\n\t\t\tApp::import(\"Model\",$model_name);\n\t\t\t$this->$model_name = new $model_name();\n\t\t\tif($action == 0){//Activate Status\n\t\t\t $this->$model_name->updateAll(array(\"$model_name.is_active\"=>\"'1'\"),array(\"$model_name.id\"=>$infected_records));\n\t\t\t $this->Session->setFlash(RECORD_ACTIVATED, 'message/green');\n\t\t\t}\n\t\t\telse if($action == 1){//Inactivate Status\n\t\t\t $this->$model_name->updateAll(array(\"$model_name.is_active\"=>\"'0'\"),array(\"$model_name.id\"=>$infected_records));\n\t\t\t $this->Session->setFlash(RECORD_DEACTIVATED, 'message/green');\n\t\t\t}else if($action == 2){//Delete selected records\n\t\t\t\t\n\t\t\t $this->$model_name->updateAll(array(\"$model_name.is_deleted\"=>\"'1'\"),array(\"$model_name.id\"=>$infected_records));\n\t\t\t if($model_name == \"Vendor\"){\n\t\t\t\tApp::import(\"Model\",\"Product\");\n\t\t\t\t$this->Product = new Product();\n\t\t\t\t$this->Product->updateAll(array(\"Product.is_deleted\"=>\"'1'\"),array(\"Product.vendor_id\"=>$infected_records));\n\t\t\t\tApp::import(\"Model\",\"Coupon\");\n\t\t\t\t$this->Coupon = new Coupon();\n\t\t\t\t$this->Coupon->updateAll(array(\"Coupon.is_deleted\"=>\"'1'\"),array(\"Coupon.vendor_id\"=>$infected_records));\n\t\t\t }\n\t\t\t \n\t\t\t \n\t\t\t $this->Session->setFlash(RECORD_DELETED, 'message/green');\n\t\t\t}\n\t\t\t$this->redirect($this->referer());exit();\t\n\t\t}\n\t}", "function get_bulk_actions() {\n $actions = array(\n 'delete' => 'Delete'\n );\n return $actions;\n }", "public function actionList() {\n $this->_getList();\n }", "function aspirelists_get_post_actions() {\n return array('update', 'add');\n}", "function action_titles() {\n\t\tstatic $actions = null;\n\t\tif ( is_null($actions) ) {\n\t\t\tforeach(visible_actions() as $action) {\n\t\t\t\t$actions[$action->id] = $action->title;\n\t\t\t}\n\t\t} return $actions;\n\t}", "function get_bulk_actions() {\n $actions = array(\n 'delete' => 'Delete'\n );\n return $actions;\n }", "public function admin_index() {\r\n\t\t$this->data = $this->{$this->modelClass}->find('all');\r\n }", "function get_bulk_actions() {\n\t\t//bulk action combo box parameter\n\t\t//if you want to add some more value to bulk action parameter then push key value set in below array\n\t\t$actions = array();\n\t\treturn $actions;\n }", "public function indexAction()\n {\n $this->autofilterParameters = $this->autofilterParameters + $this->_autofilterExtraParameters;\n if (! isset($this->indexParameters['contentTitle'])) {\n $this->indexParameters['contentTitle'] = $this->getIndexTitle();\n }\n\n return parent::indexAction();\n }", "protected function setupListOperation()\n {\n $this->crud->addColumn([\n 'name' => 'name',\n 'type' => 'test',\n 'label' => 'Название',\n ]);\n $this->crud->addColumn([\n 'name' => 'category_id',\n 'type' => 'select',\n 'label' => 'Категория',\n 'entity' => 'category',\n 'attribute' => \"name\",\n 'model' => Category::class,\n ]);\n }", "public function admin_index() {\r\n \r\n $sucursales = $this->Sucursal->find(\"all\");\r\n $this->set(compact('sucursales'));\r\n \r\n }", "protected function handleListActions(): void\n {\n $isBulkDelete = in_array('bulk-delete', [\n ($_POST['action'] ?? null),\n ($_POST['action2'] ?? null)\n ]);\n\n $nonce = $_REQUEST[$this->nonceKey] ?? '';\n $nonceIsValid = wp_verify_nonce($nonce, $this->nonce)\n ?: wp_verify_nonce($nonce, \"bulk-{$this->plural}\");\n\n if ('delete' != $this->current_action() && !$isBulkDelete) {\n return;\n }\n\n if (!$nonceIsValid) {\n http_response_code(403);\n exit;\n }\n\n $items = ($_POST[$this->plural] ?? null)\n ?: [$_GET[$this->singular]];\n\n foreach ($items as $item) {\n $this->deleteItem($item);\n }\n }", "protected function setupListOperation()\n {\n $this->crud->addColumn([\n 'name' => 'title',\n 'label'=> _('Title'),\n 'type' =>'text'\n ]);\n $this->crud->addColumn([\n 'name' => 'status',\n 'label' => _('Status'),\n 'type' => 'boolean',\n // optionally override the Yes/No texts\n 'options' => [\n 1 => '<i class=\"lar la-check-circle\" style=\"color: green\"></i>',\n 0 => '<i class=\"las la-times-circle\" style=\"color: red\"></i>'\n ]\n ]);\n $this->crud->addColumn([\n 'name' => 'thumbnail',\n 'label' => _('Preview'),\n 'type' => 'image',\n 'prefix' => config('app.upload_patch'),\n 'width' => '100px',\n 'height' => 'auto'\n\n ]);\n\n\n /**\n * Columns can be defined using the fluent syntax or array syntax:\n * - CRUD::column('price')->type('number');\n * - CRUD::addColumn(['name' => 'price', 'type' => 'number']);\n */\n }", "protected function bulkActions(): array\n {\n return [\n 'bulk-delete' => __('Delete')\n ];\n }", "public function story_list()\n\t{\n\t\t$data['page']='Story List';\n\t\t$data['stories_list']=$this->stories->get_all();\n\t\t$view = 'admin/stories/admin_stories_list_view';\n\t\techo Modules::run('template/admin_template', $view, $data);\t\n\t}", "protected function setupListOperation()\n {\n CRUD::setFromDb(); // columns\n\n// CRUD::column('title');\n// CRUD::column('image');\n// CRUD::column('content');\n// CRUD::column('slug');\n\n// $this->crud->setColumns([\n// [\n// 'name' => 'name',\n// 'label' => trans('backpack::permissionmanager.name'),\n// 'type' => 'text',\n// ],\n// [\n// 'name' => 'email',\n// 'label' => trans('backpack::permissionmanager.email'),\n// 'type' => 'email',\n// ],\n// [ // n-n relationship (with pivot table)\n// 'label' => trans('backpack::permissionmanager.roles'), // Table column heading\n// 'type' => 'select_multiple',\n// 'name' => 'roles', // the method that defines the relationship in your Model\n// 'entity' => 'roles', // the method that defines the relationship in your Model\n// 'attribute' => 'name', // foreign key attribute that is shown to user\n// 'model' => config('permission.models.role'), // foreign key model\n// ],\n// [ // n-n relationship (with pivot table)\n// 'label' => trans('backpack::permissionmanager.extra_permissions'), // Table column heading\n// 'type' => 'select_multiple',\n// 'name' => 'permissions', // the method that defines the relationship in your Model\n// 'entity' => 'permissions', // the method that defines the relationship in your Model\n// 'attribute' => 'name', // foreign key attribute that is shown to user\n// 'model' => config('permission.models.permission'), // foreign key model\n// ],\n// ]);\n//\n// // Role Filter\n// $this->crud->addFilter(\n// [\n// 'name' => 'role',\n// 'type' => 'dropdown',\n// 'label' => trans('backpack::permissionmanager.role'),\n// ],\n// config('permission.models.role')::all()->pluck('name', 'id')->toArray(),\n// function ($value) { // if the filter is active\n// $this->crud->addClause('whereHas', 'roles', function ($query) use ($value) {\n// $query->where('role_id', '=', $value);\n// });\n// }\n// );\n//\n// // Extra Permission Filter\n// $this->crud->addFilter(\n// [\n// 'name' => 'permissions',\n// 'type' => 'select2',\n// 'label' => trans('backpack::permissionmanager.extra_permissions'),\n// ],\n// config('permission.models.permission')::all()->pluck('name', 'id')->toArray(),\n// function ($value) { // if the filter is active\n// $this->crud->addClause('whereHas', 'permissions', function ($query) use ($value) {\n// $query->where('permission_id', '=', $value);\n// });\n// }\n// );\n /**\n * Columns can be defined using the fluent syntax or array syntax:\n * - CRUD::column('price')->type('number');\n * - CRUD::addColumn(['name' => 'price', 'type' => 'number']);\n */\n }", "public function getListAction(){\n }", "protected function setListActions()\n\t{\n\t\t$user = JFactory::getUser();\n\t\tif ($user->authorise('k2.extrafields.manage', 'com_k2'))\n\t\t{\n\t\t\tK2Response::addAction('add', 'K2_ADD', array('data-action' => 'add'));\n\t\t}\n\t}", "protected function setupListOperation()\n {\n /*$this->crud->setFromDb();*/\n $this->crud->addColumn(['name' => 'name', 'type' => 'text', 'label' => 'Name']);\n $this->crud->addColumn(['name' => 'sku', 'type' => 'text', 'label' => 'SKU / Product Unique ID']);\n $this->crud->addColumn(['name' => 'price', 'type' => 'text', 'label' => 'Price / €']);\n $this->crud->addColumn(['name' => 'status', 'type' => 'text', 'label' => 'Status']);\n $this->crud->addColumn(['name' => 'user.name', 'type' => 'text', 'label' => 'User Name']);\n $this->crud->addColumn(['name' => 'category.name', 'type' => 'text', 'label' => 'Category']);\n $this->crud->addColumn(['name' => 'publish_date', 'type' => 'text', 'label' => 'Publish Date']);\n $this->crud->addColumn(['name' => 'blocking_date', 'type' => 'text', 'label' => 'Blocking Date']);\n $this->crud->addColumn(['name' => 'created_at', 'type' => 'text', 'label' => 'Created Om']);\n $this->crud->addColumn(['name' => 'updated_at', 'type' => 'text', 'label' => 'Updated On']);\n }", "protected function setupListOperation()\n {\n $this->crud->addColumn([\n 'name' => 'row_number',\n 'type' => 'row_number',\n 'label' => '#',\n 'orderable' => false,\n ])->makeFirstColumn();\n\n $this->crud->addColumn([\n 'name' => 'school_id',\n 'type' => 'select',\n 'label' => 'School Name',\n 'entity' => 'School', // the method that defines the relationship in your Model\n 'attribute' => 'name', // foreign key attribute that is shown to user\n 'model' => \"App\\Models\\School\", // foreign key model\n 'wrapper' => [\n 'href' => function ($crud, $column, $entry, $related_key) {\n return backpack_url('/school/'.$related_key);\n },\n ]\n ]);\n\n $this->crud->addColumn([\n 'name' => 'name',\n 'type' => 'text',\n 'label' => 'Name',\n 'wrapper' => [\n 'href' => function ($crud, $column, $entry, $related_key) {\n return backpack_url('/school/'.$entry->school_id.'/sclass/'.$entry->id);\n },\n ]\n ]);\n $this->crud->addColumn([\n 'name' => 'school_id',\n 'type' => 'select',\n 'label' => 'School Name',\n 'entity' => 'School', // the method that defines the relationship in your Model\n 'attribute' => 'name', // foreign key attribute that is shown to user\n 'model' => \"App\\Models\\School\", // foreign key model\n 'wrapper' => [\n 'href' => function ($crud, $column, $entry, $related_key) {\n return backpack_url('/school/'.$related_key);\n },\n ]\n ]);\n $this->crud->addColumn([\n 'name' => 'students_count',\n 'label' => 'Student Count',\n 'type' => 'closure',\n 'function' => function($entry) {\n return $entry->students()->count() . ' student';\n }\n ]);\n\n $this->addCustomCrudFilters();\n\n /**\n * Columns can be defined using the fluent syntax or array syntax:\n * - CRUD::column('price')->type('number');\n * - CRUD::addColumn(['name' => 'price', 'type' => 'number']);\n */\n }", "protected function setupListOperation()\n {\n // CRUD::setFromDb(); // columns\n\n \n CRUD::column('name');\n CRUD::column('project_id');\n CRUD::column('priority');\n \n /**\n * Columns can be defined using the fluent syntax or array syntax:\n * - CRUD::column('price')->type('number');\n * - CRUD::addColumn(['name' => 'price', 'type' => 'number']); \n */\n \n $this->crud->addButtonFromView('top', 'tasks-reorder', 'tasks-reorder');\n $this->crud->denyAccess('reorder');\n \n }", "protected function setupListOperation()\n {\n //CRUD::setFromDb(); // columns\n\n /**\n * Columns can be defined using the fluent syntax or array syntax:\n * - CRUD::column('price')->type('number');\n * - CRUD::addColumn(['name' => 'price', 'type' => 'number']);\n */\n $this->crud->addColumn('nama_penyakit');\n //$this->crud->allowAccess('details_row');\n //$this->crud->enableDetailsRow();\n\n\n }", "protected function setupListOperation()\n {\n CRUD::setFromDb(); // columns\n\n $this->crud->setColumns([\n [ \n 'name' => 'id',\n 'label' => 'ID',\n 'type' => 'number',\n\n ],\n [\n 'name' => 'name',\n 'type' => 'text',\n 'label' => 'Name',\n 'orderable' => false,\n ],\n [\n // non-relationship count\n 'name' => 'Customer', // name of relationship method in the model\n 'type' => 'relationship_count', \n 'label' => 'Customers', // Table column heading\n // OPTIONAL\n 'suffix' => '', // to show \"123 tags\" instead of \"123 items\"\n ],\n [\n 'name' => 'type_id',\n 'label' => 'Permission',\n 'type' => 'boolean',\n 'options' => [0 => 'Collector', 1 => 'Administrator']\n ],\n\n ]);\n\n $this->crud->addButtonFromModelFunction('line', 'open_google', 'openReceive', 'beginning');\n }", "protected function setupListOperation()\n {\n // $this->crud->setFromDb();\n $this->crud->addColumns([\n ['name' => 'name', 'type' => 'text', 'label' => 'Name'],\n ['name' => 'description', 'type' => 'text', 'label' => 'Description'],\n ['name' => 'location' , 'type' => 'text' , 'label' => 'Location'],\n ['name' => 'date' , 'type' => 'date' , 'label' => 'Date'],\n [\n 'label' => \"Image\",\n 'name' => \"image\",\n 'type' => 'image',\n 'upload' => true,\n 'crop' => false,\n 'aspect_ratio' => 0,\n ],\n [ // Select\n 'label' => \"Instructor\",\n 'type' => 'select',\n 'name' => 'user_id', // the db column for the foreign key\n 'entity' => 'user', // the method that defines the relationship in your Model\n 'attribute' => 'name', // foreign key attribute that is shown to user\n ]\n ]);\n // $this->crud->addButton();\n $this->crud->filters();\n }", "protected function setupListOperation()\n {\n $this->crud->removeAllButtons();\n $this->crud->disableResponsiveTable();\n CRUD::column('name');\n CRUD::column('cron_expression');\n CRUD::column('grace_time_in_minutes');\n CRUD::column('last_failed_at');\n CRUD::column('last_finished_at');\n// CRUD::column('last_pinged_at');\n CRUD::column('last_skipped_at');\n CRUD::column('last_started_at');\n// CRUD::column('ping_url');\n// CRUD::column('registered_on_oh_dear_at');\n CRUD::column('timezone');\n CRUD::column('type');\n CRUD::column('updated_at');\n\n /**\n * Columns can be defined using the fluent syntax or array syntax:\n * - CRUD::column('price')->type('number');\n * - CRUD::addColumn(['name' => 'price', 'type' => 'number']);\n */\n }", "public function add_bulk_actions_legacy() {\n\t\tglobal $post_status;\n\n\t\t$screen = get_current_screen();\n\n\t\tif ( in_array( $screen->id, array( 'edit-shop_order', 'users' ) ) && 'trash' !== $post_status ) {\n\n\t\t\t$export_type = $this->map_screen_to_export_type( $screen->id );\n\t\t\t$bulk_actions = $this->get_bulk_actions( $export_type );\n\n\t\t\tif ( ! empty( $bulk_actions ) ) {\n\t\t\t\t?>\n\t\t\t\t<script type=\"text/javascript\">\n\t\t\t\t\tjQuery( document ).ready( function ( $ ) {\n\t\t\t\t\t\t<?php foreach ( $bulk_actions as $action => $label ) : ?>\n\t\t\t\t\t\t\t$( 'select[name^=\"action\"]' ).append( $( '<option>' ).val( '<?php echo esc_html( $action ); ?>' ).text( '<?php echo esc_html( $label ); ?>' ) );\n\t\t\t\t\t\t<?php endforeach; ?>\n\t\t\t\t\t});\n\t\t\t\t</script>\n\t\t\t\t<?php\n\t\t\t}\n\t\t}\n\t}", "function admin_index(){\r\n\t $this->__requireRole(ROLE_TUTOR);\r\n//\t $this->Scenariosetup->bindModel(array('hasOne' => array('Player')));\r\n\t $this->set('scenariosetups', $this->Scenariosetup->findAll());\r\n\t $this->set('usedParametersets', $this->UsedParameterset->findAll());\r\n\t $this->render();\r\n\t}", "public function listtabelSDMAction() {\n $this->view->tableList = $this->adm_listtabel_serv->getTableList('SDM');\n }", "public function get_bulk_actions() \n\t{\n\t\treturn $this->bulkActions;\n\t}", "public function indexAction() {\n\n\t\t//GET NAVIGATION\n $this->view->navigation = Engine_Api::_()->getApi('menus', 'core')\n ->getNavigation('list_admin_main', array(), 'list_admin_main_viewlist');\n\n\t\t//MAKE FORM\n $this->view->formFilter = $formFilter = new List_Form_Admin_Manage_Filter();\n\n\t\t//GET PAGE NUMBER\n $page = $this->_getParam('page', 1);\n\n\t\t//GET USER TABLE NAME\n $tableUserName = Engine_Api::_()->getItemTable('user')->info('name');\n\n\t\t//GET CATEGORY TABLE\n\t\t$this->view->tableCategory = $tableCategory = Engine_Api::_()->getDbtable('categories', 'list');\n\n\t\t//GET LISTING TABLE\n $tableListing = Engine_Api::_()->getDbtable('listings', 'list');\n $listingTableName = $tableListing->info('name');\n\n\t\t//MAKE QUERY\n $select = $tableListing->select()\n ->setIntegrityCheck(false)\n ->from($listingTableName)\n ->joinLeft($tableUserName, \"$listingTableName.owner_id = $tableUserName.user_id\", 'username');\n\n $values = array();\n\n if ($formFilter->isValid($this->_getAllParams())) {\n $values = $formFilter->getValues();\n }\n foreach ($values as $key => $value) {\n\n if (null == $value) {\n unset($values[$key]);\n }\n }\n\n // searching\n $this->view->owner = '';\n $this->view->title = '';\n $this->view->sponsored = '';\n $this->view->approved = '';\n $this->view->featured = '';\n $this->view->status = '';\n $this->view->listingbrowse = '';\n $this->view->category_id = '';\n $this->view->subcategory_id = '';\n $this->view->subsubcategory_id = '';\n\n if (isset($_POST['search'])) {\n\n if (!empty($_POST['owner'])) {\n $this->view->owner = $_POST['owner'];\n $select->where($tableUserName . '.username LIKE ?', '%' . $_POST['owner'] . '%');\n }\n\n if (!empty($_POST['title'])) {\n $this->view->title = $_POST['title'];\n $select->where($listingTableName . '.title LIKE ?', '%' . $_POST['title'] . '%');\n }\n\n if (!empty($_POST['sponsored'])) {\n $this->view->sponsored = $_POST['sponsored'];\n $_POST['sponsored']--;\n\n $select->where($listingTableName . '.sponsored = ? ', $_POST['sponsored']);\n }\n\n if (!empty($_POST['approved'])) {\n $this->view->approved = $_POST['approved'];\n $_POST['approved']--;\n $select->where($listingTableName . '.approved = ? ', $_POST['approved']);\n }\n\n if (!empty($_POST['featured'])) {\n $this->view->featured = $_POST['featured'];\n $_POST['featured']--;\n $select->where($listingTableName . '.featured = ? ', $_POST['featured']);\n }\n\n if (!empty($_POST['status'])) {\n $this->view->status = $_POST['status'];\n $_POST['status']--;\n $select->where($listingTableName . '.closed = ? ', $_POST['status']);\n }\n\n if (!empty($_POST['listingbrowse'])) {\n $this->view->listingbrowse = $_POST['listingbrowse'];\n $_POST['listingbrowse']--;\n if ($_POST['listingbrowse'] == 0) {\n $select->order($listingTableName . '.view_count DESC');\n } else {\n $select->order($listingTableName . '.creation_date DESC');\n }\n }\n\n if (!empty($_POST['category_id']) && empty($_POST['subcategory_id']) && empty($_POST['subsubcategory_id'])) {\n $this->view->category_id = $_POST['category_id'];\n $select->where($listingTableName . '.category_id = ? ', $_POST['category_id']);\n } \n\t\t\telseif (!empty($_POST['category_id']) && !empty($_POST['subcategory_id']) && empty($_POST['subsubcategory_id'])) {\n $this->view->category_id = $_POST['category_id'];\n $this->view->subcategory_id = $_POST['subcategory_id'];\n $this->view->subcategory_name = $tableCategory->getCategory($this->view->subcategory_id)->category_name;\n \n $select->where($listingTableName . '.category_id = ? ', $_POST['category_id'])\n ->where($listingTableName . '.subcategory_id = ? ', $_POST['subcategory_id']);\n }\n\t\t\telseif(!empty($_POST['category_id']) && !empty($_POST['subcategory_id']) && !empty($_POST['subsubcategory_id'])) {\n $this->view->category_id = $_POST['category_id'];\n $this->view->subcategory_id = $_POST['subcategory_id'];\n $this->view->subsubcategory_id = $_POST['subsubcategory_id'];\n $this->view->subcategory_name = $tableCategory->getCategory($this->view->subcategory_id)->category_name;\n $this->view->subsubcategory_name = $tableCategory->getCategory($this->view->subsubcategory_id)->category_name;\n \n $select->where($listingTableName . '.category_id = ? ', $_POST['category_id'])\n ->where($listingTableName . '.subcategory_id = ? ', $_POST['subcategory_id'])\n\t\t\t\t\t\t->where($listingTableName . '.subsubcategory_id = ? ', $_POST['subsubcategory_id']);\n\t\t\t}\n\t\t\t\n }\n\n $values = array_merge(array(\n 'order' => 'listing_id',\n 'order_direction' => 'DESC',\n ), $values);\n\n $this->view->assign($values);\n\n $select->order((!empty($values['order']) ? $values['order'] : 'listing_id' ) . ' ' . (!empty($values['order_direction']) ? $values['order_direction'] : 'DESC' ));\n\n //MAKE PAGINATOR\n $this->view->paginator = Zend_Paginator::factory($select);\n $this->view->paginator->setItemCountPerPage(40);\n $this->view->paginator = $this->view->paginator->setCurrentPageNumber($page);\n }", "public function get_bulk_actions() {\n\n\t\t\t$actions = [\n\n\t\t\t\t'bulk-delete' => 'Delete'\n\n\t\t\t];\n\n\n\n\t\t\treturn $actions;\n\n\t\t}", "public function actions();", "public function get_bulk_actions() {\r\n\t\t$actions = [\r\n\t\t\t'bulk-delete' => 'Delete'\r\n\t\t];\r\n\r\n\t\treturn $actions;\r\n\t}", "function __construct() {\r\n parent::__construct( array(\r\n 'singular'=> 'wp_list_text_link', //Singular label\r\n 'plural' => 'wp_list_test_links', //plural label, also this well be one of the table css class\r\n 'ajax' => false //We won't support Ajax for this table\r\n ) );\r\n }", "function admin_index()\n {\n $perPage = 100;\n $this->lordModel('Post');\n $condition = array('type' => 'post');\n $d['posts'] = $this->Post->find(array(\n 'condition' => $condition,\n 'limit' => ($perPage * ($this->request->page - 1)) . ',' . $perPage\n ));\n $d['total'] = $this->Post->findCount($condition);\n $d['nbrPage'] = ceil($d['total'] / $perPage);\n //print_r($d);\n $this->setvars($d);\n //$this->setvars('phrase', 'bienvenue sur ma page');\n //$this->render('view');\n }", "public function get_bulk_actions()\n\t{\n\t\t$actions = array(\n\t\t\t'remove-items' => 'Remove Items',\n\t\t\t'process-items' => 'Process Items',\n\t\t);\n \t\treturn $actions;\n\t}", "public function actions()\n {\n $actions = parent::actions();\n $actions['index'] = [\n 'class' => 'yii\\rest\\IndexAction',\n 'modelClass' => $this->modelClass,\n 'prepareDataProvider' => function () {\n $travel_id = \\Yii::$app->request->get('travel_id');\n return new ActiveDataProvider([\n //@fixme query condition\n 'query' => is_null($travel_id) ?\n Post::find() : Post::find()->withTravel($travel_id)\n ]);\n }\n ];\n return $actions;\n }", "public function admin_action() {\n\t}", "public function admin_action() {\n\t}", "protected function setupListOperation()\n {\n CRUD::setFromDb();\n\n $this->crud->addButtonFromView('line', 'more_items', 'more.items', 'end');\n }", "protected function setupListOperation()\n {\n // simple filter\n \n\n\n // $this->crud->addFilter([\n // 'name' => 'status',\n // 'type' => 'dropdown',\n // 'label' => 'Status'\n // ], [\n // 1 => 'Enabled',\n // 2 => 'Disabled',\n // ], function($value) { // if the filter is active\n // $this->crud->addClause('where', 'status', $value);\n // // return User::all()->where('status', $value);\n // });\n\n $this->crud->addFilter([\n 'type' => 'text',\n 'name' => 'description',\n 'label' => 'Description'\n ], \n false, \n function($value) { // if the filter is active\n $this->crud->addClause('where', 'username', 'LIKE', \"%$value%\");\n });\n\n $this->crud->addFilter([\n 'type' => 'date',\n 'name' => 'date',\n 'label' => 'Date'\n ],\n false,\n function ($value) { // if the filter is active, apply these constraints\n $this->crud->addClause('where', 'created_at', 'LIKE', \"$value%\");\n });\n\n $this->crud->addFilter([\n 'type' => 'date_range',\n 'name' => 'from_to',\n 'label' => 'Date range'\n ],\n false,\n function ($value) { // if the filter is active, apply these constraints\n $dates = json_decode($value);\n $this->crud->addClause('where', 'created_at', '>=', $dates->from);\n $this->crud->addClause('where', 'created_at', '<=', $dates->to . ' 23:59:59');\n });\n\n \n CRUD::column('id');\n CRUD::column('first_name');\n CRUD::column('last_name');\n // CRUD::column('username');\n $this->crud->column('username');\n CRUD::column('email');\n $this->crud->column('status');\n CRUD::column('password');\n $this->crud->column('created_at');\n\n\n $this->crud->enableExportButtons();\n\n $this->crud->addFilter([\n 'type' => 'simple',\n 'name' => 'active',\n 'label' => 'Disabled'\n ], \n false, \n function() { // if the filter is active\n $this->crud->addClause('where', 'status', 'Disabled'); // apply the \"active\" eloquent scope \n } );\n\n // dd($this->crud->column('status'));\n // $users = DB::table('users')\n // ->select('status')\n // ->get();\n\n // // dd($users);\n // $u = array();\n // for($i = 0; $i < count($users); $i++) {\n // // if ($user->status == 'Enabled') {\n // // $this->crud->addButtonFromView('line', 'disable', 'disable', 'end');\n // // }\n // $u[] = $users[$i]->status;\n // }\n // // dd($u);\n // // dd($user);\n\n // if (in_array('Enabled', $u)) {\n \n // $this->crud->addButtonFromView('line', 'enable', 'enable', 'end');\n // }\n $this->crud->addButtonFromView('line', 'enable', 'enable', 'end');\n $this->crud->addButtonFromView('line', 'disable', 'disable', 'end');\n $this->crud->addButtonFromView('line', 'reset', 'reset', 'end');\n\n \n // $this->crud->addButton('line', 'Suspend', 'suspend', 'beginning');\n \n $this->crud->denyAccess('delete');\n\n\n\n /**\n * Columns can be defined using the fluent syntax or array syntax:\n * - CRUD::column('price')->type('number');\n * - CRUD::addColumn(['name' => 'price', 'type' => 'number']); \n */\n }", "public function bulk_actions( $actions ) {\n\t\tif ( Param::get( 'status' ) === 'trashed' ) {\n\t\t\treturn $actions;\n\t\t}\n\n\t\t$actions['bulk_add_redirection_category'] = __( 'Add to Category', 'rank-math-pro' );\n\t\treturn $actions;\n\t}", "public function listAdmin() {\n if ((string)$this->object->info->info->form->group!='') {\n return $this->listGroupAdmin();\n }\n $search = $this->object->infoSearch();\n $searchQuery = $this->object->infoSearchQuery();\n $searchValue = urldecode($this->id);\n $sortableListClass = ($this->object->hasOrd()) ? 'sortableList' : '';\n $ordObject = explode('_', Session::get('ord_'.$this->type));\n $ordObjectType = (isset($ordObject[0]) && $ordObject[0]=='asc') ? 'ASC' : 'DESC';\n $options['order'] = $this->orderField();\n if (isset($ordObject[1])) {\n $orderInfo = $this->object->attributeInfo($ordObject[1]);\n $orderInfoItem = (is_object($orderInfo) && (string)$orderInfo->lang == \"true\") ? $ordObject[1].'_'.Lang::active() : $ordObject[1];\n $options['order'] = $orderInfoItem.' '.$ordObjectType;\n }\n $options['results'] = (int)$this->object->info->info->form->pager;\n $options['where'] = ($search!='' && $searchValue!='') ? str_replace('#SEARCH', $searchValue, $search) : '';\n $options['query'] = ($searchQuery!='' && $searchValue!='') ? str_replace('#SEARCH', $searchValue, $searchQuery) : '';\n $list = new ListObjects($this->type, $options);\n $multipleChoice = (count((array)$this->object->info->info->form->multipleActions->action) > 0);\n $controlsTop = $this->multipleActionsControl().$this->orderControl();\n $controlsTop = ($controlsTop != '') ? '<div class=\"controlsTop\">'.$controlsTop.'</div>' : '';\n return $this->searchForm().'\n '.$controlsTop.'\n <div class=\"listAdmin listAdmin'.$this->type.' '.$sortableListClass.'\" rel=\"'.url($this->type.'/sortSave/', true).'\">\n '.$list->showListPager(array('function'=>'Admin',\n 'message'=>'<div class=\"message\">'.__('noItems').'</div>'),\n array('userType'=>$this->login->get('type'), 'multipleChoice'=>$multipleChoice)).'\n </div>';\n }", "function admin_index()\n\t{\n\t $this->set('pagetitle',\"Manage Pages\");\n\t $this->paginate=array('order'=>'Page.name ASC');\n\t $lists = $this->paginate('Page');\n\t $this->set('list', $lists);\n\t \n\t if((isset($this->data[\"Page\"][\"setStatus\"])))\n\t {\n\t\t$status = ife($_POST['active'],1,0);\n\t\t$record = $this->data[\"Page\"][\"Record\"];\n\t\t$CheckedList=$_POST['box1'];\n\t\t$controller= $this->params['controller'];\n\t\t$action='index'; \n\t\t$prefix='admin';\n\t\t$model='Page';\n\t\t$relation=null;\n\t\t\n\t\tswitch($status)\n\t\t{ \n\t\t case '1': \n\t\t\t$this->setStatus('1',$CheckedList,$model,$relation,$controller,$action,$prefix,$record); \n\t\t break;\n\t\t case '0':\n\t\t\t$this->setStatus('0',$CheckedList,$model,$relation,$controller,$action,$prefix,$record); \n\t\t break; \n\t\t}\n\t }\n\t}", "function get_actions() {\n\t\tglobal $db;\n\t\tstatic $actions = null;\n\t\tif ( is_null($actions) ) {\n\t\t\tfor ( $info = $db->Execute(\"SELECT * FROM `actions` ORDER BY `title` ASC\"); !$info->EOF; $info->moveNext() ) {\n\t\t\t\t$actions[$info->fields['id']] = (object)array(\"id\" => $info->fields['id'], \"title\" => $info->fields['title'], \"visible\" => $info->fields['visible'] == \"true\" ? true : false);\n\t\t\t}\n\t\t} return $actions;\n\t}", "public function superadmin_index(){\n\n\t\t\t$this->set('meta_title','Other Banner Management');\n\t\t\t$banner = $this->OtherBanner->find('all',array('order' => array('OtherBanner.name' => 'ASC')));\n\t\t\t$this->set('banner',$banner);\n}", "public function listAction()\n\t {\n\t\t\t$this->_forward('index');\n \n\t\t}", "public function get_bulk_actions() {\n\t\t$actions = [\n\t\t\t'redirect' => esc_html__( 'Redirect', 'rank-math' ),\n\t\t\t'delete' => esc_html__( 'Delete', 'rank-math' ),\n\t\t];\n\n\t\tif ( ! Helper::get_module( 'redirections' ) ) {\n\t\t\tunset( $actions['redirect'] );\n\t\t}\n\n\t\treturn $actions;\n\t}", "public function executeList()\n {\n $this->setTemplate('list');\n }", "public function Admin_Action_Default() {\n $user = &GetUser ();\n\n\t\t$userLists = $user->GetLists();\n\t\t$userListsId = array_keys($userLists);\n\t\tif (sizeof($userListsId) < 1) {\n\t\t\t$GLOBALS['Intro_Help'] = GetLang('Addon_dynamiccontenttags_Form_Intro');\n\t\t\t$GLOBALS['Intro'] = GetLang('Addon_dynamiccontenttags_ViewHeading');\n\t\t\t$GLOBALS['Lists_AddButton'] = '';\n\n\t\t\tif ($user->CanCreateList() === true) {\n\t FlashMessage(sprintf(GetLang('Addon_dynamiccontenttags_Tags_NoLists'), GetLang('Addon_dynamiccontenttags_ListCreate')), SS_FLASH_MSG_SUCCESS);\n\t $GLOBALS['Message'] = GetFlashMessages ();\n\t\t\t\t$GLOBALS['Lists_AddButton'] = $this->template_system->ParseTemplate('Dynamiccontenttags_List_Create_Button', true);\n\t\t\t} else {\n\t FlashMessage(sprintf(GetLang('Addon_dynamiccontenttags_Tags_NoLists'), GetLang('Addon_dynamiccontenttags_ListAssign')), SS_FLASH_MSG_SUCCESS);\n\t $GLOBALS['Message'] = GetFlashMessages ();\n\t\t\t}\n\t\t\t$this->template_system->ParseTemplate('Dynamiccontenttags_Subscribers_No_Lists');\n\t\t\treturn;\n\t\t}\n\n $this->template_system->Assign ( 'AdminUrl', $this->admin_url, false );\n $this->sortDetails = $this->GetSortDetails ();\n\n $this->perPage = intval($this->_getGETRequest('PerPageDisplay', 0));\n if (!$this->perPage) {\n $this->perPage = $this->GetPerPage();\n }\n $displayPage = $this->GetCurrentPage();\n if ($this->perPage != 'all') {\n $this->start = ($displayPage - 1) * $this->perPage;\n }\n $this->loadTags ();\n\n $numberOfTags = $this->getTagsSize ();\n\n $create_button = $this->template_system->ParseTemplate ( 'Create_Button', true, false );\n $this->template_system->Assign ( 'Tags_Create_Button', $create_button, false );\n\n $this->template_system->Assign ( 'ShowDeleteButton', true );\n\n $flash_messages = GetFlashMessages ();\n\n $this->template_system->Assign ( 'FlashMessages', $flash_messages, false );\n\n if (! isset ( $GLOBALS ['Message'] )) {\n $GLOBALS ['Message'] = '';\n }\n\n $userid = $user->Get ( 'userid' );\n if ($user->Admin ()) {\n $userid = 0;\n }\n\n if ($numberOfTags == 0) {\n $curr_template_dir = $this->template_system->GetTemplatePath ();\n\n $this->template_system->SetTemplatePath ( SENDSTUDIO_TEMPLATE_DIRECTORY );\n $GLOBALS ['Success'] = GetLang ( 'Addon_dynamiccontenttags_NoTagsListPage' );\n\n $msg = $this->template_system->ParseTemplate ( 'successmsg', true );\n $this->template_system->SetTemplatePath ( $curr_template_dir );\n\n $this->template_system->Assign ( 'Addon_Tags_Empty', $msg, false );\n\n $this->template_system->ParseTemplate ( 'manage_empty' );\n return;\n }\n\n $this->template_system->Assign ( 'ApplicationUrl', $this->application_url, false );\n\n $this->template_system->Assign ( 'EditPermission', true );\n\n $this->template_system->Assign ( 'DeletePermission', true );\n\n $paging = $this->SetupPaging ( $this->admin_url, $numberOfTags);\n $this->template_system->Assign ( 'Paging', $paging, false );\n $this->template_system->Assign ( 'DateFormat', GetLang ( 'DateFormat' ) );\n\n $tmpTags = array ();\n foreach ( $this->tags as $k => $v ) {\n \t$tmpUser = GetUser($v->getOwnerId());\n $tmpTags [$k] ['tagid'] = $v->getTagId ();\n $tmpTags [$k] ['name'] = $v->getName ();\n $tmpTags [$k] ['createdate'] = $v->getCreatedDate ();\n $tmpTags [$k] ['ownerid'] = $v->getOwnerId();\n $tmpTags [$k] ['ownerusername'] = $tmpUser->username;\n }\n\n $this->template_system->Assign ( 'tags', $tmpTags );\n $this->template_system->ParseTemplate ( 'manage_display' );\n\n }", "function admin_index() {\n\t\t$this->Article->recursive = 0;\n\t\t$this->set('articles', $this->paginate());\n\t}", "public function getActionLists()\n {\n return $this->action_lists;\n }", "function admin_index()\n\t{\n\t \n\t}", "public function listtabelAsetAction() {\n $this->view->tableList = $this->adm_listtabel_serv->getTableList('ASET');\n }", "protected function setupListOperation()\n {\n\n /**\n * Columns can be defined using the fluent syntax or array syntax:\n * - CRUD::column('price')->type('number');\n * - CRUD::addColumn(['name' => 'price', 'type' => 'number']);\n */\n\n $this->crud->addColumn('id');\n\n $this->crud->addColumn([\n 'name' => 'name',\n 'label' => trans('backpack::base.name'),\n ]);\n\n $this->crud->addColumn([\n 'name' => 'address1',\n 'label' => trans('macyo_custom.address1'),\n ]);\n\n $this->crud->addColumn([\n 'name' => 'zip',\n 'label' => trans('macyo_custom.zip'),\n ]);\n\n $this->crud->addColumn([\n 'name' => 'city',\n 'label' => trans('macyo_custom.city'),\n ]);\n\n $this->crud->addColumn([\n 'name' => 'state',\n 'label' => trans('macyo_custom.state'),\n 'type' => 'select_from_array',\n 'options' => $this->tableauState,\n 'wrapper' => [\n 'element' => 'span',\n 'class' => function ($crud, $column, $entry, $related_key) {\n\n switch ($entry->state) {\n case 1: return 'badge badge-error';\n case 2: return 'badge badge-warning';\n case 3: return 'badge badge-info';\n case 4: return 'badge badge-success';\n default: return null;\n }\n\n },\n ],\n ]);\n\n $this->crud->addColumn([\n 'name' => 'manager_id',\n 'label' => trans('macyo_custom.manager'),\n 'type' => 'relationship',\n 'attribute' => 'fullname',\n 'wrapper' => [\n 'element' => 'a',\n 'href' => function ($crud, $column, $entry, $related_key) {\n return backpack_url('user/'.$related_key.'/show');\n },\n ]\n ]);\n\n // dropdown filter\n $this->crud->addFilter([\n 'name' => 'state',\n 'type' => 'dropdown',\n 'label' => trans('macyo_custom.state_long')\n ],\n $this->tableauState\n , function($value) { // if the filter is active\n $this->crud->addClause('where', 'state', $value);\n });\n\n $this->crud->removeButton('create');\n $this->crud->removeButton('update');\n $this->crud->removeButton('delete');\n\n }", "public function get_bulk_actions() {\n\t\t$actions = [\n\t\t\t'bulk-delete' => 'Delete'\n\t\t];\n\n\t\treturn $actions;\n\t}", "abstract public function getActionTitle();", "public function listView(): void\n {\n $this->_data = $this->_entity->fetch();\n if (!$this->special) {\n $newData = $this->_builder->submitCreate();\n if ($newData) {\n array_push($this->_data, $newData);\n }\n }\n require VF . \"{$this->route}/list.php\";\n require VF . \"{$this->route}/create.php\";\n }", "public function listagemAction()\n\t{\n\t\n\t}", "function __construct() {\n parent::__construct( array(\n 'singular'=> 'wp_list_text_link', //Singular label\n 'plural' => 'wp_list_test_links', //plural label, also this well be one of the table css class\n 'ajax'\t=> false //We won't support Ajax for this table\n ) );\n }", "protected function set_draft_bulk_actions() {\n\t\t\t\n\t\t\t$post_id = '';\n\t\t\tif ( ! empty( $_GET['post_id'] ) ) {\n\t\t\t\t$post_id = (int) sanitize_text_field($_GET['post_id']);\n\t\t\t}\n\t\t\t?>\n\t\t\t<div class=\"wrap\">\n\t\t\t\t<h1>WPGlobus :: <?php esc_html_e( 'Set Draft', 'wpglobus-plus' ); ?></h1>\n\t\t\t\t<hr />\n\t\t\t\t<?php\n\t\t\t\t$params = array();\n\t\t\t\tif ( ! empty($post_id) && $post_id > 0 ) {\n\t\t\t\t\t$this->process_by_post_id($post_id, $_GET['lang']);\n\t\t\t\t\t$params['post_id'] = $post_id;\n\t\t\t\t}\n\t\t\t\t$this->back_button('bulk-actions', $params);\n\t\t\t\t?>\n\t\t\t</div><!-- .wrap -->\t<?php\n\t\t}", "public function admincp_index() {\n $toolBar = array('addNew', 'show', 'hide', 'delete');\n getToolbar($this->module, $toolBar);\n \n $default_func = 'created';\n $default_sort = 'DESC';\n $data = array(\n 'module' => $this->module,\n 'default_func' => $default_func,\n 'default_sort' => $default_sort\n );\n $this->template->write_view('content', 'BACKEND/index', $data);\n $this->template->render();\n }", "public function actions() {\n $actions = parent::actions();\n\n // will overriding return data on the index action\n //$actions['index']['prepareDataProvider'] = [new Category(), 'getAllCategories'];\n // Way 2: How to do custom search items using the built in Search Class generated by Gii which is \n // already performing validation and using 'like' (still OK for use)\n // API: http://localhost/yii2-advanced-api/api/web/v1/categories?CategorySearch[name]=Shoes\n $actions['index']['prepareDataProvider'] = [new Category(), 'prepareDataProvider'];\n\n // will overriding return data on the view action \n unset($actions['view']);\n return $actions;\n }", "protected function bulk_actions($which = '')\n {\n }" ]
[ "0.6617141", "0.6616945", "0.65267926", "0.6427139", "0.6425721", "0.6418086", "0.6405519", "0.6347333", "0.6343649", "0.6271729", "0.6236177", "0.6216175", "0.6202172", "0.61953837", "0.6183305", "0.61396444", "0.6099587", "0.60669327", "0.60669327", "0.6030608", "0.6006115", "0.60052305", "0.5988918", "0.59478855", "0.59116066", "0.58859664", "0.588278", "0.58810246", "0.58782387", "0.58694416", "0.5855362", "0.5847421", "0.58454067", "0.5838098", "0.58294755", "0.5824198", "0.5819514", "0.58161724", "0.5805987", "0.5799289", "0.57936984", "0.5783211", "0.5773791", "0.575405", "0.5751876", "0.57392627", "0.57322943", "0.57274115", "0.5721759", "0.57147527", "0.5704609", "0.56965065", "0.5693613", "0.56889606", "0.56882256", "0.5682887", "0.56767666", "0.5671856", "0.5660959", "0.5653681", "0.5653285", "0.5652541", "0.56389767", "0.5628342", "0.56280965", "0.562606", "0.5617498", "0.5597876", "0.559168", "0.55660635", "0.5565651", "0.55599046", "0.5559803", "0.5551933", "0.5551933", "0.5550507", "0.55485755", "0.55409455", "0.55405146", "0.55386776", "0.5536842", "0.55367744", "0.553212", "0.5529149", "0.55249184", "0.55195516", "0.55062747", "0.55043143", "0.54955155", "0.54933167", "0.5489745", "0.54884726", "0.5487602", "0.54848725", "0.5483816", "0.5479231", "0.54548657", "0.54486626", "0.5424348", "0.54225767" ]
0.6532614
2
Optional. You can handle your bulk actions anywhere or anyhow you prefer. For this example package, we will handle it in the class to keep things clean and organized.
function process_bulk_action() { global $wbdb; //Detect when a bulk action is being triggered... if( 'delete'===$this->current_action() ) { #wp_die('Items deleted (or they would be if we had items to delete)!'); #$wpdb->query("DELETE FROM {$wpdb->prefix}amazon_listings WHERE id = ''",) } if( 'verify'===$this->current_action() ) { #echo "<br>verify handler<br>"; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function get_bulk_actions()\n {\n }", "protected function get_bulk_actions()\n {\n }", "function process_bulk_action() {\n\t\t\n\t\t//Detect when a bulk action is being triggered...\n\t\tif( 'delete'=== $this->current_action() ) {\n\t\t\twp_die( 'Items deleted (or they would be if we had items to delete)!' );\n\t\t}\n\t\t\n\t}", "function process_bulk_action() {\n \n //Detect when a bulk action is being triggered...\n if( 'delete'===$this->current_action() ) {\n wp_die('Items deleted (or they would be if we had items to delete)!');\n }\n \n }", "public function bulkAction()\r\n {\r\n $this->checkIfDemo();\r\n $this->AdminJobModel->bulkAction();\r\n }", "public function process_bulk_action() {\n\n\t\tswitch ( $this->current_action() ) {\n\t\t\tcase 'delete':\n\t\t\t\t// This case is handled in \\WPMailSMTP\\Pro\\Emails\\Logs\\Logs::process_email_delete().\n\t\t\t\tbreak;\n\t\t}\n\t}", "public function process_bulk_action() \n\t{\n\t\t$action = $this->current_action();\n\t\t\n\t\tif ( $action and array_key_exists( $action, $this->bulkActions ) )\n\t\t{\n\t\t\t$class = $this->activeRecordClass;\n\t\t\tforeach( $_POST[ 'item' ] as $item_id )\n\t\t\t{\n\t\t\t\ttry\n\t\t\t\t{\n\t\t\t\t\t$item = $class::load( $item_id );\n\t\t\t\t\tif ( is_callable( array( $item, $action ) ) )\n\t\t\t\t\t{\n\t\t\t\t\t\tcall_user_func( array( $item, $action ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcatch( \\Exception $e ) { }\n\t\t\t}\n\t\t}\n\t}", "protected function get_bulk_actions() {\n\t\t// We don't want bulk actions, we have our own UI\n\t\treturn array();\n\t}", "function process_bulk_action()\n {\n //Detect when a bulk action is being triggered...\n if ('delete_selected' === $this->current_action() && $_GET['shortcode']) {\n foreach ($_GET['shortcode'] as $id) {\n $this->delete_shortcode($id);\n }\n }\n }", "function process_bulk_action()\n {\n global $wpdb;\n\n $table_name = $wpdb->prefix.WSPRA_DB.'api_log';\n \n if ('delete' === $this->current_action()) {\n\n $ids = isset($_REQUEST['id']) ? esc_attr($_REQUEST['id']) : array();\n\n if (is_array($ids)) $ids = implode(',', $ids);\n\n if (!empty($ids)) {\n $cnt = $wpdb->get_var(\"SELECT count(*) FROM $table_name WHERE id IN($ids)\");\n $_get_logged_user = wcra_get_logged_user();\n $notification = \"<strong>$cnt</strong> Log has been deleted by <strong>$_get_logged_user </strong>\";\n // wcra_save_recent_activity(array('txt' => $notification ));\n $wpdb->query(\"DELETE FROM $table_name WHERE id IN($ids)\");\n }\n\n }\n\n }", "public function process_bulk_action()\n {\n if ('update' === $this->current_action()) {\n wp_die('Items deleted (or they would be if we had items to delete)!');\n }\n }", "function process_bulk_action() {\r\n if( 'apporve'===$this->current_action() ) {\r\n wp_die('Items deleted (or they would be if we had items to delete)!');\r\n }\r\n elseif( 'reject'===$this->current_action() ) {\r\n wp_die('Items deleted (or they would be if we had items to delete)!');\r\n }\r\n \r\n }", "public function bulkAction()\r\n {\r\n $this->checkIfDemo();\r\n $this->AdminInterviewCategoryModel->bulkAction();\r\n }", "public function bulkAction() {\n\t\t$this->_helper->ajaxgrid->massActions ();\n\t}", "public function bulkAction() {\n\t\t$this->_helper->ajaxgrid->massActions ();\n\t}", "function get_bulk_actions() {\n $actions = array(\n // 'update' \t=> __( 'Update details from Amazon', 'wp-lister-for-amazon' ), // TODO\n // 'reapply' => __( 'Re-apply profile', 'wp-lister-for-amazon' ),\n // 'end_item' => __( 'Pause listings', 'wp-lister-for-amazon' ),\n 'wpla_get_compet_price' => __( 'Fetch latest prices from Amazon', 'wp-lister-for-amazon' ),\n 'wpla_resubmit' => __( 'Resubmit items', 'wp-lister-for-amazon' ),\n 'wpla_change_profile' => __( 'Change profile', 'wp-lister-for-amazon' ),\n 'wpla_trash_listing' => __( 'Remove from Amazon', 'wp-lister-for-amazon' ),\n 'wpla_delete' => __( 'Delete from database', 'wp-lister-for-amazon' ),\n 'wpla_get_lowest_offers' => __( 'Get lowest offer listings', 'wp-lister-for-amazon' ) . ' (beta)',\n 'wpla_fetch_pdescription' => __( 'Fetch full description', 'wp-lister-for-amazon' ) . ' (beta)',\n );\n return $actions;\n }", "private function actions()\n {\n }", "function process_bulk_action()\n {\n global $wpdb;\n $table_name = $wpdb->prefix . 'google_location_form'; // do not forget about tables prefix\n\n if ('delete' === $this->current_action()) {\n $ids = isset($_REQUEST['id']) ? $_REQUEST['id'] : array();\n if (is_array($ids)) $ids = implode(',', $ids);\n\n if (!empty($ids)) {\n $wpdb->query(\"DELETE FROM $table_name WHERE id IN($ids)\");\n }\n }\n }", "protected function bulk_actions($which = '')\n {\n }", "public function admin_table_bulk_actions($actions)\n {\n }", "function get_bulk_actions()\n {\n $actions = array(\n\n 'delete' => 'Delete',\n );\n return $actions;\n }", "public function bulk_actions(){\n\t\t$this->autoRender = false;\n\t\t$this->layout = false;\n\t\t\n\t\tif(!$this->_checkSession()){\n\t\t\t$this->Session->setFlash(__(\"<div class=\\\"alert alert-danger\\\" role=\\\"alert\\\">Acess Denied!</div>\"), 'flash_custom');\n\t\t\t$this->redirect(array('action'=>'login'));\n\t\t}\n\t\t\n\t\tif(!$this->request->is('post')){\n\t\t\tdie(\"Access denied!\");\n\t\t}\n\t\t$process_action = $this->request->data['process_action'];\n\t\t$process_model = $this->request->data['process_model'];\n\t\t\n\t\tswitch($process_action){\n\t\t\tcase 'delete':\n\t\t\t\t\t\tif(isset($this->request->data['item_id']) && !empty($this->request->data['item_id'])){\n\t\t\t\t\t\t\tforeach($this->request->data['item_id'] as $item_id){\n\t\t\t\t\t\t\t\t$this->$process_model->id = $item_id;\n\t\t\t\t\t\t\t\t$this->$process_model->delete();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t$this->Session->setFlash(__('<div class=\"alert alert-success\" role=\"alert\">Records deleted successfully!</div>'), 'flash_custom');\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\t\t\n\t\t}\n\t\t\t\n\t\t$this->redirect($this->referer());\n\t}", "protected function get_bulk_actions() {\n\n\t\t// Make a basic array of the actions we wanna include.\n\t\t$setup = array(\n\t\t\t'wbr_bulk_approve' => __( 'Approve Pending', 'woo-better-reviews' ),\n\t\t\t'wbr_bulk_delete' => __( 'Delete Selected', 'woo-better-reviews' ),\n\t\t);\n\n\t\t// Return it filtered.\n\t\treturn apply_filters( Core\\HOOK_PREFIX . 'review_table_bulk_actions', $setup );\n\t}", "function admin_bulk_action(){\n\t\t\n\t\t$this->layout = \"\";\n\t\t$this->autoRender = false;\n\t\tif(isset($this->data['Model']['id']) && count($this->data['Model']['id'])>0 && isset($this->data['Model']['action'])){\n\t\t\t\n\t\t\t$infected_records = array();\n\t\t\tforeach($this->data['Model']['id'] as $ids){\n\t\t\t\t$infected_records[] = DECRYPT_DATA($ids);\n\t\t\t}\n\t\t\t$model_name = $this->data['Model']['model_name'];\n\t\t\t$action = $this->data['Model']['action'];\n\t\t\tApp::import(\"Model\",$model_name);\n\t\t\t$this->$model_name = new $model_name();\n\t\t\tif($action == 0){//Activate Status\n\t\t\t $this->$model_name->updateAll(array(\"$model_name.is_active\"=>\"'1'\"),array(\"$model_name.id\"=>$infected_records));\n\t\t\t $this->Session->setFlash(RECORD_ACTIVATED, 'message/green');\n\t\t\t}\n\t\t\telse if($action == 1){//Inactivate Status\n\t\t\t $this->$model_name->updateAll(array(\"$model_name.is_active\"=>\"'0'\"),array(\"$model_name.id\"=>$infected_records));\n\t\t\t $this->Session->setFlash(RECORD_DEACTIVATED, 'message/green');\n\t\t\t}else if($action == 2){//Delete selected records\n\t\t\t\t\n\t\t\t $this->$model_name->updateAll(array(\"$model_name.is_deleted\"=>\"'1'\"),array(\"$model_name.id\"=>$infected_records));\n\t\t\t if($model_name == \"Vendor\"){\n\t\t\t\tApp::import(\"Model\",\"Product\");\n\t\t\t\t$this->Product = new Product();\n\t\t\t\t$this->Product->updateAll(array(\"Product.is_deleted\"=>\"'1'\"),array(\"Product.vendor_id\"=>$infected_records));\n\t\t\t\tApp::import(\"Model\",\"Coupon\");\n\t\t\t\t$this->Coupon = new Coupon();\n\t\t\t\t$this->Coupon->updateAll(array(\"Coupon.is_deleted\"=>\"'1'\"),array(\"Coupon.vendor_id\"=>$infected_records));\n\t\t\t }\n\t\t\t \n\t\t\t \n\t\t\t $this->Session->setFlash(RECORD_DELETED, 'message/green');\n\t\t\t}\n\t\t\t$this->redirect($this->referer());exit();\t\n\t\t}\n\t}", "public function process_bulk_action() {\n\t\tif ( 'delete' === $this->current_action() ) {\n\n\t\t\t// In our file that handles the request, verify the nonce.\n\t\t\t$nonce = esc_attr( $_REQUEST['_wpnonce'] );\n\n\t\t\tif ( ! wp_verify_nonce( $nonce, 'sp_delete_post' ) ) {\n\t\t\t\tdie( 'Go get a life script kiddies' );\n\t\t\t}\n\t\t\telse {\n\t\t\t\tif ($_GET['post']) {\n\t\t\t\t\tself::delete_post( absint( $_GET['post'] ) );\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\t// If the delete bulk action is triggered\n\t\tif ( isset($_POST['bulk-delete']) && ( isset( $_POST['action'] ) && $_POST['action'] == 'bulk-delete' )\n\t\t || ( isset( $_POST['action2'] ) && $_POST['action2'] == 'bulk-delete' )\n\t\t) {\n\t\t\t$delete_ids = esc_sql( $_POST['bulk-delete'] );\n\n\t\t\t// loop over the array of record IDs and delete them\n\t\t\tforeach ( $delete_ids as $id ) {\n\t\t\t\tself::delete_post( $id );\n\n\t\t\t}\n\t\t}\n\t}", "function get_bulk_actions()\n {\n $actions = array(\n 'delete' => 'Delete'\n );\n return $actions;\n }", "function get_bulk_actions() {\n $actions = array(\n 'delete' => 'Delete'\n );\n return $actions;\n }", "function get_bulk_actions() {\n $actions = array(\n 'delete' => 'Delete'\n );\n return $actions;\n }", "public function get_bulk_actions() {\n\t\t $actions = [\n\t\t \t'bulk-delete' => 'Delete',\n\t\t ];\n\n\t\t //return $actions;\n\t}", "public function\n\t\tdo_actions()\n\t{\n\t}", "function get_bulk_actions() {\n\n\t\treturn $actions = array(\n\t\t\t'delete'\t=> 'Delete'\n\t\t);\n\t}", "public function process_bulk_action() {\n\n\t\t\tswitch ( $this->current_action() ) {\n\t\t\t\tcase 'delete':\n\t\t\t\t\t// Check access rights.\n\t\t\t\t\tif ( 'on' !== $this->allow_delete ) {\n\t\t\t\t\t\t// Deleting records from list table is not allowed.\n\t\t\t\t\t\twp_die( __( 'ERROR: Not authorized [delete not allowed]', 'wp-data-access' ) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prepare wp_nonce action security check.\n\t\t\t\t\t$wp_nonce_action = \"wpda-delete-{$this->table_name}\";\n\n\t\t\t\t\t$row_to_be_deleted = []; // Gonna hold the row to be deleted.\n\t\t\t\t\t$i = 0; // Index, necessary for multi column keys.\n\n\t\t\t\t\t// Check all key columns.\n\t\t\t\t\tforeach ( $this->wpda_list_columns->get_table_primary_key() as $key ) {\n\t\t\t\t\t\t// Check if key is available.\n\t\t\t\t\t\tif ( ! isset( $_REQUEST[ $key ] ) ) { // input var okay.\n\t\t\t\t\t\t\twp_die( __( 'ERROR: Invalid URL [missing primary key values]', 'wp-data-access' ) );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Write key value pair to array.\n\t\t\t\t\t\t$row_to_be_deleted[ $i ]['key'] = $key;\n\t\t\t\t\t\t$row_to_be_deleted[ $i ]['value'] = sanitize_text_field( wp_unslash( $_REQUEST[ $key ] ) ); // input var okay.\n\t\t\t\t\t\t$i ++;\n\n\t\t\t\t\t\t// Add key values to wp_nonce action.\n\t\t\t\t\t\t$wp_nonce_action .= '-' . sanitize_text_field( wp_unslash( $_REQUEST[ $key ] ) ); // input var okay.\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if delete is allowed.\n\t\t\t\t\t$wp_nonce = isset( $_REQUEST['_wpnonce'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['_wpnonce'] ) ) : ''; // input var okay.\n\t\t\t\t\tif ( ! wp_verify_nonce( $wp_nonce, $wp_nonce_action ) ) {\n\t\t\t\t\t\twp_die( __( 'ERROR: Not authorized', 'wp-data-access' ) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// All key column values available: delete record.\n\t\t\t\t\t// Prepare named array for delete operation.\n\t\t\t\t\t$next_row_to_be_deleted = [];\n\t\t\t\t\t$count_rows = count( $row_to_be_deleted );\n\t\t\t\t\tfor ( $i = 0; $i < $count_rows; $i ++ ) {\n\t\t\t\t\t\t$next_row_to_be_deleted[ $row_to_be_deleted[ $i ]['key'] ] = $row_to_be_deleted[ $i ]['value'];\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( $this->delete_row( $next_row_to_be_deleted ) ) {\n\t\t\t\t\t\t$msg = new WPDA_Message_Box(\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t'message_text' => __( 'Row deleted', 'wp-data-access' ),\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t);\n\t\t\t\t\t\t$msg->box();\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$msg = new WPDA_Message_Box(\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t'message_text' => __( 'Could not delete row', 'wp-data-access' ),\n\t\t\t\t\t\t\t\t'message_type' => 'error',\n\t\t\t\t\t\t\t\t'message_is_dismissible' => false,\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t);\n\t\t\t\t\t\t$msg->box();\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'bulk-delete':\n\t\t\t\t\t// Check access rights.\n\t\t\t\t\tif ( $this->allow_delete !== 'on' ) {\n\t\t\t\t\t\t// Deleting records from list table is not allowed.\n\t\t\t\t\t\tdie( __( 'ERROR: Not authorized [delete not allowed]', 'wp-data-access' ) );\n\t\t\t\t\t}\n\n\t\t\t\t\t// We first need to check if all the necessary information is available.\n\t\t\t\t\tif ( ! isset( $_REQUEST['bulk-selected'] ) ) { // input var okay.\n\t\t\t\t\t\t// Nothing to delete.\n\t\t\t\t\t\t$msg = new WPDA_Message_Box(\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t'message_text' => __( 'Nothing to delete', 'wp-data-access' ),\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t);\n\t\t\t\t\t\t$msg->box();\n\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if delete is allowed.\n\t\t\t\t\t$wp_nonce_action = 'wpda-delete-*';\n\t\t\t\t\t$wp_nonce = isset( $_REQUEST['_wpnonce2'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['_wpnonce2'] ) ) : ''; // input var okay.\n\t\t\t\t\tif ( ! wp_verify_nonce( $wp_nonce, $wp_nonce_action ) ) {\n\t\t\t\t\t\tdie( __( 'ERROR: Not authorized', 'wp-data-access' ) );\n\t\t\t\t\t}\n\n\t\t\t\t\t$bulk_rows = $_REQUEST['bulk-selected'];\n\t\t\t\t\t$no_rows = count( $bulk_rows ); // # rows to be deleted.\n\n\t\t\t\t\t$rows_to_be_deleted = []; // Gonna hold rows to be deleted.\n\n\t\t\t\t\tfor ( $i = 0; $i < $no_rows; $i ++ ) {\n\t\t\t\t\t\t// Write \"json\" to named array. Need to strip slashes twice. Once for the normal conversion\n\t\t\t\t\t\t// and once extra for the pre-conversion of double quotes in method column_cb().\n\t\t\t\t\t\t$row_object = json_decode( stripslashes( stripslashes( $bulk_rows[ $i ] ) ), true );\n\t\t\t\t\t\tif ( $row_object ) {\n\t\t\t\t\t\t\t$j = 0; // Index used to build array.\n\n\t\t\t\t\t\t\t// Check all key columns.\n\t\t\t\t\t\t\tforeach ( $this->wpda_list_columns->get_table_primary_key() as $key ) {\n\t\t\t\t\t\t\t\t// Check if key is available.\n\t\t\t\t\t\t\t\tif ( ! isset( $row_object[ $key ] ) ) {\n\t\t\t\t\t\t\t\t\twp_die( __( 'ERROR: Invalid URL [missing primary key values]', 'wp-data-access' ) );\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Write key value pair to array.\n\t\t\t\t\t\t\t\t$rows_to_be_deleted[ $i ][ $j ]['key'] = $key;\n\t\t\t\t\t\t\t\t$rows_to_be_deleted[ $i ][ $j ]['value'] = $row_object[ $key ];\n\t\t\t\t\t\t\t\t$j ++;\n\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Looks like eveything is there. Delete records from table...\n\t\t\t\t\t$no_key_cols = count( $this->wpda_list_columns->get_table_primary_key() );\n\t\t\t\t\t$rows_succesfully_deleted = 0; // Number of rows succesfully deleted.\n\t\t\t\t\t$rows_with_errors = 0; // Number of rows that could not be deleted.\n\t\t\t\t\tfor ( $i = 0; $i < $no_rows; $i ++ ) {\n\t\t\t\t\t\t// Prepare named array for delete operation.\n\t\t\t\t\t\t$next_row_to_be_deleted = [];\n\n\t\t\t\t\t\t$row_found = true;\n\t\t\t\t\t\tfor ( $j = 0; $j < $no_key_cols; $j ++ ) {\n\t\t\t\t\t\t\tif ( isset( $rows_to_be_deleted[ $i ][ $j ]['key'] ) ) {\n\t\t\t\t\t\t\t\t$next_row_to_be_deleted[ $rows_to_be_deleted[ $i ][ $j ]['key'] ] = $rows_to_be_deleted[ $i ][ $j ]['value'];\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t$row_found = false;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( $row_found ) {\n\t\t\t\t\t\t\tif ( $this->delete_row( $next_row_to_be_deleted ) ) {\n\t\t\t\t\t\t\t\t// Row(s) succesfully deleted.\n\t\t\t\t\t\t\t\t$rows_succesfully_deleted ++;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t// An error occured during the delete operation: increase error count.\n\t\t\t\t\t\t\t\t$rows_with_errors ++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// An error occured during the delete operation: increase error count.\n\t\t\t\t\t\t\t$rows_with_errors ++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Inform user about the results of the operation.\n\t\t\t\t\t$message = '';\n\n\t\t\t\t\tif ( 1 === $rows_succesfully_deleted ) {\n\t\t\t\t\t\t$message = __( 'Row deleted', 'wp-data-access' );\n\t\t\t\t\t} elseif ( $rows_succesfully_deleted > 1 ) {\n\t\t\t\t\t\t$message = \"$rows_succesfully_deleted \" . __( 'rows deleted', 'wp-data-access' );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( '' !== $message ) {\n\t\t\t\t\t\t$msg = new WPDA_Message_Box(\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t'message_text' => $message,\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t);\n\t\t\t\t\t\t$msg->box();\n\t\t\t\t\t}\n\n\t\t\t\t\t$message = '';\n\n\t\t\t\t\tif ( $rows_with_errors > 0 ) {\n\t\t\t\t\t\t$message = __( 'Not all rows have been deleted', 'wp-data-access' );\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( '' !== $message ) {\n\t\t\t\t\t\t$msg = new WPDA_Message_Box(\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t'message_text' => $message,\n\t\t\t\t\t\t\t\t'message_type' => 'error',\n\t\t\t\t\t\t\t\t'message_is_dismissible' => false,\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t);\n\t\t\t\t\t\t$msg->box();\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'bulk-export':\n\t\t\t\tcase 'bulk-export-xml':\n\t\t\t\tcase 'bulk-export-json':\n\t\t\t\tcase 'bulk-export-excel':\n\t\t\t\tcase 'bulk-export-csv':\n\t\t\t\t\t// Check access rights.\n\t\t\t\t\tif ( ! WPDA::is_wpda_table( $this->table_name ) ) {\n\t\t\t\t\t\tif ( 'on' !== WPDA::get_option( WPDA::OPTION_BE_EXPORT_ROWS ) ) {\n\t\t\t\t\t\t\t// Exporting rows from list table is not allowed.\n\t\t\t\t\t\t\tdie( __( 'ERROR: Not authorized [export not allowed]', 'wp-data-access' ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// We first need to check if all the necessary information is available.\n\t\t\t\t\tif ( ! isset( $_REQUEST['bulk-selected'] ) ) { // input var okay.\n\t\t\t\t\t\t// Nothing to export.\n\t\t\t\t\t\t$msg = new WPDA_Message_Box(\n\t\t\t\t\t\t\t[\n\t\t\t\t\t\t\t\t'message_text' => __( 'Nothing to export', 'wp-data-access' ),\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t);\n\t\t\t\t\t\t$msg->box();\n\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Check if export is allowed.\n\t\t\t\t\t$wp_nonce_action = 'wpda-export-*';\n\t\t\t\t\t$wp_nonce = isset( $_REQUEST['_wpnonce'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['_wpnonce'] ) ) : ''; // input var okay.\n\t\t\t\t\tif ( ! wp_verify_nonce( $wp_nonce, $wp_nonce_action ) ) {\n\t\t\t\t\t\tdie( __( 'ERROR: Not authorized', 'wp-data-access' ) );\n\t\t\t\t\t}\n\n\t\t\t\t\t$bulk_rows = $_REQUEST['bulk-selected'];\n\t\t\t\t\t$no_rows = count( $bulk_rows ); // # rows to be exported.\n\n\t\t\t\t\t$format_type = '';\n\t\t\t\t\tswitch ( $this->current_action() ) {\n\t\t\t\t\t\tcase 'bulk-export-xml':\n\t\t\t\t\t\t\t$format_type = 'xml';\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase 'bulk-export-json':\n\t\t\t\t\t\t\t$format_type = 'json';\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase 'bulk-export-excel':\n\t\t\t\t\t\t\t$format_type = 'excel';\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase 'bulk-export-csv':\n\t\t\t\t\t\t\t$format_type = 'csv';\n\t\t\t\t\t}\n\n\t\t\t\t\t$querystring = '';\n\t\t\t\t\tif ( ! is_admin() ) {\n\t\t\t\t\t\t// Add admin path for public access\n\t\t\t\t\t\t$querystring = admin_url() . 'admin.php';\n\t\t\t\t\t}\n\t\t\t\t\t$querystring .= \"?action=wpda_export&type=row&mysql_set=off&show_create=off&show_comments=off&schema_name={$this->schema_name}&table_names={$this->table_name}&_wpnonce=$wp_nonce&format_type=$format_type\";\n\n\t\t\t\t\t$j = 0;\n\t\t\t\t\tfor ( $i = 0; $i < $no_rows; $i ++ ) {\n\t\t\t\t\t\t// Write \"json\" to named array. Need to strip slashes twice. Once for the normal conversion\n\t\t\t\t\t\t// and once extra for the pre-conversion of double quotes in method column_cb().\n\t\t\t\t\t\t$row_object = json_decode( stripslashes( stripslashes( $bulk_rows[ $i ] ) ), true );\n\t\t\t\t\t\tif ( $row_object ) {\n\t\t\t\t\t\t\t// Check all key columns.\n\t\t\t\t\t\t\tforeach ( $this->wpda_list_columns->get_table_primary_key() as $key ) {\n\t\t\t\t\t\t\t\t// Check if key is available.\n\t\t\t\t\t\t\t\tif ( ! isset( $row_object[ $key ] ) ) {\n\t\t\t\t\t\t\t\t\twp_die( __( 'ERROR: Invalid URL', 'wp-data-access' ) );\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Write key value pair to array.\n\t\t\t\t\t\t\t\t$querystring .= \"&{$key}[{$j}]=\" . urlencode( $row_object[ $key ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t$j ++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Export rows.\n\t\t\t\t\techo '\n\t\t\t\t\t\t<script type=\\'text/javascript\\'>\n\t\t\t\t\t\t\tjQuery(document).ready(function() {\n\t\t\t\t\t\t\t\tjQuery(\"#stealth_mode\").attr(\"src\",\"' . $querystring . '\");\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t</script>\n\t\t\t\t\t';\n\t\t\t}\n\n\t\t}", "public function setup_actions() {}", "protected function executeAction() {}", "protected function executeAction() {}", "protected function executeAction() {}", "protected function executeAction() {}", "protected function handleListActions(): void\n {\n $isBulkDelete = in_array('bulk-delete', [\n ($_POST['action'] ?? null),\n ($_POST['action2'] ?? null)\n ]);\n\n $nonce = $_REQUEST[$this->nonceKey] ?? '';\n $nonceIsValid = wp_verify_nonce($nonce, $this->nonce)\n ?: wp_verify_nonce($nonce, \"bulk-{$this->plural}\");\n\n if ('delete' != $this->current_action() && !$isBulkDelete) {\n return;\n }\n\n if (!$nonceIsValid) {\n http_response_code(403);\n exit;\n }\n\n $items = ($_POST[$this->plural] ?? null)\n ?: [$_GET[$this->singular]];\n\n foreach ($items as $item) {\n $this->deleteItem($item);\n }\n }", "public function allAction() {}", "public function process_bulk_action() {\n\t\tif ( 'delete' === $this->current_action() ) {\n\t\t\t// In our file that handles the request, verify the nonce.\n\t\t\t$nonce = esc_attr( $_REQUEST['_wpnonce'] );\n\t\t\t\n\t\t\tif ( ! wp_verify_nonce( $nonce, 'delete_page' ) ) {\n\t\t\t\tdie( 'Go get a life script kiddies' );\n\t\t\t}\n\t\t\telse {\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tself::delete_page( absint( $_GET['id'] ) );\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t//\twp_die(esc_url( add_query_arg() ) );\n\t\t\t\t\n\t\t\t\t//wp_die(remove_query_arg(['action'],$_SERVER['HTTP_REFERER']));\n\t\t\t\t//wp_redirect(remove_query_arg(['action'],$_SERVER['HTTP_REFERER']));\n\t\t\t\t//wp_redirect( esc_url( add_query_arg() ) );\n\t\t\t\t//exit;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\t\n\t\t// If the delete bulk action is triggered\n\t\tif ( ( isset( $_POST['action'] ) && $_POST['action'] == 'bulk-delete' )\n\t\t || ( isset( $_POST['action2'] ) && $_POST['action2'] == 'bulk-delete' )\n\t\t) {\n\t\t\t\n\t\t\t$delete_ids = esc_sql( $_POST['bulk-delete'] );\n\t\t\t\n\t\t\t// loop over the array of record IDs and delete them\n\t\t\tforeach ( $delete_ids as $id ) {\n\t\t\t\t\n\t\t\t\tself::delete_page( $id );\n\t\t\t\t\n\t\t\t}\n\t\t\t//wp_redirect(remove_query_arg(['action'],$_SERVER['HTTP_REFERER']));\n\t\t\t//exit;\n\t\t}\n\t}", "public function batchExecute() {\n\n }", "protected function executeAction() {\n \n }", "public function process_bulk_action() {\r\n\t\t$page_url = menu_page_url( 'ac-wp-list-table', false );\r\n\r\n\t\t//Detect when a bulk action is being triggered...\r\n\t\tif ( 'delete' === $this->current_action() ) {\r\n\t\t\t// In our file that handles the request, verify the nonce.\r\n\t\t\t$nonce = esc_attr( $_REQUEST['_wpnonce'] );\r\n\r\n\t\t\tif ( ! wp_verify_nonce( $nonce, 'ac_delete_customer' ) ) {\r\n\t\t\t\tdie( 'Go get a life script kiddies' );\r\n\t\t\t} else {\r\n\t\t\t\tself::delete_customer( absint( $_GET['id'] ) );\r\n\r\n\t\t\t\t// Redirect\r\n\t\t\t\t$query = array( 'message' => 'deleted');\r\n\t\t\t\t$redirect_to = add_query_arg( $query, $page_url );\r\n\t\t\t\twp_redirect( $redirect_to );\r\n\t\t\t\texit;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// If the delete bulk action is triggered\r\n\t\tif ( ( isset( $_POST['action'] ) && $_POST['action'] == 'bulk-delete' )\r\n\t\t || ( isset( $_POST['action2'] ) && $_POST['action2'] == 'bulk-delete' )\r\n\t\t) {\r\n\t\t\t$delete_ids = esc_sql( $_POST['bulk-delete'] );\r\n\r\n\t\t\t// loop over the array of record ids and delete them\r\n\t\t\tforeach ( $delete_ids as $id ) {\r\n\t\t\t\tself::delete_customer( $id );\r\n\t\t\t}\r\n\r\n\t\t\t// Redirect\r\n\t\t\t$query = array( 'message' => 'deleted');\r\n\t\t\t$redirect_to = add_query_arg( $query, $page_url );\r\n\t\t\twp_redirect( $redirect_to );\r\n\t\t\texit;\r\n\t\t}\r\n\t}", "public function bulk_actions( $which = '' ) {\n\t\t//edd_log_views();\n\t}", "public function process_bulk_actions_legacy() {\n\t\tglobal $post_status;\n\n\t\t$screen = get_current_screen();\n\n\t\tif ( in_array( $screen->id, array( 'edit-shop_order', 'users' ) ) && 'trash' !== $post_status ) {\n\n\t\t\t$export_type = $this->map_screen_to_export_type( $screen->id );\n\t\t\t$list_table = 'customers' === $export_type ? 'WP_Users_List_Table' : 'WP_Posts_List_Table';\n\n\t\t\t// get the action\n\t\t\t$wp_list_table = _get_list_table( $list_table );\n\t\t\t$action = $wp_list_table->current_action();\n\n\t\t\t// bail if not processing one of our actions\n\t\t\tif ( ! array_key_exists( $action, $this->get_bulk_actions( $export_type ) ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// security check & get object ids\n\t\t\tif ( 'customers' === $export_type ) {\n\t\t\t\tcheck_admin_referer( 'bulk-users' );\n\t\t\t\t$object_ids = array_map( 'absint', ! empty( $_REQUEST['users'] ) ? $_REQUEST['users'] : null );\n\t\t\t} else {\n\t\t\t\tcheck_admin_referer( 'bulk-posts' );\n\t\t\t\t$object_ids = array_map( 'absint', ! empty( $_REQUEST['post'] ) ? $_REQUEST['post'] : null );\n\t\t\t}\n\n\t\t\t// return if there are no objects to export\n\t\t\tif ( empty( $object_ids ) ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// give ourselves an unlimited timeout if possible\n\t\t\t@set_time_limit( 0 );\n\n\t\t\t$this->process_bulk_actions( $action, $object_ids, $export_type );\n\n\t\t\t// redirect back, since WP < 4.7 doesn't do it for us\n\t\t\twp_safe_redirect( wp_get_referer() );\n\t\t\texit;\n\t\t}\n\t}", "public function postActions(){\n\n $bulkAction = Input::get('bulk_action');\n $items = Input::get('tableItems');\n\n if(!$items){\n return Redirect::back()->with('error', NO_ITEMS_SELECTED);\n }\n\n if(in_array($bulkAction, ['delete'])){\n\n // Delete selected sizes.\n ProductBrand::whereIn('id', $items)->delete();\n }else{\n return Redirect::back()->with('error', NO_ACTION_SELECTED);\n }\n\n return Redirect::back()->with('success', DONE);\n }", "public function process_bulk_action() {\n\n if ( ! isset( $_REQUEST[ 'template' ] ) ) {\n return;\n }\n \n switch( strtolower( $this->current_action() ) ){\n case 'activate':\n do_action( 'aal_action_activate_templates', ( array ) $_REQUEST[ 'template' ], true );\n break;\n case 'deactivate':\n do_action( 'aal_action_deactivate_templates', ( array ) $_REQUEST[ 'template' ], true );\n break; \n default:\n return; // do nothing.\n }\n\n // Reload the page.\n exit( \n wp_safe_redirect( \n add_query_arg( \n array(\n 'post_type' => AmazonAutoLinks_Registry::$aPostTypes[ 'unit' ],\n 'page' => AmazonAutoLinks_Registry::$aAdminPages[ 'template' ],\n 'tab' => 'table',\n ), \n admin_url( $GLOBALS[ 'pagenow' ] ) \n )\n )\n );\n \n }", "public static function bulkActions() {\n return [\n static::BULK_ACTION_SETREAD => ['title' => \\Yii::t('app', 'خوانده شده')],\n static::BULK_ACTION_SETNOTREAD => ['title' => \\Yii::t('app', 'خوانده نشده')],\n static::BULK_ACTION_DELETE => ['title' => \\Yii::t('app', 'حذف')],\n ];\n }", "public function actions();", "public function get_bulk_actions()\n\t{\n\t\t$actions = array(\n\t\t\t'remove-items' => 'Remove Items',\n\t\t\t'process-items' => 'Process Items',\n\t\t);\n \t\treturn $actions;\n\t}", "protected function getActions() {}", "function get_bulk_actions() {\n\t\t//bulk action combo box parameter\n\t\t//if you want to add some more value to bulk action parameter then push key value set in below array\n\t\t$actions = array();\n\t\treturn $actions;\n }", "protected function bulkActions(): array\n {\n return [\n 'bulk-delete' => __('Delete')\n ];\n }", "function process_bulk_action() {\n global $catpdf_templates;\n if ('delete' === $this->current_action()) {\n if (count($_POST['template']) > 0) {\n foreach ($_POST['template'] as $template) {\n $catpdf_templates->delete_template($template);\n }\n }\n }\n }", "public function get_bulk_actions() {\n\n\t\t\t$actions = [\n\n\t\t\t\t'bulk-delete' => 'Delete'\n\n\t\t\t];\n\n\n\n\t\t\treturn $actions;\n\n\t\t}", "function get_bulk_actions()\n {\n $actions = array(\n 'delete_selected' => 'Delete Selected',\n );\n return $actions;\n }", "public function get_bulk_actions() \n\t{\n\t\treturn $this->bulkActions;\n\t}", "public function handle_post_action_list() {\n\t\tIggoGrid::check_nonce( 'list' );\n\n\t\tif ( isset( $_POST['bulk-action-top'] ) && '-1' != $_POST['bulk-action-top'] ) {\n\t\t\t$bulk_action = $_POST['bulk-action-top'];\n\t\t} elseif ( isset( $_POST['bulk-action-bottom'] ) && '-1' != $_POST['bulk-action-bottom'] ) {\n\t\t\t$bulk_action = $_POST['bulk-action-bottom'];\n\t\t} else {\n\t\t\t$bulk_action = false;\n\t\t}\n\n\t\tif ( ! in_array( $bulk_action, array( 'copy', 'export', 'delete' ), true ) ) {\n\t\t\tIggoGrid::redirect( array( 'action' => 'list', 'message' => 'error_bulk_action_invalid' ) );\n\t\t}\n\n\t\tif ( empty( $_POST['table'] ) || ! is_array( $_POST['table'] ) ) {\n\t\t\tIggoGrid::redirect( array( 'action' => 'list', 'message' => 'error_no_selection' ) );\n\t\t} else {\n\t\t\t$tables = wp_unslash( $_POST['table'] );\n\t\t}\n\n\t\t$no_success = array(); // to store table IDs that failed\n\n\t\tswitch ( $bulk_action ) {\n\t\t\tcase 'copy':\n\t\t\t\t$this->init_i18n_support(); // for the translation of \"Copy of\"\n\t\t\t\tforeach ( $tables as $table_id ) {\n\t\t\t\t\tif ( current_user_can( 'iggogrid_copy_table', $table_id ) ) {\n\t\t\t\t\t\t$copy_table_id = IggoGrid::$model_table->copy( $table_id );\n\t\t\t\t\t\tif ( is_wp_error( $copy_table_id ) ) {\n\t\t\t\t\t\t\t$no_success[] = $table_id;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$no_success[] = $table_id;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase 'delete':\n\t\t\t\tforeach ( $tables as $table_id ) {\n\t\t\t\t\tif ( current_user_can( 'iggogrid_delete_table', $table_id ) ) {\n\t\t\t\t\t\t$deleted = IggoGrid::$model_table->delete( $table_id );\n\t\t\t\t\t\tif ( is_wp_error( $deleted ) ) {\n\t\t\t\t\t\t\t$no_success[] = $table_id;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$no_success[] = $table_id;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\n\t\tif ( count( $no_success ) != 0 ) { // maybe pass this information to the view?\n\t\t\t$message = \"error_{$bulk_action}_not_all_tables\";\n\t\t} else {\n\t\t\t$plural = ( count( $tables ) > 1 ) ? '_plural' : '';\n\t\t\t$message = \"success_{$bulk_action}{$plural}\";\n\t\t}\n\n\t\t// slightly more complex redirect method, to account for sort, search, and pagination in the WP_List_Table on the List View\n\t\t// but only if this action succeeds, to have everything fresh in the event of an error\n\t\t$sendback = wp_get_referer();\n\t\tif ( ! $sendback ) {\n\t\t\t$sendback = IggoGrid::url( array( 'action' => 'list', 'message' => $message ) );\n\t\t} else {\n\t\t\t$sendback = remove_query_arg( array( 'action', 'message', 'table_id' ), $sendback );\n\t\t\t$sendback = add_query_arg( array( 'action' => 'list', 'message' => $message ), $sendback );\n\t\t}\n\t\twp_redirect( $sendback );\n\t\texit;\n\t}", "public function get_bulk_actions() {\n\n\t\t\tif ( ! $this->bulk_actions_enabled ) {\n\t\t\t\t// Bulk actions disabled.\n\t\t\t\treturn '';\n\t\t\t}\n\n\t\t\tif ( empty( $this->wpda_list_columns->get_table_primary_key() ) ) {\n\t\t\t\t// Tables has no primary key: no bulk actions allowed!\n\t\t\t\t// Primary key is neccesary to ensure uniqueness.\n\t\t\t\treturn '';\n\t\t\t}\n\n\t\t\t$actions = [];\n\n\t\t\tif ( $this->allow_delete === 'on' ) {\n\t\t\t\t$actions = [\n\t\t\t\t\t'bulk-delete' => __( 'Delete Permanently', 'wp-data-access' ),\n\t\t\t\t];\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t$this->bulk_export_enabled && (\n\t\t\t\t\tWPDA::is_wpda_table( $this->table_name ) ||\n\t\t\t\t\tWPDA::get_option( WPDA::OPTION_BE_EXPORT_ROWS ) === 'on'\n\t\t\t\t)\n\t\t\t) {\n\t\t\t\t$actions['bulk-export'] = __( 'Export to SQL', 'wp-data-access' );\n\t\t\t\t$actions['bulk-export-xml'] = __( 'Export to XML', 'wp-data-access' );\n\t\t\t\t$actions['bulk-export-json'] = __( 'Export to JSON', 'wp-data-access' );\n\t\t\t\t$actions['bulk-export-excel'] = __( 'Export to Excel', 'wp-data-access' );\n\t\t\t\t$actions['bulk-export-csv'] = __( 'Export to CSV', 'wp-data-access' );\n\t\t\t}\n\n\t\t\treturn $actions;\n\n\t\t}", "public function process_bulk_action() {\n\n\t\tif ( 'delete' === $this->current_action() ) {\n\n\t\t\t// In our file that handles the request, verify the nonce.\n\t\t\t$nonce = esc_attr( $_REQUEST['_wpnonce'] );\n\t\t\t\n\t\t\tif ( ! wp_verify_nonce( $nonce, 'sp_delete_customer' ) ) {\n\t\t\t\t// die( 'Go get a life script kiddies' );\n\t\t\t\t// require dirname(__FILE__).\"/functions/delete_site.php\";\n\t\t\t\techo(\"Deleted Successfully!\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tself::delete_customer( absint( $_GET['customer'] ) );\n\t\t\t\tob_clean();\n\t\t\t\twp_redirect(esc_url(add_query_arg()));\n\t\t\t\texit();\n\t\t\t}\n\n\t\t}\n\n\t\t// If the delete bulk action is triggered\n\t\tif ( ( isset( $_POST['action'] ) && $_POST['action'] == 'bulk-delete' )\n\t\t || ( isset( $_POST['action2'] ) && $_POST['action2'] == 'bulk-delete' )\n\t\t) {\n\n\t\t\t$delete_ids = esc_sql( $_POST['bulk-delete'] );\n\n\t\t\t// loop over the array of record IDs and delete them\n\t\t\tforeach ( $delete_ids as $id ) {\n\t\t\t\tself::delete_customer( $id );\n\n\t\t\t}\n\n\t\t\twp_redirect( esc_url( add_query_arg() ) );\n\t\t\texit;\n\t\t}\n\t}", "protected function start_bulk_operation(){\n\t\twpcom_vip_start_bulk_operation();\n\n\t}", "public function process()\n\t{\n\t\t$action = $this->getAction();\n\t\tswitch (strtolower($action))\n\t\t{\n\t\t\tcase 'get':\n\t\t\tcase 'put':\n\t\t\tcase 'post':\n\t\t\tcase 'delete':\n\t\t}\t\n\t}", "public function executeActions(){\n\t\tif(!isset($this->request['do'])) return;\n\t\t\n\t\tif(!is_array($this->request['do'])){\n\t\t\t$this->request['do'] = array($this->request['do']);\n\t\t}\n\t\t\n\t\tforeach($this->request['do'] as $action){\n\t\t\t$this->action_response = array();\n\t\t\t$method = \"action_\" . $action;\n\t\t\tif(method_exists($this, $method)){\n\t\t\t\t$player_id = null;\n\t\t\t\t$game_id = null;\n\t\t\t\tif(is_object($this->session->me)) $player_id = $this->session->me->getID();\n\t\t\t\tif(is_object($this->game)) $game_id = $this->game->getID();\n\t\t\t\t$sql = new SqlManager();\n\t\t\t\t$new = array( \"action_date\" => date(\"Y-m-d H:i:s\", time()), \"action_name\" => $action, \"action_game\" => $game_id, \"action_player\" => $player_id );\n\t\t\t\t$sql->insert(\"action\", $new);\n\t\t\t\t$this->action_response[$action] = $this->$method($sql->getLastInsertID());\n\t\t\t}\n\t\t}\n\t}", "protected function start_bulk_operation() {\n\n\t\t// Disable term count updates for speed\n\t\twp_defer_term_counting( true );\n\t}", "protected function init_bulkactions(){\r\n\t\t\tif ( file_exists( $this->include_path . '/Bulk' ) ) {\r\n\t\t\t\t$Directory = new RecursiveDirectoryIterator( $this->include_path . '/Bulk' );\r\n\t\t\t\t$Iterator = new RecursiveIteratorIterator( $Directory );\r\n\t\t\t\t$Regex = new RegexIterator( $Iterator, '/^.+\\.php$/i', RecursiveRegexIterator::GET_MATCH );\r\n\t\t\t\t$include_array = array();\r\n\t\t\t\t$rc = new ReflectionClass( $this );\r\n\t\t\t\tforeach ( $Regex as $name => $obj ) {\r\n\t\t\t\t\t$name = str_replace($this->include_path . '/Bulk/', '', $name);\r\n\t\t\t\t\t$name = str_replace( ['.php', '/'], ['', '\\\\'], $name );\r\n\t\t\t\t\t$namespace = $rc->getNamespaceName();\r\n\t\t\t\t\tarray_push( $include_array, $namespace . '\\\\Bulk\\\\' . $name );\r\n\t\t\t\t}\r\n\r\n\t\t\t\tforeach ( $include_array as $bulk ) {\r\n\t\t\t\t\tnew $bulk();\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}", "public function get_bulk_actions() {\r\n\t\t$actions = [\r\n\t\t\t'bulk-delete' => 'Delete'\r\n\t\t];\r\n\r\n\t\treturn $actions;\r\n\t}", "public function register_actions() {\n\t\t}", "function get_bulk_actions( ) {\r\n\t\t$actions = array();\r\n\r\n\t\tif ( $this->is_trash ) {\r\n\t\t\t$actions['restore'] = __( 'Restore', 'media-library-assistant' );\r\n\t\t\t$actions['delete'] = __( 'Delete Permanently', 'media-library-assistant' );\r\n\t\t} else {\r\n\t\t\t$actions['edit'] = __( 'Edit', 'media-library-assistant' );\r\n\r\n\t\t\tif ( EMPTY_TRASH_DAYS && MEDIA_TRASH ) {\r\n\t\t\t\t$actions['trash'] = __( 'Move to Trash', 'media-library-assistant' );\r\n\t\t\t} else {\r\n\t\t\t\t$actions['delete'] = __( 'Delete Permanently', 'media-library-assistant' );\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn apply_filters( 'mla_list_table_get_bulk_actions', $actions );\r\n\t}", "protected function start_bulk_operation() {\n\t\t// Disable term count updates for speed\n\t\twp_defer_term_counting( true );\n\t}", "function get_bulk_actions() {\n\t\t$actions = array(\n\t\t\t\t\t\t\t'delete' => __('Delete', 'blog-designer-pack')\n\t\t\t\t\t\t);\n\t\treturn apply_filters('bdpp_style_bulk_act', $actions);\n\t}", "private function do_action() {\n\t\tglobal $wpdb;\n\t\t$sendback = remove_query_arg( array( 'intrusions' ), wp_get_referer() );\n\n\t\t// Handle bulk actions\n\t\tif ( isset( $_GET['doaction'] ) || isset( $_GET['doaction2'] ) ) {\n\t\t\tcheck_admin_referer( 'mscr_action_intrusions_bulk' );\n\n\t\t\tif ( ( $_GET['action'] != '' || $_GET['action2'] != '' ) && ( isset( $_GET['page'] ) && isset( $_GET['intrusions'] ) ) ) {\n\t\t\t\t$intrusion_ids = $_GET['intrusions'];\n\t\t\t\t$doaction = ( $_GET['action'] != '' ) ? $_GET['action'] : $_GET['action2'];\n\t\t\t} else {\n\t\t\t\twp_redirect( admin_url( 'index.php?page=mscr_intrusions' ) );\n\t\t\t\texit;\n\t\t\t}\n\n\t\t\tswitch ( $doaction ) {\n\t\t\t\tcase 'bulk_delete':\n\t\t\t\t\t$deleted = 0;\n\t\t\t\t\tforeach ( (array) $intrusion_ids as $intrusion_id ) {\n\t\t\t\t\t\tif ( ! current_user_can( 'activate_plugins' ) )\n\t\t\t\t\t\t\twp_die( __( 'You are not allowed to delete this item.', 'mute-screamer' ) );\n\n\t\t\t\t\t\t$sql = $wpdb->prepare( 'DELETE FROM ' . $wpdb->mscr_intrusions . ' WHERE id = %d', $intrusion_id );\n\t\t\t\t\t\t$result = $wpdb->query( $sql );\n\n\t\t\t\t\t\tif ( ! $result ) {\n\t\t\t\t\t\t\twp_die( __( 'Error in deleting...', 'mute-screamer' ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t\t$deleted++;\n\t\t\t\t\t}\n\t\t\t\t\t$sendback = add_query_arg( 'deleted', $deleted, $sendback );\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 'bulk_exclude':\n\t\t\t\t\t$excluded = 0;\n\t\t\t\t\tforeach ( (array) $intrusion_ids as $intrusion_id ) {\n\t\t\t\t\t\tif ( ! current_user_can( 'activate_plugins' ) ) {\n\t\t\t\t\t\t\twp_die( __( 'You are not allowed to exclude this item.', 'mute-screamer' ) );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Get the intrusion field to exclude\n\t\t\t\t\t\t$sql = $wpdb->prepare( \"SELECT name FROM {$wpdb->mscr_intrusions} WHERE id = %d\", $intrusion_id );\n\t\t\t\t\t\t$result = $wpdb->get_row( $sql );\n\n\t\t\t\t\t\tif ( ! $result ) {\n\t\t\t\t\t\t\twp_die( __( 'Error in excluding...', 'mute-screamer' ) );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$mscr = Mute_Screamer::instance();\n\t\t\t\t\t\t$exceptions = $mscr->get_option( 'exception_fields' );\n\n\t\t\t\t\t\t// Only add the field once\n\t\t\t\t\t\tif ( ! in_array( $result->name, $exceptions ) ) {\n\t\t\t\t\t\t\t$exceptions[] = $result->name;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$mscr->set_option( 'exception_fields', $exceptions );\n\t\t\t\t\t\t$excluded++;\n\t\t\t\t\t}\n\t\t\t\t\t$sendback = add_query_arg( 'excluded', $excluded, $sendback );\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tif ( isset( $_GET['action'] ) ) {\n\t\t\t\t$sendback = remove_query_arg( array( 'action', 'action2', 'intrusions' ), $sendback );\n\t\t\t}\n\n\t\t\twp_redirect( $sendback );\n\t\t\texit;\n\t\t} else if ( ! empty( $_GET['_wp_http_referer'] ) ) {\n\t\t\twp_redirect( remove_query_arg( array( '_wp_http_referer', '_wpnonce' ), stripslashes( $_SERVER['REQUEST_URI'] ) ) );\n\t\t\texit;\n\t\t}\n\n\t\t// Handle other actions\n\t\t$action = MSCR_Utils::get( 'action' );\n\t\t$id = (int) MSCR_Utils::get( 'intrusion' );\n\n\t\tif ( ! $action )\n\t\t\treturn;\n\n\t\tswitch ( $action ) {\n\t\t\tcase 'exclude':\n\t\t\t\tcheck_admin_referer( 'mscr_action_exclude_intrusion' );\n\t\t\t\tif ( ! current_user_can( 'activate_plugins' ) )\n\t\t\t\t\twp_die( __( 'You are not allowed to exclude this item.', 'mute-screamer' ) );\n\n\t\t\t\t// Get the intrusion field to exclude\n\t\t\t\t$sql = $wpdb->prepare( \"SELECT name FROM {$wpdb->mscr_intrusions} WHERE id = %d\", $id );\n\t\t\t\t$result = $wpdb->get_row( $sql );\n\n\t\t\t\tif ( ! $result ) {\n\t\t\t\t\twp_die( __( 'Error in excluding...', 'mute-screamer' ) );\n\t\t\t\t}\n\n\t\t\t\t$mscr = Mute_Screamer::instance();\n\t\t\t\t$exceptions = $mscr->get_option( 'exception_fields' );\n\n\t\t\t\t// Only add the field once\n\t\t\t\tif ( ! in_array( $result->name, $exceptions ) ) {\n\t\t\t\t\t$exceptions[] = $result->name;\n\t\t\t\t}\n\n\t\t\t\t$mscr->set_option( 'exception_fields', $exceptions );\n\t\t\t\t$sendback = add_query_arg( 'excluded', $id, $sendback );\n\t\t\t\tbreak;\n\n\t\t\tcase 'delete':\n\t\t\t\tcheck_admin_referer( 'mscr_action_delete_intrusion' );\n\t\t\t\tif ( ! current_user_can( 'activate_plugins' ) )\n\t\t\t\t\twp_die( __( 'You are not allowed to delete this item.', 'mute-screamer' ) );\n\n\t\t\t\t$sql = $wpdb->prepare( 'DELETE FROM ' . $wpdb->mscr_intrusions . ' WHERE id = %d', $id );\n\t\t\t\t$result = $wpdb->query( $sql );\n\n\t\t\t\tif ( ! $result ) {\n\t\t\t\t\twp_die( __( 'Error in deleting...', 'mute-screamer' ) );\n\t\t\t\t}\n\n\t\t\t\t$sendback = add_query_arg( 'deleted', 1, $sendback );\n\t\t\t\tbreak;\n\t\t}\n\n\t\twp_redirect( $sendback );\n\t\texit;\n\t}", "protected function get_available_actions()\n {\n }", "protected function get_available_actions()\n {\n }", "protected function performActionList()\n\t{\n\t\t// copy order\n\t\t$this->performActionCopyOrder();\n\n\t\t// some other ...\n\t}", "public function get_bulk_actions() {\n\t\t$actions = [\n\t\t\t'bulk-delete' => 'Delete'\n\t\t];\n\n\t\treturn $actions;\n\t}", "private function add_actions()\n {\n }", "public function executeAction() {\r\n\t\t\r\n\t}", "protected function executeTasks() {}", "public function listAction()\n {\n // some logic\n }", "public function get_bulk_actions() {\n\t\t$actions = array(\n\t\t\t'trash' => __( 'Move to Trash', 'wdaf' ),\n\t\t);\n\n\t\treturn $actions;\n\t}", "public function handle_bulk_actions() {\n\t\tif ( ! is_admin() ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( ! isset( $_POST['action'] ) || $_POST['action'] !== 'bulk_add_redirection_category' || ! Helper::has_cap( 'redirections' ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcheck_admin_referer( 'bulk-redirections' );\n\n\t\t$category_filter = ! empty( $_POST['redirection_category_filter_top'] ) ? $_POST['redirection_category_filter_top'] : $_POST['redirection_category_filter_bottom'];\n\t\tif ( empty( $category_filter ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$ids = (array) wp_parse_id_list( $_REQUEST['redirection'] );\n\t\tif ( empty( $ids ) ) {\n\t\t\tHelper::add_notification( __( 'No valid ID provided.', 'rank-math-pro' ) );\n\t\t\treturn;\n\t\t}\n\n\t\tforeach ( $ids as $id ) {\n\t\t\twp_set_object_terms( $id, absint( $category_filter ), 'rank_math_redirection_category', apply_filters( 'rank_math_pro/redirection/bulk_append_categories', true ) );\n\t\t}\n\n\t\t// Translators: placeholder is the number of updated redirections.\n\t\tHelper::add_notification( sprintf( __( '%d redirections have been assigned to the category.', 'rank-math-pro' ), count( $ids ) ) );\n\t}", "function bulk_actions() {\n\t\t$screen = get_current_screen();\n\n\t\tif ( is_null( $this->_actions ) ) {\n\t\t\t$no_new_actions = $this->_actions = $this->get_bulk_actions();\n\t\t\t// This filter can currently only be used to remove actions.\n\t\t} else {\n\t\t\t$two = '2';\n\t\t}\n\n\t\tif ( empty( $this->_actions ) )\n\t\t\treturn;\n\n\t\techo \"<select name='ep-reg-bulk[action$two]'>\\n\";\n\t\techo \"<option value='-1' selected='selected'>\" . __( 'Bulk Actions' ) . \"</option>\\n\";\n\t\tforeach ( $this->_actions as $name => $title )\n\t\t\techo \"\\t<option value='$name'>$title</option>\\n\";\n\t\techo \"</select>\\n\";\n\n\t\tsubmit_button( __( 'Apply' ), 'button-secondary action', false, false, array( 'id' => \"ep-bulk-reg-doaction$two\" ) );\n\t\techo \"\\n\";\n\t}", "public function bulk_actions( $actions ) {\n\t\tif ( Param::get( 'status' ) === 'trashed' ) {\n\t\t\treturn $actions;\n\t\t}\n\n\t\t$actions['bulk_add_redirection_category'] = __( 'Add to Category', 'rank-math-pro' );\n\t\treturn $actions;\n\t}", "public function process()\n\t{\n\t\tif( $this->list_table->process_batch_action() ) return;\n\n\t\tif( empty($_REQUEST['action']) ) return;\n\t\t\n\t\tswitch( $_REQUEST['action'] )\n\t\t{\n\t\t\tcase 'clear':\n\t\t\t\t$this->model->upload->clear_blog_batch_items();\n\t\t\t\t$this->handler->force_redirect_url = $this->get_page_url();\n\t\t\t\tbreak;\n\t\t\t\n\t\t\tcase 'delete':\n\t\t\t\tif( empty($_GET['id']) || !is_numeric($_GET['id']) )\n\t\t\t\t{\n\t\t\t\t\t$this->set_error( 'No id provided or is invalid.' );\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$this->model->upload->delete_item( $_GET['id'] );\n\t\t\t\t$this->handler->force_redirect_url = $this->get_page_url();\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\tcase 'process':\n\t\t\t\tif( empty($_GET['id']) || !is_numeric($_GET['id']) )\n\t\t\t\t{\n\t\t\t\t\t$this->set_error( 'No id provided or is invalid.' );\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$result = $this->model->upload->process_item( $_GET['id'] );\n\t\t\t\t$this->set_notice( 'Processed 1 item.' );\n\t\t\t\tif( !$result )\n\t\t\t\t\t$this->set_error( $this->model->last_error );\n\t\t\t\t$this->handler->force_redirect_url = $this->get_page_url();\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\tcase 'process-all-items':\n\t\t\t\t$result = $this->model->upload->process_items();\n\t\t\t\t$this->set_notice( 'Processed all items.' );\n\t\t\t\tif( !$result )\n\t\t\t\t\t$this->set_error( $this->model->last_error );\n\t\t\t\t$this->handler->force_redirect_url = $this->get_page_url();\n\t\t\t\tbreak;\n\t\t}\n\t}", "public function process_batch_action()\n\t{\n\t\t$action = $this->current_action();\n\t\t$items = ( isset($_REQUEST['item']) ? $_REQUEST['item'] : array() );\n\t\t\n\t\tswitch( $action )\n\t\t{\n\t\t\tcase 'remove-items':\n\t\t\t\tforeach( $items as $item_id )\n\t\t\t\t\t$this->model->upload->delete_item( $item_id );\n\t\t\t\tbreak;\n\t\t\t\n\t\t\tcase 'process-items':\n\t\t\t\tforeach( $items as $item_id )\n\t\t\t\t{\n\t\t\t\t\t$result = $this->model->upload->process_item( $item_id );\n\t\t\t\t\tif( !$result )\n\t\t\t\t\t\t$this->parent->add_error( $this->model->last_error );\n\t\t\t\t}\n\t\t\t\t$this->parent->add_notice( 'Processed '.count($items).' items.' );\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\tdefault:\n\t\t\t\treturn false;\n\t\t\t\tbreak;\n\t\t}\n\t\t\n\t\treturn true;\n\t}", "function execute()\r\n\t\t{\r\n\t\t\tforeach($this->data as $actionType => $action)\r\n\t\t\t{\r\n\t\t\t\tif(isset($actionType)) {\r\n\t\t\t\t\ttry {\r\n\t\t\t\t\t\tswitch($actionType)\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\tcase \"destroy\":\r\n\t\t\t\t\t\t\t\t$this->remove($action);\r\n\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}catch(Exception $e) {\r\n\t\t\t\t\t\tdump('item module error', 'item module error');\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}", "function actionsForDeleteMethod()\n {\n if (isset($this->id)) {\n $info = $this->api->get($this->id);\n\n if (count($info) == 0) {\n $this->print_json(404, \"Not Found\", null);\n } else {\n $this->api->id = $this->id;\n $data = $this->api->delete();\n\n if ($data) {\n array_pop($info);\n if (count($info) == 0) {\n $this->print_json(404, \"Not Found\", null);\n } else {\n $this->print_json(200, \"Item deleted\", $info);\n }\n } else {\n $this->print_json(200, false, null);\n }\n }\n\n } else {\n $this->print_json(405, \"Method Not Allowed\", null);\n }\n }", "public function getBatchActions(): array;", "public function talk_bulk_actions( $bulk_actions = array() ) {\n\t\t\tif ( in_array( 'edit', array_keys( $bulk_actions ) ) ) {\n\t\t\t\tunset( $bulk_actions['edit'] );\n\t\t\t}\n\t\t\treturn $bulk_actions;\n\t\t}", "private function iterate_actions( $when ) {\n\t\t// general\n\t\tdo_action( \"astoundify_import_content_{$when}_{$this->get_action()}_item\", $this );\n\n\t\t// type\n\t\tdo_action( \"astoundify_import_content_{$when}_{$this->get_action()}_item_type_{$this->get_type()}\", $this );\n\n\t\t// object type\n\t\tif ( isset( $this->item['data']['post_type'] ) ) {\n\t\t\t$object_type = $this->item['data']['post_type'];\n\n\t\t\tdo_action( \"astoundify_import_content_{$when}_{$this->get_action()}_item_type_{$object_type}\", $this );\n\t\t}\n\n\t\t// item\n\t\tdo_action( \"astoundify_import_content_{$when}_{$this->get_action()}_item_{$this->get_id()}\", $this );\n\t}", "public function action(){\r\n\t\t\tif ( !isset($_GET['post_type']) || $_GET['post_type'] != 'shop_order' ) {\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tif ( isset($_GET['action']) && $_GET['action'] === $this->id) {\r\n\r\n\t\t\t\tif ( !check_admin_referer(\"bulk-posts\") ) {\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\r\n\t\t\t\t$data = $_REQUEST['post'];\r\n\t\t\t\t$this->do_action($data);\r\n\t\t\t}\r\n\t\t}", "public function actions(){\n $params = func_get_args();\n\n //This should be our trade object\n $tradeObject = $params[0];\n\n $this->orders = $tradeObject->getOrders();\n\n\n foreach($this->collection as $order){\n // if we cant find our order in open orders then trigger an action\n if(!$this->orderIsOpen($order->getCurrentOrderID()))\n call_user_func_array(array($order, \"action\"), $params);\n }\n\n // Merge completed orders into one order\n // there is no good reason for this other than \n // the fact that I felt like doing it. :D\n $this->mergeCompleted();\n\n\n }", "private function process_bulk_actions( $action, $object_ids, $export_type ) {\n\n\t\t$meta_type = 'customers' === $export_type ? 'user' : 'post';\n\n\t\tswitch ( $action ) {\n\n\t\t\tcase 'mark_exported_to_csv':\n\n\t\t\t\t// mark each object as exported\n\t\t\t\tforeach( $object_ids as $object_id ) {\n\t\t\t\t\tupdate_metadata( $meta_type, $object_id, '_wc_customer_order_csv_export_is_exported', 1 );\n\t\t\t\t}\n\n\t\t\t\t$message = '';\n\n\t\t\t\tswitch ( $export_type ) {\n\t\t\t\t\tcase 'customers':\n\t\t\t\t\t\t$message = sprintf( _n( '%d customer marked as exported to CSV', '%d customers marked as exported to CSV', count( $object_ids ), 'woocommerce-customer-order-csv-export' ), count( $object_ids ) );\n\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase 'orders':\n\t\t\t\t\t\t$message = sprintf( _n( '%d order marked as exported to CSV', '%d orders marked as exported to CSV', count( $object_ids ), 'woocommerce-customer-order-csv-export' ), count( $object_ids ) );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\twc_customer_order_csv_export()->get_message_handler()->add_message( $message );\n\n\t\t\tbreak;\n\n\t\t\tcase 'mark_not_exported_to_csv':\n\n\t\t\t\t// mark each object as not exported\n\t\t\t\tforeach( $object_ids as $object_id ) {\n\t\t\t\t\tupdate_metadata( $meta_type, $object_id, '_wc_customer_order_csv_export_is_exported', 0 );\n\t\t\t\t}\n\n\t\t\t\t$message = '';\n\n\t\t\t\tswitch ( $export_type ) {\n\t\t\t\t\tcase 'customers':\n\t\t\t\t\t\t$message = sprintf( _n( '%d customer marked as not exported to CSV', '%d customers marked as not exported to CSV', count( $object_ids ), 'woocommerce-customer-order-csv-export' ), count( $object_ids ) );\n\t\t\t\t\tbreak;\n\n\t\t\t\t\tcase 'orders':\n\t\t\t\t\t\t$message = sprintf( _n( '%d order marked as not exported to CSV', '%d orders marked as not exported to CSV', count( $object_ids ), 'woocommerce-customer-order-csv-export' ), count( $object_ids ) );\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\twc_customer_order_csv_export()->get_message_handler()->add_message( $message );\n\n\t\t\tbreak;\n\t\t}\n\t}", "public function actions(): array;", "public function take_action()\n {\n }", "public function take_action()\n {\n }", "private function installActions()\n {\n $actions = array(\n array(\n 'class' => RETS_RABBIT_V2_NAME,\n 'method' => 'run_search'\n ),\n );\n\n ee()->db->insert_batch('actions', $actions);\n }", "protected function executeAction() {\r\n\t\t$this->objectAction->validateAction();\r\n\t\t$this->objectAction->executeAction();\r\n\t\t\r\n\t\t$this->handleResult();\r\n\t}", "private function performActions()\n\t{\n\t\ttry\n\t\t{\n\t\t\t$this->performActionList();\n\t\t}\n\t\tcatch (Exception $e)\n\t\t{\n\t\t\t$this->errorsNonFatal[htmlspecialcharsEx($e->getCode())] = htmlspecialcharsEx($e->getMessage());\n\t\t}\n\t}", "public function getBatchActions()\n {\n return array();\n }" ]
[ "0.80978477", "0.80977654", "0.7501694", "0.7411748", "0.7246197", "0.7233409", "0.7109676", "0.7087637", "0.7050037", "0.7009967", "0.697412", "0.69441736", "0.69395", "0.6913532", "0.6913532", "0.6869704", "0.6869666", "0.68279386", "0.6771851", "0.66670257", "0.66552174", "0.6636842", "0.6611459", "0.6542095", "0.6541278", "0.65278757", "0.65011555", "0.64973325", "0.6491385", "0.64870113", "0.6474108", "0.64657205", "0.64642936", "0.64542365", "0.64539593", "0.64539593", "0.64539593", "0.64369667", "0.6399052", "0.6397765", "0.6390467", "0.638", "0.6370486", "0.6343765", "0.63388586", "0.63270396", "0.63132054", "0.6310422", "0.63086003", "0.62975585", "0.6295975", "0.62919843", "0.6266012", "0.6265515", "0.6258065", "0.6225864", "0.6215007", "0.6208653", "0.6189157", "0.61779904", "0.617292", "0.6169889", "0.61497426", "0.6146878", "0.6145088", "0.61359936", "0.6134504", "0.6099949", "0.60791594", "0.6076319", "0.6059846", "0.60442173", "0.60442173", "0.6032231", "0.60312444", "0.6017991", "0.6007805", "0.6006625", "0.6002993", "0.5992044", "0.59822047", "0.59708756", "0.5951493", "0.5939432", "0.5928706", "0.5910573", "0.59060335", "0.5897532", "0.5888976", "0.588011", "0.5863086", "0.5860753", "0.58594614", "0.5856395", "0.5842634", "0.5842634", "0.5833963", "0.5823153", "0.58058614", "0.57881343" ]
0.75569177
2
Generates the table navigation above or bellow the table and removes the _wp_http_referer and _wpnonce because it generates a error about URL too large
function display_tablenav( $which ) { $mode = isset($_REQUEST['mode']) ? wpla_clean($_REQUEST['mode']) : 'list'; ?> <div class="tablenav <?php echo esc_attr( $which ); ?>"> <div class="alignleft actions"> <?php $this->bulk_actions(); ?> </div> <?php $this->extra_tablenav( $which ); $this->pagination( $which ); $this->view_switcher( $mode ); ?> <br class="clear" /> </div> <?php }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function renderBrokenLinksTable() {}", "function extra_tablenav( $which ) {\n if ( $which == \"top\" ){\n //The code that goes before the table is here\n echo \"<h2>Funny Quotes<a href='admin.php?page=add_funny_quotes' class='add-new-h2'>+ Ajouter une nouvelle citation</a></h2>\";\n }\n }", "public function drawHTMLNavigation() {\r\n \t\techo (\"<table \".$this->cssTableId.\">\\n\");\r\n\t\techo (\" <tr \".$this->cssTrId.\">\\n\");\r\n\t\techo (\" <td \".$this->cssTdId.\">&nbsp;\\n\");\r\n\t\t// FIRST \t\t\r\n\t\t$this->drawFirst();\r\n\t\techo (\" </td>\\n\");\r\n\t\techo (\" <td \".$this->cssTdId.\">&nbsp;\\n\");\r\n \t// PREV\r\n \t$this->drawPrev();\r\n\t\techo (\" </td>\\n\");\r\n\t\techo (\" <td \".$this->cssTdId.\">&nbsp;\\n\");\r\n \t// NEXT\r\n\t\t$this->drawNext();\r\n\t\techo (\" </td>\\n\");\r\n\t\techo (\" <td \".$this->cssTdId.\">&nbsp;\\n\");\r\n \t// LAST\r\n \t$this->drawLast();\r\n\t\techo (\" </td>\\n\");\r\n\t\techo (\" </tr>\\n\");\r\n\t\techo (\"</table>\\n\");\r\n \t}", "function table_specific_links($table, $template = ''){\n\t\tif(isset($box->template)){\n\t\t\tswitch ($box->template){\n\t\t\t\tcase \"Annotation_Headings\":\n\t\n\t\t\t\t\t// IEA rows\n\t\t\t\t\t$rows = array();\n\t\t\t\t\t$tmp = explode(\"\\n|-\",$table);\n\t\t\t\t\tforeach ($tmp as $row){\n\t\t\t\t\t\tif (strpos($row,\"\\nIEA:\") > 0) $row = \"style='background:#ddffdd;' \".$row;\n\t\t\t\t\t\t$rows[] = $row;\n\t\t\t\t\t}\n\t\t\t\t\t$table = implode(\"\\n|-\",$rows);\t\t\t\t\t\n\t\t\t\t\tbreak;\n\t\t\t} # end switch\t\n\t\t}\n\t\treturn $table;\n\t}", "public function fwd_rwd_nav($table = '')\n {\n $code = '';\n if ($this->eCounter >= $this->firstElementNumber && $this->eCounter < $this->firstElementNumber + $this->iLimit) {\n if ($this->firstElementNumber && $this->eCounter == $this->firstElementNumber) {\n // Reverse\n $theData = [];\n $titleCol = $this->fieldArray[0];\n $theData[$titleCol] = $this->fwd_rwd_HTML('fwd', $this->eCounter, $table);\n $code = $this->addElement(1, '', $theData, 'class=\"fwd_rwd_nav\"');\n }\n return [1, $code];\n }\n if ($this->eCounter == $this->firstElementNumber + $this->iLimit) {\n // Forward\n $theData = [];\n $titleCol = $this->fieldArray[0];\n $theData[$titleCol] = $this->fwd_rwd_HTML('rwd', $this->eCounter, $table);\n $code = $this->addElement(1, '', $theData, 'class=\"fwd_rwd_nav\"');\n }\n return [0, $code];\n }", "function back_link($width)\n\t{\n\t\tif(empty($_POST))\n\t\t\t$_SESSION['back_page'] = $_SERVER['HTTP_REFERER'];\n\t\t\t\n\t\t\techo '<table width=\"'.$width.'\" border=\"0\" align=\"center\"><tr><td align=\"right\" valign=\"middle\"><a href=\"'.$_SESSION['back_page'].'\" title=\"'.BACK_ICON_ALT.'\"><img border=\"0\" align=\"absmiddle\" src=\"'.BACK_ICON.'\" title=\"'.BACK_ICON_ALT.'\" alt=\"'.BACK_ICON_ALT.'\">Back</a></td></tr></table>';\n\t}", "private function redirectsTable()\n\t{\n\t\t$table_installed = get_option('replace_media_redirects_table_installed');\n\t\tif ( $table_installed ) return;\n\n\t\tglobal $wpdb;\n\t\t$tablename = $wpdb->prefix . 'replace_media_redirects';\n\t\tif ( $wpdb->get_var('SHOW TABLES LIKE \"' . $tablename . '\"') != $tablename ) :\n\t\t\t$sql = 'CREATE TABLE ' . $tablename . '(\n\t\t\t\tid INTEGER(10) UNSIGNED AUTO_INCREMENT,\n\t\t\t\ttime TIMESTAMP DEFAULT CURRENT_TIMESTAMP,\n\t\t\t\tattachment_id INTEGER(10),\n\t\t\t\tsource MEDIUMTEXT,\n\t\t\t\tdestination MEDIUMTEXT,\n\t\t\t\tuser_id INTEGER(10),\n\t\t\t\tPRIMARY KEY (id) ) \n\t\t\t\tCHARACTER SET utf8;';\n\t\t\trequire_once(ABSPATH . 'wp-admin/includes/upgrade.php');\n\t\t\tdbDelta($sql);\n\t\t\tupdate_option('replace_media_redirects_table_installed', true);\n\t\tendif;\n\t}", "function build_html_table_top(){\n\t\t\n\t\t$output = '';\n\t\t\n\t\t$output .= '\n\t\t\t\t\t<table style=\"border: 1px solid #FFFFFF; width:100%; table-layout: fixed;\">\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<th style=\"border: 1px solid #FFFFFF; width: 11%;\"><font color=\"ffd700\">Date Visited</font></th>\n\t\t\t\t\t\t\t<th style=\"border: 1px solid #FFFFFF; width: 11%;\"><font color=\"ffd700\">IP Address</font></th>\n\t\t\t\t\t\t\t<th style=\"border: 1px solid #FFFFFF; width: 7%;\"><font color=\"ffd700\">OS</font></th>\n\t\t\t\t\t\t\t<th style=\"border: 1px solid #FFFFFF; width: 7%;\"><font color=\"ffd700\">Browser Name</font></th>\n\t\t\t\t\t\t\t<th style=\"border: 1px solid #FFFFFF; width: 8%;\"><font color=\"ffd700\">Browser Version</font></th>\n\t\t\t\t\t\t\t<th style=\"border: 1px solid #FFFFFF; width: 15%;\"><font color=\"ffd700\">Referer Page</font></th>\n\t\t\t\t\t\t\t<th style=\"border: 1px solid #FFFFFF; width: 15%;\"><font color=\"ffd700\">Request Page</font></th>\n\t\t\t\t\t\t</tr>';\n\t\t\t\t\t\t\n\t\treturn $output;\n\t\t\n\t}", "function nav_sqltabele() {\n\n\tglobal $db;\n\n\techo \"Lista svih tabela: \";\n\t\n $komanda = 'SHOW tables';\n\t$result = mysql_query($komanda, $db);\n\t$br_redova = mysql_num_rows($result);\n\t\n\tfor ($i = 0; $i < $br_redova; $i++) {\n\n\t\t\techo \"<a href='?tab=\" . mysql_tablename($result, $i) . \"'>\" . mysql_tablename($result, $i) . \"</a>\";\n\t\t\techo \" | \";\t\t\t\n\n\t}\n\n\t\n\n}", "function getarrows($back,$next){\n $str = 'Current year: '.$_SESSION[\"YEAR\"];\n $str .='<table id=\"nav\"><tr>';\n if(!is_null($back)){\n $str .= '<td><a href=\"'.$back.'\">BACK</a></td>';\n }\n $str .= '<td><a href=\"../index.php\">Go home.</a></td>';\n if(!is_null($next)){\n $str .= '<td><a href=\"'.$next.'\">NEXT</a></td>';\n }\n $str .= '</tr></table>';\n return $str;\n}", "private function prepare_table()\n {\n global $g_dirs;\n\n $l_dao = new isys_cmdb_dao($this->database);\n $l_quicky = new isys_ajax_handler_quick_info();\n\n $l_table = \"<table width=\\\"100%\\\" class=\\\"report_listing\\\">\";\n\n foreach ($this->m_its_arr as $l_obj_id => $l_title) {\n unset($this->m_obj_arr);\n $l_table .= \"<tr style=\\\"\\\"><td onclick=\\\"collapse_it_service('\" . $l_obj_id . \"')\\\" id=\\\"\" . $l_obj_id . \"\\\" class=\\\"report_listing\\\"><img id=\\\"\" . $l_obj_id .\n \"_plusminus\\\" src=\\\"\" . $g_dirs[\"images\"] . \"dtree/nolines_plus.gif\\\" class=\\\"vam\\\">\";\n\n $l_table .= $l_quicky->get_quick_info($l_obj_id, $l_dao->get_obj_name_by_id_as_string($l_obj_id), C__LINK__OBJECT);\n\n $l_table .= \"<img src=\\\"\" . $g_dirs[\"images\"] . \"ajax-loading.gif\\\" id=\\\"ajax_loading_view_\" . $l_obj_id . \"\\\" style=\\\"display:none;\\\" class=\\\"vam\\\" /></td></tr>\";\n\n $l_table .= \"<tr id=\\\"childs_\" . $l_obj_id . \"\\\" style=\\\"display:none;\\\"><td><div id=\\\"childs_content_\" . $l_obj_id . \"\\\"></div>\";\n $l_table .= \"</td></tr>\";\n }\n\n $l_table .= \"</table>\";\n\n return $l_table;\n }", "function TopIndexPage2()\n{\n\techo('<td valign=\"top\"><table width=\"100%\" border=\"1\" class=\"deco\" bordercolor=\"#0099FF\" cellpadding=\"0\" cellspacing=\"0\">');\n\techo('<td height=\"334\" valign=\"top\"><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"e6f3fc\">');\n\techo('<tr>');\n\techo('<td width=\"278\" height=\"336\" valign=\"top\"><table background=\"image/tintucsukien.jpg\" ');\n\techo('width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');\n\techo('<tr>');\n\techo('<td width=\"30\" height=\"52\">&nbsp;</td>');\n\techo('<td width=\"212\">&nbsp;</td>');\n\techo('<td width=\"36\">&nbsp;</td>');\n\techo('</tr>');\n\techo('<tr>');\n\techo('<td height=\"253\">&nbsp;</td>');\n\techo('<td valign=\"top\">');\n\t///////////////////////////////////CAC TIN MOI NHAT\n\t$str1=\"select * from news where approval=1 order by date desc,newsid desc\";\n\t$result=mysql_query($str1) or\n\tdie(mysql_error());\n\t$i=0;\n\t$s=\"\";\n\twhile ($row=mysql_fetch_array($result))\n\t{\n\t\t$i=$i+1;\n\t\t$s=$s.$row['title'];\n\t\techo(\"<img src='image/newspoint.jpg' />&nbsp;&nbsp;\");\n\t\techo(\"<a alt='\".$row['abstract'].\"' title='\".$row['abstract']);\n\t\techo(\"' href='newsdetail.php?newsid=\".$row['newsid'].\"&id=\".$row['newsgroup'].\"' class='newstitle\");\n\t\techo(template());echo(\"'>\".$row['title'].\"</a>\");\n\t\techo(\"<br>\");echo(\"<img class='newsline' src='image/newsline.jpg' />\");\n\t\techo(\"<br>\");\n\t\tif ((strlen($s)>250)) break;\n\t}\n\tmysql_free_result($result);\n\techo('&nbsp;</td>');\n\techo('<td>&nbsp;</td>');\n\techo('</tr>');\n\techo('<tr>');\n\techo('<td height=\"31\">&nbsp;</td>');\n\techo('<td>&nbsp;</td>');\n\techo('<td>&nbsp;</td>');\n\techo('</tr>');\n\t\n\t\n\techo('</table></td>');\n\techo('<td width=\"15\">&nbsp;</td>');\n\techo('<td width=\"278\" valign=\"top\"><table background=\"image/lich.jpg\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');\n\techo('<tr>');\n\techo('<td width=\"29\" height=\"52\">&nbsp;</td>');\n\techo('<td width=\"212\">&nbsp;</td>');\n\techo('<td width=\"37\">&nbsp;</td>');\n\techo('</tr>');\n\techo('<tr>');\n\techo('<td height=\"253\">&nbsp;</td>');\n\techo('<td valign=\"top\">');\n\t///////////////////////////////////LICH CONG TAC TUAN\n\t$timestamp = time(); \n\tif (date('l',$timestamp)=='Monday')\n\t$start_date=date(\"Y-m-d\", strtotime(\"this monday\", $timestamp));\n\telse\n\t$start_date=date(\"Y-m-d\", strtotime(\"last monday\", $timestamp)); \n\t$end_date=$newdate = date(\"Y-m-d\",strtotime ( \"+6 day\" , strtotime ( $start_date ) ) );\n\t$str1=\"select * from timetable where approval=1 and date>='\";\n\t$str1.=$start_date.\"' and date<='\".$end_date.\"' order by date\";\n\t$result=mysql_query($str1) or\n\tdie(mysql_error());\n\t$i=0;\n\techo(\"<marquee height='230' onmouseover=this.stop() onmouseout=this.start() \");\n\techo(\"scrollamount='1' scrolldelay='80' truespeed='true' direction=up>\");\n\techo(\"<div class='topnews'>\");\n\t\n\t$s=\"\";$d=\"\";\n\twhile ($row=mysql_fetch_array($result))\n\t{\n\t\t$i=$i+1;\n\t\tif ($d!=$row['date'])\n\t\t{\n\t\t\tif (strlen($d)>0) $s.=\"<br><br>\";\n\t\t\t$s.=\"<a href='timetable.php' class='newstitlelink\".template().\"'>\";\n\t\t\t$s.=\"Ngày \".date ('d-m-Y',strtotime($row['date'])).\"</a>\";\n\t\t}\n\t\t$d=$row['date'];\n\t\t$s.=\"<br><img src='image/newspoint.jpg' />&nbsp;<a class='newstitle\".template().\"' href='timetable.php'>\";\n\t\t$s.=$row['task'].\" (\".$row['chairman'];\n\t\tif (strlen($row['chairman'])>0) $s.=\", \";\n\t\t$s.=$row['attendant'].\")</a>\";\n\t}\n\techo($s);\n\techo(\"</div></marquee>\");\t\t\t\t\n\tmysql_free_result($result);\n\techo('&nbsp;</td>');\n\techo('<td>&nbsp;</td>');\n\techo('</tr>');\n\techo('<tr>');\n\techo('<td height=\"31\">&nbsp;</td>');\n\techo('<td>&nbsp;</td>');\n\techo('<td>&nbsp;</td>');\n\techo('</tr>');\n\t\n\techo('</table></td>');\n\techo('</tr>');\n\t\n\techo('</table></td>');\n\techo('</tr>');\n\techo('</table></td>');\n}", "function renderFullNav() {\r\n\t\treturn \"<table class='paglink' ><tr><td>\".$this->renderFirst() . '&nbsp;' . $this->renderPrev() . '&nbsp;' . $this->renderNav() . '&nbsp;' . $this->renderNext() . '&nbsp;' . $this->renderLast().\"</td></tr></table>\";\r\n\t}", "function closePreviousTable()\n{\n echo \"</tbody>\";\n echo \"</table>\";\n}", "function pgsf_get_byu_navigation() { \n\n\n\n\t\tif ( get_field( 'display_header_sub-navigation', 'parent_options' ) ) { ?>\n\t\t\t<byu-menu slot=\"nav\"> \n\n\t\t\t\t<?php // loop through the rows of data\n\t\t\t \twhile ( have_rows( 'sub-navigation', 'parent_options' ) ) { the_row();\n\n\t\t\t\t\t// check current row layout\n\t\t\t\t\tif ( 'link_information' === get_row_layout() ) {\n\n\t\t\t\t\t\t$link_title = get_sub_field( 'title' );\n\t\t\t\t\t\t$link_url = get_sub_field( 'url' ); ?>\n\n\t\t\t\t\t\t<li><a href=\" <?php echo esc_url( $link_url ); ?>\"><?php echo esc_html( $link_title ); ?></a></li>\n\t\t\t\t\t\n\t\t\t\t\t<?php }\n\t\t\t\t} ?>\n\t\t\t</byu-menu>\n\t\t<?php }\n}", "function ImprimeTablePOB($idTabla, $data, $pactu, $peli, $crxpag, $paginap = 1, $cantlink = 5,$orderby = -1,$buscar=\"\",$classCSS=\"\",$link_td=\"\") {\n\t\t $tabla=\"\";\n\t\t//$tabla.= Buscar($buscar);// formulario buscar si llamo a esta funcion solo serviria para el boton buscar no eventos teclado\n //$tabla.= '<table id=\"' . $idTabla . '\" class=\"'.$classCSS.'\" cellpadding=\"0\" cellspacing=\"1\" border=\"1\" align=\"center\" style=\"text-align:center\" ><tr>';\n\t\t $tabla.= '<table id=\"' . $idTabla . '\" class=\"'.$classCSS.'\" cellpadding=\"0\" cellspacing=\"1\" >';\n try {\n // if (count($data) > 0) {\n\t\t\t if (count($data[\"columnas\"]) > 0) {\n\t\t\t\t$tabla.= '<thead>';\n $tabla .= '<tr>';\n $conta = 0;\n $conte = 0;\n for ($x = 0;$x < count($data[\"columnas\"]);$x++) {\n if ($pactu != \"\") {\n if ($conta == 0) {;\n $tabla.= '<td></td>';\n }\n }\n if ($peli != \"\") {\n if ($conte == 0) {;\n $tabla.= '<td></td>';\n }\n }\n $conta++;\n $conte++;\n //Nombres de las columnas\n\t\t\t\t\t\t\t\t\t\t \n\t\t\t\t\t$ordenar = $x + 1;\t\t\t\t\t\n\t\t\t\t\t//$tabla.= '<th><a href=\"?pagina=' . $paginap . '&orden=' . $ordenar . '\" >' . utf8_encode($data[\"columnas\"][$x]) . '</a></th>';\n\t\t\t\t\t$tabla.= '<th><a href=\"#\" onClick=\"Paginar(\\'pagina=' . $paginap . '&orden=' .$ordenar .'&busca=' .$buscar .'\\'); return false\" >' . utf8_encode($data[\"columnas\"][$x]) . '</a></th>'.\"\\n\";\n\t\t\t\t \n }\n $tabla.= \"</tr>\";\n\t\t\t\t$tabla.= '</thead>';\n\t\t\t }\n //===========CUERPO DE TABLA=================================================================================================\n $cantele = count($data[\"cuerpo\"]);\n if ($cantele > 0) {\n $fin = $paginap * $crxpag;\n $ini = $fin - $crxpag;\n for ($i = $ini;$i < $fin;$i++) {\n $conta = 0;\n $conte = 0;\n $tabla.= '<tr>';\n for ($z = 0;$z < count($data[\"columnas\"]);$z++) {\n $columnas = $data[\"columnas\"][$z];\n if (isset($data[\"cuerpo\"][$i][\"$columnas\"])) {\n if ($pactu != \"\") {\n if ($conta == 0) {\n // $tabla.= '<td><a href=\"' . $pactu . 'id=' . $data[\"cuerpo\"][$i][\"$columnas\"] . '&accion=Mactualizar\"><img src=\"../imgcixphp/ico_actualizar.gif\" title=\"Actualizar\" width=\"16\" height=\"16\"/></a></td>'.\"\\n\";\n\t\t\t\t\t\t\t\t $tabla.= '<td><a href=\"#\" onClick=\"'.$pactu.'('. $data[\"cuerpo\"][$i][\"$columnas\"] .'); return false;\" title=\"Actualizar\" ><img title=\"Actualizar\" src=\"../imgcixphp/ico_actualizar.gif\" title=\"Actualizar\" width=\"16\" height=\"16\"/></a></td>'.\"\\n\";\n\t\t\t\t\t\t\t\t \n }\n }\n if ($peli != \"\") {\n if ($conte == 0) {;\n // $tabla.= '<td><a href=\"' . $peli . 'id=' . $data[\"cuerpo\"][$i][\"$columnas\"] . '&accion=Eliminar\"><img src=\"../imgcixphp/ico_eliminar.gif\" width=\"16\" title=\"Eliminar\" height=\"16\"/></a></td>'.\"\\n\";\n\t\t\t\t\t\t\t\t $tabla.= '<td><a href=\"#\" onClick=\"'.$peli.'('.$data[\"cuerpo\"][$i][\"$columnas\"] .'); return false;\" ><img src=\"../imgcixphp/delete.gif\" width=\"16\" title=\"Eliminar\" height=\"16\"/></a></td>'.\"\\n\";\n }\n }\n }\n $conta++;\n $conte++;\n if (isset($data[\"cuerpo\"][$i][\"$columnas\"])) {\n\t\t\t\t\t\t\tif($link_td!=\"\"){\t$ID= $data[\"cuerpo\"][$i][0] ; // ID\n\t\t\t\t\t\t\t\t$url =$link_td.\"?id=\".$ID;// Url mas id como dato mediante el metodo get \t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t $tabla.= '<td onclick=\"document.location=\\''.$url.'\\' \" >' . $data[\"cuerpo\"][$i][\"$columnas\"] . '</td>' . \"\\n\";\n\t\t\t\t\t\t\t }else{ \n\t\t\t\t\t\t\t\t$tabla.= '<td>' . $data[\"cuerpo\"][$i][\"$columnas\"] . '</td> '.\"\\n\";\n\t\t\t\t\t\t\t }\n\t\t\t\t\t\t \n\t\t\t\t\t// $tabla.= '<td>&nbsp;&nbsp;' . $data[\"cuerpo\"][$i][\"$columnas\"] . '&nbsp;&nbsp; </td> '.\"\\n\";\n \n }\n }\n $tabla.= '</tr>'.\"\\n\";\t\t\t\t\n\t\t\t\t\t\n } \n\t\t\t\t//===========FIN CUERPO DE TABLA==============================================================================\n\t\t\t\t\t $tabla.= '</table><p style=\"clear:both;height:5px;\"></p>'; \n //===========PAGINADO======================================================================================================================\n $paginado = Paginar($cantele, $crxpag, $paginap, $cantlink,$orderby,$buscar);\n $tabla.= $paginado;\n //===========FIN PAGINADO ==================================================================================================================\n }else{//solo si es k no hay datos\n\t\t\t\t$mensaje= \"No se encuentran Datos Registrados\"; \n\t\t\t \t $tabla.='<tfoot><tr> <td >&nbsp; '.$mensaje.' </td></tr></tfoot></table><br>';\n\t\t\t\t}\n\t\t\t\n } catch(exception $e) {\n return $e->getMessage();\n }\n return $tabla;\n }", "public static function getTableItems($table, $id=null, $parentOnly=false, $offset=0){\n\t\t\n\t$htmlTable = '';\t\n\t\n\tswitch ($table){\n\t\tcase 'link':{\n\t\t\t$list = Link::getAll() ; //'SELECT id_link, id_folder, url, id_user, created, lastVisited, isShared, title from link'\n\t\t\t//$folders = Folder::getAll() ; //'SELECT id_folder, folderName, id_user from folder'\n\t\t\t$folders = Folder::getFoldersNames() ; //'SELECT id_folder, folderName, id_user from folder'\n\t\t\tif(false !== $list){\n\t\t\t\t$htmlItem = '';\n\t\t\t\tforeach($list as $item){\n\t\t\t//$btnDel = self::createDELbutton($item['id_itin'], 'btnDelItin_onClick');\n\t\t\t$btnDel = self::createDELTablebutton('link', $item['id_link']);\t\t\n\t\t\t\t\t$id_link = $item['id_link'];\n\t\t\t\t\t$id_folder = $item['id_folder'];\n\t\t\t\t\t\t//$sel_folder = self::getSelectItems('folder',$item['id_folder']); \t//$html_folder = \"<select>{$sel_folder}</select>\";\n\t\t\t\t\t\t$folderName = $folders[$id_folder];\t//test\n\t\t\t\t\t$url = LinkHandler::wrapUrl($item['url']);\n\t\t\t\t\t$title = $item['title'];\t//$id_user = $item['id_user'];\n\t\t\t\t\t$created = date(\"M j, Y\", $item['created'] );\n\t\t\t\t\t$lastVisited = date(\"M j, Y\", $item['lastVisited'] );\n\t\t\t\t\t$isShared = $item['isShared'];\n\n\t\t\t\t\t$fvsrc = LinkHandler::getFaviconHref($url);\n\t\t\t\t\t$favicon = \"<img src='{$fvsrc}' class='simpleFav'></img>\";\n$htmlItem = \"<tr id='link_id_{$id_link}'><td>{$favicon}</td><td><a class='simpleUrl' href='{$url}' target='_blank' rel='noopener noreferrer' title='{$url}'>{$title}</a></td><td>{$title}</td>\".\"<td>{$folderName}</td><td>{$created}</td><td>{$lastVisited}</td><td>{$btnDel}</td></tr>\";\n\n\t\t\t\t\t$htmlTable = $htmlTable.$htmlItem.PHP_EOL;\n\t\t\t\t}\n\t\t\t\t$selF1 = self::getSelectItems('folder');\n\t\t$filterSelect = \"<select id='filter_link_folder' onChange='filter_link_folder_onChange(filter_link_folder,this.value);'>{$selF1}</select>\";\n\t\t$htmlheader = \"<thead><tr><th>-</th><th>URL</th><th>Name</th><th>Folder {$filterSelect}</th><th>Created</th><th>Visited</th><th>del</th></tr></thead>\";\t\t\t\t\n\t\t\t//return $htmlList;\n\t\t\t$htmlTable = $htmlheader.$htmlTable;\n\t\t\t}else{$htmlTable = \"no data\";}\t\t\t\n\t\t}\n\t\tbreak;\n\t\tcase 'linkMainPage':{\n\t\t\n\t\t\tif($id==null OR $id=='all'){\n\t\t\t\t$list = Link::fetchLinks(0, $offset);\n\t\t\t\t//$list = Link::getAll() ; //'SELECT id_link, id_folder, url, id_user, created, lastVisited, isShared, title from link'\n\t\t\t}else{\n\t\t\t\tif($parentOnly){\t// get links only for parent folder, not subfolders too\n\t\t\t\t\t$list = Link::fetchLinks($id, $offset);\n\t\t\t\t}else{\n\t\t\t\t\t$subfolders = Folder::getSubFoldersNames($id);\n\t\t\t\t\tif(count($subfolders) > 0){\n\t\t\t\t\t\t$subfoldersIDs = array_keys($subfolders);\n\t\t\t\t\t\t$subfoldersIDs[] = $id;\n\t\t\t\t\t\t$list = Link::fetchLinks($subfoldersIDs, $offset);\n\t\t\t\t\t}else{\n\t\t\t\t\t\t$list = Link::fetchLinks($id, $offset);\n\t\t\t\t\t}\t\t\t\t\n\t\t\t\t}\t\n\t\t\t}\n\t\t\t\t\t\t\n\t\t\tif(false !== $list){\n\t\t\t\t$htmlItem = '';\n\t\t\t\t$rows = self::pileLinkRows($list);\n\n\t\t\t$htmlTable = $htmlTable.$rows;\n\t\t$htmlheader = \"<thead><tr><th>-</th><th>URL name</th><th>Created</th><th>del</th></tr></thead>\";\n\t\t// pager\n\t\t$pager = self::pagerBlock($table, $id, $parentOnly, $offset, count($list));\n\t\t$pagerRow = \"<tr><td colspan='4'>{$pager}</td></tr>\";\n\t\t\t$htmlTable = $htmlheader.$htmlTable;\n\t\t\t$htmlTable = $htmlTable.$pagerRow;\n\t\t\t//$htmlTable = $htmlTable1.'test';var_dump($htmlTable);die();\n\t\t\t}else{$htmlTable = \"no data\";}\n\t\t\t\n\t\t}\n\t\tbreak;\n\t\tcase 'linkTagsFiltered':{\n\t\t\n\t\t\t$list = Link::fetchTaggedLinks($id, $offset);\n\n\t\t\tif(false !== $list){\n\t\t\t\t$htmlItem = '';\n\t\t\t\t$rows = self::pileLinkRows($list);\n\t\tif(false === $rows){\n\t\t\t$htmlTable = \"no data\";\n\t\t\tbreak;\n\t\t}\n\t\t\t$htmlTable = $htmlTable.$rows;\n\t\t$htmlheader = \"<thead><tr><th>-</th><th>URL name</th><th>Created</th><th>del</th></tr></thead>\";\n\t\t// pager\n\t\t$pager = self::pagerBlock($table, $id, $parentOnly, $offset);\n\t\t$pagerRow = \"<tr><td colspan='4'>{$pager}</td></tr>\";\n\t\t\t$htmlTable = $htmlheader.$htmlTable;\n\t\t\t$htmlTable = $htmlTable.$pagerRow;\n\t\t\t//$htmlTable = $htmlTable1.'test';var_dump($htmlTable);die();\n\t\t\t}else{$htmlTable = \"no data\";}\n\t\t\t\n\t\t}\n\t\tbreak;\n\t\tcase 'linkSearchMain':{\n\t\t\n\t\t\t$list = Link::searchLinks($id, $offset);\n\n\t\t\tif(false !== $list){\n\t\t\t\t$htmlItem = '';\n\t\t\t\t$rows = self::pileLinkRows($list);\n\t\tif(false === $rows){\n\t\t\t$htmlTable = \"no data\";\n\t\t\tbreak;\n\t\t}\n\t\t\t$htmlTable = $htmlTable.$rows;\n\t\t$htmlheader = \"<thead><tr><th>-</th><th>URL name</th><th>Created</th><th>del</th></tr></thead>\";\n\t\t// pager\n\t\t$pager = self::pagerBlock($table, $id, $parentOnly, $offset);\n\t\t$pagerRow = \"<tr><td colspan='4'>{$pager}</td></tr>\";\n\t\t\t$htmlTable = $htmlheader.$htmlTable;\n\t\t\t$htmlTable = $htmlTable.$pagerRow;\n\t\t\t//$htmlTable = $htmlTable1.'test';var_dump($htmlTable);die();\n\t\t\t}else{$htmlTable = \"no data\";}\n\t\t\t\n\t\t}\n\t\tbreak;\n\t\tcase 'tag':{\n\t\t\t$list = Tag::getAll() ;\n\t\t\tif(false !== $list){\n\t\t\t\t$htmlItem = '';\n\t\t\t\tforeach($list as $item){\n$btnDel = self::createDELTablebutton('tag', $item['id_tag']);\t\n$btnEd = self::createEDTablebutton('tag', $item['id_tag']);\t\n$btnBlock = self::createBlockOfButtons('tag', $item['id_tag']);\t\n$btnSav = '<span>save</span>';\t\n$htmlItem = \"<tr id='tag_id_{$item['id_tag']}'><td class='rowtxt' orm='tagName'>{$item['tagName']}</td><td class='btnBlock'>{$btnBlock}</td></tr>\";\n\t\t\t\t\t$htmlTable = $htmlTable.$htmlItem.PHP_EOL;\n\t\t\t\t}\n\t\t\t//return $htmlList;\n\t\t\t}else{$htmlTable = \"no data\";}\t\t\t\n\t\t}\n\t\tbreak;\n\t\tcase 'folder':{\n\t\t\t$list = Folder::getAll() ;\n\t\t\tif(false !== $list){\n\t\t\t\t$htmlItem = '';\n\t\t\t\tforeach($list as $item){\n\n$btnDel = self::createDELTablebutton('folder', $item['id_folder']);\t\n$btnEd = self::createEDTablebutton('folder', $item['id_folder']);\t\n$btnBlock = self::createBlockOfButtons('folder', $item['id_folder']);\t\n$btnSav = '<span>save</span>';\t\n$htmlItem = \"<tr id='folder_id_{$item['id_folder']}'><td class='rowtxt' orm='folderName'>{$item['folderName']}</td><td class='btnBlock'>{$btnBlock}</td></tr>\";\n\t\t\t\t\t$htmlTable = $htmlTable.$htmlItem.PHP_EOL;\n\t\t\t\t}\n\t\t\t//return $htmlList;\n\t\t\t}else{$htmlTable = \"no data\";}\t\t\t\n\t\t}\n\t\tbreak;\n\t\tcase 'folderGroupEdit':{\n\t\t\t$htmlTable = '';\n\t\t\t$list = Folder::getFoldersArray() ; //groupped array\n\t\t\tif(false !== $list AND count($list) > 0){\n\t\t\t\t$htmlItem = '';\n\t\t\t\tforeach($list as $folderSet){\n\t\t\t\t\t$fldNameParent = $folderSet['parentName'];\n\t\t\t\t\t$fldCountParent = $folderSet['folderCount'];\n\t\t\t\t\t$fldIDParent = $folderSet['parentID'];\n\t\t\t\t\t\n\t\t\t\t\tif( count($folderSet['subfolders']) > 0 ){\t//there are subfolres\n\t\t\t\t\t\t//group header//\n\t\t\t$htmlItem = \"<tr class='rowheader'><th>{$folderSet['parentName']}</th><th>Parent Folder</th><th class='btnBlock'></th></tr>\";\n\t\t\t$htmlTable = $htmlTable.$htmlItem.PHP_EOL;\n\n\t\t\t$btnBlock = self::createBlockOfButtons('folder', $folderSet['parentID']);\t\n\t\t\t$htmlItem = \"<tr id='folder_id_{$folderSet['parentID']}'><td class='rowtxt' orm='folderName'>{$folderSet['parentName']}</td><td></td><td class='btnBlock'>{$btnBlock}</td></tr>\";\n\t\t\t\n\t\t\t$htmlTable = $htmlTable.$htmlItem.PHP_EOL;\n\t\t\t\n\t\t\tforeach($folderSet['subfolders'] as $subfolder){\n\t\t\t\n\t\t\t\t$folderName = $subfolder['folderName'];\n\t\t\t\t$folderCount = $subfolder['folderCount'];\n\t\t\t\t$folderID = $subfolder['id_folder'];\n\t\t\t\t\n\t\t\t\t$selParentFld = self::getSelectItems('parentfolder', $folderSet['parentID']);\n\t\t$filterSelect = \"<select id='sel_parent_fld_\".$subfolder['id_folder'].\"' orm='id_parentFolder' disabled>{$selParentFld}</select>\";\n\t\t\t\t\n\t\t\t$btnBlock = self::createBlockOfButtons('folder', $subfolder['id_folder']);\t\n\t\t\t$htmlItem = \"<tr id='folder_id_{$subfolder['id_folder']}'><td class='rowtxt' orm='folderName'>{$subfolder['folderName']}</td><td class='rowsel'>{$filterSelect}</td><td class='btnBlock'>{$btnBlock}</td></tr>\";\n\t$htmlTable = $htmlTable.$htmlItem.PHP_EOL;\n\t\t\t\t}\n\t\t\t\t\n\t\t}else{\n\t\t\t\t\t\t\t\t//group header//\n\t\t\t$htmlItem = \"<tr class='rowheader'><th>{$folderSet['parentName']}</th><th>Parent Folder</th><th class='btnBlock'></th></tr>\";\n\t\t\t$htmlTable = $htmlTable.$htmlItem.PHP_EOL;\n\n\t\t\t$btnBlock = self::createBlockOfButtons('folder', $folderSet['parentID']);\t\n\t\t\t$htmlItem = \"<tr id='folder_id_{$folderSet['parentID']}'><td class='rowtxt' orm='folderName'>{$folderSet['parentName']}</td><td></td><td class='btnBlock'>{$btnBlock}</td></tr>\";\n\t\t\t\n\t\t\t$htmlTable = $htmlTable.$htmlItem.PHP_EOL;\n\t\t\t\n\t\t}\n\t\t\t\t}\n\t\t\t}else{$htmlTable = \"no data\";}\t\t\t\n\t\t}\n\t\tbreak;\n\t\t\n\t\tbreak;\n\t\tdefault:\n\t\t\t$htmlTable = \"no such table\";\t\n\t}\n\treturn $htmlTable;\n\t}", "function extra_tablenav( $which ) {\r\n if ( $which == \"top\" ){\r\n //The code that goes before the table is here\r\n }\r\n if ( $which == \"bottom\" ){\r\n //The code that goes after the table is there\r\n }\r\n }", "function buildNavigation($pageNum_Recordset1,$totalPages_Recordset1,$prev_Recordset1,$next_Recordset1,$separator=\" | \",$max_links=10, $show_page=true)\n{\n GLOBAL $maxRows_rs_novinky,$totalRows_rs_novinky;\n\t$pagesArray = \"\"; $firstArray = \"\"; $lastArray = \"\";\n\tif($max_links<2)$max_links=2;\n\tif($pageNum_Recordset1<=$totalPages_Recordset1 && $pageNum_Recordset1>=0)\n\t{\n\t\tif ($pageNum_Recordset1 > ceil($max_links/2))\n\t\t{\n\t\t\t$fgp = $pageNum_Recordset1 - ceil($max_links/2) > 0 ? $pageNum_Recordset1 - ceil($max_links/2) : 1;\n\t\t\t$egp = $pageNum_Recordset1 + ceil($max_links/2);\n\t\t\tif ($egp >= $totalPages_Recordset1)\n\t\t\t{\n\t\t\t\t$egp = $totalPages_Recordset1+1;\n\t\t\t\t$fgp = $totalPages_Recordset1 - ($max_links-1) > 0 ? $totalPages_Recordset1 - ($max_links-1) : 1;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\t$fgp = 0;\n\t\t\t$egp = $totalPages_Recordset1 >= $max_links ? $max_links : $totalPages_Recordset1+1;\n\t\t}\n\t\tif($totalPages_Recordset1 >= 1) {\n\t\t\t#\t------------------------\n\t\t\t#\tSearching for $_GET vars\n\t\t\t#\t------------------------\n\t\t\t$_get_vars = '';\t\t\t\n\t\t\tif(!empty($_GET) || !empty($_GET)){\n\t\t\t\t$_GET = empty($_GET) ? $_GET : $_GET;\n\t\t\t\tforeach ($_GET as $_get_name => $_get_value) {\n\t\t\t\t\tif ($_get_name != \"pageNum_rs_novinky\") {\n\t\t\t\t\t\t$_get_vars .= \"&$_get_name=$_get_value\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t$successivo = $pageNum_Recordset1+1;\n\t\t\t$precedente = $pageNum_Recordset1-1;\n\t\t\t$firstArray = ($pageNum_Recordset1 > 0) ? \"<a href=\\\"$_SERVER[PHP_SELF]?pageNum_rs_novinky=$precedente$_get_vars\\\">$prev_Recordset1</a>\" : \"$prev_Recordset1\";\n\t\t\t# ----------------------\n\t\t\t# page numbers\n\t\t\t# ----------------------\n\t\t\tfor($a = $fgp+1; $a <= $egp; $a++){\n\t\t\t\t$theNext = $a-1;\n\t\t\t\tif($show_page)\n\t\t\t\t{\n\t\t\t\t\t$textLink = $a;\n\t\t\t\t} else {\n\t\t\t\t\t$min_l = (($a-1)*$maxRows_rs_novinky) + 1;\n\t\t\t\t\t$max_l = ($a*$maxRows_rs_novinky >= $totalRows_rs_novinky) ? $totalRows_rs_novinky : ($a*$maxRows_rs_novinky);\n\t\t\t\t\t$textLink = \"$min_l - $max_l\";\n\t\t\t\t}\n\t\t\t\t$_ss_k = floor($theNext/26);\n\t\t\t\tif ($theNext != $pageNum_Recordset1)\n\t\t\t\t{\n\t\t\t\t\t$pagesArray .= \"<a href=\\\"$_SERVER[PHP_SELF]?pageNum_rs_novinky=$theNext$_get_vars\\\">\";\n\t\t\t\t\t$pagesArray .= \"$textLink</a>\" . ($theNext < $egp-1 ? $separator : \"\");\n\t\t\t\t} else {\n\t\t\t\t\t$pagesArray .= \"$textLink\" . ($theNext < $egp-1 ? $separator : \"\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t$theNext = $pageNum_Recordset1+1;\n\t\t\t$offset_end = $totalPages_Recordset1;\n\t\t\t$lastArray = ($pageNum_Recordset1 < $totalPages_Recordset1) ? \"<a href=\\\"$_SERVER[PHP_SELF]?pageNum_rs_novinky=$successivo$_get_vars\\\">$next_Recordset1</a>\" : \"$next_Recordset1\";\n\t\t}\n\t}\n\treturn array($firstArray,$pagesArray,$lastArray);\n}", "function extra_tablenav( $which ) {\n //if ( $which == \"bottom\" ){\n // //The code that goes after the table is there\n // echo\"Hi, I'm after the table\";\n //}\n }", "public function generateList()\n {\n // Set page record in header\n $this->pageRecord = BackendUtility::getRecordWSOL('pages', $this->id);\n $hideTablesArray = GeneralUtility::trimExplode(',', $this->hideTables);\n\n $backendUser = $this->getBackendUser();\n\n // pre-process tables and add sorting instructions\n $tableNames = array_flip(array_keys($GLOBALS['TCA']));\n foreach ($tableNames as $tableName => &$config) {\n $hideTable = false;\n\n // Checking if the table should be rendered:\n // Checks that we see only permitted/requested tables:\n if ($this->table && $tableName !== $this->table\n || $this->tableList && !GeneralUtility::inList($this->tableList, $tableName)\n || !$backendUser->check('tables_select', $tableName)\n ) {\n $hideTable = true;\n }\n\n if (!$hideTable) {\n // Don't show table if hidden by TCA ctrl section\n // Don't show table if hidden by pageTSconfig mod.web_list.hideTables\n $hideTable = $hideTable\n || !empty($GLOBALS['TCA'][$tableName]['ctrl']['hideTable'])\n || in_array($tableName, $hideTablesArray, true)\n || in_array('*', $hideTablesArray, true);\n // Override previous selection if table is enabled or hidden by TSconfig TCA override mod.web_list.table\n if (isset($this->tableTSconfigOverTCA[$tableName . '.']['hideTable'])) {\n $hideTable = (bool)$this->tableTSconfigOverTCA[$tableName . '.']['hideTable'];\n }\n }\n if ($hideTable) {\n unset($tableNames[$tableName]);\n } else {\n if (isset($this->tableDisplayOrder[$tableName])) {\n // Copy display order information\n $tableNames[$tableName] = $this->tableDisplayOrder[$tableName];\n } else {\n $tableNames[$tableName] = [];\n }\n }\n }\n unset($config);\n\n $orderedTableNames = GeneralUtility::makeInstance(DependencyOrderingService::class)\n ->orderByDependencies($tableNames);\n\n foreach ($orderedTableNames as $tableName => $_) {\n // check if we are in single- or multi-table mode\n if ($this->table) {\n $this->iLimit = isset($GLOBALS['TCA'][$tableName]['interface']['maxSingleDBListItems'])\n ? (int)$GLOBALS['TCA'][$tableName]['interface']['maxSingleDBListItems']\n : $this->itemsLimitSingleTable;\n } else {\n // if there are no records in table continue current foreach\n $queryBuilder = GeneralUtility::makeInstance(ConnectionPool::class)\n ->getQueryBuilderForTable($tableName);\n $queryBuilder->getRestrictions()\n ->removeAll()\n ->add(GeneralUtility::makeInstance(DeletedRestriction::class))\n ->add(GeneralUtility::makeInstance(BackendWorkspaceRestriction::class));\n $queryBuilder = $this->addPageIdConstraint($tableName, $queryBuilder);\n $firstRow = $queryBuilder->select('uid')\n ->from($tableName)\n ->execute()\n ->fetch();\n if (!is_array($firstRow)) {\n continue;\n }\n $this->iLimit = isset($GLOBALS['TCA'][$tableName]['interface']['maxDBListItems'])\n ? (int)$GLOBALS['TCA'][$tableName]['interface']['maxDBListItems']\n : $this->itemsLimitPerTable;\n }\n if ($this->showLimit) {\n $this->iLimit = $this->showLimit;\n }\n // Setting fields to select:\n if ($this->allFields) {\n $fields = $this->makeFieldList($tableName);\n $fields[] = 'tstamp';\n $fields[] = 'crdate';\n $fields[] = '_PATH_';\n $fields[] = '_CONTROL_';\n if (is_array($this->setFields[$tableName])) {\n $fields = array_intersect($fields, $this->setFields[$tableName]);\n } else {\n $fields = [];\n }\n } else {\n $fields = [];\n }\n\n // Finally, render the list:\n $this->HTMLcode .= $this->getTable($tableName, $this->id, implode(',', $fields));\n }\n }", "function buildNavigation($pageNum_Recordset1,$totalPages_Recordset1,$prev_Recordset1,$next_Recordset1,$separator=\" | \",$max_links=10, $show_page=true)\n{\n GLOBAL $maxRows_rs_forn,$totalRows_rs_forn;\n\t$pagesArray = \"\"; $firstArray = \"\"; $lastArray = \"\";\n\tif($max_links<2)$max_links=2;\n\tif($pageNum_Recordset1<=$totalPages_Recordset1 && $pageNum_Recordset1>=0)\n\t{\n\t\tif ($pageNum_Recordset1 > ceil($max_links/2))\n\t\t{\n\t\t\t$fgp = $pageNum_Recordset1 - ceil($max_links/2) > 0 ? $pageNum_Recordset1 - ceil($max_links/2) : 1;\n\t\t\t$egp = $pageNum_Recordset1 + ceil($max_links/2);\n\t\t\tif ($egp >= $totalPages_Recordset1)\n\t\t\t{\n\t\t\t\t$egp = $totalPages_Recordset1+1;\n\t\t\t\t$fgp = $totalPages_Recordset1 - ($max_links-1) > 0 ? $totalPages_Recordset1 - ($max_links-1) : 1;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\t$fgp = 0;\n\t\t\t$egp = $totalPages_Recordset1 >= $max_links ? $max_links : $totalPages_Recordset1+1;\n\t\t}\n\t\tif($totalPages_Recordset1 >= 1) {\n\t\t\t#\t------------------------\n\t\t\t#\tSearching for $_GET vars\n\t\t\t#\t------------------------\n\t\t\t$_get_vars = '';\t\t\t\n\t\t\tif(!empty($_GET) || !empty($HTTP_GET_VARS)){\n\t\t\t\t$_GET = empty($_GET) ? $HTTP_GET_VARS : $_GET;\n\t\t\t\tforeach ($_GET as $_get_name => $_get_value) {\n\t\t\t\t\tif ($_get_name != \"pageNum_rs_forn\") {\n\t\t\t\t\t\t$_get_vars .= \"&$_get_name=$_get_value\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t$successivo = $pageNum_Recordset1+1;\n\t\t\t$precedente = $pageNum_Recordset1-1;\n\t\t\t$firstArray = ($pageNum_Recordset1 > 0) ? \"<a href=\\\"$_SERVER[PHP_SELF]?pageNum_rs_forn=$precedente$_get_vars\\\">$prev_Recordset1</a>\" : \"$prev_Recordset1\";\n\t\t\t# ----------------------\n\t\t\t# page numbers\n\t\t\t# ----------------------\n\t\t\tfor($a = $fgp+1; $a <= $egp; $a++){\n\t\t\t\t$theNext = $a-1;\n\t\t\t\tif($show_page)\n\t\t\t\t{\n\t\t\t\t\t$textLink = $a;\n\t\t\t\t} else {\n\t\t\t\t\t$min_l = (($a-1)*$maxRows_rs_forn) + 1;\n\t\t\t\t\t$max_l = ($a*$maxRows_rs_forn >= $totalRows_rs_forn) ? $totalRows_rs_forn : ($a*$maxRows_rs_forn);\n\t\t\t\t\t$textLink = \"$min_l - $max_l\";\n\t\t\t\t}\n\t\t\t\t$_ss_k = floor($theNext/26);\n\t\t\t\tif ($theNext != $pageNum_Recordset1)\n\t\t\t\t{\n\t\t\t\t\t$pagesArray .= \"<a href=\\\"$_SERVER[PHP_SELF]?pageNum_rs_forn=$theNext$_get_vars\\\">\";\n\t\t\t\t\t$pagesArray .= \"$textLink</a>\" . ($theNext < $egp-1 ? $separator : \"\");\n\t\t\t\t} else {\n\t\t\t\t\t$pagesArray .= \"$textLink\" . ($theNext < $egp-1 ? $separator : \"\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t$theNext = $pageNum_Recordset1+1;\n\t\t\t$offset_end = $totalPages_Recordset1;\n\t\t\t$lastArray = ($pageNum_Recordset1 < $totalPages_Recordset1) ? \"<a href=\\\"$_SERVER[PHP_SELF]?pageNum_rs_forn=$successivo$_get_vars\\\">$next_Recordset1</a>\" : \"$next_Recordset1\";\n\t\t}\n\t}\n\treturn array($firstArray,$pagesArray,$lastArray);\n}", "function wdtBrowseTables()\n{\n if (!current_user_can('manage_options')) {\n wp_die(__('You do not have sufficient permissions to access this page.'));\n }\n\n $action = '';\n if (isset($_REQUEST['action']) && -1 != $_REQUEST['action']) {\n $action = $_REQUEST['action'];\n }\n if (isset($_REQUEST['action2']) && -1 != $_REQUEST['action2']) {\n $action = $_REQUEST['action2'];\n }\n\n if ($action === 'delete') {\n $tableId = $_REQUEST['table_id'];\n\n if (!is_array($tableId)) {\n WPDataTable::deleteTable((int)$tableId);\n } else {\n foreach ($tableId as $singleTableId) {\n WPDataTable::deleteTable((int)$singleTableId);\n }\n }\n }\n\n $wdtBrowseTable = new WDTBrowseTable();\n $wdtBrowseTable->prepare_items();\n\n ob_start();\n $wdtBrowseTable->display();\n /** @noinspection PhpUnusedLocalVariableInspection */\n $tableHTML = ob_get_contents();\n ob_end_clean();\n\n ob_start();\n include WDT_ROOT_PATH . 'templates/admin/browse/table/browse.inc.php';\n $browseTablesPage = ob_get_contents();\n ob_end_clean();\n\n $browseTablesPage = apply_filters('wpdatatables_filter_browse_page', $browseTablesPage);\n\n echo $browseTablesPage;\n\n do_action('wpdatatables_browse_page');\n}", "function ImprimeTablePO($idTabla, $data, $pactu, $peli, $crxpag=10, $paginap = 1, $cantlink = 5,$orderby = -1,$classCSS=\"\") { \n $tabla = '<table id=\"' . $idTabla . '\" class=\"'.$classCSS.'\" cellpadding=\"0\" cellspacing=\"1\" border=\"1\" align=\"center\" style=\"text-align:center\" >';\n try {\n // if (count($data) > 0) {\n\t\t\t if (count($data[\"columnas\"]) > 0) {\n\t\t\t\t$tabla.= '<thead>';\n $tabla .= '<tr>';\n $conta = 0;\n $conte = 0;\n for ($x = 0;$x < count($data[\"columnas\"]);$x++) {\n if ($pactu != \"\") {\n if ($conta == 0) {;\n $tabla.= '<td></td>';\n }\n }\n if ($peli != \"\") {\n if ($conte == 0) {;\n $tabla.= '<td></td>';\n }\n }\n $conta++;\n $conte++;\n //Nombres de las columnas\n\t\t\t\t\t\t\t\t\t\t \n\t\t\t\t\t$ordenar = $x + 1;\t\t\t\t\t\n\t\t\t\t\t//$tabla.= '<th><a href=\"?pagina=' . $paginap . '&orden=' . $ordenar . '\" >' . utf8_encode($data[\"columnas\"][$x]) . '</a></th>';\n\t\t\t\t\t$tabla.= '<th><a href=\"#\" onClick=\"Paginar(\\'pagina=' . $paginap . '&orden=' . $ordenar . '\\'); return false\" >' . utf8_encode($data[\"columnas\"][$x]) . '</a></th>'.\"\\n\";\n\t\t\t\t \n }\n \t\t$tabla.= \"</tr>\";\n\t\t\t\t$tabla.= '</thead>';\n\t\t\t }\n //===========CUERPO DE TABLA=================================================================================================\n $cantele = count($data[\"cuerpo\"]);\n if ($cantele > 0) {\n $fin = $paginap * $crxpag;\n $ini = $fin - $crxpag;\n for ($i = $ini;$i < $fin;$i++) {\n $conta = 0;\n $conte = 0;\n $tabla.= '<tr>';\n for ($z = 0;$z < count($data[\"columnas\"]);$z++) {\n $columnas = $data[\"columnas\"][$z];\n if (isset($data[\"cuerpo\"][$i][\"$columnas\"])) {\n if ($pactu != \"\") {\n if ($conta == 0) {\n // $tabla.= '<td><a href=\"' . $pactu . 'id=' . $data[\"cuerpo\"][$i][\"$columnas\"] . '&accion=Mactualizar\"><img src=\"../imgcixphp/ico_actualizar.gif\" title=\"Actualizar\" width=\"16\" height=\"16\"/></a></td>'.\"\\n\";\n\t\t\t\t\t\t\t\t $tabla.= '<td><a href=\"#\" onClick=\"'.$pactu.'('. $data[\"cuerpo\"][$i][\"$columnas\"] .'); return false;\" title=\"Actualizar\" ><img title=\"Actualizar\" src=\"../imgcixphp/ico_actualizar.gif\" title=\"Actualizar\" width=\"16\" height=\"16\"/></a></td>'.\"\\n\";\n }\n }\n if ($peli != \"\") {\n if ($conte == 0) {;\n // $tabla.= '<td><a href=\"' . $peli . 'id=' . $data[\"cuerpo\"][$i][\"$columnas\"] . '&accion=Eliminar\"><img src=\"../imgcixphp/ico_eliminar.gif\" width=\"16\" title=\"Eliminar\" height=\"16\"/></a></td>'.\"\\n\";\n\t\t\t\t\t\t\t\t $tabla.= '<td><a href=\"#\" onClick=\"'.$peli.'('.$data[\"cuerpo\"][$i][\"$columnas\"] .'); return false;\" ><img src=\"../imgcixphp/delete.gif\" width=\"16\" title=\"Eliminar\" height=\"16\"/></a></td>'.\"\\n\";\n }\n }\n }\n $conta++;\n $conte++;\n if (isset($data[\"cuerpo\"][$i][\"$columnas\"])) {\n $tabla.= '<td>' . $data[\"cuerpo\"][$i][\"$columnas\"] . '</td> '.\"\\n\";\n }\n }\n $tabla.= '</tr>';\n }\n\t\t\t\t//===========FIN CUERPO DE TABLA===========================================================================================\n \t$tabla.= '</table><p style=\"clear:both;height:5px;\"></p>'; \n //===========PAGINADO======================================================================================================================\n $paginado = Paginar($cantele, $crxpag, $paginap, $cantlink,$orderby);\n $tabla.= $paginado;\n //===========FIN PAGINADO ==================================================================================================================\n \n }else{//solo si es k no hay datos\n\t\t\t\t$mensaje= \"No se encuentran Datos Registrados\"; \n\t\t\t \t $tabla.='<tfoot><tr> <td >&nbsp; '.$mensaje.' </td></tr></tfoot></table><br>';\n\t\t\t\t}\n\t\t\t\n }catch(exception $e) {\n return $e->getMessage();\n }\n return $tabla;\n }", "function printHTML()\n {\n\n $keys = array_keys($this->fields);\n\n $this->openBlockHeader(\"CASPSR Admin\");\n?>\n\n <table width=\"100%\">\n<?\n \n echo \" <tr>\\n\";\n echo \" <th>Host</th>\\n\";\n echo \" <th>RAC</th>\\n\";\n echo \" <th>OMSA</th>\\n\";\n for ($i=0; $i<count($keys); $i++) \n {\n $k = $keys[$i];\n echo \" <th>\".$this->fields[$k].\"</th>\\n\";\n }\n echo \" </tr>\\n\";\n\n for ($i=0; $i<count($this->dells); $i++) \n {\n echo \" <tr>\\n\";\n echo \" <td>\".$this->dells[$i].\"</td>\\n\";\n if ($this->rac_links[$this->dells[$i]] != \"\")\n echo \" <td><a href='\".$this->rac_links[$this->dells[$i]].\"'>link</a></td>\\n\";\n else\n echo \" <td></td>\\n\";\n if ($this->omsa_links[$this->dells[$i]] != \"\")\n echo \" <td><a href='\".$this->omsa_links[$this->dells[$i]].\"'>link</a></td>\\n\";\n else\n echo \" <td></td>\\n\";\n\n for ($j=0; $j<count($keys); $j++) \n {\n echo \" <td id='\".$this->dells[$i].\"_\".$keys[$j].\"'></td>\\n\";\n }\n echo\" </tr>\\n\";\n }\n\n for ($i=0; $i<count($this->gpus); $i++) \n {\n echo \" <tr>\\n\";\n echo \" <td>\".$this->gpus[$i].\"</td>\\n\";\n if ($this->rac_links[$this->gpus[$i]] != \"\")\n echo \" <td><a href='\".$this->rac_links[$this->gpus[$i]].\"'>link</a></td>\\n\";\n else\n echo \" <td></td>\\n\";\n if ($this->omsa_links[$this->gpus[$i]] != \"\")\n echo \" <td><a href='\".$this->omsa_links[$this->gpus[$i]].\"'>link</a></td>\\n\";\n else\n echo \" <td></td>\\n\";\n\n for ($j=0; $j<count($keys); $j++) \n {\n echo \" <td id='\".$this->gpus[$i].\"_\".$keys[$j].\"'></td>\\n\";\n }\n echo\" </tr>\\n\";\n }\n?>\n </table>\n <script type='text/javascript'>\n get_rac_info();\n </script>\n<?\n $this->closeBlockHeader();\n \n }", "function Logs_Tables_Menu()\n {\n return \"\"; #disabled\n $tables=$this->Logs_Sql_Tables_Get();\n \n $args=$this->CGI_URI2Hash();\n \n $html=\"\";\n foreach ($tables as $year => $months)\n {\n $hrefs=array();\n $args[ \"Year\" ]=$year;\n foreach ($months as $month)\n {\n $args[ \"Month\" ]=$month;\n\n array_push($hrefs,$this->Href(\"?\".$this->CGI_Hash2URI($args),$month.\"/\".$year));\n }\n\n $html.=\n \"[ \".join(\" | \",$hrefs).\" ]\".\n $this->BR().\n \"\";\n }\n\n return\n $this->Center($html).\n $this->BR();\n }", "function generate_page_nav ( $db ){\n\t\treturn \"\n\t\t\t\t\".generate_site_nav($db);\n\t}", "function getTable(){\n\t\t\tglobal $page, $tableContent, $tableHeadings, $idName, $URL;\n\t\t\t// reset current page content\n\t\t\t$page = \"\";\n\t\t\t\n\t\t\t$page = '<div class=\"tableContainer\"><table class=\"twoCol\">';\n\t\t\t\n\t\t\t\t\n\t\t\t\t$page = $page . '<tr class = \"tableHeader\">';\n\t\t\t\t$page = $page . '<td class = \"headerCell\"></td>';\n\t\t\t\t\n\t\t\t\tforeach (array_keys($tableContent[0]) as $h){\n\t\t\t\t\t\n\t\t\t\t\t$page = $page . '<td class = \"headerCell\">' . $h . '</td>';\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$page = $page . '</tr>';\n\t\t\t\n\t\t\t\n\t\t\t// make sure we have table content to print\n\t\t\t\n\t\t\t$contentSize = count($tableContent);\n\t\t\t\n\t\t\tfor($i = 0; $i < $contentSize; $i++){\n\t\t\t\t$rowSize = count($tableContent[$i]);\n\t\t\t\t\n\t\t\t\t// vary row depending on odd/even\n\t\t\t\tif($i % 2){\n\t\t\t\t\t$page = $page . ('<tr class = \"odd\">');\n\t\t\t\t}\n\t\t\t\telse{\n\t\t\t\t\t$page = $page . ('<tr class = \"even\">');\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t// now build row content\n\t\t\t\t$oddevenCount = 1;\n\t\t\t\t$view = '<td class = \"even\">\n\t\t\t\t<a href=\"' . $URL . '?id=' . $tableContent[$i][$idName] . '\">\n\t\t\t\tVIEW</a></td>';\n\t\t\t\t$page = $page . $view;\n\t\t\t\t\n\t\t\t\tforeach ($tableContent[$i] as $row){\n\t\t\t\t\t\n\t\t\t\t\t// vary cell tag depending on odd/even\n\t\t\t\t\tif($oddevenCount % 2){\n\t\t\t\t\t\t\n\t\t\t\t\t\t$page = $page . '<td class = \"even\">';\n\t\t\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t\telse{\n\t\t\t\t\t\t$page = $page . '<td class = \"odd\">';\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t// add content\n\t\t\t\t\t$page = $page . $row;\n\t\t\t\t\t\n\t\t\t\t\t// close cell tag\n\t\t\t\t\t$page = $page . '</td>';\n\t\t\t\t\t$oddevenCount += 1;\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t// close row tag\n\t\t\t\t$page = $page . '</tr>';\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\t$page = $page . ('</table></div>');\n\t\t\t\n\t\t\treturn $page;\n\t\t}", "function pageer_header()\n{\n\tpageear_create_table();\n?>\n<!-- plugin Page Peel BujanQWOrkS 1.2 http://herukurniawan.com/2009/11/page-peel-bujanqworks-1-2-wordpress-plugin/ -->\n<script type=\"text/javascript\"> \t\n// URL to small image \nvar pagearSmallImg = '<? echo pageear_view_config('small_image');?>'; \n// URL to small pageear swf\nvar pagearSmallSwf = '<? bloginfo('wpurl'); ?>/wp-content/plugins/page-peel-bujanqworks/pageear_s.swf'; \n// URL to big image\nvar pagearBigImg = '<? echo pageear_view_config('large_image');?>'; \n// URL to big pageear swf\nvar pagearBigSwf = '<? bloginfo('wpurl'); ?>/wp-content/plugins/page-peel-bujanqworks/pageear_b.swf';\n// URL to open on pageear click\nvar jumpTo = '<? echo pageear_view_config('url');?>';\n// Mirror image ( true | false )\nvar mirror = '<? echo pageear_view_config('miror');?>'; \n// Color of pagecorner if mirror is false\nvar pageearColor = '<? echo str_replace('#','',pageear_view_config('color'));?>'; \n// Browser target (new) or self (self)\nvar openLink = '<? echo pageear_view_config('link');?>'; \n</script>\n<script src=\"<? bloginfo('wpurl'); ?>/wp-content/plugins/page-peel-bujanqworks/AC_OETags.js\" language=\"javascript\"></script> \n<script src=\"<? bloginfo('wpurl'); ?>/wp-content/plugins/page-peel-bujanqworks/pageear.js\" type=\"text/javascript\"></script>\n<!-- end plugin Page Peel BujanQWOrkS 1.2 -->\n<?\t\n}", "function travomath_post_navigation(){\n\t\n\t$nav = '<div class=\"row\">';\n\t\n\t$prev = get_previous_post_link( '<div class=\"post-link-nav\"><span class=\"sunset-icon sunset-chevron-left\" aria-hidden=\"true\"></span> %link</div>', '%title' );\n\t$nav .= '<div class=\"col-xs-12 col-sm-6\">' . $prev . '</div>';\n\t\n\t$next = get_next_post_link( '<div class=\"post-link-nav\">%link <span class=\"sunset-icon sunset-chevron-right\" aria-hidden=\"true\"></span></div>', '%title' );\n\t$nav .= '<div class=\"col-xs-12 col-sm-6 text-right\">' . $next . '</div>';\n\t\n\t$nav .= '</div>';\n\t\n\treturn $nav;\n\t\n}", "function flip_tables() {\r\n\t\t$tables_flipped_counter = 0;\r\n\t\t$new_tables_array = array();\r\n\t\t$tables = OM::getAllOStrings($this->code, '<table', '</table>');\r\n\t\t//print('$tables: ');var_dump($tables);exit(0);\r\n\t\tforeach($tables as $table) {\r\n\t\t\t$new_table_array = array();\r\n\t\t\tpreg_match_all('/<(tr)([^<>]*?)>(.*?)<\\/\\1>/is', $table[0], $tr_matches, PREG_OFFSET_CAPTURE);\r\n\t\t\t//print('$tr_matches: ');var_dump($tr_matches);exit(0);\r\n\t\t\t$rowspan = 1;\r\n\t\t\t//$debug_counter = 0;\r\n\t\t\tforeach($tr_matches[0] as $index => $value) {\r\n\t\t\t\tpreg_match_all('/<(td|th)([^<>]*?)>(.*?)<\\/\\1>/is', $value[0], $cell_matches, PREG_OFFSET_CAPTURE);\r\n\t\t\t\tif($rowspan > 1) {\r\n\t\t\t\t\tforeach($cell_matches[0] as $index2 => $value2) {\r\n\t\t\t\t\t\tpreg_match_all('/rowspan=\"([^\"]*?)\"/is', $value2[0], $rowspan_matches, PREG_OFFSET_CAPTURE);\r\n\t\t\t\t\t\tif(sizeof($rowspan_matches[0]) > 0) {\r\n\t\t\t\t\t\t\t$rowspan = (int)$rowspan_matches[1][0][0];\r\n\t\t\t\t\t\t\t//print('$rowspan2: ');var_dump($rowspan);exit(0);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t$new_table_array[$index2 + 1][] = $value2[0];\r\n\t\t\t\t\t} \r\n\t\t\t\t} else {\r\n\t\t\t\t\tforeach($cell_matches[0] as $index2 => $value2) {\r\n\t\t\t\t\t\tpreg_match_all('/rowspan=\"([^\"]*?)\"/is', $value2[0], $rowspan_matches, PREG_OFFSET_CAPTURE);\r\n\t\t\t\t\t\tif(sizeof($rowspan_matches[0]) > 0) {\r\n\t\t\t\t\t\t\t//print('$rowspan_matches: ');var_dump($rowspan_matches);exit(0);\r\n\t\t\t\t\t\t\t$rowspan = (int)$rowspan_matches[1][0][0] + 1;\r\n\t\t\t\t\t\t\t//print('$rowspan2: ');var_dump($rowspan);exit(0);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t$new_table_array[$index2][] = $value2[0];\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t$rowspan--;\r\n\t\t\t\t/*if($debug_counter === 8) {\r\n\t\t\t\t\t//print('$new_table_array: ');var_dump($new_table_array);exit(0);\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t}\r\n\t\t\t\t$debug_counter++;*/\r\n\t\t\t}\r\n\t\t\t$new_tables_array[] = $new_table_array;\r\n\t\t}\r\n\t\t//print('$new_tables_array: ');var_dump($new_tables_array);exit(0);\r\n\t\t$reversed_tables = array_reverse($tables);\r\n\t\t$counter = sizeof($reversed_tables) - 1;\r\n\t\tforeach($reversed_tables as $table) {\r\n\t\t\t$new_table_code = '<table>\r\n';\r\n\t\t\tforeach($new_tables_array[$counter] as $row => $cells) {\r\n\t\t\t\t$new_table_code .= '<tr>\r\n';\r\n\t\t\t\tforeach($cells as $cell) {\r\n\t\t\t\t\t$cell = str_replace('colspan', 'XXXrow9o9spanXXX', $cell);\r\n\t\t\t\t\t$cell = str_replace('rowspan', 'colspan', $cell);\r\n\t\t\t\t\t$cell = str_replace('XXXrow9o9spanXXX', 'rowspan', $cell);\r\n\t\t\t\t\t$new_table_code .= $cell . '\r\n';\r\n\t\t\t\t}\r\n\t\t\t\t$new_table_code .= '</tr>\r\n';\r\n\t\t\t}\r\n\t\t\t$new_table_code .= '</table>';\r\n\t\t\t$this->code = substr($this->code, 0, $table[1]) . $new_table_code . '<table deleteme=\"y\"' . substr($this->code, $table[1] + 6);\r\n\t\t\t$counter--;\r\n\t\t\t$tables_flipped_counter++;\r\n\t\t}\r\n\t\t\r\n\t\t// fucking DOM...\r\n\t\t/*$query = '//' . ReTidy::get_html_namespace() . 'table';\r\n\t\t$tables = $this->xpath->query($query);\r\n\t\tforeach($tables as $table) {\r\n\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'tr';\r\n\t\t\t$trs = $this->xpath->query($query, $table);\r\n\t\t\t$new_table_array = array();\r\n\t\t\t$record_max_cells_per_row = 0;\r\n\t\t\t$row = 0;\r\n\t\t\tforeach($trs as $tr) {\r\n\t\t\t\t$max_cells_per_row = 0;\r\n\t\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'th | .//' . ReTidy::get_html_namespace() . 'td';\r\n\t\t\t\t$cells = $this->xpath->query($query, $tr);\r\n\t\t\t\t$new_tr_array = array();\r\n\t\t\t\tforeach($cells as $cell) {\r\n\t\t\t\t\t$new_tr_array[] = $cell;\r\n\t\t\t\t\t$max_cells_per_row++;\r\n\t\t\t\t}\r\n\t\t\t\t$new_table_array[$row] = $new_tr_array;\r\n\t\t\t\tif($max_cells_per_row > $record_max_cells_per_row) {\r\n\t\t\t\t\t$record_max_cells_per_row = $max_cells_per_row;\r\n\t\t\t\t}\r\n\t\t\t\t$row++;\r\n\t\t\t}\r\n\t\t\t//var_dump($new_table_array);\r\n\t\t\t//$new_table = new DOMElement('table');\r\n\t\t\t$new_table = $this->dom->createElementNS(self::$xhtmlns, 'table');\r\n\t\t\t$tr_counter = 0;\r\n\t\t\twhile($tr_counter < $record_max_cells_per_row) {\r\n\t\t\t\tprint('here4585687979789<br>');\r\n\t\t\t\t//$new_tr = new DOMElement('tr');\r\n\t\t\t\t$new_tr = $this->dom->createElementNS(self::$xhtmlns, 'tr');\r\n\t\t\t\tforeach($new_table_array as $row => $cells) {\r\n\t\t\t\t\tprint('here4585687979790<br>');\r\n\t\t\t\t\tforeach($cells as $index => $cell) {\r\n\t\t\t\t\t\tprint('here4585687979791<br>');\r\n\t\t\t\t\t\t//if($index === $tr_counter) {\r\n\t\t\t\t\t\t\tprint('here4585687979792<br>');\r\n\t\t\t\t\t\t\t//$clone = $cell->cloneNode(true);\r\n\t\t\t\t\t\t\t$new_tr->appendChild($cell);\r\n\t\t\t\t\t\t//}\r\n\t\t\t\t\t}\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t}\r\n\t\t\t\t$new_table->appendChild($new_tr);\r\n\t\t\t\t$tr_counter++;\r\n\t\t\t}\r\n\t\t\t$table->parentNode->appendChild($new_table);\r\n\t\t\t//$table->parentNode->appendChild(new DOMText(\"XXX9o9NewTagEndXXXccc9o9XXX\"));\r\n\t\t\t//$previousElement->appendChild(new DOMText(\"XXX9o9NewTagEndXXXstrong9o9XXX\"));\r\n\t\t\t//$tr_cell->appendChild(new DOMText(ReTidy::DOM_decoded_for_DOM_child_of($element_cell)));\r\n\t\t\t$table->setAttribute('deleteme', 'y');\r\n\t\t\t$tables_flipped_counter++;\r\n\t\t}*/\r\n\t\t$this->logMsgIf('tables flipped', $tables_flipped_counter);\r\n\t\treturn $tables_flipped_counter;\r\n\t}", "function template_arcade_above()\n{\n\tglobal $settings, $context, $txt, $arcSettings, $scripturl, $db_count;\n\n\t$context['arcade']['queries_temp'] = $db_count;\n\n\t\techo '<a name=\"top\"></a>';\n\n\t// Show the start of the tab section.\n\t $tab='<td nowrap=\"nowrap\" style=\"cursor: pointer; font-size: 11px; padding: 6px 10px 6px 10px; border: solid 1px #ADADAD;border-top: 0px; border-bottom:0px; border-left:0px\" align=\"center\" onmouseover=\"this.style.backgroundPosition=\\'0 -5px\\'\" onmouseout=\"this.style.backgroundPosition=\\'0 0px\\'\">';\n\t $tab2='<td nowrap=\"nowrap\" style=\"cursor: pointer; padding: 6px 6px 6px 6px; border-top: 0px; border-bottom:0px;\" align=\"center\" onmouseover=\"this.style.backgroundPosition=\\'0 -5px\\'\" onmouseout=\"this.style.backgroundPosition=\\'0 0px\\'\">';\n\n\n\t\t$context['arcade']['buttons_set']['arcade'] = array(\n\t\t\t\t\t\t\t\t'text' => 'arcade',\n\t\t\t\t\t\t\t\t'url' => $scripturl . '?action=arcade',\n\t\t\t\t\t\t\t\t'lang' => true,\n\t\t\t\t\t\t);\n\n\t\t$context['arcade']['buttons_set']['stats'] = array(\n\t\t\t\t\t\t\t\t'text' => 'arcade_stats',\n\t\t\t\t\t\t\t\t'url' => $scripturl . '?action=arcade;sa=stats',\n\t\t\t\t\t\t\t\t'lang' => true,\n\t\t\t\t\t\t);\n\n\t\t$context['arcade']['buttons_set']['tour'] = array(\n\t\t\t\t\t\t\t\t'text' => 'arcade_tour_tour',\n\t\t\t\t\t\t\t\t'url' => $scripturl . '?action=arcade;sa=tour',\n\t\t\t\t\t\t\t\t'lang' => true,\n\t\t\t\t\t\t);\n\n\n\t\tif ($context['arcade']['can_admin'])\n\t\t{\n\t\t\t$context['arcade']['buttons_set']['arcadeadmin'] = array(\n\t\t\t\t\t\t\t\t'text' => 'arcade_admin',\n\t\t\t\t\t\t\t\t'url' => $scripturl . '?action=admin;area=managearcade',\n\t\t\t\t\t\t\t\t'lang' => true,\n\t\t\t\t\t\t);\n\t }\n\n\techo '\n<div id=\"moderationbuttons\" class=\"margintop\">\n\t', Arcade_DoToolBarStrip($context['arcade']['buttons_set'], 'bottom'), '\n</div>';\n\n\n\techo '\n\t<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">\n\t\t<tr class=\"catbg\">';\n\n\techo '<td width=\"100%\" style=\" border: solid 1px #ADADAD; border-bottom:0px; border-right:0px;border-top: 0px; border-left:0px\" align=\"center\">&nbsp;</td>\n\t\t</tr>\n\t</table>';\n\t//end of the tab table\n}", "function morepagestable($datas,$lineheight=8) {\n $l = $this->lMargin;\n $startheight = $h = $this->GetY();\n $startpage = $currpage = $this->page;\n // calculate the whole width\n foreach($this->tablewidths AS $width) {\n $fullwidth += $width;\n }\n $this->SetFont('Arial','',6);\n // Now let's start to write the table\n foreach($datas AS $row => $data) {\n $this->page = $currpage;\n // write the horizontal borders\n $this->Line($l,$h,$fullwidth+$l,$h);\n // write the content and remember the height of the highest col\n $posicion = 0;\n $fil=0;\n foreach($data AS $col => $txt) {\n \tif($posicion == 0 AND strpos($txt,\".\")===false){\n \t\t$fil=1;\n \t}\n \t\n \t$posicion++;\n \t$this->SetFillColor(60,100,200);\n \t$this->SetTextColor(0,0,0);\n $this->page = $currpage;\n $this->SetXY($l,$h);\n $this->MultiCell($this->tablewidths[$col],$lineheight,$txt,0,1,$fil);\n $l += $this->tablewidths[$col];\n\t\t\t$this->SetFillColor(0,0,0);\n if($tmpheight[$row.'-'.$this->page] < $this->GetY()) {\n $tmpheight[$row.'-'.$this->page] = $this->GetY();\n }\n if($this->page > $maxpage)\n $maxpage = $this->page;\n }\n\n // get the height we were in the last used page\n $h = $tmpheight[$row.'-'.$maxpage];\n // set the \"pointer\" to the left margin\n $l = $this->lMargin;\n // set the $currpage to the last page\n $currpage = $maxpage;\n }\n // draw the borders\n // we start adding a horizontal line on the last page\n $this->page = $maxpage;\n $this->Line($l,$h,$fullwidth+$l,$h);\n // now we start at the top of the document and walk down\n for($i = $startpage; $i <= $maxpage; $i++) {\n $this->page = $i;\n $l = $this->lMargin;\n $t = ($i == $startpage) ? $startheight : $this->tMargin+140;\n $lh = ($i == $maxpage) ? $h : $this->h-$this->bMargin;\n $this->Line($l,$t,$l,$lh);\n foreach($this->tablewidths AS $width) {\n $l += $width;\n $this->Line($l,$t,$l,$lh);\n }\n }\n // set it to the last page, if not it'll cause some problems\n $this->page = $maxpage;\n}", "function inferieur($tableau){\n\n$elementsParPage=100; \n \n$total=count($tableau);\n \n//determinons le nbre des pages\n$nombreDePages=ceil($total/$elementsParPage);\n \nif(isset($_GET['page']))\n{\n $pageActuelle=intval($_GET['page']);\n \n if($pageActuelle>$nombreDePages) \n {\n $pageActuelle=$nombreDePages;\n }\n}\nelse \n{\n $pageActuelle=1; \n}\n\n$nombreDePages=ceil($total/$elementsParPage);\n \n$premiereEntree=($pageActuelle-1)*$elementsParPage; // On calcule la première entrée à lire\n \n$cpt=0;\n\necho \"<table class='TablePremier' style='margin-top:20px;'><tr>\";\n for ($i=$premiereEntree; $i < ($premiereEntree+$elementsParPage); $i++) \n { \n if($i==count($tableau))\n {\n break;\n }\n $cpt++; \n echo '<td>'.$tableau[$i].'</td>';\n\n if($cpt==10)\n {\n echo '</tr>';\n $cpt=0;\n } \n }\necho '</table>';\n\necho '<p>Page : '; \n for($i=1; $i<=$nombreDePages; $i++)\n {\n if($i==$pageActuelle)\n {\n echo ' [ '.$i.' ] '; \n } \n else \n {\n echo '<a href=\"index.php?pageCourant=exo1&page='.$i.'\"> '.$i.' </a>';\n }\n }\necho '</p>';\n}", "function Pagina() {\r\n extract($GLOBALS);\r\n\r\n if ($w_menu == '') {\r\n $sql = new db_getLinkData; $RS = $sql->getInstanceOf($dbms, $w_cliente, $SG);\r\n $w_modulo = f($RS,'sq_modulo');\r\n $sql = new db_getMenuData; $RS_Menu = $sql->getInstanceOf($dbms,f($RS,'sq_menu'));\r\n } else {\r\n $sql = new db_getMenuData; $RS_Menu = $sql->getInstanceOf($dbms,$w_menu);\r\n $w_modulo = f($RS_Menu,'sq_modulo');\r\n } \r\n\r\n Cabecalho();\r\n head();\r\n ShowHTML('<TITLE>'.$conSgSistema.' - Ajuda - '.f($RS_Menu,'nome').'</TITLE>');\r\n ShowHTML('</HEAD>');\r\n BodyOpenClean('onLoad=this.focus();');\r\n ShowHTML('<B><FONT COLOR=\"#000000\">'.$w_TP.'</font></B>');\r\n\r\n ShowHTML('<div align=center><center>');\r\n if ($w_sq_modulo>\"\") {\r\n ShowHTML('<center><B>Clique <a class=\"HL\" href=\"javascript:history.back(1);\">aqui</a> para voltar à tela anterior</b></center>');\r\n } \r\n\r\n\r\n ShowHTML('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">');\r\n\r\n ShowHTML(' <tr valign=\"top\"><td colspan=2>');\r\n ShowHTML(' <font face=\"Arial\" size=\"3\"><b>'.upper(f($RS_Menu,'nome')).'</font></b><hr>');\r\n ShowHTML(' <font size=\"2\"><DL><DT><b>Finalidade:</b><DD>'.f($RS_Menu,'finalidade').'</DD></DT>');\r\n if (f($RS_Menu,'tramite')=='S') ShowHTML(' <DT><br><b>Como funciona:</b><DD>'.crlf2br(f($RS_Menu,'como_funciona')));\r\n ShowHTML(' </td></tr>');\r\n ShowHTML(' <tr><td colspan=\"2\"><br></td></tr>');\r\n \r\n // Verifica se tem sub-menu e exibe\r\n $SQL = new db_getLinkdataHelp; $RS = $SQL->getInstanceOf($dbms, $w_cliente,$w_modulo,0,f($RS_Menu,'sq_menu'));\r\n if (count($RS)>0) {\r\n ShowHTML(' <tr><td colspan=\"2\"><br><font size=\"2\"><b>TELAS CONTIDAS<hr NOSHADE color=#000000 SIZE=1></b></font></td></tr>');\r\n ShowHTML(' <tr valign=\"top\"><td colspan=2><font size=2><DL>');\r\n $w_cont1 = 0;\r\n foreach ($RS as $row) {\r\n $w_cont1++;\r\n ShowHTML(' <DT><B>'.$w_cont1.'. '.f($row,'nome').'</B><DD>'.crlf2br(f($row,'finalidade')));\r\n }\r\n ShowHTML(' </DL>');\r\n }\r\n \r\n // Verifica se tem trâmites e exibe\r\n if (f($RS_Menu,'tramite')=='S') {\r\n $SQL = new db_getTramiteList; $RS_Tramite = $SQL->getInstanceOf($dbms, f($RS_Menu,'sq_menu'),null, null, null);\r\n if (count($RS_Tramite) > 0) {\r\n ShowHTML(' <tr><td colspan=\"2\"><font size=\"2\"><b>FASES<hr NOSHADE color=#000000 SIZE=1></b></font></td></tr>');\r\n ShowHTML(' <tr valign=\"top\"><td colspan=2><table width=100% border=\"1\" bordercolor=\"#00000\">');\r\n ShowHTML(' <tr align=\"center\" valign=\"top\">');\r\n ShowHTML(' <td><b>Ordem</td>');\r\n ShowHTML(' <td><b>Nome</td>');\r\n ShowHTML(' <td><b>Descricao</td>');\r\n ShowHTML(' <td><b>Quem cumpre</td>');\r\n ShowHTML(' </tr>');\r\n foreach ($RS_Tramite as $row_tramite) {\r\n ShowHTML(' <tr valign=\"top\">');\r\n ShowHTML(' <td align=\"center\">'.f($row_tramite,'ordem').'</td>');\r\n ShowHTML(' <td>'.f($row_tramite,'nome').'</td>');\r\n ShowHTML(' <td>'.Nvl(f($row_tramite,'descricao'),\"---\").'</td>');\r\n ShowHTML(' <td>'.Nvl(f($row_tramite,'nm_chefia'),\"---\").'</td>');\r\n ShowHTML(' </td>');\r\n ShowHTML(' </tr>');\r\n } \r\n ShowHTML(' </table>');\r\n } \r\n } \r\n ShowHTML(' </table></td></tr>');\r\n ShowHTML(' </tr></tr></td></table>');\r\n ShowHTML(' </table>');\r\n ShowHTML('</table>');\r\n\r\n if ($w_sq_modulo>'') {\r\n ShowHTML('<center><B>Clique <a class=\"HL\" href=\"javascript:history.back(1);\">aqui</a> para voltar à tela anterior</b></center>');\r\n } \r\n\r\n ShowHTML('</center>');\r\n Rodape();\r\n\r\n return $function_ret;\r\n}", "public static function get_pgnnav( $rtbl = 0, $mtd_to_inc_view = '/i/home/', $uriq, $rblk = 5 ) //paginator\n{\n $qs = QS;\n $total_pages = ceil($rtbl / $rblk);\n\n\n // ~ 1. P A G I N A T I O N V A R I A B L E S ~\n\n if (isset($uriq->p)) {\n $_SESSION['filter_tbl']['pgordno_from_url'] = $uriq->p ;\n } else {$_SESSION['filter_tbl']['pgordno_from_url'] = 1 ;}\n $pgordno_from_url = $_SESSION['filter_tbl']['pgordno_from_url'] ;\n\n //$show_all_r = isset($u riq->pgn) and $u riq->pgn == 'ALL' ? '1' : '' ;\n //if($show_all_r){ $first_rinblock = 0; } else\n if($pgordno_from_url < 2){ $first_rinblock = 1; } \n else{$first_rinblock = ($pgordno_from_url * $rblk) - $rblk + 1; }\n\n //if($show_all_r){ $last_rinblock = $rtbl ; } else\n $last_rinblock = $first_rinblock + $rblk - 1 ;\n if ($last_rinblock > $rtbl) $last_rinblock = $rtbl ;\n\n\n\n // ~ 2. N A V B A R P G N L I N K S ~\n // eg $req_uri is /zbig/04knjige/...paginator_navbar_no_rows.php?p/15/i/home\n // $_SERVER[\"PHP_SELF\"] is $req_uri without ?p/15/i/home\n\n // Link to first page 11111\n //$n avbar = \"<center><div id='pagination'>\"\n $navbar = \"<div>\"\n .\" <a class='button' href='{$qs}p/1$mtd_to_inc_view'>&lt;&lt;</a>\";\n \n // Link to prev page -11111\n $navbar .= \n \" <a class='button' \n href='{$qs}p/'\n \"\n . ( ($pgordno_from_url > 1) ? $pgordno_from_url-1 : $pgordno_from_url).$mtd_to_inc_view\n . \"'>&nbsp;&lt;&nbsp;</a>\";\n\n // Link to pages between first and last page\n for ($pg=1; $pg<=$total_pages; $pg++) { // 11111...l a s t\n\n $fmt_tmp1=''; $fmt_tmp2='';\n // currpg is italic\n if ($pg==$pgordno_from_url) {$fmt_tmp1='<b><i>*'; $fmt_tmp2='</i></b>';}\n\n $navbar .= \n \" <a class='button'\n href='{$qs}p/{$pg}{$mtd_to_inc_view}'\n \" .'>';\n $navbar .= $fmt_tmp1.str_pad((string)($pg), 3, '0', STR_PAD_LEFT).$fmt_tmp2 ;\n $navbar .= '</a>';\n }\n\n\n // Link to next page +11111\n $navbar .= \" <a class='button' href='{$qs}p/\"\n . ( ($pgordno_from_url < $total_pages) ? $pgordno_from_url+1 : $pgordno_from_url) . $mtd_to_inc_view\n . \"'>&nbsp;&gt;&nbsp;</a>\";\n \n // Link to last page .l a s t\n$navbar .= \" <a class='button' \n href='{$qs}p/{$total_pages}{$mtd_to_inc_view}'>&gt;&gt;</a>\"\n .\" &nbsp;&nbsp; \n <a class='button' \n title='Rows {$first_rinblock} - {$last_rinblock}'\n \" . '</a>'\n .' Total count '.$rtbl .' (eg 25 on page)'\n //.\"href='{$qs}p/1/pgn/all$mtd_to_inc_view'>ALL\"\n //title='No pagination (f or c t r l + F)'\n //.' Tot.pages '.$total_pages\n;\n\n //$navbar .= '</center></div>' ;\n $navbar .= '</div>' ;\n\n\n\n return [\n 'navbar'=>$navbar //'<h2>'.'aaaaaaaa'.'</h2>';\n , 'pgordno_from_url'=>$pgordno_from_url\n , 'first_rinblock'=>$first_rinblock\n , 'last_rinblock'=>$last_rinblock\n ]; \n\n}", "function getTable(){\n\t\t\tglobal $page, $tableContent, $tableHeadings;\n\t\t\t// reset current page content\n\t\t\t$page = \"\";\n\t\t\t\n\t\t\t$page = '<div class=\"tableContainer\"><table class=\"twoCol\">';\n\t\t\t\n\t\t\t// make sure we have a header row, else skip\n\t\t\t/*\n\t\t\t$headerSize = count($tableHeadings);\n\t\t\tif($headerSize > 0){\n\t\t\t\t\n\t\t\t\t$page = $page . '<tr class = \"tableHeader\">';\n\t\t\t\t\n\t\t\t\tforeach ($tableHeadings as $h){\n\t\t\t\t\t$page = $page . '<td class = \"headerCell\">' . $h . '</td>';\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$page = $page . '</tr>';\n\t\t\t}\n\t\t\t*/\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t$page = $page . '<tr class = \"tableHeader\">';\n\t\t\t\t\n\t\t\t\tforeach (array_keys($tableContent[0]) as $h){\n\t\t\t\t\t\n\t\t\t\t\t$page = $page . '<th class = \"headerCell\">' . $h . '</th>';\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$page = $page . '</tr>';\n\t\t\t\n\t\t\t\n\t\t\t// make sure we have table content to print\n\t\t\t\n\t\t\t$contentSize = count($tableContent);\n\t\t\t\n\t\t\tfor($i = 0; $i < $contentSize; $i++){\n\t\t\t\t$rowSize = count($tableContent[$i]);\n\t\t\t\t\n\t\t\t\t// vary row depending on odd/even\n\t\t\t\tif($i % 2){\n\t\t\t\t\t$page = $page . ('<tr class = \"odd\">');\n\t\t\t\t}\n\t\t\t\telse{\n\t\t\t\t\t$page = $page . ('<tr class = \"even\">');\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t// now build row content\n\t\t\t\t$oddevenCount = 0;\n\t\t\t\tforeach ($tableContent[$i] as $row){\n\t\t\t\t\t\n\t\t\t\t\t// vary cell tag depending on odd/even\n\t\t\t\t\tif($oddevenCount % 2){\n\t\t\t\t\t\t\n\t\t\t\t\t\t$page = $page . '<td class = \"odd\">';\n\t\t\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t\telse{\n\t\t\t\t\t\t$page = $page . '<td class = \"even\">';\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t// add content\n\t\t\t\t\t$page = $page . $row;\n\t\t\t\t\t\n\t\t\t\t\t// close cell tag\n\t\t\t\t\t$page = $page . '</td>';\n\t\t\t\t\t$oddevenCount += 1;\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t// close row tag\n\t\t\t\t$page = $page . '</tr>';\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\t$page = $page . ('</table></div>');\n\t\t\t\n\t\t\treturn $page;\n\t\t}", "function render_table_nav( $position, $all_count, $filtered_count, $my_count, $limit, $paged ) {\n\t\t\t$total_pages = ceil($filtered_count / $limit);\n\t\t\t\n\t\t\t$first_page = $this->current_request_with_params( \n\t\t\t\tarray('paged' => 1 ) );\n\n\t\t\t$prev_page = $first_page;\n\t\t\tif ($paged > 1) {\n\t\t\t\t$prev_page = $this->current_request_with_params( \n\t\t\t\t\tarray('paged' => $paged - 1 ) );\n\t\t\t}\n\t\t\t$last_page = $this->current_request_with_params( \n\t\t\t\tarray('paged' => $total_pages ) );\n\t\t\t$next_page = $last_page;\n\t\t\tif ($paged < $total_pages) {\n\t\t\t\t$next_page = $this->current_request_with_params( \n\t\t\t\t\tarray('paged' => $paged + 1 ) );\n\t\t\t}\n\n?>\n\t\t\t<div class=\"tablenav <?php echo $position; ?>\">\n\t\t\t\t<div class=\"tablenav-pages\">\n\t\t\t\t\t<span class=\"displaying-num\"><?php echo $filtered_count; ?> items</span>\n\t\t\t\t\t<span class=\"pagination-links\">\n\t\t\t\t\t\t<a class=\"first-page\" title=\"Go to the first page\" href=\"<?php echo $first_page; ?>\">&laquo;</a>\n\t\t\t\t\t\t<a class=\"prev-page\" title=\"Go to the previous page\" href=\"<?php echo $prev_page?>\">&lsaquo;</a>\n\t\t\t\t\t\t <span class='current-pages'>\n\t\t\t\t\t\t <?php echo $paged; ?>\n\t\t\t\t\t\t</span>\t\n\t\t\t\t\t\t of <span class='total-pages'>\n\t\t\t\t\t\t <?php echo $total_pages; ?> </span>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<a class=\"next-page\" title=\"Go to the next page\" href=\"<?php echo $next_page; ?>\">&rsaquo;</a>\n\t\t\t\t\t\t<a class=\"last-page\" title=\"Go to the last page\" href=\"<?php echo $last_page; ?>\">&raquo;</a>\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t<br class=\"clear\"/>\n\t\t\t</div>\t\t\t\n<?php\n\t}", "function jardiwinery_body_add_toc() {\n\t\tif (jardiwinery_get_custom_option('menu_toc_home')=='yes' && function_exists('jardiwinery_sc_anchor'))\n\t\t\tjardiwinery_show_layout(jardiwinery_sc_anchor(array(\n\t\t\t\t'id' => \"toc_home\",\n\t\t\t\t'title' => esc_html__('Home', 'jardiwinery'),\n\t\t\t\t'description' => esc_html__('{{Return to Home}} - ||navigate to home page of the site', 'jardiwinery'),\n\t\t\t\t'icon' => \"icon-home\",\n\t\t\t\t'separator' => \"yes\",\n\t\t\t\t'url' => esc_url(home_url('/'))\n\t\t\t\t)\n\t\t\t)); \n\t\tif (jardiwinery_get_custom_option('menu_toc_top')=='yes' && function_exists('jardiwinery_sc_anchor'))\n\t\t\tjardiwinery_show_layout(jardiwinery_sc_anchor(array(\n\t\t\t\t'id' => \"toc_top\",\n\t\t\t\t'title' => esc_html__('To Top', 'jardiwinery'),\n\t\t\t\t'description' => esc_html__('{{Back to top}} - ||scroll to top of the page', 'jardiwinery'),\n\t\t\t\t'icon' => \"icon-double-up\",\n\t\t\t\t'separator' => \"yes\")\n\t\t\t\t)); \n\t}", "function showNavigation() {\n $action = $this->action;\n $start = $this->start;\n $amount = $this->amount;\n $minamount = $this->minamount;\n $maxamount = $this->maxamount;\n $blogid = $this->blogid;\n $search = hsc($this->search);\n $itemid = $this->itemid;\n\n $prev = $start - $amount;\n if ($prev < $minamount) $prev=$minamount;\n\n $enable_cat_select = in_array($action , array('itemlist' , 'browseownitems'));\n if ($enable_cat_select)\n $catid = isset($_POST['catid']) ? max(0,intval($_POST['catid'])) : 0;\n\n // maxamount not used yet\n // if ($start + $amount <= $maxamount)\n $next = $start + $amount;\n // else\n // $next = $start;\n\n ?>\n <table class=\"navigation\">\n <tr><td>\n <form method=\"post\" action=\"index.php\"><div>\n <input type=\"submit\" value=\"&lt;&lt; <?php echo _LISTS_PREV?>\" />\n <input type=\"hidden\" name=\"blogid\" value=\"<?php echo $blogid; ?>\" />\n <input type=\"hidden\" name=\"itemid\" value=\"<?php echo $itemid; ?>\" />\n <?php if ($enable_cat_select) echo '<input type=\"hidden\" name=\"catid\" value=\"' . $catid . '\" />'; ?>\n <input type=\"hidden\" name=\"action\" value=\"<?php echo $action; ?>\" />\n <input type=\"hidden\" name=\"amount\" value=\"<?php echo $amount; ?>\" />\n <input type=\"hidden\" name=\"search\" value=\"<?php echo $search; ?>\" />\n <input type=\"hidden\" name=\"start\" value=\"<?php echo $prev; ?>\" />\n </div></form>\n </td><td>\n <form method=\"post\" action=\"index.php\"><div>\n <input type=\"hidden\" name=\"blogid\" value=\"<?php echo $blogid; ?>\" />\n <input type=\"hidden\" name=\"itemid\" value=\"<?php echo $itemid; ?>\" />\n <?php if ($enable_cat_select) echo '<input type=\"hidden\" name=\"catid\" value=\"' . $catid . '\" />'; ?>\n <input type=\"hidden\" name=\"action\" value=\"<?php echo $action; ?>\" />\n <input name=\"amount\" size=\"3\" value=\"<?php echo $amount; ?>\" /> <?php echo _LISTS_PERPAGE?>\n <input type=\"hidden\" name=\"start\" value=\"<?php echo $start; ?>\" />\n <input type=\"hidden\" name=\"search\" value=\"<?php echo $search; ?>\" />\n <input type=\"submit\" value=\"&gt; <?php echo _LISTS_CHANGE?>\" />\n </div></form>\n </td><td>\n <form method=\"post\" action=\"index.php\"><div>\n <?php if ($enable_cat_select) echo $this->getFormSelectCategoryBlog($action, $blogid , $catid); ?>\n <input type=\"hidden\" name=\"blogid\" value=\"<?php echo $blogid; ?>\" />\n <input type=\"hidden\" name=\"itemid\" value=\"<?php echo $itemid; ?>\" />\n <input type=\"hidden\" name=\"action\" value=\"<?php echo $action; ?>\" />\n <input type=\"hidden\" name=\"amount\" value=\"<?php echo $amount; ?>\" />\n <input type=\"hidden\" name=\"start\" value=\"0\" />\n <input type=\"text\" name=\"search\" value=\"<?php echo $search; ?>\" size=\"16\" />\n <input type=\"submit\" value=\"&gt; <?php echo _LISTS_SEARCH?>\" />\n </div></form>\n </td><td>\n <form method=\"post\" action=\"index.php\"><div>\n <input type=\"submit\" value=\"<?php echo _LISTS_NEXT?> &gt; &gt;\" />\n <input type=\"hidden\" name=\"search\" value=\"<?php echo $search; ?>\" />\n <input type=\"hidden\" name=\"blogid\" value=\"<?php echo $blogid; ?>\" />\n <input type=\"hidden\" name=\"itemid\" value=\"<?php echo $itemid; ?>\" />\n <?php if ($enable_cat_select) echo '<input type=\"hidden\" name=\"catid\" value=\"' . $catid . '\" />'; ?>\n <input type=\"hidden\" name=\"action\" value=\"<?php echo $action; ?>\" />\n <input type=\"hidden\" name=\"amount\" value=\"<?php echo $amount; ?>\" />\n <input type=\"hidden\" name=\"start\" value=\"<?php echo $next; ?>\" />\n </div></form>\n </td></tr>\n </table>\n <?php }", "function navHalaman($halaman_aktif, $jmlhalaman){\n$link_halaman = \"\";\n\n// Link ke halaman pertama (first) dan sebelumnya (prev)\nif($halaman_aktif > 1){\n\t$prev = $halaman_aktif-1;\n\t$link_halaman .= \"<a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=1>&laquo; First</a>\n <a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=$prev>&lsaquo; Prev</a>\";\n}\nelse{ \n\t$link_halaman .= \"<a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=1>&laquo; First</a>\n\t\t\t\t\t<a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=1>&lsaquo; Prev </a>\";\n}\n\n// Link halaman 1,2,3, ...\n$angka = ($halaman_aktif > 3 ? \" ... \" : \" \"); \nfor ($i=$halaman_aktif-2; $i<$halaman_aktif; $i++){\n if ($i < 1)\n \tcontinue;\n\t $angka .= \"<a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=$i>$i | </a>\";\n }\n\t $angka .= \" <strong>$halaman_aktif</strong>\";\n\t \n for($i=$halaman_aktif+1; $i<($halaman_aktif+3); $i++){\n if($i > $jmlhalaman)\n break;\n\t $angka .= \"<a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=$i> | $i </a>\";\n }\n\t $angka .= ($halaman_aktif+2<$jmlhalaman ? \" ... <a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=$jmlhalaman>$jmlhalaman</a> \" : \" \");\n\n$link_halaman .= \"$angka\";\n\n// Link ke halaman berikutnya (Next) dan terakhir (Last) \nif($halaman_aktif < $jmlhalaman){\n\t$next = $halaman_aktif+1;\n\t$link_halaman .= \" <a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=$next>Next &rsaquo;</a>\n <a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=$jmlhalaman>Last &raquo;</a> \";\n}\nelse{\n\t$link_halaman .= \" <a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduk=$jmlhalaman>Next &rsaquo;</a>\n <a href=$_SERVER[PHP_SELF]?hal=produk-grid&halproduka=$jmlhalaman>Last &raquo;</a> \";\n}\nreturn $link_halaman;\n}", "public function buildTable()\n {\n\n $view = View::getActive();\n\n // Creating the Head\n $head = '<thead class=\"ui-widget-header\" >'.NL;\n $head .= '<tr>'.NL;\n\n $head .= '<th >Project Name</th>'.NL;\n //$head .= '<th>File</th>'.NL;\n $head .= '<th >Description</th>'.NL;\n $head .= '<th style=\"width:165px\" >Nav</th>'.NL;\n\n $head .= '</tr>'.NL;\n $head .= '</thead>'.NL;\n //\\ Creating the Head\n\n // Generieren des Bodys\n $body = '<tbody class=\"ui-widget-content\" >'.NL;\n\n $num = 1;\n foreach ($this->data as $key => $row) {\n $rowid = $this->name.\"_row_$key\";\n\n $body .= \"<tr class=\\\"row$num\\\" id=\\\"$rowid\\\" >\";\n\n $urlConf = 'index.php?c=Daidalos.Projects.genMask&amp;objid='.urlencode($key);\n $linkConf = '<a title=\"GenMask\" class=\"wcm wcm_req_ajax wgt_info\" href=\"'.$urlConf.'\">'\n .Wgt::icon('daidalos/bdl_mask.png' , 'xsmall' , 'build').'</a>';\n\n $urlGenerate = 'index.php?c=Genf.Bdl.build&amp;objid='.urlencode($key);\n $linkGenerate = '<a title=\"Code generieren\" class=\"wcm wcm_req_ajax wgt_info\" href=\"'.$urlGenerate.'\">'\n .Wgt::icon('daidalos/parser.png' , 'xsmall' , 'build').'</a>';\n\n\n $urlDeploy = 'index.php?c=Genf.Bdl.deploy&amp;objid='.urlencode($key);\n $linkDeploy = '<a title=\"Deploy the Project\" class=\"wcm wcm_req_ajax wgt_info\" href=\"'.$urlDeploy.'\">'\n .Wgt::icon('genf/deploy.png' , 'xsmall' , 'deploy').'</a>';\n\n $urlRefreshDb = 'index.php?c=Genf.Bdl.refreshDatabase&amp;objid='.urlencode($key);\n $linkRefreshDb = '<a title=\"Refresh the database\" class=\"wcm wcm_req_ajax wgt_info\" href=\"'.$urlRefreshDb.'\">'\n .Wgt::icon('daidalos/db_refresh.png' , 'xsmall' , 'sync db').'</a>';\n\n $urlSyncDb = 'index.php?c=Genf.Bdl.syncDatabase&amp;objid='.urlencode($key);\n $linkSyncDb = '<a title=\"Sync the database with the model\" class=\"wcm wcm_req_ajax wgt_info\" href=\"'.$urlSyncDb.'\">'\n .Wgt::icon('daidalos/db_sync.png' , 'xsmall' , 'sync db').'</a>';\n\n $urlPatchDb = 'index.php?c=Genf.Bdl.createDbPatch&amp;objid='.urlencode($key);\n $linkPatchDb = '<a title=\"Create an SQL Patch to alter the database\" class=\"wcm wcm_req_ajax wgt_info\" href=\"'.$urlPatchDb.'\" >'\n .Wgt::icon('genf/dump.png' , 'xsmall' , 'create alter patch').'</a>';\n\n $urlClean = 'index.php?c=Genf.Bdl.clean&amp;objid='.urlencode($key);\n $linkClean = '<a title=\"Projekt cleanen\" class=\"wcm wcm_req_ajax wgt_info\" href=\"'.$urlClean.'\">'\n .Wgt::icon('genf/clean.png' , 'xsmall' , 'clean').'</a>';\n\n $body .= '<td valign=\"top\" >'.$row[0].'</td>'.NL;\n //$body .= '<td valign=\"top\" >'.$row[1].'</td>'.NL;\n $body .= '<td valign=\"top\" >'.$row[2].'</td>'.NL;\n $body .= '<td valign=\"top\" align=\"center\" >'.$linkConf.' | '.$linkGenerate.$linkDeploy.' | '.$linkSyncDb.' '.$linkRefreshDb.' '.$linkPatchDb.' | '.$linkClean.'</td>'.NL;\n\n $body .= '</tr>'.NL;\n\n $num ++;\n if ($num > $this->numOfColors)\n $num = 1;\n\n }// ENDE FOREACH\n\n $body .= \"</tbody>\".NL;\n //\\ Generieren des Bodys\n\n $html ='<table id=\"table_'.$this->name.'\" class=\"full\" >'.NL;\n $html .= $head;\n $html .= $body;\n $html .= '</table>'.NL;\n\n return $html;\n\n }", "function orderdown() {\n\t\t\n\t\t$this->_order(1);\n\t\t\n\t\t$this->adminLink->makeURL();\n\t\t$this->app->redirect( $this->adminLink->url );\n\t\n\t}", "function draw_top_nav() {\nglobal $db;\n\n$link_query = \"SELECT article_id, title, link_name FROM articles WHERE enabled = 1 AND nav_link = 1 AND (parent_article_id IS NULL OR parent_article_id = '') ORDER BY sort_order DESC;\";\n\n$link_result = $db->query($link_query);\n\n$top_nav = '<ul>';\n\nwhile($link_result_row = $link_result->fetchRow()) {\n\n$top_nav .= '<li>'.write_site_link($link_result_row[1],$link_result_row[0],'button',$link_result_row[2]).'</li>';\n\n}\n\n$top_nav .= '<li><a class=\"button\" href=\"'.SITE_URL.'\">Home</a></li>';\n\n$top_nav .= '</ul>';\n\nreturn $top_nav;\n}", "function forschungsatlas_admin_url() {\n global $pager_total_items;\n $destination = drupal_get_destination();\n\n drupal_set_title(t('Institutions with broken links'));\n\n $header = array();\n $header[] = array('data' => t('Institution'), 'field' => 'name', 'sort' => 'asc');\n $header[] = array('data' => t('City'), 'field' => 'city');\n $header[] = array('data' => t('Federal State'), 'field' => 'federalstate');\n $header[] = array('data' => t('URL'), 'field' => 'url');\n $header[] = array('data' => t('Updated'), 'field' => 'changed');\n $header[] = array('data' => t('Operation'));\n\n $query = db_select('forschungsatlas__tools_broken_links', 'urls')->extend('PagerDefault')->extend('TableSort');\n $query->join('forschungsatlas__institutions', 'i', 'urls.iid=i.iid');\n $query->join('forschungsatlas__cities', 'c', 'i.cid = c.cid');\n $query->join('forschungsatlas__federal_states', 'fs', 'i.fsid = fs.fsid');\n $query->fields('i', array('iid', 'name', 'url', 'changed'));\n $query->addField('c', 'name', 'city');\n $query->addField('fs', 'name', 'federalstate');\n $query->limit(FORSCHUNGSATLAS_PAGER)\n ->orderByHeader($header);\n $result = $query->execute();\n\n $rows = array();\n foreach ($result as $data) {\n $row = array();\n $row['data']['name'] = check_plain($data->name);\n $row['data']['city'] = check_plain($data->city);\n $row['data']['federalstate'] = $data->federalstate;\n $url = check_url($data->url);\n $row['data']['url'] = l($url, $url, array(\n 'attributes' => array(\n 'target'=>'blank',\n 'class' => 'forschungsatlas-institution-l-ext',\n )\n )\n );\n $row['data']['changed'] = format_date($data->changed, 'short');\n $operations = array();\n $operations['edit'] = array(\n 'title' => t('edit'),\n 'href' => FORSCHUNGSATLAS_CONFIG_PATH. '/institutions/institution/'. $data->iid .'/edit',\n 'query' => $destination,\n );\n $row['data']['operations'] = array(\n 'data' => array(\n '#theme' => 'links',\n '#links' => $operations,\n '#attributes' => array('class' => array('links', 'inline', 'nowrap')),\n ),\n );\n $rows[] = $row;\n } // foreach()\n $build['forschungsatlas_table'] = array(\n '#theme' => 'table',\n '#header' => $header,\n '#rows' => $rows,\n '#empty' => t('There are no institutions with broken links.'),\n '#attributes' => array('id' => 'forschungsatlas-table-url'),\n '#caption' => (!empty($pager_total_items[0]) ? format_plural($pager_total_items[0], '1 result', '@count results') : ''),\n );\n $build['forschungsatlas_pager'] = array(\n '#markup' => theme('pager'),\n );\n\n return $build;\n}", "function render_table( $workshops, $orderBy, $order, $all_count, $filtered_count, $my_count, $limit, $paged ) {\n?>\n\t\t<?php $this->render_subsubsub( $all_count, $my_count ); ?>\n\t\t\t<?php $this->render_table_nav( \"bottom\", $all_count, $filtered_count, $my_count, $limit, $paged ); ?>\n\n\t\t\t<table class=\"wp-list-table widefat fixt posts\" cellspacing=\"0\">\n\t\t\t\t<thead>\n\t\t\t\t\t<?php $this->render_table_header_footer($orderBy, $order); ?>\n\t\t\t\t</thead>\n\t\t\t\t<tfoot>\n\t\t\t\t\t<?php $this->render_table_header_footer($orderBy, $order); ?>\n\t\t\t\t</tfoot>\n\t\t\t\t<?php $this->render_table_body($workshops); ?>\n\n\t\t\t</table>\n\t\t\t<?php $this->render_table_nav( \"bottom\", $all_count, $filtered_count, $my_count, $limit, $paged ); ?>\n\n<?php\n\t}", "function ImprimeTableP($idTabla, $data, $pactu, $peli, $crxpag, $paginap = 1, $cantlink = 5,$classCSS=\"\") {\n\t\t$tabla = '<table id=\"' . $idTabla . '\" class=\"'.$classCSS.'\" cellpadding=\"0\" cellspacing=\"1\" border=\"1\" align=\"center\" style=\"text-align:center;\" >';\n try {\n //if (count($data) > 0) {\n\t\t\t if (count($data[\"columnas\"]) > 0) {\n\t\t\t\t$tabla.= '<thead>';\n $tabla .= '<tr>';\n $conta = 0;\n $conte = 0;\n for ($x = 0;$x < count($data[\"columnas\"]);$x++) {\n if ($pactu != \"\") {\n if ($conta == 0) {\n $tabla.= '<td></td>';\n }\n }\n if ($peli != \"\") {\n if ($conte == 0) {\n $tabla.= '<td></td>';\n }\n }\n $conta++;\n $conte++;\n $tabla.= '<th>' . utf8_encode($data[\"columnas\"][$x]) . '</th>'.\"\\n\";\n //$tabla.= Columna_Cabezera(\"f1\", utf8_encode($data[\"columnas\"][$x]));\n \n }\n \t\t$tabla.= '</tr>';\n\t\t\t\t$tabla.= '</thead>';\n\t\t\t }\n\t\t\t\n //===========CUERPO DE TABLA=================================================================================================\n $cantele = count($data[\"cuerpo\"]);\n if ($cantele > 0) {\n $fin = $paginap * $crxpag;\n $ini = $fin - $crxpag;\n for ($i = $ini;$i < $fin;$i++) {\n $conta = 0;\n $conte = 0;\n $tabla.= '<tr>';\n for ($z = 0;$z < count($data[\"columnas\"]);$z++) {\n $columnas = $data[\"columnas\"][$z];\n if (isset($data[\"cuerpo\"][$i][\"$columnas\"])) {\n if ($pactu != \"\") {\n if ($conta == 0) {\n // $tabla.= '<td><a href=\"' . $pactu . 'id=' . $data[\"cuerpo\"][$i][\"$columnas\"] . '&accion=Mactualizar\"><img src=\"../imgcixphp/ico_actualizar.gif\" title=\"Actualizar\" width=\"16\" height=\"16\"/></a></td>'.\"\\n\";\n\t\t\t\t\t\t\t\t $tabla.= '<td><a href=\"#\" onClick=\"'.$pactu.'('. $data[\"cuerpo\"][$i][\"$columnas\"] .'); return false;\" title=\"Actualizar\" ><img src=\"../imgcixphp/ico_actualizar.gif\" title=\"Actualizar\" width=\"16\" height=\"16\"/></a></td>'.\"\\n\";\n }\n }\n if ($peli != \"\") {\n if ($conte == 0) {;\n // $tabla.= '<td><a href=\"' . $peli . 'id=' . $data[\"cuerpo\"][$i][\"$columnas\"] . '&accion=Eliminar\"><img src=\"../imgcixphp/ico_eliminar.gif\" width=\"16\" title=\"Eliminar\" height=\"16\"/></a></td>'.\"\\n\";\n\t\t\t\t\t\t\t\t $tabla.= '<td><a href=\"#\" onClick=\"'.$peli.'('.$data[\"cuerpo\"][$i][\"$columnas\"] .'); return false;\" ><img src=\"../imgcixphp/delete.gif\" width=\"16\" title=\"Eliminar\" height=\"16\"/></a></td>'.\"\\n\";\n }\n }\n }\n $conta++;\n $conte++;\n if (isset($data[\"cuerpo\"][$i][\"$columnas\"])) {\n $tabla.= '<td>' . $data[\"cuerpo\"][$i][\"$columnas\"] . '</td> '.\"\\n\";\n }\n }\n $tabla.= '</tr>';\n } \n\t\t\t\t//===========FIN CUERPO DE TABLA===========================================================================================\n \t $tabla.= '</table><p style=\"clear:both;height:5px;\"></p>';\n\t\t\t \n\t\t\t //===========PAGINADO======================================================================================================================\n \t$paginado = Paginar($cantele, $crxpag, $paginap, $cantlink);\n $tabla.= $paginado;\n //===========FIN PAGINADO ==================================================================================================================\n \n \n }else{//solo si es k no hay datos\n\t\t\t\t$mensaje= \"No se encuentran Datos Registrados\"; \n\t\t\t \t $tabla.='<tfoot><tr> <td >&nbsp; '.$mensaje.' </td></tr></tfoot></table><br/>';\n\t\t\t\t}\n\t\t\t\n }catch(exception $e) {\n return $e->getMessage();\n }\n return $tabla;\n }", "function build_visitor_table_row_html($dateVisited = \"22/10/14 20:58:56\", $os = \"Linux\", \n\t$browserName = \"Firefox\", $browserVersion = 5,$domainName = \"ycyrffgroupie.co.uk\", \n\t$ipAddress = \"127.0.0.1\", $refererPage = \"none\", $requestPage = \"none\", $user = \"none\", \n\t$filename = \"none\", $phpSelf = \"none\"){\n\t\t\n\t\t$output = '';\n\t\t\n\t\t$output .='\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td style=\"border: 1px solid #FFFFFF; width: 11%; text-align: center;\">\n\t\t\t\t\t\t\t\t<font color=\"ffd700\">'.date('d/m/y H:i:s', strtotime($dateVisited)).'</font>\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td style=\"border: 1px solid #FFFFFF; width: 11%; text-align: center;\">\n\t\t\t\t\t\t\t\t<font color=\"ffd700\">'.$ipAddress.'</font>\n\t\t\t\t\t\t\t</td> \n\t\t\t\t\t\t\t<td style=\"border: 1px solid #FFFFFF; width: 7%; text-align: center;\">\n\t\t\t\t\t\t\t\t<font color=\"ffd700\">'.$os.'</font>\n\t\t\t\t\t\t\t</td> \n\t\t\t\t\t\t\t<td style=\"border: 1px solid #FFFFFF; width: 7%; text-align: center;\">\n\t\t\t\t\t\t\t\t<font color=\"ffd700\">'.$browserName.'</font>\n\t\t\t\t\t\t\t</td> \n\t\t\t\t\t\t\t<td style=\"border: 1px solid #FFFFFF; width: 8%; text-align: center;\">\n\t\t\t\t\t\t\t\t<font color=\"ffd700\">'.$browserVersion.'</font>\n\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t<td style=\"border: 1px solid #FFFFFF; width: 15%; word-wrap: break-word; text-align: center;\">\n\t\t\t\t\t\t\t\t'.($refererPage != 'none' ? '<a style=\"color: #ffd700;\" href=\"'.$refererPage.'\">'.$refererPage.'</a>' :'<font color=\"ffd700\">'.$refererPage.'</font>').'\n\t\t\t\t\t\t\t</td> \n\t\t\t\t\t\t\t<td style=\"border: 1px solid #FFFFFF; width: 15%; word-wrap: break-word; text-align: center;\">\n\t\t\t\t\t\t\t\t<a style=\"color: #ffd700;\" href=\"http://'.$domainName.$requestPage.'\">'.$domainName.$requestPage.'</a>\n\t\t\t\t\t\t\t</td> \n\t\t\t\t\t\t</tr>';\n\t\t\n\t\treturn $output ;\n\t\t\n\t}", "public function tableWizard() {}", "function\tpunchTable( $_lastLine=false) {\n\t\t$frm\t=\t$this->myDoc->currMasterPage->getFrameByFlowName( \"Auto\") ;\n\t\tfor ( $actRow=$this->myTable->getFirstRow( BRow::RTDataIT) ; $actRow !== FALSE ; $actRow=$this->myTable->getNextRow()) {\n\t\t\tif ( $actRow->isEnabled()) {\n\t\t\t\t$this->punchTableRow( $actRow) ;\n\t\t\t}\n\t\t}\n\t\t$frm->currVerPos\t+=\t1.5 ;\t\t// now add the height of everythign we have output'\n\n\t\t/**\n\t\t * if there's less than 20 mm on this page\n\t\t *\tgoto next page\n\t\t */\n\t\t$remHeight\t=\t$frm->remHeight() ;\n\t\tif ( $remHeight < mmToPt( $this->saveZone) && !$_lastLine) {\n\t\t\t$this->tableFoot() ;\n\t\t\t$this->myDoc->newPage() ;\n\t\t\t$this->tableHead() ;\n\t\t}\n\t}", "function buddy_add_horizonal_table_content(){\n\techo do_shortcode('[ez-toc]');\n}", "function Render()\n\t{\n\t\t$strTableName = $this->_strName;\n\t\t$strVixenTable = \"Vixen.table.{$strTableName}\";\n\n\t\techo \"\n<script type='text/javascript'>\n\t{$strVixenTable} = Object();\n\t{$strVixenTable}.collapseAll = TRUE;\n\t{$strVixenTable}.linked = TRUE;\n\t{$strVixenTable}.totalRows = 0;\n\t{$strVixenTable}.row = Array();\n</script>\";\n\t\t\t\n\t\t\n\t\t$strPageSize = $this->_intPageSize > 0 ? \" page_size='{$this->_intPageSize}' \" : \"\";\n\n\t\techo \"<table border='0' cellpadding='3' cellspacing='0' class='Listing' width='100%' id='$strTableName'$strPageSize>\\n\";\n\t\t\n\t\t// Build headers\n\t\techo \"<tr class='First'>\\n\";\n\t\t$intHeaderCount = 0;\n\t\t$intSortLimit = ($this->_bolSortable && is_array($this->_arrSortFields)) ? count ($this->_arrSortFields) : -1;\n\t\tforeach ($this->_arrHeader AS $objField)\n\t\t{\n\t\t\t$strAlign = $this->_arrAlignments[$intHeaderCount];\n\t\t\t$strSortLabel = \"\";\n\t\t\tif ($intHeaderCount <= $intSortLimit)\n\t\t\t{\n\t\t\t\tif ($this->_arrSortFields[$intHeaderCount] !== NULL)\n\t\t\t\t{\n\t\t\t\t\t$strSortLabel = \" TABLE_SORT='\" . $this->_arrSortFields[$intHeaderCount] . \"' \";\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t$strSortLabel = \" NO_TABLE_SORT='1' \";\n\t\t\t\t}\n\t\t\t}\n\t\t\techo \" <th width='{$this->_arrWidths[$intHeaderCount]}' align='$strAlign'$strSortLabel>\". $objField .\"</th>\\n\";\n\t\t\t$intHeaderCount++;\n\t\t}\n\t\techo \"</tr>\\n\";\n\t\t\n\t\t// Build rows\n\t\t$intRow = -1;\n\t\tforeach ($this->_arrRows AS $objRow)\n\t\t{\n\t\t\t$intRow++;\n\t\t\t$strClass = ($intRow % 2) ? 'Odd' : 'Even';\n\t\t\t$strStyle = \"\";\n\t\t\t\n\t\t\tif (isset($objRow['OnClick']))\n\t\t\t{\n\t\t\t\t// Escape special chars\n\t\t\t\t$strOnClick = \"onclick='\". htmlspecialchars($objRow['OnClick'], ENT_QUOTES) .\"'\";\n\t\t\t\t$strStyle .= \"cursor:pointer;\";\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$strOnClick = \"\";\n\t\t\t}\n\t\t\t\n\t\t\techo \"<tr id='\" . $strTableName . \"_\" . $intRow . \"' class='$strClass' $strOnClick style='$strStyle'>\\n\";\n\t\t\t\n\t\t\t$intColCount = 0;\n\t\t\t// Build fields\n\t\t\tforeach ($objRow['Columns'] as $objField)\n\t\t\t{\n\t\t\t\t$strWidth = '';\n\t\t\t\t// Work out which width to use\n\t\t\t\t//TODO! After setting the widths once in the header, you shouldn't have to set them again, but we are anyway.\n\t\t\t\t//This could cut down the size of the html file generated\n\t\t\t\t/*if (isset($objRow['Widths']))\n\t\t\t\t{\n\t\t\t\t\t// Use the width specific to this row and column\n\t\t\t\t\t$strWidth = \"width='\". $objRow['Widths'][$intColCount] .\"'\";\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t// Use the general width of this column\n\t\t\t\t\t$strWidth = \"width='\". $this->_arrWidths[$intColCount] .\"'\";\n\t\t\t\t}\n\t\t\t\t*/\n\n\t\t\t\t// Work out which alignment to use\n\t\t\t\tif (isset($objRow['Alignments']))\n\t\t\t\t{\n\t\t\t\t\t// Use the alignment specific to this row and column\n\t\t\t\t\t$strAlignment = \"align='\". $objRow['Alignments'][$intColCount] .\"'\";\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\t// Use the general alignment of this column\n\t\t\t\t\t$strAlignment = \"align='\". $this->_arrAlignments[$intColCount] .\"'\";\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t// Work out how many columns, this column spans\n\t\t\t\t$strColSpan = \"\";\n\t\t\t\tif (isset($objRow['ColSpans']))\n\t\t\t\t{\n\t\t\t\t\t// colspan values have been declared for this row\n\t\t\t\t\t$strColSpan = \"colspan='\". $objRow['ColSpans'][$intColCount] .\"'\";\n\t\t\t\t\t\n\t\t\t\t\t// If using ColSpans do not use row widths\n\t\t\t\t\t$strWidth = \"\";\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\techo \"<td $strWidth $strAlignment $strColSpan>\";\n\t\t\t\techo \"$objField\";\n\t\t\t\techo \"</td>\\n\";\n\t\t\t\t$intColCount++;\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\t// Build detail\n\t\t\tif ($this->_bolDetails)\n\t\t\t{\n\t\t\t\techo \"</tr>\";\n\t\t\t\techo \"<tr>\";\n\t\t\t\techo \"<td colspan=\". count($this->_arrHeader) .\" style='padding: 0px 1px 1px 1px;'>\";\n\t\t\t\techo \"<div id='\" . $strTableName . \"_\" . $intRow . \"DIV-DETAIL' style='display: block; overflow:hidden;'>\";\n\t\t\t\techo $objRow['Detail'];\n\t\t\t\techo \"</div>\";\n\t\t\t\techo \"</td>\\n\";\n\t\t\t}\n\t\t\t\n\t\t\t// Build tooltip\n\t\t\tif ($this->_bolToolTips)\n\t\t\t{\n\t\t\t\techo \"</tr>\";\n\t\t\t\techo \"<tr>\";\n\t\t\t\techo \"<td colspan=4 style='padding-top: 0px; padding-bottom: 0px'>\";\n\t\t\t\techo \"<div id='\" . $strTableName . \"_\" . $intRow . \"DIV-TOOLTIP' style='display: none;'>\";\n\t\t\t\techo $objRow['ToolTip'];\n\t\t\t\techo \"</div>\\n\";\n\t\t\t\techo \"</td>\";\n\t\t\t}\n\t\t\n\t\t\techo \"\\n<script type='text/javascript'>\";\n\t\t\techo \"objRow = Object();\\n\";\n\t\t\t\n\t\t\techo \"objRow.selected = false;\\n\";\n\t\t\techo \"objRow.up = true;\\n\";\n\n\t\t\tif ($this->_bolLinked)\n\t\t\t{\n\t\t\t\tif (is_array($objRow['Index']))\n\t\t\t\t{\n\t\t\t\t\t// add Indexes to objRow\n\t\t\t\t\techo \"objIndex = Object();\";\n\t\t\t\t\t\n\t\t\t\t\tforeach ($objRow['Index'] as $strIndexName=>$arrValues)\n\t\t\t\t\t{\n\t\t\t\t\t\techo \"objIndex.{$strIndexName} = Array();\";\n\t\t\t\t\t\tforeach ($arrValues as $strValue)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\techo \"objIndex.{$strIndexName}.push('$strValue');\";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\techo \"objRow.index = objIndex;\";\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\techo \"{$strVixenTable}.row.push(objRow);\\n\";\n\t\t\techo \"</script>\\n\";\n\t\t\techo \"</tr>\\n\";\n\t\t}\n\t\t$intRowCount = $intRow + 1;\n\t\techo \"</table>\\n\";\n\t\t\n\t\techo \"<script type='text/javascript'>{$strVixenTable}.totalRows = $intRowCount;</script>\\n\";\t\n\t\t\n\t\tif ($this->_bolRowHighlighting)\n\t\t{\n\t\t\t// The following \"Vixen.AddCommand\" method breaks down when you try dynamicly inserting a VixenTable into\n\t\t\t// the DOM, because AddCommand only triggers the command when the body.onload event is triggered\n\t\t\t//echo \"<script type='text/javascript'>Vixen.AddCommand('Vixen.Highlight.Attach','\\'$strTableName\\'', $intRowCount);</script>\";\n\t\t\techo \"<script type='text/javascript'>Vixen.Highlight.Attach('$strTableName');</script>\";\n\t\t}\n\t\t\n\t\tif ($this->_bolToolTips)\n\t\t{\n\t\t\techo \"<script type='text/javascript'>Vixen.Tooltip.Attach('$strTableName');</script>\";\n\t\t}\n\t\t\n\t\tif ($this->_bolDetails)\n\t\t{\n\t\t\techo \"<script type='text/javascript'>Vixen.Slide.Attach('$strTableName', TRUE);</script>\\n\";\n\t\t}\n\t\t\n\t\tif ($this->_bolLinked)\n\t\t{\n\t\t\techo \"<script type='text/javascript'>\";\n\t\t\techo \"{$strVixenTable}.linked = TRUE;\";\n\t\t\t\n\t\t\techo \"objLink = Object();\\n\";\n\t\t\t\n\t\t\tforeach ($this->_arrLinkedTables AS $strTableName=>$arrIndexes)\n\t\t\t{\n\t\t\t\techo \"objLink.{$strTableName} = Array();\\n\";\n\t\t\t\tforeach ($arrIndexes AS $strIndex)\n\t\t\t\t{\n\t\t\t\t\techo \"objLink.{$strTableName}.push('$strIndex');\\n\";\n\t\t\t\t}\n\t\t\t}\n\t\t\techo \"{$strVixenTable}.link = objLink;\\n\";\n\t\t\t\n\t\t\techo \"</script>\\n\";\n\t\t\t\t/*'link':\n\t\t\t{\n\t\t\t\t'AccountInvoices' :\n\t\t\t\t[\n\t\t\t\t\t'Invoice'\n\t\t\t\t]\n\t\t\t},*/\n\t\t}\n\t\t\n\t\tif ($this->_bolSortable)\n\t\t{\n\t\t\techo \"<script type='text/javascript'>Vixen.TableSort.prepare('$strTableName');</script>\\n\";\n\t\t}\n\t}", "function TopIndexPage1()\n{\n\techo('<tr>');\n\techo('<td width=\"575\" height=\"289\" valign=\"top\"><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');\n\techo('<tr>');\n\techo('<td width=\"333\" height=\"289\" valign=\"top\"><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');\n\t///////////////////////////////////TIN NOI BAT NHAT\n\t$str1=\"select * from news where approval=1 order by date desc,newsid desc\";\n\t$result=mysql_query($str1) or\n\tdie(mysql_error());\n\t$firstnews=-1;\n\twhile ($row=mysql_fetch_array($result))\n\t{\n\t\tif (strlen($row['image'])>0)\n\t\t{\n\t\t\t$firstnews=$row['newsid'];\n\t\t\tbreak;\n\t\t}\t\n\t}\n\techo(\"<a href='newsdetail.php?newsid=\".$row['newsid'].\"&id=\".$row['newsgroup'].\"' class='newstitlelink\");\n\techo(template());\n\techo(\"'>\".$row['title'].\"</a>\");\n\techo(\"<tr><td height='170' valign='top' align='center'><center>\");\n\tif ($firstnews!=-1)\n\t\techo(\"<img class='imagetopnews' height='170' src='\".$row['image'].\"' />\");\n\techo(\"</center></td></tr>\");\n\techo(\"<tr><td height='61' valign='top'>\".$row['abstract'].\"</td></tr>\");\n\tmysql_free_result($result);\n\techo('</table></td>');\n\techo('<td width=\"27\" ');\n\tif ($firstnews!=-1) echo(\"background='image/middlebg.jpg'\");\n\techo('>&nbsp;</td>');\n\techo('<td width=\"215\" valign=\"top\"><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">');\n\techo('<tr>');\n\techo('<td width=\"215\" height=\"289\" valign=\"middle\">');\n\n\t///////////////////////////////////5 TIN NOI BAT NHAT\n\t$str1=\"select * from news where approval=1 order by date desc,newsid desc\";\n\t$result=mysql_query($str1) or\n\tdie(mysql_error());\n\t$i=0;\n\twhile ($row=mysql_fetch_array($result))\n\t{\n\t\tif ($firstnews!=$row['newsid'])\n\t\t{\n\t\t\t$i=$i+1;\n\t\t\techo(\"<img src='image/newspoint.jpg' />&nbsp;&nbsp;\");\n\t\t\techo(\"<a alt='\".$row['abstract'].\"' title='\".$row['abstract'].\"' href='newsdetail.php?newsid=\".$row['newsid'].\"&id=\".$row['newsgroup'].\"' class='newstitle\");\n\t\t\techo(template());echo(\"'>\".$row['title'].\"</a>\");\n\t\t\techo(\"<br>\");echo(\"<img class='newsline' src='image/newsline.jpg' />\");\n\t\t}\n\t\tif ($i==5) break;\n\t}\n\tmysql_free_result($result);\n\techo('</td></tr></table></td></tr>');\n\techo('</table></td></tr>');\n}", "public static function create_table_head()\n\t{\n\t\t\n\t\tif (!static::$columns)\n\t\t{\n\t\t\treturn static::$template['wrapper_start'].'<tr><th>No columns config</th></tr>'.static::$template['wrapper_end'];\n\t\t}\n\n\t\t$table_head = static::$template['wrapper_start'];\n\t\t$table_head .= '<tr>';\n\t\t\n\t\tforeach(static::$columns as $column)\n\t\t{\n\t\t\t$sort_key \t= (is_array($column) ? isset($column[1]) ? $column[1] : strtolower($column[0]) : $column);\n\t\t\t$col_attr\t= (is_array($column) && isset($column[2]) ? $column[2] : array());\n\t\t\t\n\t\t\t$new_direction = static::$direction;\n\t\t\t\n\t\t\tif(static::$sort_by == $sort_key)\n\t\t\t{\n\t\t\t\t$active_class_name = static::$template['col_class_active'].' '.static::$template['col_class_active'].'_'.$new_direction;\n\t\t\t\tif(isset($col_attr['class']))\n\t\t\t\t{\n\t\t\t\t\t$col_attr['class'] .= ' '.$active_class_name;\n\t\t\t\t}\n\t\t\t\telse \n\t\t\t\t{\n\t\t\t\t\t$col_attr['class'] = $active_class_name;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$new_direction = (static::$direction == 'asc' ? 'desc' : 'asc');\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\tif(is_array($column) && (!isset($column[1]) || isset($column[1]) && $column[1] !== false)){\n\t\t\t\t\n\t\t\t\t$url \t\t\t= rtrim(static::$base_url, '/').(static::$current_page ? '/'.static::$current_page : '');\n\t\t\t\t$url \t\t\t.= '/'.$sort_key.static::$uri_delimiter.$new_direction;\n\t\t\t\t\n\t\t\t\t$cell_content \t= rtrim(static::$template['link_start'], '> ').' href=\"'.$url.'\">';\n\t\t\t\t$cell_content \t.= $column[0];\n\t\t\t\t$cell_content \t.= static::$template['link_end'];\n\t\t\t\t\n\t\t\t}else{\n\t\t\t\tif(is_array($column))\n\t\t\t\t{\n\t\t\t\t\t$column = $column[0];\n\t\t\t\t}\n\t\t\t\t$cell_content = static::$template['nolink_start'].$column.static::$template['nolink_end'];\t\n\t\t\t}\n\t\t\t\n\t\t\t$table_head .= html_tag(static::$template['col_tag'], $col_attr, $cell_content);\n\t\t\t\n\t\t}\n\t\t\n\t\t$table_head .= '</tr>';\n\t\t$table_head .= static::$template['wrapper_end'];\n\n\t\treturn $table_head;\n\t}", "function PricerrTheme_hist_trans()\n{\n $id_icon = 'icon-options-general-list';\n $ttl_of_stuff = 'PricerrTheme - ' . __('Transactions', 'PricerrTheme');\n\n //------------------------------------------------------\n\n echo '<div class=\"wrap\">';\n echo '<div class=\"icon32\" id=\"' . $id_icon . '\"><br/></div>';\n echo '<h2 class=\"my_title_class_sitemile\">' . $ttl_of_stuff . '</h2>';\n\n ?>\n\n<div id=\"usual2\" class=\"usual\">\n <ul>\n <li><a href=\"#tabs1\"><?php _e('All Transactions', 'PricerrTheme'); ?></a></li>\n <li><a href=\"#tabs2\"><?php _e('Search', 'PricerrTheme'); ?></a></li>\n </ul>\n <div id=\"tabs1\">\n <?php\n\n global $wpdb;\n\n $rows_per_page = 10;\n\n if (isset($_GET['pj'])) $pageno = $_GET['pj'];\n else $pageno = 1;\n\n\n $s1 = \"select id from \" . $wpdb->prefix . \"job_payment_transactions order by id desc \";\n $s = \"select * from \" . $wpdb->prefix . \"job_payment_transactions order by id desc \";\n $limit = ' LIMIT ' . ($pageno - 1) * $rows_per_page . ',' . $rows_per_page;\n $r = $wpdb->get_results($s1);\n $nr = count($r);\n $lastpage = ceil($nr / $rows_per_page);\n $r = $wpdb->get_results($s . $limit);\n\n if (count($r) > 0):\n\n ?>\n\n\n <table class=\"widefat post fixed\" cellspacing=\"0\">\n <thead>\n <tr>\n <th width=\"10%\"><?php _e('Username', 'PricerrTheme'); ?></th>\n <th width=\"40%\"><?php _e('Comment/Description', 'PricerrTheme'); ?></th>\n <th><?php _e('Date Made', 'PricerrTheme'); ?></th>\n <th><?php _e('Amount', 'PricerrTheme'); ?></th>\n\n </tr>\n </thead>\n\n <tbody>\n <?php\n\n\n foreach ($r as $row) {\n $user = get_userdata($row->uid);\n\n if ($row->tp == 0) {\n $sign = '-';\n $cl = 'redred';\n } else {\n $sign = '+';\n $cl = 'greengreen';\n }\n\n echo '<tr>';\n echo '<th>' . $user->user_login . '</th>';\n echo '<th>' . $row->reason . '</th>';\n echo '<th>' . date_i18n('d-M-Y H:i:s', $row->datemade) . '</th>';\n echo '<th class=\"' . $cl . '\">' . $sign . PricerrTheme_get_show_price($row->amount, 2) . '</th>';\n echo '</tr>';\n }\n\n ?>\n </tbody>\n </table>\n\n <?php else: ?>\n\n <?php _e('There are no transactions yet.', 'PricerrTheme'); ?>\n\n <?php endif; ?>\n\n </div>\n\n <div id=\"tabs2\">\n\n <form method=\"get\" action=\"<?php bloginfo('siteurl'); ?>/wp-admin/admin.php\">\n <input type=\"hidden\" value=\"trans-site\" name=\"page\"/>\n <input type=\"hidden\" value=\"tabs2\" name=\"active_tab\"/>\n <table width=\"100%\" class=\"sitemile-table\">\n <tr>\n <td>\n <?php _e('Search User', 'PricerrTheme'); ?>\n </td>\n <td>\n <input type=\"text\" value=\"<?php echo $_GET['search_user']; ?>\" name=\"search_user\" size=\"20\"/>\n <input type=\"submit\" name=\"PricerrTheme_save2\" value=\"<?php _e('Search', 'PricerrTheme'); ?>\"/>\n </td>\n </tr>\n </table>\n </form>\n\n <!-- ############## -->\n\n <?php\n\n if (isset($_GET['PricerrTheme_save2'])):\n\n global $wpdb;\n\n $rows_per_page = 10;\n\n if (isset($_GET['pj'])) $pageno = $_GET['pj'];\n else $pageno = 1;\n\n //-----\n $usrlg = trim($_GET['search_user']);\n $sql = \"select ID from $wpdb->users where user_login='$usrlg'\";\n $rqrq = $wpdb->get_results($sql);\n\n\n if (count($rqrq) > 0) $usrid = $rqrq[0]->ID;\n else $usrid = 0;\n\n //-----\n\n $s1 = \"select id from \" . $wpdb->prefix . \"job_payment_transactions where uid='$usrid' order by id desc \";\n $s = \"select * from \" . $wpdb->prefix . \"job_payment_transactions where uid='$usrid' order by id desc \";\n $limit = ' LIMIT ' . ($pageno - 1) * $rows_per_page . ',' . $rows_per_page;\n $r = $wpdb->get_results($s1);\n $nr = count($r);\n $lastpage = ceil($nr / $rows_per_page);\n $r = $wpdb->get_results($s . $limit);\n\n\n if (count($r) > 0):\n\n ?>\n\n\n <table class=\"widefat post fixed\" cellspacing=\"0\">\n <thead>\n <tr>\n <th width=\"10%\"><?php _e('Username', 'PricerrTheme'); ?></th>\n <th width=\"40%\"><?php _e('Comment/Description', 'PricerrTheme'); ?></th>\n <th><?php _e('Date Made', 'PricerrTheme'); ?></th>\n <th><?php _e('Amount', 'PricerrTheme'); ?></th>\n\n </tr>\n </thead>\n\n <tbody>\n <?php\n\n\n foreach ($r as $row) {\n $user = get_userdata($row->uid);\n\n if ($row->tp == 0) {\n $sign = '-';\n $cl = 'redred';\n } else {\n $sign = '+';\n $cl = 'greengreen';\n }\n\n echo '<tr>';\n echo '<th>' . $user->user_login . '</th>';\n echo '<th>' . $row->reason . '</th>';\n echo '<th>' . date_i18n('d-M-Y H:i:s', $row->datemade) . '</th>';\n echo '<th class=\"' . $cl . '\">' . $sign . PricerrTheme_get_show_price($row->amount, 2) . '</th>';\n echo '</tr>';\n }\n\n ?>\n </tbody>\n </table>\n\n <?php else: ?>\n\n <?php _e('There are no transactions yet.', 'PricerrTheme'); ?>\n\n <?php endif; endif; ?>\n\n\n <!-- ############### -->\n\n </div>\n\n\n\n <?php\n echo '</div>';\n\n}", "public function load_table_page() {\n\t\t\tif ( ! current_user_can( 'manage_options' ) ) {\n\t\t\t\twp_die( __( 'You do not have sufficient permissions to access this page.' ) );\n\t\t\t}\n\n\t\t\t// Render the settings template\n\t\t\trequire_once( dirname( __FILE__ ) . '/pages/table.php' );\n\t\t\twp_enqueue_script( 'data-tables', '/wp-content/plugins/amz-affiliate/js/vendor/data-tables.js', 'jquery' );\n\t\t\twp_enqueue_script( 'amz-commons', '/wp-content/plugins/amz-affiliate/js/commons.js', 'jquery' );\n\t\t\twp_enqueue_script( 'amz-table', '/wp-content/plugins/amz-affiliate/js/table.js', 'jquery' );\n\t\t\twp_enqueue_style( 'amz-tables-styles', '/wp-content/plugins/amz-affiliate/css/table-admin.css' );\n\t\t\twp_enqueue_style( 'data-tables-styles', '/wp-content/plugins/amz-affiliate/css/vendor/data-tables.css' );\n\n\t\t}", "function create_links()\n\t{\n\t\t$output = '';\n\t\t\n\t\t/*if($this->block > 1){\n\t\t\t$this->prev = $this->first-1; \n\t\t\t$output .= '<a href=\"'.$this->url.'/page/1\" class=\"pBtn prev2\">처음</a>'.chr(10);\n\t\t}else{\n\t\t\t$output .= '<a href=\"javascript:void(0);\"class=\"pBtn prev2\">처음</a>'.chr(10);\n }*/\n\n\t\tif($this->page>1){\n\t\t\t$this->go_page=$this->page-1;\n\t\t\t$output .= '<a href=\"'.$this->url.'/page/'.$this->go_page.$this->querystring.'\"><img src=\"'.$this->theme.'/images/prev1.gif\" alt=\"Prev\" /></a>'.chr(10);\n\t\t}else{\n\t\t\t$output .= '<a href=\"javascript:void(0);\"><img src=\"'.$this->theme.'/images/prev1.gif\" alt=\"Prev\" /></a>'.chr(10);\n\t\t}\n\t\t\n\t\t$pgNum = '';\n\t\tfor($this->pagelnk=$this->first+1; $this->pagelnk <= $this->last; $this->pagelnk++)\n\t\t{\n\t\t\tif($this->first+1 < $this->pagelnk) $pgNum .= \"\t\"; \n\t\t\tif($this->pagelnk==$this->page){\n\t\t\t\t$pgNum .='<strong>'.$this->pagelnk.'</strong>'.chr(10);\n\t\t\t}else{\n\t\t\t\t$pgNum .='<a href=\"'.$this->url.'/page/'.$this->pagelnk.$this->querystring.'\">'.$this->pagelnk.'</a>'.chr(10);\n\t\t\t}\n \n if($this->paglnk!=$this->first+1 && $this->paglnk!=$this->last){\n $pgNum .= '';\n }\n\t\t}\n\t\t\n\t\t//$output .= $pgNum;\n $output .= '<span class=\"num\">'.$pgNum.'</span>';\n\n\t\tif($this->total_page>$this->page){\n\t\t\t$this->go_page=$this->page+1;\n\t\t\t$output .= '<a href=\"'.$this->url.'/page/'.$this->go_page.$this->querystring.'\"><img src=\"'.$this->theme.'/images/next1.gif\" alt=\"Next\" /></a>'.chr(10);\n\t\t}else{\n\t\t\t$output .= '<a href=\"javascript:void(0);\"><img src=\"'.$this->theme.'/images/next1.gif\" alt=\"Next\" /></a>'.chr(10);\n\t\t}\n\n\t\t/*if($this->block < $this->total_block){\n\t\t\t$this->next=$this->last+1;\n\t\t\t$output .= '<a href=\"'.$this->url.'/page/'.$this->total_page.'\" class=\"pBtn next2\">마지막</a>';\n\t\t}else{\n $output .= '<a href=\"javascript:void(0);\" class=\"pBtn next2\">마지막</a>';\n }*/\n\t\t\n\t\tif($this->total_page <= 1) $output =null;\n\n\t\treturn $output;\n\t}", "public function printPagination(){\n\t\tif ($_GET['id'] > 1) { \n\t\t\t$this->returnPagination .= \"<a class='page-link' href='\".ROOT_URL. \"\" .$this->tablePagination.\"/1'> Prva </a>\";\n\t\t\t $this->returnPagination .= \"<a class='page-link' href='\".ROOT_URL. \"\" .$this->tablePagination.\"/\".($this->pageid-1).\"'> < </a>\";\n\t\t\t if ($_GET['id'] > 4) { \n\t\t\t $this->returnPagination .= \"<a class='page-link'> ... </a>\";}\n\t\t}\n\n\t\tif ($_GET['id']>3) {\n\t\t\tif ($_GET['id']>($this->brredova-3)){\n\t\t\t\t$start = $_GET['id'] - 3;\n\t\t \t\t$end = $this->brredova;\n\t\t\t} else {\n\t\t\t\t$start = $_GET['id'] - 3;\n\t\t \t\t$end = $_GET['id'] + 3;\n\t\t\t}\t\n\t\t } else {\n\t\t \t$start = 1;\n\t\t \t$end = 7;\n\t\t }\n\n\t\tfor ( $this->pageid = $start; $this->pageid<=$end; $this->pageid++) {\n\n\n\t\t\tif ($_GET['id'] == $this->pageid) {\n\t\t\t\t$this->returnPagination .= \"<a class='page-link' style='color: red;' href='\".ROOT_URL. \"\" .$this->tablePagination.\"/\".$this->pageid.\"'>\" . $this->pageid . \"</a>\";\n\t\t\t}else{\n\t\t\t\t $this->returnPagination .= \"<a class='page-link' href='\".ROOT_URL. \"\" .$this->tablePagination.\"/\".$this->pageid.\"'>\" . $this->pageid . \"</a>\";\n\t\t\t}\n\t\t \n\t\t}\n\n\t\tif ($_GET['id'] < $this->brredova) { \n\t\t\t if ($_GET['id'] < $this->brredova - 3) { $this->returnPagination .= \"<a class='page-link'> ... </a>\";}\n\t\t\t $this->returnPagination .= \"<a class='page-link' title='Next' href='\".ROOT_URL. \"\" .$this->tablePagination.\"/\".($_GET['id']+1).\"'> > </a>\";\n\t\t\t $this->returnPagination .= \"<a class='page-link' href='\".ROOT_URL. \"\" .$this->tablePagination.\"/\".$this->brredova.\"'> Poslednja <span class='badge badge-primary'>\". $this->brredova .\"</span></a>\";\n\t\t}\n\n\t\treturn $this->returnPagination;\n\t}", "function getReferencingTableData($entity)\n{\n $fks = getForeignKeys();\n $tables = array();\n \n foreach($fks as $fk){\n $referencing_table = \"\";\n $title_field = \"\";\n $likely_page = \"\";\n if ($fk['ref_page'] == $entity[\"pagename\"]) {\n $page_info = getPageInfo($fk['page']);\n $referencing_table = $page_info['tablename'];\n if (isMultipage($fk['page'])) {\n $title_field = $page_info['title_field'];\n } else {\n $title_field = 'heading';\n }\n $likely_page = $fk['page'];\n } else if ($fk['ref_table'] == $entity['tablename']) {\n $referencing_table = $fk['table'];\n //in principle, _sys_sections could be referenced - that's easy\n if ($referencing_table == '_sys_sections') {\n $title_field = 'heading';\n $likely_page = $fk['page'];\n } else {\n // more likely are multipages\n $pk_field = getPKName($referencing_table);\n $pq = \"SELECT name, title_field FROM _sys_multipages WHERE tablename = '\".$referencing_table.\"'\";\n $result = pp_run_query($pq);\n $row = $result[0];\n if (count($result)>1) {\n $title_field = $pk_field;\n }\n //no chance of a good choice :-(\n else {\n // we have the one page for this table!\n $title_field = $row['title_field'];\n if ($title_field==\"\") {\n $title_field = $pk_field;\n }\n }\n $likely_page = $row['name'];\n }\n }\n if ($referencing_table != \"\") {\n $tables[] = array('fk'=>$fk,'table_name'=>$referencing_table, 'likely_page' => $likely_page, 'title_field' => $title_field);\n }\n }\n return $tables;\n}", "function include_sidebar($page) {\n //open link buttons div\n echo '<div class=\"linkButtons\">\n <table class=\"sidebar\">';\n\n for ($i = 1; $i <= 5; $i++) {\n $link = $page->xpath(\"link_\" . $i)[0];\n $link_type = $page->xpath(\"link_type_\" . $i)[0];\n\n if ($link == \"\") {\n // skip if no link\n continue;\n }\n\n echo '<tr><td>';\n \n if ($link_type == \"map\") {\n echo '<a role=\"button\" href=\"' . $link . '\">\n <img src=\"content/images/icons/maps.png\" alt=\"Map\">\n </a>';\n } \n elseif ($link_type == \"slideshow\") {\n echo '<a role=\"button\" onclick=\"sidebar_slideshow(' . $link . ')\">\n <img src=\"content/images/icons/images.png\" alt=\"Slideshow\">\n </a>';\n }\n elseif ($link_type == \"other\") {\n $icon = $image = \"content/images/icons/information.png\";\n if ($link == \"http://www.africanbushcampsfoundation.org/?page_id=101\") { //get involved\n $icon = \"content/images/icons/GetInvolved.png\";\n }\n elseif ($link == \"http://www.africanbushcampsfoundation.org/?page_id=534\") { //partners\n $icon = \"content/images/icons/partners.png\";\n }\n elseif ($link == \"http://www.africanbushcamps.com/african-bush-camps-foundation/projects-in-botswana/\") {\n $icon = \"content/images/icons/bots.png\";\n }\n elseif ($link == \"http://www.africanbushcamps.com/african-bush-camps-foundation/projects-in-zimbabwe/\") {\n $icon = \"content/images/icons/zim.png\";\n }\n elseif (substr($link, -4) == \".jpg\"){\n $icon = \"content/images/icons/information.png\";\n }\n elseif ($link == \"Safari-Logistics.png\") {\n $icon = \"content/images/icons/plane.png\";\n }\n elseif (parse_url($link)['host'] == \"www.tripadvisor.com\") {\n $icon = \"content/images/icons/tripadvisor.png\";\n }\n \n echo '<a role=\"button\" onclick=\"sidebar_open(\\'' . $link . '\\')\">\n <img src=\"'.$icon.'\" alt=\"Other\">\n </a>';\n }\n else {// including ($link_type == \"weblink\") \n echo '<a role=\"button\" onclick=\"sidebar_open(\\'' . $link . '\\')\">\n <img src=\"content/images/icons/website.png\" alt=\"Weblink\">\n </a>';\n }\n \n echo'</td></tr>';\n }\n\n //close link buttons div\n echo '</table></div>';\n}", "function orderup() {\n\t\t\n\t\t$this->_order(-1);\n\t\t\n\t\t$this->adminLink->makeURL();\n\t\t$this->app->redirect( $this->adminLink->url );\n\t\n\t}", "function webpinas_glf_data_table_handler()\n{\n global $wpdb;\n\n $table = new Custom_Table_webpinas_glf_Plugin();\n $table->prepare_items();\n\n $message = '';\n if ('delete' === $table->current_action()) {\n $message = '<div class=\"updated below-h2\" id=\"message\"><p>' . sprintf(__('Items deleted: %d', 'custom_table_example'), count($_REQUEST['id'])) . '</p></div>';\n }\n ?>\n\n<div class=\"wrap\">\n\n <div class=\"icon32 icon32-posts-post\" id=\"icon-edit\"><br></div>\n <h2><?php _e('Form Submissions')?> \n <!--<a class=\"add-new-h2\" href=\"<?php echo get_admin_url(get_current_blog_id(), 'admin.php?page=exc_quote_form');?>\"><?php _e('Add new', 'custom_table_example')?></a>-->\n </h2>\n <?php echo $message; ?>\n \n<!--<form method=\"get\">\n <input type=\"hidden\" name=\"page\" value=\"\">\n<?php $table->dropdown_search_user( __( 'Search User' ), 'user_sort' ); ?>\n</form>-->\n\n <form id=\"persons-table\" method=\"GET\">\n <input type=\"hidden\" name=\"page\" value=\"<?php echo $_REQUEST['page'] ?>\"/>\n <?php $table->display() ?>\n </form>\n\n</div>\n\n<?php \n}", "function create_links() {\n $total_rows = $this->total_rows;\n if ($total_rows == 0) {\n return '';\n }\n\n // Calculate the total number of pages\n $CI = & get_instance();\n $_quantity = $CI->_quantity;\n $per_page = $this->per_page;\n $num_pages = ceil($total_rows / $per_page);\n\n // Is there only one page? Hm... nothing more to do here then.\n if ($num_pages == 1) {\n return '';\n }\n\n // Determine the current page number.\n $_offset = $CI->_offset;\n $cur_page = $_quantity == -1 ? -1 : floor($CI->_offset / $per_page) + 1;\n\n // And here we go...\n $output = '';\n\n // Render the \"First\" link\n if ($cur_page != 1) {\n $i = 0;\n $output .= $this->first_tag_open . $i . $this->first_tag_close;\n } else {\n $output .= \"<li class='null'></li>\";\n }\n\n // Render the \"previous\" link\n if ($cur_page != 1 && $_quantity != -1) {\n $i = $_offset - $per_page;\n $output .= $this->prev_tag_open . $i . $this->prev_tag_close;\n } else {\n $output .= \"<li class='null'></li>\";\n }\n\n // Write the digit links\n $output .= \"<select tabindex='-1'>\";\n $start = 1;\n $end = $per_page;\n if ($_quantity == -1)\n $output .= '<option selected=\"selected\" > - </option>';\n for ($loop = 1; $loop <= $num_pages; $loop++) {\n if ($end > $total_rows)\n $end = $total_rows;\n $output .= '<option value=\"' . (($loop - 1) * $per_page) . '\" ' . ($loop == $cur_page ? \"selected='selected'\" : \"\") . ' >Trang ' . $loop . '/' . $num_pages . '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' . $start . \"-\" . $end . '/' . $total_rows . '</option>';\n $start+=$per_page;\n $end+=$per_page;\n }\n $output .= \"</select>\";\n\n // Render the \"next\" link\n if ($cur_page != $num_pages && $_quantity != -1) {\n $i = $_offset + $per_page;\n $output .= $this->next_tag_open . $i . $this->next_tag_close;\n } else {\n $output .= \"<li class='null'></li>\";\n }\n\n // Render the \"Last\" link\n if ($cur_page != $num_pages) {\n $i = ($num_pages - 1) * $per_page;\n $output .= $this->last_tag_open . $i . $this->last_tag_close;\n } else {\n $output .= \"<li class='null'></li>\";\n }\n\n // Add the wrapper HTML if exists\n $output = $this->full_tag_open . $output . str_replace(array(\"{class}\", \"{style}\"), array(($_quantity == -1 ? \"ui-state-hover\" : \"icon\"), ($_quantity == -1 ? \"cursor:default\" : \"\")), $this->full_tag_close);\n\n return $output;\n }", "function InitLookupLinks()\r\n{\r\n\tglobal $lookupTableLinks;\r\n\r\n\t$lookupTableLinks = array();\r\n\r\n\t\tif( !isset( $lookupTableLinks[\"adm_tipousuario\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"adm_tipousuario\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"adm_tipousuario\"][\"adm_usuarios1.tipo_usuario\"] )) {\r\n\t\t\t$lookupTableLinks[\"adm_tipousuario\"][\"adm_usuarios1.tipo_usuario\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"adm_tipousuario\"][\"adm_usuarios1.tipo_usuario\"][\"edit\"] = array(\"table\" => \"adm_usuarios\", \"field\" => \"tipo_usuario\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"adm_plano_profissional\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"adm_plano_profissional\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"adm_plano_profissional\"][\"adm_usuarios1.plano_tipo\"] )) {\r\n\t\t\t$lookupTableLinks[\"adm_plano_profissional\"][\"adm_usuarios1.plano_tipo\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"adm_plano_profissional\"][\"adm_usuarios1.plano_tipo\"][\"edit\"] = array(\"table\" => \"adm_usuarios\", \"field\" => \"plano_tipo\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"ibge_pais\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"ibge_pais\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"ibge_pais\"][\"adm_usuarios1.pais\"] )) {\r\n\t\t\t$lookupTableLinks[\"ibge_pais\"][\"adm_usuarios1.pais\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"ibge_pais\"][\"adm_usuarios1.pais\"][\"edit\"] = array(\"table\" => \"adm_usuarios\", \"field\" => \"pais\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"ibge_municipios\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"ibge_municipios\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"ibge_municipios\"][\"adm_usuarios1.municipio\"] )) {\r\n\t\t\t$lookupTableLinks[\"ibge_municipios\"][\"adm_usuarios1.municipio\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"ibge_municipios\"][\"adm_usuarios1.municipio\"][\"edit\"] = array(\"table\" => \"adm_usuarios\", \"field\" => \"municipio\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"adm_usuarios_dados_profissionais\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"adm_usuarios_dados_profissionais\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"adm_usuarios_dados_profissionais\"][\"adm_usuarios1.idEmpresa\"] )) {\r\n\t\t\t$lookupTableLinks[\"adm_usuarios_dados_profissionais\"][\"adm_usuarios1.idEmpresa\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"adm_usuarios_dados_profissionais\"][\"adm_usuarios1.idEmpresa\"][\"edit\"] = array(\"table\" => \"adm_usuarios\", \"field\" => \"idEmpresa\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"adm_planos\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"adm_planos\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"adm_planos\"][\"adm_meuplano1.idPlano\"] )) {\r\n\t\t\t$lookupTableLinks[\"adm_planos\"][\"adm_meuplano1.idPlano\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"adm_planos\"][\"adm_meuplano1.idPlano\"][\"edit\"] = array(\"table\" => \"adm_meuplano\", \"field\" => \"idPlano\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"adm_tipousuario\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"adm_tipousuario\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"adm_tipousuario\"][\"login.tipo_usuario\"] )) {\r\n\t\t\t$lookupTableLinks[\"adm_tipousuario\"][\"login.tipo_usuario\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"adm_tipousuario\"][\"login.tipo_usuario\"][\"edit\"] = array(\"table\" => \"login\", \"field\" => \"tipo_usuario\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"buscar_profissionais\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"buscar_profissionais\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.atendimento_presencial\"] )) {\r\n\t\t\t$lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.atendimento_presencial\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.atendimento_presencial\"][\"edit\"] = array(\"table\" => \"buscar_profissionais\", \"field\" => \"atendimento_presencial\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"buscar_profissionais\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"buscar_profissionais\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.nome_empresa\"] )) {\r\n\t\t\t$lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.nome_empresa\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.nome_empresa\"][\"search\"] = array(\"table\" => \"buscar_profissionais\", \"field\" => \"nome_empresa\", \"page\" => \"search\");\r\n\t\tif( !isset( $lookupTableLinks[\"buscar_profissionais\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"buscar_profissionais\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.ramo_empresa\"] )) {\r\n\t\t\t$lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.ramo_empresa\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.ramo_empresa\"][\"edit\"] = array(\"table\" => \"buscar_profissionais\", \"field\" => \"ramo_empresa\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"Busca Profissional\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"Busca Profissional\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"Busca Profissional\"][\"buscar_profissionais.estado_empresa\"] )) {\r\n\t\t\t$lookupTableLinks[\"Busca Profissional\"][\"buscar_profissionais.estado_empresa\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"Busca Profissional\"][\"buscar_profissionais.estado_empresa\"][\"search\"] = array(\"table\" => \"buscar_profissionais\", \"field\" => \"estado_empresa\", \"page\" => \"search\");\r\n\t\tif( !isset( $lookupTableLinks[\"buscar_profissionais\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"buscar_profissionais\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.municipio_empresa\"] )) {\r\n\t\t\t$lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.municipio_empresa\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"buscar_profissionais\"][\"buscar_profissionais.municipio_empresa\"][\"search\"] = array(\"table\" => \"buscar_profissionais\", \"field\" => \"municipio_empresa\", \"page\" => \"search\");\r\n\t\tif( !isset( $lookupTableLinks[\"adm_tipousuario\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"adm_tipousuario\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"adm_tipousuario\"][\"busca_profissional.tipo_usuario\"] )) {\r\n\t\t\t$lookupTableLinks[\"adm_tipousuario\"][\"busca_profissional.tipo_usuario\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"adm_tipousuario\"][\"busca_profissional.tipo_usuario\"][\"edit\"] = array(\"table\" => \"Busca Profissional\", \"field\" => \"tipo_usuario\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"adm_plano_profissional\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"adm_plano_profissional\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"adm_plano_profissional\"][\"busca_profissional.plano_tipo\"] )) {\r\n\t\t\t$lookupTableLinks[\"adm_plano_profissional\"][\"busca_profissional.plano_tipo\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"adm_plano_profissional\"][\"busca_profissional.plano_tipo\"][\"edit\"] = array(\"table\" => \"Busca Profissional\", \"field\" => \"plano_tipo\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"ibge_pais\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"ibge_pais\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"ibge_pais\"][\"busca_profissional.pais\"] )) {\r\n\t\t\t$lookupTableLinks[\"ibge_pais\"][\"busca_profissional.pais\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"ibge_pais\"][\"busca_profissional.pais\"][\"edit\"] = array(\"table\" => \"Busca Profissional\", \"field\" => \"pais\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"ibge_municipios\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"ibge_municipios\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"ibge_municipios\"][\"busca_profissional.municipio\"] )) {\r\n\t\t\t$lookupTableLinks[\"ibge_municipios\"][\"busca_profissional.municipio\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"ibge_municipios\"][\"busca_profissional.municipio\"][\"edit\"] = array(\"table\" => \"Busca Profissional\", \"field\" => \"municipio\", \"page\" => \"edit\");\r\n\t\tif( !isset( $lookupTableLinks[\"adm_usuarios_dados_profissionais\"] ) ) {\r\n\t\t\t$lookupTableLinks[\"adm_usuarios_dados_profissionais\"] = array();\r\n\t\t}\r\n\t\tif( !isset( $lookupTableLinks[\"adm_usuarios_dados_profissionais\"][\"busca_profissional.idEmpresa\"] )) {\r\n\t\t\t$lookupTableLinks[\"adm_usuarios_dados_profissionais\"][\"busca_profissional.idEmpresa\"] = array();\r\n\t\t}\r\n\t\t$lookupTableLinks[\"adm_usuarios_dados_profissionais\"][\"busca_profissional.idEmpresa\"][\"edit\"] = array(\"table\" => \"Busca Profissional\", \"field\" => \"idEmpresa\", \"page\" => \"edit\");\r\n}", "function add_navigation($tp, $page, $npages, $order, $mode, $extra_params)\n{\n #\n # Display links to change mode or ordering\n #\n $params = [\n 'page' => 1,\n 'order' => $order,\n ];\n $params = array_merge($params, $extra_params);\n\n if ($mode == \"thumbnail\") {\n $params[\"mode\"] = \"listing\";\n $tp['alt_display_label'] = 'Listing';\n } else {\n $params[\"mode\"] = \"thumbnail\";\n $tp['alt_display_label'] = 'Thumbnails';\n }\n $tp['ne_alt_display_url'] = encode_argv_url($params);\n\n $params = [\n 'page' => 1,\n 'mode' => $mode,\n ];\n $params = array_merge($params, $extra_params);\n\n if ($order == \"location\") {\n $params[\"order\"] = \"year\";\n $tp['alt_order_label'] = 'Year';\n } else {\n $params[\"order\"] = \"location\";\n $tp['alt_order_label'] = 'Location';\n }\n $tp['ne_alt_order_url'] = encode_argv_url($params);\n\n if ($npages <= 1) {\n return $tp;\n }\n\n if ($mode == \"thumbnail\") {\n #\n # Instantiate the page navigation templates for the top and bottom of\n # the page\n #\n $tp['page'] = $page;\n $tp['npages'] = $npages;\n\n $params = [\n 'mode' => $mode,\n 'order' => $order,\n ];\n $params = array_merge($params, $extra_params);\n\n if ($page > 1) {\n $params['page'] = 1;\n $tp['ne_nav_first_page_url'] = encode_argv_url($params);\n $params['page'] = $page - 1;\n $tp['ne_nav_prev_page_url'] = encode_argv_url($params);\n }\n\n if ($page < $npages) {\n $params['page'] = $page + 1;\n $tp['ne_nav_next_page_url'] = encode_argv_url($params);\n $params['page'] = $npages;\n $tp['ne_nav_last_page_url'] = encode_argv_url($params);\n }\n }\n\n return $tp;\n}", "function display_recommended_urls($url_array)\r\n{\r\n // instead of displaying the users bookmarks, display recomendation\r\n?>\r\n <br>\r\n <table width=300 cellpadding=2 cellspacing=0>\r\n<?\r\n $color = \"#cccccc\";\r\n echo \"<tr bgcolor=$color><td><strong>Recomendaciones</strong></td></tr>\";\r\n if (is_array($url_array) && count($url_array)>0)\r\n {\r\n foreach ($url_array as $url)\r\n {\r\n if ($color == \"#cccccc\")\r\n $color = \"#ffffff\";\r\n else\r\n $color = \"#cccccc\";\r\n echo \"<tr bgcolor=$color><td><a href=\\\"$url\\\">\".htmlspecialchars($url).\"</a></td></tr>\";\r\n }\r\n }\r\n else\r\n echo \"<tr><td>No hay recomendaciones para ti de momento.</td></tr>\";\r\n?>\r\n </table>\r\n<?\r\n}", "function cu_rewrite_catch_page() {\n\tif ( get_query_var( 'cpage' ) === 'custom_page_url' ) {\n\t\t// Bootstrap,datatable styles.\n\t\twp_enqueue_style( 'Datatable-css', 'https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css', '', '1.10.22' );\n\t\twp_enqueue_style( 'Datatable-css-1', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css', '', '3.3.7' );\n\t\twp_enqueue_style( 'Datatable-css-3', 'https://cdn.datatables.net/responsive/2.2.6/css/responsive.bootstrap.min.css', '', '2.2.6' );\n\t\twp_enqueue_style( 'customurl-css', PLUGIN_URL . '/css/customurl.css', '', '1.0' );\n\n\t\t// Bootstrap,datatable js.\n\t\twp_enqueue_script( 'Datatable-jquery', 'https://code.jquery.com/jquery-3.5.1.js', '', '3.5.1', true );\n\t\twp_enqueue_script( 'customurl-bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js', '', '3.3.7', true );\n\t\twp_enqueue_script( 'customurl-bootstrap-1', 'https://cdn.datatables.net/1.10.22/js/dataTables.bootstrap.min.js', '', '1.10.22', true );\n\t\twp_enqueue_script( 'customurl-bootstrap-1', 'https://cdn.datatables.net/responsive/2.2.6/js/dataTables.responsive.min.js', '', '2.2.6', true );\n\t\twp_enqueue_script( 'customurl-bootstrap-1', 'https://cdn.datatables.net/responsive/2.2.6/js/responsive.bootstrap.min.js', '', '2.2.6', true );\n\t\twp_enqueue_script( 'Datatable-js', 'https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js', '', '1.10.22', true );\n\t\twp_enqueue_script( 'customurl-userdata-js', PLUGIN_URL . '/js/customurl_userdata.js', '', '1.0', true );\n\n\t\t// Pass ajax_url to script.js.\n\t\twp_localize_script(\n\t\t\t'customurl-userdata-js',\n\t\t\t'customurl_ajax_object',\n\t\t\tarray(\n\t\t\t\t'ajax_url' => admin_url( 'admin-ajax.php' ),\n\t\t\t\t'nonce_token' => wp_create_nonce( 'nonce_custom_endpoint' ),\n\t\t\t)\n\t\t);\n\n\t\t// user list template.\n\t\tinclude_once PLUGIN_DIR . 'view/users-template.php';\n\t\texit();\n\t}\n}", "public function create_links()\n {\n $totalPages = floor($this->total_records / $this->size);\n $totalPages += ($this->total_records % $this->size != 0) ? 1 : 0;\n if($totalPages < 1 || $totalPages == 1)\n return null;\n $output = null;\n $loopStart = 1;\n $loopEnd = $totalPages;\n if($totalPages > 5){\n if($this->page <= 3){\n $loopStart = 1;\n $loopEnd = 5;\n } else if($this->page >= $totalPages - 2){\n $loopStart = $totalPages - 4;\n $loopEnd = $totalPages;\n } else{\n $loopStart = $this->page - 2;\n $loopEnd = $this->page + 2;\n }\n }\n if($loopStart != 1){\n $output .= sprintf('<a id=\"back\" href=\"' . $this->link . '\">&#171;</a>', '1');\n }\n if($this->page > 1){\n $output .= sprintf('<a id=\"prev\" href=\"' . $this->link . '\">' . __('Previous') . '</a>', $this->page - 1);\n }\n for($i = $loopStart; $i <= $loopEnd; $i++){\n if($i == $this->page){\n $output .= '<a class=\"on\">' . $i . '</a>';\n } else{\n $output .= sprintf('<a href=\"' . $this->link . '\">', $i) . $i . '</a>';\n }\n }\n if($this->page < $totalPages){\n $output .= sprintf('<a id=\"next\" href=\"' . $this->link . '\">' . __('Next') . '</a>', $this->page + 1);\n }\n if($loopEnd != $totalPages){\n $output .= sprintf('<a id=\"forward\" href=\"' . $this->link . '\">&#187;</a>', $totalPages);\n }\n return '<div id=\"pagination\"><ul><li>' . $output . '</li></ul></div>';\n }", "function drawPageNav($usersCanSave=\"\", $currentPage=\"\", $totalPages, $aboveBelow, $nextPageButton, $previousPageButton, $skippedPageMessage, $pageSelectionList) {\n\n\tif($aboveBelow == \"above\") {\n\t\t//navigation options above the form print like this\n\t\tprint \"<br /><div id=\\\"pageNavTable\\\"><table><tr>\\n\";\n\t\tprint \"<td style=\\\"vertical-align: middle; padding-right: 5px;\\\"><nobr><b>\" . _formulize_DMULTI_YOUAREON . \"</b></nobr><br /><nobr>\" . _formulize_DMULTI_PAGE . \" $currentPage \" . _formulize_DMULTI_OF . \" \" . $totalPages . \"</nobr></td>\";\n\t\tprint \"<td style=\\\"vertical-align: middle; padding-right: 5px;\\\">\";\n\t\tprint $previousPageButton;\n\t\tprint \"</td>\";\n\t\tprint \"<td style=\\\"vertical-align: middle; padding-right: 5px;\\\">\";\n print $nextPageButton;\n\t\n\t\tprint \"</td>\";\n\t\tprint \"<td style=\\\"vertical-align: middle;\\\">\";\n\t\tprint _formulize_DMULTI_JUMPTO . \"&nbsp;&nbsp;\" . $pageSelectionList;\n\t\tprint \"</td></tr></table></div></form><br />\";\n } else { \n //navigation options below the form print like this\n print \"<br><div id=\\\"bottomPageNumber\\\"><center><p>\" . _formulize_DMULTI_PAGE . \" $currentPage \" . _formulize_DMULTI_OF . \" \" . $totalPages;\n if(!$usersCanSave) {print \"<br>\" . _formulize_INFO_NOSAVE;}\n if($skippedPageMessage) {\n print \"<br>\". $skippedPageMessage;\n }\n print \"</p></center></div><br><center><form name=\\\"pageNavOptions_$aboveBelow\\\" id==\\\"pageNavOptions_$aboveBelow\\\">\";\n print $previousPageButton;\n print \"&nbsp;&nbsp;&nbsp;&nbsp;\";\n print $nextPageButton;\n print \"</center><br><div id=\\\"bottomJumpList\\\"><p>\". _formulize_DMULTI_JUMPTO . \"&nbsp;&nbsp;\" . $pageSelectionList . \"</p></div>\";\n }\n}", "function pagination($tbl_name,$fields,$where='',$orderby='',$page_url,$pagesize,$page_no,$print='')\n\t{\n\t\t$pagesize=($pagesize)?$pagesize:10;\n\t\tif($where)$where=\" WHERE \".$where;\n\t\tif($orderby)$orderby=\" ORDER BY \".$orderby;\n\t $sql1=\"SELECT 1 FROM \".$tbl_name.$where.$orderby;\n\t\t//$sql1=\"SELECT \".$fields.\" FROM \".$tbl_name.$where.$orderby;\n\n\t\t$rowsperpage = $pagesize;\n\t\t$website = $page_url; \n\t\t/*\n\t\t#valid page no. check \n\t\t$check=$pagesize*$page_no;\n\t\t$qsql1 = @mysql_query($sql1) or die(\"failed\");\n\t\t$RecordCount = mysql_num_rows($qsql1);\n\t\t\n\t\t\n\t\tif($check>$RecordCount)\n\t\t{\n\t\t\tif((($check-$RecordCount)>$pagesize))\n\t\t\t{\n\t\t\t\t$this->divert($page_url);\n\t\t\t}\n\t\t}\n\t\t*/\n\t\t \n\t\t\n\t\t$pagination = new AM_CSSPagination_admin($sql1, $rowsperpage, $website); \n\t\t$pagination->setPage($page_no);\n\t\t\n\t\t//$qsql1 = @mysql_query($sql1) or die(\"failed\");\n\t\t//$RecordCount = mysql_num_rows($qsql1);\n\t\t\n\t\t\n\t\t\n\t\t$sql2 = \"select \".$fields.\" FROM \".$tbl_name.$where.$orderby.\" LIMIT \".$pagination->getLimit() . \", \". $rowsperpage; \n\t\tif($print)\n\t\techo $sql2;\n\t\t$result_query = @mysql_query($sql2);\n\t\t$page = $pagination->showPage();\n\t\t$RecordCount=$pagination->retrunTotalRows();\n\t\t\n\t\t#valid page no. check\n\t\t$check=$pagesize*$page_no; \n\t\tif($check>$RecordCount)\n\t\t{\n\t\t\tif((($check-$RecordCount)>$pagesize))\n\t\t\t{\n\t\t\t\t$this->divert($page_url);\n\t\t\t}\n\t\t}\n\t\t$resultArr = array();\n\t\tif($RecordCount>1)\n\t\t{\n\t\t\twhile($res = mysql_fetch_assoc($result_query))\n\t\t\t{\n\t\t\t\t$resultArr[] = $res;\n\t\t\t}\n\t\t}\n\t\telse if($RecordCount==1)\n\t\t{\n\t\t\t$res = mysql_fetch_assoc($result_query);\n\t\t\t$resultArr[] = $res;\n\t\t}\n\t\t$array_res\t=\tarray('result'=>$resultArr,'page'=>$page,'nr'=>$RecordCount);\n\t\treturn $array_res;\n\t}", "function extra_tablenav( $which ) {\n if ( $which == \"top\" ){\n $customvar = ( isset($_REQUEST['customvar']) ? $_REQUEST['customvar'] : 'all');\n $this->views();\n }\n if ( $which == \"bottom\" ){\n //The code that goes after the table is here\n }\n \n /*Method to prepare the data that will be displayed in the table.*/}", "function menuCoordinador($variable)\r\n {\r\n ?>\r\n<table class=\"sigma_borde centrar\" width=\"100%\">\r\n <caption class=\"sigma\">* INSCRIPCIONES *</caption>\r\n <tr class=\"centrar\">\r\n <td colspan=\"2\" class=\"sigma centrar\" width=\"50%\">\r\n <?\r\n $indice=$this->configuracion[\"host\"].$this->configuracion[\"site\"].\"/index.php?\";\r\n $ruta=\"pagina=admin_inscripcionEstudianteCoorPosgrado\";\r\n $ruta.=\"&opcion=consultar\";\r\n $ruta.=\"&planEstudio=\".$variable[2];\r\n $ruta.=\"&nombreProyecto=\".$variable[1];\r\n $ruta.=\"&codProyecto=\".$variable[0];\r\n\r\n $ruta=$this->cripto->codificar_url($ruta,$this->configuracion);\r\n ?>\r\n\r\n <a href=\"<?= $indice.$ruta ?>\">\r\n <img src=\"<?echo $this->configuracion['site'].$this->configuracion['grafico']?>/solo.png\" width=\"50\" height=\"50\" border=\"0\" alt=\"Inscripcion por Estudiante\">\r\n <br>Inscripci&oacute;n<br> por Estudiante\r\n </a>\r\n </td>\r\n <td colspan=\"2\" class=\"sigma centrar\" width=\"50%\">\r\n <?\r\n $indice=$this->configuracion[\"host\"].$this->configuracion[\"site\"].\"/index.php?\";\r\n $ruta=\"pagina=admin_inscripcionGrupoCoorHoras\";\r\n $ruta.=\"&opcion=consultarPorNivel\";\r\n $ruta.=\"&planEstudio=\".$variable[2];\r\n $ruta.=\"&nombreProyecto=\".$variable[1];\r\n $ruta.=\"&codProyecto=\".$variable[0];\r\n \r\n $ruta=$this->cripto->codificar_url($ruta,$this->configuracion);\r\n //echo $ruta;\r\n ?>\r\n\r\n <a href=\"<?= $indice.$ruta ?>\">\r\n <img src=\"<?echo $this->configuracion['site'].$this->configuracion['grafico']?>/personas.png\" width=\"50\" height=\"50\" border=\"0\" alt=\"Inscripcion por Grupo\">\r\n <br>Inscripci&oacute;n<br> por Grupo\r\n </a>\r\n </td>\r\n\r\n </tr>\r\n</table>\r\n<?\r\n }", "function main()\t{\n\n\t\t$content = '';\n\n\t\t$content .= '<br /><b>Change table tx_realurl_redirects:</b><br />\n\t\tRemove the field url_hash from the table tx_realurl_redirects, <br />because it\\'s not needed anymore and it\\'s replaced by the standard TCA field uid as soon as you do <br />the DB updates by the extension manager in the main view of this extension.<br /><br />ALTER TABLE tx_realurl_redirects DROP url_hash<br />ALTER TABLE tx_realurl_redirects ADD uid int(11) auto_increment PRIMARY KEY';\n\t\t\n\t\t$import = t3lib_div::_GP('update');\n\n\t\tif ($import == 'Update') {\n\t\t\t$result = $this->updateRedirectsTable();\n\t\t\t$content2 .= '<br /><br />';\n\t\t\t$content2 .= '<p>Result: '.$result.'</p>';\n\t\t\t$content2 .= '<p>Done. Please accept the update suggestions of the extension manager now!</p>';\n\t\t} else {\n\t\t\t$content2 = '</form>';\n\t\t\t$content2 .= '<form action=\"'.htmlspecialchars(t3lib_div::linkThisScript()).'\" method=\"post\">';\n\t\t\t$content2 .= '<br /><br />';\n\t\t\t$content2 .= '<input type=\"submit\" name=\"update\" value=\"Update\" />';\n\t\t\t$content2 .= '</form>';\n\t\t} \n\n\t\treturn $content.$content2;\n\t}", "function wizardHeader() {\n $strOutput = '<table border=\"0\" cellpadding=\"2\" cellspacing=\"1\">';\n return $strOutput;\n }", "function\tendTable() {\n\n\t\t/**\n\t\t *\n\t\t */\n\t\t$frm\t=\t$this->myDoc->currMasterPage->getFrameByFlowName( \"Auto\") ;\n\t\tfor ( $actRow=$this->myTable->getFirstRow( BRow::RTFooterTE) ; $actRow !== FALSE ; $actRow=$this->myTable->getNextRow()) {\n\t\t\t$this->punchTableRow( $actRow) ;\n\t\t}\n\t\t$frm->currVerPos\t+=\t$this->myTable->currVerPos ;\n\t\t$frm->currVerPos\t+=\t1.5 ;\t\t// now add the height of everythign we have output'\n\n\t\t/**\n\t\t * if there's less than 20 mm on this page\n\t\t *\tgoto next page\n\t\t */\n//\t\t$remHeight\t=\t$frm->skipLine(\t$this->myTablePar) ;\n//\t\tif ( $remHeight < mmToPt( $this->saveZone)) {\n//\t\t\t$this->tableFoot() ;\n//\t\t\t$this->myDoc->newPage() ;\n//\t\t\t$this->tableHead() ;\n//\t\t}\n\t}", "function build_pagelinks($data)\n\t{\n\t\t$data['leave_out'] = isset($data['leave_out']) ? $data['leave_out'] : '';\n\t\t$data['no_dropdown'] = isset($data['no_dropdown']) ? intval( $data['no_dropdown'] ) : 0;\n\t\t$data['USE_ST']\t\t = isset($data['USE_ST'])\t? $data['USE_ST']\t : '';\n\t\t$work = array( 'pages' => 0, 'page_span' => '', 'st_dots' => '', 'end_dots' => '' );\n\t\t\n\t\t$section = !$data['leave_out'] ? 2 : $data['leave_out']; // Number of pages to show per section( either side of current), IE: 1 ... 4 5 [6] 7 8 ... 10\n\t\t\n\t\t$use_st = !$data['USE_ST'] ? 'st' : $data['USE_ST'];\n\t\t\n\t\t//-----------------------------------------\n\t\t// Get the number of pages\n\t\t//-----------------------------------------\n\t\t\n\t\tif ( $data['TOTAL_POSS'] > 0 )\n\t\t{\n\t\t\t$work['pages'] = ceil( $data['TOTAL_POSS'] / $data['PER_PAGE'] );\n\t\t}\n\t\t\n\t\t$work['pages'] = $work['pages'] ? $work['pages'] : 1;\n\t\t\n\t\t//-----------------------------------------\n\t\t// Set up\n\t\t//-----------------------------------------\n\t\t\n\t\t$work['total_page'] = $work['pages'];\n\t\t$work['current_page'] = $data['CUR_ST_VAL'] > 0 ? ($data['CUR_ST_VAL'] / $data['PER_PAGE']) + 1 : 1;\n\t\t\n\t\t//-----------------------------------------\n\t\t// Next / Previous page linkie poos\n\t\t//-----------------------------------------\n\t\t\n\t\t$previous_link = \"\";\n\t\t$next_link = \"\";\n\t\t\n\t\tif ( $work['current_page'] > 1 )\n\t\t{\n\t\t\t$start = $data['CUR_ST_VAL'] - $data['PER_PAGE'];\n\t\t\t$previous_link = $this->compiled_templates['skin_global']->pagination_previous_link(\"{$data['BASE_URL']}&amp;$use_st=$start\");\n\t\t}\n\t\t\n\t\tif ( $work['current_page'] < $work['pages'] )\n\t\t{\n\t\t\t$start = $data['CUR_ST_VAL'] + $data['PER_PAGE'];\n\t\t\t$next_link = $this->compiled_templates['skin_global']->pagination_next_link(\"{$data['BASE_URL']}&amp;$use_st=$start\");\n\t\t}\n\t\t\n\t\t//-----------------------------------------\n\t\t// Loppy loo\n\t\t//-----------------------------------------\n\t\t\n\t\tif ($work['pages'] > 1)\n\t\t{\n\t\t\t$work['first_page'] = $this->compiled_templates['skin_global']->pagination_make_jump($work['pages'], $data['no_dropdown']);\n\t\t\t\n\t\t\tif ( 1 < ($work['current_page'] - $section))\n\t\t\t{\n\t\t\t\t$work['st_dots'] = $this->compiled_templates['skin_global']->pagination_start_dots($data['BASE_URL']);\n\t\t\t}\n\t\t\t\n\t\t\tfor( $i = 0, $j= $work['pages'] - 1; $i <= $j; ++$i )\n\t\t\t{\n\t\t\t\t$RealNo = $i * $data['PER_PAGE'];\n\t\t\t\t$PageNo = $i+1;\n\t\t\t\t\n\t\t\t\tif ($RealNo == $data['CUR_ST_VAL'])\n\t\t\t\t{\n\t\t\t\t\t$work['page_span'] .= $this->compiled_templates['skin_global']->pagination_current_page( ceil( $PageNo ) );\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\tif ($PageNo < ($work['current_page'] - $section))\n\t\t\t\t\t{\n\t\t\t\t\t\t// Instead of just looping as many times as necessary doing nothing to get to the next appropriate number, let's just skip there now\n\t\t\t\t\t\t$i = $work['current_page'] - $section - 2;\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t// If the next page is out of our section range, add some dotty dots!\n\t\t\t\t\t\n\t\t\t\t\tif ($PageNo > ($work['current_page'] + $section))\n\t\t\t\t\t{\n\t\t\t\t\t\t$work['end_dots'] = $this->compiled_templates['skin_global']->pagination_end_dots(\"{$data['BASE_URL']}&amp;$use_st=\".($work['pages']-1) * $data['PER_PAGE']);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\t$work['page_span'] .= $this->compiled_templates['skin_global']->pagination_page_link(\"{$data['BASE_URL']}&amp;$use_st={$RealNo}\", ceil( $PageNo ) );\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t$work['return'] = $this->compiled_templates['skin_global']->pagination_compile($work['first_page'],$previous_link,$work['st_dots'],$work['page_span'],$work['end_dots'],$next_link,$data['TOTAL_POSS'],$data['PER_PAGE'], $data['BASE_URL'], $data['no_dropdown'], $use_st);\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$work['return'] = $data['L_SINGLE'];\n\t\t}\n\t\n\t\treturn $work['return'];\n\t}", "public function constructTableForMain() \n\t{ \n\t\n\t\t//- Construction des objets de la table 1\n $obj_model=$this->obj_mvc_menu_imbrication;\n\t\t$obj_message_manager=$obj_model->getManager()->getHtmlMessage();\n\t\t\n\t\t//- Positionnement des parties fixes de l'interface\n\t\t$obj_table_1 = new table();\n\t\t$obj_table_1->setWidth(\"100%\");\n\t\t$obj_tr = $obj_table_1->addTr();\n\t\t\t$obj_td = \t$obj_tr->addTd($this->constructTableForHeader());\n\t\t $obj_tr = $obj_table_1->addTr();\t\t\t\t\n $obj_td = \t$obj_tr->addTd($this->constructTableForMove()); \n\t\t$obj_tr = $obj_table_1->addTr();\n\t\t\t$obj_td = \t$obj_tr->addTd($obj_message_manager);\n\t\t\t\t$obj_td->setWidth(\"100%\");\n\t\t\t\t$obj_td->setAlign(\"center\");\n\t\t\n\t\t\n\t\t//- Positionnement des MVC\n $obj_tr = $obj_table_1->addTr();\n\t\t\t $obj_td = \t$obj_tr->addTd($obj_model->getMvcMenu());\n $obj_tr = $obj_table_1->addTr();\n\t\t\t $obj_td = \t$obj_tr->addTd($obj_model->getMvcMenuDeplacementLoader()); \n\t\n /*$obj_tr = $obj_table_1->addTr();\n\t\t $obj_td = \t$obj_tr->addTd($this->constructTableForPossibleMove()); */ \n\t\t\n\t\t\n\t\t//- affectation de la table principale\n\t\t$this->obj_main_table=$obj_table_1;\n\t\n\t\t \n\t\treturn $this->obj_main_table; \n\t}", "public function renderHTML() {\r\n\t\t$aff = $this->renderstyle ();\r\n\t\t$aff .= '<div id=\"FilAriane\"><a href=\"../../index.php?menu=4\">Site Emploi</a>&nbsp;>&nbsp;Liste des pages d\\'informations</div><br /><br />';\r\n\t\t$aff .= '<input type=\"button\" value=\"Nouveau\" onclick=\"location.href=\\'?action=newpage\\'\" /><br/><br/>';\r\n\t\t$aff .= '<table id=\"TableList\" width=\"100%\">';\r\n\t\t$aff .= '<tr class=\"title\">';\r\n\t\t$aff .= '\t<td align=\"center\" width=\"50\"><b>#</b></td>';\r\n\t\t$aff .= '\t<td align=\"center\"><b>Titre</b></td>';\r\n\t\t$aff .= '\t<td align=\"center\"><b>Espace</b></td>';\r\n\t\t$aff .= '\t<td align=\"center\"><b>Affichage</b></td>';\r\n\t\t$aff .= '\t<td width=\"50\" align=\"center\"><b>Action</b></td>';\r\n\t\t$aff .= '</tr>';\r\n\t\t$row = 1;\r\n\t\tforeach ( $this->myList->getList () as $aVerif ) {\r\n\t\t\t$aff .= '<tr>';\r\n\t\t\t$aff .= '\t<td align=\"center\" width=\"50\" class=\"' . ($row == 1 ? 'row1' : 'row2') . '\">' . $aVerif->getidpageinfo () . '</td>';\r\n\t\t\t$aff .= '\t<td align=\"center\" class=\"' . ($row == 1 ? 'row1' : 'row2') . '\">' . $aVerif->gettitre () . '</td>';\r\n\t\t\t$aff .= '\t<td align=\"center\" class=\"' . ($row == 1 ? 'row1' : 'row2') . '\">';\r\n\t\t\tif ($aVerif->getespace () == 1) {\r\n\t\t\t\t$aff .= '\tConcessionnaire</td>';\r\n\t\t\t} else {\r\n\t\t\t\t$aff .= '\tCandidat</td>';\r\n\t\t\t}\r\n\t\t\t$aff .= ' </td>';\r\n\t\t\t$aff .= '\t<td class=\"' . ($row == 1 ? 'row1' : 'row2') . '\" align=\"center\">';\r\n\t\t\tif ($aVerif->getaffichage () == 1) {\r\n\t\t\t\t$aff .= '\t<img src=\"../../include/images/icone_oui.png\" alt=\"\">';\r\n\t\t\t} else {\r\n\t\t\t\t$aff .= '\t<img src=\"../../include/images/icone_non.png\" alt=\"\">';\r\n\t\t\t}\r\n\t\t\t$aff .= '</td>';\r\n\r\n\t\t\t$aff .= '\t<td class=\"' . ($row == 1 ? 'row1' : 'row2') . '\" width=\"50\" align=\"center\"><a style=\"cursor:pointer;\" onclick=\"ok(\\'' . $aVerif->getidpageinfo () . '\\', \\'' . $aVerif->gettitre () . '\\')\"><img src=\"../../include/images/add.png\" border=0/></a></td>';\r\n\t\t\t$aff .= '</tr>';\r\n\t\t\t$row = ($row == 1 ? 2 : 1);\r\n\t\t}\r\n\r\n\t\t$aff .= '</table>';\r\n\r\n\t\techo $aff;\r\n\t}", "private function gen_nav_links()\n\t{\n\t\t$this->template->assign_block_vars('navlinks', array(\n\t\t\t'S_IS_CAT'\t\t=> true,\n\t\t\t'S_IS_LINK'\t\t=> false,\n\t\t\t'S_IS_POST'\t\t=> false,\n\t\t\t'FORUM_NAME'\t=> $this->user->lang('BLOG_MAIN'),\n\t\t\t'FORUM_ID'\t\t=> -1,\n\t\t\t'U_VIEW_FORUM'\t=> append_sid('blog'),\n\t\t));\n\t}", "function FrontPageTable(){\r\n //$this->SetFillColor(135,206,250);\r\n $this->SetFillColor(176,196,222);\r\n $this->SetTextColor(0);\r\n $this->SetDrawColor(0,0,0);\r\n $this->SetLineWidth(.3);\r\n $this->SetFont('','B');\r\n // Header\r\n\r\n $this->SetX(35);\r\n $this->Cell(70,7,'Prepared By:',1,0,'C',true);\r\n $this->Cell(40,7,'Organization',1,0,'C',true);\r\n $this->Cell(40,7,'Date',1,0,'C',true);\r\n $this->Ln();\r\n $this->SetX(35);\r\n $this->SetTextColor(0,0,0);\r\n $this->SetFont('');\r\n $this->Cell(70,7,$this->PreparedBy,1,0,'C',false);\r\n $this->Cell(40,7,'NRAO',1,0,'C',false);\r\n $this->Cell(40,7,$this->MakeDate,1,0,'C',false);\r\n $this->Ln();\r\n\r\n\r\n $this->SetX(35);\r\n $this->SetTextColor(0);\r\n $this->SetFont('','B');\r\n $this->Cell(70,7,'FEIC WP Manager Approval:',1,0,'C',true);\r\n $this->Cell(40,7,'Organization',1,0,'C',true);\r\n $this->Cell(40,7,'Date',1,0,'C',true);\r\n $this->Ln();\r\n $this->SetX(35);\r\n $this->SetFont('');\r\n $this->Cell(70,27,'',1,0,'C',false);\r\n $this->Cell(40,27,'',1,0,'C',false);\r\n $this->Cell(40,27,'',1,0,'C',false);\r\n $this->Ln();\r\n $this->SetX(35);\r\n $this->SetTextColor(0);\r\n $this->SetFont('','B');\r\n $this->Cell(70,7,'FE System Engineering Approval:',1,0,'C',true);\r\n $this->Cell(40,7,'Organization',1,0,'C',true);\r\n $this->Cell(40,7,'Date',1,0,'C',true);\r\n $this->Ln();\r\n $this->SetX(35);\r\n $this->SetFont('');\r\n $this->Cell(70,27,'',1,0,'C',false);\r\n $this->Cell(40,27,'',1,0,'C',false);\r\n $this->Cell(40,27,'',1,0,'C',false);\r\n $this->Ln();\r\n $this->SetX(35);\r\n $this->SetTextColor(0);\r\n $this->SetFont('','B');\r\n $this->Cell(70,7,'FE IPT Lead Approval:',1,0,'C',true);\r\n $this->Cell(40,7,'Organization',1,0,'C',true);\r\n $this->Cell(40,7,'Date',1,0,'C',true);\r\n $this->Ln();\r\n $this->SetX(35);\r\n $this->SetFont('');\r\n $this->Cell(70,27,'',1,0,'C',false);\r\n $this->Cell(40,27,'',1,0,'C',false);\r\n $this->Cell(40,27,'',1,0,'C',false);\r\n $this->Ln();\r\n\r\n // Color and font restoration\r\n $this->SetFillColor(224,235,255);\r\n $this->SetTextColor(255);\r\n $this->SetFont('');\r\n // Data\r\n $fill = false;\r\n }", "function navHalaman($halaman_aktif, $jmlhalaman){\n$link_halaman = \"\";\n\n// Link ke halaman pertama (first) dan sebelumnya (prev)\nif($halaman_aktif > 1){\n\t$prev = $halaman_aktif-1;\n\t$link_halaman .= \"<a href=halpeserta-1.html><< First</a> | \n <a href=halpeserta-$prev.html>< Prev</a> | \";\n}\nelse{ \n\t$link_halaman .= \"<< First | < Prev | \";\n}\n\n// Link halaman 1,2,3, ...\n$angka = ($halaman_aktif > 3 ? \" ... \" : \" \"); \nfor ($i=$halaman_aktif-2; $i<$halaman_aktif; $i++){\n if ($i < 1)\n \tcontinue;\n\t $angka .= \"<a href=halpeserta-$i.html>$i</a> | \";\n }\n\t $angka .= \" <b>$halaman_aktif</b> | \";\n\t \n for($i=$halaman_aktif+1; $i<($halaman_aktif+3); $i++){\n if($i > $jmlhalaman)\n break;\n\t $angka .= \"<a href=halpeserta-$i.html>$i</a> | \";\n }\n\t $angka .= ($halaman_aktif+2<$jmlhalaman ? \" ... | <a href=halpeserta-$jmlhalaman.html>$jmlhalaman</a> | \" : \" \");\n\n$link_halaman .= \"$angka\";\n\n// Link ke halaman berikutnya (Next) dan terakhir (Last) \nif($halaman_aktif < $jmlhalaman){\n\t$next = $halaman_aktif+1;\n\t$link_halaman .= \" <a href=halpeserta-$next.html>Next ></a> | \n <a href=halpeserta-$jmlhalaman.html>Last >></a> \";\n}\nelse{\n\t$link_halaman .= \" Next > | Last >>\";\n}\nreturn $link_halaman;\n}", "function wizardHTML($arrTable)\t{\n\t\t$strOutput = $this->wizardHeader();\n\t\t$strOutput .= $this->groupsHTML($arrTable);\n\t\t$strOutput .= $this->wizardFooter();\n\t\treturn $strOutput;\n\t}", "public function GetAdminHTML(){\n\t/*unset($this->url[0]);\n\t\t\t$cnt=1;\n\t\t\tforeach($this->url as $v){\n\t\t\t\tif(count($this->url)==$cnt && $v>0 && is_numeric($v)){\n\t\t\t\t//$this->out_url.=$v.'/';\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t$this->out_url.=$v.'/';\n\t\t\t$cnt++;\n\t\t\t}*/\n\t\n\t\t\n\t\n\t$next=$this->list['current']+1;\n\t$prev=$this->list['current']-1;\n\t$limit=($this->page-1)*$this->take+1;\n\t$limit2=$limit+$this->take-1;\n\t\n\tif ($this->page==$this->total_pages)\n\t$limit2=$this->total;\n\t$str='';\n\t$str .=\"\";\n\t\n\n\t$str .=<<<OUT\n\t\t\t<div class=\"pagination\">\n\t\t \t<ul class=\"pag_list\">\nOUT;\n\tif($prev>0){\n\t$str .=<<<OUT\n\t\t\t<li class=\"prev\"><a href=\"{$this->out_url}{$prev}/\"><i class=\"i\"></i></a></li>\nOUT;\n\t}\n \n\tfor ($i=1; $i < $this->page ; $i++)\n\t\t{\n\t\t\tif ($i>((int)$this->page-(int)$this->half_block)){\n\t\t\t\tif($i==1){\n\t\t\t\t$str .=<<<OUT\n\t\t\t\t<li><a href=\"{$this->out_url}{$this->list[$i]}/\">{$this->list[$i]}</a></li>\nOUT;\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t$str .=<<<OUT\n\t\t\t\t<li><a href=\"{$this->out_url}{$this->list[$i]}/\">{$this->list[$i]}</a></li>\nOUT;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\tif($this->total_pages==$this->list['current'])\n\t$str .=\"<li class='last'>\".$this->list['current'].\"</li>\";\n\telse\n\t$str .=\"<li>\".$this->list['current'].\"</li>\";\n\t\n\t$cnt=1;\n\tfor ($i=$this->page+1; $i <= $this->total_pages ; $i++)\n\t\t{\n\t\t\tif($this->total_pages==$i || ($this->half_block-1)==$cnt)\n\t\t\t$classlast=' class=\"last\"';\n\t\t\telse\n\t\t\t$classlast='';\n\t\t\t\n\t\t\tif ($this->half_block==$cnt)\n\t\t\tbreak;\n\t\t\t$str .=<<<OUT\n\t\t\t<li{$classlast}><a href=\"{$this->out_url}{$this->list[$i]}/\">{$this->list[$i]}</a></li>\nOUT;\n\t\t\t$cnt++;\n\t\t}\n\n\tif($this->list['current']<$this->total_pages){\n\t$str .=<<<OUT\n\t\t\t<li class=\"next\"><a href=\"{$this->out_url}{$next}/\"><i class=\"i\"></i></a></li>\nOUT;\n\t}\n\t\n\t$str .=<<<OUT\n \t\t </div>\nOUT;\n\tif ($this->total_pages>1)\n\treturn $str;\n\t\n\t}", "function createNavBar($data, $displayGreeting = false, $helpLink = ''){\n\nglobal $base_url;\n\nprint \"<table width=100% class=\\\"yellowBorder\\\">\";\nprint \"<tr class=\\\"lightYellow\\\"><td width=10%>\"; //<b>NavBar : </b>\";\n\n$items = explode(\"|\", $data);\n\n$array_count = count($items);\n\nfor($i = 0; $i < $array_count; $i++){\n $piece = explode(\":\", $items[$i]);\n\n if($i == $array_count - 1){\n print \"<b>$piece[1]</b>\";\n }\n else{\n print \"<a class=\\\"menuLink\\\" href=\\\"$piece[0]\\\">$piece[1]</a>\";\n print \" > \";\n }\n}\nprint \"</td>\";\n\nif($displayGreeting){\n print \"<td align=center width=80%>\";\n print \"<b>Welcome \" . $_SESSION[\"fullname\"] . \"</b>\";\n print \"</td>\";\n}\n\nprint \"<td width=10% align=\\\"right\\\"><a class=menuLink target=\\\"_blank\\\" href=\\\"$base_url/help.php#$helpLink\\\">Help</a> :: <a class=\\\"menuLink\\\" href=\\\"$base_url/logout.php\\\">logout</a>\";\nprint \"</td></tr></table>\";\n}", "function traiter_tableau($bloc) {\n\t// id \"unique\" pour les id du tableau\n\t$tabid = substr(md5($bloc), 0, 4);\n\n\t// Decouper le tableau en lignes\n\tpreg_match_all(',([|].*)[|]\\n,UmsS', $bloc, $regs, PREG_PATTERN_ORDER);\n\t$lignes = array();\n\t$debut_table = $summary = '';\n\t$l = 0;\n\n\t// Traiter chaque ligne\n\t$reg_line1 = ',^(\\|(' . _RACCOURCI_TH_SPAN . '))+$,sS';\n\t$reg_line_all = ',^(' . _RACCOURCI_TH_SPAN . ')$,sS';\n\t$hc = $hl = array();\n\tforeach ($regs[1] as $ligne) {\n\t\t$l++;\n\n\t\t// Gestion de la premiere ligne :\n\t\tif ($l == 1) {\n\t\t\t// - <caption> et summary dans la premiere ligne :\n\t\t\t// || caption | summary || (|summary est optionnel)\n\t\t\tif (preg_match(',^\\|\\|([^|]*)(\\|(.*))?$,sS', rtrim($ligne, '|'), $cap)) {\n\t\t\t\t$cap = array_pad($cap, 4, null);\n\t\t\t\t$l = 0;\n\t\t\t\tif ($caption = trim($cap[1])) {\n\t\t\t\t\t$debut_table .= \"<caption>\" . $caption . \"</caption>\\n\";\n\t\t\t\t}\n\t\t\t\t$summary = ' summary=\"' . entites_html(trim($cap[3])) . '\"';\n\t\t\t}\n\t\t\t// - <thead> sous la forme |{{titre}}|{{titre}}|\n\t\t\t// Attention thead oblige a avoir tbody\n\t\t\telse {\n\t\t\t\tif (preg_match($reg_line1, $ligne, $thead)) {\n\t\t\t\t\tpreg_match_all('/\\|([^|]*)/S', $ligne, $cols);\n\t\t\t\t\t$ligne = '';\n\t\t\t\t\t$cols = $cols[1];\n\t\t\t\t\t$colspan = 1;\n\t\t\t\t\tfor ($c = count($cols) - 1; $c >= 0; $c--) {\n\t\t\t\t\t\t$attr = '';\n\t\t\t\t\t\tif ($cols[$c] == '<') {\n\t\t\t\t\t\t\t$colspan++;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tif ($colspan > 1) {\n\t\t\t\t\t\t\t\t$attr = \" colspan='$colspan'\";\n\t\t\t\t\t\t\t\t$colspan = 1;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// inutile de garder le strong qui n'a servi que de marqueur\n\t\t\t\t\t\t\t$cols[$c] = str_replace(array('{', '}'), '', $cols[$c]);\n\t\t\t\t\t\t\t$ligne = \"<th id='id{$tabid}_c$c'$attr>$cols[$c]</th>$ligne\";\n\t\t\t\t\t\t\t$hc[$c] = \"id{$tabid}_c$c\"; // pour mettre dans les headers des td\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t$debut_table .= \"<thead><tr class='row_first'>\" .\n\t\t\t\t\t\t$ligne . \"</tr></thead>\\n\";\n\t\t\t\t\t$l = 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Sinon ligne normale\n\t\tif ($l) {\n\t\t\t// Gerer les listes a puce dans les cellules\n\t\t\t// on declenche simplement sur \\n- car il y a les\n\t\t\t// -* -# -? -! (qui produisent des -&nbsp;!)\n\t\t\tif (strpos($ligne, \"\\n-\") !== false) {\n\t\t\t\t$ligne = traiter_listes($ligne);\n\t\t\t}\n\n\t\t\t// tout mettre dans un tableau 2d\n\t\t\tpreg_match_all('/\\|([^|]*)/S', $ligne, $cols);\n\n\t\t\t// Pas de paragraphes dans les cellules\n\t\t\tforeach ($cols[1] as &$col) {\n\t\t\t\tif (strlen($col = trim($col))) {\n\t\t\t\t\t$col = preg_replace(\"/\\n{2,}/S\", \"<br /> <br />\", $col);\n\t\t\t\t\tif (_AUTOBR) {\n\t\t\t\t\t\t$col = str_replace(\"\\n\", _AUTOBR . \"\\n\", $col);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// assembler le tableau\n\t\t\t$lignes[] = $cols[1];\n\t\t}\n\t}\n\n\t// maintenant qu'on a toutes les cellules\n\t// on prepare une liste de rowspan par defaut, a partir\n\t// du nombre de colonnes dans la premiere ligne.\n\t// Reperer egalement les colonnes numeriques pour les cadrer a droite\n\t$rowspans = $numeric = array();\n\t$n = $lignes ? count($lignes[0]) : 0;\n\t$k = count($lignes);\n\t// distinguer les colonnes numeriques a point ou a virgule,\n\t// pour les alignements eventuels sur \",\" ou \".\"\n\t$numeric_class = array(\n\t\t'.' => 'point',\n\t\t',' => 'virgule',\n\t\ttrue => ''\n\t);\n\tfor ($i = 0; $i < $n; $i++) {\n\t\t$align = true;\n\t\tfor ($j = 0; $j < $k; $j++) {\n\t\t\t$rowspans[$j][$i] = 1;\n\t\t\tif ($align and preg_match('/^[{+-]*(?:\\s|\\d)*([.,]?)\\d*[}]*$/', trim($lignes[$j][$i]), $r)) {\n\t\t\t\tif ($r[1]) {\n\t\t\t\t\t$align = $r[1];\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t$align = '';\n\t\t\t}\n\t\t}\n\t\t$numeric[$i] = $align ? (\" class='numeric \" . $numeric_class[$align] . \"'\") : '';\n\t}\n\tfor ($j = 0; $j < $k; $j++) {\n\t\tif (preg_match($reg_line_all, $lignes[$j][0])) {\n\t\t\t$hl[$j] = \"id{$tabid}_l$j\"; // pour mettre dans les headers des td\n\t\t} else {\n\t\t\tunset($hl[0]);\n\t\t}\n\t}\n\tif (!isset($hl[0])) {\n\t\t$hl = array();\n\t} // toute la colonne ou rien\n\n\t// et on parcourt le tableau a l'envers pour ramasser les\n\t// colspan et rowspan en passant\n\t$html = '';\n\n\tfor ($l = count($lignes) - 1; $l >= 0; $l--) {\n\t\t$cols = $lignes[$l];\n\t\t$colspan = 1;\n\t\t$ligne = '';\n\n\t\tfor ($c = count($cols) - 1; $c >= 0; $c--) {\n\t\t\t$attr = $numeric[$c];\n\t\t\t$cell = trim($cols[$c]);\n\t\t\tif ($cell == '<') {\n\t\t\t\t$colspan++;\n\n\t\t\t} elseif ($cell == '^') {\n\t\t\t\t$rowspans[$l - 1][$c] += $rowspans[$l][$c];\n\n\t\t\t} else {\n\t\t\t\tif ($colspan > 1) {\n\t\t\t\t\t$attr .= \" colspan='$colspan'\";\n\t\t\t\t\t$colspan = 1;\n\t\t\t\t}\n\t\t\t\tif (($x = $rowspans[$l][$c]) > 1) {\n\t\t\t\t\t$attr .= \" rowspan='$x'\";\n\t\t\t\t}\n\t\t\t\t$b = ($c == 0 and isset($hl[$l])) ? 'th' : 'td';\n\t\t\t\t$h = (isset($hc[$c]) ? $hc[$c] : '') . ' ' . (($b == 'td' and isset($hl[$l])) ? $hl[$l] : '');\n\t\t\t\tif ($h = trim($h)) {\n\t\t\t\t\t$attr .= \" headers='$h'\";\n\t\t\t\t}\n\t\t\t\t// inutile de garder le strong qui n'a servi que de marqueur\n\t\t\t\tif ($b == 'th') {\n\t\t\t\t\t$attr .= \" id='\" . $hl[$l] . \"'\";\n\t\t\t\t\t$cols[$c] = str_replace(array('{', '}'), '', $cols[$c]);\n\t\t\t\t}\n\t\t\t\t$ligne = \"\\n<$b\" . $attr . '>' . $cols[$c] . \"</$b>\" . $ligne;\n\t\t\t}\n\t\t}\n\n\t\t// ligne complete\n\t\t$class = alterner($l + 1, 'odd', 'even');\n\t\t$html = \"<tr class='row_$class $class'>$ligne</tr>\\n$html\";\n\t}\n\n\treturn \"\\n\\n<table\" . $GLOBALS['class_spip_plus'] . $summary . \">\\n\"\n\t. $debut_table\n\t. \"<tbody>\\n\"\n\t. $html\n\t. \"</tbody>\\n\"\n\t. \"</table>\\n\\n\";\n}", "protected static function pagination_tables($page, $num_page, $url, $buttons) {\n $pre_pos_mid_button = ($buttons - 1) / 2;\n\n if ($page == 1 || $page <= $pre_pos_mid_button) {\n $start = 1;\n } elseif ($page >= ($num_page - $pre_pos_mid_button)) {\n $start = $num_page - ($buttons - 1);\n } else {\n $start = $page - $pre_pos_mid_button;\n }\n\n $html ='\n <nav aria-label=\"Page navigation example\">\n <ul class=\"pagination justify-content-center\">\n ';\n\n if ($page == 1) {\n $html .= '\n <li class=\"page-item disabled\">\n <a class=\"page-link\">\n <i class=\"fas fa-angle-double-left mtc-2\"></i>\n </a>\n </li>\n <li class=\"page-item disabled\">\n <a class=\"page-link\">\n <i class=\"fas fa-angle-left\"></i>\n </a>\n </li>\n ';\n } else {\n $html .= '\n <li class=\"page-item\">\n <a class=\"page-link\" href=\"' . $url . '1/\">\n <i class=\"fas fa-angle-double-left mtc-2\"></i>\n </a>\n </li>\n <li class=\"page-item\">\n <a class=\"page-link\" href=\"' . $url . ($page - 1) . '/\">\n <i class=\"fas fa-angle-left\"></i>\n </a>\n </li>\n ';\n }\n\n if ($page == 1) {\n for ($i = 1, $ci = 0; $i <= $num_page; $i++, $ci++) {\n if ($ci >= $buttons)\n break;\n\n if ($page == $i) {\n $html .= '\n <li class=\"page-item\">\n <a class=\"page-link active\" href=\"' . $url . $i . '/\">' . $i . '</a>\n </li>\n ';\n } else {\n $html .= '\n <li class=\"page-item\">\n <a class=\"page-link\" href=\"' . $url . $i . '/\">' . $i . '</a>\n </li>\n ';\n }\n }\n } else {\n for ($i = $start, $ci = 0; $i <= $num_page; $i++, $ci++) {\n if ($ci >= $buttons)\n break;\n if ($page == $i) {\n $html .= '\n <li class=\"page-item\">\n <a class=\"page-link active\" href=\"' . $url . $i . '/\">' . $i . '</a>\n </li>\n ';\n } else {\n $html .= '\n <li class=\"page-item\">\n <a class=\"page-link\" href=\"' . $url . $i . '/\">' . $i . '</a>\n </li>\n ';\n }\n }\n }\n\n if ($page == $num_page) {\n $html .= '\n <li class=\"page-item disabled\">\n <a class=\"page-link\">\n <i class=\"fas fa-angle-right\"></i>\n </a>\n </li>\n <li class=\"page-item disabled\">\n <a class=\"page-link\">\n <i class=\"fas fa-angle-double-right mtc-2\"></i>\n </a>\n </li>\n ';\n } else {\n $html .= '\n <li class=\"page-item\">\n <a class=\"page-link\" href=\"' . $url . ($page + 1) . '/\">\n <i class=\"fas fa-angle-right\"></i>\n </a>\n </li>\n <li class=\"page-item\">\n <a class=\"page-link\" href=\"' . $url . $num_page . '/\">\n <i class=\"fas fa-angle-double-right mtc-2\"></i>\n </a>\n </li>\n ';\n }\n\n $html .= '\n </ul>\n </nav>\n ';\n\n return $html;\n }", "function navHalaman($halaman_aktif, $jmlhalaman){\n$link_halaman = \"\";\n\n// Link ke halaman pertama (first) dan sebelumnya (prev)\nif($halaman_aktif > 1){\n\t$prev = $halaman_aktif-1;\n\t$link_halaman .= \"<a href=$_SERVER[PHP_SELF]?min=cs&link=1>&laquo; First</a>\n <a href=$_SERVER[PHP_SELF]?min=cs&link=$prev>&lsaquo; Prev</a>\";\n}\nelse{ \n\t$link_halaman .= \"<a href=$_SERVER[PHP_SELF]?min=cs&link=1>&laquo; First</a>\n\t\t\t\t\t<a href=$_SERVER[PHP_SELF]?min=cs&link=1>&lsaquo; Prev </a>\";\n}\n\n// Link halaman 1,2,3, ...\n$angka = ($halaman_aktif > 3 ? \" ... \" : \" \"); \nfor ($i=$halaman_aktif-2; $i<$halaman_aktif; $i++){\n if ($i < 1)\n \tcontinue;\n\t $angka .= \"<a href=$_SERVER[PHP_SELF]?min=cs&link=$i>$i </a>\";\n }\n\t // $angka .= \" <strong>$halaman_aktif</strong>\";\n\t \n for($i=$halaman_aktif+1; $i<($halaman_aktif+3); $i++){\n if($i > $jmlhalaman)\n break;\n\t $angka .= \"<a href=$_SERVER[PHP_SELF]?min=cs&link=$i> $i </a>\";\n }\n\t $angka .= ($halaman_aktif+2<$jmlhalaman ? \" <a href=$_SERVER[PHP_SELF]?min=cs&link=$jmlhalaman>$jmlhalaman</a> \" : \" \");\n\n$link_halaman .= \"$angka\";\n\n// Link ke halaman berikutnya (Next) dan terakhir (Last) \nif($halaman_aktif < $jmlhalaman){\n\t$next = $halaman_aktif+1;\n\t$link_halaman .= \" <a href=$_SERVER[PHP_SELF]?min=cs&link=$next>Next &rsaquo;</a>\n <a href=$_SERVER[PHP_SELF]?min=cs&link=$jmlhalaman>Last &raquo;</a> \";\n}\nelse{\n\t$link_halaman .= \" <a href=$_SERVER[PHP_SELF]?min=cs&link=$jmlhalaman>Next &rsaquo;</a>\n <a href=$_SERVER[PHP_SELF]?min=cs&link=$jmlhalaman>Last &raquo;</a> \";\n}\nreturn $link_halaman;\n}", "private function generateLinks()\n\t{\n\t\t// Additional pages are the total minus the current page\n\t\t$iAdditional\t= $this->iToShow - 1;\n\n\t\t// Figure out how many additional pages to show\n\t\t$iToShow\t\t= ($this->iTotal <= $iAdditional) ? ($this->iTotal - 1) : $iAdditional;\n\n\t\t// Get the pre and post lengths\n\t\tif($iToShow % 2 == 0) {\n\t\t\t$iPre\t= $iToShow / 2;\n\t\t\t$iPost\t= $iPre;\n\t\t} else {\n\t\t\t$iPre\t= floor($iToShow / 2);\n\t\t\t$iPost\t= $iPre + 1;\n\t\t}\n\n\t\t// If the current page is less than the pre pages\n\t\tif($this->iPage <= $iPre)\n\t\t{\n\t\t\t$iPre\t= $this->iPage - 1;\n\t\t\t$iPost\t= $iToShow - $iPre;\n\t\t}\n\t\t// Else if the total pages minus the current page is less than the\n\t\t//\tpost pages\n\t\tif($this->iTotal - $this->iPage <= $iPost)\n\t\t{\n\t\t\t$iPost\t= $this->iTotal - $this->iPage;\n\t\t\t$iPre\t= $iToShow - $iPost;\n\t\t}\n\n\t\t// Init the links array\n\t\t$this->aLinks\t= array(\n\t\t\t'previous'\t\t=> false,\n\t\t\t'first'\t\t\t=> false,\n\t\t\t'pre'\t\t\t=> array(),\n\t\t\t'current'\t\t=> '',\n\t\t\t'post'\t\t\t=> array(),\n\t\t\t'last'\t\t\t=> false,\n\t\t\t'next'\t\t\t=> false\n\t\t);\n\n\t\t// If the page isn't 1\n\t\tif($this->iPage > 1)\n\t\t{\n\t\t\t// Add the previous button\n\t\t\t$this->aLinks['previous'] = array(\n\t\t\t\t'text'\t=> $this->iPage - 1,\n\t\t\t\t'url'\t=> (($this->iPage - 1 == 1) ? $this->aOptions['primary_url'] : $this->sURL . ($this->iPage - 1) . '/') . $this->sQuery,\n\t\t\t\t'index' => (($this->iPage - 1) > $this->aOptions['index_limit']) ? false : true\n\t\t\t);\n\t\t}\n\n\t\t// If the page is greater than the pre length\n\t\tif($this->iPage - 1 > $iPre)\n\t\t{\n\t\t\t// Add the first page\n\t\t\t$this->aLinks['first'] = array(\n\t\t\t\t'text'\t=> 1,\n\t\t\t\t'url'\t=> $this->aOptions['primary_url'] . $this->sQuery,\n\t\t\t\t'index' => (1 > $this->aOptions['index_limit']) ? false : true\n\t\t\t);\n\t\t}\n\n\t\t// Add the previous pages\n\t\tfor($i = $this->iPage - $iPre; $i < $this->iPage; ++$i)\n\t\t{\n\t\t\t$this->aLinks['pre'][]\t= array(\n\t\t\t\t'text'\t=> $i,\n\t\t\t\t'url'\t=> (($i == 1) ? $this->aOptions['primary_url'] : $this->sURL . $i . '/') . $this->sQuery,\n\t\t\t\t'index' => ($i > $this->aOptions['index_limit']) ? false : true\n\t\t\t);\n\t\t}\n\n\t\t// Add the current page\n\t\t$this->aLinks['current'] = array(\n\t\t\t'text'\t=> $this->iPage,\n\t\t\t'url'\t=> (($i == 1) ? $this->aOptions['primary_url'] : $this->sURL . $i . '/') . $this->sQuery,\n\t\t\t'index' => ($this->iPage > $this->aOptions['index_limit']) ? false : true\n\t\t);\n\n\t\t// Add the next pages\n\t\t$iForCond\t= $this->iPage + $iPost + 1;\n\t\tfor($i = $this->iPage + 1; $i < $iForCond; ++$i)\n\t\t{\n\t\t\t$this->aLinks['post'][] = array(\n\t\t\t\t'text'\t=> $i,\n\t\t\t\t'url'\t=> (($i == 1) ? $this->aOptions['primary_url'] : $this->sURL . $i . '/') . $this->sQuery,\n\t\t\t\t'index' => ($i > $this->aOptions['index_limit']) ? false : true\n\t\t\t);\n\t\t}\n\n\t\t// If the last page isn't visible\n\t\tif($this->iTotal > $this->iPage + $iPost)\n\t\t{\n\t\t\t// And the last page\n\t\t\t$this->aLinks['last']\t= array(\n\t\t\t\t'text'\t=> $this->iTotal,\n\t\t\t\t'url'\t=> $this->sURL . $this->iTotal . '/' . $this->sQuery,\n\t\t\t\t'index' => ($this->iTotal > $this->aOptions['index_limit']) ? false : true\n\t\t\t);\n\t\t}\n\n\t\t// If the current page isn't the last page\n\t\tif($this->iTotal != $this->iPage)\n\t\t{\n\t\t\t// Show the next page\n\t\t\t$this->aLinks['next']\t= array(\n\t\t\t\t'text'\t=> $this->iPage + 1,\n\t\t\t\t'url'\t=> $this->sURL . ($this->iPage + 1) . '/' . $this->sQuery,\n\t\t\t\t'index' => (($this->iPage + 1) > $this->aOptions['index_limit']) ? false : true\n\t\t\t);\n\t\t}\n\t}", "function navHalaman($halaman_aktif, $jmlhalaman){\n$link_halaman = \"\";\n\n// Link ke halaman pertama (first) dan sebelumnya (prev)\nif($halaman_aktif > 1){\n\t$prev = $halaman_aktif-1;\n\t$link_halaman .= \"<a href=halberita-1.html><< First</a> | \n <a href=halberita-$prev.html>< Prev</a> | \";\n}\nelse{ \n\t$link_halaman .= \"<< First | < Prev | \";\n}\n\n// Link halaman 1,2,3, ...\n$angka = ($halaman_aktif > 3 ? \" ... \" : \" \"); \nfor ($i=$halaman_aktif-2; $i<$halaman_aktif; $i++){\n if ($i < 1)\n \tcontinue;\n\t $angka .= \"<a href=halberita-$i.html>$i</a> | \";\n }\n\t $angka .= \" <b>$halaman_aktif</b> | \";\n\t \n for($i=$halaman_aktif+1; $i<($halaman_aktif+3); $i++){\n if($i > $jmlhalaman)\n break;\n\t $angka .= \"<a href=halberita-$i.html>$i</a> | \";\n }\n\t $angka .= ($halaman_aktif+2<$jmlhalaman ? \" ... | <a href=halberita-$jmlhalaman.html>$jmlhalaman</a> | \" : \" \");\n\n$link_halaman .= \"$angka\";\n\n// Link ke halaman berikutnya (Next) dan terakhir (Last) \nif($halaman_aktif < $jmlhalaman){\n\t$next = $halaman_aktif+1;\n\t$link_halaman .= \" <a href=halberita-$next.html>Next ></a> | \n <a href=halberita-$jmlhalaman.html>Last >></a> \";\n}\nelse{\n\t$link_halaman .= \" Next > | Last >>\";\n}\nreturn $link_halaman;\n}", "function DOM_table_structure($table) {\r\n\t\t//$query = './/' . ReTidy::get_html_namespace() . 'thead';\r\n\t\t$query = './' . ReTidy::get_html_namespace() . 'thead';\r\n\t\t$theads = $this->xpath->query($query, $table);\r\n\t\t$number_theads = 0;\r\n\t\tforeach($theads as $thead) {\r\n\t\t\t$number_theads++;\r\n\t\t}\r\n\t\tif($number_theads > 1) {\r\n\t\t\tprint('Found ' . $number_theads . ' &lt;thead&gt;s, DOM_table_structure() has stopped. Problematic table:<br>' . ReTidy::DOM_getNodeString($table));exit(0);\r\n\t\t}\r\n\t\t//$query = './/' . ReTidy::get_html_namespace() . 'tfoot';\r\n\t\t$query = './' . ReTidy::get_html_namespace() . 'tfoot';\r\n\t\t$tfoots = $this->xpath->query($query, $table);\r\n\t\t$number_tfoots = 0;\r\n\t\tforeach($tfoots as $tfoot) {\r\n\t\t\t$number_tfoots++;\r\n\t\t}\r\n\t\tif($number_tfoots > 1) {\r\n\t\t\tprint('Found ' . $number_tfoots . ' &lt;tfoot&gt;s, DOM_table_structure() has stopped. Problematic table:<br>' . ReTidy::DOM_getNodeString($table));exit(0);\r\n\t\t}\r\n\t\t//$query = './/' . ReTidy::get_html_namespace() . 'tbody';\r\n\t\t$query = './' . ReTidy::get_html_namespace() . 'tbody';\r\n\t\t$tbodys = $this->xpath->query($query, $table);\r\n\t\t$number_tbodys = 0;\r\n\t\tforeach($tbodys as $tbody) {\r\n\t\t\t$number_tbodys++;\r\n\t\t}\r\n\t\t/*if($number_tbodys > 1) {\r\n\t\t\tprint('Found ' . $number_tbodys . ' &lt;tbody&gt;s, DOM_table_structure() has stopped. Problematic table:<br>' . ReTidy::DOM_getNodeString($table));exit(0);\r\n\t\t}*/\r\n\t\tif($this->config['trust_ths'] === false || ($number_theads === 0 && $number_tbodys === 0)) { // assume they are not there and apply them\r\n\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'tr';\r\n\t\t\t$trs = $this->xpath->query($query, $table);\r\n\t\t\t$first_tr = false;\r\n\t\t\t$first_tr_in_tbody = false;\r\n\t\t\t$last_tr = false;\r\n\t\t\t//$found_first_tr_in_tbody = false;\r\n\t\t\t$skipped_first_new_tbody = false;\r\n\t\t\tforeach($trs as $tr) {\r\n\t\t\t\t$second_last_tr = $last_tr;\r\n\t\t\t\t$last_tr = $tr;\r\n\t\t\t\tif($first_tr === false) {\r\n\t\t\t\t\t$first_tr = $tr;\r\n\t\t\t\t}\r\n\t\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'th | .//' . ReTidy::get_html_namespace() . 'td';\r\n\t\t\t\t$cells_in_tr = $this->xpath->query($query, $tr);\r\n\t\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'th | .//' . ReTidy::get_html_namespace() . 'td[@newtag=\"th\"]';\r\n\t\t\t\t$headers_in_tr = $this->xpath->query($query, $tr);\r\n\t\t\t\t//$last_number_cells_in_tr = $number_cells_in_tr;\r\n\t\t\t\tforeach($cells_in_tr as $first_cell_in_tr) { break; }\r\n\t\t\t\t$new_tbody = ReTidy::getAttribute($first_cell_in_tr, 'new_tbody')->nodeValue;\r\n\t\t\t\tif($new_tbody === 'true') {\r\n\t\t\t\t\tif(!$skipped_first_new_tbody) {\r\n\t\t\t\t\t\t$skipped_first_new_tbody = true;\r\n\t\t\t\t\t} else {$first_cell_in_tr_parent = $first_cell_in_tr->parentNode;\r\n\t\t\t\t\t\t$first_cell_in_tr_parent->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagEndXXXtbody9o9XXXXXX9o9NewTagBeginXXXtbody9o9XXX\"), $first_cell_in_tr_parent);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t$number_cells_in_tr = 0;\r\n\t\t\t\t$number_empty_cells_in_tr = 0;\r\n\t\t\t\tforeach($cells_in_tr as $cell_in_tr) {\r\n\t\t\t\t\t$number_cells_in_tr++;\r\n\t\t\t\t\tif(ReTidy::isEmptyIgnoringWhitespaceAndAttributes($cell_in_tr)) {\r\n\t\t\t\t\t\t$number_empty_cells_in_tr++;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\t//print('$number_empty_cells_in_tr: ');var_dump($number_empty_cells_in_tr);\r\n\t\t\t\t$number_headers_in_tr = 0;\r\n\t\t\t\tforeach($headers_in_tr as $header_in_tr) {\r\n\t\t\t\t\t$newtag_attribute = ReTidy::getAttribute($header_in_tr, \"newtag\");\r\n\t\t\t\t\tif($newtag_attribute->nodeValue === \"td\") {\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t$number_headers_in_tr++;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tif(!$first_tr_in_tbody) {\r\n\t\t\t\t\t$number_headers_and_empty_in_tr = $number_headers_in_tr + $number_empty_cells_in_tr;\r\n\t\t\t\t\t//print('$number_cells_in_tr: ');var_dump($number_cells_in_tr);\r\n\t\t\t\t\t//print('$number_headers_in_tr: ');var_dump($number_headers_in_tr);\r\n\t\t\t\t\t//print('$number_headers_and_empty_in_tr: ');var_dump($number_headers_and_empty_in_tr);\r\n\t\t\t\t\t//exit(0);\r\n\t\t\t\t\tif($new_tbody === 'true') {\r\n\t\t\t\t\t\t$last_tr_in_thead = $last_tr;\r\n\t\t\t\t\t\t$first_tr_in_tbody = $tr;\r\n\t\t\t\t\t} elseif($number_headers_and_empty_in_tr === $number_cells_in_tr) {\r\n\t\t\t\t\t\t//$last_tr_in_table_head = $tr;\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t$last_tr_in_thead = $last_tr;\r\n\t\t\t\t\t\t$first_tr_in_tbody = $tr;\r\n\t\t\t\t\t\t//$found_first_tr_in_tbody = true;\r\n\t\t\t\t\t\t//break;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tif($number_tfoots === 1) { // then there is a simple solution\r\n\t\t\t\t$first_tr->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagBeginXXXthead9o9XXX\"), $first_tr);\r\n\t\t\t\t$tfoot->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagEndXXXthead9o9XXX\"), $tfoot);\r\n\t\t\t\t$node_after_tfoot = $tfoot->nextSibling;\r\n\t\t\t\t$node_after_tfoot->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagBeginXXXtbody9o9XXX\"), $node_after_tfoot);\r\n\t\t\t\t$first_tr->parentNode->appendChild(new DOMText(\"XXX9o9NewTagEndXXXtbody9o9XXX\"));\r\n\t\t\t} else {\r\n\t\t\t\tif($first_tr_in_tbody === false) {\r\n\t\t\t\t\tReTidy::warning('Applying table structure but how to apply &lt;tbody&gt; to table could not be determined since no content cells were identified');\r\n\t\t\t\t\t$first_tr_in_tbody = $tr;\r\n\t\t\t\t}\r\n\t\t\t\t// tfoot processing\r\n\t\t\t\t// this is not general enough\r\n\t\t\t\t/*$did_table_source = false;\r\n\t\t\t\tif($number_cells_in_tr === 1) { // then we call this table source information\r\n\t\t\t\t\t// clear any existing attributes\r\n\t\t\t\t\tif($cell_in_tr->hasAttributes()) {\r\n\t\t\t\t\t\tforeach($cell_in_tr->attributes as $source_information_cell_attribute) {\r\n\t\t\t\t\t\t\t$source_information_cell_attribute->nodeValue = 'stripme';\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t$moved_last_tr = $cell_in_tr->cloneNode(true);\r\n\t\t\t\t\t$moved_last_tr->setAttribute('newtag', 'div');\r\n\t\t\t\t\t$moved_last_tr->setAttribute('class', 'source');\r\n\t\t\t\t\t$node_after_table = $table->nextSibling;\r\n\t\t\t\t\t$node_after_table->parentNode->insertBefore($moved_last_tr, $node_after_table);\r\n\t\t\t\t\t$last_tr->setAttribute('deleteme', 'y');\r\n\t\t\t\t\t$did_table_source = true;\r\n\t\t\t\t}\r\n\t\t\t\tif(!$did_table_source) {*/\r\n\t\t\t\t\tif($last_tr === false) { // hack\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'th | .//' . ReTidy::get_html_namespace() . 'td';\r\n\t\t\t\t\t\t$cells_in_potential_tfoot_tr = $this->xpath->query($query, $last_tr);\r\n\t\t\t\t\t\t$adding_a_tfoot = false;\r\n\t\t\t\t\t\tforeach($cells_in_potential_tfoot_tr as $cell_in_potential_tfoot_tr) {\r\n\t\t\t\t\t\t\t$new_tfoot = ReTidy::getAttribute($cell_in_potential_tfoot_tr, 'new_tfoot')->nodeValue;\r\n\t\t\t\t\t\t\tif($new_tfoot === 'true') {\r\n\t\t\t\t\t\t\t\t$adding_a_tfoot = true;\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t/*} else {\r\n\t\t\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'th | .//' . ReTidy::get_html_namespace() . 'td';\r\n\t\t\t\t\t$cells_in_potential_tfoot_tr = $this->xpath->query($query, $second_last_tr);\r\n\t\t\t\t\tforeach($cells_in_potential_tfoot_tr as $cell_in_potential_tfoot_tr) {\r\n\t\t\t\t\t\tif(ReTidy::isEmptyIgnoringWhitespaceAndAttributes($cell_in_potential_tfoot_tr)) {\r\n\t\t\t\t\t\t\t// look for the next one\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\tif(stripos(ReTidy::tagless(ReTidy::DOM_getNodeString($cell_in_potential_tfoot_tr)), 'total') === false) {\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t} else { // then we call this the tfoot\r\n\t\t\t\t\t\t\t\t$moved_second_last_tr = $second_last_tr->cloneNode(true);\r\n\t\t\t\t\t\t\t\t$first_tr_in_tbody->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagBeginXXXtfoot9o9XXX\"), $first_tr_in_tbody);\r\n\t\t\t\t\t\t\t\t$first_tr_in_tbody->parentNode->insertBefore($moved_second_last_tr, $first_tr_in_tbody);\r\n\t\t\t\t\t\t\t\t$first_tr_in_tbody->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagEndXXXtfoot9o9XXX\"), $first_tr_in_tbody);\r\n\t\t\t\t\t\t\t\t$second_last_tr->setAttribute('deleteme', 'y');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}*/\r\n\t\t\t\t// thead and tbody\r\n\t\t\t\tif($first_tr_in_tbody === $first_tr) {\r\n\t\t\t\t\tReTidy::warning('Applying table structure but how to apply &lt;thead&gt; to table could not be determined');\r\n\t\t\t\t\t$first_tr->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagBeginXXXtbody9o9XXX\"), $first_tr);\r\n\t\t\t\t\t$first_tr->parentNode->appendChild(new DOMText(\"XXX9o9NewTagEndXXXtbody9o9XXX\"));\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$first_tr->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagBeginXXXthead9o9XXX\"), $first_tr);\r\n\t\t\t\t\t//$last_tr_in_thead->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagEndXXXthead9o9XXX\"), $last_tr_in_thead);\r\n\t\t\t\t\t$first_tr_in_tbody->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagEndXXXthead9o9XXX\"), $first_tr_in_tbody);\r\n\t\t\t\t\t$first_tr_in_tbody->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagBeginXXXtbody9o9XXX\"), $first_tr_in_tbody);\r\n\t\t\t\t\t$first_tr->parentNode->appendChild(new DOMText(\"XXX9o9NewTagEndXXXtbody9o9XXX\"));\r\n\t\t\t\t\tif($adding_a_tfoot) {\r\n\t\t\t\t\t\t$moved_last_tr = $last_tr->cloneNode(true);\r\n\t\t\t\t\t\t//$first_tr_in_tbody->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagBeginXXXtfoot9o9XXX\"), $first_tr_in_tbody);\r\n\t\t\t\t\t\t//$first_tr_in_tbody->parentNode->insertBefore($moved_last_tr, $first_tr_in_tbody);\r\n\t\t\t\t\t\t//$first_tr_in_tbody->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagEndXXXtfoot9o9XXX\"), $first_tr_in_tbody);\r\n\t\t\t\t\t\t//$last_tr->setAttribute('deleteme', 'y');\r\n\t\t\t\t\t\t// (2017-03-31) validator now wants <tfoot>s at the bottom of the table for HTML5; shrug, it's a bit easier to code\r\n\t\t\t\t\t\t$last_tr->parentNode->appendChild(new DOMText(\"XXX9o9NewTagBeginXXXtfoot9o9XXX\"));\r\n\t\t\t\t\t\t$last_tr->parentNode->appendChild($moved_last_tr);\r\n\t\t\t\t\t\t$last_tr->parentNode->appendChild(new DOMText(\"XXX9o9NewTagEndXXXtfoot9o9XXX\"));\r\n\t\t\t\t\t\t$last_tr->setAttribute('deleteme', 'y');\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t//var_dump(ReTidy::DOM_getNodeString($last_tr_in_thead));\r\n\t\t\t\t\t\tif(isset($last_tr_in_thead)) {\r\n\t\t\t\t\t\t\t//$last_tr_in_thead->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagEndXXXthead9o9XXX\"), $last_tr_in_thead);\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t$last_tr->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagEndXXXthead9o9XXX\"), $last_tr_in_thead);\r\n\t\t\t\t\t\t\tReTidy::warning('this needs revision... it causes problems when there\\'s no apparent thead and I\\'m not sure it\\'s working perfectly 4e57546767896892478');\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t}\r\n\t\t} else { // if we get to here then we work with the table structure in its problematic existing state (which should never happen since we should always redo the thead and tbody; regardless of their states)\r\n\t\t\t//print('here48794586409<br>');\r\n\t\t\tif($number_theads === 1) {\r\n\t\t\t\t//print('here48794586410<br>');\r\n\t\t\t\tif($number_tbodys === 0) {\r\n\t\t\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'tr';\r\n\t\t\t\t\t$trs = $this->xpath->query($query, $table);\r\n\t\t\t\t\t$first_non_thead_tr = false;\r\n\t\t\t\t\t$first_tr = false;\r\n\t\t\t\t\tforeach($trs as $tr) {\r\n\t\t\t\t\t\tif($first_tr === false) {\r\n\t\t\t\t\t\t\t$first_tr = $tr;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t//$ancestry_array = ReTidy::DOM_getAncestryArray($tr);\r\n\t\t\t\t\t\t$parentNode = $tr->parentNode;\r\n\t\t\t\t\t\tif($parentNode->nodeName === \"thead\") {\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t$first_non_thead_tr = $tr;\r\n\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif($first_non_thead_tr === false) {\r\n\t\t\t\t\t\tReTidy::warning('Applying table structure but how to apply &lt;tbody&gt; to table could not be determined since no content cells were identified 2');\r\n\t\t\t\t\t\t$first_non_thead_tr = $tr;\r\n\t\t\t\t\t}\r\n\t\t\t\t\t//if(!ReTidy::isNode($first_non_thead_tr->parentNode)) {\r\n\t\t\t\t\t//\tvar_dump(ReTidy::DOM_getNodeString($first_non_thead_tr));\r\n\t\t\t\t\t//\tvar_dump(ReTidy::DOM_getNodeString($first_non_thead_tr->parentNode));exit(0);\r\n\t\t\t\t\t//}\r\n\t\t\t\t\t$first_non_thead_tr->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagBeginXXXtbody9o9XXX\"), $first_non_thead_tr);\r\n\t\t\t\t\t$tr->parentNode->appendChild(new DOMText(\"XXX9o9NewTagEndXXXtbody9o9XXX\"));\r\n\t\t\t\t} else {\r\n\t\t\t\t\t// no need to do anything\r\n\t\t\t\t}\r\n\t\t\t} else {\r\n\t\t\t\tif($number_tbodys >= 1) {\r\n\t\t\t\t\t//print('here48794586411<br>');\r\n\t\t\t\t\t// here we want to put <thead> around <tr>s before <tbody>; will it ever come up?\r\n\t\t\t\t\tif($number_theads === 0) {\r\n\t\t\t\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'tr';\r\n\t\t\t\t\t\t$trs = $this->xpath->query($query, $table);\r\n\t\t\t\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'tbody/tr';\r\n\t\t\t\t\t\t$trs_in_tbody = $this->xpath->query($query, $table);\r\n\t\t\t\t\t\tif(sizeof($trs) === sizeof($trs_in_tbody)) {\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\tReTidy::warning('Applying table structure but how to apply &lt;thead&gt; to table could not be determined since this code has not been written yet 3');exit(0);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t} else {\r\n\t\t\t\t\t//print('here48794586412<br>');\r\n\t\t\t\t\tif($number_theads === 0) {\r\n\t\t\t\t\t\t$query = './/' . ReTidy::get_html_namespace() . 'tr';\r\n\t\t\t\t\t\t$trs = $this->xpath->query($query, $table);\r\n\t\t\t\t\t\t$last_non_tbody_tr = false;\r\n\t\t\t\t\t\t$first_tr = false;\r\n\t\t\t\t\t\tforeach($trs as $tr) {\r\n\t\t\t\t\t\t\tif($first_tr === false) {\r\n\t\t\t\t\t\t\t\t$first_tr = $tr;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t$parentNode = $tr->parentNode;\r\n\t\t\t\t\t\t\tif($parentNode->nodeName === \"tbody\") {\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\t$last_non_tbody_tr = $tr;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\tif($first_tr === false) {\r\n\t\t\t\t\t\t\tReTidy::warning('Applying table structure but how to apply &lt;tbody&gt; to table could not be determined since no content cells were identified 4');\r\n\t\t\t\t\t\t\t$first_tr = $tr;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t$first_tr->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagBeginXXXtbody9o9XXX\"), $first_tr);\r\n\t\t\t\t\t\t$tbody->parentNode->insertBefore(new DOMText(\"XXX9o9NewTagEndXXXtbody9o9XXX\"), $tbody);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t$query = './/@new_tbody';\r\n\t\t$new_tbody_attributes = $this->xpath->query($query, $table);\r\n\t\tforeach($new_tbody_attributes as $new_tbody_attribute) {\r\n\t\t\t$new_tbody_attribute->nodeValue = \"stripme\";\r\n\t\t}\r\n\t\t$query = './/@new_tfoot';\r\n\t\t$new_tfoot_attributes = $this->xpath->query($query, $table);\r\n\t\tforeach($new_tfoot_attributes as $new_tfoot_attribute) {\r\n\t\t\t$new_tfoot_attribute->nodeValue = \"stripme\";\r\n\t\t}\r\n\t\t$query = './/@tfoot_member';\r\n\t\t$tfoot_member_attributes = $this->xpath->query($query, $table);\r\n\t\tforeach($tfoot_member_attributes as $tfoot_member_attribute) {\r\n\t\t\t$tfoot_member_attribute->nodeValue = \"stripme\";\r\n\t\t}\r\n\t}", "function browse_main()\n {\n $db = DataAccess::getInstance();\n if (!$this->seller_configuration_data) {\n if (!$this->get_seller_configuration_data()) {\n return false;\n }\n }\n\n $sql = \"select * from \" . $this->categories_table . \" where parent_id = 0 order by display_order,category_name\";\n $result = $this->db->Execute($sql);\n //echo $sql.\"<br>\\n\";\n if (!$result) {\n //$this->body .=$sql.\" is the query<br>\\n\";\n $this->error_message = \"<span class=\\\"error_message\\\">\" . $this->messages[10364] . \"</span>\";\n return false;\n } elseif ($result->RecordCount() > 0) {\n $this->body .= \"<table cellpadding=3 cellspacing=1 border=0 width=100% valign=top>\\n\\t\";\n $this->body .= \"<tr>\\n\\t<td valign=top class=\\\"back_to_normal_browsing\\\">\n\t\t\t\t<a href=\" . $this->configuration_data['classifieds_url'] . \"?a=5&b=\" . $this->site_category . \" class=\\\"back_to_normal_browsing\\\">\";\n $this->body .= $this->messages[10001] . \"</a></td>\\n<tr>\\n\";\n\n switch ($this->seller_configuration_data->MODULE_NUMBER_OF_COLUMNS) {\n case 1:\n $column_width = \"100%\";\n break;\n case 2:\n $column_width = \"50%\";\n break;\n case 3:\n $column_width = \"33%\";\n break;\n case 4:\n $column_width = \"25%\";\n break;\n case 5:\n $column_width = \"20%\";\n break;\n } //end of switch\n $column_width = floor(100 / $this->seller_configuration_data->MODULE_NUMBER_OF_COLUMNS) . '%';\n while ($row = $result->FetchRow()) {\n $categories [$row['category_name']] ['category_id'] = $row['category_id'];\n $categories [$row['category_name']] ['category_image'] = $row['category_image'];\n $categories [$row['category_name']] ['category_count'] = $row['category_count'];\n $categories [$row['category_name']] ['auction_category_count'] = $row['auction_category_count'];\n $categories [$row['category_name']] ['category_name'] = $row['category_name'];\n $categories [$row['category_name']] ['category_description'] = $row['description'];\n if (isset($sub_categories[$row['category_name']] ['sub_categories'])) {\n $categories[$row['category_name']] ['sub_categories'] = $sub_categories [$row['category_name']] ['sub_categories'];\n } else {\n $categories [$row['category_name']] ['sub_categories'] = 'na';\n }\n }\n\n $category_count = 0;\n if ($this->seller_configuration_data->ALPHA_ACROSS_COLUMNS) {\n foreach ($categories as $show_category) {\n if (! ($category_count % $this->seller_configuration_data->MODULE_NUMBER_OF_COLUMNS)) {\n $this->body .= \"<tr>\\n\\t\";\n }\n\n //display the sub categories of this category\n $this->body .= \"<td valign=top width=\" . $column_width . \"><a href=\" . $this->configuration_data['classifieds_file_name'] . \"?a=25&b=\" . $show_category['category_id'] . \"&c=\" . $browse_type . \">\";\n if ((strlen(trim($show_category['category_image'])) > 0) && ($this->seller_configuration_data->DISPLAY_CATEGORY_IMAGE)) {\n $this->body .= \"<img src=\\\"\" . geoTemplate::getUrl('', $show_category['category_image']) . \"\\\" hspace=2 vspace=0 border=0 align=left>\";\n }\n\n $this->body .= \"<span class=\\\"browsing_subcategory_name\\\">\" . $show_category['category_name'] . \"</span>\";\n if ($this->seller_configuration_data->DISPLAY_CATEGORY_COUNT) {\n $this->body .= \"<span class=\\\"browsing_subcategory_count\\\">(\" . $this->get_seller_category_count($db, $show_category['category_id']) . \")</span>\";\n }\n if ($this->seller_configuration_data->DISPLAY_CATEGORY_DESCRIPTION) {\n $this->body .= \"</a><br><span class=\\\"browsing_subcategory_description\\\">\" . $show_category['category_description'] . \"</span>\";\n }\n $this->body .= \"</td>\";\n\n $category_count++;\n if (! ($category_count % $this->seller_configuration_data->MODULE_NUMBER_OF_COLUMNS)) {\n $this->body .= \"</tr>\";\n }\n }\n } else {\n // Data variables\n $total = count($categories);\n $num_cols = $this->seller_configuration_data->MODULE_NUMBER_OF_COLUMNS;\n $categories_x = array_values($categories); // convert associative to numeric array\n // computational variables\n $num_rows = ceil($total / ($num_cols)); // get the number of items per column (max)\n\n $cats = array();\n $current = 0;\n\n for ($x = 0; $x < $num_cols; $x++) { //go through each column\n for ($y = 0; $y < $num_rows; $y++,$current++) {\n if (($current) >= $total) {\n break (2);//done building\n }\n $cats[$y][$x] = $categories_x[$current];\n }\n }\n foreach ($cats as $col_num => $row) {\n $this->body .= \"<tr>\\n\\t\";\n foreach ($row as $row_num => $show_category) {\n $this->body .= \"<td valign=top width=\" . $column_width . \"><a href=\" . $this->configuration_data['classifieds_file_name'] . \"?a=25&b=\" . $show_category['category_id'] . \"&c=\" . $browse_type . \">\";\n if ((strlen(trim($show_category['category_image'])) > 0) && ($this->seller_configuration_data->DISPLAY_CATEGORY_IMAGE)) {\n $this->body .= \"<img src=\\\"\" . geoTemplate::getUrl('', $show_category['category_image']) . \"\\\" hspace=2 vspace=0 border=0 align=left>\";\n }\n $this->body .= \"<span class=\\\"browsing_subcategory_name\\\">\" . $show_category['category_name'] . \"</span>\";\n if ($this->seller_configuration_data->DISPLAY_CATEGORY_COUNT) {\n $this->body .= \"<span class=\\\"browsing_subcategory_count\\\">(\" . $this->get_seller_category_count($db, $show_category['category_id']) . \")</span>\";\n }\n if ($this->seller_configuration_data->DISPLAY_CATEGORY_DESCRIPTION) {\n $this->body .= \"</a><br><span class=\\\"browsing_subcategory_description\\\">\" . $show_category['category_description'] . \"</span>\";\n }\n $this->body .= \"</td>\";\n }\n $this->body .= \"</tr>\\n\\t\";\n }\n }\n $this->body .= \"</table>\\n\";\n return true;\n } else {\n $this->body .= \"<table cellpadding=5 cellspacing=1 border=0 valign=top>\\n\\t\";\n $this->body .= \"<tr class=\\\"no_categories_yet\\\">\\n\\t<td valign=top>\" . $this->messages[10371] . \"</td>\\n</tr>\\n\";\n $this->body .= \"</table>\\n\";\n return true;\n }\n }", "function linkdoni_install(){\r\n global $wpdb;\r\n $table = $wpdb->prefix.\"links_dump\";\r\n $rating_table = $wpdb->prefix.\"links_dump_rating\";\r\n require_once(ABSPATH . 'wp-admin/includes/upgrade.php');\r\n \r\n if($wpdb->get_var(\"show tables like '\".$table.\"'\") != $table) { \r\n $structure = \"CREATE TABLE $table (\r\n link_id INT UNSIGNED NOT NULL AUTO_INCREMENT ,\r\n title VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,\r\n url TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,\r\n description VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,\r\n visits INT UNSIGNED NOT NULL DEFAULT '0',\r\n date_added INT UNSIGNED NOT NULL ,\r\n approval TINYINT UNSIGNED NOT NULL DEFAULT '1' ,\r\n delicious_status TINYINT UNSIGNED NOT NULL DEFAULT '0' ,\r\n PRIMARY KEY (link_id))\";\r\n\r\n dbDelta($structure); \r\n $structure = \"CREATE TABLE $rating_table (\r\n id varchar(11) NOT NULL,\r\n total_votes int(11) NOT NULL default 0,\r\n total_value int(11) NOT NULL default 0,\r\n used_ips longtext,\r\n PRIMARY KEY (id))\";\r\n dbDelta($structure); \r\n \r\n update_option(\"ld_number_of_links_be\", \"15\");\r\n update_option(\"ld_linkdump_title\", \"Welcome to My Links Dump\");\r\n update_option('ld_linkdump_widget_title', \"My Links Dump\");\r\n update_option(\"ld_number_of_links\", \"20\");\r\n update_option('ld_number_of_links_widget', \"10\");\r\n update_option(\"ld_number_of_rss_links\", \"10\"); \r\n update_option(\"ld_open_nw\", \"1\");\r\n update_option(\"ld_repeated_link\", \"0\");\r\n update_option(\"ld_stylesheet\", \"default.css\");\r\n update_option(\"ld_linkdump_fd\", \"\");\r\n update_option(\"ld_linkdump_rss_desc\", \"\");\r\n update_option('ld_open_branding', \"B7CEFF\");\r\n update_option('ld_archive_days', \"10\");\r\n update_option('ld_archive_pid', \"-1\");\r\n update_option('ld_show_counter', \"1\");\r\n update_option(\"ld_show_description_w\", \"0\");\r\n update_option(\"ld_show_description\", \"0\");\r\n update_option(\"ld_send_notification\", \"1\");\r\n update_option(\"ld_auto_approve\", \"1\"); \r\n update_option(\"ld_short_url\", \"1\"); \r\n update_option(\"ld_delicous_username\", \"\"); \r\n update_option(\"ld_delicous_password\", \"\"); \r\n \r\n }else{\r\n \r\n $structure = \"CREATE TABLE $table (\r\n link_id INT UNSIGNED NOT NULL AUTO_INCREMENT ,\r\n title VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,\r\n url TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,\r\n description VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,\r\n visits INT UNSIGNED NOT NULL DEFAULT '0',\r\n date_added INT UNSIGNED NOT NULL ,\r\n approval TINYINT UNSIGNED NOT NULL DEFAULT '1' ,\r\n delicious_status TINYINT UNSIGNED NOT NULL DEFAULT '0' ,\r\n PRIMARY KEY (link_id))\";\r\n dbDelta($structure);\r\n $structure = \"CREATE TABLE $rating_table (\r\n id varchar(11) NOT NULL,\r\n total_votes int(11) NOT NULL default 0,\r\n total_value int(11) NOT NULL default 0,\r\n used_ips longtext,\r\n PRIMARY KEY (id))\";\r\n dbDelta($structure); \r\n \r\n update_option(\"ld_send_notification\", \"1\");\r\n update_option(\"ld_auto_approve\", \"1\");\r\n update_option(\"ld_number_of_rss_links\", \"1\");\r\n update_option(\"ld_short_url\", \"1\"); \r\n update_option(\"ld_delicous_username\", \"\"); \r\n update_option(\"ld_delicous_password\", \"\");\r\n }\r\n update_option(\"ld_db_version\", myLDPlugInVersion);\r\n}", "function adjacent_posts_rel_link_wp_head()\n {\n }", "function getNavigation()\n\t{\n\n\n\t\treturn;\n\n\t\tglobal $gMysql;\n\t\tglobal $member_id;\n\t\t# grab these items\n\t\t$num_views\t\t\t=\t$gMysql->queryItem(\"select count(*) from sm_views where member_id='$member_id'\",__FILE__,__LINE__);\n\t\t$num_winks\t\t\t=\t$gMysql->queryItem(\"select count(*) from sm_winks where member_id='$member_id'\",__FILE__,__LINE__);\n\t\t$num_favs\t\t\t=\t$gMysql->queryItem(\"select count(*) from sm_fav where member_id='$member_id'\",__FILE__,__LINE__);\n\t\t$num_messages\t\t=\t$gMysql->queryItem(\"select count(*) from sm_messages where member_id='$member_id'\",__FILE__,__LINE__);\n\n\n\n\t\t$menuArray\t=\tarray(\n\t\tarray(\n\t\t\"title\"\t\t\t=>\t\"Profile\",\n\t\t\"bShowNumber\"\t=>\tfalse,\n\t\t\"number\"\t\t=>\t0,\n\t\t\"bHeader\"\t\t=>\ttrue,\n\t\t\"className\"\t\t=>\t\"icon-user\",\n\t\t\"link\" \t\t\t=>\t\"http://bbc.co.uk\",\n\t\t),\n\t\tarray(\n\t\t\"title\"\t\t\t =>\t\"Search\",\n\t\t\"bShowNumber\"\t =>\tfalse,\n\t\t\"number\"\t\t =>\t0,\n\t\t\"bHeader\"\t\t =>\ttrue,\n\t\t\"className\"\t\t =>\t\"icon-search\",\n\t\t\"link\" \t\t\t =>\t\"search\",\n\t\t),\n\t\tarray(\n\t\t\"title\"\t\t\t =>\t\"Messages\",\n\t\t\"bShowNumber\"\t =>\ttrue,\n\t\t\"number\"\t\t =>\t$num_messages,\n\t\t\"bHeader\"\t\t =>\ttrue,\n\t\t\"className\"\t\t =>\t\"icon-mail\",\n\t\t\"link\" \t\t\t =>\t\"inbox\",\n\t\t),\n\t\tarray(\n\t\t\"title\"\t\t\t =>\t\"Views\",\n\t\t\"bShowNumber\"\t =>\ttrue,\n\t\t\"number\"\t\t =>\t$num_views,\n\t\t\"bHeader\"\t\t =>\ttrue,\n\t\t\"className\"\t\t =>\t\"icon-binoculars\",\n\t\t\"link\" \t\t\t =>\t\"views\",\n\t\t),\n\t\tarray(\n\t\t\"title\"\t\t\t =>\t\"Winks\",\n\t\t\"bShowNumber\"\t =>\ttrue,\n\t\t\"number\"\t\t =>\t$num_winks,\n\t\t\"bHeader\"\t\t =>\ttrue,\n\t\t\"className\"\t\t =>\t\"icon-eye\",\n\t\t\"link\" \t\t\t =>\t\"winks\",\n\t\t),\n\t\tarray(\n\t\t\"title\"\t\t\t =>\t\"Favourites\",\n\t\t\"bShowNumber\"\t =>\ttrue,\n\t\t\"number\"\t\t =>\t$num_favs,\n\t\t\"bHeader\"\t\t =>\ttrue,\n\t\t\"className\"\t\t =>\t\"icon-bookmarks\",\n\t\t\"link\" \t\t\t =>\t\"favourites\",\n\t\t),\n\t\tarray(\n\t\t\"title\"\t\t\t =>\t\"Matches\",\n\t\t\"bShowNumber\"\t =>\tfalse,\n\t\t\"number\"\t\t =>\t0,\n\t\t\"bHeader\"\t\t =>\ttrue,\n\t\t\"className\"\t\t =>\t\"icon-heart\",\n\t\t\"link\" \t\t\t =>\t\"matches\",\n\t\t),\n\t\tarray(\n\t\t\"title\"\t\t\t =>\t\"Membership\",\n\t\t\"bShowNumber\"\t =>\tfalse,\n\t\t\"number\"\t\t =>\t0,\n\t\t\"bHeader\"\t\t =>\ttrue,\n\t\t\"className\"\t\t =>\t\"icon-unlocked\",\n\t\t\"link\" \t\t\t =>\t\"membership\",\n\t\t),\n\t\tarray(\n\t\t\"title\"\t\t\t =>\t\"Profile\",\n\t\t\"bShowNumber\"\t =>\tfalse,\n\t\t\"number\"\t\t =>\t0,\n\t\t\"bHeader\"\t\t =>\ttrue,\n\t\t\"className\"\t\t =>\t\"icon-user\",\n\t\t\"link\" \t\t\t =>\t\"profile\",\n\t\t),\n\t\tarray(\n\t\t\"title\"\t\t\t\t=>\t\"Logout\",\n\t\t\"bShowNumber\"\t\t=>\tfalse,\n\t\t\"number\"\t\t\t=>\t0,\n\t\t\"bHeader\"\t\t\t=>\ttrue,\n\t\t\"className\"\t\t\t=>\t\"icon-switch\",\n\t\t\"link\"\t\t\t\t=>\t\"javacript:confirm('app/m/login/logout');\",\n\t\t),\n\t\t);\n\n\t\t$selectedItem\t=\t3;\n\t\t$index\t\t\t=\t0;\n\n\n\t\t$menuString\t=\t' <ul> ';\n\n\n\t\tforeach ($menuArray as $menuItem)\n\t\t{\n\t\t\t# build html of menu\n\t\t\tif\t($selectedItem == $index)\n\t\t\t{\n\t\t\t\t$menu_line\t=\t'<li class=\"selected\">';\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$menu_line\t=\t'<li>';\n\t\t\t}\n\n\n\t\t\t$menu_line\t.=\t'<a href=\"' . $menuItem['link'] . '\" class=\"' . $menuItem['className'] . '\" >' . $menuItem['title'];\n\t\t\t# numerics?\n\t\t\tif\t($menuItem['bShowNumber'] == true)\n\t\t\t{\n\t\t\t\t$menu_line\t.=\t\t' <span class=\"pip\">' . $menuItem['number'] . '</span>';\n\t\t\t}\n\t\t\t$menu_line .= \"</a></li>\\r\\n\";\n\n\t\t\t$menuString\t.=\t$menu_line;\n\n\t\t\t$index++;\n\t\t}\n\t\t$menuString\t.=\t\"</ul>\";\n\n\t\treturn\t$menuString;\n\t}", "function buildNavigation($pageNum_Recordset1,$totalPages_Recordset1,$prev_Recordset1,$next_Recordset1,$separator=\" | \",$max_links=10, $show_page=true)\n{\n GLOBAL $maxRows_rs_video,$totalRows_rs_video;\n\t$pagesArray = \"\"; $firstArray = \"\"; $lastArray = \"\";\n\tif($max_links<2)$max_links=2;\n\tif($pageNum_Recordset1<=$totalPages_Recordset1 && $pageNum_Recordset1>=0)\n\t{\n\t\tif ($pageNum_Recordset1 > ceil($max_links/2))\n\t\t{\n\t\t\t$fgp = $pageNum_Recordset1 - ceil($max_links/2) > 0 ? $pageNum_Recordset1 - ceil($max_links/2) : 1;\n\t\t\t$egp = $pageNum_Recordset1 + ceil($max_links/2);\n\t\t\tif ($egp >= $totalPages_Recordset1)\n\t\t\t{\n\t\t\t\t$egp = $totalPages_Recordset1+1;\n\t\t\t\t$fgp = $totalPages_Recordset1 - ($max_links-1) > 0 ? $totalPages_Recordset1 - ($max_links-1) : 1;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\t$fgp = 0;\n\t\t\t$egp = $totalPages_Recordset1 >= $max_links ? $max_links : $totalPages_Recordset1+1;\n\t\t}\n\t\tif($totalPages_Recordset1 >= 1) {\n\t\t\t#\t------------------------\n\t\t\t#\tSearching for $_GET vars\n\t\t\t#\t------------------------\n\t\t\t$_get_vars = '';\t\t\t\n\t\t\tif(!empty($_GET) || !empty($HTTP_GET_VARS)){\n\t\t\t\t$_GET = empty($_GET) ? $HTTP_GET_VARS : $_GET;\n\t\t\t\tforeach ($_GET as $_get_name => $_get_value) {\n\t\t\t\t\tif ($_get_name != \"pageNum_rs_video\") {\n\t\t\t\t\t\t$_get_vars .= \"&$_get_name=$_get_value\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t$successivo = $pageNum_Recordset1+1;\n\t\t\t$precedente = $pageNum_Recordset1-1;\n\t\t\t$firstArray = ($pageNum_Recordset1 > 0) ? \"<a href=\\\"$_SERVER[PHP_SELF]?pageNum_rs_video=$precedente$_get_vars\\\">$prev_Recordset1</a>\" : \"$prev_Recordset1\";\n\t\t\t# ----------------------\n\t\t\t# page numbers\n\t\t\t# ----------------------\n\t\t\tfor($a = $fgp+1; $a <= $egp; $a++){\n\t\t\t\t$theNext = $a-1;\n\t\t\t\tif($show_page)\n\t\t\t\t{\n\t\t\t\t\t$textLink = $a;\n\t\t\t\t} else {\n\t\t\t\t\t$min_l = (($a-1)*$maxRows_rs_video) + 1;\n\t\t\t\t\t$max_l = ($a*$maxRows_rs_video >= $totalRows_rs_video) ? $totalRows_rs_video : ($a*$maxRows_rs_video);\n\t\t\t\t\t$textLink = \"$min_l - $max_l\";\n\t\t\t\t}\n\t\t\t\t$_ss_k = floor($theNext/26);\n\t\t\t\tif ($theNext != $pageNum_Recordset1)\n\t\t\t\t{\n\t\t\t\t\t$pagesArray .= \"<a href=\\\"$_SERVER[PHP_SELF]?pageNum_rs_video=$theNext$_get_vars\\\">\";\n\t\t\t\t\t$pagesArray .= \"$textLink</a>\" . ($theNext < $egp-1 ? $separator : \"\");\n\t\t\t\t} else {\n\t\t\t\t\t$pagesArray .= \"$textLink\" . ($theNext < $egp-1 ? $separator : \"\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t$theNext = $pageNum_Recordset1+1;\n\t\t\t$offset_end = $totalPages_Recordset1;\n\t\t\t$lastArray = ($pageNum_Recordset1 < $totalPages_Recordset1) ? \"<a href=\\\"$_SERVER[PHP_SELF]?pageNum_rs_video=$successivo$_get_vars\\\">$next_Recordset1</a>\" : \"$next_Recordset1\";\n\t\t}\n\t}\n\treturn array($firstArray,$pagesArray,$lastArray);\n}", "function startTable(){\n\t?>\t\n\t<div class=\"secondCol\">\n\t\t<table class=\"medTable\">\n\t\t\t<tr>\n\t<?php\n}", "public function priority_link_down(){\n // FROM `fault_table` ft1\n // JOIN priority_element_table pet ON pet.element_type = ft1.element_type AND pet.element_id = ft1.element_id\n // JOIN link_table lt ON lt.link_name_id = ft1.element_id\n // JOIN client_table ct ON ft1.client_id = ct.client_id\n // WHERE pet.element_type = 'link' and ft1.fault_status != 'Closed'\n\n // UNION\n\n // SELECT ft2.ticket_id, lt2.link_name_nttn,lt2.link_name_gateway,ct2.client_name,ft2.event_time,(TIMESTAMPDIFF(SECOND,ft2.event_time,now())/3600) as 'duration'\n // FROM `fault_table` ft2\n // JOIN priority_client_table pct ON ft2.client_id = pct.client_id AND ft2.element_type = pct.element_type\n // JOIN link_table lt2 ON lt2.link_name_id = ft2.element_id\n // JOIN client_table ct2 ON ft2.client_id = ct2.client_id\n // WHERE ft2.element_type = 'link' AND ft2.fault_status != 'Closed'\";\n\n\n $link_down_list_query = \"SELECT ft1.ticket_id,ft1.problem_category,lt.link_name_nttn,lt.link_name_gateway,lt.capacity_nttn,ct.client_name,ft1.event_time,(TIMESTAMPDIFF(SECOND,ft1.event_time,now())/3600) as 'duration',pet.remark \n FROM `fault_table` ft1\n JOIN priority_element_table pet ON pet.element_type = ft1.element_type AND pet.element_id = ft1.element_id\n JOIN link_table lt ON lt.link_name_id = ft1.element_id\n JOIN client_table ct ON ft1.client_id = ct.client_id\n WHERE pet.element_type = 'link' and ft1.fault_status != 'Closed' and ft1.problem_category = 'Link Down'\n ORDER BY event_time DESC\";\n\n // $link_down_list_query = \"SELECT ft.ticket_id, ct.client_name,\n // (CASE\n // WHEN (lt.link_name_nttn = 'NA' OR lt.link_name_nttn = 'N/A')\n // THEN (SELECT LT.link_name_gateway FROM phoenix_tt_db.link_table LT WHERE LT.link_name_id = FT.element_id)\n // ELSE (SELECT LT.link_name_nttn FROM phoenix_tt_db.link_table LT WHERE LT.link_name_id = FT.element_id)\n // END\n // )\n // as 'link_name',\n // (TIMESTAMPDIFF(SECOND,ft.event_time,now())/3600) as 'duration' \n // FROM `fault_table` ft\n // JOIN priority_link_table plt ON ft.element_id = plt.link_name_id\n // JOIN link_table lt ON lt.link_name_id = plt.link_name_id\n // JOIN client_table ct ON ft.client_id = ct.client_id\n // WHERE fault_status != 'Closed'\";\n \n $link_down_lists = \\DB::select(\\DB::raw($link_down_list_query));\n\n return view('priority.priority_link_down' ,compact('link_down_lists'));\n }", "public function load_pre_orders_list_table() {\n\t\tif ( isset( $_GET['page'] ) && 'wc_pre_orders' == $_GET['page'] ) {\n\t\t\t$this->get_pre_orders_list_table();\n\t\t}\n\t}", "function adminmenu($url, $title, $image) {\r\n global $counter, $admingraphic;\r\n if ($admingraphic == 1) {\r\n\t$img = \"<img src=\\\"images/admin/$image\\\" border=\\\"0\\\" alt=\\\"\\\"></a><br>\";\r\n\t$close = \"\";\r\n } else {\r\n\t$image = \"\";\r\n\t$close = \"</a>\";\r\n }\r\n echo \"<td align=\\\"center\\\"><font class=\\\"content\\\"><a href=\\\"$url\\\">$img<b>$title</b>$close</font></td>\";\r\n if ($counter == 5) {\r\n\techo \"</tr><tr>\";\r\n\t$counter = 0;\r\n } else {\r\n\t$counter++;\r\n }\r\n}", "protected function sectionUrls()\n {\n // One place to set Friendly URL for all pages\n // originally code F (delete this line later)\n $output = '<h1><i class=\"fa fa-link\"></i> ' . $this->tableAdmin->translate('Friendly URL')\n . '</h1><div id=\"agenda-urls\">'\n . '<form action=\"\" method=\"post\" class=\"friendly-urls\" onsubmit=\"return confirm(\\''\n . $this->tableAdmin->translate('Are you sure?') . '\\')\">'\n . Tools::htmlInput('urls', '', 1, ['type' => 'hidden'])\n . Tools::htmlInput('token', '', end($_SESSION['token']), 'hidden');\n $urls = []; // all URLs, all language versions with a link to what it links to (product, page, … id, etc.)\n $langs = array_keys($this->MyCMS->TRANSLATIONS);\n // Todo queryStrictArray\n $query = $this->MyCMS->dbms->queryStrictNonEmptyArray(\n 'SELECT id,\"content\" AS _table,type,' . Tools::arrayListed($langs, 0, ',', 'url_') . ','\n . Tools::arrayListed($langs, 0, ',', 'name_') . ' FROM `' . TAB_PREFIX . 'content` WHERE type IN ('\n . '\"article\", \"page\", \"news\"' // list of types to be listed for Friendly URL settings\n . ') ORDER BY type'\n );\n foreach ($query as $row) {\n $urls [] = $row;\n }\n // Friendly URL folders for types to be listed for Friendly URL settings\n $TYPE2PATH = [\n 'content-article' => '',\n 'content-page' => '',\n 'content-news' => 'news'\n ];\n $lastType = false;\n foreach ($urls as $value) {\n Assert::isArray($value);\n if ($lastType != $value['_table'] . '-' . $value['type']) {\n $output .= '<h3 class=\"lead\">' . Tools::h($lastType = $value['_table'] . '-' . $value['type'])\n . '</h3>' . PHP_EOL;\n }\n $output .= '<div class=\"mb-3\"><div><a href=\"?table=' . urlencode(TAB_PREFIX . $value['_table'])\n . '&where[id]=' . (int) $value['id'] . '\" target=\"_blank\">'\n . '<i class=\"fa fa-external-link\"></i></a> ' .\n (Tools::h($value['name_' . DEFAULT_LANGUAGE]) ?: '<i>N/A</i>') . '</div>';\n foreach ($langs as $key => $lang) {\n // TODO should trailing slash be present?\n $value['fill'] = rtrim('/' . Tools::wrap($TYPE2PATH[$lastType], '', '/') .\n /* $value['id'] . '-' . */ Tools::webalize($value[\"name_$lang\"]), '-');\n $output .= '<div class=\"input-group input-group-sm\">'\n . '<div class=\"input-group-prepend\"><tt class=\"input-group-text btn\" title=\"'\n . $this->tableAdmin->translate('Fill up') . '\">' . $lang . '</tt></div>'\n . Tools::htmlInput(\n 'url-' . urlencode($value['_table']) . '-' . $value['id'] . '-' . $lang,\n '',\n $value[\"url_$lang\"],\n array('class' => 'form-control monospace', 'data-fill' => $value['fill'])\n )\n . '</div>' . PHP_EOL;\n }\n $output .= '</div>';\n }\n $output .= '<p><button class=\"btn btn-primary mr-1\" type=\"submit\" name=\"urls-save\"><i class=\"fa fa-save\"></i> '\n . $this->tableAdmin->translate('Save') . '</button>\n <button class=\"btn btn-secondary btn-fill\" type=\"button\"><i class=\"fa fa-edit\"></i> '\n . $this->tableAdmin->translate('Fill up') . '</button>\n ' . Tools::htmlInput(\n '',\n $this->tableAdmin->translate('only empty'),\n '',\n array('type' => 'checkbox', 'id' => 'only-empty', 'label-after' => true, 'label-class' => 'mx-1')\n ) . '\n <button class=\"btn btn-secondary btn-check-up\" type=\"button\"><i class=\"fa fa-eye\"></i> '\n . $this->tableAdmin->translate('Check up') . '</button>\n </p></form>';\n\n // Identify duplicit URLs\n // originally code A (delete this line later)\n $output .= '<hr><h1><i class=\"fa fa-unlink\"></i> ' . $this->tableAdmin->translate('Duplicit URL') . '</h1>'\n . '<p>' . $this->tableAdmin->translate('Duplicities may appear across languages.') . '</p>'\n . '<div id=\"agenda-urls\">';\n $urls = [];\n foreach (\n [\n // Note: not all apps have all those tables\n 'category',\n 'content',\n 'product'\n ] as $table\n ) {\n foreach (array_keys($this->tableAdmin->TRANSLATIONS) as $i) {\n foreach (\n $this->MyCMS->dbms->fetchAll(\"SELECT COUNT(url_$i) AS _count, url_$i AS url\"\n . ' FROM `' . TAB_PREFIX . \"{$table}` GROUP BY url ORDER BY _count DESC\") as $row\n ) {\n // Tools::add($urls[$row['url']], $row['_count']); // next line is more static analysis friendly:\n $urls[$row['url']] = (isset($urls[$row['url']]) ? $urls[$row['url']] : 0) + $row['_count'];\n }\n }\n }\n foreach ($urls as $key => $value) {\n if ($value <= 1) {\n unset($urls[$key]);\n }\n }\n foreach (array_keys($urls) as $url) {\n $sql = [];\n foreach (['category', 'content', 'product'] as $table) {\n $sql [] = \"SELECT '$table' AS type,id,name\" . '_' . $_SESSION['language']\n . ' AS name FROM `' . TAB_PREFIX . \"{$table}` WHERE \" .\n Tools::arrayListed(\n array_keys($this->tableAdmin->TRANSLATIONS),\n 0,\n ' OR ',\n 'url_',\n '=\"' . $this->MyCMS->escapeSQL((string) $url) . '\"'\n );\n }\n $query = $this->MyCMS->fetchAll(implode(\" UNION\\n\", $sql));\n $output .= '<details><summary>' . Tools::h((string) $url) . ' <sup class=\"badge badge-secondary\">'\n . count($query) . '</sup></summary>';\n foreach ($query as $row) {\n $output .= '<div class=\"ml-2\"><a href=\"?table=' . TAB_PREFIX . $row['type'] . '&amp;where[id]='\n . $row['id'] . '\"><i class=\"fa fa-table\"></i> ' . Tools::h((string) $row['name'])\n . ' (' .\n// $this->tableAdmin->translate(\n $row['type']\n// )\n .\n ')</a></div>' . PHP_EOL;\n }\n $output .= '</details>' . PHP_EOL;\n }\n $output .= (count($urls) ? '' : '<i>' . $this->tableAdmin->translate('None') . '</i>')\n . '</div><footer class=\"mt-2\">'\n . (count($urls) ? '<button type=\"button\" class=\"btn btn-sm btn-secondary mr-2\" id=\"urls-toggle\" title=\"'\n . $this->tableAdmin->translate('Open/close')\n . '\" data-open=\"1\"><i class=\"fas fa-caret-right\"></i> <i class=\"fas fa-caret-down\"></i></button>' : '')\n . '</footer>';\n return $output;\n }", "function _or_chart_url_build_header($user_page_user = NULL) {\n\n $header = array();\n if (user_access('manage and filter site statistics')) { \n //$header[] = theme('table_select_header_cell');\n }\n $header[] = array('data' => t('url'), 'field' => 'url');\n $header[] = array('data' => t('url名'), 'field' => 'urlname');\n $header[] = array('data' => t('时间'), 'field' => 'created', 'sort' => 'desc');\n $header[] = array('data' => t('总访问量'), 'field' => 'visit_num');\n if (user_access('manage and filter site statistics')) {\n $header[] = array('data' => t('操作'));\n }\n\n //add table select all\n drupal_add_js('misc/tableselect.js');\n array_unshift($header, array('class' => array('select-all')));\n return $header;\n}" ]
[ "0.60313797", "0.60168725", "0.5852999", "0.5846631", "0.58126706", "0.56766397", "0.56577694", "0.5551725", "0.5550415", "0.5546814", "0.55014753", "0.54818106", "0.54716086", "0.54589957", "0.5439701", "0.5427568", "0.5424297", "0.5383421", "0.5367173", "0.53512335", "0.53464174", "0.5343701", "0.52771515", "0.5270809", "0.5265104", "0.5259248", "0.5258849", "0.52391505", "0.52281916", "0.5224139", "0.52178013", "0.52144223", "0.5201061", "0.5196412", "0.51525575", "0.5152294", "0.5152194", "0.5151645", "0.5142955", "0.5141891", "0.5140543", "0.5124858", "0.5120443", "0.51122475", "0.51116246", "0.51093286", "0.5107349", "0.5105021", "0.51037323", "0.51006305", "0.5100145", "0.5099364", "0.50964206", "0.5092839", "0.5074517", "0.5070556", "0.50652766", "0.50609976", "0.50602806", "0.5058254", "0.5058074", "0.50567025", "0.5048489", "0.50444746", "0.5040537", "0.50359535", "0.5033966", "0.50283474", "0.5008724", "0.500681", "0.50014466", "0.4999155", "0.49960145", "0.49954", "0.4986308", "0.49861693", "0.49834755", "0.49781373", "0.49684793", "0.49642992", "0.49607673", "0.49600866", "0.49597123", "0.49580404", "0.4942467", "0.49399355", "0.49355876", "0.49302825", "0.492962", "0.49277106", "0.49275067", "0.49241924", "0.4923267", "0.49181506", "0.49125305", "0.49115798", "0.49109828", "0.4906887", "0.49068654", "0.48972887", "0.48951405" ]
0.0
-1
REQUIRED! This is where you prepare your data for display. This method will usually be used to query the database, sort and filter the data, and generally get it ready to be displayed. At a minimum, we should set $this>items and $this>set_pagination_args(), although the following properties and methods are frequently interacted with here...
function prepare_items( $items = false ) { // process bulk actions $this->process_bulk_action(); // get pagination state $current_page = $this->get_pagenum(); $per_page = $this->get_items_per_page('listings_per_page', 20); // define columns $this->_column_headers = $this->get_column_info(); // fetch listings from model - if no parameter passed if ( ! $items ) { $listingsModel = new WPLA_ListingsModel(); $this->items = $listingsModel->getPageItems( $current_page, $per_page ); $this->total_items = $listingsModel->total_items; } else { $this->items = $items; $this->total_items = count($items); } // register our pagination options & calculations. $this->set_pagination_args( array( 'total_items' => $this->total_items, 'per_page' => $per_page, 'total_pages' => ceil($this->total_items/$per_page) ) ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function prepare_items() {\n\t\t\n\t\t// Get how many records per page to show\n\t\t$per_page\t= $this->per_page;\n\t\t\n\t\t// Get All, Hidden, Sortable columns\n\t\t$columns\t= $this->get_columns();\n\t\t$hidden \t= array();\n\t\t$sortable \t= $this->get_sortable_columns();\n\t\t\n\t\t// Get final column header\n\t\t$this->_column_headers = array($columns, $hidden, $sortable);\n\t\t\n\t\t// Get Data of particular page\n\t\t$data_res \t= $this->bdpp_display_styles_list();\n\t\t$data \t\t= $data_res['data'];\n\t\t\n\t\t// Get current page number\n\t\t$current_page = $this->get_pagenum();\n\t\t\n\t\t// Get total count\n\t\t$total_items = $data_res['total'];\n\t\t\n\t\t// Get page items\n\t\t$this->items = $data;\n\t\t\n\t\t// Register pagination options and calculations.\n\t\t$this->set_pagination_args( array(\n\t\t\t\t\t\t\t\t\t\t\t'total_items' => $total_items, // Calculate the total number of items\n\t\t\t\t\t\t\t\t\t\t\t'per_page' => $per_page, // Determine how many items to show on a page\n\t\t\t\t\t\t\t\t\t\t\t'total_pages' => ceil($total_items / $per_page)\t// Calculate the total number of pages\n\t\t\t\t\t\t\t\t\t\t));\n\t}", "public function prepare_items()\n\t\t {\n\t\t // How many records are to be shown on page\n\t\t\t\t$per_page = 20;\n\n\t\t\t\t// Columns array to be displayed\n\t\t $columns = $this->get_columns();\n\n\t\t // Columns array to be hidden\n\t\t $hidden = array();\n\n\t\t // List of sortable columns\n\t\t $sortable = $this->get_sortable_columns();\n\t\t \n\t\t // Create the array that is used by the class\n\t\t $this->_column_headers = array($columns, $hidden, $sortable);\n\t\t \n\t\t // Process bulk actions\n\t\t $this->process_bulk_action();\n\n\t\t \t// Current page\n\t\t $current_page = $this->get_pagenum();\n\n\t\t // Get contests\n\t\t $data = $this->getContests();\n\t\t \n\t\t // Total number of items\n\t\t $total_items = count($data);\n\t\t \n\t\t // Slice data for pagination\n\t\t $data = array_slice($data, (($current_page-1)*$per_page), $per_page);\n\t\t \n\t\t // Send processed data to the items property to be used\n\t\t $this->items = $data;\n\t\t \n\t\t // Register pagination options & calculations\n\t\t $this->set_pagination_args(array(\n\t\t 'total_items' => $total_items, //WE have to calculate the total number of items\n\t\t 'per_page' => $per_page, //WE have to determine how many items to show on a page\n\t\t 'total_pages' => ceil($total_items/$per_page) //WE have to calculate the total number of pages\n\t\t ));\n\t\t }", "function prepare_items() {\n\t\t$per_page\t= $this->per_page;\n\n\t\t// Get All, Hidden, Sortable columns\n\t\t$columns = $this->get_columns();\n\t\t$hidden = array();\n\t\t$sortable = $this->get_sortable_columns();\n\n\t\t// Get final column header\n\t\t$this->_column_headers\t= array( $columns, $hidden, $sortable );\n\n\t\t// Get Data of particular page\n\t\t$data_res \t= $this->display_used_vouchers();\n\t\t$data \t\t= $data_res['data'];\n\n\t\t// Get current page number\n\t\t$current_page = $this->get_pagenum();\n\n\t\t// Get total count\n\t\t$total_items = $data_res['total'];\n\n\t\t// Get page items\n\t\t$this->items = $data;\n\n\t\t// We also have to register our pagination options & calculations.\n\t\t$this->set_pagination_args( array(\n\t\t\t\t\t\t\t\t\t\t\t'total_items' => $total_items,\n\t\t\t\t\t\t\t\t\t\t\t'per_page' => $per_page,\n\t\t\t\t\t\t\t\t\t\t\t'total_pages' => ceil( $total_items/$per_page )\n\t\t\t\t\t\t\t\t\t\t) );\n }", "public function prepare_items()\n {\n /* 20 seems like a good number to show */\n $per_page = 10;\n $columns = $this->get_columns();\n $hidden = array();\n $sortable = $this->get_sortable_columns();\n\n $this->_column_headers = array($columns, $hidden, $sortable);\n\n /* Parameters that are used to order the results table */\n $orderby = !empty($_GET[\"orderby\"]) ? mysql_real_escape_string($_GET[\"orderby\"]) : 'id';\n $order = !empty($_GET[\"order\"]) ? mysql_real_escape_string($_GET[\"order\"]) : 'ASC';\n\n $current_page = $this->get_pagenum();\n $total_items = count($this->items);\n if ($total_items > 0) {\n\n $this->items = array_slice($this->items,(($current_page-1)*$per_page),$per_page);\n\n $this->set_pagination_args( array(\n 'total_items' => $total_items, //WE have to calculate the total number of items\n 'per_page' => $per_page, //WE have to determine how many items to show on a page\n 'total_pages' => ceil($total_items/$per_page) //WE have to calculate the total number of pages\n ) );\n }\n }", "public function prepare_items() {\n \n /**\n * Set how many records per page to show\n */\n $_iItemsPerPage = 20;\n \n /**\n * Define our column headers. \n */\n $this->_column_headers = array( \n $this->get_columns(), // $aColumns\n array(), // $aHidden\n $this->get_sortable_columns() // $aSortable\n );\n \n \n /**\n * Process bulk actions.\n */\n // $this->process_bulk_action(); // in our case, it is dealt before the header is sent. ( with the Admin page class )\n \n /**\n * Variables\n */\n $_aData = $this->aData;\n \n \n /**\n * Sort the array.\n */\n usort( $_aData, array( $this, 'usort_reorder' ) );\n \n \n /**\n * For pagination.\n */\n $_iCurrentPageNumber = $this->get_pagenum();\n $_iTotalItems = count( $_aData );\n $this->set_pagination_args( \n array(\n 'total_items' => $_iTotalItems, // calculate the total number of items\n 'per_page' => $_iItemsPerPage, // determine how many items to show on a page\n 'total_pages' => ceil( $_iTotalItems / $_iItemsPerPage ) // calculate the total number of pages\n )\n );\n $_aData = array_slice( \n $_aData, \n ( ( $_iCurrentPageNumber -1 ) * $_iItemsPerPage ), \n $_iItemsPerPage \n );\n \n /*\n * Set data\n * */\n $this->items = $_aData;\n \n }", "function prepare_items( ) {\r\n\t\t// Initialize $this->_column_headers\r\n\t\t$this->get_column_info();\r\n\r\n\t\t/*\r\n\t\t * Calculate and filter pagination arguments.\r\n\t\t */\r\n\t\t$user = get_current_user_id();\r\n\t\t$option = $this->screen->get_option( 'per_page', 'option' );\r\n\t\t$per_page = (integer) get_user_meta( $user, $option, true );\r\n\t\tif ( empty( $per_page ) || $per_page < 1 ) {\r\n\t\t\t$per_page = (integer) $this->screen->get_option( 'per_page', 'default' );\r\n\t\t}\r\n\r\n\t\t$current_page = isset( $_REQUEST['paged'] ) ? absint( $_REQUEST['paged'] ) : 1;\r\n\r\n\t\t$pagination = apply_filters_ref_array( 'mla_list_table_prepare_items_pagination', array( compact( array( 'per_page', 'current_page' ) ), &$this ) );\r\n\t\t$per_page = isset( $pagination[ 'per_page' ] ) ? $pagination[ 'per_page' ] : $per_page;\r\n\t\t$current_page = isset( $pagination[ 'current_page' ] ) ? $pagination[ 'current_page' ] : $current_page;\r\n\r\n\t\t/*\r\n\t\t * Assign sorted and paginated data to the items property, where \r\n\t\t * it can be used by the rest of the class.\r\n\t\t */\r\n\t\t$total_items = apply_filters_ref_array( 'mla_list_table_prepare_items_total_items', array( NULL, &$this ) );\r\n\t\tif ( is_null( $total_items ) ) {\r\n\t\t\t$total_items = MLAQuery::mla_count_list_table_items( $_REQUEST, ( ( $current_page - 1 ) * $per_page ), $per_page );\r\n\t\t}\r\n\r\n\t\t/*\r\n\t\t * Register the pagination options & calculations.\r\n\t\t */\r\n\t\t$this->set_pagination_args( array(\r\n\t\t\t'total_items' => $total_items, //WE have to calculate the total number of items\r\n\t\t\t'per_page' => $per_page, //WE have to determine how many items to show on a page\r\n\t\t\t'total_pages' => ceil( $total_items / $per_page ) //WE have to calculate the total number of pages\r\n\t\t) );\r\n\r\n\t\t$this->items = apply_filters_ref_array( 'mla_list_table_prepare_items_the_items', array( NULL, &$this ) );\r\n\t\tif ( is_null( $this->items ) ) {\r\n\t\t\t$this->items = MLAQuery::mla_query_list_table_items( $_REQUEST, ( ( $current_page - 1 ) * $per_page ), $per_page );\r\n\t\t}\r\n\r\n\t\tdo_action_ref_array( 'mla_list_table_prepare_items', array( &$this ) );\r\n\t}", "public function prepare_items() {\n\t\t$column = $this->get_columns();\n\t\t$hidden = array();\n\t\t$sortable = $this->get_sortable_columns();\n\n\t\t$this->_column_headers = array( $column, $hidden, $sortable );\n\n\t\t$per_page = 20;\n\t\t$current_page = $this->get_pagenum();\n\t\t$offset = ( $current_page - 1 ) * $per_page;\n\n\t\t$args = array(\n\t\t\t'number' => $per_page,\n\t\t\t'offset' => $offset,\n\t\t);\n\n\t\tif ( isset( $_REQUEST['orderby'] ) && isset( $_REQUEST['order'] ) ) {\n\t\t\t$args['orderby'] = $_REQUEST['orderby'];\n\t\t\t$args['order'] = $_REQUEST['order'];\n\t\t}\n\n\t\t$this->items = Persistence::get( $args );\n\n\t\t$this->set_pagination_args(\n\t\t\tarray(\n\t\t\t\t'total_items' => Persistence::count(),\n\t\t\t\t'per_page' => $per_page,\n\t\t\t)\n\t\t);\n\t}", "public function prepare_items()\r\n\t{\r\n\t\t$columns = $this->get_columns();\r\n\t\t$hidden = $this->get_hidden_columns();\r\n\t\t$sortable = $this->get_sortable_columns();\r\n\r\n\t\t$currentPage = $this->get_pagenum();\r\n\r\n\t\t$this->total = Lead::count();\r\n\t\t$data = Lead::take( $this->per_page )->skip( ( $currentPage - 1 ) * $this->per_page )\r\n\t\t ->get()->toArray();\r\n\r\n\t\t$this->set_pagination_args( [\r\n\t\t\t'total_items' => $this->total,\r\n\t\t\t'per_page' => $this->per_page\r\n\t\t] );\r\n\r\n\t\t$this->_column_headers = [ $columns, $hidden, $sortable ];\r\n\r\n\t\t$this->items = $data;\r\n\t}", "public function prepare_items()\n {\n $per_page = 100;\n\n // define column headers\n $columns = $this->get_columns();\n $hidden = [];\n $sortable = $this->get_sortable_columns();\n $this->_column_headers = [$columns, $hidden, $sortable];\n\n // retrieve data\n $data = \\Podlove\\Model\\EpisodeAsset::all('ORDER BY position ASC');\n\n // get current page\n $current_page = $this->get_pagenum();\n // get total items\n $total_items = count($data);\n // extrage page for current page only\n $data = array_slice($data, ($current_page - 1) * $per_page, $per_page);\n // add items to table\n $this->items = $data;\n\n // register pagination options & calculations\n $this->set_pagination_args([\n 'total_items' => $total_items,\n 'per_page' => $per_page,\n 'total_pages' => ceil($total_items / $per_page),\n ]);\n }", "function prepare_items() {\n\t\t$columns = $this->get_columns();\n\t\t$hidden = array();\n\t\t$sortable = $this->get_sortable_columns();\n\t\t$this->_column_headers = array( $columns, $hidden, $sortable );\n\n\t\t$ubc_di_sites = $this->ubc_di_get_assessment_results();\n\n\t\tusort( $ubc_di_sites, array( &$this, 'usort_reorder' ) );\n\n\t\t$per_page = 50;\n\t\t$current_page = $this->get_pagenum();\n\t\t$total_items = count( $ubc_di_sites );\n\t\t// only ncessary because we have sample data\n\t\t$ubc_di_sites_subset = array_slice( $ubc_di_sites, ( ( $current_page - 1 ) * $per_page ), $per_page );\n\t\t$this->set_pagination_args( array(\n\t\t\t'total_items' => $total_items, //WE have to calculate the total number of items\n\t\t\t'per_page' => $per_page, //WE have to determine how many items to show on a page\n\t\t) );\n\t\t$this->items = $ubc_di_sites_subset;\n\t}", "public function prepare_items()\r\r\n {\r\r\n\r\r\n $this->_column_headers = $this->get_column_info();\r\r\n\r\r\n /** Process bulk action */\r\r\n //\t$this->process_bulk_action();\r\r\n $per_page = $this->get_items_per_page('data_logs_per_page', 5);\r\r\n $current_page = $this->get_pagenum();\r\r\n $total_items = self::record_count();\r\r\n $this->set_pagination_args(array(\r\r\n 'total_items' => $total_items,\r\r\n 'per_page' => $per_page,\r\r\n ));\r\r\n\r\r\n $this->items = self::get_Data($per_page, $current_page);\r\r\n }", "public function prepare_items(){\n $columns = $this->get_columns();\n $hidden = $this->get_hidden_columns();\n $sortable = $this->get_sortable_columns();\n $action = $this->current_action();\n\n $data = $this->table_data();\n usort( $data, array( &$this, 'sort_data' ) );\n\n $perPage = 10;\n $currentPage = $this->get_pagenum();\n $totalItems = count($data);\n\n $this->set_pagination_args( array(\n 'total_items' => $totalItems,\n 'per_page' => $perPage\n ) );\n\n $data = array_slice($data,(($currentPage-1)*$perPage),$perPage);\n $this->_column_headers = array($columns, $hidden, $sortable);\n\n $search = ( isset( $_REQUEST['s'] ) ) ? $_REQUEST['s'] : false;\n if(!empty($search)){\n global $wpdb;\n \n try {\n $search = sanitize_text_field( $search );\n $data = $wpdb->get_results(\"SELECT * FROM {$wpdb->prefix}lic_activations WHERE UserName LIKE '%$search%'\", ARRAY_A);\n if(!is_wp_error( $wpdb )){\n $this->items = $data;\n }\n } catch (\\Throwable $th) {\n //throw $th;\n }\n\n }else{\n $this->items = $data;\n }\n \n }", "public function prepare_items() {\n\t\t/** Process bulk action */\n\t\t$this->process_bulk_action();\n\n\t\t$columns = $this->get_columns();\n $hidden = $this->get_hidden_columns();\n $sortable = $this->get_sortable_columns();\n $this->_column_headers = array($columns, $hidden, $sortable);\n\n\t\t$per_page = $this->get_items_per_page( 'posts_per_page', 20 );\n\t\t$current_page = $this->get_pagenum();\n\t\t$total_items = self::record_count();\n\n\t\t$this->set_pagination_args( [\n\t\t\t'total_items' => $total_items, //WE have to calculate the total number of items\n\t\t\t'per_page' => $per_page //WE have to determine how many items to show on a page\n\t\t] );\n\n\t\t$this->items = self::get_posts( $per_page, $current_page );\n\t}", "function prepare_items() {\n\n\t\tglobal $wpdb; //This is used only if making any database queries\n\n\t\t/**\n\t\t * First, lets decide how many records per page to show\n\t\t */\n\t\t$per_page = 4;\n\t\t\n\t\t\n\t\t/**\n\t\t * REQUIRED. Now we need to define our column headers. This includes a complete\n\t\t * array of columns to be displayed (slugs & titles), a list of columns\n\t\t * to keep hidden, and a list of columns that are sortable. Each of these\n\t\t * can be defined in another method (as we've done here) before being\n\t\t * used to build the value for our _column_headers property.\n\t\t */\n\t\t$columns = $this->get_columns();\n\t\t$hidden = array();\n\t\t$sortable = $this->get_sortable_columns();\n\t\t\n\t\t\n\t\t/**\n\t\t * REQUIRED. Finally, we build an array to be used by the class for column \n\t\t * headers. The $this->_column_headers property takes an array which contains\n\t\t * 3 other arrays. One for all columns, one for hidden columns, and one\n\t\t * for sortable columns.\n\t\t */\n\t\t$this->_column_headers = array($columns, $hidden, $sortable);\n\t\t\n\t\t\n\t\t/**\n\t\t * Optional. You can handle your bulk actions however you see fit. In this\n\t\t * case, we'll handle them within our package just to keep things clean.\n\t\t */\n\t\t$this->process_bulk_action();\n\t\t\n\t\t\n\t\t/**\n\t\t * Instead of querying a database, we're going to fetch the example data\n\t\t * property we created for use in this plugin. This makes this example \n\t\t * package slightly different than one you might build on your own. In \n\t\t * this example, we'll be using array manipulation to sort and paginate \n\t\t * our data. In a real-world implementation, you will probably want to \n\t\t * use sort and pagination data to build a custom query instead, as you'll\n\t\t * be able to use your precisely-queried data immediately.\n\t\t */\n\t\t$data = $this->example_data;\n\t\t\t\t\n\t\t\n\t\t/**\n\t\t * This checks for sorting input and sorts the data in our array accordingly.\n\t\t * \n\t\t * In a real-world situation involving a database, you would probably want \n\t\t * to handle sorting by passing the 'orderby' and 'order' values directly \n\t\t * to a custom query. The returned data will be pre-sorted, and this array\n\t\t * sorting technique would be unnecessary.\n\t\t */\n\t\tfunction usort_reorder( $a, $b ) {\n\n\t\t\t//If no sort, default to title\n\t\t\t$orderby = ( ! empty( $_REQUEST['orderby'] ) ) ? $_REQUEST['orderby'] : 'title';\n\t\t\t//If no order, default to asc\n\t\t\t$order = ( ! empty( $_REQUEST['order'] ) ) ? $_REQUEST['order'] : 'asc';\n\t\t\t //Determine sort order\n\t\t\t$result = strcmp( $a[ $orderby ], $b[ $orderby ] );\n\t\t\t//Send final sort direction to usort\n\t\t\treturn ( 'asc' === $order ) ? $result : -$result; \n\t\t}\n\t\tusort( $data, 'usort_reorder' );\n\t\t\n\t\t\n\t\t/***********************************************************************\n\t\t * ---------------------------------------------------------------------\n\t\t * vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv\n\t\t * \n\t\t * In a real-world situation, this is where you would place your query.\n\t\t *\n\t\t * For information on making queries in WordPress, see this Codex entry:\n\t\t * http://codex.wordpress.org/Class_Reference/wpdb\n\t\t * \n\t\t * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\t\t * ---------------------------------------------------------------------\n\t\t **********************************************************************/\n\t\t\n\t\t\t\t\n\t\t/**\n\t\t * REQUIRED for pagination. Let's figure out what page the user is currently \n\t\t * looking at. We'll need this later, so you should always include it in \n\t\t * your own package classes.\n\t\t */\n\t\t$current_page = $this->get_pagenum();\n\t\t\n\t\t/**\n\t\t * REQUIRED for pagination. Let's check how many items are in our data array. \n\t\t * In real-world use, this would be the total number of items in your database, \n\t\t * without filtering. We'll need this later, so you should always include it \n\t\t * in your own package classes.\n\t\t */\n\t\t$total_items = count($data);\n\t\t\n\t\t\n\t\t/**\n\t\t * The WP_List_Table class does not handle pagination for us, so we need\n\t\t * to ensure that the data is trimmed to only the current page. We can use\n\t\t * array_slice() to \n\t\t */\n\t\t$data = array_slice($data,(($current_page-1)*$per_page),$per_page);\n\t\t\n\t\t\n\t\t\n\t\t/**\n\t\t * REQUIRED. Now we can add our *sorted* data to the items property, where \n\t\t * it can be used by the rest of the class.\n\t\t */\n\t\t$this->items = $data;\n\t\t\n\t\t\n\t\t/**\n\t\t * REQUIRED. We also have to register our pagination options & calculations.\n\t\t */\n\t\t$this->set_pagination_args(\n\t\t\tarray(\n\t\t\t\t//WE have to calculate the total number of items\n\t\t\t\t'total_items'\t=> $total_items,\n\t\t\t\t//WE have to determine how many items to show on a page\n\t\t\t\t'per_page'\t=> $per_page,\n\t\t\t\t//WE have to calculate the total number of pages\n\t\t\t\t'total_pages'\t=> ceil( $total_items / $per_page ),\n\t\t\t\t// Set ordering values if needed (useful for AJAX)\n\t\t\t\t'orderby'\t=> ! empty( $_REQUEST['orderby'] ) && '' != $_REQUEST['orderby'] ? $_REQUEST['orderby'] : 'title',\n\t\t\t\t'order'\t\t=> ! empty( $_REQUEST['order'] ) && '' != $_REQUEST['order'] ? $_REQUEST['order'] : 'asc'\n\t\t\t)\n\t\t);\n\t}", "public function prepare_items()\n {\n $columns = $this->get_columns();\n $hidden = $this->get_hidden_columns();\n $sortable = $this->get_sortable_columns();\n $data = $this->table_data();\n usort( $data, array( &$this, 'sort_data' ) );\n $perPage = 10;\n $currentPage = $this->get_pagenum();\n $totalItems = count($data);\n $this->set_pagination_args( array(\n 'total_items' => $totalItems,\n 'per_page' => $perPage\n ) );\n $data = array_slice($data,(($currentPage-1)*$perPage),$perPage);\n $this->_column_headers = array($columns, $hidden, $sortable);\n $this->process_bulk_action();\n $this->items = $data;\n }", "public function prepare_items()\r\n {\r\n if( !count( $this->columns ) )\r\n $this->set_columns();\r\n\r\n $per_page = 20;\r\n\r\n $columns = $this->get_columns();\r\n $hidden = array();\r\n $sortable = $this->get_sortable_columns();\r\n\r\n $this->_column_headers = array( $columns, $hidden, $sortable );\r\n\r\n $this->process_bulk_action();\r\n\r\n $data = $this->values;\r\n\r\n usort( $data, array( $this, 'usort_reorder' ) );\r\n\r\n $current_page = $this->get_pagenum();\r\n\r\n $total_items = count( $data );\r\n\r\n $data = array_slice( $data, ( ( $current_page - 1 ) * $per_page ), $per_page );\r\n\r\n $this->items = $data;\r\n\r\n if( $total_items > $per_page ) {\r\n $this->set_pagination_args( array(\r\n 'total_items' => $total_items,\r\n 'per_page' => $per_page,\r\n 'total_pages' => ceil( $total_items / $per_page ),\r\n ) );\r\n }\r\n }", "public function prepare_items()\r\n {\r\n $columns = $this->get_columns();\r\n $hidden = $this->get_hidden_columns();\r\n $sortable = $this->get_sortable_columns();\r\n\r\n /** Process bulk action */\r\n $this->process_bulk_action();\r\n\r\n $data = $this->table_data();\r\n usort($data, array(&$this, 'sort_data'));\r\n $perPage = 30;\r\n $currentPage = $this->get_pagenum();\r\n $totalItems = count($data);\r\n $this->set_pagination_args(array(\r\n 'total_items' => $totalItems,\r\n 'per_page' => $perPage\r\n ));\r\n $data = array_slice($data, (($currentPage - 1) * $perPage), $perPage);\r\n // var_dump($data);\r\n // die();\r\n $this->_column_headers = array($columns, $hidden, $sortable);\r\n $this->items = $data;\r\n }", "function prepare_items() {\n global $wpdb; //This is used only if making any database queries\n\n /**\n * First, lets decide how many records per page to show\n */\n $per_page = 5;\n \n \n /**\n * REQUIRED. Now we need to define our column headers. This includes a complete\n * array of columns to be displayed (slugs & titles), a list of columns\n * to keep hidden, and a list of columns that are sortable. Each of these\n * can be defined in another method (as we've done here) before being\n * used to build the value for our _column_headers property.\n */\n $columns = $this->get_columns();\n $hidden = array();\n $sortable = $this->get_sortable_columns();\n \n \n /**\n * REQUIRED. Finally, we build an array to be used by the class for column \n * headers. The $this->_column_headers property takes an array which contains\n * 3 other arrays. One for all columns, one for hidden columns, and one\n * for sortable columns.\n */\n $this->_column_headers = array($columns, $hidden, $sortable);\n \n \n /**\n * Optional. You can handle your bulk actions however you see fit. In this\n * case, we'll handle them within our package just to keep things clean.\n */\n $this->process_bulk_action();\n \n \n /**\n * Instead of querying a database, we're going to fetch the example data\n * property we created for use in this plugin. This makes this example \n * package slightly different than one you might build on your own. In \n * this example, we'll be using array manipulation to sort and paginate \n * our data. In a real-world implementation, you will probably want to \n * use sort and pagination data to build a custom query instead, as you'll\n * be able to use your precisely-queried data immediately.\n */\n //$data = $this->example_data;\n $table_name = $wpdb->prefix . 'BABP';\n\t\t$data = $wpdb->get_results( 'SELECT * FROM '.$table_name, ARRAY_A);\n\t\t//var_dump($data); \n\t\t//var_dump($this->example_data);\n \n /**\n * This checks for sorting input and sorts the data in our array accordingly.\n * \n * In a real-world situation involving a database, you would probably want \n * to handle sorting by passing the 'orderby' and 'order' values directly \n * to a custom query. The returned data will be pre-sorted, and this array\n * sorting technique would be unnecessary.\n */\n function usort_reorder($a,$b){\n $orderby = (!empty($_REQUEST['orderby'])) ? $_REQUEST['orderby'] : 'title'; //If no sort, default to title\n $order = (!empty($_REQUEST['order'])) ? $_REQUEST['order'] : 'asc'; //If no order, default to asc\n $result = strcmp($a[$orderby], $b[$orderby]); //Determine sort order\n return ($order==='asc') ? $result : -$result; //Send final sort direction to usort\n }\n usort($data, 'usort_reorder');\n \n \n /***********************************************************************\n * ---------------------------------------------------------------------\n * vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv\n * \n * In a real-world situation, this is where you would place your query.\n *\n * For information on making queries in WordPress, see this Codex entry:\n * http://codex.wordpress.org/Class_Reference/wpdb\n * \n * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n * ---------------------------------------------------------------------\n **********************************************************************/\n \n \n /**\n * REQUIRED for pagination. Let's figure out what page the user is currently \n * looking at. We'll need this later, so you should always include it in \n * your own package classes.\n */\n $current_page = $this->get_pagenum();\n \n /**\n * REQUIRED for pagination. Let's check how many items are in our data array. \n * In real-world use, this would be the total number of items in your database, \n * without filtering. We'll need this later, so you should always include it \n * in your own package classes.\n */\n $total_items = count($data);\n \n \n /**\n * The WP_List_Table class does not handle pagination for us, so we need\n * to ensure that the data is trimmed to only the current page. We can use\n * array_slice() to \n */\n $data = array_slice($data,(($current_page-1)*$per_page),$per_page);\n \n \n \n /**\n * REQUIRED. Now we can add our *sorted* data to the items property, where \n * it can be used by the rest of the class.\n */\n $this->items = $data;\n \n \n /**\n * REQUIRED. We also have to register our pagination options & calculations.\n */\n $this->set_pagination_args( array(\n 'total_items' => $total_items, //WE have to calculate the total number of items\n 'per_page' => $per_page, //WE have to determine how many items to show on a page\n 'total_pages' => ceil($total_items/$per_page) //WE have to calculate the total number of pages\n ) );\n }", "public function prepare_items() {\n\n\t\t\t$columns = $this->get_columns();\n\n\t\t\t$hidden = array(); // No hidden columns\n\n\t\t\t$sortable = $this->get_sortable_columns();\n\n\t\t\t$this->_column_headers = array( $columns, $hidden, $sortable );\n\n\n\n\t\t\t// Process bulk action\n\n\t\t\t$this->process_bulk_action();\n\n\n\n\t\t\t$current_page = $this->get_pagenum();\n\n\t\t\t$total_items = self::record_count();\n\n\n\n\t\t\t$this->items = self::get_topics( 20, $current_page );\n\n\n\n\t\t\t$this->set_pagination_args( [\n\n\t\t\t\t'total_items' => $total_items,\n\n\t\t\t\t'per_page' => 20\n\n\t\t\t] );\n\n\t\t}", "public function prepare_items() {\n\n\t\t// Roll out each part.\n\t\t$columns = $this->get_columns();\n\t\t$hidden = $this->get_hidden_columns();\n\t\t$sortable = $this->get_sortable_columns();\n\t\t$dataset = $this->table_data();\n\n\t\t// Check for the action key value to filter.\n\t\tif ( ! empty( $_REQUEST['wbr-review-filter'] ) ) { // WPCS: CSRF ok.\n\t\t\t$dataset = $this->maybe_filter_dataset( $dataset );\n\t\t}\n\n\t\t// Handle our sorting.\n\t\tusort( $dataset, array( $this, 'sort_data' ) );\n\n\t\t// Load up the pagination settings.\n\t\t$paginate = 20;\n\t\t$item_count = count( $dataset );\n\t\t$current = $this->get_pagenum();\n\n\t\t// Set my pagination args.\n\t\t$this->set_pagination_args( array(\n\t\t\t'total_items' => $item_count,\n\t\t\t'per_page' => $paginate,\n\t\t\t'total_pages' => ceil( $item_count / $paginate ),\n\t\t));\n\n\t\t// Slice up our dataset.\n\t\t$dataset = array_slice( $dataset, ( ( $current - 1 ) * $paginate ), $paginate );\n\n\t\t// Do the column headers.\n\t\t$this->_column_headers = array( $columns, $hidden, $sortable );\n\n\t\t// Make sure we have the single action running.\n\t\t$this->process_single_action();\n\n\t\t// Make sure we have the bulk action running.\n\t\t$this->process_bulk_action();\n\n\t\t// Make sure we have the status change.\n\t\t$this->process_status_change();\n\n\t\t// And the result.\n\t\t$this->items = $dataset;\n\t}", "public function prepare_items() {\n\n\t\t$columns = $this->get_columns();\n\t\t$hidden = get_hidden_columns( $this->screen );\n \t\t$sortable = $this->get_sortable_columns();\n \t\t$this->_column_headers = array($columns, $hidden, $sortable);\n \t\t//$this->_column_headers = $this->get_column_info();\n\t\t/** Process bulk action */\n\t\t$this->process_bulk_action();\n\n\t\t$per_page = $this->get_items_per_page( 'transactions_per_page', 10 );\n\t\t$current_page = $this->get_pagenum();\n\t\t$total_items = self::record_count();\n\n\t\t$this->set_pagination_args( array(\n\t\t\t'total_items' => $total_items, //WE have to calculate the total number of items\n\t\t\t'per_page' => $per_page //WE have to determine how many items to show on a page\n\t\t));\n\n\t\t$this->items = self::get_customers( $per_page, $current_page );\n\t}", "public function prepare_items() {\n\n\t\t// Retrieve count.\n\t\t$this->get_counts();\n\n\t\t/**\n\t\t * TODO: implement.\n\t\t */\n\t\t$this->process_bulk_action();\n\n\t\t/*\n\t\t * Prepare all the params to pass to our Collection.\n\t\t * All sanitization is done in that class.\n\t\t */\n\t\t$params = $this->get_filters_query_params();\n\n\t\t// Total amount for pagination with WHERE clause - super quick count DB request.\n\t\t$total_items = ( new EmailsCollection( $params ) )->get_count();\n\n\t\tif ( ! empty( $_REQUEST['orderby'] ) && in_array( $_REQUEST['orderby'], [ 'subject', 'date_sent' ], true ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended\n\t\t\t$params['orderby'] = sanitize_key( $_REQUEST['orderby'] ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended\n\t\t}\n\n\t\tif ( ! empty( $_REQUEST['order'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended\n\t\t\t$params['order'] = sanitize_key( $_REQUEST['order'] ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended\n\t\t}\n\n\t\t$params['offset'] = ( $this->get_pagenum() - 1 ) * EmailsCollection::$per_page;\n\n\t\t// Get the data from the DB using parameters defined above.\n\t\t$collection = new EmailsCollection( $params );\n\t\t$this->items = $collection->get();\n\n\t\t/*\n\t\t * Register our pagination options & calculations.\n\t\t */\n\t\t$this->set_pagination_args(\n\t\t\t[\n\t\t\t\t'total_items' => $total_items,\n\t\t\t\t'per_page' => EmailsCollection::$per_page,\n\t\t\t]\n\t\t);\n\t}", "public function prepare_items() {\r\n\t\t$this->_column_headers = $this->get_column_info();\r\n\r\n\t\t/** Process bulk action */\r\n\t\t$this->process_bulk_action();\r\n\r\n\t\t$per_page = $this->get_items_per_page( 'customers_per_page', 5 );\r\n\t\t$current_page = $this->get_pagenum();\r\n\t\t$total_items = self::record_count();\r\n\r\n\t\t$this->set_pagination_args( [\r\n\t\t\t'total_items' => $total_items,\r\n\t\t\t'per_page' => $per_page\r\n\t\t] );\r\n\r\n\t\t$this->items = self::get_customers( $per_page, $current_page );\r\n\t}", "public function prepare_items() {\n\t\t\t// Construct where clause with search values provided in the search box.\n\t\t\t// Result (where clause) is written to $this->where.\n\t\t\t$this->construct_where_clause();\n\n\t\t\t$this->process_bulk_action();\n\n\t\t\tif ( is_admin() ) {\n\t\t\t\t$option = 'wpda_rows_per_page_' . str_replace( '.', '_', $this->table_name );\n\t\t\t\t$this->items_per_page = $this->get_items_per_page( $option, WPDA::get_option( WPDA::OPTION_BE_PAGINATION ) );\n\t\t\t} else {\n\t\t\t\t$this->items_per_page = WPDA::get_option( WPDA::OPTION_FE_PAGINATION );\n\t\t\t}\n\t\t\t// $this->items_per_page = $this->get_items_per_page( $option, $pagination );\n\t\t\t$this->current_page = $this->get_pagenum();\n\t\t\t$total_items = $this->record_count();\n\t\t\t$total_pages = ceil( $total_items / $this->items_per_page );\n\t\t\tif ( $this->search_value != $this->search_value_old ) {\n\t\t\t\t$this->current_page = 1;\n\t\t\t}\n\t\t\tif ( $this->current_page > $total_pages ) {\n\t\t\t\t$this->current_page = $total_pages;\n\t\t\t}\n\t\t\t$this->set_pagination_args(\n\t\t\t\t[\n\t\t\t\t\t'total_items' => $total_items,\n\t\t\t\t\t'total_pages' => $total_pages,\n\t\t\t\t\t'per_page' => $this->items_per_page,\n\t\t\t\t]\n\t\t\t);\n\n\t\t\t$this->get_rows(); // Written to $this->items in base class (WP_List_Table).\n\n\t\t\t$columns = $this->get_columns();\n\n\t\t\t$hidden = $this->get_hidden_columns();\n\t\t\tif ( false === $hidden ) {\n\t\t\t\tif ( is_admin() ) {\n\t\t\t\t\t// List table in backend\n\t\t\t\t\tif ( $this->table_name === self::LIST_BASE_TABLE ) {\n\t\t\t\t\t\t$table_name = str_replace( '.', '_', WPDA_List_Table::LIST_BASE_TABLE );\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$table_name = str_replace( '.', '_', $this->schema_name . $this->table_name );\n\t\t\t\t\t}\n\t\t\t\t\t$hidden = get_user_option( WPDA_List_View::HIDDENCOLUMNS_PREFIX . get_current_screen()->id . $table_name );\n\t\t\t\t\tif ( false === $hidden ) {\n\t\t\t\t\t\t$hidden = [];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( ! is_array( $hidden ) ) {\n\t\t\t\t$hidden = [];\n\t\t\t}\n\n\t\t\t$sortable = $this->get_sortable_columns();\n\t\t\t$primary = $this->get_primary_column();\n\t\t\t$this->_column_headers = [ $columns, $hidden, $sortable, $primary ];\n\t\t}", "public function prepare_items() {\n\t\tglobal $per_page;\n\n\t\t$per_page = $this->get_items_per_page( 'rank_math_404_monitor_per_page', 100 );\n\t\t$search = $this->get_search();\n\n\t\t$data = DB::get_logs(\n\t\t\t[\n\t\t\t\t'limit' => $per_page,\n\t\t\t\t'order' => $this->get_order(),\n\t\t\t\t'orderby' => $this->get_orderby( 'accessed' ),\n\t\t\t\t'paged' => $this->get_pagenum(),\n\t\t\t\t'search' => $search ? $search : '',\n\t\t\t]\n\t\t);\n\n\t\t$this->items = $data['logs'];\n\n\t\tforeach ( $this->items as $i => $item ) {\n\t\t\t$this->items[ $i ]['uri_decoded'] = urldecode( $item['uri'] );\n\t\t}\n\n\t\t$this->set_pagination_args(\n\t\t\t[\n\t\t\t\t'total_items' => $data['count'],\n\t\t\t\t'per_page' => $per_page,\n\t\t\t]\n\t\t);\n\t}", "function prepare_items()\n {\n global $wpdb,$current_user;\n\n $table_name = $wpdb->prefix.WSPRA_DB.'api_log'; // do not forget about tables prefix\n // $per_page = get_user_meta($current_user->ID, 'messages_per_page', true); // constant, how much records will be shown per page\n \n $columns = $this->get_columns();\n $hidden = $this->get_hidden_columns();\n $sortable = $this->get_sortable_columns();\n \n // here we configure table headers, defined in our methods\n $this->_column_headers = array($columns, $hidden, $sortable);\n \n // [OPTIONAL] process bulk action if any\n $this->process_bulk_action();\n \n // will be used in pagination settings\n $total_items = $wpdb->get_var(\"SELECT COUNT(id) FROM $table_name\");\n \n // prepare query params, as usual current page, order by and order direction\n\n $paged = isset($_REQUEST['paged']) ? max(0, intval($_REQUEST['paged']) - 1) : 0;\n\n $orderby = (isset($_REQUEST['orderby']) && in_array($_REQUEST['orderby'], array_keys($this->get_sortable_columns()))) ? $_REQUEST['orderby'] : 'id';\n\n $order = (isset($_REQUEST['order']) && in_array($_REQUEST['order'], array('asc', 'desc'))) ? $_REQUEST['order'] : 'desc';\n \n $sql = \"SELECT * FROM $table_name ORDER BY id desc LIMIT %d OFFSET %d \";\n $per_page = 20;\n $this->items = $wpdb->get_results($wpdb->prepare($sql, 20, $paged), ARRAY_A);\n // echo '<pre>'; print_r( $this->items); echo '</pre>'; \n // [REQUIRED] configure pagination\n\n $this->set_pagination_args(array(\n\n 'total_items' => $total_items, // total items defined above\n 'per_page' => 20, // per page constant defined at top of method\n 'total_pages' => ceil($total_items / $per_page) // calculate pages count\n ));\n }", "protected function renderData()\n {\n $data = $this->loadData();\n\n $rows = $data->getRows() ?: [];\n $limit = $this->property('limit') ?: 0;\n $this->vars['rows'] = $limit > 0\n ? array_slice($rows, 0, $limit)\n : $data->getRows();\n\n $this->vars['total'] = $data->getTotals();\n }", "function prepare_items() {\n global $wpdb, $_wp_column_headers;\n $screen = get_current_screen();\n $this->process_bulk_action();\n $this->process_link_action();\n $query = \"SELECT * FROM \" . $wpdb->prefix . \"catpdf_template\";\n $orderby = !empty($_GET[\"orderby\"]) ? mysql_real_escape_string($_GET[\"orderby\"]) : 'ASC';\n $order = !empty($_GET[\"order\"]) ? mysql_real_escape_string($_GET[\"order\"]) : '';\n if (!empty($orderby) & !empty($order)) {\n $query .= ' ORDER BY ' . $orderby . ' ' . $order;\n }\n $totalitems = $wpdb->query($query);\n $perpage = 10;\n $paged = !empty($_GET[\"paged\"]) ? mysql_real_escape_string($_GET[\"paged\"]) : '';\n if (empty($paged) || !is_numeric($paged) || $paged <= 0) {\n $paged = 1;\n }\n $totalpages = ceil($totalitems / $perpage);\n if (!empty($paged) && !empty($perpage)) {\n $offset = ($paged - 1) * $perpage;\n $query .= ' LIMIT ' . (int) $offset . ',' . (int) $perpage;\n }\n $this->set_pagination_args(array(\n \"total_items\" => $totalitems,\n \"total_pages\" => $totalpages,\n \"per_page\" => $perpage\n ));\n $columns = $this->get_columns();\n $hidden = array();\n $sortable = $this->get_sortable_columns();\n $this->_column_headers = array(\n $columns,\n $hidden,\n $sortable\n );\n $this->items = $wpdb->get_results($query);\n }", "public function prepare_items() {\n\n\t\tglobal $wpdb, $_wp_column_headers;\n\t\t$screen = get_current_screen();\n\n\t\t$query = \"SELECT * FROM {$wpdb->prefix}posts WHERE post_type = 'wo_client'\";\n\n\t\t$orderby = ! empty( $_GET['orderby'] ) ? esc_sql( $_GET['orderby'] ) : 'ASC';\n\t\t$order = ! empty( $_GET['order'] ) ? esc_sql( $_GET['order'] ) : '';\n\n\t\tif ( ! empty( $orderby ) & ! empty( $order ) ) {\n\t\t\t$query .= ' ORDER BY ' . $orderby . ' ' . $order;\n\t\t}\n\n\t\t$totalitems = $wpdb->query( $query );\n\t\t$perpage = 5;\n\t\t$paged = ! empty( $_GET['paged'] ) ? $_GET['paged'] : '';\n\t\tif ( empty( $paged ) || ! is_numeric( $paged ) || $paged <= 0 ) {\n\t\t\t$paged = 1;\n\t\t}\n\n\t\t$totalpages = ceil( $totalitems / $perpage );\n\t\t// if( ! empty( $paged ) && ! empty( $perpage ) ) {\n\t\t// $offset = ( $paged - 1 ) * $perpage;\n\t\t// $query.= ' LIMIT ' . (int) $offset . ',' . (int) $perpage;\n\t\t// }\n\t\t$this->set_pagination_args( array(\n\t\t\t'total_items' => $totalitems,\n\t\t\t'total_pages' => $totalpages,\n\t\t\t'per_page' => $perpage,\n\t\t) );\n\n\t\t$columns = $this->get_columns();\n\t\t$hidden = array();\n\t\t$sortable = $this->get_sortable_columns();\n\t\t$this->_column_headers = array( $columns, $hidden, $sortable );\n\n\t\t$this->items = $wpdb->get_results( $query );\n\t}", "private function getItems()\n\t{\n\t\tglobal $objPage;\n\t\t$objDatabase = \\Database::getInstance();\n\t\t\n\t\t$time = time();\n\t\t$strBegin;\n\t\t$strEnd;\n\t\t$arrArticles = array();\n\t\t\n\t\t// Create a new data Object\n\t\t$objDate = new \\Date();\n\t\t\n\t\t// Set scope of pagination\n\t\tif($this->pagination_format == 'news_year')\n\t\t{\n\t\t\t// Display current year only\n\t\t\t$strBegin = $objDate->__get('yearBegin');\n\t\t\t$strEnd = $objDate->__get('yearEnd');\n\t\t}\n\t\telseif ($this->pagination_format == 'news_month')\t\n\t\t{\n\t\t\t// Display current month only\n\t\t\t$strBegin = $objDate->__get('monthBegin');\n\t\t\t$strEnd = $objDate->__get('monthEnd');\n\t\t}\n\t\telse\n\t\t{\n\t\t\t// Display all\n\t\t}\n\t\t\n\t\t$strCustomWhere = '';\n\t\t// HOOK: allow other extensions to modify the sql WHERE clause\n\t\tif (isset($GLOBALS['TL_HOOKS']['readerpagination']['customsql_where']) && count($GLOBALS['TL_HOOKS']['readerpagination']['customsql_where']) > 0)\n\t\t{\n\t\t\tforeach($GLOBALS['TL_HOOKS']['readerpagination']['customsql_where'] as $callback)\n\t\t\t{\n\t\t\t\t$this->import($callback[0]);\n\t\t\t\t$strCustomWhere = $this->$callback[0]->$callback[1]('news',$this);\n\t\t\t}\n\t\t}\n\t\t\n\t\t// Fetch all news that fit in the scope\n\t\t$objArticlesStmt = $objDatabase->prepare(\"\n \tSELECT * FROM tl_news\n \tWHERE \n \t\tpid IN(\" . implode(',', $this->archives) . \") AND published=1 AND hide_in_pagination!=1\n \t\t\" . (!BE_USER_LOGGED_IN ? \" AND (start='' OR start<$time) AND (stop='' OR stop>$time)\" : \"\") . \"\n \t\t\" . ($strBegin ? \" AND (date>$strBegin) AND (date<$strEnd)\" : \"\" ) .\" \".$strCustomWhere. \"\n \tORDER BY date DESC\");\n\t \n\t\t$objArticles = $objArticlesStmt->execute();\n\t\t\n\t\tif ($objArticles->numRows < 1)\n\t\t{\n\t\t\treturn array();\n\t\t}\n\t\t\n\t\t// get all articles\n\t\t$arrArticles = $objArticles->fetchAllAssoc();\n\t\t\n\t\t// HOOK: allow other extensions to modify the items\n\t\tif (isset($GLOBALS['TL_HOOKS']['readerpagination']['getItems']) && count($GLOBALS['TL_HOOKS']['readerpagination']['getItems']) > 0)\n\t\t{\n\t\t\tforeach($GLOBALS['TL_HOOKS']['readerpagination']['getItems'] as $callback)\n\t\t\t{\n\t\t\t\t$this->import($callback[0]);\n\t\t\t\t$arrArticles = $this->$callback[0]->$callback[1]('news',$arrArticles,$this);\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(count($arrArticles) < 1)\n\t\t{\n\t\t\treturn array();\n\t\t}\n\t\t\n\t\t// add keys for pagination (title, href)\n\t\tforeach($arrArticles as $i => $article)\n\t\t{\n\t\t\t// get alias\n \t\t$strAlias = (!$GLOBALS['TL_CONFIG']['disableAlias'] && $article['alias'] != '') ? $article['alias'] : $article['id'];\n \t\t\t\n \t\t\t$arrTmp = array\n \t\t\t(\n \t\t\t\t'href' => ampersand($this->generateFrontendUrl($objPage->row(), ((isset($GLOBALS['TL_CONFIG']['useAutoItem']) && $GLOBALS['TL_CONFIG']['useAutoItem']) ? '/' : '/items/') . $strAlias)),\n 'title' => specialchars($article['headline']),\n \t);\n \t\t\t\n \t\t\t$arrResult[] = array_merge($arrArticles[$i], $arrTmp);\n \t\t\tunset($arrTmp);\n\t\t}\n\t\t$arrArticles = $arrResult;\n\t\tunset($arrResult);\n\t\t\n\t\tif(count($arrArticles) < 1)\n\t\t{\n\t\t\treturn array();\n\t\t}\n\t\t\n\t\t// Higher the keys of the array by 1\n\t\t$arrTmp = array();\n\t\tforeach($arrArticles as $key => $value)\n\t\t{\n\t\t\t$arrTmp[$key+1] = $value;\n\t\t}\n\t\tksort($arrTmp);\n\t\t\n\t\t$arrArticles = $arrTmp;\n\t\tunset($arrTmp);\n\t\t\n\t\treturn $arrArticles;\n\t}", "public function prepare_items() {\n\n\t\t$this->_column_headers = array(\n\t\t\t$this->get_columns(),\n\t\t\tarray(),\n\t\t\t$this->get_sortable_columns(),\n\t\t\t'product_id',\n\t\t);\n\n\t\t$this->set_pagination_args( array(\n\t\t\t'total_items' => Tux_SU_Licenses_List::record_count(),\n\t\t\t'per_page' => 20,\n\t\t) );\n\n\t\tif ( isset( $_GET['orderby'] ) && ( in_array( $_GET['orderby'], array( 'created', 'modified', 'user_id', 'product_id', ) ) ) ) {\n\n\t\t\t$order = $_GET['orderby'];\n\n\t\t} else {\n\n\t\t\t$order = 'modified';\n\n\t\t}\n\n\t\tif ( isset( $_GET['order'] ) && ( 'asc' === $_GET['order'] || 'desc' === $_GET['order'] ) ) {\n\n\t\t\t$order .= ' ' . $_GET['order'];\n\n\t\t} else {\n\n\t\t\t$order .= ' desc';\n\n\t\t}\n\n\t\tif ( ! empty( $_GET['s'] ) ) {\n\n\t\t\t$items = tux_su_get_db( array(\n\t\t\t\t'user_id' => $_GET['s'],\n\t\t\t\t'product_id' => $_GET['s'],\n\t\t\t\t'info' => $_GET['s'],\n\t\t\t\t'type' => 'license',\n\t\t\t\t'order' => $order,\n\t\t\t\t'limit' => 20,\n\t\t\t\t'offset' => ( $this->get_pagenum() - 1 ) * 20,\n\t\t\t\t'search' => true,\n\t\t\t) );\n\n\t\t} else {\n\n\t\t\tif ( isset( $_GET['product_id'] ) ) {\n\n\t\t\t\t$items = tux_su_get_db( array(\n\t\t\t\t\t'product_id' => $_GET['product_id'],\n\t\t\t\t\t'type' => 'license',\n\t\t\t\t\t'order' => $order,\n\t\t\t\t\t'limit' => 20,\n\t\t\t\t\t'offset' => ( $this->get_pagenum() - 1 ) * 20,\n\t\t\t\t) );\n\n\n\t\t\t} else {\n\n\t\t\t\t$items = tux_su_get_db( array(\n\t\t\t\t\t'type' => 'license',\n\t\t\t\t\t'order' => $order,\n\t\t\t\t\t'limit' => 20,\n\t\t\t\t\t'offset' => ( $this->get_pagenum() - 1 ) * 20,\n\t\t\t\t) );\n\n\t\t\t}\n\t\t} // End if().\n\n\t\t$product_ids = array();\n\n\t\tforeach ( $items as $item ) {\n\n\t\t\tif ( ! empty( $item['product_id'] ) ) {\n\n\t\t\t\t$product_ids[] = $item['product_id'];\n\n\t\t\t}\n\t\t}\n\n\t\t$license_rules = array();\n\n\t\tif ( ! empty( $product_ids ) ) {\n\n\t\t\t$license_rules = tux_su_get_db( array(\n\t\t\t\t'product_id' => $product_ids,\n\t\t\t\t'type' => 'rule',\n\t\t\t) );\n\n\t\t}\n\n\t\tforeach ( $items as $item ) {\n\n\t\t\t$info = array();\n\n\t\t\tif ( isset( $item['info'] ) ) {\n\n\t\t\t\t$info = maybe_unserialize( $item['info'] );\n\n\t\t\t}\n\n\t\t\t$product_name = '';\n\t\t\t$activation_limit = 0;\n\t\t\t$expiry = 0;\n\n\t\t\tforeach ( $license_rules as $license_rule ) {\n\n\t\t\t\tif ( $license_rule['product_id'] === $item['product_id'] ) {\n\n\t\t\t\t\t$license_rule['info'] = maybe_unserialize( $license_rule['info'] );\n\n\t\t\t\t\tif ( isset( $license_rule['info']['product_name'] ) ) {\n\n\t\t\t\t\t\t$product_name = $license_rule['info']['product_name'];\n\n\t\t\t\t\t}\n\n\t\t\t\t\tif ( ! empty( $info['child_id'] ) ) {\n\n\t\t\t\t\t\tif ( ! empty( $license_rule['info']['children'][ $info['child_id'] ]['name'] ) ) {\n\n\t\t\t\t\t\t\t$product_name .= ' ' . $license_rule['info']['children'][ $info['child_id'] ]['name'];\n\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( isset( $license_rule['info']['children'][ $info['child_id'] ]['activation_limit'] ) ) {\n\n\t\t\t\t\t\t\t$activation_limit = $license_rule['info']['children'][ $info['child_id'] ]['activation_limit'];\n\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( isset( $license_rule['info']['children'][ $info['child_id'] ]['expiry'] ) ) {\n\n\t\t\t\t\t\t\t$expiry = $license_rule['info']['children'][ $info['child_id'] ]['expiry'];\n\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\tif ( isset( $license_rule['info']['activation_limit'] ) ) {\n\n\t\t\t\t\t\t\t$activation_limit = $license_rule['info']['activation_limit'];\n\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif ( isset( $license_rule['info']['expiry'] ) ) {\n\n\t\t\t\t\t\t\t$expiry = $license_rule['info']['expiry'];\n\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\n\t\t\t\t} // End if().\n\t\t\t} // End foreach().\n\n\t\t\t$this->items[] = array(\n\t\t\t\t'id' => isset( $item['id'] ) ? $item['id'] : '',\n\t\t\t\t'user_id' => isset( $item['user_id'] ) ? $item['user_id'] : '',\n\t\t\t\t'user_name' => isset( $info['user_name'] ) ? $info['user_name'] : '',\n\t\t\t\t'product_name' => $product_name,\n\t\t\t\t'product_id' => isset( $item['product_id'] ) ? $item['product_id'] : '',\n\t\t\t\t'order_id' => isset( $info['order_id'] ) ? $info['order_id'] : '',\n\t\t\t\t'activations' => empty( $activation_limit ) ? __( 'unlimited', 'tuxedo-software-updater' ) : count( isset( $info['activations'] ) ? $info['activations'] : array() ) . ' / ' . $activation_limit,\n\t\t\t\t'expires' => isset( $item['created'] ) ? ( empty( $expiry ) ? __( 'never', 'tuxedo-software-updater' ) : date( 'M j, Y', strtotime( $item['created'] . ' + ' . $expiry . ' days' ) ) ) : __( 'error', 'tuxedo-software-updater' ),\n\t\t\t\t'created' => isset( $item['created'] ) ? date( 'M j, Y', strtotime( $item['created'] ) ) : '',\n\t\t\t\t'modified' => isset( $item['modified'] ) ? date( 'M j, Y', strtotime( $item['modified'] ) ) . '<br>' . date( 'g:i a', strtotime( $item['modified'] ) ) : '',\n\t\t\t);\n\n\t\t}\n\n\t}", "function prepare_items() {\r\n global $wpdb, $_wp_column_headers;\r\n $screen = get_current_screen();\r\n\r\n # Should we order the columns\r\n if(isset($_GET[\"order\"]) && ($_GET[\"order\"] == 'asc' || $_GET[\"order\"] == 'desc')) {\r\n $order = strtoupper($_GET[\"order\"]);\r\n } else {\r\n $order = 'ASC';\r\n }\r\n\r\n $orderby = 'created_on';\r\n if(isset($_GET[\"orderby\"])) {\r\n # Make sure that the selected column is allowed to be sorted\r\n $sortable_columns = $this->get_sortable_columns();\r\n if(isset($sortable_columns['col_' . $_GET[\"orderby\"]])) {\r\n $orderby = $_GET[\"orderby\"];\r\n }\r\n }\r\n\r\n $query =\"SELECT * FROM \" . $wpdb->prefix . \"cybercure_security_detected_attacks ORDER BY \" . $orderby . \" \" . $order;\r\n $totalitems = $wpdb->query($query);\r\n\r\n\r\n //How many to display per page?\r\n $perpage = 20;\r\n\r\n # Which page is this?\r\n if(isset($_GET[\"paged\"]) && is_numeric($_GET[\"paged\"])) {\r\n $paged = $_GET[\"paged\"];\r\n }\r\n\r\n # Set the default page number to 1\r\n if(empty($paged) || !is_numeric($paged) || $paged<=0 ) {\r\n $paged = 1;\r\n }\r\n\r\n //How many pages do we have in total?\r\n $totalpages = ceil($totalitems/$perpage);\r\n //adjust the query to take pagination into account\r\n if(!empty($paged) && !empty($perpage)){\r\n $offset=($paged-1)*$perpage;\r\n $query.=' LIMIT '.(int)$offset.','.(int)$perpage;\r\n }\r\n\r\n $this->_column_headers = array(\r\n $this->get_columns(),\t\t// columns\r\n array(),\t\t\t// hidden\r\n $this->get_sortable_columns(),\t// sortable\r\n );\r\n\r\n /* -- Register the pagination -- */\r\n $this->set_pagination_args( array(\r\n \"total_items\" => $totalitems,\r\n \"total_pages\" => $totalpages,\r\n \"per_page\" => $perpage,\r\n ) );\r\n //The pagination links are automatically built according to those parameters\r\n\r\n /* -- Register the Columns -- */\r\n $columns = $this->get_columns();\r\n $_wp_column_headers[$screen->id]=$columns;\r\n\r\n /* -- Fetch the items -- */\r\n $this->items = $wpdb->get_results($query);\r\n\r\n }", "function init_data(){\r\n\t\r\n\tglobal $wpdb;\r\n\r\n\t\t// default value of items per page\r\n\t\tif($this->items_per_page==''){\r\n\t\t\t// formula $i*10; pow(10,$i)\r\n\t\t\tif(strpos($this->items_per_page_init,'$')!==false){\r\n\t\t\t\t$i=1;\r\n\t\t\t\teval('$items_per_page='.$this->items_per_page_init.';');\r\n\t\t\t}else{\r\n\t\t\t\t$items_per_page=explode(',',$this->items_per_page_init);\r\n\t\t\t\t$items_per_page=$items_per_page[0];\r\n\t\t\t}\r\n\r\n\t\t\t$this->items_per_page=$items_per_page;\r\n\t\t}\r\n\r\n\t\t// adds the new extra columns to the data\r\n\t\tfor($i=0; $i<count($this->extra_cols); $i++)\r\n \r\n\t\t\t$this->add_col($this->extra_cols[$i][0],$this->extra_cols[$i][1],$this->extra_cols[$i][2],$this->extra_cols[$i][3],'init');\r\n\r\n\t\t$bd_fields=substr($this->sql_query,7,stripos($this->sql_query,' FROM ')-7);\r\n\t\t$this->sql_fields=explode(',',$bd_fields);\r\n\r\n\t\t// gets the data from the DB\r\n\t\t$result = mysql_query($this->get_sql());\r\n\r\n\t\tif($result) {\r\n\r\n\t\t\twhile ($row = mysql_fetch_array($result, MYSQL_NUM))\r\n\t\t\t $this->data[]=$row;\r\n\r\n\t\t\tmysql_free_result($result);\r\n\r\n\t\t}\r\n\t \r\n\r\n\t\t// total of items\r\n\t\t$result=mysql_query(str_replace($bd_fields,'count('.$this->sql_fields[0].')',$this->get_sql_select()).$this->get_sql_where(),$wpdb->dbh);\r\n\t\t \r\n\t\t$this->total_items=mysql_fetch_row($result);\r\n\t\t$this->total_items=$this->total_items[0];\r\n\r\n\t\tmysql_free_result($result);\r\n\r\n\t\t// adds the new extra columns to the data\r\n\t\tfor($i=0; $i<count($this->extra_cols); $i++)\r\n\t\t\t$this->add_col($this->extra_cols[$i][0],$this->extra_cols[$i][1],$this->extra_cols[$i][2],$this->extra_cols[$i][3],'data');\r\n\r\n\t}", "public function prepare_items() {\n\t\t$per_page = $this->get_items_per_page( 'cert_dashboards_per_page', 1 );\n\t\t$this->items = self::get_cert_dashboards( $per_page );\n\t}", "function prepare_items()\n {\n global $wpdb; //This is used only if making any database queries\n // get the current user ID\n $user = get_current_user_id();\n // get the current admin screen\n $screen = get_current_screen();\n // retrieve the \"per_page\" option\n $screen_option = $screen->get_option('per_page', 'option');\n // retrieve the value of the option stored for the current user\n $per_page = get_user_meta($user, $screen_option, true);\n if (empty ($per_page) || $per_page < 1) {\n // get the default value if none is set\n $per_page = $screen->get_option('per_page', 'default');\n }\n\n $this->_column_headers = $this->get_column_info(); // works with screen options function add_options\n\n $this->process_bulk_action();\n // is sorted\n if (isset($_GET['orderby']) && isset($_GET['order'])) {\n $order_params['orderby'] = $_GET['orderby'];\n $order_params['order'] = $_GET['order'];\n $data = $this->get_shortcodes($order_params);\n } else\n // is search\n if (isset($_POST['s'])) {\n $search_params = array('s' => $_POST['s'], 'by' => $_POST['searchBy']);\n $data = $this->get_shortcodes(false, $search_params);\n } else {\n $data = $this->get_shortcodes();\n }\n /**\n * REQUIRED for pagination. Let's figure out what page the user is currently\n * looking at. We'll need this later, so you should always include it in\n * your own package classes.\n */\n $current_page = $this->get_pagenum();\n /**\n * REQUIRED for pagination. Let's check how many items are in our data array.\n * In real-world use, this would be the total number of items in your database,\n * without filtering. We'll need this later, so you should always include it\n * in your own package classes.\n */\n $total_items = count($data);\n /**\n * The WP_List_Table class does not handle pagination for us, so we need\n * to ensure that the data is trimmed to only the current page. We can use\n * array_slice() to\n */\n if (is_array($data))\n $data = array_slice($data, (($current_page - 1) * $per_page), $per_page);\n /**\n * REQUIRED. Now we can add our *sorted* data to the items property, where\n * it can be used by the rest of the class.\n */\n $this->items = $data;\n /**\n * REQUIRED. We also have to register our pagination options & calculations.\n */\n $this->set_pagination_args(array(\n 'total_items' => $total_items, //WE have to calculate the total number of items\n 'per_page' => $per_page, //WE have to determine how many items to show on a page\n 'total_pages' => ceil($total_items / $per_page) //WE have to calculate the total number of pages\n ));\n }", "public function getPageItems()\n {\n }", "function prepare_items() {\n global $wpdb, $_wp_column_headers;\n $screen = get_current_screen();\n\n /* -- Création de la requete -- */\n $table_name = $wpdb->prefix . \"funny_quotes\";\n $query=\"SELECT * FROM \".$table_name;\n\n /* -- Récuperation des colonnes a trier -- */\n\n $orderby = !empty($_GET[\"orderby\"]) ? mysql_real_escape_string($_GET[\"orderby\"]) : 'ASC';\n $order = !empty($_GET[\"order\"]) ? mysql_real_escape_string($_GET[\"order\"]) : '';\n if(!empty($orderby) & !empty($order)){ $query.=' ORDER BY '.$orderby.' '.$order; }\n\n /* -- Récuperation du nombre total de quote -- */\n \n $totalitems = $wpdb->query($query);\n\n //Nombre de quote par page\n $perpage = 10;\n //Gestion des pages\n $paged = !empty($_GET[\"paged\"]) ? mysql_real_escape_string($_GET[\"paged\"]) : '';\n \n if(empty($paged) || !is_numeric($paged) || $paged<=0 ){ $paged=1; }\n\n $totalpages = ceil($totalitems/$perpage);\n if(!empty($paged) && !empty($perpage)){\n $offset=($paged-1)*$perpage;\n $query.=' LIMIT '.(int)$offset.','.(int)$perpage;\n }\n\n $this->set_pagination_args( array(\n \"total_items\" => $totalitems,\n \"total_pages\" => $totalpages,\n \"per_page\" => $perpage,\n ) );\n\n /* — Gestions des colonnes — */\n $columns = $this->get_columns();\n $hidden = array();\n $sortable = $this->get_sortable_columns();\n $this->_column_headers = array($columns, $hidden, $sortable);\n\n /* -- Récupération des quotes -- */\n $this->items = $wpdb->get_results($query);\n }", "protected function displayEntityData()\n {\n\n $this->_query = str_replace(\"\\'\", \"'\", $this->_query);\n $queryToRun = $this->_query;\n $pagingSection = '<table border=\"0\" align=\"center\" CELLSPACING=\"15\">';\n $nextSkip = null;\n $canPage = false;\n if($this->_enablePaging && (isset($_REQUEST['pagingAllowed']) &&\n $_REQUEST['pagingAllowed'] == 'true'))\n {\n $canPage = true;\n $skip = 0;\n if(isset($_REQUEST['skip']))\n {\n $skip = $_REQUEST['skip'];\n }\n\n $parts = parse_url($queryToRun);\n if(isset($parts['query']))\n {\n $queryToRun .= '&$top='.$this->_pageSize.'&$skip=' . $skip;\n }\n else\n {\n $queryToRun .= '?$top='.$this->_pageSize.'&$skip=' . $skip;\n }\n\n $nextSkip = $skip + $this->_pageSize;\n if($nextSkip != $this->_pageSize)\n {\n $prev = $skip - $this->_pageSize;\n $pagingSection .= \"<td><a href=\\\"\" . $this->_containerScriptName\n . \"?query=\"\n . $this->_query\n . \"&serviceUri=\"\n . $this->_uri\n . '&skip=' . $prev\n . '&pagingAllowed=true'\n . \"\\\">Prev</a></td>\";\n }\n }\n\n $response = $this->_proxyObject->Execute($queryToRun);\n $resultSet = $response->Result;\n echo \"<br><br><table style=\\\"border: thin solid #C0C0C0;\\\" border=\\\"1\\\">\";\n if (count($resultSet) > 0)\n {\n $propertyArray = WCFDataServicesEntity::getProperties($resultSet[0]);\n $this->displayHeader($propertyArray, $resultSet[0]);\n foreach ($resultSet as $result)\n {\n echo \"<tr style=\\\"font-family: Calibri; \"\n . \"background-color: #CCFFFF\\\">\";\n WCFDataServicesEntity::getDetailButtonText($result);\n foreach ($propertyArray as $property)\n {\n $prop = new ReflectionProperty($result, $property);\n $propertyAttributes = Utility::getAttributes($prop);\n if ($propertyAttributes['Type'] == 'NavigationProperty')\n {\n $pagingAllowed = 'pagingAllowed=true';\n $relationShip = $this->_proxyObject->GetRelationShip($propertyAttributes[\"Relationship\"],\n $propertyAttributes[\"ToRole\"]);\n if($relationShip != '*')\n {\n $pagingAllowed = 'pagingAllowed=false';\n }\n\n $skip = null;\n if(isset($_REQUEST['skip']))\n {\n $skip = '&skip=' . $_REQUEST['skip'];\n }\n\n $pagingAllowedWhileAttaching = null;\n if(isset($_GET['pagingAllowed']))\n {\n $pagingAllowedWhileAttaching =\n '&pagingAllowed=' . $_GET['pagingAllowed'];\n }\n\n echo \"<td>\";\n $relatedLinks = $result->getRelatedLinks();\n $finalQuery = $relatedLinks[$property];\n $finalQuery = str_replace(\"%20\", '',$finalQuery);\n echo \"<a href=\\\"\" . $this->_containerScriptName . \"?query=\"\n . $finalQuery\n . '&' . $pagingAllowed\n . $skip\n . \"&serviceUri=\"\n . $this->_uri\n .\"\\\">\"\n . $property\n . \"</a>\";\n echo \"<br><a href=\\\"\" . $this->_containerScriptName . \"?query=\"\n . $this->_query\n . $pagingAllowedWhileAttaching\n . $skip\n . \"&serviceUri=\"\n . $this->_uri\n . \"&Type=\"\n . $property\n . \"&AttachTo=\"\n . $finalQuery\n . \"\\\"> Add Link </a>\";\n echo \"</td>\";\n }\n else\n {\n $propertyAttributes = Utility::getAttributes($prop);\n if(isset($propertyAttributes['EdmType']) &&\n ($index = strpos($propertyAttributes['EdmType'], 'Edm.')) !== 0)\n\n {\n $value = $prop->getValue($result);\n $type = ClientType::Create(get_class($value));\n $nonEpmProperties = $type->getRawNonEPMProperties(true);\n echo '<td><table style=\"border: thin solid #C0C0C0;\" border=\"1\">';\n foreach($nonEpmProperties as $nonEpmProperty)\n {\n $propertyName = $nonEpmProperty->getName();\n $refProperty = new ReflectionProperty($value, $propertyName);\n $propertyValue = $refProperty->getValue($value);\n echo '<tr><td>';\n echo $propertyValue;\n echo '</td></tr>';\n }\n echo '</table></td>';\n }\n else\n {\n if (Utility::ContainAttribute($prop->getDocComment(),\n 'Binary'))\n {\n // TODO: Display image in the cell\n echo \"<td>Image</td>\";\n }\n else\n {\n $value = $prop->getValue($result);\n if ($value == '')\n {\n $value = 'null';\n }\n echo \"<td>\"\n . $value\n . \"</td>\";\n }\n }\n }\n }\n echo \"</tr>\";\n }\n\n if($canPage)\n {\n $pagingSection .= \"<td><a href=\\\"\" . $this->_containerScriptName\n . \"?query=\"\n . $this->_query\n . \"&serviceUri=\"\n . $this->_uri\n . '&skip=' . $nextSkip\n . '&pagingAllowed=true'\n . \"\\\">Next</a></td><tr/></table>\";\n }\n }\n\n if($canPage)\n {\n echo $pagingSection;\n }\n echo \"</table><br><br>\";\n }", "public function prepare_items() {\n\t\tif( !empty($_GET['orderby']) ){\n\t\t\tusort($this->items, [$this, 'reorder_products']);\n\t\t}\n\n\t\t$columns = $this->get_columns();\n\t\t$hidden = array();\n\t\t$sortable = $this->get_sortable_columns();\n\t\t$this->_column_headers = array($columns, $hidden, $sortable);\n\t}", "protected function renderData()\n {\n $data = $this->loadData();\n\n $rows = $data->getRows() ?: [];\n $number = $this->property('number') ?: 0;\n $this->vars['rows'] = $number > 0\n ? array_slice($rows, 0, $number)\n : $data->getRows();\n\n $this->vars['total'] = $data->getTotalsForAllResults()[$this->property('metric')];\n }", "public function prepare_items() {\n\t\tglobal $wpdb;\n\n\t\t$sql = sprintf( \"SELECT SQL_CALC_FOUND_ROWS blog_id, post_id FROM `%s` WHERE 1=1 \", WordCamp_Payments_Network_Tools::get_table_name() );\n\t\t$view = WordCamp_Payments_Network_Tools::get_current_tab();\n\t\t$where = '';\n\t\t$orderby = '';\n\t\t$limit = '';\n\n\t\t$orderby = 'due';\n\t\t$order = 'asc';\n\n\t\tif ( 'overdue' == $view ) {\n\t\t\t$where .= $wpdb->prepare( \" AND `status` = 'unpaid' AND `due` > 0 AND `due` <= %d \", time() );\n\t\t} elseif ( 'pending' == $view ) {\n\t\t\t$where .= \" AND `status` = 'unpaid' \";\n\t\t} elseif ( 'paid' == $view ) {\n\t\t\t$where .= \" AND `status` = 'paid' \";\n\t\t\t$orderby = 'created';\n\t\t\t$order = 'desc';\n\t\t} elseif( 'incomplete' == $view ) {\n\t\t\t$where .= \" AND `status` = 'incomplete' \";\n\t\t}\n\n\t\tif ( ! empty( $_REQUEST['orderby'] ) && in_array( $_REQUEST['orderby'], array_values( $this->get_sortable_columns() ) ) )\n\t\t\t$orderby = $_REQUEST['orderby'];\n\n\t\tif ( ! empty( $_REQUEST['order'] ) && in_array( $_REQUEST['order'], array( 'asc', 'desc' ) ) )\n\t\t\t$order = $_REQUEST['order'];\n\n\t\t$orderby = sprintf( \" ORDER BY `%s` %s \", $orderby, $order );\n\n\t\t$paged = isset( $_REQUEST['paged'] ) ? absint( $_REQUEST['paged'] ) : 1;\n\t\t$per_page = 10;\n\n\t\t$limit .= sprintf( \" LIMIT %d OFFSET %d \", $per_page, $per_page * ( $paged - 1 ) );\n\n\t\t$sql .= $where . $orderby . $limit;\n\t\t// echo $sql;\n\n\t\t$this->items = $wpdb->get_results( $sql );\n\n\t\t$total_items = $wpdb->get_var( \"SELECT FOUND_ROWS();\" );\n\t\t$this->set_pagination_args( array(\n\t\t\t'total_items' => $total_items,\n\t\t\t'total_pages' => ceil( $total_items / $per_page ),\n\t\t\t'per_page' => $per_page,\n\t\t) );\n\t\treturn;\n\t}", "function prepare_items()\n {\n global $wpdb;\n $table_name = $wpdb->prefix . 'google_location_form'; // do not forget about tables prefix\n\n $per_page = 50; // constant, how much records will be shown per page\n\n $columns = $this->get_columns();\n $hidden = array();\n $sortable = $this->get_sortable_columns();\n\n // here we configure table headers, defined in our methods\n $this->_column_headers = array($columns, $hidden, $sortable);\n\n // [OPTIONAL] process bulk action if any\n $this->process_bulk_action();\n //select only user own records if does not have activate_plugins capability\n// global $hb_current_user_can_ap;\n// if ($hb_current_user_can_ap == true) {\n// $user_sort=filter_var(@$_GET['s'], FILTER_VALIDATE_INT);\n// if (!empty($user_sort)) {$wherestatement = ' where wp_userid = '.$user_sort;}\n// else {$wherestatement='';}\n// }\n// else {\n// global $hb_current_user_id;\n// $wherestatement = ' where wp_userid = '.$hb_current_user_id;\n// }\n $wherestatement = '';\n// will be used in pagination settings\n $total_items = $wpdb->get_var(\"SELECT COUNT(id) FROM $table_name $wherestatement\");\n\n // prepare query params, as usual current page, order by and order direction\n //$paged = isset($_REQUEST['paged']) ? max(3, intval($_REQUEST['paged']) - 1) : 0;\n if(isset($_REQUEST['paged']))\n {$offset= (intval($_REQUEST['paged'])-1) * $per_page;}\n else {$offset = 0;} \n $orderby = (isset($_REQUEST['orderby']) && in_array($_REQUEST['orderby'], array_keys($this->get_sortable_columns()))) ? $_REQUEST['orderby'] : 'id';\n $order = (isset($_REQUEST['order']) && in_array($_REQUEST['order'], array('asc', 'desc'))) ? $_REQUEST['order'] : 'desc';\n \n // [REQUIRED] define $items array\n // notice that last argument is ARRAY_A, so we will retrieve associative array\n $this->items = $wpdb->get_results($wpdb->prepare(\"SELECT * FROM $table_name $wherestatement ORDER BY $orderby $order LIMIT %d, %d\", $offset , $per_page), ARRAY_A);\n // [REQUIRED] configure pagination\n $this->set_pagination_args(array(\n 'total_items' => $total_items, // total items defined above\n 'per_page' => $per_page, // per page constant defined at top of method\n 'total_pages' => ceil($total_items / $per_page) // calculate pages count\n ));\n }", "private function pagedata_preprocessor()\r\n {/*{{{*/\r\n $items_st = $this->items_ordered_struct;\r\n // the number of items per page\r\n $this->pagedata['limit'] = isset(self::$preferences->item->itemsperpage) \r\n ? self::$preferences->item->itemsperpage : 10;\r\n if(self::$is_admin_panel)\r\n $this->pagedata['limit'] = isset(self::$preferences->item->bitemsperpage) \r\n ? self::$preferences->item->bitemsperpage : 10;\r\n $this->pagedata['viewpage'] = isset(self::$preferences->item->page) \r\n ? self::$preferences->item->page : '';\r\n // How many adjacent pages should be shown on each side\r\n $this->pagedata['adjacents'] = 3;\r\n // last page\r\n $this->pagedata['lastpage'] = (int)(ceil(count($items_st) / $this->pagedata['limit']));\r\n // handle get\r\n if(isset(self::$input['page']) && self::$input['page'] <= 0)\r\n self::$input['page'] = 1;\r\n elseif(isset(self::$input['page']) && self::$input['page'] > $this->pagedata['lastpage'])\r\n self::$input['page'] = $this->pagedata['lastpage'];\r\n\t $this->pagedata['page'] = !empty(self::$input['page']) ? (int)self::$input['page'] : 1;\r\n // first page to display\r\n $this->pagedata['start'] = !empty($this->pagedata['page']) \r\n ? (($this->pagedata['page'] - 1) * $this->pagedata['limit']) : 0;\r\n // next page\r\n $this->pagedata['next'] = $this->pagedata['page'] + 1;\r\n\r\n // just for counting of rows\r\n $act_row = $this->pagedata['start'];\r\n $index = $this->pagedata['start'] + $this->pagedata['limit'];\r\n\r\n // active item keys\r\n\t\t$this->pagedata['itemkeys'] = array();\r\n while(isset($items_st[$act_row]) && $act_row < $index)\r\n {\r\n $this->pagedata['itemkeys'][] = $act_row;\r\n $act_row++;\r\n }\r\n\r\n // initialize jquery id\r\n $this->pagedata['jid'] = '';\r\n if(isset(self::$input['delete']))\r\n $this->pagedata['jid'] = safe_slash_html_input(self::$input['delete']);\r\n elseif(isset(self::$input['promo']))\r\n $this->pagedata['jid'] = safe_slash_html_input(self::$input['promo']);\r\n elseif(isset(self::$input['visible']))\r\n $this->pagedata['jid'] = safe_slash_html_input(self::$input['visible']);\r\n \r\n // Setup page vars to display.\r\n\t $this->pagedata['prev'] = $this->pagedata['page'] - 1;\r\n\t //$this->pagedata['next'] = $this->pagedata['page'] + 1;\r\n $this->pagedata['lpm1'] = $this->pagedata['lastpage'] - 1;\r\n\r\n // try to fix our url inside admin, remove redundant 'page' param\r\n // todo: search engine friendly URL \r\n $this->pagedata['pageurl'] = self::$properties['paths']['siteurl'].return_page_slug().'/?page=';\r\n if(self::$is_admin_panel)\r\n if(strpos(curPageURL(),'&page=')!==false)\r\n $this->pagedata['pageurl'] = reparse_url(parse_url(curPageURL()));\r\n else\r\n $this->pagedata['pageurl'] = curPageURL().'&cat='.ImCategory::$current_category.'&page=';\r\n\r\n }", "public function prepare_items()\n {\n }", "public function prepare_items()\n {\n }", "public function prepare_items()\n {\n }", "public function prepare_items()\n {\n }", "public function prepare_items()\n {\n }", "public function prepare_items() {\n\t\t\t\t$args = array(\n\t\t\t\t\t'page' => $this->get_pagenum(),\n\t\t\t\t\t'per_page' => 50,\n\t\t\t\t\t'fields' => array( 'last_updated' => true, 'downloaded' => true, 'icons' => true ),\n\t\t\t\t\t// Send the locale and installed plugin slugs to the API so it can provide context-sensitive results.\n\t\t\t\t\t'locale' => get_locale(),\n\t\t\t\t\t'browse' => 'popular',\n\t\t\t\t);\n\n\t\t\t\tif ( $this->installed_plugins )\n\t\t\t\t\t$args['installed_plugins'] = array_unique( array_filter( $this->installed_plugins ) );\n\n\t\t\t\t$api = plugins_api( 'query_plugins', $args );\n\t\t\n\t\t\t\tif ( is_wp_error( $api ) ) {\n\t\t\t\t\t$this->error = $api;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t$this->items = $api->plugins;\n\n\t\t\t\t$this->set_pagination_args( array(\n\t\t\t\t\t'total_items' => $api->info['results'],\n\t\t\t\t\t'per_page' => $args['per_page'],\n\t\t\t\t) );\n\n\t\t\t}", "function prepare_items() {\n global $wpdb, $_wp_column_headers;\n global $current_user;\n get_currentuserinfo();\n \n $screen = get_current_screen();\n\n $table_name = $wpdb->prefix . \"hypernews_store\";\n \n $this->process_bulk_action();\n \n\t/* -- Preparing your query -- */\n $query = \"SELECT * FROM \".$table_name;\n \n $channel = get_user_meta($current_user->ID, \"hypernews_channel\");\n if (sizeof($channel)>0) $channel = $channel[0];\n \n $where = \"\";\n if (!$this->hidden) \n {\n if (strlen($where)==0) $where = ' WHERE ';\n $where.='status!=\"HIDE\" ';\n }\n if (strlen($channel)>0) \n {\n if (strlen($where)==0) \n $where = ' WHERE ';\n else\n $where.=' AND ';\n $where.='channel=\"'.$channel.'\" ';\n }\n $query.= $where;\n \n \n \n /* -- Ordering parameters -- */\n \n //Parameters that are going to be used to order the result\n $orderby = !empty($_GET[\"orderby\"]) ? mysql_real_escape_string($_GET[\"orderby\"]) : 'pubdate';\n $order = !empty($_GET[\"order\"]) ? mysql_real_escape_string($_GET[\"order\"]) : 'desc';\n if(!empty($orderby) & !empty($order)){ $query.=' ORDER BY '.$orderby.' '.$order; }\n\n /* -- Pagination parameters -- */\n //Number of elements in your table?\n $totalitems = $wpdb->query($query); //return the total number of affected rows\n //How many to display per page?\n $perpage = 100;\n //Which page is this?\n $paged = !empty($_GET[\"paged\"]) ? mysql_real_escape_string($_GET[\"paged\"]) : '';\n //Page Number\n if(empty($paged) || !is_numeric($paged) || $paged<=0 ){ $paged=1; }\n //How many pages do we have in total?\n $totalpages = ceil($totalitems/$perpage);\n //adjust the query to take pagination into account\n if(!empty($paged) && !empty($perpage)){\n $offset=($paged-1)*$perpage;\n $query.=' LIMIT '.(int)$offset.','.(int)$perpage;\n }\n\n /* -- Register the pagination -- */\n $this->set_pagination_args( array(\n \"total_items\" => $totalitems,\n \"total_pages\" => $totalpages,\n \"per_page\" => $perpage,\n ) );\n //The pagination links are automatically built according to those parameters\n\n $columns = $this->get_columns();\n $hidden = $this->get_hidden_columns();\n $sortable = $this->get_sortable_columns();\n\n $this->_column_headers = array($columns, $hidden, $sortable);\n\n /* -- Fetch the items -- */\n $this->items = $wpdb->get_results($query);\n \n}", "abstract public function preparePagination();", "protected function _getItems(){\n\n\t\t// get parent\n\t\t$model = new Default_Model_ProjectImages();\n\t\t$parentModel = new Default_Model_Projects();\n\t\t$parent = $parentModel->findById($this->_session->id);\n\n\n\t\t// get the item list\n\t\t$model = new $this->_primaryModel;\n\t\t$items = $model->fetchNotTrashedByParentId($this->_session->id);\n\n\t\t// assign specific vars to the view\n\t\t$this->view->assign(array (\n\t\t\t'items' => $items,\n\t\t\t'parent' => $parent,\n//\t\t\t'title' => $items->getRow(0)->title\n\t\t\t'title' => \"TITLE\"\n\t\t));\n\t}", "function _buildDataObject()\n\t{\n\t\t// Initialize variables\n\t\t$data = new stdClass();\n\n\t\t$data->all\t= new JPaginationObject(JText::_('View All'));\n\t\tif (!$this->_viewall) {\n\t\t\t$data->all->base\t= '0';\n\t\t\t$data->all->link\t= JRoute::_(\"&limitstart=\");\n\t\t}\n\n\t\t// Set the start and previous data objects\n\t\t$data->start\t= new JPaginationObject(JText::_('Start'));\n\t\t$data->previous\t= new JPaginationObject(JText::_('Prev'));\n\n\t\tif ($this->get('pages.current') > 1)\n\t\t{\n\t\t\t$page = ($this->get('pages.current') -2) * $this->limit;\n\n\t\t\t$page = $page == 0 ? '' : $page; //set the empty for removal from route\n\n\t\t\t$data->start->base\t= '0';\n\t\t\t$data->start->link\t= JRoute::_(\"&limitstart=\");\n\t\t\t$data->previous->base\t= $page;\n\t\t\t$data->previous->link\t= JRoute::_(\"&limitstart=\".$page);\n\t\t}\n\n\t\t// Set the next and end data objects\n\t\t$data->next\t= new JPaginationObject(JText::_('Next'));\n\t\t$data->end\t= new JPaginationObject(JText::_('End'));\n\n\t\tif ($this->get('pages.current') < $this->get('pages.total'))\n\t\t{\n\t\t\t$next = $this->get('pages.current') * $this->limit;\n\t\t\t$end = ($this->get('pages.total') -1) * $this->limit;\n\n\t\t\t$data->next->base\t= $next;\n\t\t\t$data->next->link\t= JRoute::_(\"&limitstart=\".$next);\n\t\t\t$data->end->base\t= $end;\n\t\t\t$data->end->link\t= JRoute::_(\"&limitstart=\".$end);\n\t\t}\n\n\t\t$data->pages = array();\n\t\t$stop = $this->get('pages.stop');\n\t\tfor ($i = $this->get('pages.start'); $i <= $stop; $i ++)\n\t\t{\n\t\t\t$offset = ($i -1) * $this->limit;\n\n\t\t\t$offset = $offset == 0 ? '' : $offset; //set the empty for removal from route\n\n\t\t\t$data->pages[$i] = new JPaginationObject($i);\n\t\t\tif ($i != $this->get('pages.current') || $this->_viewall)\n\t\t\t{\n\t\t\t\t$data->pages[$i]->base\t= $offset;\n\t\t\t\t$data->pages[$i]->link\t= JRoute::_(\"&limitstart=\".$offset);\n\t\t\t}\n\t\t}\n\t\treturn $data;\n\t}", "public function setupDataHandlerContext()\n\t{\n\t\t// Before we apply any filters, we need to setup the total count.\n\t\t$this->prepareTotalCount();\n\n\t\t// Apply all the filters requested\n\t\t$this->prepareFilters();\n\n\t\t// Setup filtered count\n\t\t$this->prepareFilteredCount();\n\n\t\t// Setup the requested sorting\n\t\t$this->prepareSort();\n\n\t\t// And we'll setup pagination, pagination\n\t\t// is rather unique in the data grid.\n\t\t$this->preparePagination();\n\n\t\t// We'll now setup what columns we will select\n\t\t$this->prepareSelect();\n\n\t\t// Hydrate our results\n\t\t$this->hydrate();\n\n\t\treturn $this;\n\t}", "function prepare_items() {\n\t\tglobal $avail_post_stati, $wp_query, $per_page, $mode, $post;\n\n\t\t$columns = $this->get_columns();\n\t\t$hidden = array();\n\t\t$sortable = $this->get_sortable_columns();\n\t\t\n\t\t\n\t\t/**\n\t\t * REQUIRED. Finally, we build an array to be used by the class for column \n\t\t * headers. The $this->_column_headers property takes an array which contains\n\t\t * 3 other arrays. One for all columns, one for hidden columns, and one\n\t\t * for sortable columns.\n\t\t */\n\t\t$this->_column_headers = array( $columns, $hidden, $sortable );\n\n\t\t$post_type = 'dwqa-answer';\n\t\t$per_page = $this->get_items_per_page( 'edit_' . $post_type . '_per_page' );\n\n\t\t/** This filter is documented in wp-admin/includes/post.php */\n \t\t$per_page = apply_filters( 'edit_posts_per_page', $per_page, $post_type );\n\n\t\t$question_id = $post->ID;\n\t\t$args = array(\n\t\t\t'post_type' => 'dwqa-answer',\n\t\t\t'posts_per_page' => $per_page,\n\t\t\t'order' => 'ASC',\n\t\t\t'meta_query' => array(\n\t\t\t\tarray(\n\t\t\t\t\t'key' => '_question',\n\t\t\t\t\t'value' => array( $question_id ),\n\t\t\t\t\t'compare' => 'IN',\n\t\t\t\t),\n\t\t ),\n\t\t 'post_status' => 'publish',\n\t\t );\n\t\t$data = get_posts( $args );\n\t\t$this->items = $data;\n\t}", "public function list_data(){\n\t\t// Per page\n\t\t$per_page = $this->list_data_per_page();\n\t\t\n\t\t// Filtering\n\t\t$filter = $this->list_data_filter();\n\t\t\n\t\t// Ordering\n\t\t$order = $this->list_data_order();\n\t\t\n\t\t// Count total for pagination calc\n\t\t$total = $this->model->list_data(true, false, false, $filter);\n\t\t\n\t\t// Pagination\n\t\t$pagination = $this->list_data_pagination($total,$per_page);\n\t\t\n\t\t// Get results\n\t\t$results = $this->model->list_data(false, $per_page, $pagination->sql_offset, $filter, $order);\n\t\t\n\t\t// Get extra data for the list view. By default this does nothing unless a method override is present\n\t\tif($results){\n\t\t\t$results = $this->model->getExtraData($results);\n\t\t}\n\t\t\n\t\treturn array($pagination, $results);\n\t}", "protected function itemPaging()\n {\n $controller_class_namespace = $this->controller_namespace;\n $controller = new $controller_class_namespace();\n $controller->getModelRegistry(\n $this->get('model_type', 'datasource'),\n $this->get('model_name', '', 'runtime_data'),\n 1\n );\n\n $controller->set('get_customfields', 0);\n $controller->set('use_special_joins', 0);\n $controller->set('process_events', 0);\n $controller->set('get_item_children', 0);\n\n $controller->select(\n 'a'\n . '.'\n . $controller->get('primary_key', 'id')\n );\n\n $controller->select(\n 'a'\n . '.'\n . $controller->get('name_key', 'title')\n );\n\n $controller->where(\n 'a'\n . '.' . $controller->get('primary_key', 'id')\n . ' = '\n . (int)$this->runtime_data->catalog->source_id\n );\n\n//@todo ordering\n $item = $this->runQuery();\n\n $model_registry_name = ucfirst(strtolower($this->get('model_name', '', 'runtime_data')))\n . ucfirst(strtolower($this->get('model_type', 'datasource')));\n\n if ($item === false || count($item) === 0) {\n return $this;\n }\n }", "protected function _buildDataObject()\r\n\t{\r\n\t\t// Initialise variables.\r\n\t\t$data = new stdClass;\r\n\t\t\r\n\t\t$limitString = '&limit=' . $this->limit; // sh404 fix\r\n\t\t\r\n\t\t// Build the additional URL parameters string.\r\n\t\t$params = '';\r\n\t\tif (!empty($this->_additionalUrlParams))\r\n\t\t{\r\n\t\t\tforeach ($this->_additionalUrlParams as $key => $value)\r\n\t\t\t{\r\n\t\t\t\t$params .= '&' . $key . '=' . $value;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t$data->all = new JPaginationObject(JText::_('JLIB_HTML_VIEW_ALL'), $this->prefix);\r\n\t\tif (!$this->_viewall)\r\n\t\t{\r\n\t\t\t$data->all->base = '0';\r\n\t\t\t$data->all->link = JRoute::_($params . '&' . $this->prefix . 'limitstart=');\r\n\t\t}\r\n\r\n\t\t// Set the start and previous data objects.\r\n\t\t$data->start = new JPaginationObject(JText::_('JLIB_HTML_START'), $this->prefix);\r\n\t\t$data->previous = new JPaginationObject(JText::_('JPREV'), $this->prefix);\r\n\r\n\t\tif ($this->get('pages.current') > 1)\r\n\t\t{\r\n\t\t\t$page = ($this->get('pages.current') - 2) * $this->limit;\r\n\r\n\t\t\t// Set the empty for removal from route\r\n\t\t\t//$page = $page == 0 ? '' : $page;\r\n\r\n\t\t\t$data->start->base = '0';\r\n\t\t\t$data->start->link = JRoute::_($params . '&' . $this->prefix . 'limitstart=0');\r\n\t\t\t$data->previous->base = $page;\r\n\t\t\t$data->previous->link = JRoute::_($params . '&' . $this->prefix . 'limitstart=' . $page . $limitString);\r\n\t\t}\r\n\r\n\t\t// Set the next and end data objects.\r\n\t\t$data->next = new JPaginationObject(JText::_('JNEXT'), $this->prefix);\r\n\t\t$data->end = new JPaginationObject(JText::_('JLIB_HTML_END'), $this->prefix);\r\n\r\n\t\tif ($this->get('pages.current') < $this->get('pages.total'))\r\n\t\t{\r\n\t\t\t$next = $this->get('pages.current') * $this->limit;\r\n\t\t\t$end = ($this->get('pages.total') - 1) * $this->limit;\r\n\r\n\t\t\t$data->next->base = $next;\r\n\t\t\t$data->next->link = JRoute::_($params . '&' . $this->prefix . 'limitstart=' . $next . $limitString);\r\n\t\t\t$data->end->base = $end;\r\n\t\t\t$data->end->link = JRoute::_($params . '&' . $this->prefix . 'limitstart=' . $end . $limitString);\r\n\t\t}\r\n\r\n\t\t$data->pages = array();\r\n\t\t$stop = $this->get('pages.stop');\r\n\t\tfor ($i = $this->get('pages.start'); $i <= $stop; $i++)\r\n\t\t{\r\n\t\t\t$offset = ($i - 1) * $this->limit;\r\n\t\t\t// Set the empty for removal from route\r\n\t\t\t//$offset = $offset == 0 ? '' : $offset;\r\n\r\n\t\t\t$data->pages[$i] = new JPaginationObject($i, $this->prefix);\r\n\t\t\tif ($i != $this->get('pages.current') || $this->_viewall)\r\n\t\t\t{\r\n\t\t\t\t$data->pages[$i]->base = $offset;\r\n\t\t\t\t$data->pages[$i]->link = JRoute::_($params . '&' . $this->prefix . 'limitstart=' . $offset . $limitString);\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn $data;\r\n\t}", "public function fetchData()\n {\n if (null === $this->data) {\n $adaptable = $this->getAdaptable();\n if ($adaptable instanceof \\ArrayObject) {\n $this->data = $adaptable->getArrayCopy();\n } else {\n $this->data = (array) $adaptable;\n }\n\n $page = $this->getPageNumber() - 1;\n $limit = $this->getItemsPerPage();\n $this->data = array_splice($this->data, $page * $limit, $limit);\n }\n }", "protected function applyPaging()\n\t{\n\t\t$this->paginator->page = $this->page;\n\t\t$this->paginator->itemCount = count($this->dataSource);\n\n\t\tif ($this->wasRendered && $this->paginator->itemCount < 1 && !empty($this->filters)) {\n\t\t\t// NOTE: don't use flash messages (because you can't - header already sent)\n\t\t\t$this->getTemplate()->flashes[] = (object)array('message' => $this->translate('Used filters did not match any items.'),\n\t\t\t\t'type' => 'info',);\n\t\t}\n\t\t//@mzkTODO\n\t\t$this->dataSource->reduce($this->paginator->length, $this->paginator->offset);\n\t}", "protected function buildPagination() {}", "protected function buildPagination() {}", "public function __construct()\n {\n $this->itemsPerPage = 15;\n $this->currentPage = 1;\n $this->previousPage = 1;\n $this->nextPage = 1;\n $this->url = '';\n $this->totalPages = 1;\n $this->renderedItemsMax = 8;\n }", "public function prepare_items( $where=array( '1=1' ) ) \n\t{\n\t\t$class = $this->activeRecordClass;\n\t\t\n\t\t/**\n\t\t * REQUIRED. Now we need to define our column headers. This includes a complete\n\t\t * array of columns to be displayed (slugs & titles), a list of columns\n\t\t * to keep hidden, and a list of columns that are sortable. Each of these\n\t\t * can be defined in another method (as we've done here) before being\n\t\t * used to build the value for our _column_headers property.\n\t\t */\n\t\t$columns = $this->get_columns();\n\t\t$hidden = array();\n\t\t$sortable = $this->get_sortable_columns();\n\t\t\n\t\t/**\n\t\t * REQUIRED. Finally, we build an array to be used by the class for column \n\t\t * headers. The $this->_column_headers property takes an array which contains\n\t\t * 3 other arrays. One for all columns, one for hidden columns, and one\n\t\t * for sortable columns.\n\t\t */\n\t\t$this->_column_headers = array( $columns, $hidden, $sortable );\n\t\t\n\t\t/**\n\t\t * Optional. You can handle your bulk actions however you see fit. In this\n\t\t * case, we'll handle them within our package just to keep things clean.\n\t\t */\n\t\t$this->process_bulk_action();\n\t\t\n\t\t/**\n\t\t * REQUIRED for pagination. Let's figure out what page the user is currently \n\t\t * looking at. We'll need this later, so you should always include it in \n\t\t * your own package classes.\n\t\t */\n\t\t$current_page = $this->get_pagenum();\n\t\t\n\t\t/**\n\t\t * REQUIRED. Build the query and fetch the database results\n\t\t */\n\t\t$db = Framework::instance()->db();\n\t\t\n\t\t$sortBy = isset( $this->sortBy ) ? $this->sortBy : $class::$prefix . $class::$key;\n\t\t$sortOrder = $this->sortOrder;\n\t\t$compiled = $class::compileWhereClause( $where );\n\t\t$per_page = $this->perPage;\n\t\t$start_at = $current_page > 0 ? ( $current_page - 1 ) * $per_page : 0;\n\t\t\n\t\t$query = \"SELECT * FROM {$db->prefix}{$class::$table} WHERE {$compiled['where']}\";\n\t\t$prepared_query = ! empty( $compiled[ 'params' ] ) ? $db->prepare( $query, $compiled[ 'params' ] ) : $query;\n\t\t\n\t\t\n\t\t$total_items = $db->get_var( str_replace( 'SELECT * ', 'SELECT COUNT(*) ', $prepared_query ) );\n\t\t$this->items = $db->get_results( $prepared_query . \" ORDER BY {$sortBy} {$sortOrder} LIMIT {$start_at}, {$per_page}\", ARRAY_A );\n\t\t\n\t\t/**\n\t\t * Register our pagination options & calculations.\n\t\t */\n\t\t$this->set_pagination_args( array\n\t\t(\n\t\t\t'total_items' => $total_items,\n\t\t\t'per_page' => $this->perPage,\n\t\t\t'total_pages' => ceil( $total_items / $per_page ),\n\t\t) );\n\t}", "public function prepareShow()\n {\n $this->location();\n $this->type;\n $this->amenityIds();\n $this->utilityIds();\n $this->reviewCount();\n $this->user->location();\n $this->user->profilePicture();\n $this->user->reviewCount();\n $this->reviews = $this->reviews()->select('reviews.*')->withReviewer()->get();\n $this->coordinates;\n $this->imageRoutes();\n $this->image_ids = $this->images->pluck('id');\n }", "public function do_paging()\n {\n }", "public function prepare_items($search = '')\n\t{\n\t\t$this->_column_headers = $this->get_column_info();\n\n\t\t$per_page = !empty(get_option('apf_per_page')) ? get_option('apf_per_page') : '10';\n\t\t$current_page = $this->get_pagenum();\n\t\t$total_items = self::record_count($search);\n\n\t\t$this->set_pagination_args([\n\t\t\t'total_items' => $total_items, //WE have to calculate the total number of items\n\t\t\t'per_page' => $per_page, //WE have to determine how many items to show on a page\n\t\t\t'search' => $search //WE have to determine how many items to show on a page\n\t\t]);\n\t\t$this->items = self::get_form_info($search, $per_page, $current_page);\n\t}", "public function pagination() {\n\t\t$this->loadModel('Data.Countries');\n\n\t\t$countries = $this->paginate('Countries')->toArray();\n\n\t\t// Just to showcase how nullable date(time)s work we remove the dates from the first row\n\t\tforeach ($countries as $country) {\n\t\t\t$country->iso2 = null;\n\t\t\t$country->modified = null;\n\n\t\t\tbreak;\n\t\t}\n\n\t\t$this->set(compact('countries'));\n\n\t\tif ($this->getRequest()->getParam('_ext') === 'csv') {\n\t\t\tTime::setToStringFormat('yyyy-MM-dd HH:mm:ss');\n\n\t\t\t$_serialize = 'countries';\n\t\t\t$_null = '';\n\t\t\t$_header = ['Name', 'ISO2', 'ISO3', 'Modified'];\n\t\t\t$_extract = ['name', 'iso2', 'iso3', 'modified'];\n\n\t\t\t$this->set(compact('_serialize', '_header', '_extract', '_null'));\n\t\t}\n\n\t\tif ($this->request->getQuery('download')) {\n\t\t\t$this->response = $this->response->withDownload('my-cool-country-list.csv');\n\t\t}\n\t}", "function prepare_items( ) {\n\n global $wpdb, $_wp_column_headers;\n $screen = get_current_screen();\n \n // Prepare sql query\n $sql = array();\n array_push($sql,\"SELECT gu.*, g.groupName, u.user_login, u.display_name, gu.application\");\n array_push($sql,sprintf(\"FROM %swetterturnier_groupusers AS gu\",$wpdb->prefix));\n array_push($sql,sprintf(\"LEFT OUTER JOIN %swetterturnier_groups AS g\",$wpdb->prefix));\n array_push($sql,\"ON g.groupID=gu.groupID\");\n array_push($sql,sprintf(\"LEFT OUTER JOIN %s AS u ON u.ID=gu.userID\",$wpdb->users));\n array_push($sql,sprintf(\"WHERE gu.active = %d\",($this->action === \"wtapply\" ? 9 : 8)));\n if ( is_string($this->search) ) {\n array_push($sql,\"AND (g.groupName LIKE '%\".$this->search.\"%' \"\n .\"OR u.user_login LIKE '%\".$this->search.\"%')\");\n }\n \n /* -- Ordering parameters -- */\n //Parameters that are going to be used to order the result\n $orderby = !empty($_GET[\"orderby\"]) ? $wpdb->prepare($_GET[\"orderby\"],NULL) : 'ASC';\n $order = !empty($_GET[\"order\"]) ? $wpdb->prepare($_GET[\"order\"],NULL) : '';\n if(!empty($orderby) & !empty($order)){\n array_push($sql,sprintf(\"ORDER BY %s %s\",$orderby,$order));\n }\n \n /* -- Pagination parameters -- */\n //Number of elements in your table?\n $totalitems = $wpdb->query(join(\"\\n\",$sql)); //return the total number of affected rows\n //How many to display per page?\n $perpage = 20;\n //Which page is this?\n $paged = !empty($_GET[\"paged\"]) ? (int)$_GET[\"paged\"] : 0;\n //Page Number\n if(empty($paged) || !is_numeric($paged) || $paged<=0 ){ $paged=1; }\n //How many pages do we have in total?\n $totalpages = ceil($totalitems/$perpage);\n //adjust the query to take pagination into account\n if(!empty($paged) && !empty($perpage)){\n $offset=($paged-1)*$perpage;\n array_push($sql,sprintf(\"LIMIT %d,%d\",(int)$offset,(int)$perpage));\n }\n \n /* -- Register the pagination -- */\n $this->set_pagination_args( array(\n \"total_items\" => $totalitems,\n \"total_pages\" => $totalpages,\n \"per_page\" => $perpage,\n ) );\n //The pagination links are automatically built according to those parameters\n \n /* -- Register the Columns -- */\n $columns = $this->get_columns();\n $hidden = array();\n $sortable = $this->get_sortable_columns();\n $this->_column_headers = array($columns, $hidden, $sortable);\n\n ///print join(\"\\n\",$sql);\n\n /* -- Fetch the items -- */\n $this->items = $wpdb->get_results(join(\"\\n\",$sql));\n\n }", "protected function initialize()\n {\n $this->viewData['list_sb'] = $this->list_sb = SkeletalBone::orderBy('name', 'asc')->pluck('name', 'id');\n $this->viewData['list_side'] = $this->list_side = SkeletalElement::$side;\n $this->viewData['list_completeness'] = $this->list_completeness = SkeletalElement::$completeness;\n $this->viewData['list_lab'] = $this->list_lab = Lab::where('type', 'Isotope')->get()->pluck('full_name', 'id');\n $this->viewData['list_status'] = $this->list_status = IsotopeBatch::$status;\n $this->viewData['batchStatus'] = $this->batchStatus = 'Open';\n $this->viewData['initialshow'] = $this->initialshow = false;\n }", "protected function __construct() {\r\n $this->items = $this->initItems();\r\n }", "protected function applyItems()\n\t{\n\t\t$value = (int)$this->itemsPerPage;\n\n\t\tif ($value == 0) {\n\t\t\t$this->itemsPerPage = $this->paginator->itemsPerPage = count($this->dataSource);\n\t\t} else {\n\t\t\t$this->itemsPerPage = $this->paginator->itemsPerPage = $value;\n\t\t}\n\t}", "public function paginate()\n {\n }", "public function prepare_items( $orderby = null )\n\t{\n\t\t$items_count = $this->model->upload->get_items_count();\n\t\n\t\t$this->set_pagination_args( array(\n \t\t'total_items' => $items_count,\n \t\t'per_page' => $items_count\n \t\t) );\n \t\t\n \t\t$this->items = $this->model->upload->get_items( $orderby );\n\t}", "public function getPaginationDataSource();", "protected function loadPage()\n\t{\n\t\t$this->_dataProvider->getPagination()->setCurrentPage($this->_currentPage);\n\t\treturn $this->_items = $this->dataProvider->getData(true);\n\t}", "public function assign() {\r\n\t\t$this->current_page = parent::getCurrentPageNumber();\r\n\t\t$per_page = parent::getItemCountPerPage();\r\n\t\t\r\n\t\t// Busca o total de paginas\r\n\t\t$this->total_pages = (int)(parent::getTotalItemCount() / parent::getItemCountPerPage());\r\n\t\t$this->total_pages++;\r\n\t\t\r\n\t\t// Busca o total\r\n\t\t$this->total_items = parent::getTotalItemCount();\r\n\t\t\r\n\t\t// Verifica o total\r\n\t\tif($this->total_items % $per_page == 0) {\r\n\t\t\t$this->total_pages--;\r\n\t\t}\r\n\t\t\r\n\t\t// Busca a pagina anterior\r\n\t\t$this->previous_page = $this->current_page - 1;\r\n\t\tif($this->previous_page <= 0) {\r\n\t\t\t$this->previous_page = 1;\r\n\t\t}\r\n\t\t\r\n\t\t// Busca a proxima pagina \r\n\t\t$this->next_page = $this->current_page + 1;\r\n\t\tif($this->next_page > $this->total_pages) {\r\n\t\t\t$this->next_page = $this->total_pages;\r\n\t\t}\r\n\t\t\r\n\t\treturn $this;\r\n\t}", "public function prepareVars()\n {\n $this->vars['cssClasses'] = implode(' ', $this->cssClasses);\n $this->vars['columns'] = $this->getVisibleColumns();\n $this->vars['columnTotal'] = $this->getTotalColumns();\n $this->vars['records'] = $this->getRecords();\n $this->vars['noRecordsMessage'] = trans($this->noRecordsMessage);\n $this->vars['showCheckboxes'] = $this->showCheckboxes;\n $this->vars['showSetup'] = $this->showSetup;\n $this->vars['showPagination'] = $this->showPagination;\n $this->vars['showPageNumbers'] = $this->showPageNumbers;\n $this->vars['showSorting'] = $this->showSorting;\n $this->vars['sortColumn'] = $this->getSortColumn();\n $this->vars['sortDirection'] = $this->sortDirection;\n $this->vars['showTree'] = $this->showTree;\n $this->vars['treeLevel'] = 0;\n\n if ($this->showPagination) {\n $this->vars['pageCurrent'] = $this->records->currentPage();\n // Store the currently visited page number in the session so the same\n // data can be displayed when the user returns to this list.\n $this->putSession('lastVisitedPage', $this->vars['pageCurrent']);\n if ($this->showPageNumbers) {\n $this->vars['recordTotal'] = $this->records->total();\n $this->vars['pageLast'] = $this->records->lastPage();\n $this->vars['pageFrom'] = $this->records->firstItem();\n $this->vars['pageTo'] = $this->records->lastItem();\n }\n else {\n $this->vars['hasMorePages'] = $this->records->hasMorePages();\n }\n }\n else {\n $this->vars['recordTotal'] = $this->records->count();\n $this->vars['pageCurrent'] = 1;\n }\n }", "private function prepareItems()\n {\n $attribute = $this->attribute;\n $items = $this->model->$attribute;\n if (!is_array($items)) {\n $items = [];\n }\n\n $this->_items = $items;\n }", "function set_items() { \n\n\t\t$this->items = $this->get_items();\n\n\t}", "public function userlist()\n {\n $filter = Param::get('filter');\n\n $current_page = max(Param::get('page'), SimplePagination::MIN_PAGE_NUM);\n $pagination = new SimplePagination($current_page, MAX_ITEM_DISPLAY);\n $users = User::filter($filter);\n $other_users = array_slice($users, $pagination->start_index + SimplePagination::MIN_PAGE_NUM);\n $pagination->checkLastPage($other_users);\n $page_links = createPageLinks(count($users), $current_page, $pagination->count, 'filter=' . $filter);\n $users = array_slice($users, $pagination->start_index -1, $pagination->count);\n \n $this->set(get_defined_vars());\n }", "protected function filterItems()\n\t{\n\t\t// must be in this order\n\t\t$this->applyDefaultFiltering();\n\t\t$this->applyDefaultSorting();\n\t\t$this->applyItems();\n\t\t$this->applyFiltering();\n\t\t$this->applySorting();\n\t\t$this->applyPaging();\n\t}", "public function before()\n {\n // set data to display in view\n foreach ($this->_records as $row) {\n $this->data[] = [\n 'id' => $row->id,\n 'title' => $row->getLocaled('title'),\n 'date' => Date::convertToDatetime($row->created_at, Date::FORMAT_TO_HOUR)\n ];\n }\n }", "function prepare_items() {\n\t\tglobal $wpdb;\n\n $paged = $this->get_paged();\n $offset = ( $this->per_page * ( $paged - 1 ) );\n\n $items = $wpdb->get_results( $wpdb->prepare( \"\n SELECT SQL_CALC_FOUND_ROWS\n ID as id,\n MAX(CASE WHEN $wpdb->postmeta.meta_key = 'txn_id' THEN $wpdb->postmeta.meta_value ELSE NULL END) as txn_id,\n MAX(CASE WHEN $wpdb->postmeta.meta_key = 'amount' THEN $wpdb->postmeta.meta_value ELSE NULL END) as amount,\n MAX(CASE WHEN $wpdb->postmeta.meta_key = 'fees' THEN $wpdb->postmeta.meta_value ELSE NULL END) as fees,\n MAX(CASE WHEN $wpdb->postmeta.meta_key = 'status' THEN $wpdb->postmeta.meta_value ELSE NULL END) as status,\n MAX(CASE WHEN $wpdb->postmeta.meta_key = 'errors' THEN $wpdb->postmeta.meta_value ELSE NULL END) as notes,\n post_date as date\n FROM $wpdb->posts\n LEFT JOIN $wpdb->postmeta\n ON $wpdb->posts.ID = $wpdb->postmeta.post_id\n WHERE $wpdb->posts.post_type = 'edd_payout'\n AND $wpdb->posts.post_status = 'publish'\n GROUP BY $wpdb->posts.ID\n ORDER BY $wpdb->posts.post_date DESC\n LIMIT %d\n OFFSET %d\n \", $this->per_page, $offset ), ARRAY_A );\n\n $this->items = $items;\n\n $found_rows = $wpdb->get_var( \"SELECT FOUND_ROWS();\" );\n\n /*\n $items = new WP_Query( array(\n 'post_type' => 'edd_payout',\n 'posts_per_page' => $this->per_page,\n 'post_status' => 'publish',\n 'offset' => isset( $_REQUEST['paged'] ) ? absint( $_REQUEST['paged'] ) * $this->per_page : 0\n ) );\n\n foreach ( $items->posts as $item ) {\n $payout = new EDD_Commissions_Payout( $item->ID );\n\n $this->items[] = array(\n 'id' => $payout->get_id(),\n 'txn_id' => $payout->get_txn_id(),\n 'date' => $item->post_date,\n 'amount' => $payout->get_formatted_amount(),\n 'fees' => $payout->get_formatted_fees(),\n 'recipients' => sizeof( $payout->get_recipients() ),\n 'status' => $payout->get_status(),\n 'notes' => intval( $payout->has_errors() )\n );\n }\n */\n\n\t\t$this->set_pagination_args( array(\n\t\t\t\t'total_items' => $found_rows,\n\t\t\t\t'per_page' => $this->per_page,\n\t\t\t\t'total_pages' => ceil( $found_rows / $this->per_page )\n\t\t\t)\n );\n \n $this->_column_headers = array( $this->get_columns(), array(), $this->get_sortable_columns() );\n\t}", "private function getData(){\n\t\tdb::getAdapter();\n\t\t\n\t\t$counter=0;\n\t\t$arrayFieldQuery=array();\n\t\tforeach($this->fields as $field){\n\t\t\t$arrayFieldQuery[$field]=$this->types[$counter];\n\t\t\t$counter++;\n\t\t}\n\t\t\n\t\t$counter=0;\n\t\t$arrayFilters=array();\n\t\tforeach($this->filters as $filter){\n\t\t\t$arrayFilters[$this->fields[$filter[0]]]=array(\"type\"=>$this->types[$filter[0]],\"value\"=>$filter[1]);\n\t\t}\n\t\t\n\t\tif(db::getFields($this->table,$arrayFieldQuery,$arrayFilters,$this->orderQuery,$this->limit,true)){\n\t\t\t$this->pages=ceil(((int)db::getCalculatedRows())/((int)$this->maxRowsPerPage));\n\t\t\t$this->maxRows=(int)db::getCalculatedRows();\n\t\t\twhile($row=db::fetch(db::$FETCH_TYPE_ASSOC)){\n\t\t\t\t$this->addRow($row);\n\t\t\t}\n\t\t}\n\t}", "public function renderList()\n {\n $this->template->articles = $this->articleManager->getArticles();\n }", "private function createLengthAwarePaginator()\n {\n $this->pagination = true;\n\n $this->_paginate_current = $this->data->currentPage();\n\n $this->_paginate_total = $this->data->lastPage();\n\n $this->data = $this->data->all();\n\n $this->normalize();\n }", "public function init()\n {\n extract($this->data);\n\n //Set default values to items array\n $this->data['items'] = $this->fillItemsData($items);\n\n //Endpoint for async fetching\n if(isset($endpoint)) {\n $this->data['attributeList']['data-endpoint'] = $endpoint; \n }\n\n //Add unlist class\n $this->data['classList'][] = \"unlist\"; \n\n //Direction of nav\n if($direction) {\n $this->data['classList'][] = $this->getBaseClass() . \"--\" . $direction; \n }\n\n //Attributes\n $this->data['attributeList']['aria-orientation'] = $direction; \n }", "protected function paginate()\n {\n if ($this->currentItem == $this->pagerfanta->getMaxPerPage() and $this->pagerfanta->hasNextPage()) {\n $this->pagerfanta->setCurrentPage($this->pagerfanta->getNextPage());\n $this->loadData();\n }\n }", "protected function prepareDataProvider()\n {\n \t$modelClass = $this->modelClass;\n\n $orderBy='id';\n if (isset($_GET['orderBy'])) $orderBy=$_GET['orderBy'];\n\n $orderByDir='DESC';\n if (isset($_GET['orderByDir'])) $orderByDir=$_GET['orderByDir'];\n\n $limit=20;\n if (isset($_GET['limit'])) $limit=$_GET['limit'];\n\n $order = \"$orderBy $orderByDir\";\n\n \t$dataProvider = new ActiveDataProvider([\n 'query' => $modelClass::find()->limit($limit)->with('supplier')->orderBy($order),\n 'pagination' => [\n 'pageSize' => $limit,\n ],\n ]);\n\n \treturn $dataProvider;\n }", "function Pagination() \n { \n $this->current_page = 1; \n $this->mid_range = 7; \n $this->items_per_page = (!empty($_GET['ipp'])) ? $_GET['ipp']:$this->default_ipp; \n }", "function pagination(){}", "public function getData()\n {\n $listData = $this->classPathBase::search($this->search)\n ->when($this->sortField, function ($query) {\n $query->orderBy($this->sortField, $this->sortAsc ? 'asc' : 'desc');\n })->paginate($this->itemsPerPage);\n\n if (method_exists($this, 'filterData')) {\n return $this->filterData($listData);\n }\n\n return $listData;\n }", "protected function prepareMyData(){\n\t\tglobal $C;\n if( $this->id > 0 ){\n $this->get( \"`id`={$this->id}\" );\n $this->unstoreSfield();\n }\n\t\t$C->setID( $this->data['parent'] );\n\t\t$C->get( \"`id`={$this->data['parent']}\" );\n\t\t$C->unstoreSfield();\n $p = $C->getData();\n if( is_array( $p ) ){\n\t\t\tT::assign( \"parent\", $p[\"name\"] );\n\t\t\t$fieldlist=array();\n if( is_array( $p[\"fields\"] ) )\n foreach( $p[\"fields\"] as $key => $item ){\n $fieldlist[] = array( \"cnt\" => $key, \"name\" => $item, \"value\"=> $this->data[$this->sfield][$key] );\n }\n\t\t\tT::assign( \"fieldlist\", $fieldlist );\n }\n\t\tT::assign( \"f\", $this->sfield );\n\t\tT::assign( \"item\",$this->data );\t\t\n\t}", "function SetUpDisplayRecs() {\r\n\t\tglobal $rekeningju;\r\n\t\t$sWrk = @$_GET[EW_TABLE_REC_PER_PAGE];\r\n\t\tif ($sWrk <> \"\") {\r\n\t\t\tif (is_numeric($sWrk)) {\r\n\t\t\t\t$this->DisplayRecs = intval($sWrk);\r\n\t\t\t} else {\r\n\t\t\t\tif (strtolower($sWrk) == \"all\") { // Display all records\r\n\t\t\t\t\t$this->DisplayRecs = -1;\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$this->DisplayRecs = 20; // Non-numeric, load default\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t$rekeningju->setRecordsPerPage($this->DisplayRecs); // Save to Session\r\n\r\n\t\t\t// Reset start position\r\n\t\t\t$this->StartRec = 1;\r\n\t\t\t$rekeningju->setStartRecordNumber($this->StartRec);\r\n\t\t}\r\n\t}", "function builder_price() {\n\n $this->Item->recursive = 0;\n\n if( !isset($this->params['named']['limit']) ) {\n $this->paginate['limit'] = REPORT_LIMIT;\n $this->paginate['maxLimit'] = REPORT_LIMIT;\n }\n elseif( isset($this->params['named']['limit']) && $this->params['named']['limit'] != 'All' ) {\n $this->paginate['limit'] = isset($this->params['named']['limit']) ? $this->params['named']['limit'] : REPORT_LIMIT;\n $this->paginate['maxLimit'] = isset($this->params['named']['limit']) ? $this->params['named']['limit'] : REPORT_LIMIT;\n }\n else {\n $this->paginate['limit'] = 0;\n $this->paginate['maxLimit'] = 0;\n }\n $this->Prg->commonProcess();\n $this->paginate['conditions'] = $this->Item->parseCriteria($this->passedArgs);\n $this->paginate['conditions']['Item.base_item']['base_item'] = 0;\n\n $items = $this->paginate();\n $paginate = true;\n $legend = \"Items\";\n\n $this->set(compact('items', 'paginate', 'legend'));\n }", "protected function afterConstruct() {\n\t\tif(count($this->defaultColumns) == 0) {\n\t\t\t$this->defaultColumns[] = array(\n\t\t\t\t'header' => 'No',\n\t\t\t\t'value' => '$this->grid->dataProvider->pagination->currentPage*$this->grid->dataProvider->pagination->pageSize + $row+1'\n\t\t\t);\n\t\t\t//$this->defaultColumns[] = 'id';\n\t\t\t$this->defaultColumns[] = 'subject';\n\t\t\t$this->defaultColumns[] = 'messege';\n\t\t\t//$this->defaultColumns[] = 'from_user_id';\n\t\t\t$this->defaultColumns[] = 'from_user_name';\n\t\t\t//$this->defaultColumns[] = 'to_user_id';\n\t\t\t$this->defaultColumns[] = 'to_user_name';\n\t\t\t//$this->defaultColumns[] = 'is_read';\n\t\t\t$this->defaultColumns[] = 'sent_time';\n\t\t\t//$this->defaultColumns[] = 'is_deleted_by_sender';\n\t\t\t//$this->defaultColumns[] = 'is_deleted_by_receiver';\n\t\t\t/* $this->defaultColumns[] = array(\n\t\t\t\t'name' => 'publish',\n\t\t\t\t'value' => 'Utility::getPublish(Yii::app()->controller->createUrl(\"publish\",array(\"id\"=>$data->id)), $data->publish, 1)',\n\t\t\t\t'htmlOptions' => array(\n\t\t\t\t\t'class' => 'center',\n\t\t\t\t),\n\t\t\t\t'type' => 'raw',\n\t\t\t); */\n\n\t\t}\n\t\tparent::afterConstruct();\n\t}", "public function execute() {\n $show = $this->app->config->get('app.pagination.items');\n\n // Checks if it is a natural numerical.\n // We do this first because otherwise it\n // could be possible that would contact the\n // database for nothing.\n if ( ! $this->page || ! ctype_digit((string) $this->page))\n $this->app->notFound();\n\n $totalItems = $this->items->count();\n\n if ($totalItems == 0) {\n $this->items = [];\n }\n else {\n $this->totalPages = ceil($totalItems / $show);\n\n if ($this->page > $this->totalPages)\n $this->app->notFound();\n\n $offset = ($this->page - 1) * $show;\n\n $this->items = $this->items->limit($show)->offset($offset)->get();\n }\n }", "static function init($data){\n \n $pages = ceil($data['count_all'] / $data['limit']);\n \n $res = \"\";\n \n for($i = 1; $i <= $pages; $i++){\n \n if($i == $data['current_page'] ){ \n $res .= \"<b>$i</b>\";\n }\n else{\n $res .= \"<a href='\".$data['url'].\"&page=$i'>$i</a>\";\n }\n \n }\n \n \n return $res;\n \n \n \n \n }", "public function get_data(){\n\t\t// by using given function\n\t\tif($this->func_data_total && function_exists($this->func_data_total)){\n\t\t\t$this->items_total = call_user_func_array($this->func_data_total, array());\n\t\t// by using direct SQL request\n\t\t}else{\n\t\t\t$total = $this->db->fetch_all(\n\t\t\t\tsprintf(\n\t\t\t\t\t'SELECT COUNT(*) as cnt'\n\t\t\t\t\t\t.' FROM %s'\n\t\t\t\t\t\t.'%s',\n\t\t\t\t\t$this->sql['table'], // TABLE\n\t\t\t\t\t$this->sql['where'] // WHERE\n\t\t\t\t),\n\t\t\t\t'obj'\n\t\t\t);\n\t\t\t$this->items_total = $total[0]->cnt;\n\t\t}\n\t\t\n\t\t// Getting data\n\t\t// by using given function\n\t\tif($this->func_data_get && function_exists($this->func_data_get)){\n\t\t\t$param = array($this->sql['offset'], $this->sql['limit']);\n\t\t\tif($this->order_by) $param[] = current($this->order_by);\n\t\t\tif($this->order_by) $param[] = key($this->order_by);\n\t\t\t$this->rows = call_user_func_array($this->func_data_get, $param);\n\t\t// by using direct SQL request\n\t\t}else{\n\t\t $columns = array();\n\t\t foreach ( $this->columns_names as $columns_name ) {\n\t\t\t $columns[] = $this->sql['table'] . '.' . $columns_name;\n }\n\t\t\t$this->rows = $this->db->fetch_all(\n\t\t\t\tsprintf(\n\t\t\t\t\t'SELECT %s'\n\t\t\t\t\t\t.' FROM %s'\n\t\t\t\t\t\t.'%s'\n\t\t\t\t\t\t.' ORDER BY %s %s'\n\t\t\t\t\t\t.' LIMIT %s%d',\n\t\t\t\t\timplode(', ', $columns), // COLUMNS\n\t\t\t\t\t$this->sql['table'], // TABLE\n\t\t\t\t\t$this->sql['where'], // WHERE\n\t\t\t\t\tkey($this->order_by), current($this->order_by), // ORDER BY\n\t\t\t\t\t$this->sql['offset'].',', $this->sql['limit'] // LIMIT\t\n\t\t\t\t),\n\t\t\t\t$this->sql['get_array'] === true ? 'array' : 'obj'\n\t\t\t);\n\t\t}\n\t\t\n\t\t// Adding actions to each row \n\t\tforeach($this->rows as &$row){\n\t\t\tif(is_object($row)) $row->actions = array_flip(array_keys($this->actions));\n\t\t\tif(is_array($row)) $row['actions'] = array_flip(array_keys($this->actions));\n\t\t} unset($row);\n\n\t\t$this->items_count = count((array)$this->rows);\n\t\t\n\t\t// Execute given function to prepare data\n\t\tif($this->func_data_prepare && function_exists($this->func_data_prepare))\n\t\t\tcall_user_func_array($this->func_data_prepare, array(&$this)); // Changing $this in function\n\t\telse{\n\t\t\t$this->preapre_data__default();\n\t\t}\n\t\t\n\t\treturn $this;\n\t\t\n\t}" ]
[ "0.8033512", "0.7923114", "0.7846496", "0.77490413", "0.7504822", "0.7463514", "0.7409375", "0.7389718", "0.7307089", "0.7230815", "0.72013706", "0.7191535", "0.7160296", "0.7131162", "0.71161544", "0.70649695", "0.70639604", "0.7018044", "0.6965505", "0.6922046", "0.690366", "0.6815155", "0.68071145", "0.6806563", "0.67697257", "0.6758191", "0.670015", "0.6699269", "0.6671827", "0.66434", "0.66382897", "0.66042036", "0.65371335", "0.6492777", "0.64256835", "0.6412842", "0.6359729", "0.63519746", "0.6338908", "0.63306046", "0.63193995", "0.6251793", "0.62450325", "0.62427205", "0.6241097", "0.6241048", "0.6241048", "0.6241048", "0.62376994", "0.620093", "0.61847544", "0.6152282", "0.6149453", "0.61043864", "0.61015356", "0.6046641", "0.60455316", "0.6043495", "0.604181", "0.6007798", "0.59976196", "0.59976196", "0.5994868", "0.5992127", "0.597862", "0.5965051", "0.59618205", "0.5950144", "0.59429204", "0.5927221", "0.591777", "0.5909213", "0.5840935", "0.58409333", "0.58336735", "0.58225363", "0.58142185", "0.5797436", "0.57811624", "0.5777213", "0.57675505", "0.5767439", "0.57629853", "0.5745723", "0.5738967", "0.5718955", "0.57164556", "0.5703744", "0.56979173", "0.5691791", "0.5690637", "0.568789", "0.5681973", "0.5659708", "0.5652884", "0.56513923", "0.5637496", "0.5635741", "0.56320786", "0.5623801" ]
0.6690872
28
small helper to make sure $price is not a string
function number_format( $price, $decimals = 2 ) { return number_format_i18n( floatval($price), $decimals ); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private function validatePrice($price)\n {\n if (!is_numeric($price)) {\n return \"Please type a valid price\";\n }\n }", "function validatePrice()\n {\n return empty($this->price)?false:true;\n }", "public function testCreateFromNotString()\n {\n Money::create(10.50, 'LTL');\n }", "function paces_filter_price_text( $price ){\n $price = floatval( $price );\n $parts = explode( '.', (string)$price );\n\n if ( empty( $parts[1] ) ) {\n return $price;\n }\n if ( strlen( $parts[1] ) == 1 ) {\n $price = (string)$price . '0';\n }\n return $price;\n}", "public function is_money($price) {\n return preg_match('/^[0-9]+(\\.[0-9]{0,2})?$/', $price);\n }", "static public function emptyCurrencyValue($price)\n {\n //TODO: Make .00 optional, and as many 0 as we want.\n return preg_match('/^[$|£|€]+0\\.00/', $price);\n }", "function NeedQuotesNumeric($type)\n{\n if($type == 203 || $type == 8 || $type == 129 || $type == 130 || \n\t\t$type == 7 || $type == 133 || $type == 134 || $type == 135 ||\n\t\t$type == 201 || $type == 205 || $type == 200 || $type == 202 || $type==72 || $type==13)\n\t\treturn true;\n\telse\n\t\treturn false;\n}", "public static function isPrice($price)\n {\n return preg_match('/^[0-9]{1,10}(\\.[0-9]{1,9})?$/', $price);\n }", "public static function isPrice($price)\n {\n return preg_match('/^[0-9]{1,10}(\\.[0-9]{1,9})?$/', $price);\n }", "public function testNotString()\n {\n $values = array(\n 1, 1.4, null, new stdClass(), true, false\n );\n\n foreach ($values as $value) {\n $this->assertSame(false, $this->_validator->isValid($value));\n }\n }", "function isValidMachineUsePrice($machineUsePrice) {\n\tif(is_numeric($machineUsePrice) && $machineUsePrice > 0)\n\t\treturn true;\n\treturn false;\n}", "function validateSDPrice($field = Null){\n\t\tif(isset($this->data['ProductSeller']['standard_delivery_price'])) {\n\t\t\tif(($this->data['ProductSeller']['standard_delivery_price'] == '0') || ($this->data['ProductSeller']['standard_delivery_price'] == '')){\n\t\t\t\treturn true;\n\t\t\t} else{\n\t\t\t\tif(!empty($this->data['ProductSeller']['standard_delivery_price'])){\n\t\t\t\t\tif($this->data['ProductSeller']['standard_delivery_price'] < 0){\n\t\t\t\t\t\treturn 'Standard delivery price should be positive';\n\t\t\t\t\t} else\n\t\t\t\t\t\treturn true;\n\t\t\t\t}else{\n\t\t\t\t\treturn \"Standard express delivery price\";\n\t\t\t\t}\n\t\t\t}\n\t\t} else{\n\t\t\treturn true;\n\t\t}\n\t}", "public function numbers_only($value)\n{\n //return preg_match('/^([0-9]+)$/', $value);\n return ctype_digit(strval($value));\n}", "function validFood($food)\n{\n return !empty($food) && ctype_alpha($food);\n}", "public static function isNegativePrice($price)\n {\n return preg_match('/^[-]?[0-9]{1,10}(\\.[0-9]{1,9})?$/', $price);\n }", "public static function isNegativePrice($price)\n {\n return preg_match('/^[-]?[0-9]{1,10}(\\.[0-9]{1,9})?$/', $price);\n }", "public function proccessPrice($price)\n\t\t{\n\t\t\t$fixedPrice = \"\";\n\t\t\t$strPrice = \"\" . $price;\n\t\t\tif ($price < 1000){\n\t\t\t\treturn $price;\n\t\t\t}\n\t\t\t$fixedPrice .= substr($strPrice, 0, strlen($strPrice) - 3);\n\t\t\t$fixedPrice .= ' ' . substr($strPrice, strlen($strPrice) - 3);\n\n\t\t\treturn $fixedPrice;\n\t\t}", "function removeFormatPrice($price='')\n {\n //Agregamos el punto decimal\n $price = str_replace(\"<sup>\", \"<sup>.\", $price);\n //removemos etiquetas html y espacios duplicados\n $price = preg_replace('/\\s+/', ' ',strip_tags($price));\n //\n //Extraemos el valor numerico de la divisa y signo de moneda\n $arrayNum = explode(\" \", $price);\n //Eliminamos las comas de las cifras de miles, millones, etc\n $arrayNum[1] = str_replace(\",\", \"\", $arrayNum[1]);\n\n return $arrayNum;\n }", "function getfaircoin_currency_filter_before($formated, $currency, $price){\r\n //$price_arr = explode(' ', $price);\r\n //if( count( $price_arr ) > 1 ) {\r\n echo 'FORMATED: '.$formated.' PRICE: '.$price;\r\n //}\r\n //return $price;\r\n}", "public function formatMoney($price) {\r\n $price = preg_replace('/[^0-9.,]/i','', $price);\r\n\r\n if ($pv = strpos($price, ',')) {\r\n if ($pp = strpos($price, '.')) {\r\n if ($pv < $pp) {\r\n $price = str_replace(',', '', $price);\r\n } else if ($pv > $pp) {\r\n $price = str_replace(',', '#', $price);\r\n $price = str_replace('.', '', $price);\r\n $price = str_replace('#', '.', $price);\r\n }\r\n\r\n $priceNumber = preg_replace('/[^0-9]/i','', $price);\r\n if (strlen($price) - strlen($priceNumber) > 1) {\r\n return 'error:1';\r\n }\r\n } else {\r\n $priceNumber = preg_replace('/[^0-9]/i','', $price);\r\n if (strlen($price) - strlen($priceNumber) > 1) {\r\n return 'error:2';\r\n } else {\r\n $price = str_replace(',', '.', $price);\r\n }\r\n }\r\n }\r\n return $price;\r\n }", "function isNumericType($type)\n{\n return(eregi('int',$type) or $type==\"real\" or $type==\"float\" or $type==\"double\" or $type==\"decimal\");\n}", "function validateEDPrice($field = Null){\n\t\tif(isset($this->data['ProductSeller']['express_delivery'])) {\n\t\t\tif(($this->data['ProductSeller']['express_delivery'] == '0') || ($this->data['ProductSeller']['express_delivery'] == '')){\n\t\t\t\treturn true;\n\t\t\t} else{\n\t\t\t\tif(!empty($this->data['ProductSeller']['express_delivery_price'])){\n\t\t\t\t\tif($this->data['ProductSeller']['express_delivery_price'] < 0){\n\t\t\t\t\t\treturn 'Express delivery price should be positive';\n\t\t\t\t\t} else\n\t\t\t\t\t\treturn true;\n\t\t\t\t}else{\n\t\t\t\t\treturn \"Enter express delivery price\";\n\t\t\t\t}\n\t\t\t}\n\t\t} else{\n\t\t\treturn true;\n\t\t}\n\t}", "public function setPrice($price) {\n return false;\n }", "function testString($s)\n {\n return is_scalar($s) || is_null($s);\n }", "function esUnNumero($string) {\n return is_numeric($string);\n }", "public function getUnitPriceWithoutVatFromPriceObject(Price $price);", "function is_currency($currency)\n{\n\tif (preg_replace(\"/^[-+]?\\d*(\\.(\\d{2}))?$/\", '', $currency) == '')\n\t{\n\t\treturn TRUE;\n\t}\n\telse\n\t{\n\t\treturn FALSE;\n\t}\n}", "function check_input($value)\n{\n $value = strip_tags($value);\n $value = htmlentities($value);\n // remove slash\n if (get_magic_quotes_gpc())\n {\n $value = stripslashes($value);\n }\n// add '' on string\n if (!is_numeric($value))\n {\n $value =mysqli_real_escape_string($GLOBALS['conn'],$value);\n }\n return $value;\n}", "function validateAmount($amount)\n{ \n return is_numeric($amount) && $amount > 0;\n}", "function cleanData(&$str) {\n if($str == 't') $str = 'TRUE';\n if($str == 'f') $str = 'FALSE';\n if(preg_match(\"/^0/\", $str) || preg_match(\"/^\\+?\\d{8,}$/\", $str) || preg_match(\"/^\\d{4}.\\d{1,2}.\\d{1,2}/\", $str)) {\n $str = \"'$str\";\n }\n if(strstr($str, '\"')) $str = '\"' . str_replace('\"', '\"\"', $str) . '\"';\n }", "function strNumValid($val = '',$type = 's', $min_len = 0) {\r\n if(!empty($val)) {\r\n\t\tif(strlen($val)>=$min_len) {\r\n\t\t\tif($type == 'n' && ctype_digit($val)) {\r\n\t\t\t\treturn true;\r\n\t\t\t}\r\n\t\t\telse if($type == 's' && is_string($val) && !ctype_digit($val)) {\r\n\t\t\t\treturn true;\r\n\t\t\t}\r\n\t\t\telse return false;\r\n\t\t}\r\n\t}\r\n\treturn false;\r\n}", "function validate_input($input_data, $input_type) {\n $output_data = trim($input_data);\n $output_data = stripslashes($output_data);\n $output_data = htmlspecialchars($output_data);\n if($input_type == 'text') {\n // not sure what to do here; \n }\n if($input_type == 'number') {\n if(!is_numeric($output_data)) {\n return false;\n }\n }\n return $output_data;\n}", "function cleanData(&$str) {\n\t\tif($str == 't') $str = 'TRUE';\n\t\tif($str == 'f') $str = 'FALSE';\n\t\tif(preg_match(\"/^0/\", $str) || preg_match(\"/^\\+?\\d{8,}$/\", $str) || preg_match(\"/^\\d{4}.\\d{1,2}.\\d{1,2}/\", $str)) {\n\t\t\t\n\t\t\t$str = \"'$str\";\n\t\t}\n\t\tif(strstr($str, '\"')) $str = '\"' . str_replace('\"', '\"\"', $str) . '\"';\n\t}", "function sanitize($type, $input) {\n\n switch ($type) {\n case 'int':\n $output = (int) strip_tags($input);\n break;\n case 'string':\n $output = (string) strip_tags($input);\n break;\n case 'double':\n $output = (double) strip_tags($input);\n break;\n default:\n echo \"Wrong Type\";\n $output = '';\n }\n \n return $output;\n }", "public function testScaleWithNonNumericString()\n {\n static::setExpectedExceptionRegExp('LogicException');\n $this->box->scale('test');\n }", "function isNum($s){return is_numeric($s) ? true : false;}", "public static function noNeedToEscape($string) {\n return $string === '' || ctype_digit($string);\n }", "function is_currency( $v,$round=0 )\r\n{\r\n$v = preg_replace(\"/[^0-9.]+/\",\"\",$v);\r\nreturn round($v,$round);\r\n}", "private function valueIsNotTranslatable( $text ) {\n\t\treturn ! is_string( $text ) &&\n\t\t\t\t! is_numeric( $text ) &&\n\t\t\t\t! is_array( $text );\n\t}", "public function isnumeric($amount){\n\t\tif(!empty($amount) && !is_numeric($amount)){ \n\t\t\treturn true;\n\t\t}\n }", "function is_money($field){\n\t\tif(preg_match('/valor/',$field)){\n\t\t\treturn(true);\n\t\t}else{\n\t\t\treturn(false);\n\t\t}\n\t}", "public function testInvalidFurPrice(){\n\t\t\t$furVars =[\n\t\t\t\t'name' => 'White Dresser',\n\t\t\t\t'description' => 'Nice Dresser',\n\t\t\t\t'price' => '',\n\t\t\t\t'categoryId' => '5',\n\t\t\t\t'fur_condition' => 'NEW'\n\t\t\t];\n\t\t\t$properTest = saveFuncFurniture($furVars);\n\t\t\t$this->assertFalse($properTest);\n\t\t}", "function isNumber ($value)\r\n{\r\n\treturn is_double ($value);\r\n}", "public function isnumeric($amount){\n\t\tif(!empty($amount) && !is_numeric($amount)){ \n\t\t\treturn true;\n\t\t}\n\t}", "function validFood($food)\r\n {\r\n // $validFoods = array(\"a\", \"b\", \"c\");\r\n\r\n\r\n return !empty($food) && ctype_alpha($food);\r\n }", "public function isNumeric();", "function emptyInputProduct($product, $description, $category, $price) {\n $result;\n if (empty($product) ||empty($description) ||empty($category) ||empty($price)) {\n $result = true;\n } else {\n $result = false;\n }\n return $result;\n }", "function validQty($qty)\n{\n return !empty($qty)\n && ctype_digit($qty)\n && $qty >= 1;\n}", "protected function escapeCurrency($price)\n {\n return preg_replace(\"/[^0-9\\.,]/\", '', $price);\n }", "function test_input($str) {\n\t\t\t\t$str = @trim($str);\n\t\t\t\tif(get_magic_quotes_gpc()) {\n\t\t\t\t$str = stripslashes($str);\n\t\t\t\t}\n\t\t\t\treturn ($str);\n\t\t\t\t}", "public function testConstructWithNonNumericString()\n {\n static::setExpectedExceptionRegExp('LogicException');\n new Box('test', 'test');\n }", "public function testCheckGenericInputDataWithComissionNonNumeric()\n {\n $data = [\n 'hour' => '2019-07-04T19:00', \n 'comission' => 'a non numeric value',\n 'idSession' => 1\n ];\n\n $mockedEntityManager = $this->createMock(EntityManager::class);\n $comissionSessionService = new ComissionSessionService($mockedEntityManager, []);\n\n $this->expectException(ComissionInvalidException::class);\n $comissionSessionService->checkGenericInputData($data);\n }", "public function testNotString(): void\n {\n $validator = new ControlValidator();\n $result = $validator->validate(9);\n\n $this->assertFalse($result->isValid());\n }", "public function setPrice($newPurchase_price)\n {\n if(!is_numeric($newPurchase_price))\n {\n return \"The price has to be numeric\";\n }\n else\n {\n //Checking if price is empty\n if($newPurchase_price == \"\")\n {\n return \"Please enter the price. It can not be empty.\";\n }\n else\n {\n //Checking if price is a positive number\n if($newPurchase_price < PRICE_MIN)\n {\n return \"The price has to be a positive number\";\n }\n else\n {\n //Checking if price exceeds the maximum predefined\n if($newPurchase_price > PRICE_MAX)\n {\n return \"The price can not be higher than \" . PRICE_MAX . \"$.\";\n }\n //Successful passed the validation\n else\n {\n $this->purchase_price = number_format($newPurchase_price, PRICE_PRECISION); \n return \"\";\n\n }\n }\n }\n } \n }", "function est_entier($valeur): bool {\n return is_numeric($valeur);\n}", "function presentPrice($price)\n {\n /*%i is the placeholder for the dollar amount \n money_format function does not exist on all OSes, windows is 1 of them \n see https://stackoverflow.com/questions/21507977/fatal-error-call-to-undefined-function-money-format#:~:text=this%20function%20available.-,The%20function%20money_format()%20is%20only%20defined%20if%20the%20system,()%20is%20undefined%20in%20Windows.&text=It%20has%20been%20pointed%20out,comment%20or%20Learner%20Student's%20answer). */\n \n return '$' . number_format($price / 100, 2);\n }", "public function testShouldReturnFalseForBlankStrings()\n\t{\n\t\t$this->assertFalse(SRPH\\Luhn\\luhn());\n\t\t$this->assertFalse(SRPH\\Luhn\\luhn(''));\n\t}", "function validFood($food)\n {\n /*\n if (empty($food))\n return false;\n else\n return true;\n */\n\n return !empty(trim($food)) && ctype_alpha($food);\n }", "public function getPriceType(): ?string\n {\n return $this->priceType;\n }", "public static function price_just_seperator($price) {\n $priceStr = (string) $price;\n\n\n if (strlen($priceStr) > 3) {\n\t if (strlen($priceStr) <= 6) {\n\t $finalPrice = '' . substr($priceStr, -6, strlen($priceStr) - 3) . '';\n\t $finalPrice.=',' . substr($priceStr, -3, 3) . '';\n\t } else if (strlen($priceStr) <= 9) {\n\t $finalPrice = '' . substr($priceStr, -9, strlen($priceStr) - 6) . '';\n\t $finalPrice.=',' . substr($priceStr, -6, 3);\n\t $finalPrice.=',' . substr($priceStr, -3, 3) . '';\n\t } else if (strlen($priceStr) <= 12) {\n\t $finalPrice = '' . substr($priceStr, -12, strlen($priceStr) - 9) . '';\n\t $finalPrice.=',' . substr($priceStr, -9, 3);\n\t $finalPrice.=',' . substr($priceStr, -6, 3);\n\t $finalPrice.=',' . substr($priceStr, -3, 3) . '';\n\t }\n\n\t return $finalPrice;\n }else\n\t return '' . $priceStr . '';\n }", "public function getTotalPriceWithoutVatFromPriceObject(Price $price);", "function precioNumero($itemPrecio){ \n $precio = str_replace('$','',$itemPrecio); //Eliminar el símbolo \n $precio = str_replace(',','',$precio); //Eliminar la coma \n return $precio; //Devolver el valor de tipo Numero sin caracteres especiales\n }", "public function supportsVarcharWithoutSize();", "function valid_get($data) {\n\t\t\t$data = trim($data); //trim - функция удаляет пробелы до и после слова но в самом слове пробелы не удаляет\n\t\t\t$data = stripslashes($data); //stripslashes — Удаляет экранирование символов\n\t\t\t$data = strip_tags($data); //strip_tags — Удаляет теги HTML и PHP из строки\n\t\t\t$data = htmlspecialchars($data); //htmlspecialchars — Преобразует специальные символы в HTML-сущности\n\t\t\treturn $data;\n\t }", "function aquamin_is_truty_or_zero( $mixed ) {\n\treturn ( !! $mixed || is_int( $mixed ) || is_float( $mixed ) || '0' === $mixed );\n}", "public function testConvertMethodWrongAmount()\n {\n \t$currencyExchangeRateMock = $this->getMockBuilder(\"App\\Models\\CurrencyExchangeRateService\")->getMock();\n\t\t$currencyExchangeRateMock->expects($this->any())\n \t\t->method(\"getExchangeRate\")\n \t\t->will($this->returnValue(1.0));\n\n\t\t$currencyConverter = new DefaultCurrencyConverter($currencyExchangeRateMock);\n\n\t\t$this->assertFalse($currencyConverter->convert('€','any'));\n\n }", "public function testNotString(): void\n {\n $validator = new LengthValidator();\n $result = $validator->validate(9);\n\n $this->assertFalse($result->isValid());\n }", "function valid_item_name ($item_name) {\n if ( empty($item_name) )\n return false;\n else \n return true;\t\n}", "function getfaircoin_price($price){\r\n global $edd_options;\r\n\r\n if( $price == 0 ) { // <span style=\"font-family:arial\">ƒ</span>\r\n $price = '1 Fair = '.number_format($edd_options['faircoin_price'], 2, '.', ',').' EUR';\r\n }\r\n return $price;\r\n}", "private function isCurrencyValid($str)\n {\n if ($str === 'XTS' || strlen($str) !==3 || empty($this->repository->supplemental['codeMappings'][$str])) {\n return false;\n }\n\n return true;\n }", "function clean_input( $value ) {\n if ( is_numeric( $value ) ) {\n return( $value );\n }\n // Strip slashes if necessary\n if ( get_magic_quotes_gpc( ) ) {\n $value = stripslashes( $value );\n }\n // Make sure no sql-dangerous code gets through\n $value = mysql_real_escape_string( $value );\n // Strip HTML tags, to be sure\n // May need another routine to allow input of HTML\n $value = strip_tags( $value );\n \n return( $value );\n }", "public function ifStr($str);", "function check_input($data, $problem='')\n {\n $data = trim($data);\n $data = stripslashes($data);\n $data = htmlspecialchars($data);\n if ($problem && strlen($data) == 0){\n show_error($problem);\n }\n return $data;\n }", "function isNumeric ($s) {\r\n return is_numeric($s);\r\n }", "public function getPrice()\n {\n return '';\n }", "public function testNonStrings($type)\n {\n $reflection = $this->createMock(\"\\Loom\\Settable\");\n $method = new \\ReflectionMethod($reflection, \"checkType\");\n $method->setAccessible(true);\n \n $result = $method->invoke($reflection, \"myvalue\", $type);\n $this->assertFalse($result);\n }", "function check_input($data, $problem='')\n{\n$data = trim($data);\n$data = stripslashes($data);\n$data = htmlspecialchars($data);\nif ($problem && strlen($data) == 0)\n{\nshow_error($problem);\n}\nreturn $data;\n}", "function check_input($data, $problem='')\n{\n$data = trim($data);\n$data = stripslashes($data);\n$data = htmlspecialchars($data);\nif ($problem && strlen($data) == 0)\n{\nshow_error($problem);\n}\nreturn $data;\n}", "private function validatePrice(array $price)\n {\n if (empty($price) || empty($price['product_id']) || !isset($price['custom_price'])\n || !isset($price['price_type']) || !isset($price['website_id'])\n ) {\n return false;\n }\n\n $customPrices = $this->getStorage()->getProductPrices($price['product_id']);\n if (!$this->productItemTierPriceValidator->canChangePrice($customPrices, $price['website_id'])) {\n return false;\n }\n\n return true;\n }", "public function testValidateStringNumber(): void\n {\n $this->assertFalse($this->validate('1'));\n }", "function validate_string($input) {\n if (!is_string($input) || empty($input)) return false;\n\n return true;\n}", "function validateNumeric($string)\n\t\t{\n\t\t\tif(is_numeric($string)){\n\t\t\t\treturn true;\n\t\t\t}else{\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}", "function validate($id, $salePrice, $regularPrice, $numberLeft) {\n\t\tif(is_int($id) && is_int($salePrice) && is_int($regularPrice) && is_int($numberLeft)) {\n\t\t\tif(is_string($itemName) && is_string($itemDesc)){\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t}", "public function testWidthWithNonNumericString()\n {\n static::setExpectedExceptionRegExp('LogicException');\n $this->box->setWidth('test');\n }", "function is_decimal( $val )\n {\n return is_numeric( $val ) && floor( $val ) != $val;\n }", "function test_ignoring_use_in_type_test_functions() {\n\tif ( ! is_numeric ( $_POST['foo'] ) ) { // OK.\n\t\treturn;\n\t}\n\n\twp_verify_nonce( 'some_action' );\n}", "public function testsIncreaseWithNonNumericString()\n {\n static::setExpectedExceptionRegExp('LogicException');\n $this->box->increase('test');\n }", "function es_un_real($string){\r\n// entero es considerado un subconjunto de real\r\n $salida = FALSE;\r\n if(ereg(\"^([0-9]+)$\", $string)){$salida = TRUE;} // 5\r\n if(ereg(\"^([0-9]+)(\\.[0-9]+)?$\", $string)){$salida = TRUE;} // 5 5.560\r\n if(ereg(\"^(\\.[0-9]+)$\", $string)){$salida = TRUE;} // . .54\r\n if(ereg(\"^$\", $string)){$salida = TRUE;}\r\n return $salida;\r\n }", "function clean_data($value, $handle) {\r\n\r\n if (get_magic_quotes_gpc()) {\r\n $value = stripslashes($value);\r\n }\r\n\r\n if (!is_numeric($value)) {\r\n $value = \"'\" . mysql_real_escape_string($value, $handle) . \"'\";\r\n }\r\n return $value;\r\n}", "function clean($value) {\n if (get_magic_quotes_gpc()) $value = stripslashes($value);\n if (!is_numeric($value)) $value = addslashes($value);\n return $value;\n}", "public static function validate_numeric_integer_or_decimal_values($val) { // {{{SYNC-DETECT-PURE-NUMERIC-INT-OR-DECIMAL-VALUES}}}\n\t//--\n\t$val = (string) $val; // do not use TRIM as it may strip out null or weird characters that may inject security issues if not trimmed outside (MUST VALIDATE THE REAL STRING !!!)\n\t//--\n\t$regex_decimal = (string) self::regex_stringvalidation_expression('number-decimal', 'full');\n\t//--\n\tif(((string)$val != '') AND (is_numeric($val)) AND (preg_match((string)$regex_decimal, (string)$val))) { // detect numbers: 0..9 - .\n\t\treturn true; // VALID\n\t} else {\n\t\treturn false; // NOT VALID\n\t} //end if else\n\t//--\n}", "function isNumeric ($value)\r\n{\r\n\treturn is_numeric ($value);\r\n}", "function format_price($price, string $currency = null)\n{\n return sprintf(\n config('vanilo.framework.currency.format'),\n $price,\n $currency ?? config('vanilo.framework.currency.sign')\n );\n}", "function check_input($value)\n\t{\n\tif(!empty($value))\n\t\t{\n\t\t$value = substr($value,0,50); \n\t\t}\n\t\tif (get_magic_quotes_gpc()) \n\t\t\t{\n\t\t\t$value = stripslashes($value);\n\t\t\t}\n\t\tif (!ctype_digit($value)) \t\n\t\t\t{\n\t\t\t$value = \"'\" . mysql_real_escape_string($value) . \"'\";\n\t\t\t}\n\telse\n\t\t{\n\t\t$value = intval($value);\n\t\t}\n\treturn $value;\n\t}", "public function testStringNotString()\n {\n $this->expectException(UnexpectedValueException::class);\n\n $createPaymentAccountRequest = new CreatePaymentAccountRequest(\n 123,\n 'PAYMENT_BUSINESS'\n );\n }", "function verifyNumeric ($testString) {\n\treturn (is_numeric ($testString));\n}", "function checkStrings($string) {\n $explodeAndCheck = array_filter(explode(', ', $string), 'is_numeric'); // explode on \", \" and only take the values which are numeric\n $finalParse = array_map('floatval', $explodeAndCheck); // convert from char to float\n\n $reconstructed = implode(\", \", $finalParse); // reconstruct the $finalParse with the reference (\", \") rule.\n\n // Compare the reconstructed and original versions.\n if (strcmp($string, $reconstructed) !== 0) return 0; // Not OK! There's an error: whether the user didn't use the proper \", \" rule, or he entered not numeric data.\n else return 1; // Alles gut!\n}", "function validateNatural($value){\n if(!preg_match('/^[0-9]{1,}$/', $value)){\n return false; \n }\n else{\n return true; \n } \n}", "function isRequiredString($var) {\n //Returns error message for an empty string\n \n //Check for unsafe characters\n $msg = isSantizeString($var);\n if ($msg != \"\") {\n return $msg;\n }\n\n if (strlen($var) > 0) {\n return \"\";\n } else {\n return \"Required\";\n }\n}", "private function test_number($value)\r\n {\r\n $value = str_replace(',', '.', $value);\r\n return is_numeric($value);\r\n }", "function check($a, $b) {\n if (is_numeric($a) && is_numeric($b)) {\n return true;\n } else {\n return \"please enter numbers only.\";\n }\n}" ]
[ "0.70998216", "0.6641739", "0.6186272", "0.6129545", "0.5958036", "0.59497815", "0.5935939", "0.58309156", "0.58309156", "0.5795915", "0.5741942", "0.57012284", "0.56876934", "0.5639954", "0.56253904", "0.56253904", "0.56229395", "0.56054974", "0.55819744", "0.55308187", "0.5530654", "0.5487304", "0.54867136", "0.5467111", "0.5465888", "0.5429341", "0.5419615", "0.54193264", "0.5415607", "0.53800577", "0.5365326", "0.53552645", "0.5348667", "0.5348416", "0.5335139", "0.53315324", "0.532177", "0.5314568", "0.53013134", "0.52895415", "0.5286929", "0.5284939", "0.52849114", "0.52816373", "0.5265758", "0.5258644", "0.524164", "0.52266073", "0.5210909", "0.52078676", "0.52044994", "0.5203178", "0.5176286", "0.5156151", "0.51509845", "0.5124332", "0.51076734", "0.5105569", "0.5099178", "0.5096734", "0.50881755", "0.50857824", "0.50852853", "0.50794005", "0.50788945", "0.50761515", "0.507024", "0.5069154", "0.50663096", "0.506236", "0.50562185", "0.5050581", "0.50466484", "0.5044013", "0.5039446", "0.50389475", "0.50221366", "0.50221366", "0.50189227", "0.5014539", "0.5009276", "0.50089574", "0.4998996", "0.4991853", "0.49863303", "0.49847656", "0.49755812", "0.49659702", "0.49583614", "0.49549195", "0.49495134", "0.49444377", "0.4943636", "0.49430105", "0.49267754", "0.49218926", "0.4916279", "0.4910952", "0.4902022", "0.49009722", "0.48891985" ]
0.0
-1
Joom!Fish Controler for the Control Panel
function __construct($config = array()) { parent::__construct($config); $this->registerTask( 'show', 'display' ); $this->registerTask('postInstall', 'postInstall'); $this->registerTask('information', 'information'); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function actionControlPanel()\n {\n $this->render('controlPanel');\n }", "public function panel()\n {\n $panel = new \\Shieldon\\Firewall\\Panel();\n $panel->entry();\n }", "function controller()\n\t\t{\t\n\t\t\t$this->admin_page_header();\n\t\t\t$this->admin_menu();\n\t\t}", "function redireccion_control_panel()\n{\n\t$this->setRedirect( 'index.php?option=com_securitycheck' );\n}", "function show_panel()\n\t{\n\t\tglobal $errors, $template;\n\t\t\n\t\t// get the mode\n\t\t$s = ( isset( $_GET[ 's' ] ) ) ? strval( $_GET[ 's' ] ) : '';\n\t\t\n\t\t// fire the template\n\t\t$template->assign_files( array(\n\t\t\t'ACP_advance' => 'ACP/advance' . tplEx\n\t\t) );\n\t\t\n\t\t// act upon it\n\t\tswitch( $s )\n\t\t{\n\t\t\tcase 'settings':\n\t\t\t\t$this->settings();\n\t\t\t\tbreak;\n\t\t\tcase 'settings_real':\n\t\t\t\t$this->settings_real();\n\t\t\t\tbreak;\n\t\t\tcase 'browser':\n\t\t\t\t$this->browser();\n\t\t\t\tbreak;\n\t\t\tcase 'clearcache':\n\t\t\t\t$this->clearcache();\n\t\t\t\tbreak;\n\t\t\tcase 'console':\n\t\t\t\t$this->console();\n\t\t\t\tbreak;\n\t\t\tcase 'key':\n\t\t\t\t$this->key();\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\t$errors->report_error( $this->lang[ 'Wrong_mode' ], CRITICAL_ERROR );\n\t\t\t\tbreak;\n\t\t}\n\t}", "function show_panel()\n\t{\n\t\tglobal $template, $errors, $Cl_root_path;\n\t\t\n\t\t$template->assign_files( array(\n\t\t\t'ACP_pages' => 'ACP/pages' . tplEx\n\t\t) );\n\t\t\n\t\t// get the subsubmode\n\t\t$sub = ( isset( $_GET[ 's' ] ) ) ? strval( $_GET[ 's' ] ) : 'add';\n\t\t\n\t\t\t\n\t\tswitch( $sub )\n\t\t{\n\t\t\tcase 'add':\n\t\t\t\t$this->adding();\n\t\t\t\tbreak;\n\t\t\tcase 'edit':\n\t\t\t\t$this->editting();\n\t\t\t\tbreak;\n\t\t\tcase 'add_bar':\n\t\t\t\t$mode = ( isset( $_POST[ 'MODE' ] ) ) ? strval( $_POST[ 'MODE' ] ) : '';\n\t\t\t\tswitch( $mode )\n\t\t\t\t{\n\t\t\t\t\tcase 'create':\n\t\t\t\t\t\t$this->add_page();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'edit':\n\t\t\t\t\t\t$this->edit_page();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\t$errors->report_error( $this->lang[ 'Wrong_form' ], CRITICAL_ERROR );\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase 'convert':\n\t\t\t\tinclude( $Cl_root_path . 'kernel/config/static_pages' . phpEx );\n\t\t\t\tif ( isset( $pages ) )\n\t\t\t\t{\n\t\t\t\t\t$this->pages_array = $pages;\n\t\t\t\t}\n\t\t\t\t$this->save_pages();\n\t\t\t\t$errors->report_error( $this->lang[ 'Converted' ], MESSAGE );\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\t$errors->report_error( $this->lang[ 'Wrong_mode' ], CRITICAL_ERROR );\n\t\t\t\tbreak;\n\t\t}\n\t}", "public function wcfmgs_ajax_controller() {\r\n \tglobal $WCFM, $WCFMgs;\r\n \t\r\n \t$controller = '';\r\n \tif( isset( $_POST['controller'] ) ) {\r\n \t\t$controller = $_POST['controller'];\r\n \t\t\r\n \t\tswitch( $controller ) {\r\n\t \t\r\n\t\t\t\tcase 'wcfm-capability':\r\n\t\t\t\t\tinclude_once( $this->controllers_path . 'wcfmgs-controller-capability.php' );\r\n\t\t\t\t\tnew WCFMgs_Capability_Controller();\r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\t\tcase 'wcfm-groups':\r\n\t\t\t\t\tinclude_once( $this->controllers_path . 'wcfmgs-controller-groups.php' );\r\n\t\t\t\t\tnew WCFMgs_Groups_Controller();\r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\t\tcase 'wcfm-groups-manage':\r\n\t\t\t\t\tinclude_once( $this->controllers_path . 'wcfmgs-controller-groups-manage.php' );\r\n\t\t\t\t\tnew WCFMgs_Groups_Manage_Controller();\r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\t\tcase 'wcfm-managers':\r\n\t\t\t\t\tinclude_once( $this->controllers_path . 'wcfmgs-controller-managers.php' );\r\n\t\t\t\t\tnew WCFMgs_Managers_Controller();\r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\t\tcase 'wcfm-managers-manage':\r\n\t\t\t\t\tinclude_once( $this->controllers_path . 'wcfmgs-controller-managers-manage.php' );\r\n\t\t\t\t\tnew WCFMgs_Managers_Manage_Controller();\r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\t\tcase 'wcfm-staffs':\r\n\t\t\t\t\tinclude_once( $this->controllers_path . 'wcfmgs-controller-staffs.php' );\r\n\t\t\t\t\tnew WCFMgs_Staffs_Controller();\r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\t\tcase 'wcfm-staffs-manage':\r\n\t\t\t\t\tinclude_once( $this->controllers_path . 'wcfmgs-controller-staffs-manage.php' );\r\n\t\t\t\t\tnew WCFMgs_Staffs_Manage_Controller();\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public function profesional_cpanel() {\n $datos['titulo'] = \"Profesional CPanel\";\n $datos['ruta_relativa'] = \"<p><a href='\".base_url('principal').\"'>Inicio</a> > Profesional</p>\";\n $this->render_page('profesionales/profesionales_home_view', $datos); \n }", "public function controller()\n\t{\n\t\n\t}", "public function controls()\n {\n }", "public function actionAdministration()\n\t{\n\t $this->render('index');\n\t}", "public function displayAdminPanel() {}", "public function run_cp()\n\t{\n\t\tif ($this->cp_loaded)\n\t\t{\n\t\t\treturn;\n\t\t}\n\n\t\t$this->cp_loaded = TRUE;\n\n\t\t$this->somebody_set_us_up_the_base();\n\n\t\t// Show the control panel home page in the event that a\n\t\t// controller class isn't found in the URL\n\t\tif (ee()->router->fetch_class() == ''/* OR\n\t\t\t! isset($_GET['S'])*/)\n\t\t{\n\t\t\tee()->functions->redirect(BASE.AMP.'C=homepage');\n\t\t}\n\n\t\tif (ee()->uri->segment(1) == 'cp')\n\t\t{\n\t\t\t// new url, restore old style get\n\t\t\t$get = array_filter(array(\n\t\t\t\t'D' => 'cp',\n\t\t\t\t'C' => ee()->uri->segment(2),\n\t\t\t\t'M' => ee()->uri->segment(3)\n\t\t\t));\n\n\t\t\t$_GET = array_merge($get, $_GET);\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$get = array();\n\t\t}\n\n\n\t\t// Load our view library\n\t\tee()->load->library('view');\n\n\t\t// Fetch control panel language file\n\t\tee()->lang->loadfile('cp');\n\n\t\t// Prevent Pseudo Output variables from being parsed\n\t\tee()->output->parse_exec_vars = FALSE;\n\n\t\t/** ------------------------------------\n\t\t/** Instantiate Admin Log Class\n\t\t/** ------------------------------------*/\n\n\t\tee()->load->library('logger');\n\t\tee()->load->library('cp');\n\n\t\t// Does an admin session exist?\n\t\t// Only the \"login\" class can be accessed when there isn't an admin session\n\t\tif (ee()->session->userdata('admin_sess') == 0 &&\n\t\t\tee()->router->fetch_class(TRUE) != 'login' &&\n\t\t\tee()->router->fetch_class() != 'css')\n\t\t{\n\t\t\t// has their session Timed out and they are requesting a page?\n\t\t\t// Grab the URL, base64_encode it and send them to the login screen.\n\t\t\t$safe_refresh = ee()->cp->get_safe_refresh();\n\t\t\t$return_url = ($safe_refresh == 'C=homepage') ? '' : AMP.'return='.urlencode(ee('Encrypt')->encode($safe_refresh));\n\n\t\t\tee()->functions->redirect(BASE.AMP.'C=login'.$return_url);\n\t\t}\n\n\t\t// Is the user banned or not allowed CP access?\n\t\t// Before rendering the full control panel we'll make sure the user isn't banned\n\t\t// But only if they are not a Super Admin, as they can not be banned\n\t\tif ((ee()->session->userdata('group_id') != 1 && ee()->session->ban_check('ip')) OR\n\t\t\t(ee()->session->userdata('member_id') !== 0 && ! ee()->cp->allowed_group('can_access_cp')))\n\t\t{\n\t\t\treturn ee()->output->fatal_error(lang('not_authorized'));\n\t\t}\n\n\t\t// Load common helper files\n\t\tee()->load->helper(array('url', 'form', 'quicktab', 'file'));\n\n\t\t// Certain variables will be included in every page, so we make sure they are set here\n\t\t// Prevents possible PHP errors, if a developer forgets to set it explicitly.\n\t\tee()->cp->set_default_view_variables();\n\n\t\t// Load the Super Model\n\t\tee()->load->model('super_model');\n\n\t\t// Laod Menu library\n\t\tee()->load->library('menu');\n\n\t\t$this->set_newrelic_transaction(function () use ($get) {\n\t\t\t$request = $get;\n\t\t\tarray_shift($request);\n\t\t\t$request = implode('/', $request);\n\t\t\treturn 'CP: '.$request;\n\t\t});\n\t}", "function Controller()\n\t{\t\t\n\t\t$this->method = \"showView\";\n\t\tif (array_key_exists(\"method\", $_REQUEST))\n\t\t\t$this->method = $_REQUEST[\"method\"];\n\t\t\t\t\n\t\t$this->icfTemplating = new IcfTemplating();\n\t\t$this->tpl =& $this->icfTemplating->getTpl();\n\t\t$this->text =& $this->icfTemplating->getText();\t\t\n\t\t$this->controllerMessageArray = array();\n\t\t$this->pageTitle = \"\";\n\t\t$this->dateFormat = DateFormatFactory::getDateFormat();\n\t\t$this->controllerData =& $this->newControllerData();\n\t}", "function show_panel()\n\t{\n\t\tglobal $template, $errors, $Cl_root_path;\n\t\t\n\t\t$template->assign_files( array(\n\t\t\t'ACP_MoreContent' => 'ACP/MoreContent' . tplEx\n\t\t) );\n\t\t\n\t\t// get the subsubmode\n\t\t$sub = ( isset( $_GET[ 's' ] ) ) ? strval( $_GET[ 's' ] ) : 'add';\n\t\t\n\t\t\t\n\t\tswitch( $sub )\n\t\t{\n\t\t\tcase 'manage':\n\t\t\t\t$this->manage();\n\t\t\t\tbreak;\n\t\t\tcase 'manage2':\n\t\t\t\t$this->manage2();\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\t$errors->report_error( $this->lang[ 'Wrong_mode' ], CRITICAL_ERROR );\n\t\t\t\tbreak;\n\t\t}\n\t}", "function css_tricks_can_he_loginz_control_panel_init() {\n\n\t// Are we in the admin area?\n\tif( ! is_network_admin() ) { return FALSE; }\n\n\t// If so, add our control panel.\n\treturn new CSS_Tricks_Can_He_Loginz_Control_Panel();\n\n}", "function start() {\n\t\t\tglobal $account;\n\t\t\tglobal $objects;\n\t\t\tglobal $param;\n\t\t\tglobal $FicheCabinet;\n\n\t\t\tif(array_key_exists(\"FicheCabinet\",$objects))\n\t\t\t\t$FicheCabinet = $objects[\"FicheCabinet\"];\n\n\n\t\t\t// create ledger for this controler\n\t\t\t$ledgerFactory = new LedgerFactory();\n\t\t\t$ledger = $ledgerFactory->getLedger(\"Controler\",\"FicheCabinetControler\");\n\n\t\t\t//Create connection factory\n\t\t\t$cf = new ConnectionFactory();\n\n\t\t\t//create mappers\n\t\t\t$FicheCabinetMapper = new FicheCabinetMapper($cf->getConnection());\n\n\t\t\t$ledger->writeArray(I,\"Start\",\"Control Parameters = \",$param);\n\t\t\tswitch($param->action){\n\t\t\t\tcase ACTION_MANAGE:\n\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase ACTION_FIND:\n\t\t\t\t $FicheCabinet=New FicheCabinet();\n\t\t\t\t\t$FicheCabinet->cabinet = $account->cabinet;\n\t\t\t\t\t$result = $FicheCabinetMapper->findObject($FicheCabinet->beforeSerialisation($account));\n\n\t\t\t\t\t$FicheCabinet = $result->afterDeserialisation($account);\n\n\t\t\t\t\tforward($this->mappingTable[\"URL_NEW\"]);\n\n\t\t\t\t\t\tbreak;\n\n\n\n\t\t\t\tcase ACTION_SAVE:\n\t\t\t\t\texitIfNull($FicheCabinet);\n\n\t\t\t\t\t$errors = $FicheCabinet->check();\n\t\t\t\t\tif(count($errors) !=0) forward($this->mappingTable[\"URL_NEW\"],$errors);\n\n\t\t\t\t\t$result = $FicheCabinetMapper->updateObject($FicheCabinet->beforeSerialisation($account));\n\t\t\t\t\tif($result == false) {\n\t\t\t\t\t\tif($FicheCabinetMapper->lastError != NOTHING_UPDATED)\n\t\t\t\t\t\t\tforward(URL_CONTROLER_PERSISTENCE_ERROR,\"update failed\");\n\t\t\t\t\t}\n\t\t\t\t\tforward($this->mappingTable[\"URL_AFTER_UPDATE\"]);\n\n\t\t\t\t\tbreak;\n\n\n\t\t\t\tcase ACTION_LIST:\n\t\t\t\t\tglobal $rowsList;\n\t\t\t\t\t$rowsList = $FicheCabinetMapper->getTousCabinets();\n\t\t\t\t\t\n\t\t\t\t\tif($rowsList==false) forward(URL_CONTROLER_PERSISTENCE_ERROR,\"Find objects caused an error\");\n\n\t\t\t\t\tforward($this->mappingTable[\"URL_VIEW\"]);\n\n\t\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\techo(\"ACTION IS NULL\");\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\n\t\t}", "public function read_cwp_control_panel_page()\r\n {\r\n require_once CWP_PLUGIN_PATH . '/lib/view/cwp-control-panel/index.php';\r\n }", "public function action_index()\n\t{\n\t\tglobal $context, $txt;\n\n\t\t// You need to be an admin or have manage setting permissions to change anything\n\t\tif (!allowedTo('sp_admin'))\n\t\t{\n\t\t\tisAllowedTo('sp_manage_settings');\n\t\t}\n\n\t\t// Some helpful friends\n\t\trequire_once(SUBSDIR . '/PortalAdmin.subs.php');\n\t\trequire_once(SUBSDIR . '/Portal.subs.php');\n\t\trequire_once(ADMINDIR . '/ManageServer.controller.php');\n\t\tloadCSSFile('portal.css', ['stale' => SPORTAL_STALE]);\n\n\t\t// Load the Simple Portal Help file.\n\t\tloadLanguage('SPortalHelp');\n\n\t\t$subActions = array(\n\t\t\t'information' => array($this, 'action_information'),\n\t\t\t'generalsettings' => array($this, 'action_general_settings'),\n\t\t\t'blocksettings' => array($this, 'action_block_settings'),\n\t\t\t'articlesettings' => array($this, 'action_article_settings'),\n\t\t\t'formatchange' => array($this, 'action_format_change'),\n\t\t);\n\n\t\t// Start up the controller, provide a hook since we can\n\t\t$action = new Action('portal_main');\n\n\t\t$context[$context['admin_menu_name']]['tab_data'] = array(\n\t\t\t'title' => $txt['sp-adminConfiguration'],\n\t\t\t'help' => 'sp_ConfigurationArea',\n\t\t\t'description' => $txt['sp-adminConfigurationDesc'],\n\t\t);\n\n\t\t// Set the default to the information tab\n\t\t$subAction = $action->initialize($subActions, 'information');\n\n\t\t// Right then, off you go\n\t\t$action->dispatch($subAction);\n\t}", "function controls()\n\t{\n\t}", "private function setController()\n\t\t{\n\t\t\t$this->_controller = $this->_separetor[1];\n\t\t}", "private function composeControlPanel()\n {\n $this->composeControlPanelSideMenu();\n $this->composeControlPanelImagesBrowser();\n }", "public function SetPanelSettings()\n\t{\n\t\tif(gzte11(ISC_LARGEPRINT) && GetConfig('EnableGiftCertificates') != 0) {\n\t\t\t$GLOBALS['SNIPPETS']['TopMenuGiftCertificates'] = $GLOBALS['ISC_CLASS_TEMPLATE']->GetSnippet(\"TopMenuGiftCertificates\");\n\t\t}\n\t\t// Show the login/logout link as required\n\n\t\t$GLOBALS['HideLogoutLink'] = 'display: none';\n\t\t\n\t\tif(!isset($GLOBALS['LoginOrLogoutText'])) {\n\n\t\t\tif(CustomerIsSignedIn()) {\n\t\t\t\t$usuarioLogado = true;\n\t\t\t\t// If they're a customer, set their name so it's available in the templates\n\t\t\t\t$c = GetClass('ISC_CUSTOMER');\n\t\t\t\t$customerData = $c->GetCustomerDataByToken();\n\t\t\t\t$GLOBALS['CurrentCustomerFirstName'] = isc_html_escape(ucwords(strtolower($customerData['custconfirstname'])));\n\t\t\t\t$GLOBALS['CurrentCustomerLastName'] = isc_html_escape(ucwords(strtolower($customerData['custconlastname'])));\n\t\t\t\t$GLOBALS['CurrentCustomerEmail'] = isc_html_escape(strtolower($customerData['custconemail']));\n\n\t\t\t\t$GLOBALS['LoginOrLogoutLink'] = \"login.php?action=logout\";\n\t\t\t\t//$GLOBALS['LoginOrLogoutText'] = sprintf(GetLang('LogoutLink'), $GLOBALS['ShopPathNormal']);\n\t\t\t\t$GLOBALS['LoginOrLogoutText'] = 'Ol&aacute; <b>'.$GLOBALS['CurrentCustomerFirstName'].'!</b> </a>\n\t\t\t\t\t\t ( <a href=\"'.$GLOBALS['ShopPathNormal'].'/account.php\">Meus Dados</a>\n\t\t\t\t\t\t <a href=\"'.$GLOBALS['ShopPathNormal'].'/account.php?action=order_status\">Meus Pedidos</a>\n\t\t\t\t\t\t <a href=\"'.$GLOBALS['ShopPathNormal'].'/login.php?action=logout\">Sair</a> )';\n\t\t\t\t\n\t\t\t\t$GLOBALS['HideLogoutLink'] = '';\n\t\t\t}else{\n\t\t\t\t$usuarioLogado = false;\n\t\t\t\t$loginLinkFunction = '';\n\t\t\t\t$createAccountLinkFunction = '';\n\t\t\t\t$GLOBALS['OptimizerLinkScript'] = $this -> insertOptimizerLinkScript();\n\t\t\t\tif($GLOBALS['OptimizerLinkScript'] != '') {\n\t\t\t\t\t$loginLinkFunction = \"gwoTracker._link(\\\"\".$GLOBALS['ShopPathSSL'].\"/login.php?tk=\".session_id().\"\\\"); return false;\";\n\t\t\t\t\t$createAccountLinkFunction = \"gwoTracker._link(\\\"\".$GLOBALS['ShopPathSSL'].\"/login.php?action=create_account&tk=\".session_id().\"\\\"); return false;\";\n\n\t\t\t\t}\n\t\t\t\t// If they're a guest, set their name to 'Guest'\n\t\t\t\t$GLOBALS['CurrentCustomerFirstName'] = GetLang('Guest');\n\t\t\t\t$GLOBALS['CurrentCustomerLastName'] = $GLOBALS['CurrentCustomerEmail'] = '';\n\n\t\t\t\t$GLOBALS['LoginOrLogoutLink'] = \"login.php\";\n\t\t\t\t$GLOBALS['LoginOrLogoutText'] = sprintf(GetLang('SignInOrCreateAccount'), $GLOBALS['ShopPath'], $loginLinkFunction, $GLOBALS['ShopPath'], $createAccountLinkFunction);\n\t\t\t}\n\t\t}else{\n\t\t\t$usuarioLogado = false;\n\t\t}\n\t\t\n\t\t/* EDAZCOMMERCE - CRIAR OS CAMPOS DE LOGIN NO HEADER POR AQUI, PARA NÃO ENTRAR EM CONFLITO COM O LOGIN DO CHECKOUT */\n\t\t$GLOBALS['FieldsLoginHeader'] = '<input type=\"text\" class=\"InputTexto InitialFocus\" name=\"login_email\" id=\"login_email\" size=\"35\" />\n\t\t\t\t\t\t<input type=\"password\" class=\"InputTexto\" name=\"login_pass\" id=\"login_pass\" />\n\t\t\t\t\t\t<input type=\"submit\" id=\"id=\"LoginButton\"\" value=\"Entrar\" />';\n\t\t\n\t\t/* EDAZCOMMERCE - USUÁRIO DESLOGADO DO SISTEMA */\n\t\t$GLOBALS['UsuarioLogado'] = $usuarioLogado;\n\t\tif($usuarioLogado){\n\t\t\t$GLOBALS['DisplayLoginHome'] \t\t= \"displayNone\";\n\t\t\t$GLOBALS['ClassWelcomeMessageUser'] = \"width600\";\n\t\t}else{\n\t\t\t/* DESABILITA OS CAMPOS PARA LOGIN NO HEADER QUANDO ESTIVER NO CHECKOUT */\n\t\t\tif(!isset($GLOBALS['PanelLoginJavaScript']) || (isset($GLOBALS['PanelLoginJavaScript']) && $GLOBALS['PanelLoginJavaScript'] != 'desabilitadoCheckout')){\n\t\t\t\t$GLOBALS['PanelLoginJavaScript'] = \"%%Panel.LoginJavaScript%%\";\n\t\t\t}\n\t\t}\n\t\tif($GLOBALS['PanelLoginJavaScript'] == 'desabilitadoCheckout'){\n\t\t\t$GLOBALS['FieldsLoginHeader']\t = \"\";\n\t\t\t$GLOBALS['PanelLoginJavaScript'] = \"\";\n\t\t}\n\n\t\t// Display our currency flags. Has been disabled for the time being. Theory being that this will include the whole locale (text aswell)\n\t\t$GLOBALS['CurrencyFlags'] = \"\";\n\t}", "function Show()\r\n {\r\n $block = new JBlock($this->Core, $this->Name);\r\n $block->Frame = false;\r\n $block->Table = true;\r\n \r\n //Action Ajax\r\n $action = new AjaxAction($this->App, $this->Action);\r\n $action->AddArgument(\"App\", $this->App);\r\n \r\n //Ajout des arguments\r\n foreach($this->Arguments as $argument => $value)\r\n {\r\n $action->AddArgument($argument, $value);\r\n }\r\n \r\n $action->ChangedControl = $this->Name;\r\n \r\n foreach($this->Controls as $control)\r\n {\r\n switch($control[\"Type\"])\r\n {\r\n case \"EntityListBox\" : \r\n $ctr = new EntityListBox($control[\"Name\"], $this->Core);\r\n $ctr->Entity = $control[\"Entity\"] ;\r\n $ctr->ListBox->Libelle = $control[\"Libelle\"];\r\n $ctr->Libelle = $control[\"Libelle\"];\r\n $ctr->ListBox->Selected = $control[\"Value\"];\r\n \r\n if($control[\"Field\"])\r\n {\r\n $ctr->AddField($control[\"Field\"]);\r\n }\r\n \r\n if(isset($control[\"Argument\"]))\r\n {\r\n $ctr->AddArgument($control[\"Argument\"]); \r\n }\r\n \r\n break;\r\n case \"ListBox\" :\r\n $ctr = new ListBox($control[\"Name\"]);\r\n $ctr->Libelle = $control[\"Libelle\"];\r\n \r\n foreach($control[\"Value\"] as $key => $value)\r\n {\r\n $ctr->Add($key, $value);\r\n }\r\n \r\n \r\n break;\r\n case \"AutoCompleteBox\" : \r\n $ctr = new AutoCompleteBox($control[\"Name\"], $this->Core);\r\n $ctr->Entity = $control[\"Entity\"] ;\r\n $ctr->Methode = $control[\"Methode\"];\r\n $ctr->Libelle = $control[\"Libelle\"];\r\n \r\n \r\n break;\r\n case \"BsTextBox\" :\r\n $ctr = new BsTextBox($control[\"Name\"], $this->Core);\r\n $ctr->Title = $control[\"Title\"];\r\n break;\r\n case \"BsEmailBox\" :\r\n $ctr = new BsEmailBox($control[\"Name\"], $this->Core);\r\n $ctr->Title = $control[\"Title\"];\r\n break;\r\n case \"BsPassword\" :\r\n $ctr = new BsPassword($control[\"Name\"], $this->Core);\r\n $ctr->Title = $control[\"Title\"];\r\n break;\r\n \r\n case \"CheckBox\" :\r\n $ctr = new CheckBox($control[\"Name\"]);\r\n $ctr->Value = $control[\"Value\"];\r\n $ctr->Libelle = $control[\"Libelle\"];\r\n $ctr->CssClass = $control[\"CssClass\"];\r\n $ctr->Checked = $control[\"Value\"];\r\n break;\r\n case \"Button\" : \r\n $ctr = new Button(BUTTON);\r\n $ctr->Value = $control[\"Value\"];\r\n $ctr->Libelle = $control[\"Libelle\"];\r\n $ctr->CssClass = $control[\"CssClass\"];\r\n \r\n $ctr->OnClick = $action;\r\n \r\n break;\r\n case \"UploadAjaxFile\" : \r\n $app = $control[\"App\"];\r\n $idEntite = $control[\"IdEntite\"];\r\n $callBack = $control[\"CallBack\"];\r\n $UploadAction = $control[\"Action\"];\r\n \r\n $ctr = new UploadAjaxFile($app, $idEntite, $callBack, $UploadAction);\r\n \r\n break;\r\n case \"Libelle\":\r\n \r\n $ctr = new Libelle($control[\"Value\"]);\r\n \r\n break;\r\n default :\r\n $type = $control[\"Type\"];\r\n \r\n $ctr = new $type($control[\"Name\"]);\r\n $ctr->Libelle = $control[\"Libelle\"];\r\n $ctr->Value = $control[\"Value\"];\r\n \r\n break;\r\n }\r\n \r\n $action->AddControl($ctr->Id);\r\n \r\n if($control[\"Type\"] == \"Button\" || $control[\"Type\"] == \"UploadAjaxFile\" )\r\n {\r\n $block->AddNew($ctr, 2, ALIGNRIGHT);\r\n }\r\n else\r\n {\r\n $block->AddNew($ctr);\r\n }\r\n }\r\n \r\n return $block->Show();\r\n }", "public function controlActions(){\n // Check if the tables are created.\n $this->mode = 'admin';\n $this->object = new $this->type();\n $this->titlePage = __((string)$this->object->info->info->form->title);\n $this->layout = (string)$this->object->info->info->form->layout;\n $this->menuInside = $this->menuInside();\n $ui = new NavigationAdmin_Ui($this);\n switch ($this->action) {\n default:\n header('Location: '.url($this->type.'/listAdmin', true));\n exit();\n break;\n case 'listAdmin':\n /**\n * This is the main action for the BackEnd. If we are in DEBUG mode\n * it will create the table automatically.\n */\n $this->checkLoginAdmin();\n $this->content = $this->listAdmin();\n return $ui->render();\n break;\n case 'insertView':\n /**\n * This is the action that shows the form to insert a record in the BackEnd.\n */\n $this->checkLoginAdmin();\n $this->content = $this->insertView();\n return $ui->render();\n break;\n case 'insert':\n /**\n * This is the action that inserts a record in the BackEnd.\n * If the insertion is successful it shows a form to check the record,\n * if not it creates a form with the errors to correct.\n */\n $this->checkLoginAdmin();\n $insert = $this->insert();\n if ($insert['success']=='1') {\n header('Location: '.url($this->type.'/insertCheck/'.$insert['id'], true));\n exit();\n } else {\n $this->messageError = __('errorsForm');\n $this->content = $insert['html'];\n return $ui->render();\n }\n break;\n case 'modifyView':\n case 'modifyViewCheck':\n case 'insertCheck':\n /**\n * This is the action that shows the form to check a record insertion.\n */\n $this->checkLoginAdmin();\n $this->message = ($this->action=='insertCheck' || $this->action=='modifyViewCheck') ? __('savedForm') : '';\n $this->content = $this->modifyView();\n return $ui->render();\n break;\n case 'modifyViewNested':\n /**\n * This is the action that shows the form to modify a record.\n */\n $this->checkLoginAdmin();\n $this->object = $this->object->readObject($this->id);\n $uiObjectName = $this->type.'_Ui';\n $uiObject = new $uiObjectName($this->object);\n $values = array_merge($this->object->valuesArray(), $this->values);\n $this->content = $uiObject->renderForm(array_merge(\n array('values'=>$values,\n 'action'=>url($this->type.'/modifyNested', true),\n 'class'=>'formAdmin formAdminModify',\n 'nested'=>true),\n array()));\n return $ui->render();\n break;\n case 'modify':\n case 'modifyNested':\n /**\n * This is the action that updates a record when updating it.\n */\n $this->checkLoginAdmin();\n $nested = ($this->action == 'modifyNested') ? true : false;\n $modify = $this->modify($nested);\n if ($modify['success']=='1') {\n if (isset($this->values['submit-saveCheck'])) {\n header('Location: '.url($this->type.'/modifyViewCheck/'.$modify['id'], true));\n } else {\n header('Location: '.url($this->type.'/listAdmin', true));\n }\n exit();\n } else {\n $this->messageError = __('errorsForm');\n $this->content = $modify['html'];\n return $ui->render();\n }\n break;\n case 'delete':\n /**\n * This is the action that deletes a record.\n */\n $this->checkLoginAdmin();\n if ($this->id != '') {\n $type = new $this->type();\n $object = $type->readObject($this->id);\n $object->delete();\n }\n header('Location: '.url($this->type.'/listAdmin', true));\n exit();\n break;\n case 'sortSave':\n /**\n * This is the action that saves the order of a list of records.\n * It is used when sorting using the BackEnd.\n */\n $this->checkLoginAdmin();\n $this->mode = 'ajax';\n $object = new $this->type();\n $newOrder = (isset($this->values['newOrder'])) ? $this->values['newOrder'] : array();\n $object->updateOrder($newOrder);\n break;\n case 'sortList':\n /**\n * This is the action that changes the order of the list.\n */\n $this->checkLoginAdmin();\n $object = new $this->type();\n $info = explode('_', $this->id);\n if (isset($info[1]) && $object->attributeInfo($info[1])!='') {\n $orderType = ($info[0]=='asc') ? 'asc' : 'des';\n Session::set('ord_'.$this->type, $orderType.'_'.$info[1]);\n }\n header('Location: '.url($this->type, true));\n exit();\n break;\n case 'addSimple':\n /**\n * This is the action that adds a simple record.\n */\n $this->checkLoginAdmin();\n $this->mode = 'ajax';\n $formObject = $this->type.'_Form';\n $form = new $formObject();\n return $form->createFormFieldMultiple();\n break;\n case 'multiple-delete':\n /**\n * This is the action that deletes multiple records at once.\n */\n $this->checkLoginAdmin();\n $this->mode = 'ajax';\n if (isset($this->values['list-ids'])) {\n $type = new $this->type();\n foreach ($this->values['list-ids'] as $id) {\n $object = $type->readObject($id);\n $object->delete();\n }\n }\n break;\n case 'multiple-activate':\n case 'multiple-deactivate':\n /**\n * This is the action that activates or deactivates multiple records at once.\n * It just works on records that have an attribute named \"active\",\n */\n $this->checkLoginAdmin();\n $this->mode = 'ajax';\n if (isset($this->values['list-ids'])) {\n $primary = (string)$this->object->info->info->sql->primary;\n $where = '';\n foreach ($this->values['list-ids'] as $id) {\n $where .= $primary.'=\"'.$id.'\" OR ';\n }\n $where = substr($where, 0, -4);\n $active = ($this->action == 'multiple-activate') ? '1' : '0';\n $query = 'UPDATE '.Db::prefixTable($this->type).' SET active=\"'.$active.'\" WHERE '.$where;\n Db::execute($query);\n }\n break;\n case 'autocomplete':\n /**\n * This is the action that returns a json string with the records that match a search string.\n * It is used for the autocomplete text input.\n */\n $this->mode = 'json';\n $autocomplete = (isset($_GET['term'])) ? $_GET['term'] : '';\n if ($autocomplete!='') {\n $where = '';\n $concat = '';\n $items = explode('_', $this->id);\n foreach ($items as $itemIns) {\n $item = $this->object->attributeInfo($itemIns);\n $name = (string)$item->name;\n if (is_object($item) && $name!='') {\n $concat .= $name.',\" \",';\n $where .= $name.' LIKE \"%'.$autocomplete.'%\" OR ';\n }\n }\n $where = substr($where, 0, -4);\n $concat = 'CONCAT('.substr($concat, 0, -5).')';\n if ($where!='') {\n $query = 'SELECT '.(string)$this->object->info->info->sql->primary.' as idItem, \n '.$concat.' as infoItem\n FROM '.Db::prefixTable($this->type).'\n WHERE '.$where.'\n ORDER BY '.$name.' LIMIT 20';\n $results = array();\n $resultsAll = Db::returnAll($query);\n foreach ($resultsAll as $result) {\n $resultsIns = array();\n $resultsIns['id'] = $result['idItem'];\n $resultsIns['value'] = $result['infoItem'];\n $resultsIns['label'] = $result['infoItem'];\n array_push($results, $resultsIns);\n }\n return json_encode($results); \n }\n }\n break;\n case 'search':\n /**\n * This is the action that does the default \"search\" on a content object.\n */\n $this->checkLoginAdmin();\n if ($this->id != '') {\n $this->content = $this->listAdmin();\n return $ui->render();\n } else {\n if (isset($this->values['search']) && $this->values['search']!='') {\n $searchString = urlencode(html_entity_decode($this->values['search']));\n header('Location: '.url($this->type.'/search/'.$searchString, true));\n } else {\n header('Location: '.url($this->type.'/listAdmin', true));\n } \n }\n break;\n case 'export-json':\n /**\n * This is the action that exports the complete list of objects in JSON format.\n */\n $this->mode = 'ajax';\n $query = 'SELECT * FROM '.Db::prefixTable($this->type);\n $items = Db::returnAll($query);\n $file = $this->type.'.json';\n $options = array('content'=>json_encode($items), 'contentType'=>'application/json');\n File::download($file, $options);\n return '';\n break;\n }\n }", "function showUploadPage() {\n\t\t$this->setCacheLevelNone();\n\t\t$this->getEngine()->assign('oLicenseSet', $this->getModel()->getLicenseList($this->getController()->getRequest()->getSession()->getUser()->getID()));\n\t\t$this->getEngine()->assign('eventID', $this->getModel()->getEventID());\n\t\t//$this->addCssResource(new mvcViewCss('uploadifycss', mvcViewCss::TYPE_FILE, '/libraries/plupload/js/jquery.ui.plupload/css/jquery.ui.plupload.css'));\n\t\t$this->addCssResource(new mvcViewCss('jscss', mvcViewCss::TYPE_FILE, '/libraries/jquery-ui/themes/smoothness/jquery-ui.css'));\n\t\t$this->addCssResource(new mvcViewCss('styleWizardCss', mvcViewCss::TYPE_FILE, '/libraries/jquery-plugins/smartWizard2/styles/smart_wizard.css'));\n\t\t\n\t\t$this->addCssResource(new mvcViewCss('uploadifycss', mvcViewCss::TYPE_FILE, '/libraries/uploadify-v3.1/uploadify.css'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('uploadify', mvcViewJavascript::TYPE_FILE, '/libraries/uploadify-v3.1/jquery.uploadify-3.1.min.js'));\n\n\t\t$this->addJavascriptResource(new mvcViewJavascript('uploadifv3', mvcViewJavascript::TYPE_INLINE, \"$('#FileUpload').uploadify({\n\t\theight : 30,\n\t\tfileObjName : 'Files',\t\n\t\tswf : '/libraries/uploadify-v3.1/uploadify.swf',\n\t\tuploader : '{$this->buildUriPath(uploadController::ACTION_DO_UPLOAD)}',\n\t\twidth : 120,\n\t\t'fileSizeLimit' : '500MB',\t\n\t\tfileTypeExts : '*.mp4;*.mov;*.avi;*.mpg;*.wmv;*.m4v',\n\t\t'onUploadSuccess' : function(file, data, response) {\n\t\t\t\t$('#fileNameStored').val(data);\n\t\t\t\t$('#uploadStatus').val(\\\"\\\");\n\t\t\t\t$('#msg_filename').text(\\\"Upload done : \\\"+file.name);\n },\n\t\t'onUploadError': function (file, errorCode, errorMsg, errorString) {\n\t\t\t$('#msg_filename').text(\\\"\\\");\n\t\t\talert('The file ' + file.name + ' could not be uploaded: ' + errorString);\n\t\t},\n\t\t'onSelect' : function(file) {\n\t\t\t$('#uploadStatus').val(\\\"started\\\");\n\t\t\t$('#msg_filename').text(\\\"\\\");\n\t\t},\n\t\t'buttonText' : 'Upload Video',\t\n\t\tformData : { '{$this->getRequest()->getSession()->getSessionName()}' : '{$this->getRequest()->getSession()->getSessionID()}'\n\t\t}\t\t\n\t\t});\n\t\t\"));\n\t\t\n\t\t//$this->addCssResource(new mvcViewCss('uploadifycss', mvcViewCss::TYPE_FILE, '/libraries/jquery-uploadify/uploadify.css'));\n\n\t\t//$this->addJavascriptResource(new mvcViewJavascript('swfobject', mvcViewJavascript::TYPE_FILE, '/libraries/swfobject/swfobject.js'));\n\t\t//$this->addJavascriptResource(new mvcViewJavascript('uploadify', mvcViewJavascript::TYPE_FILE, '/libraries/jquery-uploadify/jquery.uploadify.min.js'));\n\t\t/*\n\t\t$this->addJavascriptResource(new mvcViewJavascript('uploadifyInit', mvcViewJavascript::TYPE_INLINE, \"$('#FileUpload').uploadify({\n\t\t\t\t'uploader' : '/libraries/jquery-uploadify/uploadify.swf',\n\t\t\t\t'script' : '{$this->buildUriPath(uploadController::ACTION_DO_UPLOAD)}',\n\t\t\t\t'cancelImg' : '/libraries/jquery-uploadify/cancel.png',\n\t\t\t\t'auto' : true,\n\t\t\t\t'fileExt' : '*.mov;*.avi;*.wmv;*.mp4;*.mpg;*.m4v',\n\t\t\t\t'fileDesc' : 'Video Files',\n\t\t\t\t'sizeLimit' : 500000000,\n\t\t\t\t'fileDataName': 'Files',\n\t\t\t\t'scriptData': {\n\t\t\t\t\t'{$this->getRequest()->getSession()->getSessionName()}': '{$this->getRequest()->getSession()->getSessionID()}',\n\t\t\t\t\t'ajax': true\n\t\t\t\t},\n\t\t\t\t'onComplete' : function(event, ID, fileObj, response, data) {\n\t\t\t\t\tif ( response != 'failed' ) {\t\t\t\t\t\n\t\t\t\t\t \t$('#fileNameStored').val(response);\n\t\t\t\t\t \t$('#uploadStatus').val(\\\"\\\");\n\t\t\t\t\t\t//alert('upload done');\t\n\t\t\t\t\t\t $('#msg_filename').text(\\\"Upload done : \\\"+fileObj.name);\n\t\t\t\t\t} else {\n\t\t\t\t\t\talert('upload failed');\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t'onSelectOnce' : function(event,data) {\n\t\t\t\t\t$('#uploadStatus').val(\\\"started\\\");\t\n\t\t\t\t}\t\n\n\t\t\t\t});\n\t\t\"));\n\t\t * \n\t\t */\n\n\t\t/*\n\t\t$this->addJavascriptResource(new mvcViewJavascript('plupload', mvcViewJavascript::TYPE_FILE, '/libraries/plupload/js/plupload.js'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('pluploadfull', mvcViewJavascript::TYPE_FILE, '/libraries/plupload/js/plupload.full.js'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('pluploadflash', mvcViewJavascript::TYPE_FILE, '/libraries/plupload/js/plupload.flash.js'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('pluploadhtml4', mvcViewJavascript::TYPE_FILE, '/libraries/plupload/js/plupload.html4.js'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('pluploadhtml5', mvcViewJavascript::TYPE_FILE, '/libraries/plupload/js/plupload.html5.js'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('pluploadjs', mvcViewJavascript::TYPE_FILE, '/libraries/plupload/js/jquery.ui.plupload/jquery.ui.plupload.js'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('progressBar', mvcViewJavascript::TYPE_FILE, '/libraries/jquery-plugins/jquery.progressbar.min.js'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('fileStyle', mvcViewJavascript::TYPE_FILE, '/libraries/jquery-plugins/fileStyle/jquery.filestyle.mini.js'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('html5Uploader', mvcViewJavascript::TYPE_FILE, '/libraries/mofilm/customHTML5Uploader.js'));\n\t\t*/\n\n\t\t$this->getEngine()->assign('newGenres', utilityOutputWrapper::wrap(mofilmTag::listOfObjects(null, null, mofilmTag::TYPE_GENRE)));\n\n\t\t$this->addJavascriptResource(new mvcViewJavascript('smartwizard', mvcViewJavascript::TYPE_FILE, '/libraries/jquery-plugins/smartWizard2/js/jquery.smartWizard-2.0.min.js'));\n\t\t$this->addJavascriptResource(new mvcViewJavascript('creditAutomcomplete', mvcViewJavascript::TYPE_FILE, '/libraries/mofilm/creditAutocomplete.js?'.mofilmConstants::JS_VERSION));\n\t\t$this->getEngine()->assign('eventsall', utilityOutputWrapper::wrap(mofilmEvent::listOfObjects(null, null, true)));\n\t\t$this->getEngine()->assign('oUser', $this->getController()->getRequest()->getSession()->getUser());\n\t\t$list = mofilmRole::listOfObjects();\n\t\t$tmp = array();\n\t\tforeach ( $list as $oObject ) {\n\t\t\t//$tmp[] = $oObject->getDescription();\n\t\t\t$tmp[] = array(\"label\" => $oObject->getDescription(),\"value\" => $oObject->getDescription(),\"key\" => $oObject->getID());\n\n\t\t}\n\t\t$this->getEngine()->assign('availableRoles', json_encode($tmp));\n\t\t$this->getEngine()->assign('index', 0);\n\t\t$this->addJavascriptResource(new mvcViewJavascript('jqueryautocompletehtml', mvcViewJavascript::TYPE_FILE, '/libraries/jqueryautocomplete/jquery.ui.autocomplete.html.js'));\n\t\t$this->render($this->getTpl('upload', '/account'));\n\t}", "protected function getTypoScriptFrontendController() {}", "function auto_run()\n\t{\n\t\t$this->html = $this->ipsclass->acp_load_template('cp_skin_tools');\n\n\t\tswitch($this->ipsclass->input['code'])\n\t\t{\n\t\t\tcase 'master_xml_export':\n\t\t\t\t$this->master_xml_export();\n\t\t\t\tbreak;\n\n\t\t\tcase 'manage':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':' );\n\t\t\t\t$this->components_list();\n\t\t\t\tbreak;\n\n\t\t\tcase 'component_add':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':add' );\n\t\t\t\t$this->components_form('add');\n\t\t\t\tbreak;\n\t\t\tcase 'component_add_do':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':add' );\n\t\t\t\t$this->components_save('add');\n\t\t\t\tbreak;\n\n\t\t\tcase 'component_edit':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':edit' );\n\t\t\t\t$this->components_form('edit');\n\t\t\t\tbreak;\n\t\t\tcase 'component_edit_do':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':edit' );\n\t\t\t\t$this->components_save('edit');\n\t\t\t\tbreak;\n\n\t\t\tcase 'component_delete':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':edit' );\n\t\t\t\t$this->components_delete();\n\t\t\t\tbreak;\n\n\t\t\tcase 'component_export':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':export' );\n\t\t\t\t$this->components_export('single');\n\t\t\t\tbreak;\n\t\t\tcase 'component_import':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':import' );\n\t\t\t\t$this->components_import();\n\t\t\t\tbreak;\n\n\t\t\tcase 'component_uninstall':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':edit' );\n\t\t\t\t$this->components_uninstall();\n\t\t\t\tbreak;\n\n\t\t\tcase 'component_move':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':edit' );\n\t\t\t\t$this->components_move();\n\t\t\t\tbreak;\n\t\t\tcase 'component_toggle_enabled':\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':edit' );\n\t\t\t\t$this->components_toggle_enabled();\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\t$this->ipsclass->admin->cp_permission_check( $this->perm_main.'|'.$this->perm_child.':' );\n\t\t\t\t$this->components_list();\n\t\t\t\tbreak;\n\t\t}\n\t}", "public function index()\n\t{\n parent::show();\n\t\t//\n\t}", "public function adminPanel() {\n $posts = $this->postManager->getPosts();\n $comments = $this->commentManager->getFlaggedComments();\n $view = new View(\"Administration\");\n $view->generate(array('posts' => $posts, 'comments' => $comments));\n }", "public function switchPagePanel() {\n\t\t$request = GeneralUtility::_GET('request');\n\t\t$arguments = $request['arguments'];\n\n\t\t$GLOBALS['BE_USER']->uc['tx_versaillesutilities_page_panel'] = $arguments['flag'];\n\t\t$GLOBALS['BE_USER']->overrideUC();\n\t\t$GLOBALS['BE_USER']->writeUC();\n\n\t\techo $GLOBALS['BE_USER']->uc['tx_versaillesutilities_page_panel'];\n\t}", "public static function start()\r\r\n {\r\r\n \r\r\n $controller_name = 'main';\r\r\n\t\t$action_name = 'index';\r\r\n\t\t$admin_controller_name='';\r\r\n $admin_controller_path='';\r\r\n $is_admin='';\r\r\n\r\r\n\r\r\n\t\t$url = explode('/', $_SERVER['REQUEST_URI']);\r\r\n\r\r\n\t\t// get name controller\r\r\n\t\tif ( !empty($url[1]) )\r\r\n\t\t\t$controller_name = $url[1];\r\r\n \r\r\n\t\t// get name action \r\r\n\t\tif ( !empty($url[2]) )\r\r\n\t\t\t$action_name = $url[2];\r\r\n\t\t\r\r\n // if we connected to admin panel\r\r\n \r\r\n if (strcasecmp($controller_name,'admin') == 0){\r\r\n\r\r\n if (Url::is_login()){\r\r\n $controller_name = 'main';//default admin controller\r\r\n\t\t $action_name = 'index';//default method name\r\r\n\r\r\n if ( !empty($url[2]) ) \r\r\n $controller_name=$url[2];\r\r\n \r\r\n if ( !empty($url[3]) )\r\r\n $action_name=$url[3];\r\r\n\r\r\n $admin_controller_path='admin/';\r\r\n $admin_controller_name='admin\\\\';\r\r\n $is_admin='_Admin';\r\r\n\r\r\n }else{\r\r\n\r\r\n $controller_name='auth';\r\r\n $action_name = 'index';\r\r\n\r\r\n }\r\r\n\r\r\n }\r\r\n\r\r\n // Add prefixes\r\r\n\r\r\n $action_name = 'action_'.$action_name;\r\r\n \r\r\n // connect the controll class file\r\r\n \r\r\n $controller_path = APPPATH.\"controllers/\".$admin_controller_path.$controller_name;\r\r\n \r\r\n\r\r\n if(file_exists($controller_path.'.php')){\r\r\n\r\r\n \r\r\n $controller_name='\\application\\controllers\\\\'.$admin_controller_name.ucfirst($controller_name).$is_admin.'_Controller';\r\r\n \r\r\n // create controler\r\r\n $controller = new $controller_name();\r\r\n \r\r\n if(method_exists($controller, $action_name))\r\r\n {\r\r\n // call method action_name in controll class\r\r\n\r\r\n $controller->$action_name();\r\r\n \r\r\n }else Url::errorPage404();\r\r\n\r\r\n }else Url::errorPage404();\r\r\n\r\r\n\r\r\n }", "public function settings_view()\n {\n $this->register_handler('plugin.settingsform', array($this, 'settings_form'));\n $this->register_handler('plugin.settingslist', array($this, 'settings_list'));\n $this->register_handler('plugin.factoradder', array($this, 'settings_factoradder'));\n $this->register_handler('plugin.highsecuritydialog', array($this, 'settings_highsecuritydialog'));\n\n $this->include_script('kolab2fa.js');\n $this->include_stylesheet($this->local_skin_path() . '/kolab2fa.css');\n\n if ($this->check_secure_mode()) {\n $this->api->output->set_env('session_secured', $_SESSION['kolab_2fa_secure_mode']);\n }\n\n $this->api->output->add_label('save','cancel');\n $this->api->output->set_pagetitle($this->gettext('settingstitle'));\n $this->api->output->send('kolab_2fa.config');\n }", "public function index() {\n\n\t\t//--------------------------Cargar variables del Metodo------------------------------ \t\n\n\t\t\t$titulo = 'SIC';\n\n\t\t//-----------------------------------------------------------------------------------\n\n\t\t\tlayout_view_login($titulo, $this->url); //Carga layout\n\n\t}", "public function indexAction()\n {\n $this->tag->setTitle(__('Admin panel'));\n $this->siteDesc = __('Admin panel');\n }", "public function indexAction() \n {\n \t\t\n }", "public function display(){\n\t\t\n\t\t\n\t\tJRequest::setVar('view','wbsdirmgr');\n\t\tJRequest::setVar('layout','default');\n\t\tparent::display();\t\t\t\t\n\t}", "public function indexAction()\n\t{\t\t\n\t\tif(!authorization::areWeLoggedIn())\n\t\t{\n\t\t\t//we do it this way so that certain applicatiob classes can override the super Login action\n\t\t\tglobalRegistry::getInstance()->setRegistryValue('event','login_application_grabs_control','true');\n\t\t\t$this->doLogin();\n\t\t}\n\t\t\n\t\t\n\t\t\t\t\n\t}", "public function mainscreen()\r\n\t{\r\n\t\t$this->setRedirect( 'index.php?option=com_jblesta&controller=default' );\r\n\t\t$this->redirect();\r\n\t}", "public function index_action() {\n \\TPL::output('/pl/be/sns/wx/main');\n exit;\n }", "function index()\n {\n\n //profiling\n $this->data['controller_profiling'][] = __function__;\n\n //login check\n $this->__commonAdmin_LoggedInCheck();\n\n //uri - action segment\n $action = $this->uri->segment(4);\n\n //default page title\n $this->data['vars']['main_title'] = $this->data['lang']['lang_settings_company'];\n\n //re-route to correct method\n switch ($action) {\n case 'edit':\n $this->__editSettings();\n break;\n\n case 'view':\n $this->__viewSettings();\n break;\n\n default:\n $this->__viewSettings();\n }\n\n //css - active tab\n $this->data['vars']['css_active_tab_company'] = 'tab-active';\n\n //load view\n $this->__flmView('admin/main');\n\n }", "function wcfm_csm_ajax_controller() {\r\n\tglobal $WCFM, $WCFMu;\r\n\r\n\t$plugin_path = trailingslashit( dirname( __FILE__ ) );\r\n\r\n\t$controller = '';\r\n\tif( isset( $_POST['controller'] ) ) {\r\n\t\t$controller = $_POST['controller'];\r\n\r\n\t\tswitch( $controller ) {\r\n\t\t\tcase 'wcfm-build':\r\n\t\t\t\trequire_once( $plugin_path . 'controllers/wcfm-controller-build.php' );\r\n\t\t\t\tnew WCFM_Build_Controller();\r\n\t\t\tbreak;\r\n\t\t}\r\n\t}\r\n}", "public function panel() {\n require 'modelos/usuariosModelo.php';\n\n //Creamos una instancia de nuestro \"modelo\"\n $usuarios = new usuarioModelo();\n\n //Le pedimos al modelo todos los datos del usuario para desplegarlos en el panel\n $datosUsuario = $usuarios->datosUsuario($_SESSION['userid']);\n \n $this->vista->desplegar(\"panel\", \"panelDeUsuarios.php\"/* , $data */);\n }", "public function loginpageAction()\n {\n Zend_Registry::set('SubCategory', SubCategory::LOGINPAGE);\n \t$this->view->loginForm = new User_Form_Login();\n }", "public function panels()\n {\n }", "protected static function getTypoScriptFrontendController() {}", "function cmdAdmin()\n\t{\n\t\t$cmd = $this->cmd;\n\n\t\tswitch ($this->cmd)\n\t\t{\n\t\t\tcase NULL:\n\t\t\tcase \"clientlist\":\n\t\t\t\t$this->setDisplayMode(\"view\");\n\t\t\t\t$this->displayClientList();\n\t\t\t\t$this->active_tab = \"clientlist\";\n\t\t\t\tbreak;\n\n\t\t\tcase \"changepassword\":\n\t\t\t\t$this->setDisplayMode(\"view\");\n\t\t\t\t$this->changeMasterPassword();\n\t\t\t\t$this->active_tab = \"password\";\n\t\t\t\tbreak;\n\n\t\t\tcase \"mastersettings\":\n\t\t\t\t$this->setDisplayMode(\"view\");\n\t\t\t\t$this->changeMasterSettings();\n\t\t\t\t$this->active_tab = \"basicsettings\";\n\t\t\t\tbreak;\n\n\t\t\tcase \"determineToolsPath\":\n\t\t\t\t$this->setDisplayMode(\"view\");\n\t\t\t\t$this->determineToolsPath();\n\t\t\t\tbreak;\n\n\t\t\tcase \"changedefault\":\n\t\t\t\t$this->changeDefaultClient();\n\t\t\t\tbreak;\n\n\t\t\tcase \"newclient\":\n\t\t\t\t$this->cmd = \"selectdb\";\n\t\t\t\t$this->setDisplayMode(\"setup\");\n\t\t\t\t$this->setup->ini_client_exists = $this->setup->newClient();\n\t\t\t\t$this->selectDBType();\n\t\t\t\tbreak;\n\n\t\t\tcase \"selectdbtype\":\n\t\t\tcase \"displayIni\":\n\t\t\t\t$this->cmd = \"ini\";\n\t\t\t\t$this->setDisplayMode(\"setup\");\n\t\t\t\t//$this->setup->ini_client_exists = $this->setup->newClient($this->client_id);\n\t\t\t\t$this->displayIni();\n\t\t\t\tbreak;\n\n\t\t\tcase \"startup\":\n\t\t\t\t$this->setDisplayMode(\"setup\");\n\t\t\t\t$this->setup->ini_client_exists = $this->setup->newClient();\n\t\t\t\t$this->displayStartup();\n\t\t\t\tbreak;\n\n\t\t\tcase \"delete\":\n\t\t\t\t$this->setDisplayMode(\"view\");\n\t\t\t\t$this->displayDeleteConfirmation();\n\t\t\t\tbreak;\n\n\t\t\tcase \"togglelist\":\n\t\t\t\t$this->setDisplayMode(\"view\");\n\t\t\t\t$this->toggleClientList();\n\t\t\t\tbreak;\n\n\t\t\tcase \"preliminaries\":\n\t\t\t\t$this->setup->checkPreliminaries();\n\t\t\t\t$this->displayPreliminaries();\n\t\t\t\t$this->active_tab = \"preliminaries\";\n\t\t\t\tbreak;\n\n\t\t\tcase \"updateBasicSettings\":\n\t\t\tcase \"performLogin\":\n\t\t\tcase \"performMLogin\":\n\t\t\t\t$this->$cmd();\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\t$this->cmdClient();\n\t\t\t\tbreak;\n\t\t}\n\t}", "public function action_index()\n\t{\n\t\tglobal $context, $modSettings;\n\n\t\t// Make sure the administrator has a valid session...\n\t\tvalidateSession();\n\n\t\t// Load the language and templates....\n\t\tTxt::load('Admin');\n\t\ttheme()->getTemplates()->load('Admin');\n\t\tloadCSSFile('admin.css');\n\t\tloadJavascriptFile('admin.js', array(), 'admin_script');\n\n\t\t// The Admin functions require Jquery UI ....\n\t\t$modSettings['jquery_include_ui'] = true;\n\n\t\t// No indexing evil stuff.\n\t\t$context['robot_no_index'] = true;\n\n\t\t// Need these to do much\n\t\trequire_once(SUBSDIR . '/Admin.subs.php');\n\n\t\t// Actually create the menu!\n\t\t$admin_include_data = $this->loadMenu();\n\t\t$this->buildLinktree($admin_include_data);\n\n\t\tcallMenu($admin_include_data);\n\t}", "private function loginPanel() {\n $this->user_panel->processLogin();\n }", "protected function controller()\n {\n // TODO refactor this into pure Latte\n if (\n array_key_exists('table', $this->get) && !empty($this->get['table']) && (bool) $this->tableAdmin->getTable()\n ) {\n if (!array_key_exists('table', $this->renderParams) || !is_array($this->renderParams['table'])) {\n $this->renderParams['table'] = [];\n }\n if (isset($this->get['where']) && is_array($this->get['where'])) {\n $this->renderParams['table']['outputTableAfterEdit'] = $this->outputTableAfterEdit();\n } elseif (!isset($_POST['edit-selected']) && !isset($_POST['clone-selected'])) {\n $this->renderParams['table']['outputTableBeforeListing'] = $this->outputTableBeforeListing();\n }\n }\n\n // changes of inherited Lattes MUST be done before invoking the parent::controller();\n parent::controller(); // selects $this->template according to $myCmsConfAdmin['get2template']\n if (!isset($_SESSION['user'])) { // todo explore if it is sufficient for auth - consider (bool) $this->authUser\n //$this->template = 'admin-login'; //ready\n //todo MOVE THIS to parent\n// unset($this->get['table'], $this->get['media'], $this->get['user']); // security by design\n $this->get[] = []; // security by design\n $this->renderParams['htmlOutput'] = $this->outputLogin();\n return; //harden auth security TODO explore security that no other conditions will be allowed if !user\n }\n\n // TODO check whether unavailable for anonymous users!\n switch ($this->template) {\n case 'Admin/divisions-products':\n $this->renderParams['pageTitle'] = $this->tableAdmin->translate('Divisions and products');\n if (\n isset($this->featureFlags['legacy_admin_methods_instead_of_admin_models']) &&\n $this->featureFlags['legacy_admin_methods_instead_of_admin_models']\n ) {\n // legacy since 220620\n $this->renderParams['htmlOutput'] = $this->projectSpecificSections(); // in the Admin\n } else {\n $adminModel = new AdminModels\\DivisionsProductsAdminModel(\n $this->MyCMS->dbms,\n $this->tableAdmin\n );\n $this->renderParams['htmlOutput'] = $adminModel->htmlOutput();\n }\n break;\n case 'Admin/pages':\n $this->renderParams['pageTitle'] = $this->tableAdmin->translate('Pages');\n if (\n isset($this->featureFlags['legacy_admin_methods_instead_of_admin_models']) &&\n $this->featureFlags['legacy_admin_methods_instead_of_admin_models']\n ) {\n // legacy since 220620\n $this->renderParams['htmlOutput'] = $this->projectSpecificSections(); // in the Admin\n } else {\n $adminModel = new AdminModels\\PagesAdminModel(\n $this->MyCMS->dbms,\n $this->tableAdmin\n );\n $this->renderParams['htmlOutput'] = $adminModel->htmlOutput();\n }\n break;\n case 'Admin/products':\n $this->renderParams['pageTitle'] = $this->tableAdmin->translate('Products');\n if (\n isset($this->featureFlags['legacy_admin_methods_instead_of_admin_models']) &&\n $this->featureFlags['legacy_admin_methods_instead_of_admin_models']\n ) {\n // legacy since 220620\n $this->renderParams['htmlOutput'] = $this->projectSpecificSections(); // in the Admin\n } else {\n $adminModel = new AdminModels\\ProductsAdminModel(\n $this->MyCMS->dbms,\n $this->tableAdmin,\n $this->MyCMS->logger\n );\n $this->renderParams['htmlOutput'] = $adminModel->htmlOutput();\n }\n break;\n case 'Admin/translations':\n $this->renderParams['pageTitle'] = $this->tableAdmin->translate('Translations');\n if (\n isset($this->featureFlags['legacy_admin_methods_instead_of_admin_models']) &&\n $this->featureFlags['legacy_admin_methods_instead_of_admin_models']\n ) {\n // legacy since 220620\n $this->renderParams['htmlOutput'] = $this->projectSpecificSections(); // in the Admin\n } else {\n $adminModel = new TranslationsAdminModel(\n $this->MyCMS->dbms,\n $this->tableAdmin,\n $this->prefixUiL10n\n );\n $this->renderParams['htmlOutput'] = $adminModel->htmlOutput();\n }\n break;\n case 'Admin/urls':\n $this->renderParams['pageTitle'] = $this->tableAdmin->translate('URL');\n if (\n isset($this->featureFlags['legacy_admin_methods_instead_of_admin_models']) &&\n $this->featureFlags['legacy_admin_methods_instead_of_admin_models']\n ) {\n // legacy since 220620\n $this->renderParams['htmlOutput'] = $this->projectSpecificSections(); // in the Admin\n } else {\n $adminModel = new UrlsAdminModel(\n $this->MyCMS->dbms,\n $this->tableAdmin\n );\n $this->renderParams['htmlOutput'] = $adminModel->htmlOutput();\n }\n break;\n }\n }", "public function controlpanel() \n {\n // Check if logged in and admin, for security reasons (to prevent direct access through URL)\n if (Auth::check()) {\n $user = Auth::user();\n $user = DB::table('users')->where('email', $user->email)->first();\n if ($user->role == 'admin') {\n return view('pages.controlpanel');\n } else {\n Session::flash('error', 'You are not an admin!');\n return view('welcome');\n }\n }\n }", "public function indexAction()\r\n\t{\r\n // load the channel ID from the request\r\n\t\t$channelId = $this->getRequest()->getParam('channel');\r\n // check if all channels was selected int the channel switcher\r\n\t\tif ($channelId == -1) {\r\n // if yes, remove the ID of the selected channel from the registry\r\n \t\tMage::getSingleton('adminhtml/session')->unsetData(\r\n \t\t Faett_Manager_Helper_Data::CHANNEL_ID\r\n \t\t);\r\n\t\t} elseif (empty($channelId)) {\r\n\t\t // if not channel ID was passed in the\r\n\t\t // request use the one from the session\r\n\t\t $channelId = Mage::getSingleton('adminhtml/session')->getData(\r\n\t\t Faett_Manager_Helper_Data::CHANNEL_ID\r\n\t\t );\r\n\t\t} else {\r\n // if a channel id was passed in the request, attach the ID of\r\n // the selected channel to the registry\r\n \t\tMage::getSingleton('adminhtml/session')->setData(\r\n \t\t Faett_Manager_Helper_Data::CHANNEL_ID,\r\n \t\t $channelId\r\n \t\t);\r\n\t\t}\r\n // render the layout\r\n\t\t$this->_initAction()->renderLayout();\r\n\t}", "public\tfunction\tpanelHome() {\n\t\t\t//Load the panel matching the home slug.\n\t\t\tself::panel('FrozenPlugin-home');\n\t\t}", "public function initializeAdminPanel() {}", "function index()\n {\n // Check if there errors from the forms, and display them.\n $this->registry->template->loginSend = Util::checkExcistInSession($this->loginError);\n $this->registry->template->registerSend = Util::checkExcistInSession($this->registerError);\n\n // If the user is loggedIn show the logout button\n if ($this->registry->userAccount->isLogedIn()) {\n $this->registry->template->show('account-loggedin');\n } else {\n $this->registry->template->show('account');\n }\n }", "function index(){\n set_theme();\n A(\"Taskadmin/Fun\")->islogin();//检测是否登录\n $access = I('get.access','000000');\n A(\"Api/Fun\")->isAccess($access);//判断菜单权限\n $this->display();\n }", "public function index(){\n\t\t$this->Layout('Management');\n\t\t\n\t}", "public function admin() {\n // Check the arguments\n $args = func_get_args();\n\n if (count($args) == 1) {\n if ($this->isPHPScript($args[0])) {\n $this->_adminPanel = array('script' => $args[0]);\n } else {\n $this->_adminPanel = $args[0];\n }\n } elseif (count($args) == 2) {\n // @TODO\n }\n // Implemented by extended classes\n }", "public function indexAction()\n { \n $pcView = 'servicio/servicios_home_page';\n $js = $this->getLikeJs();\n echo $this->view->render('theme_default',array('lmView'=>'menu/leftMenu','menuSel'=>'','pcView'=>$pcView,'pcData'=>'','jsScript'=>$js));\n\n }", "public function actionIndex()\n\t{\n\t\t// renders the view file 'protected/views/site/index.php'\n\t\t// using the default layout 'protected/views/layouts/main.php'\n\t\t//$this->render('index');\n\t\t$this->redirect(array('/cpanel'));\n\t}", "public function mainAction() {\n\t\t$this->setView('include/timer-form.php');\n\t\t$this->view();\n\t}", "public function launchControls(){\n if(strlen($this->params['pseudo'])<8){\n $this->error['pseudo']='Min 8 caracteres';\n }\n\n if(strlen($this->params['password'])<8){\n $this->error['password']='Min 8 caracteres';\n }\n\n \n if(empty($this->error)==false){\n return $this->error;\n }\n else{\n \n \n $bdd=new BddManager();\n $user=new User;\n $user->setPseudo($this->params['pseudo']);\n $user->setPassword($this->params['password']);\n $userRepository = $bdd->getUserRepository();\n $user = $userRepository->checkUsernamePassword($user);\n\n\n \n if(empty($user)){\n \n $this->error['identifiants']='Pseudonyme ou Mot de passe incorrect';\n return $this->error;\n }\n\n else{\n \n $_SESSION[\"user\"] = $user;\n // Flight::redirect('/');\n }\n }\n }", "public function __construct(){\n\t\tnew Admin();\n\n\t\tif(isset($_GET['j'])){\n\t\t\tswitch($_GET['j']){\n\n\t\t\t\tcase \"Pag\":\t\t$m = new Menu();\n\t\t\t\t\t\t\t\t$p = new Board();\n\t\t\t\t\t\t\t\t$ap = new AdminPanel();\n\n\t\t\t\t\t\t\t\techo \"<div id='menu' class='menu'>\\n\";\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t$m->toHTML();\n\n\t\t\t\t\t\t\t\techo \"</div>\\n\";\n\t\t\t\t\t\t\t\techo \"<div class='panel'>\\n\";\n\t\t\t\t\t\t\t\t$p->toHTML();\n\t\t\t\t\t\t\t\techo \"</div>\\n\";\n\n\t\t\t\t\t\t\t\techo \"<div class='image_panel hidden'>\\n\";\n\t\t\t\t\t\t\t\techo \"</div>\\n\";\n\n\t\t\t\t\t\t\t\tif(CurrentUser::$admin){\n\t\t\t\t\t\t\t\t\techo \"<div class='infos'>\\n\";\n\t\t\t\t\t\t\t\t\t$ap->toHTML();\n\t\t\t\t\t\t\t\t\techo \"</div>\\n\";\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"Log\":\t\t$p = new LoginPage();\n\t\t\t\t\t\t\t\t$p->toHTML();\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase \"Reg\":\t\t$p = new RegisterPage();\n\t\t\t\t\t\t\t\t$p->toHTML();\n\t\t\t\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"Pan\":\t\tif(is_file(CurrentUser::$path)){\n\t\t\t\t\t\t\t\t\t$b = new ImagePanel(CurrentUser::$path);\n\t\t\t\t\t\t\t\t\t$b->toHTML();\n\t\t\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\t\t\t$b = new Board(CurrentUser::$path);\n\t\t\t\t\t\t\t\t\t$b->toHTML();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"Men\":\t\t$m = new Menu();\n\t\t\t\t\t\t\t\t$m->toHTML();\n\t\t\t\t\t\t\t\tbreak;\n\n\n\t\t\t\tcase \"Pan\":\t\t$f = new AdminPanel();\n\t\t\t\t\t\t\t\t$f->toHTML();\n\t\t\t\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"Inf\":\t\t$f = new Infos();\n\t\t\t\t\t\t\t\t$f->toHTML();\n\t\t\t\t\t\t\t\tbreak;\n\n\t\t\t\tcase \"Jud\":\t\t$j = new Judge(CurrentUser::$path);\n\t\t\t\t\t\t\t\t$j->toHTML();\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase \"Acc\": \t$f = new Group();\n\t\t\t\t\t\t\t\t$f->toHTML();\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase \"Comm\":\t$f = new Comments(CurrentUser::$path);\n\t\t\t\t\t\t\t\t$f->toHTML();\n\t\t\t\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\t\tbreak;\n\t\t\t}\n\t\t}\n\t}", "public function controllers()\n {\n $this->_display('controllers');\n }", "public function adminPanel()\n {\n $userManager = new UserManager;\n $infoUser = $userManager->getInfo($_SESSION['id_user']);\n if ($_SESSION['id_user'] == $infoUser['id'] and $infoUser['rank_id'] == 1) {\n $postManager = new PostManager;\n $commentManager = new CommentManager;\n $findPost = $postManager->getPosts();\n $commentReport = $commentManager->getReport();\n $unpublished = $commentManager->getUnpublished();\n require('Views/Backend/panelAdminView.php');\n } else {\n throw new Exception('Vous n\\'êtes pas autorisé à faire cela');\n }\n }", "public function index()\n\t{\n\n\t\t$this->theme->set_title('Dashboard - Application')\n\t\t->add_style('component.css')\n\t\t->add_style('kendo/css/kendo.common-bootstrap.min.css')\n\t\t->add_style('kendo/css/kendo.bootstrap.min.css')\n\t\t->add_style('component.css')\n\t\t->add_script('controllers/stb_provider.js');\n\n\n\t\t$data['user_info'] = $this->user_session;\t\n\t\t$data['left_sidebar'] = $this->theme->set_sidebar('left',$data);\n\t\t$data['countries'] = $this->country->get_all();\n\t\t$data['theme'] = $this->theme->get_image_path();\n\t\t$this->theme->set_view('stb_provider/stb_provider',$data,true);\n\t}", "public static function admin_controller() {\n\t\tif ( ! current_user_can( TVE_DASH_CAPABILITY ) ) {\n\t\t\twp_die( '' );\n\t\t}\n\t\tinclude_once TD_NM()->path( 'includes/admin/class-td-nm-admin-ajax-controller.php' );\n\t\t$response = TD_NM_Admin_Ajax_Controller::instance()->handle();\n\t\twp_send_json( $response );\n\t}", "public function action()\n\t{\n\t\t//die('SwiftLogin');\n\t\tSession::start();\n\t\t\n\t\t$this->sidebar = new View('sidebar');\n\t\t$this->content = new View('index', 'swiftlogin');\n\t}", "function FotografiaControl(){\n\t\t$this->acceso=new AccesoDatos();\n\t}", "public function indexAction(){\r\n\t\t\t\r\n\t\t}", "public function inscrever(){\n $data['title'] = \"Open Idea\";\n $this->load->view('util/cabecalho', $data);\n $this->load->view('inscrever');\n $this->load->view('util/rodape');\n }", "public function indexAction () {\r\n $this->_helper->viewRenderer->setNoRender(false);\r\n $this->_helper->layout()->enableLayout();\r\n $this->view->assign('controller', $this->_request->getControllerName());\r\n $this->view->assign('module', $this->_request->getModuleName());\r\n }", "public function panel() {\n if(Auth::isLoggedIn()) {\n $this->view->render('admin/module/liveEdit/panel', [\n 'nodes' => $this->get($this->route),\n 'user' => $this->user,\n 'route' => $this->route,\n 'template' => $this->template,\n 'languages' => $this->em->all(Language::class),\n 'current_language' => $this->em->findBy(Language::class ,[\n 'code' => $_SESSION['Lampion']['language']\n ])[0],\n 'name' => $this->routeNames[$this->route] ?? null\n ]);\n }\n }", "public function indexAction()\n\t\t{\n//\t\t\techo 'first leg';\n\t\t\t//$this->view->layout =''\n\t\t}", "private static function controller()\n {\n $files = ['Controller'];\n $folder = static::$root.'MVC'.'/';\n\n self::call($files, $folder);\n }", "public function index()\n\t{\n\n\t\t$data['wi'] = $this->Backsep_model->get_wi_picking('');\n\t\t$this->Backsystem_model->checksession();\n\t\t$this->output('',$data);\n\t\t// $this->output('starter_view');\n\t}", "public function indexAction(){\t\t\n\t}", "public function run()\n { \n\t\t$items = Carrito::getItems();\n\n $this->controller->render('administrar_carrito',array(\n\t\t\t'items' => $items\n ));\n }", "public function adminmenu()\n {\n\n $vue = new ViewAdmin(\"Administration\");\n $vue->generer(array());\n }", "public function index()\n {\n if(!$GLOBALS['hardwareinput_permission']['view']){\n access_denied('hardwareinput');\n }\n\n //******************** Initialise ********************/\n $data['filter_lampsymbol'] = array(''=>lang('page_option_select'),'red'=>'Red','green'=>'Green','yellow'=>'Yellow');\n //******************** End Initialise ********************/\n\n $data['title'] = lang('page_hardwareinputs');\n $this->load->view('admin/hardwareinputs/manage', $data);\n }", "public function startup() {\n parent::startup(); \n self::renderShow(); \n }", "public function index()\n {\n /**\n * Carregando o metodo page_login() como default do controller\n * Loading the method page_login() as controller default\n */\n $this->page_login();\n\n }", "public function administration()\n {\n\n if (!empty($_SESSION) && $_SESSION['login'] == 'admin') {\n\n if (isset($_GET['deconnexion'])) {\n\n session_destroy();\n header('Location: .');\n exit();\n } elseif (isset($_GET['Appli'])) {\n $this->ctrlAdminAppli->adminappli();\n } elseif (isset($_GET['Data'])) {\n\n $this->ctrlAdminData->admindata();\n } else {\n\n $this->ctrlAdminmenu->adminmenu();\n }\n } else {\n $this->ctrlConnexion->connexion();\n }\n }", "public function index()\n\t{\n\t\t$this->pmodel->isloggedin();\n\t\t$this->load->view('/panel/merchantpanel/company_representative');\n\t}", "public function panel()\n {\n $data = array('redirect' => Request::get('redirect') ? Request::get('redirect') : NULL);\n \n if (Session::userIsLoggedIn()) {\n $this->View->render('user/myProfile');\n } else {\n $this->View->render('user/smalllogin', $data);\n }\n }", "public function indexAction()\n {\n\t\techo 'Module Admin IndexController indexAction';\n\t\t\n }", "public function index()\n {\n $this->request->getSession()->write('DialogTitle', 'Yeah Man!!');\n\n // Set the layout\n $this->viewBuilder()->setLayout('empty');\n\n $this->set('csrfToken', $this->request->getAttribute('csrfToken'));\n\n $this->set('jaxonCss', $this->Jaxon->css());\n $this->set('jaxonJs', $this->Jaxon->js());\n $this->set('jaxonScript', $this->Jaxon->script());\n $this->set('pageTitle', \"Cake Framework\");\n $this->set('menuEntries', []);\n $this->set('menuSubdir', '');\n // Jaxon request to the Jaxon\\App\\Test\\Bts controller\n $this->set('bts', $this->Jaxon->request(\\Jaxon\\App\\Test\\Bts::class));\n // Jaxon request to the Jaxon\\App\\Test\\Pgw controller\n $this->set('pgw', $this->Jaxon->request(\\Jaxon\\App\\Test\\Pgw::class));\n $this->render('demo');\n }", "function control($command){\n\t\tglobal $jbArr;\n\t\t\n\t\tswitch ($command){\n\t\t case \"addwhere\":\n\t\t $_SESSION['jb-addtype'] = $_POST['addplat'];\n\t\t break;\n\t\t}\n\t}", "public function managesettingsview() {\r\n $this->logger->info(\"Action Manage Settings View \");\r\n $this->template->display('displaylistsettings', $this->combovalue, 'settings', '', '');\r\n }", "public function administration() {\n\t\t$success = ( isset( $_SESSION['success'] ) ? $_SESSION['success'] : null );\n\t\t$error = ( isset( $_SESSION['error'] ) ? $_SESSION['error'] : null );\n\t\t$login = ( isset( $_SESSION['login'] ) ? $_SESSION['login'] : null );\n\t\t$myView = new View( 'administration' );\n\t\t$myView->renderView( array( 'success' => $success, 'error' => $error, 'login' => $login ) );\n\t}", "public function mainWindowAction(){\n\t\tView::renderTemplate('MenuGlowne/mainWindow.html');\n\t}", "function options_panel() {\r\n // Include options panel\r\n include($this->pluginPath . \"/includes/settings.php\");\r\n }", "public function SP(){\n\t\t\tparent::view('Home/SoumissionPieces');\n\t\t}", "public function indexAction()\n {\n $ctrl = $this->dbController->find($this->checkControllerIdParam());\n $vCtrl = FALSE;\n $vAction = array();\n\n IF($ctrl->count() === 1) {\n $ctrlRow = new Admin_Model_DbRow_Controller($ctrl->current());\n\n FOREACH($this->dbAction->findActionByControllerId($ctrlRow->get('id')) AS $row) {\n $vAction[] = new Admin_Model_DbRow_Action($row);\n }\n\n $vCtrl = $ctrlRow;\n }\n \n $this->view->controller = $vCtrl;\n $this->view->actions = $vAction;\n }", "public function getController( );", "function cpanel($tpl = null)\n\t{\n\t\tjimport('joomla.html.pane');\n\n\t\t$document = Factory::getDocument();\n\t\t$document->setTitle(Text::_('JEVENTS_DASHBOARD'));\n\n\t\t// Set toolbar items for the page\n\t\tJToolbarHelper::title(Text::_('JEVENTS_DASHBOARD'), 'jevents');\n\n\t\tJEventsHelper::addSubmenu();\n\n\t\tif (GSLMSIE10)\n\t\t{\n\t\t\t$this->sidebar = JHtmlSidebar::render();\n\t\t}\n\n\t\t$this->checkForAddons();\n\n\t\tJLoader::register('JEVHelper', JPATH_SITE . \"/components/com_jevents/libraries/helper.php\");\n\t\tJEVHelper::setUpdateUrls();\n\n\t\t$this->dataModel = new JEventsDataModel(\"JEventsAdminDBModel\");\n\n\t\t$counts = $this->dataModel->queryModel->getEventCounts();\n\t\t$this->totalEvents = $counts[0];\n\t\t$this->pastEvents = $counts[2];\n\t\t$this->futureEvents = $counts[1];\n\n\t\t$count = $this->dataModel->queryModel->getUnpublishedEventCounts();\n\t\t$this->unpublishedEvents = $count;\n\n\t\t$counts = $this->dataModel->queryModel->getNewEventCounts();\n\t\t$this->newEvents = $counts[1];\n\t\t$this->newThisMonth = $counts[2];\n\n\t\t$counts = $this->dataModel->queryModel->getUpcomingEventAttendeesCounts();\n\t\t$this->upcomingAttendees = $counts[1];\n\t\t$this->upcomingAttendeesThisMonth = $counts[2];\n\n\t\t$data = $this->dataModel->queryModel->getEventCountsByCategory(8);\n\t\t$this->eventsByCat = array();\n\t\t$this->eventsByCatCounts = array();\n\n\t\tforeach ($data as $datapoint)\n\t\t{\n\t\t\t$this->eventsByCat[] = $datapoint->title;\n\t\t\t$this->eventsByCatCounts[] = $datapoint->count;\n\t\t\t$params = @json_decode($datapoint->params);\n\t\t\t// catch for old typo!\n\t\t\tif (isset($params->catcolor) && !isset($params->catcolour))\n\t\t\t{\n\t\t\t\t$params->catcolour = $params->catcolor;\n\t\t\t}\n\t\t\tif (isset($params->catcolor) && !empty($params->catcolor) && strtolower($params->catcolor) !== '#ffffff')\n\t\t\t{\n\t\t\t\t$this->eventsByCatColours[] = $params->catcolour;\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t// otherwise a random colour\n\t\t\t\t$this->eventsByCatColours[] = '#'.str_pad(dechex(mt_rand(0x000000, 0xFFFFFF)), 6, 0, STR_PAD_LEFT);\n\t\t\t}\n\t\t}\n\n\t\t$data = $this->dataModel->queryModel->getEventCountsByDay();\n\n\t\t$this->eventCountsByDay = array(0,0,0,0,0,0,0);\n\n\t\tforeach ($data as $datapoint)\n\t\t{\n\t\t\t$this->eventCountsByDay[$datapoint->weekday - 1] = $datapoint->count;\n\t\t}\n\n\t\t$data = $this->dataModel->queryModel->getEventCountsByDay();\n\n\t\t$this->eventCountsByDay = array(0,0,0,0,0,0,0);\n\n\t\tforeach ($data as $datapoint)\n\t\t{\n\t\t\t$this->eventCountsByDay[$datapoint->weekday - 1] = $datapoint->count;\n\t\t}\n\n\n\t\t$this->attendeeCountsByEvent = $this->dataModel->queryModel->getUpcomingEventAttendees();\n\n\t\t$data = $this->dataModel->queryModel->getEventCountsByWeek();\n\n\t\t$this->eventCountByWeek = array();\n\t\t$this->eventCountByWeekLabels = array();\n\t\tforeach ($data as $datapoint)\n\t\t{\n\t\t\t$this->eventCountByWeek[] = $datapoint->count;\n\t\t\t$this->eventCountByWeekLabels[] = $datapoint->weekstart;\n\t\t}\n\n\t}", "function cl_clientesmodulosproc() { \n //classes dos rotulos dos campos\n $this->rotulo = new rotulo(\"clientesmodulosproc\"); \n $this->pagina_retorno = basename($GLOBALS[\"HTTP_SERVER_VARS\"][\"PHP_SELF\"]);\n }", "public function index() {\n $content = $this->lcopun->copun_add_form();\n $this->template->full_admin_html_view($content);\n }", "public function __construct()\n {\n $this->setAction('index', array('idle', 'toggleEnabled', 'expunge'));\n }", "public function indexAction()\n {\n //for real application\n }", "public function actionLogon()\r\n {\r\n// TODO: à étudier\r\n// redirection vers l'url de connexion ?\r\n// affichage direct du formulaire indiqué dans la config puis die() ?\r\n// appelle de l'action showLoginForm d'un module ?\r\n// $template=Config::get('user.loginform'); // plutôt l'url vers laquelle il faut aller ?\r\n// Routing::redirect()\r\n }" ]
[ "0.71627223", "0.651215", "0.64208484", "0.6297405", "0.60774606", "0.603571", "0.60353106", "0.6023209", "0.59708774", "0.5916611", "0.5908692", "0.59021884", "0.58898145", "0.5880917", "0.58782643", "0.5878095", "0.58114815", "0.5785198", "0.5775819", "0.5768128", "0.5766942", "0.5754363", "0.5728859", "0.57191545", "0.57187533", "0.57178324", "0.57054704", "0.56978846", "0.5682675", "0.56361514", "0.56356865", "0.5626883", "0.56057745", "0.55981237", "0.5595913", "0.5594952", "0.5593157", "0.5589912", "0.5587248", "0.556915", "0.55537975", "0.554387", "0.55342823", "0.5533501", "0.5521162", "0.55181634", "0.55072504", "0.54954547", "0.54889446", "0.5484766", "0.54794705", "0.5474883", "0.5464676", "0.54639333", "0.5461913", "0.5461783", "0.5456493", "0.54501355", "0.54484326", "0.54449594", "0.54417", "0.5437829", "0.5431011", "0.5426786", "0.542636", "0.5419626", "0.54187924", "0.5417999", "0.54172605", "0.54146063", "0.5413717", "0.54108095", "0.5405798", "0.5398657", "0.53969", "0.5396137", "0.53914976", "0.53841543", "0.5382533", "0.5381599", "0.53815794", "0.5381244", "0.5378864", "0.53783214", "0.53737116", "0.5360226", "0.5359582", "0.5357476", "0.53532565", "0.5343159", "0.5341023", "0.5337222", "0.53341335", "0.53333473", "0.5333088", "0.5332072", "0.53298753", "0.53250885", "0.5323927", "0.5321514", "0.5318839" ]
0.0
-1
Standard display control structure
function display($cachable = false, $urlparams = array()) { $this->view = $this->getView("help"); parent::display(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "abstract function display();", "abstract function display();", "public abstract function display();", "public function display(){}", "public function getDisplay();", "function display()\r\n\t {\r\n\t parent::display();\r\n\t }", "function display() {\r\n\t\tparent::display ();\r\n\t}", "public function display()\n\t{\n\t\tparent::display();\n\t}", "public function display()\n {\n }", "public function display()\n {\n }", "public function display()\n {\n }", "public function display()\n {\n }", "function display() {\r parent::display();\r }", "function display()\n {\n parent::display();\n }", "function display()\n {\n parent::display();\n }", "function display()\n {\n parent::display();\n }", "public function display() {}", "public function display() {}", "abstract function display($value);", "public function __construct(){\n // 表示部分で使うオブジェクトを作成\n $this->initDisplayObj();\n }", "public function displayComponent() {\n\t\t\n\t\t\t$this->outputLine($this->_content);\n\t\t\t\n\t\t}", "public function display() {\n\t}", "Public function displayInfo(){ \r\n\t\t\techo \"The info about the dress.\"; \r\n\t\t\techo $this->color; \r\n\t\t\techo $this->fabric ; \r\n\t\t\techo $this->design;\r\n\t\t\techo self::MEDIUM;\r\n\t\t}", "public function display()\n {\n echo $this->getDisplay();\n $this->isDisplayed(true);\n }", "public function __construct() {\n // 表示部分で使うオブジェクトを作成\n $this->initDisplayObj();\n }", "abstract protected function displayContent();", "public function displayType(): string\n {\n return parent::DISPLAY_BLOCK;\n }", "public function display ()\n {\n echo $this->as_text ();\n }", "public function getDisplayLabel();", "abstract protected function show();", "protected function render() {\n\t\t$settings = $this->get_settings_for_display();\n\t\t?> \t\n\t\t\t<div class=\"wpsm-numhead wpsm-style1\">\n\t\t\t\t<span><?php echo intval($settings['num']);?></span>\t\t\t\t\n\t\t\t\t<h<?php echo esc_attr($settings['heading']);?> <?php echo ''.$this->get_render_attribute_string( \"content\" );?>><?php echo ''.$settings['content'];?></h<?php echo esc_attr($settings['heading']);?>>\n\t\t\t</div>\n\t \t<?php\t\n\t}", "function display() {\n\t\t$view = &$this->getView();\n\t\t$view->display();\n\t}", "function display() {\n $output = '';\n \n $output .= $this->_component_id;\n $output .= '<br/>' . $this->_component_type_id;\n $output .= '<br/>' . $this->_quote_id;\n $output .= '<br/>' . $this->component_name;\n $output .= '<br/>' . $this->metal;\n $output .= '<br/>' . $this->powdercoating;\n $output .= '<br/>' . $this->fabric;\n $output .= '<br/>' . $this->processing;\n $output .= '<br/>' . $this->wastage;\n $output .= '<br/>' . $this->installation;\n $output .= '<br/>' . $this->margin;\n $output .= '<br/>' . $this->other;\n\n $output .= '<br/>';\n \n return $output;\n }", "public function display()\n\t{\n\t\tprint_r(\"<br/>RedheadDuck looks like this!<br/>\");\n\t}", "public static function getDefault(): UIDisplay\n {\n }", "function displayTools()\n\t{\n\t\t$this->checkDisplayMode();\n\n\t\t// output\n\t\tilUtil::sendInfo();\n\n\t\t// use property forms and add the settings type switch\n\t\t$ctrl_structure_form = $this->initControlStructureForm();\n\t\t$settings_type_form = $this->initSettingsTypeForm();\n\t\t$mp_ns_form = $this->initTreeImplementationForm();\n\n\t\t$this->tpl->setVariable(\"SETUP_CONTENT\",\n\t\t\t$ctrl_structure_form->getHTML() . \"<br />\" .\n\t\t\t$settings_type_form->getHTML().'<br />'.\n\t\t\t$mp_ns_form->getHTML());\n\n\t}", "public function getDisplay() {\n\t\treturn parent::getDisplay();\n\t}", "public function getLabel()\n\t{\n\t\techo '<div class=\"clr\"></div>';\n\t\tif ((string)$this->element['hr'] == 'true') {\n\t\t\treturn '<hr />';\n\t\t} else {\n\t\t\treturn parent::getLabel();\n\t\t}\n\t\techo '<div class=\"clr\"></div>';\n\t}", "private function establish_display_settings() {\n\t\t$this->background = \"background-color: $this->color_primary\";\n\t\t$this->border = \"border: 1px solid $this->color_accent\";\n\t\t$this->href = $this->generate_follow_link();\n\n\t}", "function display() {\n\t\tforeach($this as $prop => $val) {\n\t\t\techo $val;\n\t\t}\n\t}", "public function display() {\n echo $this->render();\n }", "public function display() {\n\t\tif ( $this->read_only && $this->selectable ) {\n\t\t\techo \"<input onClick='this.select();' type='text' name='\" . esc_attr( $this->setting_id ) . \"' value='\" . esc_attr( get_option( $this->setting_id, $this->default_value ) ) . \"' readonly class='regular-text'>\";\n\t\t} elseif ( $this->read_only && ! $this->selectable ) {\n\t\t\techo \"<input type='text' name='\" . esc_attr( $this->setting_id ) . \"' value='\" . esc_attr( get_option( $this->setting_id, $this->default_value ) ) . \"' readonly class='regular-text'>\";\n\t\t} else {\n\t\t\techo \"<input type='text' name='\" . esc_attr( $this->setting_id ) . \"' value='\" . esc_attr( get_option( $this->setting_id, $this->default_value ) ) . \"' class='regular-text'>\";\n\t\t}\n\t}", "function render() {\n\t\t\t// this is to be overwritten as each module has a very unique display\n\t\t\t// for now we will have this default lame content\n\t\t\treturn \"<div style=\\\"border:1px solid blue;display:table\\\">Empty Module</div>\";\n\t\t}", "public function initDisplay(){\n\t\tif (!$this->getPage()){\n\t\t\tif (\\Settings::DISPLAY_BREADCRUMB) Front::displayBreadCrumb($this->breadCrumb, $this->version);\n\t\t\t$this->mainDisplay();\n\t\t}\n\t}", "function infoScreen()\n\t{\n\t\t$this->ctrl->setCmd(\"showSummary\");\n\t\t$this->ctrl->setCmdClass(\"ilinfoscreengui\");\n\t\t$this->infoScreenForward();\n\t}", "public function display() {\n\t\techo $this->data;\n\t\treturn;\n\t}", "abstract protected function doDisplay(array $context, array $blocks = array());", "function postDisplay( $pMid ) {\n\t}", "function infoScreenObject()\n\t{\n\t\t$this->ctrl->setCmd(\"showSummary\");\n\t\t$this->ctrl->setCmdClass(\"ilinfoscreengui\");\n\t\t$this->infoScreen();\n\t}", "public function show()\n\t{\n\t\t//\n\t}", "public function show()\n\t{\n\t\t//\n\t}", "public function show()\n\t{\n\t\t//\n\t}", "public function show()\n\t{\n\t\t\n\t}", "public function display()\n\t{\n\t\t// extended from OSMembershipViewRegisterHtml class, you can also call any (public/protected) methods from parent class\n\t\t// For example, just call parent::display(); will work, too\n\t}", "function getDisplay() {\n return $this->display;\n }", "function infoScreenObject()\n\t{\n\t\t$this->checkPermission(\"visible\");\n\t\t$this->ctrl->setCmd(\"showSummary\");\n\t\t$this->ctrl->setCmdClass(\"ilinfoscreengui\");\n\t\t$this->infoScreen();\n\t}", "public function display_rows_or_placeholder()\n {\n }", "public function displayType(): string\n {\n return self::DISPLAY_INLINE;\n }", "function showThreadsObject()\n\t{\n\t\t$this->tpl->setRightContent($this->getRightColumnHTML());\n\t\t$this->getCenterColumnHTML();\n\t}", "public function get_display() {\n return $this->view->display_handler;\n }", "public function display()\n \t{\n \t\t$this->assign(\"__view\", $this->_view);\n \t\tparent::display();\n \t}", "public function render_control_templates()\n {\n }", "public function setConfigDisplay($input) {\n\t\t$this->_configDisplay = ($input ? 1 : 0);\n\t}", "function display() {\r\n echo '<table cols=\"3\" style=\"font-size:large; font-weight:bold\">';\r\n echo '<tr>'; \r\n for ($pos = 0; $pos < 9; $pos++) { \r\n echo $this->show_cell($pos); \r\n if ($pos % 3 == 2) {\r\n echo '</tr><tr>';\r\n } \r\n }\r\n echo '</tr>';\r\n echo '</table>';\r\n }", "function setDisplay( )\n\t{\n\t\tglobal $bgColor, $fontColor, $fontFam, $fontSize, $headerColor;\n\t\techo \"<script type=\\\"text/javascript\\\">\\n\";\n\t\techo \"\\tdocument.body.style.background = \\\"$bgColor\\\";\\n\";\n\t\techo \"\\tdocument.getElementById(\\\"ficTitle\\\").style.color = \\\"$headerColor\\\";\\n\";\n\t\techo \"\\tdocument.getElementById(\\\"content\\\").style.background = \\\"$bgColor\\\";\\n\";\n\t\techo \"\\tdocument.getElementById(\\\"content\\\").style.color = \\\"$fontColor\\\";\\n\";\n\t\techo \"\\tdocument.getElementById(\\\"content\\\").style.fontFamily = \\\"$fontFam\\\";\\n\";\n\t\techo \"\\tdocument.getElementById(\\\"content\\\").style.fontSize = \\\"$fontSize\\\";\\n\";\n\t\techo \"\\tdocument.getElementById(\\\"content\\\").style.textTransform = \\\"none\\\";\\n\";\n\t\techo \"</script>\\n \\n\";\n\t}", "function Show_All() \n\t{\n\t\tglobal $eTraffic;\n\t\t\n\t\t$this->ShowIf('Debug Log', $this->Show_Log());\n\t\t$this->ShowIf('Traffic Counters', $eTraffic->Display());\n\t\t$this->ShowIf('Time Analysis', $this->Show_Performance());\n\t\t$this->ShowIf('SQL Analysis', $this->Show_SQL_Details());\n\t\t$this->ShowIf('Shortcodes / BBCode',$this->Show_SC_BB());\n\t\t$this->ShowIf('Paths', $this->Show_PATH());\n\t\t$this->ShowIf('Deprecated Function Usage', $this->Show_DEPRECATED());\n\t\t$this->ShowIf('Included Files', $this->Show_Includes());\n\t}", "public function formatting()\n\t{\n\t\tmd('sketchpad::help/output/formatting');\n\t}", "function show( $appctx )\n\t\t{\n\t\t$this->showBegin( $appctx );\n\t\t$this->showChild( $appctx );\n\t\t$this->showValue( $appctx );\n\t\t$this->showEnd( $appctx );\n\t\t}", "public function display_section() {\n\t\t// do nothing - @todo Possibly add description here later if we have more options to add.\n\t}", "function displayMenu()\n\t{\n\t\tshowInfo();\n\t\tshowActions();\n\t}", "public function display() {\n\t\t$this->init();\n\t\treturn $this->output();\n\t}", "public function start_display ()\n {\n $this->display_doc_type ();\n\n $opts = $this->page->template_options;\n if ($opts->css_class)\n {\n?>\n<html class=\"<?php echo $opts->css_class; ?>\" lang=\"<?php echo $opts->language; ?>\">\n<?php\n }\n else\n {\n?>\n<html lang=\"<?php echo $opts->language; ?>\">\n<?php\n }\n?>\n <head>\n <?php\n $this->display_head ();\n ?>\n </head>\n <body>\n<?php\n\n $this->_start_body ();\n }", "public function render()\n {\n if (class_exists('tracer_class')) {\n tracer_class::marker(array(\n 'render content of display class',\n debug_backtrace(),\n '#006400'\n ));\n }\n\n $blocks = array();\n foreach ($this->DISPLAY as $key => $val) {\n\n if ($key === 'core') {\n continue;\n }\n\n if ($this->block){ \n if (isset($this->block[$key])) {\n if (!isset($blocks[$this->block[$key]])) {\n $blocks[$this->block[$key]] = '';\n }\n\n $blocks[$this->block[$key]] .= $val;\n }\n }\n\n $this->DISPLAY['core'] = str_replace(\n '{;mod;' . $key . ';}',\n $val,\n $this->DISPLAY['core']\n );\n unset($this->DISPLAY[$key]);\n }\n\n foreach($blocks as $blockName => $blockContent){\n $this->DISPLAY['core'] = str_replace(\n '{;block;' . $blockName . ';}',\n $blockContent,\n $this->DISPLAY['core']\n );\n }\n\n $this->_link('css');\n $this->_link('js');\n $this->_session();\n\n $this->DISPLAY = $this->DISPLAY['core'];\n\n $this->_path();\n $this->_clean();\n $this->_compress();\n\n if (!(bool)$this->_options['debug']) {\n ob_clean();\n }\n return $this->DISPLAY;\n }", "private function showDisplay() {\n\t\twp_enqueue_style('pokamodule-settings');\n//\t\twp_enqueue_script('pokamodule-settings');\n\t\t\n\t\trequire_once $this->sPath . '/tpl/template/display.php';\n\t}", "function display(){\n\n\t\t\tview::$output = $this->output;\n\n\t\t}", "protected function calculateDisplayRange() {}", "public function display()\n {\n echo \"temperature:{$this->_subject->getTemperature()},humidity:{$this->_subject->getHumidity()},pressure:{$this->_subject->getPressure()}\" . PHP_EOL;\n }", "function dumpLayoutContents()\r\n {\r\n if($this->usetables)\r\n {\r\n $class=\"\";\r\n echo \"<table id=\\\"{$this->_name}_table\\\">\\n\";\r\n echo \" <tr>\\n\";\r\n\r\n if((($this->ControlState & csDesigning) == csDesigning) || ($this->controls->count() == 0))\r\n {\r\n echo \"<td $class><span $class>$this->Caption</span>\\n\";\r\n }\r\n else\r\n {\r\n echo \"<td>\\n\";\r\n }\r\n }\r\n\r\n if(($this->ControlState & csDesigning) != csDesigning)\r\n {\r\n $this->callEvent('onshow', array());\r\n $this->Layout->dumpLayoutContents();\r\n }\r\n\r\n if($this->usetables)\r\n {\r\n echo \" </td>\\n\";\r\n echo \" </tr>\\n\";\r\n echo \" </table>\\n\";\r\n }\r\n\r\n }", "public function toString()\n {\n return \"GUI is display full\";\n }", "public function render_screen_layout()\n {\n }", "public function setDisplay(array $display);", "public function display() {\n return false;\n }", "public function display() {\n return false;\n }", "public function display() {\r\n\t\t$this->script();\r\n\t\t$this->html();\r\n\t\t\r\n\t}", "function renderSpaceInfo() {\n\t\treturn \"<br><b>\" . t3lib_div::_GP('title') . \"</b> \" . $GLOBALS['LANG']->getLL('information');\n\t}", "public function display() {\r\n\r\n\t\t$this->echoOptionHeader();\r\n\r\n\t\tprintf( '<input class=\"tf-colorpicker\" type=\"text\" name=\"%s\" id=\"%s\" value=\"%s\" data-default-color=\"%s\" data-custom-width=\"0\" %s/>',\r\n\t\t\tesc_attr( $this->getID() ),\r\n\t\t\tesc_attr( $this->getID() ),\r\n\t\t\tesc_attr( $this->getValue() ),\r\n\t\t\tesc_attr( $this->getValue() ),\r\n\t\t\t! empty( $this->settings['alpha'] ) ? \"data-alpha='true'\" : '' // Used by wp-color-picker-alpha\r\n\t\t);\r\n\r\n\t\t$this->echoOptionFooter();\r\n\t}", "abstract function display( $p_filter_value );", "public function _get_display_callback()\n {\n }", "function print_block($value){\n\t\techo '<div class=\"options-block\">';\n\t\techo '<div class=\"handleblock\" title=\"Click to toggle\"><br></div>';\n\t\techo '<h3>'.$value['title'].'</h3>';\n\t\techo '<div class=\"inside\">';\n\t}", "protected function _parentDisplay($tpl)\n\t{\n\t\tparent::display($tpl);\n\t}", "public function render_content()\n {\n CustomizerAddon::view( 'controls.switch', ['control' => &$this] );\n }", "protected function buildControl()\n\t\t{\n\t\t\tswitch($this->getDisplayMode())\n\t\t\t{\n\t\t\t\tcase self::DISPLAYMODE_ICONS :\n\t\t\t\t\t$this->buildIconView();\n\t\t\t\t\tbreak;\n\t\t\t\tcase self::DISPLAYMODE_LIST :\n\t\t\t\t\t$this->buildListView();\n\t\t\t\t\tbreak;\n\t\t\t\tcase self::DISPLAYMODE_DETAILS :\n\t\t\t\t\t$this->buildDetailView();\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tstatic::fail(\"Unknown DisplayMode '%s'\", $this->getDisplayMode());\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}", "protected function displayConfigHeader() {\n\t\t}", "public function show()\n\t{\n\n\t}", "public function testFormatterDisplay() {\n parent::doTestFormatterDisplay();\n }", "public function testFormatterDisplay() {\n parent::doTestFormatterDisplay();\n }", "public function ovpnDisplayConfigSet()\n {\n foreach ($this as $key=>$value) {\n echo \"$key = $value<br />\\n\";\n }\n }", "function display_active() {\n $this->_activeform->display();\n }", "public function display() {\n return $this->out(call_user_func_array([$this, 'render'], func_get_args()));\n }", "function display($record)\n {\n if($this->isMlNode())\n {\n return nl2br(htmlspecialchars($record[$this->fieldName()]));\n }\n else\n {\n $languages = $this->getLanguages();\n return nl2br(htmlspecialchars($record[$this->fieldName()][$languages[0]]));\n }\n }", "public function getDisplay() {\n\t\treturn $this->display;\n\t}" ]
[ "0.70967865", "0.70967865", "0.6913034", "0.67997974", "0.6762043", "0.6739164", "0.6708138", "0.666625", "0.6647952", "0.6647952", "0.6645737", "0.6645737", "0.66329366", "0.660041", "0.660041", "0.660041", "0.6511873", "0.6511873", "0.6503889", "0.645187", "0.6441038", "0.6417351", "0.64035475", "0.6364376", "0.63184744", "0.6304038", "0.6296907", "0.6240382", "0.6228776", "0.62247765", "0.6222296", "0.61550206", "0.6153429", "0.6149719", "0.6074336", "0.6050551", "0.6048697", "0.6047742", "0.6045168", "0.6037287", "0.60364753", "0.60235167", "0.59943986", "0.5986039", "0.59785295", "0.59515935", "0.59444237", "0.5940062", "0.59290713", "0.5920835", "0.5920835", "0.5920835", "0.59086406", "0.5902753", "0.58842236", "0.5878067", "0.5876936", "0.5872836", "0.5869334", "0.5865687", "0.58564", "0.58553076", "0.58394384", "0.58313084", "0.58312833", "0.5815538", "0.5810122", "0.58011866", "0.5797363", "0.5789234", "0.5775255", "0.5769624", "0.5768776", "0.57665366", "0.5765258", "0.57574886", "0.5753924", "0.57471263", "0.57288337", "0.5724829", "0.57191145", "0.5712082", "0.5712082", "0.5711773", "0.57057047", "0.57021934", "0.57018554", "0.56930923", "0.56926125", "0.56914425", "0.568459", "0.5674467", "0.56739974", "0.56651", "0.56650597", "0.56650597", "0.56630725", "0.5659095", "0.5655725", "0.5655078", "0.5646959" ]
0.0
-1
multiple queries from database to admin
public function update() { $this->connect(); mysqli_multi_query($this->con, $this->sql); $this->sql = ""; mysqli_close($this->con); $this->getStories(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function query()\n {\n return Admin::query();\n }", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "public function queryAll();", "function afficherAdmins(){\n\t\t$sql=\"SElECT * From administrateur\";\n\t\t$db = config::getConnexion();\n\t\ttry{\n\t\t$liste=$db->query($sql);\n\t\treturn $liste;\n\t\t}\n catch (Exception $e){\n die('Erreur: '.$e->getMessage());\n }\n\t}", "function getAllAdmins(){\n $sql = \"SELECT * FROM admin\";\n return getALl($sql);\n}", "public function findAllAdmin() {\n\t\t\t$result = $this->createQuery()->execute();\n\t\t\treturn $result;\n\t\t}", "public static function queryDbForNewSelection() {\n require_once __DIR__ . '/../../classes/AdminUtilities.php';\n \n $targetData = self::loadTargets();\n wp_send_json($targetData);\n \n wp_die();\n }", "function queries_run(){\n\t\tglobal $database_sql_queries;\n\t\treturn($database_sql_queries);\n\t}", "public function selectAllAdmin(){\n return $this->connect->getData(\"SELECT * FROM `tbl_admin`\");\n }", "function query() {\n \n $this->ensure_my_table();\n \n if ($this->options['operator'] == 'in') {\n $keys = array_keys($this->value);\n\n $this->query->add_where(0, $this->table_alias.'.id IN ('. implode(',', $keys).')' );\n }\n\n }", "public function executeAll();", "public function query();", "public function query();", "public function query();", "static function getAllAdmin()\n {\n\n $con=Database::getConnection();\n $req=$con->prepare('SELECT * FROM admin a, partners p WHERE a.idPart=p._idPart');\n $req->execute(array());\n return $req->fetchAll();\n }", "public function queryAll(){\n\t\t$sql = 'SELECT * FROM consultation_vp';\n\t\t$sqlQuery = new SqlQuery($sql);\n\t\treturn $this->getList($sqlQuery);\n\t}", "public function admin_get_dbs() {}", "public function afficheAdministrateurs(){\r\n //Requete\r\n $sql4=$this->db->conn_id->prepare (\"SELECT * FROM view_admin\");\r\n $sql4->execute();\r\n $compte_admin=$sql4->fetchAll();//Execution total\r\n //ferme la connexion\r\n //$this->db=null;\r\n return $compte_admin;\r\n }", "public function queryAll(){\n\t\t$sql = 'SELECT * FROM cbt_jadwal_ujian';\n\t\t$sqlQuery = new SqlQuery($sql);\n\t\treturn $this->getList($sqlQuery);\n\t}", "public function admin_index() {\r\n\t\t$this->data = $this->{$this->modelClass}->find('all');\r\n }", "public function query()\n\t{\n\t\t\n\t}", "public function adminProduct()\n {\n $this->db->connect();\n $sql = \"SELECT * FROM $this->table;\";\n $resultset = $this->db->executeFetchAll($sql);\n return $resultset;\n }", "public static function getAll() {\n global $lC_Database, $lC_Language, $_module;\n\n $lC_Language->loadIniFile('administrators.php');\n \n $media = $_GET['media'];\n \n /* Filtering */\n $aWhere = \"\";\n if ($_GET['aSearch'] != \"\") {\n $aWhere = \"where id = '\" . (int)$_GET['aSearch'] . \"'\";\n } \n\n $Qadmins = $lC_Database->query('select * from :table_administrators ' . $aWhere . ' order by user_name');\n $Qadmins->bindTable(':table_administrators', TABLE_ADMINISTRATORS);\n $Qadmins->execute();\n\n $result = array('entries' => array());\n $result = array('aaData' => array());\n $cnt = 0;\n while ( $Qadmins->next() ) {\n $group = self::getGroupName($Qadmins->valueInt('access_group_id')) ;\n $color = ($odd == $cnt%2) ? 'purple-bg' : 'green-bg';\n if ($Qadmins->valueInt('access_group_id') == 1) $color = 'red-bg';\n\n $last = '<td>' . $Qadmins->valueProtected('last_name') . '</td>';\n $first = '<td>' . $Qadmins->valueProtected('first_name') . '</td>';\n $user = '<td>' . $Qadmins->valueProtected('user_name') . '</td>';\n $group = '<td><small class=\"tag ' . $color . '\">' . self::getGroupName($Qadmins->valueInt('access_group_id')) . '</small></td>';\n $action = '<td class=\"align-right vertical-center\"><span class=\"button-group compact\">\n <a href=\"' . ((int)($_SESSION['admin']['access'][$_module] < 3) ? '#' : 'javascript://\" onclick=\"editAdmin(\\'' . $Qadmins->valueInt('id') . '\\')') . '\" class=\"button icon-pencil ' . ((int)($_SESSION['admin']['access'][$_module] < 3) ? 'disabled' : NULL) . '\">' . (($media === 'mobile-portrait' || $media === 'mobile-landscape') ? NULL : $lC_Language->get('icon_edit')) . '</a>\n <a href=\"' . ((int)($_SESSION['admin']['access'][$_module] < 4) ? '#' : 'javascript://\" onclick=\"deleteAdmin(\\'' . $Qadmins->valueInt('id') . '\\', \\'' . urlencode($Qadmins->valueProtected('user_name')) . '\\')') . '\" class=\"button icon-trash with-tooltip ' . ((int)($_SESSION['admin']['access'][$_module] < 4) ? 'disabled' : NULL) . '\" title=\"' . $lC_Language->get('icon_delete') . '\"></a></span></td>';\n\n $result['aaData'][] = array(\"$last\", \"$first\", \"$user\", \"$group\", \"$action\");\n $result['entries'][] = $Qadmins->toArray();\n $cnt++;\n }\n $Qadmins->freeResult();\n\n return $result;\n }", "public static function getAdminsList()\n {\n $data_to_load = [];\n if(DatabaseManager::fetchInto(\"main\", $data_to_load, \"SELECT * FROM `admin_users`\") === false)\n Status::message(Status::ERROR, \"Couldn't retrieve `admin_users` from DB\");\n \n Status::message(Status::SUCCESS, $data_to_load);\n }", "public function queryAll(){\r\n\t\t$sql = 'SELECT * FROM tbl_empleado';\r\n\t\t$sqlQuery = new SqlQuery($sql);\r\n\t\treturn $this->getList($sqlQuery);\r\n\t}", "function query() {\n $this->add_additional_fields();\n }", "public function queryAll(){\n\t\t$sql = 'SELECT * FROM modules';\n\t\t$sqlQuery = new SqlQuery($sql);\n\t\treturn $this->getList($sqlQuery);\n\t}", "protected function registerManagedQueries() {\n $table = Model_Charge::TABLE_NAME;\n $query = \"SELECT * FROM $table WHERE user_id = :user_id AND charge_date >= :start_date AND \" .\n \"charge_date <= :end_date ORDER BY charge_date ASC\";\n $this->registerManagedQuery(\"findByUserIdAndChargeDates\", $query, null, self::RETURN_MANY);\n\n $query = \"DELETE FROM $table WHERE charge_id = :charge_id\";\n $this->registerManagedQuery(\"delete\", $query, null, self::RETURN_NONE);\n\n $query = \"SELECT user_id, sum(amount) as total_charges FROM $table WHERE \" .\n \"charge_date >= :start_date AND charge_date <= :end_date GROUP BY user_id\";\n $this->registerManagedQuery(\"findTotalChargesByUserIdForChargeDates\", $query, null, self::RETURN_ARRAY);\n\n $query = \"SELECT * FROM $table ORDER BY create_date DESC LIMIT 10\";\n $this->registerManagedQuery(\"findRecentlyAddedCharges\", $query);\n }", "private function list_data_sql()\n\t{\n\t\t$this->db\n\t\t\t->from('tweb_penduduk u')\n\t\t\t->join('tweb_keluarga d', 'u.id_kk = d.id', 'left')\n\t\t\t->join('tweb_wil_clusterdesa a', 'd.id_cluster = a.id', 'left')\n\t\t\t->join('tweb_penduduk_sex x', 'u.sex = x.id', 'left')\n\t\t\t->join('tweb_penduduk_agama g', 'u.agama_id = g.id', 'left')\n\t\t\t->join('tweb_status_dasar sd', 'u.status_dasar = sd.id', 'left')\n\t\t\t->join('log_penduduk log', 'u.id = log.id_pend', 'left')\n\t\t\t->join('ref_pindah rp', 'rp.id = log.ref_pindah', 'left')\n\t\t\t->where('u.status_dasar >', 1)\n\t\t\t->where_in('log.id_detail', array(2, 3, 4));\n\n\t\t$this->search_sql();\n\t\t$this->status_dasar_sql();\n\t\t$this->sex_sql();\n\t\t$this->agama_sql();\n\t\t$this->dusun_sql();\n\t\t$this->rw_sql();\n\t\t$this->rt_sql();\n\t}", "public function all()\n {\n if (!$this->isLogged())\n {\n header('Location: ' . ROOT_URL);\n exit; \n }\n else{\n\n $this->oUtil->oAdd_Admins = $this->oModel->getAll();\n\n $this->oUtil->getView('admin');\n }\n }", "public function viewmanager(){\r\n\t\t//sql query\r\n\t\t$sql = \"SELECT * FROM district_managers,districts where district_managers.DistrictID = districts.DistrictID\";\r\n\t\t//return executed query\r\n\t\treturn $this->db_query($sql);\r\n\t}", "public function Query(){\n\t}", "public function Query(){\n\t}", "public function Query(){\n\t}", "function getAdminList() {\n $dbConnect = getDbConnection();\n\n $query = 'SELECT * FROM admins';\n $statement = $dbConnect->prepare($query);\n\n $statement->execute();\n $resultSet = $statement->get_result();\n\n $statement->close();\n $dbConnect->close();\n\n return $resultSet;\n }", "public function actionDatabaseQueries() {\n echo \"Database Debug Log:\";\n $this->showLog('dbDebug.log');\n }", "public function get_adminlist(){\n \n \t\t$sql4=\"SELECT * FROM admin\";\n\t $result4 = mysqli_query($this->db,$sql4);\n\t while($adminlist_data = mysqli_fetch_array($result4)){\n echo '<tr>\n <td>'.$adminlist_data[\"admin_id\"].'</td>\n <td>'.$adminlist_data[\"name\"].'</td>\n <td>'.$adminlist_data[\"password\"].'</td>\n <td>'.$adminlist_data[\"admin_type\"].'</td>\n <td>'.$adminlist_data[\"journal_id\"].'</td>\n <td class=\"text-center\">\n <a href=\"about_admin.php?admin_id='.$adminlist_data[\"admin_id\"].'\" title=\"Edit\"><i class=\"fa fa-edit\"></i></a>\n </td>\n <td class=\"text-center\">\n <a href=\"delete.php?admin_id='.$adminlist_data[\"admin_id\"].'&type=admin\" title=\"Delete\"><i class=\"fa fa-trash-o\"></i></a>\n </td>\n </tr>';\n }\n return true;\n \t}", "public function all_choose_us_info_for_admin(){\r\n $query = \"SELECT * FROM tbl_aboutus_choose_us\";\r\n if(mysqli_query($this->db_connect, $query)){\r\n $query_result = mysqli_query($this->db_connect, $query);\r\n return $query_result;\r\n }else{\r\n die(\"Query Problem! \".mysqli_error($this->db_connect));\r\n }\r\n }", "abstract public function query();", "protected function executeAdminCommand() {}", "protected function executeAdminCommand() {}", "protected function executeAdminCommand() {}", "public function query()\n {\n if($this->type ==1){\n return Upgrade::query()->where(['status'=>0,'year'=>currentYear(),'semester'=>currentSemester()]);\n }\n elseif ($this->type==2){\n return Upgrade::query()->where(['status'=>1,'year'=>currentYear(),'semester'=>currentSemester()]);\n }\n\n\n }", "public function queryAll(){\r\n\t\t$sql = 'SELECT * FROM alojamientos';\r\n\t\t$sqlQuery = new SqlQuery($sql);\r\n\t\treturn $this->getList($sqlQuery);\r\n\t}", "function managementAdminAll(){\n $Admins = new \\Project\\Models\\ManagementAdminManager();\n $allAdmin = $Admins->allManagementAdmin();\n\n require 'app/views/back/managementAdmin.php';\n }", "public function queryAll(){\n\t\t$sql = 'SELECT * FROM cbt_nomor_peserta';\n\t\t$sqlQuery = new SqlQuery($sql);\n\t\treturn $this->getList($sqlQuery);\n\t}", "function realizarConsultas($sql)\r\n {\r\n $this->resultado = $this->mysqli->multi_query($sql);\r\n }", "public function _manage()\n\t{\n\t\t$arrColumns = array(\n\t\t\t'Id' => 'r.id',\n\t\t);\n\t\t$strTables = \"automatic_invoice_run_event e JOIN InvoiceRun r on e.invoice_run_id = r.Id AND e.actioned_datetime IS NULL\";\n\t\t$strGroupBy = 'e.invoice_run_id';\n\t\t$qryQuery = new StatementSelect($strTables, $arrColumns, \"invoice_run_type_id = \".INVOICE_RUN_TYPE_LIVE, \"\", \"\", $strGroupBy);\n\t\t$ids = array();\n\t\tif ($qryQuery->Execute())\n\t\t{\n\t\t\twhile($id = $qryQuery->Fetch())\n\t\t\t{\n\t\t\t\t$ids[] = $id['Id'];\n\t\t\t}\n\t\t}\n\n\t\tif (count($ids))\n\t\t{\n\t\t\t$strWhere = \"Id IN (\" . implode(',', $ids) . \")\";\n\t\t\tDBL()->InvoiceRun->SetColumns(array('Id', 'InvoiceRun', 'customer_group_id', 'BillingDate'));\n\t\t\tDBL()->InvoiceRun->OrderBy(\"BillingDate DESC\");\n\t\t\tDBL()->InvoiceRun->Load($strWhere, NULL);\n\t\t}\n\t}", "function initQueries(){\n // create Prepared Statements\n $this->statementUpdate = $this->connection->prepare(\"UPDATE user SET e_id = ?,\n email = ?,\n password = ? WHERE u_id = ?\");\n $out = $this->statementUpdate->bind_param(\"sssi\",$this->data['e_id'], $this->data['email'], $this->data['password'], $this->data['u_id']);\n // print_r($out);\n $this->statementInsert = $this->connection->prepare(\"INSERT INTO user (\n `e_id`, `email`,\n `password`) VALUES (?, ?, ?)\");\n // one function to find them\n $this->statementRetrieve = $this->connection->prepare(\"SELECT * FROM user\n WHERE e_id = ?\");\n // In the Darkness Bind them\n $this->statementRetrieve->bind_param(\"s\",$this->data['e_id']);\n\n // $this->statementInsert->bind_param(\"sissssiis\", $this->data['e_id'], $this->data['dept_id'], $this->data['dob'], $this->data['doj'], $this->data['qualification'],$this->data['designation'], $this->data['age'], $this->data['pfno'], $this->data['superior_id']);\n }", "public function listarAdmin()\n {\n $sql = \"SELECT US.nombre,CO.problema,CO.tipo_problema,CO.solucion, CO.modo_contacto, CO.tipo_estado \n FROM usuarios US JOIN consulta CO\n ON US.idusuarios = CO.idusuario\n WHERE CO.tipo_estado = 'Ejecutado'\";\n return ejecutarConsulta($sql);\n\n }", "public function readAdmins(){\r\n $results = array();\r\n\r\n if ( null !== $this->getDB() ) {\r\n $dbs = $this->getDB()->prepare('select * from admin');\r\n\r\n if ( $dbs->execute() && $dbs->rowCount() > 0 ) {\r\n $results = $dbs->fetchAll(PDO::FETCH_ASSOC);\r\n }\r\n } \r\n return $results;\r\n }", "function query() {}", "public function query()\n {\n }", "public function query()\n {\n }", "protected function execute_single_query(){\n\t\t$this -> open_connection();\n\t\t$this -> conn -> query($this -> query);\n\t\t$this -> close_connection();\n\t}", "public function actionExeSql()\n {\n //$mysql->runSql($sql);\n }", "public function doQuery() {\n // Selects all of ads' title and writer's name\n $queryString = \"SELECT title, name FROM advertisements INNER JOIN users ON users.id = advertisements.userid ORDER BY advertisements.id DESC\";\n\n $getAds = $this->sql->query($queryString);\n\n // Store the result array in the $data variable, which can be available by getData() later\n while($rows = $getAds->fetch_array(MYSQLI_ASSOC)) {\n array_push($this->data, $rows);\n }\n }", "function esadmin($user){\r\n$sql_queryadmin = \"Select * From usuario inner join administrador \r\n\t\t\t\t\ton administrador.admin_id = usuario.login \r\n\t\t\t\t\tWhere login = '$user';\";\t\r\n$result = pg_query($sql_queryadmin);\r\nreturn $result;}", "function esadmin($user){\r\n$sql_queryadmin = \"Select * From usuario inner join administrador \r\n\t\t\t\t\ton administrador.admin_id = usuario.login \r\n\t\t\t\t\tWhere login = '$user';\";\t\r\n$result = pg_query($sql_queryadmin);\r\nreturn $result;}", "function find_all_admins() {\r\n\t\tglobal $db;\r\n\t\t\r\n\t\t$query = \"SELECT * \";\r\n\t\t$query .= \"FROM admins \";\r\n\t\t$query .= \"ORDER BY username ASC\";\r\n\t\t$admins_set = mysqli_query($db, $query);\r\n\t\tconfirm_query($db);\r\n\t\treturn $admins_set;\r\n\t}", "public function admin_getList()\n {\n $sql = 'select * from '.$this->table.' where status >= 0';\n return $this->query($sql);\n }", "public function queryAll(){\n\t\t$sql = 'SELECT * FROM tbl_task';\n\t\t$sqlQuery = new SqlQuery($sql);\n\t\treturn $this->getList($sqlQuery);\n\t}", "function query(\\database $dbase){\n //\n //Get the sql string \n $sql=$this->to_str();\n //\n // Execute the $sql on columns to get the $result\n $dbase->query($sql);\n \n }", "function adminUserList()\n {\n $arrClms = array(\n 'pkAdminID',\n 'AdminUserName',\n 'AdminCountry',\n 'AdminRegion'\n );\n $varWhr = \"AdminType = 'user-admin'\";\n $varOrderBy = 'AdminUserName ASC ';\n $arrRes = $this->select(TABLE_ADMIN, $arrClms, $varWhr);\n //pre($arrRes);\n return $arrRes;\n }", "private function sqlstatements() {\n $this->select = array( );\n $this->insert = array( 'INSERT INTO :entity (xxx) VALUES (yyy)' );\n $this->update = array( );\n $this->delete = array( );\n }", "public function index(){ \n \t$data['query1'] = $this->MBahagia->tampil_data();\n \t$data['query2'] = $this->MCamplong->tampil_data();\n \t$data['query3'] = $this->MPanglima->tampil_data();\n \t$data['query4'] = $this->MPKPRI->tampil_data();\n \t$data['query5'] = $this->MRahmat->tampil_data();\n\n \t\n \t$this->global['pageTitle'] = 'RichiSoft | Local Database';\n\t\t$this->loadViews(\"ViewTables/TableSlave\", $this->global, $data, NULL);\n\t}", "public function queryAll(){\n\t\t$sql = 'SELECT * FROM cntrl_btn';\n\t\t$sqlQuery = new SqlQuery($sql);\n\t\treturn $this->getList($sqlQuery);\n\t}", "public function queryAll(){\n\t\t$sql = 'SELECT * FROM cbt_soal_siswa';\n\t\t$sqlQuery = new SqlQuery($sql);\n\t\treturn $this->getList($sqlQuery);\n\t}", "function find_all_admins() {\n\t\tglobal $connection;\n\n\t\t$query = \"SELECT * FROM admins ORDER BY username ASC\";\n\t\t$admin_list = mysqli_query($connection, $query);\n\t\tconfirm_query($admin_list);\n\t\treturn $admin_list;\n\t}", "public function queryAll(){\n\t\t$sql = 'SELECT * FROM auditoriacategoria';\n\t\t$sqlQuery = new SqlQuery($sql);\n\t\treturn $this->getList($sqlQuery);\n\t}", "public function run()\n {\n $modules = \\DB::table('modules')->pluck('id')->toArray();\n\n $insert = [];\n\n for($i=0; $i < count($modules); $i++){\n $insert[] = ['admin_type_id' => '1', 'module_id' => $modules[$i], 'view' => '1', 'add' => '1', 'edit' => '1', 'delete' => '1', 'changeStatus' => '1'];\n }\n\n \\DB::table('admin_accesses')->insert($insert);\n }", "public function query() {\n\n }", "function generateAdminList() {\n //$pageTags = array();\n //$pageTags['USERNAME'] = \"Username\";\n //$pageTags['DEPARTMENT'] = \"Department\";\n\n PHPWS_Core::initCoreClass('DBPager.php');\n $pager = new DBPager('sysinventory_admin','Sysinventory_Admin');\n\n $pager->setModule('sysinventory');\n $pager->setTemplate('admin_pager.tpl');\n $pager->setLink('index.php?module=sysinventory');\n $pager->setEmptyMessage('No admins found.');\n $pager->addToggle('class=\"toggle1\"');\n $pager->addToggle('class=\"toggle2\"');\n //$pager->addPageTags($pageTags);\n\n $pager->db->addJoin('left outer','sysinventory_admin','sysinventory_department','department_id','id');\n $pager->db->addColumn('sysinventory_department.description');\n $pager->db->addColumn('sysinventory_admin.username');\n $pager->db->addColumn('sysinventory_admin.id');\n $pager->addRowTags('get_row_tags');\n return $pager->get();\n }", "function generateAdminList() {\n //$pageTags = array();\n //$pageTags['USERNAME'] = \"Username\";\n //$pageTags['DEPARTMENT'] = \"Department\";\n\n PHPWS_Core::initCoreClass('DBPager.php');\n $pager = new DBPager('sysinventory_admin','Sysinventory_Admin');\n\n $pager->setModule('sysinventory');\n $pager->setTemplate('admin_pager.tpl');\n $pager->setLink('index.php?module=sysinventory');\n $pager->setEmptyMessage('No admins found.');\n $pager->addToggle('class=\"toggle1\"');\n $pager->addToggle('class=\"toggle2\"');\n //$pager->addPageTags($pageTags);\n\n $pager->db->addJoin('left outer','sysinventory_admin','sysinventory_department','department_id','id');\n $pager->db->addColumn('sysinventory_department.description');\n $pager->db->addColumn('sysinventory_admin.username');\n $pager->db->addColumn('sysinventory_admin.id');\n $pager->addRowTags('get_row_tags');\n return $pager->get();\n }", "function addAdminHandler() {\n global $inputs;\n global $db;\n\n $sql = \"SELECT count(1) FROM admin WHERE name = \" . $inputs['admin_username'];\n $count = getOne(\"SELECT count(1) FROM admin WHERE name = ?\", [$inputs['admin_username']]);\n if ($count['count(1)'] > 0) {\n formatOutput(false, 'The username exists, please change another one');\n }\n else{\n $adminId = insert('admin',[\n 'name' => $inputs['admin_username'],\n 'password' => $inputs['admin_password']\n ]);\n \n $admin_buildingId = insert('admin_building', [\n 'admin_id' => $adminId,\n 'building_id' => $inputs['admin_building'],\n ]);\n formatOutput(true, 'add success');\n }\n}", "private function executeQueries(array $data):void{\n if(isset($data['tables'])){\n foreach($data['tables'] as $action => $tables){\n foreach($tables as $table){\n try{\n $query = $action.' TABLE '.$table;\n if($action === 'create'){\n $query .= ' (';\n foreach($data['fields']['add'][$table] as $name => $field){\n $query .= $this->getFieldQuery($name, $field).',';\n }\n unset($data['fields']['add'][$table]);\n if(isset($data['keys']) && isset($data['keys']['primary']) && isset($data['keys']['primary']['add']) && isset($data['keys']['primary']['add'][$table])){\n $query .= 'PRIMARY KEY ('.$data['keys']['primary']['add'][$table][0].'),';\n unset($data['keys']['primary']['add'][$table]);\n }\n if(isset($data['indexes']) && isset($data['indexes']['add']) && isset($data['indexes']['add'][$table])){\n foreach($data['indexes']['add'][$table] as $field){\n $query .= 'KEY '.$field.' ('.$field.'),';\n }\n unset($data['indexes']['add'][$table]);\n }\n if(isset($data['uniques']) && $data['uniques']['add'] && $data['uniques']['add'][$table]){\n foreach($data['uniques']['add'][$table] as $field){\n $query .= 'UNIQUE '.$field.' ('.$field.'),';\n }\n unset($data['uniques']['add'][$table]);\n }\n if(isset($data['keys']) && isset($data['keys']['foreign']) && isset($data['keys']['foreign']['add']) && isset($data['keys']['foreign']['add'][$table])){\n foreach($data['keys']['foreign']['add'][$table] as $info){\n $query .= 'CONSTRAINT fk_'.$table.'_'.$info['column'].' FOREIGN KEY ('.$info['column'].') REFERENCES '.$info['referenced_table'].'('.$info['referenced_column'].') ON UPDATE '.$info['onUpdate'].' ON DELETE '.$info['onDelete'].',';\n\n }\n unset($data['keys']['foreign']['add'][$table]);\n }\n $query = trim($query, ',').')';\n }\n $this->db->execute($query);\n Cli::success($query, true);\n } catch(PDOException $e){\n Cli::error($query.\"\\n\".$e->getMessage());\n }\n }\n }\n } \n if(isset($data['keys'])){ \n foreach(['primary', 'foreign'] as $type){\n if(isset($data['keys'][$type])){\n foreach(['drop', 'add'] as $action){\n if(isset($data['keys'][$type][$action])){\n foreach($data['keys'][$type][$action] as $table => $fields){\n foreach($fields as $field){ \n $query = 'ALTER TABLE '.$table.' '.strtoupper($action).' ';\n switch($type){\n case 'foreign':\n switch($action){\n case 'drop':\n $query .= 'FOREIGN KEY '.$field;\n break;\n case 'add':\n $query .= 'CONSTRAINT fk_'.$table.'_'.$field['column'].' FOREIGN KEY ('.$field['column'].') REFERENCES '.$field['referenced_table'].'('.$field['referenced_column'].') ON UPDATE '.$field['onUpdate'].' ON DELETE '.$field['onDelete'];\n break;\n }\n break;\n case 'primary':\n $query .= 'PRIMARY KEY'.($action === 'add' ? '('.$field.')' : '');\n break;\n }\n try{\n $this->db->execute('SET FOREIGN_KEY_CHECKS=0;'.$query.';SET FOREIGN_KEY_CHECKS=1;');\n Cli::success($query, true);\n } catch(PDOException $e){\n Cli::error($query.\"\\n\".$e->getMessage());\n }\n }\n }\n }\n }\n }\n }\n }\n\n foreach(['indexes', 'uniques'] as $type){\n foreach(['add', 'drop'] as $action){\n if(isset($data[$type]) && isset($data[$type][$action])){\n foreach($data[$type][$action] as $table => $fields){\n foreach($fields as $field){\n switch($type){\n case 'indexes':\n $query = 'ALTER TABLE '.$table.' '.strtoupper($action).' INDEX '.($action==='add' ? '('.$field.')' : $field);\n break;\n case 'uniques':\n $query = 'ALTER TABLE '.$table.' '.strtoupper($action).' ';\n switch($action){\n case 'add':\n $query .= 'UNIQUE ('.$field.')';\n break;\n case 'drop':\n $query .= 'INDEX '.$field;\n break;\n }\n break;\n }\n try{\n $this->db->execute('SET FOREIGN_KEY_CHECKS=0;'.$query.';SET FOREIGN_KEY_CHECKS=1;');\n Cli::success($query, true);\n } catch(PDOException $e){\n Cli::error($query.\"\\n\".$e->getMessage());\n }\n }\n } \n }\n }\n }\n\n if(isset($data['fields'])){\n foreach($data['fields'] as $action => &$tables){\n foreach($tables as $table => &$fields){\n foreach($fields as $name => &$field){\n try{\n if(empty($field)){\n $field = null;\n }\n $query = $this->createAlter($table, $action, $name, $field);\n $this->db->execute($query);\n Cli::success($query, true);\n } catch(PDOException $e){\n Cli::error($query.\"\\n\".$e->getMessage());\n }\n }\n }\n }\n }\n }", "public function queryAll(){\r\n\t\t$sql = 'SELECT * FROM contenidos';\r\n\t\t$sqlQuery = new SqlQuery($sql);\r\n\t\treturn $this->getList($sqlQuery);\r\n\t}", "public static function query();" ]
[ "0.6336266", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6325932", "0.6320706", "0.62790346", "0.62439513", "0.6220105", "0.6166969", "0.6163229", "0.6160399", "0.6157502", "0.6121694", "0.6121694", "0.6121694", "0.610755", "0.6092322", "0.6088335", "0.6086882", "0.60808414", "0.60725075", "0.60554993", "0.60524017", "0.6037672", "0.60305065", "0.6029421", "0.60180277", "0.6000906", "0.600016", "0.5984586", "0.596183", "0.5951991", "0.59495044", "0.59495044", "0.59495044", "0.5948865", "0.5934717", "0.59275436", "0.59219414", "0.5906459", "0.58966345", "0.58966345", "0.58966345", "0.5896485", "0.587138", "0.58631486", "0.58533627", "0.5842566", "0.583623", "0.5833409", "0.58275497", "0.5821587", "0.5819089", "0.5814102", "0.5814102", "0.5810654", "0.58076006", "0.5803335", "0.57902807", "0.57902807", "0.578602", "0.5781335", "0.57669526", "0.5763534", "0.5759659", "0.5757801", "0.57550967", "0.5753722", "0.5740603", "0.57378936", "0.5728875", "0.57257205", "0.5720807", "0.5720428", "0.5720428", "0.57181954", "0.5715554", "0.5714335", "0.5713755" ]
0.0
-1
A unique identifier is defined to store the options in the database and reference them from the theme.
function optionsframework_option_name() { // Change this to use your theme slug return 'vieu'; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function optionsframework_option_name() {\n\t\t$themename = get_option( 'stylesheet' );\n\t\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\t\n\t\t$optionsframework_settings = get_option('optionsframework');\n\t\t$optionsframework_settings['id'] = $themename;\n\t\tupdate_option('optionsframework', $optionsframework_settings);\n\t}", "public function create_db_options_field() {\n\n\t\t\tif ( ! $this->is_db_options_exist( $this->options_slug ) ) {\n\t\t\t\t$this->save_options( $this->options_slug, $this->default_options );\n\t\t\t}\n\n\t\t\tif ( ! $this->is_db_options_exist( $this->options_slug . '_default' ) ) {\n\t\t\t\t$this->save_options( $this->options_slug . '_default', $this->default_options );\n\t\t\t}\n\t\t}", "function optionsframework_option_name() {\n if (function_exists('wp_get_theme')){\n $theme_data = wp_get_theme('theme-name');\n $themename = $theme_data->Name;\n } else {\n $theme_data = wp_get_theme(STYLESHEETPATH . '/style.css');\n $themename = $theme_data['Name'];\n } \n $themename = preg_replace(\"/\\W/\", \"\", strtolower($themename) );\n \n $optionsframework_settings = get_option('optionsframework');\n $optionsframework_settings['id'] = $themename;\n update_option('optionsframework', $optionsframework_settings);\n}", "function truethemes_site_option(){\n\t\t//this values contains the theme layout array.\n\t\t//use print_r to see the multi-dimension array key and values.\n\t\t$option_template_items = get_option('of_template');\n\n\t\t$op_count = count($option_template_items);\n\t\t\n\t\t//set empty site option name array container.\n\t\t$site_option_name = array();\n\t\t\n\t\tfor($index = 0; $index < $op_count; $index ++){\n\t\t\t\n\t\t\t//we only add in theme option name which is the id array key\n\t\t\tif(!empty($option_template_items[$index]['id'])){\n\t\t\t$site_option_name[] = $option_template_items[$index]['id'];\n\t\t\t}\n\t\t\t \t\t\t\n\t\t}\n\n\t\t//print_r($site_option_name); //to see array of site option name.\n\t\t\n\t\t//assign for use in set_all();\n $this->site_option_name = $site_option_name;\n \n\t\t}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_theme_data(STYLESHEETPATH . '/style.css');\n\t$themename = $themename['Name'];\n\t$themename = preg_replace(\"/\\W/\", \"\", strtolower($themename) );\n\t\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\t\n}", "function optionsframework_option_name() {\r\n\t$themename = get_option( 'stylesheet' );\r\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\r\n\r\n\t$optionsframework_settings = get_option( 'optionsframework' );\r\n\t$optionsframework_settings['id'] = $themename;\r\n\tupdate_option( 'optionsframework', $optionsframework_settings );\r\n}", "function my_plugin_menu() {\n\t\tadd_options_page( 'Opções do Plugin', 'Marvel SC', 'manage_options', 'my-unique-identifier', 'my_plugin_options' );\n\t}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option( 'optionsframework' );\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option( 'optionsframework', $optionsframework_settings );\n}", "function optionsframework_option_name() {\n $optionsframework_settings = get_option( 'optionsframework' );\n $optionsframework_settings[\"id\"] = 'options_wpex_themes';\n update_option( 'optionsframework', $optionsframework_settings );\n}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\n}", "function optionsframework_option_name() {\n\n // 从样式表获取主题名称\n $themename = wp_get_theme();\n $themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n $optionsframework_settings = get_option( 'optionsframework' );\n $optionsframework_settings['id'] = $themename;\n update_option( 'optionsframework', $optionsframework_settings );\n}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet\n\t$themename = wp_get_theme();\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option( 'optionsframework' );\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option( 'optionsframework', $optionsframework_settings );\n}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet\n\t$themename = wp_get_theme();\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option( 'optionsframework' );\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option( 'optionsframework', $optionsframework_settings );\n}", "function optionsframework_option_name() {\r\n\r\n\t// This gets the theme name from the stylesheet\r\n\t$themename = wp_get_theme();\r\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower( $themename ) );\r\n\r\n\t$optionsframework_settings = get_option( 'optionsframework' );\r\n\t$optionsframework_settings['id'] = $themename;\r\n\tupdate_option( 'optionsframework', $optionsframework_settings );\r\n\r\n}", "function wpsight_option_name() {\n\t$wpsight_options_settings = get_option( WPSIGHT_DOMAIN );\n\t$wpsight_options_settings['id'] = WPSIGHT_DOMAIN;\n\tupdate_option( WPSIGHT_DOMAIN, $wpsight_options_settings );\n}", "function store(){\n update_option( $this->option_name, $this->settings );\n }", "public function theme_options($options){\n\n\t\t$options[] = array(\n\t\t\t'name' => 'Legal Information',\n\t\t\t'desc' => '',\n\t\t\t'type' => 'info'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Company Name', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_name]', 'waboot' ),\n\t\t\t'id' => $this->name.'_company_name',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Company Address', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_address]', 'waboot' ),\n\t\t\t'id' => $this->name.'_address',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text',\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Company Mail', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_mail]', 'waboot' ),\n\t\t\t'id' => $this->name.'_mail',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Company Telephone', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_tel]', 'waboot' ),\n\t\t\t'id' => $this->name.'_tel',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Domain Name', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_siteurl]', 'waboot' ),\n\t\t\t'id' => $this->name.'_siteurl',\n\t\t\t'std' => preg_replace('/http:\\/\\//', '', get_bloginfo('url') ),\n\t\t\t'type' => 'text'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Legal Representative', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_rep]', 'waboot' ),\n\t\t\t'id' => $this->name.'_rep',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text'\n\t\t);\n\n\t\treturn $options;\n\t}", "function wwm_2015_optionsframework_option_name() {\r\n\r\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\r\n\t$themename = get_option( 'stylesheet' );\r\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\r\n\r\n\t$optionsframework_settings = get_option('optionsframework');\r\n\t$optionsframework_settings['id'] = $themename;\r\n\tupdate_option('optionsframework', $optionsframework_settings);\r\n\r\n}", "function optionsframework_option_name() {\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\t// echo $themename;\n}", "function mmpm_register_theme_options() {\n\t\tregister_setting( 'mmpm_options_group', MMPM_OPTIONS_DB_NAME );\n//\t\tregister_setting( 'mmpm_options_group', MMPM_SKIN_DB_NAME );\n\t}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\n\t//echo $themename;\n}", "protected function generateId()\n {\n if (empty($this->editorOptions['id'])) {\n $this->editorOptions['id'] = $this->options['id'] . '-editor';\n }\n if (empty($this->containerOptions['id'])) {\n $this->containerOptions['id'] = $this->options['id'] . '-container';\n }\n if (empty($this->headerOptions['id'])) {\n $this->headerOptions['id'] = $this->options['id'] . '-header';\n }\n if (empty($this->footerOptions['id'])) {\n $this->footerOptions['id'] = $this->options['id'] . '-footer';\n }\n if (empty($this->previewOptions['id'])) {\n $this->previewOptions['id'] = $this->options['id'] . '-preview';\n }\n Html::addCssStyle($this->options, 'height:' . $this->height . 'px');\n }", "function my_theme_create_options() {\r\n $titan = TitanFramework::getInstance( 'genietheme' );\r\n \r\n // Create my admin panel\r\n $panel = $titan->createAdminPanel( array(\r\n 'name' => 'Theme Options',\r\n ) );\r\n \r\n \r\n $generaltab = $panel->createTab( array(\r\n 'name' => 'General Tab',\r\n ) );\r\n \r\n // Create options for my admin panel\r\n $generaltab->createOption( array(\r\n 'name' => 'LOGO',\r\n 'id' => 'head_logo',\r\n 'type' => 'upload',\r\n 'desc' => 'Upoad logo of site.'\r\n ) );\r\n \r\n $generaltab->createOption( array(\r\n 'name' => 'Header Scripts',\r\n 'id' => 'header_scripts',\r\n 'type' => 'textarea',\r\n 'desc' => 'Enter your header scripts or code like google analytics,webmaster code etc...'\r\n ) );\r\n \r\n \r\n $generaltab->createOption( array(\r\n 'name' => 'Footer Scripts',\r\n 'id' => 'footer_scripts',\r\n 'type' => 'textarea',\r\n 'desc' => 'Enter your footer scripts or code like google analytics,webmaster code etc...'\r\n ) );\r\n \r\n \r\n $generaltab->createOption( array(\r\n 'type' => 'save'\r\n ) );\r\n \r\n \r\n $titan = TitanFramework::getInstance( 'genietheme' );\r\n$productMetaBox = $titan->createMetaBox( array(\r\n 'name' => 'Additinal Job Information',\r\n 'post_type' => 'jobs',\r\n) );\r\n\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Job Link',\r\n 'id' => 'j_link',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Experience Required',\r\n 'id' => 'exp_required',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Education Qualification',\r\n 'id' => 'edu_qual',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Preffered Nationality',\r\n 'id' => 'nationality',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Salary',\r\n 'id' => 'salary',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'No. of vaccancies',\r\n 'id' => 'vaccancies',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Benefits',\r\n 'id' => 'benefits',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Gender',\r\n 'id' => 'gender',\r\n 'options' => array(\r\n '1' => 'Male',\r\n '2' => 'Female',\r\n '3' => 'Male/Female',\r\n ),\r\n 'type' => 'radio',\r\n 'desc' => 'Select gender',\r\n 'default' => '1',\r\n \r\n ) );\r\n\r\n \r\n}", "function optionsframework_option_name() {\r\n\r\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\r\n\t$themename = get_theme_data(STYLESHEETPATH . '/style.css');\r\n\t$themename = $themename['Name'];\r\n\t$themename = preg_replace(\"/\\W/\", \"\", strtolower($themename) );\r\n\r\n\t$optionsframework_settings = get_option('optionsframework');\r\n\t$optionsframework_settings['id'] = $themename;\r\n\tupdate_option('optionsframework', $optionsframework_settings);\r\n\r\n\t// echo $themename;\r\n}", "function handleOptions ()\n\t{\n\t\t$default_options = $this->default_options;\n\n\t\t// Get options from WP options\n\t\t$options_from_table = get_option( $this->db_options_name_core );\n\n\t\tif ( empty( $options_from_table ) ) {\n\t\t\t$options_from_table = $this->default_options; // New installation\n\t\t} else {\n\n\t\t\t// As of version 2.2 I changed the way I store the default options.\n\t\t\t// I need to upgrade the options before setting the options but we don't update the version yet.\n\t\t\tif ( ! $options_from_table['general'] ) {\n\t\t\t\t$this->upgradeDefaultOptions_2_2();\n\t\t\t\t$options_from_table = get_option( $this->db_options_name_core ); // Get the new options\n\t\t\t}\n\n\t\t\t// Update default options by getting not empty values from options table\n\t\t\tforeach ( $default_options as $section_key => $section_array ) {\n\t\t\t\tforeach ( $section_array as $name => $value ) {\n\n\t\t\t\t\tif ( isset( $options_from_table[$section_key][$name] ) && (! is_null( $options_from_table[$section_key][$name] )) ) {\n\t\t\t\t\t\tif ( is_int( $value ) ) {\n\t\t\t\t\t\t\t$default_options[$section_key][$name] = ( int ) $options_from_table[$section_key][$name];\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t$default_options[$section_key][$name] = $options_from_table[$section_key][$name];\n\t\t\t\t\t\t\tif ( 'associated_id' == $name ) {\n\t\t\t\t\t\t\t\tif ( 'blogavirtualh-20' == $options_from_table[$section_key][$name] )\n\t\t\t\t\t\t\t\t\t$default_options[$section_key][$name] = 'avh-amazon-20';\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// If a newer version is running do upgrades if neccesary and update the database.\n\t\t\tif ( $this->version > $options_from_table['general']['version'] ) {\n\t\t\t\t// Starting with version 2.1 I switched to a new way of storing the widget options in the database. We need to convert these.\n\t\t\t\tif ( $options_from_table['general']['version'] < '2.1' ) {\n\t\t\t\t\t$this->upgradeWidgetOptions_2_1();\n\t\t\t\t}\n\n\t\t\t\tif ( $options_from_table['general']['version'] < '2.4' ) {\n\t\t\t\t\t$this->doRemoveCacheFolder();\n\t\t\t\t}\n\t\t\t\tif ( $options_from_table['general']['version'] < '3.0' ) {\n\t\t\t\t\t$this->upgradeWidgetSettings_3_0();\n\t\t\t\t}\n\n\t\t\t\t// Write the new default options and the proper version to the database\n\t\t\t\t$default_options['general']['version'] = $this->version;\n\t\t\t\tupdate_option( $this->db_options_name_core, $default_options );\n\t\t\t}\n\t\t}\n\t\t// Set the class property for options\n\t\t$this->options = $default_options;\n\t}", "function wwm_2015_optionsframework_options() {\r\n\r\n\t$options = array();\r\n\t//Set the Section Tab Title\r\n\t$options[] = array(\r\n\t\t'name' => __('General Options', 'wwm_2015'),\r\n\t\t'type' => 'heading');\r\n\t\t//Logo\r\n\t\t\t$options[] = array(\r\n\t\t\t\t'name' => __('Main Logo', 'wwm_2015'),\r\n\t\t\t\t'desc' => __('Make sure to use a PNG, with a transparent background (the gray that you see above, is coded in...just for visibility purposes).', 'wwm_2015'),\r\n\t\t\t\t'id' => 'main_logo',\r\n\t\t\t\t'type' => 'upload',\r\n\t\t\t\t'class' => 'large-12 medium-12 small-12 columns');\t\t\r\n\t\t//Primary Color\r\n\t\t\t$options[] = array(\r\n\t\t\t\t\t'name' => __('Primary Color?', 'wwm_2015'),\r\n\t\t\t\t\t'desc' => __('The main color in the scheme', 'wwm_2015'),\r\n\t\t\t\t\t'id' => 'primary_color',\r\n\t\t\t\t\t'std' => '#565b7b',\r\n\t\t\t\t\t'default'=>'#565b7b',\r\n\t\t\t\t\t'type' => 'color',\r\n\t\t\t\t\t'class'=>'large-6 medium-12 small-12 columns'\r\n\t\t\t\t);\t\r\n\t\t//Secondary Color\r\n\t\t\t$options[] = array(\r\n\t\t\t\t\t'name' => __('Secondary Color?', 'wwm_2015'),\r\n\t\t\t\t\t'desc' => __('The secondary color in the scheme', 'wwm_2015'),\r\n\t\t\t\t\t'id' => 'secondary_color',\r\n\t\t\t\t\t'std' => '#d3e2f7',\r\n\t\t\t\t\t'default'=>'#d3e2f7',\r\n\t\t\t\t\t'type' => 'color',\r\n\t\t\t\t\t'class'=>'large-6 medium-12 small-12 columns'\r\n\t\t\t\t);\t\t\r\n\treturn $options;\r\n}", "function yaz_set_option($id, $options)\n{\n}", "function optionsframeproject_option_name() {\n\n\t// This gets the theme name from the stylesheet\n\t$themename = wp_get_theme();\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframeproject_settings = get_option( 'optionsframework' );\n\t$optionsframeproject_settings['id'] = $themename;\n\tupdate_option( 'optionsframework', $optionsframeproject_settings );\n}", "function get_options() {\t\t\r\n\t\t$saved_options = unserialize(get_option(THEME_ID . '_options'));\r\n\t\tif (!empty($saved_options) && is_object($saved_options)) {\r\n\t\t\tforeach($saved_options as $name => $value) {\r\n\t\t\t\t$this->$name = $value;\r\n\t\t\t}\t\r\n\t\t}\r\n\t}", "public function admin_option_account_id() {\n\t\t\techo sprintf( \"<input type='text' name='drip_options[drip_account_id]' size='20' value='%s' />\", esc_attr( $this->get_option( 'drip_account_id' ) ) );\n\t\t}", "function template_options()\n{\n\tglobal $context, $settings, $options, $scripturl, $txt;\n\n\t$context['theme_options'] = array(\n\t\tarray(\n\t\t\t'id' => 'show_board_desc',\n\t\t\t'label' => $txt['board_desc_inside'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'show_children',\n\t\t\t'label' => $txt['show_children'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'use_sidebar_menu',\n\t\t\t'label' => $txt['use_sidebar_menu'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'show_no_avatars',\n\t\t\t'label' => $txt['show_no_avatars'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'show_no_signatures',\n\t\t\t'label' => $txt['show_no_signatures'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'show_no_censored',\n\t\t\t'label' => $txt['show_no_censored'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'return_to_post',\n\t\t\t'label' => $txt['return_to_post'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'no_new_reply_warning',\n\t\t\t'label' => $txt['no_new_reply_warning'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'view_newest_first',\n\t\t\t'label' => $txt['recent_posts_at_top'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'view_newest_pm_first',\n\t\t\t'label' => $txt['recent_pms_at_top'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'posts_apply_ignore_list',\n\t\t\t'label' => $txt['posts_apply_ignore_list'],\n\t\t\t'default' => false,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'wysiwyg_default',\n\t\t\t'label' => $txt['wysiwyg_default'],\n\t\t\t'default' => false,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'popup_messages',\n\t\t\t'label' => $txt['popup_messages'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'copy_to_outbox',\n\t\t\t'label' => $txt['copy_to_outbox'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'pm_remove_inbox_label',\n\t\t\t'label' => $txt['pm_remove_inbox_label'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'auto_notify',\n\t\t\t'label' => $txt['auto_notify'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'topics_per_page',\n\t\t\t'label' => $txt['topics_per_page'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['per_page_default'],\n\t\t\t\t5 => 5,\n\t\t\t\t10 => 10,\n\t\t\t\t25 => 25,\n\t\t\t\t50 => 50,\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'messages_per_page',\n\t\t\t'label' => $txt['messages_per_page'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['per_page_default'],\n\t\t\t\t5 => 5,\n\t\t\t\t10 => 10,\n\t\t\t\t25 => 25,\n\t\t\t\t50 => 50,\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'calendar_start_day',\n\t\t\t'label' => $txt['calendar_start_day'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['days'][0],\n\t\t\t\t1 => $txt['days'][1],\n\t\t\t\t6 => $txt['days'][6],\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'display_quick_reply',\n\t\t\t'label' => $txt['display_quick_reply'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['display_quick_reply1'],\n\t\t\t\t1 => $txt['display_quick_reply2'],\n\t\t\t\t2 => $txt['display_quick_reply3']\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'display_quick_mod',\n\t\t\t'label' => $txt['display_quick_mod'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['display_quick_mod_none'],\n\t\t\t\t1 => $txt['display_quick_mod_check'],\n\t\t\t\t2 => $txt['display_quick_mod_image'],\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t);\n}", "function save_options(){\n\t\t\n\t\t$nonsavable_types=array('open', 'close','subtitle','title','documentation','block','blockclose');\n\t\n\t\t//insert the default values if the fields are empty\n\t\tforeach ($this->options as $value) {\n\t\t\tif(isset($value['id']) && get_option($value['id'])===false && isset($value['std']) && !in_array($value['type'], $nonsavable_types)){\n\t\t\t\tupdate_option( $value['id'], $value['std']);\n\t\t\t}\n\t\t}\n\t\t\n\t\t//save the field's values if the Save action is present\n\t\tif ( $_GET['page'] == HANA_OPTIONS_PAGE ) {\n\t\t\tif ( isset($_REQUEST['action']) && 'save' == $_REQUEST['action'] ) {\n\t\t\t\t//verify the nonce\n\t\t\t\tif ( empty($_POST) || !wp_verify_nonce($_POST['hana-theme-options'],'hana-theme-update-options') )\n\t\t\t\t{\n\t\t\t\t\tprint 'Sorry, your nonce did not verify.';\n\t\t\t\t\texit;\n\t\t\t\t}else{\n\t\t\t\t\tif(!get_option(HANA_SHORTNAME.'_first_save')){\n\t\t\t\t\t\tupdate_option(HANA_SHORTNAME.'_first_save','true');\n\t\t\t\t\t}\n\t\t\t\t\tforeach ($this->options as $value) {\n\t\t\t\t\t\tif(isset($value['id']) ) if( isset( $_REQUEST[ $value['id'] ] ) && !in_array($value['type'], $nonsavable_types)) {\n\t\t\t\t\t\t\tupdate_option( $value['id'], $_REQUEST[ $value['id'] ] );\n\t\t\t\t\t\t} elseif(!in_array($value['type'], $nonsavable_types)){\n\t\t\t\t\t\t\tdelete_option( $value['id'] );\n\t\t\t\t\t\t}\n\t\n\t\t\t\t\t\t/* Update the values for the custom options that contain unlimited suboptions - for example when having\n\t\t\t\t\t\t * a slider with fields \"title\" and \"imageurl\", for all the entities the titles will be saved in one field,\n\t\t\t\t\t\t * separated by a separator. In this case, if the field name is slider_title and it contains some data like\n\t\t\t\t\t\t * title 1|*|title2|*|title3 (|*| is the separator), then all this data will be saved into a custom field\n\t\t\t\t\t\t * with id slider_titles.\n\t\t\t\t\t\t */\n\t\t\t\t\t\tif($value['type']=='custom'){\n\t\t\t\t\t\t\tforeach($value['fields'] as $field){\n\t\t\t\t\t\t\t\tupdate_option( $field['id'].'s', $_REQUEST[ $field['id'].'s' ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\theader(\"Location: admin.php?page=\".HANA_OPTIONS_PAGE.\"&saved=true\");\n\t\t\t\t\tdie;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\n\t}", "public function general_settings_ga_id() {\n\t\t$google_analytics_id = get_option( 'wsuwp_ga_id', false );\n\n\t\t?><input id=\"wsuwp_ga_id\" name=\"wsuwp_ga_id\" value=\"<?php echo esc_attr( $google_analytics_id ); ?>\" type=\"text\" class=\"regular-text\" /><?php\n\t}", "public static function option_fields() {\n\n // Only need to initiate the array once per page-load\n if ( ! empty( self::$theme_options ) )\n return self::$theme_options;\n\n self::$theme_options = array(\n 'id' => 'theme_options',\n 'show_on' => array( 'key' => 'options-page', 'value' => array( self::$key, ), ),\n 'show_names' => true,\n 'fields' => array(\n array(\n 'name' => __( 'Place Name', 'myprefix' ),\n 'desc' => __( 'field description (optional)', 'myprefix' ),\n 'id' => 'place_name',\n 'type' => 'text_medium',\n ),\n\t\t\t\tarray(\n\t\t\t\t 'name' => __( 'Facebook page URL', 'cmb' ),\n\t\t\t\t 'id' => $prefix . 'facebook_url',\n\t\t\t\t 'type' => 'text_url',\n\t\t\t\t // 'protocols' => array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet' ), // Array of allowed protocols\n\t\t\t\t),\n\t\t\t\tarray(\n\t\t\t\t 'name' => __( 'Twitter URL', 'cmb' ),\n\t\t\t\t 'id' => $prefix . 'twitter_url',\n\t\t\t\t 'type' => 'text_url',\n\t\t\t\t // 'protocols' => array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet' ), // Array of allowed protocols\n\t\t\t\t),\n array(\n 'name' => __( 'Test Color Picker', 'myprefix' ),\n 'desc' => __( 'field description (optional)', 'myprefix' ),\n 'id' => 'test_colorpicker',\n 'type' => 'colorpicker',\n 'default' => '#ffffff'\n ),\n array(\n 'name' => __( 'Footer Text', 'myprefix' ),\n 'desc' => __( 'field description (optional)', 'myprefix' ),\n 'id' => 'footer_text',\n 'type' => 'text',\n ),\n ),\n );\n return self::$theme_options;\n }", "function optionsframework_options() {\n\n\t$options = array();\n\t$options[] = array(\n\t\t'name' => __('Logo Upload', 'options_check'),\n\t\t'desc' => __('Logo Upload', 'options_check'),\n\t\t'id' => 'logo_upload',\n\t\t'type' => 'upload');\n\n\t$options[] = array(\n\t\t'name' => __('Footer Copyright', 'options_check'),\n\t\t'desc' => __('text input field.', 'options_check'),\n\t\t'id' => 'footer_copyright',\n\t\t'std' => 'Text',\n\t\t'class' => 'mini',\n\t\t'type' => 'text');\n\n\t$options[] = array(\n\t\t'name' => __('Blog description', 'options_check'),\n\t\t'desc' => __('Blog description.', 'options_check'),\n\t\t'id' => 'blog_description',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\t/**\n\t * For $settings options see:\n\t * http://codex.wordpress.org/Function_Reference/wp_editor\n\t *\n\t * 'media_buttons' are not supported as there is no post to attach items to\n\t * 'textarea_name' is set by the 'id' you choose\n\t */\n\n\n\treturn $options;\n}", "function optionsframework_option_name() {\n\n\t$optionsframework_settings = get_option('optionsframework');\n\t\n\t// Edit 'options-theme-customizer' and set your own theme name instead\n\t$optionsframework_settings['id'] = 'options_theme_customizer';\n\tupdate_option('optionsframework', $optionsframework_settings);\n}", "function register_options_field($args) {\r\n\t\tadd_settings_field($args['id'], $args['title'], array(&$this, $args['type']), $this->page , $args['section'],$args\t);\r\n\t}", "function optionsframework_options() {\n\n\n\n\t$options = array();\n\t\n\n\t$imagepath = get_template_directory_uri() . '/images/';\n\n\t$options[] = array(\n\t\t'name' => __('Company Details', 'options_framework_theme'),\n\t\t'type' => 'heading');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Logo', 'options_framework_theme'),\n\t\t'desc' => __('Upload website logo.', 'options_framework_theme'),\n\t\t'id' => 'logo',\n\t\t'type' => 'upload');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Telephone Number', 'options_framework_theme'),\n\t\t'desc' => __('Main Telephone Number', 'options_framework_theme'),\n\t\t'id' => 'telephone_number',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Email Address', 'options_framework_theme'),\n\t\t'desc' => __('Main Email Address', 'options_framework_theme'),\n\t\t'id' => 'email_address',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Address', 'options_framework_theme'),\n\t\t'type' => 'heading');\n\t\t\n\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization Address', 'options_framework_theme'),\n\t\t'desc' => __('First Line', 'options_framework_theme'),\n\t\t'id' => 'organ_address',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization Address line 2', 'options_framework_theme'),\n\t\t'desc' => __('Second Line', 'options_framework_theme'),\n\t\t'id' => 'organ_address_2',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization PO Box', 'options_framework_theme'),\n\t\t'desc' => __('PO Box Number', 'options_framework_theme'),\n\t\t'id' => 'organ_po_box',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization City', 'options_framework_theme'),\n\t\t'desc' => __('Town / City', 'options_framework_theme'),\n\t\t'id' => 'organ_city',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization State / Region', 'options_framework_theme'),\n\t\t'desc' => __('State / Region', 'options_framework_theme'),\n\t\t'id' => 'organ_state',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization Post Code', 'options_framework_theme'),\n\t\t'desc' => __('Post Code', 'options_framework_theme'),\n\t\t'id' => 'organ_post_code',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\t\t\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization Country', 'options_framework_theme'),\n\t\t'desc' => __('Country', 'options_framework_theme'),\n\t\t'id' => 'organ_country',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\n\t/* Social Media */\t\n\t\t\n\t$options[] = array(\n\t'name' => __('Social Media', 'options_framework_theme'),\n\t'type' => 'heading');\n\t\t\n\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Facebook URL', 'options_framework_theme'),\n\t\t'desc' => __('Full Facebook address', 'options_framework_theme'),\n\t\t'id' => 'social_facebook',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Youtube URL', 'options_framework_theme'),\n\t\t'desc' => __('Full Youtube address', 'options_framework_theme'),\n\t\t'id' => 'social_youtube',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Twitter URL', 'options_framework_theme'),\n\t\t'desc' => __('Full Twitter address', 'options_framework_theme'),\n\t\t'id' => 'social_twitter',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t$options[] = array(\n\t\t'name' => __('Feed URL', 'options_framework_theme'),\n\t\t'desc' => __('Full RSS URL', 'options_framework_theme'),\n\t\t'id' => 'social_rss',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t'name' => __('Pinterest URL', 'options_framework_theme'),\n\t\t'desc' => __('Full Pinterest URL', 'options_framework_theme'),\n\t\t'id' => 'social_pinterest',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\n\t\t\t$options[] = array(\n\t\t'name' => __('Google Plus URL', 'options_framework_theme'),\n\t\t'desc' => __('Google Plus URL', 'options_framework_theme'),\n\t\t'id' => 'social_google_plus',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\n\treturn $options;\n}", "public function addAdminPage() {\n\t\t\t// global $themename, $shortname, $options;\n\t\t\tif ( current_user_can( 'edit_theme_options' ) && isset( $_GET['page'] ) && $_GET['page'] == basename(__FILE__) ) {\n\t\t\t\tif ( ! empty( $_REQUEST['save-theme-options-nonce'] ) && wp_verify_nonce( $_REQUEST['save-theme-options-nonce'], 'save-theme-options' ) && isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'save' ) {\n\t\t\t\t\tforeach ($this->options as $value) {\n\t\t\t\t\t\tif ( array_key_exists('id', $value) ) {\n\t\t\t\t\t\t\tif ( isset( $_REQUEST[ $value['id'] ] ) ) {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tin_array(\n\t\t\t\t\t\t\t\t\t\t$value['id'],\n\t\t\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_background_color',\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_hover_color',\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_link_color',\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t$opt_value = preg_match( '/^#([a-zA-Z0-9]){3}$|([a-zA-Z0-9]){6}$/', trim( $_REQUEST[ $value['id'] ] ) ) ? trim( $_REQUEST[ $value['id'] ] ) : '';\n\t\t\t\t\t\t\t\t\tupdate_option( $value['id'], $opt_value );\n\t\t\t\t\t\t\t\t} elseif (\n\t\t\t\t\t\t\t\t\tin_array(\n\t\t\t\t\t\t\t\t\t\t$value['id'],\n\t\t\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_categories_to_exclude',\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_pages_to_exclude',\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t$opt_value = implode(',', array_filter( array_map( 'intval', explode(',', $_REQUEST[ $value['id'] ] ) ) ) );\n\t\t\t\t\t\t\t\t\tupdate_option( $value['id'], $opt_value );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tupdate_option( $value['id'], stripslashes( $_REQUEST[ $value['id'] ] ) );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tdelete_option( $value['id'] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\twp_redirect(\"themes.php?page=\".basename(__FILE__).\"&saved=true\");\n\t\t\t\t\texit;\n\t\t\t\t} else if ( ! empty( $_REQUEST['reset-theme-options-nonce'] ) && wp_verify_nonce( $_REQUEST['reset-theme-options-nonce'], 'reset-theme-options' ) && isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'reset' ) {\n\t\t\t\t\tforeach ($this->options as $value) {\n\t\t\t\t\t\tif ( array_key_exists('id', $value) ) {\n\t\t\t\t\t\t\tdelete_option( $value['id'] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\twp_redirect(\"themes.php?page=\".basename(__FILE__).\"&reset=true\");\n\t\t\t\t\texit;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tadd_theme_page(\n\t\t\t\t__( 'Theme Options' ),\n\t\t\t\t__( 'Theme Options' ),\n\t\t\t\t'edit_theme_options',\n\t\t\t\tbasename(__FILE__),\n\t\t\t\tarray(&$this, 'adminPage' )\n\t\t\t);\n\t\t}", "function optionsframework_option_name() {\n return 'options-framework-theme-sample5';\n}", "function optionsframework_option_name() {\n\n\t$optionsframework_settings = get_option(\"optionsframework\");\n\n\t// Edit 'options-theme-customizer' and set your own theme name instead\n\t$optionsframework_settings[\"id\"] = \"wp-maintenance\";\n\tupdate_option(\"optionsframework\", $optionsframework_settings);\n}", "public function general_settings_ga4_id() {\n\t\t$google_analytics_id = get_option( 'wsuwp_ga4_id', false );\n\n\t\t?><input id=\"wsuwp_ga4_id\" name=\"wsuwp_ga4_id\" value=\"<?php echo esc_attr( $google_analytics_id ); ?>\" type=\"text\" class=\"regular-text\" /><?php\n\t}", "public function getProductOptionId();", "function JSOption()\n{\n\tglobal $options;\n\n\t// Check the session id.\n\tcheckSession('get');\n\n\t// If no variables are provided, leave the hell out of here.\n\tif (empty($_POST['v']) || !isset($_POST['val']))\n\t\texit;\n\n\t// Sorry, guests can't go any further than this..\n\tif (we::$is_guest || MID == 0)\n\t\tobExit(false);\n\n\t// If this is the admin preferences the passed value will just be an element of it.\n\tif ($_POST['v'] == 'admin_preferences')\n\t{\n\t\t$options['admin_preferences'] = !empty($options['admin_preferences']) ? unserialize($options['admin_preferences']) : array();\n\t\t// New thingy...\n\t\tif (isset($_GET['admin_key']) && strlen($_GET['admin_key']) < 5)\n\t\t\t$options['admin_preferences'][$_GET['admin_key']] = $_POST['val'];\n\n\t\t// Change the value to be something nice,\n\t\t$_POST['val'] = serialize($options['admin_preferences']);\n\t}\n\n\t// Update the option.\n\twesql::insert('replace',\n\t\t'{db_prefix}themes',\n\t\tarray('id_member' => 'int', 'variable' => 'string-255', 'value' => 'string-65534'),\n\t\tarray(MID, $_POST['v'], is_array($_POST['val']) ? implode(',', $_POST['val']) : $_POST['val'])\n\t);\n\n\tcache_put_data('theme_settings:' . MID, null, 60);\n\n\t// Don't output anything...\n\texit;\n}", "function optionsframework_option_name() {\n\t\t// This gets the theme name from the stylesheet (lowercase and without spaces)\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option('optionsframework');\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option('optionsframework', $optionsframework_settings);\n\n\t// echo $themename;\n\t//return 'twentyseventyseven-child-2';\n}", "function save_admin_options()\n {\n return update_option($this->options_name, $this->options);\n }", "public function options_slug() {\n\t\t\treturn $this->options_slug;\n\t\t}", "function options() {\n wp_enqueue_style('adminstyles', plugins_url('css/admin-options.css', __FILE__));\n if (version_compare(get_bloginfo('version'), '3.3', '<')) {\n wp_head();\n }\n $buttonOptions = $this->_followOptions->getButtonOptions();\n $style = $this->_followOptions->getDefaultStyle();\n $title = $this->_followOptions->getDefaultTitle();\n\n $commonFollowOptions = get_option('addthis_follow_settings');\n $followWidgetOptions = get_option('widget_addthis-follow-widget');\n /**\n * Restore from widget settings if possible\n */\n if (($commonFollowOptions == false || empty($commonFollowOptions)) && $followWidgetOptions != false) {\n foreach ($followWidgetOptions as $key => $list) {\n if (is_int($key) && is_array($list)) {\n merge_options($list, $buttonOptions, $title, $style);\n }\n }\n $restoreOptions = array('title' => $title, 'style' => $style);\n foreach($buttonOptions as $key => $value) {\n $restoreOptions[$key] = $value['placeholder'];\n }\n add_option('addthis_follow_settings', $restoreOptions);\n } elseif ($commonFollowOptions != false && !empty($commonFollowOptions)) {\n /**\n * Follow options already exists, just update it\n */\n merge_options($commonFollowOptions, $buttonOptions, $title, $style);\n }\n\n $this->displayOptionsForm($buttonOptions, $style, $title);\n }", "function adminOptions() {\r\n\t\t\tTrackTheBookView::render('admin-options');\r\n\t\t}", "protected function defineNameId(){\n list($name,$id)=$this->resolveNameID();\n $this->_id=$this->htmlOptions['id']=$id;\n\t\t$this->_name=$this->htmlOptions['name']=$name;\n }", "function handle_options()\r\n {\r\n $options = $this->get_options();\r\n \r\n if (isset($_POST['submitted'])) {\r\n \t\t\r\n \t\t//check security\r\n \t\tcheck_admin_referer('snazzy-nonce');\r\n \t\t\r\n $options = array();\r\n \r\n $options['years'] = htmlspecialchars($_POST['years']);\r\n $options['mini'] = $_POST['mini'];\r\n $options['posts'] = $_POST['posts'];\r\n $options['pages'] = $_POST['pages'];\r\n \r\n update_option($this->db_option, $options);\r\n \r\n echo '<div class=\"updated fade\"><p>Plugin settings saved.</p></div>';\r\n }\r\n \r\n $layout = $options['layout'];\r\n $years = stripslashes($options['years']);\r\n $mini = $options['mini'] == 'on' ? 'checked' : '';\r\n $posts = $options['posts'] == 'on' ? 'checked' : '';\r\n $pages = $options['pages'] == 'on' ? 'checked' : '';\r\n \r\n // URL for form submit, equals our current page\r\n $action_url = $_SERVER['REQUEST_URI'];\r\n \r\n include('snazzy-archives-options.php');\r\n }", "public function getOptionId()\n {\n return $this->optionId;\n }", "function optionsframework_options() {\n\n\t$options = array();\n\t\n\t//GENERAL\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('General', 'wpex'),\n\t\t\"type\" \t=> 'heading',\n\t);\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Custom Logo', 'wpex'),\n\t\t\"desc\" \t=> __('Upload your custom logo.', 'wpex'),\n\t\t\"std\" \t=> '',\n\t\t\"id\" \t=> 'custom_logo',\n\t\t\"type\" \t=> 'upload',\n\t);\n\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Notification Bar', 'att'),\n\t\t\"desc\" \t=> __('Enter your text for the notification bar.', 'att'),\n\t\t\"std\" \t=> 'This is your notification bar...you can <a href=\"#\">add a link here &rarr;</a> if you want.',\n\t\t\"id\" \t=> 'notification',\n\t\t\"type\" \t=> 'textarea',\n\t);\n\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Custom Excerpt Lenght', 'wpex'),\n\t\t\"desc\" \t=> __('Enter your desired custom excerpt length.', 'wpex'),\n\t\t\"id\" \t=> 'excerpt_length',\n\t\t\"std\" \t=> '17',\n\t\t\"type\" \t=> 'text'\n\t);\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('AJAX Loading Instead of Pagination?', 'wpex'),\n\t\t\"desc\" \t=> __('Check box to enable the load more button rather then generic 1,2,3 pagination.', 'wpex'),\n\t\t\"id\" \t=> 'ajax_loading',\n\t\t\"std\" \t=> '1',\n\t\t\"type\" \t=> 'checkbox',\n\t);\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Custom WP Gallery?', 'wpex'),\n\t\t\"desc\" \t=> __('This theme outputs a custom gallery style for the WordPress shortcode, if you don\\'t like it or are using a plugin for this you can unselect the custom functionality here.', 'wpex'),\n\t\t\"id\" \t=> 'custom_wp_gallery',\n\t\t\"std\" \t=> '1',\n\t\t\"type\" \t=> 'checkbox'\n\t);\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Enable Retina Support', 'wpex'),\n\t\t\"desc\"\t=> __('Check this box to enable retina support for featured images. If enabled for every cropped featured image the theme will create a second one that is retina optimized. So keep disabled to save server space.', 'wpex'),\n\t\t\"id\"\t=> 'enable_retina',\n\t\t\"std\"\t=> '0',\n\t\t\"type\"\t=> 'checkbox'\n\t);\n\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Featured Images For Single Posts', 'wpex'),\n\t\t\"desc\"\t=> __('Check this box to enable the display of featured images in single posts.', 'wpex'),\n\t\t\"id\"\t=> 'single_thumb',\n\t\t\"std\"\t=> '1',\n\t\t\"type\"\t=> 'checkbox'\n\t);\n\t\t\n\t\n\t//HOMEPAGE\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Home', 'wpex'),\n\t\t\"type\" \t=> 'heading',\n\t);\t\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Homepage Content', 'att'),\n\t\t\"desc\" \t=> __('Use this field to add content to your homepage area right below the main slider (or instead of the slider if you aren\\'t using it) and right above the latest posts.', 'att'),\n\t\t\"std\" \t=> '',\n\t\t\"id\" \t=> 'homepage_content',\n\t\t\"type\" \t=> 'editor',\n\t);\n\t\t\t\n\t\t\n\t//Slider\n\t$options[] = array(\n\t\t\"name\" \t=> __('Slides', 'att'),\n\t\t\"type\" \t=> 'heading',\n\t);\n\t\t\t\n\t\tif ( class_exists( 'Symple_Slides_Post_Type' ) ) {\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t\t=> __('Toggle: Slideshow', 'att'),\n\t\t\t\t\"desc\" \t\t=> __('Check this box to enable automatic slideshow for your slides.', 'att'),\n\t\t\t\t\"id\" \t\t=> \"slides_slideshow\",\n\t\t\t\t\"std\" \t\t=> \"true\",\n\t\t\t\t\"type\" \t\t=> \"select\",\n\t\t\t\t\"options\" \t=> array(\n\t\t\t\t\t'true' \t\t=> 'true',\n\t\t\t\t\t'false' \t=> 'false'\n\t\t\t) );\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t\t=> __('Toggle: Randomize', 'att'),\n\t\t\t\t\"desc\" \t\t=> __('Check this box to enable the randomize feature for your slides.', 'att'),\n\t\t\t\t\"id\" \t\t=> \"slides_randomize\",\n\t\t\t\t\"std\" \t\t=> \"false\",\n\t\t\t\t\"type\" \t\t=> \"select\",\n\t\t\t\t\"options\" \t=> array(\n\t\t\t\t\t'true' \t\t=> 'true',\n\t\t\t\t\t'false' \t=> 'false'\n\t\t\t) );\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t\t=> __('Animation', 'att'),\n\t\t\t\t\"desc\" \t\t=> __('Select your animation of choice.', 'att'),\n\t\t\t\t\"id\" \t\t=> \"slides_animation\",\n\t\t\t\t\"std\" \t\t=> \"slide\",\n\t\t\t\t\"type\" \t\t=> \"select\",\n\t\t\t\t\"options\" \t=> array(\n\t\t\t\t\t'fade' \t\t=> 'fade',\n\t\t\t\t\t'slide' \t=> 'slide'\n\t\t\t) );\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t\t=> __('Direction', 'att'),\n\t\t\t\t\"desc\" \t\t=> __('Select the direction for your slides. Slide animation only & if using the <strong>vertical direction</strong> all slides must have the same height.', 'att'),\n\t\t\t\t\"id\" \t\t=> \"slides_direction\",\n\t\t\t\t\"std\" \t\t=> \"horizontal\",\n\t\t\t\t\"type\" \t\t=> \"select\",\n\t\t\t\t\"options\" \t=> array(\n\t\t\t\t\t'horizontal' \t=> 'horizontal',\n\t\t\t\t\t'vertical' \t\t=> 'vertical'\n\t\t\t) );\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t=> __('SlideShow Speed', 'att'),\n\t\t\t\t\"desc\" \t=> __('Enter your preferred slideshow speed in milliseconds.', 'att'),\n\t\t\t\t\"id\" \t=> \"slideshow_speed\",\n\t\t\t\t\"std\" \t=> \"7000\",\n\t\t\t\t\"type\" \t=> \"text\",\n\t\t\t);\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t=> __('Animation Speed', 'att'),\n\t\t\t\t\"desc\" \t=> __('Enter your preferred animation speed in milliseconds.', 'att'),\n\t\t\t\t\"id\" \t=> \"animation_speed\",\n\t\t\t\t\"std\" \t=> \"600\",\n\t\t\t\t\"type\" \t=> \"text\",\n\t\t\t);\n\t\t}\n\t\t\t\n\t\t$options[] = array(\n\t\t\t\"name\" \t=> __('Slider Alternative', 'att'),\n\t\t\t\"desc\" \t=> __('If you prefer to use another slider you can enter the <strong>shortcode</strong> here.', 'att'),\n\t\t\t\"id\" \t=> \"slides_alt\",\n\t\t\t\"std\" \t=> \"\",\n\t\t\t\"type\" \t=> \"textarea\",\n\t\t);\n\n\treturn $options;\n}", "function lg_mac_activ_options()\n\t{\n\t\t$theme_opts =get_option('lgmac_opts');\n\t\tif(!$theme_opts) //si le theme est désactivé et réactivé plus tard il ne sera pas nécessaire de reactiver le theme\n\t\t\t{\t\t\t//afin de créer l'option\n\t\t\t\t\n\t\t\t\t//\n\t\t\t\t$opts =array(\n\t\t\t\t'image_01_url' => '',\n\t\t\t\t'slider_shortcode' =>'',\n\t\t\t\t'HeaderC' =>'',\n\t\t\t\t'FooterColor'=>'',\n\t\t\t\t'FooterCopyright'=>'',\n\t\t\t\t'lgmac_img_FirstBlock'=>'',\n\t\t\t\t'lgmac_img_firstblock133'=>'',\n\n\n\t\t\t\t);\n\t\t\t\tadd_option('lgmac_opts',$opts);\n\t\t\t}\n\t}", "public function registerSettings()\n\t\t{\n\t\t\tforeach($this->options as $id => $options) {\n\t\t\t\tregister_setting('thingdom-options', $this->tag.$id);\n\t\t\t}\n\t\t}", "function worldlogger_options() {\n\t $opt_name = 'worldlogger_hash';\n\t $hidden_field_name = 'mt_submit_hidden';\n\t $data_field_name = 'worldlogger_hash';\n\n\t // Read in existing option value from database\n\t $opt_val = get_option( $opt_name );\n\n\t // See if the user has posted us some information\n\t // If they did, this hidden field will be set to 'Y'\n\t if( $_POST[ $hidden_field_name ] == 'Y' ) {\n\t // Read their posted value\n\t $opt_val = $_POST[ $data_field_name ];\n\t // Save the posted value in the database\n\t update_option( $opt_name, $opt_val );\n\n\t // Put an options updated message on the screen\n\n\t?>\n\t<div class=\"updated\"><p><strong><?php _e('Options saved.', 'mt_trans_domain' ); ?></strong></p></div>\n\t<?php } ?>\n\t<div class=\"wrap\">\n\t<h2><?= __( 'Worldlogger Options', 'worldlogger_domain' ) ?></h2>\n\tTo install Worldlogger, please create an account at <a href=\"http://www.worldlogger.com/signup\">worldlogger.com</a> and copy the hash in the \"Settings\" page of a website.\n\t<form name=\"form1\" method=\"post\" action=\"\">\n\t\t<table class=\"form-table\"> \n\t\t<tr valign=\"top\"> \n\t\t<th scope=\"row\"><label for=\"blogname\">Worldlogger Hash</label></th> \n\t\t<td><input type=\"text\" name=\"<?php echo $data_field_name; ?>\" value=\"<?php echo $opt_val; ?>\" size=\"40\"></td> \n\t\t</tr> \n\t\t</table>\n\t\t<input type=\"hidden\" name=\"<?php echo $hidden_field_name; ?>\" value=\"Y\">\n\t\t<p class=\"submit\"> \n\t\t<input type=\"submit\" name=\"Submit\" class=\"button-primary\" value=\"Save Changes\" /> \n\t\t</p>\n\t</form>\n\t</div>\n\n\t<?php\n\n}", "public function settingsIdentifier() {\n\n // build the settings string\n return implode('-', array(\n ($this->options['width']) ? $this->options['width'] : 0,\n ($this->options['height']) ? $this->options['height'] : 0,\n ($this->options['upscale']) ? $this->options['upscale'] : 0,\n ($this->options['crop']) ? $this->options['crop'] : 0,\n $this->options['blur'],\n $this->options['grayscale'],\n $this->options['quality']\n ));\n\n }", "function add_blog_option($id, $option, $value)\n {\n }", "function yaz_set_option($id, $name, $value)\n{\n}", "public function getId(){\n return $this->__get('setting_id');\n }", "function ppom_get_option_id($option, $data_name=null) {\n\t\n\t$default_option = is_null($data_name) ? $option['option'] : $data_name.'_'.$option['option'];\n\t\n\t$option_id = empty($option['id']) ? $default_option : $option['id'];\n\n\treturn apply_filters('ppom_option_id', sanitize_key( $option_id ), $option, $data_name );\n}", "public function save_option() {\n\t\tupdate_option( self::OPTION_NAME, $this->ryte_option );\n\t}", "public function options_init() {\n\t\t\tglobal $allowedtags;\n\t\t\t$allowedtags['p'] = array();\n\t\t\t$this->allowedtags = $allowedtags;\n\n\t\t // set options equal to defaults\n\t\t $this->_options = get_option( $this->options_group[0]['options_name'] );\n\t\t if ( false === $this->_options ) {\n\t\t\t\t$this->_options = $this->get_defaults();\n\t\t }\n\t\t if ( isset( $_GET['undo'] ) && !isset( $_GET['settings-updated'] ) && is_array( $this->get_option('previous') ) ) {\n\t\t \t$this->_options = $this->get_option('previous');\n\t\t }\n\t\t update_option( $this->options_group[0]['options_name'], $this->_options );\t\t\n\t\t \n\t\t}", "function optionsframework_options() {\n\t\t$options_pages = array(); \n\t\t$options_pages_obj = get_pages('sort_column=post_parent,menu_order');\n\t\t$options_pages[''] = 'Select a page:';\n\t\tforeach ($options_pages_obj as $page):\n\t\t\t$options_pages[$page->ID] = $page->post_title;\n\t\tendforeach;\n\t\n\t\t// If using image radio buttons, define a directory path\n\t\t$imagepath = get_template_directory_uri() . '/lib/assets/images/icons/';\n\t\n\t\t$options = array();\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('General Settings', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Favicon', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('To upload your favicon to the site, simply add the URL to it or upload and select it using the Upload button here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_custom_favicon',\n\t\t\t'type' \t\t=> 'upload');\n\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('RSS Link', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Add in the URL of your RSS feed here to overwrite the defaut WordPress ones.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_rss',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Custom CSS', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Not 100% happy with our lovely styles? Here you can add some custom CSS if you require minor changes to the ones we\\'ve created. We won\\'t be offended, honest :)', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_custom_css',\n\t\t\t'type' \t\t=> 'textarea');\t\n\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Google Analytics (or custom Javascript)', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If you\\'re hooked up with Google Analytics you can paste the Javascript includes for it here (without the script tags). Or alternatively if you just want some custom Javascript added on top of ours, add that here too.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_custom_js',\n\t\t\t'type' \t\t=> 'textarea');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Breadcrumb Trail?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the breadcrumb trail on all pages in the header.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_breadcrumbs',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Application Form ID', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_application_form_id',\n\t\t\t'desc'\t\t=> 'If you have added an applcation form for the jobs section of your site using the Contact Form & plugin, you can add the ID of the form here for it to be pulled out automatically.',\n\t\t\t'std' \t\t=> '',\n\t\t\t'type' \t\t=> 'text');\t\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Header', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Custom Logo', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('To upload a custom logo, simply add the URL to it or upload and select it using the Upload button here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_custom_logo',\n\t\t\t'type' \t\t=> 'upload');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Header Text', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_header_text',\n\t\t\t'des'\t\t=> 'You can add some text to the header if you like. Keep it short and sweet mind; nobody likes a waffler :)',\n\t\t\t'std' \t\t=> '',\n\t\t\t'type' \t\t=> 'text');\t\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Contact Telephone', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your contact telephone number here to go in the header.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_header_phone',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Footer', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __('Copyright Text', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter the text for your copyright here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_footer_copyright',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Hide FrogsThemes Link?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will hide our link :\\'( <--sad face', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_hide_ft_link',\n\t\t\t'std' \t\t=> '0',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Blog', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Style', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Select if you prefer the blog to be as a list or in masonry.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_blog_style',\n\t\t\t'options' \t=> array('list' => __('List', 'frogsthemes'), 'masonry' => __('Masonry', 'frogsthemes')),\n\t\t\t'std'\t\t=> 'list',\n\t\t\t'type' \t\t=> 'select');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Share Links?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the share links on all posts.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_share_links',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Author Box?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the author box on all posts.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_author',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Next/Previous Links?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the next/previous post links on all posts.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_next_prev',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Related Posts?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the related posts section. These are related by tag.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_related_posts',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Slider', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Speed of Transition', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter the speed you would like the transition to be in milliseconds (1000 = 1 second).', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_speed',\n\t\t\t'std'\t\t=> '600',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Pause Time', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter the time you would like the gallery to pause between transitions in milliseconds (1000 = 1 second).', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_pause',\n\t\t\t'std'\t\t=> '7000',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Auto Start?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will automatically start the gallery.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_auto_start',\n\t\t\t'std' \t\t=> '0',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Auto Loop?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will automatically loop through the gallery.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_loop',\n\t\t\t'std' \t\t=> '0',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t/*\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Animation Type', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Select which effect you would like to use when going between slides.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_transition',\n\t\t\t'options' \t=> array('fade' => __('Fade', 'frogsthemes'), 'slide' => __('Slide', 'frogsthemes')),\n\t\t\t'std'\t\t=> 'fade',\n\t\t\t'type' \t\t=> 'select');\n\t\t*/\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Connections', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Facebook URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full Facebook URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_facebook',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Twitter URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full Twitter URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_twitter',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Google+ URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full Google+ URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_google_plus',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'LinkedIn URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full LinkedIn URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_linkedin',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Pinterest URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full Pinterest URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_pinterest',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'YouTube URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full YouTube URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_youtube',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Twitter API Options', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Twitter API', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('To use the Twitter API, you need to sign up for an <a href=\"https://dev.twitter.com/apps\" target=\"_blank\">app with Twitter</a>.', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'info');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Consumer Key', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'consumer_key',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Consumer Secret', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'consumer_secret',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Access Token', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'access_token',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Access Token Secret', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'access_token_secret',\n\t\t\t'type' \t\t=> 'text');\n\t\n\t\treturn apply_filters('optionsframework_options', $options);\n\t}", "public function admin_options() {\n\n\t\t\t?>\n\t\t\t<h3>ATOS</h3>\n\t\t\t<p><?php _e('Acceptez les paiements par carte bleue grâce à Atos.', 'woothemes'); ?></p>\n\t\t\t<p><?php _e('Plugin créé par David Fiaty', 'woothemes'); ?> - <a href=\"http://www.cmsbox.fr\">http://www.cmsbox.fr</a></p>\n\t\t\t<table class=\"form-table\">\n\t\t\t<?php\n\t\t\t\t// Generate the HTML For the settings form.\n\t\t\t\t$this->generate_settings_html();\n\t\t\t?>\n\t\t\t</table><!--/.form-table-->\n\t\t\t<?php\n\t\t}", "public function getProducts_options_id() {\n\t\treturn $this->products_options_id;\n\t}", "function cinerama_edge_init_theme_options_array() {\n\t\tglobal $cinerama_edge_global_options, $cinerama_edge_global_Framework;\n\n\t\t$db_options = get_option( 'edgtf_options_cinerama' );\n\n\t\t//does edgtf_options_cinerama exists in db?\n\t\tif ( is_array( $db_options ) ) {\n\t\t\t//merge with default options\n\t\t\t$cinerama_edge_global_options = array_merge( $cinerama_edge_global_Framework->edgtOptions->options, get_option( 'edgtf_options_cinerama' ) );\n\t\t} else {\n\t\t\t//options don't exists in db, take default ones\n\t\t\t$cinerama_edge_global_options = $cinerama_edge_global_Framework->edgtOptions->options;\n\t\t}\n\t}", "function em_ms_admin_options_page() {\n\tglobal $wpdb,$EM_Notices;\n\t//Check for uninstall/reset request\n\tif( !empty($_REQUEST['action']) && $_REQUEST['action'] == 'uninstall' ){\n\t\tem_admin_options_uninstall_page();\n\t\treturn;\n\t}\t\n\tif( !empty($_REQUEST['action']) && $_REQUEST['action'] == 'reset' ){\n\t\tem_admin_options_reset_page();\n\t\treturn;\n\t}\t\n\t//TODO place all options into an array\n\t$events_placeholders = '<a href=\"'.EM_ADMIN_URL .'&amp;events-manager-help#event-placeholders\">'. __('Event Related Placeholders','events-manager') .'</a>';\n\t$locations_placeholders = '<a href=\"'.EM_ADMIN_URL .'&amp;events-manager-help#location-placeholders\">'. __('Location Related Placeholders','events-manager') .'</a>';\n\t$bookings_placeholders = '<a href=\"'.EM_ADMIN_URL .'&amp;events-manager-help#booking-placeholders\">'. __('Booking Related Placeholders','events-manager') .'</a>';\n\t$categories_placeholders = '<a href=\"'.EM_ADMIN_URL .'&amp;events-manager-help#category-placeholders\">'. __('Category Related Placeholders','events-manager') .'</a>';\n\t$events_placeholder_tip = \" \". sprintf(__('This accepts %s and %s placeholders.','events-manager'),$events_placeholders, $locations_placeholders);\n\t$locations_placeholder_tip = \" \". sprintf(__('This accepts %s placeholders.','events-manager'), $locations_placeholders);\n\t$categories_placeholder_tip = \" \". sprintf(__('This accepts %s placeholders.','events-manager'), $categories_placeholders);\n\t$bookings_placeholder_tip = \" \". sprintf(__('This accepts %s, %s and %s placeholders.','events-manager'), $bookings_placeholders, $events_placeholders, $locations_placeholders);\n\t\n\tglobal $save_button;\n\t$save_button = '<tr><th>&nbsp;</th><td><p class=\"submit\" style=\"margin:0px; padding:0px; text-align:right;\"><input type=\"submit\" class=\"button-primary\" name=\"Submit\" value=\"'. __( 'Save Changes', 'events-manager') .' ('. __('All','events-manager') .')\" /></p></td></tr>';\n\t//Do some multisite checking here for reuse\n\t?>\t\n\t<script type=\"text/javascript\" charset=\"utf-8\"><?php include(EM_DIR.'/includes/js/admin-settings.js'); ?></script>\n\t<script type=\"text/javascript\" charset=\"utf-8\">\n\t\tjQuery(document).ready(function($){\n\t\t\t//events\n\t\t\t$('input[name=\"dbem_ms_global_events\"]').change(function(){\n\t\t\t\tif( $('input:radio[name=\"dbem_ms_global_events\"]:checked').val() == 1 ){\n\t\t\t\t\t$(\"tr#dbem_ms_global_events_links_row\").show();\n\t\t\t\t\t$('input:radio[name=\"dbem_ms_global_events_links\"]:checked').trigger('change');\n\t\t\t\t}else{\n\t\t\t\t\t$(\"tr#dbem_ms_global_events_links_row, tr#dbem_ms_events_slug_row\").hide();\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}).first().trigger('change');\n\t\t\t$('input[name=\"dbem_ms_global_events_links\"]').change(function(){\n\t\t\t\tif( $('input:radio[name=\"dbem_ms_global_events_links\"]:checked').val() == 1 ){\n\t\t\t\t\t$(\"tr#dbem_ms_events_slug_row\").hide();\t\n\t\t\t\t}else{\t\t\t\t\n\t\t\t\t\t$(\"tr#dbem_ms_events_slug_row\").show();\n\t\t\t\t}\n\t\t\t}).first().trigger('change');\n\t\t\t//locations\n\t\t\t$('input[name=\"dbem_ms_mainblog_locations\"]').change(function(){\n\t\t\t\tif( $('input:radio[name=\"dbem_ms_mainblog_locations\"]:checked').val() == 1 ){\n\t\t\t\t\t$(\"tbody.em-global-locations\").hide();\n\t\t\t\t}else{\n\t\t\t\t\t$(\"tbody.em-global-locations\").show();\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}).first().trigger('change');\n\t\t\t$('input[name=\"dbem_ms_global_locations\"]').change(function(){\n\t\t\t\tif( $('input:radio[name=\"dbem_ms_global_locations\"]:checked').val() == 1 ){\n\t\t\t\t\t$(\"tr#dbem_ms_global_locations_links_row\").show();\n\t\t\t\t\t$('input:radio[name=\"dbem_ms_global_locations_links\"]:checked').trigger('change');\n\t\t\t\t}else{\n\t\t\t\t\t$(\"tr#dbem_ms_global_locations_links_row, tr#dbem_ms_locations_slug_row\").hide();\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}).first().trigger('change');\n\t\t\t$('input[name=\"dbem_ms_global_locations_links\"]').change(function(){\n\t\t\t\tif( $('input:radio[name=\"dbem_ms_global_locations_links\"]:checked').val() == 1 ){\n\t\t\t\t\t$(\"tr#dbem_ms_locations_slug_row\").hide();\t\n\t\t\t\t}else{\n\t\t\t\t\t$(\"tr#dbem_ms_locations_slug_row\").show();\t\t\t\t\n\t\t\t\t}\n\t\t\t});\t\t\n\t\t\t//MS Mode selection hiders \n\t\t\t$('input[name=\"dbem_ms_global_table\"]').change(function(){ //global\n\t\t\t\tif( $('input:radio[name=\"dbem_ms_global_table\"]:checked').val() == 1 ){\n\t\t\t\t\t$(\"tbody.em-global-options\").show();\n\t\t\t\t\t$('input:radio[name=\"dbem_ms_mainblog_locations\"]:checked').trigger('change');\n\t\t\t\t}else{\n\t\t\t\t\t$(\"tbody.em-global-options\").hide();\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}).first().trigger('change');\t\n\t\t});\n\t</script>\n\t<style type=\"text/css\">.postbox h3 { cursor:pointer; }</style>\n\t<div class=\"wrap <?php if(empty($tabs_enabled)) echo 'tabs-active' ?>\">\n\t\t<div id='icon-options-general' class='icon32'><br /></div>\n\t\t<h1 id=\"em-options-title\"><?php _e ( 'Event Manager Options', 'events-manager'); ?></h1>\n\t\t<h2 class=\"nav-tab-wrapper\">\n\t\t\t<?php\n\t\t\t$tabs_enabled = defined('EM_SETTINGS_TABS') && EM_SETTINGS_TABS;\n\t\t\tif( $tabs_enabled ){\n\t\t\t\t$general_tab_link = esc_url(add_query_arg( array('em_tab'=>'general')));\n\t\t\t}else{\n\t\t\t\t$general_tab_link = '';\n\t\t\t}\n\t\t\t?>\n\t\t\t<a href=\"<?php echo $general_tab_link ?>#general\" id=\"em-menu-general\" class=\"nav-tab nav-tab-active\"><?php esc_html_e('General','events-manager'); ?></a>\n\t\t\t<?php\n\t\t\t$custom_tabs = apply_filters('em_ms_options_page_tabs', array());\n\t\t\tforeach( $custom_tabs as $tab_key => $tab_name ){\n\t\t\t\t$tab_link = !empty($tabs_enabled) ? esc_url(add_query_arg( array('em_tab'=>$tab_key))) : '';\n\t\t\t\t$active_class = !empty($tabs_enabled) && !empty($_GET['em_tab']) && $_GET['em_tab'] == $tab_key ? 'nav-tab-active':'';\n\t\t\t\techo \"<a href='$tab_link#$tab_key' id='em-menu-$tab_key' class='nav-tab $active_class'>$tab_name</a>\";\n\t\t\t}\n\t\t\t?>\n\t\t</h2>\n\t\t<?php echo $EM_Notices; ?>\n\t\t<form id=\"em-options-form\" method=\"post\" action=\"\">\n\t\t\t<div class=\"metabox-holder\"> \n\t\t\t<!-- // TODO Move style in css -->\n\t\t\t<div class='postbox-container' style='width: 99.5%'>\n\t\t\t<div id=\"\">\n\t\t\t<?php if( !$tabs_enabled || ($tabs_enabled && (empty($_REQUEST['em_tab']) || $_REQUEST['em_tab'] == 'general')) ): //make less changes for now, since we don't have any core tabs to add yet ?>\n\t\t \t<div class=\"em-menu-general em-menu-group\">\n\t\t\t\t<div class=\"postbox \" id=\"em-opt-ms-options\" >\n\t\t\t\t\t<div class=\"handlediv\" title=\"<?php __('Click to toggle', 'events-manager'); ?>\"><br /></div><h3><span><?php _e ( 'Multi Site Options', 'events-manager'); ?></span></h3>\n\t\t\t\t\t<div class=\"inside\">\n\t\t\t <table class=\"form-table\">\n\t\t\t\t\t\t\t<?php \n\t\t\t\t\t\t\tem_options_radio_binary ( __( 'Enable global tables mode?', 'events-manager'), 'dbem_ms_global_table', __( 'Setting this to yes will make all events save in the main site event tables (EM must also be activated). This allows you to share events across different blogs, such as showing events in your network whilst allowing users to display and manage their events within their own blog. Bear in mind that activating this will mean old events created on the sub-blogs will not be accessible anymore, and if you switch back they will be but new events created during global events mode will only remain on the main site.','events-manager') );\n\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t<tbody class=\"em-global-options\">\n\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\tglobal $current_site;\n\t\t\t\t\t\t\t$global_slug_tip = __('%s belonging to other sub-sites will have an extra slug prepended to it so that your main site can differentiate between its own %s and those belonging to other sites in your network.','events-manager');\n\t\t\t\t\t\t\t$global_link_tip = __( 'When displaying global %s on the main site you have the option of users viewing the %s details on the main site or being directed to the sub-site.','events-manager');\n\t\t\t\t\t\t\t$global_post_tip = __( 'Displays %s from all sites on the network by default. You can still restrict %s by blog using shortcodes and template tags coupled with the <code>blog</code> attribute. Requires global tables to be turned on.','events-manager');\n\t\t\t\t\t\t\t$global_link_tip2 = __('You <strong>must</strong> have assigned a %s page in your <a href=\"%s\">main blog settings</a> for this to work.','events-manager');\n\t\t\t\t\t\t\t$options_page_link = get_admin_url($current_site->blog_id, 'edit.php?post_type='.EM_POST_TYPE_EVENT.'&page=events-manager-options#pages');\n\t\t\t\t\t\t\t?><tr class=\"em-header\"><td><h4><?php echo sprintf(__('%s Options','events-manager'),__('Event','events-manager')); ?></h4></td></tr><?php\n\t\t\t\t\t\t\tem_options_radio_binary ( sprintf(__( 'Display global events on main blog?', 'events-manager'), __('events','events-manager')), 'dbem_ms_global_events', sprintf($global_post_tip, __('events','events-manager'), __('events','events-manager')) );\n\t\t\t\t\t\t\tem_options_radio_binary ( sprintf(__( 'Link sub-site %s directly to sub-site?', 'events-manager'), __('events','events-manager')), 'dbem_ms_global_events_links', sprintf($global_link_tip, __('events','events-manager'), __('event','events-manager')).sprintf($global_link_tip2, __('event','events-manager'), $options_page_link) );\n\t\t\t\t\t\t\tem_options_input_text ( sprintf(__( 'Global %s slug', 'events-manager'),__('event','events-manager')), 'dbem_ms_events_slug', sprintf($global_slug_tip, __('Events','events-manager'), __('events','events-manager')).__('Example:','events-manager').'<code>http://yoursite.com/events/<strong>event</strong>/subsite-event-slug/', EM_EVENT_SLUG );\n\t\t\t\t\t\t\t?><tr class=\"em-header\"><td><h4><?php echo sprintf(__('%s Options','events-manager'),__('Location','events-manager')); ?></h4></td></tr><?php\n\t\t\t\t\t\t\tem_options_radio_binary ( sprintf(__( 'Locations on main blog?', 'events-manager'), __('locations','events-manager')), 'dbem_ms_mainblog_locations', __('If you would prefer all your locations to belong to your main blog, users in sub-sites will still be able to create locations, but the actual locations are created and reside in the main blog.','events-manager') );\n\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t<tbody class=\"em-global-options em-global-locations\">\n\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\tem_options_radio_binary ( sprintf(__( 'Display global %s on main blog?', 'events-manager'), __('locations','events-manager')), 'dbem_ms_global_locations', sprintf($global_post_tip, __('locations','events-manager'), __('locations','events-manager')) );\n\t\t\t\t\t\t\tem_options_radio_binary ( sprintf(__( 'Link sub-site %s directly to sub-site?', 'events-manager'), __('locations','events-manager')), 'dbem_ms_global_locations_links', sprintf($global_link_tip, __('locations','events-manager'), __('location','events-manager')).sprintf($global_link_tip2, __('location','events-manager'), $options_page_link) );\n\t\t\t\t\t\t\tem_options_input_text ( sprintf(__( 'Global %s slug', 'events-manager'),__('location','events-manager')), 'dbem_ms_locations_slug', sprintf($global_slug_tip, __('Locations','events-manager'), __('locations','events-manager')).__('Example:','events-manager').'<code>http://yoursite.com/locations/<strong>location</strong>/subsite-location-slug/', EM_LOCATION_SLUG );\n\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t<?php echo $save_button; ?>\n\t\t\t\t\t\t</table>\n\t\t\t\t\t\t \n\t\t\t\t\t</div> <!-- . inside --> \n\t\t\t\t</div> <!-- .postbox --> \n\t\t\t\t\n\t\t\t\t<?php \n\t\t\t\t//including shared MS/non-MS boxes\n\t\t\t\tem_admin_option_box_caps();\n\t\t\t\tem_admin_option_box_image_sizes();\n\t\t\t\tem_admin_option_box_email();\n\t\t\t\tem_admin_option_box_uninstall();\n\t\t\t\t?>\n\t\t\t\t\n\t\t\t\t<?php do_action('em_ms_options_page_footer'); ?>\n\t\t\t</div> <!-- .em-menu-general -->\n\t\t\t<?php endif; ?>\n\t\t\t<?php\n\t\t\t//other tabs\n\t\t\tif( $tabs_enabled ){\n\t\t\t\tif( array_key_exists($_REQUEST['em_tab'], $custom_tabs) ){\n\t\t\t\t\t?>\n\t\t\t\t\t<div class=\"em-menu-bookings em-menu-group\">\n\t\t\t\t\t\t<?php do_action('em_ms_options_page_tab_'. $_REQUEST['em_tab']); ?>\n\t\t\t\t\t</div>\n\t\t\t\t\t<?php\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tforeach( $custom_tabs as $tab_key => $tab_name ){\n\t\t\t\t\t?>\n\t\t\t\t\t<div class=\"em-menu-<?php echo esc_attr($tab_key) ?> em-menu-group\" style=\"display:none;\">\n\t\t\t\t\t\t<?php do_action('em_ms_options_page_tab_'. $tab_key); ?>\n\t\t\t\t\t</div>\n\t\t\t\t\t<?php\n\t\t\t\t}\n\t\t\t}\n\t\t\t?>\n\n\t\t\t<p class=\"submit\">\n\t\t\t\t<input type=\"submit\" class=\"button-primary\" name=\"Submit\" value=\"<?php esc_attr_e( 'Save Changes', 'events-manager'); ?>\" />\n\t\t\t\t<input type=\"hidden\" name=\"em-submitted\" value=\"1\" />\n\t\t\t\t<input type=\"hidden\" name=\"_wpnonce\" value=\"<?php echo wp_create_nonce('events-manager-options'); ?>\" />\n\t\t\t</p> \n\t\t\t\n\t\t\t</div> <!-- .metabox-sortables -->\n\t\t\t</div> <!-- .postbox-container -->\n\t\t\t\n\t\t\t</div> <!-- .metabox-holder -->\t\n\t\t</form>\n\t</div>\n\t<?php\n}", "function theme_options_do_page() {\n\tglobal $select_options, $radio_options;\n\n\tif ( ! isset( $_REQUEST['settings-updated'] ) )\n\t\t$_REQUEST['settings-updated'] = false;\n\n\t?>\n\t<div class=\"wrap\">\n\t\t<?php screen_icon(); echo \"<h2>\" . get_current_theme() . ' -- ' . __( 'Theme Options', 'htmlks4wp' ) . \"</h2>\"; ?>\n\n\t\t<?php if ( false !== $_REQUEST['settings-updated'] ) : ?>\n\t\t<div class=\"updated fade\"><p><strong><?php _e( 'Options saved', 'htmlks4wp' ); ?></strong></p></div>\n\t\t<?php endif; ?>\n\n\t\t<form method=\"post\" action=\"options.php\">\n\t\t\t<?php settings_fields( 'htmlks4wp_options' ); ?>\n\t\t\t<?php $options = get_option( 'htmlks4wp_theme_options' ); ?>\n\n\t\t\t<table class=\"form-table\">\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * [header] Google analytics code\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\"><th scope=\"row\"><?php _e( '[header] Google analytics code', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[gacode]\" class=\"regular-text\" type=\"text\" name=\"htmlks4wp_theme_options[gacode]\" value=\"<?php esc_attr_e( $options['gacode'] ); ?>\" />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[gacode]\"><?php _e( '(e.g. \"UA-5668xxxx-1\", etc.)', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * [footer] Year(s) in the copyright\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\"><th scope=\"row\"><?php _e( '[footer] Year(s) in the copyright', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[copyrightyear]\" class=\"regular-text\" type=\"text\" name=\"htmlks4wp_theme_options[copyrightyear]\" value=\"<?php esc_attr_e( $options['copyrightyear'] ); ?>\" />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[copyrightyear]\"><?php _e( '(e.g. \"2015\", \"2010-2015\", etc.)', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * [footer] Sitename in the copyright\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\"><th scope=\"row\"><?php _e( '[footer] Sitename in the copyright', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[copyrightname]\" class=\"regular-text\" type=\"text\" name=\"htmlks4wp_theme_options[copyrightname]\" value=\"<?php esc_attr_e( $options['copyrightname'] ); ?>\" />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[copyrightname]\"><?php _e( 'Your sitename', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample checkbox option\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'A checkbox', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[option1]\" name=\"htmlks4wp_theme_options[option1]\" type=\"checkbox\" value=\"1\" <?php checked( '1', $options['option1'] ); ?> />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[option1]\"><?php _e( 'Sample checkbox', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample text input option\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'Some text', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[sometext]\" class=\"regular-text\" type=\"text\" name=\"htmlks4wp_theme_options[sometext]\" value=\"<?php esc_attr_e( $options['sometext'] ); ?>\" />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[sometext]\"><?php _e( 'Sample text input', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample select input option\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'Select input', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<select name=\"htmlks4wp_theme_options[selectinput]\">\n\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t\t$selected = $options['selectinput'];\n\t\t\t\t\t\t\t\t$p = '';\n\t\t\t\t\t\t\t\t$r = '';\n\n\t\t\t\t\t\t\t\tforeach ( $select_options as $option ) {\n\t\t\t\t\t\t\t\t\t$label = $option['label'];\n\t\t\t\t\t\t\t\t\tif ( $selected == $option['value'] ) // Make default first in list\n\t\t\t\t\t\t\t\t\t\t$p = \"\\n\\t<option style=\\\"padding-right: 10px;\\\" selected='selected' value='\" . esc_attr( $option['value'] ) . \"'>$label</option>\";\n\t\t\t\t\t\t\t\t\telse\n\t\t\t\t\t\t\t\t\t\t$r .= \"\\n\\t<option style=\\\"padding-right: 10px;\\\" value='\" . esc_attr( $option['value'] ) . \"'>$label</option>\";\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\techo $p . $r;\n\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t</select>\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[selectinput]\"><?php _e( 'Sample select input', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample of radio buttons\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'Radio buttons', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<fieldset><legend class=\"screen-reader-text\"><span><?php _e( 'Radio buttons', 'htmlks4wp' ); ?></span></legend>\n\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\tif ( ! isset( $checked ) )\n\t\t\t\t\t\t\t\t$checked = '';\n\t\t\t\t\t\t\tforeach ( $radio_options as $option ) {\n\t\t\t\t\t\t\t\t$radio_setting = $options['radioinput'];\n\n\t\t\t\t\t\t\t\tif ( '' != $radio_setting ) {\n\t\t\t\t\t\t\t\t\tif ( $options['radioinput'] == $option['value'] ) {\n\t\t\t\t\t\t\t\t\t\t$checked = \"checked=\\\"checked\\\"\";\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t$checked = '';\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t\t<label class=\"description\"><input type=\"radio\" name=\"htmlks4wp_theme_options[radioinput]\" value=\"<?php esc_attr_e( $option['value'] ); ?>\" <?php echo $checked; ?> /> <?php echo $option['label']; ?></label><br />\n\t\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t?>\n\t\t\t\t\t\t</fieldset>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample textarea option\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'A textbox', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<textarea id=\"htmlks4wp_theme_options[sometextarea]\" class=\"large-text\" cols=\"50\" rows=\"10\" name=\"htmlks4wp_theme_options[sometextarea]\"><?php echo esc_textarea( $options['sometextarea'] ); ?></textarea>\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[sometextarea]\"><?php _e( 'Sample text box', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t</table>\n\n\t\t\t<p class=\"submit\">\n\t\t\t\t<input type=\"submit\" class=\"button-primary\" value=\"<?php _e( 'Save Options', 'htmlks4wp' ); ?>\" />\n\t\t\t</p>\n\t\t</form>\n\t</div>\n\t<?php\n}", "function optionsframework_options() {\n\n\t$options = array();\n\n\t$options[] = array(\n\t\t'name' => __( 'Basic Settings', 'twentyseventyseven-child-2' ),\n\t\t'type' => 'heading'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __( 'Upload Logo', 'twentyseventyseven-child-2' ),\n\t\t'desc' => __( 'This creates a full size uploader that previews the image.', 'twentyseventyseven-child-2' ),\n\t\t'id' => 'upload-logo',\n\t\t'type' => 'upload'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __( 'Limit Post to show on Front Page', 'twentyseventyseven-child-2' ),\n\t\t'desc' => __( 'Limit Post', 'twentyseventyseven-child-2' ),\n\t\t'id' => 'limit-post-frontpage',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __( 'Posts to limit', 'twentyseventyseven-child-2' ),\n\t\t'desc' => __( 'Posts.', 'twentyseventyseven-child-2' ),\n\t\t'id' => 'limit-post-frontpage-value',\n\t\t'std' => '0',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __( 'Show Sidebar on Front Page', 'twentyseventyseven-child-2' ),\n\t\t'desc' => __( 'Show Sidebar', 'twentyseventyseven-child-2' ),\n\t\t'id' => 'show-sidebar-frontpage',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\n\treturn $options;\n}", "function update_options() {\n\t\tif ( get_current_blog_id() !== $this->options_blog_id ) {\n\t\t\treturn;\n\t\t}\n\n\t\tupdate_option( $this->option_name, $this->options );\n\t}", "function bf_update_options() {\r\n\tglobal $bf_options;\r\n\tupdate_option(THEME_ID . '_options', maybe_serialize($bf_options));\r\n}", "function optionsframework_options() {\r\n\r\n\t// Pull all tags into an array.\r\n\t$tags = array();\r\n\t$tags_obj = get_tags();\r\n\t$tags[''] = __( 'All Tags', 'supernews' );\r\n\tforeach ( $tags_obj as $tag ) {\r\n\t\t$tags[$tag->term_id] = esc_html( $tag->name );\r\n\t}\r\n\r\n\t$options = array();\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'General', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_logo'] = array(\r\n\t\t'name' => __( 'Logo', 'supernews' ),\r\n\t\t'desc' => __( 'Upload your custom logo, it will automatically replace the Site Title', 'supernews' ),\r\n\t\t'id' => 'supernews_logo',\r\n\t\t'type' => 'upload'\r\n\t);\r\n\r\n\t$options['supernews_logo_retina'] = array(\r\n\t\t'name' => __( 'Retina Logo', 'supernews' ),\r\n\t\t'desc' => __( 'Upload your retina version of your logo. eg: [email protected]', 'supernews' ),\r\n\t\t'id' => 'supernews_logo_retina',\r\n\t\t'type' => 'upload'\r\n\t);\r\n\r\n\t$options['supernews_favicon'] = array(\r\n\t\t'name' => __( 'Favicon', 'supernews' ),\r\n\t\t'desc' => __( 'Your custom favicon. 32x32px recommended.', 'supernews' ),\r\n\t\t'id' => 'supernews_favicon',\r\n\t\t'type' => 'upload'\r\n\t);\r\n\r\n\t$options['supernews_mobile_icon'] = array(\r\n\t\t'name' => __( 'Mobile Icon', 'supernews' ),\r\n\t\t'desc' => __( '144x144 recommended in PNG format. This icon will be used when users add your website as a shortcut on mobile devices like iPhone, iPad, Android etc.', 'supernews' ),\r\n\t\t'id' => 'supernews_mobile_icon',\r\n\t\t'type' => 'upload'\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'FeedBurner URL', 'supernews' ),\r\n\t\t'desc' => __( 'Enter your full FeedBurner URL. If you wish to use FeedBurner over the standard WordPress feed.', 'supernews' ),\r\n\t\t'id' => 'supernews_feedburner_url',\r\n\t\t'placeholder' => 'http://feeds.feedburner.com/ThemeJunkie',\r\n\t\t'type' => 'text'\r\n\t);\r\n\r\n\t$options['supernews_footer_text'] = array(\r\n\t\t'name' => __( 'Footer Text', 'supernews' ),\r\n\t\t'desc' => __( 'Customize the footer text.', 'supernews' ),\r\n\t\t'id' => 'supernews_footer_text',\r\n\t\t'std' => '&copy; Copyright ' . date( 'Y' ) . ' <a href=\"' . esc_url( home_url() ) . '\">' . esc_attr( get_bloginfo( 'name' ) ) . '</a> &middot; Designed by <a href=\"http://www.theme-junkie.com/\">Theme Junkie</a>',\r\n\t\t'type' => 'editor'\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Archive', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_archive_layout'] = array(\r\n\t\t'name' => __( 'Archive Page Layout', 'supernews' ),\r\n\t\t'desc' => sprintf( __( 'Choose the archive %1$s(post format, date, month, year)%2$s page layout.', 'supernews' ), '<strong>', '</strong>' ),\r\n\t\t'id' => 'supernews_archive_layout',\r\n\t\t'std' => 'standard',\r\n\t\t'type' => 'select',\r\n\t\t'options' => array(\r\n\t\t\t'standard' => __( 'Standard', 'supernews' ),\r\n\t\t\t'classic' => __( 'Classic', 'supernews' ),\r\n\t\t\t'grid_1' => __( 'Grid Version 1', 'supernews' ),\r\n\t\t\t'grid_2' => __( 'Grid Version 2', 'supernews' ),\r\n\t\t)\r\n\t);\r\n\r\n\t$options['supernews_tag_layout'] = array(\r\n\t\t'name' => __( 'Tag Page Layout', 'supernews' ),\r\n\t\t'desc' => __( 'Choose the tag page layout.', 'supernews' ),\r\n\t\t'id' => 'supernews_tag_layout',\r\n\t\t'std' => 'standard',\r\n\t\t'type' => 'select',\r\n\t\t'options' => array(\r\n\t\t\t'standard' => __( 'Standard', 'supernews' ),\r\n\t\t\t'classic' => __( 'Classic', 'supernews' ),\r\n\t\t\t'grid_1' => __( 'Grid Version 1', 'supernews' ),\r\n\t\t\t'grid_2' => __( 'Grid Version 2', 'supernews' ),\r\n\t\t)\r\n\t);\r\n\r\n\t$options['supernews_author_layout'] = array(\r\n\t\t'name' => __( 'Author Page Layout', 'supernews' ),\r\n\t\t'desc' => __( 'Choose the author page layout.', 'supernews' ),\r\n\t\t'id' => 'supernews_author_layout',\r\n\t\t'std' => 'standard',\r\n\t\t'type' => 'select',\r\n\t\t'options' => array(\r\n\t\t\t'standard' => __( 'Standard', 'supernews' ),\r\n\t\t\t'classic' => __( 'Classic', 'supernews' ),\r\n\t\t\t'grid_1' => __( 'Grid Version 1', 'supernews' ),\r\n\t\t\t'grid_2' => __( 'Grid Version 2', 'supernews' ),\r\n\t\t)\r\n\t);\r\n\r\n\t$options['supernews_search_layout'] = array(\r\n\t\t'name' => __( 'Search Page Layout', 'supernews' ),\r\n\t\t'desc' => __( 'Choose the search page layout.', 'supernews' ),\r\n\t\t'id' => 'supernews_search_layout',\r\n\t\t'std' => 'standard',\r\n\t\t'type' => 'select',\r\n\t\t'options' => array(\r\n\t\t\t'standard' => __( 'Standard', 'supernews' ),\r\n\t\t\t'classic' => __( 'Classic', 'supernews' ),\r\n\t\t\t'grid_1' => __( 'Grid Version 1', 'supernews' ),\r\n\t\t\t'grid_2' => __( 'Grid Version 2', 'supernews' ),\r\n\t\t)\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Single Post', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_post_author'] = array(\r\n\t\t'name' => __( 'Display author info ', 'supernews' ),\r\n\t\t'desc' => __( 'Enable the author biographical info.', 'supernews' ),\r\n\t\t'id' => 'supernews_post_author',\r\n\t\t'std' => '1',\r\n\t\t'type' => 'checkbox'\r\n\t);\r\n\r\n\t$options['supernews_post_share'] = array(\r\n\t\t'name' => __( 'Display post share', 'supernews' ),\r\n\t\t'desc' => __( 'Enable the post share.', 'supernews' ),\r\n\t\t'id' => 'supernews_post_share',\r\n\t\t'std' => '1',\r\n\t\t'type' => 'checkbox'\r\n\t);\r\n\r\n\t$options['supernews_related_posts'] = array(\r\n\t\t'name' => __( 'Display related posts', 'supernews' ),\r\n\t\t'desc' => __( 'Enable the related posts.', 'supernews' ),\r\n\t\t'id' => 'supernews_related_posts',\r\n\t\t'std' => '1',\r\n\t\t'type' => 'checkbox'\r\n\t);\r\n\r\n\t$options['supernews_newsletter'] = array(\r\n\t\t'name' => __( 'Newsletter Form', 'supernews' ),\r\n\t\t'desc' => __( 'If you want to display a newsletter form on single post. Please add the form here.', 'supernews' ),\r\n\t\t'id' => 'supernews_newsletter',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options['supernews_ad_single_before'] = array(\r\n\t\t'name' => __( 'Before Content Advertisement', 'supernews' ),\r\n\t\t'desc' => __( 'Your ad will appear on single post before content.', 'supernews' ),\r\n\t\t'id' => 'supernews_ad_single_before',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options['supernews_ad_single_after'] = array(\r\n\t\t'name' => __( 'After Content Advertisement', 'supernews' ),\r\n\t\t'desc' => __( 'Your ad will appear on single post after content.', 'supernews' ),\r\n\t\t'id' => 'supernews_ad_single_after',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Video', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_latest_video'] = array(\r\n\t\t'name' => __( 'Display latest videos', 'supernews' ),\r\n\t\t'desc' => __( 'Enable the latest video post format on home page.', 'supernews' ),\r\n\t\t'id' => 'supernews_latest_video',\r\n\t\t'std' => '1',\r\n\t\t'type' => 'checkbox'\r\n\t);\r\n\r\n\t$options['supernews_latest_video_title'] = array(\r\n\t\t'name' => __( 'Title', 'supernews' ),\r\n\t\t'desc' => __( 'The title of the list of latest video.', 'supernews' ),\r\n\t\t'id' => 'supernews_latest_video_title',\r\n\t\t'std' => __( 'Must See Videos', 'supernews' ),\r\n\t\t'type' => 'text'\r\n\t);\r\n\r\n\tif ( class_exists( 'WooCommerce' ) ) { \r\n\r\n\t\t$options[] = array(\r\n\t\t\t'name' => __( 'Shop', 'supernews' ),\r\n\t\t\t'type' => 'heading'\r\n\t\t);\r\n\r\n\t\t$options['supernews_woo_archive_layout'] = array(\r\n\t\t\t'name' => __( 'Shop Layouts', 'supernews' ),\r\n\t\t\t'desc' => __( 'Choose the layout for WooCommerce archive page.', 'supernews' ),\r\n\t\t\t'id' => 'supernews_woo_archive_layout',\r\n\t\t\t'type' => 'radio',\r\n\t\t\t'std' => 'fullwidth',\r\n\t\t\t'options' => array(\r\n\t\t\t\t'fullwidth' => __( 'Full Width', 'supernews' ),\r\n\t\t\t\t'sidebar' => __( 'With Sidebar', 'supernews' )\r\n\t\t\t)\r\n\t\t);\r\n\r\n\t}\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Advertisement', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_header_ads'] = array(\r\n\t\t'name' => __( 'Header Advertisement', 'supernews' ),\r\n\t\t'desc' => __( 'The ad will appear at the top of your site. Recommended size 728x90', 'supernews' ),\r\n\t\t'id' => 'supernews_header_ads',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options['supernews_archive_ads'] = array(\r\n\t\t'name' => __( 'Archive Advertisement', 'supernews' ),\r\n\t\t'desc' => __( 'The ad will appear on archive page. Recommended size 728x90 - THEME SHARED ON W P L O C K E R .C O M', 'supernews' ),\r\n\t\t'id' => 'supernews_archive_ads',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Custom Code', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_script_head'] = array(\r\n\t\t'name' => __( 'Header code', 'supernews' ),\r\n\t\t'desc' => __( 'If you need to add custom scripts to your header (meta tag verification, google fonts url), you should enter them in the box. They will be added before &lt;/head&gt; tag', 'supernews' ),\r\n\t\t'id' => 'supernews_script_head',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options['supernews_script_footer'] = array(\r\n\t\t'name' => __( 'Footer code', 'supernews' ),\r\n\t\t'desc' => __( 'If you need to add custom scripts to your footer (like google analytic script), you should enter them in the box. They will be added before &lt;/body&gt; tag', 'supernews' ),\r\n\t\t'id' => 'supernews_script_footer',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t/* Return the theme settings data. */\r\n\treturn $options;\r\n}", "function initialiserId()\n {\n if(empty($this->m_idOption))\n {\n $requete = 'SELECT idOption FROM optionHotel WHERE libelleOption=? AND prixOption=?';\n $tabParametres = array($this->m_libelleOption, $this->m_prixOption);\n $tabResultat = $this->m_bdd->selection($requete, $tabParametres);\n $this->m_idOption = $tabResultat[0]['idOption']; \n }\n }", "function inkpro_create_options() {\r\n\treturn array();\r\n}", "public function setArguments() {\n\n $theme = wp_get_theme(); // For use with some settings. Not necessary.\n\n $this->args = array(\n // TYPICAL -> Change these values as you need/desire\n 'opt_name' => 'tb_options',\n // This is where your data is stored in the database and also becomes your global variable name.\n 'display_name' => $theme->get( 'Name' ),\n // Name that appears at the top of your panel\n 'display_version' => $theme->get( 'Version' ),\n // Version that appears at the top of your panel\n 'menu_type' => 'menu',\n //Specify if the admin menu should appear or not. Options: menu or submenu (Under appearance only)\n 'allow_sub_menu' => true,\n // Show the sections below the admin menu item or not\n 'menu_title' => __( 'Theme Options', 'slova' ),\n 'page_title' => __( 'Theme Options', 'slova' ),\n // You will need to generate a Google API key to use this feature.\n // Please visit: https://developers.google.com/fonts/docs/developer_api#Auth\n 'google_api_key' => '',\n // Set it you want google fonts to update weekly. A google_api_key value is required.\n 'google_update_weekly' => false,\n // Must be defined to add google fonts to the typography module\n 'async_typography' => true,\n // Use a asynchronous font on the front end or font string\n //'disable_google_fonts_link' => true, // Disable this in case you want to create your own google fonts loader\n 'admin_bar' => true,\n // Show the panel pages on the admin bar\n 'admin_bar_icon' => 'dashicons-portfolio',\n // Choose an icon for the admin bar menu\n 'admin_bar_priority' => 50,\n // Choose an priority for the admin bar menu\n 'global_variable' => '',\n // Set a different name for your global variable other than the opt_name\n 'dev_mode' => false,\n // Show the time the page took to load, etc\n 'update_notice' => false,\n // If dev_mode is enabled, will notify developer of updated versions available in the GitHub Repo\n 'customizer' => true,\n // Enable basic customizer support\n //'open_expanded' => true, // Allow you to start the panel in an expanded way initially.\n //'disable_save_warn' => true, // Disable the save warning when a user changes a field\n\n // OPTIONAL -> Give you extra features\n 'page_priority' => null,\n // Order where the menu appears in the admin area. If there is any conflict, something will not show. Warning.\n 'page_parent' => 'themes.php',\n // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters\n 'page_permissions' => 'manage_options',\n // Permissions needed to access the options panel.\n 'menu_icon' => '',\n // Specify a custom URL to an icon\n 'last_tab' => '',\n // Force your panel to always open to a specific tab (by id)\n 'page_icon' => 'icon-themes',\n // Icon displayed in the admin panel next to your menu_title\n 'page_slug' => '_options',\n // Page slug used to denote the panel\n 'save_defaults' => true,\n // On load save the defaults to DB before user clicks save or not\n 'default_show' => false,\n // If true, shows the default value next to each field that is not the default value.\n 'default_mark' => '',\n // What to print by the field's title if the value shown is default. Suggested: *\n 'show_import_export' => true,\n // Shows the Import/Export panel when not used as a field.\n\n // CAREFUL -> These options are for advanced use only\n 'transient_time' => 60 * MINUTE_IN_SECONDS,\n 'output' => true,\n // Global shut-off for dynamic CSS output by the framework. Will also disable google fonts output\n 'output_tag' => true,\n // Allows dynamic CSS to be generated for customizer and google fonts, but stops the dynamic CSS from going to the head\n // 'footer_credit' => '', // Disable the footer credit of Redux. Please leave if you can help it.\n\n // FUTURE -> Not in use yet, but reserved or partially implemented. Use at your own risk.\n 'database' => '',\n // possible: options, theme_mods, theme_mods_expanded, transient. Not fully functional, warning!\n 'system_info' => false,\n // REMOVE\n\n // HINTS\n 'hints' => array(\n 'icon' => 'icon-question-sign',\n 'icon_position' => 'right',\n 'icon_color' => 'lightgray',\n 'icon_size' => 'normal',\n 'tip_style' => array(\n 'color' => 'light',\n 'shadow' => true,\n 'rounded' => false,\n 'style' => '',\n ),\n 'tip_position' => array(\n 'my' => 'top left',\n 'at' => 'bottom right',\n ),\n 'tip_effect' => array(\n 'show' => array(\n 'effect' => 'slide',\n 'duration' => '500',\n 'event' => 'mouseover',\n ),\n 'hide' => array(\n 'effect' => 'slide',\n 'duration' => '500',\n 'event' => 'click mouseleave',\n ),\n ),\n )\n );\n\t\t\t\t\n // SOCIAL ICONS -> Setup custom links in the footer for quick links in your panel footer icons.\n $this->args['share_icons'][] = array(\n 'url' => '#',\n 'title' => 'Visit us on GitHub',\n 'icon' => 'el-icon-github'\n //'img' => '', // You can use icon OR img. IMG needs to be a full URL.\n );\n $this->args['share_icons'][] = array(\n 'url' => '#',\n 'title' => 'Like us on Facebook',\n 'icon' => 'el-icon-facebook'\n );\n $this->args['share_icons'][] = array(\n 'url' => '#',\n 'title' => 'Follow us on Twitter',\n 'icon' => 'el-icon-twitter'\n );\n $this->args['share_icons'][] = array(\n 'url' => '#',\n 'title' => 'Find us on LinkedIn',\n 'icon' => 'el-icon-linkedin'\n );\n }", "function get_options() \n {\n // don't forget to set up the default options\n if ( ! $the_options = get_option( $this->options_name) ) {\n $the_options = array(\n 'bbquotations-slug' =>'quotes',\n 'use-css-file' => false\n );\n update_option($this->options_name, $the_options);\n }\n $this->options = $the_options;\n }", "static function onActivate() {\n $options = get_option(self::$optionsKey);\n if (!is_null($options)) {\n // write default options into database\n $options = array();\n $options['allowedTags'] = self::$allowedTags;\n $options['remoteStoreUrl'] = self::$remoteStoreUrl;\n $options['rteWebpackage'] = self::$rteWebpackage;\n add_option(self::$optionsKey, $options);\n }\n }", "function save_meta_options( $postID ){\n\t\t$post = $_POST;\n\t\tif((isset($post['update']) || isset($post['save']) || isset($post['publish']))){\n\n\n\t\t\t$user_template = (isset($post['pagelines_template'])) ? $post['pagelines_template'] : '';\n\n\t\t\tif($user_template != ''){\n\n\t\t\t\t$set = pl_meta($postID, PL_SETTINGS);\n\t\t\t\t\n\t\t\t\t$set['draft']['page-template'] = $user_template; \n\t\t\t\t$set['live']['page-template'] = $user_template; \n\t\t\t\t\n\t\t\t\tpl_meta_update($postID, PL_SETTINGS, $set);\n\t\t\t}\n\n\n\t\t}\n\t}", "public static function es_admin_option() {\n\t}", "public function init_option() {\n\t\tglobal $wpdb;\n\n\t\t$sections = array(\n\t\t\tarray(\n\t\t\t\t'id' => 'wp_price_chart_opt',\n\t\t\t\t'title' => __( 'General', 'wp-reviews-insurance' )\n\t\t\t),\n\t\t);\n\n\t\t// Get List Symbol\n\t\t$symbol_list = $wpdb->get_results( \"SELECT SYMBOL_ID, SYMBOL FROM {$wpdb->prefix}socks_symbol\", ARRAY_A );\n\t\t$list = array();\n\t\tforeach ( $symbol_list as $r ) {\n\t\t\t$list[ $r['SYMBOL_ID'] ] = $r['SYMBOL'];\n\t\t}\n\n\t\t$fields = array(\n\t\t\t'wp_price_chart_opt' => array(\n\t\t\t\tarray(\n\t\t\t\t\t'name' => 'default_symbol',\n\t\t\t\t\t'label' => __( 'Default Symbol', 'wedevs' ),\n\t\t\t\t\t'desc' => __( 'Use [price-chart] ShortCode in WordPress', 'wedevs' ),\n\t\t\t\t\t'type' => 'select',\n\t\t\t\t\t'options' => $list\n\t\t\t\t),\n\t\t\t\tarray(\n\t\t\t\t\t'name' => 'chart_height',\n\t\t\t\t\t'label' => __( 'Chart Height', 'wp-reviews-insurance' ),\n\t\t\t\t\t'type' => 'text',\n\t\t\t\t\t'default' => '130',\n\t\t\t\t\t'desc' => '',\n\t\t\t\t),\n\t\t\t\tarray(\n\t\t\t\t\t'name' => 'default_show_ago',\n\t\t\t\t\t'label' => __( 'Show ago Hour (default)', 'wp-reviews-insurance' ),\n\t\t\t\t\t'type' => 'text',\n\t\t\t\t\t'default' => '5',\n\t\t\t\t\t'desc' => '',\n\t\t\t\t),\n\t\t\t),\n\n\t\t);\n\n\t\t$this->setting = new SettingAPI();\n\n\t\t//set sections and fields\n\t\t$this->setting->set_sections( $sections );\n\t\t$this->setting->set_fields( $fields );\n\n\t\t//initialize them\n\t\t$this->setting->admin_init();\n\t}", "function create_theme_options_page() {\n global $lulisaurus_settings_page;\n\n $lulisaurus_settings_page = add_menu_page('Optionen', 'Optionen', 'read', 'lulisaurus_settings', 'build_options_page', 'dashicons-lightbulb');\n\n // Add contextual help\n add_action( 'load-' . $lulisaurus_settings_page, 'add_contextual_theme_help' );\n}", "public function create_options_page() {\n print '<div class=\"wrap\">';\n screen_icon();\n printf( '<h2>%s</h2>', __( 'Instagram Settings', 'bii-instagram' ) );\n print '<form method=\"post\" action=\"options.php\">';\n settings_fields( 'bii_instagram' );\n do_settings_sections( 'bii-instagram' );\n submit_button();\n print '</form>';\n print '</div>';\n }", "function ss_options_install() {\n\n global $wpdb;\n\n $table_name = $wpdb->prefix . \"company\";\n $charset_collate = $wpdb->get_charset_collate();\n $sql = \"CREATE TABLE $table_name (\n `id` varchar(3) CHARACTER SET utf8 NOT NULL,\n `company_name` varchar(50) CHARACTER SET utf8 NOT NULL,\n\t\t `year_of_incorporation` varchar(50) CHARACTER SET utf8 NOT NULL,\n \t `industry` varchar(150) CHARACTER SET utf8 NOT NULL,\n\t\t\t`country` varchar(150) CHARACTER SET utf8 NOT NULL,\n\t\t\t`subsidiaries` varchar(300) CHARACTER SET utf8 NOT NULL,\n\t\t\t`website` varchar(300) CHARACTER SET utf8 NOT NULL,\n\t\t\t`CEO` varchar(300) CHARACTER SET utf8 NOT NULL,\n\t\t\t`board_members` varchar(300) CHARACTER SET utf8 NOT NULL,\n\t\t `key_investors` varchar(300) CHARACTER SET utf8 NOT NULL,\n\t \t`asset_price` varchar(300) CHARACTER SET utf8 NOT NULL,\n\t\t\t`mission_statements` varchar(300) CHARACTER SET utf8 NOT NULL,\n\t\t\t`awards` varchar(300) CHARACTER SET utf8 NOT NULL,\n\t\t\t`about` varchar(300) CHARACTER SET utf8 NOT NULL,\n\n PRIMARY KEY (`id`)\n ) $charset_collate; \";\n\n require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );\n dbDelta($sql);\n}", "public function admin_options() {\r\n echo '<h3>' . __('Mondido', 'mondido') . '</h3>';\r\n echo '<p>' . __('Mondido, Simple payments, smart functions', 'mondido') . '</p>';\r\n echo '<table class=\"form-table\">';\r\n // Generate the HTML For the settings form.\r\n $this->generate_settings_html();\r\n echo '</table>';\r\n }", "public function mm_options_save() {\n $options = $this->options;\n\n //'include_css','show_captions','file_link','itemtag','icontag','captiontag','columns','size'\n if(wp_verify_nonce($_REQUEST['_wp_mm_bg_nonce'],'mm_bg')) {\n if ( isset($_POST['submit']) ) {\n ( function_exists('current_user_can') && !current_user_can('manage_options') ) ? die(__('Cheatin&#8217; uh?', 'mm_custom')) : null;\n \n $options['include_css'] = ( isset($_POST['mm-include_css']) ? 'true' : 'false' );\n $options['show_captions'] = ( isset($_POST['mm-show_captions']) ? 'true' : 'false' );\n $options['file_link'] = ( isset($_POST['mm-file_link']) ? 'true' : 'false' );\n $options['itemtag'] = ( isset($_POST['mm-itemtag']) ? stripslashes ( strip_tags($_POST['mm-itemtag'] ) ) : '' );\n $options['icontag'] = ( isset($_POST['mm-icontag']) ? stripslashes ( strip_tags($_POST['mm-icontag'] ) ) : '' );\n $options['captiontag'] = ( isset($_POST['mm-captiontag']) ? stripslashes ( strip_tags($_POST['mm-captiontag'] ) ) : '' );\n $options['columns'] = ( isset($_POST['mm-columns']) ? stripslashes ( strip_tags($_POST['mm-columns'] ) ) : '' );\n $options['size'] = ( isset($_POST['mm-size']) ? stripslashes ( strip_tags($_POST['mm-size'] ) ) : '' );\n $css = ( isset($_POST['mm-css']) ? stripslashes ( strip_tags($_POST['mm-css'] ) ) : 'false' );\n \n if($css != 'false') {\n $this->mm_update_css($css);\n update_option('mm_gallery_css', $css);\n }\n update_option('mm_gallery_options', $options);\n }\n }\n }", "function theme_options_init(){\n\tregister_setting( 'sample_options', 'site_description', 'theme_options_validate' );\n\tregister_setting( 'ga_options', 'ga_account', 'ga_validate' );\n\tadd_filter('site_description', 'stripslashes');\n}", "function am_options_fields() {\n\tglobal $allowedtags;\n\t$AM_Sandbox_settings = get_option( 'AM_Sandbox_options' );\n\n\t// Get the unique id\n\tif ( isset( $AM_Sandbox_settings['id'] ) ) {\n\t\t$option_name = $AM_Sandbox_settings['id'];\n\t} else {\n\t\t$option_name = 'AM_Sandbox_options';\n\t}\n\n\t$settings = get_option( $option_name );\n\t$options = AM_Sandbox_options();\n\t$counter = 0;\n\t$menu = '';\n\n\t/* Loop through all options */\n\tforeach ($options as $option) {\n\t\t\n\t\t$counter++;\n\t\t$val = '';\n\t\t$selected_value = '';\n\t\t$checked = '';\n\t\t$output = '';\n\n\t\t/* Wrap all options */\n\t\tif ( $option['type'] != 'heading' && $option['type'] != 'info' ) {\n\n\t\t\t// make IDs lowercase with no spaces\n\t\t\t$option['id'] = preg_replace('/[^a-zA-Z0-9._\\-]/', '', $option['id']);\n\t\t\t// section id\n\t\t\t$id = 'section-' . $option['id'];\n\t\t\t// section class\n\t\t\t$class = 'section ';\n\t\t\tif ( isset( $option['class'] ) ) {\n\t\t\t\t$class .= ' ' . $option['class'];\n\t\t\t}\n\n\t\t\t// Build Output\n\t\t\t$output .= '<div id=\"' . esc_attr( $id ) . '\" class=\"' . esc_attr( $class ) . '\">';\n\t\t\tif ( isset( $option['name'] ) ) {\n\t\t\t\t$output .= '<h4 class=\"heading\">' . esc_html( $option['name'] ) . '</h4>';\n\t\t\t}\n\n\t\t}\n\n\t\t/* Set Default Value */\n\t\tif ( isset( $option['default'] ) ) {\n\t\t\t$val = $option['default'];\n\t\t}\n\n\t\t// Override $val if option is saved\n\t\tif ( $option['type'] != 'heading' && $option['type'] != 'info' ) {\n\t\t\tif ( isset( $settings[($option['id'])] ) ) {\n\t\t\t\t$val = $settings[($option['id'])];\n\t\t\t\t// Strip slash of non-array options\n\t\t\t\tif ( !is_array( $val ) ) {\n\t\t\t\t\t$val = stripslashes( $val );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t/* If there is description, save it in labels */\n\t\t$value_desc = '';\n\t\tif ( isset( $option['desc'] ) ) {\n\t\t\t$value_desc = $option['desc'];\n\t\t}\n\n\t\t/* Switch through options */\n\t\tswitch ($option['type']) {\n\t\t\t// Simple text input\n\t\t\tcase 'text':\n\t\t\t\t$output .= '<input id=\"' . esc_attr( $option['id'] ) . '\" class=\"am-input\" name=\"' . esc_attr( $option_name . '[' . $option['id'] . ']' ) . '\" type=\"text\" value=\"' . esc_attr( $val ) . '\" />';\n\t\t\t\tbreak;\n\t\t\t\n\t\t\t// Password\n\t\t\tcase 'password':\n\t\t\t\t$output .= '<input id=\"' . esc_attr( $option['id'] ) . '\" class=\"am-input\" name=\"' . esc_attr( $option_name . '[' . $option['id'] . ']' ) . '\" type=\"password\" value=\"' . esc_attr( $val ) . '\" />';\n\t\t\t\tbreak;\n\t\t\t\n\t\t\t// Textarea\n\t\t\tcase 'textarea':\n\t\t\t\t$rows = '8';\n\t\t\t\tif ( isset( $option['settings']['rows'] ) ) {\n\t\t\t\t\t$custom_rows = $option['settings']['rows'];\n\t\t\t\t\tif ( is_numeric( $custom_rows ) ) {\n\t\t\t\t\t\t$rows = $custom_rows;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t$val = stripslashes( $val );\n\t\t\t\t$output .= '<textarea id=\"' . esc_attr( $option['id'] ) . '\" class=\"am-input\" name=\"' . esc_attr( $option_name ) . '[' . $option['id'] . ']\" rows=\"' . $rows . '\">' . esc_textarea( $val ) . '</textarea>';\n\t\t\t\tbreak;\n\t\t\t\n\t\t\t// Select \n\t\t\tcase 'select':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Radio\n\t\t\tcase 'radio':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Images Selector\n\t\t\tcase 'images':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Checkbox\n\t\t\tcase 'checkbox':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Multicheck\n\t\t\tcase 'multicheck':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Color Picker\n\t\t\tcase 'color':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Uploader\n\t\t\tcase 'upload':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Typography\n\t\t\tcase 'typography':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Background\n\t\t\tcase 'background':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Editor\n\t\t\tcase 'editor':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t\t// Info\n\t\t\tcase 'info':\n\t\t\t\t# code...\n\t\t\t\tbreak;\n\n\t\t}\n\n\t\t// Close Sections\n\t\tif ( $option['type'] != 'heading' && $option['type'] != 'info' ) {\n\t\t\t$output .= '</div>';\n\t\t}\n\n\t\techo $output;\n\n\t}\n\n\techo '<pre>';\n\tprint_r($settings);\n\techo \"</pre>\";\n}", "function optionsframework_options() {\n\t// Theme Skin Color\n\t$theme_skin_colors = array(\n\t\t'45B6F7' => 100,\n\t\t'FF5E52' => 1,\n\t\t'2CDB87' => 2,\n\t\t'00D6AC' => 3,\n\t\t'16C0F8' => 4,\n\t\t'EA84FF' => 5,\n\t\t'FDAC5F' => 6,\n\t\t'FD77B2' => 7,\n\t\t'76BDFF' => 8,\n\t\t'C38CFF' => 9,\n\t\t'FF926F' => 10,\n\t\t'8AC78F' => 11,\n\t\t'C7C183' => 12,\n\t\t'555555' => 13\n\t);\n\t//List Type\n\t$list_type = array(\n\t\t'thumb' =>__('图文(缩略图尺寸:220*150,默认已自动裁剪)','im'),\n\t\t'text' =>__('文字','im'),\n\t\t'auto' =>__('自动(有缩略图时图文模式,否则文字模式)','im'),\n\t);\n\t//Post Widgets\n\t$post_widgets = array(\n\t\t'views' => __('阅读量(无需安装插件)','im'),\n\t\t'comments' => __('评论数(列表)','im'),\n\t\t'pubdate' => __('发布时间(列表)','im'),\n\t\t'authors' => __('作者(列表)','im'),\n\t\t'catlink' => __('分类链接(列表)','im')\n\t);\n\t$post_widgets_defaults = array(\n\t\t'views' => '1',\n\t\t'comments' => '1',\n\t\t'pubdate' => '1',\n\t\t'authors' => '1',\n\t\t'catlink' => '1'\n\t);\n\t// Pull all the categories into an array\n\t$options_categories = array();\n\t$options_categories_obj = get_categories();\n\tforeach ($options_categories_obj as $category) {\n\t\t$options_categories[$category->cat_ID] = $category->cat_name;\n\t}\n\n\t// Pull all tags into an array\n\t$options_tags = array();\n\t$options_tags_obj = get_tags();\n\tforeach ( $options_tags_obj as $tag ) {\n\t\t$options_tags[$tag->term_id] = $tag->name;\n\t}\n\n\t// Pull all the pages into an array\n\t$options_pages = array();\n\t$options_pages_obj = get_pages('sort_column=post_parent,menu_order');\n\t//$options_pages[''] = 'Select a page:';\n\tforeach ($options_pages_obj as $page) {\n\t\t$options_pages[$page->ID] = $page->post_title;\n\t}\n\n\t//Pull all the link categories into an array\n\t$options_linkcats = array();\n\t$options_linkcats_obj = get_terms('link_category');\n\tforeach ($options_linkcats_obj as $linkcats) {\n\t\t$options_linkcats[$linkcats->term_id] = $linkcats->name;\n\t}\n\t// If using image radio buttons, define a directory path\n\t$imagepath = get_stylesheet_directory_uri() . '/assets/images/';\n\t// ADs descriptions\n\t$ads_desc = __('可添加任意广告联盟代码或自定义代码', 'im');;\n\t$options = array();\n\t/**\n\t * Basic Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('基本设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// LOGO\n\t$options[] = array(\n\t\t'name' => __('LOGO','im'),\n\t\t'desc' => __('建议尺寸:140*32,格式PNG'),\n\t\t'id' => 'logo_src',\n\t\t'std' => $imagepath.'logo.png',\n\t\t'type' => 'upload'\n\t);\n\t// Brand Title\n\t$options[] = array(\n\t\t'name' => __('品牌文字','im'),\n\t\t'desc' => __('显示在logo旁边的两个短文字,换行填写两段文字','im'),\n\t\t'id' => 'brand',\n\t\t'std' => \"第一行\\n第二行\",\n\t\t'type' => 'textarea',\n\t\t'settings' => array(\n\t\t\t'rows' => 2\n\t\t)\n\t);\n\t// Theme Skin\n\t$options[] = array(\n\t\t'name' => __('主题风格','im'),\n\t\t'desc' => __('选择你喜欢的颜色,可自定义','im'),\n\t\t'id' => 'theme_skin',\n\t\t'std' => '45B6F7',\n\t\t'type' => 'colorradio',\n\t\t'options' => $theme_skin_colors\n\t);\n\t// Theme Skin Customize\n\t$options[] = array(\n\t\t'desc' => __('不喜欢上面的颜色可在此自定义,如不使用清空即可','im'),\n\t\t'id' => 'theme_skin_custom',\n\t\t'type' => 'color'\n\t);\n\t// Show Sidebar\n\t$options[] = array(\n\t\t'name' => __('是否显示侧栏','im'),\n\t\t'desc' => __('显示侧栏','im'),\n\t\t'id' => 'show_sidebar',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Content Max Width\n\t$options[] = array(\n\t\t'name' => __('网页最大宽度','im'),\n\t\t'desc' => __('单位:px','im'),\n\t\t'id' => 'site_width',\n\t\t'std' => 1200,\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// Fixed Nav In PC Frontend\n\t$options[] = array(\n\t\t'name' => __('PC端滚动时导航固定','im'),\n\t\t'desc' => __('开启(由于网址导航页左侧菜单固定,对此页面无效)','im'),\n\t\t'id' => 'nav_fixed',\n\t\t'type' => 'checkbox'\n\t);\n\t// Open Article Links In New Tab\n\t$options[] = array(\n\t\t'name' => __('新窗口打开文章','im'),\n\t\t'desc' => __('新窗口打开文章','im'),\n\t\t'id' => 'target_blank',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Load Pages By Ajax\n\t$options[] = array(\n\t\t'name' => __('分页无限加载页数','im'),\n\t\t'desc' => __('为0时表示不开启该功能','im'),\n\t\t'id' => 'ajaxpager',\n\t\t'std' => 5,\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// List Type\n\t$options[] = array(\n\t\t'name' => __('列表模式','im'),\n\t\t'id' => 'list_type',\n\t\t'std' => 'thumb',\n\t\t'type' => 'radio',\n\t\t'options' => $list_type\n\t);\n\t// Thumbnails\n\t$options[] = array(\n\t\t'name' => __('缩略图','im'),\n\t\t'desc' => __('自动提取文章首图为缩略图(如文章已设置特色图或外链缩略图,此设置无效)','im'),\n\t\t'id' => 'thumbnails',\n\t\t'type' => 'checkbox'\n\t);\n\t// Thumbnails Auto\n\t$options[] = array(\n\t\t'desc' => __('将自动加入文章首图地址后缀之前,默认为空。如:文章首图地址”aaa/bbb.jpg”,此处填写的字符是“-220x150”,则缩略图实际地址为“aaa/bbb-220x150.jpg”','im'),\n\t\t'id' => 'thumbnails_suffix',\n\t\t'std' => 'thumb',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini thumbnails_hidden',\n\t);\n\t// Thumbnails Link\n\t$options[] = array(\n\t\t'desc' => __('外链缩略图(开启后会在后台编辑文章时出现外链缩略图地址输入框,填写一个图片地址即可在文章列表中显示。注:如文章添加了特色图像,列表中显示的缩略图优先选择该特色图像。)','im'),\n\t\t'id' => 'thumbnails_link',\n\t\t'type' => 'checkbox'\n\t);\n\t// Post widgets\n\t$options[] = array(\n\t\t'name' => __('文章小部件','im'),\n\t\t'desc' => __('列表中是否显示小部件','im'),\n\t\t'id' => 'post_widgets',\n\t\t'std' => $post_widgets_defaults,\n\t\t'type' => 'multicheck',\n\t\t'options' => $post_widgets\n\t);\n\t// Comment Pop Align Right\n\t$options[] = array(\n\t\t'name' => __('列表中评论数靠右','im'),\n\t\t'desc' => __('列表中评论数靠右','im'),\n\t\t'id' => 'list_comments_r',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Author Link\n\t$options[] = array(\n\t\t'name' => __('作者名加链接','im'),\n\t\t'desc' => __('列表、文章有作者的地方都会加上链接','im'),\n\t\t'id' => 'author_link',\n\t\t'type' => 'checkbox'\n\t);\n\t// Footer Extra Info\n\t$options[] = array(\n\t\t'name' => __('网站底部信息','im'),\n\t\t'desc' => __('版权、网站地图(网站地图可自行使用sitemap插件自动生成)等','im'),\n\t\t'id' => 'footer_extra_info',\n\t\t'std' => '<a href=\"'.site_url('/sitemap.xml').'\">'.__('网站地图', 'haoui').'</a>'.\"\\n\",\n\t\t'type' => 'textarea'\n\t);\n\t// Site Gray\n\t$options[] = array(\n\t\t'name' => __('网站整体变灰','im'),\n\t\t'desc' => __('网站整体变灰','im'),\n\t\t'id' => 'site_gray',\n\t\t'type' => 'checkbox'\n\t);\n\t// Footer Spreadings\n\t$options[] = array(\n\t\t'name' => __('站点底部推广区','im'),\n\t\t'desc' => __('是否开启站点底部推广区','im'),\n\t\t'id' => 'footer_spreadings',\n\t\t'type' => 'checkbox'\n\t);\n\t// Footer Spreadings Title\n\t$options[] = array(\n\t\t//'name' => __('标题','im'),\n\t\t'desc' => __('标题:建议20字内','im'),\n\t\t'id' => 'footer_spreadings_title',\n\t\t'std' => '更专业 更方便',\n\t\t'type' => 'text',\n\t\t'class'=> 'footer_spreadings_hidden'\n\t);\n\t// Footer Spreadings Buttons\n\tfor($i = 1;$i <= 2;$i++){\n\t\t// Footer Spreadings Buttons Title\n\t\t$options[] = array(\n\t\t\t'name' => __('按钮','im').$i,\n\t\t\t'desc' => __('按钮文字','im'),\n\t\t\t'id' => 'footer_spreadings_btn_title_'.$i,\n\t\t\t'type' => 'text',\n\t\t\t'class'=> 'footer_spreadings_hidden'\n\t\t);\n\t\t// Footer Spreadings Buttons Link\n\t\t$options[] = array(\n\t\t\t'desc' => __('按钮链接','im'),\n\t\t\t'id' => 'footer_spreadings_btn_link_'.$i,\n\t\t\t'type' => 'text',\n\t\t\t'class'=> 'footer_spreadings_hidden'\n\t\t);\n\t\t// Footer Spreadings Buttons Link Open Style\n\t\t$options[] = array(\n\t\t\t'desc' => __('新窗口打开','im'),\n\t\t\t'id' => 'footer_spreadings_btn_link_target_'.$i,\n\t\t\t'type' => 'checkbox',\n\t\t\t'class'=> 'footer_spreadings_hidden'\n\t\t);\n\t}\n\t/**\n\t * Home Page Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('首页设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Don't show articles in these categories\n\t$options[] = array(\n\t\t'name' => __('首页不显示该分类下文章','im'),\n\t\t'id' => 'ignore_articles_cat',\n\t\t'type' => 'multicheck',\n\t\t'options' => $options_categories\n\t);\n\t// Don't show these posts\n\t$options[] = array(\n\t\t'name' => __('首页不显示以下ID文章','im'),\n\t\t'desc' => __('每行填写一个文章ID','im'),\n\t\t'id' => 'ignore_posts',\n\t\t'type' => 'textarea',\n\t\t'settings' => array(\n\t\t\t'rows' => 5\n\t\t)\n\t);\n\t// Notice District\n\t$options[] = array(\n\t\t'name' => __('公告模块','im'),\n\t\t'desc' => __('显示公告模块','im'),\n\t\t'id' => 'notice_district',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Notice District Title\n\t$options[] = array(\n\t\t'name' => __('公告模块标题','im'),\n\t\t'desc' => __('建议4个字以内','im'),\n\t\t'id' => 'notice_district_title',\n\t\t'std' => '站点公告',\n\t\t'type' => 'text',\n\t\t'class'=> 'notice_district_hidden'\n\t);\n\t// Notice District Contents From The Category Bellow\n\t$options[] = array(\n\t\t'name' => __('选择分类设置为网站公告','im'),\n\t\t'desc' => __('选择该分类为网站公告','im'),\n\t\t'id' => 'notice_district_cat',\n\t\t'type' => 'select',\n\t\t'class'=> 'notice_district_hidden',\n\t\t'options' => $options_categories\n\t);\n\t// Carousel Figure\n\t$options[] = array(\n\t\t'name' => __('轮播图','im'),\n\t\t'desc' => __('开启轮播图','im'),\n\t\t'id' => 'carousel_figure',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Carousel Figure Order\n\t$options[] = array(\n\t\t'name' => __('图片排序','im'),\n\t\t'desc' => __('数字间空格隔开,默认1 2 3 4 5','im'),\n\t\t'id' => 'carousel_figure_order',\n\t\t'std' => '1 2 3 4 5',\n\t\t'type' => 'text',\n\t\t'class'=> 'carousel_figure_hidden'\n\t);\n\t// Carousel Figure Item\n\tfor($i = 1;$i <= 5;$i++){\n\t\t// Carousel Figure Item Title\n\t\t$options[] = array(\n\t\t\t'name' => __('图片','im').$i,\n\t\t\t'desc' => __('图片标题','im'),\n\t\t\t'id' => 'carousel_figure_item_title_'.$i,\n\t\t\t'std' => 'IM',\n\t\t\t'type' => 'text',\n\t\t\t'class'=> 'carousel_figure_hidden'\n\t\t);\n\t\t// Carousel Figure Item Link\n\t\t$options[] = array(\n\t\t\t'desc' => __('链接地址','im'),\n\t\t\t'id' => 'carousel_figure_item_link_'.$i,\n\t\t\t'std' => 'http://www.webzgq.com',\n\t\t\t'type' => 'text',\n\t\t\t'class'=> 'carousel_figure_hidden'\n\t\t);\n\t\t// Carousel Figure Item Image\n\t\t$options[] = array(\n\t\t\t'desc' => __('图片上传(820*200)','im'),\n\t\t\t'id' => 'carousel_figure_item_image_'.$i,\n\t\t\t'std' => $imagepath.'xiu.jpg',\n\t\t\t'type' => 'upload',\n\t\t\t'class'=> 'carousel_figure_hidden'\n\t\t);\n\t\t// Carousel Figure Item Open Style\n\t\t$options[] = array(\n\t\t\t'desc' => __('新窗口打开','im'),\n\t\t\t'id' => 'carousel_figure_item_open_'.$i,\n\t\t\t'type' => 'checkbox',\n\t\t\t'class'=> 'carousel_figure_hidden'\n\t\t);\n\t}\n\t// List Section Title\n\t$options[] = array(\n\t\t'name' => __('列表板块标题','im'),\n\t\t'desc' => __('列表板块标题','im'),\n\t\t'id' => 'list_section_title',\n\t\t'std' => __('最新发布','im'),\n\t\t'type' => 'text'\n\t);\n\t// Contents of Right Part of the List Section Title \n\t$options[] = array(\n\t\t'name' => __('列表板块标题右侧内容','im'),\n\t\t'desc' => __('列表板块标题右侧内容','im'),\n\t\t'id' => 'list_section_title_r',\n\t\t'std' => '<a href=\"链接地址\">显示文字</a><a href=\"链接地址\">显示文字</a><a href=\"链接地址\">显示文字</a><a href=\"链接地址\">显示文字</a>',\n\t\t'type' => 'textarea'\n\t);\n\t/**\n\t * Article Page Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('文章页设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Hide Share Section In Mobile Frontend\n\t$options[] = array(\n\t\t'name' => __('手机端不显示分享模块','im'),\n\t\t'desc' => __('手机端不显示分享模块','im'),\n\t\t'id' => 'hide_share_distric',\n\t\t'type' => 'checkbox'\n\t);\n\t// Enable subtitle\n\t$options[] = array(\n\t\t'name' => __('副标题','im'),\n\t\t'desc' => __('开启副标题','im'),\n\t\t'id' => 'enable_subtitle',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Show the prev&nest post of current post\n\t$options[] = array(\n\t\t'name' => __('显示上下篇文章','im'),\n\t\t'desc' => __('显示上下篇文章','im'),\n\t\t'id' => 'post_prevnext',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Show Author Info Section\n\t$options[] = array(\n\t\t'name' => __('显示文章作者介绍','im'),\n\t\t'desc' => __('显示文章作者介绍','im'),\n\t\t'id' => 'post_author_info',\n\t\t'type' => 'checkbox'\n\t);\n\t// Related Posts Section\n\t$options[] = array(\n\t\t'name' => __('相关文章','im'),\n\t\t'desc' => __('是否显示相关文章','im'),\n\t\t'id' => 'post_related_section',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Related Posts Section Title\n\t$options[] = array(\n\t\t'desc' => __('相关文章板块标题','im'),\n\t\t'id' => 'post_related_section_title',\n\t\t'std' => __('相关推荐',\"im\"),\n\t\t'type' => 'text',\n\t\t'class'=> 'post_related_section_hidden'\n\t);\n\t// Related Posts Number\n\t$options[] = array(\n\t\t'desc' => __('显示文章数量','im'),\n\t\t'id' => 'post_related_num',\n\t\t'std' => 10,\n\t\t'type' => 'text',\n\t\t'class'=> 'post_related_section_hidden'\n\t);\n\t// Article Source Section\n\t$options[] = array(\n\t\t'name' => __('文章来源','im'),\n\t\t'desc' => __('是否显示文章来源','im'),\n\t\t'id' => 'article_source_section',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Article Source Link\n\t$options[] = array(\n\t\t'desc' => __('是否加上来源链接','im'),\n\t\t'id' => 'article_source_section_link',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'article_source_section_hidden'\n\t);\n\t// Article Source Link Section Title\n\t$options[] = array(\n\t\t'desc' => __('自定义来源标题','im'),\n\t\t'id' => 'article_source_section_title',\n\t\t'std' => __('来源:','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'article_source_section_hidden'\n\t);\n\t// Post Content Indent\n\t$options[] = array(\n\t\t'name' => __('内容段落缩进','im'),\n\t\t'desc' => __('只对前端文章展示有效','im'),\n\t\t'id' => 'post_content_indent',\n\t\t'type' => 'checkbox'\n\t);\n\t// Copyright Section After Content\n\t$options[] = array(\n\t\t'name' => __('文章页尾版权提示','im'),\n\t\t'desc' => __('是否显示文章页尾版权提示','im'),\n\t\t'id' => 'post_copyright',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Copyright Section Title\n\t$options[] = array(\n\t\t'desc' => __('版权提示前缀','im'),\n\t\t'id' => 'post_copyright_prefix',\n\t\t'std' => __('未经允许不得转载:','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'post_copyright_hidden'\n\t);\n\t// Post keywords and discriptions\n\t$options[] = array(\n\t\t'name' => __('文章关键词及描述','im'),\n\t\t'desc' => __('自动使用主题配置的关键词和描述(具体规则可以自行查看页面源码)','im'),\n\t\t'id' => 'post_keywords_discriptions',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Post keywords and discriptions customizion\n\t$options[] = array(\n\t\t'name' => __('自定义文章关键词及描述','im'),\n\t\t'desc' => __('开启后需在编辑文章时书写关键词和描述,如为空则使用如上规则,开启此项必须开启如上选项','im'),\n\t\t'id' => 'post_keywords_discriptions_customizion',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'post_keywords_discriptions_hidden'\n\t);\n\t/**\n\t * Unique Page Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('独立页面','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Site URL Navgation Page\n\t$options[] = array(\n\t\t'name' => __('网址导航页','im'),\n\t\t'desc' => __('标题下方描述','im'),\n\t\t'id' => 'navpage_desc',\n\t\t'std' => __('这里显示的是网址导航的一句话描述...','im'),\n\t\t'type' => 'text'\n\t);\n\t// Site URL Navgation Page Show Link Category\n\t$options[] = array(\n\t\t'desc' => __('要显示的链接分类','im'),\n\t\t'id' => 'navpage_cats',\n\t\t'type' => 'multicheck',\n\t\t'options' => $options_linkcats\n\t);\n\t// Reader Wall(time limit)\n\t$options[] = array(\n\t\t'name' => __('读者墙','im'),\n\t\t'desc' => __('限制在多少个月内(单位:月)','im'),\n\t\t'id' => 'readerwall_limit_time',\n\t\t'std' => 200,\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// Reader Wall Number\n\t$options[] = array(\n\t\t'desc' => __('显示个数','im'),\n\t\t'id' => 'readerwall_limit_number',\n\t\t'std' => 200,\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// Page Left Part Menus\n\t$options[] = array(\n\t\t'name' => __('页面左侧菜单','im'),\n\t\t'desc' => __('页面左侧菜单','im'),\n\t\t'id' => 'page_left_part_menus',\n\t\t'type' => 'multicheck',\n\t\t'options' => $options_pages\n\t);\n\t// Friend Links Categories\n\t$options[] = array(\n\t\t'name' => __('友情链接分类选择','im'),\n\t\t'desc' => __('友情链接分类选择','im'),\n\t\t'id' => 'friend_links_cat',\n\t\t'type' => 'multicheck',\n\t\t'options' => $options_linkcats\n\t);\n\t/**\n\t * SEO Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('SEO设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Site keywords\n\t$options[] = array(\n\t\t'name' => __('站点默认关键字','im'),\n\t\t'desc' => __('建议个数在5-10之间,用英文逗号隔开','im'),\n\t\t'id' => 'site_keywords',\n\t\t'type' => 'textarea',\n\t\t'settings' => array(\n\t\t\t'rows' => 2\n\t\t)\n\t);\n\t// Site descriptions\n\t$options[] = array(\n\t\t'name' => __('站点描述','im'),\n\t\t'desc' => __('建议字数在30—70个之间','im'),\n\t\t'id' => 'site_descriptions',\n\t\t'type' => 'textarea',\n\t\t'settings' => array(\n\t\t\t'rows' => 2\n\t\t)\n\t);\n\t// Hyphen\n\t$options[] = array(\n\t\t'name' => __('全站连接符','im'),\n\t\t'desc' => __('一般为“-”或“_”,已经选择,请勿更改','im'),\n\t\t'id' => 'hythen',\n\t\t//'std' => _im('connector') ? _im('connector') : '-',\n\t\t'std' => '-',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// No category in URL\n\t$options[] = array(\n\t\t'name' => __('分类URL去除category字样','im'),\n\t\t'desc' => __('开启(主题已内置no-category插件功能,请不要安装插件;开启后请去设置-固定连接中点击保存即可)','im'),\n\t\t'id' => 'no_cat_in_url',\n\t\t'type' => 'checkbox'\n\t);\n\t// Friend Links Section In the Bottom of Page\n\t$options[] = array(\n\t\t'name' => __('底部友情链接','im'),\n\t\t'desc' => __('开启底部友情链接','im'),\n\t\t'id' => 'bottom_flinks',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Friend Links Section In the Bottom for home page\n\t$options[] = array(\n\t\t'desc' => __('只在首页开启','im'),\n\t\t'id' => 'bottom_flinks_home',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'bottom_flinks_hidden'\n\t);\n\t// Friend Links From Which Link Categories\n\t$options[] = array(\n\t\t'name' => __('选择一个友链的链接分类','im'),\n\t\t'desc' => __('选择一个友链的链接分类','im'),\n\t\t'id' => 'bottom_flinks_cat',\n\t\t'type' => 'select',\n\t\t'class'=> 'bottom_flinks_hidden',\n\t\t'options' => $options_linkcats\n\t);\n\t// Enable Baidu Inner Site Search\n\t$options[] = array(\n\t\t'name' => __('百度站内搜索','im'),\n\t\t'desc' => __('开启百度站内搜索','im'),\n\t\t'id' => 'enable_baidu_inner',\n\t\t'type' => 'checkbox'\n\t);\n\t// Baidu Inner Site Seach Code\n\t$options[] = array(\n\t\t'desc' => __('此处存放百度自定义站内搜索代码(http://zn.baidu.com设置并获取)','im'),\n\t\t'id' => 'baidu_search_code',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'enable_baidu_inner_hidden',\n\t\t'settings' => array(\n\t\t\t'rows' => 5\n\t\t)\n\t);\n\t/**\n\t * User Center Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('会员中心','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Enable User Center\n\t$options[] = array(\n\t\t'name' => __('开启会员中心','im'),\n\t\t'desc' => __('开启会员中心','im'),\n\t\t'id' => 'enable_user_center',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Show User module in notice district of home page\n\t$options[] = array(\n\t\t'desc' => __('首页公告栏显示会员模块','im'),\n\t\t'id' => 'user_on_notice_module',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'enable_user_center_hidden'\n\t);\n\t// User Center template\n\t$options[] = array(\n\t\t'name' => __('会员中心页面','im'),\n\t\t'desc' => __('会员中心页面','im'),\n\t\t'id' => 'user_page',\n\t\t'type' => 'select',\n\t\t'class'=> 'enable_user_center_hidden',\n\t\t'options' => $options_pages\n\t);\n\t// User secure template\n\t$options[] = array(\n\t\t'name' => __('找回密码页面','im'),\n\t\t'desc' => __('找回密码页面','im'),\n\t\t'id' => 'user_pw_page',\n\t\t'type' => 'select',\n\t\t'class'=> 'enable_user_center_hidden',\n\t\t'options' => $options_pages\n\t);\n\t// Allow User Publish Posts\n\t$options[] = array(\n\t\t'name' => __('允许用户发布文章','im'),\n\t\t'desc' => __('允许用户发布文章','im'),\n\t\t'id' => 'allow_user_post',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'enable_user_center_hidden'\n\t);\n\t// Notifications of publishing\n\t$options[] = array(\n\t\t'name' => __('新投稿时邮件通知','im'),\n\t\t'desc' => __('新投稿时邮件通知','im'),\n\t\t'id' => 'notification_of_user_post',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'enable_user_center_hidden'\n\t);\n\t// Notifications of publishing by E-mail\n\t$options[] = array(\n\t\t'name' => __('通知邮箱','im'),\n\t\t'desc' => __('通知邮箱','im'),\n\t\t'id' => 'notification_by_email',\n\t\t'type' => 'text',\n\t\t'class'=> 'notification_of_user_post_hidden'\n\t);\n\t/**\n\t * ADs District Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('广告区','im'),\n\t\t'type' => 'heading'\n\t);\n\t// List Section of Home Page Top\n\t$options[] = array(\n\t\t'name' => __('首页文章列表板块上','im'),\n\t\t'desc' => __('首页文章列表板块上','im'),\n\t\t'id' => 'ads_index_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_index_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_index_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_index_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_index_01_hidden'\n\t);\n\t// List Section of Home Page Bottom\n\t$options[] = array(\n\t\t'name' => __('首页文章列表板块下','im'),\n\t\t'desc' => __('首页文章列表板块下','im'),\n\t\t'id' => 'ads_index_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_index_02_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_index_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_index_02_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_index_02_hidden'\n\t);\n\t// Content Section of Post Page Top\n\t$options[] = array(\n\t\t'name' => __('文章页正文上','im'),\n\t\t'desc' => __('文章页正文上','im'),\n\t\t'id' => 'ads_post_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_01_hidden'\n\t);\n\t// Words AD Right After Content Section of Post Page\n\t$options[] = array(\n\t\t'name' => __('文章页正文结尾文字广告','im'),\n\t\t'desc' => __('文章页正文结尾文字广告','im'),\n\t\t'id' => 'ads_post_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('前缀','im'),\n\t\t'id' => 'ads_post_02_prefix',\n\t\t'std' => __('专业','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'ads_post_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('标题','im'),\n\t\t'id' => 'ads_post_02_title',\n\t\t'std' => __('阿里巴巴','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'ads_post_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('链接','im'),\n\t\t'id' => 'ads_post_02_link',\n\t\t'std' => 'http://www.webzgq.com',\n\t\t'type' => 'text',\n\t\t'class'=> 'ads_post_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('是否新窗口打开','im'),\n\t\t'id' => 'ads_post_02_link_blank',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'ads_post_02_hidden'\n\t);\n\t// Content Section of Post Page Bottom\n\t$options[] = array(\n\t\t'name' => __('文章页正文下','im'),\n\t\t'desc' => __('文章页正文下','im'),\n\t\t'id' => 'ads_post_03',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_03_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_03_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_03_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_03_hidden'\n\t);\n\t// Above Comments Section of Post Page\n\t$options[] = array(\n\t\t'name' => __('文章页评论上','im'),\n\t\t'desc' => __('文章页评论上','im'),\n\t\t'id' => 'ads_post_04',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_04_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_04_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_04_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_04_hidden'\n\t);\n\t// List Section of Category Page Top\n\t$options[] = array(\n\t\t'name' => __('分类页列表板块上','im'),\n\t\t'desc' => __('分类页列表板块上','im'),\n\t\t'id' => 'ads_cat_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_cat_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_cat_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_cat_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_cat_01_hidden'\n\t);\n\t// List Section of Category Page Bottom\n\t$options[] = array(\n\t\t'name' => __('分类页列表板块下','im'),\n\t\t'desc' => __('分类页列表板块下','im'),\n\t\t'id' => 'ads_cat_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_cat_02_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_cat_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_cat_02_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_cat_02_hidden'\n\t);\n\t// List Section of Tag Page Top\n\t$options[] = array(\n\t\t'name' => __('标签页列表板块上','im'),\n\t\t'desc' => __('标签页列表板块上','im'),\n\t\t'id' => 'ads_tag_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_tag_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_tag_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_tag_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_tag_01_hidden'\n\t);\n\t// List Section of Tag Page Bottom\n\t$options[] = array(\n\t\t'name' => __('标签页列表板块下','im'),\n\t\t'desc' => __('标签页列表板块下','im'),\n\t\t'id' => 'ads_tag_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_tag_02_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_tag_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_tag_02_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_tag_02_hidden'\n\t);\n\t// List Section of Search Results Page Top\n\t$options[] = array(\n\t\t'name' => __('搜索页列表板块上','im'),\n\t\t'desc' => __('搜索页列表板块上','im'),\n\t\t'id' => 'ads_search_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_search_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_search_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_search_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_search_01_hidden'\n\t);\n\t// List Section of Search Results Page Bottom\n\t$options[] = array(\n\t\t'name' => __('搜索页列表板块下','im'),\n\t\t'desc' => __('搜索页列表板块下','im'),\n\t\t'id' => 'ads_search_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_search_02_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_search_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_search_02_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_search_02_hidden'\n\t);\n\t/**\n\t * Interaction Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('互动设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Gravatar Link\n\t$options[] = array(\n\t\t'name' => __('Gravatar头像获取','im'),\n\t\t'id' => 'gravatar_url',\n\t\t'std' => 'ssl',\n\t\t'type' => 'radio',\n\t\t'options' => array(\n\t\t\t'normal' => __('原有方式', 'im'),\n\t\t\t'ssl' => __('从Gravatar官方ssl获取', 'im'),\n\t\t\t'duoshuo' => __('从多说服务器获取', 'im')\n\t\t)\n\t);\n\t// Social WEIBO\n\t$options[] = array(\n\t\t'name' => __('微博','im'),\n\t\t'desc' => __('微博','im'),\n\t\t'id' => 'weibo',\n\t\t'type' => 'text'\n\t);\n\t// Social TWITTER\n\t$options[] = array(\n\t\t'name' => __('Twitter','im'),\n\t\t'desc' => __('Twitter','im'),\n\t\t'id' => 'twitter',\n\t\t'type' => 'text'\n\t);\n\t// Social FACEBOOK\n\t$options[] = array(\n\t\t'name' => __('Facebook','im'),\n\t\t'desc' => __('Facebook','im'),\n\t\t'id' => 'facebook',\n\t\t'type' => 'text'\n\t);\n\t// Social QQ\n\t$options[] = array(\n\t\t'name' => __('QQ','im'),\n\t\t'desc' => __('QQ','im'),\n\t\t'id' => 'qq',\n\t\t'type' => 'text'\n\t);\n\t// Social WECHAT\n\t$options[] = array(\n\t\t'name' => __('微信','im'),\n\t\t'desc' => __('微信','im'),\n\t\t'id' => 'wechat',\n\t\t'std' => 'IM',\n\t\t'type' => 'text'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('二维码上传(200*200)','im'),\n\t\t'id' => 'wechat_qr',\n\t\t'type' => 'upload'\n\t);\n\t// Social RSS\n\t$options[] = array(\n\t\t'name' => __('RSS订阅','im'),\n\t\t'desc' => __('RSS订阅','im'),\n\t\t'id' => 'feed',\n\t\t'std' => get_feed_link(),\n\t\t'type' => 'text'\n\t);\n\t// Comment Title\n\t$options[] = array(\n\t\t'name' => __('评论标题','im'),\n\t\t'desc' => __('评论标题','im'),\n\t\t'id' => 'comment_title',\n\t\t'std' => __('评论', 'im'),\n\t\t'type' => 'text'\n\t);\n\t// Comment Placeholder\n\t$options[] = array(\n\t\t'name' => __('评论框默认字符','im'),\n\t\t'desc' => __('评论框默认字符','im'),\n\t\t'id' => 'comment_placehoder',\n\t\t'std' => __('你说呀','im'),\n\t\t'type' => 'text'\n\t);\n\t// Comment Submit Text\n\t$options[] = array(\n\t\t'name' => __('评论提交按钮字符','im'),\n\t\t'desc' => __('评论提交按钮字符','im'),\n\t\t'id' => 'comment_submit_text',\n\t\t'std' => __('提交评论', 'im'),\n\t\t'type' => 'text'\n\t);\n\t// Comment reply notify mail with extra info\n\t$options[] = array(\n\t\t'name' => __('用户评论被回复时邮件内容附自定义信息(被回复都会邮件通知)','im'),\n\t\t'desc' => __('邮件附加信息1','im'),\n\t\t'id' => 'mail_info1',\n\t\t'std' => __('订阅'.get_bloginfo('name'),'im'),\n\t\t'type' => 'text'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('邮件附加信息1链接','im'),\n\t\t'id' => 'mail_info1_link',\n\t\t'std' => get_feed_link(),\n\t\t'type' => 'text'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('邮件附加信息2','im'),\n\t\t'id' => 'mail_info2',\n\t\t'type' => 'text'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('邮件附加信息2链接','im'),\n\t\t'id' => 'mail_info2_link',\n\t\t'type' => 'text'\n\t);\n\t// Share Module\n\t$options[] = array(\n\t\t'name' => __('分享模块','im'),\n\t\t'desc' => __('分享模块','im'),\n\t\t'id' => 'share_module',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Share Module Code\n\t$options[] = array(\n\t\t'name' => __('分享代码','im'),\n\t\t'desc' => __('默认是百度分享代码,可以改成其他分享代码','im'),\n\t\t'id' => 'share_module_code',\n\t\t'std' => '<div class=\"bdsharebuttonbox\">\n<span>分享到:</span>\n<a class=\"bds_qzone\" data-cmd=\"qzone\" title=\"分享到QQ空间\"></a>\n<a class=\"bds_tsina\" data-cmd=\"tsina\" title=\"分享到新浪微博\"></a>\n<a class=\"bds_weixin\" data-cmd=\"weixin\" title=\"分享到微信\"></a>\n<a class=\"bds_tqq\" data-cmd=\"tqq\" title=\"分享到腾讯微博\"></a>\n<a class=\"bds_sqq\" data-cmd=\"sqq\" title=\"分享到QQ好友\"></a>\n<a class=\"bds_bdhome\" data-cmd=\"bdhome\" title=\"分享到百度新首页\"></a>\n<a class=\"bds_tqf\" data-cmd=\"tqf\" title=\"分享到腾讯朋友\"></a>\n<a class=\"bds_youdao\" data-cmd=\"youdao\" title=\"分享到有道云笔记\"></a>\n<a class=\"bds_more\" data-cmd=\"more\">更多</a> <span>(</span><a class=\"bds_count\" data-cmd=\"count\" title=\"累计分享0次\">0</a><span>)</span>\n</div>\n<script>\nwindow._bd_share_config = {\n common: {\n\t\t\"bdText\" : \"\",\n\t\t\"bdMini\" : \"2\",\n\t\t\"bdMiniList\" : false,\n\t\t\"bdPic\" : \"\",\n\t\t\"bdStyle\" : \"0\",\n\t\t\"bdSize\" : \"24\"\n },\n share: [{\n bdCustomStyle: \"'. get_stylesheet_directory_uri() .'/css/share.css\"\n }]\n}\nwith(document)0[(getElementsByTagName(\"head\")[0]||body).appendChild(createElement(\"script\")).src=\"http://bdimg.share.baidu.com/static/api/js/share.js?cdnversion=\"+~(-new Date()/36e5)];\n</script>',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'share_module_hidden',\n\t\t'settings' => array(\n\t\t\t'rows' => 10\n\t\t)\n\t);\n\t/**\n\t * Performance Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('性能选项','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Place jQuery in the bottom of site\n\t$options[] = array(\n\t\t'name' => __('jQuery底部加载','im'),\n\t\t'desc' => __('开启(可提升页面内容加载速度,但部分依赖jQuery的插件可能失效)','im'),\n\t\t'id' => 'jquery_bottom',\n\t\t'type' => 'checkbox'\n\t);\n\t// Js CDN\n\t$options[] = array(\n\t\t'name' => __('JS文件托管','im'),\n\t\t'desc' => __('JS文件是否托管','im'),\n\t\t'id' => 'js_cdn',\n\t\t'std' => 'localhost',\n\t\t'type' => 'radio',\n\t\t'options' => array(\n\t\t\t'localhost' => __('不托管', 'im'),\n\t\t\t'baidu' => __('百度', 'im'),\n\t\t\t'offi_site' => __('框架来源站点(分别引入jquery和bootstrap官方站点JS文件)', 'im')\n\t\t)\n\t);\n\t// Thumbnails loading by ajax \n\t$options[] = array(\n\t\t'name' => __('文章缩略图异步加载','im'),\n\t\t'desc' => __('文章缩略图异步加载','im'),\n\t\t'id' => 'ajax_thumbnail',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t/**\n\t * Functionalities Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('功能设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Micro Categories\n\t$options[] = array(\n\t\t'name' => __('微分类','im'),\n\t\t'desc' => __('开启微分类','im'),\n\t\t'id' => 'micro_cat',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Show posts from Micro Categories in home page\n\t$options[] = array(\n\t\t'name' => __('在首页显示微分类最新文章','im'),\n\t\t'desc' => __('在首页显示微分类最新文章','im'),\n\t\t'id' => 'micro_cat_home',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'micro_cat_hidden'\n\t);\n\t// Micro Categories Title\n\t$options[] = array(\n\t\t'name' => __('标题(默认:今日观点)','im'),\n\t\t'desc' => __('标题(默认:今日观点)','im'),\n\t\t'id' => 'micro_cat_home_title',\n\t\t'std' => __('今日观点','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'micro_cat_hidden'\n\t);\n\t// Choose a category for micro category\n\t$options[] = array(\n\t\t'name' => __('选择分类设置为微分类','im'),\n\t\t'desc' => __('选择一个使用微分类展示模版,分类下文章将全文输出到微分类列表','im'),\n\t\t'id' => 'micro_cat_from',\n\t\t'type' => 'select',\n\t\t'class'=> 'micro_cat_hidden',\n\t\t'options' => $options_categories\n\t);\n\t// Sidebars scroll as Window scrolls for home page\n\t$options[] = array(\n\t\t'name' => __('侧栏随动','im'),\n\t\t'desc' => __('首页','im'),\n\t\t'id' => 'sidebar_scroll_index',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('设置随动模块,多个模块之间用空格隔开即可!默认:“1 2”,表示第1和第2个模块,建议最多3个模块','im'),\n\t\t'id' => 'sidebar_scroll_index_set',\n\t\t'std' => '1 2',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini sidebar_scroll_index_hidden'\n\t);\n\t// Sidebars scroll as Window scrolls for cat&tag&search pages\n\t$options[] = array(\n\t\t'desc' => __('分类/标签/搜索页','im'),\n\t\t'id' => 'sidebar_scroll_list',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('设置随动模块,多个模块之间用空格隔开即可!默认:“1 2”,表示第1和第2个模块,建议最多3个模块','im'),\n\t\t'id' => 'sidebar_scroll_list_set',\n\t\t'std' => '1 2',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini sidebar_scroll_list_hidden'\n\t);\n\t// Sidebars scroll as Window scrolls for post page\n\t$options[] = array(\n\t\t'desc' => __('文章页','im'),\n\t\t'id' => 'sidebar_scroll_post',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('设置随动模块,多个模块之间用空格隔开即可!默认:“1 2”,表示第1和第2个模块,建议最多3个模块','im'),\n\t\t'id' => 'sidebar_scroll_post_set',\n\t\t'std' => '1 2',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini sidebar_scroll_post_hidden'\n\t);\n\t// Direct Link\n\t$options[] = array(\n\t\t'name' => __('直达链接','im'),\n\t\t'desc' => __('显示','im'),\n\t\t'id' => 'direct_link',\n\t\t'type' => 'multicheck',\n\t\t'options' => array(\n\t\t\t'list_article' => __('在文章列表页显示','im'),\n\t\t\t'article_article' => __('在文章页显示','im')\n\t\t)\n\t);\n\t// Direct Link Open Type\n\t$options[] = array(\n\t\t'desc' => __('新窗口打开','im'),\n\t\t'id' => 'direct_link_open_type',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Direct Link with arrtribute of nofollow\n\t$options[] = array(\n\t\t'desc' => __('链接添加nofollow','im'),\n\t\t'id' => 'direct_link_nofollow',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Direct Link Title\n\t$options[] = array(\n\t\t'desc' => __('自定义显示文字,默认为:直达链接','im'),\n\t\t'id' => 'direct_link_title',\n\t\t'std' => __('直达链接','im'),\n\t\t'type' => 'text'\n\t);\n\t/**\n\t * Customizitons Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('自定义','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Custom your CSS code\n\t$options[] = array(\n\t\t'name' => __('自定义CSS样式','im'),\n\t\t'desc' => __('位于&lt;/head&gt;之前,直接写样式代码,不用添加&lt;style&gt;标签','im'),\n\t\t'id' => 'cus_csscode',\n\t\t'type' => 'textarea'\n\t);\n\t// Custom codes before </head>\n\t$options[] = array(\n\t\t'name' => __('自定义头部代码','im'),\n\t\t'desc' => __('位于&lt;/head&gt;之前,这部分代码是在主要内容显示之前加载,通常是CSS样式、自定义的&lt;meta&gt;标签、全站头部JS等需要提前加载的代码','im'),\n\t\t'id' => 'head_code',\n\t\t'type' => 'textarea'\n\t);\n\t// Custom codes before </body>\n\t$options[] = array(\n\t\t'name' => __('自定义底部代码','im'),\n\t\t'desc' => __('位于&lt;/body&gt;之前,这部分代码是在主要内容加载完毕加载,通常是JS代码','im'),\n\t\t'id' => 'foot_code',\n\t\t'type' => 'textarea'\n\t);\n\t// Custom the content above copyright section in the foot of the site\n\t$options[] = array(\n\t\t'name' => __('自定义网站底部内容','im'),\n\t\t'desc' => __('该块显示在网站底部版权上方,可已定义放一些链接或者图片之类的内容。','im'),\n\t\t'id' => 'cus_foot_content',\n\t\t'type' => 'textarea'\n\t);\n\t// Custom your analytic and on\n\t$options[] = array(\n\t\t'name' => __('网站统计代码','im'),\n\t\t'desc' => __('位于底部,用于添加第三方流量数据统计代码,如:Google analytics、百度统计、CNZZ、51la,国内站点推荐使用百度统计,国外站点推荐使用Google analytics','im'),\n\t\t'id' => 'trackcode',\n\t\t'type' => 'textarea'\n\t);\n\treturn $options;\n}", "public function create_options_page() {\r\n\r\n\t\tadd_menu_page(\r\n\t\t\t$this->settings['heading'],\r\n\t\t\t$this->settings['menu_title'],\r\n\t\t\t'edit_theme_options',\r\n\t\t\t$this->settings['page_slug'],\r\n\t\t\tarray( $this, 'render_options_page' ),\r\n\t\t\t$this->settings['dashicon'],\r\n\t\t\t999 // Place at the bottom of the dash menu\r\n\t\t);\r\n\r\n\t}", "function optionsframework_options() {\n\n\t// Typograpgy CSS list\n\t$typography = options_stylesheets_get_file_list(\n\t\tget_stylesheet_directory() . '/css/typography/', // $directory_path\n\t\t'css', // $filetype\n\t\tget_stylesheet_directory_uri() . '/css/typography/' // $directory_uri\n\t);\n\n\n\t// Layout CSS list\n\t$layout = options_stylesheets_get_file_list(\n\t\tget_stylesheet_directory() . '/css/layout/', // $directory_path\n\t\t'css', // $filetype\n\t\tget_stylesheet_directory_uri() . '/css/layout/' // $directory_uri\n\t);\n\t\n\t// Colors CSS list\n\t$colors = options_stylesheets_get_file_list(\n\t\tget_stylesheet_directory() . '/css/colors/', // $directory_path\n\t\t'css', // $filetype\n\t\tget_stylesheet_directory_uri() . '/css/colors/' // $directory_uri\n\t);\n\n\n\n\n\t$options = array();\n\t\t\n\n// Typography\n// typography in the Theme options\n\t\n \t$options['typography'] = array( \n\t\t\"name\" => \"Typography\",\n \t\t\"id\" => \"typography\",\n \t\t\"type\" => \"radio\",\n \t\t\"options\" => $typography );\n\n\n// Colors\n// Colors in the Theme options\n\t\n \t$options['colors'] = array( \n\t\t\"name\" => \"Colors\",\n \t\t\"id\" => \"colors\",\n \t\t\"type\" => \"radio\",\n \t\t\"options\" => $colors );\n \n\t// Color Picker\n\t\t\n $options['example_colorpicker'] = array(\n \t\"name\" => \"Colorpicker\",\n \t\"id\" => \"example_colorpicker\",\n \t\"std\" => \"#666666\",\n \t\"type\" => \"color\" );\n\n\n\n// Layout\n// Layout in the Theme options\n\t\n \t$options['layout'] = array( \n\t\t\"name\" => \"Layout CSS variants\",\n \t\t\"id\" => \"layout\",\n \t\t\"type\" => \"radio\",\n \t\t\"options\" => $layout );\n \n\n\n// site Width setting \n\t\t\n \t$options['site_width'] = array(\n \t \t\"name\" => \"Site Width\",\n \t \"id\" => \"site_width\",\n \t \"std\" => \"Default Value\",\n \t \"type\" => \"text\" );\n\n// Logo uploader\n\n\t$options['logo'] = array(\n\t\t\"name\" => \"Logo image\",\n\t\t\"desc\" => \"This creates a full size uploader that previews the image.\",\n\t\t\"id\" => \"logo\",\n\t\t\"type\" => \"upload\" );\n\t\t\n\n\treturn $options;\n}", "function theme_options_init(){\n\tregister_setting( 'htmlks4wp_options', 'htmlks4wp_theme_options', 'theme_options_validate' );\n}", "public function options()\n\t{\n\n\t $tr = new GoogleTranslate('tr');\n\t $tr->setTarget('ru');\n\n\t $options = \\App\\Option::all();\n\t $text = '';\n\n\t foreach ($options as $option) {\n\t $text .= ' | '.$option->id.'=='.$option->title;\n\t }\n\n\t $ru = $tr->translate($text);\n\t $options2 = [];\n\t $options2 = explode(' | ', $ru);\n\t unset($options2[0]);\n\n\t foreach ($options2 as $option2) {\n\t list($id, $title) = explode('==', $option2);\n\t $option_data = $options->firstWhere('id', $id);\n\t $option_data->title = trim($title);\n\t $option_data->slug = str_slug(trim($title));\n\t $option_data->save();\n\t }\n\n\t echo 'The End!';\n\t}", "public function optionsPage()\r\n {\r\n $this->updateOptions();\r\n include_once($this->path . '/views/options.php');\r\n }", "public function initialize_options() {\n add_option( 'wp_roni_photo_contest_same_voted', '1' );\n add_option( 'wp_roni_photo_contest_tracking', 'ipaddress' );\n add_option( 'wp_roni_photo_contest_custom_css', '.gallery { border: 5px solid red; }' );\n add_option( 'wp_roni_photo_contest_subtitle', 'Contest title' );\n add_option( 'wp_roni_photo_contest_description', 'Contest description.' );\n\n wp_insert_term('Roni gallery', 'category', array(\n 'slug' => 'roni-gallery'\n ));\n\n // Database object\n global $wpdb;\n\n // Database table names\n $image_table_name = $wpdb->prefix . 'roni_images';\n $votes_table_name = $wpdb->prefix . 'roni_votes';\n\n // If table roni_images doesn't exist create it\n $query = \"show tables like '\" . $image_table_name . \"';\";\n if(!$wpdb -> get_var($query))\t{\n $query = \"create table \" . $image_table_name . \" ( \";\n $query .= \"`images_id` int not null auto_increment, \";\n $query .= \"`attachment_id` int(11) not null default '0', \";\n $query .= \"`title` varchar(30) not null default '',\";\n $query .= \"`description` varchar(100) not null default '',\";\n $query .= \"`image_path` varchar(1000) not null, \";\n $query .= \"`thumbnaul_path` varchar(1000) not null, \";\n $query .= \"`author_name` varchar(50) not null, \";\n $query .= \"`author_email` varchar(50) not null, \";\n $query .= \"`number_of_votes` int not null default '0', \";\n $query .= \"`image_status` int not null default '0', \";\n $query .= \"`created` datetime not null default '00-00-0000 00:00:00', \";\n $query .= \"PRIMARY KEY (`images_id`)\";\n $query .= \") ENGINE=MyISAM AUTO_INCREMENT=1 CHARSET=UTF8 COLLATE=utf8_general_ci;\";\n\n $wpdb -> query($query);\n \t}\n\n // If table roni_votes doesn't exist create it\n $query = \"show tables like '\" . $votes_table_name . \"';\";\n if(!$wpdb->get_var( $query ))\t{\n $query = \"create table \" . $votes_table_name . \" ( \";\n $query .= \"`id` int not null auto_increment, \";\n $query .= \"`ip_address` varchar(100) not null, \";\n $query .= \"`attachment_id` int not null default '0', \";\n $query .= \"`created` datetime not null default '00-00-0000 00:00:00',\";\n $query .= \"PRIMARY KEY (`id`)\";\n $query .= \") ENGINE=MyISAM AUTO_INCREMENT=1 CHARSET=UTF8 COLLATE=utf8_general_ci;\";\n\n $wpdb->query($query);\n \t}\n }", "function admin_options() {\r\n ?>\r\n <h3><?php _e('Bitcoin Payment','Bitcoin_Payment'); ?></h3>\r\n <table class=\"form-table\">\r\n <?php $this->generate_settings_html(); ?>\r\n </table> <?php\r\n }", "function nxt_posts_p_add_options(){\n\n\tadd_option( 'nxt_post_option_template_select', 'themes/theme_1.php');\n\tadd_option( 'nxt_post_plugin_enable');\n}", "function get_options() {\r\n\t\t\t$set_options = array(\r\n\t\t\t\t'plugin_css' => true, \r\n\t\t\t\t'home' => true,\r\n\t\t\t\t'single' => true,\r\n\t\t\t\t'page' => true,\r\n\t\t\t\t'archive' => true,\r\n\t\t\t\t'search' => true,\r\n\t\t\t\t'feed' => true,\r\n\t\t\t\t'attachment' => true,\r\n\t\t\t\t'tag' => true,\r\n\t\t\t\t'category' => true,\r\n\t\t\t\t'date' => true,\r\n\t\t\t\t'author' => true,\r\n\t\t\t\t'the_content' => true,\r\n\t\t\t\t'the_excerpt' => true,\r\n\t\t\t\t'the_comment' => false,\r\n\t\t\t\t'excluded_cats' => array(),\r\n\t\t\t\t'excluded_ids' => array()\r\n\t\t\t\t);\r\n\t\t\t$options = get_option($this->options_name);\r\n\t\t\tif (!empty($options)) {\r\n\t\t\t\tforeach ($options as $key => $option)\r\n\t\t\t\t\t$set_options[$key] = $option;\r\n\t\t\t}else{\r\n\t\t\t\tupdate_option($this->options_name, $set_options);\r\n\t\t\t}\r\n\t\t\treturn $set_options;\r\n\t\t}", "function zdtw_menu_options_callback() {\n echo '<form id=\"'.$this->prefix.'-form\" class=\"zd-settings-form\" method=\"POST\" action=\"options.php\">'.\"\\n\";\n\n// print_r( $this->options );\n// echo $this->settings_page_id;\n\n // settings_fields( $option_group )\n settings_fields( $this->settings_page_id );\n// settings_fields( $this->prefix . '-general-section' );\n\n do_settings_fields( $this->settings_page_id, $this->prefix .'-general-section' );\n\n submit_button();\n\n echo '</form>'.\"\\n\";\n }", "function optionsframework_option_name() {\n\treturn 'unite';\n}" ]
[ "0.6603594", "0.6558042", "0.6504788", "0.6485519", "0.6482863", "0.6433164", "0.6408985", "0.63890195", "0.63649756", "0.63629276", "0.6359281", "0.6338252", "0.6338252", "0.6320288", "0.6316424", "0.6259112", "0.6242717", "0.6238489", "0.6231641", "0.6212818", "0.61924326", "0.61896706", "0.61841", "0.6176211", "0.617144", "0.6165243", "0.6159198", "0.61448514", "0.60705525", "0.60605145", "0.6055472", "0.6054405", "0.6048642", "0.60432047", "0.60365695", "0.59768695", "0.59538925", "0.59499985", "0.59388775", "0.593771", "0.59251875", "0.58987445", "0.5895078", "0.5873677", "0.58691216", "0.58676535", "0.58307314", "0.583072", "0.58216", "0.5819724", "0.5814573", "0.58110386", "0.5787785", "0.5787283", "0.57862335", "0.57833225", "0.57713974", "0.5760151", "0.5758983", "0.5743637", "0.5742029", "0.5740031", "0.5736108", "0.5733305", "0.5730428", "0.5724198", "0.5712013", "0.571139", "0.5710256", "0.57044613", "0.569842", "0.5696799", "0.5691978", "0.56873214", "0.56867677", "0.5680903", "0.567548", "0.56710726", "0.5667423", "0.56663954", "0.5660543", "0.56572783", "0.5647564", "0.56455445", "0.564199", "0.562879", "0.5622632", "0.56199163", "0.5618952", "0.5616293", "0.5615876", "0.56150234", "0.5614263", "0.56071144", "0.56070226", "0.5597132", "0.55879027", "0.5578167", "0.55747753", "0.55742794" ]
0.587491
43
Defines an array of options that will be used to generate the settings page and be saved in the database. When creating the 'id' fields, make sure to use all lowercase and no spaces. If you are making your theme translatable, you should replace 'options_framework_theme' with the actual text domain for your theme. Read more:
function optionsframework_options() { // Test data $test_array = array( 'one' => __('One', 'options_framework_theme'), 'two' => __('Two', 'options_framework_theme'), 'three' => __('Three', 'options_framework_theme'), 'four' => __('Four', 'options_framework_theme'), 'five' => __('Five', 'options_framework_theme') ); // Multicheck Array $multicheck_array = array( 'one' => __('French Toast', 'options_framework_theme'), 'two' => __('Pancake', 'options_framework_theme'), 'three' => __('Omelette', 'options_framework_theme'), 'four' => __('Crepe', 'options_framework_theme'), 'five' => __('Waffle', 'options_framework_theme') ); // Multicheck Defaults $multicheck_defaults = array( 'one' => '1', 'five' => '1' ); $multicheck_nums = array( '1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5' ); // Background Defaults $background_defaults = array( 'color' => '', 'image' => '', 'repeat' => 'repeat', 'position' => 'top center', 'attachment'=>'scroll' ); // Typography Defaults $typography_defaults = array( 'size' => '15px', 'face' => 'georgia', 'style' => 'bold', 'color' => '#bada55' ); // Typography Options $typography_options = array( 'sizes' => array( '6','12','14','16','20' ), 'faces' => array( 'Helvetica Neue' => 'Helvetica Neue','Arial' => 'Arial' ), 'styles' => array( 'normal' => 'Normal','bold' => 'Bold' ), 'color' => false ); // Pull all the categories into an array $options_categories = array(); $options_categories_obj = get_categories(); foreach ($options_categories_obj as $category) { $options_categories[$category->cat_ID] = $category->cat_name; } // Pull all tags into an array $options_tags = array(); $options_tags_obj = get_tags(); foreach ( $options_tags_obj as $tag ) { $options_tags[$tag->term_id] = $tag->name; } // Pull all the pages into an array $options_pages = array(); $options_pages_obj = get_pages('sort_column=post_parent,menu_order'); // $options_pages[''] = 'Select a page:'; foreach ($options_pages_obj as $page) { $options_pages[$page->ID] = $page->post_title; } $options_linkcats = array(); $options_linkcats_obj = get_terms('link_category'); foreach ( $options_linkcats_obj as $tag ) { $options_linkcats[$tag->term_id] = $tag->name; } // If using image radio buttons, define a directory path $imagepath = get_template_directory_uri() . '/img/'; $qrcode = get_template_directory_uri() . '/img/qrcode.png'; $adsdesc = __('可添加任意广告联盟代码或自定义代码', 'haoui'); $options = array(); // ====================================================================================================================== $options[] = array( 'name' => __('基本', 'haoui'), 'type' => 'heading'); $options[] = array( 'name' => __('Logo', 'haoui'), 'id' => 'logo_src', 'std' => $imagepath . 'logo.png', 'desc' => '建议尺寸200x50', 'type' => 'upload'); $options[] = array( 'name' => __('字体logo', 'haoui'), 'id' => 'logo_style', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui').__('(开启后图片logo会失效,字体logo修改教程请查看群文件)', 'haoui')); $options[] = array( 'name' => __('布局', 'haoui'), 'id' => 'layout', 'std' => "2", 'type' => "radio", 'desc' => __("2种布局供选择,点击选择你喜欢的布局方式,保存后前端展示会有所改变。", 'haoui'), 'options' => array( '2' => __('有侧边栏', 'haoui'), '1' => __('无侧边栏', 'haoui') )); $options[] = array( 'name' => __('全局小米兰亭字体', 'haoui'), 'id' => 'all_fonts', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').__('(开启后全局文字将会有一定变化,请查看前台效果)', 'haoui')); $options[] = array( 'name' => __("主题风格", 'haoui'), 'desc' => __("14种颜色供选择,点击选择你喜欢的颜色,保存后前端展示会有所改变。", 'haoui'), 'id' => "theme_skin", 'std' => "45B6F7", 'type' => "colorradio", 'options' => array( '45B6F7' => 100, 'FF5E52' => 1, '2CDB87' => 2, '00D6AC' => 3, '16C0F8' => 4, 'EA84FF' => 5, 'FDAC5F' => 6, 'FD77B2' => 7, '76BDFF' => 8, 'C38CFF' => 9, 'FF926F' => 10, '8AC78F' => 11, 'C7C183' => 12, '555555' => 13 ) ); $options[] = array( 'id' => 'theme_skin_custom', 'std' => "", 'desc' => __('不喜欢上面提供的颜色,你好可以在这里自定义设置,如果不用自定义颜色清空即可(默认不用自定义)', 'haoui'), 'type' => "color"); $options[] = array( 'name' => __('网页最大宽度', 'haoui'), 'id' => 'site_width', 'std' => 1200, 'class' => 'mini', 'desc' => __('默认:1200,单位:px(像素)', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('底部友情链接', 'haoui'), 'id' => 'flinks_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').__('(开启后会在页面底部增加一个链接模块)', 'haoui')); $options[] = array( 'id' => 'flinks_home_s', 'type' => "checkbox", 'std' => false, 'class' => 'op-multicheck', 'desc' => __('只在首页开启', 'haoui')); $options[] = array( 'id' => 'flinks_m_s', 'type' => "checkbox", 'std' => false, 'class' => 'op-multicheck', 'desc' => __('在手机端显示,不勾选则不在手机端显示', 'haoui')); $options[] = array( 'id' => 'gd_links', 'std' => '/links', 'class' => 'op-multicheck mini', 'desc' => __('侧边栏更多友链地址'), 'type' => 'text'); $options[] = array( 'id' => 'flinks_cat', 'options' => $options_linkcats, 'class' => 'op-multicheck mini', 'desc' => __('选择一个底部友情链接的链接分类', 'haoui'), 'type' => 'select'); $options[] = array( 'name' => __('jQuery底部加载', 'haoui'), 'id' => 'jquery_bom', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').__('(可提高页面内容加载速度,但部分依赖jQuery的插件可能失效)', 'haoui')); $options[] = array( 'name' => __('Gravatar 头像获取', 'haoui'), 'id' => 'gravatar_url', 'std' => "ssl", 'type' => "radio", 'options' => array( 'no' => __('原有方式', 'haoui'), 'ssl' => __('从Gravatar官方ssl获取', 'haoui'), 'duoshuo' => __('从多说服务器获取', 'haoui') )); $options[] = array( 'name' => __('JS文件托管(可大幅提速JS加载)', 'haoui'), 'id' => 'js_outlink', 'std' => "no", 'type' => "radio", 'options' => array( 'no' => __('不托管', 'haoui'), 'baidu' => __('百度', 'haoui'), '360' => __('360(新接口,推荐)', 'haoui'), 'he' => __('框架来源站点(分别引入jquery和bootstrap官方站点JS文件)', 'haoui') )); $options[] = array( 'name' => __('网站整体变灰', 'haoui'), 'id' => 'site_gray', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').__('(支持IE、Chrome,基本上覆盖了大部分用户,不会降低访问速度)', 'haoui')); $options[] = array( 'name' => __('分类url去除category字样', 'haoui'), 'id' => 'no_categoty', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').__('(主题已内置no-category插件功能,请不要安装插件;<b>开启后请去设置-固定连接中点击保存即可)</b>', 'haoui')); $options[] = array( 'name' => __('品牌文字', 'haoui'), 'id' => 'brand', 'std' => "欢迎光临\n我们一直在努力", 'desc' => __('显示在Logo旁边的两个短文字,请换行填写两句文字(短文字介绍)', 'haoui'), 'settings' => array( 'rows' => 2 ), 'type' => 'textarea'); $options[] = array( 'name' => __('网站底部信息', 'haoui'), 'id' => 'footer_seo', 'std' => '<a href="'.site_url('/sitemap.xml').'">'.__('网站地图', 'haoui').'</a>'."\n", 'desc' => __('备案号可写于此,网站地图可自行使用sitemap插件自动生成', 'haoui'), 'type' => 'textarea'); $options[] = array( 'name' => __('手机端导航', 'haoui'), 'id' => 'm_navbar', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('百度自定义站内搜索', 'haoui'), 'id' => 'search_baidu', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui')); $options[] = array( 'id' => 'search_baidu_code', 'std' => '', 'desc' => __('此处存放百度自定义站内搜索代码,请自行去 http://zn.baidu.com/ 设置并获取', 'haoui'), 'settings' => array( 'rows' => 2 ), 'type' => 'textarea'); $options[] = array( 'name' => __('PC端滚动时导航固定', 'haoui'), 'id' => 'nav_fixed', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').__('由于网址导航左侧菜单的固定,故对网址导航页面无效', 'haoui')); $options[] = array( 'name' => __('新窗口打开文章', 'haoui'), 'id' => 'target_blank', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('首页不显示该分类下文章', 'haoui'), 'id' => 'notinhome', 'options' => $options_categories, 'type' => 'multicheck'); $options[] = array( 'name' => __('首页不显示以下ID的文章', 'haoui'), 'id' => 'notinhome_post', 'std' => "11245\n12846", 'desc' => __('每行填写一个文章ID', 'haoui'), 'settings' => array( 'rows' => 2 ), 'type' => 'textarea'); $options[] = array( 'name' => __('分页无限加载页数', 'haoui'), 'id' => 'ajaxpager', 'std' => 5, 'class' => 'mini', 'desc' => __('为0时表示不开启该功能', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('列表模式', 'haoui'), 'id' => 'list_type', 'std' => "thumb", 'type' => "radio", 'options' => array( 'thumb' => __('图文模式(缩略图尺寸:220*150px,默认已自动裁剪)', 'haoui'), 'text' => __('文字模式 ', 'haoui'), 'thumb_if_has' => __('图文模式,无特色图时自动转换为文字模式 ', 'haoui'), )); $options[] = array( 'name' => '底部QQ咨询', 'id' => 'fqq_s', 'type' => "checkbox", 'std' => true, 'desc' => '开启'.'(开启后会在网站底部右下角增加一个QQ咨询按钮。QQ通讯组件可以到 shang.qq.com 进行相关设置)'); $options[] = array( 'id' => 'fqq_id', 'desc' => 'QQ号码', 'std' => '4700003344', 'type' => 'text'); $options[] = array( 'id' => 'fqq_tip', 'desc' => '按钮提示文字。默认:QQ咨询', 'std' => 'QQ咨询', 'type' => 'text'); $options[] = array( 'name' => __('SEO', 'haoui'), 'type' => 'heading'); $options[] = array( 'name' => __('全站连接符', 'haoui'), 'id' => 'connector', 'desc' => __('一经选择,切勿更改,对SEO不友好,一般为“-”或“_”', 'haoui'), 'std' => _hui('connector') ? _hui('connector') : '-', 'type' => 'text', 'class' => 'mini'); $options[] = array( 'name' => 'SEO标题(title)', 'id' => 'hometitle', 'std' => '', 'desc' => '完全自定义的首页标题让搜索引擎更喜欢,该设置为空则自动采用后台-设置-常规中的“站点标题+副标题”的形式', 'settings' => array( 'rows' => 2 ), 'type' => 'textarea'); $options[] = array( 'name' => __('首页关键字(keywords)', 'haoui'), 'id' => 'keywords', 'std' => '一个网站, 一个牛x的网站', 'desc' => __('关键字有利于SEO优化,建议个数在5-10之间,用英文逗号隔开', 'haoui'), 'settings' => array( 'rows' => 2 ), 'type' => 'textarea'); $options[] = array( 'name' => __('首页描述(description)', 'haoui'), 'id' => 'description', 'std' => __('源码社 www.nicedowns.com 精品商业资源免费下载', 'haoui'), 'desc' => __('描述有利于SEO优化,建议字数在30-70之间', 'haoui'), 'settings' => array( 'rows' => 3 ), 'type' => 'textarea'); $options[] = array( 'name' => __('文章和页面SEO设置', 'haoui'), 'id' => 'post_keywords_description_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('文章评论内链接添加nofollow跳转', 'haoui'), 'id' => 'nofollow_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('文章内外链go跳转', 'haoui'), 'id' => 'go_tiaozhuan_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启【去页面新建页面,选择模板 <b><i>外链跳转</b></i> 固定链接设为 <b>http://你的域名/go</b> 】', 'haoui')); // ============首页布局========================================================================================================== $options[] = array( 'name' => __('首页布局', 'haoui'), 'type' => 'heading'); $options[] = array( 'name' => __( '首页显示模式', 'theme-textdomain' ), 'desc' => __( '设置首页显示风格.', 'theme-textdomain' ), 'id' => 'index-s', 'std' => 'index-blog', 'type' => 'radio', 'options' => array('index-blog' => __( '博客模式', 'theme-textdomain' ),'index-card' => __( '卡片模式', 'theme-textdomain' ),'index-cms' => __( 'CMS模式', 'theme-textdomain' ),) ); $options[] = array( 'name' => __('CMS最新文章', 'haoui'), 'id' => 'index_cms_new', 'type' => "checkbox", 'std' => false, 'desc' => __('开启(开启博客模式和卡片模式请关闭)', 'haoui')); $options[] = array( 'id' => 'index_cms_new_list', 'type' => "text", 'std' => '5', 'desc' => __('显示数量', 'haoui').__('(置顶文章不包括其中)', 'haoui'), 'class' => 'op-multicheck mini'); $options[] = array( 'name' => __( 'CMS首页排除的分类', 'theme-textdomain' ), 'desc' => __( '排除的分类ID将不会显示在首页,中间用英文逗号隔开例如:1,2,3', 'theme-textdomain' ), 'id' => 'cmsundisplaycats', 'std' => '', 'class' => 'mini', 'type' => 'text' ); $options[] = array( 'name' => __( 'CMS自定义分类排序', 'theme-textdomain' ), 'desc' => __( '自定义首页CMS分类排序,依次填写分类ID,中间用英文逗号隔开例如:1,2,3', 'theme-textdomain' ), 'id' => 'example_text', 'std' => '', 'class' => 'mini', 'type' => 'text' ); if ( $options_categories ) { $options[] = array( 'name' => __( '首页CMS并列双栏模板', 'theme-textdomain' ), 'desc' => __( '要使用该模板,请勾选对应分类,该模板为分类并列模板,推荐偶数个分类勾选该模板,并在分类输出排序中使其相邻,同一分类不要勾选多个模板', 'theme-textdomain' ), 'id' => 'example_checkbox_categories', 'type' => 'multicheck', 'options' => $options_categories ); } if ( $options_categories ) { $options[] = array( 'name' => __( '首页CMS1,顶部焦点图', 'theme-textdomain' ), 'desc' => __( '要使用该模板,请勾选对应分类,同一分类不要勾选多个模板', 'theme-textdomain' ), 'id' => 'example_checkbox_categories_1', 'type' => 'multicheck', 'options' => $options_categories ); } if ( $options_categories ) { $options[] = array( 'name' => __( '首页CMS2,左侧焦点图', 'theme-textdomain' ), 'desc' => __( '要使用该模板,请勾选对应分类,同一分类不要勾选多个模板', 'theme-textdomain' ), 'id' => 'example_checkbox_categories_2', 'type' => 'multicheck', 'options' => $options_categories ); $options[] = array( 'desc' => __('CMS2底部广告', 'haoui'), 'id' => 'bar_2_asb', 'std' => '', 'class' => 'op-multicheck', 'type' => 'textarea'); } if ( $options_categories ) { $options[] = array( 'name' => __( '首页CMS3,右侧焦点图', 'theme-textdomain' ), 'desc' => __( '要使用该模板,请勾选对应分类,同一分类不要勾选多个模板', 'theme-textdomain' ), 'id' => 'example_checkbox_categories_3', 'type' => 'multicheck', 'options' => $options_categories ); $options[] = array( 'desc' => __('CMS3底部广告', 'haoui'), 'id' => 'bar_3_asb', 'std' => '', 'class' => 'op-multicheck', 'type' => 'textarea'); } if ( $options_categories ) { $options[] = array( 'name' => __( '首页CMS4,三列三行,首行为焦点图', 'theme-textdomain' ), 'desc' => __( '要使用该模板,请勾选对应分类,同一分类不要勾选多个模板', 'theme-textdomain' ), 'id' => 'example_checkbox_categories_4', 'type' => 'multicheck', 'options' => $options_categories ); } if ( $options_categories ) { $options[] = array( 'name' => __( '首页CMS5,图文对称模板', 'theme-textdomain' ), 'desc' => __( '要使用该模板,请勾选对应分类,同一分类不要勾选多个模板', 'theme-textdomain' ), 'id' => 'example_checkbox_categories_5', 'type' => 'multicheck', 'options' => $options_categories ); } $options[] = array( 'name' => __('首页最新评论 or 随机文章推荐', 'haoui'), 'id' => 'latest_visit_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').__('(开启后会在banner下增加一个模块,展示最新发表过评论的文章,经典模式下显示随机文章,手机默认不显示', 'haoui')); $options[] = array( 'name' => __('关闭前台登录', 'haoui'), 'id' => 'ligin_off', 'type' => "checkbox", 'std' => false, 'desc' => __('关闭')); $options[] = array( 'name' => __('首页随机文章/热门文章', 'haoui'), 'id' => 'index_page_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui').__('(开启后会在公告下新增一个模块,若是开启“经典模式”则只显示热门文章且手机不显示)', 'haoui')); $options[] = array( 'desc' => __('随机文章⬇⬇⬇⬇⬇')); $options[] = array( 'id' => 'index_suiji_h3', 'type' => "text", 'std' => '随机推荐', 'desc' => __('随机推荐标题'), 'class' => 'op-multicheck mini'); $options[] = array( 'id' => 'index_suiji_item', 'type' => "text", 'std' => '4', 'desc' => __('显示数量', 'haoui').__('(此为随机文章数量)', 'haoui'), 'class' => 'op-multicheck mini'); $options[] = array( 'id' => 'index_suiji_text', 'type' => "text", 'std' => '荐', 'desc' => __('随机推荐文字', 'haoui').__('(将显示在每条推荐的前面,建议一个字,支持fonts图标)', 'haoui'), 'class' => 'op-multicheck mini'); $options[] = array( 'desc' => __('热门文章⬇⬇⬇⬇⬇')); $options[] = array( 'id' => 'index_rem_h3', 'type' => "text", 'std' => '30天热门', 'desc' => __('热门推荐标题'), 'class' => 'op-multicheck mini'); $options[] = array( 'id' => 'index_rem_item', 'type' => "text", 'std' => '4', 'desc' => __('显示数量', 'haoui').__('(此为随机文章数量)', 'haoui'), 'class' => 'op-multicheck mini'); $options[] = array( 'id' => 'index_rem_date', 'type' => "text", 'std' => '30', 'desc' => __('时间/单位/天', 'haoui').__('(显示多长时间内评论最多的文章)', 'haoui'), 'class' => 'op-multicheck mini'); $options[] = array( 'name' => __('首页工具箱', 'haoui'), 'id' => 'index_tool_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('手机端默认不显示', 'haoui'), 'id' => 'index_tool', 'class' => 'op-multicheck', 'std' => '<article class="excerpt-list"> <div class="col-sm-2 col-xs-4 col-list"> <div class="indexebox indexebox-l"> <i class="fa fa-cogs"></i> <h4>常用工具</h4> <p>各种建站小工具</p> <a class="btn btn-primary btn-sm" href="#">点击进入</a></div> </div> <div class="col-sm-2 col-xs-4 col-list"> <div class="indexebox indexebox-2"> <i class="fa fa-music"></i> <h4>FM音乐</h4> <p>音乐点播页面</p> <a class="btn btn-primary btn-sm" href="http://fm.relzz.com">点击进入</a></div> </div> <div class="col-sm-2 col-xs-4 col-list"> <div class="indexebox indexebox-3"> <i class="fa fa-list"></i> <h4>文章归档</h4> <p>所有文章都搁着</p> <a class="btn btn-primary btn-sm" href="#">点击进入</a></div> </div> <div class="col-sm-2 col-xs-4 col-list"> <div class="indexebox indexebox-4"> <i class="fa fa-link"></i> <h4>友情链接</h4> <p>网站合作互赢!</p> <a class="btn btn-primary btn-sm" href="/links">点击进入</a></div> </div> <div class="col-sm-2 col-xs-4 col-list"> <div class="indexebox indexebox-5"> <i class="fa fa-twitch"></i> <h4>留言互动</h4> <p>意见反馈提问区</p> <a class="btn btn-primary btn-sm" href="#">点击进入</a></div> </div> <div class="col-sm-2 col-xs-4 col-list"> <div class="indexebox indexebox-6"> <i class="fa fa-wordpress fa-spin fa-3x fa-fw"></i> <h4>唯爱网络</h4> <p>专注资源分享</p> <a class="btn btn-danger btn-sm" href="http://www.vizyw.com">点击进入</a></div> </div> </article>', 'type' => 'textarea'); $options[] = array( 'name' => __('首页最新发布显示置顶文章', 'haoui'), 'id' => 'home_sticky_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui')); $options[] = array( 'id' => 'home_sticky_n', 'options' => $multicheck_nums, 'desc' => __('置顶文章显示数目', 'haoui'), 'class' => 'op-multicheck mini', 'type' => 'select'); $options[] = array( 'name' => __('后台登录密码保护', 'haoui'), 'id' => 'login_security', 'type' => 'checkbox', 'std' => false, 'desc' => __('开启', 'haoui')); $options[] = array( 'desc' => __('示列:修改后你的登录地址为:<b>/wp-login.php?密码域=密码</b> 如我设置的密码域为 vieu 密码为 2018 则后台登录地址为<b>:/wp-login.php?vieu=2018</b> 如非通过此链接访问默认跳转到指定网站'), 'class' => 'op-multicheck'); $options[] = array( 'id' => 'login_security_title', 'std' => '', 'desc' => __('密码域'), 'class' => 'op-multicheck mini', 'type' => 'text'); $options[] = array( 'id' => 'login_security_pass', 'std' => '', 'desc' => __('密码'), 'class' => 'op-multicheck mini', 'type' => 'text'); $options[] = array( 'id' => 'login_security_url', 'std' => '', 'desc' => __('错误跳转链接'), 'class' => 'op-multicheck', 'type' => 'text'); $options[] = array( 'name' => __('自动使用文章第一张图作为缩略图', 'haoui'), 'id' => 'thumb_postfirstimg_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').',特别注意:如果文章已经设置特色图像或外链缩略图输入,此功能将无效。'); $options[] = array( 'id' => 'thumb_postfirstimg_lastname', 'std' => '', 'desc' => __('自动缩略图后缀将自动加入文章第一张图的地址后缀之前。比如:文章中的第一张图地址是“aaa/bbb.jpg”,此处填写的字符是“-220x150”,那么缩略图的实际地址就变成了“aaa/bbb-220x150.jpg”。默认为空。', 'haoui'), 'class' => 'op-multicheck', 'type' => 'text'); $options[] = array( 'name' => __('外链缩略图输入', 'haoui'), 'id' => 'thumblink_s', 'type' => "checkbox", 'std' => false, 'class' => 'op-multicheck', 'desc' => __('开启', 'haoui').' 开启后会在后台编辑文章时出现外链缩略图地址输入框,填写一个图片地址即可在文章列表中显示。注意:如果文章添加了特色图像,列表中显示的缩略图优先选择该特色图像。'); $options[] = array( 'name' => __('WOW加载特效', 'haoui'), 'id' => 'the_wow_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('显示页面', 'haoui'), 'id' => 'the_wow_comt1', 'type' => "checkbox", 'std' => true, 'desc' => __('首页', 'haoui')); $options[] = array( 'id' => 'the_wow_comt2', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => __('文章页', 'haoui')); $options[] = array( 'id' => 'the_wow_comt3', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => __('侧边栏', 'haoui')); $options[] = array( 'id' => 'the_wow_comt4', 'type' => "checkbox", 'std' => false, 'class' => 'op-multicheck', 'desc' => __('内容抖动', 'haoui')); $options[] = array( 'name' => __('样式', 'haoui'), 'id' => 'the_wow_style', 'std' => "fadeInUp", 'type' => "radio", 'options' => array( 'fadeInUp' => __('默认', 'haoui'), 'zoomIn' => __('弹出', 'haoui'), 'pulse' => __('跳动', 'haoui'), 'swing' => __('晃动', 'haoui'), 'bounceIn' => __('跳出', 'haoui'), 'bounceInUp' => __('下拉', 'haoui'), 'flipInX' => __('上下翻转', 'haoui'), 'flipInY' => __('左右翻转', 'haoui') )); $options[] = array( 'name' => '侧栏关于我们', 'id' => 'celan_about_s', 'type' => "checkbox", 'std' => true, 'desc' => '开启'); $options[] = array( 'id' => 'celan_date_s', 'type' => "checkbox", 'class' => 'op-multicheck', 'std' => true, 'desc' => '显示时间'); $options[] = array( 'id' => 'celan_statistics_s', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => '站点统计'); $options[] = array( 'id' => 'celan_last_s', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => '最后更新'); $options[] = array( 'desc' => '背景图(建议尺寸360*200)'); $options[] = array( 'id' => 'celan_img_s', 'std' => $imagepath . 'about_bg.png', 'class' => 'op-multicheck', 'type' => 'upload'); $options[] = array( 'id' => 'celan_title_s', 'std' => '关于我们', 'desc' => __('标题', 'haoui'), 'class' => 'op-multicheck', 'type' => 'text'); $options[] = array( 'id' => 'celan_keyword_s', 'std' => '专注于网络资源搜集共享与发布!', 'desc' => __('推广语', 'haoui'), 'class' => 'op-multicheck', 'type' => 'text'); $options[] = array( 'id' => 'celan_description_s', 'std' => '本站从2014年开始至今始终坚持免费搜集分享各种网络资源,现如今本站已发展形成网站源码、主题模板、WordPress教程、破解软件、电脑软件、操作系统、经验教程、影视资源等各个领域的资源!', 'desc' => __('详细介绍(支持html代码)', 'haoui'), 'class' => 'op-multicheck', 'type' => 'textarea'); /* $options[] = array( 'name' => __('评论数只显示人为评论数量', 'haoui'), 'id' => 'comment_number_remove_trackback', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').__('(部分文章有trackback导致评论数的增加,这个可以过滤掉) ', 'haoui')); */ // =======================自定义背景=============================================================================================== $options[] = array( 'name' => __('自定义背景', 'haoui'), 'type' => 'heading'); $options[]=array( 'name'=>__('开启自定义网站背景','haoui'), 'id'=>'bg_checker', 'desc'=>__('勾选之后请设置下面的值','haoui'), 'type'=>'checkbox' ); $options[] = array( 'name'=>__('自定义背景个颜色','haoui'), 'id' => 'wp_bg_color', 'std' => "", 'desc' => __('选中文字颜色,请选择一种颜色,自行配合颜色', 'haoui'), 'type' => "color"); $options[] = array( 'name'=>__('自定背景图片','haoui'), 'id' => 'wp_bg_img', 'std' => "", 'desc' => __('自行上传一张图片作为背景图片,优先级低于上面的,也就是一旦设置了颜色,此选项失效', 'haoui'), 'type' => "upload"); $options[] = array( 'name' => __('布局', 'haoui'), 'id' => 'wp_bg_style', 'std' => "no-repeat", 'type' => 'select', 'options' => array( 'no-repeat' => __('不重复显示', 'haoui'), 'repeat' => __('重复显示', 'haoui'), )); $options[] = array( 'name' => __('背景滚动', 'haoui'), 'id' => 'wp_bg_gd', 'std' => "fixed", 'type' => 'select', 'options' => array( 'fixed' => __('不滚动', 'haoui'), 'scroll' => __('滚动', 'haoui'), )); $options[] = array( 'name' => __('是否填满屏幕', 'haoui'), 'id' => 'wp_bg_size', 'std' => "", 'type' => 'select', 'options' => array( '' => __('原始', 'haoui'), 'background-size:100%;' => __('填满', 'haoui'), )); $options[]=array( 'name'=>__('===================================================================================','haoui'), ); $options[]=array( 'name'=>__('开启自定义登陆页面背景','haoui'), 'id'=>'login_bg_checker', 'desc'=>__('勾选之后请设置下面的值','haoui'), 'type'=>'checkbox' ); $options[] = array( 'name'=>__('自定义背景个颜色','haoui'), 'id' => 'login_bg_color', 'std' => "", 'desc' => __('选中文字颜色,请选择一种颜色,自行配合颜色', 'haoui'), 'type' => "color"); $options[] = array( 'name'=>__('自定背景图片','haoui'), 'id' => 'login_bg_img', 'std' => "", 'desc' => __('自行上传一张图片作为背景图片,优先级低于上面的,也就是一旦设置了颜色,此选项失效', 'haoui'), 'type' => "upload"); $options[]=array( 'name'=>__('开启自定义登陆页logo','haoui'), 'id'=>'login_logo', 'desc'=>__('勾选之后请设置下面的值','haoui'), 'type'=>'checkbox' ); $options[] = array( 'id' => 'login_logo_img', 'std' => "", 'desc' => __('logo地址,图片尺寸为120*120', 'haoui'), 'type' => "upload"); $options[] = array( 'id' => 'login_logo_url', 'std' => '', 'desc' => __('自定义logo跳转链接,留空为首页', 'haoui'), 'type' => 'text'); // ====================================================================================================================== $options[] = array( 'name' => __('文章页', 'haoui'), 'type' => 'heading'); $options[] = array( 'name' => __('面包屑导航', 'haoui'), 'id' => 'breadcrumbs_single_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('面包屑导航', 'haoui').' / '.__('用“正文”替代标题', 'haoui'), 'id' => 'breadcrumbs_single_text', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('文章摘要', 'haoui'), 'id' => 'breadcrumbs_zhaiyao_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启(可以在文章编辑页面上方显示,编辑文章时添加自定义摘要)', 'haoui')); $options[] = array( 'name' => __('图片弹窗预览', 'haoui'), 'id' => 'lightbox_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('弹窗付图片注明', 'haoui'), 'id' => 'lightbox_caption_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('分享功能(手机端不显示)', 'haoui'), 'id' => 'share_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => '点赞', 'id' => 'post_like_s', 'desc' => '开启', 'std' => true, 'type' => "checkbox"); $options[] = array( 'name' => '侧边栏收缩', 'id' => 'bianlan_on_s', 'desc' => '开启', 'std' => true, 'type' => "checkbox"); $options[] = array( 'name' => __('分享海报', 'haoui'), 'id' => 'bigger-share_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启(注意二维码api与左边栏的二维码api是一样的,开启前请确认API可用有效)', 'haoui')); $options[] = array( 'id' => 'bigger-share-sub', 'desc' => '海报宣传语', 'class' => 'op-multicheck', 'std' => __('专注于网络资源搜集共享与发布!', 'haoui'), 'type' => 'text'); $options[] = array( 'id' => 'bigger-share-logo', 'desc' => '海报logo(尺寸:200*50)', 'class' => 'op-multicheck', 'std' => $imagepath . 'logo.png', 'type' => 'upload'); $options[] = array( 'name' => '打赏', 'id' => 'post_rewards_s', 'desc' => '开启', 'std' => true, 'type' => "checkbox"); $options[] = array( 'name' => '打赏:显示文字', 'id' => 'post_rewards_text', 'std' => '打赏', 'class' => 'op-multicheck', 'type' => 'text'); $options[] = array( 'name' => '打赏:弹出层标题', 'id' => 'post_rewards_title', 'class' => 'op-multicheck', 'std' => '觉得文章有用就打赏一下文章作者', 'type' => 'text'); $options[] = array( 'name' => '打赏:支付宝收款二维码', 'id' => 'post_rewards_alipay', 'desc' => '', 'std' => $qrcode, 'class' => 'op-multicheck', 'type' => 'upload'); $options[] = array( 'name' => '打赏:微信收款二维码', 'id' => 'post_rewards_wechat', 'desc' => '', 'class' => 'op-multicheck', 'std' => $qrcode, 'type' => 'upload'); $options[] = array( 'name' => __('文章小部件开启', 'haoui'), 'id' => 'post_plugin_view', 'type' => "checkbox", 'std' => true, 'desc' => __('阅读量(无需安装插件)', 'haoui')); $options[] = array( 'id' => 'post_plugin_comm', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => __('列表评论数', 'haoui')); $options[] = array( 'id' => 'post_plugin_like', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => __('列表点赞', 'haoui')); $options[] = array( 'id' => 'post_plugin_date_m', 'type' => "checkbox", 'std' => false, 'class' => 'op-multicheck', 'desc' => __('手机端列表时间 ', 'haoui')); $options[] = array( 'id' => 'post_plugin_author', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => __('列表作者名', 'haoui')); $options[] = array( 'id' => 'post_plugin_cat', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => __('列表分类链接', 'haoui')); $options[] = array( 'id' => 'post_plugin_cat_m', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => __('手机端列表分类链接', 'haoui')); $options[] = array( 'name' => __('文章缩略图异步加载', 'haoui'), 'id' => 'thumbnail_src', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('文章上一页下一页', 'haoui'), 'id' => 'post_prevnext_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('相关文章', 'haoui'), 'id' => 'post_related_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'id' => 'related_m', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => __('手机端不显示', 'haoui')); $options[] = array( 'id' => 'post_related_style', 'std' => "relates-thumb", 'type' => "radio", 'class' => 'op-multicheck', 'options' => array( 'relates-thumb' => __('图文模式', 'haoui'), 'relates-text' => __('文字模式', 'haoui') )); $options[] = array( 'desc' => __('相关文章标题', 'haoui'), 'id' => 'related_title', 'class' => 'op-multicheck mini', 'std' => __('相关推荐', 'haoui'), 'type' => 'text'); $options[] = array( 'desc' => __('相关文章显示数量', 'haoui'), 'id' => 'post_related_n', 'std' => 4, 'class' => 'op-multicheck mini', 'type' => 'text'); $options[] = array( 'name' => __('文章来源', 'haoui'), 'id' => 'post_from_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'id' => 'post_from_h1', 'std' => __('来源:', 'haoui'), 'class' => 'op-multicheck', 'desc' => __('来源显示字样', 'haoui'), 'type' => 'text'); $options[] = array( 'id' => 'post_from_link_s', 'type' => "checkbox", 'std' => true, 'class' => 'op-multicheck', 'desc' => __('来源加链接', 'haoui')); $options[] = array( 'name' => __('内容段落缩进', 'haoui'), 'id' => 'post_p_indent_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui').__(' 开启后只对前台文章展示有效,对后台编辑器中的格式无效', 'haoui')); /*$options[] = array( 'name' => __('文章段落缩进', 'haoui'), 'id' => 'post_p_s', 'type' => "checkbox", 'std' => false, 'desc' => __('开启', 'haoui'));*/ $options[] = array( 'name' => __('文章页尾版权提示', 'haoui'), 'id' => 'post_copyright_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui')); $options[] = array( 'name' => __('文章页尾版权提示前缀', 'haoui'), 'id' => 'post_copyright', 'std' => __('未经允许不得转载:', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('自动添加关键字和描述', 'haoui'), 'id' => 'site_keywords_description_s', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui').__('(开启后所有页面将自动使用主题配置的关键字和描述,具体规则可以自行查看页面源码得知)', 'haoui')); // ====================================================================================================================== $options[] = array( 'name' => __('独立下载页', 'haoui'), 'type' => 'heading' ); $options[] = array( 'name' => __('========文章下载页配置========', 'haoui')); $options[] = array( 'name' => '在线演示功能', 'desc' => '使用前去页面新建页面,选择模板 <b><i>在线演示</b></i> 固定链接设为 <b>http://你的域名/demo</b> '); $options[] = array( 'name' => __('新窗口下载', 'haoui'), 'id' => 'down_blank_s', 'std' => false, 'desc' => __('开启(开启后跳转新窗口下载,关闭为弹窗下载。开启前请前往 <b><i>页面-新建页面-选择在线下载模板</b></i> 且固定链接设为 <b><i>http://你的域名/down</b></i> )', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'name' => __('背景(建议尺寸800x280)', 'haoui'), 'id' => 'down_bg_src', 'std' => $imagepath . 'down_bg.png', 'type' => 'upload'); $options[] = array( 'name' => __('自定义下载说明', 'haoui'), 'id' => 'down_sm', 'std' => '本站大部分下载资源收集于网络,只做学习和交流使用,版权归原作者所有,若为付费资源,请在下载后24小时之内自觉删除,若作商业用途,请到原网站购买,由于未及时购买和付费发生的侵权行为,与本站无关。本站发布的内容若侵犯到您的权益,请联系本站删除,我们将及时处理!', 'desc' => __('代码', 'haoui'), 'type' => 'textarea'); $options[] = array( 'name' => __('自定义广告', 'haoui'), 'id' => 'down_asb1', 'std' => '', 'desc' => __('代码', 'haoui'), 'type' => 'textarea'); $options[] = array( 'name' => __('========下载详情页配置========', 'haoui')); $options[] = array( 'name' => __('右侧提示图(建议尺寸250x250)', 'haoui'), 'id' => 'down_tishi_src', 'std' => $imagepath . 'download.png', 'type' => 'upload'); $options[] = array( 'name' => __('详情页广告', 'haoui'), 'id' => 'down_asb2', 'std' => '', 'desc' => __('代码', 'haoui'), 'type' => 'textarea'); $options[] = array( 'name' => __('详情页下载说明', 'haoui'), 'id' => 'down_xqsm', 'std' => ' <p>1、本站提供的压缩包若无特别说明,解压密码均为<em>www.vizyw.com</em>。</p> <p>2、下载后文件若为压缩包格式,请安装7Z软件或者其它压缩软件进行解压。</p> <p>3、文件比较大的时候,建议使用下载工具进行下载,浏览器下载有时候会自动中断,导致下载错误。</p> <p>4、资源可能会由于内容问题被和谐,导致下载链接不可用,遇到此问题,请到文章页面进行反馈,我们会及时进行更新的。</p> <p>5、其他下载问题请自行搜索教程,这里不一一讲解。</p>', 'desc' => __('代码', 'haoui'), 'type' => 'textarea'); // ====================================================================================================================== $options[] = array( 'name' => __('文章页左边栏', 'haoui'), 'type' => 'heading' ); $options[] = array( 'name' => __('文章左边栏是否开启', 'haoui'), 'id' => 'left_sd_s', 'std' => true, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'id' => 'left_post_authordesc_s', 'std' => true, 'class' => 'op-multicheck', 'desc' => __('文章作者介绍', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'id' => 'left_qrcode_s', 'std' => true, 'class' => 'op-multicheck', 'desc' => __('文章二维码', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'id' => 'left_qrcode_url_s', 'class' => 'op-multicheck', 'std' => 'https://viapi.cn/qrcode/?text=', 'desc' => __('二维码接口', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('文章标签', 'haoui'), 'id' => 'left_tags_s', 'std' => true, 'desc' => __('开启(文章标签目前在文章左侧,手机端文章内容下)', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'id' => 'left_tags_style', 'std' => "left-tags-gray", 'type' => "radio", 'class' => 'op-multicheck', 'options' => array( 'left-tags-gray' => __('默认样式', 'haoui'), 'left-tags' => __('彩色标签', 'haoui') )); $options[] = array( 'name' => __('自定义广告', 'haoui'), 'id' => 'left_asb_s', 'std' => '', 'desc' => __('代码', 'haoui'), 'type' => 'textarea'); // ====================================================================================================================== $options[] = array( 'name' => __('新浪图床', 'haoui'), 'type' => 'heading' ); $options[] = array( 'name' => __('是否开启新浪图床上传媒体', 'haoui'), 'id' => 'sinaimg_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('什么是新浪图床?这个功能是把你网站的图片媒体文件上传到新浪然后提取图片直链调用到你自己的文章内使用,有利于提高网站媒体的加载速度,所有图片将存储在你自己的微博账号之下。')); $options[] = array( 'desc' => __('开启前请先打开 <b><i>action/sinaimg.php</i></b> 改成自己的微博账号,然后随便上传什么图片试一下,如果有问题看一下 <b><i>action</i></b> 目录下是否生成了 <b><i>sina_config.php</i></b> 文件,如果没有就说明账号没有获取成功,须将 <b><i>action</i></b> 目录设为可写(生成成功后可关闭可写)。如使用一段时间后出现上传出错或是无法上传等问题,删除 <b><i>sina_config.php</i></b> 重新获取一下即可,实在不行换个号')); // ====================================================================================================================== // ====================================================================================================================== $options[] = array( 'name' => __('会员中心', 'haoui'), 'type' => 'heading' ); $options[] = array( 'id' => 'user_page_s', 'std' => true, 'desc' => __('开启会员中心', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'name' => __('选择会员中心页面', 'haoui'), 'id' => 'user_page', 'desc' => '如果没有合适的页面作为会员中心,你需要去新建一个页面再来选择', 'options' => $options_pages, 'type' => 'select'); $options[] = array( 'name' => __('选择找回密码页面', 'haoui'), 'id' => 'user_rp', 'desc' => '如果没有合适的页面作为找回密码页面,你需要去新建一个页面再来选择', 'options' => $options_pages, 'type' => 'select'); $options[] = array( 'name' => __('允许用户发布文章', 'haoui'), 'id' => 'tougao_s', 'std' => true, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'name' => __('有新投稿邮件通知', 'haoui'), 'id' => 'tougao_mail_send', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('投稿通知接收邮箱', 'haoui'), 'id' => 'tougao_mail_to', 'type' => 'text'); $options[] = array( 'name' => __('禁止昵称关键字', 'haoui'), 'desc' => __('一行一个关键字,用户昵称将不能使用或包含这些关键字,对编辑以下职位有效', 'haoui'), 'id' => 'user_nickname_out', 'std' => "赌博\n博彩\n彩票\n性爱\n色情\n做爱\n爱爱\n淫秽\n傻b\n妈的\n妈b\nadmin\ntest", 'type' => 'textarea'); // ====================================================================================================================== $options[] = array( 'name' => __('网站公告', 'haoui'), 'type' => 'heading' ); $options[] = array( 'id' => 'minicat_s', 'std' => true, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'id' => 'minicat_home_s', 'std' => true, 'desc' => __('在首页显示公告分类最新文章', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'name' => __('首页模块前缀', 'haoui'), 'id' => 'minicat_home_title', 'desc' => '默认为:网站公告', 'std' => '网站公告', 'type' => 'text'); $options[] = array( 'name' => __('选择分类设置为公告', 'haoui'), 'desc' => __('选择一个使用公告展示模版,分类下文章将全文输出到公告类列表', 'haoui'), 'id' => 'minicat', 'options' => $options_categories, 'type' => 'select'); // ====================================================================================================================== $options[] = array( 'name' => __('首页焦点图', 'haoui'), 'type' => 'heading'); $options[] = array( 'id' => 'focusslide_s', 'std' => true, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('说明:默认为企业风格,全屏显示幻灯片(建议尺寸1900*500)。经典模式在3.5系列有些更改,一张非全屏banner(建议尺寸900*500)', 'haoui')); $options[] = array( 'name' => __('样式', 'haoui'), 'id' => 'banner_style', 'std' => "3", 'type' => "radio", 'options' => array( '3' => __('展示', 'haoui'), '2' => __('企业', 'haoui'), '1' => __('经典', 'haoui') )); $options[] = array( 'name' => __('排序', 'haoui'), 'id' => 'focusslide_sort', 'desc' => '默认:1 2 3 4 5', 'std' => '1 2 3 4 5', 'type' => 'text'); for ($i=1; $i <= 5; $i++) { $options[] = array( 'desc' => '---------------------------------------'); $options[] = array( 'name' => __('图', 'haoui').$i, 'id' => 'focusslide_src_'.$i, 'desc' => __('背景图片,尺寸:', 'haoui').'1900*400或900*500', 'std' => $imagepath . 'vieu.jpg', 'type' => 'upload'); $options[] = array( 'class' => 'op-multicheck', 'id' => 'focusslide_src_zhanshi_'.$i, 'desc' => __('展示图片'.$i.'(只在开启展示模式启用),尺寸:500*280 透明背景 .png,.gif', 'haoui'), 'std' => $imagepath . 'zhanshi.png', 'type' => 'upload'); $options[] = array( 'desc' => __('展示图位置')); $options[] = array( 'class' => 'op-multicheck', 'id' => 'focusslide_zsstyle_'.$i, 'std' => "1", 'type' => "radio", 'options' => array( '1' => __('右侧', 'haoui'), '2' => __('左侧', 'haoui') )); $options[] = array( 'id' => 'focusslide_title_'.$i, 'desc' => '标题', 'std' => 'Vieu主题', 'type' => 'text'); $options[] = array( 'id' => 'focusslide_text_'.$i, 'desc' => '内容', 'std' => '<h4>由唯爱网络原创开发,本站为Vieu主题唯一官方站</h4><h3>支持百度熊掌号,适用于垂直站点、科技博客、个人站,扁平化设计、简洁白色、超多功能配置、会员中心、直达链接、自动缩略图<br>Vieu主题基于WordPress程序,响应式布局支持电脑、平板和手机的完美展示</h3>', 'class' => 'op-multicheck', 'type' => 'textarea'); $options[] = array( 'id' => 'focusslide_button_'.$i, 'desc' => '按钮1', 'std' => '了解详情', 'class' => 'op-multicheck', 'type' => 'text'); $multicheck_nums = array( 'primary' => '原始', 'default' => '默认', 'info' => '淡蓝', 'warning' => '橙色', 'danger' => '红色', 'success' => '绿色' ); $options[] = array( 'id' => 'focusslide_color_'.$i, 'desc' => '按钮样式', 'class' => 'op-multicheck', 'options' => $multicheck_nums, 'type' => 'select'); $options[] = array( // 'name' => __('链接到', 'haoui'), 'id' => 'focusslide_href_'.$i, 'desc' => __('链接', 'haoui'), 'class' => 'op-multicheck', 'std' => 'http://www.nicedowns.com', 'type' => 'text'); $options[] = array( 'id' => 'focusslide_blank_'.$i, 'std' => true, 'class' => 'op-multicheck', 'desc' => __('新窗口打开', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'id' => 'focusslide_button_two_'.$i, 'desc' => '按钮2', 'std' => '了解详情', 'type' => 'text'); $options[] = array( 'id' => 'focusslide_color_two_'.$i, 'desc' => '按钮样式', 'class' => 'op-multicheck', 'options' => $multicheck_nums, 'type' => 'select'); $options[] = array( // 'name' => __('链接到', 'haoui'), 'id' => 'focusslide_href_two_'.$i, 'desc' => __('链接', 'haoui'), 'class' => 'op-multicheck', 'std' => 'http://www.nicedowns.com', 'type' => 'text'); $options[] = array( 'id' => 'focusslide_blank_two_'.$i, 'std' => true, 'class' => 'op-multicheck', 'desc' => __('新窗口打开', 'haoui'), 'type' => 'checkbox'); } // ====================================================================================================================== $options[] = array( 'name' => __('侧栏随动', 'haoui'), 'type' => 'heading'); $options[] = array( 'name' => __('首页', 'haoui'), 'id' => 'sideroll_index_s', 'std' => true, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'id' => 'sideroll_index', 'std' => '1 2', 'class' => 'mini', 'desc' => __('设置随动模块,多个模块之间用空格隔开即可!默认:“1 2”,表示第1和第2个模块,建议最多3个模块 ', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('分类/标签/搜索页', 'haoui'), 'id' => 'sideroll_list_s', 'std' => true, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'id' => 'sideroll_list', 'std' => '1 2', 'class' => 'mini', 'desc' => __('设置随动模块,多个模块之间用空格隔开即可!默认:“1 2”,表示第1和第2个模块,建议最多3个模块 ', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('文章页', 'haoui'), 'id' => 'sideroll_post_s', 'std' => true, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'id' => 'sideroll_post', 'std' => '1 2', 'class' => 'mini', 'desc' => __('设置随动模块,多个模块之间用空格隔开即可!默认:“1 2”,表示第1和第2个模块,建议最多3个模块 ', 'haoui'), 'type' => 'text'); // ====================================================================================================================== $options[] = array( 'name' => __('独立页面', 'haoui'), 'type' => 'heading'); $options[] = array( 'name' => __('读者墙', 'haoui'), 'id' => 'readwall_limit_time', 'std' => 200, 'class' => 'mini', 'desc' => __('限制在多少月内,单位:月', 'haoui'), 'type' => 'text'); $options[] = array( 'id' => 'readwall_limit_number', 'std' => 200, 'class' => 'mini', 'desc' => __('显示个数', 'haoui'), 'type' => 'text'); /*$options[] = array( 'name' => __('页面左侧菜单设置', 'haoui'), 'id' => 'page_menu', 'options' => $options_pages, 'type' => 'multicheck');*/ $options[] = array( 'name' => __('友情链接分类选择', 'haoui'), 'id' => 'page_links_cat', 'options' => $options_linkcats, 'type' => 'multicheck'); $options[] = array( 'name' => __('网址导航标题下描述', 'haoui'), 'id' => 'navpage_desc', 'std' => '这里显示的是网址导航的一句话描述...', 'type' => 'text'); $options[] = array( 'name' => __('选择链接分类到网址导航', 'haoui'), 'id' => 'navpage_cats', 'options' => $options_linkcats, 'type' => 'multicheck'); // ====================================================================================================================== $options[] = array( 'name' => __('字符', 'haoui'), 'type' => 'heading'); $options[] = array( 'name' => __('首页最新发布标题', 'haoui'), 'id' => 'index_list_title', 'std' => __('最新发布', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('首页最新发布标题右侧', 'haoui'), 'id' => 'index_list_title_r', 'std' => '<a href="链接地址">显示文字</a><a href="链接地址">显示文字</a><a href="链接地址">显示文字</a><a href="链接地址">显示文字</a>', 'type' => 'textarea'); $options[] = array( 'name' => __('文章隐藏内容提示', 'haoui'), 'id' => 'collapse_title', 'std' => __('阅读全文', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('评论标题', 'haoui'), 'id' => 'comment_title', 'std' => __('评论', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('评论框默认字符', 'haoui'), 'id' => 'comment_text', 'std' => __('你的评论可以一针见血', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('评论提交按钮字符', 'haoui'), 'id' => 'comment_submit_text', 'std' => __('提交评论', 'haoui'), 'type' => 'text'); $options[] = array( 'name' => __('文章内全网VIP视频解析', 'haoui'), 'id' => 'vieu_video_s', 'std' => true, 'desc' => '开启(视频解析接口支持全网VIP影视,文章内使用格式 <b><i> [video]视频播放地址[/video] </i></b> 【如腾讯视频的就是腾讯视频的视频播放地址。如https://v.qq.com/x/page/c0376z3bdo6.html】)', 'type' => 'checkbox'); $options[] = array( 'name' => __('视频解析接口', 'haoui'), 'id' => 'videoapi_url', 'class' => 'op-multicheck', 'std' => 'http://www.viapi.cn/tv/jiexi.php?url=', 'type' => 'text'); $options[] = array( 'name' => __('公众号加密', 'haoui'), 'desc' => '调用格式 <b><i> [gzhhide key="密码"]加密内容[/gzhhide] </i></b> '); $options[] = array( 'id' => 'gzhhide_title', 'desc' => '隐藏提示', 'class' => 'op-multicheck', 'std' => '抱歉!隐藏内容,请输入密码后可见!', 'type' => 'text'); $options[] = array( 'desc' => __('详细提示内容'), 'id' => 'gzhhide_box', 'class' => 'op-multicheck', 'std' => '请打开微信扫描右边的二维码回复数字2018获取密码,也可以微信直接搜索“唯爱网络”关注微信公众号获取密码。', 'type' => 'textarea'); $options[] = array( 'id' => 'gzhhide_code', 'class' => 'op-multicheck', 'std' => $imagepath . 'qrcode.png', 'desc' => __('微信公众号二维码,建议图片尺寸:', 'haoui').'200x200px', 'type' => 'upload'); // ====================================================================================================================== $options[] = array( 'name' => __('社交', 'haoui'), 'type' => 'heading' ); $options[] = array( 'name' => __('此处填写内容移置文章页左边栏', 'haoui')); $options[] = array( 'name' => __('微博', 'haoui'), 'id' => 'weibo', 'std' => 'http://www.nicedowns.com', 'type' => 'text'); $options[] = array( 'name' => __('腾讯QQ', 'haoui'), 'id' => 'qq', 'std' => '470000334', 'type' => 'text'); $options[] = array( 'name' => __('微信帐号', 'haoui'), 'id' => 'wechat', 'std' => '唯爱网络', 'type' => 'text'); $options[] = array( 'id' => 'wechat_qr', 'std' => $imagepath . 'qrcode.png', 'desc' => __('微信二维码,建议图片尺寸:', 'haoui').'200x200px', 'type' => 'upload'); // ====================================================================================================================== $options[] = array( 'name' => __('广告位', 'haoui'), 'type' => 'heading' ); $options[] = array( 'name' => __('全局右下角弹窗', 'haoui'), 'id' => 'wintip_srollbar_s', 'std' => false, 'desc' => ' 显示', 'type' => 'checkbox'); $options[] = array( 'id' => 'wintip_m', 'std' => false, 'desc' => '手机端不显示', 'type' => 'checkbox'); $options[] = array( 'desc' => '时间/单位分钟', 'id' => 'wintip_time', 'std' => '10', 'class' => 'mini', 'type' => 'text'); $options[] = array( 'desc' => '标题', 'id' => 'wintip_title', 'std' => 'Vieu3.3主题', 'type' => 'text'); $options[] = array( 'desc' => '按钮文字', 'id' => 'wintip_button', 'std' => '了解一下', 'type' => 'text'); $options[] = array( 'desc' => '跳转链接', 'id' => 'wintip_url', 'std' => 'http://www.nicedowns.com', 'type' => 'text'); $options[] = array( 'id' => 'wintip_blank', 'std' => false, 'desc' => '新窗口打开', 'type' => 'checkbox'); $options[] = array( 'desc' => __('内容'), 'id' => 'wintip_asb', 'std' => '专业打造轻量级个人企业风格博客主题!专注于前端开发,全站响应式布局自适应模板。', 'type' => 'textarea'); $options[] = array( 'name' => __('文章页正文结尾文字广告', 'haoui'), 'id' => 'ads_post_footer_s', 'std' => false, 'desc' => ' 显示', 'type' => 'checkbox'); $options[] = array( 'desc' => '前标题', 'id' => 'ads_post_footer_pretitle', 'std' => '唯爱网络', 'type' => 'text'); $options[] = array( 'desc' => '标题', 'id' => 'ads_post_footer_title', 'std' => '', 'type' => 'text'); $options[] = array( 'desc' => '链接', 'id' => 'ads_post_footer_link', 'std' => '', 'type' => 'text'); $options[] = array( 'id' => 'ads_post_footer_link_blank', 'type' => "checkbox", 'std' => true, 'desc' => __('开启', 'haoui') .' ('. __('新窗口打开链接', 'haoui').')'); $options[] = array( 'name' => __('首页文章列表上', 'haoui'), 'id' => 'ads_index_01_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('非手机端', 'haoui').' '.$adsdesc, 'id' => 'ads_index_01', 'std' => '', 'type' => 'textarea'); $options[] = array( 'id' => 'ads_index_01_m', 'std' => '', 'desc' => __('手机端', 'haoui').' '.$adsdesc, 'type' => 'textarea'); $options[] = array( 'name' => __('首页分页下', 'haoui'), 'id' => 'ads_index_02_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('非手机端', 'haoui').' '.$adsdesc, 'id' => 'ads_index_02', 'std' => '', 'type' => 'textarea'); $options[] = array( 'id' => 'ads_index_02_m', 'std' => '', 'desc' => __('手机端', 'haoui').' '.$adsdesc, 'type' => 'textarea'); $options[] = array( 'name' => __('文章页正文上', 'haoui'), 'id' => 'ads_post_01_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('非手机端', 'haoui').' '.$adsdesc, 'id' => 'ads_post_01', 'std' => '', 'type' => 'textarea'); $options[] = array( 'id' => 'ads_post_01_m', 'std' => '', 'desc' => __('手机端', 'haoui').' '.$adsdesc, 'type' => 'textarea'); $options[] = array( 'name' => __('文章页正文下', 'haoui'), 'id' => 'ads_post_02_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('非手机端', 'haoui').' '.$adsdesc, 'id' => 'ads_post_02', 'std' => '', 'type' => 'textarea'); $options[] = array( 'id' => 'ads_post_02_m', 'std' => '', 'desc' => __('手机端', 'haoui').' '.$adsdesc, 'type' => 'textarea'); $options[] = array( 'name' => __('文章页评论上', 'haoui'), 'id' => 'ads_post_03_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('非手机端', 'haoui').' '.$adsdesc, 'id' => 'ads_post_03', 'std' => '', 'type' => 'textarea'); $options[] = array( 'id' => 'ads_post_03_m', 'std' => '', 'desc' => __('手机端', 'haoui').' '.$adsdesc, 'type' => 'textarea'); $options[] = array( 'name' => __('分类页列表上', 'haoui'), 'id' => 'ads_cat_01_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('非手机端', 'haoui').' '.$adsdesc, 'id' => 'ads_cat_01', 'std' => '', 'type' => 'textarea'); $options[] = array( 'id' => 'ads_cat_01_m', 'std' => '', 'desc' => __('手机端', 'haoui').' '.$adsdesc, 'type' => 'textarea'); $options[] = array( 'name' => __('标签页列表上', 'haoui'), 'id' => 'ads_tag_01_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('非手机端', 'haoui').' '.$adsdesc, 'id' => 'ads_tag_01', 'std' => '', 'type' => 'textarea'); $options[] = array( 'id' => 'ads_tag_01_m', 'std' => '', 'desc' => __('手机端', 'haoui').' '.$adsdesc, 'type' => 'textarea'); $options[] = array( 'name' => __('搜索页列表上', 'haoui'), 'id' => 'ads_search_01_s', 'std' => false, 'desc' => __('开启', 'haoui'), 'type' => 'checkbox'); $options[] = array( 'desc' => __('非手机端', 'haoui').' '.$adsdesc, 'id' => 'ads_search_01', 'std' => '', 'type' => 'textarea'); $options[] = array( 'id' => 'ads_search_01_m', 'std' => '', 'desc' => __('手机端', 'haoui').' '.$adsdesc, 'type' => 'textarea'); // ====================================================================================================================== $options[] = array( 'name' => __('自定义代码', 'haoui'), 'type' => 'heading' ); $options[] = array( 'name' => __('自定义网站底部内容', 'haoui'), 'desc' => __('该块显示在网站底部版权上方,可已定义放一些链接或者图片之类的内容。', 'haoui'), 'id' => 'fcode', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('自定义CSS样式', 'haoui'), 'desc' => __('位于</head>之前,直接写样式代码,不用添加&lt;style&gt;标签', 'haoui'), 'id' => 'csscode', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('自定义头部代码', 'haoui'), 'desc' => __('位于</head>之前,这部分代码是在主要内容显示之前加载,通常是CSS样式、自定义的<meta>标签、全站头部JS等需要提前加载的代码', 'haoui'), 'id' => 'headcode', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('自定义底部代码', 'haoui'), 'desc' => __('位于&lt;/body&gt;之前,这部分代码是在主要内容加载完毕加载,通常是JS代码', 'haoui'), 'id' => 'footcode', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('网站统计代码', 'haoui'), 'desc' => __('位于底部,用于添加第三方流量数据统计代码,如:Google analytics、百度统计、CNZZ、51la,国内站点推荐使用百度统计,国外站点推荐使用Google analytics', 'haoui'), 'id' => 'trackcode', 'std' => '', 'type' => 'textarea'); $options[] = array( 'name' => __('百度熊掌号', 'haoui'), 'type' => 'heading' ); $options[] = array( 'name' => __('百度熊掌号', 'haoui'), 'id' => 'xzh_on', 'std' => false, 'desc' => ' 开启', 'type' => 'checkbox'); $options[] = array( 'name' => '百度熊掌号 Appid', 'id' => 'xzh_appid', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => '百度熊掌号 推送密钥 token', 'id' => 'xzh_post_token', 'std' => '', 'type' => 'text'); $options[] = array( 'name' => __('粉丝关注', 'haoui'), 'id' => 'xzh_render_head', 'std' => false, 'desc' => ' 吸顶bar', 'type' => 'checkbox'); $options[] = array( 'class' => 'op-multicheck', 'id' => 'xzh_render_body', 'std' => true, 'desc' => ' 文章段落间bar', 'type' => 'checkbox'); $options[] = array( 'class' => 'op-multicheck', 'id' => 'xzh_render_tail', 'std' => true, 'desc' => ' 底部bar', 'type' => 'checkbox'); $options[] = array( 'name' => __('添加JSON_LD数据', 'haoui'), 'id' => 'xzh_jsonld_single', 'std' => true, 'desc' => ' 文章页', 'type' => 'checkbox'); $options[] = array( 'class' => 'op-multicheck', 'id' => 'xzh_jsonld_page', 'std' => false, 'desc' => ' 页面', 'type' => 'checkbox'); $options[] = array( 'name' => __('添加JSON_LD数据 - 不添加图片', 'haoui'), 'id' => 'xzh_jsonld_img', 'std' => false, 'desc' => ' 开启', 'type' => 'checkbox'); $options[] = array( 'name' => __('新增文章实时推送', 'haoui'), 'id' => 'xzh_post_on', 'std' => false, 'desc' => ' 开启 (使用此功能,你还需要开启本页中的 百度熊掌号 和 Appid以及token的设置)', 'type' => 'checkbox'); /** * For $settings options see: * http://codex.wordpress.org/Function_Reference/wp_editor * * 'media_buttons' are not supported as there is no post to attach items to * 'textarea_name' is set by the 'id' you choose */ /* $wp_editor_settings = array( 'wpautop' => true, // Default 'textarea_rows' => 5, 'tinymce' => array( 'plugins' => 'wordpress' ) ); $options[] = array( 'name' => __('Default Text Editor', 'options_framework_theme'), 'desc' => sprintf( __( 'You can also pass settings to the editor. Read more about wp_editor in <a href="%1$s" target="_blank">the WordPress codex</a>', 'options_framework_theme' ), 'http://codex.wordpress.org/Function_Reference/wp_editor' ), 'id' => 'example_editor', 'type' => 'editor', 'settings' => $wp_editor_settings ); */ return $options; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function optionsframework_options() {\n\n\t$options = array();\n\t$options[] = array(\n\t\t'name' => __('Logo Upload', 'options_check'),\n\t\t'desc' => __('Logo Upload', 'options_check'),\n\t\t'id' => 'logo_upload',\n\t\t'type' => 'upload');\n\n\t$options[] = array(\n\t\t'name' => __('Footer Copyright', 'options_check'),\n\t\t'desc' => __('text input field.', 'options_check'),\n\t\t'id' => 'footer_copyright',\n\t\t'std' => 'Text',\n\t\t'class' => 'mini',\n\t\t'type' => 'text');\n\n\t$options[] = array(\n\t\t'name' => __('Blog description', 'options_check'),\n\t\t'desc' => __('Blog description.', 'options_check'),\n\t\t'id' => 'blog_description',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\t/**\n\t * For $settings options see:\n\t * http://codex.wordpress.org/Function_Reference/wp_editor\n\t *\n\t * 'media_buttons' are not supported as there is no post to attach items to\n\t * 'textarea_name' is set by the 'id' you choose\n\t */\n\n\n\treturn $options;\n}", "public function theme_options($options){\n\n\t\t$options[] = array(\n\t\t\t'name' => 'Legal Information',\n\t\t\t'desc' => '',\n\t\t\t'type' => 'info'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Company Name', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_name]', 'waboot' ),\n\t\t\t'id' => $this->name.'_company_name',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Company Address', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_address]', 'waboot' ),\n\t\t\t'id' => $this->name.'_address',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text',\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Company Mail', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_mail]', 'waboot' ),\n\t\t\t'id' => $this->name.'_mail',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Company Telephone', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_tel]', 'waboot' ),\n\t\t\t'id' => $this->name.'_tel',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Domain Name', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_siteurl]', 'waboot' ),\n\t\t\t'id' => $this->name.'_siteurl',\n\t\t\t'std' => preg_replace('/http:\\/\\//', '', get_bloginfo('url') ),\n\t\t\t'type' => 'text'\n\t\t);\n\t\t$options[] = array(\n\t\t\t'name' => __( 'Legal Representative', 'waboot' ),\n\t\t\t'desc' => __( '[wb_legal_rep]', 'waboot' ),\n\t\t\t'id' => $this->name.'_rep',\n\t\t\t'std' => '',\n\t\t\t'type' => 'text'\n\t\t);\n\n\t\treturn $options;\n\t}", "function optionsframework_options() {\n\n\t$options = array();\n\n\t$options[] = array(\n\t\t'name' => __( 'Basic Settings', 'twentyseventyseven-child-2' ),\n\t\t'type' => 'heading'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __( 'Upload Logo', 'twentyseventyseven-child-2' ),\n\t\t'desc' => __( 'This creates a full size uploader that previews the image.', 'twentyseventyseven-child-2' ),\n\t\t'id' => 'upload-logo',\n\t\t'type' => 'upload'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __( 'Limit Post to show on Front Page', 'twentyseventyseven-child-2' ),\n\t\t'desc' => __( 'Limit Post', 'twentyseventyseven-child-2' ),\n\t\t'id' => 'limit-post-frontpage',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __( 'Posts to limit', 'twentyseventyseven-child-2' ),\n\t\t'desc' => __( 'Posts.', 'twentyseventyseven-child-2' ),\n\t\t'id' => 'limit-post-frontpage-value',\n\t\t'std' => '0',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __( 'Show Sidebar on Front Page', 'twentyseventyseven-child-2' ),\n\t\t'desc' => __( 'Show Sidebar', 'twentyseventyseven-child-2' ),\n\t\t'id' => 'show-sidebar-frontpage',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\n\treturn $options;\n}", "function optionsframework_options() {\n\n\t$options = array();\n\t\n\t//GENERAL\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('General', 'wpex'),\n\t\t\"type\" \t=> 'heading',\n\t);\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Custom Logo', 'wpex'),\n\t\t\"desc\" \t=> __('Upload your custom logo.', 'wpex'),\n\t\t\"std\" \t=> '',\n\t\t\"id\" \t=> 'custom_logo',\n\t\t\"type\" \t=> 'upload',\n\t);\n\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Notification Bar', 'att'),\n\t\t\"desc\" \t=> __('Enter your text for the notification bar.', 'att'),\n\t\t\"std\" \t=> 'This is your notification bar...you can <a href=\"#\">add a link here &rarr;</a> if you want.',\n\t\t\"id\" \t=> 'notification',\n\t\t\"type\" \t=> 'textarea',\n\t);\n\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Custom Excerpt Lenght', 'wpex'),\n\t\t\"desc\" \t=> __('Enter your desired custom excerpt length.', 'wpex'),\n\t\t\"id\" \t=> 'excerpt_length',\n\t\t\"std\" \t=> '17',\n\t\t\"type\" \t=> 'text'\n\t);\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('AJAX Loading Instead of Pagination?', 'wpex'),\n\t\t\"desc\" \t=> __('Check box to enable the load more button rather then generic 1,2,3 pagination.', 'wpex'),\n\t\t\"id\" \t=> 'ajax_loading',\n\t\t\"std\" \t=> '1',\n\t\t\"type\" \t=> 'checkbox',\n\t);\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Custom WP Gallery?', 'wpex'),\n\t\t\"desc\" \t=> __('This theme outputs a custom gallery style for the WordPress shortcode, if you don\\'t like it or are using a plugin for this you can unselect the custom functionality here.', 'wpex'),\n\t\t\"id\" \t=> 'custom_wp_gallery',\n\t\t\"std\" \t=> '1',\n\t\t\"type\" \t=> 'checkbox'\n\t);\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Enable Retina Support', 'wpex'),\n\t\t\"desc\"\t=> __('Check this box to enable retina support for featured images. If enabled for every cropped featured image the theme will create a second one that is retina optimized. So keep disabled to save server space.', 'wpex'),\n\t\t\"id\"\t=> 'enable_retina',\n\t\t\"std\"\t=> '0',\n\t\t\"type\"\t=> 'checkbox'\n\t);\n\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Featured Images For Single Posts', 'wpex'),\n\t\t\"desc\"\t=> __('Check this box to enable the display of featured images in single posts.', 'wpex'),\n\t\t\"id\"\t=> 'single_thumb',\n\t\t\"std\"\t=> '1',\n\t\t\"type\"\t=> 'checkbox'\n\t);\n\t\t\n\t\n\t//HOMEPAGE\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Home', 'wpex'),\n\t\t\"type\" \t=> 'heading',\n\t);\t\n\t\t\n\t$options[] = array(\n\t\t\"name\" \t=> __('Homepage Content', 'att'),\n\t\t\"desc\" \t=> __('Use this field to add content to your homepage area right below the main slider (or instead of the slider if you aren\\'t using it) and right above the latest posts.', 'att'),\n\t\t\"std\" \t=> '',\n\t\t\"id\" \t=> 'homepage_content',\n\t\t\"type\" \t=> 'editor',\n\t);\n\t\t\t\n\t\t\n\t//Slider\n\t$options[] = array(\n\t\t\"name\" \t=> __('Slides', 'att'),\n\t\t\"type\" \t=> 'heading',\n\t);\n\t\t\t\n\t\tif ( class_exists( 'Symple_Slides_Post_Type' ) ) {\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t\t=> __('Toggle: Slideshow', 'att'),\n\t\t\t\t\"desc\" \t\t=> __('Check this box to enable automatic slideshow for your slides.', 'att'),\n\t\t\t\t\"id\" \t\t=> \"slides_slideshow\",\n\t\t\t\t\"std\" \t\t=> \"true\",\n\t\t\t\t\"type\" \t\t=> \"select\",\n\t\t\t\t\"options\" \t=> array(\n\t\t\t\t\t'true' \t\t=> 'true',\n\t\t\t\t\t'false' \t=> 'false'\n\t\t\t) );\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t\t=> __('Toggle: Randomize', 'att'),\n\t\t\t\t\"desc\" \t\t=> __('Check this box to enable the randomize feature for your slides.', 'att'),\n\t\t\t\t\"id\" \t\t=> \"slides_randomize\",\n\t\t\t\t\"std\" \t\t=> \"false\",\n\t\t\t\t\"type\" \t\t=> \"select\",\n\t\t\t\t\"options\" \t=> array(\n\t\t\t\t\t'true' \t\t=> 'true',\n\t\t\t\t\t'false' \t=> 'false'\n\t\t\t) );\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t\t=> __('Animation', 'att'),\n\t\t\t\t\"desc\" \t\t=> __('Select your animation of choice.', 'att'),\n\t\t\t\t\"id\" \t\t=> \"slides_animation\",\n\t\t\t\t\"std\" \t\t=> \"slide\",\n\t\t\t\t\"type\" \t\t=> \"select\",\n\t\t\t\t\"options\" \t=> array(\n\t\t\t\t\t'fade' \t\t=> 'fade',\n\t\t\t\t\t'slide' \t=> 'slide'\n\t\t\t) );\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t\t=> __('Direction', 'att'),\n\t\t\t\t\"desc\" \t\t=> __('Select the direction for your slides. Slide animation only & if using the <strong>vertical direction</strong> all slides must have the same height.', 'att'),\n\t\t\t\t\"id\" \t\t=> \"slides_direction\",\n\t\t\t\t\"std\" \t\t=> \"horizontal\",\n\t\t\t\t\"type\" \t\t=> \"select\",\n\t\t\t\t\"options\" \t=> array(\n\t\t\t\t\t'horizontal' \t=> 'horizontal',\n\t\t\t\t\t'vertical' \t\t=> 'vertical'\n\t\t\t) );\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t=> __('SlideShow Speed', 'att'),\n\t\t\t\t\"desc\" \t=> __('Enter your preferred slideshow speed in milliseconds.', 'att'),\n\t\t\t\t\"id\" \t=> \"slideshow_speed\",\n\t\t\t\t\"std\" \t=> \"7000\",\n\t\t\t\t\"type\" \t=> \"text\",\n\t\t\t);\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t\t\t\"name\" \t=> __('Animation Speed', 'att'),\n\t\t\t\t\"desc\" \t=> __('Enter your preferred animation speed in milliseconds.', 'att'),\n\t\t\t\t\"id\" \t=> \"animation_speed\",\n\t\t\t\t\"std\" \t=> \"600\",\n\t\t\t\t\"type\" \t=> \"text\",\n\t\t\t);\n\t\t}\n\t\t\t\n\t\t$options[] = array(\n\t\t\t\"name\" \t=> __('Slider Alternative', 'att'),\n\t\t\t\"desc\" \t=> __('If you prefer to use another slider you can enter the <strong>shortcode</strong> here.', 'att'),\n\t\t\t\"id\" \t=> \"slides_alt\",\n\t\t\t\"std\" \t=> \"\",\n\t\t\t\"type\" \t=> \"textarea\",\n\t\t);\n\n\treturn $options;\n}", "function optionsframework_options() {\n\t\t$options_pages = array(); \n\t\t$options_pages_obj = get_pages('sort_column=post_parent,menu_order');\n\t\t$options_pages[''] = 'Select a page:';\n\t\tforeach ($options_pages_obj as $page):\n\t\t\t$options_pages[$page->ID] = $page->post_title;\n\t\tendforeach;\n\t\n\t\t// If using image radio buttons, define a directory path\n\t\t$imagepath = get_template_directory_uri() . '/lib/assets/images/icons/';\n\t\n\t\t$options = array();\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('General Settings', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Favicon', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('To upload your favicon to the site, simply add the URL to it or upload and select it using the Upload button here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_custom_favicon',\n\t\t\t'type' \t\t=> 'upload');\n\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('RSS Link', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Add in the URL of your RSS feed here to overwrite the defaut WordPress ones.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_rss',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Custom CSS', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Not 100% happy with our lovely styles? Here you can add some custom CSS if you require minor changes to the ones we\\'ve created. We won\\'t be offended, honest :)', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_custom_css',\n\t\t\t'type' \t\t=> 'textarea');\t\n\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Google Analytics (or custom Javascript)', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If you\\'re hooked up with Google Analytics you can paste the Javascript includes for it here (without the script tags). Or alternatively if you just want some custom Javascript added on top of ours, add that here too.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_custom_js',\n\t\t\t'type' \t\t=> 'textarea');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Breadcrumb Trail?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the breadcrumb trail on all pages in the header.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_breadcrumbs',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Application Form ID', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_application_form_id',\n\t\t\t'desc'\t\t=> 'If you have added an applcation form for the jobs section of your site using the Contact Form & plugin, you can add the ID of the form here for it to be pulled out automatically.',\n\t\t\t'std' \t\t=> '',\n\t\t\t'type' \t\t=> 'text');\t\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Header', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Custom Logo', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('To upload a custom logo, simply add the URL to it or upload and select it using the Upload button here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_custom_logo',\n\t\t\t'type' \t\t=> 'upload');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Header Text', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_header_text',\n\t\t\t'des'\t\t=> 'You can add some text to the header if you like. Keep it short and sweet mind; nobody likes a waffler :)',\n\t\t\t'std' \t\t=> '',\n\t\t\t'type' \t\t=> 'text');\t\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Contact Telephone', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your contact telephone number here to go in the header.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_header_phone',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __('Footer', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __('Copyright Text', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter the text for your copyright here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_footer_copyright',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Hide FrogsThemes Link?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will hide our link :\\'( <--sad face', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_hide_ft_link',\n\t\t\t'std' \t\t=> '0',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Blog', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Style', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Select if you prefer the blog to be as a list or in masonry.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_blog_style',\n\t\t\t'options' \t=> array('list' => __('List', 'frogsthemes'), 'masonry' => __('Masonry', 'frogsthemes')),\n\t\t\t'std'\t\t=> 'list',\n\t\t\t'type' \t\t=> 'select');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Share Links?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the share links on all posts.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_share_links',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Author Box?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the author box on all posts.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_author',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Next/Previous Links?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the next/previous post links on all posts.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_next_prev',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Show Related Posts?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will show the related posts section. These are related by tag.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_show_related_posts',\n\t\t\t'std' \t\t=> '1',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Slider', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Speed of Transition', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter the speed you would like the transition to be in milliseconds (1000 = 1 second).', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_speed',\n\t\t\t'std'\t\t=> '600',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Pause Time', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter the time you would like the gallery to pause between transitions in milliseconds (1000 = 1 second).', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_pause',\n\t\t\t'std'\t\t=> '7000',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Auto Start?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will automatically start the gallery.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_auto_start',\n\t\t\t'std' \t\t=> '0',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Auto Loop?', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('If checked, this will automatically loop through the gallery.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_loop',\n\t\t\t'std' \t\t=> '0',\n\t\t\t'type' \t\t=> 'checkbox');\n\t\t/*\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Animation Type', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Select which effect you would like to use when going between slides.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_slider_transition',\n\t\t\t'options' \t=> array('fade' => __('Fade', 'frogsthemes'), 'slide' => __('Slide', 'frogsthemes')),\n\t\t\t'std'\t\t=> 'fade',\n\t\t\t'type' \t\t=> 'select');\n\t\t*/\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Connections', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Facebook URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full Facebook URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_facebook',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Twitter URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full Twitter URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_twitter',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Google+ URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full Google+ URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_google_plus',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'LinkedIn URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full LinkedIn URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_linkedin',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'Pinterest URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full Pinterest URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_pinterest',\n\t\t\t'type' \t\t=> 'text');\n\t\t\n\t\t$options[] = array( \n\t\t\t'name' \t\t=> __( 'YouTube URL', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('Enter your full YouTube URL here.', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'ft_youtube',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Twitter API Options', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'heading');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Twitter API', 'frogsthemes'),\n\t\t\t'desc' \t\t=> __('To use the Twitter API, you need to sign up for an <a href=\"https://dev.twitter.com/apps\" target=\"_blank\">app with Twitter</a>.', 'frogsthemes'),\n\t\t\t'type' \t\t=> 'info');\n\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Consumer Key', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'consumer_key',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Consumer Secret', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'consumer_secret',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Access Token', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'access_token',\n\t\t\t'type' \t\t=> 'text');\n\t\t\t\t\t\t\t\n\t\t$options[] = array(\n\t\t\t'name' \t\t=> __( 'Access Token Secret', 'frogsthemes'),\n\t\t\t'id' \t\t=> 'access_token_secret',\n\t\t\t'type' \t\t=> 'text');\n\t\n\t\treturn apply_filters('optionsframework_options', $options);\n\t}", "function wwm_2015_optionsframework_options() {\r\n\r\n\t$options = array();\r\n\t//Set the Section Tab Title\r\n\t$options[] = array(\r\n\t\t'name' => __('General Options', 'wwm_2015'),\r\n\t\t'type' => 'heading');\r\n\t\t//Logo\r\n\t\t\t$options[] = array(\r\n\t\t\t\t'name' => __('Main Logo', 'wwm_2015'),\r\n\t\t\t\t'desc' => __('Make sure to use a PNG, with a transparent background (the gray that you see above, is coded in...just for visibility purposes).', 'wwm_2015'),\r\n\t\t\t\t'id' => 'main_logo',\r\n\t\t\t\t'type' => 'upload',\r\n\t\t\t\t'class' => 'large-12 medium-12 small-12 columns');\t\t\r\n\t\t//Primary Color\r\n\t\t\t$options[] = array(\r\n\t\t\t\t\t'name' => __('Primary Color?', 'wwm_2015'),\r\n\t\t\t\t\t'desc' => __('The main color in the scheme', 'wwm_2015'),\r\n\t\t\t\t\t'id' => 'primary_color',\r\n\t\t\t\t\t'std' => '#565b7b',\r\n\t\t\t\t\t'default'=>'#565b7b',\r\n\t\t\t\t\t'type' => 'color',\r\n\t\t\t\t\t'class'=>'large-6 medium-12 small-12 columns'\r\n\t\t\t\t);\t\r\n\t\t//Secondary Color\r\n\t\t\t$options[] = array(\r\n\t\t\t\t\t'name' => __('Secondary Color?', 'wwm_2015'),\r\n\t\t\t\t\t'desc' => __('The secondary color in the scheme', 'wwm_2015'),\r\n\t\t\t\t\t'id' => 'secondary_color',\r\n\t\t\t\t\t'std' => '#d3e2f7',\r\n\t\t\t\t\t'default'=>'#d3e2f7',\r\n\t\t\t\t\t'type' => 'color',\r\n\t\t\t\t\t'class'=>'large-6 medium-12 small-12 columns'\r\n\t\t\t\t);\t\t\r\n\treturn $options;\r\n}", "public static function option_fields() {\n\n // Only need to initiate the array once per page-load\n if ( ! empty( self::$theme_options ) )\n return self::$theme_options;\n\n self::$theme_options = array(\n 'id' => 'theme_options',\n 'show_on' => array( 'key' => 'options-page', 'value' => array( self::$key, ), ),\n 'show_names' => true,\n 'fields' => array(\n array(\n 'name' => __( 'Place Name', 'myprefix' ),\n 'desc' => __( 'field description (optional)', 'myprefix' ),\n 'id' => 'place_name',\n 'type' => 'text_medium',\n ),\n\t\t\t\tarray(\n\t\t\t\t 'name' => __( 'Facebook page URL', 'cmb' ),\n\t\t\t\t 'id' => $prefix . 'facebook_url',\n\t\t\t\t 'type' => 'text_url',\n\t\t\t\t // 'protocols' => array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet' ), // Array of allowed protocols\n\t\t\t\t),\n\t\t\t\tarray(\n\t\t\t\t 'name' => __( 'Twitter URL', 'cmb' ),\n\t\t\t\t 'id' => $prefix . 'twitter_url',\n\t\t\t\t 'type' => 'text_url',\n\t\t\t\t // 'protocols' => array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet' ), // Array of allowed protocols\n\t\t\t\t),\n array(\n 'name' => __( 'Test Color Picker', 'myprefix' ),\n 'desc' => __( 'field description (optional)', 'myprefix' ),\n 'id' => 'test_colorpicker',\n 'type' => 'colorpicker',\n 'default' => '#ffffff'\n ),\n array(\n 'name' => __( 'Footer Text', 'myprefix' ),\n 'desc' => __( 'field description (optional)', 'myprefix' ),\n 'id' => 'footer_text',\n 'type' => 'text',\n ),\n ),\n );\n return self::$theme_options;\n }", "function optionsframework_options() {\n\n\n\n\t$options = array();\n\t\n\n\t$imagepath = get_template_directory_uri() . '/images/';\n\n\t$options[] = array(\n\t\t'name' => __('Company Details', 'options_framework_theme'),\n\t\t'type' => 'heading');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Logo', 'options_framework_theme'),\n\t\t'desc' => __('Upload website logo.', 'options_framework_theme'),\n\t\t'id' => 'logo',\n\t\t'type' => 'upload');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Telephone Number', 'options_framework_theme'),\n\t\t'desc' => __('Main Telephone Number', 'options_framework_theme'),\n\t\t'id' => 'telephone_number',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Email Address', 'options_framework_theme'),\n\t\t'desc' => __('Main Email Address', 'options_framework_theme'),\n\t\t'id' => 'email_address',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Address', 'options_framework_theme'),\n\t\t'type' => 'heading');\n\t\t\n\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization Address', 'options_framework_theme'),\n\t\t'desc' => __('First Line', 'options_framework_theme'),\n\t\t'id' => 'organ_address',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization Address line 2', 'options_framework_theme'),\n\t\t'desc' => __('Second Line', 'options_framework_theme'),\n\t\t'id' => 'organ_address_2',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization PO Box', 'options_framework_theme'),\n\t\t'desc' => __('PO Box Number', 'options_framework_theme'),\n\t\t'id' => 'organ_po_box',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization City', 'options_framework_theme'),\n\t\t'desc' => __('Town / City', 'options_framework_theme'),\n\t\t'id' => 'organ_city',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization State / Region', 'options_framework_theme'),\n\t\t'desc' => __('State / Region', 'options_framework_theme'),\n\t\t'id' => 'organ_state',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization Post Code', 'options_framework_theme'),\n\t\t'desc' => __('Post Code', 'options_framework_theme'),\n\t\t'id' => 'organ_post_code',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\t\t\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Organization Country', 'options_framework_theme'),\n\t\t'desc' => __('Country', 'options_framework_theme'),\n\t\t'id' => 'organ_country',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\n\t/* Social Media */\t\n\t\t\n\t$options[] = array(\n\t'name' => __('Social Media', 'options_framework_theme'),\n\t'type' => 'heading');\n\t\t\n\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Facebook URL', 'options_framework_theme'),\n\t\t'desc' => __('Full Facebook address', 'options_framework_theme'),\n\t\t'id' => 'social_facebook',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Youtube URL', 'options_framework_theme'),\n\t\t'desc' => __('Full Youtube address', 'options_framework_theme'),\n\t\t'id' => 'social_youtube',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\t\t\n\t$options[] = array(\n\t\t'name' => __('Twitter URL', 'options_framework_theme'),\n\t\t'desc' => __('Full Twitter address', 'options_framework_theme'),\n\t\t'id' => 'social_twitter',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t$options[] = array(\n\t\t'name' => __('Feed URL', 'options_framework_theme'),\n\t\t'desc' => __('Full RSS URL', 'options_framework_theme'),\n\t\t'id' => 'social_rss',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\t\n\t\t\t$options[] = array(\n\t\t'name' => __('Pinterest URL', 'options_framework_theme'),\n\t\t'desc' => __('Full Pinterest URL', 'options_framework_theme'),\n\t\t'id' => 'social_pinterest',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\t\t\n\t\t\t\n\t\t\t$options[] = array(\n\t\t'name' => __('Google Plus URL', 'options_framework_theme'),\n\t\t'desc' => __('Google Plus URL', 'options_framework_theme'),\n\t\t'id' => 'social_google_plus',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\n\treturn $options;\n}", "function TS_VCSC_Set_Plugin_Options() {\r\n\t\t// Redirect Option\r\n\t\tadd_option('ts_vcsc_extend_settings_redirect', \t\t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_activation', \t\t\t\t\t\t0);\r\n\t\t// Options for Theme Authors\r\n\t\tadd_option('ts_vcsc_extend_settings_posttypes', \t\t\t\t 1);\r\n\t\tadd_option('ts_vcsc_extend_settings_posttypeWidget',\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_posttypeTeam',\t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_posttypeTestimonial',\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_posttypeLogo', \t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_posttypeSkillset',\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_additions', \t\t\t\t 1);\r\n\t\tadd_option('ts_vcsc_extend_settings_codeeditors', \t\t\t\t 1);\r\n\t\tadd_option('ts_vcsc_extend_settings_fontimport', \t\t\t\t 1);\r\n\t\tadd_option('ts_vcsc_extend_settings_iconicum', \t\t\t\t \t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_dashboard', \t\t\t\t\t\t1);\r\n\t\t// Options for Custom CSS/JS Editor\r\n\t\tadd_option('ts_vcsc_extend_settings_customCSS',\t\t\t\t\t\t\t'/* Welcome to the Custom CSS Editor! Please add all your Custom CSS here. */');\r\n\t\tadd_option('ts_vcsc_extend_settings_customJS', \t\t\t\t '/* Welcome to the Custom JS Editor! Please add all your Custom JS here. */');\r\n\t\t// Other Options\r\n\t\tadd_option('ts_vcsc_extend_settings_frontendEditor', \t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_buffering', \t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_mainmenu', \t\t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_translationsDomain', \t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_previewImages',\t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_visualSelector',\t\t\t\t\t1);\r\n add_option('ts_vcsc_extend_settings_nativeSelector',\t\t\t\t\t1);\r\n add_option('ts_vcsc_extend_settings_nativePaginator',\t\t\t\t\t'200');\r\n\t\tadd_option('ts_vcsc_extend_settings_backendPreview',\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_extended', \t\t\t\t 0);\r\n\t\tadd_option('ts_vcsc_extend_settings_systemInfo',\t\t\t\t\t\t'');\r\n\t\tadd_option('ts_vcsc_extend_settings_socialDefaults', \t\t\t\t\t'');\r\n\t\tadd_option('ts_vcsc_extend_settings_builtinLightbox', \t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_lightboxIntegration', \t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_allowAutoUpdate', \t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_allowNotification', \t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_allowDeprecated', \t\t\t\t\t0);\r\n\t\t// Font Active / Inactive\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceMedia',\t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceIcon',\t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceAwesome',\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceBrankic',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCountricons',\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCurrencies',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceElegant',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceEntypo',\t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceFoundation',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceGenericons',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceIcoMoon',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceMonuments',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceSocialMedia',\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceTypicons',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceFontsAll',\t\t\t\t\t0);\t\t\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceVC_Awesome',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceVC_Entypo',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceVC_Linecons',\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceVC_OpenIconic',\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceVC_Typicons',\t\t\t\t0);\t\t\r\n\t\t// Custom Font Data\r\n\t\tadd_option('ts_vcsc_extend_settings_IconFontSettings',\t\t\t\t\t'');\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustom',\t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustomArray',\t\t\t\t'');\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustomJSON',\t\t\t\t\t'');\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustomPath',\t\t\t\t\t'');\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustomPHP', \t\t\t\t\t'');\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustomName',\t\t\t\t\t'Custom User Font');\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustomAuthor',\t\t\t\t'Custom User');\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustomCount',\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustomDate',\t\t\t\t\t'');\r\n\t\tadd_option('ts_vcsc_extend_settings_tinymceCustomDirectory',\t\t\t'');\r\n\t\t// Row + Column Extensions\r\n\t\tadd_option('ts_vcsc_extend_settings_additionsRows',\t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_additionsColumns',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_additionsRowEffectsBreak',\t\t\t'600');\r\n\t\tadd_option('ts_vcsc_extend_settings_additionsSmoothScroll',\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_additionsSmoothSpeed',\t\t\t\t'30');\r\n\t\t// Custom Post Types\r\n\t\tadd_option('ts_vcsc_extend_settings_customWidgets',\t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_customTeam',\t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_customTestimonial',\t\t\t\t\t0);\t\t\r\n\t\tadd_option('ts_vcsc_extend_settings_customSkillset',\t\t\t\t\t0);\t\t\r\n\t\tadd_option('ts_vcsc_extend_settings_customTimelines', \t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_customLogo', \t\t\t\t\t\t0);\r\n\t\t// tinyMCE Icon Shortcode Generator\r\n\t\tadd_option('ts_vcsc_extend_settings_useIconGenerator',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_useTinyMCEMedia', \t\t\t\t\t1);\r\n\t\t// Standard Elements\r\n\t\tadd_option('ts_vcsc_extend_settings_StandardElements',\t\t\t\t\t'');\r\n\t\t// Demo Elements\r\n\t\tadd_option('ts_vcsc_extend_settings_DemoElements', \t\t\t\t\t\t'');\r\n\t\t// WooCommerce Elements\r\n\t\tadd_option('ts_vcsc_extend_settings_WooCommerceUse',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_WooCommerceElements',\t\t\t\t'');\r\n\t\t// bbPress Elements\r\n\t\tadd_option('ts_vcsc_extend_settings_bbPressUse',\t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_bbPressElements',\t\t\t\t\t'');\r\n\t\t// Options for External Files\r\n\t\tadd_option('ts_vcsc_extend_settings_loadForcable',\t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadLightbox', \t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadTooltip', \t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadFonts', \t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadEnqueue',\t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadHeader',\t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadjQuery', \t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadModernizr',\t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadWaypoints', \t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadCountTo', \t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadMooTools', \t\t\t\t\t\t1);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadDetector', \t\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_loadHammerNew', \t\t\t\t\t1);\r\n\t\t// Google Font Manager Settings\r\n\t\tadd_option('ts_vcsc_extend_settings_allowGoogleManager', \t\t\t\t1);\r\n\t\t// Single Page Navigator\r\n\t\tadd_option('ts_vcsc_extend_settings_allowPageNavigator', \t\t\t\t0);\r\n\t\t// EnlighterJS - Syntax Highlighter\r\n\t\tadd_option('ts_vcsc_extend_settings_allowEnlighterJS',\t\t\t\t\t0);\r\n\t\tadd_option('ts_vcsc_extend_settings_allowThemeBuilder',\t\t\t\t\t0);\r\n\t\t// Post Type Menu Positions\r\n\t\t$TS_VCSC_Menu_Positions_Defaults_Init = array(\r\n\t\t\t'ts_widgets'\t\t\t\t\t=> 50,\r\n\t\t\t'ts_timeline'\t\t\t\t\t=> 51,\r\n\t\t\t'ts_team'\t\t\t\t\t\t=> 52,\r\n\t\t\t'ts_testimonials'\t\t\t\t=> 53,\r\n\t\t\t'ts_skillsets'\t\t\t\t\t=> 54,\r\n\t\t\t'ts_logos'\t\t\t\t\t\t=> 55,\r\n\t\t);\r\n\t\tadd_option('ts_vcsc_extend_settings_menuPositions',\t\t\t\t\t\t$TS_VCSC_Menu_Positions_Defaults_Init);\r\n\t\t// Row Toggle Settings\r\n\t\t$TS_VCSC_Row_Toggle_Defaults_Init = array(\r\n\t\t\t'Large Devices' => 1200,\r\n\t\t\t'Medium Devices' => 992,\r\n\t\t\t'Small Devices' => 768,\r\n\t\t);\r\n\t\tadd_option('ts_vcsc_extend_settings_rowVisibilityLimits', \t\t\t\t$TS_VCSC_Row_Toggle_Defaults_Init);\r\n\t\t// Language Settings: Countdown\r\n\t\t$TS_VCSC_Countdown_Language_Defaults_Init = array(\r\n\t\t\t'DayPlural' => 'Days',\r\n\t\t\t'DaySingular' => 'Day',\r\n\t\t\t'HourPlural' => 'Hours',\r\n\t\t\t'HourSingular' => 'Hour',\r\n\t\t\t'MinutePlural' => 'Minutes',\r\n\t\t\t'MinuteSingular' => 'Minute',\r\n\t\t\t'SecondPlural' => 'Seconds',\r\n\t\t\t'SecondSingular' => 'Second',\r\n\t\t);\r\n\t\tadd_option('ts_vcsc_extend_settings_translationsCountdown', \t\t\t$TS_VCSC_Countdown_Language_Defaults_Init);\r\n\t\t// Language Settings: Google Maps PLUS\r\n\t\t$TS_VCSC_Google_MapPLUS_Language_Defaults_Init = array(\r\n\t\t\t'ListenersStart' => 'Start Listeners',\r\n\t\t\t'ListenersStop' => 'Stop Listeners',\r\n\t\t\t'MobileShow' => 'Show Google Map',\r\n\t\t\t'MobileHide' => 'Hide Google Map',\r\n\t\t\t'StyleDefault' => 'Google Standard',\r\n\t\t\t'StyleLabel' => 'Change Map Style',\r\n\t\t\t'FilterAll' => 'All Groups',\r\n\t\t\t'FilterLabel' => 'Filter by Groups',\r\n\t\t\t'SelectLabel' => 'Zoom to Location',\r\n\t\t\t'ControlsOSM' => 'Open Street',\r\n\t\t\t'ControlsHome' => 'Home',\r\n\t\t\t'ControlsBounds' => 'Fit All',\r\n\t\t\t'ControlsBike' => 'Bicycle Trails',\r\n\t\t\t'ControlsTraffic' => 'Traffic',\r\n\t\t\t'ControlsTransit' => 'Transit',\r\n\t\t\t'TrafficMiles' => 'Miles per Hour',\r\n\t\t\t'TrafficKilometer' => 'Kilometers per Hour',\r\n\t\t\t'TrafficNone' => 'No Data Available',\r\n\t\t\t'SearchButton' => 'Search Location',\r\n\t\t\t'SearchHolder' => 'Enter address to search for ...',\r\n\t\t\t'SearchGoogle' => 'View on Google Maps',\r\n\t\t\t'SearchDirections' => 'Get Directions',\r\n\t\t\t'OtherLink' => 'Learn More!',\r\n\t\t);\r\n\t\tadd_option('ts_vcsc_extend_settings_translationsGoogleMapPLUS', \t\t$TS_VCSC_Google_MapPLUS_Language_Defaults_Init);\r\n\t\t// Language Settings: Google Maps (Deprecated)\r\n\t\t$TS_VCSC_Google_Map_Language_Defaults_Init = array(\r\n\t\t\t'TextCalcShow' => 'Show Address Input',\r\n\t\t\t'TextCalcHide' => 'Hide Address Input',\r\n\t\t\t'TextDirectionShow' => 'Show Directions',\r\n\t\t\t'TextDirectionHide' => 'Hide Directions',\r\n\t\t\t'TextResetMap' => 'Reset Map',\r\n\t\t\t'PrintRouteText' \t\t\t => 'Print Route',\r\n\t\t\t'TextViewOnGoogle' => 'View on Google',\r\n\t\t\t'TextButtonCalc' => 'Show Route',\r\n\t\t\t'TextSetTarget' => 'Please enter your Start Address:',\r\n\t\t\t'TextGeoLocation' => 'Get My Location',\r\n\t\t\t'TextTravelMode' => 'Travel Mode',\r\n\t\t\t'TextDriving' => 'Driving',\r\n\t\t\t'TextWalking' => 'Walking',\r\n\t\t\t'TextBicy' => 'Bicycling',\r\n\t\t\t'TextWP' => 'Optimize Waypoints',\r\n\t\t\t'TextButtonAdd' => 'Add Stop on the Way',\r\n\t\t\t'TextDistance' => 'Total Distance:',\r\n\t\t\t'TextMapHome' => 'Home',\r\n\t\t\t'TextMapBikes' => 'Bicycle Trails',\r\n\t\t\t'TextMapTraffic' => 'Traffic',\r\n\t\t\t'TextMapSpeedMiles' => 'Miles Per Hour',\r\n\t\t\t'TextMapSpeedKM' => 'Kilometers Per Hour',\r\n\t\t\t'TextMapNoData' => 'No Data Available!',\r\n\t\t\t'TextMapMiles' => 'Miles',\r\n\t\t\t'TextMapKilometes' => 'Kilometers',\r\n\t\t\t'TextMapActivate' => 'Show Google Map',\r\n\t\t\t'TextMapDeactivate' => 'Hide Google Map',\r\n\t\t);\r\n\t\tadd_option('ts_vcsc_extend_settings_translationsGoogleMap', \t\t\t$TS_VCSC_Google_Map_Language_Defaults_Init);\r\n\t\t// Language Settings: Isotope Posts\r\n\t\t$TS_VCSC_Isotope_Posts_Language_Defaults_Init = array(\r\n\t\t\t'ButtonFilter'\t\t => 'Filter Posts', \r\n\t\t\t'ButtonLayout'\t\t => 'Change Layout',\r\n\t\t\t'ButtonSort'\t\t => 'Sort Criteria',\r\n\t\t\t// Standard Post Strings\r\n\t\t\t'Date' \t\t\t\t => 'Post Date', \r\n\t\t\t'Modified' \t\t\t => 'Post Modified', \r\n\t\t\t'Title' \t\t\t => 'Post Title', \r\n\t\t\t'Author' \t\t\t => 'Post Author', \r\n\t\t\t'PostID' \t\t\t => 'Post ID', \r\n\t\t\t'Comments' \t\t\t => 'Number of Comments',\r\n\t\t\t// Layout Strings\r\n\t\t\t'SeeAll'\t\t\t => 'See All',\r\n\t\t\t'Timeline' \t\t\t => 'Timeline',\r\n\t\t\t'Masonry' \t\t\t => 'Centered Masonry',\r\n\t\t\t'FitRows'\t\t\t => 'Fit Rows',\r\n\t\t\t'StraightDown' \t\t => 'Straigt Down',\r\n\t\t\t// WooCommerce Strings\r\n\t\t\t'WooFilterProducts' => 'Filter Products',\r\n\t\t\t'WooTitle' => 'Product Title',\r\n\t\t\t'WooPrice' => 'Product Price',\r\n\t\t\t'WooRating' => 'Product Rating',\r\n\t\t\t'WooDate' => 'Product Date',\r\n\t\t\t'WooModified' => 'Product Modified',\r\n\t\t\t// General Strings\r\n\t\t\t'Categories' => 'Categories',\r\n\t\t\t'Tags' => 'Tags',\r\n\t\t);\r\n\t\tadd_option('ts_vcsc_extend_settings_translationsIsotopePosts', \t\t\t$TS_VCSC_Isotope_Posts_Language_Defaults_Init);\r\n\t\t// Options for Lightbox Settings\r\n\t\t$TS_VCSC_Lightbox_Setting_Defaults_Init = array(\r\n\t\t\t'thumbs' => 'bottom',\r\n\t\t\t'thumbsize' => 50,\r\n\t\t\t'animation' => 'random',\r\n\t\t\t'captions' => 'data-title',\r\n\t\t\t'closer' => 1, // true/false\r\n\t\t\t'duration' => 5000,\r\n\t\t\t'share' => 0, // true/false\r\n\t\t\t'social' \t => 'fb,tw,gp,pin',\r\n\t\t\t'notouch' => 1, // true/false\r\n\t\t\t'bgclose'\t\t\t => 1, // true/false\r\n\t\t\t'nohashes'\t\t\t => 1, // true/false\r\n\t\t\t'keyboard'\t\t\t => 1, // 0/1\r\n\t\t\t'fullscreen'\t\t => 1, // 0/1\r\n\t\t\t'zoom'\t\t\t\t => 1, // 0/1\r\n\t\t\t'fxspeed'\t\t\t => 300,\r\n\t\t\t'scheme'\t\t\t => 'dark',\r\n\t\t\t'removelight' => 0,\r\n\t\t\t'customlight' => 0,\r\n\t\t\t'customcolor'\t\t => '#ffffff',\r\n\t\t\t'backlight' \t\t => '#ffffff',\r\n\t\t\t'usecolor' \t\t => 0, // true/false\r\n\t\t\t'background' => '',\r\n\t\t\t'repeat' => 'no-repeat',\r\n\t\t\t'overlay' => '#000000',\r\n\t\t\t'noise' => '',\r\n\t\t\t'cors' => 0, // true/false\r\n\t\t\t'scrollblock' => 'css',\r\n\t\t);\r\n\t\tadd_option('ts_vcsc_extend_settings_defaultLightboxSettings',\t\t\t$TS_VCSC_Lightbox_Setting_Defaults_Init);\r\n\t\tadd_option('ts_vcsc_extend_settings_defaultLightboxAnimation', \t\t\t'random');\r\n\t\t// Options for Envato Sales Data\r\n\t\tadd_option('ts_vcsc_extend_settings_envatoData', \t\t\t\t\t '');\r\n\t\tadd_option('ts_vcsc_extend_settings_envatoInfo', \t\t\t\t\t '');\r\n\t\tadd_option('ts_vcsc_extend_settings_envatoLink', \t\t\t\t\t '');\r\n\t\tadd_option('ts_vcsc_extend_settings_envatoPrice', \t\t\t\t\t '');\r\n\t\tadd_option('ts_vcsc_extend_settings_envatoRating', \t\t\t\t\t '');\r\n\t\tadd_option('ts_vcsc_extend_settings_envatoSales', \t\t\t\t\t '');\r\n\t\tadd_option('ts_vcsc_extend_settings_envatoCheck', \t\t\t\t\t 0);\r\n\t\t$roles \t\t\t\t\t\t\t\t= get_editable_roles();\r\n\t\tforeach ($GLOBALS['wp_roles']->role_objects as $key => $role) {\r\n\t\t\tif (isset($roles[$key]) && $role->has_cap('edit_pages') && !$role->has_cap('ts_vcsc_extend')) {\r\n\t\t\t\t$role->add_cap('ts_vcsc_extend');\r\n\t\t\t}\r\n\t\t}\r\n\t}", "function template_options()\n{\n\tglobal $context, $settings, $options, $scripturl, $txt;\n\n\t$context['theme_options'] = array(\n\t\tarray(\n\t\t\t'id' => 'show_board_desc',\n\t\t\t'label' => $txt['board_desc_inside'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'show_children',\n\t\t\t'label' => $txt['show_children'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'use_sidebar_menu',\n\t\t\t'label' => $txt['use_sidebar_menu'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'show_no_avatars',\n\t\t\t'label' => $txt['show_no_avatars'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'show_no_signatures',\n\t\t\t'label' => $txt['show_no_signatures'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'show_no_censored',\n\t\t\t'label' => $txt['show_no_censored'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'return_to_post',\n\t\t\t'label' => $txt['return_to_post'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'no_new_reply_warning',\n\t\t\t'label' => $txt['no_new_reply_warning'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'view_newest_first',\n\t\t\t'label' => $txt['recent_posts_at_top'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'view_newest_pm_first',\n\t\t\t'label' => $txt['recent_pms_at_top'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'posts_apply_ignore_list',\n\t\t\t'label' => $txt['posts_apply_ignore_list'],\n\t\t\t'default' => false,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'wysiwyg_default',\n\t\t\t'label' => $txt['wysiwyg_default'],\n\t\t\t'default' => false,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'popup_messages',\n\t\t\t'label' => $txt['popup_messages'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'copy_to_outbox',\n\t\t\t'label' => $txt['copy_to_outbox'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'pm_remove_inbox_label',\n\t\t\t'label' => $txt['pm_remove_inbox_label'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'auto_notify',\n\t\t\t'label' => $txt['auto_notify'],\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'topics_per_page',\n\t\t\t'label' => $txt['topics_per_page'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['per_page_default'],\n\t\t\t\t5 => 5,\n\t\t\t\t10 => 10,\n\t\t\t\t25 => 25,\n\t\t\t\t50 => 50,\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'messages_per_page',\n\t\t\t'label' => $txt['messages_per_page'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['per_page_default'],\n\t\t\t\t5 => 5,\n\t\t\t\t10 => 10,\n\t\t\t\t25 => 25,\n\t\t\t\t50 => 50,\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'calendar_start_day',\n\t\t\t'label' => $txt['calendar_start_day'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['days'][0],\n\t\t\t\t1 => $txt['days'][1],\n\t\t\t\t6 => $txt['days'][6],\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'display_quick_reply',\n\t\t\t'label' => $txt['display_quick_reply'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['display_quick_reply1'],\n\t\t\t\t1 => $txt['display_quick_reply2'],\n\t\t\t\t2 => $txt['display_quick_reply3']\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t\tarray(\n\t\t\t'id' => 'display_quick_mod',\n\t\t\t'label' => $txt['display_quick_mod'],\n\t\t\t'options' => array(\n\t\t\t\t0 => $txt['display_quick_mod_none'],\n\t\t\t\t1 => $txt['display_quick_mod_check'],\n\t\t\t\t2 => $txt['display_quick_mod_image'],\n\t\t\t),\n\t\t\t'default' => true,\n\t\t),\n\t);\n}", "function optionsframework_options() {\n\n\t$options = array();\n\n\t$options[] = array( \"name\" => \"Variables\",\n\t\t\"type\" => \"heading\" );\n\n\t$options[\"icon\"] = array(\n\t\t\"name\" => \"Fontawesome Icon\",\n\t\t\"id\" => \"icon\",\n\t\t\"std\" => \"fa-cogs\",\n\t\t\"type\" => \"text\");\n\n\t$options[\"claim\"] = array(\n\t\t\"name\" => \"Claim\",\n\t\t\"id\" => \"claim\",\n\t\t\"std\" => \"Sorry, we are down for scheduled maintenance. Come back soon!\",\n\t\t\"type\" => \"text\");\n\n\treturn $options;\n}", "function optionsframework_options() {\n\n\t// Typograpgy CSS list\n\t$typography = options_stylesheets_get_file_list(\n\t\tget_stylesheet_directory() . '/css/typography/', // $directory_path\n\t\t'css', // $filetype\n\t\tget_stylesheet_directory_uri() . '/css/typography/' // $directory_uri\n\t);\n\n\n\t// Layout CSS list\n\t$layout = options_stylesheets_get_file_list(\n\t\tget_stylesheet_directory() . '/css/layout/', // $directory_path\n\t\t'css', // $filetype\n\t\tget_stylesheet_directory_uri() . '/css/layout/' // $directory_uri\n\t);\n\t\n\t// Colors CSS list\n\t$colors = options_stylesheets_get_file_list(\n\t\tget_stylesheet_directory() . '/css/colors/', // $directory_path\n\t\t'css', // $filetype\n\t\tget_stylesheet_directory_uri() . '/css/colors/' // $directory_uri\n\t);\n\n\n\n\n\t$options = array();\n\t\t\n\n// Typography\n// typography in the Theme options\n\t\n \t$options['typography'] = array( \n\t\t\"name\" => \"Typography\",\n \t\t\"id\" => \"typography\",\n \t\t\"type\" => \"radio\",\n \t\t\"options\" => $typography );\n\n\n// Colors\n// Colors in the Theme options\n\t\n \t$options['colors'] = array( \n\t\t\"name\" => \"Colors\",\n \t\t\"id\" => \"colors\",\n \t\t\"type\" => \"radio\",\n \t\t\"options\" => $colors );\n \n\t// Color Picker\n\t\t\n $options['example_colorpicker'] = array(\n \t\"name\" => \"Colorpicker\",\n \t\"id\" => \"example_colorpicker\",\n \t\"std\" => \"#666666\",\n \t\"type\" => \"color\" );\n\n\n\n// Layout\n// Layout in the Theme options\n\t\n \t$options['layout'] = array( \n\t\t\"name\" => \"Layout CSS variants\",\n \t\t\"id\" => \"layout\",\n \t\t\"type\" => \"radio\",\n \t\t\"options\" => $layout );\n \n\n\n// site Width setting \n\t\t\n \t$options['site_width'] = array(\n \t \t\"name\" => \"Site Width\",\n \t \"id\" => \"site_width\",\n \t \"std\" => \"Default Value\",\n \t \"type\" => \"text\" );\n\n// Logo uploader\n\n\t$options['logo'] = array(\n\t\t\"name\" => \"Logo image\",\n\t\t\"desc\" => \"This creates a full size uploader that previews the image.\",\n\t\t\"id\" => \"logo\",\n\t\t\"type\" => \"upload\" );\n\t\t\n\n\treturn $options;\n}", "function optionsframework_options() {\n\n\t$options[] = array(\n\t\t'name' => 'Styles Font Menu Example',\n\t\t'type' => 'heading'\n\t);\n\n\t$options[] = array(\n\t\t'name' => 'Font',\n\t\t'desc' => '',\n\t\t'id' => 'example_font_1',\n\t\t'type' => 'styles_font_menu',\n\t\t// Set default to Arial.\n\t\t// Get alternative default values by inspecting the hidden menu's <select> in the browser.\n\t\t'std' => '{\"family\":\"Arial, Helvetica, sans-serif\",\"name\":\"Arial\",\"classname\":\"arial\"}',\n\t);\n\n\treturn $options;\n}", "function mmpm_register_theme_options() {\n\t\tregister_setting( 'mmpm_options_group', MMPM_OPTIONS_DB_NAME );\n//\t\tregister_setting( 'mmpm_options_group', MMPM_SKIN_DB_NAME );\n\t}", "public function admin_options() { ?>\n <h3><?php _e( $this->pluginTitle(), 'midtrans-woocommerce' ); ?></h3>\n <p><?php _e($this->getSettingsDescription(), 'midtrans-woocommerce' ); ?></p>\n <table class=\"form-table\">\n <?php\n // Generate the HTML For the settings form.\n $this->generate_settings_html();\n ?>\n </table><!--/.form-table-->\n <?php\n }", "function optionsframework_options() {\n\n\t// Multicheck Defaults\n\t$multicheck_defaults = array(\n\t\t'one' => '1',\n\t\t'five' => '1'\n\t);\n\n\t// Background Defaults\n\t$background_defaults = array(\n\t\t'color' => '',\n\t\t'image' => '',\n\t\t'repeat' => 'repeat',\n\t\t'position' => 'top center',\n\t\t'attachment'=>'scroll' );\n\n\t// Typography Defaults\n\t$typography_defaults = array(\n\t\t'face' => 'yahei',\n\t\t'style' => 'normal',\n\t\t'color' => '#383121' );\n\t\t\n\t$typography_content = array(\n\t\t'size' => '13px',\n\t\t'face' => 'yahei',\n\t\t'style' => 'normal',\n\t\t'color' => '#000000' );\n\t\t\n\t// Typography Options\n\t$typography_options = array(\n\t\t'sizes' => false\n\t);\n\n\t// Pull all the categories into an array\n\t$options_categories = array();\n\t$options_categories_obj = get_categories();\n\tforeach ($options_categories_obj as $category) {\n\t\t$options_categories[$category->cat_ID] = $category->cat_name;\n\t}\n\n\t// Pull all the pages into an array\n\t$options_pages = array();\n\t$options_pages_obj = get_pages('sort_column=post_parent,menu_order');\n\t// $options_pages[''] = 'Select a page:';\n\tforeach ($options_pages_obj as $page) {\n\t\t$options_pages[$page->ID] = $page->post_title;\n\t}\n\n\n\t$adsdesc = '可添加广告联盟代码或自定义代码';\n\n\n\n\t$qrcode = get_stylesheet_directory_uri() . '/static/img/qrcode.png';\n\t$logo = get_stylesheet_directory_uri() . '/static/img/logo.png';\n\t$favicon = get_stylesheet_directory_uri() . '/static/img/favicon.ico';\n\t$footer_iconbg = get_stylesheet_directory_uri() . '/static/img/3.png';\n\t$home_slide = get_stylesheet_directory_uri() . '/static/img/slide.jpg';\n\n\t$options = array();\n\n\n\t\n\t$options[] = array(\n\t\t'name' => '基本',\n\t\t'type' => 'heading');\n\n\n\t$options[] = array(\n\t\t'name' => \"主题风格\",\n\t\t'desc' => \"13种颜色供选择,点击选择你喜欢的颜色,保存后前端展示会有所改变。\",\n\t\t'id' => \"theme_color\",\n\t\t'std' => \"#1d1d1d\",\n\t\t'type' => \"colorradio\",\n\t\t'options' => array(\n\t\t\t'#1d1d1d' => 1,\n\t\t\t'#2CDB87' => 2,\n\t\t\t'#00D6AC' => 3,\n\t\t\t'#FF6651' => 4,\n\t\t\t'#EA84FF' => 5,\n\t\t\t'#FDAC5F' => 6,\n\t\t\t'#FD77B2' => 7,\n\t\t\t'#76BDFF' => 8,\n\t\t\t'#C38CFF' => 9,\n\t\t\t'#FF926F' => 10,\n\t\t\t'#8AC78F' => 11,\n\t\t\t'#C7C183' => 12,\n\t\t\t'#1E88E5' => 13\n\t\t)\n\t);\n\n\t\n\n\t$options[] = array(\n\t\t'id' => 'theme_color_custom',\n\t\t'std' => \"\",\n\t\t'desc' => '不喜欢上面提供的颜色,你好可以在这里自定义设置,如果不用自定义颜色清空即可(默认不用自定义)',\n\t\t'type' => \"color\");\n\n\t$options[] = array(\n\t\t'name' => 'Favicon图标',\n\t\t'id' => 'favicon',\n\t\t'desc' => '',\n\t\t'std' => $favicon,\n\t\t'type' => 'upload');\n\n\t$options[] = array(\n\t\t'name' => 'Logo 电脑端',\n\t\t'id' => 'logo',\n\t\t'desc' => '建议尺寸:140*60px 格式:png',\n\t\t'std' => $logo,\n\t\t'type' => 'upload');\n\n\t$options[] = array(\n\t\t'name' => 'Logo 手机端',\n\t\t'id' => 'logo_src_m',\n\t\t'desc' => '最大高:30px;建议尺寸:180*60px 格式:png',\n\t\t'std' => $logo,\n\t\t'type' => 'upload');\n\n\t$options[] = array(\n\t\t'name' => '登录Logo',\n\t\t'id' => 'logo_login',\n\t\t'desc' => '建议尺寸:100*100px 格式:png',\n\t\t'std' => $logo,\n\t\t'type' => 'upload');\n\n\t$options[] = array(\n\t\t'name' => 'PC端导航栏登录注册',\n\t\t'id' => 'sign_s',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启');\n\n\t$options[] = array(\n\t\t'name' => '底部侧边栏显示搜索按钮',\n\t\t'id' => 'nav_search',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启');\n\n\t$options[] = array(\n\t\t'name' => '开启左下角QQ联系按钮',\n\t\t'id' => 'footer_qq',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '显示');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'footer_qqhao',\n\t\t'type' => \"text\",\n\t\t'std' => '200933220',\n\t\t'desc' => 'QQ号码');\n\n\n\t$options[] = array(\n\t\t'name' => '首页顶部',\n\t\t'type' => 'heading');\n\t\n\t$options[] = array(\n\t\t'name' => 'V1.5新增-首页顶部风格',\n\t\t'id' => 'home_header_style',\n\t\t'desc' => '',\n\t\t'options' => array(\n\t\t\t'style_0' => 'Banner+标题按钮',\n\t\t\t'style_1' => 'Banner+搜索框',\n\t\t\t'style_2' => '幻灯片布局'\n\t\t),\n\t\t'std' => 'style_0',\n\t\t'type' => \"radio\"\n\t);\n\n\t$options[] = array(\n\t\t'name' => '首页banner图片',\n\t\t'id' => 'banner_img',\n\t\t'type' => \"upload\",\n\t\t'std' => '',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => '首页banner标题',\n\t\t'id' => 'banner_title',\n\t\t'type' => \"text\",\n\t\t'std' => 'iDowns',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => '首页banner描述',\n\t\t'id' => 'banner_desc',\n\t\t'type' => \"text\",\n\t\t'std' => '可能是最不专业的wordpress建站仿站、二次开发、主题插件折腾人!',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => '首页banner按钮',\n\t\t'id' => 'banner_btn',\n\t\t'type' => \"text\",\n\t\t'std' => '查看详情',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => '首页banner链接',\n\t\t'id' => 'banner_link',\n\t\t'type' => \"text\",\n\t\t'std' => 'http://ylit.cc/',\n\t\t'desc' => '');\n\n\t$options[] = array(\n 'name' => 'V1.5新增-幻灯片排序',\n 'id' => 'focusslide_sort',\n 'desc' => '默认:1 2 3(设置1 3 5 则按顺序只显示3个幻灯片,数字用空格隔开)',\n 'std' => '1 2 3',\n 'type' => 'text');\n \n for ($i=1; $i <= 3; $i++) { \n $options[] = array(\n 'name' => '图'.$i,\n 'id' => 'focusslide_title_'.$i,\n 'desc' => '标题(可不填)',\n 'std' => 'iDowns主题 - 精品WordPress Theme',\n 'type' => 'text');\n\n $options[] = array(\n 'id' => 'focusslide_href_'.$i,\n 'desc' => '链接',\n 'std' => '#',\n 'type' => 'text');\n\n $options[] = array(\n 'id' => 'focusslide_blank_'.$i,\n 'std' => true,\n 'desc' => '新窗口打开',\n 'type' => 'checkbox');\n \n $options[] = array(\n 'id' => 'focusslide_src_'.$i,\n 'desc' => '图片,建议尺寸:'.'1920*600',\n 'std' => $home_slide,\n 'type' => 'upload');\n\t}\n\n\n\n\t$options[] = array(\n\t\t'name' => '首页模块',\n\t\t'type' => 'heading');\n\n\n\t\n\n\t$options[] = array(\n\t\t'name' => '首页分类菜单',\n\t\t'id' => 'home_cat',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '显示(在WP后台菜单-新建一个菜单,把全部分类目录设置为分类导航菜单,既可实现ajax查看分类下文章)');\n\n\t$options[] = array(\n\t\t'name' => '首页关键字(keywords)',\n\t\t'id' => 'keywords',\n\t\t'std' => 'iDowns,虚拟资源分享下载主题,wordpress主题定制',\n\t\t'desc' => '关键字有利于SEO优化,建议个数在5-10之间,用英文逗号隔开',\n\t\t'settings' => array(\n\t\t\t'rows' => 4\n\t\t),\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => '首页描述(description)',\n\t\t'id' => 'description',\n\t\t'std' => 'iDowns,虚拟资源分享下载主题,不专业提供wordpress主题定制开发服务',\n\t\t'desc' => '描述有利于SEO优化,建议字数在30-70之间',\n\t\t'settings' => array(\n\t\t\t'rows' => 4\n\t\t),\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => 'V1.5新增-首页顶部推荐文章模块风格',\n\t\t'id' => 'home_box_style',\n\t\t'desc' => '',\n\t\t'options' => array(\n\t\t\t'style_0' => 'boxcms+卡片风格',\n\t\t\t'style_1' => 'boxcms+列表风格',\n\t\t\t'style_2' => '不启用'\n\t\t),\n\t\t'std' => 'style_0',\n\t\t'type' => \"radio\"\n\t);\n\n\n\tif ( $options_categories ) {\n $options[] = array(\n 'name' => __( '首页顶部推荐文章所属分类' ),\n 'desc' => __( '建议为此模块设一个分类为“首页推荐”。' ),\n 'std' => 1,\n 'id' => 'home_cms_categories',\n 'type' => 'select',\n 'options' => $options_categories\n );\n }\n\n $options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_cms_postnum',\n\t\t'std' => 3,\n\t\t'desc' => '默认:3,显示文章数',\n\t\t'type' => 'text');\n\n $options[] = array(\n\t\t'name' => 'V1.5新增-首页粒子特效条',\n\t\t'id' => 'home_particles',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '显示');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_particles_tite',\n\t\t'type' => \"text\",\n\t\t'std' => '优雅的主题大概总有人喜欢',\n\t\t'desc' => '大标题');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_particles_desc',\n\t\t'type' => \"text\",\n\t\t'std' => '你好,欢迎来到WordPress主题世界,推荐几款主题',\n\t\t'desc' => '副标题');\n\n\n\n\t$options[] = array(\n\t\t'name' => '开启首页会员价格表模块',\n\t\t'id' => 'home_pricing',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '显示');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_prictite',\n\t\t'type' => \"text\",\n\t\t'std' => '会员特权',\n\t\t'desc' => '员价格表标题');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_pricdesc',\n\t\t'type' => \"text\",\n\t\t'std' => '开通本站会员,VIP素材资源免费下载,节省你撩妹的时间!',\n\t\t'desc' => '副标题');\n\n\t$options[] = array(\n\t\t'name' => '价格1',\n\t\t'id' => 'home_pricing1',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<li>节省23%</li> <li>购买原创素材9折</li> <li>全球CDN极速访问</li> <li>无广告直接下</li>',\n\t\t'desc' => '---1---会员价格表内容');\n\n\t$options[] = array(\n\t\t'name' => '价格2',\n\t\t'id' => 'home_pricing2',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<li>节省32%</li> <li>购买原创素材9折</li> <li>全球CDN极速访问</li> <li>无广告直接下</li>',\n\t\t'desc' => '---2---会员价格表内容');\n\n\t$options[] = array(\n\t\t'name' => '价格3',\n\t\t'id' => 'home_pricing3',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<li>节省38%</li> <li>购买原创素材9折</li> <li>全球CDN极速访问</li> <li>无广告直接下</li>',\n\t\t'desc' => '---3---会员价格表内容');\n\n\t$options[] = array(\n\t\t'name' => '开启首页底部按钮模块',\n\t\t'id' => 'home_btn',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '显示');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_btntite',\n\t\t'type' => \"text\",\n\t\t'std' => '更多精彩资源分享',\n\t\t'desc' => '按钮模块主标题');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_btndesc',\n\t\t'type' => \"text\",\n\t\t'std' => '本站致力分享整合行业最新原创精品作资源!',\n\t\t'desc' => '副标题');\n\n\t$options[] = array(\n\t\t'name' => '友情链接',\n\t\t'id' => 'friendlink',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启');\n\n\t$options[] = array(\n\t\t'name' => '按钮1',\n\t\t'id' => 'home_btntext1',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<i class=\"dripicons dripicons-browser\"></i>关于我们</a>',\n\t\t'desc' => '---1---按钮文字');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_btnlink1',\n\t\t'type' => \"text\",\n\t\t'std' => '#',\n\t\t'desc' => '---1---按钮链接');\n\n\t$options[] = array(\n\t\t'name' => '按钮2',\n\t\t'id' => 'home_btntext2',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<i class=\"dripicons dripicons-download\"></i>下载教程</a>',\n\t\t'desc' => '---2---按钮文字');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_btnlink2',\n\t\t'type' => \"text\",\n\t\t'std' => '#',\n\t\t'desc' => '---2---按钮链接');\n\n\t$options[] = array(\n\t\t'name' => '按钮3',\n\t\t'id' => 'home_btntext3',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<i class=\"dripicons dripicons-web\"></i>在线咨询</a>',\n\t\t'desc' => '---3---按钮文字');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_btnlink3',\n\t\t'type' => \"text\",\n\t\t'std' => '#',\n\t\t'desc' => '---3---按钮链接');\n\n\n\n\t$options[] = array(\n\t\t'name' => 'CMS+',\n\t\t'type' => 'heading');\n\n\n\n\t$options[] = array(\n\t\t'name' => '首页文章底部CMS_A-----------',\n\t\t'id' => 'home_cms_a',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启');\n\n\tif ( $options_categories ) {\n $options[] = array(\n 'name' => __( '模块1分类' ),\n 'desc' => __( '只显示有文章的分类选项(左右两大块布局)' ),\n 'std' => 1,\n 'id' => 'home_cms_cat_a_a',\n 'type' => 'select',\n 'options' => $options_categories\n );\n }\n\n $options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_cms_num_a_a',\n\t\t'std' => 5,\n\t\t'desc' => '默认:5,显示文章数',\n\t\t'type' => 'text');\n\n\n\n if ( $options_categories ) {\n $options[] = array(\n 'name' => __( '模块2分类' ),\n 'desc' => __( '只显示有文章的分类选项(左右两大块布局)' ),\n 'std' => 1,\n 'id' => 'home_cms_cat_a_b',\n 'type' => 'select',\n 'options' => $options_categories\n );\n }\n\n $options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_cms_num_a_b',\n\t\t'std' => 5,\n\t\t'desc' => '默认:5,显示文章数',\n\t\t'type' => 'text');\n\n\n\t// CMS_B\n\t$options[] = array(\n\t\t'name' => '首页文章底部CMS_B-----------',\n\t\t'id' => 'home_cms_b',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启');\n\n\tif ( $options_categories ) {\n $options[] = array(\n 'name' => __( '模块1分类' ),\n 'desc' => __( '只显示有文章的分类选项(三个小块布局)' ),\n 'std' => 1,\n 'id' => 'home_cms_cat_b_a',\n 'type' => 'select',\n 'options' => $options_categories\n );\n }\n\n $options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_cms_num_b_a',\n\t\t'std' => 5,\n\t\t'desc' => '默认:5,显示文章数',\n\t\t'type' => 'text');\n\n\n\n if ( $options_categories ) {\n $options[] = array(\n 'name' => __( '模块2分类' ),\n 'desc' => __( '只显示有文章的分类选项(左右两大块布局)' ),\n 'std' => 1,\n 'id' => 'home_cms_cat_b_b',\n 'type' => 'select',\n 'options' => $options_categories\n );\n }\n\n $options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_cms_num_b_b',\n\t\t'std' => 5,\n\t\t'desc' => '默认:5,显示文章数',\n\t\t'type' => 'text');\n\n\n if ( $options_categories ) {\n $options[] = array(\n 'name' => __( '模块3分类' ),\n 'desc' => __( '只显示有文章的分类选项(左右两大块布局)' ),\n 'std' => 1,\n 'id' => 'home_cms_cat_b_c',\n 'type' => 'select',\n 'options' => $options_categories\n );\n }\n\n $options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'home_cms_num_b_c',\n\t\t'std' => 5,\n\t\t'desc' => '默认:5,显示文章数',\n\t\t'type' => 'text');\n\n\n // END\n\n\n\n\n\n\n\t$options[] = array(\n\t\t'name' => '功能',\n\t\t'type' => 'heading');\n\n\n\t$options[] = array(\n\t\t'name' => '文章列表风格',\n\t\t'id' => 'home_postlist',\n\t\t'desc' => '',\n\t\t'options' => array(\n\t\t\t'style_0' => '网格布局',\n\t\t\t'style_1' => '列表布局'\n\t\t),\n\t\t'std' => 'style_0',\n\t\t'type' => \"select\"\n\t);\n\n\t$options[] = array(\n\t\t'name' => 'V1.7+ 开启顶部菜单浮动效果',\n\t\t'id' => 'is_header_sps',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启'.'');\n\n\n\t$options[] = array(\n\t\t'name' => '开启登陆注册组件弹窗',\n\t\t'id' => 'isloginpop',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启'.'(关闭后跳转到独立登录页面)');\n\n\t$options[] = array(\n\t\t'name' => 'V1.7+ 搜索排除页面类型',\n\t\t'id' => 'isserach_page',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启'.'(只显示搜索到的文章)');\n\n\n\t$options[] = array(\n\t\t'name' => 'V1.7+ 开启文章侧边栏滑动',\n\t\t'id' => 'is_sidebar_top',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启(只在文章页面生效)');\n\n\n\t$options[] = array(\n\t\t'name' => '上传文件重命名',\n\t\t'id' => 'file_rename',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启'.'(该功能会针对上传的文件和图片重命名,如:09075549994.jpg)');\n\n\t$options[] = array(\n\t\t'name' => '自动将文章中上传的第一张图片缩略图设为特色图像',\n\t\t'id' => 'set_postthumbnail',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启'.'(如果没有添加文章缩略图,将自动获取文章中的第一张图片的缩略图设置为特色图像,开启后只在保存和发布文章时有效)');\n\n\t$options[] = array(\n\t\t'name' => '自动将文章中的第一张图片设为特色图像-支持外链',\n\t\t'id' => 'thumb_postfirstimg_s',\n\t\t'type' => \"checkbox\",\n\t\t'std' => false,\n\t\t'desc' => '开启'.'(如果文章没有缩略图,自动将文章中的第一张图片设为特色图像)');\n\n\n\t$options[] = array(\n\t\t'name' => 'Ajax文章列表自动加载',\n\t\t'id' => 'ajax_list_load',\n\t\t'type' => \"checkbox\",\n\t\t'std' => false,\n\t\t'desc' => '开启(关闭将使用翻页按钮)');\n\n\t$options[] = array(\n\t\t'name' => '图片延迟加载',\n\t\t'id' => 'lazyload',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启 (文章列表图片延迟加载,给网站提速)');\n\n\t$options[] = array(\n\t\t'name' => '熊掌号',\n\t\t'id' => 'xiongzhang',\n\t\t'type' => \"checkbox\",\n\t\t'std' => false,\n\t\t'desc' => '开启(资源自动推送给百度,申请地址https://xiongzhang.baidu.com/)');\n\n\t$options[] = array(\n\t\t'name' => '熊掌号appid',\n\t\t'desc' => 'appid如果填写错误,或者未审核通过,会造报错,导致某些js无法加载',\n\t\t'id' => 'xiongzhang_appid',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\n\t$options[] = array(\n\t\t'name' => '注册验证码',\n\t\t'id' => 'captcha',\n\t\t'desc' => '',\n\t\t'options' => array(\n\t\t\t'image' => '图形验证码',\n\t\t\t'email' => '邮件验证码'\n\t\t),\n\t\t'std' => 'image',\n\t\t'type' => \"radio\");\n\n\t$options[] = array(\n\t\t'name' => '边栏固定序号',\n\t\t'id' => 'sidebar_fixed',\n\t\t'type' => \"text\",\n\t\t'std' => '1,2',\n\t\t'desc' => '输入边栏小工具的序号,多个用半角英文逗号隔开,例如:1,2');\n\n\n\t$options[] = array(\n\t\t'name' => '充值固定金额',\n\t\t'id' => 'recharge_price_s',\n\t\t'type' => \"checkbox\",\n\t\t'std' => false,\n\t\t'desc' => '开启');\n\n\t$options[] = array(\n\t\t'name' => '固定金额',\n\t\t'id' => 'recharge_price',\n\t\t'type' => \"text\",\n\t\t'std' => '1,5,10,50,100',\n\t\t'desc' => '输入价格,多个用半角英文逗号隔开,例如:1,5,10,50,100');\n\t\n\t$options[] = array(\n\t\t'name' => '全站右下-通知弹窗',\n\t\t'id' => 'all_page_tips',\n\t\t'std' => 'iDowns,虚拟资源分享下载主题,不专业提供wordpress主题定制开发服务,现已更新至V1.8版本!',\n\t\t'desc' => '推介纯文本内容即可!',\n\t\t'settings' => array(\n\t\t\t'rows' => 4\n\t\t),\n\t\t'type' => 'textarea');\n\n\t\n\t$options[] = array(\n\t\t'name' => '文章',\n\t\t'type' => 'heading');\n\n\t$options[] = array(\n\t\t'name' => '列表页banner图片',\n\t\t'id' => 'banner_archive_img',\n\t\t'type' => \"upload\",\n\t\t'std' => '',\n\t\t'desc' => '已做灰度处理,请上传一张高180px的图片,repeat-x模式');\n\n\t$options[] = array(\n\t\t'name' => '视频文章解析接口',\n\t\t'desc' => '默认用https://cdn.yangju.vip/k/?url=,可以自行切换,主题https和http站点对应',\n\t\t'id' => 'video_url_auto',\n\t\t'std' => 'https://cdn.yangju.vip/k/?url=',\n\t\t'type' => 'text');\n\n\n\t$options[] = array(\n\t\t'name' => '分类页筛选',\n\t\t'id' => 'filter',\n\t\t'type' => \"checkbox\",\n\t\t'std' => false,\n\t\t'desc' => '开启(分类页标签/排序筛选)');\n\n\t$options[] = array(\n\t\t'name' => '筛选标签IDs',\n\t\t'desc' => '输入标签ID列表,多个用英文半角逗号隔开',\n\t\t'id' => 'filter_tags',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\n\t$options[] = array(\n\t\t'name' => '文章阅读数',\n\t\t'id' => 'post_views',\n\t\t'desc' => '开启',\n\t\t'std' => true,\n\t\t'type' => \"checkbox\");\n\n\t$options[] = array(\n\t\t'name' => 'V1.7+ 开启商城文章新样式',\n\t\t'id' => 'is_shop_posts_box',\n\t\t'desc' => '开启',\n\t\t'std' => false,\n\t\t'type' => \"checkbox\");\n\n\n\t$options[] = array(\n\t\t'name' => '下载框位置',\n\t\t'id' => 'down_position',\n\t\t'desc' => '',\n\t\t'options' => array(\n\t\t\t'side' => '边栏',\n\t\t\t'top' => '内容上',\n\t\t\t'bottom' => '内容下',\n\t\t\t'sidetop' => '边栏与内容上',\n\t\t\t'sidebottom' => '边栏与内容下'\n\t\t),\n\t\t'std' => 'side',\n\t\t'type' => \"radio\");\n\n\t$options[] = array(\n\t\t'name' => '资源下载数',\n\t\t'id' => 'post_downloads',\n\t\t'desc' => '开启',\n\t\t'std' => true,\n\t\t'type' => \"checkbox\");\n\n\n\t$options[] = array(\n\t\t'name' => '文章标签',\n\t\t'id' => 'post_tags',\n\t\t'desc' => '开启',\n\t\t'std' => true,\n\t\t'type' => \"checkbox\");\n\n\n\t$options[] = array(\n\t\t'name' => '分享',\n\t\t'id' => 'post_share',\n\t\t'desc' => '开启',\n\t\t'std' => true,\n\t\t'type' => \"checkbox\");\n\n\n\t$options[] = array(\n\t\t'name' => '上一篇和下一篇文章',\n\t\t'id' => 'post_nav',\n\t\t'desc' => '开启',\n\t\t'std' => true,\n\t\t'type' => \"checkbox\");\n\n\n\t$options[] = array(\n\t\t'name' => '相关文章',\n\t\t'id' => 'post_related',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启');\n\n\t$options[] = array(\n\t\t'name' => '价格显示',\n\t\t'id' => 'post_price',\n\t\t'type' => \"checkbox\",\n\t\t'std' => false,\n\t\t'desc' => '隐藏(列表页item的价格)');\n\n\t$options[] = array(\n\t\t'name' => '评论显示已购买',\n\t\t'id' => 'post_comment_bought',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启');\n\n\n\t$options[] = array(\n\t\t'name' => '底部',\n\t\t'type' => 'heading');\n\n\t$options[] = array(\n\t\t'name' => '开启底部四个图标文字块',\n\t\t'id' => 'footer_iconbox',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启');\n\n\t$options[] = array(\n\t\t'name' => '模块背景图片',\n\t\t'id' => 'footer_iconbg',\n\t\t'desc' => '建议尺寸:1600*400px 格式:jpeg或png',\n\t\t'std' => $footer_iconbg,\n\t\t'type' => 'upload');\n\n\t$options[] = array(\n\t\t'name' => '底部块-1',\n\t\t'id' => 'footer_icon1',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<i class=\"dripicons dripicons-message\"></i>',\n\t\t'desc' => '图标代码');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'footer_text1',\n\t\t'type' => \"textarea\",\n\t\t'std' => 'QQ:200933220 </br> 不定期在线',\n\t\t'desc' => '文字');\n\n\t$options[] = array(\n\t\t'name' => '底部块-2',\n\t\t'id' => 'footer_icon2',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<i class=\"dripicons dripicons-cloud\"></i>',\n\t\t'desc' => '图标代码');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'footer_text2',\n\t\t'type' => \"textarea\",\n\t\t'std' => 'iDowns Theme <br> 每周更新优化',\n\t\t'desc' => '文字');\n\n\t$options[] = array(\n\t\t'name' => '底部块-3',\n\t\t'id' => 'footer_icon3',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<i class=\"dripicons dripicons-mail\"></i>',\n\t\t'desc' => '图标代码');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'footer_text3',\n\t\t'type' => \"textarea\",\n\t\t'std' => '[email protected] <br> 7x24小时及时回复',\n\t\t'desc' => '文字');\n\n\t$options[] = array(\n\t\t'name' => '底部块-4',\n\t\t'id' => 'footer_icon4',\n\t\t'type' => \"textarea\",\n\t\t'std' => '<i class=\"dripicons dripicons-user-id\"></i>',\n\t\t'desc' => '会员制度');\n\n\t$options[] = array(\n\t\t'name' => '',\n\t\t'id' => 'footer_text4',\n\t\t'type' => \"textarea\",\n\t\t'std' => 'USER VIP <br> 会员专属下载',\n\t\t'desc' => '文字');\n\n\n\t$options[] = array(\n\t\t'name' => '底部版权',\n\t\t'desc' => '可加html标签',\n\t\t'id' => 'copyright',\n\t\t'std' => 'Copyright © <a href=\"https://ylit.cc\"> iDowns. </a> All Rights Reserved.',\n\t\t'type' => 'textarea');\n\t\n\t$options[] = array(\n\t\t'name' => '自定义CSS样式',\n\t\t'desc' => '位于&lt;/head&gt;之前,直接写样式代码,不用添加&lt;style&gt;标签',\n\t\t'id' => 'css',\n\t\t'std' => '',\n\t\t'type' => 'textarea');\n\n\n\t$options[] = array(\n\t\t'name' => '自定义底部代码',\n\t\t'desc' => '位于&lt;/body&gt;之前,若是js代码需添加&lt;script&gt;标签',\n\t\t'id' => 'js',\n\t\t'std' => '',\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => '网站统计代码',\n\t\t'desc' => '位于底部,会被隐藏,但不影响统计效果',\n\t\t'id' => 'analysis',\n\t\t'std' => '',\n\t\t'type' => 'textarea');\n\n\n\n\t$options[] = array(\n\t\t'name' => '社交登录',\n\t\t'type' => 'heading');\n\n\t$options[] = array(\n\t\t'name' => '登陆框文字',\n\t\t'id' => 'oauth_no_txt',\n\t\t'type' => \"text\",\n\t\t'std' => '卧槽~你还有脸回来',\n\t\t'desc' => '当不开启任何三方登陆时候,将显示文本信息');\n\n\t$options[] = array(\n\t\t'name' => 'QQ登录',\n\t\t'id' => 'oauth_qq',\n\t\t'type' => \"checkbox\",\n\t\t'std' => false,\n\t\t'desc' => '开启');\n\n\t$options[] = array(\n\t\t'name' => 'qq id',\n\t\t'id' => 'oauth_qqid',\n\t\t'type' => \"text\",\n\t\t'std' => '',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => 'qq key',\n\t\t'id' => 'oauth_qqkey',\n\t\t'type' => \"text\",\n\t\t'std' => '',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => '微博登录',\n\t\t'id' => 'oauth_weibo',\n\t\t'type' => \"checkbox\",\n\t\t'std' => false,\n\t\t'desc' => '开启');\n\n\t$options[] = array(\n\t\t'name' => 'weibo id',\n\t\t'id' => 'oauth_weiboid',\n\t\t'type' => \"text\",\n\t\t'std' => '',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => 'weibo key',\n\t\t'id' => 'oauth_weibokey',\n\t\t'type' => \"text\",\n\t\t'std' => '',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => '微信登录',\n\t\t'id' => 'oauth_weixin',\n\t\t'type' => \"checkbox\",\n\t\t'std' => false,\n\t\t'desc' => '开启');\n\n\t$options[] = array(\n\t\t'name' => 'weixin id',\n\t\t'id' => 'oauth_weixinid',\n\t\t'type' => \"text\",\n\t\t'std' => '',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => 'weixin srcret',\n\t\t'id' => 'oauth_weixinkey',\n\t\t'type' => \"text\",\n\t\t'std' => '',\n\t\t'desc' => '');\n\n\t$options[] = array(\n\t\t'name' => 'SMTP邮件配置',\n\t\t'type' => 'heading' );\n\n\t$options[] = array(\n\t\t'name' => 'SMTP服务',\n\t\t'desc' => '是否启用SMTP服务',\n\t\t'id' => 'mail_smtps',\n\t\t'std' => '0',\n\t\t'type' => 'checkbox');\n\t$options[] = array(\n\t\t'name' => '发信人',\n\t\t'desc' => '请填写发件人姓名',\n\t\t'id' => 'mail_name',\n\t\t'std' => 'YouName',\n\t\t'type' => 'text');\n\t$options[] = array(\n\t\t'name' => '邮件服务器',\n\t\t'desc' => '请填写SMTP服务器地址',\n\t\t'id' => 'mail_host',\n\t\t'std' => 'smtp.qq.com',\n\t\t'type' => 'text');\n\t$options[] = array(\n\t\t'name' => '服务器端口',\n\t\t'desc' => '请填写SMTP服务器端口',\n\t\t'id' => 'mail_port',\n\t\t'std' => '465',\n\t\t'type' => 'text');\n\t$options[] = array(\n\t\t'name' => '邮箱帐号',\n\t\t'desc' => '请填写邮箱账号',\n\t\t'id' => 'mail_username',\n\t\t'std' => '[email protected]',\n\t\t'type' => 'text');\n\t$options[] = array(\n\t\t'name' => '邮箱密码',\n\t\t'desc' => '请填写邮箱密码',\n\t\t'id' => 'mail_passwd',\n\t\t'std' => '123456789',\n\t\t'type' => 'text');\n\t$options[] = array(\n\t\t'name' => '启用SMTPAuth服务',\n\t\t'desc' => '是否启用SMTPAuth服务',\n\t\t'id' => 'mail_smtpauth',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox');\n\t$options[] = array(\n\t\t'name' => 'SMTPSecure设置',\n\t\t'desc' => '若启用SMTPAuth服务则填写ssl,若不启用则留空',\n\t\t'id' => 'mail_smtpsecure',\n\t\t'std' => 'ssl',\n\t\t'type' => 'text');\n\n\n\t$options[] = array(\n\t\t'name' => '广告位',\n\t\t'type' => 'heading' );\n\n\t$ads = array(\n\t\t//'ad_list_insert' => '列表插播(第三个位置)',\n\t\t'ad_banner_footer' => '首页banner下',\n\t\t'ad_home_footer' => '首页下',\n\t\t'ad_list_header' => '列表上',\n\t\t'ad_list_footer' => '列表下',\n\t\t'ad_post_header' => '文章内容上',\n\t\t'ad_post_footer' => '文章内容下',\n\t\t'ad_post_comment' => '文章评论下',\n\t\t'ad_erphpdown' => '下载页面',\n\t);\n\n\tforeach ($ads as $key => $adtit) {\n\t\t$options[] = array(\n\t\t\t'name' => $adtit,\n\t\t\t'id' => $key.'_s',\n\t\t\t'std' => false,\n\t\t\t'desc' => '开启',\n\t\t\t'type' => 'checkbox');\n\t\t$options[] = array(\n\t\t\t'desc' => $adsdesc,\n\t\t\t'id' => $key,\n\t\t\t'std' => '',\n\t\t\t'settings'=>array('rows'=>6),\n\t\t\t'type' => 'textarea');\n\t}\n\n\n\t$options[] = array(\n\t\t'name' => 'V1.8+ 辅助优化',\n\t\t'type' => 'heading' );\n\n\t$options[] = array(\n\t\t'name' => '开启网站内容css渐入动效',\n\t\t'id' => 'is_css_animation',\n\t\t'type' => \"checkbox\",\n\t\t'std' => flase,\n\t\t'desc' => '开启'.'(开启后细腻的一逼,兼容各种浏览器)');\n\n\t$options[] = array(\n\t\t'name' => 'loading动画加载',\n\t\t'id' => 'isloading',\n\t\t'type' => \"checkbox\",\n\t\t'std' => flase,\n\t\t'desc' => '开启'.'(开启全站打开页面时loading动画加载,IE低版本会出现不熄火的现象!)');\n\n\t$options[] = array(\n\t\t'name' => '启用网站源码压缩',\n\t\t'id' => 'iswebgizp',\n\t\t'type' => \"checkbox\",\n\t\t'std' => true,\n\t\t'desc' => '开启'.'(可增网页加打开速度)');\n\n\t$options[] = array(\n\t\t'name' => '移除 WP_Head 无关紧要的代码',\n\t\t'desc' => '开启',\n\t\t'id' => 'remove_head_links',\n\t\t'std' => true,\n\t\t'type' => 'checkbox');\n\n\t$options[] = array(\n\t\t'name' => '禁用日志修订功能',\n\t\t'desc' => '开启',\n\t\t'id' => 'diable_revision',\n\t\t'std' => true,\n\t\t'type' => 'checkbox');\n\n\t$options[] = array(\n\t\t'name' => '移除 admin bar 顶部黑边',\n\t\t'desc' => '开启',\n\t\t'id' => 'remove_admin_bar',\n\t\t'std' => true,\n\t\t'type' => 'checkbox');\n\n\t$options[] = array(\n\t\t'name' => '禁用 XML-RPC 接口',\n\t\t'desc' => '开启',\n\t\t'id' => 'disable_xml_rpc',\n\t\t'std' => true,\n\t\t'type' => 'checkbox');\n\n\t$options[] = array(\n\t\t'name' => '彻底关闭 pingback',\n\t\t'desc' => '开启',\n\t\t'id' => 'disable_trackbacks',\n\t\t'std' => true,\n\t\t'type' => 'checkbox');\n\n\t$options[] = array(\n\t\t'name' => '网站前台不加载语言包',\n\t\t'desc' => '开启',\n\t\t'id' => 'locale',\n\t\t'std' => true,\n\t\t'type' => 'checkbox');\n\n\t$options[] = array(\n\t\t'name' => '屏蔽 Emoji',\n\t\t'desc' => '开启',\n\t\t'id' => 'disable_emoji',\n\t\t'std' => true,\n\t\t'type' => 'checkbox');\n\n\t$options[] = array(\n\t\t'name' => '屏蔽 REST API',\n\t\t'desc' => '开启',\n\t\t'id' => 'disable_rest_api',\n\t\t'std' => true,\n\t\t'type' => 'checkbox');\n\t\n\t$options[] = array(\n\t\t'name' => '百度主动推送',\n\t\t'desc' => '开启 <a href=\"http://zhanzhang.baidu.com/linksubmit/index\" target=\"_blank\">查看主动推送效果</a>',\n\t\t'id' => 'baidu_sitemap_api',\n\t\t'std' => false,\n\t\t'type' => 'checkbox');\n\n\t$options[] = array(\n\t\t'name' => '百度主动推送api接口',\n\t\t'desc' => '在百度站长平台获取主动推送接口地址,比如:http://data.zz.baidu.com/urls?site=域名&token=一组字符, <a class=\"button-primary\" rel=\"nofollow\" href=\"http://zhanzhang.baidu.com/linksubmit/index\" target=\"_blank\">主动推送接口地址</a>',\n\t\t'id' => 'baidu_sitemap_api_url',\n\t\t'std' => '',\n\t\t'type' => 'text');\n\n\t$options[] = array(\n\t\t'name' => '关于CDN加速',\n\t\t'desc' => '现在CDN、产品和选择越来越多,仅仅弄一个设置选项,无法满足,所以有需求的,建议安装相应的插件,插件是个好东西,不要觉得插件多会影响啥,草他妈的收费CDN。',\n\t\t'id' => 'caotamadeCDN',\n\t\t'std' => true,\n\t\t'type' => 'checkbox');\n\n\n\treturn $options;\n}", "function optionsframework_option_name() {\n $optionsframework_settings = get_option( 'optionsframework' );\n $optionsframework_settings[\"id\"] = 'options_wpex_themes';\n update_option( 'optionsframework', $optionsframework_settings );\n}", "public function admin_options() {\r\n echo '<h3>' . __('Mondido', 'mondido') . '</h3>';\r\n echo '<p>' . __('Mondido, Simple payments, smart functions', 'mondido') . '</p>';\r\n echo '<table class=\"form-table\">';\r\n // Generate the HTML For the settings form.\r\n $this->generate_settings_html();\r\n echo '</table>';\r\n }", "public function setArguments() {\n\n $theme = wp_get_theme(); // For use with some settings. Not necessary.\n\n $this->args = array(\n // TYPICAL -> Change these values as you need/desire\n 'opt_name' => 'tb_options',\n // This is where your data is stored in the database and also becomes your global variable name.\n 'display_name' => $theme->get( 'Name' ),\n // Name that appears at the top of your panel\n 'display_version' => $theme->get( 'Version' ),\n // Version that appears at the top of your panel\n 'menu_type' => 'menu',\n //Specify if the admin menu should appear or not. Options: menu or submenu (Under appearance only)\n 'allow_sub_menu' => true,\n // Show the sections below the admin menu item or not\n 'menu_title' => __( 'Theme Options', 'slova' ),\n 'page_title' => __( 'Theme Options', 'slova' ),\n // You will need to generate a Google API key to use this feature.\n // Please visit: https://developers.google.com/fonts/docs/developer_api#Auth\n 'google_api_key' => '',\n // Set it you want google fonts to update weekly. A google_api_key value is required.\n 'google_update_weekly' => false,\n // Must be defined to add google fonts to the typography module\n 'async_typography' => true,\n // Use a asynchronous font on the front end or font string\n //'disable_google_fonts_link' => true, // Disable this in case you want to create your own google fonts loader\n 'admin_bar' => true,\n // Show the panel pages on the admin bar\n 'admin_bar_icon' => 'dashicons-portfolio',\n // Choose an icon for the admin bar menu\n 'admin_bar_priority' => 50,\n // Choose an priority for the admin bar menu\n 'global_variable' => '',\n // Set a different name for your global variable other than the opt_name\n 'dev_mode' => false,\n // Show the time the page took to load, etc\n 'update_notice' => false,\n // If dev_mode is enabled, will notify developer of updated versions available in the GitHub Repo\n 'customizer' => true,\n // Enable basic customizer support\n //'open_expanded' => true, // Allow you to start the panel in an expanded way initially.\n //'disable_save_warn' => true, // Disable the save warning when a user changes a field\n\n // OPTIONAL -> Give you extra features\n 'page_priority' => null,\n // Order where the menu appears in the admin area. If there is any conflict, something will not show. Warning.\n 'page_parent' => 'themes.php',\n // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters\n 'page_permissions' => 'manage_options',\n // Permissions needed to access the options panel.\n 'menu_icon' => '',\n // Specify a custom URL to an icon\n 'last_tab' => '',\n // Force your panel to always open to a specific tab (by id)\n 'page_icon' => 'icon-themes',\n // Icon displayed in the admin panel next to your menu_title\n 'page_slug' => '_options',\n // Page slug used to denote the panel\n 'save_defaults' => true,\n // On load save the defaults to DB before user clicks save or not\n 'default_show' => false,\n // If true, shows the default value next to each field that is not the default value.\n 'default_mark' => '',\n // What to print by the field's title if the value shown is default. Suggested: *\n 'show_import_export' => true,\n // Shows the Import/Export panel when not used as a field.\n\n // CAREFUL -> These options are for advanced use only\n 'transient_time' => 60 * MINUTE_IN_SECONDS,\n 'output' => true,\n // Global shut-off for dynamic CSS output by the framework. Will also disable google fonts output\n 'output_tag' => true,\n // Allows dynamic CSS to be generated for customizer and google fonts, but stops the dynamic CSS from going to the head\n // 'footer_credit' => '', // Disable the footer credit of Redux. Please leave if you can help it.\n\n // FUTURE -> Not in use yet, but reserved or partially implemented. Use at your own risk.\n 'database' => '',\n // possible: options, theme_mods, theme_mods_expanded, transient. Not fully functional, warning!\n 'system_info' => false,\n // REMOVE\n\n // HINTS\n 'hints' => array(\n 'icon' => 'icon-question-sign',\n 'icon_position' => 'right',\n 'icon_color' => 'lightgray',\n 'icon_size' => 'normal',\n 'tip_style' => array(\n 'color' => 'light',\n 'shadow' => true,\n 'rounded' => false,\n 'style' => '',\n ),\n 'tip_position' => array(\n 'my' => 'top left',\n 'at' => 'bottom right',\n ),\n 'tip_effect' => array(\n 'show' => array(\n 'effect' => 'slide',\n 'duration' => '500',\n 'event' => 'mouseover',\n ),\n 'hide' => array(\n 'effect' => 'slide',\n 'duration' => '500',\n 'event' => 'click mouseleave',\n ),\n ),\n )\n );\n\t\t\t\t\n // SOCIAL ICONS -> Setup custom links in the footer for quick links in your panel footer icons.\n $this->args['share_icons'][] = array(\n 'url' => '#',\n 'title' => 'Visit us on GitHub',\n 'icon' => 'el-icon-github'\n //'img' => '', // You can use icon OR img. IMG needs to be a full URL.\n );\n $this->args['share_icons'][] = array(\n 'url' => '#',\n 'title' => 'Like us on Facebook',\n 'icon' => 'el-icon-facebook'\n );\n $this->args['share_icons'][] = array(\n 'url' => '#',\n 'title' => 'Follow us on Twitter',\n 'icon' => 'el-icon-twitter'\n );\n $this->args['share_icons'][] = array(\n 'url' => '#',\n 'title' => 'Find us on LinkedIn',\n 'icon' => 'el-icon-linkedin'\n );\n }", "function truethemes_site_option(){\n\t\t//this values contains the theme layout array.\n\t\t//use print_r to see the multi-dimension array key and values.\n\t\t$option_template_items = get_option('of_template');\n\n\t\t$op_count = count($option_template_items);\n\t\t\n\t\t//set empty site option name array container.\n\t\t$site_option_name = array();\n\t\t\n\t\tfor($index = 0; $index < $op_count; $index ++){\n\t\t\t\n\t\t\t//we only add in theme option name which is the id array key\n\t\t\tif(!empty($option_template_items[$index]['id'])){\n\t\t\t$site_option_name[] = $option_template_items[$index]['id'];\n\t\t\t}\n\t\t\t \t\t\t\n\t\t}\n\n\t\t//print_r($site_option_name); //to see array of site option name.\n\t\t\n\t\t//assign for use in set_all();\n $this->site_option_name = $site_option_name;\n \n\t\t}", "public function theme_options($options){\n $options = parent::theme_options($options);\n //Do stuff...\n $options[] = array(\n 'name' => __( 'Sample Info Box', 'waboot' ),\n 'desc' => __( 'This is a sample infobox', 'waboot' ),\n 'type' => 'info'\n );\n $options[] = array(\n 'name' => __( 'Sample check box', 'waboot' ),\n 'desc' => __( 'This is a sample checkbox.', 'waboot' ),\n 'id' => $this->name.'_sample_checkbox',\n 'std' => '0', //not enabled by default\n 'type' => 'checkbox'\n );\n return $options;\n }", "public function admin_options() {\n\n\t\t\t?>\n\t\t\t<h3>ATOS</h3>\n\t\t\t<p><?php _e('Acceptez les paiements par carte bleue grâce à Atos.', 'woothemes'); ?></p>\n\t\t\t<p><?php _e('Plugin créé par David Fiaty', 'woothemes'); ?> - <a href=\"http://www.cmsbox.fr\">http://www.cmsbox.fr</a></p>\n\t\t\t<table class=\"form-table\">\n\t\t\t<?php\n\t\t\t\t// Generate the HTML For the settings form.\n\t\t\t\t$this->generate_settings_html();\n\t\t\t?>\n\t\t\t</table><!--/.form-table-->\n\t\t\t<?php\n\t\t}", "public function create_options_page() {\n print '<div class=\"wrap\">';\n screen_icon();\n printf( '<h2>%s</h2>', __( 'Instagram Settings', 'bii-instagram' ) );\n print '<form method=\"post\" action=\"options.php\">';\n settings_fields( 'bii_instagram' );\n do_settings_sections( 'bii-instagram' );\n submit_button();\n print '</form>';\n print '</div>';\n }", "function optionsframework_options() {\n\t// Theme Skin Color\n\t$theme_skin_colors = array(\n\t\t'45B6F7' => 100,\n\t\t'FF5E52' => 1,\n\t\t'2CDB87' => 2,\n\t\t'00D6AC' => 3,\n\t\t'16C0F8' => 4,\n\t\t'EA84FF' => 5,\n\t\t'FDAC5F' => 6,\n\t\t'FD77B2' => 7,\n\t\t'76BDFF' => 8,\n\t\t'C38CFF' => 9,\n\t\t'FF926F' => 10,\n\t\t'8AC78F' => 11,\n\t\t'C7C183' => 12,\n\t\t'555555' => 13\n\t);\n\t//List Type\n\t$list_type = array(\n\t\t'thumb' =>__('图文(缩略图尺寸:220*150,默认已自动裁剪)','im'),\n\t\t'text' =>__('文字','im'),\n\t\t'auto' =>__('自动(有缩略图时图文模式,否则文字模式)','im'),\n\t);\n\t//Post Widgets\n\t$post_widgets = array(\n\t\t'views' => __('阅读量(无需安装插件)','im'),\n\t\t'comments' => __('评论数(列表)','im'),\n\t\t'pubdate' => __('发布时间(列表)','im'),\n\t\t'authors' => __('作者(列表)','im'),\n\t\t'catlink' => __('分类链接(列表)','im')\n\t);\n\t$post_widgets_defaults = array(\n\t\t'views' => '1',\n\t\t'comments' => '1',\n\t\t'pubdate' => '1',\n\t\t'authors' => '1',\n\t\t'catlink' => '1'\n\t);\n\t// Pull all the categories into an array\n\t$options_categories = array();\n\t$options_categories_obj = get_categories();\n\tforeach ($options_categories_obj as $category) {\n\t\t$options_categories[$category->cat_ID] = $category->cat_name;\n\t}\n\n\t// Pull all tags into an array\n\t$options_tags = array();\n\t$options_tags_obj = get_tags();\n\tforeach ( $options_tags_obj as $tag ) {\n\t\t$options_tags[$tag->term_id] = $tag->name;\n\t}\n\n\t// Pull all the pages into an array\n\t$options_pages = array();\n\t$options_pages_obj = get_pages('sort_column=post_parent,menu_order');\n\t//$options_pages[''] = 'Select a page:';\n\tforeach ($options_pages_obj as $page) {\n\t\t$options_pages[$page->ID] = $page->post_title;\n\t}\n\n\t//Pull all the link categories into an array\n\t$options_linkcats = array();\n\t$options_linkcats_obj = get_terms('link_category');\n\tforeach ($options_linkcats_obj as $linkcats) {\n\t\t$options_linkcats[$linkcats->term_id] = $linkcats->name;\n\t}\n\t// If using image radio buttons, define a directory path\n\t$imagepath = get_stylesheet_directory_uri() . '/assets/images/';\n\t// ADs descriptions\n\t$ads_desc = __('可添加任意广告联盟代码或自定义代码', 'im');;\n\t$options = array();\n\t/**\n\t * Basic Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('基本设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// LOGO\n\t$options[] = array(\n\t\t'name' => __('LOGO','im'),\n\t\t'desc' => __('建议尺寸:140*32,格式PNG'),\n\t\t'id' => 'logo_src',\n\t\t'std' => $imagepath.'logo.png',\n\t\t'type' => 'upload'\n\t);\n\t// Brand Title\n\t$options[] = array(\n\t\t'name' => __('品牌文字','im'),\n\t\t'desc' => __('显示在logo旁边的两个短文字,换行填写两段文字','im'),\n\t\t'id' => 'brand',\n\t\t'std' => \"第一行\\n第二行\",\n\t\t'type' => 'textarea',\n\t\t'settings' => array(\n\t\t\t'rows' => 2\n\t\t)\n\t);\n\t// Theme Skin\n\t$options[] = array(\n\t\t'name' => __('主题风格','im'),\n\t\t'desc' => __('选择你喜欢的颜色,可自定义','im'),\n\t\t'id' => 'theme_skin',\n\t\t'std' => '45B6F7',\n\t\t'type' => 'colorradio',\n\t\t'options' => $theme_skin_colors\n\t);\n\t// Theme Skin Customize\n\t$options[] = array(\n\t\t'desc' => __('不喜欢上面的颜色可在此自定义,如不使用清空即可','im'),\n\t\t'id' => 'theme_skin_custom',\n\t\t'type' => 'color'\n\t);\n\t// Show Sidebar\n\t$options[] = array(\n\t\t'name' => __('是否显示侧栏','im'),\n\t\t'desc' => __('显示侧栏','im'),\n\t\t'id' => 'show_sidebar',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Content Max Width\n\t$options[] = array(\n\t\t'name' => __('网页最大宽度','im'),\n\t\t'desc' => __('单位:px','im'),\n\t\t'id' => 'site_width',\n\t\t'std' => 1200,\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// Fixed Nav In PC Frontend\n\t$options[] = array(\n\t\t'name' => __('PC端滚动时导航固定','im'),\n\t\t'desc' => __('开启(由于网址导航页左侧菜单固定,对此页面无效)','im'),\n\t\t'id' => 'nav_fixed',\n\t\t'type' => 'checkbox'\n\t);\n\t// Open Article Links In New Tab\n\t$options[] = array(\n\t\t'name' => __('新窗口打开文章','im'),\n\t\t'desc' => __('新窗口打开文章','im'),\n\t\t'id' => 'target_blank',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Load Pages By Ajax\n\t$options[] = array(\n\t\t'name' => __('分页无限加载页数','im'),\n\t\t'desc' => __('为0时表示不开启该功能','im'),\n\t\t'id' => 'ajaxpager',\n\t\t'std' => 5,\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// List Type\n\t$options[] = array(\n\t\t'name' => __('列表模式','im'),\n\t\t'id' => 'list_type',\n\t\t'std' => 'thumb',\n\t\t'type' => 'radio',\n\t\t'options' => $list_type\n\t);\n\t// Thumbnails\n\t$options[] = array(\n\t\t'name' => __('缩略图','im'),\n\t\t'desc' => __('自动提取文章首图为缩略图(如文章已设置特色图或外链缩略图,此设置无效)','im'),\n\t\t'id' => 'thumbnails',\n\t\t'type' => 'checkbox'\n\t);\n\t// Thumbnails Auto\n\t$options[] = array(\n\t\t'desc' => __('将自动加入文章首图地址后缀之前,默认为空。如:文章首图地址”aaa/bbb.jpg”,此处填写的字符是“-220x150”,则缩略图实际地址为“aaa/bbb-220x150.jpg”','im'),\n\t\t'id' => 'thumbnails_suffix',\n\t\t'std' => 'thumb',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini thumbnails_hidden',\n\t);\n\t// Thumbnails Link\n\t$options[] = array(\n\t\t'desc' => __('外链缩略图(开启后会在后台编辑文章时出现外链缩略图地址输入框,填写一个图片地址即可在文章列表中显示。注:如文章添加了特色图像,列表中显示的缩略图优先选择该特色图像。)','im'),\n\t\t'id' => 'thumbnails_link',\n\t\t'type' => 'checkbox'\n\t);\n\t// Post widgets\n\t$options[] = array(\n\t\t'name' => __('文章小部件','im'),\n\t\t'desc' => __('列表中是否显示小部件','im'),\n\t\t'id' => 'post_widgets',\n\t\t'std' => $post_widgets_defaults,\n\t\t'type' => 'multicheck',\n\t\t'options' => $post_widgets\n\t);\n\t// Comment Pop Align Right\n\t$options[] = array(\n\t\t'name' => __('列表中评论数靠右','im'),\n\t\t'desc' => __('列表中评论数靠右','im'),\n\t\t'id' => 'list_comments_r',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Author Link\n\t$options[] = array(\n\t\t'name' => __('作者名加链接','im'),\n\t\t'desc' => __('列表、文章有作者的地方都会加上链接','im'),\n\t\t'id' => 'author_link',\n\t\t'type' => 'checkbox'\n\t);\n\t// Footer Extra Info\n\t$options[] = array(\n\t\t'name' => __('网站底部信息','im'),\n\t\t'desc' => __('版权、网站地图(网站地图可自行使用sitemap插件自动生成)等','im'),\n\t\t'id' => 'footer_extra_info',\n\t\t'std' => '<a href=\"'.site_url('/sitemap.xml').'\">'.__('网站地图', 'haoui').'</a>'.\"\\n\",\n\t\t'type' => 'textarea'\n\t);\n\t// Site Gray\n\t$options[] = array(\n\t\t'name' => __('网站整体变灰','im'),\n\t\t'desc' => __('网站整体变灰','im'),\n\t\t'id' => 'site_gray',\n\t\t'type' => 'checkbox'\n\t);\n\t// Footer Spreadings\n\t$options[] = array(\n\t\t'name' => __('站点底部推广区','im'),\n\t\t'desc' => __('是否开启站点底部推广区','im'),\n\t\t'id' => 'footer_spreadings',\n\t\t'type' => 'checkbox'\n\t);\n\t// Footer Spreadings Title\n\t$options[] = array(\n\t\t//'name' => __('标题','im'),\n\t\t'desc' => __('标题:建议20字内','im'),\n\t\t'id' => 'footer_spreadings_title',\n\t\t'std' => '更专业 更方便',\n\t\t'type' => 'text',\n\t\t'class'=> 'footer_spreadings_hidden'\n\t);\n\t// Footer Spreadings Buttons\n\tfor($i = 1;$i <= 2;$i++){\n\t\t// Footer Spreadings Buttons Title\n\t\t$options[] = array(\n\t\t\t'name' => __('按钮','im').$i,\n\t\t\t'desc' => __('按钮文字','im'),\n\t\t\t'id' => 'footer_spreadings_btn_title_'.$i,\n\t\t\t'type' => 'text',\n\t\t\t'class'=> 'footer_spreadings_hidden'\n\t\t);\n\t\t// Footer Spreadings Buttons Link\n\t\t$options[] = array(\n\t\t\t'desc' => __('按钮链接','im'),\n\t\t\t'id' => 'footer_spreadings_btn_link_'.$i,\n\t\t\t'type' => 'text',\n\t\t\t'class'=> 'footer_spreadings_hidden'\n\t\t);\n\t\t// Footer Spreadings Buttons Link Open Style\n\t\t$options[] = array(\n\t\t\t'desc' => __('新窗口打开','im'),\n\t\t\t'id' => 'footer_spreadings_btn_link_target_'.$i,\n\t\t\t'type' => 'checkbox',\n\t\t\t'class'=> 'footer_spreadings_hidden'\n\t\t);\n\t}\n\t/**\n\t * Home Page Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('首页设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Don't show articles in these categories\n\t$options[] = array(\n\t\t'name' => __('首页不显示该分类下文章','im'),\n\t\t'id' => 'ignore_articles_cat',\n\t\t'type' => 'multicheck',\n\t\t'options' => $options_categories\n\t);\n\t// Don't show these posts\n\t$options[] = array(\n\t\t'name' => __('首页不显示以下ID文章','im'),\n\t\t'desc' => __('每行填写一个文章ID','im'),\n\t\t'id' => 'ignore_posts',\n\t\t'type' => 'textarea',\n\t\t'settings' => array(\n\t\t\t'rows' => 5\n\t\t)\n\t);\n\t// Notice District\n\t$options[] = array(\n\t\t'name' => __('公告模块','im'),\n\t\t'desc' => __('显示公告模块','im'),\n\t\t'id' => 'notice_district',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Notice District Title\n\t$options[] = array(\n\t\t'name' => __('公告模块标题','im'),\n\t\t'desc' => __('建议4个字以内','im'),\n\t\t'id' => 'notice_district_title',\n\t\t'std' => '站点公告',\n\t\t'type' => 'text',\n\t\t'class'=> 'notice_district_hidden'\n\t);\n\t// Notice District Contents From The Category Bellow\n\t$options[] = array(\n\t\t'name' => __('选择分类设置为网站公告','im'),\n\t\t'desc' => __('选择该分类为网站公告','im'),\n\t\t'id' => 'notice_district_cat',\n\t\t'type' => 'select',\n\t\t'class'=> 'notice_district_hidden',\n\t\t'options' => $options_categories\n\t);\n\t// Carousel Figure\n\t$options[] = array(\n\t\t'name' => __('轮播图','im'),\n\t\t'desc' => __('开启轮播图','im'),\n\t\t'id' => 'carousel_figure',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Carousel Figure Order\n\t$options[] = array(\n\t\t'name' => __('图片排序','im'),\n\t\t'desc' => __('数字间空格隔开,默认1 2 3 4 5','im'),\n\t\t'id' => 'carousel_figure_order',\n\t\t'std' => '1 2 3 4 5',\n\t\t'type' => 'text',\n\t\t'class'=> 'carousel_figure_hidden'\n\t);\n\t// Carousel Figure Item\n\tfor($i = 1;$i <= 5;$i++){\n\t\t// Carousel Figure Item Title\n\t\t$options[] = array(\n\t\t\t'name' => __('图片','im').$i,\n\t\t\t'desc' => __('图片标题','im'),\n\t\t\t'id' => 'carousel_figure_item_title_'.$i,\n\t\t\t'std' => 'IM',\n\t\t\t'type' => 'text',\n\t\t\t'class'=> 'carousel_figure_hidden'\n\t\t);\n\t\t// Carousel Figure Item Link\n\t\t$options[] = array(\n\t\t\t'desc' => __('链接地址','im'),\n\t\t\t'id' => 'carousel_figure_item_link_'.$i,\n\t\t\t'std' => 'http://www.webzgq.com',\n\t\t\t'type' => 'text',\n\t\t\t'class'=> 'carousel_figure_hidden'\n\t\t);\n\t\t// Carousel Figure Item Image\n\t\t$options[] = array(\n\t\t\t'desc' => __('图片上传(820*200)','im'),\n\t\t\t'id' => 'carousel_figure_item_image_'.$i,\n\t\t\t'std' => $imagepath.'xiu.jpg',\n\t\t\t'type' => 'upload',\n\t\t\t'class'=> 'carousel_figure_hidden'\n\t\t);\n\t\t// Carousel Figure Item Open Style\n\t\t$options[] = array(\n\t\t\t'desc' => __('新窗口打开','im'),\n\t\t\t'id' => 'carousel_figure_item_open_'.$i,\n\t\t\t'type' => 'checkbox',\n\t\t\t'class'=> 'carousel_figure_hidden'\n\t\t);\n\t}\n\t// List Section Title\n\t$options[] = array(\n\t\t'name' => __('列表板块标题','im'),\n\t\t'desc' => __('列表板块标题','im'),\n\t\t'id' => 'list_section_title',\n\t\t'std' => __('最新发布','im'),\n\t\t'type' => 'text'\n\t);\n\t// Contents of Right Part of the List Section Title \n\t$options[] = array(\n\t\t'name' => __('列表板块标题右侧内容','im'),\n\t\t'desc' => __('列表板块标题右侧内容','im'),\n\t\t'id' => 'list_section_title_r',\n\t\t'std' => '<a href=\"链接地址\">显示文字</a><a href=\"链接地址\">显示文字</a><a href=\"链接地址\">显示文字</a><a href=\"链接地址\">显示文字</a>',\n\t\t'type' => 'textarea'\n\t);\n\t/**\n\t * Article Page Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('文章页设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Hide Share Section In Mobile Frontend\n\t$options[] = array(\n\t\t'name' => __('手机端不显示分享模块','im'),\n\t\t'desc' => __('手机端不显示分享模块','im'),\n\t\t'id' => 'hide_share_distric',\n\t\t'type' => 'checkbox'\n\t);\n\t// Enable subtitle\n\t$options[] = array(\n\t\t'name' => __('副标题','im'),\n\t\t'desc' => __('开启副标题','im'),\n\t\t'id' => 'enable_subtitle',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Show the prev&nest post of current post\n\t$options[] = array(\n\t\t'name' => __('显示上下篇文章','im'),\n\t\t'desc' => __('显示上下篇文章','im'),\n\t\t'id' => 'post_prevnext',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Show Author Info Section\n\t$options[] = array(\n\t\t'name' => __('显示文章作者介绍','im'),\n\t\t'desc' => __('显示文章作者介绍','im'),\n\t\t'id' => 'post_author_info',\n\t\t'type' => 'checkbox'\n\t);\n\t// Related Posts Section\n\t$options[] = array(\n\t\t'name' => __('相关文章','im'),\n\t\t'desc' => __('是否显示相关文章','im'),\n\t\t'id' => 'post_related_section',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Related Posts Section Title\n\t$options[] = array(\n\t\t'desc' => __('相关文章板块标题','im'),\n\t\t'id' => 'post_related_section_title',\n\t\t'std' => __('相关推荐',\"im\"),\n\t\t'type' => 'text',\n\t\t'class'=> 'post_related_section_hidden'\n\t);\n\t// Related Posts Number\n\t$options[] = array(\n\t\t'desc' => __('显示文章数量','im'),\n\t\t'id' => 'post_related_num',\n\t\t'std' => 10,\n\t\t'type' => 'text',\n\t\t'class'=> 'post_related_section_hidden'\n\t);\n\t// Article Source Section\n\t$options[] = array(\n\t\t'name' => __('文章来源','im'),\n\t\t'desc' => __('是否显示文章来源','im'),\n\t\t'id' => 'article_source_section',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Article Source Link\n\t$options[] = array(\n\t\t'desc' => __('是否加上来源链接','im'),\n\t\t'id' => 'article_source_section_link',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'article_source_section_hidden'\n\t);\n\t// Article Source Link Section Title\n\t$options[] = array(\n\t\t'desc' => __('自定义来源标题','im'),\n\t\t'id' => 'article_source_section_title',\n\t\t'std' => __('来源:','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'article_source_section_hidden'\n\t);\n\t// Post Content Indent\n\t$options[] = array(\n\t\t'name' => __('内容段落缩进','im'),\n\t\t'desc' => __('只对前端文章展示有效','im'),\n\t\t'id' => 'post_content_indent',\n\t\t'type' => 'checkbox'\n\t);\n\t// Copyright Section After Content\n\t$options[] = array(\n\t\t'name' => __('文章页尾版权提示','im'),\n\t\t'desc' => __('是否显示文章页尾版权提示','im'),\n\t\t'id' => 'post_copyright',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Copyright Section Title\n\t$options[] = array(\n\t\t'desc' => __('版权提示前缀','im'),\n\t\t'id' => 'post_copyright_prefix',\n\t\t'std' => __('未经允许不得转载:','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'post_copyright_hidden'\n\t);\n\t// Post keywords and discriptions\n\t$options[] = array(\n\t\t'name' => __('文章关键词及描述','im'),\n\t\t'desc' => __('自动使用主题配置的关键词和描述(具体规则可以自行查看页面源码)','im'),\n\t\t'id' => 'post_keywords_discriptions',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Post keywords and discriptions customizion\n\t$options[] = array(\n\t\t'name' => __('自定义文章关键词及描述','im'),\n\t\t'desc' => __('开启后需在编辑文章时书写关键词和描述,如为空则使用如上规则,开启此项必须开启如上选项','im'),\n\t\t'id' => 'post_keywords_discriptions_customizion',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'post_keywords_discriptions_hidden'\n\t);\n\t/**\n\t * Unique Page Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('独立页面','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Site URL Navgation Page\n\t$options[] = array(\n\t\t'name' => __('网址导航页','im'),\n\t\t'desc' => __('标题下方描述','im'),\n\t\t'id' => 'navpage_desc',\n\t\t'std' => __('这里显示的是网址导航的一句话描述...','im'),\n\t\t'type' => 'text'\n\t);\n\t// Site URL Navgation Page Show Link Category\n\t$options[] = array(\n\t\t'desc' => __('要显示的链接分类','im'),\n\t\t'id' => 'navpage_cats',\n\t\t'type' => 'multicheck',\n\t\t'options' => $options_linkcats\n\t);\n\t// Reader Wall(time limit)\n\t$options[] = array(\n\t\t'name' => __('读者墙','im'),\n\t\t'desc' => __('限制在多少个月内(单位:月)','im'),\n\t\t'id' => 'readerwall_limit_time',\n\t\t'std' => 200,\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// Reader Wall Number\n\t$options[] = array(\n\t\t'desc' => __('显示个数','im'),\n\t\t'id' => 'readerwall_limit_number',\n\t\t'std' => 200,\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// Page Left Part Menus\n\t$options[] = array(\n\t\t'name' => __('页面左侧菜单','im'),\n\t\t'desc' => __('页面左侧菜单','im'),\n\t\t'id' => 'page_left_part_menus',\n\t\t'type' => 'multicheck',\n\t\t'options' => $options_pages\n\t);\n\t// Friend Links Categories\n\t$options[] = array(\n\t\t'name' => __('友情链接分类选择','im'),\n\t\t'desc' => __('友情链接分类选择','im'),\n\t\t'id' => 'friend_links_cat',\n\t\t'type' => 'multicheck',\n\t\t'options' => $options_linkcats\n\t);\n\t/**\n\t * SEO Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('SEO设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Site keywords\n\t$options[] = array(\n\t\t'name' => __('站点默认关键字','im'),\n\t\t'desc' => __('建议个数在5-10之间,用英文逗号隔开','im'),\n\t\t'id' => 'site_keywords',\n\t\t'type' => 'textarea',\n\t\t'settings' => array(\n\t\t\t'rows' => 2\n\t\t)\n\t);\n\t// Site descriptions\n\t$options[] = array(\n\t\t'name' => __('站点描述','im'),\n\t\t'desc' => __('建议字数在30—70个之间','im'),\n\t\t'id' => 'site_descriptions',\n\t\t'type' => 'textarea',\n\t\t'settings' => array(\n\t\t\t'rows' => 2\n\t\t)\n\t);\n\t// Hyphen\n\t$options[] = array(\n\t\t'name' => __('全站连接符','im'),\n\t\t'desc' => __('一般为“-”或“_”,已经选择,请勿更改','im'),\n\t\t'id' => 'hythen',\n\t\t//'std' => _im('connector') ? _im('connector') : '-',\n\t\t'std' => '-',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini'\n\t);\n\t// No category in URL\n\t$options[] = array(\n\t\t'name' => __('分类URL去除category字样','im'),\n\t\t'desc' => __('开启(主题已内置no-category插件功能,请不要安装插件;开启后请去设置-固定连接中点击保存即可)','im'),\n\t\t'id' => 'no_cat_in_url',\n\t\t'type' => 'checkbox'\n\t);\n\t// Friend Links Section In the Bottom of Page\n\t$options[] = array(\n\t\t'name' => __('底部友情链接','im'),\n\t\t'desc' => __('开启底部友情链接','im'),\n\t\t'id' => 'bottom_flinks',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Friend Links Section In the Bottom for home page\n\t$options[] = array(\n\t\t'desc' => __('只在首页开启','im'),\n\t\t'id' => 'bottom_flinks_home',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'bottom_flinks_hidden'\n\t);\n\t// Friend Links From Which Link Categories\n\t$options[] = array(\n\t\t'name' => __('选择一个友链的链接分类','im'),\n\t\t'desc' => __('选择一个友链的链接分类','im'),\n\t\t'id' => 'bottom_flinks_cat',\n\t\t'type' => 'select',\n\t\t'class'=> 'bottom_flinks_hidden',\n\t\t'options' => $options_linkcats\n\t);\n\t// Enable Baidu Inner Site Search\n\t$options[] = array(\n\t\t'name' => __('百度站内搜索','im'),\n\t\t'desc' => __('开启百度站内搜索','im'),\n\t\t'id' => 'enable_baidu_inner',\n\t\t'type' => 'checkbox'\n\t);\n\t// Baidu Inner Site Seach Code\n\t$options[] = array(\n\t\t'desc' => __('此处存放百度自定义站内搜索代码(http://zn.baidu.com设置并获取)','im'),\n\t\t'id' => 'baidu_search_code',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'enable_baidu_inner_hidden',\n\t\t'settings' => array(\n\t\t\t'rows' => 5\n\t\t)\n\t);\n\t/**\n\t * User Center Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('会员中心','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Enable User Center\n\t$options[] = array(\n\t\t'name' => __('开启会员中心','im'),\n\t\t'desc' => __('开启会员中心','im'),\n\t\t'id' => 'enable_user_center',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Show User module in notice district of home page\n\t$options[] = array(\n\t\t'desc' => __('首页公告栏显示会员模块','im'),\n\t\t'id' => 'user_on_notice_module',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'enable_user_center_hidden'\n\t);\n\t// User Center template\n\t$options[] = array(\n\t\t'name' => __('会员中心页面','im'),\n\t\t'desc' => __('会员中心页面','im'),\n\t\t'id' => 'user_page',\n\t\t'type' => 'select',\n\t\t'class'=> 'enable_user_center_hidden',\n\t\t'options' => $options_pages\n\t);\n\t// User secure template\n\t$options[] = array(\n\t\t'name' => __('找回密码页面','im'),\n\t\t'desc' => __('找回密码页面','im'),\n\t\t'id' => 'user_pw_page',\n\t\t'type' => 'select',\n\t\t'class'=> 'enable_user_center_hidden',\n\t\t'options' => $options_pages\n\t);\n\t// Allow User Publish Posts\n\t$options[] = array(\n\t\t'name' => __('允许用户发布文章','im'),\n\t\t'desc' => __('允许用户发布文章','im'),\n\t\t'id' => 'allow_user_post',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'enable_user_center_hidden'\n\t);\n\t// Notifications of publishing\n\t$options[] = array(\n\t\t'name' => __('新投稿时邮件通知','im'),\n\t\t'desc' => __('新投稿时邮件通知','im'),\n\t\t'id' => 'notification_of_user_post',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'enable_user_center_hidden'\n\t);\n\t// Notifications of publishing by E-mail\n\t$options[] = array(\n\t\t'name' => __('通知邮箱','im'),\n\t\t'desc' => __('通知邮箱','im'),\n\t\t'id' => 'notification_by_email',\n\t\t'type' => 'text',\n\t\t'class'=> 'notification_of_user_post_hidden'\n\t);\n\t/**\n\t * ADs District Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('广告区','im'),\n\t\t'type' => 'heading'\n\t);\n\t// List Section of Home Page Top\n\t$options[] = array(\n\t\t'name' => __('首页文章列表板块上','im'),\n\t\t'desc' => __('首页文章列表板块上','im'),\n\t\t'id' => 'ads_index_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_index_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_index_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_index_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_index_01_hidden'\n\t);\n\t// List Section of Home Page Bottom\n\t$options[] = array(\n\t\t'name' => __('首页文章列表板块下','im'),\n\t\t'desc' => __('首页文章列表板块下','im'),\n\t\t'id' => 'ads_index_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_index_02_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_index_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_index_02_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_index_02_hidden'\n\t);\n\t// Content Section of Post Page Top\n\t$options[] = array(\n\t\t'name' => __('文章页正文上','im'),\n\t\t'desc' => __('文章页正文上','im'),\n\t\t'id' => 'ads_post_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_01_hidden'\n\t);\n\t// Words AD Right After Content Section of Post Page\n\t$options[] = array(\n\t\t'name' => __('文章页正文结尾文字广告','im'),\n\t\t'desc' => __('文章页正文结尾文字广告','im'),\n\t\t'id' => 'ads_post_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('前缀','im'),\n\t\t'id' => 'ads_post_02_prefix',\n\t\t'std' => __('专业','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'ads_post_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('标题','im'),\n\t\t'id' => 'ads_post_02_title',\n\t\t'std' => __('阿里巴巴','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'ads_post_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('链接','im'),\n\t\t'id' => 'ads_post_02_link',\n\t\t'std' => 'http://www.webzgq.com',\n\t\t'type' => 'text',\n\t\t'class'=> 'ads_post_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('是否新窗口打开','im'),\n\t\t'id' => 'ads_post_02_link_blank',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'ads_post_02_hidden'\n\t);\n\t// Content Section of Post Page Bottom\n\t$options[] = array(\n\t\t'name' => __('文章页正文下','im'),\n\t\t'desc' => __('文章页正文下','im'),\n\t\t'id' => 'ads_post_03',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_03_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_03_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_03_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_03_hidden'\n\t);\n\t// Above Comments Section of Post Page\n\t$options[] = array(\n\t\t'name' => __('文章页评论上','im'),\n\t\t'desc' => __('文章页评论上','im'),\n\t\t'id' => 'ads_post_04',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_04_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_04_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_post_04_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_post_04_hidden'\n\t);\n\t// List Section of Category Page Top\n\t$options[] = array(\n\t\t'name' => __('分类页列表板块上','im'),\n\t\t'desc' => __('分类页列表板块上','im'),\n\t\t'id' => 'ads_cat_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_cat_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_cat_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_cat_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_cat_01_hidden'\n\t);\n\t// List Section of Category Page Bottom\n\t$options[] = array(\n\t\t'name' => __('分类页列表板块下','im'),\n\t\t'desc' => __('分类页列表板块下','im'),\n\t\t'id' => 'ads_cat_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_cat_02_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_cat_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_cat_02_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_cat_02_hidden'\n\t);\n\t// List Section of Tag Page Top\n\t$options[] = array(\n\t\t'name' => __('标签页列表板块上','im'),\n\t\t'desc' => __('标签页列表板块上','im'),\n\t\t'id' => 'ads_tag_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_tag_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_tag_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_tag_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_tag_01_hidden'\n\t);\n\t// List Section of Tag Page Bottom\n\t$options[] = array(\n\t\t'name' => __('标签页列表板块下','im'),\n\t\t'desc' => __('标签页列表板块下','im'),\n\t\t'id' => 'ads_tag_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_tag_02_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_tag_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_tag_02_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_tag_02_hidden'\n\t);\n\t// List Section of Search Results Page Top\n\t$options[] = array(\n\t\t'name' => __('搜索页列表板块上','im'),\n\t\t'desc' => __('搜索页列表板块上','im'),\n\t\t'id' => 'ads_search_01',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_search_01_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_search_01_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_search_01_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_search_01_hidden'\n\t);\n\t// List Section of Search Results Page Bottom\n\t$options[] = array(\n\t\t'name' => __('搜索页列表板块下','im'),\n\t\t'desc' => __('搜索页列表板块下','im'),\n\t\t'id' => 'ads_search_02',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('非手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_search_02_nm',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_search_02_hidden'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('手机端','im').' '.$ads_desc,\n\t\t'id' => 'ads_search_02_m',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'ads_search_02_hidden'\n\t);\n\t/**\n\t * Interaction Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('互动设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Gravatar Link\n\t$options[] = array(\n\t\t'name' => __('Gravatar头像获取','im'),\n\t\t'id' => 'gravatar_url',\n\t\t'std' => 'ssl',\n\t\t'type' => 'radio',\n\t\t'options' => array(\n\t\t\t'normal' => __('原有方式', 'im'),\n\t\t\t'ssl' => __('从Gravatar官方ssl获取', 'im'),\n\t\t\t'duoshuo' => __('从多说服务器获取', 'im')\n\t\t)\n\t);\n\t// Social WEIBO\n\t$options[] = array(\n\t\t'name' => __('微博','im'),\n\t\t'desc' => __('微博','im'),\n\t\t'id' => 'weibo',\n\t\t'type' => 'text'\n\t);\n\t// Social TWITTER\n\t$options[] = array(\n\t\t'name' => __('Twitter','im'),\n\t\t'desc' => __('Twitter','im'),\n\t\t'id' => 'twitter',\n\t\t'type' => 'text'\n\t);\n\t// Social FACEBOOK\n\t$options[] = array(\n\t\t'name' => __('Facebook','im'),\n\t\t'desc' => __('Facebook','im'),\n\t\t'id' => 'facebook',\n\t\t'type' => 'text'\n\t);\n\t// Social QQ\n\t$options[] = array(\n\t\t'name' => __('QQ','im'),\n\t\t'desc' => __('QQ','im'),\n\t\t'id' => 'qq',\n\t\t'type' => 'text'\n\t);\n\t// Social WECHAT\n\t$options[] = array(\n\t\t'name' => __('微信','im'),\n\t\t'desc' => __('微信','im'),\n\t\t'id' => 'wechat',\n\t\t'std' => 'IM',\n\t\t'type' => 'text'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('二维码上传(200*200)','im'),\n\t\t'id' => 'wechat_qr',\n\t\t'type' => 'upload'\n\t);\n\t// Social RSS\n\t$options[] = array(\n\t\t'name' => __('RSS订阅','im'),\n\t\t'desc' => __('RSS订阅','im'),\n\t\t'id' => 'feed',\n\t\t'std' => get_feed_link(),\n\t\t'type' => 'text'\n\t);\n\t// Comment Title\n\t$options[] = array(\n\t\t'name' => __('评论标题','im'),\n\t\t'desc' => __('评论标题','im'),\n\t\t'id' => 'comment_title',\n\t\t'std' => __('评论', 'im'),\n\t\t'type' => 'text'\n\t);\n\t// Comment Placeholder\n\t$options[] = array(\n\t\t'name' => __('评论框默认字符','im'),\n\t\t'desc' => __('评论框默认字符','im'),\n\t\t'id' => 'comment_placehoder',\n\t\t'std' => __('你说呀','im'),\n\t\t'type' => 'text'\n\t);\n\t// Comment Submit Text\n\t$options[] = array(\n\t\t'name' => __('评论提交按钮字符','im'),\n\t\t'desc' => __('评论提交按钮字符','im'),\n\t\t'id' => 'comment_submit_text',\n\t\t'std' => __('提交评论', 'im'),\n\t\t'type' => 'text'\n\t);\n\t// Comment reply notify mail with extra info\n\t$options[] = array(\n\t\t'name' => __('用户评论被回复时邮件内容附自定义信息(被回复都会邮件通知)','im'),\n\t\t'desc' => __('邮件附加信息1','im'),\n\t\t'id' => 'mail_info1',\n\t\t'std' => __('订阅'.get_bloginfo('name'),'im'),\n\t\t'type' => 'text'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('邮件附加信息1链接','im'),\n\t\t'id' => 'mail_info1_link',\n\t\t'std' => get_feed_link(),\n\t\t'type' => 'text'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('邮件附加信息2','im'),\n\t\t'id' => 'mail_info2',\n\t\t'type' => 'text'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('邮件附加信息2链接','im'),\n\t\t'id' => 'mail_info2_link',\n\t\t'type' => 'text'\n\t);\n\t// Share Module\n\t$options[] = array(\n\t\t'name' => __('分享模块','im'),\n\t\t'desc' => __('分享模块','im'),\n\t\t'id' => 'share_module',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Share Module Code\n\t$options[] = array(\n\t\t'name' => __('分享代码','im'),\n\t\t'desc' => __('默认是百度分享代码,可以改成其他分享代码','im'),\n\t\t'id' => 'share_module_code',\n\t\t'std' => '<div class=\"bdsharebuttonbox\">\n<span>分享到:</span>\n<a class=\"bds_qzone\" data-cmd=\"qzone\" title=\"分享到QQ空间\"></a>\n<a class=\"bds_tsina\" data-cmd=\"tsina\" title=\"分享到新浪微博\"></a>\n<a class=\"bds_weixin\" data-cmd=\"weixin\" title=\"分享到微信\"></a>\n<a class=\"bds_tqq\" data-cmd=\"tqq\" title=\"分享到腾讯微博\"></a>\n<a class=\"bds_sqq\" data-cmd=\"sqq\" title=\"分享到QQ好友\"></a>\n<a class=\"bds_bdhome\" data-cmd=\"bdhome\" title=\"分享到百度新首页\"></a>\n<a class=\"bds_tqf\" data-cmd=\"tqf\" title=\"分享到腾讯朋友\"></a>\n<a class=\"bds_youdao\" data-cmd=\"youdao\" title=\"分享到有道云笔记\"></a>\n<a class=\"bds_more\" data-cmd=\"more\">更多</a> <span>(</span><a class=\"bds_count\" data-cmd=\"count\" title=\"累计分享0次\">0</a><span>)</span>\n</div>\n<script>\nwindow._bd_share_config = {\n common: {\n\t\t\"bdText\" : \"\",\n\t\t\"bdMini\" : \"2\",\n\t\t\"bdMiniList\" : false,\n\t\t\"bdPic\" : \"\",\n\t\t\"bdStyle\" : \"0\",\n\t\t\"bdSize\" : \"24\"\n },\n share: [{\n bdCustomStyle: \"'. get_stylesheet_directory_uri() .'/css/share.css\"\n }]\n}\nwith(document)0[(getElementsByTagName(\"head\")[0]||body).appendChild(createElement(\"script\")).src=\"http://bdimg.share.baidu.com/static/api/js/share.js?cdnversion=\"+~(-new Date()/36e5)];\n</script>',\n\t\t'type' => 'textarea',\n\t\t'class'=> 'share_module_hidden',\n\t\t'settings' => array(\n\t\t\t'rows' => 10\n\t\t)\n\t);\n\t/**\n\t * Performance Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('性能选项','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Place jQuery in the bottom of site\n\t$options[] = array(\n\t\t'name' => __('jQuery底部加载','im'),\n\t\t'desc' => __('开启(可提升页面内容加载速度,但部分依赖jQuery的插件可能失效)','im'),\n\t\t'id' => 'jquery_bottom',\n\t\t'type' => 'checkbox'\n\t);\n\t// Js CDN\n\t$options[] = array(\n\t\t'name' => __('JS文件托管','im'),\n\t\t'desc' => __('JS文件是否托管','im'),\n\t\t'id' => 'js_cdn',\n\t\t'std' => 'localhost',\n\t\t'type' => 'radio',\n\t\t'options' => array(\n\t\t\t'localhost' => __('不托管', 'im'),\n\t\t\t'baidu' => __('百度', 'im'),\n\t\t\t'offi_site' => __('框架来源站点(分别引入jquery和bootstrap官方站点JS文件)', 'im')\n\t\t)\n\t);\n\t// Thumbnails loading by ajax \n\t$options[] = array(\n\t\t'name' => __('文章缩略图异步加载','im'),\n\t\t'desc' => __('文章缩略图异步加载','im'),\n\t\t'id' => 'ajax_thumbnail',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t/**\n\t * Functionalities Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('功能设置','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Micro Categories\n\t$options[] = array(\n\t\t'name' => __('微分类','im'),\n\t\t'desc' => __('开启微分类','im'),\n\t\t'id' => 'micro_cat',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Show posts from Micro Categories in home page\n\t$options[] = array(\n\t\t'name' => __('在首页显示微分类最新文章','im'),\n\t\t'desc' => __('在首页显示微分类最新文章','im'),\n\t\t'id' => 'micro_cat_home',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox',\n\t\t'class'=> 'micro_cat_hidden'\n\t);\n\t// Micro Categories Title\n\t$options[] = array(\n\t\t'name' => __('标题(默认:今日观点)','im'),\n\t\t'desc' => __('标题(默认:今日观点)','im'),\n\t\t'id' => 'micro_cat_home_title',\n\t\t'std' => __('今日观点','im'),\n\t\t'type' => 'text',\n\t\t'class'=> 'micro_cat_hidden'\n\t);\n\t// Choose a category for micro category\n\t$options[] = array(\n\t\t'name' => __('选择分类设置为微分类','im'),\n\t\t'desc' => __('选择一个使用微分类展示模版,分类下文章将全文输出到微分类列表','im'),\n\t\t'id' => 'micro_cat_from',\n\t\t'type' => 'select',\n\t\t'class'=> 'micro_cat_hidden',\n\t\t'options' => $options_categories\n\t);\n\t// Sidebars scroll as Window scrolls for home page\n\t$options[] = array(\n\t\t'name' => __('侧栏随动','im'),\n\t\t'desc' => __('首页','im'),\n\t\t'id' => 'sidebar_scroll_index',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('设置随动模块,多个模块之间用空格隔开即可!默认:“1 2”,表示第1和第2个模块,建议最多3个模块','im'),\n\t\t'id' => 'sidebar_scroll_index_set',\n\t\t'std' => '1 2',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini sidebar_scroll_index_hidden'\n\t);\n\t// Sidebars scroll as Window scrolls for cat&tag&search pages\n\t$options[] = array(\n\t\t'desc' => __('分类/标签/搜索页','im'),\n\t\t'id' => 'sidebar_scroll_list',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('设置随动模块,多个模块之间用空格隔开即可!默认:“1 2”,表示第1和第2个模块,建议最多3个模块','im'),\n\t\t'id' => 'sidebar_scroll_list_set',\n\t\t'std' => '1 2',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini sidebar_scroll_list_hidden'\n\t);\n\t// Sidebars scroll as Window scrolls for post page\n\t$options[] = array(\n\t\t'desc' => __('文章页','im'),\n\t\t'id' => 'sidebar_scroll_post',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t$options[] = array(\n\t\t'desc' => __('设置随动模块,多个模块之间用空格隔开即可!默认:“1 2”,表示第1和第2个模块,建议最多3个模块','im'),\n\t\t'id' => 'sidebar_scroll_post_set',\n\t\t'std' => '1 2',\n\t\t'type' => 'text',\n\t\t'class'=> 'mini sidebar_scroll_post_hidden'\n\t);\n\t// Direct Link\n\t$options[] = array(\n\t\t'name' => __('直达链接','im'),\n\t\t'desc' => __('显示','im'),\n\t\t'id' => 'direct_link',\n\t\t'type' => 'multicheck',\n\t\t'options' => array(\n\t\t\t'list_article' => __('在文章列表页显示','im'),\n\t\t\t'article_article' => __('在文章页显示','im')\n\t\t)\n\t);\n\t// Direct Link Open Type\n\t$options[] = array(\n\t\t'desc' => __('新窗口打开','im'),\n\t\t'id' => 'direct_link_open_type',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Direct Link with arrtribute of nofollow\n\t$options[] = array(\n\t\t'desc' => __('链接添加nofollow','im'),\n\t\t'id' => 'direct_link_nofollow',\n\t\t'std' => '1',\n\t\t'type' => 'checkbox'\n\t);\n\t// Direct Link Title\n\t$options[] = array(\n\t\t'desc' => __('自定义显示文字,默认为:直达链接','im'),\n\t\t'id' => 'direct_link_title',\n\t\t'std' => __('直达链接','im'),\n\t\t'type' => 'text'\n\t);\n\t/**\n\t * Customizitons Settings\n\t */\n\t$options[] = array(\n\t\t'name' => __('自定义','im'),\n\t\t'type' => 'heading'\n\t);\n\t// Custom your CSS code\n\t$options[] = array(\n\t\t'name' => __('自定义CSS样式','im'),\n\t\t'desc' => __('位于&lt;/head&gt;之前,直接写样式代码,不用添加&lt;style&gt;标签','im'),\n\t\t'id' => 'cus_csscode',\n\t\t'type' => 'textarea'\n\t);\n\t// Custom codes before </head>\n\t$options[] = array(\n\t\t'name' => __('自定义头部代码','im'),\n\t\t'desc' => __('位于&lt;/head&gt;之前,这部分代码是在主要内容显示之前加载,通常是CSS样式、自定义的&lt;meta&gt;标签、全站头部JS等需要提前加载的代码','im'),\n\t\t'id' => 'head_code',\n\t\t'type' => 'textarea'\n\t);\n\t// Custom codes before </body>\n\t$options[] = array(\n\t\t'name' => __('自定义底部代码','im'),\n\t\t'desc' => __('位于&lt;/body&gt;之前,这部分代码是在主要内容加载完毕加载,通常是JS代码','im'),\n\t\t'id' => 'foot_code',\n\t\t'type' => 'textarea'\n\t);\n\t// Custom the content above copyright section in the foot of the site\n\t$options[] = array(\n\t\t'name' => __('自定义网站底部内容','im'),\n\t\t'desc' => __('该块显示在网站底部版权上方,可已定义放一些链接或者图片之类的内容。','im'),\n\t\t'id' => 'cus_foot_content',\n\t\t'type' => 'textarea'\n\t);\n\t// Custom your analytic and on\n\t$options[] = array(\n\t\t'name' => __('网站统计代码','im'),\n\t\t'desc' => __('位于底部,用于添加第三方流量数据统计代码,如:Google analytics、百度统计、CNZZ、51la,国内站点推荐使用百度统计,国外站点推荐使用Google analytics','im'),\n\t\t'id' => 'trackcode',\n\t\t'type' => 'textarea'\n\t);\n\treturn $options;\n}", "public function set_options(Array $options);", "function save_options(){\n\t\t\n\t\t$nonsavable_types=array('open', 'close','subtitle','title','documentation','block','blockclose');\n\t\n\t\t//insert the default values if the fields are empty\n\t\tforeach ($this->options as $value) {\n\t\t\tif(isset($value['id']) && get_option($value['id'])===false && isset($value['std']) && !in_array($value['type'], $nonsavable_types)){\n\t\t\t\tupdate_option( $value['id'], $value['std']);\n\t\t\t}\n\t\t}\n\t\t\n\t\t//save the field's values if the Save action is present\n\t\tif ( $_GET['page'] == HANA_OPTIONS_PAGE ) {\n\t\t\tif ( isset($_REQUEST['action']) && 'save' == $_REQUEST['action'] ) {\n\t\t\t\t//verify the nonce\n\t\t\t\tif ( empty($_POST) || !wp_verify_nonce($_POST['hana-theme-options'],'hana-theme-update-options') )\n\t\t\t\t{\n\t\t\t\t\tprint 'Sorry, your nonce did not verify.';\n\t\t\t\t\texit;\n\t\t\t\t}else{\n\t\t\t\t\tif(!get_option(HANA_SHORTNAME.'_first_save')){\n\t\t\t\t\t\tupdate_option(HANA_SHORTNAME.'_first_save','true');\n\t\t\t\t\t}\n\t\t\t\t\tforeach ($this->options as $value) {\n\t\t\t\t\t\tif(isset($value['id']) ) if( isset( $_REQUEST[ $value['id'] ] ) && !in_array($value['type'], $nonsavable_types)) {\n\t\t\t\t\t\t\tupdate_option( $value['id'], $_REQUEST[ $value['id'] ] );\n\t\t\t\t\t\t} elseif(!in_array($value['type'], $nonsavable_types)){\n\t\t\t\t\t\t\tdelete_option( $value['id'] );\n\t\t\t\t\t\t}\n\t\n\t\t\t\t\t\t/* Update the values for the custom options that contain unlimited suboptions - for example when having\n\t\t\t\t\t\t * a slider with fields \"title\" and \"imageurl\", for all the entities the titles will be saved in one field,\n\t\t\t\t\t\t * separated by a separator. In this case, if the field name is slider_title and it contains some data like\n\t\t\t\t\t\t * title 1|*|title2|*|title3 (|*| is the separator), then all this data will be saved into a custom field\n\t\t\t\t\t\t * with id slider_titles.\n\t\t\t\t\t\t */\n\t\t\t\t\t\tif($value['type']=='custom'){\n\t\t\t\t\t\t\tforeach($value['fields'] as $field){\n\t\t\t\t\t\t\t\tupdate_option( $field['id'].'s', $_REQUEST[ $field['id'].'s' ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\theader(\"Location: admin.php?page=\".HANA_OPTIONS_PAGE.\"&saved=true\");\n\t\t\t\t\tdie;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\n\t}", "function optionsframework_options() {\n\n\t// Option to switch between the_excerpt and the_content\n\t$blog_layout = array('1' => __('Display full content for each post', 'unite'),'2' => __('Display excerpt for each post', 'unite'));\n\n\t// Color schemes\n\t$site_layout = array('pull-left' => __('Right Sidebar', 'unite'),'pull-right' => __('Left Sidebar', 'unite'));\n\n\t\t// Test data\n\t$test_array = array(\n\t\t'one' => __('One', 'options_framework_theme'),\n\t\t'two' => __('Two', 'options_framework_theme'),\n\t\t'three' => __('Three', 'options_framework_theme'),\n\t\t'four' => __('Four', 'options_framework_theme'),\n\t\t'five' => __('Five', 'options_framework_theme')\n\t);\n\n\t// Multicheck Array\n\t$multicheck_array = array(\n\t\t'one' => __('French Toast', 'options_framework_theme'),\n\t\t'two' => __('Pancake', 'options_framework_theme'),\n\t\t'three' => __('Omelette', 'options_framework_theme'),\n\t\t'four' => __('Crepe', 'options_framework_theme'),\n\t\t'five' => __('Waffle', 'options_framework_theme')\n\t);\n\n\t// Multicheck Defaults\n\t$multicheck_defaults = array(\n\t\t'one' => '1',\n\t\t'five' => '1'\n\t);\n\n\t// Typography Defaults\n\t$typography_defaults = array(\n\t\t'size' => '15px',\n\t\t'face' => 'Helvetica Neue',\n\t\t'style' => 'normal',\n\t\t'color' => '#6B6B6B' );\n\n\t// Typography Options\n\t$typography_options = array(\n\t 'sizes' => array( '6','10','12','14','15','16','18','20','24','28','32','36','42','48' ),\n\t 'faces' => array(\n\t\t\t'arial' => 'Arial',\n\t\t\t'verdana' => 'Verdana, Geneva',\n\t\t\t'trebuchet' => 'Trebuchet',\n\t\t\t'georgia' => 'Georgia',\n\t\t\t'times' => 'Times New Roman',\n\t\t\t'tahoma' => 'Tahoma, Geneva',\n\t\t\t'palatino' => 'Palatino',\n\t\t\t'helvetica' => 'Helvetica',\n\t\t\t'Helvetica Neue' => 'Helvetica Neue'\n\t),\n\t 'styles' => array( 'normal' => 'Normal','bold' => 'Bold' ),\n\t 'color' => true\n\t);\n\n\t// Pull all the categories into an array\n\t$options_categories = array();\n\t$options_categories_obj = get_categories();\n\tforeach ($options_categories_obj as $category) {\n\t $options_categories[$category->cat_ID] = $category->cat_name;\n\t}\n\n\t// Pull all tags into an array\n\t$options_tags = array();\n\t$options_tags_obj = get_tags();\n\tforeach ( $options_tags_obj as $tag ) {\n\t $options_tags[$tag->term_id] = $tag->name;\n\t}\n\n\n\t// Pull all the pages into an array\n\t$options_pages = array();\n\t$options_pages_obj = get_pages('sort_column=post_parent,menu_order');\n\t$options_pages[''] = 'Select a page:';\n\tforeach ($options_pages_obj as $page) {\n\t $options_pages[$page->ID] = $page->post_title;\n\t}\n\n\t// If using image radio buttons, define a directory path\n\t$imagepath = get_template_directory_uri() . '/images/';\n\n\n\t// fixed or scroll position\n\t$fixed_scroll = array('scroll' => 'Scroll', 'fixed' => 'Fixed');\n\n\t$options = array();\n\n\t$options[] = array(\n\t\t'name' => __('Main', 'unite'),\n\t\t'type' => 'heading'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Home Page Settings', 'unite'),\n\t\t'id' => 'blog_settings',\n\t\t'std' => '1',\n\t\t'type' => 'select',\n\t\t'options' => $blog_layout\n\t);\n\n\t$options[] = array(\n\t\t\"name\" => __('Website Layout Options', 'unite'),\n\t\t\"desc\" => __('Choose between Left and Right sidebar options to be used as default', 'unite'),\n\t\t\"id\" => \"site_layout\",\n\t\t\"std\" => \"pull-left\",\n\t\t\"type\" => \"select\",\n\t\t\"class\" => \"mini\",\n\t\t\"options\" => $site_layout\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Element color', 'unite'),\n\t\t'desc' => __('Default used if no color is selected', 'unite'),\n\t\t'id' => 'element_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Element color on hover', 'unite'),\n\t\t'desc' => __('Default used if no color is selected', 'unite'),\n\t\t'id' => 'element_color_hover',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Custom Favicon', 'unite'),\n\t\t'desc' => __('Upload a 32px x 32px PNG/GIF image that will represent your websites favicon', 'unite'),\n\t\t'id' => 'custom_favicon',\n\t\t'std' => '',\n\t\t'type' => 'upload'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Typography', 'unite'),\n\t\t'type' => 'heading'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Main Body Text', 'unite'),\n\t\t'desc' => __('Used in P tags', 'unite'),\n\t\t'id' => 'main_body_typography',\n\t\t'std' => $typography_defaults,\n\t\t'type' => 'typography',\n\t\t'options' => $typography_options\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Heading Color', 'unite'),\n\t\t'desc' => __('Default used if no color is selected', 'unite'),\n\t\t'id' => 'heading_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Link Color', 'unite'),\n\t\t'desc' => __('Default used if no color is selected', 'unite'),\n\t\t'id' => 'link_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Link:hover Color', 'unite'),\n\t\t'desc' => __('Default used if no color is selected', 'unite'),\n\t\t'id' => 'link_hover_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Link:active Color', 'unite'),\n\t\t'desc' => __('Default used if no color is selected', 'unite'),\n\t\t'id' => 'link_active_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Header', 'unite'),\n\t\t'type' => 'heading'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Top nav background color', 'unite'),\n\t\t'desc' => __('Default used if no color is selected.', 'unite'),\n\t\t'id' => 'top_nav_bg_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Top nav item color', 'unite'),\n\t\t'desc' => __('Link color', 'unite'),\n\t\t'id' => 'top_nav_link_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Top nav dropdown background color', 'unite'),\n\t\t'desc' => __('Background of dropdown item hover color', 'unite'),\n\t\t'id' => 'top_nav_dropdown_bg',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Top nav dropdown item color', 'unite'),\n\t\t'desc' => __('Dropdown item color', 'unite'),\n\t\t'id' => 'top_nav_dropdown_item',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Footer', 'unite'),\n\t\t'type' => 'heading'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Footer Background Color', 'unite'),\n\t\t'id' => 'footer_bg_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Footer Text Color', 'unite'),\n\t\t'id' => 'footer_text_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Footer Link Color', 'unite'),\n\t\t'id' => 'footer_link_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Footer information', 'unite'),\n\t\t'desc' => __('Copyright text in footer', 'unite'),\n\t\t'id' => 'custom_footer_text',\n\t\t'std' => '<a href=\"' . esc_url( home_url( '/' ) ) . '\" title=\"' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '\" >' . get_bloginfo( 'name', 'display' ) . '</a>. All rights reserved.',\n\t\t'type' => 'textarea'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Social', 'unite'),\n\t\t'type' => 'heading'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Social Icon Color', 'unite'),\n\t\t'desc' => __('Default used if no color is selected', 'unite'),\n\t\t'id' => 'social_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Social Icon:hover Color', 'unite'),\n\t\t'desc' => __('Default used if no color is selected', 'unite'),\n\t\t'id' => 'social_hover_color',\n\t\t'std' => '',\n\t\t'type' => 'color'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Add full URL for your social network profiles', 'unite'),\n\t\t'desc' => __('Facebook', 'unite'),\n\t\t'id' => 'social_facebook',\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_twitter',\n\t\t'desc' => __('Twitter', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_google',\n\t\t'desc' => __('Google+', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_youtube',\n\t\t'desc' => __('Youtube', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_linkedin',\n\t\t'desc' => __('LinkedIn', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_pinterest',\n\t\t'desc' => __('Pinterest', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_feed',\n\t\t'desc' => __('RSS Feed', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_tumblr',\n\t\t'desc' => __('Tumblr', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_flickr',\n\t\t'desc' => __('Flickr', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_instagram',\n\t\t'desc' => __('Instagram', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_dribbble',\n\t\t'desc' => __('Dribbble', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_skype',\n\t\t'desc' => __('Skype', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_vimeo',\n\t\t'desc' => __('Vimeo', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'id' => 'social_email',\n\t\t'desc' => __('Email', 'unite'),\n\t\t'std' => '',\n\t\t'class' => 'mini',\n\t\t'type' => 'text'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Other', 'unite'),\n\t\t'type' => 'heading'\n\t);\n\n\t$options[] = array(\n\t\t'name' => __('Custom CSS', 'unite'),\n\t\t'desc' => __('Additional CSS', 'unite'),\n\t\t'id' => 'custom_css',\n\t\t'std' => '',\n\t\t'type' => 'textarea'\n\t);\n\n\treturn $options;\n}", "function optionsframework_options() {\r\n\r\n\t$fonts_array = array(\r\n\t\t'ABeeZee' => __('Abeezee', 'options_framework_theme'),\r\n\t\t'Abel' => __('Abel', 'options_framework_theme'),\t\r\n\t\t'Abril+Fatface' => __('Abril Fatface', 'options_framework_theme'),\t\r\n\t\t'Aclonica' => __('Aclonica', 'options_framework_theme'),\t\r\n\t\t'Actor' => __('Actor', 'options_framework_theme'),\t\r\n\t\t'Adamina' => __('Adamina', 'options_framework_theme'),\t\r\n\t\t'Aguafina+Script' => __('Aguafina Script', 'options_framework_theme'),\t\r\n\t\t'Aladin' => __('Aladin', 'options_framework_theme'),\t\r\n\t\t'Aldrich' => __('Aldrich', 'options_framework_theme'),\t\r\n\t\t'Alice' => __('Alice', 'options_framework_theme'),\t\r\n\t\t'Alike+Angular' => __('Alike Angular', 'options_framework_theme'),\t\r\n\t\t'Alike' => __('Alike', 'options_framework_theme'),\t\r\n\t\t'Allan' => __('Allan', 'options_framework_theme'),\t\r\n\t\t'Allerta+Stencil' => __('Allerta Stencil', 'options_framework_theme'),\t\r\n\t\t'Allerta' => __('Allerta', 'options_framework_theme'),\t\r\n\t\t'Amaranth' => __('Amaranth', 'options_framework_theme'),\t\r\n\t\t'Amatic+SC' => __('Amatic SC', 'options_framework_theme'),\t\r\n\t\t'Andada' => __('Andada', 'options_framework_theme'),\t\r\n\t\t'Andika' => __('Andika', 'options_framework_theme'),\t\r\n\t\t'Annie+Use+Your+Telescope' => __('Annie Use Your Telescope', 'options_framework_theme'),\t\r\n\t\t'Anonymous+Pro' => __('Anonymous Pro', 'options_framework_theme'),\t\r\n\t\t'Antic' => __('Antic', 'options_framework_theme'),\t\r\n\t\t'Anton' => __('Anton', 'options_framework_theme'),\t\r\n\t\t'Arapey' => __('Arapey', 'options_framework_theme'),\t\r\n\t\t'Architects+Daughter' => __('Architects Daughter', 'options_framework_theme'),\t\r\n\t\t'Arimo' => __('Arimo', 'options_framework_theme'),\t\r\n\t\t'Artifika' => __('Artifika', 'options_framework_theme'),\t\r\n\t\t'Arvo' => __('Arvo', 'options_framework_theme'),\t\r\n\t\t'Asset' => __('Asset', 'options_framework_theme'),\t\r\n\t\t'Astloch' => __('Astloch', 'options_framework_theme'),\t\r\n\t\t'Atomic+Age' => __('Atomic Age', 'options_framework_theme'),\t\r\n\t\t'Aubrey' => __('Aubrey', 'options_framework_theme'),\t\r\n\t\t'Bangers' => __('Bangers', 'options_framework_theme'),\t\r\n\t\t'Bentham' => __('Bentham', 'options_framework_theme'),\t\r\n\t\t'Bevan' => __('Bevan', 'options_framework_theme'),\t\r\n\t\t'Bigshot+One' => __('Bigshot One', 'options_framework_theme'),\t\r\n\t\t'Bitter' => __('Bitter', 'options_framework_theme'),\t\r\n\t\t'Black+Ops+One' => __('Black Ops One', 'options_framework_theme'),\t\r\n\t\t'Bowlby+One+SC' => __('Bowlby One SC', 'options_framework_theme'),\t\r\n\t\t'Bowlby+One' => __('Bowlby One', 'options_framework_theme'),\t\r\n\t\t'Brawler' => __('Brawler', 'options_framework_theme'),\t\r\n\t\t'Bubblegum+Sans' => __('Bubblegum Sans', 'options_framework_theme'),\t\r\n\t\t'Buda' => __('Buda', 'options_framework_theme'),\t\r\n\t\t'Butcherman+Caps' => __('Butcherman Caps', 'options_framework_theme'),\t\r\n\t\t'Cabin+Condensed' => __('Cabin Condensed', 'options_framework_theme'),\t\r\n\t\t'Cabin+Sketch' => __('Cabin Sketch', 'options_framework_theme'),\t\r\n\t\t'Cabin' => __('Cabin', 'options_framework_theme'),\t\r\n\t\t'Cagliostro' => __('Cagliostro', 'options_framework_theme'),\t\r\n\t\t'Calligraffitti' => __('Calligraffitti', 'options_framework_theme'),\r\n\t\t'Candal' => __('Candal', 'options_framework_theme'),\t\r\n\t\t'Cantarell' => __('Cantarell', 'options_framework_theme'),\t\r\n\t\t'Cardo' => __('Cardo', 'options_framework_theme'),\t\r\n\t\t'Carme' => __('Carme', 'options_framework_theme'),\t\r\n\t\t'Carter+One' => __('Carter One', 'options_framework_theme'),\t\r\n\t\t'Caudex' => __('Caudex', 'options_framework_theme'),\t\r\n\t\t'Cedarville+Cursive' => __('Cedarville Cursive', 'options_framework_theme'),\t\r\n\t\t'Changa+One' => __('Changa One', 'options_framework_theme'),\t\r\n\t\t'Cherry+Cream+Soda' => __('Cherry Cream Soda', 'options_framework_theme'),\t\r\n\t\t'Chewy' => __('Chewy', 'options_framework_theme'),\t\r\n\t\t'Chicle' => __('Chicle', 'options_framework_theme'),\t\r\n\t\t'Chivo' => __('Chivo', 'options_framework_theme'),\t\r\n\t\t'Coda+Caption' => __('Coda Caption', 'options_framework_theme'),\t\r\n\t\t'Coda' => __('Coda', 'options_framework_theme'),\t\r\n\t\t'Comfortaa' => __('Comfortaa', 'options_framework_theme'),\t\r\n\t\t'Coming+Soon' => __('Coming Soon', 'options_framework_theme'),\t\r\n\t\t'Contrail+One' => __('Contrail One', 'options_framework_theme'),\t\r\n\t\t'Convergence' => __('Convergence', 'options_framework_theme'),\t\r\n\t\t'Cookie' => __('Cookie', 'options_framework_theme'),\t\r\n\t\t'Copse' => __('Copse', 'options_framework_theme'),\t\r\n\t\t'Corben' => __('Corben', 'options_framework_theme'),\t\r\n\t\t'Cousine' => __('Cousine', 'options_framework_theme'),\t\r\n\t\t'Coustard' => __('Coustard', 'options_framework_theme'),\t\r\n\t\t'Covered+By+Your+Grace' => __('Covered By Your Grace', 'options_framework_theme'),\r\n\t\t'Crafty+Girls' => __('Crafty Girls', 'options_framework_theme'),\t\r\n\t\t'Creepster+Caps' => __('Creepster Caps', 'options_framework_theme'),\t\r\n\t\t'Crimson+Text' => __('Crimson Text', 'options_framework_theme'),\t\r\n\t\t'Crushed' => __('Crushed', 'options_framework_theme'),\t\r\n\t\t'Cuprum' => __('Cuprum', 'options_framework_theme'),\t\r\n\t\t'Damion' => __('Damion', 'options_framework_theme'),\t\r\n\t\t'Dancing+Script' => __('Dancing Script', 'options_framework_theme'),\t\r\n\t\t'Dawning+of+a+New+Day' => __('Dawning of a New Day', 'options_framework_theme'),\t\r\n\t\t'Days+One' => __('Days One', 'options_framework_theme'),\t\r\n\t\t'Delius+Swash+Caps' => __('Delius Swash Caps', 'options_framework_theme'),\t\r\n\t\t'Delius+Unicase' => __('Delius Unicase', 'options_framework_theme'),\t\r\n\t\t'Delius' => __('Delius', 'options_framework_theme'),\t\r\n\t\t'Devonshire' => __('Devonshire', 'options_framework_theme'),\t\r\n\t\t'Didact+Gothic' => __('Didact Gothic', 'options_framework_theme'),\t\r\n\t\t'Dorsa' => __('Dorsa', 'options_framework_theme'),\t\r\n\t\t'Dr+Sugiyama' => __('Dr Sugiyama', 'options_framework_theme'),\t\r\n\t\t'Droid+Sans+Mono' => __('Droid Sans Mono', 'options_framework_theme'),\t\r\n\t\t'Droid+Sans' => __('Droid Sans', 'options_framework_theme'),\t\r\n\t\t'Droid+Serif' => __('Droid Serif', 'options_framework_theme'),\t\r\n\t\t'EB+Garamond' => __('EB Garamond', 'options_framework_theme'),\t\r\n\t\t'Eater+Caps' => __('Eater Caps', 'options_framework_theme'),\t\r\n\t\t'Expletus+Sans' => __('Expletus Sans', 'options_framework_theme'),\t\r\n\t\t'Fanwood+Text' => __('Fanwood Text', 'options_framework_theme'),\t\r\n\t\t'Federant' => __('Federant', 'options_framework_theme'),\r\n\t\t'Federo' => __('Federo', 'options_framework_theme'),\t\r\n\t\t'Fjord+One' => __('Fjord One', 'options_framework_theme'),\t\r\n\t\t'Fondamento' => __('Fondamento', 'options_framework_theme'),\t\r\n\t\t'Fontdiner+Swanky' => __('Fontdiner Swanky', 'options_framework_theme'),\t\r\n\t\t'Forum' => __('Forum', 'options_framework_theme'),\t\r\n\t\t'Francois+One' => __('Francois One', 'options_framework_theme'),\t\r\n\t\t'Gentium+Basic' => __('Gentium Basic', 'options_framework_theme'),\t\r\n\t\t'Gentium+Book+Basic' => __('Gentium Book Basic', 'options_framework_theme'),\t\r\n\t\t'Geo' => __('Geo', 'options_framework_theme'),\t\r\n\t\t'Geostar+Fill' => __('Geostar Fill', 'options_framework_theme'),\t\r\n\t\t'Geostar' => __('Geostar', 'options_framework_theme'),\t\r\n\t\t'Give+You+Glory' => __('Give You Glory', 'options_framework_theme'),\t\r\n\t\t'Gloria+Hallelujah' => __('Gloria Hallelujah', 'options_framework_theme'),\t\r\n\t\t'Goblin+One' => __('Goblin One', 'options_framework_theme'),\t\r\n\t\t'Gochi+Hand' => __('Gochi Hand', 'options_framework_theme'),\t\r\n\t\t'Goudy+Bookletter+1911' => __('Goudy Bookletter 1911', 'options_framework_theme'),\t\r\n\t\t'Gravitas+One' => __('Gravitas One', 'options_framework_theme'),\t\r\n\t\t'Gruppo' => __('Gruppo', 'options_framework_theme'),\t\r\n\t\t'Hammersmith+One' => __('Hammersmith One', 'options_framework_theme'),\t\r\n\t\t'Herr+Von+Muellerhoff' => __('Herr Von Muellerhoff', 'options_framework_theme'),\t\r\n\t\t'Holtwood+One+SC' => __('Holtwood One SC', 'options_framework_theme'),\t\r\n\t\t'Homemade+Apple' => __('Homemade Apple', 'options_framework_theme'),\t\r\n\t\t'IM+Fell+DW+Pica+SC' => __('IM Fell DW Pica SC', 'options_framework_theme'),\t\r\n\t\t'IM+Fell+DW+Pica' => __('IM Fell DW Pica', 'options_framework_theme'),\r\n\t\t'IM+Fell+Double+Pica+SC' => __('IM Fell Double Pica SC', 'options_framework_theme'),\t\r\n\t\t'IM+Fell+Double+Pica' => __('IM Fell Double Pica', 'options_framework_theme'),\t\r\n\t\t'IM+Fell+English+SC' => __('IM Fell English SC', 'options_framework_theme'),\t\r\n\t\t'IM+Fell+English' => __('IM Fell English', 'options_framework_theme'),\t\r\n\t\t'IM+Fell+French+Canon+SC' => __('IM Fell French Canon SC', 'options_framework_theme'),\t\r\n\t\t'IM+Fell+French+Canon' => __('IM Fell French Canon', 'options_framework_theme'),\t\r\n\t\t'IM+Fell+Great+Primer+SC' => __('IM Fell Great Primer SC', 'options_framework_theme'),\t\r\n\t\t'IM+Fell+Great+Primer' => __('IM Fell Great Primer', 'options_framework_theme'),\t\r\n\t\t'Iceland' => __('Iceland', 'options_framework_theme'),\t\r\n\t\t'Inconsolata' => __('Inconsolata', 'options_framework_theme'),\t\r\n\t\t'Indie+Flower' => __('Indie Flower', 'options_framework_theme'),\t\r\n\t\t'Irish+Grover' => __('Irish Grover', 'options_framework_theme'),\t\r\n\t\t'Istok+Web' => __('Istok Web', 'options_framework_theme'),\t\r\n\t\t'Jockey+One' => __('Jockey One', 'options_framework_theme'),\t\r\n\t\t'Josefin+Sans' => __('Josefin Sans', 'options_framework_theme'),\t\r\n\t\t'Josefin+Slab' => __('Josefin Slab', 'options_framework_theme'),\t\r\n\t\t'Judson' => __('Judson', 'options_framework_theme'),\t\r\n\t\t'Julee' => __('Julee', 'options_framework_theme'),\t\r\n\t\t'Jura' => __('Jura', 'options_framework_theme'),\t\r\n\t\t'Just+Another+Hand' => __('Just Another Hand', 'options_framework_theme'),\t\r\n\t\t'Just+Me+Again+Down+Here' => __('Just Me Again Down Here', 'options_framework_theme'),\t\r\n\t\t'Kameron' => __('Kameron', 'options_framework_theme'),\t\r\n\t\t'Kelly+Slab' => __('Kelly Slab', 'options_framework_theme'),\t\r\n\t\t'Kenia' => __('Kenia', 'options_framework_theme'),\r\n\t\t'Knewave' => __('Knewave', 'options_framework_theme'),\t\r\n\t\t'Kranky' => __('Kranky', 'options_framework_theme'),\t\r\n\t\t'Kreon' => __('Kreon', 'options_framework_theme'),\t\r\n\t\t'Kristi' => __('Kristi', 'options_framework_theme'),\t\r\n\t\t'La+Belle+Aurore' => __('La Belle Aurore', 'options_framework_theme'),\t\r\n\t\t'Lancelot' => __('Lancelot', 'options_framework_theme'),\t\r\n\t\t'Lato' => __('Lato', 'options_framework_theme'),\t\r\n\t\t'League+Script' => __('League Script', 'options_framework_theme'),\t\r\n\t\t'Leckerli+One' => __('Leckerli One', 'options_framework_theme'),\t\r\n\t\t'Lekton' => __('Lekton', 'options_framework_theme'),\t\r\n\t\t'Lemon' => __('Lemon', 'options_framework_theme'),\t\r\n\t\t'Limelight' => __('Limelight', 'options_framework_theme'),\t\r\n\t\t'Linden Hill' => __('Linden Hill', 'options_framework_theme'),\t\r\n\t\t'Lobster+Two' => __('Lobster Two', 'options_framework_theme'),\t\r\n\t\t'Lobster' => __('Lobster', 'options_framework_theme'),\t\r\n\t\t'Lora' => __('Lora', 'options_framework_theme'),\t\r\n\t\t'Love+Ya+Like+A+Sister' => __('Love Ya Like A Sister', 'options_framework_theme'),\t\r\n\t\t'Loved+by+the+King' => __('Loved by the King', 'options_framework_theme'),\t\r\n\t\t'Luckiest+Guy' => __('Luckiest Guy', 'options_framework_theme'),\t\r\n\t\t'Maiden+Orange' => __('Maiden Orange', 'options_framework_theme'),\t\r\n\t\t'Mako' => __('Mako', 'options_framework_theme'),\t\r\n\t\t'Marck+Script' => __('Marck Script', 'options_framework_theme'),\t\r\n\t\t'Marvel' => __('Marvel', 'options_framework_theme'),\t\r\n\t\t'Mate+SC' => __('Mate SC', 'options_framework_theme'),\r\n\t\t'Mate' => __('Mate', 'options_framework_theme'),\t\r\n\t\t'Maven+Pro' => __('Maven Pro', 'options_framework_theme'),\t\r\n\t\t'Meddon' => __('Meddon', 'options_framework_theme'),\t\r\n\t\t'MedievalSharp' => __('MedievalSharp', 'options_framework_theme'),\t\r\n\t\t'Megrim' => __('Megrim', 'options_framework_theme'),\t\r\n\t\t'Merienda+One' => __('Merienda One', 'options_framework_theme'),\t\r\n\t\t'Merriweather' => __('Merriweather', 'options_framework_theme'),\r\n\t\t'Merriweather+Sans' => __('Merriweather Sans', 'options_framework_theme'),\t\t\r\n\t\t'Metrophobic' => __('Metrophobic', 'options_framework_theme'),\t\r\n\t\t'Michroma' => __('Michroma', 'options_framework_theme'),\t\r\n\t\t'Miltonian+Tattoo' => __('Miltonian Tattoo', 'options_framework_theme'),\t\r\n\t\t'Miltonian' => __('Miltonian', 'options_framework_theme'),\t\r\n\t\t'Miss+Fajardose' => __('Miss Fajardose', 'options_framework_theme'),\t\r\n\t\t'Miss+Saint+Delafield' => __('Miss Saint Delafield', 'options_framework_theme'),\t\r\n\t\t'Modern+Antiqua' => __('Modern Antiqua', 'options_framework_theme'),\t\r\n\t\t'Molengo' => __('Molengo', 'options_framework_theme'),\t\r\n\t\t'Monofett' => __('Monofett', 'options_framework_theme'),\t\r\n\t\t'Monoton' => __('Monoton', 'options_framework_theme'),\t\r\n\t\t'Monsieur+La+Doulaise' => __('Monsieur La Doulaise', 'options_framework_theme'),\t\r\n\t\t'Montez' => __('Montez', 'options_framework_theme'),\t\r\n\t\t'Mountains+of+Christmas' => __('Mountains of Christmas', 'options_framework_theme'),\t\r\n\t\t'Mr+Bedford' => __('Mr Bedford', 'options_framework_theme'),\t\r\n\t\t'Mr+Dafoe' => __('Mr Dafoe', 'options_framework_theme'),\t\r\n\t\t'Mr+De+Haviland' => __('Mr De Haviland', 'options_framework_theme'),\t\r\n\t\t'Mrs+Sheppards' => __('Mrs Sheppards', 'options_framework_theme'),\r\n\t\t'Muli' => __('Muli', 'options_framework_theme'),\t\r\n\t\t'Neucha' => __('Neucha', 'options_framework_theme'),\t\r\n\t\t'Neuton' => __('Neuton', 'options_framework_theme'),\t\r\n\t\t'News+Cycle' => __('News Cycle', 'options_framework_theme'),\t\r\n\t\t'Niconne' => __('Niconne', 'options_framework_theme'),\t\r\n\t\t'Nixie+One' => __('Nixie One', 'options_framework_theme'),\t\r\n\t\t'Nobile' => __('Nobile', 'options_framework_theme'),\t\r\n\t\t'Nosifer+Caps' => __('Nosifer Caps', 'options_framework_theme'),\t\r\n\t\t'Nothing+You+Could+Do' => __('Nothing You Could Do', 'options_framework_theme'),\t\r\n\t\t'Nova+Cut' => __('Nova Cut', 'options_framework_theme'),\t\r\n\t\t'Nova+Flat' => __('Nova Flat', 'options_framework_theme'),\t\r\n\t\t'Nova+Mono' => __('Nova Mono', 'options_framework_theme'),\t\r\n\t\t'Nova+Oval' => __('Nova Oval', 'options_framework_theme'),\t\r\n\t\t'Nova+Round' => __('Nova Round', 'options_framework_theme'),\t\r\n\t\t'Nova+Script' => __('Nova Script', 'options_framework_theme'),\t\r\n\t\t'Nova+Slim' => __('Nova Slim', 'options_framework_theme'),\t\r\n\t\t'Nova+Square' => __('Nova Square', 'options_framework_theme'),\t\r\n\t\t'Numans' => __('Numans', 'options_framework_theme'),\t\r\n\t\t'Nunito' => __('Nunito', 'options_framework_theme'),\t\r\n\t\t'Old+Standard+TT' => __('Old Standard TT', 'options_framework_theme'),\t\r\n\t\t'Open+Sans+Condensed' => __('Open Sans Condensed', 'options_framework_theme'),\t\r\n\t\t'Open+Sans' => __('Open Sans', 'options_framework_theme'),\t\r\n\t\t'Orbitron' => __('Orbitron', 'options_framework_theme'),\t\r\n\t\t'Oswald' => __('Oswald', 'options_framework_theme'),\r\n\t\t'Over+the+Rainbow' => __('Over the Rainbow', 'options_framework_theme'),\t\r\n\t\t'Ovo' => __('Ovo', 'options_framework_theme'),\t\r\n\t\t'PT+Sans+Caption' => __('PT Sans Caption', 'options_framework_theme'),\t\r\n\t\t'PT+Sans+Narrow' => __('PT Sans+Narrow', 'options_framework_theme'),\t\r\n\t\t'PT+Sans' => __('PT Sans', 'options_framework_theme'),\t\r\n\t\t'PT+Serif+Caption' => __('PT Serif Caption', 'options_framework_theme'),\t\r\n\t\t'PT+Serif' => __('PT Serif', 'options_framework_theme'),\t\r\n\t\t'Pacifico' => __('Pacifico', 'options_framework_theme'),\t\r\n\t\t'Passero+One' => __('Passero One', 'options_framework_theme'),\t\r\n\t\t'Patrick+Hand' => __('Patrick Hand', 'options_framework_theme'),\t\r\n\t\t'Paytone+One' => __('Paytone One', 'options_framework_theme'),\t\r\n\t\t'Permanent+Marker' => __('Permanent Marker', 'options_framework_theme'),\t\r\n\t\t'Petrona' => __('Petrona', 'options_framework_theme'),\t\r\n\t\t'Philosopher' => __('Philosopher', 'options_framework_theme'),\t\r\n\t\t'Piedra' => __('Piedra', 'options_framework_theme'),\t\r\n\t\t'Pinyon+Script' => __('Pinyon Script', 'options_framework_theme'),\t\r\n\t\t'Play' => __('Play', 'options_framework_theme'),\t\r\n\t\t'Playfair+Display' => __('Playfair Display', 'options_framework_theme'),\t\r\n\t\t'Podkova' => __('Podkova', 'options_framework_theme'),\t\r\n\t\t'Poller+One' => __('Poller One', 'options_framework_theme'),\t\r\n\t\t'Poly' => __('Poly', 'options_framework_theme'),\t\r\n\t\t'Pompiere' => __('Pompiere', 'options_framework_theme'),\t\r\n\t\t'Prata' => __('Prata', 'options_framework_theme'),\t\r\n\t\t'Prociono' => __('Prociono', 'options_framework_theme'),\r\n\t\t'Puritan' => __('Puritan', 'options_framework_theme'),\t\r\n\t\t'Quattrocento+Sans' => __('Quattrocento Sans', 'options_framework_theme'),\t\r\n\t\t'Quattrocento' => __('Quattrocento', 'options_framework_theme'),\t\r\n\t\t'Questrial' => __('Questrial', 'options_framework_theme'),\t\r\n\t\t'Quicksand' => __('Quicksand', 'options_framework_theme'),\t\r\n\t\t'Radley' => __('Radley', 'options_framework_theme'),\t\r\n\t\t'Raleway' => __('Raleway', 'options_framework_theme'),\t\r\n\t\t'Rammetto+One' => __('Rammetto One', 'options_framework_theme'),\t\r\n\t\t'Rancho' => __('Rancho', 'options_framework_theme'),\t\r\n\t\t'Rationale' => __('Rationale', 'options_framework_theme'),\t\r\n\t\t'Redressed' => __('Redressed', 'options_framework_theme'),\t\r\n\t\t'Reenie+Beanie' => __('Reenie Beanie', 'options_framework_theme'),\t\r\n\t\t'Ribeye+Marrow' => __('Ribeye Marrow', 'options_framework_theme'),\t\r\n\t\t'Ribeye' => __('Ribeye', 'options_framework_theme'),\t\r\n\t\t'Righteous' => __('Righteous', 'options_framework_theme'),\t\r\n\t\t'Rochester' => __('Rochester', 'options_framework_theme'),\t\r\n\t\t'Rock+Salt' => __('Rock Salt', 'options_framework_theme'),\t\r\n\t\t'Rokkitt' => __('Rokkitt', 'options_framework_theme'),\t\r\n\t\t'Rosario' => __('Rosario', 'options_framework_theme'),\t\r\n\t\t'Ruslan+Display' => __('Ruslan Display', 'options_framework_theme'),\t\r\n\t\t'Salsa' => __('Salsa', 'options_framework_theme'),\t\r\n\t\t'Sancreek' => __('Sancreek', 'options_framework_theme'),\r\n\t\t'sans-serif' => __('sans-serif', 'options_framework_theme'),\r\n\t\t'Sansita+One' => __('Sansita One', 'options_framework_theme'),\t\r\n\t\t'Satisfy' => __('Satisfy', 'options_framework_theme'),\r\n\t\t'Schoolbell' => __('Schoolbell', 'options_framework_theme'),\r\n\t\t'serif' => __('serif', 'options_framework_theme'),\t\t\r\n\t\t'Shadows+Into+Light' => __('Shadows Into Light', 'options_framework_theme'),\t\r\n\t\t'Shanti' => __('Shanti', 'options_framework_theme'),\t\r\n\t\t'Short+Stack' => __('Short Stack', 'options_framework_theme'),\t\r\n\t\t'Sigmar+One' => __('Sigmar One', 'options_framework_theme'),\t\r\n\t\t'Signika+Negative' => __('Signika Negative', 'options_framework_theme'),\t\r\n\t\t'Signika' => __('Signika', 'options_framework_theme'),\t\r\n\t\t'Six+Caps' => __('Six Caps', 'options_framework_theme'),\t\r\n\t\t'Slackey' => __('Slackey', 'options_framework_theme'),\t\r\n\t\t'Smokum' => __('Smokum', 'options_framework_theme'),\t\r\n\t\t'Smythe' => __('Smythe', 'options_framework_theme'),\t\r\n\t\t'Sniglet' => __('Sniglet', 'options_framework_theme'),\t\r\n\t\t'Snippet' => __('Snippet', 'options_framework_theme'),\r\n\t\t'Source+Sans+Pro' => __('Source Sans Pro', 'options_framework_theme'),\t\t\r\n\t\t'Sorts+Mill+Goudy' => __('Sorts Mill Goudy', 'options_framework_theme'),\t\r\n\t\t'Special+Elite' => __('Special Elite', 'options_framework_theme'),\t\r\n\t\t'Spinnaker' => __('Spinnaker', 'options_framework_theme'),\t\r\n\t\t'Spirax' => __('Spirax', 'options_framework_theme'),\t\r\n\t\t'Stardos+Stencil' => __('Stardos Stencil', 'options_framework_theme'),\t\r\n\t\t'Sue+Ellen+Francisco' => __('Sue Ellen Francisco', 'options_framework_theme'),\t\r\n\t\t'Sunshiney' => __('Sunshiney', 'options_framework_theme'),\t\r\n\t\t'Supermercado+One' => __('Supermercado One', 'options_framework_theme'),\t\r\n\t\t'Swanky+and+Moo+Moo' => __('Swanky and Moo Moo', 'options_framework_theme'),\t\r\n\t\t'Syncopate' => __('Syncopate', 'options_framework_theme'),\t\r\n\t\t'Tangerine' => __('Tangerine', 'options_framework_theme'),\r\n\t\t'Tenor+Sans' => __('Tenor Sans', 'options_framework_theme'),\t\r\n\t\t'Terminal+Dosis' => __('Terminal Dosis', 'options_framework_theme'),\t\r\n\t\t'The+Girl+Next+Door' => __('The Girl Next Door', 'options_framework_theme'),\t\r\n\t\t'Tienne' => __('Tienne', 'options_framework_theme'),\t\r\n\t\t'Tinos' => __('Tinos', 'options_framework_theme'),\t\r\n\t\t'Tulpen+One' => __('Tulpen One', 'options_framework_theme'),\t\r\n\t\t'Ubuntu+Condensed' => __('Ubuntu Condensed', 'options_framework_theme'),\t\r\n\t\t'Ubuntu+Mono' => __('Ubuntu Mono', 'options_framework_theme'),\t\r\n\t\t'Ubuntu' => __('Ubuntu', 'options_framework_theme'),\t\r\n\t\t'Ultra' => __('Ultra', 'options_framework_theme'),\t\r\n\t\t'UnifrakturCook' => __('UnifrakturCook', 'options_framework_theme'),\t\r\n\t\t'UnifrakturMaguntia' => __('UnifrakturMaguntia', 'options_framework_theme'),\t\r\n\t\t'Unkempt' => __('Unkempt', 'options_framework_theme'),\t\r\n\t\t'Unlock' => __('Unlock', 'options_framework_theme'),\t\r\n\t\t'Unna' => __('Unna', 'options_framework_theme'),\t\r\n\t\t'VT323' => __('VT323', 'options_framework_theme'),\t\r\n\t\t'Varela+Round' => __('Varela Round', 'options_framework_theme'),\t\r\n\t\t'Varela' => __('Varela', 'options_framework_theme'),\t\r\n\t\t'Vast+Shadow' => __('Vast Shadow', 'options_framework_theme'),\t\r\n\t\t'Vibur' => __('Vibur', 'options_framework_theme'),\t\r\n\t\t'Vidaloka' => __('Vidaloka', 'options_framework_theme'),\t\r\n\t\t'Volkhov' => __('Volkhov', 'options_framework_theme'),\t\r\n\t\t'Vollkorn' => __('Vollkorn', 'options_framework_theme'),\t\r\n\t\t'Voltaire' => __('Voltaire', 'options_framework_theme'),\r\n\t\t'Waiting+for+the+Sunrise' => __('Waiting for the Sunrise', 'options_framework_theme'),\r\n\t\t'Wallpoet' => __('Wallpoet', 'options_framework_theme'),\r\n\t\t'Walter+Turncoat' => __('Walter Turncoat', 'options_framework_theme'),\r\n\t\t'Wire+One' => __('Wire One', 'options_framework_theme'),\r\n\t\t'Yanone+Kaffeesatz' => __('Yanone Kaffeesatz', 'options_framework_theme'),\r\n\t\t'Yellowtail' => __('Yellowtail', 'options_framework_theme'),\r\n\t\t'Yeseva+One' => __('Yeseva One', 'options_framework_theme'),\r\n\t\t'Zeyada' => __('Zeyada', 'options_framework_theme'),\r\n\t\t\r\n\t);\r\n\r\n\r\n\r\n/*--------------------------------*/\r\n/* Responsive Array */\r\n/*--------------------------------*/\r\n\t$responsive_array = array(\r\n\t\t'On' => __('On', 'options_framework_theme'),\r\n\t\t'Off' => __('Off', 'options_framework_theme')\t\t\r\n\t);\t\r\n\r\n/*--------------------------------*/\r\n/* Layout Array */\r\n/*--------------------------------*/\r\n\t$layout_array = array(\r\n\t\t'Wide' => __('Wide', 'options_framework_theme'),\r\n\t\t'Boxed' => __('Boxed', 'options_framework_theme')\t\t\r\n\t);\t\r\n\t\r\n\r\n/*--------------------------------*/\r\n/* Header Options Array */\r\n/*--------------------------------*/\r\n\t$menu_array = array(\r\n\t\t'Opened' => __('Opened', 'options_framework_theme'),\r\n\t\t'Closed' => __('Closed', 'options_framework_theme')\t\r\n\t);\t\r\n\r\n\r\n/*--------------------------------*/\r\n/* Categories Begin */\r\n/*--------------------------------*/\r\n\t// Pull all the categories into an array\r\n\t$options_categories = array();\r\n\t$options_categories_obj = get_categories();\r\n\tforeach ($options_categories_obj as $category) {\r\n\t\t$options_categories[$category->cat_ID] = $category->cat_name;\r\n\t}\r\n/*--------------------------------*/\r\n/* Categories End */\r\n/*--------------------------------*/\r\n\r\n\r\n/*--------------------------------*/\r\n/* Tags Begin */\r\n/*--------------------------------*/\t\r\n\t$options_tags = array();\r\n\t$options_tags_obj = get_tags();\r\n\tforeach ( $options_tags_obj as $tag ) {\r\n\t\t$options_tags[$tag->term_id] = $tag->name;\r\n\t}\r\n/*--------------------------------*/\r\n/* Tags End */\r\n/*--------------------------------*/\t\r\n\r\n\r\n\r\n/*--------------------------------*/\r\n/* Options Page Begin */\r\n/*--------------------------------*/\t\r\n\t$options_pages = array();\r\n\t$options_pages_obj = get_pages('sort_column=post_parent,menu_order');\r\n\t$options_pages[''] = 'Select a page:';\r\n\tforeach ($options_pages_obj as $page) {\r\n\t\t$options_pages[$page->ID] = $page->post_title;\r\n\t}\r\n/*--------------------------------*/\r\n/* Options Page End */\r\n/*--------------------------------*/\t\r\n\r\n\r\n\r\n/*--------------------------------*/\r\n/* Variables Start */\r\n/*--------------------------------*/\r\n\t$imagepath = get_template_directory_uri() . '/images/';\r\n\t$options = array();\t\r\n/*--------------------------------*/\r\n/* Variables End */\r\n/*--------------------------------*/\r\n\r\n\t\r\n/*--------------------------------*/\r\n/* Site Options Start */\r\n/*--------------------------------*/\r\n\t$options[] = array(\r\n\t\t'name' => __('Site Options', 'options_framework_theme'),\r\n\t\t'type' => 'heading');\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter Rev. Slider Shortcode', 'options_framework_theme'),\r\n\t'desc' => __('This is the Slider that will be shown in your front page', 'options_framework_theme'),\r\n\t'id' => 'page_slider',\r\n\t'std' => '',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\t\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose Site Font', 'options_framework_theme'),\r\n\t'desc' => __('The font that will be displayed for the whole site.', 'options_framework_theme'),\r\n\t'id' => 'select_font',\r\n\t'std' => 'Source+Sans+Pro',\r\n\t'type' => 'select',\r\n\t'options' => $fonts_array);\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for the Site', 'options_framework_theme'),\r\n\t'desc' => __('This color will be your site color (Links, borders, ...etc)', 'options_framework_theme'),\r\n\t'id' => 'theme_color',\r\n\t'std' => '#474d5d',\r\n\t'type' => 'color' );\t\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for services icon hover', 'options_framework_theme'),\r\n\t'desc' => __('This color will be for services icon on mouse hover', 'options_framework_theme'),\r\n\t'id' => 'icon_hover_color',\r\n\t'std' => '#fc6f5c',\r\n\t'type' => 'color' );\t\r\n\t\r\n\t\r\n\t$options[] = array(\t\r\n\t'name' => __('Please choose a background color for the Menu', 'options_framework_theme'),\r\n\t'desc' => __('This color will be applied as a menu background', 'options_framework_theme'),\r\n\t'id' => 'menu_background_color',\r\n\t'std' => '#000000',\r\n\t'type' => 'color' );\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a background opacity for the Menu', 'options_framework_theme'),\r\n\t'desc' => __('This value is your menu background opacity', 'options_framework_theme'),\r\n\t'id' => 'menu_background_color_opacity',\r\n\t'std' => '0.1',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\t\r\n\t\r\n\t$options[] = array(\t\r\n\t'name' => __('Please choose a background color for the Sticky Menu', 'options_framework_theme'),\r\n\t'desc' => __('This color will be applied as a sticky menu background', 'options_framework_theme'),\r\n\t'id' => 'sticky_menu_background_color',\r\n\t'std' => '#000000',\r\n\t'type' => 'color' );\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a background opacity for the Sticky Menu', 'options_framework_theme'),\r\n\t'desc' => __('This value is your Sticky menu background opacity', 'options_framework_theme'),\r\n\t'id' => 'menu_background_color_opacity_sticky',\r\n\t'std' => '0.95',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for processes icons', 'options_framework_theme'),\r\n\t'desc' => __('This color will be for processes icon', 'options_framework_theme'),\r\n\t'id' => 'icon_process_color',\r\n\t'std' => '#fc6f5c',\r\n\t'type' => 'color' );\t\t\t\r\n\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Enable Animation Effects on Mobile/iPad devices?', 'options_framework_theme'),\r\n\t'desc' => __('On/Off Animation Effects on Mobile/iPad devices', 'options_framework_theme'),\r\n\t'id' => 'select_animation',\r\n\t'std' => 'On',\r\n\t'type' => 'select',\r\n\t'options' => $responsive_array);\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Display Back to Top link?', 'options_framework_theme'),\r\n\t'desc' => __('On/Off Back to Top link', 'options_framework_theme'),\r\n\t'id' => 'select_backtotop',\r\n\t'std' => 'On',\r\n\t'type' => 'select',\r\n\t'options' => $responsive_array);\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for Pages Title section', 'options_framework_theme'),\r\n\t'desc' => __('This color will a background color for Pages Title section', 'options_framework_theme'),\r\n\t'id' => 'top_title_color',\r\n\t'std' => '#474d5d',\r\n\t'type' => 'color' );\t\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a background image for Pages Title section', 'options_framework_theme'),\r\n\t'desc' => __('Upload your own image/pattern here or keep it empty', 'options_framework_theme'),\r\n\t'id' => 'top_title_image',\r\n\t'std' => '',\r\n\t'type' => 'upload');\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a background color for Pages Title icon', 'options_framework_theme'),\r\n\t'desc' => __('This color will a background color for Pages Title icon', 'options_framework_theme'),\r\n\t'id' => 'top_title_icon_color',\r\n\t'std' => '#cccccc',\r\n\t'type' => 'color' );\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a background color for Pages Title word', 'options_framework_theme'),\r\n\t'desc' => __('This color will a background color for Pages Title word', 'options_framework_theme'),\r\n\t'id' => 'top_title_icon_word',\r\n\t'std' => '#abaeb4',\r\n\t'type' => 'color' );\t\t\r\n\r\n\t\r\n/*--------------------------------*/\r\n/* Site Options End */\r\n/*--------------------------------*/\r\n\r\n\t\r\n\r\n\r\n/*--------------------------------*/\r\n/* Headings Begin */\r\n/*--------------------------------*/\t\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __('Headings Options', 'options_framework_theme'),\r\n\t\t'type' => 'heading');\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font family for your H1 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font family will be displayed for all H1 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h1_font',\r\n\t'std' => 'Oswald',\r\n\t'type' => 'select',\r\n\t'options' => $fonts_array);\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for your H1 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This color will be displayed for all H1 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h1_color',\r\n\t'std' => '#121212',\r\n\t'type' => 'color' );\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font size for your H1 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font size will be displayed for all H1 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h1_font_size',\r\n\t'std' => '36px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a line height for your H1 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This line height will be displayed for all H1 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h1_line_height',\r\n\t'std' => '1.5',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\t\r\n\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font family for your H2 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font family will be displayed for all H2 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h2_font',\r\n\t'std' => 'Oswald',\r\n\t'type' => 'select',\r\n\t'options' => $fonts_array);\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for your H2 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This color will be displayed for all H2 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h2_color',\r\n\t'std' => '#121212',\r\n\t'type' => 'color' );\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font size for your H2 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font size will be displayed for all H2 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h2_font_size',\r\n\t'std' => '30px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a line height for your H2 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This line height will be displayed for all H2 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h2_line_height',\r\n\t'std' => '1.5',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\t\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font family for your H3 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font family will be displayed for all H3 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h3_font',\r\n\t'std' => 'Oswald',\r\n\t'type' => 'select',\r\n\t'options' => $fonts_array);\t\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for your H3 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This color will be displayed for all H3 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h3_color',\r\n\t'std' => '#121212',\r\n\t'type' => 'color' );\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font size for your H3 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font size will be displayed for all H3 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h3_font_size',\r\n\t'std' => '24px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a line height for your H3 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This line height will be displayed for all H3 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h3_line_height',\r\n\t'std' => '1.5',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\r\n\t\r\n\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font family for your H4 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font family will be displayed for all H4 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h4_font',\r\n\t'std' => 'Oswald',\r\n\t'type' => 'select',\r\n\t'options' => $fonts_array);\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for your H4 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This color will be displayed for all H4 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h4_color',\r\n\t'std' => '#121212',\r\n\t'type' => 'color' );\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font size for your H4 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font size will be displayed for all H4 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h4_font_size',\r\n\t'std' => '18px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a line height for your H4 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This line height will be displayed for all H4 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h4_line_height',\r\n\t'std' => '1.5',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\t\r\n\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font family for your H5 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font family will be displayed for all H5 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h5_font',\r\n\t'std' => 'Oswald',\r\n\t'type' => 'select',\r\n\t'options' => $fonts_array);\t\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for your H5 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This color will be displayed for all H5 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h5_color',\r\n\t'std' => '#121212',\r\n\t'type' => 'color' );\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font size for your H5 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font size will be displayed for all H5 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h5_font_size',\r\n\t'std' => '14px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a line height for your H5 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This line height will be displayed for all H5 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h5_line_height',\r\n\t'std' => '1.5',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font family for your H6 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font family will be displayed for all H6 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h6_font',\r\n\t'std' => 'Oswald',\r\n\t'type' => 'select',\r\n\t'options' => $fonts_array);\t\r\n\t\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for your H6 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This color will be displayed for all H6 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h6_color',\r\n\t'std' => '#121212',\r\n\t'type' => 'color' );\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a font size for your H6 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This font size will be displayed for all H6 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h6_font_size',\r\n\t'std' => '12px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a line height for your H6 Headings', 'options_framework_theme'),\r\n\t'desc' => __('This line height will be displayed for all H6 headings in your site.', 'options_framework_theme'),\r\n\t'id' => 'h6_line_height',\r\n\t'std' => '1.5',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\t\r\n/*--------------------------------*/\r\n/* Headings End */\r\n/*--------------------------------*/\t\r\n\r\n\r\n/*--------------------------------*/\r\n/* Logo & Favicon Begin */\r\n/*--------------------------------*/\t\r\n\t$options[] = array(\r\n\t\t'name' => __('Logo & Favicon Options', 'options_framework_theme'),\r\n\t\t'type' => 'heading');\t\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Do you want to display a Logo on your site?', 'options_framework_theme'),\r\n\t'desc' => __('On/Off your Site Logo', 'options_framework_theme'),\r\n\t'id' => 'select_display_logo',\r\n\t'std' => 'On',\r\n\t'type' => 'select',\r\n\t'options' => $responsive_array);\r\n\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a logo for your Homepage', 'options_framework_theme'),\r\n\t'desc' => __('Upload your own logo here (Suggest: 110 X 40 pixel)', 'options_framework_theme'),\r\n\t'id' => 'theme_logo',\r\n\t'std' => get_template_directory_uri() . '/images/logo.png',\r\n\t'type' => 'upload');\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter the padding top value for the Logo in PIXELS', 'options_framework_theme'),\r\n\t'desc' => __('This is the Space between the logo container and the top of the container', 'options_framework_theme'),\r\n\t'id' => 'theme_site_logo_padding_top',\r\n\t'std' => '0px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter the padding bottom value for the Logo in PIXELS', 'options_framework_theme'),\r\n\t'desc' => __('This is the Space between the logo container and the bottom of the container', 'options_framework_theme'),\r\n\t'id' => 'theme_site_logo_padding_bottom',\r\n\t'std' => '0px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter the padding left value for the Logo in PIXELS', 'options_framework_theme'),\r\n\t'desc' => __('This is the Space between the logo container and the left of the container', 'options_framework_theme'),\r\n\t'id' => 'theme_site_logo_padding_left',\r\n\t'std' => '0px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter the padding right value for the Logo in PIXELS', 'options_framework_theme'),\r\n\t'desc' => __('This is the Space between the logo container and the right of the container', 'options_framework_theme'),\r\n\t'id' => 'theme_site_logo_padding_right',\r\n\t'std' => '0px',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter a text to display instead of the logo if you chosen not to display logo from the above options', 'options_framework_theme'),\r\n\t'desc' => __('This text will be shown instead of logo there is no logo uploaded to the site or if you chosen not to display the logo from the above options.', 'options_framework_theme'),\r\n\t'id' => 'theme_site_logo_text',\r\n\t'std' => 'Identity',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter your (16 X 16) Favicon', 'options_framework_theme'),\r\n\t'desc' => __('This Favicon will be displayed within your browser', 'options_framework_theme'),\r\n\t'id' => 'theme_favicon',\r\n\t'type' => 'upload');\t\r\n\t\r\n/*--------------------------------*/\r\n/* Logo & Favicon End */\r\n/*--------------------------------*/\t\r\n\r\n\r\n\r\n/*--------------------------------*/\r\n/* Site Footer Begin */\r\n/*--------------------------------*/\t\t\t\r\n\t$options[] = array(\r\n\t\t'name' => __('Footer Options', 'options_framework_theme'),\r\n\t\t'type' => 'heading' );\r\n\t\t\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose a color for your Footer section', 'options_framework_theme'),\r\n\t'desc' => __('This color will be used as a background color on your footer section', 'options_framework_theme'),\r\n\t'id' => 'foo_color',\r\n\t'std' => 'rgba(0, 0, 0, 0.8)',\r\n\t'type' => 'color' );\r\n\t\t\r\n\t$options[] = array(\r\n\t'name' => __('Do you want to display a logo in the footer?', 'options_framework_theme'),\r\n\t'desc' => __('On/Off Footer Logo', 'options_framework_theme'),\r\n\t'id' => 'select_footer_logo',\r\n\t'std' => 'On',\r\n\t'type' => 'select',\r\n\t'options' => $responsive_array);\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please choose logo for your Site footer section', 'options_framework_theme'),\r\n\t'desc' => __('Upload your own logo here (Suggest: 93 X 48 pixel)', 'options_framework_theme'),\r\n\t'id' => 'footer_logo',\r\n\t'std' => get_template_directory_uri() . '/images/logo.png',\r\n\t'type' => 'upload');\t\t\r\n\t\t\r\n\t$options[] = array(\r\n\t'name' => __('Where you want your Footer logo to redirect', 'options_framework_theme'),\r\n\t'desc' => __('Enter URL here so the user will redirect to while clicking the footer logo', 'options_framework_theme'),\r\n\t'id' => 'footer_logo_url',\r\n\t'std' => '#',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\t\t\t\r\n\t\t\r\n\t$options[] = array(\r\n\t'name' => __('Do you want your Footer logo to open in new tab?', 'options_framework_theme'),\r\n\t'desc' => __('On/Off opening in new tab', 'options_framework_theme'),\r\n\t'id' => 'select_footer_newtab',\r\n\t'std' => 'On',\r\n\t'type' => 'select',\r\n\t'options' => $responsive_array);\t\t\t\r\n\t\t\r\n\t$options[] = array(\r\n\t'name' => __('Do you want to display the Copyrights Section in the footer?', 'options_framework_theme'),\r\n\t'desc' => __('On/Off Copyrights Section', 'options_framework_theme'),\r\n\t'id' => 'select_copyrights_columns',\r\n\t'std' => 'On',\r\n\t'type' => 'select',\r\n\t'options' => $responsive_array);\t\t\r\n\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter your Copyrights Text', 'options_framework_theme'),\r\n\t'desc' => __('This text will be shown as a Copyrights text in your footer section.', 'options_framework_theme'),\r\n\t'id' => 'footer_text',\r\n\t'std' => 'Copyright 2014. All Rights Reserved.',\r\n\t'type' => 'textarea');\t\r\n\r\n/*--------------------------------*/\r\n/* Site Footer End */\r\n/*--------------------------------*/\t\r\n\r\n\r\n/*--------------------------------*/\r\n/* Site Portfolio Begin */\r\n/*--------------------------------*/\t\r\n\t$options[] = array(\r\n\t\t'name' => __('Portfolio - Options', 'options_framework_theme'),\r\n\t\t'type' => 'heading');\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Do you want to show (About Author) section in the Single Portfolio Page?', 'options_framework_theme'),\r\n\t'desc' => __('On/Off (About Author) Section', 'options_framework_theme'),\r\n\t'id' => 'portfolio_author_option',\r\n\t'std' => 'Off',\r\n\t'type' => 'select',\r\n\t'options' => $responsive_array);\r\n\t\r\n/*--------------------------------*/\r\n/* Site Portfolio End */\r\n/*--------------------------------*/\r\n\r\n\r\n/*--------------------------------*/\r\n/* Site Blog Begin */\r\n/*--------------------------------*/\t\r\n\t$options[] = array(\r\n\t\t'name' => __('Blog - Options', 'options_framework_theme'),\r\n\t\t'type' => 'heading');\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Do you want to show (About Author) section in the Single Post Page?', 'options_framework_theme'),\r\n\t'desc' => __('On/Off (About Author) Section', 'options_framework_theme'),\r\n\t'id' => 'blog_author_option',\r\n\t'std' => 'On',\r\n\t'type' => 'select',\r\n\t'options' => $responsive_array);\r\n\t\r\n/*--------------------------------*/\r\n/* Site Blog End */\r\n/*--------------------------------*/\r\n\r\n\r\n/*--------------------------------*/\r\n/* Site Portfolio Begin */\r\n/*--------------------------------*/\t\r\n\t$options[] = array(\r\n\t\t'name' => __('Portfolio - Options', 'options_framework_theme'),\r\n\t\t'type' => 'heading');\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Do you want to show Pagination in Portfolio Page?', 'options_framework_theme'),\r\n\t'desc' => __('On/Off Pagination in Portfolio Page', 'options_framework_theme'),\r\n\t'id' => 'portfolio_pagination_option',\r\n\t'std' => 'On',\r\n\t'type' => 'select',\r\n\t'options' => $responsive_array);\r\n\t\r\n/*--------------------------------*/\r\n/* Site Portfolio End */\r\n/*--------------------------------*/\r\n\r\n\r\n/*--------------------------------*/\r\n/* 404 Begin */\r\n/*--------------------------------*/\t\r\n\t$options[] = array(\r\n\t\t'name' => __('404 Page - Options', 'options_framework_theme'),\r\n\t\t'type' => 'heading');\r\n\t\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter a page title for your 404', 'options_framework_theme'),\r\n\t'desc' => __('This Title will be displayed for any 404/incorrect page.', 'options_framework_theme'),\r\n\t'id' => 'blank_page_title',\r\n\t'std' => '404 Error Page',\r\n\t'class' => 'mini',\r\n\t'type' => 'text');\r\n\t\r\n\t$options[] = array(\r\n\t'name' => __('Please enter a brief description for your customers', 'options_framework_theme'),\r\n\t'desc' => __('This description will be displayed at the middle of the page.', 'options_framework_theme'),\r\n\t'id' => 'blank_page_desc',\r\n\t'std' => 'Unfortunately, the page that are you looking</br>for is not available. Try another search.',\r\n\t'type' => 'textarea');\t\t\r\n\r\n\r\n/*--------------------------------*/\r\n/* 404 End */\r\n/*--------------------------------*/\t\r\n\r\n\r\n/*--------------------------------*/\r\n/* Custom CSS Begin */\r\n/*--------------------------------*/\t\t\r\n\t$options[] = array(\r\n\t\t'name' => __('Custom CSS', 'options_framework_theme'),\r\n\t\t'type' => 'heading');\r\n\r\n\t$options[] = array(\r\n\t'name' => __('Please feel free to add any custom CSS code for your site', 'options_framework_theme'),\r\n\t'desc' => __('Here you can enter any type of a valid CSS code in order to manage your site style.', 'options_framework_theme'),\r\n\t'id' => 'css_text',\r\n\t'std' => '',\r\n\t'type' => 'textarea');\t\t\r\n/*--------------------------------*/\r\n/* Custom CSS End */\r\n/*--------------------------------*/\t\r\n\r\n\r\n\r\n\t$wp_editor_settings = array(\r\n\t\t'wpautop' => true, // Default\r\n\t\t'textarea_rows' => 5,\r\n\t\t'tinymce' => array( 'plugins' => 'wordpress' )\r\n\t);\r\n\t\r\n\r\n\treturn $options;\r\n}", "function optionsframework_options() {\r\n\r\n\t// Pull all tags into an array.\r\n\t$tags = array();\r\n\t$tags_obj = get_tags();\r\n\t$tags[''] = __( 'All Tags', 'supernews' );\r\n\tforeach ( $tags_obj as $tag ) {\r\n\t\t$tags[$tag->term_id] = esc_html( $tag->name );\r\n\t}\r\n\r\n\t$options = array();\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'General', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_logo'] = array(\r\n\t\t'name' => __( 'Logo', 'supernews' ),\r\n\t\t'desc' => __( 'Upload your custom logo, it will automatically replace the Site Title', 'supernews' ),\r\n\t\t'id' => 'supernews_logo',\r\n\t\t'type' => 'upload'\r\n\t);\r\n\r\n\t$options['supernews_logo_retina'] = array(\r\n\t\t'name' => __( 'Retina Logo', 'supernews' ),\r\n\t\t'desc' => __( 'Upload your retina version of your logo. eg: [email protected]', 'supernews' ),\r\n\t\t'id' => 'supernews_logo_retina',\r\n\t\t'type' => 'upload'\r\n\t);\r\n\r\n\t$options['supernews_favicon'] = array(\r\n\t\t'name' => __( 'Favicon', 'supernews' ),\r\n\t\t'desc' => __( 'Your custom favicon. 32x32px recommended.', 'supernews' ),\r\n\t\t'id' => 'supernews_favicon',\r\n\t\t'type' => 'upload'\r\n\t);\r\n\r\n\t$options['supernews_mobile_icon'] = array(\r\n\t\t'name' => __( 'Mobile Icon', 'supernews' ),\r\n\t\t'desc' => __( '144x144 recommended in PNG format. This icon will be used when users add your website as a shortcut on mobile devices like iPhone, iPad, Android etc.', 'supernews' ),\r\n\t\t'id' => 'supernews_mobile_icon',\r\n\t\t'type' => 'upload'\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'FeedBurner URL', 'supernews' ),\r\n\t\t'desc' => __( 'Enter your full FeedBurner URL. If you wish to use FeedBurner over the standard WordPress feed.', 'supernews' ),\r\n\t\t'id' => 'supernews_feedburner_url',\r\n\t\t'placeholder' => 'http://feeds.feedburner.com/ThemeJunkie',\r\n\t\t'type' => 'text'\r\n\t);\r\n\r\n\t$options['supernews_footer_text'] = array(\r\n\t\t'name' => __( 'Footer Text', 'supernews' ),\r\n\t\t'desc' => __( 'Customize the footer text.', 'supernews' ),\r\n\t\t'id' => 'supernews_footer_text',\r\n\t\t'std' => '&copy; Copyright ' . date( 'Y' ) . ' <a href=\"' . esc_url( home_url() ) . '\">' . esc_attr( get_bloginfo( 'name' ) ) . '</a> &middot; Designed by <a href=\"http://www.theme-junkie.com/\">Theme Junkie</a>',\r\n\t\t'type' => 'editor'\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Archive', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_archive_layout'] = array(\r\n\t\t'name' => __( 'Archive Page Layout', 'supernews' ),\r\n\t\t'desc' => sprintf( __( 'Choose the archive %1$s(post format, date, month, year)%2$s page layout.', 'supernews' ), '<strong>', '</strong>' ),\r\n\t\t'id' => 'supernews_archive_layout',\r\n\t\t'std' => 'standard',\r\n\t\t'type' => 'select',\r\n\t\t'options' => array(\r\n\t\t\t'standard' => __( 'Standard', 'supernews' ),\r\n\t\t\t'classic' => __( 'Classic', 'supernews' ),\r\n\t\t\t'grid_1' => __( 'Grid Version 1', 'supernews' ),\r\n\t\t\t'grid_2' => __( 'Grid Version 2', 'supernews' ),\r\n\t\t)\r\n\t);\r\n\r\n\t$options['supernews_tag_layout'] = array(\r\n\t\t'name' => __( 'Tag Page Layout', 'supernews' ),\r\n\t\t'desc' => __( 'Choose the tag page layout.', 'supernews' ),\r\n\t\t'id' => 'supernews_tag_layout',\r\n\t\t'std' => 'standard',\r\n\t\t'type' => 'select',\r\n\t\t'options' => array(\r\n\t\t\t'standard' => __( 'Standard', 'supernews' ),\r\n\t\t\t'classic' => __( 'Classic', 'supernews' ),\r\n\t\t\t'grid_1' => __( 'Grid Version 1', 'supernews' ),\r\n\t\t\t'grid_2' => __( 'Grid Version 2', 'supernews' ),\r\n\t\t)\r\n\t);\r\n\r\n\t$options['supernews_author_layout'] = array(\r\n\t\t'name' => __( 'Author Page Layout', 'supernews' ),\r\n\t\t'desc' => __( 'Choose the author page layout.', 'supernews' ),\r\n\t\t'id' => 'supernews_author_layout',\r\n\t\t'std' => 'standard',\r\n\t\t'type' => 'select',\r\n\t\t'options' => array(\r\n\t\t\t'standard' => __( 'Standard', 'supernews' ),\r\n\t\t\t'classic' => __( 'Classic', 'supernews' ),\r\n\t\t\t'grid_1' => __( 'Grid Version 1', 'supernews' ),\r\n\t\t\t'grid_2' => __( 'Grid Version 2', 'supernews' ),\r\n\t\t)\r\n\t);\r\n\r\n\t$options['supernews_search_layout'] = array(\r\n\t\t'name' => __( 'Search Page Layout', 'supernews' ),\r\n\t\t'desc' => __( 'Choose the search page layout.', 'supernews' ),\r\n\t\t'id' => 'supernews_search_layout',\r\n\t\t'std' => 'standard',\r\n\t\t'type' => 'select',\r\n\t\t'options' => array(\r\n\t\t\t'standard' => __( 'Standard', 'supernews' ),\r\n\t\t\t'classic' => __( 'Classic', 'supernews' ),\r\n\t\t\t'grid_1' => __( 'Grid Version 1', 'supernews' ),\r\n\t\t\t'grid_2' => __( 'Grid Version 2', 'supernews' ),\r\n\t\t)\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Single Post', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_post_author'] = array(\r\n\t\t'name' => __( 'Display author info ', 'supernews' ),\r\n\t\t'desc' => __( 'Enable the author biographical info.', 'supernews' ),\r\n\t\t'id' => 'supernews_post_author',\r\n\t\t'std' => '1',\r\n\t\t'type' => 'checkbox'\r\n\t);\r\n\r\n\t$options['supernews_post_share'] = array(\r\n\t\t'name' => __( 'Display post share', 'supernews' ),\r\n\t\t'desc' => __( 'Enable the post share.', 'supernews' ),\r\n\t\t'id' => 'supernews_post_share',\r\n\t\t'std' => '1',\r\n\t\t'type' => 'checkbox'\r\n\t);\r\n\r\n\t$options['supernews_related_posts'] = array(\r\n\t\t'name' => __( 'Display related posts', 'supernews' ),\r\n\t\t'desc' => __( 'Enable the related posts.', 'supernews' ),\r\n\t\t'id' => 'supernews_related_posts',\r\n\t\t'std' => '1',\r\n\t\t'type' => 'checkbox'\r\n\t);\r\n\r\n\t$options['supernews_newsletter'] = array(\r\n\t\t'name' => __( 'Newsletter Form', 'supernews' ),\r\n\t\t'desc' => __( 'If you want to display a newsletter form on single post. Please add the form here.', 'supernews' ),\r\n\t\t'id' => 'supernews_newsletter',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options['supernews_ad_single_before'] = array(\r\n\t\t'name' => __( 'Before Content Advertisement', 'supernews' ),\r\n\t\t'desc' => __( 'Your ad will appear on single post before content.', 'supernews' ),\r\n\t\t'id' => 'supernews_ad_single_before',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options['supernews_ad_single_after'] = array(\r\n\t\t'name' => __( 'After Content Advertisement', 'supernews' ),\r\n\t\t'desc' => __( 'Your ad will appear on single post after content.', 'supernews' ),\r\n\t\t'id' => 'supernews_ad_single_after',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Video', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_latest_video'] = array(\r\n\t\t'name' => __( 'Display latest videos', 'supernews' ),\r\n\t\t'desc' => __( 'Enable the latest video post format on home page.', 'supernews' ),\r\n\t\t'id' => 'supernews_latest_video',\r\n\t\t'std' => '1',\r\n\t\t'type' => 'checkbox'\r\n\t);\r\n\r\n\t$options['supernews_latest_video_title'] = array(\r\n\t\t'name' => __( 'Title', 'supernews' ),\r\n\t\t'desc' => __( 'The title of the list of latest video.', 'supernews' ),\r\n\t\t'id' => 'supernews_latest_video_title',\r\n\t\t'std' => __( 'Must See Videos', 'supernews' ),\r\n\t\t'type' => 'text'\r\n\t);\r\n\r\n\tif ( class_exists( 'WooCommerce' ) ) { \r\n\r\n\t\t$options[] = array(\r\n\t\t\t'name' => __( 'Shop', 'supernews' ),\r\n\t\t\t'type' => 'heading'\r\n\t\t);\r\n\r\n\t\t$options['supernews_woo_archive_layout'] = array(\r\n\t\t\t'name' => __( 'Shop Layouts', 'supernews' ),\r\n\t\t\t'desc' => __( 'Choose the layout for WooCommerce archive page.', 'supernews' ),\r\n\t\t\t'id' => 'supernews_woo_archive_layout',\r\n\t\t\t'type' => 'radio',\r\n\t\t\t'std' => 'fullwidth',\r\n\t\t\t'options' => array(\r\n\t\t\t\t'fullwidth' => __( 'Full Width', 'supernews' ),\r\n\t\t\t\t'sidebar' => __( 'With Sidebar', 'supernews' )\r\n\t\t\t)\r\n\t\t);\r\n\r\n\t}\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Advertisement', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_header_ads'] = array(\r\n\t\t'name' => __( 'Header Advertisement', 'supernews' ),\r\n\t\t'desc' => __( 'The ad will appear at the top of your site. Recommended size 728x90', 'supernews' ),\r\n\t\t'id' => 'supernews_header_ads',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options['supernews_archive_ads'] = array(\r\n\t\t'name' => __( 'Archive Advertisement', 'supernews' ),\r\n\t\t'desc' => __( 'The ad will appear on archive page. Recommended size 728x90 - THEME SHARED ON W P L O C K E R .C O M', 'supernews' ),\r\n\t\t'id' => 'supernews_archive_ads',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options[] = array(\r\n\t\t'name' => __( 'Custom Code', 'supernews' ),\r\n\t\t'type' => 'heading'\r\n\t);\r\n\r\n\t$options['supernews_script_head'] = array(\r\n\t\t'name' => __( 'Header code', 'supernews' ),\r\n\t\t'desc' => __( 'If you need to add custom scripts to your header (meta tag verification, google fonts url), you should enter them in the box. They will be added before &lt;/head&gt; tag', 'supernews' ),\r\n\t\t'id' => 'supernews_script_head',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t$options['supernews_script_footer'] = array(\r\n\t\t'name' => __( 'Footer code', 'supernews' ),\r\n\t\t'desc' => __( 'If you need to add custom scripts to your footer (like google analytic script), you should enter them in the box. They will be added before &lt;/body&gt; tag', 'supernews' ),\r\n\t\t'id' => 'supernews_script_footer',\r\n\t\t'type' => 'textarea'\r\n\t);\r\n\r\n\t/* Return the theme settings data. */\r\n\treturn $options;\r\n}", "function build_tb_theme_options() {\n\n settings_errors();\n\n ?>\n <form method=\"post\" action=\"options.php\" />\n\n <?php\n settings_fields( \"tb_theme_options\" );\n do_settings_sections( \"tb_theme_options\" );\n submit_button();\n ?>\n </form>\n<?php\n}", "function admin_options() {\r\n ?>\r\n <h3><?php _e('Bitcoin Payment','Bitcoin_Payment'); ?></h3>\r\n <table class=\"form-table\">\r\n <?php $this->generate_settings_html(); ?>\r\n </table> <?php\r\n }", "function sec_site_options(){\n\t\t$options_array = array(\n\t\t\tarray(\n\t\t\t\t'type' \t=> \t'multi',\n\t\t\t\t'col'\t=> 1,\n\t\t\t\t'title' => __( 'Post Type Settings', 'pagelines' ),\n\t\t\t\t'opts'\t=> array(\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'key'\t=>\t'disable_public_pt',\n\t\t\t\t\t\t'type'\t=> 'check',\n\t\t\t\t\t\t'label'\t=> __( 'Set Projects Post Type to Private.', 'pagelines' ),\n\t\t\t\t\t\t'help'\t=> __( 'Disable Single Project Post view.', 'pagelines' ),\n\t\t\t\t\t)\n\t\t\t\t)\n\t\t\t)\n\t\t);\n\t\treturn $options_array;\n\t}", "public static function options($options)\n {\n $group = Request::post('group')??null;\n if (file_exists('themes/'.$options)) {\n echo '<form id=\"theme_options_form\" class=\"g-form\"><input id=\"theme_id\" value=\"'.$options.'\" type=\"hidden\">';\n $pack = $options;\n if (file_exists('themes/'.$options.'/package.json')) {\n $pac=json_decode(file_get_contents('themes/'.$options.'/package.json'), true);\n $options=$pac['options'];\n } else {\n include 'themes/'.$options.'/package.php';\n }\n if (is_array($options)) {\n Config::loadOptions();\n $optionList = [];\n foreach ($options as $key=>$op) {\n if ($group===null || $op['group']===$group ||\n (is_array($op['group']) && in_array($group, $op['group']))) {\n $values[$key] = Config::get('theme.'.$key);\n $optionList[$key] = $op;\n }\n }\n echo Form::html($optionList, $values, 'option[', ']');\n }// else error alert\n echo \"</form>\";\n exit;\n }\n exit;\n }", "function genesiawesome_childtheme_export_options( $options ) {\n\n\t$options['portlight'] = array(\n\t\t'label' => __( 'Portlight Child Theme Settings', 'genesisawesome' ),\n\t\t'settings-field' => GA_CHILDTHEME_FIELD,\n\t);\n\t$options['portlighthomepage'] = array(\n\t\t'label' => __( 'Portlight Homepage Settings', 'genesisawesome' ),\n\t\t'settings-field' => GA_HOMEPAGE_FIELD,\n\t);\n\n\treturn $options;\n\n}", "public function admin_options() {\n\n ?>\n <h3>交通银行支付平台</h3>\n \n <table class=\"form-table\">\n <?php\n // Generate the HTML For the settings form.\n $this->generate_settings_html();\n ?>\n </table><!--/.form-table-->\n <?php\n }", "public function create_options_page() {\r\n\r\n\t\tadd_menu_page(\r\n\t\t\t$this->settings['heading'],\r\n\t\t\t$this->settings['menu_title'],\r\n\t\t\t'edit_theme_options',\r\n\t\t\t$this->settings['page_slug'],\r\n\t\t\tarray( $this, 'render_options_page' ),\r\n\t\t\t$this->settings['dashicon'],\r\n\t\t\t999 // Place at the bottom of the dash menu\r\n\t\t);\r\n\r\n\t}", "public function addAdminPage() {\n\t\t\t// global $themename, $shortname, $options;\n\t\t\tif ( current_user_can( 'edit_theme_options' ) && isset( $_GET['page'] ) && $_GET['page'] == basename(__FILE__) ) {\n\t\t\t\tif ( ! empty( $_REQUEST['save-theme-options-nonce'] ) && wp_verify_nonce( $_REQUEST['save-theme-options-nonce'], 'save-theme-options' ) && isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'save' ) {\n\t\t\t\t\tforeach ($this->options as $value) {\n\t\t\t\t\t\tif ( array_key_exists('id', $value) ) {\n\t\t\t\t\t\t\tif ( isset( $_REQUEST[ $value['id'] ] ) ) {\n\t\t\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t\t\tin_array(\n\t\t\t\t\t\t\t\t\t\t$value['id'],\n\t\t\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_background_color',\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_hover_color',\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_link_color',\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t$opt_value = preg_match( '/^#([a-zA-Z0-9]){3}$|([a-zA-Z0-9]){6}$/', trim( $_REQUEST[ $value['id'] ] ) ) ? trim( $_REQUEST[ $value['id'] ] ) : '';\n\t\t\t\t\t\t\t\t\tupdate_option( $value['id'], $opt_value );\n\t\t\t\t\t\t\t\t} elseif (\n\t\t\t\t\t\t\t\t\tin_array(\n\t\t\t\t\t\t\t\t\t\t$value['id'],\n\t\t\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_categories_to_exclude',\n\t\t\t\t\t\t\t\t\t\t\t$this->shortname.'_pages_to_exclude',\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t) {\n\t\t\t\t\t\t\t\t\t$opt_value = implode(',', array_filter( array_map( 'intval', explode(',', $_REQUEST[ $value['id'] ] ) ) ) );\n\t\t\t\t\t\t\t\t\tupdate_option( $value['id'], $opt_value );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tupdate_option( $value['id'], stripslashes( $_REQUEST[ $value['id'] ] ) );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tdelete_option( $value['id'] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\twp_redirect(\"themes.php?page=\".basename(__FILE__).\"&saved=true\");\n\t\t\t\t\texit;\n\t\t\t\t} else if ( ! empty( $_REQUEST['reset-theme-options-nonce'] ) && wp_verify_nonce( $_REQUEST['reset-theme-options-nonce'], 'reset-theme-options' ) && isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'reset' ) {\n\t\t\t\t\tforeach ($this->options as $value) {\n\t\t\t\t\t\tif ( array_key_exists('id', $value) ) {\n\t\t\t\t\t\t\tdelete_option( $value['id'] );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\twp_redirect(\"themes.php?page=\".basename(__FILE__).\"&reset=true\");\n\t\t\t\t\texit;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tadd_theme_page(\n\t\t\t\t__( 'Theme Options' ),\n\t\t\t\t__( 'Theme Options' ),\n\t\t\t\t'edit_theme_options',\n\t\t\t\tbasename(__FILE__),\n\t\t\t\tarray(&$this, 'adminPage' )\n\t\t\t);\n\t\t}", "public function admin_options() { ?>\n <h3><?php _e( $this->pluginTitle(), 'midtrans-woocommerce' ); ?></h3>\n <p><?php _e('Allows payments using Midtrans.', 'midtrans-woocommerce' ); ?></p>\n <table class=\"form-table\">\n <?php\n // Generate the HTML For the settings form. generated from `init_form_fields`\n $this->generate_settings_html();\n ?>\n </table><!--/.form-table-->\n <?php\n }", "function theme_options_init(){\n\tregister_setting( 'sample_options', 'site_description', 'theme_options_validate' );\n\tregister_setting( 'ga_options', 'ga_account', 'ga_validate' );\n\tadd_filter('site_description', 'stripslashes');\n}", "function yaz_set_option($id, $options)\n{\n}", "function optionsframework_option_name() {\n\t\t$themename = get_option( 'stylesheet' );\n\t\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\t\n\t\t$optionsframework_settings = get_option('optionsframework');\n\t\t$optionsframework_settings['id'] = $themename;\n\t\tupdate_option('optionsframework', $optionsframework_settings);\n\t}", "function get_options() {\r\n\t\t\t$set_options = array(\r\n\t\t\t\t'plugin_css' => true, \r\n\t\t\t\t'home' => true,\r\n\t\t\t\t'single' => true,\r\n\t\t\t\t'page' => true,\r\n\t\t\t\t'archive' => true,\r\n\t\t\t\t'search' => true,\r\n\t\t\t\t'feed' => true,\r\n\t\t\t\t'attachment' => true,\r\n\t\t\t\t'tag' => true,\r\n\t\t\t\t'category' => true,\r\n\t\t\t\t'date' => true,\r\n\t\t\t\t'author' => true,\r\n\t\t\t\t'the_content' => true,\r\n\t\t\t\t'the_excerpt' => true,\r\n\t\t\t\t'the_comment' => false,\r\n\t\t\t\t'excluded_cats' => array(),\r\n\t\t\t\t'excluded_ids' => array()\r\n\t\t\t\t);\r\n\t\t\t$options = get_option($this->options_name);\r\n\t\t\tif (!empty($options)) {\r\n\t\t\t\tforeach ($options as $key => $option)\r\n\t\t\t\t\t$set_options[$key] = $option;\r\n\t\t\t}else{\r\n\t\t\t\tupdate_option($this->options_name, $set_options);\r\n\t\t\t}\r\n\t\t\treturn $set_options;\r\n\t\t}", "function theme_options_init(){\n\tregister_setting( 'htmlks4wp_options', 'htmlks4wp_theme_options', 'theme_options_validate' );\n}", "public function page_init() { \n\n\t\t\tif (!get_option('dls_settings_site_id')) {\n\t\t\t\tadd_option('dls_settings_site_id');\n\t\t\t}\n\n\t\t\tif (!get_option('dls_settings_enabled_post_types')) {\n\t\t\t\tadd_option('dls_settings_enabled_post_types');\n\t\t\t}\n\n\t\t\tif (!get_option('dls_settings_replace_host_list')) {\n\t\t\t\tadd_option('dls_settings_replace_host_list');\n }\n\n\t\t\tif (!get_option('dls_settings_auto_redirect_to_admin_page')) {\n\t\t\t\tadd_option('dls_settings_auto_redirect_to_admin_page');\n }\n\n\t\t\tif (!get_option('dls_overwrite_viewable_permalink')) {\n\t\t\t\tadd_option('dls_overwrite_viewable_permalink');\n }\n\n \t\t\tif (!get_option('dls_overwrite_viewable_permalink_host')) {\n\t\t\t\tadd_option('dls_overwrite_viewable_permalink_host');\n\t\t\t}\n \n register_setting( 'my_option_group', 'dls_settings_site_id', array( $this, 'sanitize' ) );\n register_setting( 'my_option_group', 'dls_settings_enabled_post_types', array( $this, 'sanitize' ) );\n register_setting( 'my_option_group', 'dls_settings_replace_host_list', array( $this, 'sanitize' ) );\n register_setting( 'my_option_group', 'dls_settings_auto_redirect_to_admin_page', array( $this, 'sanitize' ) );\n register_setting( 'my_option_group', 'dls_overwrite_viewable_permalink', array( $this, 'sanitize' ) );\n register_setting( 'my_option_group', 'dls_overwrite_viewable_permalink_host', array( $this, 'sanitize' ) );\n\n add_settings_section( 'settings_site_id', 'Site ID', array( $this, 'print_site_id' ), 'my-setting-admin' ); \n\t\t\tadd_settings_field( 'dls-settings', 'Set the site id for this site', array( $this, 'site_id_callback'), 'my-setting-admin', 'settings_site_id' ); \n\n add_settings_section( 'setting_section_id', 'Post types settings', array( $this, 'print_post_types_info' ), 'my-setting-admin' ); \n\t\t\tadd_settings_field( 'dls-settings', 'Select post types', array( $this, 'post_type_callback'), 'my-setting-admin', 'setting_section_id' ); \n\n add_settings_section( 'settings_replace_hosts', 'Hosts to replace', array( $this, 'print_replace_hosts_info' ), 'my-setting-admin' ); \n\t\t\tadd_settings_field( 'dls-settings', 'List of hosts', array( $this, 'replace_hosts_callback'), 'my-setting-admin', 'settings_replace_hosts' ); \n\n add_settings_section( 'settings_auto_redirect_to_admin', 'Auto redirect to admin page', array( $this, 'print_auto_redirect_to_admin' ), 'my-setting-admin' ); \n\t\t\tadd_settings_field( 'dls-settings', 'Auto redirect to admin page', array( $this, 'auto_redirect_to_admin_callback'), 'my-setting-admin', 'settings_auto_redirect_to_admin' ); \n\n add_settings_section( 'settings_overwrite_viewable_permalink', 'Overwrite the viewable permalink', array( $this, 'print_overwrite_viewable_permalink' ), 'my-setting-admin' ); \n\t\t\tadd_settings_field( 'dls-settings', 'Overwrite the viewable permalink', array( $this, 'overwrite_viewable_permalink_callback'), 'my-setting-admin', 'settings_overwrite_viewable_permalink' ); \n\t\t\tadd_settings_field( 'dls-settings-overwrite_viewable_permalink_host', 'Overwrite the viewable permalink host', array( $this, 'overwrite_viewable_permalink_host_callback'), 'my-setting-admin', 'settings_overwrite_viewable_permalink' ); \n\n\t\t}", "public static function init_options_page() {\n\n\t\t$option_page = acf_add_options_page([\n\t\t\t'page_title' => __('Theme Options', 'sage'),\n\t\t\t'menu_title' => 'Theme Options',\n\t\t\t'menu_slug' => 'theme-options',\n\t\t\t'capability' => 'edit_posts',\n\t\t\t'redirect' => true,\n\t\t\t'icon_url' => false,\n\t\t\t'position' => 40,\n\t\t\t'autoload' => true\n\t\t]);\n\n\t\treturn $option_page;\n\t}", "function tsc_theme_options() {\n\tadd_theme_page( 'Theme Options', 'Theme Options', 'edit_theme_options', 'theme_options', 'tsc_theme_options_page' );\n}", "function optionsframework_options() {\r\n\r\n\t// Radio button array for columns\r\n\t$columns_array = array(\"one\" => __(\"One Column Layout\", 'organicthemes'),\"two\" => __(\"Two Column Layout\", 'organicthemes'),\"three\" => __(\"Three Column Layout\", 'organicthemes'));\r\n\t\r\n\t// Test data\r\n\t$test_array = array(\"one\" => __(\"One\", 'organicthemes'),\"two\" => __(\"Two\", 'organicthemes'),\"three\" => __(\"Three\", 'organicthemes'),\"four\" => __(\"Four\", 'organicthemes'),\"five\" => __(\"Five\", 'organicthemes'));\r\n\r\n\t// Multicheck Array\r\n\t$multicheck_array = array(\"one\" => __(\"French Toast\", 'organicthemes'), \"two\" => __(\"Pancake\", 'organicthemes'), \"three\" => __(\"Omelette\", 'organicthemes'), \"four\" => __(\"Crepe\", 'organicthemes'), \"five\" => __(\"Waffle\", 'organicthemes'));\r\n\r\n\t// Multicheck Defaults\r\n\t$multicheck_defaults = array(\"one\" => \"true\",\"five\" => \"true\");\r\n\r\n\t// Background Defaults\r\n\t$background_defaults = array('color' => '', 'image' => '', 'repeat' => 'repeat','position' => 'top center','attachment'=>'scroll');\r\n\t\r\n\t// Slider Transition Array\r\n\t$transition_array = array(\"1000\" => __(\"1 Second\", 'organicthemes'), \"2000\" => __(\"2 Seconds\", 'organicthemes'), \"4000\" => __(\"4 Seconds\", 'organicthemes'), \"6000\" => __(\"6 Seconds\", 'organicthemes'), \"8000\" => __(\"8 Seconds\", 'organicthemes'), \"10000\" => __(\"10 Seconds\", 'organicthemes'), \"12000\" => __(\"12 Seconds\", 'organicthemes'), \"14000\" => __(\"14 Seconds\", 'organicthemes'), \"16000\" => __(\"16 Seconds\", 'organicthemes'), \"18000\" => __(\"18 Seconds\", 'organicthemes'), \"20000\" => __(\"20 Seconds\", 'organicthemes'), \"30000\" => __(\"30 Seconds\", 'organicthemes'), \"60000\" => __(\"1 Minute\", 'organicthemes'), \"999999999\" => __(\"Hold Frame\", 'organicthemes'));\r\n\t\r\n\t// Yes or No Array\r\n\t$yesno_array = array(\"true\" => __(\"Yes\", 'organicthemes'), \"false\" => __(\"No\", 'organicthemes'));\r\n\t\r\n\t// Pull product categories into an array\r\n\t$args = array( 'hide_empty' => '0' );\r\n\t$options_product = array();\r\n\t$options_product_obj = get_terms('product_cat', $args);\r\n\tif( $options_product_obj ) {\r\n\t foreach( $options_product_obj as $_product ) {\r\n\t $options_product[$_product->slug] = $_product->name;\r\n\t }\r\n\t}\r\n\tarray_unshift( $options_product, 'All Categories' );\r\n\r\n\t// Pull all the categories into an array\r\n\t$options_categories = array(); \r\n\t$options_categories_obj = get_categories();\r\n\tforeach ($options_categories_obj as $category) {\r\n \t$options_categories[$category->cat_ID] = $category->cat_name;\r\n\t}\r\n\t\r\n\t// Add all categories option\r\n $options_categories[0] = __(\"All Categories\", 'organicthemes');\r\n\r\n\t// Pull all the pages into an array\r\n\t$options_pages = array(); \r\n\t$options_pages_obj = get_pages('sort_column=post_parent,menu_order');\r\n\t$options_pages['false'] = __(\"Select a page:\", 'organicthemes');\r\n\tforeach ($options_pages_obj as $page) {\r\n \t$options_pages[$page->ID] = $page->post_title;\r\n\t}\r\n\r\n\t// If using image radio buttons, define a directory path\r\n\t$imagepath = get_bloginfo('stylesheet_directory') . '/images/';\r\n\r\n\t$options = array();\r\n\r\n\t$options[] = array( \"name\" => __(\"Homepage\", 'organicthemes'),\r\n\t\t\t\t\t\t\"type\" => \"heading\");\r\n\r\n\t\t$options[] = array( \"name\" => __(\"Featured Slideshow Category\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the category you wish to display in the homepage slideshow.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"category_slideshow_home\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"Select a category:\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $options_categories);\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Featured Slideshow Posts To Display\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the number of posts you would like to display on the homepage slideshow.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"postnumber_slideshow_home\",\r\n\t\t\t\t\t\t\t\"std\" => \"20\",\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Slideshow Transition Interval\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the transition time for the slideshow. This is the time the frame is held before transitioning to the next slide.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"transition_interval\",\r\n\t\t\t\t\t\t\t\"std\" => \"10000\",\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $transition_array);\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Select Featured Page\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the page you wish to display in the featured featured section beneath the slider.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"select_page\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"Select a page:\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $options_pages);\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Home Button Text\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the text you wish to display for the home shop button.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"home_btn_text\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"View Collection\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Home Button Link\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the link you wish to use for the home shop button.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"home_btn_link\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"#blank\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t$options[] = array( \"name\" => __(\"Layout\", 'organicthemes'),\r\n\t\t\t\t\t\t\"type\" => \"heading\");\r\n\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Display Homepage Content?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Selecting this option will display the featured page and sidebar beneath the slider on the homepage.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_home_content\",\r\n\t\t\t\t\t\t\t\"std\" => \"0\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Display Blog Sidebar?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Selecting this option will display the sidebar on the blog page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_blog_sidebar\",\r\n\t\t\t\t\t\t\t\"std\" => \"0\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Display Page Featured Image?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Selecting this option will display the featured image in the default page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_feature_page\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Display Post Featured Image or Video?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Selecting this option will display the featured image or video in an individual post.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_feature_post\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Display Blog Featured Image or Video?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Selecting this option will display the featured image or video on the blog page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_feature_blog\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Display Slideshow Page Content?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Selecting this option will display the page title and body content on the slideshow page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_slideshow_info\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Display Drop Shadows?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Selecting this option will display drop shadows around content boxes.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"drop_shadows\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Enable CSS3 Full Width Background Image?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enables an applied background image to stretch to the full width of the browser. Do not use with a tiled background.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"background_stretch\",\r\n\t\t\t\t\t\t\t\"std\" => \"0\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Enable Responsive Layout?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enables the responsive site layout for the iPhone, iPad and mobile devices.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"enable_responsive\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\r\n\t$options[] = array( \"name\" => __(\"Page Templates\", 'organicthemes'),\r\n\t\t\t\t\t\t\"type\" => \"heading\");\r\n\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Blog Category\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the category you wish to display on the blog page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"category_blog\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"Select a category:\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $options_categories);\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Blog Posts To Display\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the number of posts you would like to display on the blog page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"postnumber_blog\",\r\n\t\t\t\t\t\t\t\"std\" => \"5\",\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Full Width Shop Template Category\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the product category you wish to display in the full width shop page template. This option requires the WooCommerce plugin installed and activated.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"category_products\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"Select a category:\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $options_product);\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Full Width Shop Template Products Displayed\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the number of products you would like displayed in the full width shop page template. This option requires the WooCommerce plugin installed and activated.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"postnumber_products\",\r\n\t\t\t\t\t\t\t\"std\" => \"24\",\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\r\n\t$options[] = array( \"name\" => __(\"Portfolios\", 'organicthemes'),\r\n\t\t\t\t\t\t\"type\" => \"heading\");\r\n\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Display Portfolio Info on Page Templates?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Select whether or not you would like to display the post title and excerpt on portfolio page templates.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_portfolio_info_page\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Three Column Portfolio Template Category\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the category you wish to display on the three column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"category_portfolio_three\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"Select a category:\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $options_categories);\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Three Column Portfolio Posts Displayed\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the number of posts you would like to display on the three column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"postnumber_portfolio_three\",\r\n\t\t\t\t\t\t\t\"std\" => \"12\",\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\r\n\r\n\r\n\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Two Column Portfolio Template Category\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the category you wish to display on the two column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"category_portfolio_two\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"Select a category:\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $options_categories);\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Two Column Portfolio Posts Displayed\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the number of posts you would like to display on the two column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"postnumber_portfolio_two\",\r\n\t\t\t\t\t\t\t\"std\" => \"12\",\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Two Column Portfolio Template Category\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the category you wish to display on the two column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"category_portfolio_two_new\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"Select a category:\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $options_categories);\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Two Column Portfolio Posts Displayed\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the number of posts you would like to display on the two column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"postnumber_portfolio_two_new\",\r\n\t\t\t\t\t\t\t\"std\" => \"12\",\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t$options[] = array( \"name\" => __(\"Two Column Portfolio Template Category new\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the category you wish to display on the two column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"category_portfolio_two_new2\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"Select a category:\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $options_categories);\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Two Column Portfolio Posts Displayed\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the number of posts you would like to display on the two column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"postnumber_portfolio_two_new2\",\r\n\t\t\t\t\t\t\t\"std\" => \"12\",\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"One Column Portfolio Template Category\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Choose the category you wish to display on the one column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"category_portfolio_one\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"Select a category:\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"select\",\r\n\t\t\t\t\t\t\t\"options\" => $options_categories);\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"One Column Portfolio Posts To Display\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter the number of posts you would like to display on the one column portfolio page template.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"postnumber_portfolio_one\",\r\n\t\t\t\t\t\t\t\"std\" => \"6\",\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Display Portfolio Info on Categories?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Select whether or not you would like to display the post title and excerpt on portfolio category pages.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_portfolio_info_cat\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Choose Portfolio Category Columns\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"portfolio_columns\",\r\n\t\t\t\t\t\t\t\"std\" => \"one\",\r\n\t\t\t\t\t\t\t\"type\" => \"radio\",\r\n\t\t\t\t\t\t\t\"options\" => $columns_array);\r\n\t\t\t\t\t\t\r\n\t$options[] = array( \"name\" => __(\"Social\", 'organicthemes'),\r\n\t\t\t\t\t\t\"type\" => \"heading\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Blog Social Links\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Select whether or not you would like to display the social links on the blog page template. Disabling this feature will increase the blog load time drastically.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_social_blog\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Post Social Links\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Select whether or not you would like to display the social links on the individual posts.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_social_post\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Facebook Icon?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"This option displays the Facebook icon in the footer.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_facebook\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Twitter Icon?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"This option displays the Twitter icon in the footer.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_twitter\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Google Plus Icon?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"This option displays the Google Plus icon in the footer.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_plus\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Pinterest Icon?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"This option displays the Pinterest icon in the footer.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_pinterest\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"RSS Icon?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"This option displays the RSS icon and link in the footer.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_rss\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\r\n\t\t$options[] = array( \"name\" => __(\"instagram Icon?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"This option displays the instagram icon and link in the footer.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"display_instagram\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Twitter Name\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Please enter your Twitter username.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"twitter_user\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"organicthemes\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Facebook Page Link\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter a link to your Facebook page or profile.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"facebook_link\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"http://facebook.com\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Twitter Account Link\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter a link to your Twitter account.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"twitter_link\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"http://twitter.com\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Google Plus Profile Link\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter a link to your Google Plus page.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"plus_link\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"https://plus.google.com/\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Pinterest Profile Link\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter a link to your Pinterest page.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"pinterest_link\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"http://pinterest.com\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t$options[] = array( \"name\" => __(\"instagram Profile Link\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Enter a link to your instagram page.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"instagram_link\",\r\n\t\t\t\t\t\t\t\"std\" => __(\"http://instagram.com\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"type\" => \"text\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Enable PressTrends?\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"This option enables the PressTrends code in the theme functions.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"enable_presstrends\",\r\n\t\t\t\t\t\t\t\"std\" => \"1\",\r\n\t\t\t\t\t\t\t\"type\" => \"checkbox\");\r\n\t\t\t\t\t\t\t\r\n\t$options[] = array( \"name\" => __(\"Colors\", 'organicthemes'),\r\n\t\t\t\t\t\t\"type\" => \"heading\");\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Link Color\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Select the color you wish to use for the link colors.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"link_color\",\r\n\t\t\t\t\t\t\t\"std\" => \"#000000\",\r\n\t\t\t\t\t\t\t\"type\" => \"color\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Link Hover Color\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Select the color you wish to use for the text link hover colors.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"link_hover_color\",\r\n\t\t\t\t\t\t\t\"std\" => \"#66CCCC\",\r\n\t\t\t\t\t\t\t\"type\" => \"color\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Heading Link Color\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Select the color you wish to use for the heading link colors.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"heading_link_color\",\r\n\t\t\t\t\t\t\t\"std\" => \"#333333\",\r\n\t\t\t\t\t\t\t\"type\" => \"color\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Heading Link Hover Color\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Select the color you wish to use for the heading link hover colors.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"heading_link_hover_color\",\r\n\t\t\t\t\t\t\t\"std\" => \"#66CCCC\",\r\n\t\t\t\t\t\t\t\"type\" => \"color\");\r\n\t\t\t\t\t\t\t\r\n\t\t$options[] = array( \"name\" => __(\"Highlight Color\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"desc\" => __(\"Select the color you wish to use for the highlight color. This refers primarily to button colors.\", 'organicthemes'),\r\n\t\t\t\t\t\t\t\"id\" => \"highlight_color\",\r\n\t\t\t\t\t\t\t\"std\" => \"#66CCCC\",\r\n\t\t\t\t\t\t\t\"type\" => \"color\");\r\n\r\n\treturn $options;\r\n}", "function create_theme_options_page() {\n global $lulisaurus_settings_page;\n\n $lulisaurus_settings_page = add_menu_page('Optionen', 'Optionen', 'read', 'lulisaurus_settings', 'build_options_page', 'dashicons-lightbulb');\n\n // Add contextual help\n add_action( 'load-' . $lulisaurus_settings_page, 'add_contextual_theme_help' );\n}", "function optionsframework_options() {\n\n\t// Test data\n\t$test_array = array(\n\t\t'one' => __('One', 'options_framework_theme'),\n\t\t'two' => __('Two', 'options_framework_theme'),\n\t\t'three' => __('Three', 'options_framework_theme'),\n\t\t'four' => __('Four', 'options_framework_theme'),\n\t\t'five' => __('Five', 'options_framework_theme')\n\t);\n\n\t// Multicheck Array\n\t$multicheck_array = array(\n\t\t'one' => __('French Toast', 'options_framework_theme'),\n\t\t'two' => __('Pancake', 'options_framework_theme'),\n\t\t'three' => __('Omelette', 'options_framework_theme'),\n\t\t'four' => __('Crepe', 'options_framework_theme'),\n\t\t'five' => __('Waffle', 'options_framework_theme')\n\t);\n\n\t// Multicheck Defaults\n\t$multicheck_defaults = array(\n\t\t'one' => '1',\n\t\t'five' => '1'\n\t);\n\n\t// Background Defaults\n\t$background_defaults = array(\n\t\t'color' => '',\n\t\t'image' => '',\n\t\t'repeat' => 'repeat',\n\t\t'position' => 'top center',\n\t\t'attachment'=>'scroll' );\n\n\t// Typography Defaults\n\t$typography_defaults = array(\n\t\t'size' => '15px',\n\t\t'face' => 'georgia',\n\t\t'style' => 'bold',\n\t\t'color' => '#bada55' );\n\t\t\n\t// Typography Options\n\t$typography_options = array(\n\t\t'sizes' => array( '6','12','14','16','20' ),\n\t\t'faces' => array( 'Helvetica Neue' => 'Helvetica Neue','Arial' => 'Arial' ),\n\t\t'styles' => array( 'normal' => 'Normal','bold' => 'Bold' ),\n\t\t'color' => false\n\t);\n\n\t// Pull all the categories into an array\n\t$options_categories = array();\n\t$options_categories_obj = get_categories();\n\tforeach ($options_categories_obj as $category) {\n\t\t$options_categories[$category->cat_ID] = $category->cat_name;\n\t}\n\t\n\t// Pull all tags into an array\n\t$options_tags = array();\n\t$options_tags_obj = get_tags();\n\tforeach ( $options_tags_obj as $tag ) {\n\t\t$options_tags[$tag->term_id] = $tag->name;\n\t}\n\n\n\t// Pull all the pages into an array\n\t$options_pages = array();\n\t$options_pages_obj = get_pages('sort_column=post_parent,menu_order');\n\t$options_pages[''] = 'Select a page:';\n\tforeach ($options_pages_obj as $page) {\n\t\t$options_pages[$page->ID] = $page->post_title;\n\t}\n\n\t// If using image radio buttons, define a directory path\n\t$imagepath = get_template_directory_uri() . '/images/';\n\n\t$options = array();\n \n //Slideshow Tab\n\t$options[] = array(\n\t\t'name' => __('Slideshow', 'options_framework_theme'),\n\t\t'type' => 'heading');\n\t\t\n\t$options[] = array(\n\t\t'name' => __('Slide Title #1', 'options_framework_theme'),\n\t\t'desc' => __('A text input field.', 'options_framework_theme'),\n\t\t'id' => 'slide_title_1',\n\t\t'std' => 'Default Value',\n\t\t'type' => 'text');\n\n\t$options[] = array(\n\t\t'name' => __('Slide Caption #1', 'options_framework_theme'),\n\t\t'desc' => __('Caption for the slide.', 'options_framework_theme'),\n\t\t'id' => 'slide_caption_1',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => __('Slide Image #1', 'options_framework_theme'),\n\t\t'desc' => __('This creates a full size uploader that previews the image.', 'options_framework_theme'),\n\t\t'id' => 'slide_image_1',\n\t\t'type' => 'upload');\n\n\t$options[] = array(\n\t\t'name' => __('Slide Title #2', 'options_framework_theme'),\n\t\t'desc' => __('A text input field.', 'options_framework_theme'),\n\t\t'id' => 'slide_title_2',\n\t\t'std' => 'Default Value',\n\t\t'type' => 'text');\n\n\t$options[] = array(\n\t\t'name' => __('Slide Caption #2', 'options_framework_theme'),\n\t\t'desc' => __('Caption for the slide.', 'options_framework_theme'),\n\t\t'id' => 'slide_caption_2',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => __('Slide Image #2', 'options_framework_theme'),\n\t\t'desc' => __('This creates a full size uploader that previews the image.', 'options_framework_theme'),\n\t\t'id' => 'slide_image_2',\n\t\t'type' => 'upload');\n\n\t$options[] = array(\n\t\t'name' => __('Slide Title #3', 'options_framework_theme'),\n\t\t'desc' => __('A text input field.', 'options_framework_theme'),\n\t\t'id' => 'slide_title_3',\n\t\t'std' => 'Default Value',\n\t\t'type' => 'text');\n\n\t$options[] = array(\n\t\t'name' => __('Slide Caption #3', 'options_framework_theme'),\n\t\t'desc' => __('Caption for the slide.', 'options_framework_theme'),\n\t\t'id' => 'slide_caption_3',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => __('Slide Image #3', 'options_framework_theme'),\n\t\t'desc' => __('This creates a full size uploader that previews the image.', 'options_framework_theme'),\n\t\t'id' => 'slide_image_3',\n\t\t'type' => 'upload');\n\n \n //Services Tab\n\t$options[] = array(\n\t\t'name' => __('Services', 'options_framework_theme'),\n\t\t'type' => 'heading');\n\n\t$options[] = array(\n\t\t'name' => __('Service Title #1', 'options_framework_theme'),\n\t\t'desc' => __('Title to display above text excerpt.', 'options_framework_theme'),\n\t\t'id' => 'service_title_1',\n\t\t'std' => 'Default Value',\n\t\t'type' => 'text');\n\t\t\n $options[] = array(\n\t\t'name' => __('Service Text Excerpt #1', 'options_framework_theme'),\n\t\t'desc' => __('Service description.', 'options_framework_theme'),\n\t\t'id' => 'service_text_1',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\t\t\n $options[] = array(\n\t\t'name' => __('Service Title #2', 'options_framework_theme'),\n\t\t'desc' => __('Title to display above text excerpt.', 'options_framework_theme'),\n\t\t'id' => 'service_title_2',\n\t\t'std' => 'Default Value',\n\t\t'type' => 'text');\n\t\t\n $options[] = array(\n\t\t'name' => __('Service Text Excerpt #2', 'options_framework_theme'),\n\t\t'desc' => __('Service description.', 'options_framework_theme'),\n\t\t'id' => 'service_text_2',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => __('Service Title #3', 'options_framework_theme'),\n\t\t'desc' => __('Title to display above text excerpt.', 'options_framework_theme'),\n\t\t'id' => 'service_title_3',\n\t\t'std' => 'Default Value',\n\t\t'type' => 'text');\n\t\t\n $options[] = array(\n\t\t'name' => __('Service Text Excerpt #3', 'options_framework_theme'),\n\t\t'desc' => __('Service description.', 'options_framework_theme'),\n\t\t'id' => 'service_text_3',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => __('Service Title #4', 'options_framework_theme'),\n\t\t'desc' => __('Title to display above text excerpt.', 'options_framework_theme'),\n\t\t'id' => 'service_title_4',\n\t\t'std' => 'Default Value',\n\t\t'type' => 'text');\n\t\t\n $options[] = array(\n\t\t'name' => __('Service Text Excerpt #4', 'options_framework_theme'),\n\t\t'desc' => __('Service description.', 'options_framework_theme'),\n\t\t'id' => 'service_text_4',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => __('Service Title #5', 'options_framework_theme'),\n\t\t'desc' => __('Title to display above text excerpt.', 'options_framework_theme'),\n\t\t'id' => 'service_title_5',\n\t\t'std' => 'Default Value',\n\t\t'type' => 'text');\n\t\t\n $options[] = array(\n\t\t'name' => __('Service Text Excerpt #5', 'options_framework_theme'),\n\t\t'desc' => __('Service description.', 'options_framework_theme'),\n\t\t'id' => 'service_text_5',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\t$options[] = array(\n\t\t'name' => __('Service Title #6', 'options_framework_theme'),\n\t\t'desc' => __('Title to display above text excerpt.', 'options_framework_theme'),\n\t\t'id' => 'service_title_6',\n\t\t'std' => 'Default Value',\n\t\t'type' => 'text');\n\t\t\n $options[] = array(\n\t\t'name' => __('Service Text Excerpt #6', 'options_framework_theme'),\n\t\t'desc' => __('Service description.', 'options_framework_theme'),\n\t\t'id' => 'service_text_6',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n //Services Tab\n\t$options[] = array(\n\t\t'name' => __('Footer', 'options_framework_theme'),\n\t\t'type' => 'heading');\n\n $options[] = array(\n\t\t'name' => __('About Us', 'options_framework_theme'),\n\t\t'desc' => __('About us section in the footer.', 'options_framework_theme'),\n\t\t'id' => 'about_us_text',\n\t\t'std' => 'Default Text',\n\t\t'type' => 'textarea');\n\n\treturn $options;\n}", "function optionsframework_option_name() {\r\n\t$themename = get_option( 'stylesheet' );\r\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\r\n\r\n\t$optionsframework_settings = get_option( 'optionsframework' );\r\n\t$optionsframework_settings['id'] = $themename;\r\n\tupdate_option( 'optionsframework', $optionsframework_settings );\r\n}", "public function options_page() {\n\t\t$this->render_settings();\n\t}", "function inkpro_create_options() {\r\n\treturn array();\r\n}", "public static function register_settings() {\n\t\t\tregister_setting( 'theme_options', 'theme_options', array( 'IODD_Theme_Options', 'sanitize' ) );\n\t\t}", "function optionsframework_option_name() {\n\n\t$optionsframework_settings = get_option('optionsframework');\n\t\n\t// Edit 'options-theme-customizer' and set your own theme name instead\n\t$optionsframework_settings['id'] = 'options_theme_customizer';\n\tupdate_option('optionsframework', $optionsframework_settings);\n}", "public function add_options_page() {\n add_options_page(\n __( 'Instagram Settings', 'bii-instagram' ),\n __( 'Instagram', 'bii-instagram' ),\n 'manage_options',\n 'bii-instagram',\n array( &$this, 'create_options_page' )\n );\n }", "public function admin_options() {\n\n echo '<h3>'.__('MTN Mobile Money Settings', 'woocommerce').'</h3>';\n echo '<table class=\"form-table\">';\n\n $this->generate_settings_html();\n echo '</table>';\n }", "function themeoptions_backofficeRegister() {\n\n\tregister_setting('brthemeoptionsfields', 'brthemeoptions', 'themeoptions_validation');\n\t/*\n\tFirst, we register the settings. In my case, I’m going to store all my settings in one options field, as an array.\n\tThis is usually the recommended way. The first argument is a group, which needs to be the same as what you used in the settings_fields function call.\n\tThe second argument is the name of the options. If we were doing more than one, we’d have to call this over and over for each separate setting.\n\tThe final arguement is a function name that will validate your options. Basically perform checking on them, to make sure they make sense.\n\t*/\n\n\t/*\n\tThis creates a “section” of settings.\n\tThe first argument is simply a unique id for the section.\n\tThe second argument is the title or name of the section (to be output on the page).\n\tThe third is a function callback to display the guts of the section itself.\n\tThe fourth is a page name. This needs to match the text we gave to the do_settings_sections function call.\n\n\tTo add a new section, you:\n\t1. Do a new add_settings_section call.\n\t2. Make the function to display any descriptive text about it.\n\t3. Add settings fields to it as below.\n\n\t*/\n\t$brto = 'brthemeoptions';\n\t$brto_Callback = $brto.'_backofficeCallback';\n\n\t$section = 'intro';\n\tadd_settings_section($brto.'_'.$section, 'Options du thème', $brto_Callback.'_sectiontext_'.$section, $brto);\n\n\t$section = 'cssjs';\n\tadd_settings_section($brto.'_'.$section, '• CSS &amp; JS', $brto_Callback.'_sectiontext_'.$section, $brto);\n\t\tadd_settings_field($brto.'_iconset', 'Set d\\'icônes', $brto_Callback.'_iconset', $brto, $brto.'_'.$section);\n\t\tadd_settings_field($brto.'_bootstrapjs', 'Boostrap Javascript', $brto_Callback.'_bootstrapjs', $brto, $brto.'_'.$section);\n\n\t$section = 'fonts';\n\tadd_settings_section($brto.'_'.$section, '• Polices', $brto_Callback.'_sectiontext_'.$section, $brto);\n\t\tadd_settings_field($brto.'_fonts_google', 'Google Fonts chargée par Webfont', $brto_Callback.'_fonts_google', $brto, $brto.'_'.$section);\n\n\t$section = 'image';\n\tadd_settings_section($brto.'_'.$section, '• Image', $brto_Callback.'_sectiontext_'.$section, $brto);\n\t\tadd_settings_field($brto.'_image_sizes', 'Tailles d\\'image', $brto_Callback.'_image_sizes', $brto, $brto.'_'.$section);\n/*\n\t$section = 'customtypes';\n\tadd_settings_section($brto.'_'.$section, '• Types personnalisés', $brto_Callback.'_sectiontext_'.$section, $brto);\n\t\tadd_settings_field($brto.'_type_clients', 'Type Clients', $brto_Callback.'_type_clients', $brto, $brto.'_'.$section);\n\t\tadd_settings_field($brto.'_type_lieux', 'Type Lieux', $brto_Callback.'_type_lieux', $brto, $brto.'_'.$section);\n\t\tadd_settings_field($brto.'_type_evenements', 'Type Evènements', $brto_Callback.'_type_evenements', $brto, $brto.'_'.$section);\n*/\n\t$section = 'seo';\n\tadd_settings_section($brto.'_'.$section, '• Référencement', $brto_Callback.'_sectiontext_'.$section, $brto);\n\t\tadd_settings_field($brto.'_googleanalyticsid', 'Google Analytics ID', $brto_Callback.'_googleanalyticsid', $brto, $brto.'_'.$section);\n\t/*\n\tThe first argument is simply a unique id for the field.\n\tThe second is a title for the field.\n\tThe third is a function callback, to display the input box.\n\tThe fourth is the page name that this is attached to (same as the do_settings_sections function call).\n\tThe fifth is the id of the settings section that this goes into (same as the first argument to add_settings_section).\n\n\tFor each option to add we:\n\t1. Do a new add_settings_field call.\n\t2. Make the function to display that particular input.\n\t3. Add code to validate it when it comes back to us from the user.\n\t*/\n\n}", "function optionsframework_option_name() {\n\n\t$optionsframework_settings = get_option(\"optionsframework\");\n\n\t// Edit 'options-theme-customizer' and set your own theme name instead\n\t$optionsframework_settings[\"id\"] = \"wp-maintenance\";\n\tupdate_option(\"optionsframework\", $optionsframework_settings);\n}", "function adminOptions() {\r\n\t\t\tTrackTheBookView::render('admin-options');\r\n\t\t}", "function nxt_posts_p_add_options(){\n\n\tadd_option( 'nxt_post_option_template_select', 'themes/theme_1.php');\n\tadd_option( 'nxt_post_plugin_enable');\n}", "function register_options_field($args) {\r\n\t\tadd_settings_field($args['id'], $args['title'], array(&$this, $args['type']), $this->page , $args['section'],$args\t);\r\n\t}", "function tsz_reservation_page_init()\n{ \n\n $settings = array(\n 'spaces_limit' => 'Spaces per Listing',\n 'past_months_limit' => 'Limit reservations to ? months in the past',\n 'future_months_limit' => 'Limit reservations to ? months in the future'\n );\n\n foreach($settings as $id => $label) {\n register_setting(\n 'tsz_listing_options', // Option group\n $id\n );\n\n add_settings_field(\n $id, // ID\n $label, // Title \n 'render_input_field', // Callback\n 'tsz_listing_options_page', // Page\n 'setting_section_id', // Section \n array(\"id\" => $id) \n ); \n }\n\n}", "public function admin_options() {\n\t\t\t?>\n\t \t<h3><?php _e('Payment Express', 'woothemes'); ?></h3>\n\t \t<p><?php _e('Allows credit card payments by Payment Express PX-Pay method', 'woothemes'); ?></p>\n\t \t<table class=\"form-table\">\n\t \t<?php\n\t\t\t\t// Generate the HTML For the settings form.\n\t\t\t\t$this->generate_settings_html();\n\t\t\t?>\n\t\t\t</table><!--/.form-table-->\n\t \t<?php\n\t\t}", "function add_options_page() {\n\t\t\t\tif ( function_exists('add_theme_page') ) {\n\t\t\t\t \tadd_theme_page( 'Cap &amp; Run', 'Cap &amp; Run', 'manage_options', \n\t\t\t\t\t\t\t\t\tbasename(__FILE__), array(&$this, 'options_page') );\n\t\t\t\t}\n\t\t\t}", "function setOptions (array $options);", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet\n\t$themename = wp_get_theme();\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option( 'optionsframework' );\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option( 'optionsframework', $optionsframework_settings );\n}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet\n\t$themename = wp_get_theme();\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option( 'optionsframework' );\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option( 'optionsframework', $optionsframework_settings );\n}", "public function registerSettings()\n\t\t{\n\t\t\tforeach($this->options as $id => $options) {\n\t\t\t\tregister_setting('thingdom-options', $this->tag.$id);\n\t\t\t}\n\t\t}", "function cinerama_edge_init_theme_options_array() {\n\t\tglobal $cinerama_edge_global_options, $cinerama_edge_global_Framework;\n\n\t\t$db_options = get_option( 'edgtf_options_cinerama' );\n\n\t\t//does edgtf_options_cinerama exists in db?\n\t\tif ( is_array( $db_options ) ) {\n\t\t\t//merge with default options\n\t\t\t$cinerama_edge_global_options = array_merge( $cinerama_edge_global_Framework->edgtOptions->options, get_option( 'edgtf_options_cinerama' ) );\n\t\t} else {\n\t\t\t//options don't exists in db, take default ones\n\t\t\t$cinerama_edge_global_options = $cinerama_edge_global_Framework->edgtOptions->options;\n\t\t}\n\t}", "static function get_options(){\n\t\t\t\tglobal $gdlr_core_item_pdb;\n\t\t\t\t\n\t\t\t\treturn array(\n\t\t\t\t\t'general' => array(\n\t\t\t\t\t\t'title' => esc_html__('General', 'goodlayers-core'),\n\t\t\t\t\t\t'options' => array(\n\t\t\t\t\t\t\t'image' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Image', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'upload',\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t'thumbnail-size' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Thumbnail Size', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'combobox',\n\t\t\t\t\t\t\t\t'options' => 'thumbnail-size',\n\t\t\t\t\t\t\t\t'default' => 'full'\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t'title' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Title', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'text',\n\t\t\t\t\t\t\t\t'default' => esc_html__('Promo Box Item Title', 'goodlayers-core'),\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t'content' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Content', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'tinymce',\n\t\t\t\t\t\t\t\t'default' => esc_html__('Promo box item sample content', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'wrapper-class' => 'gdlr-core-fullsize'\n\t\t\t\t\t\t\t),\t\n\t\t\t\t\t\t\t'text-align' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Text Align', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'radioimage',\n\t\t\t\t\t\t\t\t'options' => 'text-align',\n\t\t\t\t\t\t\t\t'default' => 'center'\n\t\t\t\t\t\t\t),\t\t\t\t\t\n\t\t\t\t\t\t)\n\t\t\t\t\t),\n\t\t\t\t\t'frame' => array(\n\t\t\t\t\t\t'title' => esc_html__('Frame Style', 'goodlayers-core'),\n\t\t\t\t\t\t'options' => array(\n\t\t\t\t\t\t\t'enable-frame' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Enable Frame', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'checkbox',\n\t\t\t\t\t\t\t\t'default' => 'enable'\n\t\t\t\t\t\t\t), \n\t\t\t\t\t\t\t'enable-shadow' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Enable Shadow', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'checkbox',\n\t\t\t\t\t\t\t\t'default' => 'enable',\n\t\t\t\t\t\t\t\t'condition' => array( 'enable-frame' => 'enable' )\n\t\t\t\t\t\t\t), \n\t\t\t\t\t\t\t'frame-padding' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Frame Padding', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'custom',\n\t\t\t\t\t\t\t\t'item-type' => 'padding',\n\t\t\t\t\t\t\t\t'data-input-type' => 'pixel',\n\t\t\t\t\t\t\t\t'default' => array( 'top'=>'30px', 'right'=>'30px', 'bottom'=>'10px', 'left'=>'30px', 'settings'=>'unlink' ),\n\t\t\t\t\t\t\t\t'condition' => array( 'enable-frame' => 'enable' )\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t'frame-background-color' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Frame Background Color', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'colorpicker',\n\t\t\t\t\t\t\t\t'condition' => array( 'enable-frame' => 'enable' )\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t'frame-border-width' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Frame Border Width', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'custom',\n\t\t\t\t\t\t\t\t'item-type' => 'padding',\n\t\t\t\t\t\t\t\t'data-input-type' => 'pixel',\n\t\t\t\t\t\t\t\t'default' => array( 'top'=>'0px', 'right'=>'1px', 'bottom'=>'1px', 'left'=>'1px', 'settings'=>'unlink' ),\n\t\t\t\t\t\t\t\t'condition' => array( 'enable-frame' => 'enable' )\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t'frame-border-color' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Frame Border Color', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'colorpicker',\n\t\t\t\t\t\t\t\t'condition' => array( 'enable-frame' => 'enable' )\n\t\t\t\t\t\t\t), \n\t\t\t\t\t\t)\n\t\t\t\t\t),\n\t\t\t\t\t'typography' => array(\n\t\t\t\t\t\t'title' => esc_html__('Typography', 'goodlayers-core'),\n\t\t\t\t\t\t'options' => array(\n\t\t\t\t\t\t\t'title-size' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Title Size', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'fontslider',\n\t\t\t\t\t\t\t\t'default' => '14px'\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t'content-size' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Content Size', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'fontslider',\n\t\t\t\t\t\t\t\t'default' => '14px'\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t)\n\t\t\t\t\t),\n\t\t\t\t\t'color' => array(\n\t\t\t\t\t\t'title' => esc_html__('Color', 'goodlayers-core'),\n\t\t\t\t\t\t'options' => array(\n\t\t\t\t\t\t\t'title-color' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Title Color', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'colorpicker'\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t'content-color' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Content Color', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'colorpicker'\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t)\n\t\t\t\t\t),\n\t\t\t\t\t'spacing' => array(\n\t\t\t\t\t\t'title' => esc_html__('Spacing', 'goodlayers-core'),\n\t\t\t\t\t\t'options' => array(\n\t\t\t\t\t\t\t'padding-bottom' => array(\n\t\t\t\t\t\t\t\t'title' => esc_html__('Padding Bottom ( Item )', 'goodlayers-core'),\n\t\t\t\t\t\t\t\t'type' => 'text',\n\t\t\t\t\t\t\t\t'data-input-type' => 'pixel',\n\t\t\t\t\t\t\t\t'default' => $gdlr_core_item_pdb\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t)\n\t\t\t\t\t)\n\t\t\t\t);\n\t\t\t}", "function custom_theme_options() {\n\n \n\n /* OptionTree is not loaded yet */\n\n if ( ! function_exists( 'ot_settings_id' ) )\n\n return false;\n\n \n\n /**\n\n * Get a copy of the saved settings array. \n\n */\n\n $saved_settings = get_option( ot_settings_id(), array() );\n\n \n\n /**\n\n * Custom settings array that will eventually be \n\n * passes to the OptionTree Settings API Class.\n\n */\n\n $custom_settings = array( \n\n 'contextual_help' => array( \n\n 'sidebar' => ''\n\n ),\n\n 'sections' => array( \n\n array(\n\n 'id' => 'general',\n\n 'title' => __( 'General', 'theme-options.php' )\n\n ),\n\n\n array(\n\n 'id' => 'slider',\n\n 'title' => __( 'Slider', 'theme-options.php' )\n\n ),\n\n array(\n\n 'id' => 'footer',\n\n 'title' => __( 'Footer', 'theme-options.php' )\n\n ),\n\n array(\n\n 'id' => 'social_links',\n\n 'title' => __( 'Social Links', 'theme-options.php' )\n\n )\n\n ),\n\n 'settings' => array( \n\n array(\n\n 'id' => 'theme_logo',\n\n 'label' => __( 'Theme Logo', 'theme-options.php' ),\n\n 'desc' => __( 'Upload your Logo Image Here.Logo Dimension width:223px,Height:52px.', 'theme-options.php' ),\n\n 'std' => '',\n\n 'type' => 'upload',\n\n 'section' => 'general',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n\n array(\n\n 'id' => 'alert',\n\n 'label' => __( 'Add or Change Alert Box Text from Home Page', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'general',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n\n array(\n\n 'id' => 'column_one_direction',\n\n 'label' => __( 'Add Column One Hours & Direction ', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'textarea',\n\n 'section' => 'general',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\t array(\n\n 'id' => 'column_two_direction',\n\n 'label' => __( 'Add Column Two Hours & Direction With Button', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'textarea',\n\n 'section' => 'general',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\t\n\t array(\n\n 'id' => 'mail_chimp',\n\n 'label' => __( 'Add Mailchimp Form Image:Dimension: width:340px & Height:151px', 'theme-options.php' ),\n\n 'desc' => __( '.', 'theme-options.php' ),\n\n 'std' => '',\n\n 'type' => 'upload',\n\n 'section' => 'general',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n \n\n\t array(\n\n 'id' => 'slide',\n\n 'label' => __( 'Slide', 'theme-options.php' ),\n\n 'desc' => 'Click Add New Button to add the slider Images.Slider Image Dimention - Width:1400px Height:573px',\n\n 'std' => '',\n\n 'type' => 'slider',\n\n 'section' => 'slider',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n \n\n\t \n\n array(\n\n 'id' => 'copyright',\n\n 'label' => __( 'Add Your Footer Bottom Copyright Text', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'footer',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\t array(\n\n 'id' => 'address',\n\n 'label' => __( 'Add Your Footer Address Here', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'footer',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\t array(\n\n 'id' => 'phone',\n\n 'label' => __( 'Add Your Footer Phone Number Here', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'footer',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n\n\n array(\n\n 'id' => 'soc_pintrest',\n\n 'label' => __( 'Add Your Pintrest Profile link', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'social_links',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n\t array(\n\n 'id' => 'soc_instagram',\n\n 'label' => __( 'Add Your instagram Profile link', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'social_links',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n\t array(\n\n 'id' => 'soc_google',\n\n 'label' => __( 'Add Your Google Plus Profile link', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'social_links',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n array(\n\n 'id' => 'soc_facebook',\n\n 'label' => __( 'Add Your Facebook Profile link', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'social_links',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n array(\n\n 'id' => 'soc_twitter',\n\n 'label' => __( 'Add Your Twitter Profile link', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'social_links',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n ),\n\n\n\n array(\n\n 'id' => 'soc_youtube',\n\n 'label' => __( 'Add Your YouTube Profile link', 'theme-options.php' ),\n\n 'desc' => '',\n\n 'std' => '',\n\n 'type' => 'text',\n\n 'section' => 'social_links',\n\n 'rows' => '',\n\n 'post_type' => '',\n\n 'taxonomy' => '',\n\n 'min_max_step'=> '',\n\n 'class' => '',\n\n 'condition' => '',\n\n 'operator' => 'and'\n\n )\n\n )\n\n );\n\n \n\n /* allow settings to be filtered before saving */\n\n $custom_settings = apply_filters( ot_settings_id() . '_args', $custom_settings );\n\n \n\n /* settings are not the same update the DB */\n\n if ( $saved_settings !== $custom_settings ) {\n\n update_option( ot_settings_id(), $custom_settings ); \n\n }\n\n \n\n /* Lets OptionTree know the UI Builder is being overridden */\n\n global $ot_has_custom_theme_options;\n\n $ot_has_custom_theme_options = true;\n\n \n\n}", "function optionsframework_option_name() {\r\n\r\n\t// This gets the theme name from the stylesheet\r\n\t$themename = wp_get_theme();\r\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower( $themename ) );\r\n\r\n\t$optionsframework_settings = get_option( 'optionsframework' );\r\n\t$optionsframework_settings['id'] = $themename;\r\n\tupdate_option( 'optionsframework', $optionsframework_settings );\r\n\r\n}", "public function options(array $options);", "public function define_settings_page() {\n\t\t$this->hook_suffix = add_options_page(\n\t\t\t__( 'Top Story Options', 'top-story' ),\n\t\t\t__( 'Top Story', 'top-story' ),\n\t\t\t'manage_options',\n\t\t\t$this->menu_slug,\n\t\t\tarray( $this, 'option_page' )\n\t\t);\n\t}", "function optionsframework_option_name() {\n\n // 从样式表获取主题名称\n $themename = wp_get_theme();\n $themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n $optionsframework_settings = get_option( 'optionsframework' );\n $optionsframework_settings['id'] = $themename;\n update_option( 'optionsframework', $optionsframework_settings );\n}", "function wwm_2015_optionsframework_option_name() {\r\n\r\n\t// This gets the theme name from the stylesheet (lowercase and without spaces)\r\n\t$themename = get_option( 'stylesheet' );\r\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\r\n\r\n\t$optionsframework_settings = get_option('optionsframework');\r\n\t$optionsframework_settings['id'] = $themename;\r\n\tupdate_option('optionsframework', $optionsframework_settings);\r\n\r\n}", "function register_options() {\n\t\textract( $this->group, EXTR_OVERWRITE );\n\n\t\tif ( !is_array( $options ) || empty( $options ) )\n\t\t\treturn;\n\n\t\t# register our options, unique for each theme/plugin\n\t\tregister_setting( \"{$prefix}_settings\", \"{$prefix}_settings\", array( $this, 'validate') );\n\n\t\tforeach ( $options as $section ) {\n\t\t\t$section_title = ( isset($section['title']) ) ? $section['title'] : \"{$prefix}-section-{$section['id']}\";\n\t\t\t# Add sections\n\t\t\tadd_settings_section( $section['id'], $section_title, '', \"{$prefix}_settings\" );\n\n\t\t\t# Skip fields for sections with custom callbacks\n\t\t\tif ( empty($section['fields']) )\n\t\t\t\tcontinue;\n\n\t\t\tforeach ( $section['fields'] as $field ) {\n\t\t\t\t# add fields on each sections\n\t\t\t\t$args = array(\n\t\t\t\t\t'mode' => 'plugin',\n\t\t\t\t\t'prefix' => $prefix,\n\t\t\t\t\t'section' => $section['id'],\n\t\t\t\t\t'field' => $field,\n\t\t\t\t\t'echo' => true,\n\t\t\t\t\t'tabled' => true,\n\t\t\t\t);\n\t\t\t\tif ( !in_array( $field['type'], array('checkbox', 'radio', 'multiinput', 'file') ) )\n\t\t\t\t\t$args['label_for'] = \"{$section['id']}__{$field['id']}\";\n\t\t\t\tif ( $field['type'] === 'editor' )\n\t\t\t\t\t$args['label_for'] = strtolower( str_replace( array( '-', '_' ), '', $args['label_for'] ) );\n\n\t\t\t\tadd_settings_field( $field['id'], $field['title'], '_kc_field', \"{$prefix}_settings\", $section['id'], $args );\n\t\t\t}\n\t\t}\n\t}", "function admin_settings_pages( $settings_pages )\n{\n $settings_pages[] = array(\n 'id' => 'general',\n 'option_name' => 'general_settings',\n 'menu_title' => __( 'Configuratie', 'textdomain' ),\n 'icon_url' => 'dashicons-layout',\n );\n // Register setting page: 'Option for site'\n $settings_pages[] = array(\n 'id' => 'admin_settings_general',\n 'option_name' => 'general_option',\n 'menu_title' => __( 'Option for site', 'textdomain' ),\n 'parent' => 'general',\n );\n return $settings_pages;\n}", "function get_options() {\t\t\r\n\t\t$saved_options = unserialize(get_option(THEME_ID . '_options'));\r\n\t\tif (!empty($saved_options) && is_object($saved_options)) {\r\n\t\t\tforeach($saved_options as $name => $value) {\r\n\t\t\t\t$this->$name = $value;\r\n\t\t\t}\t\r\n\t\t}\r\n\t}", "function bg_AddAdminSettings(){\n global $bg_optionGroup, $bg_optionName, $bg_page, $bg_sectionId, $bg_opts_apiKey;\n \n register_setting( $bg_optionGroup, $bg_optionName, 'bg_ValidateOptions' );\n add_settings_section($bg_sectionId, 'License Settings', 'bg_AddSettingsSectionHtml', $bg_page);\t\n add_settings_field($bg_opts_apiKey, 'Api Key', 'bg_AddApiKeySettingsFieldHtml', $bg_page, $bg_sectionId);\n}", "function ba_options_page() {\n add_menu_page(\n 'ba Theme Options', // Page title\n 'Theme Options', // Menu title\n 'manage_options', // Capability\n 'ba_options', // Menu slug\n 'ba_options_page_html', // Display\n 'dashicons-format-video', // Icon\n 150\n );\n}", "function optionsframework_option_name() {\n\n\t// This gets the theme name from the stylesheet\n\t$themename = get_option( 'stylesheet' );\n\t$themename = preg_replace(\"/\\W/\", \"_\", strtolower($themename) );\n\n\t$optionsframework_settings = get_option( 'optionsframework' );\n\t$optionsframework_settings['id'] = $themename;\n\tupdate_option( 'optionsframework', $optionsframework_settings );\n}", "function my_theme_create_options() {\r\n $titan = TitanFramework::getInstance( 'genietheme' );\r\n \r\n // Create my admin panel\r\n $panel = $titan->createAdminPanel( array(\r\n 'name' => 'Theme Options',\r\n ) );\r\n \r\n \r\n $generaltab = $panel->createTab( array(\r\n 'name' => 'General Tab',\r\n ) );\r\n \r\n // Create options for my admin panel\r\n $generaltab->createOption( array(\r\n 'name' => 'LOGO',\r\n 'id' => 'head_logo',\r\n 'type' => 'upload',\r\n 'desc' => 'Upoad logo of site.'\r\n ) );\r\n \r\n $generaltab->createOption( array(\r\n 'name' => 'Header Scripts',\r\n 'id' => 'header_scripts',\r\n 'type' => 'textarea',\r\n 'desc' => 'Enter your header scripts or code like google analytics,webmaster code etc...'\r\n ) );\r\n \r\n \r\n $generaltab->createOption( array(\r\n 'name' => 'Footer Scripts',\r\n 'id' => 'footer_scripts',\r\n 'type' => 'textarea',\r\n 'desc' => 'Enter your footer scripts or code like google analytics,webmaster code etc...'\r\n ) );\r\n \r\n \r\n $generaltab->createOption( array(\r\n 'type' => 'save'\r\n ) );\r\n \r\n \r\n $titan = TitanFramework::getInstance( 'genietheme' );\r\n$productMetaBox = $titan->createMetaBox( array(\r\n 'name' => 'Additinal Job Information',\r\n 'post_type' => 'jobs',\r\n) );\r\n\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Job Link',\r\n 'id' => 'j_link',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Experience Required',\r\n 'id' => 'exp_required',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Education Qualification',\r\n 'id' => 'edu_qual',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Preffered Nationality',\r\n 'id' => 'nationality',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Salary',\r\n 'id' => 'salary',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'No. of vaccancies',\r\n 'id' => 'vaccancies',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Benefits',\r\n 'id' => 'benefits',\r\n 'type' => 'text',\r\n \r\n ) );\r\n $productMetaBox->createOption( array(\r\n 'name' => 'Gender',\r\n 'id' => 'gender',\r\n 'options' => array(\r\n '1' => 'Male',\r\n '2' => 'Female',\r\n '3' => 'Male/Female',\r\n ),\r\n 'type' => 'radio',\r\n 'desc' => 'Select gender',\r\n 'default' => '1',\r\n \r\n ) );\r\n\r\n \r\n}", "function siteorigin_panels_options_admin_menu() {\n\tadd_options_page('Page Builder', 'Page Builder', 'manage_options', 'siteorigin_panels', 'siteorigin_panels_options_page' );\n}", "protected function defineOptions() {\r\n $options = parent::defineOptions();\r\n $options['view_type'] = array('default' => 'web');\r\n\t$options['image_style'] = array('default' => '');\r\n\t$options['link_to_entity'] = array('default' => '');\r\n\r\n return $options;\r\n }", "function theme_options_do_page() {\n\tglobal $select_options, $radio_options;\n\n\tif ( ! isset( $_REQUEST['settings-updated'] ) )\n\t\t$_REQUEST['settings-updated'] = false;\n\n\t?>\n\t<div class=\"wrap\">\n\t\t<?php screen_icon(); echo \"<h2>\" . get_current_theme() . ' -- ' . __( 'Theme Options', 'htmlks4wp' ) . \"</h2>\"; ?>\n\n\t\t<?php if ( false !== $_REQUEST['settings-updated'] ) : ?>\n\t\t<div class=\"updated fade\"><p><strong><?php _e( 'Options saved', 'htmlks4wp' ); ?></strong></p></div>\n\t\t<?php endif; ?>\n\n\t\t<form method=\"post\" action=\"options.php\">\n\t\t\t<?php settings_fields( 'htmlks4wp_options' ); ?>\n\t\t\t<?php $options = get_option( 'htmlks4wp_theme_options' ); ?>\n\n\t\t\t<table class=\"form-table\">\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * [header] Google analytics code\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\"><th scope=\"row\"><?php _e( '[header] Google analytics code', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[gacode]\" class=\"regular-text\" type=\"text\" name=\"htmlks4wp_theme_options[gacode]\" value=\"<?php esc_attr_e( $options['gacode'] ); ?>\" />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[gacode]\"><?php _e( '(e.g. \"UA-5668xxxx-1\", etc.)', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * [footer] Year(s) in the copyright\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\"><th scope=\"row\"><?php _e( '[footer] Year(s) in the copyright', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[copyrightyear]\" class=\"regular-text\" type=\"text\" name=\"htmlks4wp_theme_options[copyrightyear]\" value=\"<?php esc_attr_e( $options['copyrightyear'] ); ?>\" />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[copyrightyear]\"><?php _e( '(e.g. \"2015\", \"2010-2015\", etc.)', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * [footer] Sitename in the copyright\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\"><th scope=\"row\"><?php _e( '[footer] Sitename in the copyright', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[copyrightname]\" class=\"regular-text\" type=\"text\" name=\"htmlks4wp_theme_options[copyrightname]\" value=\"<?php esc_attr_e( $options['copyrightname'] ); ?>\" />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[copyrightname]\"><?php _e( 'Your sitename', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample checkbox option\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'A checkbox', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[option1]\" name=\"htmlks4wp_theme_options[option1]\" type=\"checkbox\" value=\"1\" <?php checked( '1', $options['option1'] ); ?> />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[option1]\"><?php _e( 'Sample checkbox', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample text input option\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'Some text', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<input id=\"htmlks4wp_theme_options[sometext]\" class=\"regular-text\" type=\"text\" name=\"htmlks4wp_theme_options[sometext]\" value=\"<?php esc_attr_e( $options['sometext'] ); ?>\" />\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[sometext]\"><?php _e( 'Sample text input', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample select input option\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'Select input', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<select name=\"htmlks4wp_theme_options[selectinput]\">\n\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t\t$selected = $options['selectinput'];\n\t\t\t\t\t\t\t\t$p = '';\n\t\t\t\t\t\t\t\t$r = '';\n\n\t\t\t\t\t\t\t\tforeach ( $select_options as $option ) {\n\t\t\t\t\t\t\t\t\t$label = $option['label'];\n\t\t\t\t\t\t\t\t\tif ( $selected == $option['value'] ) // Make default first in list\n\t\t\t\t\t\t\t\t\t\t$p = \"\\n\\t<option style=\\\"padding-right: 10px;\\\" selected='selected' value='\" . esc_attr( $option['value'] ) . \"'>$label</option>\";\n\t\t\t\t\t\t\t\t\telse\n\t\t\t\t\t\t\t\t\t\t$r .= \"\\n\\t<option style=\\\"padding-right: 10px;\\\" value='\" . esc_attr( $option['value'] ) . \"'>$label</option>\";\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\techo $p . $r;\n\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t</select>\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[selectinput]\"><?php _e( 'Sample select input', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample of radio buttons\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'Radio buttons', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<fieldset><legend class=\"screen-reader-text\"><span><?php _e( 'Radio buttons', 'htmlks4wp' ); ?></span></legend>\n\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\tif ( ! isset( $checked ) )\n\t\t\t\t\t\t\t\t$checked = '';\n\t\t\t\t\t\t\tforeach ( $radio_options as $option ) {\n\t\t\t\t\t\t\t\t$radio_setting = $options['radioinput'];\n\n\t\t\t\t\t\t\t\tif ( '' != $radio_setting ) {\n\t\t\t\t\t\t\t\t\tif ( $options['radioinput'] == $option['value'] ) {\n\t\t\t\t\t\t\t\t\t\t$checked = \"checked=\\\"checked\\\"\";\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t$checked = '';\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t\t<label class=\"description\"><input type=\"radio\" name=\"htmlks4wp_theme_options[radioinput]\" value=\"<?php esc_attr_e( $option['value'] ); ?>\" <?php echo $checked; ?> /> <?php echo $option['label']; ?></label><br />\n\t\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t?>\n\t\t\t\t\t\t</fieldset>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\n\t\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * A sample textarea option\n\t\t\t\t */\n\t\t\t\t?>\n\t\t\t\t<tr valign=\"top\" style=\"display: none;\"><th scope=\"row\"><?php _e( 'A textbox', 'htmlks4wp' ); ?></th>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<textarea id=\"htmlks4wp_theme_options[sometextarea]\" class=\"large-text\" cols=\"50\" rows=\"10\" name=\"htmlks4wp_theme_options[sometextarea]\"><?php echo esc_textarea( $options['sometextarea'] ); ?></textarea>\n\t\t\t\t\t\t<label class=\"description\" for=\"htmlks4wp_theme_options[sometextarea]\"><?php _e( 'Sample text box', 'htmlks4wp' ); ?></label>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t</table>\n\n\t\t\t<p class=\"submit\">\n\t\t\t\t<input type=\"submit\" class=\"button-primary\" value=\"<?php _e( 'Save Options', 'htmlks4wp' ); ?>\" />\n\t\t\t</p>\n\t\t</form>\n\t</div>\n\t<?php\n}", "function blueauthentic_theme_settings() {\n\tadd_settings_section(\n\t\t'social_section',\n\t\t'Social Media Account Links/URLs',\n\t\t'blueauthentic_social_section_description',\n\t\t'theme-options-section-social'\n\t);\n\n\tadd_option( 'social_facebook_option', 1 );\n\tadd_settings_field(\n\t\t'social_facebook_option',\n\t\t'Facebook Account',\n\t\t'social_facebook_option_callback',\n\t\t'theme-options-section-social',\n\t\t'social_section'\n\t);\n\tregister_setting( 'theme-options-group-social', 'social_facebook_option' );\n\n\tadd_option( 'social_twitter_option', 2 );\n\tadd_settings_field(\n\t\t'social_twitter_option',\n\t\t'Twitter Account',\n\t\t'social_twitter_option_callback',\n\t\t'theme-options-section-social',\n\t\t'social_section'\n\t);\n\tregister_setting( 'theme-options-group-social', 'social_twitter_option' );\n\n\tadd_option( 'social_youtube_option', 3 );\n\tadd_settings_field(\n\t\t'social_youtube_option',\n\t\t'Youtube Account',\n\t\t'social_youtube_option_callback',\n\t\t'theme-options-section-social',\n\t\t'social_section'\n\t);\n\tregister_setting( 'theme-options-group-social', 'social_youtube_option' );\n}", "function theme_save_settings()\n\t{\n\t\tglobal $pagenow;\n\t\t\n\t\tif ( $pagenow == 'themes.php' && $_GET['page'] == 'theme-options' )\n\t\t{\n\t\t\tif ( isset ( $_GET['tab'] ) )\n\t\t\t{\n\t\t\t\t$tab = $_GET['tab'];\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$tab = 'general';\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\tswitch ( $tab )\n\t\t\t{\n\t\t\t\tcase 'general' :\n\t\t\t\t\n\t\t\t\t\tupdate_option( 'logo_image', $_POST['logo_image'] );\n\t\t\t\t\tupdate_option( 'header_background_image', $_POST['header_background_image'] );\n\t\t\t\t\tupdate_option( 'select_text_logo', $_POST['select_text_logo'] );\n\t\t\t\t\tupdate_option( 'theme_site_title', $_POST['theme_site_title'] );\n\t\t\t\t\tupdate_option( 'select_tagline', $_POST['select_tagline'] );\n\t\t\t\t\tupdate_option( 'theme_tagline', $_POST['theme_tagline'] );\n\t\t\t\t\tupdate_option( 'logo_login', $_POST['logo_login'] );\n\t\t\t\t\tupdate_option( 'logo_login_hide', $_POST['logo_login_hide'] );\n\t\t\t\t\tupdate_option( 'favicon', $_POST['favicon'] );\n\t\t\t\t\tupdate_option( 'apple_touch_icon', $_POST['apple_touch_icon'] );\n\t\t\t\t\tupdate_option( 'google_map_api_key', $_POST['google_map_api_key'] );\n\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'style' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'char_set_latin', $_POST['char_set_latin'] );\n\t\t\t\t\tupdate_option( 'char_set_latin_ext', $_POST['char_set_latin_ext'] );\n\t\t\t\t\tupdate_option( 'char_set_cyrillic', $_POST['char_set_cyrillic'] );\n\t\t\t\t\tupdate_option( 'char_set_cyrillic_ext', $_POST['char_set_cyrillic_ext'] );\n\t\t\t\t\tupdate_option( 'char_set_greek', $_POST['char_set_greek'] );\n\t\t\t\t\tupdate_option( 'char_set_greek_ext', $_POST['char_set_greek_ext'] );\n\t\t\t\t\tupdate_option( 'char_set_vietnamese', $_POST['char_set_vietnamese'] );\n\t\t\t\t\tupdate_option( 'extra_font_styles', $_POST['extra_font_styles'] );\n\t\t\t\t\tupdate_option( 'classic_navigation_menu', $_POST['classic_navigation_menu'] );\n\t\t\t\t\tupdate_option( 'mobile_zoom', $_POST['mobile_zoom'] );\n\t\t\t\t\tupdate_option( 'custom_css', $_POST['custom_css'] );\n\t\t\t\t\tupdate_option( 'external_css', $_POST['external_css'] );\n\t\t\t\t\tupdate_option( 'external_js', $_POST['external_js'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'animation' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'classic_layout', $_POST['classic_layout'] );\n\t\t\t\t\tupdate_option( 'mobile_only_classic_layout', $_POST['mobile_only_classic_layout'] );\n\t\t\t\t\tupdate_option( 'pf_details_page_in_animation', $_POST['pf_details_page_in_animation'] );\n\t\t\t\t\tupdate_option( 'pf_details_page_out_animation', $_POST['pf_details_page_out_animation'] );\n\t\t\t\t\tupdate_option( 'pixelwars__ajax', $_POST['pixelwars__ajax'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'blog' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'theme_excerpt', $_POST['theme_excerpt'] );\n\t\t\t\t\tupdate_option( 'pagination', $_POST['pagination'] );\n\t\t\t\t\tupdate_option( 'about_the_author_module', $_POST['about_the_author_module'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'seo' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'theme_og_protocol', $_POST['theme_og_protocol'] );\n\t\t\t\t\tupdate_option( 'theme_seo_fields', $_POST['theme_seo_fields'] );\n\t\t\t\t\tupdate_option( 'site_description', $_POST['site_description'] );\n\t\t\t\t\tupdate_option( 'site_keywords', $_POST['site_keywords'] );\n\t\t\t\t\tupdate_option( 'tracking_code_head', $_POST['tracking_code_head'] );\n\t\t\t\t\tupdate_option( 'tracking_code_body', $_POST['tracking_code_body'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}", "function setOptions() {\n\n\t\t\t/*\n\t\t\t\tOPTION TYPES:\n\t\t\t\t- checkbox: name, id, desc, std, type\n\t\t\t\t- radio: name, id, desc, std, type, options\n\t\t\t\t- text: name, id, desc, std, type\n\t\t\t\t- colorpicker: name, id, desc, std, type\n\t\t\t\t- select: name, id, desc, std, type, options\n\t\t\t\t- textarea: name, id, desc, std, type, options\n\t\t\t*/\n\n\t\t\t$this->options = array(\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Custom Logo Image <span>insert your custom logo image in the header</span>', 'titan'),\n\t\t\t\t\t\"type\" => \"subhead\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Enable custom logo image', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_logo\",\n\t\t\t\t\t\"desc\" => __('Check to use a custom logo in the header.', 'titan'),\n\t\t\t\t\t\"std\" => \"false\",\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Logo URL', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_logo_img\",\n\t\t\t\t\t\"desc\" => sprintf( __( 'Upload an image or enter an URL for your image.', 'titan' ), '<code>' . STYLESHEETPATH . '/images/</code>' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"upload\" => true,\n\t\t\t\t\t\"class\" => \"logo-image-input\",\n\t\t\t\t\t\"type\" => \"upload\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Logo image <code>&lt;alt&gt;</code> tag', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_logo_img_alt\",\n\t\t\t\t\t\"desc\" => __('Specify the <code>&lt;alt&gt;</code> tag for your logo image.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Display tagline', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_tagline\",\n\t\t\t\t\t\"desc\" => __('Check to show your tagline below your logo.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Follow Icons <span>control the follow icons in the top right of your header</span>', 'titan' ),\n\t\t\t\t\t\"type\" => \"subhead\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Enable Twitter', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_twitter_toggle\",\n\t\t\t\t\t\"desc\" => __( 'Hip to Twitter? Check this box.', 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Enable Facebook', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_facebook_toggle\",\n\t\t\t\t\t\"desc\" => __( 'Check this box to show a link to your Facebook page.', 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Enable Flickr', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_flickr_toggle\",\n\t\t\t\t\t\"desc\" => __( 'Check this box to show a link to Flickr.', 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Enable email', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_email_toggle\",\n\t\t\t\t\t\"desc\" => __( 'Check this box to show a link to email updates.', 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Disable all', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_follow_disable\",\n\t\t\t\t\t\"desc\" => __( 'Check this box to hide all follow icons (including RSS). This option overrides any other settings.', 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Twitter link', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_follow_twitter\",\n\t\t\t\t\t\"desc\" => __( 'Enter your twitter link here.', 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Facebook link', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_follow_facebook\",\n\t\t\t\t\t\"desc\" => __( 'Enter your Facebook link.', 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Flickr link', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_follow_flickr\",\n\t\t\t\t\t\"desc\" => __( 'Enter your Flickr link.', 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __( 'Email link', 'titan' ),\n\t\t\t\t\t\"id\" => $this->shortname.\"_feed_email\",\n\t\t\t\t\t\"desc\" => __( 'Enter your email updates link.', 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Homepage Notice <span>display a notice on your homepage</span>', 'titan'),\n\t\t\t\t\t\"type\" => \"subhead\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Enable homepage notice', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_custom_notice\",\n\t\t\t\t\t\"desc\" => __('Check this box to use a custom notice on the home page.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Custom notice', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_notice_content\",\n\t\t\t\t\t\"desc\" =>\t __('The content of your custom notice.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"textarea\",\n\t\t\t\t\t\"options\" => array(\n\t\t\t\t\t\t\"rows\" => \"3\",\n\t\t\t\t\t\t\"cols\" => \"50\") ),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Sidebar Sidebox <span>customize your sidebox</span>', 'titan'),\n\t\t\t\t\t\"type\" => \"subhead\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Disable sidebox', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_sidebox\",\n\t\t\t\t\t\"desc\" => __('Check this box to disable the sidebar sidebox.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Custom code', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_sidebox_custom_code\",\n\t\t\t\t\t\"desc\" => __('Check this box to use custom code for the sidebox.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Custom code content', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_sidebox_custom_code_content\",\n\t\t\t\t\t\"desc\" => __('Must use properly formatted XHTML/HTML.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"textarea\",\n\t\t\t\t\t\"options\" => array(\n\t\t\t\t\t\t\"rows\" => \"7\",\n\t\t\t\t\t\t\"cols\" => \"70\") ),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Sidebar Adbox <span>control ads in your sidebar</span>', 'titan'),\n\t\t\t\t\t\"type\" => \"subhead\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Enable adbox', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_adbox\",\n\t\t\t\t\t\"desc\" => __('Check this box to enable the sidebar adbox.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"checkbox\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Ad 1 file name', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_adurl_1\",\n\t\t\t\t\t\"desc\" => __( sprintf( __( 'Upload your image to the %s directory.' ), '<code>' . STYLESHEETPATH . '/images/sidebar/</code>' ), 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Ad 1 link', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_adlink_1\",\n\t\t\t\t\t\"desc\" => __('Link for the first ad', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Ad 1 alt tag', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_adalt_1\",\n\t\t\t\t\t\"desc\" => __('Alt tag for the first ad', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Ad 2 file name', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_adurl_2\",\n\t\t\t\t\t\"desc\" => __( sprintf( __( 'Upload your image to the %s directory.' ), '<code>' . STYLESHEETPATH . '/images/sidebar/</code>' ), 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Ad 2 link', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_adlink_2\",\n\t\t\t\t\t\"desc\" => __('Link for the second ad', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Ad 2 alt tag', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_adalt_2\",\n\t\t\t\t\t\"desc\" => __('Alt tag for the second ad', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Footer <span>customize your footer</span>', 'titan'),\n\t\t\t\t\t\"type\" => \"subhead\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('About', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_about\",\n\t\t\t\t\t\"desc\" => __('Something about you or your business.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"textarea\",\n\t\t\t\t\t\"options\" => array(\n\t\t\t\t\t\t\"rows\" => \"6\",\n\t\t\t\t\t\t\"cols\" => \"80\") ),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Flickr link', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_flickr\",\n\t\t\t\t\t\"desc\" => __('Create a Flickr badge. At the end of the process extract the URL and paste here.', 'titan'),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"pro\" => 'true',\n\t\t\t\t\t\"type\" => \"textarea\",\n\t\t\t\t\t\"options\" => array(\n\t\t\t\t\t\t\"rows\" => \"2\",\n\t\t\t\t\t\t\"cols\" => \"80\") ),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Copyright notice', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_copyright_name\",\n\t\t\t\t\t\"desc\" => __('Your name or the name of your business.', 'titan'),\n\t\t\t\t\t\"std\" => __('Your Name Here', 'titan'),\n\t\t\t\t\t\"type\" => \"text\"),\n\n\t\t\t\tarray(\n\t\t\t\t\t\"name\" => __('Stats code', 'titan'),\n\t\t\t\t\t\"id\" => $this->shortname.\"_stats_code\",\n\t\t\t\t\t\"desc\" => __( sprintf( __( 'If you would like to use Google Analytics or any other tracking script in your footer just paste it here. The script will be inserted before the closing %s tag.' ), '<code>&#60;/body&#62;</code>' ), 'titan' ),\n\t\t\t\t\t\"std\" => '',\n\t\t\t\t\t\"type\" => \"textarea\",\n\t\t\t\t\t\"options\" => array(\n\t\t\t\t\t\t\"rows\" => \"5\",\n\t\t\t\t\t\t\"cols\" => \"40\") ),\n\n\t\t\t);\n\t\t}", "public static function register_settings() {\n\t\t\tregister_setting( 'ELMT_theme_options', 'ELMT_theme_options', array( 'ELMT_theme_options', 'sanitize' ) );\n\t\t}", "public function get_options(){\n $this->options = [\n 'items' => get_post_meta( $this->ID, 'opt_items' ),\n 'margin' => get_post_meta( $this->ID, 'opt_margin' ),\n 'loop' => get_post_meta( $this->ID, 'opt_loop' ),\n 'nav' => get_post_meta( $this->ID, 'opt_nav' ),\n 'dots' => get_post_meta( $this->ID, 'opt_dots' ),\n 'autoplay' => get_post_meta( $this->ID, 'opt_autoplay' ),\n 'autoplaySpeed' => get_post_meta( $this->ID, 'opt_autoplaySpeed' ),\n ];\n }", "public function setArguments() {\n\n $theme = wp_get_theme(); // For use with some settings. Not necessary.\n\n $this->args = array(\n // TYPICAL -> Change these values as you need/desire\n 'opt_name' => 'neattheme', // This is where your data is stored in the database and also becomes your global variable name.\n 'display_name' => $theme->get('Name'), // Name that appears at the top of your panel\n 'display_version' => $theme->get('Version'), // Version that appears at the top of your panel\n 'menu_type' => 'submenu', //Specify if the admin menu should appear or not. Options: menu or submenu (Under appearance only)\n 'allow_sub_menu' => true, // Show the sections below the admin menu item or not\n 'menu_title' => __('Theme Options', 'neat'),\n 'page' => __('Theme Options', 'neat'),\n // You will need to generate a Google API key to use this feature.\n // Please visit: https://developers.google.com/fonts/docs/developer_api#Auth\n 'google_api_key' => '', // Must be defined to add google fonts to the typography module\n 'async_typography' => true,\n //'admin_bar' => false, // Show the panel pages on the admin bar\n 'global_variable' => '', // Set a different name for your global variable other than the opt_name\n 'dev_mode' => false, // Show the time the page took to load, etc\n 'customizer' => true, // Enable basic customizer support\n // OPTIONAL -> Give you extra features\n 'page_priority' => null, // Order where the menu appears in the admin area. If there is any conflict, something will not show. Warning.\n 'page_parent' => 'themes.php', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters\n 'page_permissions' => 'manage_options', // Permissions needed to access the options panel.\n 'menu_icon' => '', // Specify a custom URL to an icon\n 'last_tab' => '', // Force your panel to always open to a specific tab (by id)\n 'page_icon' => 'icon-themes', // Icon displayed in the admin panel next to your menu_title\n 'page_slug' => '_options', // Page slug used to denote the panel\n 'save_defaults' => true, // On load save the defaults to DB before user clicks save or not\n 'default_show' => false, // If true, shows the default value next to each field that is not the default value.\n 'default_mark' => '', // What to print by the field's title if the value shown is default. Suggested: *\n // CAREFUL -> These options are for advanced use only\n 'transient_time' => 60 * MINUTE_IN_SECONDS,\n 'output' => true, // Global shut-off for dynamic CSS output by the framework. Will also disable google fonts output\n 'output_tag' => true, // Allows dynamic CSS to be generated for customizer and google fonts, but stops the dynamic CSS from going to the head\n //'domain' \t=> 'redux-framework', // Translation domain key. Don't change this unless you want to retranslate all of Redux.\n //'footer_credit' \t=> '', // Disable the footer credit of Redux. Please leave if you can help it.\n // FUTURE -> Not in use yet, but reserved or partially implemented. Use at your own risk.\n 'database' => '', // possible: options, theme_mods, theme_mods_expanded, transient. Not fully functional, warning!\n 'show_import_export' => true, // REMOVE\n 'system_info' => false, // REMOVE\n 'help_tabs' => array(),\n 'help_sidebar' => '', // __( '', $this->args['domain'] ); \n );\n $this->args['share_icons'][] = array(\n 'url' => 'https://twitter.com/marstheme',\n 'title' => 'Follow us on Twitter',\n 'icon' => 'el-icon-twitter'\n );\n // Panel Intro text -> before the form\n if (!isset($this->args['global_variable']) || $this->args['global_variable'] !== false) {\n if (!empty($this->args['global_variable'])) {\n $v = $this->args['global_variable'];\n } else {\n $v = str_replace(\"-\", \"_\", $this->args['opt_name']);\n }\n $this->args['intro_text'] = sprintf(__('<p>Did you know that Redux sets a global variable for you? To access any of your saved options from within your code you can use your global variable: <strong>$%1$s</strong></p>', 'neat'), $v);\n } else {\n $this->args['intro_text'] = __('<p>This text is displayed above the options panel. It isn\\'t required, but more info is always better! The intro_text field accepts all HTML.</p>', 'neat');\n }\n\n // Add content after the form.\n //$this->args['footer_text'] = __('<p>This text is displayed below the options panel. It isn\\'t required, but more info is always better! The footer_text field accepts all HTML.</p>', 'neat');\n }", "public function settings_page_init() {\n global $WCPc;\n \n $settings_tab_options = array(\"tab\" => \"{$this->tab}\", \"ref\" => &$this,\n \"sections\" => array(\n // Section one\n \"default_settings_section\" => array(\n \"title\" => __('Default Settings', $WCPc->text_domain), \n \"fields\" => array( /* Hidden */\n \"id\" => array('title' => '', \n 'type' => 'hidden', \n 'id' => 'id', \n 'name' => 'id', \n 'value' => 999\n ),\n /* Text */ \n \"id_number\" => array('title' => __('ID Number', $WCPc->text_domain), \n 'type' => 'text', \n 'id' => 'id_number', \n 'label_for' => 'id_number', \n 'name' => 'id_number', \n 'hints' => __('Enter your ID Number here.', $WCPc->text_domain), \n 'desc' => __('It will represent your identification.', $WCPc->text_domain)\n ), \n /* Textarea */\n \"about\" => array('title' => __('About', $WCPc->text_domain) , \n 'type' => 'textarea', \n 'id' => 'about', \n 'label_for' => 'about', \n 'name' => 'about', \n 'rows' => 5, \n 'placeholder' => __('About you', $WCPc->text_domain), \n 'desc' => __('It will represent your significant.', $WCPc->text_domain)\n ), \n /* Text */\n \"demo_test\" => array('title' => __('Demo Test', $WCPc->text_domain),\n 'type' => 'text',\n 'id' => 'demo_test',\n 'label_for' => 'demo_test',\n 'name' => 'demo_test',\n 'placeholder' => __('Demo Test', $WCPc->text_domain)\n ),\n /* Wp Eeditor */\n \"bio\" => array('title' => __('Bio', $WCPc->text_domain), \n 'type' => 'wpeditor', \n 'id' => 'bio', \n 'label_for' => 'bio', \n 'name' => 'bio'\n ), \n /* Checkbox */\n \"is_enable\" => array('title' => __('Enable', $WCPc->text_domain), \n 'type' => 'checkbox', \n 'id' => 'is_enable', \n 'label_for' => 'is_enable', \n 'name' => 'is_enable', \n 'value' => 'Enable'\n ), \n /* Radio */\n \"offday\" => array('title' => __('Off Day', $WCPc->text_domain), \n 'type' => 'radio', \n 'id' => 'offday', \n 'label_for' => 'offday', \n 'name' => 'offday', \n 'dfvalue' => 'wednesday', \n 'options' => array('sunday' => 'Sunday', \n 'monday' => 'Monday', \n 'tuesday' => 'Tuesday', \n 'wednesday' => 'Wednesday', \n 'thrusday' => 'Thrusday'\n ), \n 'hints' => __('Choose your preferred week offday.', $WCPc->text_domain), \n 'desc' => __('By default Saterday will be offday.', $WCPc->text_domain)\n ), \n /* Select */\n \"preference\" => array('title' => __('Preference', $WCPc->text_domain), \n 'type' => 'select', \n 'id' => 'preference', \n 'label_for' => 'preference', \n 'name' => 'preference', \n 'options' => array('one' => 'One Time', \n 'two' => 'Two Time', \n 'three' => 'Three Time'\n ), \n 'hints' => __('Choose your preferred occurence count.', $WCPc->text_domain)\n ), \n /* Upload */\n \"logo\" => array('title' => __('Logo', $WCPc->text_domain), \n 'type' => 'upload', \n 'id' => 'logo', \n 'label_for' => 'logo', \n 'name' => 'logo', \n 'prwidth' => 125, \n 'hints' => __('Your presentation.', $WCPc->text_domain), \n 'desc' => __('Represent your graphical signature.', $WCPc->text_domain)\n ), \n /* Colorpicker */\n \"dc_colorpicker\" => array('title' => __('Choose Color', $WCPc->text_domain), \n 'type' => 'colorpicker', \n 'id' => 'dc_colorpicker', \n 'label_for' => 'dc_colorpicker', \n 'name' => 'dc_colorpicker', \n 'default' => '000000', \n 'hints' => __('Choose your color here.', $WCPc->text_domain),\n 'desc' => __('This lets you choose your desired color.', $WCPc->text_domain)\n ), \n /* Datepicker */\n \"dc_datepicker\" => array('title' => __('Choose DOB', $WCPc->text_domain),\n 'type' => 'datepicker', \n 'id' => 'dc_datepicker', \n 'label_for' => 'dc_datepicker', \n 'name' => 'dc_datepicker', \n 'hints' => __('Choose your DOB here', $WCPc->text_domain), \n 'desc' => __('This lets you choose your date of birth.', $WCPc->text_domain), \n 'custom_attributes' => array('date_format' => 'dd-mm-yy')\n ), \n /* Multiinput */\n \"slider\" => array('title' => __('Slider', $WCPc->text_domain) , \n 'type' => 'multiinput', \n 'id' => 'slider', \n 'label_for' => 'slider', \n 'name' => 'slider', \n 'options' => array(\n \"title\" => array('label' => __('Title', $WCPc->text_domain) , \n 'type' => 'text', \n 'label_for' => 'title', \n 'name' => 'title', \n 'class' => 'regular-text'\n ),\n \"content\" => array('label' => __('Content', $WCPc->text_domain), \n 'type' => 'textarea', \n 'label_for' => 'content', \n 'name' => 'content', \n 'cols' => 40\n ),\n \"image\" => array('label' => __('Image', $WCPc->text_domain), \n 'type' => 'upload', \n 'label_for' => 'image', \n 'name' => 'image', \n 'prwidth' => 125\n ),\n \"url\" => array('label' => __('URL', $WCPc->text_domain) , \n 'type' => 'url', \n 'label_for' => 'url', \n 'name' => 'url', \n 'class' => 'regular-text'\n ),\n \"published\" => array('label' => __('Published ON', $WCPc->text_domain), \n 'type' => 'datepicker', \n 'id' => 'published', \n 'label_for' => 'published', \n 'name' => 'published', \n 'hints' => __('Published Date', $WCPc->text_domain), \n 'custom_attributes' => array('date_format' => 'dd th M, yy')\n )\n )\n )\n )\n ), \n \"custom_settings_section\" => array(\n \"title\" => \"Demo Custom Settings\", // Another section\n \"fields\" => array(\n \"location\" => array('title' => __('Location', $WCPc->text_domain), \n 'type' => 'text', \n 'id' => 'location', \n 'name' => 'location', \n 'hints' => __('Location', $WCPc->text_domain)\n ),\n \"role\" => array('title' => __('Role', $WCPc->text_domain), \n 'type' => 'text', \n 'id' => 'role', \n 'name' => 'role', \n 'hints' => __('Role', $WCPc->text_domain)\n )\n )\n )\n )\n );\n \n $WCPc->admin->settings->wcpc_settings_field_init(apply_filters(\"wcpc_settings_{$this->tab}_tab_options\", $settings_tab_options));\n }", "function optionsframework_option_name() {\n return 'options-framework-theme-sample5';\n}", "function options_form() {\n return array(\n );\n }", "function theme_save_settings()\n\t{\n\t\tglobal $pagenow;\n\t\t\n\t\tif ( $pagenow == 'themes.php' && $_GET['page'] == 'theme-options' )\n\t\t{\n\t\t\tif ( isset ( $_GET['tab'] ) )\n\t\t\t{\n\t\t\t\t$tab = $_GET['tab'];\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\t$tab = 'general';\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\tswitch ( $tab )\n\t\t\t{\n\t\t\t\tcase 'general' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'logo_type', $_POST['logo_type'] );\n\t\t\t\t\tupdate_option( 'select_text_logo', $_POST['select_text_logo'] );\n\t\t\t\t\tupdate_option( 'theme_site_title', $_POST['theme_site_title'] );\n\t\t\t\t\tupdate_option( 'logo_image', $_POST['logo_image'] );\n\t\t\t\t\tupdate_option( 'select_tagline', $_POST['select_tagline'] );\n\t\t\t\t\tupdate_option( 'theme_tagline', $_POST['theme_tagline'] );\n\t\t\t\t\tupdate_option( 'logo_login', $_POST['logo_login'] );\n\t\t\t\t\tupdate_option( 'logo_login_hide', $_POST['logo_login_hide'] );\n\t\t\t\t\tupdate_option( 'favicon', $_POST['favicon'] );\n\t\t\t\t\tupdate_option( 'apple_touch_icon', $_POST['apple_touch_icon'] );\n\t\t\t\t\tupdate_option( 'copyright_text', $_POST['copyright_text'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'style' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'char_set_latin', $_POST['char_set_latin'] );\n\t\t\t\t\tupdate_option( 'char_set_latin_ext', $_POST['char_set_latin_ext'] );\n\t\t\t\t\tupdate_option( 'char_set_cyrillic', $_POST['char_set_cyrillic'] );\n\t\t\t\t\tupdate_option( 'char_set_cyrillic_ext', $_POST['char_set_cyrillic_ext'] );\n\t\t\t\t\tupdate_option( 'char_set_greek', $_POST['char_set_greek'] );\n\t\t\t\t\tupdate_option( 'char_set_greek_ext', $_POST['char_set_greek_ext'] );\n\t\t\t\t\tupdate_option( 'char_set_vietnamese', $_POST['char_set_vietnamese'] );\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'nav_menu_search', $_POST['nav_menu_search'] );\n\t\t\t\t\tupdate_option( 'extra_font_styles', $_POST['extra_font_styles'] );\n\t\t\t\t\tupdate_option( 'footer_widget_locations', $_POST['footer_widget_locations'] );\n\t\t\t\t\tupdate_option( 'footer_widget_columns', $_POST['footer_widget_columns'] );\n\t\t\t\t\tupdate_option( 'mobile_zoom', $_POST['mobile_zoom'] );\n\t\t\t\t\tupdate_option( 'custom_css', $_POST['custom_css'] );\n\t\t\t\t\tupdate_option( 'external_css', $_POST['external_css'] );\n\t\t\t\t\tupdate_option( 'external_js', $_POST['external_js'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'blog' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'blog_type', $_POST['blog_type'] );\n\t\t\t\t\tupdate_option( 'post_sidebar', $_POST['post_sidebar'] );\n\t\t\t\t\tupdate_option( 'theme_excerpt', $_POST['theme_excerpt'] );\n\t\t\t\t\tupdate_option( 'pagination', $_POST['pagination'] );\n\t\t\t\t\tupdate_option( 'all_formats_homepage', $_POST['all_formats_homepage'] );\n\t\t\t\t\tupdate_option( 'about_the_author_module', $_POST['about_the_author_module'] );\n\t\t\t\t\tupdate_option( 'post_share_links_single', $_POST['post_share_links_single'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'portfolio' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'pf_ajax', $_POST['pf_ajax'] );\n\t\t\t\t\tupdate_option( 'pf_item_per_page', $_POST['pf_item_per_page'] );\n\t\t\t\t\tupdate_option( 'pf_content_editor', $_POST['pf_content_editor'] );\n\t\t\t\t\tupdate_option( 'pf_share_links_single', $_POST['pf_share_links_single'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'gallery' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'gl_ajax', $_POST['gl_ajax'] );\n\t\t\t\t\tupdate_option( 'gl_item_per_page', $_POST['gl_item_per_page'] );\n\t\t\t\t\tupdate_option( 'gl_ajax_single', $_POST['gl_ajax_single'] );\n\t\t\t\t\tupdate_option( 'gl_item_per_page_single', $_POST['gl_item_per_page_single'] );\n\t\t\t\t\tupdate_option( 'gl_slideshow_interval_single', $_POST['gl_slideshow_interval_single'] );\n\t\t\t\t\tupdate_option( 'gl_circular_single', $_POST['gl_circular_single'] );\n\t\t\t\t\tupdate_option( 'gl_next_on_click_image_single', $_POST['gl_next_on_click_image_single'] );\n\t\t\t\t\tupdate_option( 'gl_content_editor', $_POST['gl_content_editor'] );\n\t\t\t\t\tupdate_option( 'gl_share_links_single', $_POST['gl_share_links_single'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'sidebar' :\n\t\t\t\t\n\t\t\t\t\tupdate_option( 'no_sidebar_name', esc_attr( $_POST['new_sidebar_name'] ) );\n\t\t\t\t\t\n\t\t\t\t\tif ( esc_attr( $_POST['new_sidebar_name'] ) != \"\" )\n\t\t\t\t\t{\n\t\t\t\t\t\tif ( get_option( 'sidebars_with_commas' ) == \"\" )\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tupdate_option( 'sidebars_with_commas', esc_attr( $_POST['new_sidebar_name'] ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tupdate_option( 'sidebars_with_commas', get_option( 'sidebars_with_commas' ) . ',' . esc_attr( $_POST['new_sidebar_name'] ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'seo' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'theme_og_protocol', $_POST['theme_og_protocol'] );\n\t\t\t\t\tupdate_option( 'theme_seo_fields', $_POST['theme_seo_fields'] );\n\t\t\t\t\tupdate_option( 'site_description', $_POST['site_description'] );\n\t\t\t\t\tupdate_option( 'site_keywords', $_POST['site_keywords'] );\n\t\t\t\t\tupdate_option( 'tracking_code_head', $_POST['tracking_code_head'] );\n\t\t\t\t\tupdate_option( 'tracking_code', $_POST['tracking_code'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t\t\n\t\t\t\tcase 'contact' :\n\t\t\t\t\t\n\t\t\t\t\tupdate_option( 'map_embed_code', $_POST['map_embed_code'] );\n\t\t\t\t\tupdate_option( 'enable_map', $_POST['enable_map'] );\n\t\t\t\t\tupdate_option( 'contact_form_email', $_POST['contact_form_email'] );\n\t\t\t\t\tupdate_option( 'contact_form_captcha', $_POST['contact_form_captcha'] );\n\t\t\t\t\tupdate_option( 'disable_contact_form', $_POST['disable_contact_form'] );\n\t\t\t\t\t\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t// end switch\n\t\t}\n\t\t// end if\n\t}", "function options() {\n require( TEMPLATE_PATH . \"/options.php\" );\n}", "function theme_options_add_page() {\n\tadd_theme_page( __( 'Theme Options', 'htmlks4wp' ), __( 'Theme Options', 'htmlks4wp' ), 'edit_theme_options', 'theme_options', 'theme_options_do_page' );\n}", "function page_builder_settings() {\n\n\t\t$settings = parent::page_builder_settings();\n\n\t\treturn array_merge( $settings, array(\n\t\t\t'name' => __( 'Dribbble Shots', 'publisher' ),\n\t\t\t\"id\" => $this->id,\n\t\t\t\"weight\" => 10,\n\t\t\t\"wrapper_height\" => 'full',\n\t\t\t\"category\" => publisher_white_label_get_option( 'publisher' ),\n\t\t\t'icon_url' => PUBLISHER_THEME_URI . 'images/shortcodes/bs-dribbble.png',\n\t\t) );\n\t}", "function handle_options()\r\n {\r\n $options = $this->get_options();\r\n \r\n if (isset($_POST['submitted'])) {\r\n \t\t\r\n \t\t//check security\r\n \t\tcheck_admin_referer('snazzy-nonce');\r\n \t\t\r\n $options = array();\r\n \r\n $options['years'] = htmlspecialchars($_POST['years']);\r\n $options['mini'] = $_POST['mini'];\r\n $options['posts'] = $_POST['posts'];\r\n $options['pages'] = $_POST['pages'];\r\n \r\n update_option($this->db_option, $options);\r\n \r\n echo '<div class=\"updated fade\"><p>Plugin settings saved.</p></div>';\r\n }\r\n \r\n $layout = $options['layout'];\r\n $years = stripslashes($options['years']);\r\n $mini = $options['mini'] == 'on' ? 'checked' : '';\r\n $posts = $options['posts'] == 'on' ? 'checked' : '';\r\n $pages = $options['pages'] == 'on' ? 'checked' : '';\r\n \r\n // URL for form submit, equals our current page\r\n $action_url = $_SERVER['REQUEST_URI'];\r\n \r\n include('snazzy-archives-options.php');\r\n }" ]
[ "0.76901215", "0.75077313", "0.7358718", "0.73063207", "0.7286981", "0.7284079", "0.7236361", "0.7225575", "0.71874255", "0.7024629", "0.6989876", "0.6892446", "0.6811867", "0.6798462", "0.67745644", "0.6772553", "0.67663133", "0.6761673", "0.67433745", "0.6731729", "0.67281574", "0.6717901", "0.67131454", "0.6711906", "0.67098844", "0.670848", "0.6695842", "0.6694269", "0.6667658", "0.6628964", "0.6624869", "0.66150695", "0.66048783", "0.65953445", "0.6594044", "0.65708107", "0.65654516", "0.6562468", "0.65616024", "0.6550708", "0.654663", "0.6539383", "0.65276754", "0.6523672", "0.65234244", "0.6522585", "0.65200794", "0.6501126", "0.6493267", "0.64707917", "0.6469551", "0.6467133", "0.6464972", "0.6447602", "0.64381075", "0.6432378", "0.6427703", "0.6423152", "0.6422538", "0.6422419", "0.6419438", "0.641585", "0.64093995", "0.6406755", "0.64022315", "0.63994217", "0.63994217", "0.63967365", "0.63954884", "0.63947874", "0.63841873", "0.63757074", "0.6371729", "0.63689035", "0.6364486", "0.63636243", "0.6360625", "0.6359094", "0.6354429", "0.6353268", "0.6352339", "0.6350578", "0.634855", "0.6346278", "0.6344562", "0.6342209", "0.63403815", "0.6335088", "0.6333852", "0.63204944", "0.63188475", "0.63146794", "0.63120556", "0.6310218", "0.6309918", "0.6308714", "0.6307698", "0.6306089", "0.6303442", "0.6302884" ]
0.66805124
28
When we connect we should get a 200 OK from couch
public function testConnect() { self::$sag = new sag\client("127.0.0.1", 5984); $response = self::$sag->getStats(); $this->assertEquals(200, $response->status); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected function isConnectSuccessful() {}", "public static function sendOkResponse(){\n http_response_code(200);\n die();\n }", "public function ping(){\n http_response_code(200);\n ob_end_flush();\n }", "public function testConnect() {\n\t\t$client = new \\Esprit\\Transport\\Http(array(\n\t\t\t'host' => 'localhost',\n\t\t\t'port' => 666,\n\t\t\t'index' => 'twitter',\n\t\t\t'type' => 'tweet'\n\t\t)) ;\n\n\t\t// Fails\n\t\ttry {\n\t\t\t$client->connect() ;\n\t\t\t$this->fail() ;\n\t\t} catch(\\Exception $e) {} ;\n\n\t\t// Defaults index / type\n\t\t$client = new \\Esprit\\Transport\\Http(array(\n\t\t\t'host' => 'localhost',\n\t\t\t'index' => 'twitter',\n\t\t\t'type' => 'tweet',\n\t\t\t'check' => false\n\t\t)) ;\n\n\t\t$this->assertTrue($client->connect()->connected()) ;\n\t\t$this->assertTrue($client->check()) ;\n\t}", "public function testItRespondsSuccesfully()\n {\n $response = $this->api->send_request($this->location);\n\n $this->assertEquals(200, $response->getStatusCode());\n }", "public function isOK()\n {\n return $this->getHTTPCode() == 200;\n }", "public function testConnection(): void\n {\n $response = $this->client->request('GET');\n $this->assertEquals(200, $response->getStatusCode());\n\n return;\n }", "private function connect() {\n //Test Connection.\n try {\n $buckets = array(\n 'Bucket' => $this->response['bucket'],\n );\n switch ($this->response['bucket_type']) {\n case 'website':\n $this->response['content'] = $this->client->getBucketWebsite($buckets);\n break;\n default:\n $this->response['content'] = $this->client->listBuckets($buckets);\n break;\n }\n $this->response['connected'] = true;\n } catch (\\Aws\\S3\\Exception\\S3Exception $ex) {\n $this->response['errorMessage'] = 'Test Connection: ' . $ex->getMessage();\n }\n }", "public function get() {\r\n $this->response->setData(1);\r\n $this->response->setHeader('__OK', Http::Response(Http::OK));\r\n return TRUE;\r\n }", "public function testConnectionAuth()\n {\n $this->last_response = $this->client->request('GET', 'characters?name=Spider-Man'.$this->generateAPIAuth(), ['http_errors' => false]);\n return $this->last_response->getStatusCode() == 200;\n }", "public function assertResponseOk()\n {\n $this->assertResponseStatusCode(200);\n }", "private function checkConnection()\n {\n $status = false;\n $url = 'http://' . trim($this->ip) . ':80/';\n $curlInit = curl_init($url);\n curl_setopt($curlInit, CURLOPT_CONNECTTIMEOUT, 2); //третий параметр - время ожидания ответа сервера в секундах\n curl_setopt($curlInit, CURLOPT_HEADER, true);\n curl_setopt($curlInit, CURLOPT_NOBODY, true);\n curl_setopt($curlInit, CURLOPT_RETURNTRANSFER, true);\n $response = curl_exec($curlInit);\n curl_close($curlInit);\n if ($response) {\n $status = true;\n }\n return $status;\n }", "public function testClient()\n {\n $app = new \\Duality\\App(dirname(__FILE__), null);\n $client = $app->call('client');\n\n $expected = 'dummy';\n $client->setUserAgent($expected);\n $result = $client->getUserAgent();\n $this->assertEquals($expected, $result);\n\n $url = new Url('http://google.pt/');\n $request = $client->createRequest($url);\n $response = $client->execute($request);\n $this->assertInstanceOf('\\Duality\\Structure\\Http\\Response', $response);\n\n $expected = 'Moved Permanently';\n $result = $response->getCodeString();\n $this->assertEquals($expected, $result);\n\n $url = new Url('http://google.pt/');\n $request = $client->createRequest($url);\n $request->addHeader('Accept', 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8');\n $response = $client->execute($request);\n $client->getCurlHandler();\n\n $client->terminate();\n }", "function send_request() { \n if(!$this->connect()) { \n return false; \n } \n else { \n $this->result = $this->request($this->data);\n return $this->result; \n } \n }", "public function test_WhenBasicRequest_Expect_Response200()\n {\n $response = $this->get('/');\n\n $this->assertEquals(200, $this->response->status());\n }", "function IsOK()\n\t{\n\t\treturn ($this->status == 200);\n\t}", "protected function found()\n {\n $this->response = $this->response->withStatus(200);\n $this->jsonBody($this->payload->getOutput());\n }", "private function checkConnection(){\n\t\t\t\n\t\t\t$request = $this->url.$this->getMode(\"version\").\"?\".$this->key_string;\n\t\t\t$this->http->setURL($request);\n\t\t\t$response = $this->http->send();\n\t\t\t//echo $this->http->HTMLizeErrlog();\n\t\t\t$this->bn_version = str_replace(\"_\", \".\", $response[\"version\"]);\n\n\t\t\treturn $this->http->status;\n\t\t}", "public function status()\n {\n $this->response->text('OK');\n }", "public function testRouteIndexClienteOk()\n {\n $this->call('GET', 'cliente');\n $this->assertResponseOk();\n }", "public function isOk() : bool\n {\n return $this->m_responseCode === 200;\n }", "public function test_send_returnsSelf_ifStatusIsBad()\n\t{\n\t\t$this->url->getQuery()->setParameter('code', 301);\n\t\t\n\t\t$request = new Request\\Get((string) $this->url);\n\t\t\n\t\t$client = new Client();\n\t\t\n\t\t$this->assertSame($client, $client->send($request));\n\t\t\n\t\treturn;\n\t}", "public function testCapsuleStatus()\n {\n\n $response = $this->call('GET','/api/capsules/C101');\n\n $this->assertEquals(200,$response->status());\n }", "public function test200()\n {\n $contact = $this->createFactoryContactPerson();\n\n $user = $this->randomAdmin();\n\n $response = $this->requestToApi(\n $user, 'GET', '/contact-people/'. $contact->id\n );\n\n $response->assertStatus(200);\n }", "function doCurl ($url, $options) {\n\tglobal $adminName, $adminPass, $verbose, $doe;\n\t\n\t$options = $options +\n\t\t\t array(CURLOPT_RETURNTRANSFER => true,\n\t\t\t\t\t CURLOPT_USERPWD => $adminName . \":\" . $adminPass,\n\t\t\t\t\t CURLOPT_HTTPHEADER => array('OCS-APIRequest:true', 'Accept: application/json'),\n\t\t\t );\n\n\tif ($verbose > 2) {\n\t\t$options = $options +\n\t\t\t\t array(CURLOPT_VERBOSE => TRUE,\n\t\t\t\t\t\t CURLOPT_HEADER => TRUE\n\t\t\t\t );\n\t}\n\n\t$ch = curl_init($url);\n\n \tcurl_setopt_array( $ch, $options);\n\t\n// For use with Charles proxy:\n// \tcurl_setopt($ch, CURLOPT_PROXYPORT, '8888');\n// \tcurl_setopt($ch, CURLOPT_PROXYTYPE, 'HTTP');\n// \tcurl_setopt($ch, CURLOPT_PROXY, '127.0.0.1');\n\n $response = curl_exec($ch);\n //print_r($response);\n $response = json_decode($response);\n //print_r($response);\n\n $statuscode = $response->{'ocs'}->{'meta'}->statuscode;\n\n \n if($statuscode != \"100\"){\n echo $statuscode;\n echo $response->{'ocs'}->{'meta'}->message;\n return $statuscode;\n exit(1);\n }\n\n if($response === false) {\n echo 'Curl error: ' . curl_error($ch) . \"\\n\";\n\t\texit(1);\n\t}\n\t\n\tcurl_close($ch);\n \n\t/* An error causes an exit\n\tif (preg_match(\"~<statuscode>(\\d+)</statuscode>~\", $response, $matches)) {\n $responseCode = $matches[1]; // what's the status code\n //echo $matches[3];\n //echo \"<h3>\" . $response . \"</h3>\";\n if ($responseCode == '404') {\n return \"2\";\n exit(2);\n } elseif ($responseCode != '100') {\n echo \"1Error response code; exiting\\n$response\\n\";\n\t\t\texit(1);\n\t\t}\n\t}\n\telse { // something is definitely wrong\n echo \"No statuscode response; exiting:\\n$response\\n\";\n \n\t\texit(1);\n\t}\n */\n\t// What sort of response do we want to give\n//\tif ($verbose == 1) { echo \"Response code from server: $responseCode\\n\"; }\n\t//if ($verbose == 1) { echo \"\\n\"; }\n\t//if ($verbose > 1) { echo \"Response from server:\\n$response\\n\\n\"; }\n\n\treturn $response;\n}", "function getStatus(){\n\t$db = getDatabase();\n $car = getCarData($db);\n \n\t//TRUE\n\tif($car['connected'])\n\t\t$response = createResponse($db);\n\t//FALSE\n else{\n $response = \" Vehicle: Not connected <br>\";\n }\n return $response;\n}", "public function testCGetAction200()\n {\n self::$_client->request(Request::METHOD_GET, self::RUTA_API);\n $response = self::$_client->getResponse();\n self::assertTrue($response->isSuccessful());\n self::assertJson($response->getContent());\n $users = json_decode($response->getContent(), true);\n self::assertArrayHasKey('users', $users);\n }", "public function testIndexResponseStatus()\n\t{\n\t\t$this->client->request('GET', '/orders/');\n\n\t\t$this->assertSame(Response::HTTP_OK, $this->client->getResponse()->getStatusCode());\n\t}", "abstract function _is_conn();", "public function request_succeeded()\n {\n return curl_errno($this->ch) === 0;\n }", "public function callback()\n {\n $this->jsonResponse([\n 'ok' => true\n ]);\n }", "public static function checkConnection() {\r\n\t\t$url = MoufReflectionProxy::getLocalUrlToProject().\"src/direct/test_connection.php\";\r\n\t\r\n\t\t$response = self::performRequest($url);\r\n\t\t\r\n\t\tif ($response == 'ok') {\r\n\t\t\treturn true;\r\n\t\t} else {\r\n\t\t\treturn false;\r\n\t\t}\r\n\t}", "public function connect() : bool\r\n {\r\n if ($this->authenticated() === false)\r\n return false;\r\n\r\n // TODO: check connection with basic api request\r\n\r\n return true;\r\n }", "public function testBlogPageResponseCode()\n {\n $response = $this->call('GET', '/');\n $this->assertEquals(200, $response->status());\n }", "function handle_ping()\n{\n global $ctx;\n $rs = &$ctx['rs'];\n $rs['endpoint'] = $ctx['endpoint'];\n $rs['success'] = TRUE;\n $rs['msg'] = 'pong';\n\n return json_encode($ctx['rs']);\n}", "public function getResponseCode()\n {\n return 200;\n }", "private function callStatus() {\n try {\n $this->status = $this->client->request('GET', $this->url->full_url, [\n 'allow_redirects' => false\n ]);\n } catch (\\Exception $ex) {\n $this->status = $ex->getResponse();\n }\n }", "public function testIndexResponseStatus()\n\t{\n\t\t$this->client->request('GET', '/merchants/');\n\n\t\t$this->assertSame(Response::HTTP_OK, $this->client->getResponse()->getStatusCode());\n\t}", "public function ping()\r\n {\r\n $ch = curl_init();\r\n curl_setopt($ch, CURLOPT_URL, \"http://\".WEMO_IP.\":\".WEMO_PORT);\r\n curl_setopt($ch, CURLOPT_NOBODY, true);\r\n curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);\r\n curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);\r\n curl_setopt($ch, CURLOPT_VERBOSE, false);\r\n curl_setopt($ch, CURLOPT_TIMEOUT, 5);\r\n $result = curl_exec($ch);\r\n $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE);\r\n curl_close($ch);\r\n if($httpcode >= 200 && $httpcode <500){\r\n return true;\r\n } else {\r\n return false;\r\n }\r\n }", "public function basicTest() {\n $response = $this->call('GET', '/');\n $this->assertEquals(200, $response->status());\n }", "public function isSuccess ()\n {\n return $this->info[ 'http_code' ] == '200';\n }", "public function isSuccessful(): bool\n {\n return $this->getStatusCode() >= 200 && $this->getStatusCode() < 300;\n }", "public function sendRequest()\n\t{\n\t\tphpCAS::traceBegin();\n\t\t$ch = curl_init($this->url);\n\t\tif(is_null($this->url) || ! $this->url)\n\t\t{\n\t\t\treturn FALSE;\n\t\t}\n\t\t/**\n\t\t * *******************************************************\n\t\t * Set SSL configuration\n\t\t * *******************************************************\n\t\t */\n\t\tcurl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);\n\t\tcurl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);\n\t\tcurl_setopt($ch, CURLOPT_USERAGENT,'casUA_wa67h28m_alliance');\n\t\tif($this->caCertPath)\n\t\t{\n\t\t\tcurl_setopt($ch, CURLOPT_CAINFO, $this->caCertPath['pem']);\n\t\t\tcurl_setopt($ch, CURLOPT_SSLCERT, $this->caCertPath['crt']);\n\t\t\tcurl_setopt($ch, CURLOPT_SSLKEY, $this->caCertPath['key']);\n\t\t\tcurl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);\n\t\t\tphpCAS::trace('CURL: Set CURLOPT_CAINFO');\n\t\t}\n\t\t\n\t\t// return the CURL output into a variable\n\t\tcurl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);\n\t\t/**\n\t\t * *******************************************************\n\t\t * Perform the query\n\t\t * *******************************************************\n\t\t */\n\t\t$buf = curl_exec($ch);\n\t\tif($buf === false)\n\t\t{\n\t\t\tphpCAS::trace('curl_exec() failed');\n\t\t\t$this->storeErrorMessage('CURL error #' . curl_errno($ch) . ': ' . curl_error($ch));\n\t\t\t$res = false;\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$this->storeResponseBody($buf);\n\t\t\tphpCAS::trace(\"Response Body: \\n\" . $buf . \"\\n\");\n\t\t\t$res = true;\n\t\t}\n\t\t// close the CURL session\n\t\tcurl_close($ch);\n\t\t\n\t\tphpCAS::traceEnd($res);\n\t\treturn $res;\n\t}", "public function isSuccessful() {}", "public function testNewsStatus()\n {\n $response = $this->get('/categories');\n\n $response->assertStatus(200);\n }", "public function testConnectionEstablished()\r\n {\r\n $this->clientHandler->connect();\r\n $this->assertTrue($this->clientHandler->isConnected());\r\n $this->clientHandler->close();\r\n }", "function httpOk($message = null, $die = true) {\n header(\"HTTP/1.1 200 OK\");\n if($message) {\n print '<h1>' . clean($message) . '</h1>';\n } // if\n \n if($die) {\n die();\n } // if\n }", "public function isSuccessful()\n {\n return $this->response->getStatusCode() >= 200 && $this->response->getStatusCode() < 300;\n }", "public function testStatusIsOK()\n {\n\n // Set callback and perform API call\n $result = null;\n self::$controller->setHttpCallBack($this->httpResponse);\n try {\n $result = self::$controller->getSystemStatus();\n } catch (APIException $e) {\n }\n\n // Test response code\n $this->assertEquals(\n 200,\n $this->httpResponse->getResponse()->getStatusCode(),\n \"Status is not 200\"\n );\n\n // Test whether the captured response is as we expected\n $this->assertNotNull($result, \"Result does not exist\");\n\n $this->assertTrue(\n TestHelper::isJsonObjectProperSubsetOf(\n '{\\n \"status\" : \"UP\"\\n}',\n $this->httpResponse->getResponse()->getRawBody(),\n false,\n true,\n false\n ),\n \"Response body does not match in keys\"\n );\n }", "public function hasSuccessHTTPStatus() { return ($this->status == 200); }", "public function testConnection() {\n\t\t/** @var Thrive_Dash_Api_WebinarJamStudio $api */\n\t\t$api = $this->getApi();\n\t\t/**\n\t\t * just try getting the list of the webinars as a connection test\n\t\t */\n\t\ttry {\n\t\t\t$api->getUpcomingWebinars(); // this will throw the exception if there is a connection problem\n\t\t} catch ( Thrive_Dash_Api_WebinarJamStudio_Exception $e ) {\n\t\t\treturn $e->getMessage();\n\t\t}\n\n\t\treturn true;\n\t}", "public function wussy() {\r\n $this->returnJson(200, 'You wussy!!');\r\n }", "public function testBasicExample()\n\t{\n \t$response = $this->call('GET', '/');\n\t\t$this->assertEquals(200, $response->getStatusCode());\n\t}", "function head() {\n\t\theader(\"{$_SERVER['SERVER_PROTOCOL']} 200 OK\");\n \t\theader('Content-Type: application/json');\n \theader('Access-Control-Allow-Origin: *');\n\t}", "public function testApplication()\n {\n $status = $this->call('GET', '/')->status();\n $this->assertEquals(200, $status);\n }", "public function verifyConnectivity($updateAvailability = true)\n {\n try {\n $result = $this->ping();\n if ($result->isOk()) {\n $data = $result->getData();\n $status = $this->processDataResponse($data);\n } else {\n $status = self::CONN_ERROR;\n $this->_logger->critical(\"Elasticsearch verify conn: No valid return code ({$result->getStatus()})\");\n }\n } catch (\\Exception $e) {\n $status = self::CONN_FAILURE;\n $this->_logger->critical(\"Elasticsearch verify conn: failure\");\n }\n\n if ($updateAvailability) {\n $availability = ($status > 0) ? true : false;\n $this->updateAvailability($availability);\n }\n\n return $status;\n }", "public function connections_get()\n {\n $id = $this->get('id');\n $results = $this->User->getConnections($_SESSION['id'], $id);\n // Check if the games data store contains games (in case the database result returns NULL)\n if ($results)\n {\n // Set the response and exit\n $this->response($results, REST_Controller::HTTP_OK); // OK (200) being the HTTP response code\n }\n else\n {\n // Set the response and exit\n $this->response([\n 'status' => FALSE,\n 'message' => 'No Connections'\n ], REST_Controller::HTTP_OK); // NOT_FOUND (404) being the HTTP response code\n }\n }", "public function connectCheckAction()\n {\n if (!$this->getUser()) {\n return new JsonResponse(array('status' => false, 'message' => \"User not found!\"));\n } else {\n if(is_null($this->get('session')->get('redirectBack'))){\n return $this->redirectToRoute('show_confirmed_reserves');\n }\n return $this->redirect($this->get('session')->get('redirectBack'));\n }\n\n }", "public function testConsume()\n {\n $client = new Client();\n $response = $client->get('http://localhost/rest/');\n\n $json = $response->json();\n\n $this->assertNotEmpty($json);\n\n\n }", "public function test_https_status()\n {\n }", "public function test_connection() {\n\t\t/**\n\t\t * just try getting a list as a connection test\n\t\t */\n\n\t\ttry {\n\t\t\t/** @var Thrive_Dash_Api_Mailchimp $mc */\n\t\t\t$mc = $this->get_api();\n\n\t\t\t$mc->request( 'lists' );\n\t\t} catch ( Thrive_Dash_Api_Mailchimp_Exception $e ) {\n\t\t\treturn $e->getMessage();\n\t\t}\n\n\t\treturn true;\n\t}", "public function test_send_returnsSelf_ifEntityIsFound()\n\t{\n\t\t$this->url\n\t\t\t->getQuery()\n\t\t\t\t->setParameter('code', 200)\n\t\t\t\t->setParameter('format', 'json')\n\t\t\t\t->setParameter('output', '{\"foo\":\"bar\"}');\n\t\t\t\t\n\t\t$request = new Request\\Get((string) $this->url);\n\t\t\n\t\t$client = new Client();\n\t\t\n\t\t$this->assertSame($client, $client->send($request));\n\t\t\n\t\treturn;\n\t}", "public function isSuccessful() {\n\n return $this->result->success && 200 == $this->result->status_code;\n }", "public function isOk();", "public function successful()\n {\n return $this->status() >= 200 && $this->status() < 300;\n }", "public static function checkConnectionStatus() {\n $class = 'error';\n $message = '<p><strong>Could not connect to Neo4j. Please check your connection settings.</strong></p>';\n\n try {\n $result = Neopress::client()->run('MATCH (n) RETURN count(n) as count');\n\n $class = 'updated';\n\n $message = sprintf('<p><strong>Connection Successful.</strong></p><p>There are <strong>%d</strong> nodes in your database', $result->getRecord()->get('count'));\n }\n catch (Exception $e) {\n $message .= '<p>'. $e->getMessage() .'</p>';\n }\n\n printf('<div id=\"neopress-response\" class=\"%s\">%s</strong></div>', $class, $message);\n }", "public function connect(): bool;", "public function isSuccessful(){\r\n return $this->code>=200&& $this->code <300;\r\n }", "public function isClientError();", "public function test_response() \n\t{\n\t\treturn CCResponse::create( 'Callbacks are pretty cool' );\n\t}", "function ok()\r\n {\r\n \tif (!$this->_socket || !is_resource($this->_socket)) {\r\n \t\treturn FALSE;\r\n \t}\r\n \t\r\n \t$response = $this->getresp();\r\n\t\tforeach ($response as $v)\r\n\t\t{\r\n\t\t\tif (!empty($v) && !preg_match(\"/^[123]/\", $v)) return false;\r\n\t\t}\r\n\t\treturn true;\r\n\t\t/*\r\n\t\tif (ereg(\"^[123]\", $response)) {\r\n \t\treturn TRUE;\r\n \t} else {\r\n \t\treturn FALSE;\r\n \t}*/\r\n }", "public function listing() {\n $this->response->setData(1);\r\n $this->response->setHeader('__OK', Http::Response(Http::OK));\r\n return TRUE;\r\n }", "public function testJsonserverAPI()\n {\n\n $Guzzclient = new Client();\n $response = $Guzzclient->get('http://localhost:8652/vehicles');\n\n self::assertEquals('200',$response->getStatusCode());\n }", "public function testRootOK()\n {\n $response = $this->get('/');\n $response->assertStatus(200);\n }", "public function dashboard()\n {\n\n // Create a client with a base URI\n try {\n\n $client = new GuzzleHttp\\Client(\n ['base_uri' => 'http://103.8.249.17/mongo/api/']\n );\n\n $response = $client->request('GET', 'res');\n\n // $response = $client->get('/res');\n\n if ($response->getStatusCode() === 200) {\n\n $body = $response->getBody();\n\n $this->send_response(json_decode($body, true), 200);\n } else {\n // Handler HTTP Error\n }\n\n } catch (RequestException $ex) {\n // echo Psr7\\str($ex->getRequest());\n echo Psr7\\str($ex->getResponse());\n }\n }", "public function testIndex()\n {\n /*$response = $this->call('GET', 'api/topic');\n\n $this->assertResponseOk();\n\n json_decode($response->getContent());\n\n $this->assertEquals(JSON_ERROR_NONE, json_last_error());*/\n }", "public function isConnected() {}", "public function isConnected() {}", "public function testConnection()\n {\n $lists = $this->_getLists();\n if ($lists === false) {\n return $this->_error;\n }\n\n return true;\n }", "public function testIndexSuccess()\n {\n $this->setAdminSession();\n $this->get($this->indexUrl);\n $this->assertResponseOk();\n }", "public function isSuccessful();", "public function isConnected() {}", "public function connect() {\n\t\treturn true;\n\t}", "function connect($r) {\n\t\t\t\tif($r == 0) echo \"{$r}-CONX-OK|\";\n\t\t\t\tif($r == 1) echo \"{$r}-Connection refused (unacceptable protocol version)|\";\n\t\t\t\tif($r == 2) echo \"{$r}-Connection refused (identifier rejected)|\";\n\t\t\t\tif($r == 3) echo \"{$r}-Connection refused (broker unavailable )|\"; \n\t\t}", "public function isOk() : bool\n {\n return $this->m_responseCode === 201;\n }", "protected function success()\n {\n $this->response = $this->response->withStatus(200);\n $this->jsonBody($this->payload->getOutput());\n }", "function ts3client_getConnectionStatus($serverConnectionHandlerID, &$result) {}", "public function testBasicExample()\n\t{\n\t\t$response = $this->call('GET', '/');\n\n\t\t$this->assertEquals(200, $response->getStatusCode());\n\t}", "public static function connection() \n {\n \n // if static variable isn't defined or is null, try to make the connection again\n if (!isset(CouchbaseConnect::$cb) || CouchbaseConnect::$cb == NULL) {\n return CouchbaseConnect::connect();\n }\n \n return CouchbaseConnect::$cb;\n }", "public function testSuccessSend()\n {\n $gateway = $this->app[CoinmarketcapGateway::class];\n $response = $gateway->send('/v1/cryptocurrency/info?id=1,2');\n $this->assertIsString($response);\n $response = json_decode($response, true);\n if (!config('cryptocurrencies.coinmarketcap.api_key')) {\n $this->assertEquals(401, array_get($response, 'status.error_code'));\n } else {\n $this->assertEquals(0, array_get($response, 'status.error_code'));\n }\n }", "public function testAvailable()\n {\n $response = $this->json('GET', '/api/list');\n\n $this->assertEquals(200, $response->status());\n\n\n }", "public function isRequestSuccessful()\n {\n return strtolower($this->transaction->getMessages()->getResultCode()) === 'ok';\n }", "public function test_request(){\n\n return $this->send_request( 'en', 'es', array( 'about' ) );\n\n }", "function ticketbud_server_connectivity_ok() {\n\t// skip the check on WPMU because the status page is hidden\n\tglobal $ticketbud_unused_api_key;\n\tif ( $ticketbud_unused_api_key )\n\t\treturn true;\n\t$servers = ticketbud_get_server_connectivity();\n\treturn !( empty($servers) || !count($servers) || count( array_filter($servers) ) < count($servers) );\n}", "public static function client_responce_category()\n {\n // Settings Paramethers\n $params = self::client_request_params();\n\n // Fire DB Request\n global $majax;\n $majax->query = self::db_request($params);\n\n // Debug\n // error_log('Category - New');\n\n // Process DB Responce\n self::db_process_responce();\n\n // Fire Client Responce\n self::client_responce_body();\n }", "public function testRequestGet()\n {\n $url = 'http://localhost:8080';\n $req = new HttpHeadRequest($url);\n \n $hopper = new Grasshopper();\n \n $hopper->addRequest($req);\n \n $result = $hopper->waitForAll();\n \n $res = $result[$url];\n \n if ($res instanceof SuccessEvent){\n $headers = $res->getResponse()->getHeadersParsed();\n echo print_r($headers,true) . PHP_EOL;\n \n $this->assertEquals(200, $res->getResponse()->getStatusCode());\n }\n else{\n $this->fail('GET request returned failure result');\n }\n }", "public function testGoodRegisteredControllerStatus()\n {\n $this->assertEquals(false, $this->getAndCheckForError('/dev/x1'));\n $this->assertEquals(false, $this->getAndCheckForError('/dev/x1/y1'));\n\n // Check response code is 500/ some sort of error\n $this->assertEquals(true, $this->getAndCheckForError('/dev/x2'));\n }", "public function index()\n {\n // Check database connection\n try {\n // Make sure the connection exists\n \\DB::connection()->getPdo();\n\n // Make sure the database exists\n \\DB::connection()->getDatabaseName();\n } catch (\\Exception $e) {\n return $this->generateResponse('Could not connect to the database: ' . $e->getMessage(), 501);\n }\n\n // Everything is OK\n return $this->generateResponse('OK');\n }", "protected function req($endpoint,$key)\n\t{\n\t\tif($row = $this->_validate_key($endpoint,$key))\n\t\t{\n\t\t\tif($this->track_request) \n\t\t\t\t$this->_logrequest($row);\n\n\t\t\treturn true;\n\t\t}\n\t\telse\n\t\t{\n\t\t\t// Just die now, no need to bubble\n\t\t\t$array = ['status'=>false,'message'=>'Sorry, you do not have access.'];\n\t\t\techo json_encode($array);die;\n\t\t}\n\t}", "public function test200()\n {\n $schedule = $this->createFactorySchedule();\n\n $user = $this->randomAdmin();\n\n $response = $this->requestToApi(\n $user, 'GET', '/schedules/'. $schedule->id\n );\n\n $response->assertStatus(200);\n }" ]
[ "0.64285827", "0.6066676", "0.58446276", "0.5782149", "0.5760063", "0.5724716", "0.56955963", "0.56575966", "0.56302404", "0.56277174", "0.56080234", "0.5606654", "0.5569124", "0.55672777", "0.55611724", "0.55568606", "0.5525591", "0.5525157", "0.55236715", "0.5517172", "0.5505818", "0.5502264", "0.54926276", "0.5489065", "0.5464595", "0.5437528", "0.54330146", "0.54257506", "0.5422955", "0.54201263", "0.54127514", "0.5411554", "0.5406692", "0.54008114", "0.5386892", "0.538028", "0.5369844", "0.53671616", "0.5354194", "0.5339403", "0.5317473", "0.52909756", "0.52849025", "0.52803576", "0.5273471", "0.5253605", "0.52367496", "0.5231507", "0.52253026", "0.52131546", "0.5212053", "0.52041286", "0.52007127", "0.51619095", "0.5160895", "0.51539814", "0.5150432", "0.5131399", "0.51285034", "0.5125687", "0.51040757", "0.5098148", "0.5093111", "0.50874436", "0.50861424", "0.5080939", "0.50807", "0.5077248", "0.5074987", "0.5073862", "0.5061036", "0.50578266", "0.5055202", "0.50539327", "0.50478226", "0.5044794", "0.50438523", "0.50438523", "0.5042716", "0.50426024", "0.5041565", "0.5041118", "0.5037199", "0.5035443", "0.50266474", "0.5015744", "0.50111187", "0.5008819", "0.5003878", "0.50005007", "0.49873862", "0.4973902", "0.49720174", "0.49715033", "0.4968901", "0.496591", "0.4964606", "0.49642268", "0.49614406", "0.49606708" ]
0.5773891
4
We haven't authed yet, if we can create a db here something is wrong
public function testCreateDbNoAuth() { self::$sag->createDatabase("sag-test-db"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private function initDatabase() {\n \n \n \n }", "function check_db(){\n if( ! $this->database_exists() ){\n $this->create_table();\n }\n }", "protected function createDatabaseStructure() {}", "abstract protected function initDB();", "private function make_db() {\n ee()->load->dbforge();\n $fields = array(\n 'id' => array('type' => 'varchar', 'constraint' => '32'),\n 'access' => array('type' => 'integer', 'constraint' => '10', 'unsigned' => true),\n 'data' => array('type' => 'text')\n );\n ee()->dbforge->add_field($fields);\n ee()->dbforge->add_key('id', true);\n ee()->dbforge->create_table($this->table_name);\n\n return true;\n }", "function create_database() \r\n {\r\n \t\t\t$this->tx_cbywebdav_devlog(1,\"create_database\",\"cby_webdav\",\"create_database\");\r\n\r\n // TODO\r\n return false;\r\n }", "protected function _setupDb()\n {\n // First, delete the DB if it exists\n $this->_teardownDb();\n \n // Then, set up a clean new DB and return it\n list ($host, $port, $db) = $this->_getUrlParts();\n $db = trim($db, '/');\n \n return Sopha_Db::createDb($db, $host, $port);\n }", "private function setupDatabase()\n {\n try {\n $db = new PDO(sprintf('mysql:host=%s;dbname=%s', $this->host, $this->dbName), $this->userName, $this->password);\n\n } catch (PDOException $e) {\n\n if (false != strpos($e->getMessage(), 'Unknown database')) {\n $db = new PDO(sprintf('mysql:host=%s', $this->host), $this->userName, $this->password);\n $db->exec(\"CREATE DATABASE IF NOT EXISTS `$this->dbName` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;\") or die(print_r($db->errorInfo(), true));\n\n } else {\n die('DB ERROR: ' . $e->getMessage());\n }\n\n $db = new PDO(sprintf('mysql:host=%s;dbname=%s', $this->host, $this->dbName), $this->userName, $this->password);\n }\n $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);\n\n return $db;\n }", "function new_db($name) {\n\t\t\t$sql = \"CREATE DATABASE IF NOT EXISTS \".$name;\n\t\t\tif ($this->checkup(\"\", $sql) != true) {\n\t\t\t\treturn $this->error(\"an error occured!\");\n\t\t\t}\n\n\t\t\t#\t\tif ( mysqli_query ($this->CONN, $sql ) ) {\n\t\t\tif ($this->one_query($sql)) {\n\t\t\t\treturn true;\n\t\t\t} else {\n\t\t\t\treturn $this->error(\"error while creating database '$name'!\");\n\t\t\t}\n\t\t}", "private final function _createDbStructure()\n {\n if ($conn = $this->_getConnection()) {\n $installer = new lib_Install('install');\n try {\n $installer->install();\n } catch (Exception $e) {\n app::log($e->getMessage(), app::LOG_LEVEL_ERROR);\n }\n }\n }", "private function check_db() {\n if (ee()->db->table_exists($this->table_name)) {\n return true;\n }\n return $this->make_db();\n }", "public function testCreateDb()\n {\n if (! $this->_url) $this->markTestSkipped(\"Test requires a CouchDb server set up - see TestConfiguration.php\");\n \n list($host, $port, $dbname) = $this->_getUrlParts();\n $dbname = trim($dbname, '/');\n \n $db = Sopha_Db::createDb($dbname, $host, $port);\n \n // Make sure DB now exists\n $response = Sopha_Http_Request::get($this->_url);\n $this->assertEquals(200, $response->getStatus());\n }", "function configure_db() {\n //Old data is deleted before adding the new db structure\n $db = DB::getInstance();\n //$file = new File(CORE_INSTALLER_FILES_PATH.'/db/init.sql', 'r');\n if(!$db->query(file_get_contents(CORE_INSTALLER_FILES_PATH.'/db/init.sql'))->error()) {\n return true;\n }\n return false;\n}", "private static function initialize_db() {\n\t\tif ( ! defined( 'WP_CLI_SNAPSHOT_DB' ) ) {\n\t\t\tdefine( 'WP_CLI_SNAPSHOT_DB', Utils\\trailingslashit( WP_CLI_SNAPSHOT_DIR ) . 'wp_snapshot.db' );\n\t\t}\n\n\t\tif ( ! ( file_exists( WP_CLI_SNAPSHOT_DB ) ) ) {\n\t\t\tself::create_tables();\n\n\t\t\treturn;\n\t\t}\n\n\t\t// phpcs:ignore PHPCompatibility.Extensions.RemovedExtensions.sqliteRemoved -- False positive.\n\t\tself::$dbo = new \\SQLite3( WP_CLI_SNAPSHOT_DB );\n\t}", "function createDB() {\r\n\t\t\r\n\t\tif( $this->state != 1 ) return false;\r\n\t\t\r\n\t\tglobal $dbName;\r\n\t\t$r = mysql_query( \"CREATE DATABASE `$dbName` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;\" );\r\n\t\t$this->connect();\r\n\t\t\r\n\t\treturn $r;\r\n\t}", "private static function initDatabase() {\n\t\t\tif (self::Config('use_db')) {\n\t\t\t\t$host = self::Config('mysql_host');\n\t\t\t\t$user = self::Config('mysql_user');\n\t\t\t\t$pass = self::Config('mysql_password');\n\t\t\t\t$name = self::Config('mysql_dbname');\n\t\t\t\tDBManager::init($host, $user, $pass, $name);\n\t\t\t}\n\t\t}", "function lti_maybe_create_db() {\n\tglobal $wpdb;\n\n\tget_lti_hash(); // initialise the remote login hash\n\n\t$wpdb->ltitable = $wpdb->base_prefix . 'lti';\n\tif ( lti_site_admin() ) {\n\t\t$created = 0;\n\t\tif ( $wpdb->get_var(\"SHOW TABLES LIKE '{$wpdb->ltitable}'\") != $wpdb->ltitable ) {\n\t\t\t$wpdb->query( \"CREATE TABLE IF NOT EXISTS `{$wpdb->ltitable}` (\n\t\t\t\t`id` bigint(20) NOT NULL auto_increment,\n\t\t\t\t`consumer_key` varchar(255) NOT NULL,\n\t\t\t\t`secret` varchar(255) NOT NULL,\n\t\t\t\t`active` tinyint(4) default '1',\n\t\t\t\tPRIMARY KEY (`id`)\n\t\t\t);\" );\n\t\t\t$created = 1;\n\t\t}\n\t\tif ( $created ) {\n\t\t\t?> <div id=\"message\" class=\"updated fade\"><p><strong><?php _e( 'LTI database table created.', 'wordpress-mu-lti' ) ?></strong></p></div> <?php\n\t\t}\n\t}\n\n}", "public static function create( $name ){ return Database::APICallUp( array('create' => $name), \"Could not create database \" . $name ); }", "static function create_temp_db() {\n\t\t$dbConn = DB::getConn();\n\t\t$dbname = 'tmpdb' . rand(1000000,9999999);\n\t\twhile(!$dbname || $dbConn->databaseExists($dbname)) {\n\t\t\t$dbname = 'tmpdb' . rand(1000000,9999999);\n\t\t}\n\t\t\n\t\t$dbConn->selectDatabase($dbname);\n\t\t$dbConn->createDatabase();\n\n\t\t$dbadmin = new DatabaseAdmin();\n\t\t$dbadmin->doBuild(true, false, true);\n\t\t\n\t\treturn $dbname;\n\t}", "public function testCreateExistingDbFails()\n {\n if (! $this->_url) $this->markTestSkipped(\"Test requires a CouchDb server set up - see TestConfiguration.php\");\n \n list($host, $port, $dbname) = $this->_getUrlParts();\n $dbname = trim($dbname, '/');\n \n try {\n $db = Sopha_Db::createDb($dbname, $host, $port);\n $this->fail(\"createDb was expected to fail with a 409 error code\");\n } catch (Sopha_Db_Exception $e) {\n $this->assertEquals(412, $e->getCode(), \"Error code is not 409\");\n }\n }", "private function initDB(){\n $sql = \"\n CREATE SCHEMA IF NOT EXISTS `\".$this->_database.\"` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;\n USE `\".$this->_database.\"` ;\n \";\n try {\n $dbh = new PDO(\"mysql:host=$this->_host\", $this->_username, $this->_password,array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'));\n $dbh->exec($sql)\n or die(print_r($dbh->errorInfo(), true));\n } catch (PDOException $e) {\n $err_data = array('stmt'=>'on init');\n Helper_Error::setError( Helper_Error::ERROR_TYPE_DB , $e->getMessage() , $err_data , $e->getCode() );\n die(\"DB init ERROR: \". $e->getMessage());\n }\n }", "function dbCreate() {\r\n $dbhost = 'localhost';\r\n $dbuser = 'admin';\r\n $dbpass = 'adminpass';\r\n $dbconn=mysqli_connect($dbhost,$dbuser,$dbpass);\r\n\r\n $query = \"DROP DATABASE IF EXISTS maindb;\";\r\n \r\n mysqli_query($dbconn, $query); \r\n\r\n $query = \"CREATE DATABASE IF NOT EXISTS maindb;\";\r\n \r\n mysqli_query($dbconn, $query);\r\n\r\n mysqli_close($dbconn);\r\n }", "private function initialiseDatabaseStructure(){\r\n $this->exec($this->userTableSQL);\r\n $query = \"INSERT INTO `user` (`userName`,`userEmail`,`userFirstName`,`userSurname`,`userPassword`,`userIsActive`,`userIsAdmin`) VALUES(?,?,?,?,?,?,?);\";\r\n $statement = $this->prepare($query);\r\n $password = md5('Halipenek3');\r\n $statement->execute(array('admin','[email protected]','Super','Admin',$password,1,1));\r\n\r\n //Create the knowledge Table\r\n $this->exec($this->knowledgeTableSQL);\r\n $this->exec($this->tagTableSQL);\r\n $this->exec($this->tagsTableSQL);\r\n }", "protected function initDB() {\r\n\r\n $qry = $this->getMain()->getDatabase()->get(\"*\", [\"table\" => \"Games\", \"name\" => $this->getName()]);\r\n\r\n if($qry instanceof \\SQLite3Result) {\r\n\r\n if($qry->num_rows == 0) { // Game not initiated in the db.\r\n\r\n $id = $this->getMain()->getDatabase()->get(\"*\", [\"table\" => \"Games\"]);\r\n\r\n $v3 = $this->getLevel()->getSafeSpawn();\r\n\r\n $v3Ser = $v3->x . \",\" . $v3->y . \",\" . $v3->z; // V32String\r\n\r\n $this->getMain()->getDatabase()->insert(\"Games\", [$this->getName(), $v3Ser, $v3Ser, $this->getMain()->getMaxPlayers(), $this->getMain()->getWaitTime(), $this->getMain()->getSeekTime(), $this->getMain()->getSeekersPercentage(), $id->num_rows+1]); // Inserting the db with new queries\r\n\r\n }\r\n\r\n } else {\r\n\r\n throw new \\Exception(\"Could not contact database.\");\r\n\r\n }\r\n\r\n }", "function CreateDB() {\n $sql = \"CREATE SCHEMA IF NOT EXISTS `mydb`\" .\n \"DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;\";\n performSQL($sql);\n}", "function Sql_DB_Create($db=\"\")\n {\n $query=$this->DB_Create_Query($db);\n $this->DB_Query($query);\n }", "private function open_db() {\n\n\t\t//var_dump($this->connection); exit;\n\n\t\t\n\n\t}", "private static function createTestChatDB()\n {\n $logger = new APILogger();\n\n $logger->debug(\"Creating TestChatDB.\", null);\n\n $testChatDB = new PDO('sqlite::memory:');\n\n if($testChatDB == null)\n {\n throw new PhavaException(\"Creating in-memory database failed!\");\n }\n\n $logger->info(\"Created in-memory database.\",null);\n\n $sql = file_get_contents(\"/app/init.sql\");\n\n if ($testChatDB->exec($sql) != false){\n $logger->info(\"In-memory database ready.\",null);\n self::$testChatDB = $testChatDB;\n }\n else {\n $logger->info(\"Failed to initialize in-memory database.\",null);\n }\n }", "function new_db( $name )\n\t{\n\t $sql = \"CREATE DATABASE \" . $name;\n\t\tif ( $this->checkup( \"\", $sql ) != true ) {\n\t\t\treturn $this->error( \"an error occured!\" );\n\t\t}\n\t\tif ( mysql_query ( $sql , $this->CONN ) ) {\n\t\t\treturn true;\n\t\t} else {\n\t\t\treturn $this->error ( \"error while creating database '$name'!\" );\n\t\t}\n\t}", "private function setUpAndReturnDatabaseStub() {}", "public function testDatabase()\n\t{\n\t\t// Or use putenv('TEST_DATABASE=true') in your tests to throw an error\n\t\tif (env('TEST_DATABASE', false) == true) {\n\t\t\tthrow new Exception('TEST_DATABASE_REGISTER', 422);\n\t\t}\n\t}", "protected function createDatabase()\n {\n\n $databaseFileName = strtolower(str::plural($this->moduleName));\n\n // Create Schema only in monogo database\n $databaseDriver = config('database.default');\n if ($databaseDriver == 'mongodb') {\n $this->createSchema($databaseFileName);\n }\n }", "private static function setupDB() {\n\t\t$tbl = self::$table;\n\t\t$dbw = wfGetDB( DB_MASTER );\n\t\twfDebugLog( __METHOD__, \"\\tCreating tables\\n\" );\n\t\t$dbw->query(\n\t\t\t\"CREATE TABLE IF NOT EXISTS $tbl ( pathway varchar(255), day varchar(50) )\", DB_MASTER\n\t\t);\n\t\twfDebugLog( __METHOD__, \"\\tDone!\\n\" );\n\t}", "protected function getDatabase() {}", "public static function setup_db()\r\n {\r\n $installed_ver = get_option( CART_CONVERTER . \"_db_version\" );\r\n\r\n // prevent create table when re-active plugin\r\n if ( $installed_ver != CART_CONVERTER_DB_VERSION ) {\r\n CartModel::setup_db();\r\n EmailModel::setup_db();\r\n //MailTemplateModel::setup_db();\r\n \r\n add_option( CART_CONVERTER . \"_db_version\", CART_CONVERTER_DB_VERSION );\r\n }\r\n }", "public function testInvalidConnectionCredentialsDB()\r\n\t\t{\r\n\t\t\tORM::init('mysql:host=localhost;dbname=doesnotexistdb', 'orm_username', 'orm_password');\r\n\t\t}", "function createDB($db)\n{\n require_once 'Doctrine/lib/Doctrine.php';\n spl_autoload_register(array('Doctrine', 'autoload'));\n\n try {\n $db = Doctrine_Manager::connection(\"sqlite:///$db\");\n $path = '@include_path@/HTTP/Session2/Container/Doctrine';\n$path = '/Applications/xampp/htdocs/phpcvs/pear/HTTP_SESSION2/HTTP/Session2/Container/Doctrine';\n $sql = Doctrine::generateSqlFromModels($path);\n $db->execute($sql);\n } catch (Doctrine_Exception $e) {\n if (!strstr($e->getMessage(), 'already exists')) {\n die(\"createDB sql error: {$e->getMessage()} ({$e->getCode()})\");\n }\n }\n}", "function dbInit()\n {\n if ( $this->IsConnected == false )\n {\n $this->Database = eZDB::globalDatabase();\n $this->IsConnected = true;\n }\n }", "private function openDb() {\n if(!$this->db) {\n $this->db = new Db();\n }\n }", "function db_startup(){\n\t\n\t}", "private function dbinit() {\n\t\tCheck::identifier( $this->table_sessions );\n\t\tCheck::identifier( $this->table_tokens );\n\n\t\t$change = 0;\n\t\tif ( ! gad( db_get_tables_meta( $this->db ), $this->table_tokens ) )\n\t\t{\n\t\t\t$this->trace( \"creating $this->table_tokens\" );\n\t\t\t$this->db->exec( \"\n\t\t\t\tCREATE TABLE IF NOT EXISTS $this->table_tokens(\n\t\t\t\t\trealm\t\tvarchar(32) not null,\n\t\t\t\t\ttoken\t\tvarchar(128) not null,\n\t\t\t\t\tkey\t\t\tvarchar(64) not null,\n\t\t\t\t\tsecret\tvarchar(64) not null,\n\t\t\t\t\tcreated\ttimestamptz not null default NOW(),\n\t\t\t\t\tPRIMARY KEY ( realm, token, key )\n\t\t\t\t)\n\t\t\t\" );\n\t\t\t$change++;\n\t\t}\n\n\t\tif ( ! gad( db_get_tables_meta( $this->db ), $this->table_sessions ) )\n\t\t{\n\t\t\t$this->db->exec( \"\n\t\t\t\tCREATE TABLE IF NOT EXISTS $this->table_sessions(\n\t\t\t\t\tnonce\t\tchar(40),\n\t\t\t\t\tsite\t\tvarchar(255),\n\t\t\t\t\tdata\t\tvarchar(255),\n\t\t\t\t\thost\t\tvarchar(255),\n\t\t\t\t\tip\t\t\tvarchar(16),\n\t\t\t\t\t\".$this->db->identifier('when').\" timestamp not null default NOW()\n\t\t\t\t)\n\t\t\t\");\n\t\t\t$change++;\n\t\t}\n\n\t\tif ( $change ) {\n\t\t\tdb_clear_meta( $this->db );\n\t\t\tdb_get_tables_meta( $this->db );\n\t\t}\n\n\t\treturn $this->db;\n\t}", "public function acfedu_create_fill_db() {\n\t\t\t\t$this->acfedu_check_table();\n\t\t\t\trequire_once( ABSPATH . 'wp-admin/includes/upgrade.php' );\n\t\t\t\tob_start();\n\t\t\t\tglobal $wpdb;\n //require_once( 'lib/import_nl.php' );\n //require_once( 'lib/import_be.php' );\n //require_once( 'lib/import_lux.php' );\n require_once( 'lib/import_id.php' );\n\t\t\t\t$sql = ob_get_clean();\n\t\t\t\tdbDelta( $sql );\n\t\t\t}", "public function create_db($dbname) {\n $this->dbname = $dbname;\n try {\n $sql = \"CREATE DATABASE \" . $this->dbname;\n $resulr = $this->conn->exec($sql);\n } catch (PDOException $e) {\n die(\"DB ERROR: \".$e->getMessage());\n }\n\n }", "function newSQLiteDatabase($dbname){\n //Try opening or creating the database.\n if ($db = sqlite_open($dbname, 0666, $errorMsg)) { //If that executes smoothly:\n echo \"Database created successfully or already exists.\";\n }\n else //If that didn't work:\n {\n //Print out the error message and move on.\n echo \"Database could not be created: \" . $errorMsg;\n }\n }", "private function _createDatabase($dbName) { \n try { \n $this->_openDbConnection();\n\n // Prüfen ob gleichnamige Datenbank existiert\n if (count($this->model->getDatabase($dbName)) !== 0) {\n throw new Exception('Gleichnamige Datenbank existiert schon!');\n }\n\n try {\n $this->model->createDatabase($dbName); \n } catch (Exception $ex) {\n throw new Exception('Erstellen der Datenbank fehlgeschlagen!<br />Möglicherweise hast du keine Berechtigung.');\n }\n $this->model->closeDbConnection($this->model->pdo);\n $return = true;\n } catch (Throwable $ex) {\n $return = $ex;\n }\n return $return;\n }", "function db_make($conn) {\n $dbname = \"rush00\";\n $query = \"DROP database if exists $dbname;\";\n if (mysqli_query($conn, $query))\n echo \"DB deleted\";\n else\n echo \"Error during delet-process\";\n $sql = \"CREATE DATABASE $dbname\";\n $check = mysqli_query($conn, $sql) ? \"Database created successfully\\n\" : \"Error creating database: \" . mysqli_error($conn);\n echo $check;\n ?><br><br><?php\n return ($conn);\n }", "public function initializeTemporaryDBmount() {}", "function checkIntegrityDb()\r\n\t{\r\n\t\treturn true;\r\n\t}", "public function connectToDB() {}", "public function db_create_qams_db(){\n\t\t$this->dsn = 'mysql:host='.$this->db_server;\n\t\t$db = $this->db_select;\n\t\t$user = $this->db_user;\n\t\t$pass = $this->db_pass;\n\t\t/* create database qams */\n$sql_query = <<<____SQL\n\tCREATE DATABASE IF NOT EXISTS `$db`;\n\t\tCREATE USER '$user'@'localhost' IDENTIFIED BY '$pass';\n\t\tGRANT ALL ON `$db`.* TO '$user'@'localhost';\n\t\tFLUSH PRIVILEGES;\n____SQL;\n$this->pdo_query($sql_query);\nrequire_once(\"Atomik/Db/Instance.php\");\n$this->dsn = 'mysql:host='.$this->db_server.';dbname='.$this->db_select;\n$this->dbh = new Atomik_Db_Instance($this->dsn, $this->db_user, $this->db_pass);\n$this->dbh->connect();\n/* create user table */\n$sql_query = <<<____SQL\n\t\tCREATE TABLE IF NOT EXISTS `bug_users` (\n\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t `fname` text NOT NULL,\n\t\t `lname` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,\n\t\t `username` text NOT NULL,\n\t\t `password` varchar(16) NOT NULL DEFAULT '',\n\t\t `function` text NOT NULL,\n\t\t `enterprise_id` int(11) NOT NULL,\n\t\t `telephone` tinytext NOT NULL,\n\t\t `email` text NOT NULL,\n\t\t `is_admin` tinyint(4) NOT NULL DEFAULT '0',\n\t\t `last_logged` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\t `dismissed` int(11) NOT NULL,\n\t\t `service_id` int(11) NOT NULL,\n\t\t `department_id` int(11) NOT NULL,\n\t\t `lotus_database` text NOT NULL,\n\t\t `overview` longtext NOT NULL,\n\t\t `property` text NOT NULL,\n\t\t `folder` text NOT NULL,\n\t\t PRIMARY KEY (`id`)\n\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;\n____SQL;\n$this->pdo_query($sql_query);\n\n/* create users's table */\n$sql_query = file_get_contents(\"../sql/users.sql\");\n$this->pdo_query($sql_query);\n\n$sql_query = <<<____SQL\nCREATE TABLE IF NOT EXISTS `user_join_function` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `user_id` int(11) NOT NULL,\n `function_id` int(11) NOT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n\n$sql_query = <<<____SQL\nCREATE TABLE IF NOT EXISTS `user_join_project` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `user_id` int(11) NOT NULL,\n `project_id` int(11) NOT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n\n$sql_query = <<<____SQL\nCREATE TABLE IF NOT EXISTS `user_join_review` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `user_id` int(11) NOT NULL,\n `review_id` int(11) NOT NULL,\n `copy` tinyint(4) NOT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n\n/* create company table */\n$sql_query = <<<____SQL\n\t\tCREATE TABLE IF NOT EXISTS `enterprises` (\n\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t `name` text NOT NULL,\n\t\t `description` text NOT NULL,\n\t\t `type_id` int(11) NOT NULL,\n\t\t PRIMARY KEY (`id`)\n\t\t) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/companies.sql\");\n$this->pdo_query($sql_query);\n/* create department table */\n$sql_query = <<<____SQL\n\t\tCREATE TABLE IF NOT EXISTS `departments` (\n\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t `name` text NOT NULL,\n\t\t `acronym` text NOT NULL,\n\t\t PRIMARY KEY (`id`)\n\t\t) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = <<<____SQL\n--\n-- Dumping data for table `departments`\n--\n\n\tLOCK TABLES `departments` WRITE;\n\tINSERT INTO `departments` VALUES \n\t(1,'Quality Department','DQ'),\n\t(2,'System Group','GS'),\n\t(3,'Electronic Group','GE'),\n\t(4,'Cockpit Group','GEC'),\n\t(5,'Contactor Group','GC'),\n\t(6,'Group','GVA'),\t\n\t(7,'Technical Department','DT');\n\tUNLOCK TABLES;\n____SQL;\n$this->pdo_query($sql_query);\n/* create aircrafts table */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `aircrafts` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `name` text NOT NULL,\n\t\t\t `description` text NOT NULL,\n `company_id` int(11) NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/aircrafts.sql\");\n$this->pdo_query($sql_query);\n/* create projects table */\n$sql_query = <<<____SQL\n\t\t\t\tCREATE TABLE IF NOT EXISTS `projects` (\n\t\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t\t `project` text COLLATE latin1_general_ci NOT NULL,\n\t\t\t\t `description` text COLLATE latin1_general_ci NOT NULL,\n\t\t\t\t `ata` int(11) NOT NULL,\n\t\t\t\t `aircraft_id` int(11) NOT NULL,\n\t\t\t\t `folder` text COLLATE latin1_general_ci NOT NULL,\n\t\t\t\t `workspace` text COLLATE latin1_general_ci NOT NULL,\n\t\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/projects.sql\");\n$this->pdo_query($sql_query);\n/* create items table */\n$sql_query = <<<____SQL\n CREATE TABLE IF NOT EXISTS `lrus` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `lru` text COLLATE latin1_general_ci NOT NULL,\n `project` int(11) NOT NULL,\n `description_lru` text COLLATE latin1_general_ci NOT NULL,\n `parent_id` int(11) NOT NULL,\n `abstract` text COLLATE latin1_general_ci NOT NULL,\n `part_number` text COLLATE latin1_general_ci NOT NULL,\n `dal` text COLLATE latin1_general_ci NOT NULL,\n `scope_id` int(11) NOT NULL,\n `manager_id` int(11) NOT NULL,\n PRIMARY KEY (`id`)\n ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; \n____SQL;\n$this->pdo_query($sql_query);\n/* create items systems jonctiontable */\n$sql_query = <<<____SQL\n\t\tCREATE TABLE IF NOT EXISTS `lru_join_project` (\n\t\t `id` int(11) NOT NULL auto_increment,\n\t\t `item_id` int(11) NOT NULL,\n\t\t `parent_id` int(11) NOT NULL,\n\t\t PRIMARY KEY (`id`)\n\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; \n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/eqpt.sql\");\n$this->pdo_query($sql_query);\n/* create reviews/meeting table */\n$sql_query = <<<____SQL\n\t\t\t\t\tCREATE TABLE IF NOT EXISTS `reviews` (\n\t\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t\t `title` text NOT NULL,\n\t\t\t\t `attendee` text NOT NULL,\n\t\t\t\t `managed_by` text NOT NULL,\n\t\t\t\t `aircraft` int(11) NOT NULL,\n\t\t\t\t `project` int(11) NOT NULL,\n\t\t\t\t `lru` int(11) NOT NULL,\n\t\t\t\t `type` int(11) NOT NULL,\n\t\t\t\t `objective` text NOT NULL,\n\t\t\t\t `description` longtext NOT NULL,\n\t\t\t\t `comment` longtext NOT NULL,\n\t\t\t\t `status` int(11) NOT NULL,\n\t\t\t\t `date` date NOT NULL,\n\t\t\t\t `mom_id` int(11) NOT NULL,\n\t\t\t\t `event` int(11) NOT NULL,\n\t\t\t\t `previous_id` int(11) NOT NULL,\n\t\t\t\t `date_end` date NOT NULL,\n\t\t\t\t `subject` text NOT NULL,\n\t\t\t\t PRIMARY KEY (`id`)\n\t\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n/* create reviews attachment table */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `reviews_attachment` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `data_id` int(11) NOT NULL,\n\t\t\t `ext` text NOT NULL,\n\t\t\t `real_name` text NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\t\t\t\n/* create reviews type table */\t\n$sql_query = <<<____SQL\n\t\t\t\tCREATE TABLE IF NOT EXISTS `review_type` (\n\t\t\t\t `id` int(11) NOT NULL auto_increment,\n\t\t\t\t `type` text NOT NULL,\n\t\t\t\t `description` text NOT NULL,\n\t\t\t\t `scope_id` int(11) NOT NULL,\n\t\t\t\t `objectives` text NOT NULL,\n\t\t\t\t `inputs` text NOT NULL,\n\t\t\t\t `activities` text NOT NULL,\n\t\t\t\t `outputs` text NOT NULL,\n\t\t\t\t `schedule` text NOT NULL,\n\t\t\t\t `company_id` tinyint(4) NOT NULL,\n\t\t\t\t `last_item` int(11) NOT NULL,\n\t\t\t\t KEY `id` (`id`)\n\t\t\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=52 ;\n____SQL;\n$this->pdo_query($sql_query);\n/* insert reviews type list */\n$sql_query = file_get_contents(\"../sql/reviews_type.sql\");\n$this->pdo_query($sql_query);\n\n/* checklists */\n$sql_query = <<<____SQL\n--\n-- Table structure for table `checklist_questions`\n--\n\nCREATE TABLE IF NOT EXISTS `checklist_questions` (\n\t\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t\t `review_id` int(11) NOT NULL,\n\t\t\t\t `tag` text NOT NULL,\n\t\t\t\t `question` text NOT NULL,\n\t\t\t\t `item_order` int(11) NOT NULL,\n\t\t\t\t PRIMARY KEY (`id`)\n\t\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/questions.sql\");\n$this->pdo_query($sql_query);\n\n/* insert status table */\n$sql_query = <<<____SQL\n\t\t\t\t\tCREATE TABLE IF NOT EXISTS `bug_status` (\n\t\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t\t `name` text NOT NULL,\n\t\t\t\t `description` text NOT NULL,\n\t\t\t\t `type` mediumtext NOT NULL,\n\t\t\t\t PRIMARY KEY (`id`)\n\t\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n/* import status list */\n$sql_query = file_get_contents(\"../sql/status.sql\");\n$this->pdo_query($sql_query);\n/* insert category table */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `bug_category` (\n\t\t\t `id` smallint(6) NOT NULL AUTO_INCREMENT,\n\t\t\t `name` text NOT NULL,\n\t\t\t `description` text,\n\t\t\t `type` text NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;\n____SQL;\n$this->pdo_query($sql_query);\n/* import category list */\n$sql_query = file_get_contents(\"../sql/categories.sql\");\n$this->pdo_query($sql_query);\n/* insert actions table */\n$sql_query = <<<____SQL\n\t\t\t\t\tCREATE TABLE IF NOT EXISTS `actions` (\n\t\t\t\t `id` smallint(6) NOT NULL AUTO_INCREMENT,\n\t\t\t\t `project` int(11) NOT NULL,\n\t\t\t\t `context` text,\n\t\t\t\t `review` int(11) NOT NULL,\n\t\t\t\t `lru` int(11) DEFAULT NULL,\n\t\t\t\t `posted_by` int(11) DEFAULT NULL,\n\t\t\t\t `assignee` int(11) NOT NULL,\n\t\t\t\t `Description` longtext,\n\t\t\t\t `criticality` int(11) DEFAULT NULL,\n\t\t\t\t `status` int(11) DEFAULT NULL,\n\t\t\t\t `date_open` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\t\t\t `date_expected` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',\n\t\t\t\t `date_closure` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',\n\t\t\t\t `comment` text NOT NULL,\n\t\t\t\t `duration` int(11) NOT NULL,\n\t\t\t\t KEY `id` (`id`)\n\t\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n/* table of attachemnts*/\n$sql_query = <<<____SQL\n--\n-- Table structure for table `action_attachment`\n--\n\nCREATE TABLE IF NOT EXISTS `actions_attachment` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `data_id` int(11) NOT NULL,\n `name` text NOT NULL,\n `real_name` text NOT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;\n____SQL;\n$this->pdo_query($sql_query);\t\t\t\n/* insert severity table */\n$sql_query = <<<____SQL\n\t\t\t\tCREATE TABLE IF NOT EXISTS `bug_criticality` (\n\t\t\t `level` smallint(6) NOT NULL AUTO_INCREMENT,\n\t\t\t `name` text NOT NULL,\n\t\t\t `description` text,\n\t\t\t `type` mediumtext NOT NULL,\n\t\t\t KEY `level` (`level`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/severity.sql\");\n$sql_query = <<<____SQL\n\t\tINSERT INTO `bug_criticality` (`level`, `name`, `description`, `type`) VALUES\n\t\t(3, 'Severe', 'work product is still usable in some cases, data could be lost or corrupted', 'spr'),\n\t\t(2, 'Medium', 'he work product is usable and fairly stable, but some functionality is not available or creates problems', 'spr'),\n\t\t(1, 'Minor', 'the work product is usable and stable', 'spr'),\n\t\t(4, 'Showstopper', 'user cannot continue to use the work product', 'spr'),\n\t\t(10, 'Action', 'An action is an assignment to an organization or person with a date for completion to correct a finding, error, or deficiency identified when conducting a review. ', 'action'),\n\t\t(11, 'Finding', 'A finding is the identification of a failure to show compliance to one or more of the means of compliance objectives.', 'action'),\n\t\t(12, 'Observation', 'An observation is the identification of a potential life cycle process improvement. An observation is not a compliance issue and does not need to be addressed before approval.', 'action'),\n\t\t(13, 'Major', 'Used in Airbus proof reading', 'Airbus'),\n\t\t(14, 'Task', NULL, 'action'),\n\t\t(15, 'Issue', 'An issue is a concern not specific to software compliance or process improvement but may be a safety, system, program management, organizational, or other concern that is detected during a software review.', 'action'),\n\t\t(16, 'Low', 'Low priority', 'data'),\n\t\t(17, 'Medium', 'Medium priority', 'data'),\n\t\t(18, 'High', 'High priority', 'data');\n____SQL;\n$this->pdo_query($sql_query);\n$this->pdo_query($sql_query);\n/* insert remarks table */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `bug_messages` (\n\t\t\t `category` int(11) NOT NULL DEFAULT '0',\n\t\t\t `criticality` int(11) NOT NULL DEFAULT '0',\n\t\t\t `application` int(11) NOT NULL DEFAULT '0',\n\t\t\t `subject` text NOT NULL,\n\t\t\t `description` longtext NOT NULL,\n\t\t\t `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\t\t `posted_by` text NOT NULL,\n\t\t\t `status` int(11) NOT NULL,\n\t\t\t `paragraph` text NOT NULL,\n\t\t\t `line` text NOT NULL,\n\t\t\t `justification` text NOT NULL,\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `reply_id` int(11) NOT NULL DEFAULT '0',\n\t\t\t `action_id` int(11) NOT NULL,\n\t\t\t KEY `id` (`id`),\n\t\t\t FULLTEXT KEY `description` (`description`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n/* insert peer review tables */\n$sql_query = <<<____SQL\n CREATE TABLE IF NOT EXISTS `peer_review_location` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `data_id` int(11) NOT NULL,\n `name` text NOT NULL,\n `ext` text NOT NULL,\n `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n `nb_remarks` int(11) NOT NULL,\n `open_remarks` int(11) NOT NULL,\n `type_id` int(11) NOT NULL,\n PRIMARY KEY (`id`)\n ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;\n____SQL;\n$this->pdo_query($sql_query);\n/* insert peer review types */\n$sql_query = file_get_contents(\"../sql/peer_review_type.sql\");\n$this->pdo_query($sql_query);\n/* insert data table */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `bug_applications` (\n `id` smallint(6) NOT NULL AUTO_INCREMENT,\n `project` int(11) NOT NULL,\n `application` text NOT NULL,\n `description` text NOT NULL,\n `abstract` text NOT NULL,\n `version` text NOT NULL,\n `lru` int(11) NOT NULL,\n `type` int(11) NOT NULL,\n `status` int(11) NOT NULL,\n `location` text NOT NULL,\n `peer_review` text NOT NULL,\n `date_published` date NOT NULL,\n `date_review` date NOT NULL,\n `author_id` int(11) NOT NULL,\n `last_read` date NOT NULL,\n `previous_data_id` int(11) NOT NULL,\n `acceptance` longtext NOT NULL,\n `password` text NOT NULL,\n `keywords` text NOT NULL,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t `priority_id` int(11) NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n\n/* import documents */\n$sql_query = file_get_contents(\"../sql/documents.sql\");\n$this->pdo_query($sql_query);\n/* create PR link table */\n$sql_query = <<<____SQL\n\t\tCREATE TABLE IF NOT EXISTS `pr_link` (\n\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t `pr_id` int(11) NOT NULL,\n\t\t `data_id` int(11) NOT NULL,\n\t\t PRIMARY KEY (`id`)\n\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;\n____SQL;\n$this->pdo_query($sql_query);\n/* import document types */\n$sql_query = <<<____SQL\n--\n-- Table structure for table `data_cycle_type`\n--\n\nCREATE TABLE IF NOT EXISTS `data_cycle_type` (\n `id` smallint(6) NOT NULL AUTO_INCREMENT,\n `name` text NOT NULL,\n `description` text,\n `cc` int(11) NOT NULL,\n `comment` text NOT NULL,\n `group_id` int(11) NOT NULL,\n `review` int(11) NOT NULL DEFAULT '1',\n KEY `level` (`id`)\n) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/data_types.sql\");\n$this->pdo_query($sql_query);\n\n$sql_query = <<<____SQL\n\t\t--\n\t\t-- Table structure for table `data_join_review`\n\t\t--\n\n\t\tCREATE TABLE IF NOT EXISTS `data_join_review` (\n\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t `data_id` int(11) NOT NULL,\n\t\t `review_id` int(11) NOT NULL,\n\t\t PRIMARY KEY (`id`)\n\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n\n$sql_query = <<<____SQL\n\t\t\t--\n\t\t\t-- Table structure for table `data_location`\n\t\t\t--\n\n\t\t\tCREATE TABLE IF NOT EXISTS `data_location` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `data_id` int(11) NOT NULL,\n\t\t\t `name` text NOT NULL,\n\t\t\t `real_name` text NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=719 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/data_location.sql\");\n$this->pdo_query($sql_query);\n/* insert baseline tables */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `baselines` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `description` text NOT NULL,\n\t\t\t `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `baseline_join_review` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `baseline_id` int(11) NOT NULL,\n\t\t\t `review_id` text NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `baseline_join_project` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `baseline_id` int(11) NOT NULL,\n\t\t\t `project_id` int(11) NOT NULL,\n\t\t\t `lru_id` int(11) NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `baseline_join_data` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `baseline_id` int(11) NOT NULL,\n\t\t\t `data_id` int(11) NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/baselines.sql\");\n$this->pdo_query($sql_query);\n/* Last revision of a document */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `data_last` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `reference` text NOT NULL,\n\t\t\t `data_id` int(11) NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;\n____SQL;\n$this->pdo_query($sql_query);\n/* Last data read */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `last_data_read` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `data_id` int(11) NOT NULL,\n\t\t\t `read_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\t\t `user_id` int(11) NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;\n____SQL;\n$this->pdo_query($sql_query);\n/* Enterprises type */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `enterprise_type` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `name` text NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5;\n\t\t\tINSERT INTO `enterprise_type` (`id`, `name`) VALUES\n\t\t\t(1, 'Aircraft Manufacturer'),\n\t\t\t(2, 'Equipment Supplier'),\n\t\t\t(3, 'Engineering Consulting'),\n\t\t\t(4, 'Rail sector manufacturer');\n____SQL;\n$this->pdo_query($sql_query);\n/* Group type */\n$sql_query = <<<____SQL\n\t\t\t\tCREATE TABLE IF NOT EXISTS `group_type` (\n\t\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t\t `name` text NOT NULL,\n\t\t\t\t PRIMARY KEY (`id`)\n\t\t\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;\n\t\t\t\t\n\t\t\t\t--\n\t\t\t\t-- Contenu de la table `group_type`\n\t\t\t\t--\n\t\t\t\t\n\t\t\t\tINSERT INTO `group_type` (`id`, `name`) VALUES\n\t\t\t\t(1, 'Specification'),\n\t\t\t\t(2, 'Plan'),\n\t\t\t\t(3, 'Interface'),\n\t\t\t\t(4, 'Verification'),\n\t\t\t\t(5, 'Certification'),\n\t\t\t\t(6, 'Safety'),\n\t\t\t\t(7, 'Production'),\n\t\t\t\t(8, 'Design'),\n\t\t\t\t(9, 'Configuration'),\n\t\t\t\t(10, 'Notes and MoM'),\n\t\t\t\t(11, 'Methodology');\n____SQL;\n$this->pdo_query($sql_query);\n/* Scope */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `scope` (\n\t\t\t `id` int(11) NOT NULL AUTO_INCREMENT,\n\t\t\t `scope` text NOT NULL,\n\t\t\t `description` text NOT NULL,\n\t\t\t `abrvt` text NOT NULL,\n\t\t\t PRIMARY KEY (`id`)\n\t\t\t) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;\n\t\t\t\n\t\t\t--\n\t\t\t-- Contenu de la table `scope`\n\t\t\t--\n\t\t\t\n\t\t\tINSERT INTO `scope` (`id`, `scope`, `description`, `abrvt`) VALUES\n\t\t\t(1, 'System', '', 'Sys'),\n\t\t\t(2, 'Software', '', 'Sw'),\n\t\t\t(3, 'Hardware', '', 'Hw'),\n\t\t\t(4, 'Equipment', '', 'Eqpt'),\n\t\t\t(5, 'PLD', '', 'PLD'),\n\t\t\t(6, 'Board', '', 'Board');\n____SQL;\n$this->pdo_query($sql_query);\n/* Wiki */\n$sql_query = <<<____SQL\n\t\t\tCREATE TABLE IF NOT EXISTS `spip_articles` (\n\t\t\t `id_article` bigint(21) NOT NULL auto_increment,\n\t\t\t `surtitre` text NOT NULL,\n\t\t\t `titre` text NOT NULL,\n\t\t\t `soustitre` text NOT NULL,\n\t\t\t `id_rubrique` bigint(21) NOT NULL default '0',\n\t\t\t `descriptif` text NOT NULL,\n\t\t\t `chapo` mediumtext NOT NULL,\n\t\t\t `texte` longtext NOT NULL,\n\t\t\t `ps` mediumtext NOT NULL,\n\t\t\t `date` datetime NOT NULL default '0000-00-00 00:00:00',\n\t\t\t `statut` varchar(10) NOT NULL default '0',\n\t\t\t `id_secteur` bigint(21) NOT NULL default '0',\n\t\t\t `maj` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,\n\t\t\t `export` varchar(10) default 'oui',\n\t\t\t `date_redac` datetime NOT NULL default '0000-00-00 00:00:00',\n\t\t\t `visites` int(11) NOT NULL default '0',\n\t\t\t `referers` int(11) NOT NULL default '0',\n\t\t\t `popularite` double NOT NULL default '0',\n\t\t\t `accepter_forum` char(3) NOT NULL default '',\n\t\t\t `date_modif` datetime NOT NULL default '0000-00-00 00:00:00',\n\t\t\t `lang` varchar(10) NOT NULL default '',\n\t\t\t `langue_choisie` varchar(3) default 'non',\n\t\t\t `id_trad` bigint(21) NOT NULL default '0',\n\t\t\t `extra` longtext,\n\t\t\t `id_version` int(10) unsigned NOT NULL default '0',\n\t\t\t `nom_site` tinytext NOT NULL,\n\t\t\t `url_site` varchar(255) NOT NULL default '',\n\t\t\t PRIMARY KEY (`id_article`),\n\t\t\t KEY `id_rubrique` (`id_rubrique`),\n\t\t\t KEY `id_secteur` (`id_secteur`),\n\t\t\t KEY `id_trad` (`id_trad`),\n\t\t\t KEY `lang` (`lang`),\n\t\t\t KEY `statut` (`statut`,`date`)\n\t\t\t) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;\n____SQL;\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/wiki.sql\");\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/do.sql\");\n$this->pdo_query($sql_query);\n$sql_query = file_get_contents(\"../sql/abd100.sql\");\n$this->pdo_query($sql_query);\n\t}", "public function checkDatabaseStructure( );", "function checkIfDatabaseIsCreated(){\n\tglobal $connect;\n\t$query1 = \"create table if not exists Register(id INT AUTO_INCREMENT PRIMARY KEY,firstname VARCHAR(20),lastname VARCHAR(20),email VARCHAR(30),password VARCHAR(20));\";\n\tmysqli_query($connect, $query1) or die (mysqli_error($connect));\n}", "function CreateDatabaseIfNoneExists() {\n $link = mysql_connect($this->servername, $this->username, $this->password);\n \n if (!$link) {\n die('Could not connect: ' . mysql_error());\n }\n \n //Make Players the current database\n $db_selected = mysql_select_db($this->dbname, $link);\n \n //Checking if the database exists, if it doesn't make it\n if (!$db_selected) {\n $file_content = file('PlayerSpins.sql');\n $query = \"\";\n foreach($file_content as $sql_line){\n if(trim($sql_line) != \"\" && strpos($sql_line, \"--\") === false){\n $query .= $sql_line;\n if (substr(rtrim($query), -1) == ';'){\n //echo $query;\n $result = mysql_query($query)or die(mysql_error());\n $query = \"\";\n }\n }\n }\n }\n mysql_close($link);\n }", "public function initDatabase()\n {\n $this->call('migrate');\n\n $userModel = config('admin.database.users_model');\n\n if ($userModel::count() == 0) {\n $this->call('db:seed', ['--class' => AdminSeeder::class]);\n }\n }", "function create_new_database($db, $name)\n{\n $error = $db->query(\"DROP DATABASE IF EXISTS {$name};\");\n $error = $db->query(\"CREATE DATABASE IF NOT EXISTS {$name};\");\n}", "private function create()\n {\n if ($this->isRequired()) {\n $db = Database::getDatabaseConnection();\n $db->exec($this->getDropQuery());\n $db->exec($this->getCreateQuery());\n $this->populate($db);\n }\n }", "protected function prepareDatabase()\n {\n $this->stateSaver->setConnection($this->input->getOption('database'));\n\n if (!$this->stateSaver->repositoryExists()) {\n $options = ['--database' => $this->input->getOption('database')];\n $this->call('migrate:install', $options);\n }\n }", "function installDatabase()\n\t{\n\t\tif (!$this->setup->getClient()->db_exists)\n\t\t{\n\t\t\tif ($_POST[\"chk_db_create\"])\n\t\t\t{\n\t\t\t\tif (!$this->setup->createDatabase($_POST[\"collation\"]))\n\t\t\t\t{\n\t\t\t\t\tilUtil::sendFailure($this->lng->txt($this->setup->getError()), true);\n\t\t\t\t\tilUtil::redirect(\"setup.php?cmd=displayDatabase\");\n\t\t\t\t}\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tilUtil::sendFailure($this->lng->txt(\"database_not_exists_create_first\"), true);\n\t\t\t\tilUtil::redirect(\"setup.php?cmd=displayDatabase\");\n\t\t\t}\n\t\t}\n\t\tif (!$this->setup->installDatabase())\n\t\t{\n\t\t\tilUtil::sendFailure($this->lng->txt($this->setup->getError()), true);\n\t\t}\n\t\telse\n\t\t{\n\t\t\tilUtil::sendSuccess($this->lng->txt(\"database_installed\"), true);\n\t\t}\n\t\tilUtil::redirect(\"setup.php?cmd=displayDatabase\");\n\t}", "static function create_temp_db() {\n\t\trestore_error_handler();\n\t\t\n\t\t// Create a temporary database\n\t\t$dbConn = DB::getConn();\n\t\t$prefix = defined('SS_DATABASE_PREFIX') ? SS_DATABASE_PREFIX : 'ss_';\n\t\t$dbname = strtolower(sprintf('%stmpdb', $prefix)) . rand(1000000,9999999);\n\t\twhile(!$dbname || $dbConn->databaseExists($dbname)) {\n\t\t\t$dbname = strtolower(sprintf('%stmpdb', $prefix)) . rand(1000000,9999999);\n\t\t}\n\n\t\t$dbConn->selectDatabase($dbname);\n\t\t$dbConn->createDatabase();\n\n\t\t$st = new SapphireTest();\n\t\t$st->resetDBSchema();\n\t\t\n\t\t// Reinstate PHPUnit error handling\n\t\tset_error_handler(array('PHPUnit_Util_ErrorHandler', 'handleError'));\n\t\t\n\t\treturn $dbname;\n\t}", "function MetaDatabases() {}", "public static function createDB($dbname) {\n\t\t\t$query = \"CREATE DATABASE IF NOT EXISTS `campDiaries`\";\n\t\t\tself::$db = DB::query($query);\n\t\t\t$select_db = mysqli_select_db(self::$con, 'campDiaries');\n\n\t\t\t//create tables\n\t\t\t$query = \"CREATE TABLE IF NOT EXISTS `users_test` (\n\t\t\t`userid` TINYINT(3) NOT NULL AUTO_INCREMENT,\n\t\t\t`username` VARCHAR(50) NOT NULL ,\n\t\t\t`password` VARCHAR(12) NOT NULL ,\n\t\t\t`age` TINYINT(2),\n\t\t\tPRIMARY KEY (`userid`)\";\n\t\t\tDB::query($query);\n\t\t}", "protected function setUpTestDatabase() {}", "function sql_create_db($dbOptions=array()){\n\t$dbOptions = array_merge(array(\n\t\t'collation' => 'utf8_bin',\n\t\t'name' => null\n\t), $dbOptions);\n\n\tif( $dbOptions['name'] ){\n\t\tsql_dump($query = 'CREATE DATABASE IF NOT EXISTS ' . sql_quote($dbOptions['name'], true) . ' COLLATE ' . $dbOptions['collation']);\n\t\t$back = sql_query($query, array(), null);\n\t\treturn $back;\n\t\t\n\t}\n\treturn false;\n}", "function migrate_db() {\r\n \r\n // $migrater->create_migrations_table();\r\n // $migrater->build_schema();\r\n }", "private function primeDatabaseServer(): void\n {\n try {\n $this->connection->getSchemaManager()->dropAndCreateDatabase(BuoyRepository::BUOY_DATABASE_NAME);\n } catch (\\Exception $e) {\n return;\n }\n }", "public function prepareDatabase()\n {\n // If SQLite database does not exist, create it\n if ($this->config->database['connection'] === 'sqlite') {\n $path = $this->config->database['database'];\n if ( ! $this->fileExists($path) && is_dir(dirname($path))) {\n $this->write(\"Creating $path ...\");\n touch($path);\n }\n }\n }", "public function testDatabase()\n {\n $user = factory(App\\User::class)->create();\n $user = factory(App\\User::class)->create([\n 'name' => 'Abigail',\n ]);\n\n }", "function create_database($data)\n\t{\n\t\t// Connect to the database\n\t\t$mysqli = new mysqli($data['db_host'],$data['db_username'],$data['db_password'],'');\n\n\t\t// Check for errors\n\t\tif(mysqli_connect_errno())\n\t\t\treturn false;\n\n\t\t// Create the prepared statement\n\t\t$mysqli->query(\"CREATE DATABASE IF NOT EXISTS \".$data['db_name']);\n\n\t\t// Close the connection\n\t\t$mysqli->close();\n\n\t\treturn true;\n\t}", "function dbInit()\n {\n if ( $this->IsConnected == false )\n {\n $this->Database =& eZDB::globalDatabase();\n $this->IsConnected = true;\n }\n }", "protected function createDatabaseConnection()\r\n\t{\r\n\t\t$this->dbConnectionPool = new \\Bitrix\\Main\\Db\\DbConnectionPool();\r\n\t}", "public function run()\n {\n if (DB ::table('users') -> get() -> count() == 0)\n {\n DB ::table('users') -> insert(\n [\n 'name'=>'master',\n 'email'=>'[email protected]',\n 'password'=>bcrypt('123456'),\n 'created_at' => Carbon ::now(),\n 'updated_at' => Carbon ::now(),\n ]\n );\n\n }\n else\n {\n echo \"\\nError ! there is a master\\n\";\n }\n\n factory(User::class, 9)->create();\n }", "function createDatabase(){\r\n $servername = \"localhost\";\r\n $username = \"root\";\r\n $password = \"\";\r\n \r\n // Create connection\r\n $conn = new mysqli($servername, $username, $password);\r\n \r\n // Check connection\r\n if ($conn->connect_error) {\r\n die(\"Connection failed: \" . $conn->connect_error);\r\n }\r\n \r\n // Create database\r\n $sql = \"CREATE DATABASE IF NOT EXISTS myDB;\";\r\n if ($conn->query($sql) === FALSE) {\r\n echo \"Error creating database: \" . $conn->error. \"<br>\";\r\n }\r\n $conn->close();\r\n setUp();\r\n}", "function dead_db()\n {\n }", "function initDB(PDO $db) {\n $db->exec('drop table if exists \"caching\"');\n $db->exec('CREATE TABLE \"caching\" (\"id\" INTEGER PRIMARY KEY AUTOINCREMENT, \"keyword\" VARCHAR UNIQUE, \"object\" BLOB, \"exp\" INTEGER)');\n $db->exec('CREATE UNIQUE INDEX \"cleaup\" ON \"caching\" (\"keyword\",\"exp\")');\n $db->exec('CREATE INDEX \"exp\" ON \"caching\" (\"exp\")');\n $db->exec('CREATE UNIQUE INDEX \"keyword\" ON \"caching\" (\"keyword\")');\n }", "public function setupDatabase()\n {\n exec('rm ' . storage_path() . '/testdb.sqlite');\n exec('cp ' . 'database/database.sqlite ' . storage_path() . '/testdb.sqlite');\n }", "public function create_db($db_name,$auto_select=true)\n {\n \tif($db_name == \"\") die(\"ERROR: New table name not defined\");\n \tif(mysqli_select_db($table_name) && DEVELOPMENT == true) echo \"WARNING: Database '\" . $db_name . \"' already exists\";\n\t $query = \"CREATE DATABASE IF NOT EXISTS $db_name;\";\n\t\t\t$data = mysqli_query($this->mysql, $query);\n if(!$data) die(\"ERROR: \" . mysqli_error($this->mysql));\n if($auto_select) mysqli_select_db($db_name);\n return true;\n }", "function augmentDatabase() {\r\n\t}", "public function initDatabaseStructure( );", "function create_database() {\n\ttry {\n\t\t// Set the data source name.\n\t\t$dsn = 'mysql:host=' . DATABASE_HOST . ';charset=utf8';\n\t\t\n\t\t// Attempt to establish the connection.\n\t\t$db = new PDO($dsn, DATABASE_USER, DATABASE_PASS);\n\n\t\t// We want to catch PDOExceptions.\n\t\t$db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);\n\n\t\t// Does the database already exist?\n\t\t$statement = $db->prepare('SELECT SCHEMA_NAME FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = ?');\n\t\t$statement->execute([ DATABASE_NAME ]);\n\n\t\tif ($statement->rowCount() > 0) {\n\t\t\t// Drop it, because we want to reinstall.\n\t\t\t$db->query('DROP DATABASE ' . DATABASE_NAME);\n\t\t}\n\n\t\t// Create the database.\n\t\t$db->query('CREATE DATABASE ' . DATABASE_NAME);\n\t\n\t\t// Set UTF8 as the default character set.\n\t\t$db->query('ALTER DATABASE ' . DATABASE_NAME . ' CHARACTER SET utf8 COLLATE utf8_general_ci');\n\n return true;\n\n\t} catch (PDOException $e) {\n\t\techo '<pre>';\n\t\tprint_r($e);\n\t\techo '</pre>';\n\t\treturn false;\n\n\t} catch (Exception $e) {\n\t\treturn false;\n\t}\n}", "public function new_db($name)\n\t\t{\tif (! isset($this->link))\n\t\t\t\t$this->connect();\n\n\t\t\t$query = \"CREATE DATABASE IF NOT EXISTS \" . $name;\n\n\t\t\ttry\n\t\t\t{\tif (mysql_query($query, $this->link))\n\t\t\t\t\tthrow new Exception(\"Cannot create database \" . $name);\n\n\t\t\t\t$this->db = $name;\n\t\t\t}\n\t\t\tcatch (Exception e)\n\t\t\t{\techo $e->getMessage() . \"<br/>\";\n\t\t\t\techo mysql_error();\n\t\t\t\texit;\n\t\t\t}\n\t\t}", "protected function isDatabaseReady()\n {\n // Such as during setup of testsession prior to DB connection.\n if (!DB::is_active()) {\n return false;\n }\n\n // If we have a DB of the wrong type then complain\n if (!(DB::get_conn() instanceof MySQLDatabase)) {\n throw new Exception('HybridSessions\\Store\\DatabaseStore currently only works with MySQL databases');\n }\n\n // Prevent freakout during dev/build\n return ClassInfo::hasTable('HybridSessionDataObject');\n }", "protected function _initDbConnection() {\n\t\tif (!empty($this->db)) {\n\t\t\treturn;\n\t\t}\n\t\t\n\t\t// Create a new connection\n\t\tif (empty($this->config['datasource'])) {\n\t\t\tdie(\"FeedAggregatorPdoStorage: no datasource configured\\n\");\n\t\t}\n\n\t\t// Initialise a new database connection and associated schema.\n\t\t$db = new PDO($this->config['datasource']); \n\t\t$this->_initDbSchema();\n\t\t\n\t\t// Check the database tables exist\n\t\t$this->_initDbTables($db);\n\n\t\t// Database successful, make it ready to use\n\t\t$this->db = $db;\n\t}", "function setupDatabase($db){\n\t\tif($db == null) throw new Exception(\"Database is not given\");\n\t\t\n $sqlBirthdays = \"\n CREATE TABLE IF NOT EXISTS `birthdays` (\n `key` int(11) NOT NULL AUTO_INCREMENT,\n `date` date NOT NULL,\n `name` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,\n PRIMARY KEY (`key`)\n\t\t);\";\n\t\t\n\t\t$sqlEvents =\"\n\t\tCREATE TABLE IF NOT EXISTS `events` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `title` text NOT NULL,\n `date` date NOT NULL,\n `time` time NOT NULL,\n `descr` mediumtext CHARACTER SET latin1 COLLATE latin1_german1_ci NOT NULL,\n `startdate` date NOT NULL,\n `enddate` date NOT NULL,\n PRIMARY KEY (`id`)\n );\";\n\n $sqlTicker = \"\n\t\tCREATE TABLE IF NOT EXISTS `tickermsg` (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `startdate` date NOT NULL,\n `enddate` date NOT NULL,\n `message` text NOT NULL,\n PRIMARY KEY (`id`)\n );\";\n\n // Execute the create querys\n $db->query($sqlBirthdays);\n $db->query($sqlEvents);\n $db->query($sqlTicker);\n }", "public function connectDB() {}", "private function create()\n\t{\n\t\ttry\n\t\t{\n\t\t\t$q_string = \"insert into sandbox.dbo.daemon (object, dbtype) values (:object, :dbtype)\";\n\n\t\t\t$q = $this->_conn->prepare($q_string);\n\t\t\t$q->bindParam(':object', $this->_object);\n\t\t\t$q->bindParam(':dbtype', $this->_dbtype);\n\n\t\t\t$success = $q->execute();\n\t\t}\n\t\tcatch (PDOException $e)\n\t\t{\n\t\t\techo 'ERROR: ', $e->getMessage(), $this->_nl;\n\t\t\texit();\n\t\t}\n\n\t\t// unable to insert new entry\n\t\tif ($success !== true)\n\t\t{\n\t\t\techo \"ERROR: unable to create new lock entry for $this->_dbtype $this->_object.\", $this->_nl, $this->_nl;\n\t\t\texit();\n\t\t}\n\t}", "protected function seedDB()\n {\n $ans = $this->ask('Seed your database?: ', 'y');\n\n // Check if the answer is true\n if (preg_match('/^y/', $ans))\n {\n $this->call('db:seed');\n $this->comment('');\n $this->comment('Database successfully seeded.');\n $this->comment('=====================================');\n echo \"Your app is now ready!\";\n }\n }", "public function preCreateDatabase($database_name);", "function createDBIfNotExist($type) {\n if($type !== 'account' && $type !== 'job' && $type !== 'store') {\n die(\"ERROR: createDBIfNotExist($type)\\n\");\n }\n\n global $dbconfig;\n // connect to the mysql host of account\n $host = $dbconfig->$type->host;\n $user = $dbconfig->$type->user;\n $password = $dbconfig->$type->password;\n $dbname = $dbconfig->$type->name;\n\n $conn = get_conn($host, $user, $password);\n\n // select the db of information_schema\n select_db('information_schema', $conn);\n\n // check if the account db exists\n if($res = mysql_query(\"select * from SCHEMATA where SCHEMA_NAME='$dbname'\", $conn)) {\n if($record = mysql_fetch_assoc($res)) {\n echo \"DONE: account db $dbname exists on $host\\n\";\n return false;\n } else {\n echo \"DONE: account db $dbname does not exist on $host\\n\";\n //need to create the account db\n createDB($type, $conn);\n return true;\n }\n } else {\n die(\"ERROR: select * from SCHEMATA where SCHEMA_NAME='$dbname'\");\n }\n\n}", "public function setupDatabase()\n {\n Artisan::call('migrate:refresh');\n Artisan::call('db:seed');\n\n self::$setupDatabase = false;\n }", "protected function preflightDB()\n {\n $check = $this->db->canInstall();\n if ($check !== true) {\n $error = array_shift($check);\n array_unshift($check, $this->translate($error));\n return $this->error(call_user_func_array('sprintf', $check), true);\n }\n $tablename = \"uptest\" . uniqid();\n if (!$this->db->query(\"CREATE TABLE $tablename(a int, b int)\")) {\n $fail = \"Table creation\";\n } elseif (!$this->db->query(\"INSERT INTO $tablename(a,b) VALUES(1,2)\")) {\n $fail = \"Insertion\";\n } elseif (!$this->db->query(\"UPDATE $tablename SET a=2 WHERE a=1\")) {\n $fail = \"Update\";\n } elseif (!$this->db->query(\"DELETE FROM $tablename WHERE a=2\")) {\n $fail = \"Deletion\";\n }\n if ($this->db->tableExists($tablename)) {\n if (!$this->db->query(\"DROP TABLE $tablename\") && empty($fail)) {\n $fail = \"Table deletion\";\n }\n }\n if (!empty($fail)) {\n return $this->error(\"$fail test failed, please check DB permissions.\", true);\n }\n return true;\n }", "function CreateNewDatabase($destroyExistingDB = false, $createWithTestData = false) {\n if ($destroyExistingDB) {\n DropDB();\n }\n CreateDB();\n UseDB();\n CreateDateTable();\n CreatePublicHolidayTable();\n CreateAbsenceTypeTable();\n CreateCompanyRoleTable();\n CreateEmployeeTable();\n CreateApprovedAbsenceBookingTable();\n CreateApprovedAbsenceDateTable();\n CreateAdHocAbsenceRequestTable();\n CreateMainVacationRequestTable();\n// CreateDefaultRecords(\"admin\", \"[email protected]\",\"Zaq12wsx\",\"2015-01-01\", 19);\n if ($createWithTestData) {\n\n $annualLeave = CreateAbsenceType(\"Annual Leave\", 1, 1);\n $training = CreateAbsenceType(\"Training\", 0, 1);\n $sickness = CreateAbsenceType(\"Sickness\", 0, 0);\n $compasionate = CreateAbsenceType(\"Compasionate Leave\", 0, 1);\n\n $cashier = CreateCompanyRole(\"Cashier\", 3);\n $customerAdvisor = CreateCompanyRole(\"Customer Advisor\", 2);\n $manager = CreateCompanyRole(\"Manager\", 1);\n \n $filter[COMP_ROLE_NAME] = \"Admin\";\n $results = RetrieveCompanyRoles($filter);\n \n $admin = $results[0];\n\n $steveBrookstein = CreateEmployee(\"Steve Brookstein\", \n \"[email protected]\", \n \"Zaq12wsx\", \"2005-01-01\", 20, NULL, \n $cashier[COMP_ROLE_ID], 0, 0);\n\n $shayneWard = CreateEmployee(\"Shane Ward\", \n \"[email protected]\", \n \"Zaq12wsx\", \"2006-01-01\", 20, NULL, \n $cashier[COMP_ROLE_ID], 0, 0);\n\n\n $leonJackson = CreateEmployee(\"Leon Jackson\", \"[email protected]\", \n \"Zaq12wsx\", \"2008-01-01\", 20, NULL, \n $manager[COMP_ROLE_ID], 0, 0);\n\n $alexandraBurke = CreateEmployee(\"Alexandra Burke\", \"[email protected]\",\n \"Zaq12wsx\", \"2009-01-01\", 20, NULL, \n $cashier[COMP_ROLE_ID], 0, 0);\n\n $joeMcElderry = CreateEmployee(\"Joe McElderry\", \"[email protected]\",\n \"Zaq12wsx\", \"2010-01-01\", 20, NULL, \n $customerAdvisor[COMP_ROLE_ID], 0, 0);\n\n $mattCardle = CreateEmployee(\"Matt Cardle\", \"[email protected]\", \n \"Zaq12wsx\", \"2011-01-01\", 20, NULL, \n $customerAdvisor[COMP_ROLE_ID], 0, 0);\n \n $jamesArthur = CreateEmployee(\"James Arthur\", \"[email protected]\", \n \"Zaq12wsx\", \"2012-01-01\", 20, NULL, \n $customerAdvisor[COMP_ROLE_ID], 0, 0);\n\n $samBailey = CreateEmployee(\"Sam Bailey\", \"[email protected]\", \n \"Zaq12wsx\", \"2013-01-01\", 20, NULL, \n $customerAdvisor[COMP_ROLE_ID], 0, 0);\n\n $benHaenow = CreateEmployee(\"Ben Haenow\", \"[email protected]\", \n \"Zaq12wsx\", \"2014-01-01\", 20, NULL, \n $manager[COMP_ROLE_ID], 0, 1);\n\n\n $dates = RetrieveDates();\n\n if (count($dates) == 0) {\n date_default_timezone_set('UTC');\n\n // Start date\n $date = '2015-01-01';\n\n // End date\n $end_date = '2055-12-31';\n\n while (strtotime($date) <= strtotime($end_date)) {\n CreateDate($date, NULL);\n $date = date(\"Y-m-d\", strtotime(\"+1 day\", strtotime($date)));\n }\n }\n\n $dateID = RetrieveDateIDByDate(\"2015-04-03\");\n $goodFriday = CreatePublicHoliday(\"Good Friday\", $dateID);\n\n $dateID = RetrieveDateIDByDate(\"2015-04-06\");\n $easterMonday = CreatePublicHoliday(\"Easter Monday\", $dateID);\n\n $dateID = RetrieveDateIDByDate(\"2015-05-04\");\n $earlyMay = CreatePublicHoliday(\"Early May Bank Holiday\", $dateID);\n\n $dateID = RetrieveDateIDByDate(\"2015-05-25\");\n $springHoliday = CreatePublicHoliday(\"Spring Bank Holiday\", $dateID);\n\n $dateID = RetrieveDateIDByDate(\"2015-08-31\");\n $summerHoliday = CreatePublicHoliday(\"Summer Bank Holiday\", $dateID);\n\n $dateID = RetrieveDateIDByDate(\"2015-12-25\");\n $christmasDay = CreatePublicHoliday(\"Christmas Day\", $dateID);\n\n $dateID = RetrieveDateIDByDate(\"2015-12-28\");\n $boxingDay = CreatePublicHoliday(\"Boxing Day (substitute day)\", $dateID);\n\n $request = CreateMainVactionRequest($steveBrookstein[EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n\n $request = CreateMainVactionRequest($shayneWard[EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n \n\n \n $request = CreateMainVactionRequest($leonJackson[EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n \n $request = CreateMainVactionRequest($alexandraBurke[EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n \n $request = CreateMainVactionRequest($joeMcElderry [EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n \n $request = CreateMainVactionRequest($jamesArthur [EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n \n $request = CreateMainVactionRequest($mattCardle[EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n \n $request = CreateMainVactionRequest($samBailey[EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n \n $request = CreateMainVactionRequest($benHaenow [EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n\n\n $request = CreateAdHocAbsenceRequest($steveBrookstein[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $annualLeave[ABS_TYPE_ID]);\n \n $request = CreateAdHocAbsenceRequest($shayneWard[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $annualLeave[ABS_TYPE_ID]);\n \n\n \n $request = CreateAdHocAbsenceRequest($leonJackson[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $sickness[ABS_TYPE_ID]);\n \n $request = CreateAdHocAbsenceRequest($alexandraBurke[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $training[ABS_TYPE_ID]);\n \n $request = CreateAdHocAbsenceRequest($joeMcElderry[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $training[ABS_TYPE_ID]);\n \n $request = CreateAdHocAbsenceRequest($mattCardle[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $training[ABS_TYPE_ID]);\n \n $request = CreateAdHocAbsenceRequest($jamesArthur[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $training[ABS_TYPE_ID]);\n \n $request = CreateAdHocAbsenceRequest($samBailey[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $compasionate[ABS_TYPE_ID]);\n \n $request = CreateAdHocAbsenceRequest($benHaenow[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $compasionate[ABS_TYPE_ID]);\n \n \n $leonaLewis = CreateEmployee(\"Leona Lewis\", \"[email protected]\", \n \"Zaq12wsx\", \"2007-01-01\", 20, NULL, \n $admin[COMP_ROLE_ID], 1, 1);\n \n $request = CreateAdHocAbsenceRequest($leonaLewis[EMP_ID], \n \"2015-03-10\", \"2015-03-15\", $sickness[ABS_TYPE_ID]);\n \n $request = CreateMainVactionRequest($leonaLewis[EMP_ID], \n \"2015-01-10\", \"2015-01-15\", \"2015-02-10\", \"2015-02-15\");\n \n $request = CreateApprovedAbsenceBooking($leonaLewis[EMP_ID], \n \"2015-04-01\",\"2015-04-10\",\n $training[ABS_TYPE_ID]);\n }\n}", "function createDatabase() {\n try {\n $pdoObject = new PDOObject();\n $pdoObject->createTables();\n $pdo = $pdoObject->getPDO();\n\n openFile($pdo);\n } catch (PDOException $e) {\n $e->getMessage();\n exit;\n } finally {\n unset($pdo);\n }\n}", "function initdb()\n\t{\n\n\t\t$sql = \"\n\t\t\tCREATE TABLE IF NOT EXISTS User\n\t\t\t(\n\t\t\t\tuid integer PRIMARY KEY NOT NULL AUTO_INCREMENT,\n\t\t\t\tmobile varchar(255),\n\t\t\t\tusername varchar(255),\n\t\t\t\tpassword varchar(255),\n\t\t\t\twxnumber varchar(255),\n\t\t\t\tlast_login_time varchar(255),\n\t\t\t\tlast_login_ip varchar(255)\n\t\t\t)\n\t\t\";\n\n\t\t$sql2 = \"\n\t\t\tCREATE TABLE IF NOT EXISTS Profile\n\t\t\t(\n\t\t\t\tuser_id integer,\n\t\t\t\tsex int,\n\t\t\t\tmyqrcode varchar(255),\n\t\t\t\tarea varchar(255),\n\t\t\t\tpersonsign varchar(255),\n\t\t\t\tvcode varchar(255),\n\t\t\t\thead_pic_url varchar(255)\n\t\t\t)\n\t\t\";\n\n\t\t$fkSql = \"\n\t\t\tALTER TABLE Profile ADD CONSTRAINT user_uid_fk FOREIGN KEY (user_id) REFERENCES User (uid)\n\t\t\";\n\n\t\tDb::execute($sql);\n\t\tDb::execute($sql2);\n\t\tDb::execute($fkSql);\n\n\t\treturn 0;\n\t}", "function createDatabase($databaseName,$server,$rootPass,$adminName,$adminPass){\n\t\t\tif($rootPass==\"0\") {\n\t\t\t\t$mysqli = new mysqli($server, \"root\",\"\");\n\t\t\t} else {\n\t\t\t\t$mysqli = new mysqli($server, \"root\",$rootPass);\n\t\t\t}\n\n\t\t\tif ($mysqli->connect_error)\n\t\t\t{\n\t\t\t\t\texit();\n\t\t\t}\n\n\t\t\t// Create the new database.\n\t\t\t$query = \"CREATE DATABASE IF NOT EXISTS $databaseName;\";\n\t\t\t$mysqli->query($query);\n\n\t\t\t$query = \"USE $databaseName;\";\n\t\t\t$mysqli->query($query);\n\n\t\t\t$query = \"CREATE TABLE IF NOT EXISTS `users`\n\t\t\t\t(`id` int NOT NULL auto_increment,\n\t\t\t\t`name` text NOT NULL,\n\t\t\t\t`accountname` text NOT NULL,\n\t\t\t\t`email` text NOT NULL,\n\t\t\t\t`password` text NOT NULL,\n\t\t\t\t`jobTitle` text,\n\t\t\t\t`address` text,\n\t\t\t\t`telephone` text,\n\t\t\t\t`fax` text,\n\t\t\t\t`officeHours` text,\n\t\t\t\t`biography` text,\n\t\t\t\t`research` text,\n\t\t\t\t`publications` text,\n\t\t\t\t`personal` text,\n\t\t\t\tPRIMARY KEY (`id`)\n\t\t\t\t) ENGINE=MyISAM;\";\n\t\t\t$mysqli->query($query);\n\n\t\t\t$query = \"CREATE TABLE IF NOT EXISTS `emails`\n\t\t\t\t(`id` int NOT NULL auto_increment,\n\t\t\t\t`email` text NOT NULL,\n\t\t\t\tPRIMARY KEY (`id`)\n\t\t\t\t) ENGINE=MyISAM;\";\n\t\t\t$mysqli->query($query);\n\n\t\t\t$query = \"CREATE TABLE IF NOT EXISTS `courses`\n\t\t\t\t(`id` int NOT NULL auto_increment,\n\t\t\t\t`accountname` text NOT NULL,\n\t\t\t\t`course` text NOT NULL,\n\t\t\t\t`title` text NOT NULL,\n\t\t\t\t`description` text NOT NULL,\n\t\t\t\tPRIMARY KEY (`id`)\n\t\t\t\t) ENGINE=MyISAM;\";\n\t\t\t$mysqli->query($query);\t\t\t\t\n\n\t\t\t$query = \"CREATE TABLE IF NOT EXISTS `images`\n\t\t\t\t(`id` int NOT NULL auto_increment,\n\t\t\t\t`accountname` text NOT NULL,\n\t\t\t\t`image` text,\n\t\t\t\tPRIMARY KEY (`id`)\n\t\t\t\t) ENGINE=MyISAM;\";\n\t\t\t$query = \"CREATE TABLE IF NOT EXISTS `activity`\n\t\t\t\t(`id` int NOT NULL auto_increment,\n\t\t\t\t`accountname` text NOT NULL,\n\t\t\t\t`activity` text,\n\t\t\t\tPRIMARY KEY (`id`)\n\t\t\t\t) ENGINE=MyISAM;\";\n\t\t\t$mysqli->query($query);\n\n\t\t\t$query = \"GRANT ALL ON $databaseName.* TO '$adminName'@'$server';\";\n\t\t\t$mysqli->query($query);\n\n\t\t\t$query = \"SET PASSWORD FOR '$adminName'@'$server' = PASSWORD('$adminPass');\";\n\t\t\t$mysqli->query($query);\n\n\t\t\t$mysqli->close();\n\n\t\t\tmkdir(\"./assets/profPics\");\n\t\t}", "public function setUpDatabase()\n\t{\n\t\t$schemes = new Schemes;\n\t\t$schemes->createRequestTable();\n\n\t Customer::create([\n\t 'email' => '[email protected]',\n\t 'first_name' => 'Osuagwu',\n\t 'last_name' => 'Emeka',\n\t 'phone_number' => \"09095685594\",\n\t 'image' => 'https://github.com/rakit/validation',\n\t 'location' => 'Lagos, Nigeria',\n\t 'sex' => 'Male',\n\t ]);\n\n\t Customer::create([\n\t 'email' => '[email protected]',\n\t 'first_name' => 'Mustafa',\n\t 'last_name' => 'Ozyurt',\n\t 'phone_number' => \"09095685594\",\n\t 'image' => 'https://github.com/rakit/validation',\n\t 'location' => 'Berlin, Germany',\n\t 'sex' => 'Male',\n\t ]);\n\t}", "public function setupDatabase()\n\t{\n\n\t\t$installSql = $this->sourceDir . '/installation/sql/mysql/joomla.sql';\n\n\t\tif (0) //!file_exists($installSql))\n\t\t\tthrow new Exception(__METHOD__ . ' - Install SQL file not found in ' . $installSql, 1);\n\n\t\t$this->config->set('site_name', 'TEST ' . $this->config->get('target'));\n\t\t$this->config->set('db_name', $this->config->get('target'));\n\n\t\t$dbModel = new JacliModelDatabase($this->config);\n\n\t\t$this->out(sprintf('Creating database %s ...', $this->config->get('db_name')), false);\n\t\t$dbModel->createDB();\n\t\t$this->out('ok');\n\n\t\t$this->out('Populating database...', false);\n\t\t//$dbModel->populateDatabase($installSql);\n\t\t$this->out('ok');\n\n\t\t$this->out('Creating admin user...', false);\n\t\t$this->createAdminUser($dbModel);\n\t\t$this->out('ok');\n\n\t}", "public function dbInstance();", "public function test_start() {\n $db = new DB();\n $db->statement('CREATE DATABASE IF NOT EXISTS test');\n $this->assertEquals('',$db->getErrorMsg());\n }", "protected function initDatabaseRecord() {}", "public function postCreateDatabase($database_name);" ]
[ "0.7337018", "0.72331345", "0.7182815", "0.70035666", "0.6932822", "0.69129515", "0.6877853", "0.68159664", "0.6785854", "0.6775382", "0.6774484", "0.6746336", "0.66954285", "0.6675554", "0.66463476", "0.6644641", "0.6630942", "0.6627445", "0.65736544", "0.6561102", "0.6543096", "0.65324974", "0.65259266", "0.65252525", "0.6513167", "0.6511495", "0.6492328", "0.64897966", "0.6485283", "0.6474212", "0.6469107", "0.64571494", "0.6443459", "0.64285797", "0.64272624", "0.64128447", "0.6408499", "0.64035374", "0.6370561", "0.63590896", "0.63566834", "0.6350071", "0.6344828", "0.6336315", "0.6324806", "0.630604", "0.6303064", "0.63010305", "0.6296108", "0.62956125", "0.62887347", "0.6286745", "0.6279194", "0.62752813", "0.62698686", "0.6264459", "0.6246399", "0.6241072", "0.6226941", "0.62031937", "0.61972076", "0.6186438", "0.6184794", "0.61837476", "0.6183593", "0.61824816", "0.61813647", "0.61705595", "0.6169881", "0.6169321", "0.61680204", "0.6164798", "0.6163959", "0.6160202", "0.6151437", "0.6148387", "0.61473453", "0.61298543", "0.6129402", "0.61282027", "0.61208403", "0.6120655", "0.61096185", "0.6109061", "0.6106919", "0.61012506", "0.61005807", "0.6098187", "0.6092073", "0.6089107", "0.608517", "0.6083267", "0.607976", "0.60786706", "0.60659754", "0.6061241", "0.60603356", "0.60567415", "0.60518295", "0.60419655" ]
0.7032927
3
Fetch a doc that shouldn't exist yet
public function testFetchDoesntExist() { self::$sag->get("foo"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function testRetrieveReturnFalseIfNotFound()\n {\n if (! $this->_url) $this->markTestSkipped(\"Test requires a CouchDb server set up - see TestConfiguration.php\");\n $db = $this->_setupDb();\n\n $ret = $db->retrieve('nonexistingdoc');\n $this->assertFalse($ret);\n \n $this->_teardownDb();\n }", "function testDontGettingAnyDocumentIfNoContain() {\n\t\t$result = $this->page->find('first', array('conditions' => array('Page.id' => 2), 'contain' => false));\n\t\t$this->assertTrue(empty($result['Document']));\n\t}", "function testDontGettingAnyDocumentIfNegativeRecursive() {\n\t\t$result = $this->page->find('first', array('conditions' => array('Page.id' => 2), 'contain' => false));\n\t\t$this->assertTrue(empty($result['Document']));\n\t}", "protected function _get()\n {\n $this->query('where', array(\n '_summary' => array( '$exists' => false ),\n ));\n\n // check if locale exists for this document\n if( $this->_locale )\n {\n $this->query('where', array(\n '_tapioca.locale' => $this->_locale\n ));\n }\n\n // if we define a document ref\n if( !is_null( $this->_ref ) )\n {\n $this->query('where', array('_ref' => $this->_ref));\n\n // get a specific revison\n if( isset( $this->_tapioca['revision'] ) )\n {\n $this->_unset('where', '_tapioca.status');\n $this->_unset('where', '_tapioca.locale');\n\n $this->query('where', array( '_tapioca.revision' => $this->_tapioca['revision'] ));\n }\n }\n\n // Always return ref\n if( count( $this->_select ) != 0 )\n {\n $tmp = array_merge( $this->_select, array('_ref') );\n $this->query('select', $tmp);\n }\n\n }", "public function testNoResultingDocument()\n\t {\n\t\t$instance = $this->testForValidity(\"nodocument\");\n\t\t$instance->getExpandedDocument(array(), 0);\n\t }", "public function testRetrieve()\n {\n if (! $this->_url) $this->markTestSkipped(\"Test requires a CouchDb server set up - see TestConfiguration.php\");\n $db = $this->_setupDb();\n \n $id = time();\n $value = rand(1, 1000);\n $db->create(array('mtime' => $value), $id);\n \n // Try to fetch the document\n $doc = $db->retrieve($id);\n $this->assertType('Sopha_Document', $doc);\n $this->assertEquals($value, $doc->mtime);\n \n $this->_teardownDb();\n }", "function is_exists_doc($doc_id){\n\tif(!filter_var($doc_id, FILTER_VALIDATE_INT)){\n\t\n\treturn false;\n\t\n\t}\n\telse{\n\t\tglobal $prefix_doc;\n\t\t$query = borno_query(\"SELECT * FROM $prefix_doc WHERE id='$doc_id'\");\n\t\t\n\t\t$count = mysqli_num_rows($query);\n\t\tif($count==1){\n\t\t\treturn true;\n\t\t}\n\t\telse{\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\n\t}\n\n}", "function getDocument($id) { /* {{{ */\n\t\t$hits = $this->index->find('D'.$id);\n\t\treturn $hits['hits'] ? $hits['hits'][0] : false;\n\t}", "public function fetchOrException()\n {\n $record = $this->fetch();\n if ($record === null) {\n throw new NoRecordException;\n }\n return $record;\n }", "public function testFindWithoutIteratingDoesNotThrow()\n {\n $result = self::$mainRepo->find();\n\n $this->assertInstanceOf(MongoDbCursor::class, $result);\n }", "public function fetch() {\n\t\t$this->requireDatabase();\n\t\t$this->requireId();\n\n\t\tif (!empty($this->document->_rev)) {\n\t\t\t$this->options[\"rev\"] = $this->document->_rev;\n\t\t}\n\n\t\ttry {\n\t\t\t$request = new HttpRequest();\n\t\t\t$request->setUrl($this->databaseHost . \"/\" . rawurlencode($this->databaseName) . \"/\" . rawurlencode($this->document->_id) . self::encodeOptions($this->options));\n\t\t\t$request->send();\n\n\t\t\t$request->response = json_decode($request->response);\n\t\t} catch (Exception $exception) {\n\t\t\tthrow new DocumentException(\"HTTP request failed.\", DocumentException::HTTP_REQUEST_FAILED, $exception);\n\t\t}\n\n\t\tif ($request->status === 200) {\n\t\t\tforeach ($request->response as $fieldName => $fieldValue) {\n\t\t\t\t$this->document->$fieldName = $fieldValue;\n\t\t\t}\n\n\t\t\treturn $this;\n\t\t} elseif (isset($this->document->_rev)) {\n\t\t\tthrow new DocumentException(self::describeError($request->response, $this->document->_id, $this->document->_rev));\n\t\t} else {\n\t\t\tthrow new DocumentException(self::describeError($request->response, $this->document->_id));\n\t\t}\n\t}", "public function existNoReturned(){\r\n $docs=ClientSDocs::where('projectclientservices_id',$this->id)->where('file_id',-1) ->get();\r\n if($docs!=null){\r\n foreach($docs as $doc)\r\n if($doc->notes_resend==\"\")\r\n return true;\r\n }\r\n return false;\r\n }", "public function get_document(){retrun($id_local_document); }", "abstract public function getDocument($id);", "public function testUnfoundResult() {\n\t\t$this->_rowset->expects($this->once())\n\t\t\t\t->method('current')\n\t\t\t\t->will($this->returnValue(null));\n\n\t\t$this->_tableGateway->expects($this->once())\n\t\t\t\t->method('find')\n\t\t\t\t->with($this->equalTo(0))\n\t\t\t\t->will($this->returnValue($this->_rowset));\n\n\t\t$userResult = $this->object->find(0);\n\t\t$this->assertEquals(null, $userResult);\n\t}", "function getDocument($id = 0, $fields = '*') {\r\n if ($id == 0) {\r\n return false;\r\n } else {\r\n $ids = array($id);\r\n $docs = $this->getDocuments($ids, '', '', $fields);\r\n\r\n return ($docs != false) ? $docs[0] : false;\r\n }\r\n }", "public function get_document_single(Request $request, $doc_id)\n {\n try\n {\n // $user = array(\n // 'userid' => Auth::user()->id,\n // 'role' => Auth::user()->role\n // );\n // $user = (object) $user;\n // $post = new Resource_Post(); // You create a new resource Post instance\n // if (Gate::forUser($user)->denies('allow_admin', [$post,false])) { \n // $result = array('code'=>403, \"description\"=>\"Access denies\");\n // return response()->json($result, 403);\n // } \n // else {\n $query = DB::table('documents')\n ->leftJoin('users', 'documents.doc_user_id', '=', 'users.id')\n ->leftJoin('project_firm', 'users.company_name', '=', 'project_firm.f_id')\n ->select('documents.*', 'project_firm.*', \n 'users.username as user_name', 'users.email as user_email', 'users.first_name as user_firstname', 'users.last_name as user_lastname', 'users.company_name as user_company', 'users.phone_number as user_phonenumber', 'users.status as user_status', 'users.role as user_role')\n ->where('doc_id', '=', $doc_id)\n ->first();\n if(count($query) < 1)\n {\n $result = array('code'=>404, \"description\"=>\"No Records Found\");\n return response()->json($result, 404);\n }\n else\n {\n $result = array('data'=>$query,'code'=>200);\n return response()->json($result, 200);\n }\n // }\n }\n catch(Exception $e)\n {\n return response()->json(['error' => 'Something is wrong'], 500);\n }\n }", "abstract protected function _doFetch($id);", "public function testOffsetGetIndexNotExists()\n {\n $entity1 = $this->createMock(IdentifyTestEntity::class);\n $entity2 = $this->createMock(IdentifyTestEntity::class);\n $entity3 = $this->createMock(IdentifyTestEntity::class);\n\n $entities = [1 => $entity1, 3 => $entity2, 7 => $entity3];\n\n $this->setPrivateProperty($this->collection, 'entities', $entities);\n\n $result = $this->collection->offsetGet(2);\n }", "public function fetch( $query_id=null );", "function get_the_doc($doc_id,$data){\n\tif(filter_var($doc_id, FILTER_VALIDATE_INT)){\n\t\tglobal $prefix_doc;\n\t\t$query = borno_query(\"SELECT * FROM $prefix_doc WHERE id='$doc_id'\");\n\t\t$count = mysqli_num_rows($query);\n\t\tif($count==1){\n\t\t\t$row = mysqli_fetch_array($query);\n\t\t\treturn $row[$data];\n\t\t}\n\t\telse{\n\t\treturn false;\n\t\t}\n\t\n\t}\n\telse{\n\t\treturn false;\n\n\t}\n}", "public function testDeleteMissingDocument()\n {\n if (! $this->_url) $this->markTestSkipped(\"Test requires a CouchDb server set up - see TestConfiguration.php\");\n $db = $this->_setupDb();\n \n // Delete missing document\n $ret = $db->delete('mydoc', 12345);\n $this->assertFalse($ret);\n \n $this->_teardownDb();\n }", "public function get_document($record, $options = array()) {\n\n try {\n $cm = $this->get_cm($this->get_module_name(), $record->id, $record->course);\n $context = \\context_module::instance($cm->id);\n } catch (\\dml_missing_record_exception $ex) {\n // Notify it as we run here as admin, we should see everything.\n debugging('Error retrieving ' . $this->areaid . ' ' . $record->id . ' document, not all required data is available: ' .\n $ex->getMessage(), DEBUG_DEVELOPER);\n return false;\n } catch (\\dml_exception $ex) {\n // Notify it as we run here as admin, we should see everything.\n debugging('Error retrieving ' . $this->areaid . ' ' . $record->id . ' document: ' . $ex->getMessage(), DEBUG_DEVELOPER);\n return false;\n }\n\n // Prepare associative array with data from DB.\n $doc = \\core_search\\document_factory::instance($record->id, $this->componentname, $this->areaname);\n $doc->set('title', content_to_text($record->name, false));\n $doc->set('content', content_to_text($record->intro, $record->introformat));\n $doc->set('contextid', $context->id);\n $doc->set('courseid', $record->course);\n $doc->set('owneruserid', \\core_search\\manager::NO_OWNER_ID);\n $doc->set('modified', $record->{static::MODIFIED_FIELD_NAME});\n\n // Check if this document should be considered new.\n if (isset($options['lastindexedtime'])) {\n $createdfield = static::CREATED_FIELD_NAME;\n if (!empty($createdfield) && ($options['lastindexedtime'] < $record->{$createdfield})) {\n // If the document was created after the last index time, it must be new.\n $doc->set_is_new(true);\n }\n }\n\n return $doc;\n }", "public function fetch(): ?IEntity;", "public function test_getEcontentRecordFromOverDriveID_NotFound_returnFalse()\r\n\t{\r\n\t\t$threemId = \"aDummyOverDriveId\";\r\n\t\t$this->eContentRecordMock->expects($this->once())\r\n\t\t\t\t\t\t\t\t\t->method(\"find\")\r\n\t\t\t\t\t\t\t\t\t->with($this->equalTo(true))\r\n\t\t\t\t\t\t\t\t\t->will($this->returnValue(false));\r\n\t\r\n\t\t$actual = OverDriveUtils::getEcontentRecordFromOverDriveID($threemId, $this->eContentRecordMock);\r\n\t\t$this->assertFalse($actual);\r\n\t}", "abstract public function fetch();", "abstract public function fetch();", "public function isNotFound();", "public function test_get_non_existent() {\n $this->_cut->get(1);\n }", "function getMissing() {\n\t\t$articleDao =& \\DAORegistry::getDAO('ArticleDAO');\n\t\t$sql = \"SELECT * FROM articles WHERE pages like '%#DFM'\";\n\t\t$blub = $articleDao->retrieve($sql);\n\t\t$result = new \\DAOResultFactory($blub, $this, '_dummy');\n\t\t$result = $result->toArray();\n\t\tforeach ($result as $record) {\n\t\t\t$this->getArticleGalleys($record['article_id']);\n\t\t}\n\t}", "public function getDocument($id);", "function getDownloadDocument($doc_id) {\n global $pdo;\n $statement = $pdo->prepare('SELECT * FROM `download` WHERE `id` = :id');\n $statement->bindParam(\":id\", $doc_id);\n $statement->execute();\n return $statement->fetch(PDO::FETCH_ASSOC);\n}", "function fetch_or_404($class, $id)\n{\n $obj = call_user_func(array($class, 'fetch'), $id);\n if (!$obj) {\n throw new NotFoundException(); \n }\n return $obj;\n}", "public function testNoDatabaseRecord(){\n $uuid = $this->generateValidUuid();\n\n //WHEN\n $response = $this->get(sprintf(self::WEB_ATTACHMENT_URI, $uuid));\n\n //THEN\n $this->assertResponseStatus($response, HttpStatus::HTTP_NOT_FOUND);\n }", "function forum_single_document($id, $itemtype) {\n\n // both known item types are posts so get them the same way\n $post = get_record('forum_posts', 'id', $id);\n $discussion = get_record('forum_discussions', 'id', $post->discussion);\n $coursemodule = get_field('modules', 'id', 'name', 'forum');\n $cm = get_record('course_modules', 'course', $discussion->course, 'module', $coursemodule, 'instance', $discussion->forum);\n if ($cm){\n $context = get_context_instance(CONTEXT_MODULE, $cm->id);\n $post->groupid = $discussion->groupid;\n return new ForumSearchDocument(get_object_vars($post), $discussion->forum, $discussion->course, $itemtype, $context->id);\n }\n return null;\n}", "public function return_existing_if_exists()\n {\n $author = factory( Author::class )->create();\n $data = array_add( $this->authorDataFormat, 'data.id', $author->id );\n\n $newAuthor = $this->dispatch( new StoreAuthor( $data ) );\n\n $this->assertEquals( $author->id, $newAuthor->id );\n }", "public function findWithoutFail($id, $field = null);", "public function testFetchByName()\n {\n $obj_request = new \\google\\appengine\\datastore\\v4\\LookupRequest();\n $obj_request->mutableReadOptions();\n $obj_key = $obj_request->addKey();\n $obj_key->mutablePartitionId()->setDatasetId('Dataset')->setNamespace('Test');\n $obj_key->addPathElement()->setKind('Book')->setName('PoEAA');\n\n $this->apiProxyMock->expectCall('datastore_v4', 'Lookup', $obj_request, new \\google\\appengine\\datastore\\v4\\LookupResponse());\n\n $obj_result = $this->getBookstoreWithTestNamespace()->fetchByName('PoEAA');\n $this->assertEquals($obj_result, null);\n\n $this->apiProxyMock->verify();\n }", "public function fetch($res, $as_object = true, $index = null)\n\t{\n\t\t\n\t}", "public function get_user_single_document(Request $request, $doc_id)\n {\n try\n {\n $user = array(\n 'userid' => Auth::user()->id,\n 'role' => Auth::user()->role\n );\n \n $query = DB::table('documents_rules')\n ->leftJoin('users', 'documents_rules.dr_user_id', '=', 'users.id')\n ->leftJoin('project_firm', 'users.company_name', '=', 'project_firm.f_id')\n ->select('documents_rules.*', 'project_firm.*', \n 'users.username as user_name', 'users.email as user_email', 'users.first_name as user_firstname', 'users.last_name as user_lastname', 'users.company_name as user_company', 'users.phone_number as user_phonenumber', 'users.status as user_status', 'users.role as user_role')\n ->where('dr_resource_id', '=', $doc_id)\n ->get();\n if(count($query) < 1)\n {\n $result = array('code'=>404, \"description\"=>\"No Records Found\");\n return response()->json($result, 404);\n }\n else\n {\n $result = array('data'=>$query,'code'=>200);\n return response()->json($result, 200);\n }\n }\n catch(Exception $e)\n {\n return response()->json(['error' => 'Something is wrong'], 500);\n }\n }", "public function getOfficialDocuments() {}", "public function fetch() {}", "public function test_send_returnsSelf_ifEntityIsNotFound()\n\t{\n\t\t$this->url->getQuery()->setParameter('code', 404);\n\t\t\t\n\t\t$request = new Request\\Get((string) $this->url);\n\t\t\n\t\t$client = new Client();\n\t\t\n\t\t$this->assertSame($client, $client->send($request));\n\t\t\n\t\treturn;\n\t}", "protected function maybe_read() {\n\t\tif ( ! $this->data_store ) {\n\t\t\treturn ;\n\t\t}\n\n\t\tif ( $this->get_id() > 0 ) {\n\t\t\t$this->data_store->read( $this ) ;\n\t\t}\n\t}", "function get_one_post(){\n global $db;\n $req = $db->query(\"SELECT * FROM articles WHERE articles.id ='{$_GET['id']}'\");\n $result = $req->fetchObject();\n return $result;\n}", "abstract public static function getDoc();", "public function document($filename = null) {\n if(is_null($filename)) return $this->documents()->first();\n return $this->documents()->find($filename);\n }", "public function fetch();", "public function fetch();", "public function fetch();", "public function fetch();", "public function fetch();", "public function fetch();", "public function fetch();", "public function fetch();", "public function fetch();", "public function testCreateGetListGetDocumentAndDeleteDocumentInExistingCollection()\n {\n $collectionName = $this->TESTNAMES_PREFIX . 'CollectionTestSuite-Collection';\n $requestBody = ['name' => 'frank', '_key' => '1'];\n $document = new Document($this->client);\n\n /** @var HttpResponse $responseObject */\n $responseObject = $document->create($collectionName, $requestBody);\n $responseBody = $responseObject->body;\n\n $decodedJsonBody = json_decode($responseBody, true);\n\n $this->assertArrayNotHasKey('error', $decodedJsonBody);\n\n $this->assertEquals($collectionName . '/1', $decodedJsonBody['_id']);\n\n $responseObject = $document->getAll($collectionName);\n $responseBody = $responseObject->body;\n\n $this->markTestSkipped(\n 'The functionality needs to be implemented in the API first (simple queries API).'\n );\n\n// $this->assertArrayHasKey('documents', json_decode($responseBody, true));\n//\n// $decodedJsonBody = json_decode($responseBody, true);\n//\n// $this->assertEquals(\n// '/_api/document/ArangoDB-PHP-Core-CollectionTestSuite-Collection/1',\n// $decodedJsonBody['documents'][0]\n// );\n//\n// $responseObject = $document->delete($collectionName . '/1');\n// $responseBody = $responseObject->body;\n//\n// $decodedJsonBody = json_decode($responseBody, true);\n//\n// $this->assertArrayNotHasKey('error', $decodedJsonBody);\n\n // Try to delete a second time .. should throw an error\n $responseObject = $document->delete($collectionName . '/1');\n $responseBody = $responseObject->body;\n\n $decodedJsonBody = json_decode($responseBody, true);\n\n $this->assertArrayHasKey('error', $decodedJsonBody);\n $this->assertEquals(true, $decodedJsonBody['error']);\n\n $decodedJsonBody = json_decode($responseBody, true);\n\n $this->assertEquals(true, $decodedJsonBody['error']);\n\n $this->assertEquals(404, $decodedJsonBody['code']);\n\n $this->assertEquals(1202, $decodedJsonBody['errorNum']);\n }", "public function getNotFoundOk() {}", "public function shouldReturnNotFoundWhenIdDoesNotExist()\n {\n $this->json($this->method, str_replace(':id', 123456789, $this->endpoint), [])\n ->assertNotFound();\n }", "function chat_single_document($id, $itemtype) {\n list($chat_id, $sessionstart, $sessionend) = split('-', $id);\n $chat = get_record('chat', 'id', $chat_id);\n $course = get_record('course', 'id', $chat->course);\n $coursemodule = get_field('modules', 'id', 'name', 'chat');\n $cm = get_record('course_modules', 'course', $course->id, 'module', $coursemodule, 'instance', $chat->id);\n if ($cm){\n $context = get_context_instance(CONTEXT_MODULE, $cm->id);\n \n // should be only one\n $tracks = chat_get_session_tracks($chat->id, $sessionstart, $sessionstart);\n if ($tracks){\n $aTrack = $tracks[0];\n $document = new ChatTrackSearchDocument(get_object_vars($aTrack), $cm->id, $chat->course, $aTrack->groupid, $context->id);\n return $document;\n }\n }\n return null;\n}", "function testFindByIdWithMissingId() {\r\n $this->User =& new User();\r\n \r\n $this->User->contain();\r\n $result = $this->User->findById(99999999, 'username');\r\n $this->assertFalse($result);\r\n }", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getDocument() {}", "public function getNotFound()\r\n {\r\n return $this->notFound;\r\n }", "function getInformationDocument($doc_id) {\n global $pdo;\n $statement = $pdo->prepare('SELECT * FROM `infodoc` WHERE `id` = :id');\n $statement->bindParam(\":id\", $doc_id);\n $statement->execute();\n return $statement->fetch(PDO::FETCH_ASSOC);\n}", "function afterFind($results, $primary = false) {\r\n\t\t// Fast fail if no document on a direct request\r\n\t\tif (empty($primary) && isset($results['id']) && empty($results['id'])) return null;\r\n\t\t// Fast fail if no Document nor Metadatas\r\n\t\tif (!Set::matches('/Metadata', $results)) return $results;\r\n\r\n\t\t// Results are presented in either of two ways :\r\n\t\t// $primary : \tIn a numeric-indexed array where each key contains a Document, Metadata and possible Version key\r\n\t\t//\t\t\t\tThis array will have only one key for a find('first')\r\n\t\t// !primary:\ta/ In a document array (id, parent_id, path, etc) and a Metadata and possible Version subarrays. For belongsTo\r\n\t\t//\t\t\t\tb/ In a numeric-indexed array of a/ arrays, for HABTM\r\n\r\n\r\n\t\t// We guess if we have a list of items or only one item\r\n\r\n\r\n\t\t// Direct request on Document\r\n\t\tif (!empty($primary)) {\r\n\t\t\t// Copying metadatas back into main model\r\n\t\t\tforeach($results as $i => &$item) {\r\n\t\t\t\t// Merging metadatas\r\n\t\t\t\t$this->__mergeMetadata($item['Metadata'], $item[$this->alias]);\r\n\t\t\t\tunset($item['Metadata']);\r\n\t\t\t\t// Merging version metadatas\r\n\t\t\t\tif (!empty($item['Version'])) {\r\n\t\t\t\t\tforeach($item['Version'] as &$version) {\r\n\t\t\t\t\t\tif (empty($version['Metadata'])) continue;\r\n\t\t\t\t\t\t$this->__mergeMetadata($version['Metadata'], $version);\r\n\t\t\t\t\t\tunset($version['Metadata']);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\t// Multiples results\r\n\t\t\tif (!empty($results[0])) {\r\n\t\t\t\tforeach($results as $i => &$item) {\r\n\t\t\t\t\t// Merging metadatas\r\n\t\t\t\t\t$this->__mergeMetadata($item['Metadata'], $item);\r\n\t\t\t\t\tunset($item['Metadata']);\r\n\t\t\t\t\t// Merging version metadatas\r\n\t\t\t\t\tif (!empty($item['Version'])) {\r\n\t\t\t\t\t\tforeach($item['Version'] as &$version) {\r\n\t\t\t\t\t\t\tif (empty($version['Metadata'])) continue;\r\n\t\t\t\t\t\t\t$this->__mergeMetadata($version['Metadata'], $version);\r\n\t\t\t\t\t\t\tunset($version['Metadata']);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t// To be more readable, we will move the Version key to the end of the array\r\n\t\t\t\t\t\t$_Version = $item['Version'];\r\n\t\t\t\t\t\tunset($item['Version']);\r\n\t\t\t\t\t\t$item['Version'] = $_Version;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t} else {\r\n\t\t\t\t// Merging metadatas\r\n\t\t\t\t$this->__mergeMetadata($results['Metadata'], $results);\r\n\t\t\t\tunset($results['Metadata']);\r\n\t\t\t\t// Merging version metadatas\r\n\t\t\t\tif (!empty($results['Version'])) {\r\n\t\t\t\t\tforeach($results['Version'] as &$version) {\r\n\t\t\t\t\t\tif (empty($version['Metadata'])) continue;\r\n\t\t\t\t\t\t$this->__mergeMetadata($version['Metadata'], $version);\r\n\t\t\t\t\t\tunset($version['Metadata']);\r\n\t\t\t\t\t}\r\n\t\t\t\t\t// To be more readable, we will move the Version key to the end of the array\r\n\t\t\t\t\t$_Version = $results['Version'];\r\n\t\t\t\t\tunset($results['Version']);\r\n\t\t\t\t\t$results['Version'] = $_Version;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn $results;\r\n\t}", "public function testCreateSameDocException()\n {\n if (! $this->_url) $this->markTestSkipped(\"Test requires a CouchDb server set up - see TestConfiguration.php\");\n $db = $this->_setupDb();\n \n $doc = $db->create(array('a' => 1), 'mydoc');\n \n try { \n $doc = $db->create(array('a' => 1), 'mydoc');\n $this->_teardownDb();\n $this->fail(\"Expected Sopha_Db_Exception was not thrown\");\n } catch (Sopha_Db_Exception $e) {\n $this->_teardownDb();\n $this->assertEquals(409, $e->getCode(), \"HTTP error code is expected to be 412\");\n }\n }", "public function testNewWithNoResult()\n {\n $this->markTestSkipped('Wait until Mongo specific attributes are needed');\n $document = new Document();\n $this->assertNull($document->col());\n $this->assertSame(1, $document->version());\n $this->assertEquals([], $document->highlights());\n $this->assertEquals([], $document->explanation());\n }", "public function testFindOnEmptyCollection() {\n\t\t$result = Galleries::find('all');\n\n\t\t$expected = 0;\n\t\t$result = $result->count();\n\t\t$this->assertIdentical($expected, $result);\n\t}", "public function firstOrFail()\n {\n $entity = $this->first();\n if ($entity) {\n return $entity;\n }\n /** @psalm-suppress UndefinedInterfaceMethod */\n throw new RecordNotFoundException(sprintf(\n 'Record not found in endpoint \"%s\"',\n $this->getRepository()->getName()\n ));\n }", "public function find($rid, $fetchPlan = '*:0')\n {\n $document = $this->getManager()->find($rid, $fetchPlan);\n\n if (!$document) {\n return null;\n }\n\n if ($this->contains($document)) {\n return $document;\n }\n\n throw new Exception(\n \"You are asking to find record $rid through the repository {$this->getClassName()} \" .\n \"but the document belongs to another repository (\" . get_class($document) . \")\"\n );\n }", "public function should_be_fetched() {\n\t\tif ( ! isset( $this->ryte_option[ self::LAST_FETCH ] ) ) {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn ( ( time() - $this->ryte_option[ self::LAST_FETCH ] ) > self::FETCH_LIMIT );\n\t}", "public function testGetDocumentByID()\n {\n echo \"\\nTesting the document retrieval by ID...\";\n $response = $this->getDocument(\"CCDB_2\");\n //echo $response;\n $result = json_decode($response);\n $exp = $result->CIL_CCDB;\n $this->assertTrue((!is_null($exp)));\n return $result;\n }", "public function offsetGet($offset) \n\t{\n if($this->doc && $this->doc[$offset]->length > 0) return $this->doc[$offset];\n\t\telse return phpQuery::newDocument();\n }", "public static function fetchOne($result=null) {\n\treturn self::$instance->fetchOne($result);\n }", "public function fetch($id, $throws = false);", "public abstract function fetchObject();", "public function findOrFail (...$ids) {\n\t\t$model = $this->findByIds($ids);\n\t\t\n\t\tif (!$model) {\n\t\t\tthrow new \\Exception(\"Failed to retreive resource!\");\n\t\t}\n\t\t\n\t\treturn $model;\n\t}", "public function get_document($record, $options = array()) {\n\n $context = \\context_system::instance();\n\n // Prepare associative array with data from DB.\n $doc = \\core_search\\document_factory::instance($record->id, $this->componentname, $this->areaname);\n // Include all alternate names in title.\n $array = [];\n foreach (get_all_user_name_fields(false, null, null, null, true) as $field) {\n $array[$field] = $record->$field;\n }\n $fullusername = join(' ', $array);\n // Assigning properties to our document.\n $doc->set('title', content_to_text($fullusername, false));\n $doc->set('contextid', $context->id);\n $doc->set('courseid', SITEID);\n $doc->set('itemid', $record->id);\n $doc->set('modified', $record->timemodified);\n $doc->set('owneruserid', \\core_search\\manager::NO_OWNER_ID);\n $doc->set('content', content_to_text($record->description, $record->descriptionformat));\n\n // Check if this document should be considered new.\n if (isset($options['lastindexedtime']) && $options['lastindexedtime'] < $record->timecreated) {\n // If the document was created after the last index time, it must be new.\n $doc->set_is_new(true);\n }\n\n return $doc;\n }", "abstract public function getDocuments();", "function __safeDeleteDocument() {\n\t\ttry {\n\t\t\t$this->solr->deleteById($this->__createDocId());\n\t\t\t$this->solr->commit();\n\t\t\t$this->solr->optimize();\t\n\t\t} catch (Exception $e) {\n\t\t\t$this->log($e, 'solr');\n\t\t}\n\t}", "public function firstOrFail();", "public function preRetrieve();", "private function fetchMore(): void\n {\n $url = $this->client->urlTo($this->cql, $this->position, $this->count, $this->extraParams);\n $body = $this->client->request('GET', $url);\n $this->lastResponse = new SearchRetrieveResponse($body);\n $this->data = $this->lastResponse->records;\n\n if (count($this->data) != 0 && $this->data[0]->position != $this->position) {\n throw new Exceptions\\InvalidResponseException(\n 'Wrong index of first record in result set. '\n . 'Expected: ' .$this->position . ', got: ' . $this->data[0]->position\n );\n }\n }", "function testContentLocallyCached() {\n\t\t$this->cache\n\t\t\t->expects( $this->once() ) // <-- the assert\n\t\t\t->method( 'get' )\n\t\t\t->will( $this->returnValue( $this->statusSchema ) );\n\t\t$this->schema->get();\n\t\t$this->schema->get();\n\t\t$this->schema->get();\n\t}", "public function findOrFail(string $identifier): object\n {\n $entity = $this->find($identifier);\n\n if ($entity !== null) {\n return $entity;\n }\n\n throw $this->entityNotFoundException(['id' => $identifier]);\n }", "private function getOneNews() {\n $this->news->findOne();\n }", "public function doFind()\r\n {\r\n throw new Exception('This method is not yet implemented');\r\n }" ]
[ "0.71450967", "0.6197753", "0.5921436", "0.5875945", "0.5763566", "0.5703948", "0.56345326", "0.55992043", "0.5566758", "0.5551524", "0.55242133", "0.5523264", "0.5515667", "0.54462475", "0.5440051", "0.53946185", "0.5386363", "0.53138953", "0.53120726", "0.5252978", "0.5229018", "0.5210255", "0.5188012", "0.5141214", "0.5095178", "0.5090346", "0.5090346", "0.50797975", "0.50775737", "0.5055579", "0.50532377", "0.50454766", "0.5026962", "0.50160736", "0.5013722", "0.49982002", "0.49842387", "0.4983689", "0.49592695", "0.49521765", "0.4920509", "0.49204615", "0.49131712", "0.49079934", "0.49058482", "0.4885464", "0.48824614", "0.48806068", "0.48806068", "0.48806068", "0.48806068", "0.48806068", "0.48806068", "0.48806068", "0.48806068", "0.48806068", "0.48660532", "0.48631373", "0.48543963", "0.48521894", "0.4850946", "0.4849172", "0.4849172", "0.4849172", "0.4849172", "0.4849172", "0.4849172", "0.4849172", "0.4849172", "0.4849172", "0.4849172", "0.48484722", "0.48484722", "0.48484722", "0.48484722", "0.48466313", "0.48458263", "0.48444748", "0.48380002", "0.48378032", "0.48186603", "0.4814803", "0.481313", "0.4801431", "0.47945678", "0.4793637", "0.47817808", "0.47546756", "0.4743758", "0.4740993", "0.47379175", "0.47331122", "0.47303182", "0.4729809", "0.47205144", "0.4715959", "0.47148448", "0.46907547", "0.4689475", "0.46882197" ]
0.64492387
1
This doc update should conflict, we're replacing a new rev (2) with an old rev (1)
public function testUpdateConflict() { self::$sag->put("foo", self::$temp); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function testUpdateDocumentMetadata()\n {\n }", "function _wp_upgrade_revisions_of_post($post, $revisions)\n {\n }", "function change_revision($file) {\n\n global $DOCDIR, $LANG;\n\n $en_file = preg_replace(\"'^\".$DOCDIR.$LANG.\"/'\", $DOCDIR.\"en/\", $file);\n\n // Get en file cvs revision\n $cvs_rev = get_tags($en_file);\n\n // Get en file cvs revision\n $svn_rev = get_tags($en_file, \"svn-rev\");\n\n // Get translated file revision\n $this_rev = get_tags($file, \"this-rev\");\n\n // If we have a numeric revision number (not n/a), compute rev. diff\n if (is_numeric($this_rev)) {\n\n $rev_diff = intval($cvs_rev) - intval($this_rev);\n\n if (!$rev_diff) {\n /* change revision number from cvs to svn */\n\n $line = file_get_contents($file);\n $str = \"<!-- EN-Revision: $svn_rev Maintainer:\";\n $newline = preg_replace(\"/<!--.EN-Revision:\\s*.\\d+\\.\\d+\\s*Maintainer:/U\", $str, $line);\n\n $fp = fopen($file, \"w\");\n fwrite ($fp, $newline);\n fclose($fp);\n\n } elseif ($rev_diff > 0) {\n /* change revision number to n/a */\n\n $line = file_get_contents($file);\n $str = \"<!-- EN-Revision: n/a Maintainer:\";\n $newline = preg_replace(\"/<!--.EN-Revision:\\s*.\\d+\\.\\d+\\s*Maintainer:/U\", $str, $line);\n\n $fp = fopen($file, \"w\");\n fwrite ($fp, $newline);\n fclose($fp);\n\n } // else no touch\n }\n\n}", "abstract public function updateToPreviousVersion( $previous );", "abstract protected function doUpdate($oldVersion);", "function update_sales_order_version($order)\n{\n foreach ($order as $so_num => $so_ver) {\n $sql= 'UPDATE '.TB_PREF.'sales_orders SET version=version+1 WHERE order_no='. db_escape($so_num).\n\t' AND version='.$so_ver . \" AND trans_type=30\";\n db_query($sql, 'Concurrent editing conflict while sales order update');\n }\n}", "function update($oldversion) {\n\t\t/** globalising of the needed variables, objects and arrays */\n\t\tglobal $db, $apcms;\n\t\t\n\t\t\n\t\treturn true;\n\t\t\n\t}", "protected function updateCommentForUpdatableVersionsAction() {}", "protected function _preupdate() {\n }", "public function DeleteVersion() {\n\n\t\tif ($this->parameter_check) {\n\n\t\t\t/* DATABASE CONNECTION */\n\t\t\t$db=$GLOBALS['db'];\n\n\t\t\t/* DESCRIPTION MUST ALWAYS COME FIRST BEFORE WE DELETE THE RECORDS er */\n\t\t\t$description=GetColumnValue(\"filename\",\"document_files\",\"document_id\",$this->document_id,\"\"). \" - version deleted\";\n\n\t\t\t/* PROCESS LOGGING BEFORE DELETION TO PROTECT FOREIGN KEY CONSTRAINT */\n\t\t\tLogDocumentFileHistory($this->GetColVal(\"filename\"),$this->GetColVal(\"category_id\"),$this->GetColVal(\"version_number\"),$description);\n\n\t\t\t/* AVOID SUB QUERY HERE FOR MYSQL */\n\t\t\t$sql=\"SELECT document_id, version_number\n\t\t\t\t\t\tFROM \".$GLOBALS['database_prefix'].\"document_files\n\t\t\t\t\t\tWHERE filename = '\".$this->GetColVal(\"filename\").\"'\n\t\t\t\t\t\tAND category_id = \".$this->GetColVal(\"category_id\").\"\n\t\t\t\t\t\tORDER BY version_number DESC\n\t\t\t\t\t\tLIMIT 1\n\t\t\t\t\t\t\";\n\t\t\t//echo $sql.\"<br>\";\n\t\t\t$result = $db->Query($sql);\n\t\t\tif ($db->NumRows($result) > 0) {\n\t\t\t\twhile($row = $db->FetchArray($result)) {\n\t\t\t\t \t$document_id_delete = $row['document_id'];\n\t\t\t\t \t/* THE VERSION TO UPDATE TO THE LATEST */\n\t\t\t\t \t$document_id_latest_version=($row['version_number']-1);\n\t\t\t }\n\t\t\t}\n\n\t\t\t/* DELETE DOCUMENT */\n\t\t\t$sql=\"DELETE FROM \".$GLOBALS['database_prefix'].\"document_files\n\t\t\t\t\t\tWHERE document_id IN (\n\t\t\t\t\t\t\t\".$document_id_delete.\"\n\t\t\t\t\t\t)\n\t\t\t\t\t\t\";\n\t\t\t//echo $sql.\"<br>\";\n\t\t\t$result=$db->Query($sql);\n\t\t\tif ($db->AffectedRows($result) > 0) {\n\t\t\t\t/* UPDATE THE PREVIOUS VERSION TO THE LATEST VERSION */\n\t\t\t\t$sql_upd=\"UPDATE \".$GLOBALS['database_prefix'].\"document_files\n\t\t\t\t\t\t\t\t\tSET latest_version = 'y',\n\t\t\t\t\t\t\t\t\tchecked_out = 'n'\n\t\t\t\t\t\t\t\t\tWHERE document_id IN (\n\t\t\t\t\t\t\t\t\t\t\".$document_id_latest_version.\"\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\";\n\t\t\t\t//echo $sql_upd.\"<br>\";\n\t\t\t\t$result_upd=$db->Query($sql_upd);\n\t\t\t\tif ($db->AffectedRows($result_upd) > 0) {\n\t\t\t\t\treturn True;\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\t$this->Errors(\"Delete version failed\");\n\t\t\t\t\treturn False;\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\treturn False;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\t$this->Errors(\"Parameter check failed\");\n\t\t\treturn False;\n\t\t}\n\t}", "public function massCdocRevAction()\n {\n $curriculumdocIds = $this->getRequest()->getParam('curriculumdoc');\n if (!is_array($curriculumdocIds)) {\n Mage::getSingleton('adminhtml/session')->addError(\n Mage::helper('bs_curriculumdoc')->__('Please select curriculum docs.')\n );\n } else {\n try {\n foreach ($curriculumdocIds as $curriculumdocId) {\n $curriculumdoc = Mage::getSingleton('bs_curriculumdoc/curriculumdoc')->load($curriculumdocId)\n ->setCdocRev($this->getRequest()->getParam('flag_cdoc_rev'))\n ->setIsMassupdate(true)\n ->save();\n }\n $this->_getSession()->addSuccess(\n $this->__('Total of %d curriculum docs were successfully updated.', count($curriculumdocIds))\n );\n } catch (Mage_Core_Exception $e) {\n Mage::getSingleton('adminhtml/session')->addError($e->getMessage());\n } catch (Exception $e) {\n Mage::getSingleton('adminhtml/session')->addError(\n Mage::helper('bs_curriculumdoc')->__('There was an error updating curriculum docs.')\n );\n Mage::logException($e);\n }\n }\n $this->_redirect('*/*/index');\n }", "function __update_post($version) {\n\treturn true;\n}", "public function autoupdate() {\n\t\t$options = $this->get_option();\n\t\t$update_successful = true;\n\n\t\tif (version_compare($options['version'], '2.0', '<')) {\n\t\t\tglobal $wpdb;\n\n\t\t\t$sql = \"\n\t\t\t\tUPDATE $wpdb->postmeta\n\t\t\t\tSET meta_key='im8_additional_css_file'\n\t\t\t\tWHERE meta_key='additional_css_file'\";\n\t\t\t$update_successful &= $wpdb->query($sql) != -1;\n\n\t\t\t$sql = \"\n\t\t\t\tUPDATE $wpdb->postmeta\n\t\t\t\tSET meta_key='im8_additional_css'\n\t\t\t\tWHERE meta_key='additional_css'\";\n\t\t\t$update_successful &= $wpdb->query($sql) != -1;\n\n\t\t\t$options['version'] = '2.0';\n\t\t\tif ($update_successful)\n\t\t\t\tupdate_option($this->option_name, $options);\n\t\t}\n\n\t\tif ($update_successful) {\n\t\t\t$options['version'] = $this->version;\n\t\t\tupdate_option($this->option_name, $options);\n\t\t}\n\t}", "public function massCourseDocRevAction()\n {\n $coursedocIds = $this->getRequest()->getParam('coursedoc');\n if (!is_array($coursedocIds)) {\n Mage::getSingleton('adminhtml/session')->addError(\n Mage::helper('bs_coursedoc')->__('Please select course docs.')\n );\n } else {\n try {\n foreach ($coursedocIds as $coursedocId) {\n $coursedoc = Mage::getSingleton('bs_coursedoc/coursedoc')->load($coursedocId)\n ->setCourseDocRev($this->getRequest()->getParam('flag_course_doc_rev'))\n ->setIsMassupdate(true)\n ->save();\n }\n $this->_getSession()->addSuccess(\n $this->__('Total of %d course docs were successfully updated.', count($coursedocIds))\n );\n } catch (Mage_Core_Exception $e) {\n Mage::getSingleton('adminhtml/session')->addError($e->getMessage());\n } catch (Exception $e) {\n Mage::getSingleton('adminhtml/session')->addError(\n Mage::helper('bs_coursedoc')->__('There was an error updating course docs.')\n );\n Mage::logException($e);\n }\n }\n $this->_redirect('*/*/index');\n }", "public function wp_check_update()\n\t{\n\t\t$content = file_get_contents('https://raw.githubusercontent.com/emulsion-io/wp-migration-url/master/version.json'.'?'.mt_rand());\n\t\t$version = json_decode($content);\n\n\t\t//var_dump($version); exit;\n\n\t\t$retour['version_courante'] = $this->_version;\n\t\t$retour['version_enligne'] = $version->version;\n\n\t\tif($retour['version_courante'] != $retour['version_enligne']) {\n\t\t\t$retour['maj_dipso'] = TRUE;\n\t\t} else {\n\t\t\t$retour['maj_dipso'] = FALSE;\n\t\t}\n\n\t\treturn $retour;\n\t}", "function sitemgr_upgrade1_2()\n{\n\t$GLOBALS['egw_setup']->db->update('egw_sitemgr_modules',array('module_name' => 'news_admin'),array('module_name' => 'news'),__LINE__,__FILE__);\n\n\t$GLOBALS['setup_info']['sitemgr']['currentver'] = '1.3.001';\n\treturn $GLOBALS['setup_info']['sitemgr']['currentver'];\n}", "protected function requireRev() {\n\t\tif (empty($this->document->_rev)) {\n\t\t\tthrow new DocumentException(\"Please provide a _rev.\");\n\t\t}\n\t}", "function wp_revisions_to_keep($post)\n {\n }", "function phpgwapi_upgrade0_9_14_002()\n\t{\n\t\t// as 0.9.15.xxx are already used in HEAD\n\t\t\n\t\t// this is the 0.9.15.003 update, needed for the new filemanager and vfs-classes in the api\n\t\t$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_vfs','content', array ('type' => 'text', 'nullable' => True));\n\n\t\t// this is the 0.9.15.004 update, needed for the polish translations\n\t\t$GLOBALS['phpgw_setup']->oProc->query(\"UPDATE languages set available='Yes' WHERE lang_id='pl'\");\n\n\t\t$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.14.500';\n\t\treturn $GLOBALS['setup_info']['phpgwapi']['currentver'];\n\t}", "function acf_update_db_version($version = '')\n{\n}", "function wp_save_post_revision_check_for_changes($return, $last_revision, $post)\n {\n }", "function wp_restore_footnotes_from_revision($post_id, $revision_id)\n {\n }", "function wp_maybe_auto_update()\n {\n }", "public function UpdateDocente() {\n\t\t\ttry {\n\t\t\t\t// Update any fields for controls that have been created\n\t\t\t\tif ($this->lstDocente) $this->objDocente->DocenteId = $this->lstDocente->SelectedValue;\n\n\t\t\t\tif ($this->txtCreateby) $this->objDocente->Createby = $this->txtCreateby->Text;\n\n\t\t\t\tif ($this->calCreated) $this->objDocente->Created = $this->calCreated->DateTime;\n\n\t\t\t\tif ($this->txtUpdateby) $this->objDocente->Updateby = $this->txtUpdateby->Text;\n\n\t\t\t\tif ($this->calUpdated) $this->objDocente->Updated = $this->calUpdated->DateTime;\n\n\t\t\t\tif ($this->txtActive) $this->objDocente->Active = $this->txtActive->Text;\n\n\n\t\t\t\t// Update any UniqueReverseReferences for controls that have been created for it\n\n\t\t\t} catch (QCallerException $objExc) {\n\t\t\t\t$objExc->IncrementOffset();\n\t\t\t\tthrow $objExc;\n\t\t\t}\n\t\t}", "public function setRev($value)\n {\n if (!array_key_exists('rev', $this->fieldsModified)) {\n $this->fieldsModified['rev'] = $this->data['fields']['rev'];\n } elseif ($value === $this->fieldsModified['rev']) {\n unset($this->fieldsModified['rev']);\n }\n\n $this->data['fields']['rev'] = $value;\n }", "function wp_add_footnotes_to_revision($fields)\n {\n }", "function publish_updateFix($xmlString, $goodUpdate, $goodPubllish){\n\t\t $goodUpdate = date(\"Y-m-d\\TH:i:s\\-07:00\", strtotime($goodUpdate));\n\t\t $goodPubllish = date(\"Y-m-d\\TH:i:s\\-07:00\", strtotime($goodPubllish));\n\t\t \n\t\t $change = false;\n\t\t \n\t\t @$xml = simplexml_load_string($xmlString);\n\t\t if($xml){\n\t\t\t\t$xml->registerXPathNamespace(\"atom\", OpenContext_OCConfig::get_namespace(\"atom\"));\n\t\t\t\tforeach($xml->xpath(\"//atom:updated\") as $xpathResult){\n\t\t\t\t\t $oldUpdate = (string)$xpathResult;\n\t\t\t\t\t if($goodUpdate != $oldUpdate){\n\t\t\t\t\t\t $xpathResult[0] = $goodUpdate;\n\t\t\t\t\t\t $change = true;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\tforeach($xml->xpath(\"//atom:published\") as $xpathResult){\n\t\t\t\t\t $oldPublished = (string)$xpathResult;\n\t\t\t\t\t if($goodPubllish != $oldPublished){\n\t\t\t\t\t\t $xpathResult[0] = $goodPubllish;\n\t\t\t\t\t\t $change = true;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tif($change){\n\t\t\t\t\t $newXMLstring = $xml->asXML();\n\t\t\t\t\t unset($xml);\n\t\t\t\t\t @$xmlB = simplexml_load_string($newXMLstring);\n\t\t\t\t\t if($xmlB){\n\t\t\t\t\t\t return $newXMLstring;\n\t\t\t\t\t }\n\t\t\t\t\t else{\n\t\t\t\t\t\t return $xmlString;\n\t\t\t\t\t }\n\t\t\t\t}\n\t\t\t\telse{\n\t\t\t\t\t return $xmlString;\n\t\t\t\t}\n\t\t\t\t\n\t\t }\n\t\t else{\n\t\t\t\t//xml is BAD!\n\t\t\t\treturn false;\n\t\t }\n }", "public function updateReferenceIndexCommand() {\n\t\t$this->headerMessage(LocalizationUtility::translate('updateReferenceIndexCommand', 'dam_falmigration'));\n\t\t// update the reference index\n\t\t$refIndexObj = GeneralUtility::makeInstance('TYPO3\\\\CMS\\\\Core\\\\Database\\\\ReferenceIndex');\n//\t\t\tlist($headerContent, $bodyContent, $errorCount) = $refIndexObj->updateIndex('check', FALSE);\n\t\tlist($headerContent, $bodyContent, $errorCount) = $refIndexObj->updateIndex('update', FALSE);\n\t}", "function maybe_upgrade_db() {\n\t\tif ( ! isset( $this->options['db_version'] ) || $this->options['db_version'] < $this->db_version ) {\n\t\t\t$current_db_version = isset( $this->options['db_version'] ) ? $this->options['db_version'] : 0;\n\n\t\t\tdo_action( 'p2_upgrade_db_version', $current_db_version );\n\t\t\tfor ( ; $current_db_version <= $this->db_version; $current_db_version++ ) {\n\t\t\t\tdo_action( \"p2_upgrade_db_version_$current_db_version\" );\n\t\t\t}\n\n\t\t\t// Flush rewrite rules once, so callbacks don't have to.\n\t\t\tflush_rewrite_rules();\n\n\t\t\t$this->set_option( 'db_version', $this->db_version );\n\t\t\t$this->save_options();\n\t\t}\n\t}", "function documents_civicrm_post_case_merge($mainContactId, $mainCaseId = NULL, $otherContactId = NULL, $otherCaseId = NULL, $changeClient = FALSE) { \n $repo = CRM_Documents_Entity_DocumentRepository::singleton();\n if (!empty($mainCaseId) && !empty($otherCaseId)) {\n $docs = $repo->getDocumentsByCaseId($otherCaseId);\n $case = civicrm_api('Case', 'getsingle', array('id' => $otherCaseId, 'version' => 3));\n foreach($docs as $doc) {\n $doc->addCaseId($mainCaseId);\n if ($changeClient) {\n $doc->removeCaseId($otherCaseId); //remove the old case\n }\n foreach($case['client_id'] as $cid) {\n $doc->addContactId($cid);\n } \n $repo->persist($doc);\n }\n }\n}", "public function onUpdateRecord()\n {\n $this->updated = new \\DateTime();\n $this->rev++;\n }", "function update_customer_trans_version($type, $versions)\n{\n\n $sql = 'UPDATE ' . TB_PREF . 'debtor_trans SET version=version+1\n\t\t\tWHERE type=' . db_escape($type) . ' AND (';\n\n foreach ($versions as $trans_no => $version)\n $where[] = '(trans_no=' . db_escape($trans_no) . ' AND version=' . $version . ')';\n\n $sql .= implode(' OR ', $where) . ')';\n\n return db_query($sql, 'Concurrent editing conflict');\n}", "public function updateVersionMatrix() {}", "public function updateVersionMatrix() {}", "public function update_docs($docs=array()) {\n\t\treturn $this->add_docs($docs);\n\t}", "function upgrade_270()\n {\n }", "function acf_wp_upgrade_550_termmeta($wp_db_version, $wp_current_db_version)\n{\n}", "function upgrade_290()\n {\n }", "function UpdateDocBlock($file, $doc, $line) {\n\t\t\n\t\t// Read file...\n\t\t$source = @file_get_contents($file);\n\t\tif (!$source) die(\"ERR3\"); // error 3 => can't read file\n\t\t\n\t\t// Now, we process the file, and make sure the original comment is still at the right location, or it's been moved\n\t\t$tokens = token_get_all($source);\n\t\t$found = false;\n\t\t$oldcomment = \"\";\n\t\tforeach($tokens as $token) {\n\t\t\tif ($token[0] == T_DOC_COMMENT && $token[2] == $line) {\n\t\t\t\t$found = true;\n\t\t\t\t$oldcomment = $token[1];\n\t\t\t}\n\t\t}\n\t\tif (!$found) die(\"ERR4\");\n\n\t\t// Set indent\n\t\t$code = $_POST['Code'];\n\t\tif ( preg_match('@^([\\t\\040]*).*$@', $code, $matches) ) {\n\t\t\t$doc->indent = $matches[1];\n\t\t}\n\t\t\n\t\t// Which line breaks does the source use?\n\t\t$lbtype = \"\\n\";\n\t\tif (substr_count($source,\"\\r\\n\") > 0) $lbtype = \"\\r\\n\";\n\t\t$final = implode($lbtype, $doc->Output(isUtf8($source)));\n\t\t\n\t\t// Simply search & replace old docblock\n\t\t$source = str_replace($oldcomment, trim($final), $source);\n\t\t//rename($file,$file.\".bak\");\n\t\tfile_put_contents($file, $source);\n\t}", "public function testUpdateSuperfund()\n {\n }", "function _updateDocmanDocument($sessionKey, $group_id, $item_id, $title, $description, $status, $obsolescence_date, $type, $permissions, $metadata, $owner, $create_date, $update_date, $extraParams = array()) {\n if ($obsolescence_date !== null) {\n $extraParams['item']['obsolescence_date'] = $obsolescence_date;\n }\n return _updateDocmanItem($sessionKey, $group_id, $item_id, $title, $description, $status, $type, $permissions, $metadata, $owner, $create_date, $update_date, $extraParams);\n}", "protected function afterUpdating()\n {\n }", "function acf_save_post_revision($post_id = 0)\n{\n}", "function _wp_rest_api_force_autosave_difference($prepared_post, $request)\n {\n }", "function xmldb_local_joulegrader_upgrade($oldversion) {\n global $DB;\n\n $dbman = $DB->get_manager();\n\n if ($oldversion < 2012030700) {\n\n // Define table local_joulegrader_comments to be created\n $table = new xmldb_table('local_joulegrader_comments');\n\n // Adding fields to table local_joulegrader_comments\n $table->add_field('id', XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, XMLDB_NOTNULL, XMLDB_SEQUENCE, null);\n $table->add_field('gareaid', XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, XMLDB_NOTNULL, null, null);\n $table->add_field('guserid', XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, XMLDB_NOTNULL, null, null);\n $table->add_field('content', XMLDB_TYPE_TEXT, 'medium', null, XMLDB_NOTNULL, null, null);\n $table->add_field('commenterid', XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, XMLDB_NOTNULL, null, null);\n $table->add_field('timecreated', XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, XMLDB_NOTNULL, null, null);\n $table->add_field('attachment', XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, null, null, null);\n $table->add_field('deleted', XMLDB_TYPE_INTEGER, '10', XMLDB_UNSIGNED, null, null, null);\n\n // Adding keys to table local_joulegrader_comments\n $table->add_key('primary', XMLDB_KEY_PRIMARY, array('id'));\n $table->add_key('gareaid', XMLDB_KEY_FOREIGN, array('gareaid'), 'grading_areas', array('id'));\n $table->add_key('guserid', XMLDB_KEY_FOREIGN, array('guserid'), 'user', array('id'));\n\n // Adding indexes to table local_joulegrader_comments\n $table->add_index('gareaid-guserid', XMLDB_INDEX_NOTUNIQUE, array('gareaid', 'guserid'));\n\n // Conditionally launch create table for local_joulegrader_comments\n if (!$dbman->table_exists($table)) {\n $dbman->create_table($table);\n }\n\n // joulegrader savepoint reached\n upgrade_plugin_savepoint(true, 2012030700, 'local', 'joulegrader');\n }\n}", "public function testUpdateDocument()\n {\n echo \"\\nTesting dcoument update...\";\n\n $id = \"0\";\n //echo \"\\n-----Is string:\".gettype ($id);\n $input = file_get_contents('doc_update.json');\n //echo $input;\n //$url = TestServiceAsReadOnly::$elasticsearchHost . \"/CIL_RS/index.php/rest/documents/\".$id.\"?owner=wawong\";\n $url = TestServiceAsReadOnly::$elasticsearchHost .$this->context.\"/documents/\".$id.\"?owner=wawong\";\n\n //echo \"\\nURL:\".$url;\n $params = json_decode($input);\n $data = json_encode($params); \n $response = $this->curl_put($url,$data);\n \n $json = json_decode($response);\n $this->assertTrue(!$json->success);\n \n }", "function obsoletePatch($bugid, $name, $revision, $obsoletename, $obsoleterevision)\n\t{\n\t\t$this->_dbh->prepare('\n\t\t\tINSERT INTO bugdb_obsoletes_patches\n\t\t\tVALUES(?, ?, ?, ?, ?)\n\t\t')->execute([$bugid, $name, $revision, $obsoletename, $obsoleterevision]);\n\t}", "function upgrade_372()\n {\n }", "public function update($parent)\n\t{\n\t$db = JFactory::getDBO();\n $result = $db->getTableFields( '#__joomleague_version_history' );\n //echo '<pre>'.print_r( $result, true ).'</pre><br>';\n \n if ( array_key_exists('version', $result['#__joomleague_version_history'] ) )\n {\n //echo 'vorhanden<br>';\n }\n else\n {\n //echo 'nicht vorhanden<br>';\n $query2 = \"ALTER TABLE `#__joomleague_version_history` ADD `version` VARCHAR(255) NOT NULL DEFAULT '' AFTER `text`;\";\n $db->setQuery($query2); \n if (!$db->query())\n\t\t\t\t{\n\t\t\t\t} else {\n\t\t\t\t\t//echo \"-> done !<br>\";\t\t\n\t\t\t\t}\n \n }\n\t\t?>\n\t\t<hr>\n\t\t<h1>JoomLeague Update</h1>\n\t\t<?php\n \n /*\n // eine tabelle mit allen spalten\n $query = \"SELECT ordinal_position\n FROM INFORMATION_SCHEMA.COLUMNS\n WHERE table_name = '#__joomleague_version_history'\n and column_name = 'version' \";\n $db->setQuery($query); \n $table_field = $db->loadResult();\n \n if ( !$table_field )\n {\n $query2 = \"ALTER TABLE `#__joomleague_version_history` ADD `version` VARCHAR(255) NOT NULL DEFAULT '' AFTER `text`;\";\n $db->setQuery($query2); \n if (!$db->query())\n\t\t\t\t{\n// \t\t\t\t\techo '-> '.JText::_('Failed').'! <br>';\n// \t\t\t\t\t$this->setError($db->getErrorMsg());\n// \t\t\t\t\techo $db->getErrorMsg();\n\t\t\t\t\t//return false;\n\t\t\t\t} else {\n\t\t\t\t\t//echo \"-> done !<br>\";\t\t\n\t\t\t\t}\n \n }\n */\n \n\t\tself::_install(true);\n\t}", "function resource_upgrade($oldversion) {\n// This function does anything necessary to upgrade\n// older versions to match current functionality\n \n global $CFG ;\n\n if ($oldversion < 2004013101) {\n modify_database(\"\", \"INSERT INTO prefix_log_display VALUES ('resource', 'update', 'resource', 'name');\");\n modify_database(\"\", \"INSERT INTO prefix_log_display VALUES ('resource', 'add', 'resource', 'name');\");\n }\n\n if ($oldversion < 2004071000) {\n table_column(\"resource\", \"\", \"popup\", \"text\", \"\", \"\", \"\", \"\", \"alltext\");\n if ($resources = get_records_select(\"resource\", \"type='3' OR type='5'\", \"\", \"id, alltext\")) {\n foreach ($resources as $resource) {\n $resource->popup = addslashes($resource->alltext);\n $resource->alltext = \"\";\n if (!update_record(\"resource\", $resource)) {\n notify(\"Error updating popup field for resource id = $resource->id\");\n } \n }\n }\n require_once(\"$CFG->dirroot/course/lib.php\");\n rebuild_course_cache();\n }\n \n if ($oldversion < 2004071300) {\n table_column(\"resource\", \"\", \"options\", \"varchar\", \"255\", \"\", \"\", \"\", \"popup\");\n }\n\n if ($oldversion < 2004071303) {\n table_column(\"resource\", \"type\", \"type\", \"varchar\", \"30\", \"\", \"\", \"\", \"\");\n\n modify_database(\"\", \"UPDATE prefix_resource SET type='reference' WHERE type='1';\");\n modify_database(\"\", \"UPDATE prefix_resource SET type='file', options='frame' WHERE type='2';\");\n modify_database(\"\", \"UPDATE prefix_resource SET type='file' WHERE type='3';\");\n modify_database(\"\", \"UPDATE prefix_resource SET type='text', options='0' WHERE type='4';\");\n modify_database(\"\", \"UPDATE prefix_resource SET type='file' WHERE type='5';\");\n modify_database(\"\", \"UPDATE prefix_resource SET type='html' WHERE type='6';\");\n modify_database(\"\", \"UPDATE prefix_resource SET type='file' WHERE type='7';\");\n modify_database(\"\", \"UPDATE prefix_resource SET type='text', options='3' WHERE type='8';\");\n modify_database(\"\", \"UPDATE prefix_resource SET type='directory' WHERE type='9';\");\n }\n\n if ($oldversion < 2004080801) {\n modify_database(\"\", \"UPDATE prefix_resource SET alltext=reference,type='html' WHERE type='reference';\");\n rebuild_course_cache();\n }\n\n if ($oldversion < 2004111200) {//drop first to avoid conflicts when upgrading\n execute_sql(\"DROP INDEX {$CFG->prefix}resource_course_idx;\",false);\n\n modify_database('','CREATE INDEX prefix_resource_course_idx ON prefix_resource (course);');\n }\n \n if ($oldversion < 2005041100) { // replace wiki-like with markdown\n include_once( \"$CFG->dirroot/lib/wiki_to_markdown.php\" );\n $wtm = new WikiToMarkdown();\n $wtm->update( 'resource','alltext','options' );\n }\n\n return true;\n}", "public function updated(Document $document)\n {\n //\n }", "protected function _update()\n\t{\n\t}", "protected function whenNewVersionWasRequested()\n {\n }", "function parse_json_standards($standards, $doc, $isUpdate) {\n\t$failures = array();//contains nodes that could not be created because of missing parent.\n\t$keys = array_keys($standards);\n\t$newEntries = array();\n\t$updates = array();\n\t//process each node in the index in term\n\tfor ($k = 0; $k < count($keys); $k++) {\n\t\t$key = $keys[$k];\n\t\tif (is_competency_node($key)) {\n\t\t\t$resourceSlug = substr(strrchr(remove_last_slash($key),\"/\"),1);\n\t\t\t$title = $standards[$key][\"http://purl.org/dc/elements/1.1/title\"][0][\"value\"];\n\t\t\t$description = $standards[$key][\"http://purl.org/dc/terms/description\"][0][\"value\"];\n\t\t\t$parentUri = remove_last_slash($standards[$key][\"http://purl.org/gem/qualifiers/isChildOf\"][0][\"value\"]);\n\t\t\t$parent = 0;\n\t\t\t$name = $description;\n\t\t\tif ($parentUri == null) {\n\t\t\t\t$name = $title;\t\n\t\t\t}\n\t\t\telse {\n\t\t\t\t//find term_id of parent in the WP taxonomy;\n\t\t\t\t$parentSlug = substr(strrchr($parentUri,\"/\"),1);\n\t\t\t\t$term = get_term_by( \"slug\", $parentSlug, \"asn_index\");\n\t\t\t\t$description = '';\n\t\t\t\t//If parent was found, add this node to the parent. If not, add it to the list of failures.\n\t\t\t\tif ($term !== false) {\n\t\t\t\t\t$parent = (int)$term->term_id;\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\t$failures[] = $k;\n\t\t\t\t}\t\n\t\t\t}\n\t\t\tif (array_search($k,$failures) === false) {//if the node is not an orphan\n\t\t\t\tif (!check_existing_standards($resourceSlug, true)) { //if the node is not already in the index, insert it\n\t\t\t\t\t$cid = wp_insert_term(\n\t\t\t\t\t\t$name,\n\t\t\t\t\t\t\"asn_index\",\n\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t'description' => $description,\n\t\t\t\t\t\t\t'slug' => $resourceSlug,\n\t\t\t\t\t\t\t'parent' => $parent\n\t\t\t\t\t\t)\n\t\t\t\t\t);\n\t\t\t\t\tif (is_wp_error( $cid ) ) //if adding the node produces an error, make sure the name is less than 200 characters long\n\t\t\t\t\t{\n\t\t\t\t\t\tif (strlen($name) > 200) {\n\t\t\t\t\t\t\t$description = $name;\n\t\t\t\t\t\t\t$name = substr($name, 0, 200);\n\t\t\t\t\t\t\twp_insert_term(\n\t\t\t\t\t\t\t\t$name,\n\t\t\t\t\t\t\t\t\"asn_index\",\n\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t'description' => $description,\n\t\t\t\t\t\t\t\t\t'slug' => $resourceSlug,\n\t\t\t\t\t\t\t\t\t'parent' => $parent\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\techo $resourceSlug . \" name had to be shortened!\";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ($isUpdate) {\n\t\t\t\t\t\t$newEntries[] = array(\"Name\" => $name, \"Id\" => $resourceSlug, \"Parent\" => $parent);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse { //this node already exists so update with new values\n\t\t\t\t\t$term = get_term_by( \"slug\", $resourceSlug, \"asn_index\");\n\t\t\t\t\t$termUpdate = 0;\n\t\t\t\t\tif (html_entity_decode(substr($term->name, 0, 200)) != html_entity_decode($substr($name, 0, 200))) {\n\t\t\t\t\t\t$termUpdate++;\n\t\t\t\t\t\twp_update_term($term->term_id, 'asn_index', array('name' => $substr($name, 0, 200)));\n\t\t\t\t\t}\n\t\t\t\t\tif (html_entity_decode($term->description) != html_entity_decode($description) && $name != html_entity_decode($description)) {\n\t\t\t\t\t\t$termUpdate++;\n\t\t\t\t\t\twp_update_term($term->term_id, 'asn_index', array('description' => $description));\n\t\t\t\t\t}\n\t\t\t\t\tif (html_entity_decode($term->parent) != html_entity_decode($parent)) {\n\t\t\t\t\t\t$termUpdate++;\n\t\t\t\t\t\twp_update_term($term->term_id, 'asn_index', array('parent' => $parent));\n\t\t\t\t\t}\n\t\t\t\t\tif ($termUpdate > 0)\n\t\t\t\t\t\t$updates[] = array(\"id\" => $resourceSlug, \"name\" => $name);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t//notify the uploader of any nodes that were updated or failed\n\tif ($isUpdate && count($newEntries) > 0 || count($updates) > 0)\n\t\tnotify_modifications($newEntries, $updates);\n\tif (count($failures) > 0) {\n\t\techo \"failures:\";\n\t\tprint_r($failures);\t\n\t}\n\t\n}", "static function upgrade_db() {\r\n\t\tglobal $wpdb, $mf_timeline_db_version;\r\n\t\t$options = get_option( 'mf_timeline' );\r\n\r\n\t\tif( $options['db_version'] < $mf_timeline_db_version ) {\r\n\t\t\tswitch( true ) {\r\n\t\t\t\t/**\r\n\t\t\t\t * Version: 2\r\n\t\t\t\t * Purpose: Added author column to the stories table.\r\n\t\t\t\t * @author Matt Fairbrass\r\n\t\t\t\t */\r\n\t\t\t\tcase ($options['db_version'] < 2) :\r\n\t\t\t\t\t$table = $wpdb->prefix . 'mf_timeline_stories';\r\n\t\t\t\t\t\r\n\t\t\t\t\t$sql = \"ALTER TABLE {$table} ADD `story_author` BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT '0',\r\n\t\t\t\t\tADD INDEX ( `story_author` )\";\r\n\t\t\t\t\t\r\n\t\t\t\t\tif( $wpdb->query($sql) !== false ) {\r\n\t\t\t\t\t\t$options['db_version'] = 2;\r\n\t\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tupdate_option( 'mf_timeline', $options );\r\n\t\t}\r\n\t}", "public function update($uavmDocument);", "function wp_stream_update_auto_308( $db_version, $current_version ) {\n\t$plugin = wp_stream_get_instance();\n\t$plugin->install->install( $current_version );\n\n\treturn $current_version;\n}", "public function updateOrderWrapperDocNoByReplacement($oldErpDocNo, $newErpDocNo) {\n \n // check for invalid SQL where clause argument\n if (empty($oldErpDocNo) || strlen(trim($oldErpDocNo)) < 1) {\n throw new tx_pttools_exception('Parameter error for doc no. replacement', 3);\n }\n \n // query preparation\n $table = 'tx_ptgsashop_order_wrappers';\n $where = 'related_doc_no = '.$GLOBALS['TYPO3_DB']->fullQuoteStr($oldErpDocNo, $table);\n $updateFieldsArr = array('related_doc_no'=>$newErpDocNo);\n \n // exec query using TYPO3 DB API\n $res = $GLOBALS['TYPO3_DB']->exec_UPDATEquery($table, $where, $updateFieldsArr);\n trace(tx_pttools_div::returnLastBuiltUpdateQuery($GLOBALS['TYPO3_DB'], $table, $where, $updateFieldsArr));\n if ($res == false) {\n throw new tx_pttools_exception('Query failed', 1, $GLOBALS['TYPO3_DB']->sql_error());\n }\n \n trace($res); \n return $res;\n \n }", "public function getRev() : string;", "public function isRevisionable();", "function _wp_keep_alive_customize_changeset_dependent_auto_drafts($new_status, $old_status, $post)\n {\n }", "function testPostEntityRelationshipWhenRevisionChange() {\n\t\t// create two entities\n\t\t$entity_1_id = wl_create_post( '', 'entity-1', uniqid( 'entity', true ), 'draft', 'entity' );\n\t\t$entity_2_id = wl_create_post( '', 'entity-2', uniqid( 'entity', true ), 'draft', 'entity' );\n\n\t\t$entity_1_uri = wl_get_entity_uri( $entity_1_id );\n\t\t$entity_2_uri = wl_get_entity_uri( $entity_2_id );\n\n\t\t$body_1 = <<<EOF\n <span itemid=\"$entity_1_uri\">Entity 1</span>\n <span itemid=\"$entity_2_uri\">Entity 2</span>\nEOF;\n\n\t\t// Create a post connected to the entities\n\t\t$post_1_id = wl_create_post( $body_1, 'post-1', uniqid( 'post', true ), 'publish', 'post' );\n\t\t// Sanity check.\n\t\t$this->assertCount( 2, wl_core_get_related_entity_ids( $post_1_id ) );\n\n\t\t// Create revision with only one entity.\n\t\t$body_2 = <<<EOF\n <span itemid=\"$entity_1_uri\">Entity 1</span>\nEOF;\n\n\t\t$post_data = array(\n\t\t\t 'ID' => $post_1_id,\n\t\t\t 'post_content' => $body_2,\n\t\t);\n\n\t\twp_update_post( $post_data );\n\t\t$this->assertCount( 1, wl_core_get_related_entity_ids( $post_1_id ) );\n\t\t$entity = wl_core_get_related_entity_ids( $post_1_id );\n\t\t$this->assertEquals( $entity_1_id, $entity[0] );\n\n\t\t// Restore to the original revision and check.\n\t\t$revisions = wp_get_post_revisions( $post_1_id );\n\n\t\t// Revisions are returned sorted by reverse creation time.\n\t\t// First one therefor is the last.\n\t\t$original = end( $revisions );\n\t\twp_restore_post_revision( $original->ID );\n\t\t$this->assertCount( 2, wl_core_get_related_entity_ids( $post_1_id ) );\n\t}", "function my_refresh_mce($ver) {\r\n\t\t\r\n\t $ver += 3;\r\n\t return $ver;\r\n\t \r\n\t}", "function _wp_get_post_revision_version($revision)\n {\n }", "function testEntityToEntityRelationshipWhenRevisionChange() {\n\t\t// create two entities\n\t\t$entity_1_id = wl_create_post( '', 'entity-1', uniqid( 'entity', true ), 'draft', 'entity' );\n\t\t$entity_2_id = wl_create_post( '', 'entity-2', uniqid( 'entity', true ), 'draft', 'entity' );\n\n\t\t$entity_1_uri = wl_get_entity_uri( $entity_1_id );\n\t\t$entity_2_uri = wl_get_entity_uri( $entity_2_id );\n\n\t\t$body_1 = <<<EOF\n <span itemid=\"$entity_1_uri\">Entity 1</span>\n <span itemid=\"$entity_2_uri\">Entity 2</span>\nEOF;\n\n\t\t// Create an entity connected to the entities\n\t\t$entity_3_id = wl_create_post( $body_1, 'post-1', uniqid( 'post', true ), 'publish', 'entity' );\n\t\t// Sanity check.\n\t\t$this->assertCount( 2, wl_core_get_related_entity_ids( $entity_3_id ) );\n\n\t\t// Create revision with only one entity.\n\t\t$body_2 = <<<EOF\n <span itemid=\"$entity_1_uri\">Entity 1</span>\nEOF;\n\n\t\t$post_data = array(\n\t\t\t 'ID' => $entity_3_id,\n\t\t\t 'post_content' => $body_2,\n\t\t);\n\n\t\twp_update_post( $post_data );\n\t\t$this->assertCount( 1, wl_core_get_related_entity_ids( $entity_3_id ) );\n\t\t$entity = wl_core_get_related_entity_ids( $entity_3_id );\n\t\t$this->assertEquals( $entity_1_id, $entity[0] );\n\n\t\t// Restore to the original revision and check.\n\t\t$revisions = wp_get_post_revisions( $entity_3_id );\n\n\t\t// Revisions are returned sorted by reverse creation time.\n\t\t// First one therefor is the last.\n\t\t$original = end( $revisions );\n\t\twp_restore_post_revision( $original->ID );\n\t\t$this->assertCount( 2, wl_core_get_related_entity_ids( $entity_3_id ) );\n\t}", "function phpgwapi_upgrade0_9_14_503()\n\t{\n\t\tif ($GLOBALS['phpgw_setup']->oProc->sType == 'pgsql')\n\t\t{\n\t\t\t$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_addressbook','last_mod',array(\n\t\t\t\t'type' => 'int',\n\t\t\t\t'precision' => '4',\n\t\t\t));\n\t\t\t$GLOBALS['phpgw_setup']->oProc->query(\"UPDATE phpgw_addressbook SET last_mod=0\",__LINE__,__FILE__);\n\t\t\t$GLOBALS['phpgw_setup']->oProc->query(\"ALTER TABLE phpgw_addressbook ALTER COLUMN last_mod SET NOT NULL\",__LINE__,__FILE__);\n\t\t}\n\t\telse\n\t\t{\n\t\t\t$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_addressbook','last_mod',array(\n\t\t\t\t'type' => 'int',\n\t\t\t\t'precision' => '4',\n\t\t\t\t'nullable' => false,\n\t\t\t));\n\t\t}\n\t\t$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.14.504';\n\t\treturn $GLOBALS['setup_info']['phpgwapi']['currentver'];\n\t}", "protected function reindex()\n\t{\n\t\t// rebuild the ordered collection\n\t\t$results = array();\n\t\tforeach ($this->_data as $old => $record)\n\t\t{\n\t\t\t$key = $record->{$this->_keyfield};\n\t\t\t$results[$key] = $record;\n\t\t}\n\t\t// sort the collection\n\t\tksort($results);\n\t\t// remember the new collection\n\t\t$this->_data = $results;\n\t\t// reset the cursor\n\t\treset($this->_data);\n\t}", "function test_get_revisions_gets_the_posts_revisions() {\n\n\t\t$post = get_post( $this->mock_post_id );\n\n\t\t$post->post_content = 'update 1';\n\n\t\twp_update_post( $post );\n\n\t\t$post->post_content = 'update 2';\n\n\t\twp_update_post( $post );\n\n\t\t$post->post_content = 'update 3';\n\n\t\twp_update_post( $post );\n\n\t\t$revisions = wp_get_post_revisions( $this->mock_post_id );\n\n\t\t$revisions_data = array();\n\n\t\t$last_month = date( 'm', strtotime( 'last day of -1 month' ) );\n\t\t$this_year = date( 'Y', strtotime( 'last day of this month' ) );\n\t\t$next_month = date( 'm', strtotime( 'last day of +1 month' ) );\n\n\t\t$revisions_counter = 0;\n\n\t\t$first_revision = false;\n\n\t\tforeach ( $revisions as $key => $revision ) {\n\n\t\t\t$month = ( $revisions_counter >= 1 ) ? $last_month : $next_month;\n\n\t\t\tif ( 1 == $revisions_counter ) {\n\n\t\t\t\t$second_revision = $revision;\n\n\t\t\t}\n\n\t\t\t$revisions_data[ $revision->ID ] = array(\n\n\t\t\t\t'month' => $month,\n\t\t\t\t'day' => $revisions_counter + 1 . '',\n\t\t\t\t'year' => $this_year,\n\t\t\t\t'hour' => '12',\n\t\t\t\t'minute' => '30',\n\n\t\t\t);\n\n\t\t\t$revisions_counter++;\n\n\t\t}\n\n\t\tupdate_post_meta( $this->mock_post_id, 'dep_revisions_data', json_encode( $revisions_data ) );\n\n\t\t$args = array(\n\t\t\t'p' => $this->mock_post_id,\n\t\t\t'post_type' => 'page',\n\t\t);\n\n\t\t$query = new \\WP_Query( $args );\n\n\t\tif ( $query->have_posts() ) {\n\n\t\t\twhile ( $query->have_posts() ) {\n\n\t\t\t\t$query->the_post();\n\n\t\t\t\t$actual = $this->dep_page_versions_controller->get_revision( $post->post_content );\n\n\t\t\t}\n\t\t}\n\n\t\t$this->assertEquals( $second_revision->post_content, $actual );\n\n\t}", "function documents_civicrm_pre( $op, $objectName, $id, &$params ) {\n $repo = CRM_Documents_Entity_DocumentRepository::singleton();\n if ($objectName == 'Individual' || $objectName == 'Household' || $objectName == 'Organization') {\n if ($op == 'delete') {\n try {\n $contact = civicrm_api3('Contact', 'getsingle', array('contact_id' => $id, 'is_deleted' => '1'));\n //contact is in trash so this deletes the contact permanenty\n $docs = $repo->getDocumentsByContactId($id);\n foreach($docs as $doc) {\n $doc->removeContactId($id);\n $repo->persist($doc);\n }\n } catch (Exception $e) {\n //contact not found, or contact is in transh\n }\n }\n }\n \n if ($op == 'delete') {\n $refspec = CRM_Documents_Utils_EntityRef::singleton();\n $ref = $refspec->getRefByObjectName($objectName);\n if ($ref) {\n $documents = $repo->getDocumentsByEntityId($ref->getEntityTableName(), $id);\n foreach($documents as $doc) {\n $entity = new CRM_Documents_Entity_DocumentEntity($doc);\n $entity->setEntityId($id);\n $entity->setEntityTable($ref->getEntityTableName());\n $doc->removeEntity($entity);\n \n $repo->persist($doc);\n }\n }\n }\n}", "private function __replaceReference($DBObject) {\n\t\tglobal $connect;\n\t\trequire_once('CORE/extensionManager.inc.php');\n\t\t$class_list = getReferenceTablesList($this->__table);\n\t\tforeach($class_list as $table=>$fieldname) {\n\t\t\trequire_once($this->getTableName($table));\n\t\t\t$class_name=\"DBObj_\".$table;\n\t\t\t$DBObjRefTarget=new $class_name;\n\t\t\t$item = $DBObjRefTarget->__DBMetaDataField[$fieldname];\n\t\t\tif (isset($item['params']['CascadeMerge']) && $item['params']['CascadeMerge']) {\n\t\t\t\t$DBObjRefTarget->$fieldname=$this->id;\n\t\t\t\t$nb1=$DBObjRefTarget->find();\n\t\t\t\t$DBObjRefTarget->fetch();\n\t\t\t\t\n\t\t\t\t$DBObjRefOther=new $class_name;\n\t\t\t\t$DBObjRefOther->$fieldname=$DBObject->id;\n\t\t\t\t$nb2=$DBObjRefOther->find();\n\t\t\t\t$DBObjRefOther->fetch();\n\n\t\t\t\tif (($nb1==1) && ($nb2==1) && ($DBObjRefTarget->id>0) && ($DBObjRefOther->id)) {\n\t\t\t\t\t$DBObjRefTarget->merge($DBObjRefOther);\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\trequire_once(\"CORE/Lucterios_Error.inc.php\");\n\t\t\t\t\tthrow new LucteriosException(IMPORTANT,\"Fusion impossible.\");\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\t$q=\"UPDATE $table SET $fieldname=$this->id WHERE $fieldname=$DBObject->id\";\n\t\t\t\t$connect->execute($q,true);\n\t\t\t}\n\t\t}\n\t\tif($this->Heritage != \"\")\n\t\t\t$this->Super->__replaceReference($DBObject->Super);\n\t}", "public function update()\n\t{\n\t\t$mytable = WikiRevision::$table;\n\t\t$buf = \"UPDATE $mytable SET \";\n\t\tfor ($i = 0; $i < count(WikiRevision::$fields); $i++) {\n\t\t\t$buf .= WikiRevision::$fields[$i] . \" = '\" . DBConnection::get()->handle()->real_escape_string($this->data[$fields[$i]]) . \"'\" . ($i == count(WikiRevision::$fields) - 1)?(', '):(' ');\n\t\t}\n\t\t$buf .= \"WHERE rev_id = \" . $data['rev_id'];\n\t\tDBConnection::get()->handle()->query($buf);\n\t}", "function search_api_post_update_fix_index_dependencies(&$sandbox = NULL) {\n \\Drupal::classResolver(ConfigEntityUpdater::class)\n ->update($sandbox, 'search_api_index', function () {\n // Re-save all search API indexes.\n return TRUE;\n });\n}", "function Row_UpdateConflict($rsold, &$rsnew) {\n\n\t\t// Enter your code here\n\t\t// To ignore conflict, set return value to FALSE\n\n\t\treturn TRUE;\n\t}", "function Row_UpdateConflict($rsold, &$rsnew) {\n\n\t\t// Enter your code here\n\t\t// To ignore conflict, set return value to FALSE\n\n\t\treturn TRUE;\n\t}", "function Row_UpdateConflict($rsold, &$rsnew) {\n\n\t\t// Enter your code here\n\t\t// To ignore conflict, set return value to FALSE\n\n\t\treturn TRUE;\n\t}", "function Row_UpdateConflict($rsold, &$rsnew) {\n\n\t\t// Enter your code here\n\t\t// To ignore conflict, set return value to FALSE\n\n\t\treturn TRUE;\n\t}", "function Row_UpdateConflict($rsold, &$rsnew) {\n\n\t\t// Enter your code here\n\t\t// To ignore conflict, set return value to FALSE\n\n\t\treturn TRUE;\n\t}", "function rss_client_upgrade($oldversion) {\n/// This function does anything necessary to upgrade \n/// older versions to match current functionality \n\n global $CFG;\n\n if ($oldversion < 2003111500) {\n # Do something ...\n }\n\n if ($oldversion < 2004112001) {\n // title and description should be TEXT as we don't have control over their length.\n table_column('block_rss_client','title','title','text',10,'unsigned','');\n table_column('block_rss_client','description','description','text',10,'unsigned','');\n }\n\n return true;\n}", "public function testVersionConstraintWithReferenceToSelf(): void\n {\n $documentDefinition = $this->definitionInstanceRegistry->get(DocumentDefinition::class);\n $documentTypeDefinition = $this->definitionInstanceRegistry->get(DocumentDefinition::class);\n $documentAssociationField = $documentDefinition->getField('referencedDocument');\n\n static::assertNotNull($documentAssociationField);\n $resolverContext = new FieldResolverContext(\n '',\n 'document',\n $documentAssociationField,\n $documentDefinition,\n $documentTypeDefinition,\n $this->queryBuilder,\n $this->context,\n null,\n );\n\n $this->resolver->join($resolverContext);\n\n static::assertSame([\n '`document`' => [\n [\n 'joinType' => 'left',\n 'joinTable' => '`document`',\n 'joinAlias' => '`document.referencedDocument`',\n 'joinCondition' => '`document`.`referenced_document_id` = `document.referencedDocument`.`id`',\n ],\n ],\n ], $this->queryBuilder->getQueryPart('join'));\n }", "function MergeFile($original, $edited, $cache)\n{\n /*echo \"<table><tr><td VALIGN='top' width='33%'>\" . htmlspecialchars($original) . \"</td><td VALIGN='top' width='33%'>\" . \n htmlspecialchars($edited) . \" </td><td VALIGN='top' width='33%'>\" . htmlspecialchars($cache) . \"</td></tr></table>\";\n echo \"<br><br>-----------------------------------------------------------------------------\";*/\n /* Run the merge */\n require_once 'classMerge.php';\n $merge = new ThreeWayMerge( $original, $edited, $cache, /*'lite'*/ 'full');\n \n $result = $merge->merge();\n\n if ( $result !== FALSE )\n {\n /* Check for conflicts */\n //$conflicts = ( stristr( $result, '<ips:conflict' ) ) ? 1 : 0;\n \n echo htmlspecialchars($result);\n\n $myfile = fopen(\"doclineSQL1.txt\", \"w+\") or die(\"Unable to open file!\");\n fwrite($myfile, $result);\n fclose($myfile);\n } \n else\n echo \"Fail to merge\";\n}", "function update_remarks_xml($langdata_path, $updated_remarks)\n{\n\t# updated_remarks[measure_id] = {[range]=>[interpretation]}\n\tglobal $VERSION;\n\t$new_version = $VERSION;\n\t$file_name = $langdata_path.\"remarks.xml\";\n\t$dest_file_name = $langdata_path.\"remarks.xml\";\n\t$xml_doc = new DOMDocument();\n\t$xml_doc->load($file_name);\n\t$xpath = new DOMXpath($xml_doc);\n\t$root_node = $xml_doc->getElementsByTagName(\"measures\");\n\t$root_node->item(0)->setAttribute(\"version\", $new_version);\n\tforeach($updated_remarks as $key=>$value)\n\t{\n\t\t$measure_id = $key;\n\t\t$remarks_map = $value;\n\t\t$measure = Measure::getById($measure_id);\n\t\t# Remove old measure node\n\t\t$old_measure_node = $xpath->query(\"//measures/measure[@id='\".$measure_id.\"']\");\n\t\t$old_measure_node = $root_node->item(0)->removeChild($old_measure_node->item(0));\n\t\t# Create new measure node based on supplied values\n\t\t$new_measure_node = $xml_doc->createElement(\"measure\");\n\t\t$new_measure_node->setAttribute(\"id\", $measure_id);\n\t\t$new_measure_node->setAttribute(\"descr\", $measure->name);\n\t\tforeach($remarks_map as $key2=>$value2)\n\t\t{\n\t\t\t$range = $key2;\n\t\t\t$remark = $value2;\n\t\t\t$new_range_node = $xml_doc->createElement(\"range\");\n\t\t\t$new_key_node = $xml_doc->createElement(\"key\", $range);\n\t\t\t$new_value_node = $xml_doc->createElement(\"value\", $remark);\n\t\t\t$new_range_node->appendChild($new_key_node);\n\t\t\t$new_range_node->appendChild($new_value_node);\n\t\t\t$new_measure_node->appendChild($new_range_node);\n\t\t}\n\t\t# Append updated measure node to XML root node\n\t\t$root_node->item(0)->appendChild($new_measure_node);\n\t}\n\t# Save changes back into XML file\n\t$xml_doc->formatOutput = true;\n\t$xml_doc->preserveWhiteSpace = true;\n\t$xml_doc->save($dest_file_name);\n}", "function RSS_upgrade($oldversion)\n{\n // Update successful\n return true;\n}", "function wp_save_footnotes_meta($revision_id)\n {\n }", "function microblog_upgrade($nom_meta_base_version,$version_cible){\n\t$current_version = 0.0;\n\tif ( (!isset($GLOBALS['meta'][$nom_meta_base_version]) )\n\t\t\t|| (($current_version = $GLOBALS['meta'][$nom_meta_base_version])!=$version_cible)){\n\n\t\tif ($current_version==0.0){\n\t\t\tsql_alter(\"table spip_articles ADD microblog VARCHAR(140) DEFAULT '' NOT NULL\");\n\t\t\tecrire_meta($nom_meta_base_version,$current_version=$version_cible);\n\t\t}\n\t}\n}", "function wp_restore_post_revision($revision, $fields = \\null)\n {\n }", "function sitemgr_upgrade0_9_15_007()\n{\n\t$GLOBALS['egw_setup']->oProc->RefreshTable('phpgw_sitemgr_pages',array(\n\t\t'fd' => array(\n\t\t\t'page_id' => array('type' => 'auto','nullable' => False),\n\t\t\t'cat_id' => array('type' => 'int','precision' => '4'),\n\t\t\t'sort_order' => array('type' => 'int','precision' => '4'),\n\t\t\t'hide_page' => array('type' => 'int','precision' => '4'),\n\t\t\t'name' => array('type' => 'varchar','precision' => '100'),\n\t\t\t'state' => array('type' => 'int','precision' => '2')\n\t\t),\n\t\t'pk' => array('page_id'),\n\t\t'fk' => array(),\n\t\t'ix' => array('cat_id',array('state','cat_id','sort_order'),array('name','cat_id')),\n\t\t'uc' => array()\n\t));\n\n\t$GLOBALS['setup_info']['sitemgr']['currentver'] = '0.9.15.008';\n\treturn $GLOBALS['setup_info']['sitemgr']['currentver'];\n}", "function phpgwapi_upgrade0_9_99_026()\n\t{\n\t\t$GLOBALS['phpgw_setup']->oProc->UpdateSequence('phpgw_categories','cat_id');\n\t\t$GLOBALS['phpgw_setup']->oProc->UpdateSequence('phpgw_applications','app_id');\n\t\t$GLOBALS['phpgw_setup']->oProc->UpdateSequence('phpgw_history_log','history_id');\n\t\t$GLOBALS['phpgw_setup']->oProc->UpdateSequence('phpgw_vfs','file_id');\n\t\t$GLOBALS['phpgw_setup']->oProc->UpdateSequence('phpgw_addressbook','id');\n\t\t\n\t\t$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0';\n\t\treturn $GLOBALS['setup_info']['phpgwapi']['currentver'];\n\t}", "function sitemgr_upgrade0_9_13_001()\n{\n\tglobal $setup_info;\n\t$setup_info['sitemgr']['currentver'] = '0.9.14.001';\n\n\t$GLOBALS['egw_setup']->oProc->AddColumn('phpgw_sitemgr_pages',\n\t\t'sort_order',array('type'=>int, 'precision'=>4));\n\t$GLOBALS['egw_setup']->oProc->AddColumn('phpgw_sitemgr_categories',\n\t\t'sort_order',array('type'=>int, 'precision'=>4));\n\n\treturn $setup_info['sitemgr']['currentver'];\n}", "public function compatVersionConditionMatchesSameRelease() {}", "public function compatVersionConditionMatchesSameRelease() {}", "function complete_version_removal() { return ''; }", "public static function updateLatestVersion()\n {\n// \n// \n// // move this check in the model maybe\n// if (!$data) {\n// $data = new \\Hotaru\\Models\\Miscdata();\n// $data->miscdata_key = 'hotaru_latest_version';\n// }\n// \n// $data->miscdata_value = $info['version_string'];\n// $data->save();\n }", "function upgrade_252()\n {\n }", "function requirement_edit_release( $req_version_id, $release_id ) {\n\n\tglobal $db;\n\t\n\t$req_rel_tbl\t\t= REQ_VERS_ASSOC_REL;\n\t$f_version_id\t\t= $req_rel_tbl .\".\". REQ_VERS_ASSOC_REL_REQ_ID;\n\t$f_release_id\t\t= $req_rel_tbl .\".\". REQ_VERS_ASSOC_REL_REL_ID;\n\n\t# Check to see if the req_version_id appears in the assoc table\n\t$record_exists = requirement_release_assoc_exists( $req_version_id );\n\t\n\t# Delete the record if there is existing record and the user has selected a blank release name\n\tif( $record_exists && $release_id == '' ) {\n\t\t\n\t\t$q = \"DELETE FROM $req_rel_tbl WHERE $f_version_id = '$req_version_id'\";\n\t}\n\telseif( $record_exists && $release_id != '') { # Update the assoc table if there is an existing record and release exists\n\t\t\n\t\t$q = \"UPDATE $req_rel_tbl SET $f_release_id = '$release_id' WHERE $f_version_id = '$req_version_id'\";\n\t}\n\telseif( !$record_exists && $release_id == '') { # Do nothing if there is no existing record and release is blank\n\t\t\n\t\treturn;\n\t}\n\telse { # Insert a new record if there is no record in the assoc table\n\t\n\t\t$q = \"INSERT INTO $req_rel_tbl( $f_version_id, $f_release_id ) VALUES ( '$req_version_id', '$release_id' )\";\n\t}\n\t\n\tdb_query( $db, $q );\n\n\t\n}", "protected function _update()\n {\n \n }", "protected function _update()\n {\n \n }", "function getNewVersion($meta, $object);", "function _wp_post_revision_data($post = array(), $autosave = \\false)\n {\n }", "function upgrade_old_slugs()\n {\n }", "function wp_get_footnotes_from_revision($revision_field, $field, $revision)\n {\n }" ]
[ "0.61158824", "0.5918505", "0.58002394", "0.56655854", "0.56439906", "0.56054044", "0.5588727", "0.5563737", "0.55597174", "0.55127037", "0.5463727", "0.5453025", "0.53749734", "0.53313017", "0.5324848", "0.5322737", "0.53156227", "0.5273841", "0.52627987", "0.525325", "0.5244039", "0.5232304", "0.5207468", "0.52051175", "0.52028465", "0.51990545", "0.5193235", "0.5192557", "0.519202", "0.5184625", "0.5164287", "0.5156221", "0.5153546", "0.5153357", "0.51516324", "0.5144808", "0.5136875", "0.5130975", "0.5125215", "0.5117536", "0.5113316", "0.5099974", "0.50821406", "0.50805056", "0.5076248", "0.5071816", "0.5066266", "0.50569594", "0.5045638", "0.504326", "0.5042425", "0.5041923", "0.50406474", "0.5036112", "0.5029699", "0.5024358", "0.5022243", "0.5021209", "0.50199336", "0.5006027", "0.500358", "0.5001357", "0.4994747", "0.49866036", "0.4975379", "0.4966744", "0.4957295", "0.4949945", "0.49479857", "0.49433944", "0.4936658", "0.49358037", "0.49352962", "0.49352962", "0.49352962", "0.49352962", "0.49352962", "0.49338683", "0.4933856", "0.4933135", "0.49285766", "0.49279654", "0.4925007", "0.49239445", "0.49239296", "0.4922089", "0.49176753", "0.4915804", "0.49148723", "0.4914696", "0.4912684", "0.49112862", "0.4899463", "0.48991647", "0.48907158", "0.48907158", "0.48883238", "0.4887026", "0.48843214", "0.48804733" ]
0.5638272
5
Generation d'un GUID au format FB6BD791F5B14D2F9E7832A205A5703D
public static function generateGuid(bool $upperCase = true, bool $withSeparator = true) { $guid = sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', // 32 bits for "time_low" mt_rand(0, 0xffff), mt_rand(0, 0xffff), // 16 bits for "time_mid" mt_rand(0, 0xffff), // 16 bits for "time_hi_and_version", // four most significant bits holds version number 4 mt_rand(0, 0x0fff) | 0x4000, // 16 bits, 8 bits for "clk_seq_hi_res", // 8 bits for "clk_seq_low", // two most significant bits holds zero and one for variant DCE1.1 mt_rand(0, 0x3fff) | 0x8000, // 48 bits for "node" mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff) ); $guid = $withSeparator ? $guid : str_replace('-', '', $guid); return $upperCase ? strtoupper($guid) : $guid; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static function getGuid()\n {\n $data = self::generateCryptoKey(16);\n\n $data[6] = chr(ord($data[6]) & 0x0f | 0x40); // set version to 0100b = 4\n $data[8] = chr(ord($data[8]) & 0x3f | 0x80); // set bits 6-7 to 10\n\n return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));\n }", "function GUID() {\n if (function_exists('com_create_guid') === true) {\n return trim(com_create_guid(), '{}');\n }\n\n return sprintf('%04X%04X-%04X-%04X-%04X-%04X%04X%04X', mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(16384, 20479), mt_rand(32768, 49151), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535));\n }", "public static function GUID() \n {\n if (function_exists('com_create_guid') === true) {\n return strtolower(trim(com_create_guid(), '{}'));\n }\n return strtolower(sprintf('%04X%04X-%04X-%04X-%04X-%04X%04X%04X', mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(16384, 20479), mt_rand(32768, 49151), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535)));\n }", "function Tguid16()\n {\n $entropicGuid = str_replace('.', '-', uniqid('', true)) . '-' . Guid();\n return $entropicGuid;\n }", "private function createGuid()\n {\n // section 127-0-1-1--751a8510:1443b2e74af:-8000:0000000000000C14 begin\n static $guid = '';\n $uid = uniqid(\"\", true);\n $data = mt_rand();\n $data .= isset($_SERVER['REQUEST_TIME']) ? $_SERVER['REQUEST_TIME'] : mt_rand();\n $data .= isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : mt_rand();\n $data .= isset($_SERVER['LOCAL_ADDR']) ? $_SERVER['LOCAL_ADDR'] : mt_rand();\n $data .= isset($_SERVER['LOCAL_PORT']) ? $_SERVER['LOCAL_PORT'] : mt_rand();\n $data .= isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : mt_rand();\n $data .= isset($_SERVER['REMOTE_PORT']) ? $_SERVER['REMOTE_PORT'] : mt_rand();\n $hash = strtoupper(hash('ripemd128', $uid . $guid . md5($data)));\n $guid = mt_rand(1,10) . \n substr($hash, 0, 8) . \n mt_rand(1,10) .\n substr($hash, 8, 4) .\n mt_rand(1,10) .\n substr($hash, 12, 4) .\n mt_rand(1,10) .\n substr($hash, 16, 4) .\n mt_rand(1,10) .\n substr($hash, 20, 12) .\n mt_rand(1,10);\n return $guid; \n // section 127-0-1-1--751a8510:1443b2e74af:-8000:0000000000000C14 end\n }", "public static function getNewGuid()\n {\n return sprintf('%04X%04X-%04X-%04X-%04X-%04X%04X%04X',\n mt_rand(0, 65535),\n mt_rand(0, 65535),\n mt_rand(0, 65535),\n mt_rand(16384, 20479),\n mt_rand(32768, 49151),\n mt_rand(0, 65535),\n mt_rand(0, 65535),\n mt_rand(0, 65535)\n );\n }", "function createMyGuid() {\n\n if (function_exists('com_create_guid') === true) {\n return trim(com_create_guid(), '{}');\n } // End if (function_exists('com_create_guid') === true)\n\n return sprintf('%04x%04x%04x%04x%04x%04x%04x%04x',\n mt_rand(0, 65535),\n mt_rand(0, 65535),\n mt_rand(0, 65535),\n mt_rand(16384, 20479),\n mt_rand(32768, 49151),\n mt_rand(0, 65535),\n mt_rand(0, 65535),\n mt_rand(0, 65535));\n}", "public static function guid()\n {\n if (function_exists('com_create_guid') === true)\n {\n return trim(com_create_guid(), '{}');\n }\n\n return sprintf('%04X%04X-%04X-%04X-%04X-%04X%04X%04X', \n mt_rand(0, 65535), \n mt_rand(0, 65535), \n mt_rand(0, 65535), \n mt_rand(16384, 20479), \n mt_rand(32768, 49151), \n mt_rand(0, 65535), \n mt_rand(0, 65535), \n mt_rand(0, 65535));\n }", "public function getGUID(){\n if (function_exists('com_create_guid')){\n return com_create_guid();\n }else{\n mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up.\n $charid = strtoupper(md5(uniqid(rand(), true)));\n $hyphen = chr(45);// \"-\"\n $uuid = chr(123)// \"{\"\n .substr($charid, 0, 8).$hyphen\n .substr($charid, 8, 4).$hyphen\n .substr($charid,12, 4).$hyphen\n .substr($charid,16, 4).$hyphen\n .substr($charid,20,12)\n .chr(125);// \"}\"\n return $uuid;\n }\n}", "function getGuid() {\r\n\r\n return sprintf('%04x%04x-%04x-%04x-%02x%02x-%04x%04x%04x',\r\n mt_rand(0, 65535),\r\n mt_rand(0, 65535), // 32 bits for \"time_low\"\r\n mt_rand(0, 65535), // 16 bits for \"time_mid\"\r\n mt_rand(0, 4096) + 16384, // 16 bits for \"time_hi_and_version\", with\r\n // the most significant 4 bits being 0100\r\n // to indicate randomly generated version\r\n mt_rand(0, 64) + 128, // 8 bits for \"clock_seq_hi\", with\r\n // the most significant 2 bits being 10,\r\n // required by version 4 GUIDs.\r\n mt_rand(0, 256), // 8 bits for \"clock_seq_low\"\r\n mt_rand(0, 65535), // 16 bits for \"node 0\" and \"node 1\"\r\n mt_rand(0, 65535), // 16 bits for \"node 2\" and \"node 3\"\r\n mt_rand(0, 65535) // 16 bits for \"node 4\" and \"node 5\"\r\n );\r\n\r\n }", "private function make_id () {\n // http://sourceforge.net/projects/phunction/\n return sprintf('%04X%04X%04X', mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535));\n }", "static function GUID()\n {\n if (function_exists('com_create_guid')) {\n return com_create_guid();\n } else {\n mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up.\n $charid = strtoupper(md5(uniqid(rand(), true)));\n $hyphen = chr(45);// \"-\"\n //$uuid = chr(123)// \"{\"\n $uuid = \"\"\n .substr($charid, 0, 8).$hyphen\n .substr($charid, 8, 4).$hyphen\n .substr($charid, 12, 4).$hyphen\n .substr($charid, 16, 4).$hyphen\n .substr($charid, 20, 12);\n //.chr(125);// \"}\"\n return $uuid;\n }\n }", "static function newGuid() { \n $s = strtoupper(md5(uniqid(rand(),true))); \n $guidText = \n substr($s,0,8) . '-' . \n substr($s,8,4) . '-' . \n substr($s,12,4). '-' . \n substr($s,16,4). '-' . \n substr($s,20); \n return strtolower($guidText);\n }", "function com_create_guid() {}", "public function generateGuid() {\n return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n mt_rand(0, 65535),\n mt_rand(0, 65535),\n mt_rand(0, 65535),\n mt_rand(16384, 20479),\n mt_rand(32768, 49151),\n mt_rand(0, 65535),\n mt_rand(0, 65535),\n mt_rand(0, 65535));\n }", "function getGUID(){\n if (function_exists('com_create_guid')){\n return com_create_guid();\n }else{\n mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up.\n $charid = strtoupper(md5(uniqid(rand(), true)));\n $hyphen = chr(45);// \"-\"\n $uuid = chr(123)// \"{\"\n .substr($charid, 0, 8).$hyphen\n .substr($charid, 8, 4).$hyphen\n .substr($charid,12, 4).$hyphen\n .substr($charid,16, 4).$hyphen\n .substr($charid,20,12)\n .chr(125);// \"}\"\n return $uuid;\n }\n}", "function createGUID() {\r\n if (function_exists('com_create_guid')) {\r\n return substr(com_create_guid(), 1, 36);\r\n }\r\n else {\r\n mt_srand((double) microtime() * 10000);\r\n $charid = strtoupper(md5(uniqid(rand(), true)));\r\n $hyphen = chr(45);\r\n $uuid = substr($charid, 0, 8) . $hyphen .\r\n substr($charid, 8, 4) . $hyphen .\r\n substr($charid, 12, 4) . $hyphen .\r\n substr($charid, 16, 4) . $hyphen .\r\n substr($charid, 20, 12);\r\n\r\n return $uuid;\r\n }\r\n}", "function getGUID(){\n\t// If the com_create_guid PHP method exists\n if (function_exists('com_create_guid'))\n \t// Using it to generate the GUID\n $guid = com_create_guid();\n\n // Else if the com_create_guid PHP method doesn't exist\n else\n \t// Generating a random GUID\n mt_srand((double) microtime() * 10000); // Optional for php 4.2.0 and up.\n $charid = strtoupper(md5(uniqid(rand(), true)));\n $hyphen = chr(45); // \"-\"\n $guid = chr(123) // \"{\"\n .substr($charid, 0, 8).$hyphen\n .substr($charid, 8, 4).$hyphen\n .substr($charid,12, 4).$hyphen\n .substr($charid,16, 4).$hyphen\n .substr($charid,20,12)\n .chr(125); // \"}\"\n\n // Returning the generated uuid without the { and the }, and in lower cases\n return strtolower(str_replace(['{', '}'], '', $guid));\n}", "public static function createGUID() {\r\n if (function_exists('com_create_guid')) {\r\n return substr(com_create_guid(), 1, 36);\r\n }\r\n else {\r\n mt_srand((double) microtime() * 10000);\r\n $charid = strtoupper(md5(uniqid(rand(), true)));\r\n $hyphen = chr(45);\r\n $uuid = substr($charid, 0, 8) . $hyphen .\r\n substr($charid, 8, 4) . $hyphen .\r\n substr($charid, 12, 4) . $hyphen .\r\n substr($charid, 16, 4) . $hyphen .\r\n substr($charid, 20, 12);\r\n\r\n return $uuid;\r\n }\r\n }", "public static function guidv4()\n {\n if (function_exists('com_create_guid') === true)\n return trim(com_create_guid(), '{}');\n\n $data = openssl_random_pseudo_bytes(16);\n $data[6] = chr(ord($data[6]) & 0x0f | 0x40); // set version to 0100\n $data[8] = chr(ord($data[8]) & 0x3f | 0x80); // set bits 6-7 to 10\n return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));\n }", "function GnuCash_get_guid() {\n\t\n\t$guid = '';\n\tfor( $i=0; $i<32; $i++ ) {\n\t\t$guid .= dechex( rand( 0, 15 ) );\n\t}\n\treturn $guid;\n}", "public static function getGUIDProperty()\n {\n return '';\n }", "public static function getGUIDProperty()\n {\n return '';\n }", "public static function makeGuid()\n {\n if (function_exists('com_create_guid')) {\n return strtolower(trim(com_create_guid(), '{}'));\n } else {\n $charid = strtolower(md5(uniqid(rand(), true)));\n $hyphen = chr(45);\n $uuid = substr($charid, 0, 8) . $hyphen\n . substr($charid, 8, 4) . $hyphen\n . substr($charid, 12, 4) . $hyphen\n . substr($charid, 16, 4) . $hyphen\n . substr($charid, 20, 12);\n\n return $uuid;\n }\n }", "function getGUID(){\r\n mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up.\r\n $charid = strtoupper(md5(uniqid(rand(), true)));\r\n $hyphen = chr(45);\r\n $uuid = substr($charid, 0, 8).$hyphen\r\n .substr($charid, 8, 4).$hyphen\r\n .substr($charid,12, 4).$hyphen\r\n .substr($charid,16, 4).$hyphen\r\n .substr($charid,20,12);\r\n return $uuid;\r\n}", "public static function getUuid() {\n return sprintf(\n \"%04x%04x-%04x-%04x-%04x-%04x%04x%04x\",\n mt_rand(0, 0xffff),\n mt_rand(0, 0xffff),\n mt_rand(0, 0xffff),\n mt_rand(0, 0x0fff) | 0x4000,\n mt_rand(0, 0x3fff) | 0x8000,\n mt_rand(0, 0xffff),\n mt_rand(0, 0xffff),\n mt_rand(0, 0xffff)\n );\n }", "private function uuid() {\n\t\treturn sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n\t\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0x0fff) | 0x4000,\n\t\t\tmt_rand(0, 0x3fff) | 0x8000,\n\t\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff)\n\t\t);\n\t}", "private function getNewUuid() {\n return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ),\n mt_rand( 0, 0x0fff ) | 0x4000,\n mt_rand( 0, 0x3fff ) | 0x8000,\n mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ) );\n }", "function gen_uuid() {\n return sprintf( '%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n // 32 bits for \"time_low\"\n mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ),\n\n // 16 bits for \"time_mid\"\n mt_rand( 0, 0xffff ),\n\n // 16 bits for \"time_hi_and_version\",\n // four most significant bits holds version number 4\n mt_rand( 0, 0x0fff ) | 0x4000,\n\n // 16 bits, 8 bits for \"clk_seq_hi_res\",\n // 8 bits for \"clk_seq_low\",\n // two most significant bits holds zero and one for variant DCE1.1\n mt_rand( 0, 0x3fff ) | 0x8000,\n\n // 48 bits for \"node\"\n mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff )\n );\n }", "public static function GenerateUuid() {\n return sprintf( '%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n // 32 bits for \"time_low\"\n mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ),\n\n // 16 bits for \"time_mid\"\n mt_rand( 0, 0xffff ),\n\n // 16 bits for \"time_hi_and_version\",\n // four most significant bits holds version number 4\n mt_rand( 0, 0x0fff ) | 0x4000,\n\n // 16 bits, 8 bits for \"clk_seq_hi_res\",\n // 8 bits for \"clk_seq_low\",\n // two most significant bits holds zero and one for variant DCE1.1\n mt_rand( 0, 0x3fff ) | 0x8000,\n\n // 48 bits for \"node\"\n mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff )\n );\n }", "function gen_uuid() {\n return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n // 32 bits for \"time_low\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff),\n // 16 bits for \"time_mid\"\n mt_rand(0, 0xffff),\n // 16 bits for \"time_hi_and_version\",\n // four most significant bits holds version number 4\n mt_rand(0, 0x0fff) | 0x4000,\n // 16 bits, 8 bits for \"clk_seq_hi_res\",\n // 8 bits for \"clk_seq_low\",\n // two most significant bits holds zero and one for variant DCE1.1\n mt_rand(0, 0x3fff) | 0x8000,\n // 48 bits for \"node\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff)\n );\n }", "function GenerateUUID()\r\r\n{\r\r\n return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\r\r\n randword(), randword(),\r\r\n randword(),\r\r\n 0x4000 | randword(0x0FFF),\r\r\n 0x8000 | randword(0x3FFF),\r\r\n randword(), randword(), randword());\r\r\n}", "private function gen_uuid()\n {\n return sprintf(\n '%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n // 32 bits for \"time_low\"\n mt_rand(0, 0xFFFF),\n mt_rand(0, 0xFFFF),\n\n // 16 bits for \"time_mid\"\n mt_rand(0, 0xFFFF),\n\n // 16 bits for \"time_hi_and_version\",\n // four most significant bits holds version number 4\n mt_rand(0, 0x0FFF) | 0x4000,\n\n // 16 bits, 8 bits for \"clk_seq_hi_res\",\n // 8 bits for \"clk_seq_low\",\n // two most significant bits holds zero and one for variant DCE1.1\n mt_rand(0, 0x3FFF) | 0x8000,\n\n // 48 bits for \"node\"\n mt_rand(0, 0xFFFF),\n mt_rand(0, 0xFFFF),\n mt_rand(0, 0xFFFF)\n );\n }", "function gen_uuid() \n\t{\n\t\treturn sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n\t\t// 32 bits for \"time_low\"\n\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff),\n\t\t// 16 bits for \"time_mid\"\n\t\tmt_rand(0, 0xffff),\n\t\t// 16 bits for \"time_hi_and_version\",\n\t\t// four most significant bits holds version number 4\n\t\tmt_rand(0, 0x0fff) | 0x4000,\n\t\t// 16 bits, 8 bits for \"clk_seq_hi_res\",\n\t\t// 8 bits for \"clk_seq_low\",\n\t\t// two most significant bits holds zero and one for variant DCE1.1\n\t\tmt_rand(0, 0x3fff) | 0x8000,\n\t\t// 48 bits for \"node\"\n\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff)\n\t\t);\n\t}", "private function generateId()\n {\n $startHex = dechex((int)$this->startTime);\n $uuid = bin2hex(random_bytes(12));\n\n return \"1-{$startHex}-{$uuid}\";\n }", "private function uuid()\n {\n $data = random_bytes(16);\n $data[6] = chr(ord($data[6]) & 0x0f | 0x40);\n $data[8] = chr(ord($data[8]) & 0x3f | 0x80);\n return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));\n }", "public static function createUuid() {\n $data = \\openssl_random_pseudo_bytes(16);\n\n // set the version to 0100\n $data[6] = \\chr(\\ord($data[6]) & 0x0f | 0x40);\n // set bits 6-7 to 10\n $data[8] = \\chr(\\ord($data[8]) & 0x3f | 0x80);\n\n return \\vsprintf('%s%s-%s-%s-%s-%s%s%s', \\str_split(\\bin2hex($data), 4));\n }", "public function gen_uuid(): string\n\t{\n\t\treturn sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n\t\t\t// 32 bits for \"time_low\"\n\t\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff),\n\t\t\t\n\t\t\t// 16 bits for \"time_mid\"\n\t\t\tmt_rand(0, 0xffff),\n\t\t\t\n\t\t\t// 16 bits for \"time_hi_and_version\",\n\t\t\t// four most significant bits holds version number 4\n\t\t\tmt_rand(0, 0x0fff) | 0x4000,\n\t\t\t\n\t\t\t// 16 bits, 8 bits for \"clk_seq_hi_res\",\n\t\t\t// 8 bits for \"clk_seq_low\",\n\t\t\t// two most significant bits holds zero and one for variant DCE1.1\n\t\t\tmt_rand(0, 0x3fff) | 0x8000,\n\t\t\t\n\t\t\t// 48 bits for \"node\"\n\t\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff)\n\t\t);\n\t}", "public static function uuid() {\n\t\t$data = random_bytes(15);\n\n\t\t$data[6] = chr(ord($data[6]) & 0x0f | 0x40); // set version to 0100\n\t\t$data[8] = chr(ord($data[8]) & 0x3f | 0x80); // set bits 6-7 to 10\n\n\t\treturn vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));\n\t}", "static function uuid() \n\t\t{\n\t\t\t// The field names refer to RFC 4122 section 4.1.2\n\t\t\t\n\t\t\treturn sprintf('%04x%04x-%04x-%03x4-%04x-%04x%04x%04x',\n\t\t\t mt_rand(0, 65535), mt_rand(0, 65535), // 32 bits for \"time_low\"\n\t\t\t mt_rand(0, 65535), // 16 bits for \"time_mid\"\n\t\t\t mt_rand(0, 4095), // 12 bits before the 0100 of (version) 4 for \"time_hi_and_version\"\n\t\t\t bindec(substr_replace(sprintf('%016b', mt_rand(0, 65535)), '01', 6, 2)),\n\t\t\t // 8 bits, the last two of which (positions 6 and 7) are 01, for \"clk_seq_hi_res\"\n\t\t\t // (hence, the 2nd hex digit after the 3rd hyphen can only be 1, 5, 9 or d)\n\t\t\t // 8 bits for \"clk_seq_low\"\n\t\t\t mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535) // 48 bits for \"node\" \n\t\t\t\t); \n\t\t}", "public static function getUuid(): string\n {\n return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex(random_bytes(16)), 4));\n }", "public static function uuid() {}", "public static function uuid()\n {\n return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', // 32 bits for \"time_low\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff), // 16 bits for \"time_mid\"\n mt_rand(0, 0xffff), // 16 bits for \"time_hi_and_version\",\n // four most significant bits holds version number 4\n mt_rand(0, 0x0fff) | 0x4000, // 16 bits, 8 bits for \"clk_seq_hi_res\",\n // 8 bits for \"clk_seq_low\",\n // two most significant bits holds zero and one for variant DCE1.1\n mt_rand(0, 0x3fff) | 0x8000, // 48 bits for \"node\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff));\n }", "public static function getGUIDProperty()\n {\n return 'SuperFundID';\n }", "function uuid(): string\n {\n return \\Midnite81\\Core\\Functions\\uuid();\n }", "public static function generateID()\n {\n static $sequence = 0;\n list($mt, $tm) = explode(\" \", microtime());\n return strftime('%Y%m%d@%H%M%S', $tm )\n .sprintf(\".%03d\",(int)($mt*1000))\n .'/'\n .sprintf(\"%08x\",mt_rand())\n .':'\n .sprintf(\"%04x\", ++$sequence );\n }", "public static function getGuid()\n {\n return self::$guid;\n }", "public static function getUUID()\n {\n return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n // 32 bits for \"time_low\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff),\n\n // 16 bits for \"time_mid\"\n mt_rand(0, 0xffff),\n\n // 16 bits for \"time_hi_and_version\",\n // four most significant bits holds version number 4\n mt_rand(0, 0x0fff) | 0x4000,\n\n // 16 bits, 8 bits for \"clk_seq_hi_res\",\n // 8 bits for \"clk_seq_low\",\n // two most significant bits holds zero and one for variant DCE1.1\n mt_rand(0, 0x3fff) | 0x8000,\n\n // 48 bits for \"node\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff)\n );\n }", "public function generateUuidV4()\n {\n $bytes = Yii::$app->security->generateRandomKey(16);\n $bytes[6] = chr((ord($bytes[6]) & 0x0f) | 0x40);\n $bytes[8] = chr((ord($bytes[8]) & 0x3f) | 0x80);\n $chunks = str_split(bin2hex($bytes), 4);\n\n return \"{$chunks[0]}{$chunks[1]}-{$chunks[2]}-{$chunks[3]}-{$chunks[4]}-{$chunks[5]}{$chunks[6]}{$chunks[7]}\";\n }", "function get_uuid() {\n\t\t$t = explode(\" \", microtime());\n\t\treturn sprintf('%04x%04x-%04x-%08s-%08s-%04s',\n\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff), \n\t\tmt_rand(1, 0xffff), mt_rand(1, 0xffff), \n\t\tgetmypid(),\n\t\tsubstr(\"00000000\" . dechex($t[1]), -8), // get 8HEX of unixtime\n\t\tsubstr(\"0000\" . dechex(round($t[0] * 65536)), -4) // get 4HEX of microtime\n\t\t);\n\t}", "function gaGenerateUUID() {\n\treturn sprintf( '%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff), //32 bits for \"time_low\"\n\t\tmt_rand(0, 0xffff), //16 bits for \"time_mid\"\n\t\tmt_rand(0, 0x0fff) | 0x4000, //16 bits for \"time_hi_and_version\", Four most significant bits holds version number 4\n\t\tmt_rand(0, 0x3fff) | 0x8000, //16 bits, 8 bits for \"clk_seq_hi_res\", 8 bits for \"clk_seq_low\", Two most significant bits holds zero and one for variant DCE1.1\n\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff) //48 bits for \"node\"\n\t);\n}", "function Uuid()\n {\n $unid = uniqid() . str_replace('-', '', Guid());\n $uuid = substr($unid, 0, 8) . '-' . substr($unid, 8, 4) . '-' . substr($unid, 12, 4) . '-' . substr($unid, 16, 4) . '-' . substr($unid, 20, 12);\n return $uuid;\n }", "static function uniqueID()\n {\n return substr(str_pad(str_replace('.', '', microtime(true)), 12, 0), 0, 12);\n }", "public static function timeuuid() {}", "private static function generateGuid($data)\n {\n return $guid;\n }", "public static function getUuid(): string {\n mt_srand((double)microtime() * 10000);\n $charid = strtolower(md5(uniqid(rand(), TRUE)));\n $hyphen = chr(45);\n $uuid = substr($charid, 0, 8) . $hyphen\n . substr($charid, 8, 4) . $hyphen\n . substr($charid, 12, 4) . $hyphen\n . substr($charid, 16, 4) . $hyphen\n . substr($charid, 20, 12);\n return $uuid;\n }", "function makeSecureUUID() {\n\n if (function_exists('com_create_guid') === true) {\n return trim(com_create_guid(), '{}');\n }\n \n return sprintf('%04X%04X-%04X-%04X-%04X-%04X%04X%04X', \n mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(16384, 20479), mt_rand(32768, 49151), mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535));\n}", "public function get() {\n if (function_exists('com_create_guid')){\n return com_create_guid();\n }else{\n mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up.\n $charid = strtoupper(md5(uniqid(rand(), true)));\n $hyphen = chr(45);// \"-\"\n $uuid = //chr(123)// \"{\"\n substr($charid, 0, 8).$hyphen\n .substr($charid, 8, 4).$hyphen\n .substr($charid,12, 4).$hyphen\n .substr($charid,16, 4).$hyphen\n .substr($charid,20,12);\n //.chr(125);// \"}\"\n return $uuid;\n } \n }", "public function generarCustomID(){\n return md5(\"$this->id $this->updated_at\");\n }", "public static function generateUUID()\n {\n return sprintf(\n '%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n // 32 bits for \"time_low\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff),\n // 16 bits for \"time_mid\"\n mt_rand(0, 0xffff),\n // 16 bits for \"time_hi_and_version\",\n // four most significant bits holds version number 4\n mt_rand(0, 0x0fff) | 0x4000,\n // 16 bits, 8 bits for \"clk_seq_hi_res\",\n // 8 bits for \"clk_seq_low\",\n // two most significant bits holds zero and one for variant DCE1.1\n mt_rand(0, 0x3fff) | 0x8000,\n // 48 bits for \"node\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff)\n );\n }", "public static function generateUUID()\n {\n return sprintf(\n '%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n // 32 bits for \"time_low\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff),\n // 16 bits for \"time_mid\"\n mt_rand(0, 0xffff),\n // 16 bits for \"time_hi_and_version\",\n // four most significant bits holds version number 4\n mt_rand(0, 0x0fff) | 0x4000,\n // 16 bits, 8 bits for \"clk_seq_hi_res\",\n // 8 bits for \"clk_seq_low\",\n // two most significant bits holds zero and one for variant DCE1.1\n mt_rand(0, 0x3fff) | 0x8000,\n // 48 bits for \"node\"\n mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff)\n );\n }", "public static function generateUuid()\n {\n\n return sprintf('%04x%04x-%04x-%03x4-%04x-%04x%04x%04x',\n mt_rand(0, 65535), mt_rand(0, 65535), // 32 bits for \"time_low\"\n mt_rand(0, 65535), // 16 bits for \"time_mid\"\n mt_rand(0, 4095), // 12 bits before the 0100 of (version) 4 for \"time_hi_and_version\"\n bindec(substr_replace(sprintf('%016b', mt_rand(0, 65535)), '01', 6, 2)),\n // 8 bits, the last two of which (positions 6 and 7) are 01, for \"clk_seq_hi_res\"\n // (hence, the 2nd hex digit after the 3rd hyphen can only be 1, 5, 9 or d)\n // 8 bits for \"clk_seq_low\"\n mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535) // 48 bits for \"node\" \n ); \n }", "public function getGUID()\n\t{\n\t\treturn $this->m_oUser->GUID;\n\t}", "private static function gen_uuid() {\n\t\t/*\n\t\t * Generates a v4 UUID\n\t\t * \n\t\t */\n\t\treturn sprintf( '%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n\t\t\t// 32 bits for \"time_low\"\n\t\t\tmt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ),\n\n\t\t\t// 16 bits for \"time_mid\"\n\t\t\tmt_rand( 0, 0xffff ),\n\n\t\t\t// 16 bits for \"time_hi_and_version\",\n\t\t\t// four most significant bits holds version number 4\n\t\t\tmt_rand( 0, 0x0fff ) | 0x4000,\n\n\t\t\t// 16 bits, 8 bits for \"clk_seq_hi_res\",\n\t\t\t// 8 bits for \"clk_seq_low\",\n\t\t\t// two most significant bits holds zero and one for variant DCE1.1\n\t\t\tmt_rand( 0, 0x3fff ) | 0x8000,\n\n\t\t\t// 48 bits for \"node\"\n\t\t\tmt_rand( 0, 0xffff ), mt_rand( 0, 0xffff ), mt_rand( 0, 0xffff )\n\t\t);\n\t}", "public function uuid() : Uuid;", "public function generate_unique_id() {\n\n\t\t\trequire_once ABSPATH . 'wp-includes/class-phpass.php';\n\t\t\t$hasher = new PasswordHash( 8, false );\n\t\t\treturn md5( $hasher->get_random_bytes( 32 ) );\n\n\t\t}", "function wp_generate_uuid4()\n {\n }", "private function uuid(): string\n {\n return implode('-', [\n bin2hex(random_bytes(4)),\n bin2hex(random_bytes(2)),\n bin2hex(chr((ord(random_bytes(1)) & 0x0F) | 0x40)) . bin2hex(random_bytes(1)),\n bin2hex(chr((ord(random_bytes(1)) & 0x3F) | 0x80)) . bin2hex(random_bytes(1)),\n bin2hex(random_bytes(6)),\n ]);\n }", "public function getGUID() {\n\t\t\treturn $this->guid;\n\t\t}", "public function generateUUID() {\n\n\t\t$uuidtest = sprintf ( '%04x%04x%04x%04x%04x%04x%04x%04x', \n\t\t\t\t// 32 bits for \"time_low\"\n\t\t\t\tmt_rand ( 0, 0xffff ), mt_rand ( 0, 0xffff ), \n\t\t\t\t\n\t\t\t\t// 16 bits for \"time_mid\"\n\t\t\t\tmt_rand ( 0, 0xffff ), \n\t\t\t\t\n\t\t\t\t// 16 bits for \"time_hi_and_version\",\n\t\t\t\t// four most significant bits holds version number 4\n\t\t\t\tmt_rand ( 0, 0x0fff ) | 0x4000, \n\t\t\t\t\n\t\t\t\t// 16 bits, 8 bits for \"clk_seq_hi_res\",\n\t\t\t\t// 8 bits for \"clk_seq_low\",\n\t\t\t\t// two most significant bits holds zero and one for variant DCE1.1\n\t\t\t\tmt_rand ( 0, 0x3fff ) | 0x8000, \n\t\t\t\t\n\t\t\t\t// 48 bits for \"node\"\n\t\t\t\tmt_rand ( 0, 0xffff ), mt_rand ( 0, 0xffff ), mt_rand ( 0, 0xffff ) );\n\t\t\n\t\treturn $uuidtest;\n\t\n\t}", "public static function getDummyId(): string {\n return 'wcmf'.str_replace('-', '', StringUtil::guidv4());\n }", "protected function guidv4($data = null) {\n $data = $data ?? random_bytes(16);\n assert(strlen($data) == 16);\n\n // Set version to 0100\n $data[6] = chr(ord($data[6]) & 0x0f | 0x40);\n // Set bits 6-7 to 10\n $data[8] = chr(ord($data[8]) & 0x3f | 0x80);\n\n // Output the 36 character UUID.\n return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));\n }", "protected function guidv4($data = null) {\n $data = $data ?? random_bytes(16);\n assert(strlen($data) == 16);\n\n // Set version to 0100\n $data[6] = chr(ord($data[6]) & 0x0f | 0x40);\n // Set bits 6-7 to 10\n $data[8] = chr(ord($data[8]) & 0x3f | 0x80);\n\n // Output the 36 character UUID.\n return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));\n }", "function uuid()\n{\n // The field names refer to RFC 4122 section 4.1.2\n return sprintf('%04x%04x-%04x-%03x4-%04x-%04x%04x%04x',\n mt_rand(0, 65535), mt_rand(0, 65535), // 32 bits for \"time_low\"\n mt_rand(0, 65535), // 16 bits for \"time_mid\"\n mt_rand(0, 4095), // 12 bits before the 0100 of (version) 4 for \"time_hi_and_version\"\n bindec(substr_replace(sprintf('%016b', mt_rand(0, 65535)), '01', 6, 2)),\n // 8 bits, the last two of which (positions 6 and 7) are 01, for \"clk_seq_hi_res\"\n // (hence, the 2nd hex digit after the 3rd hyphen can only be 1, 5, 9 or d)\n // 8 bits for \"clk_seq_low\"\n mt_rand(0, 65535), mt_rand(0, 65535), mt_rand(0, 65535) // 48 bits for \"node\"\n );\n}", "function generateRandID(){\r\n \t\treturn md5(generateRandStr(16));\r\n \t\t}", "public function newId()\n {\n return md5(microtime());\n }", "public function genid()\n {\n $date = new DateTime();\n $date->setTimestamp(now());\n $time_based_name = $date->format('YmdHis');\n return $time_based_name . rand(1, 9);\n }", "protected function generateUUID(): string {\n return Str::uuid();\n }", "protected function guid($opt = true )\n { \n \n // Set to true/false as your default way to do this.\n if(true === function_exists('com_create_guid')){\n if( $opt ){ \n return com_create_guid(); \n }\n else { \n return trim( com_create_guid(), '{}' ); \n }\n }\n else {\n mt_srand( (double)microtime() * 10000 ); // optional for php 4.2.0 and up.\n $charid = strtoupper( md5(uniqid(rand(), true)) );\n $hyphen = chr( 45 ); // \"-\"\n $left_curly = $opt ? chr(123) : \"\"; // \"{\"\n $right_curly = $opt ? chr(125) : \"\"; // \"}\"\n $uuid = $left_curly\n . substr( $charid, 0, 8 ) . $hyphen\n . substr( $charid, 8, 4 ) . $hyphen\n . substr( $charid, 12, 4 ) . $hyphen\n . substr( $charid, 16, 4 ) . $hyphen\n . substr( $charid, 20, 12 )\n . $right_curly;\n return $uuid;\n }\n \n }", "function generate_unique_id() {\n\t/*\n\tGenerates random binary ID. \n\tReturns the ID.\n\t*/\n\t$onetwo = [\"&zwj;\", \"&zwnj;\"];\n\t$uniqueid = '';\n\tfor ($i = 0; $i < 8; $i++) {\n\t\t$uniqueid .= $onetwo[rand(0, 1)];\n\t}\n\n\treturn $uniqueid;\n}", "public function generateUuid()\n {\n return Uuid::uuid5(Uuid::NAMESPACE_DNS, md5(uniqid(date('d-m-Y H:i:s'), true)))->toString();\n }", "function GenerateUuid() \n{ \n $s = strtoupper(md5(uniqid(rand(),true))); \n $uuid = \n substr($s, 0, 8) . '-' . \n substr($s, 8, 4) . '-' . \n substr($s, 12, 4). '-' . \n substr($s, 16, 4). '-' . \n substr($s, 20);\n \n return $uuid;\n}", "public static function UserID()\n\t\t{\n\t\treturn sprintf\n\t\t\t(\n\t\t\t'%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0x0fff) | 0x4000,\n\t\t\tmt_rand(0, 0x3fff) | 0x8000,\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff),\n\t\t\tmt_rand(0, 0xffff)\n\t\t\t);\n\t\t}", "protected function _generateId()\n {\n return str_replace('.', '', microtime(true));\n }", "function generateRandID(){\n \t\treturn md5(generateRandStr(16));\n \t\t}", "protected function _uniqueId()\n {\n $t = explode(\" \", microtime());\n\n return sprintf(\n '%08s-%08s-%04s-%04x%04x',\n $this->_ipToHex(),\n substr(\"00000000\" . dechex($t[1]), -8),\n substr(\"0000\" . dechex(round($t[0] * 65536)), -4),\n mt_rand(0, 0xffff),\n mt_rand(0, 0xffff)\n );\n }", "private function generateUID(){\n if(function_exists(\"random_bytes\")){\n return md5(bin2hex(random_bytes(16)) . time());\n } else if(function_exists(\"openssl_random_pseudo_bytes\")){\n return md5(bin2hex(openssl_random_pseudo_bytes(16)) . time());\n }\n return md5(uniqid() . time());\n }", "function Guid($trim = true)\n {\n # Windows\n if (function_exists('com_create_guid') === true) {\n if ($trim === true)\n {\n return trim(com_create_guid(), '{}');\n }\n else\n {\n return com_create_guid();\n }\n }\n\n # OSX/Linux\n if (function_exists('openssl_random_pseudo_bytes') === true)\n {\n $data = openssl_random_pseudo_bytes(16);\n $data[6] = chr(ord($data[6]) & 0x0f | 0x40); // set version to 0100\n $data[8] = chr(ord($data[8]) & 0x3f | 0x80); // set bits 6-7 to 10\n return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));\n }\n\n # Fallback (PHP 4.2+)\n mt_srand((double) microtime() * 10000);\n $charid = strtolower(md5(uniqid(rand(), true)));\n $hyphen = chr(45); // \"-\"\n $lbrace = $trim ? \"\" : chr(123); // \"{\"\n $rbrace = $trim ? \"\" : chr(125); // \"}\"\n $guidv4 = $lbrace .\n substr($charid, 0, 8) . $hyphen .\n substr($charid, 8, 4) . $hyphen .\n substr($charid, 12, 4) . $hyphen .\n substr($charid, 16, 4) . $hyphen .\n substr($charid, 20, 12) . $rbrace;\n\n return $guidv4;\n }", "private static function makeRpcUid()\n {\n return bin2hex(openssl_random_pseudo_bytes(90));\n }", "public function getUniqueObjectIdentifier();", "private function uuid(){\n return uniqid('');\n }", "protected function generateId()\n {\n }", "public function generateUuid() {\n\t\tif (is_readable(self::UUID_SOURCE)) {\n\t\t\t$uuid = trim(file_get_contents(self::UUID_SOURCE));\n\t\t} elseif (function_exists('mt_rand')) {\n\t\t\t/**\n\t\t\t * Taken from stackoverflow answer, possibly not the fastest or\n\t\t\t * strictly standards compliant\n\t\t\t * @link http://stackoverflow.com/a/2040279\n\t\t\t */\n\t\t\t$uuid = sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x',\n\t\t\t\t// 32 bits for \"time_low\"\n\t\t\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff),\n\t\t\t\t// 16 bits for \"time_mid\"\n\t\t\t\tmt_rand(0, 0xffff),\n\t\t\t\t// 16 bits for \"time_hi_and_version\",\n\t\t\t\t// four most significant bits holds version number 4\n\t\t\t\tmt_rand(0, 0x0fff) | 0x4000,\n\t\t\t\t// 16 bits, 8 bits for \"clk_seq_hi_res\",\n\t\t\t\t// 8 bits for \"clk_seq_low\",\n\t\t\t\t// two most significant bits holds zero and one for variant DCE1.1\n\t\t\t\tmt_rand(0, 0x3fff) | 0x8000,\n\t\t\t\t// 48 bits for \"node\"\n\t\t\t\tmt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff)\n\t\t\t);\n\t\t} else {\n\t\t\t// chosen by dice roll, guaranteed to be random\n\t\t\t$uuid = '4';\n\t\t}\n\t\treturn $uuid;\n\t}", "protected function make_uid()\n\t{\n\t\t$date = date('Ymd\\THisT');\n\t\t$unique = substr(microtime(), 2, 4);\n\t\t$base = 'aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPrRsStTuUvVxXuUvVwWzZ1234567890';\n\t\t$start = 0;\n\t\t$end = strlen( $base ) - 1;\n\t\t$length = 6;\n\t\t$str = null;\n\t\tfor( $p = 0; $p < $length; $p++ )\n\t\t{\n\t\t\t$unique .= $base{mt_rand( $start, $end )};\n\t\t}\n\t\treturn $date . '-' . $unique . ($this->num_to_letter(++$this->uid_counter));\n\t}", "public function uuid();", "public function uuid();", "static public function generateGUID($surround = true)\n\t{\n\t\treturn QuickBooks_QWC::GUID($surround);\n\t}", "public function generateNewId()\n {\n return Uuid::uuid4();\n }", "public function generateRandID() {\n return md5($this->generateRandStr(16));\n }", "function gen_id() {\n\t\t$this->id = get_uid();\n\t\t$this->mk_paths($this->id);\n\t}", "public function getUuid(): string;" ]
[ "0.8059092", "0.7890656", "0.7785148", "0.77648", "0.7755295", "0.76545143", "0.7645326", "0.7606052", "0.7551564", "0.7546217", "0.7540404", "0.7507789", "0.74901617", "0.7471996", "0.7413061", "0.7387295", "0.72840005", "0.72348166", "0.7227782", "0.7210019", "0.7209973", "0.7205287", "0.7205287", "0.7165327", "0.70492536", "0.70473117", "0.7037845", "0.7024963", "0.69758683", "0.69649345", "0.69560724", "0.6943057", "0.6942311", "0.69386953", "0.69322014", "0.69248414", "0.69120586", "0.6911402", "0.6898115", "0.6890042", "0.68798494", "0.6879506", "0.6871311", "0.6863147", "0.68201315", "0.6816511", "0.68159413", "0.6814231", "0.67901474", "0.67850655", "0.67685276", "0.6761396", "0.67604005", "0.67590743", "0.67556536", "0.6754952", "0.67512286", "0.66775054", "0.66697216", "0.6667113", "0.6667113", "0.6663267", "0.6648493", "0.663242", "0.66312754", "0.6627321", "0.6624884", "0.66078776", "0.6601438", "0.65831906", "0.6580722", "0.6551083", "0.6551083", "0.6546058", "0.65386724", "0.65284944", "0.65282196", "0.6524253", "0.6523958", "0.6517989", "0.6495677", "0.64856094", "0.64737207", "0.64587986", "0.6458088", "0.64485514", "0.6448303", "0.6448137", "0.64464813", "0.64424914", "0.64246833", "0.6406466", "0.6406175", "0.6390657", "0.63903606", "0.63903606", "0.6389257", "0.63718104", "0.6363918", "0.635963", "0.63584447" ]
0.0
-1
Determine si l'on doit etre en minuscule, majuscule, ou mixte
private static function case_upper_lower($char, $case) { switch( $case ): case self::CASE_LOWER : return strtolower($char); break; case self::CASE_UPPER : return strtoupper($char); break; case self::CASE_MIXTE : mt_srand((double)microtime() * 1000000); return self::case_upper_lower($char, mt_rand(1,2) ); break; endswitch; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function testMajuscule($valeurTeste){\r\n $retour = \"faux\";\r\n if($valeurTeste>=\"A\" && $valeurTeste<=\"Z\"){\r\n $retour = \"vrai\";\r\n }\r\n return $retour;\r\n }", "function testMinuscle2($valeurTeste){\r\n return ($valeurTeste>=\"a\" && $valeurTeste<=\"z\");\r\n }", "function getMerezcoTarjeta(){\n\t\tif($this->numero_cambio >= 3)\n\t\t\t$necesito=2;\n\t\telse\n\t\t\t$necesito=1;\n\t\t\n\t\tif($necesito <= $this->sacar_tarjeta){\n\t\t\t$this->sacar_tarjeta=0;\n\t\t\treturn 1;\n\t\t}\n\t\telse{\n\t\t\t$this->sacar_tarjeta=0;\n\t\t\treturn 0;\n\t\t}\n\t}", "public function isMatriculationSIVCyclo(): bool\n {\n $pattern = '^[A-HJ-NP-TV-Z]{1,2}(?:\\s|-)?(?:(?!0|10)[0-9]{2}|(?!0)[0-9]{3}(?<!00))(?:\\s|-)?[A-HJ-NP-TV-Z]$';\n $exclude_SS = '^S(?:\\s|-)?[0-9]*(?:\\s|-)?S$';\n $exclude_TT = '^T(?:\\s|-)?[0-9]*(?:\\s|-)?T$';\n $exclude_WW = '^W(?:\\s|-)?[0-9]*(?:\\s|-)?W$';\n $exclude_AAA = '^AA(?:\\s|-)?[0-9]*(?:\\s|-)?A$';\n\n return\n 1 === preg_match('/'.$pattern.'/i', $this->matriculation) &&\n 0 === preg_match('/'.$exclude_SS.'/i', $this->matriculation) &&\n 0 === preg_match('/'.$exclude_TT.'/i', $this->matriculation) &&\n 0 === preg_match('/'.$exclude_WW.'/i', $this->matriculation) &&\n 0 === preg_match('/'.$exclude_AAA.'/i', $this->matriculation);\n }", "public function categoriaInactivos(){\n if($this->nolaboral->V21_M >= 1)\n {\n return 1;\n }\n if($this->nolaboral->V8_M == 1 && $this->nolaboral->V9_M == 1 && $this->nolaboral->V10_M == 1)\n {\n return 2;\n }\n if($this->caracteristicas->CH10 == 1 && $this->PP01E == 2)\n {\n return 3;\n }\n if($this->PP01E == 2)\n {\n return 4;\n }\n if($this->caracteristicas->CH06 < 6)\n {\n return 5;\n }\n if($this->discapacidad())\n {\n return 6;\n }\n\n}", "function affiche_si_article_a_la_une( $column, $post_id ) {\n if ($column == 'colonne_a_la_une'){\n\t\t$est_a_la_une = rwmb_meta( 'a_la_une', array(), $post_id);\n\t\tif ($est_a_la_une=='1') {\n\t\t\techo 'Oui';\n\t\t} else { \n\t\t\techo 'Non';\n\t\t}\n }\n}", "public function smanjiCenu(){\n if($this->getGodiste() < 2010){\n $discount=$this->cenapolovnogauta*0.7;\n return $this->cenapolovnogauta=$discount;\n }\n return $this->cenapolovnogauta; \n }", "private function choixEffectuer()\n {\n $valider = false;//on mets le forrmulaire a faux\n $valeur = $this->recupValeur($this->position['valeur']);//on recupêre la valeur a comparer\n\n if($this->position['egal'])\n {\n \n if($this->choix == $valeur)\n {\n $valider = true;\n }\n }\n else if($this->position['different'])\n {\n \n if($this->choix != $valeur)\n {\n $valider = true;\n }\n }\n else\n {\n Erreur::declarer_dev(27);\n }\n\n return $valider;\n\n }", "public function intensidad(){\n if($this->PP03F < 35 && $this->PP03G == 1 && $this->PP03H == 1)\n {\n return 1;\n }\n if($this->caracteristicas->CH06 >= 10 && $this->PP03G == 1 && $this->PP01E == 5)\n {\n return 2;\n }\n if( $this->PP03F > 40)\n {\n return 3;\n }\n if($this->PP01E == 5)\n {\n return 4;\n }\n}", "function test_entier($valeur){\r\n return ($valeur>0 || $valeur==\"0\");\r\n}", "public function estado(){\n if($this->entrev_realiz == 2)\n {\n return 0;\n }\n if($this->PP01A == 1 || $this->PP01B == 1)\n {\n return 1;\n }\n if($this->PP02B == 1)\n {\n return 2;\n }\n if($this->PP01E == 1 || $this->PP01E == 2 || $this->PP02F == 2)\n {\n return 3;\n }\n if($this->caracteristicas->CH06 < 10){\n return 4;\n }\n\n }", "function kiemTraChanLe()\n\t{\n\t\tglobal $a;\n\t\t$total = 100; // bien cuc bo\n\t\t// luu y: hay dat cau lenh nay ben tren cac lenh khac truoc khi goi bien do ra su dung\n\t\tif($a % 2 == 0) {\n\t\t\treturn true;\n\t\t}\n\t\t\n\t\treturn false;\n\t}", "function cambiafact($booleano){\n\t\tswitch($booleano){\n\t\t\tcase \"true\":\n\t\t\t$resul= 1;\n\t\t\tbreak;\n\t\t\tcase \"false\":\n\t\t\t$resul= 0;\n\t\t\tbreak;\n\t\t}\n\t\treturn $resul;\n}", "public function isMahasiswa()\n {\n return ($this->isKetua() || $this->isAnggota());\n }", "public function melyikFelev()\n {\n $datum = date(\"m\");\n if ((($datum >= 9) and ($datum <= 12)) || ($datum == 1)) {\n return 1;\n } elseif (($datum >= 2) and ($datum < 9)) {\n return 2;\n }\n }", "public function getInMonitoreado()\n\t{\n\t\treturn $this->in_monitoreado;\n\t}", "public function isMatriculationSIVNormal(): bool\n {\n $pattern = '^(?!SS|WW)[A-HJ-NP-TV-Z]{2}(?:\\s|-)?(?!000)[0-9]{3}(?:\\s|-)?(?!SS)[A-HJ-NP-TV-Z]{2}$';\n\n return 1 === preg_match('/'.$pattern.'/i', $this->matriculation);\n }", "function testMinuscle($valeurTeste){\r\n $i=1;\r\n for( $x = \"a\"; $i <= 26; $x++ ) {\r\n $tab[]=$x;\r\n $i++;\r\n }\r\n $retour=\"faux\";\r\n for($j=0;$j<26;$j++){\r\n if($valeurTeste==$tab[$j]){\r\n $retour = \"vrai\";\r\n }\r\n }\r\n return $retour;\r\n }", "public function getMoisLettre($mois){\r\n\t\tswitch($mois){\r\n\t\t\tcase '01' : return $moisLettres='janvier';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '02' : return $moisLettres='février';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '03' : return $moisLettres='mars';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '04' : return $moisLettres='avril';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '05' : return $moisLettres='mai';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '06' : return $moisLettres='juin';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '07' : return $moisLettres='juillet';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '08' : return $moisLettres='août';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '09' : return $moisLettres='septembre';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '10' : return $moisLettres='octobre';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '11' : return $moisLettres='novembre';\r\n\t\t\t\tbreak;\r\n\t\t\tcase '12' : return $moisLettres='décembre';\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t}", "function checkHanMuc()\n{\n $SoTien = $_POST[\"SoTien\"];\n $temp = new QuyDinh();\n $temp->getInfo(1);\n if ($SoTien >= $temp->HanMuc)\n echo 0;\n else echo 1;\n}", "function content($valCherche, $chaine){\r\n $i=0;\r\n while(($i<laTaille($chaine)) && ($valCherche!=$chaine[$i])){\r\n $i++;\r\n }\r\n if($i==laTaille($chaine)){\r\n $retour = \"faux\";\r\n }\r\n else{\r\n $retour = \"vrai\";\r\n }\r\n return $retour;\r\n }", "public function val_Tipo_muestra($Tmuestra){\n if($Tmuestra!=0){\n switch($Tmuestra){\n case 1:\n return \"CULTIVO\";\n break;\n case 2 :\n return \"Heces\"; \n break;\n case 3:\n return \"Plaquetas\";\n break;\n case 4:\n return \"Orina\";\n break;\n }\n }else{\n return false;\n }\n }", "public function mort()\n\t{\n\t\tif ( $this->vie <= 0 ) {\n\t\t\techo $this->nom . \" est mort <br>\";\n\t\t} else {\n\t\t\techo $this->nom . \" est vivant ! <br>\";\n\t\t}\n\t}", "function eSuper() {\n if ($this->flaSuper==1 || $this->flaSuper==\"S\")\n return 1;\n else return 0;\n }", "private function _getMCMontaggioOLD()\n {\n $mc = 0;\n foreach ($this->lista_arredi as $arredo)\n {\n if ($arredo->getServizioMontaggio())\n {\n $tmp = $arredo->getMC();\n if ($arredo->getParametroB() == Arredo::MONTATO_PIENO)\n {\n $tmp = $tmp * $arredo->getCampo(Arredo::MONTATO_PIENO);\n $mc+= $tmp;\n\n }\n\n if ($arredo->getParametroB() == Arredo::MONTATO_VUOTO)\n {\n $tmp = $tmp * $arredo->getCampo(Arredo::MONTATO_VUOTO);\n $mc+= $tmp;\n\n }\n }\n\n }\n\n return $mc;\n }", "function imc($masse,$taille)\n\t{\n\t\tif ($taille > 0)\n\t\t{\n\t\t\t$res = $masse / pow($taille,2);\n\t\t\treturn $res;\n\t\t}\n\t\telse\n\t\t\treturn 0;\n\t}", "public function getNumCaisseSpectacle() {\n return $this->numCaisseSpectacle;\n }", "function niveau ($niveauCode, $niveauTexte)\n{\n if ($niveauCode = 1){\n \n }\n \n }", "function fecha_menor($diainicio,$diafin,$mesinicio,$mesfin,$anioinicio,$aniofin){\r\n\r\n$dif_en_meses=(($mesfin-$mesinicio)+(12*($aniofin-$anioinicio)));\r\n\r\nif($dif_en_meses<0){return(0);}\r\nif(($dif_en_meses==0) && ($diafin<$diainicio)){return(0);}\r\nreturn(1);\r\n}", "function yumusamaCheck($kelime){\n\t\t// $sondanIkinci = mb_substr($kelime, -2, -1);\n\t\t// // eger sondan ikinci unlu degilse yumusama olamaz\n\t\t// if(!in_array($sondanIkinci, UNLULER)) return -1;\n\t\t$sonHarf = mb_substr($kelime, -1);\n\t\tif($sonHarf === \"b\") {\n\t\t\treturn mb_substr($kelime, 0 ,mb_strlen($kelime)-1).\"p\";\n\t\t}\n\t\tif($sonHarf === \"c\") {\n\t\t\treturn mb_substr($kelime, 0 ,mb_strlen($kelime)-1).\"ç\";\n\t\t}\n\t\tif($sonHarf === \"d\") {\n\t\t\treturn mb_substr($kelime, 0 ,mb_strlen($kelime)-1).\"t\";\n\t\t}\n\t\tif($sonHarf === \"g\") {\n\t\t\treturn mb_substr($kelime, 0 ,mb_strlen($kelime)-1).\"k\";\n\t\t}\n\t\tif($sonHarf === \"ğ\") {\n\t\t\treturn mb_substr($kelime, 0 ,mb_strlen($kelime)-1).\"k\";\n\t\t}\n\t\treturn -1;\n\t}", "public function choMuonTien() {\n\t\treturn $this->getMoney();\n\t}", "function Comprobar_atributos()\n{\n\t//si se cumple la condicion\n\tif ($this->Comprobar_DNI() &\n $this->Comprobar_codespacio() \n\t\t)\n\t{\n\t\treturn true;\n\t}\n\t//si no\n\telse\n\t\t{\n\t\t\treturn $this->erroresdatos;\n\t\t}\n}", "function MoisEnLettre($mois){\n\t\t$moisLettre = \"\";\n\t\tswitch($mois){\n\t\t\tcase \"1\": $moisLettre = \"janvier\"; break;\n\t\t\tcase \"2\": $moisLettre = \"f&eacute;vrier\"; break;\n\t\t\tcase \"3\": $moisLettre = \"mars\"; break;\n\t\t\tcase \"4\": $moisLettre = \"avril\"; break;\n\t\t\tcase \"5\": $moisLettre = \"mai\"; break;\n\t\t\tcase \"6\": $moisLettre = \"juin\"; break;\n\t\t\tcase \"7\": $moisLettre = \"juillet\"; break;\n\t\t\tcase \"8\": $moisLettre = \"ao&ucirc;t\"; break;\n\t\t\tcase \"9\": $moisLettre = \"septembre\"; break;\n\t\t\tcase \"10\": $moisLettre = \"octobre\"; break;\n\t\t\tcase \"11\": $moisLettre = \"novembre\"; break;\n\t\t\tcase \"12\": $moisLettre = \"d&eacute;cembre\"; break;\n\t\t}\n\t\treturn($moisLettre);\n\t}", "function Comprobar_atributos()\n{\n\t//si se cumple la condicion\n\tif ($this->Comprobar_codcentro() &\n\t\t$this->Comprobar_codedificio() &\n\t\t$this->Comprobar_nombrecentro() &\n\t\t$this->Comprobar_direccioncentro() &\n\t\t$this->Comprobar_responsablecentro()\n\t\t)\n\t{\n\t\treturn true;\n\t}\n\t//si no\n\telse\n\t\t{\t//devuelve error\n\t\t\treturn $this->erroresdatos;\n\t\t}\n}", "public function IsMoonPhase() {\n switch($this->GetYear() . \"-\" . $this->GetMOnth() . \"-\" . $this->GetDay()) {\n case \"2015-01-20\":\n case \"2015-02-19\":\n case \"2015-03-20\":\n case \"2015-04-18\":\n case \"2015-05-18\":\n case \"2015-06-16\":\n case \"2015-07-16\":\n case \"2015-08-14\":\n case \"2015-09-13\":\n case \"2015-10-13\":\n case \"2015-11-11\":\n case \"2015-12-11\":\n return array(1, \"Nymåne\"); // new moon\n case \"2015-01-27\":\n case \"2015-02-25\":\n case \"2015-03-27\":\n case \"2015-04-26\":\n case \"2015-05-25\":\n case \"2015-06-24\":\n case \"2015-07-24\":\n case \"2015-08-22\":\n case \"2015-09-21\":\n case \"2015-10-20\":\n case \"2015-11-19\":\n case \"2015-12-18\":\n return array(3, \"Växande halvmåne\"); // first quarter moon\n case \"2015-01-05\":\n case \"2015-02-04\":\n case \"2015-03-05\":\n case \"2015-04-04\":\n case \"2015-05-04\":\n case \"2015-06-02\":\n case \"2015-07-02\":\n case \"2015-07-31\":\n case \"2015-08-29\":\n case \"2015-09-28\":\n case \"2015-10-27\":\n case \"2015-11-25\":\n case \"2015-12-25\":\n return array(5, \"Fullmåne\"); // full moon\n case \"2015-01-13\":\n case \"2015-02-12\":\n case \"2015-03-13\":\n case \"2015-04-12\":\n case \"2015-05-11\":\n case \"2015-06-09\":\n case \"2015-07-08\":\n case \"2015-08-07\":\n case \"2015-09-05\":\n case \"2015-10-04\":\n case \"2015-11-03\":\n case \"2015-12-03\":\n return array(7, \"Avtagande halvmåne\"); // third quarter moon\n default:\n return array(null, null);\n }\n }", "function suapvalint_iki_sitmecio ($metai) {\r\n if ($metai%100 == 0) {\r\n $simtmetis = $metai/100;\r\n return $simtmetis. \" osom\";\r\n }\r\n\r\n else {\r\n $simtmetis = round($metai/100,0);\r\n return $simtmetis. \" reikejo apvalint\";\r\n }\r\n}", "function hitungUmur($thn_lahir, $thn_sekarang){\n $umur = $thn_sekarang - $thn_lahir;\n return $umur;\n}", "function csticms($tptribicms, $aliqicms, $redicms, $aliqiva, $valorpauta, $classfiscal = NULL, $natoperacao = NULL, $totalicmssubst = null){\r\n\tif(is_object($natoperacao) && strlen($natoperacao->getcodcf()) > 0){\r\n\t\t$classfiscal = objectbytable(\"classfiscal\", $natoperacao->getcodcf());\r\n\t}\r\n\r\n\tif(!is_null($classfiscal) && $classfiscal->getforcarcst() === \"S\"){\r\n\t\t$csticms = $classfiscal->getcodcst();\r\n\t}else{\r\n\t\tif(is_object($natoperacao) && $natoperacao->getgeracsticms090() == \"S\" && (!in_array($tptribicms, array(\"I\", \"F\")) || ($tptribicms === \"I\" && $natoperacao->getalteracfisento() === \"S\") || ($tptribicms === \"F\" && $natoperacao->getalteracficmssubst() === \"S\"))){\r\n\t\t\t$csticms = \"090\";\r\n\t\t}elseif($tptribicms == \"T\" && $aliqicms > 0 && $redicms == 0){\r\n\t\t\t$csticms = \"000\";\r\n\t\t}elseif($tptribicms == \"F\" && $aliqicms > 0 && $redicms == 0 && (($aliqiva > 0 || $valorpauta > 0) || ($totalicmssubst != null && $totalicmssubst > 0))){\r\n\t\t\t$csticms = \"010\";\r\n\t\t}elseif(in_array($tptribicms, array(\"R\", \"T\")) && $aliqicms > 0 && $redicms > 0){\r\n\t\t\t$csticms = \"020\";\r\n\t\t}elseif($tptribicms == \"I\" || ($tptribicms == \"T\" && $aliqicms == 0)){\r\n\t\t\t$csticms = \"040\";\r\n\t\t}elseif($tptribicms == \"N\"){\r\n\t\t\t$csticms = \"041\";\r\n\t\t}elseif($tptribicms == \"F\" && ($aliqiva == 0 || $aliqicms == 0) && $valorpauta == 0){\r\n\t\t\t$csticms = \"060\";\r\n\t\t}elseif($tptribicms == \"F\" && $aliqicms > 0 && $redicms > 0 && ($aliqiva > 0 || $valorpauta > 0)){\r\n\t\t\t$csticms = \"070\";\r\n\t\t}else{\r\n\t\t\t$csticms = \"040\";\r\n\t\t}\r\n\t}\r\n\treturn $csticms;\r\n}", "function estModifOffreCorrecte ($connexion, $idEtab, $idTypeChambre, $NombreChambres) {\r\n\r\n $nbOccup = obtenirNbOccup ($connexion, $idEtab, $idTypeChambre);\r\n return ($NombreChambres >= $nbOccup);\r\n\r\n }", "protected function valueContainsSubstract()\n {\n return (preg_match('/\\-/', $this->condition->value) == 1);\n }", "public function NIVEL_ED(){\n $ch12 = $this->caracteristicas->CH12;\n $ch13 = $this->caracteristicas->CH13;\n $ch10 = $this->caracteristicas->CH10;\n if($ch10 == 3)\n {\n return 0;\n }\n if ($ch12 == 1 && $ch13 == 1) {\n return 1;\n }\n if ($ch12 == 2 && $ch13 == 1) {\n return 1;\n }\n if ($ch12 == 3 && $ch13 == 1) {\n return 1;\n }\n if ($ch12 == 4 && $ch13 == 1) {\n return 1;\n }\n if ($ch12 == 5 && $ch13 == 2) {\n return 1;\n }\n if ($ch12 == 6 && $ch13 == 2) {\n return 1;\n }\n //\n if ($ch12 == 5 && $ch13 == 1) {\n return 2;\n }\n if ($ch12 == 6 && $ch13 == 1) {\n return 2;\n }\n //\n if ($ch12 == 7 && $ch13 == 2) {\n return 3;\n }\n if ($ch12 == 8 && $ch13 == 2) {\n return 3;\n }\n if ($ch12 == 9 && $ch13 == 2) {\n return 3;\n }\n if ($ch12 == 10 && $ch13 == 2) {\n return 3;\n }\n //\n if ($ch12 == 7 && $ch13 == 1) {\n return 4;\n }\n if ($ch12 == 8 && $ch13 == 1) {\n return 4;\n }\n if ($ch12 == 9 && $ch13 == 1) {\n return 4;\n }\n if ($ch12 == 10 && $ch13 == 1) {\n return 4;\n }\n //\n if ($ch12 == 11 && $ch13 == 2) {\n return 5;\n }\n if ($ch12 == 12 && $ch13 == 2) {\n return 5;\n }\n //\n if ($ch12 == 11 && $ch13 == 1) {\n return 6;\n }\n if ($ch12 == 12 && $ch13 == 1) {\n return 6;\n }\n //\n if ($ch12 == 13 && $ch13 == 2) {\n return 7;\n }\n if ($ch12 == 13 && $ch13 == 1) {\n return 8;\n }\n if ($ch13 == 9 || $ch13 == 0) {\n return 9;\n }\n }", "public function isNegative(): bool;", "private function isMach()\r\n {\r\n return $this->getPaymentMethod() == 15;\r\n }", "public function is_iptu_ano_quitado() {\n\n if ($this->contract == null) {\n return false;\n }\n\n if ($this->contract->imovel == null) {\n return false;\n }\n\n $iptutabela = IPTUTabela\n ::where('imovel_id', $this->contract->imovel->id)\n ->where('ano' , $this->monthrefdate->year)\n ->first();\n\n if ($iptutabela != null && $iptutabela->ano_quitado == true) {\n return true;\n }\n\n return false;\n }", "public function getMoisSuivant($mois)\n {\n $numAnnee = substr($mois, 0, 4);\n $numMois = substr($mois, 4, 2);\n if ($numMois == \"12\") {\n $numMois = \"01\";\n $numAnnee++;\n } else {\n $numMois++;\n }\n if (strlen($numMois) == 1)\n $numMois = \"0\" . $numMois;\n return $numAnnee . $numMois;\n }", "function Comprobar_atributos()\n{\n\t//si se cumple la condicion\n\tif ($this->Comprobar_codedificio() &\n\t\t$this->Comprobar_nombreedificio() &\n\t\t$this->Comprobar_direccionedificio() &\n\t\t$this->Comprobar_campusedificio()\n\t\t)\n\t{\n\t\treturn true;\n\t}\n\t//si no\n\telse\n\t\t{\n\t\t\treturn $this->erroresdatos;\n\t\t}\n}", "function mois_precedent($mois,$annee){\n\t$mois--;\n\tif($mois==0){\n\t\t$annee--;\n\t\t$mois=12;\n\t}\n\treturn $_SERVER['PHP_SELF'].\"?m=$mois&a=$annee\";\n}", "public function hasCriticalEffectdf(){\r\n return $this->_has(12);\r\n }", "public function promotional();", "public function imc(){\n\t\t\treturn $this-> peso / ($this->altura * $this->altura);\n\t\t}", "function is_may_min($vp_cadena){\r\n\t// Marcos A. Botta\r\n\t$lon = strlen($vp_cadena);\r\n\t$cmp = ereg(\"^([[:lower:]]|[[:upper:]]){\".\"$lon\".\"}$\",$vp_cadena);\r\n\tif($cmp==1) return true; else return false;\r\n\t}", "public function isMatriculationSIVWW(): bool\n {\n $pattern = '^WW(?:\\s|-)?(?!000)[0-9]{3}(?:\\s|-)?(?!SS)[A-HJ-NP-TV-Z]{2}$';\n\n return 1 === preg_match('/'.$pattern.'/i', $this->matriculation);\n }", "function in_crenaux(int $heure, array $crenaux) :string{\r\n foreach($crenaux as $crenau){\r\n $debut = $crenau[0];\r\n $fin = $crenau[1];\r\n if($heure >= $debut && $heure < $fin){\r\n return <<<HTML\r\n <div class =\"alert alert-success\">Le magasin est ouvert! </div>\r\nHTML;\r\n }\r\n\r\n }\r\n return <<<HTML\r\n <div class =\"alert alert-danger\">Le magasin est fermé! </div>\r\nHTML;\r\n}", "function Comprobar_codcentro()\n{\n\t$correcto = true;\n\n\t//si se cumple la condicion\n\tif (strlen($this->CODCENTRO)<3)\n\t{\n\t\t$error = array();\n\t\t\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"CODCENTRO\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"00003\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"Valor de atributo no numérico demasiado corto\");\n\n\t\t//guarda un mensaje de error\n\t\tarray_push($this->erroresdatos, $error);\n\t\t$correcto = false;\n\t}\n\t//si se cumple la condicion\n\tif (strlen($this->CODCENTRO)>10)\n\t{\n\t\t$error = array();\n\t\t\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"CODCENTRO\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"00002\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"Valor de atributo demasiado largo\");\n\n\t\t//guarda un mensaje de error\n\t\tarray_push($this->erroresdatos, $error);\n\t\t$correcto = false;\n\t}\n\t//si se cumple la condicion\n\tif (!preg_match(\"/^[A-Za-zñáéíóúÑÁÉÍÓÚüÜ\\-0-9]+$/\",$this->CODCENTRO)){\n\t\t$error = array();\n\t\t\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"CODCENTRO\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"00040\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"Solo están permitidas alfabéticos, números y el “-”\");\n\n\t\t//guarda un mensaje de error\n\t\tarray_push($this->erroresdatos, $error);\n\t\t$correcto = false;\n\t}\n\t\n\treturn $correcto;//se devuelve el resultado\n}", "function visites_mensuelles_chiffres($global_jour) {\r\n\tglobal $couleur_foncee, $couleur_claire;\r\n\r\n\t$periode = date('m/y'); // mois /annee en cours (format de $date)\r\n\t$dday = date('j'); // numero du jour\r\n\t$nb_mois = $GLOBALS['actijour']['nbl_mensuel']; // nombre mois affiche\r\n\r\n\t$requete = \"FROM_UNIXTIME(UNIX_TIMESTAMP(date),'%m') AS d_mois, \r\n\t\t\tFROM_UNIXTIME(UNIX_TIMESTAMP(date),'%y') AS d_annee, \r\n\t\t\tFROM_UNIXTIME(UNIX_TIMESTAMP(date),'%m/%y') AS date_unix, \r\n\t\t\tSUM(visites) AS visit_mois \r\n\t\t\tFROM spip_visites WHERE date > DATE_SUB(NOW(),INTERVAL 2700 DAY) \r\n\t\t\tGROUP BY date_unix ORDER BY date DESC LIMIT 0,$nb_mois\";\r\n\r\n\t// calcul du $divis : MAX de visites_mois\r\n\t$r = sql_select($requete);\r\n\t$tblmax = array();\r\n\twhile ($rmx = @sql_fetch($r)) {\r\n\t\t$tblmax[count($tblmax) + 1] = $rmx['visit_mois'];\r\n\t}\r\n\treset($tblmax);\r\n\r\n\tif (count($tblmax) == 0) {\r\n\t\t$tblmax[] = 1;\r\n\t}\r\n\t$divis = max($tblmax) / 100;\r\n\r\n\t//le tableau a jauges horizontales\r\n\t$aff .= debut_cadre_relief(\"\", true)\r\n\t\t. \"<span class='arial2'>\" . _T('actijour:entete_tableau_mois', array('nb_mois' => $nb_mois)) . \"\\n</span>\"\r\n\t\t. \"<table width='100%' cellpadding='2' cellspacing='0' border='0' class='arial2'>\\n\"\r\n\t\t. \"<tr><td align='left'>\" . _T('actijour:mois_pipe')\r\n\t\t. \"</td><td width='50%'>\" . _T('actijour:moyenne_mois') . \"</td>\\n\"\r\n\t\t. \"<td><b>\" . _T('actijour:visites') . \"</b></td></tr>\";\r\n\r\n\t$ra = sql_select($requete);\r\n\twhile ($row = sql_fetch($ra)) {\r\n\t\t$val_m = $row['d_mois'];\r\n\t\t$val_a = $row['d_annee'];\r\n\t\t$date = $row['date_unix'];\r\n\t\t$visit_mois = $row['visit_mois'];\r\n\t\t$idefix = '';\r\n\r\n\t\t//nombre de jours du mois $mois\r\n\t\t$mois = mktime(0, 0, 0, $val_m, 1, $val_a);\r\n\t\t$nbr_jours = intval(date(\"t\", $mois));\r\n\r\n\t\t// nombre de jours, moyenne, si mois en cours\r\n\t\tif ($date != $periode) {\r\n\t\t\t$nbj = $nbr_jours;\r\n\t\t\t$moy_mois = floor($visit_mois / $nbj);\r\n\t\t\t$totvisit = $visit_mois;\r\n\t\t} else {\r\n\t\t\t$nbj = ($dday == 1) ? $dday : $dday - 1;\r\n\t\t\t$moy_mois = floor(($visit_mois - $global_jour) / $nbj);\r\n\t\t\t$totvisit = $visit_mois - $global_jour;\r\n\t\t\t$idefix = \"*\";\r\n\t\t}\r\n\t\t$totvisit = number_format($totvisit, 0, ',', '.');\r\n\r\n\t\t//longeur jauge (ne tiens pas compte du jour en cour)\r\n\t\t$long = floor($visit_mois / $divis);\r\n\r\n\t\t// couleur de jauge pour mois le plus fort\r\n\t\t$color_texte = '';\r\n\t\tif ($long == 100) {\r\n\t\t\t$coul_jauge = $couleur_foncee;\r\n\t\t\t$color_texte = \"style='color:#ffffff;'\";\r\n\t\t} else {\r\n\t\t\t$coul_jauge = $couleur_claire;\r\n\t\t}\r\n\r\n\t\t$aff .= \"<tr><td class='arial2' colspan='3'>\"\r\n\t\t\t. \"<div style='position:relative; z-index:1; width:100%;'>\"\r\n\t\t\t. \"<div class='cell_info_mois'>$date</div>\"\r\n\t\t\t. \"<div class='cell_moymens'>$moy_mois</div>\"\r\n\t\t\t. \"<div class='cell_info_tot' $color_texte><b>$totvisit</b>$idefix</div>\"\r\n\t\t\t. \"</div>\";\r\n\t\t# barre horiz \r\n\t\t$aff .= \"<div class='fond_barre'>\\n\"\r\n\t\t\t. \"<div style='width:\" . $long . \"%; height:11px; background-color:\" . $coul_jauge . \";'></div>\\n\"\r\n\t\t\t. \"</div>\\n\"\r\n\t\t\t. \"</td></tr>\\n\";\r\n\r\n\t}\r\n\t$aff .= \"<tr><td colspan='3'><span class='verdana1'>\"\r\n\t\t. _T('actijour:pied_tableau_mois') . \"</span></td></tr>\\n\"\r\n\t\t. \"</table></span>\\n\";\r\n\t$aff .= fin_cadre_relief(true);\r\n\r\n\treturn $aff;\r\n\r\n}", "function isNegative () {\n return (($this->num < 0) xor ($this->denom < 0));\n }", "function testAlphabet($valeurTeste){\r\n $retour = \"faux\";\r\n if(testMinuscle($valeurTeste)==\"vrai\" || testMajuscule($valeurTeste)==\"vrai\"){\r\n $retour = \"vrai\";\r\n }\r\n return $retour;\r\n }", "function meteo($saison, $temperature) {\n $debut = 'Nous sommes en ' . $saison;\n\n $suite = ' et il fait ' . $temperature . ' degré(s)';\n\n return $debut . $suite . '<hr>';\n }", "function set_est_alcoolisee($est_alcoolisee){\n if($est_alcoolisee == true || $est_alcoolisee == false){\n $this->est_alcoolisee = $est_alcoolisee;\n }else{\n $this->erreur(\"La type de boisson doit être : true ou false. Or c'est : \".$est_alcoolisee.\"<br>\");\n }\n }", "function slettKonto($kontonummer)\n {\n if ($kontonummer == 0){\n return \"Feil kontonummer\";\n }\n return \"OK\";\n }", "public function mes(){\n\n\t\t$date = $this->dia;\n $date = DateTime::createFromFormat('Y-m-d', $date);\n \t \n\t\treturn $date->format('m') - 1;\n\t}", "public function getCierre_menor_inversion()\n {\n return $this->cierre_menor_inversion;\n }", "function peso_ideal(float $altura, string $sexo){\n\n if($sexo == \"F\"){\n return (62.1 * $altura) - 44.7;\n }elseif($sexo == \"M\"){\n return (72.2 * $altura) - 58;\n }else{\n return \"Sexo invalido\";\n }\n}", "function mot($chaine){\r\n $retourFinal = \"faux\";\r\n for($i=0;$i<laTaille($chaine);$i++){\r\n if(testAlphabet($chaine[$i])==\"vrai\"){\r\n $retour[$i]=\"vrai\";\r\n }\r\n else{\r\n $retour[$i]=\"faux\";\r\n }\r\n }\r\n $j=0;\r\n while($j<laTaille($chaine) && $retour[$j]==\"vrai\"){\r\n $j++;\r\n }\r\n if($j==laTaille($chaine)){\r\n $retourFinal = \"vrai\";\r\n }\r\n return $retourFinal;\r\n }", "public function recalculer_les_ca_styl()\n {\n \n // On reccuperere tous les mandataires \n\n $mandataires = User::where('role','mandataire')->get();\n $deb_annee = date(\"Y\").\"-01-01\";\n\n // pour chaque mandataire on calcul le ca styl et on le met à jour dans la table des mandataires \n foreach ($mandataires as $mandataire ) {\n // CA encaissé non partagé\n\n $compro_encaisse_partage_pas_n = Compromis::where([['user_id',$mandataire->id],['est_partage_agent',false],['demande_facture',2],['archive',false]])->get();\n $ca_encaisse_partage_pas_n = 0;\n if($compro_encaisse_partage_pas_n != null){ \n foreach ($compro_encaisse_partage_pas_n as $compros_encaisse) {\n if($compros_encaisse->getFactureStylimmo()->a_voir = false && $compros_encaisse->getFactureStylimmo()->encaissee == 1 && $compros_encaisse->getFactureStylimmo()->date_encaissement->format(\"Y-m-d\") >= $deb_annee){\n $ca_encaisse_partage_pas_n += $compros_encaisse->getFactureStylimmo()->montant_ttc;\n // echo $mandataire->id == 12 ? \"<br/>\".$compros_encaisse->numero_mandat.\" np\".$compros_encaisse->getFactureStylimmo()->montant_ttc : null ;\n }\n }\n \n }\n \n // CA encaissé partagé et porte affaire\n $compro_encaisse_porte_n = Compromis::where([['user_id',$mandataire->id],['est_partage_agent',true],['demande_facture',2],['archive',false]])->get();\n $ca_encaisse_porte_n = 0;\n\n if($compro_encaisse_porte_n != null){\n foreach ($compro_encaisse_porte_n as $compros_encaisse) {\n if($compros_encaisse->getFactureStylimmo()->a_voir = false && $compros_encaisse->getFactureStylimmo()->encaissee == 1 && $compros_encaisse->getFactureStylimmo()->date_encaissement->format(\"Y-m-d\") >= $deb_annee){\n $ca_encaisse_porte_n += $compros_encaisse->frais_agence * $compros_encaisse->pourcentage_agent/100;\n // echo $mandataire->id == 12 ? '<br/> pp '.$compros_encaisse->numero_mandat.'--'.$compros_encaisse->getFactureStylimmo()->montant_ttc * $compros_encaisse->pourcentage_agent/100: null ;\n }\n }\n }\n\n\n // CA encaissé partagé et ne porte pas affaire\n \n $compro_encaisse_porte_pas_n = Compromis::where([['agent_id',$mandataire->id],['est_partage_agent',true],['demande_facture',2],['archive',false]])->get();\n $ca_encaisse_porte_pas_n = 0;\n\n if($compro_encaisse_porte_pas_n != null){\n foreach ($compro_encaisse_porte_pas_n as $compros_encaisse) {\n if($compros_encaisse->getFactureStylimmo()->a_voir = false && $compros_encaisse->getFactureStylimmo()->encaissee == 1 && $compros_encaisse->getFactureStylimmo()->date_encaissement->format(\"Y-m-d\") >= $deb_annee){\n $ca_encaisse_porte_pas_n += $compros_encaisse->frais_agence * (100-$compros_encaisse->pourcentage_agent)/100;\n // echo $mandataire->id == 12 ? '<br/>ppp '.$compros_encaisse->numero_mandat.'--'.$compros_encaisse->getFactureStylimmo()->montant_ttc* (100-$compros_encaisse->pourcentage_agent)/100 : null ;\n }\n }\n }\n\n \n \n $ca_encaisse_N = round(($ca_encaisse_partage_pas_n+$ca_encaisse_porte_n+$ca_encaisse_porte_pas_n)/Tva::coefficient_tva(),2);\n\n $mandataire->chiffre_affaire_sty = $ca_encaisse_N ;\n $mandataire->update();\n \n // $mandataire->id == 12 ? dd($ca_encaisse_N) : null;\n \n }\n\n return \"OK\";\n }", "public function imprimeDisponibilidade():string{\n return $retVal = ($this->disponibilidade) ? \"Disponível\" : \"Ocupado\" ;\n }", "static function get_mois($num) {\r\n if ($num < 1 || $num > 12)\r\n return false;\r\n $langserver = $_SERVER[\"HTTP_ACCEPT_LANGUAGE\"];\r\n switch ($num) {\r\n case 1: {\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Janvier\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"January\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Janvier\";\r\n break;\r\n }\r\n }\r\n break;\r\n }\r\n case 2: {\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Février\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"February\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Février\";\r\n break;\r\n }\r\n }\r\n break;\r\n }\r\n case 3: {\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Mars\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"March\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Mars\";\r\n break;\r\n }\r\n }\r\n break;\r\n }\r\n case 4:\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Avril\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"April\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Avril\";\r\n break;\r\n }\r\n }\r\n break;\r\n case 5:\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Mai\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"May\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Mai\";\r\n break;\r\n }\r\n }\r\n break;\r\n case 6:\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Juin\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"June\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Juin\";\r\n break;\r\n }\r\n }\r\n break;\r\n case 7:\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Juillet\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"July\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Juillet\";\r\n break;\r\n }\r\n }\r\n break;\r\n case 8:\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Août\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"August\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Août\";\r\n break;\r\n }\r\n }\r\n break;\r\n case 9:\r\n $mois = \"Septembre\";\r\n break;\r\n case 10:\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Octobre\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"October\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Octobre\";\r\n break;\r\n }\r\n }\r\n break;\r\n case 11:\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Novembre\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"November\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Novembre\";\r\n break;\r\n }\r\n }\r\n break;\r\n case 12:\r\n switch (strtolower(substr($langserver, 0, 2))) {\r\n case \"fr\": {// cas de navigateur français\r\n $mois = \"Décembre\";\r\n break;\r\n }\r\n case \"en\": {// cas de navigateur anglais\r\n $mois = \"December\";\r\n break;\r\n }\r\n default: {\r\n $mois = \"Décembre\";\r\n break;\r\n }\r\n }\r\n break;\r\n default : {\r\n return \"Mois\";\r\n }\r\n }\r\n return $mois;\r\n }", "public function isCotis()\n {\n return $this->_is_cotis;\n }", "public function is_fluid() { return true; }", "public function is_fluid() { return true; }", "function getMontantTVAArticle($numserie) {\n // if ($this->calculmontant) return (sprintf(\"%.2f\", ($this->article[$numserie]['montantTTC'] - $this->article[$numserie]['montantHT'])));\n if (isset($this->calculmontant) && $this->calculmontant == true) return (sprintf(\"%.2f\", ($this->article[$numserie]['montantHT'] * ($this->TVA / 100))));\n else return 0;\n }", "public function getMotCle()\n {\n return $this->motCle;\n }", "public function possuiCalculoPorDiaDoMes() {\n return $this->lControleDiasNoMes;\n }", "function getMontantTTCArticle($numserie) {\n if (isset($this->calculmontant) && $this->calculmontant == true) return (sprintf(\"%.2f\", $this->article[$numserie]['montantTTC']));\n else return 0;\n }", "public function hasCriticalEffect(){\r\n return $this->_has(11);\r\n }", "public function codeRetrait()\n {\n $code_secret = $this->utils->securite_xss($_POST['codesecret']);\n $fkcarte = $this->utils->securite_xss($_POST['fkcarte']);\n $frais = $this->compteModel->verifCodeRetrait($fkcarte, $code_secret);\n if ($frais == 1) echo 1;\n elseif ($frais == 0) echo 0;\n else echo -2;\n }", "function contient_chiffre($chaine)\n{\n $pathern = '#[^0-9]#';\n \n if(preg_match($pathern,$chaine) == 1) // test la chaine avec le pathern (experssion régulière)\n {\n return true;\n }\n else if(preg_match($pathern,$chaine) == 0)\n {\n return false;\n }\n}", "function verCo($acceso,$valor){\n\t$cont = verCodigo($acceso,$valor);\n\t\tif($cont<1000)\n\t\t\t$cont=\"0\".$cont;\n\t\tif($cont<10000)\n\t\t\t$cont=\"0\".$cont;\n\treturn $cont;\n}", "function vState ($valoare)\n{\n\t// Parola\n\tif (!preg_match(\"#^[0-9]+$#\", $valoare) || strlen($valoare) < 5)\n\t{\n\t\treturn true;\n\t}\n}", "public function hasCriticalEffectdf(){\r\n return $this->_has(15);\r\n }", "public function isVariableNumerica(){ return false; }", "public function modalitadiPagamento(){\n $delta = substr($this->dataInizioPeriodo(), -4) - substr($this->dataFinePeriodo(), -4);\n \n if($delta != 0) {\n return \"due soluzioni, di cui la seconda al termine del contratto\";\n } else {\n return \"un'unica soluzione al termine del contratto\";\n }\n\n }", "function terbilang($x, $style) {\n // untuk menggunakan gunakan cara berikut\n // terbilang('your_number', 'style_number')\n // style_number [1=> Untuk huruf terbilang besar seluruhnya, 2 => untuk huruf kecil seluruhnya, 3 => untuk huruf awal besar, 4 => untuk huruf pertama besar]\n if($x<0) {\n $hasil = \"minus \". trim(kekata($x));\n } else {\n $hasil = trim(kekata($x));\n } \n switch ($style) {\n case 1:\n $hasil = strtoupper($hasil);\n break;\n case 2:\n $hasil = strtolower($hasil);\n break;\n case 3:\n $hasil = ucwords($hasil);\n break;\n default:\n $hasil = ucfirst($hasil);\n break;\n } \n return $hasil;\n}", "public function validarCuit()\n\t{\n\t\tif($this->input->post('cuit')){\n\t\t\t$cuit =\tstr_replace ( '-' , '' , $this->input->post('cuit'));\t\n\t\t\tif(validarCUIT($cuit)){\n\t\t\t\techo 1;\n\t\t\t}else{\n\t\t\t\techo 0;\n\t\t\t}\n\t\t}else{\n\t\t\techo 0;\n\t\t}\t\n\t}", "public function getMontantFixe(): ?bool {\n return $this->montantFixe;\n }", "public function _validarHelado()\n {\n $listaHelados = Helado::_traerHelados();\n //Son distintos, pasa la validación.(Si y solo si se queda en este valor)\n $retorno = -1;\n if($this->_precio < 0 || $this->_tipo != \"agua\" && $this->_tipo != \"crema\" || $this->_cantidad < 0)\n {\n return 1;\n }\n foreach($listaHelados as $helado)\n { \n if($this->_sabor == $helado->_sabor && $this->_tipo == $helado->_tipo)\n {\n $helado->_cantidad = $this->_cantidad;\n $helado->_precio = $this->_precio;\n Helado::_actualizarHelado($listaHelados);\n $retorno = 0;\n break;\n }\n }\n return $retorno;\n }", "function csosn2csticms($csosn, $aliqicms = 0, $redicms = 0, $aliqiva = 0, $valorpauta = 0, $tptribicms = null){\r\n\tswitch($csosn){\r\n\t\tcase \"101\":\r\n\t\t\tif($redicms == 0){\r\n\t\t\t\treturn \"000\"; // Tributado integralmente\r\n\t\t\t}else{\r\n\t\t\t\treturn \"020\"; // Tributado com reducao na base de calculo\r\n\t\t\t}\r\n\t\tcase \"102\":\r\n\t\t\tif(!is_null($tptribicms) && $tptribicms == \"N\"){\r\n\t\t\t\treturn \"041\"; // Nao tributado\r\n\t\t\t}else{\r\n\t\t\t\treturn \"040\"; // Insento\r\n\t\t\t}\r\n\t\tcase \"103\":\r\n\t\tcase \"300\":\r\n\t\tcase \"400\":\r\n\t\t\tif($aliqicms > 0){\r\n\t\t\t\tif($redicms == 0){\r\n\t\t\t\t\treturn \"000\"; // Tributado integralmente\r\n\t\t\t\t}else{\r\n\t\t\t\t\treturn \"020\"; // Tributado com reducao na base de calculo\r\n\t\t\t\t}\r\n\t\t\t}else{\r\n\t\t\t\tif(!is_null($tptribicms) && $tptribicms == \"N\"){\r\n\t\t\t\t\treturn \"041\"; // Nao tributado\r\n\t\t\t\t}else{\r\n\t\t\t\t\treturn \"040\"; // Insento\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\tcase \"201\":\r\n\t\t\tif($redicms == 0){\r\n\t\t\t\treturn \"010\"; // Tributado com ST\r\n\t\t\t}else{\r\n\t\t\t\treturn \"070\"; // ST com reducao na base de calculo\r\n\t\t\t}\r\n\t\tcase \"202\":\r\n\t\tcase \"203\":\r\n\t\t\tif($aliqicms == 0){\r\n\t\t\t\treturn \"010\"; // Tributado com ST\r\n\t\t\t}elseif($redicms > 0){\r\n\t\t\t\treturn \"070\"; // ST com reducao na base de calculo\r\n\t\t\t}else{\r\n\t\t\t\treturn \"030\"; // Isento ou nao tributado e com cobranca de ST\r\n\t\t\t}\r\n\t\tcase \"500\":\r\n\t\t\treturn \"060\"; // ICMS pago anteriormente por ST\r\n\t\tcase \"900\":\r\n\t\t\treturn \"090\"; // Outras\r\n\t}\r\n\treturn null;\r\n}", "function terbilang($x, $style=4) {\n\t\tif($x<0) {\n\t\t\t$hasil = \"minus \". trim($this->kekata($x));\n\t\t} else {\n\t\t\t$hasil = trim($this->kekata($x));\n\t\t} \n\t\tswitch ($style) {\n\t\t\tcase 1:\n\t\t\t\t$hasil = strtoupper($hasil);\n\t\t\t\tbreak;\n\t\t\tcase 2:\n\t\t\t\t$hasil = strtolower($hasil);\n\t\t\t\tbreak;\n\t\t\tcase 3:\n\t\t\t\t$hasil = ucwords($hasil);\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\t$hasil = ucfirst($hasil);\n\t\t\t\tbreak;\n\t\t} \n\t\treturn $hasil;\n\t}", "function translitteration_complexe($texte, $chiffres=false) {\n\t$texte = translitteration($texte,'AUTO','complexe');\n\n\tif ($chiffres) {\n\t\t$texte = preg_replace(\"/[aeiuoyd]['`?~.^+(-]{1,2}/eS\",\n\t\t\t\"translitteration_chiffree('\\\\0')\", $texte);\n\t}\n\t\n\treturn $texte;\n}", "function Comprobar_responsablecentro()\n{\n\t$correcto = true;\n\n\t//si se cumple la condicion\n\tif (strlen($this->RESPONSABLECENTRO)<3)\n\t{\n\t\t$error = array();\n\t\t\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"RESPONSABLECENTRO\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"00003\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"Valor de atributo no numérico demasiado corto\");\n\n\t\t//guarda un mensaje de error\n\t\tarray_push($this->erroresdatos, $error);\n\t\t$correcto = false;\n\t}\n\t//si se cumple la condicion\n\tif (strlen($this->RESPONSABLECENTRO)>60)\n\t{\n\t\t$error = array();\n\t\t\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"RESPONSABLECENTRO\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"00002\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"Valor de atributo demasiado largo\");\n\n\t\t//guarda un mensaje de error\n\t\tarray_push($this->erroresdatos, $error);\n\t\t$correcto = false;\n\t}\n\t//si se cumple la condicion\n\tif (!preg_match(\"/^[A-Za-zñáéíóúÑÁÉÍÓÚüÜ ]+$/\",$this->RESPONSABLECENTRO)){\n\t\t$error = array();\n\t\t\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"RESPONSABLECENTRO\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"00030\");\n\t\t//guarda un mensaje de error\n\t\tarray_push($error, \"Solo están permitidas alfabéticos\");\n\n\t\t//guarda un mensaje de error\n\t\tarray_push($this->erroresdatos, $error);\n\t\t$correcto = false;\n\t}\n\n\t\n\treturn $correcto;\n}", "public function isMuteadoPizarra( ) {\n return $this->proyector_pizarra->is_mute();\n }", "function will_squirrels_play($temp, $summer)\n{ $temp=\"\";\n if (!$summer) { //!$summer means if $summer is false... I used ($summer == false)\n if ($temp >= 65 || $temp <= 85) {\n return 'true';\n }\n } elseif ($summer) { //$summer = means if $summer is true... I used ($summer = true)\n if ($temp >= 65 || $temp <= 95) {\n return 'false';\n }\n }\n}", "function aff_oui_non($val){\r\n if ($val=='1') return \"0\\\"<span style=\\\"color:#00FF00\\\">oui</span>\"; else return \"1\\\"<span style=\\\"color:#FF0000\\\">non</span>\";\r\n }", "public function hasCriticalEffect(){\r\n return $this->_has(14);\r\n }", "function convMajuscule($valeur){\r\n if($valeur>=\"a\" && $valeur<=\"z\"){\r\n $codeValeur = ord($valeur) - 32;\r\n }\r\n return chr($codeValeur);\r\n }", "function calculDeterminent($tab)\n {\n\n $detemninent = $tab[0][1] * (-1) * (($tab[1][0] * $tab[2][2]) - ($tab[1][2] * $tab[2][0])) +\n $tab[1][1] * (1) * (($tab[0][0] * $tab[2][2]) - ($tab[2][0] * $tab[0][2])) +\n $tab[2][1] * (-1) * (($tab[0][0] * $tab[1][2]) - ($tab[1][0] * $tab[0][2]));\n\n return $detemninent;\n }", "public function calculateValuation(): bool\n {\n return 0;\n }", "function test($marca){\n\t\t//return FALSE;\n\t\treturn true;\n\t}", "function aquamin_is_truty_or_zero( $mixed ) {\n\treturn ( !! $mixed || is_int( $mixed ) || is_float( $mixed ) || '0' === $mixed );\n}", "function vSex ( $sex ) \r\n\t\t{\r\n\t\t\t# Strip string down to first character\r\n\t\t\t$sex = strtolower( substr( $sex, 0, 1) );\r\n\t\t\t\r\n\t\t\t# Checks if result is 'f' or 'm'\r\n\t\t\tif ( $sex != \"f\" OR $sex != \"m\" )\r\n\t\t\t\t$sex = true;\r\n\t\t\t\t\r\n\t\t\telse \r\n\t\t\t\t$sex = false;\r\n\t\t\t\r\n\t\t\treturn $sex;\r\n\t\t\t\r\n\t\t}", "public function hasPlatinum(): bool\n {\n return $this->pluck('definedTrophies.platinum') == 1;\n }" ]
[ "0.6682391", "0.56747496", "0.5644409", "0.55432576", "0.55147856", "0.54941314", "0.5492893", "0.54358524", "0.5398489", "0.53818476", "0.5326216", "0.53099036", "0.52986807", "0.5278336", "0.5274358", "0.52115923", "0.5185464", "0.5151906", "0.5150547", "0.51455605", "0.51233286", "0.51211745", "0.51055276", "0.5080833", "0.5079436", "0.5016138", "0.49980986", "0.49773866", "0.4968892", "0.4952741", "0.49494782", "0.49494553", "0.49264917", "0.49262482", "0.4923764", "0.4922946", "0.49210322", "0.4919125", "0.491563", "0.49139544", "0.49086162", "0.48969096", "0.48967838", "0.48926064", "0.48879495", "0.48871183", "0.48847365", "0.48835033", "0.4869673", "0.4859492", "0.485811", "0.48511633", "0.48478323", "0.48463044", "0.4843051", "0.4839169", "0.48280272", "0.48160365", "0.48126674", "0.47998127", "0.47984934", "0.47982162", "0.47921914", "0.47908142", "0.47889048", "0.47884032", "0.47823924", "0.47798076", "0.47764733", "0.47764733", "0.47738776", "0.47713992", "0.4770348", "0.47677466", "0.4766626", "0.4765431", "0.47640657", "0.47615728", "0.47595316", "0.475817", "0.47501957", "0.4746625", "0.4743837", "0.47426885", "0.47374165", "0.47168523", "0.4713321", "0.47054064", "0.47053492", "0.47053432", "0.46994975", "0.46991992", "0.46908817", "0.46805418", "0.4679736", "0.46740744", "0.46707857", "0.46702176", "0.46695298", "0.4666195", "0.46647006" ]
0.0
-1
Retourne une valeur en fonction du nombre passer en parametre
private static function assign_rand_value(int $pNum) { // 26 lettre // 10 chiffre // 10 caractere spéciaux $list = array( 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '*', '/', '!', '@', '#', '~', '%', '&', '-', '_' ); return $list[$pNum]; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "function valorCampo($nombreCampo){\n\t if($this->val!=\"\")\n\t\tforeach($this->val as $indice => $valor){\n\t\t\tif($nombreCampo==$indice){\n\t\t\t\treturn $valor;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\t\n\t}", "public function value($parameter);", "function getValue() {\n global ${$this->name}, ${$this->name.\"_name\"}, ${$this->name.\"_old\"}; // ${$this->name} = ${\"surname\"} = $surname\n $ext=substr(${$this->name.\"_name\"},-3);\n if ($ext==\"\") $ext=${$this->name.\"_old\"};\n if ($ext==\"\") $ext=$this->value;\n return $ext;\n }", "public function getValue(string $strName);", "function get($name){ \n \t return $this->result[$name]; \n \t}", "public function getParam($name);", "public static function getParam() {\n\n\t}", "function get_parameter($name)\r\n {\r\n if (array_key_exists($name, $this->parameters))\r\n return $this->parameters[$name];\r\n }", "public function getParameter();", "public function getParameter();", "public function getParam($name)\n {\n return Tools::getValue($name);\n }", "protected function getValue($name)\n { // Initialize to null\n $value = null;\n $value = Yii::app()->request->getParam('rbm_'.$this->_domain->type.'_'.$name); \n if( $value === null ) $value = Yii::app()->request->getParam('rbm_'.$name);\n if( $value === null ) $value = Yii::app()->request->getParam($name);\n // Return the value\n return $value;\n }", "function actual($tipo_elemento){\n\treturn isset($_GET[\"$tipo_elemento\"]) ? (int)$_GET[\"$tipo_elemento\"]:1;\n}", "abstract protected function getMaxParameter(): int;", "abstract protected function getValue();", "function getNom($numAbonne){\n\t\tglobal $serv;\n\t\t$req = \"SELECT Distinct Nom FROM abonnes WHERE Code=\\\"$numAbonne\\\";\";\n\t\t$res = db_execSQL($req,$serv);\n\t\t$resultat = mysql_fetch_assoc($res);\n\t\treturn $resultat['Nom'];\t\t\n\t}", "function getVariable($nombre, $default = '') {\r\n\tif (isset($_POST[$nombre])) {\r\n\t\treturn $_POST[$nombre];\r\n\t} elseif(isset($_GET[$nombre])) {\r\n\t\treturn $_GET[$nombre];\r\n\t} else {\r\n\t\treturn $default;\r\n\t}\r\n}", "function localidadConsultarNombre($criterio) {\n\n\t$query = \"SELECT localidad_nombre FROM localidades WHERE id=\".$criterio;\t\n\t$res = ejecutarQuerySQL($query);\n\t$actual = getFila($res);\n\t\t\t\nreturn $actual['localidad_nombre'];\n}", "public function getParameter($name);", "public function getParameter($name);", "public function getParameter($name);", "static public function getValue($name,$default=null)\n {\n $p=self::findOne(['id'=>$name]);\n if($p===null){\n return $default;\n }\n else{\n return $p->value;\n }\n }", "public static function getValue()\n {\n return self::getInstance()->getValue(func_get_args());\n }", "abstract public function getValue();", "abstract public function getValue();", "abstract public function getValue();", "public function getParam1()\n {\n return $this->get(self::_PARAM1);\n }", "public function getParam1()\n {\n return $this->get(self::_PARAM1);\n }", "public function getParam1()\n {\n return $this->get(self::_PARAM1);\n }", "public function getParam1()\n {\n return $this->get(self::_PARAM1);\n }", "public function getParam1()\n {\n return $this->get(self::_PARAM1);\n }", "public function getParam1()\n {\n return $this->get(self::_PARAM1);\n }", "public function getParam($param);", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function getValue();", "public function value(): int;", "abstract protected function getMinParameter(): int;", "function get_field($name)\r\n {\r\n if ($name)\r\n {\r\n $tempArray = fetch_to_array(database::query(\"SELECT * FROM system WHERE name='$name'\"),\"\");\r\n if (is_array($tempArray)) return(current($tempArray));\r\n }\r\n else return (false);\r\n }", "public function __GET($name){\n\t\t\t//LEARNED imeto na promenlivata !\n\t\t\t//echo $name;\n\t\t\treturn $this->data[$name];\n\t\t}", "protected function _getValue($name, $default) {}", "function getValue(int $field);", "public function getValue()\n {\n return 1;\n }", "function _get_config_param($name)\r\n\t{\r\n\t\treturn $this->db->query(\"select value from m_config_params where name = ? \",$name)->row()->value;\r\n\t}", "public function getValue(){ }", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "public function getValue() {}", "function _getParameter( $name, $default='' ) {\n\t\t$return = \"\";\n\t\t$return = $this->params->get( $name, $default );\n\t\treturn $return;\n\t}", "public function getFunc($name){\n $statement = $this->db->prepare('SELECT value FROM storage WHERE name = :name;');\n $statement->bindValue(':name', $name);\n $result = $statement->execute();\n while($row = $result->fetchArray()){\n echo $row['value'] . PHP_EOL;\n }\n }", "function fieldName( $res, $n );", "function getParam( $name ) {\n $db = JFactory::getDbo();\n $db->setQuery('SELECT manifest_cache FROM #__extensions WHERE name = \"joomleague\" and type = \"component\" ');\n $manifest = json_decode( $db->loadResult(), true );\n return $manifest[ $name ];\n }", "public function getIdByNameEspecialidad($name){//FUNCION PARA VERIFICAR LA EXISTENCIA DE UN CORREO EN TABLA MEDICO\n $objT=new especialidadDAO();\n $resul=$objT->readall();\n $act=0;\n for($i=0;$i<count($resul);$i++){\n if(strtoupper($resul[$i]['nombre']) == strtoupper($name)){\n $act=$resul[$i]['id_especialidad'];\n }\n }\n return $act; \n }", "public function readNameByNumber($pdo){\n $stmt = $pdo->prepare(\"SELECT name from agent WHERE agentNumber=?\");\n $stmt->execute([$this->getNumber()]);\n $row = $stmt->fetch();\n\n if($row != null) {\n return $row['name'];\n }else{\n return false;\n }\n \n}", "function numero()\r\n {\r\n \r\n $numrec = $this->db->query(\"SELECT * FROM parametros\")->result_array();\r\n return $numrec;\r\n }", "function get_two() { return 2; }", "public function &getValue();", "function get_value() {return $this->get();}", "function getValNode(){\n\t\t$clase=$this->nmclass;\n\t\t$node=$this->anode;\n\t\t$valor=$this->nodos[$clase][$node];\n\n\t\tif($valor!=''){\n\t\t\treturn $valor;\n\t\t}\n\t\telse{\n\t\t\treturn -1;\n\t\t}\n\t}", "function localidadConsultarNombreTec($criterio) {\n\n\t$query = \"SELECT localidad FROM localidades WHERE id=\".$criterio;\t\n\t$res = ejecutarQuerySQL($query);\n\t$actual = getFila($res);\n\t\t\t\nreturn $actual['localidad'];\n}", "public function getPostValue($name){\n\t\t$id_arr = $this->relay[$name];\n\t\t$id = $id_arr[0];\n\t\treturn $this->elements[$id]->getValue($name);\t\n\t}", "function _getVar($name) {\n if( is_array($this->_vars) && isset($this->_vars[\"$name\"]) )\n return $this->_vars[\"$name\"];\n else\n return \"\";\n }", "public function getParam($name) {\n return $this->params[$name];\n }", "public function getParam($name){\n\t\treturn array_key_exists($name, $this->params) ? $this->params[$name] : NULL;\n\t}", "function getPara($para,$value)\n{\n\t\t$str9=\"select \".$value.\" from options where name='\".$para.\"'\";\n\t\t$result9=mysql_query($str9) or die(mysql_error());\n\t\t$row9=mysql_fetch_array($result9);\n\t\t$t=$row9[$value]; \n\t\tmysql_free_result($result9);\n\t\treturn $t;\n}", "protected function getValue($name, $default='')\r\n {\r\n if (isset($_GET[$name])) {\r\n return $_GET[$name];\r\n } else {\r\n return $default;\r\n }\r\n }", "protected function get_parameter( $name ) {\n\t\treturn $this->has_parameter( $name ) ? $this->parameters[ $name ] : null;\n\t}" ]
[ "0.6841824", "0.64691323", "0.6380986", "0.63496816", "0.61944336", "0.6178985", "0.61746854", "0.6170601", "0.61549026", "0.61549026", "0.61510575", "0.6145991", "0.6107048", "0.60623276", "0.60608596", "0.605425", "0.60300964", "0.59988934", "0.5987937", "0.5987937", "0.5987937", "0.5961777", "0.5961414", "0.59523517", "0.59523517", "0.59517443", "0.5944051", "0.5944051", "0.5944051", "0.5944051", "0.5944051", "0.5944051", "0.5936581", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.5935693", "0.59344023", "0.58931863", "0.5893143", "0.5872058", "0.5870771", "0.58633447", "0.58599603", "0.58567876", "0.5845315", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823751", "0.5823702", "0.5823702", "0.5823702", "0.5823702", "0.5823702", "0.58229953", "0.5821186", "0.5821139", "0.5818812", "0.5799502", "0.5797374", "0.5777601", "0.57761836", "0.57737017", "0.5761973", "0.57612383", "0.5753657", "0.57518417", "0.5751214", "0.5745936", "0.5743891", "0.57410425", "0.5735392", "0.5732232" ]
0.0
-1
Display a listing of the resource.
public function index() { $data['fishHealts'] = FishHealth::with('projectTank')->get(); return view('admin.fishHealth.fishHealthInfo',$data); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function indexAction()\n {\n $limit = $this->Request()->getParam('limit', 1000);\n $offset = $this->Request()->getParam('start', 0);\n $sort = $this->Request()->getParam('sort', array());\n $filter = $this->Request()->getParam('filter', array());\n\n $result = $this->resource->getList($offset, $limit, $filter, $sort);\n\n $this->View()->assign($result);\n $this->View()->assign('success', true);\n }", "public function listing();", "function index() {\n\t\t$this->show_list();\n\t}", "public function actionList() {\n $this->_getList();\n }", "public function listAction()\n {\n $model = $this->_getPhotoModel();\n $entries = $model->fetchEntries($this->_getParam('page', 1));\n\n $this->view->url = 'http://' . $this->_request->getHttpHost() . $this->_request->getBaseUrl(); \n $this->view->paginator = $entries;\n }", "public function index()\n {\n $items = Item::all();\n return ItemForShowResource::collection($items);\n }", "public function index()\n {\n return Resource::collection(($this->getModel())::paginate(10));\n }", "function index()\n\t{\n\t\t$this->_list();\n\t\t$this->display();\n\t}", "public function listingAction(){\n if (!LoginHelper::isAdmin()){\n Router::redirect('home', '<p class=\"alert alert-danger\">Unauthorized</p>');\n }\n $this->view->render('patient/list', Patient::all());\n }", "public function index()\n {\n //\n $list = $this->obj->all();\n\n return $this->render('index', compact('list'));\n }", "public function action_index()\n\t{\n\t\t$this->template->title = 'Resources';\n\t\t$this->view = View::factory('admin/resource/index');\n\t\t$this->template->scripts[] = 'media/js/jquery.tablesorter.min.js';\n\t\t$this->template->scripts[] = 'media/js/admin/resource.js';\n\t\t\n\t\t$resources = Sprig::factory('resource')->load(NULL, FALSE);\n\t\tif (!empty($resources))\n\t\t{\n\t\t\t$this->view->resources = $resources->as_array();\n\t\t}\n\t}", "function listing()\n\t\t{\n\t\t// en $this->_view->_listado para poder acceder a el desde la vista.\n\t\t\t$this->_view->_listado = $listado = $this->_instrumentoModel->getInstrumento();\n\t\t\t$this->_view->render('listing', '', '',$this->_sidebar_menu);\n\t\t}", "public function listAction()\n {\n $em = $this->getDoctrine()->getManager();\n \n $todos = $em->getRepository(Todo::class)->findAll();\n \n return $this->render('todo/index.html.twig', array(\n 'todos' => $todos,\n ));\n }", "public function index()\n\t{\n $this->authorize('list', Instance::class);\n\n\t\treturn $this->ok($this->repo->paginate($this->request->all()));\n\t}", "public function actionRestList() {\n\t $this->doRestList();\n\t}", "public function listing()\n\t{\n\t\t$hospitalID = $this->request->getSession()->read(\"hospital_id\") ? $this->request->getSession()->read(\"hospital_id\") : \"\";\n\t\t\n\t\t$patientMonitored = 1;\n\t\t$patientActive = 1;\n\t\t\n\t\t//GET ALL PATIENTS\n\t\t$patientsData = $this->Patients->allPatients($hospitalID,$patientMonitored,$patientActive);\n\t\t//GET ALL PATIENTS\n\t\t\n\t\t//echo \"<pre>\"; print_r($patientsData);die;\n\t\t$this->set(compact(\"patientsData\"));\n\t}", "public function listAction()\n {\n $htmlpage = '<!DOCTYPE html>\n<html>\n <head>\n <meta charset=\"UTF-8\">\n <title>todos list!</title>\n </head>\n <body>\n <h1>todos list</h1>\n <p>Here are all your todos:</p>\n <ul>';\n \n $em = $this->getDoctrine()->getManager();\n $todos = $em->getRepository(Todo::class)->findAll();\n foreach($todos as $todo) {\n $htmlpage .= '<li>\n <a href=\"/todo/'.$todo->getid().'\">'.$todo->getTitle().'</a></li>';\n }\n $htmlpage .= '</ul>';\n\n $htmlpage .= '</body></html>';\n \n return new Response(\n $htmlpage,\n Response::HTTP_OK,\n array('content-type' => 'text/html')\n );\n }", "public function index()\n {\n // Get Persons\n $person = Person::paginate(10);\n\n //Return collection of person as a resource\n return PersonResource::collection($person);\n }", "public function listAction() {\n\t\t$this->view->title = $this->translator->translate(\"Invoice list\");\n\t\t$this->view->description = $this->translator->translate(\"Here you can see all the invoices.\");\n\t\t$this->view->buttons = array(array(\"url\" => \"/admin/invoices/new/\", \"label\" => $this->translator->translate('New'), \"params\" => array('css' => null)));\r\n\t\t$this->datagrid->setConfig ( Invoices::grid() )->datagrid ();\n\t}", "public function listAll()\n\t{\n\t\t$this->render(self::PATH_VIEWS . '/list', [\n\t\t\t'pages' => $this->pagesDb->findAll('id', 'DESC'),\n\t\t]);\n\t}", "public function list()\n {\n // récupérer les données : toutes les catégories enregistrées\n $productList = Product::findAll();\n\n $this->show('product/list', [\n 'productList' => $productList\n ]);\n }", "public function index()\n {\n // CRUD -> Retrieve --> List\n // BREAD -> Browse Read Edit Add Delete\n // return Item::all();\n return view('list_items',compact('items'));\n }", "public function index()\n {\n // Get manufacturers\n $manufacturers = Manufacturer::orderBy('created_at', 'desc')->paginate(15);\n\n // Return collection of manufacturers as a resource\n return ManufacturerResource::collection($manufacturers);\n }", "public function index()\n {\n return ArtistResource::collection(Artist::orderBy('created_at', 'desc')->get());\n }", "public function indexAction() {\n\t\t$page = intval($this->getInput('page'));\n\t\t$perpage = $this->perpage;\n\t\t\n\t\tlist(,$files) = Lock_Service_FileType::getAllFileType();\n\t\t$data = array();\n\t\tforeach ($files as $key=>$value) {\n\t\t\t$data[$key]['id'] = $value['id'];\n\t\t\t$data[$key]['title'] = $value['name'];\n\t\t}\n\t\tlist($total, $filetype) = Lock_Service_FileType::getList($page, $perpage);\n\t\t$this->assign('filetype', $filetype);\n\t\t$this->assign('pager', Common::getPages($total, $page, $perpage, $this->actions['listUrl'].'/?'));\n\t\t$this->assign('data', json_encode($data));\n\t}", "public function listAction()\n {\n $qb = $this->getRepository()->queryAll();\n\n $view = new ImportListView;\n $view->imports = $qb->getQuery()->execute();\n\n return $this->templating->renderResponse('InfiniteImportBundle:Import:list.html.twig', array(\n 'data' => $view\n ));\n }", "public function index()\n\t{\n\t\t//Return model all()\n\t\t$instances = $this->decorator->getListingModels();\n\n\t\treturn View::make($this->listingView, array(\n\t\t\t'instances' => $instances,\n\t\t\t'controller' => get_class($this), \n\t\t\t'modelName' => class_basename(get_class($this->decorator->getModel())),\n\t\t\t'columns' => $this->getColumnsForInstances($instances),\n\t\t\t'editable' => $this->editable\n\t\t));\n\t}", "public function index()\n {\n return InfografiResources::collection(\n Infografi::orderBy('date', 'desc')->get()\n );\n }", "public function listAction()\n\t {\n\t\t\t$this->_forward('index');\n \n\t\t}", "public function index()\n {\n $this->list_view();\n }", "public function index()\n {\n $this->list_view();\n }", "public function index()\n {\n $this->list_view();\n }", "public function listAction()\n {\n $defaults = array(\n 'page' => null,\n 'order' => null,\n 'limit' => null,\n 'offset' => null,\n 'filter' => array(),\n );\n $body = $this->getRequest()->getBody();\n $options = $body + $defaults;\n\n // Process the options\n if (is_string($options['order'])) {\n $options['order'] = array_map('trim', explode(',', $options['order']));\n }\n if (is_string($options['page'])) {\n $options['page'] = (int)$options['page'];\n }\n if (is_string($options['limit'])) {\n $options['limit'] = (int)$options['limit'];\n }\n if (is_string($options['offset'])) {\n $options['offset'] = (int)$options['offset'];\n }\n $filter = $options['filter'];\n unset($options['filter']);\n\n $options = array_filter($options);\n\n return $this->getBinding()->find($filter, $options);\n }", "public function index()\n {\n /* Check if logged in user is authorized to make this request */\n $this->authorizeAction();\n\n /* Get the resources from the model */\n $resources = $this->resourcesList($this->model);\n\n /* Sets the view */\n if (view()->exists(\"admin.{$this->name}.index\")) {\n $view = \"admin.{$this->name}.index\";\n } else {\n $view = 'admin.includes.actions.index';\n }\n\n /* Display a listing of the resources */\n return view($view)\n ->with('resources', $resources)\n ->with('module', $this->module);\n }", "public function index()\n\t{\n\t\t$data['lists'] = $this->mdl_student->get_all();\n\t\t$this->template->set('title', 'Student Hostel List');\n\t\t$this->template->load('template', 'contents', 'student_hostel/student_hostel_list', $data);\n\t}", "public function index()\n {\n $modules = Module::all();\n return Resource::collection($modules);\n }", "public function index()\n {\n // List all resources from user entity\n $users = User::all();\n\n return $this->showAll($users);\n }", "public function index()\n {\n // Get todos\n $todos = Todo::orderBy('created_at', 'desc')->paginate(3);\n\n // Return collection of articles as a resource\n return TodoResource::collection($todos);\n }", "public function index()\n {\n return Resources::collection(Checking::paginate());\n }", "public function index()\n {\n return CourseListResource::collection(\n Course::query()->withoutGlobalScope('publish')\n ->latest()->paginate()\n );\n }", "public function index()\n {\n $cars = Car::paginate(15);\n return CarResource::collection($cars);\n }", "public function index()\n {\n // Get articles\n $articles = Article::orderBy('created_at', 'desc')->paginate(5);\n\n // Return collection of articles as a resource\n return ArticleResource::collection($articles);\n }", "public function index()\n {\n $authors = Author::paginate(10);\n\n return AuthorResource::collection($authors);\n }", "public function index()\n {\n //Get Books\n $books = Book::paginate(10);\n \n if ($books) {\n return (BookResource::collection($books))->additional([\n 'status_code' => 200,\n 'status' => 'success',\n ]);\n } else {\n return (BookResource::collection([]))->additional([\n 'status_code' => 200,\n 'status' => 'success',\n ]);\n }\n return view('index')->with('data', $books);\n }", "public function view(){\n\t\t$this->buildListing();\n\t}", "public function index()\n {\n $books = Book::latest()\n ->paginate(20);\n\n return BookResource::collection($books);\n }", "public function index()\n {\n $listing = Listing::orderBy('id', 'desc')->paginate(10);\n return view('listings.index')->withListings($listing);\n }", "public function listAction()\n {\n $this->_getSession()->setFormData([]);\n\n $this->_title($this->__('Training Cms'))\n ->_title($this->__('Pages'));\n\n $this->loadLayout();\n\n $this->_setActiveMenu('training_cms');\n $this->_addBreadcrumb($this->__('Training Cms'), $this->__('Training Cms'));\n $this->_addBreadcrumb($this->__('Pages'), $this->__('Pages'));\n\n $this->renderLayout();\n }", "public function index()\n {\n $services = $this->serviceRepository->paginate();\n\n return ServiceResource::collection($services);\n }", "public function index()\n {\n $resources = ResourceManagement::paginate(5);\n $users = User::get();\n\n return view('resources-mgmt/index', ['resources' => $resources, 'users' => $users]);\n }", "public function index()\n {\n $catalogs = Catalog::where('status', '=', Catalog::PUBLICADO)\n ->orderBy('id', 'DESC')->get();\n \n $data = CatalogResource::collection($catalogs);\n\n return [\n 'items' => $data,\n 'mensaje' => ''\n ];\n }", "public function listAction(){\n // In a controller this can be:\n // $this->request->getQuery('page', 'int'); // GET\n $currentPage = $this->request->getPost('pageindex', 'int'); // POST\n $pageNum = ($currentPage == null) ? 1 : $currentPage;\n\n // The data set to paginate\n $message = new Notice();\n $results = $message->getMsg4Admin();\n\n // Create a Model paginator, show 10 rows by page starting from $currentPage\n $paginator = new PaginatorArray(\n array(\n \"data\" => $results,\n \"limit\" => 10,\n \"page\" => $pageNum\n )\n );\n\n // Get the paginated results\n $page = $paginator->getPaginate();\n\n return $this->response->setJsonContent($page);\n\n }", "public function list()\n {\n try {\n return $this->success($this->service->list());\n } catch (\\Exception $exception) {\n return $this->error($exception->getMessage());\n }\n }", "public function index()\n {\n return $this->sendResponse(CrisisResource::collection(Crisis::paginate(10)), 'Data fetched successfully');\n }", "public function index()\n\t{\n\t\t$%Alias = new %Model();\n\t\t$params = array();\n\t\t\n\t\t$Paginator = new Paginator( $%Alias->findSize( $params ), $this->getLimit(), $this->getPage() );\n\t\t$this->getView()->set( '%Aliass', $%Alias->findList( $params, 'Id desc', $this->getOffset(), $this->getLimit() ) );\n\t\t$this->getView()->set( 'Paginator', $Paginator );\n\t\treturn $this->getView()->render();\n\t}", "public function listAction() {}", "public function index()\n {\n\n return RecipeResource::collection(Recipe::all());\n }", "public function index()\n {\n $this->indexPage('list-product', 'List Product');\n }", "public function listAction()\n {\t\n\t\t$this->removeSession();\n\t\t$this->verifySessionRights();\n\t\t$this->setActivity(\"List view\");\n $em = $this->getDoctrine()->getManager();\n $oRepClient = $em->getRepository('BoAdminBundle:Client');\n\t\t$nb_tc = $oRepClient->getTotal();\n\t\t//get page\n\t\t$page = $this->get('session')->get('page');\n\t\tif($page==null){\n\t\t\t$page=1;\n\t\t\t$this->get('session')->set('page',1);\n\t\t}\n\t\t//get number line per page\n\t\t$nb_cpp = $em->getRepository('BoAdminBundle:Param')->getParam(\"display_list_page_number\",1);\n\t\t$nb_pages = ceil($nb_tc/$nb_cpp);\n\t\t$offset = $page>0?($page-1) * $nb_cpp:0;\n\t\t$clients = $em->getRepository('BoAdminBundle:Client')->findBy(array(),array('id' => 'desc'),$nb_cpp,$offset);\n $form = $this->createForm('Bo\\AdminBundle\\Form\\ClientType', new Client());\n return $this->render('client/index.html.twig', array(\n 'clients' => $clients,\n\t\t\t'page' => $page, // forward current page to view,\n\t\t\t'nb_pages' => $nb_pages, //total number page,\n 'form' => $form->createView(),\n\t\t\t'total'=>$nb_tc, // record number.\n\t\t\t'nb_cpp' => $nb_cpp,// line's number to display\n\t\t\t'pm'=>\"contracts\",\n\t\t\t'sm'=>\"client\",\n ));\n }", "public function index()\n {\n return AcResource::collection(Ac::latest()->paginate()); //\n }", "public function executeList()\n {\n $this->setTemplate('list');\n }", "public function indexAction()\n {\n $books = Book::getAll();\n\n View::renderTemplate('Books/index.html', [\n 'books' => $books\n ]);\n }", "function listing() {\r\n\r\n }", "public function listar() {\n $rs = $this->model->listar();\n\n echo $this->toJson($rs);\n }", "public function index()\n {\n return BookResource::collection(Book::orderby('id')->get());\n }", "public function doRestList()\n {\n $this->outputHelper( \n 'Records Retrieved Successfully', \n $this->getModel()->with($this->nestedRelations)->filter($this->restFilter)->orderBy($this->restSort)->limit($this->restLimit)->offset($this->restOffset)->findAll(),\n $this->getModel()->with($this->nestedRelations)->filter($this->restFilter)->count()\n );\n\t}", "public function index()\n {\n $client = Client::paginate();\n return ClientResource::collection($client);\n }", "public function index()\n {\n return TagResource::collection(\n Tag::orderBy('name', 'ASC')->paginate(request('per_page', 10))\n );\n }", "public function _index(){\n\t $this->_list();\n\t}", "public function index()\n\t{\n\t\t$data['lists'] = $this->gallery_mdl->get_all();\n\t\t$this->template->set('title', 'Gallery');\n\t\t$this->template->render('template', 'list', $data);\n\t}", "function drush_restapi_list() {\n\n $resources = restapi_get_resources();\n $last_module = NULL;\n $rows = [\n [dt('Module'), dt('Path'), dt('Class')],\n ];\n\n foreach($resources as $resource) {\n if ($last_module != $resource->getModule()) {\n $module = $last_module = $resource->getModule();\n }\n else {\n $module = '';\n }\n $rows[] = [$module, $resource->getPath(), $resource->getClass()];\n }\n\n drush_print_table($rows, TRUE);\n drush_log(dt('Displaying !count total resources', [\n '!count' => count($resources),\n ]), 'ok');\n\n}", "public function index()\n {\n $this->booklist();\n }", "public function index()\n {\n //\n $accounts = accounts::paginate(15);\n\n //return the collection of employees as a resource\n return accountResource::collection($accounts);\n\n\n }", "public function index()\n {\n $items = Item::all();\n return view('items::list_items',compact('items'));\n }", "public function index()\n {\n // Get houses\n $houses = House::orderBy('created_at', 'desc')->paginate(self::PAGINATE);\n \n // Return collection of houses\n \n return HouseResource::collection($houses);\n }", "public function index()\n {\n $products = Product::paginate(6);\n return ProductResource::collection($products);\n }", "public function index() {\n $this->template->allFoundItems = Found::showAll();\n $this->template->display( 'index.html.php' );\n }", "public function indexAction() {\n $this->_forward('list');\n }", "public function index()\n {\n $data = Productcategory::paginate(10);\n\t\treturn ProductcategoryResource::Collection($data);\n }", "public function index()\n {\n return SongResource::collection(\\App\\Song::orderBy('created_at', 'desc')->get());\n }", "public function ListView()\n\t{\n\t\t\n\t\t// Requer permissão de acesso\n\t\t$this->RequirePermission(Usuario::$P_ADMIN,\n\t\t\t\t'SecureExample.LoginForm',\n\t\t\t\t'Autentique-se para acessar esta página',\n\t\t\t\t'Você não possui permissão para acessar essa página ou sua sessão expirou');\n\t\t\n\t\t//$usuario = Controller::GetCurrentUser();\n\t\t//$this->Assign('usuario',$usuario);\n\t\t$this->Render();\n\t}", "public function index () {\n permiss ( 'role.list' );\n\n $data = $this->entity\n ->orderBy('created_at', 'desc')->get();\n\n return new ModelResource($data);\n }", "public function showResources()\n {\n $resources = Resource::get();\n return view('resources', compact('resources'));\n }", "public function index()\n {\n //get articless\n $articles = Article::paginate(15);\n\n //Return collection of article has a resource\n return ArticleResource::collection($articles);\n\n }", "public function actionList() {\n header(\"Content-type: application/json\");\n $verb = $_SERVER[\"REQUEST_METHOD\"];\n\n if ($verb === 'GET') {\n echo \"{\\\"data\\\":\" . CJSON::encode(Donneur::model()->findAll()) . \"}\";\n } else if ($verb == 'POST') {\n if (Donneur::model()->exists('id' === $_POST['id'])) {\n $this->actionListUpdate($_POST);\n } else {\n $this->actionListPost();\n }\n } else if ($verb == 'DELETE') {\n $this->actionListDelete();\n }\n }", "public function list()\n {\n return $this->http->request(HttpMethods::GET, $this->endpoint);\n }", "public function indexAction(){\n $data = array(\n 'collection' => $this->model->getCollection(),\n \n ); \t\n return $this->getView($data);\n }", "public function indexAction()\n {\n $em = $this->getDoctrine()->getManager();\n\n $entities = $em->getRepository('DiverPriceLisrBundle:Items')->findAll();\n\n return $this->render('DiverPriceLisrBundle:Items:index.html.twig', array(\n 'entities' => $entities,\n ));\n }", "public function actionIndex()\n {\n $dataProvider = new ActiveDataProvider([\n 'query' => Slaves::find(),\n ]);\n\n return $this->render('index', [\n 'dataProvider' => $dataProvider,\n ]);\n }", "public function listAction() {\n\t\t// Recogemos el repositorio\n\t\t$repository = $this->getDoctrine() ->getRepository('AppBundle:Product');\n\t\n\t\t// Recuperamos todos los productos.\n\t\t$products = $repository->findAll();\n\t\t// Pasamos a la plantilla el aray products\n\t\treturn $this->render('product/listActionProduct.html.twig', array( 'products' => $products));\n\t\n\t}", "public function listAction()\n\t {\n\t\t$model = $this->_getModel();\n\t\t$result = $model->getLayouts();\t\n\t\t$page = (int)($this->_request->getParam('page')); \n\t\tif(count($result) > 0)\n\t\t{ \n\t\t\tGlobals::doPaging($result, $page, $this->view);\n\t\t}\n\t\t\t\t\n\t\t$this->view->page = $page;\n\t }", "public function actionList()\n {\n // get model\n $model = new $this->_model('search');\n $model->unsetAttributes();\n\n // set filter\n if (isset($_GET[$this->_model])) {\n $model->attributes = $_GET[$this->_model];\n }\n $model->u_cms_album_id = $_GET['album'];\n\n // search\n $dataProvider = $model->search(Yii::app()->language);\n // sort\n $sort = $dataProvider->getSort();\n // route\n $sort->route = $this->id . '/list';\n\n // pagination parameters\n $pagination = $dataProvider->getPagination();\n $pagination->route = $this->id . '/list';\n $pagination->pageSize = UInterfaceSetting::model()->getSettings($this->id . ':' . $this->module->id, Yii::app()->user->id)->page_size;\n $pagination->itemCount = $dataProvider->totalItemCount;\n\n // datas\n $datas = $dataProvider->getData();\n\n // related datas\n $relatedDatas = $this->_loadRelatedData();\n\n // template\n $template = isset($_REQUEST['partial']) ? 'list/_table' : 'list/main';\n\n $jsonParams = array();\n if (Yii::app()->request->isAjaxRequest) {\n // filters\n $filtersDatas = array();\n if (isset($_GET[$this->_model])) {\n $filtersDatas[$this->_model] = $_GET[$this->_model];\n }\n if (isset($_GET[$sort->sortVar])) {\n $filtersDatas[$sort->sortVar] = $_GET[$sort->sortVar];\n }\n\n $jsonParams = array(\n 'filters' => http_build_query($filtersDatas)\n );\n }\n\n $this->dynamicRender(\n $template,\n array(\n 'dataView' => new $this->crudComponents['listDataView'](\n $datas, $relatedDatas, $model, $sort, $pagination, $this\n )\n ),\n $jsonParams\n );\n }", "public function index()\n {\n return view('listings.index')->with('listings', Listing::all());\n }", "public function get_index()\n\t{\n\t\t$pages = Page::recent_available()->paginate(30);\n\t\t$table = Cello\\Presenter\\Page::table($pages);\n\t\t$data = array(\n\t\t\t'eloquent' => $pages,\n\t\t\t'table' => $table,\n\t\t);\n\n\t\tSite::set('title', __('cello::title.pages.list'));\n\n\t\treturn View::make('cello::api.resources.index', $data);\n\t}", "public function index()\n {\n return ProductResource::collection(Product::latest()->paginate(10));\n }", "public function index()\n {\n $category = GalleryCategory::paginate(15);\n\n // return collection of category as a resource.\n return Resource::collection($category);\n }", "public function index()\n {\n //\n $news = News::latest()->paginate(18);\n\n return NewsResource::collection($news);\n }", "public function indexAction() {\n\t\t$list_info = Zend_Registry::get('list_info');\n if (!Engine_Api::_()->core()->hasSubject('list_listing')) {\n return $this->setNoRender();\n }\n \n $this->view->expiry_setting = Engine_Api::_()->list()->expirySettings();\n\n //GET SUBJECT\n $this->view->list = $list = Engine_Api::_()->core()->getSubject('list_listing');\n\n\t\t//GET CATEGORY TABLE\n\t\t$this->view->tableCategory = Engine_Api::_()->getDbTable('categories', 'list');\n\n //GET CATEGORIES NAME\n\t\t$this->view->category_name = $this->view->subcategory_name = $this->view->subsubcategory_name = '';\n\n\t\tif(!empty($list->category_id)) {\n\t\t\tif($this->view->tableCategory->getCategory($list->category_id))\n\t\t\t$this->view->category_name = $this->view->tableCategory->getCategory($list->category_id)->category_name;\n\n\t\t\tif(!empty($list->subcategory_id)) {\n\t\t\t\tif($this->view->tableCategory->getCategory($list->subcategory_id))\n\t\t\t\t$this->view->subcategory_name = $this->view->tableCategory->getCategory($list->subcategory_id)->category_name;\n\n\t\t\t\tif(!empty($list->subsubcategory_id)) {\n\t\t\t\t\tif($this->view->tableCategory->getCategory($list->subsubcategory_id))\n\t\t\t\t\t$this->view->subsubcategory_name = $this->view->tableCategory->getCategory($list->subsubcategory_id)->category_name;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n //GET LISTING TAGS\n $this->view->listTags = $list->tags()->getTagMaps();\n\n\t\t//GET OTHER DETAILS\n\t\t$this->view->list_description = Zend_Registry::get('list_descriptions');\n $this->view->addHelperPath(APPLICATION_PATH . '/application/modules/Fields/View/Helper', 'Fields_View_Helper');\n $this->view->fieldStructure = Engine_Api::_()->fields()->getFieldsStructurePartial($list);\n\t\tif(empty($list_info)){ return $this->setNoRender(); }\n }", "public function index()\n {\n return $this->service->fetchResources(Author::class, 'authors');\n }", "public function index()\n {\n return view('admin.resources.index');\n }", "public function doRestList() {\n\t\t$this->outputHelper ( 'Collections Retrieved Successfully', $this->getModel ()->with ( $this->nestedRelations )->filter ( $this->restFilter )->orderBy ( $this->restSort )->limit ( $this->restLimit )->offset ( $this->restOffset )->findAll (), $this->getModel ()->with ( $this->nestedRelations )->filter ( $this->restFilter )->count () );\n\t}" ]
[ "0.7446777", "0.736227", "0.73005503", "0.72478926", "0.71631265", "0.71489686", "0.7131636", "0.7105969", "0.71029514", "0.7101372", "0.70508176", "0.6995128", "0.69890636", "0.6934895", "0.6900203", "0.6899281", "0.6891734", "0.6887235", "0.68670005", "0.6849741", "0.6830523", "0.6802689", "0.6797", "0.67957735", "0.67871135", "0.6760129", "0.67427456", "0.6730486", "0.67272323", "0.67255723", "0.67255723", "0.67255723", "0.67177945", "0.6707866", "0.6706713", "0.6704375", "0.6664782", "0.6662871", "0.6660302", "0.6659404", "0.6656656", "0.6653517", "0.6647965", "0.6620322", "0.66185474", "0.6618499", "0.6606105", "0.6600617", "0.65996987", "0.6594775", "0.6587389", "0.6585109", "0.6581641", "0.6581017", "0.6577157", "0.65747666", "0.6572513", "0.65721947", "0.6570553", "0.65646994", "0.6563556", "0.6554194", "0.65529937", "0.65460825", "0.65368485", "0.653429", "0.65328294", "0.6526759", "0.6526695", "0.6526284", "0.65191334", "0.65183175", "0.65174305", "0.651703", "0.65141153", "0.6507088", "0.65061647", "0.6504046", "0.64942145", "0.6491893", "0.64883405", "0.6486392", "0.6485077", "0.64846045", "0.6478858", "0.64756656", "0.64726377", "0.6471126", "0.64701074", "0.6467418", "0.6462195", "0.64618355", "0.6459199", "0.6457831", "0.6454631", "0.64533997", "0.6451915", "0.6450861", "0.6449301", "0.64492667", "0.64469045" ]
0.0
-1
Show the form for creating a new resource.
public function create() { $data['projectTanks'] = ProjectTank::with('project')->with('tank')->get(); return view('admin.fishHealth.addFishHealth',$data); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function create()\n {\n return $this->showForm('create');\n }", "public function create()\n {\n return $this->showForm('create');\n }", "public function create()\n {\n return view('admin.resources.create');\n }", "public function create(){\n\n return view('resource.create');\n }", "public function create()\n\t{\n\t\treturn $this->showForm('create');\n\t}", "public function create()\n {\n return \"Display a form for creating a new catalogue\";\n }", "public function newAction()\n {\n $entity = new Resource();\n $current = $this->get('security.context')->getToken()->getUser();\n $entity->setMember($current);\n $form = $this->createCreateForm($entity);\n\n return array(\n 'nav_active'=>'admin_resource',\n 'entity' => $entity,\n 'form' => $form->createView(),\n );\n }", "public function create()\n {\n return view ('forms.create');\n }", "public function create ()\n {\n return view('forms.create');\n }", "public function create()\n\t{\n\t\treturn view('faith.form');\n\t}", "public function create(NebulaResource $resource): View\n {\n $this->authorize('create', $resource->model());\n\n return view('nebula::resources.create', [\n 'resource' => $resource,\n ]);\n }", "public function create()\n {\n return view(\"request_form.form\");\n }", "public function create()\n {\n /* Check if logged in user is authorized to make this request */\n $this->authorizeAction();\n\n /* Sets the view */\n if (view()->exists(\"admin.{$this->name}.create\")) {\n $view = \"admin.{$this->name}.create\";\n } else {\n $view = 'admin.includes.actions.create';\n }\n\n /* Show the form for creating a new resource. */\n return view($view)\n ->with('name', $this->name);\n }", "public function newAction()\n\t{\n\t\t$this->render( View::make( 'schools/form' , array(\n\t\t\t'title' => 'Ajouter une nouvelle &eacute;cole'\n\t\t) ) );\n\t}", "public function create()\n {\n return view($this->forms . '.create');\n }", "public function create()\n {\n return view('restful.add');\n }", "public function create()\n {\n $resource = (new AclResource())->AclResource;\n\n //dd($resource);\n return view('Admin.acl.role.form', [\n 'resource' => $resource\n ]);\n }", "public function create()\n {\n return view('admin.createform');\n }", "public function create()\n {\n return view('admin.forms.create');\n }", "public function create()\n {\n return view('backend.student.form');\n }", "public function newAction()\n {\n $breadcrumbs = $this->get(\"white_october_breadcrumbs\");\n $breadcrumbs->addItem('Inicio', $this->get('router')->generate('admin.homepage'));\n $breadcrumbs->addItem($this->entityDescription, $this->get(\"router\")->generate(\"admin.$this->entityName.index\"));\n $breadcrumbs->addItem('Nuevo');\n\n $entity = $this->getManager()->create();\n $form = $this->getForm($entity);\n\n return $this->render('AdminBundle:Default:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n 'metadata' => $this->getMetadata()\n ));\n }", "public function create()\n {\n return view('client.form');\n }", "public function create()\n {\n // Nos regresa la vista del formulario\n return view('project.form');\n }", "public function create()\n {\n return view('Form');\n }", "public function newAction(){\n \n $entity = new Resourceperson();\n $form = $this->createAddForm($entity);\n\n \n return $this->render('ABCRspBundle:rsp:add.html.twig',array('entity'=>$entity,'form'=> $form->createView()));\n }", "public function createForm()\n\t{\n\t\treturn view('post.new');\n\t}", "public function create()\n {\n return view('admin.form.create', ['form' => new Form]);\n }", "public function create()\n {\n return view('form');\n }", "public function create()\n {\n return view('form');\n }", "public function create()\n {\n return view('form');\n }", "public function create()\n {\n $title = $this->title;\n $subtitle = \"Adicionar cliente\";\n\n return view('admin.clients.form', compact('title', 'subtitle'));\n }", "public function create()\n {\n return view('backend.schoolboard.addform');\n }", "public function create()\n\t{\n\t\treturn view('info.forms.createInfo');\n\t}", "public function create()\n {\n //\n return view('form');\n }", "public function create()\n {\n return view('rests.create');\n }", "public function create()\n {\n return $this->showForm();\n }", "public function create()\n {\n return $this->showForm();\n }", "public function create()\n {\n return view(\"Add\");\n }", "public function create(){\n return view('form.create');\n }", "public function create()\n {\n // Show the page\n return view('admin.producer.create_edit');\n }", "public function create()\n {\n\n return view('control panel.student.add');\n\n }", "public function newAction() {\n\t\t\n\t\t$this->view->form = $this->getForm ( \"/admin/invoices/process\" );\n\t\t$this->view->title = $this->translator->translate(\"New Invoice\");\n\t\t$this->view->description = $this->translator->translate(\"Create a new invoice using this form.\");\n\t\t$this->view->buttons = array(array(\"url\" => \"#\", \"label\" => $this->translator->translate('Save'), \"params\" => array('css' => null,'id' => 'submit')),\r\n\t\t\t\t\t\t\t array(\"url\" => \"/admin/invoices/list\", \"label\" => $this->translator->translate('List'), \"params\" => array('css' => null)));\n\t\t$this->render ( 'applicantform' );\n\t}", "public function create()\n {\n $data['action'] = 'pengiriman.store';\n return view('pengiriman.form', $data);\n }", "public function create()\n {\n return $this->cView(\"form\");\n }", "public function newAction()\n {\n // Création de l'entité et du formulaire.\n $client = new Client();\n $formulaire = $this->createForm(new ClientType(), $client);\n \n \n \n // Génération de la vue.\n return $this->render('KemistraMainBundle:Client:new.html.twig',\n array('formulaire' => $formulaire->createView()));\n }", "public function create()\n {\n return view(\"dresses.form\");\n }", "public function create()\n\t{\n\t\treturn View::make('new_entry');\n\t}", "public function createAction()\n {\n// $this->view->form = $form;\n }", "public function create()\n {\n return view('bank_account.form', ['mode' => 'create']);\n }", "public function create()\n {\n return view('fish.form');\n }", "public function create()\n {\n return view('users.forms.create');\n }", "public function create()\n {\n $this->setFormFields($this->getCreateFormFields());\n $form = $this->getCreateForm();\n\n return view($this->getViewName('create'), [\n 'crudSlug' => $this->slug,\n 'form' => $form,\n ]);\n }", "public function create()\n\t{\n\t\treturn view('admin.estadoflete.new');\n\t}", "public function create()\n {\n $person = new Person;\n return view('contents.personform')->with(compact('person') );\n }", "public function createAction(){\n \t$this->view->placeholder('title')->set('Create');\n \t$this->_forward('form');\n }", "public function create()\n {\n Gate::authorize('app.products.create');\n\n return view('backend.products.form');\n }", "public function create()\n {\n return view('essentials::create');\n }", "public function create()\n {\n return view('student.add');\n }", "public function create()\n\t{\n\t\treturn view('loisier/create');\n\t}", "public function create()\n {\n return view('url.form');\n }", "public function newAction()\n {\n $entity = new Facture();\n $factureType = new FactureType();\n\t\t$factureType->setUser($this->get('security.context')->getToken()->getUser());\n $form = $this->createForm($factureType, $entity);\n\n return $this->render('chevPensionBundle:Facture:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n ));\n }", "public function newAction()\n {\n $entity = new Chofer();\n $form = $this->createForm(new ChoferType(), $entity, ['user' => $this->getUser()]);\n\n return $this->render('ChoferesBundle:Chofer:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n 'css_active' => 'chofer',\n ));\n }", "public function create()\n\t{\n\t\treturn View::make('crebos.create');\n\t}", "public function create() : View\n {\n $fieldset = $this->menuFieldset();\n\n return $this->view('create', [\n 'title' => trans('addons.Aardwolf::titles.create'),\n 'data' => [],\n 'fieldset' => $fieldset->toPublishArray(),\n 'suggestions' => [],\n 'submitUrl' => route('aardwolf.postCreate')\n ]);\n }", "public function create()\n {\n return view('libro.create');\n }", "public function create()\n {\n return view('libro.create');\n }", "public function newAction()\n {\n $entity = new Species();\n $form = $this->createForm(new SpeciesType(), $entity);\n\n return $this->render('InfectBackendBundle:Species:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n ));\n }", "public function create()\n {\n return view('crud/add'); }", "public function create()\n\t{\n\t\treturn View::make('supplier.create');\n\t}", "public function newAction()\n {\n $entity = new Company();\n $form = $this->createForm(new CompanyType(), $entity);\n\n return $this->render('SiteSavalizeBundle:Company:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n ));\n }", "public function create()\n {\n return view(\"List.form\");\n }", "public function index_onCreateForm()\n\t{\n\t\tparent::create();\n\t\treturn $this->makePartial('create');\n\t}", "public function create()\n {\n //load create form\n return view('products.create');\n }", "public function create()\n {\n return view('article.addform');\n }", "public function create()\n {\n // Mengarahkan ke halaman form\n return view('buku.form');\n }", "public function create()\n\t{\n\t\t// load the create form (app/views/material/create.blade.php)\n\t\t$this->layout->content = View::make('material.create');\n\t}", "public function create()\n {\n return view('saldo.form');\n }", "public function create()\n\t\t{\n\t\t\treturn view('kuesioner.create');\n\t\t}", "public function view_create_questioner_form() {\n \t// show all questioner\n \t// send questioner to form\n \treturn view(\"create_questioner\");\n }", "public function newAction() {\n $entity = new Question();\n $form = $this->createCreateForm($entity);\n\n return $this->render('CdlrcodeBundle:Question:new.html.twig', array(\n 'entity' => $entity,\n 'form' => $form->createView(),\n ));\n }", "public function create()\n {\n $data['companies'] = Company::select('id', 'name')->where('status', 1)->orderBy('id', 'desc')->get();\n return view('admin.outlet.outlet_form', $data);\n }", "public function create()\n {\n return view('admin.inverty.add');\n }", "public function create()\n {\n return view('Libro.create');\n }", "public function create()\n {\n $title = trans('entry_mode.new');\n return view('layouts.create', compact('title'));\n }", "public function create()\n {\n $breadcrumb='car.create';\n return view('admin.partials.cars.form', compact('breadcrumb'));\n }", "public function create()\n {\n return view(\"familiasPrograma.create\");\n }", "public function create()\n {\n return view('admin.car.create');\n }", "public function create()\n {\n return view('admin.car.create');\n }", "public function create()\n\t{\n\t\treturn View::make('perusahaans.create');\n\t}", "public function create()\n {\n return view(\"create\");\n }", "public function create()\n\t{\n //echo 'show form';\n\t\treturn View::make('gaans.create');\n\t}", "public function create()\n {\n $title = trans('dormitorybed.new');\n $this->generateParams();\n\n return view('layouts.create', compact('title'));\n }", "public function create()\n {\n return view('forming');\n }", "public function formNew() {\n $this->data->options = array(\n 'RJ' => 'Rio de Janeiro',\n 'MG' => 'Minas Gerais',\n 'SP' => 'São Paulo',\n 'ES' => 'Espírito Santo',\n 'BA' => 'Bahia',\n 'RS' => 'Rio Grande do Sul'\n );\n $this->data->action = \"@exemplos/pessoa/save\";\n $this->render();\n }", "public function create()\n {\n \t\n \treturn view('supplies.create');\n\n }", "public function createAction()\n {\n if ($form = $this->processForm()) {\n $this->setPageTitle(sprintf($this->_('New %s...'), $this->getTopic()));\n $this->html[] = $form;\n }\n }", "public function create()\n {\n $page_title = \"Add New\";\n return view($this->path.'create', compact('page_title'));\n }", "public function create()\n {\n // not sure what to do with the form since im\n // using ame partial for both create and edit\n return view('plants.create')->with('plant', new Plant);\n }", "public function create() {\n\t\t$title = 'Create | Show';\n\n\t\treturn view('admin.show.create', compact('title'));\n\t}", "public function create()\n {\n return view('student::students.student.create');\n }", "public function newAction(){\n\t\t$entity = new Reserva();\n\t\t$form = $this->createCreateForm($entity);\n\n\t\treturn $this->render('LIHotelBundle:Reserva:new.html.twig', array(\n\t\t\t'entity' => $entity,\n\t\t\t'form' => $form->createView(),\n\t\t));\n\t}" ]
[ "0.75948673", "0.75948673", "0.75863165", "0.7577412", "0.75727344", "0.7500887", "0.7434847", "0.7433956", "0.73892003", "0.73531085", "0.73364776", "0.73125", "0.7296102", "0.7281891", "0.72741455", "0.72424185", "0.7229325", "0.7226713", "0.7187349", "0.7179176", "0.7174283", "0.7150356", "0.71444064", "0.71442676", "0.713498", "0.71283126", "0.7123691", "0.71158516", "0.71158516", "0.71158516", "0.7112176", "0.7094388", "0.7085711", "0.708025", "0.70800644", "0.70571953", "0.70571953", "0.70556754", "0.70396435", "0.7039549", "0.7036275", "0.703468", "0.70305896", "0.7027638", "0.70265305", "0.70199823", "0.7018007", "0.7004984", "0.7003889", "0.7000935", "0.69973785", "0.6994679", "0.6993764", "0.6989918", "0.6986989", "0.6966502", "0.69656384", "0.69564354", "0.69518244", "0.6951109", "0.6947306", "0.69444615", "0.69423944", "0.6941156", "0.6937871", "0.6937871", "0.6936686", "0.69345254", "0.69318026", "0.692827", "0.69263744", "0.69242257", "0.6918349", "0.6915889", "0.6912884", "0.691146", "0.69103104", "0.69085974", "0.69040126", "0.69014287", "0.69012105", "0.6900397", "0.68951064", "0.6893521", "0.68932164", "0.6891899", "0.6891616", "0.6891616", "0.6889246", "0.68880934", "0.6887128", "0.6884732", "0.68822503", "0.68809193", "0.6875949", "0.68739206", "0.68739134", "0.6870358", "0.6869779", "0.68696856", "0.686877" ]
0.0
-1
Store a newly created resource in storage.
public function store(Request $request) { $request->validate([ 'date' => 'required', 'project_tank_id' => 'required', 'fish_amount' => 'required', 'weight' => 'required', ]); $fishHealth = new FishHealth(); $fishHealth->date = $request->date; $fishHealth->project_tank_id = $request->project_tank_id; $fishHealth->fish_amount = $request->fish_amount; $fishHealth->weight = $request->weight; $fishHealth->save(); return redirect()->route('fishHealth.index'); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function store($data, Resource $resource);", "public function store()\n {\n /* Check if logged in user is authorized to make this request */\n $this->authorizeAction();\n\n if (method_exists($this, 'storeValidations')) {\n $this->request->validate($this->storeValidations());\n }\n\n /* Create a new resource */\n $resource = $this->model::create(Input::all());\n\n /* Redirect to newly created resource page */\n return redirect()\n ->route($this->name . '.edit', $resource->id)\n ->with(\n 'success',\n Lang::has($this->name . '.resource-created') ?\n $this->name . '.resource-created' :\n 'messages.alert.resource-created'\n );\n }", "public function store(CreateStorageRequest $request)\n {\n $this->storage->create($request->all());\n\n return redirect()->route('admin.product.storage.index')\n ->withSuccess(trans('core::core.messages.resource created', ['name' => trans('product::storages.title.storages')]));\n }", "public function createStorage();", "public function store(StoreStorage $request)\n {\n $storage = Storage::create($request->all());\n $request->session()->flash('alert-success', 'Запись успешно добавлена!');\n return redirect()->route('storage.index');\n }", "public function saveShopifyResource() {\n if (is_null($this->getShopifyId())) { // if there is no id...\n $this->createShopifyResource(); // create a new resource\n } else { // if there is an id...\n $this->updateShopifyResource(); // update the resource\n }\n }", "public function store(Request $request, NebulaResource $resource): RedirectResponse\n {\n $this->authorize('create', $resource->model());\n\n $validated = $request->validate($resource->rules(\n $resource->createFields()\n ));\n\n $resource->storeQuery($resource->model(), $validated);\n\n $this->toast(__(':Resource created', [\n 'resource' => $resource->singularName(),\n ]));\n\n return redirect()->back();\n }", "function storeAndNew() {\n $this->store();\n }", "public function store(Request $request)\n {\n $currentUser = JWTAuth::parseToken()->authenticate();\n $validator = Validator::make($request->all(), [\n 'content' => 'required|string',\n 'image_link' => 'sometimes|url',\n ]);\n\n if ($validator->fails()) {\n return APIHandler::response(0, $validator->errors(), [], 400);\n }\n\n $resource = new Resource;\n $resource->user_id = $currentUser['id'];\n $resource->title = $request->get('title');\n $resource->content = $request->get('content');\n $resource->image_link = $request->get('imageLink');\n $resource->video_link = $request->get('videoLink');\n $resource->file_link = $request->get('fileLink');\n $resource->audio_link = $request->get('audioLink');\n $resource->tags = collect($request->get('tags'))->implode('text', ',');\n $resource->is_public = 0;\n $resource->save();\n $data['resource'] = $resource;\n\n if ($request->get('programId')) {\n $this->addToProgram($resource, $request->programId);\n // event(new NewLearningPathResourcePublished($resource, $invitee));\n }\n\n User::find($currentUser['id'])->increment('points', 2);\n\n return APIHandler::response(1, \"New resource has been created\", $data, 201);\n }", "public function store()\n {\n if (!$this->id) { // Insert\n $this->insertObject();\n } else { // Update\n $this->updateObject();\n }\n }", "public function store()\n\t{\n\t\t\n\t\t//\n\t}", "public function store()\r\n\t{\r\n\t\t//\r\n\t}", "public function store()\r\n\t{\r\n\t\t//\r\n\t}", "public function store()\r\n\t{\r\n\t\t//\r\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}", "public function store()\n\t{\n\t\t//\n\t}" ]
[ "0.72865677", "0.7145327", "0.71325725", "0.6640912", "0.66209733", "0.65685713", "0.652643", "0.65095705", "0.64490104", "0.637569", "0.63736665", "0.63657933", "0.63657933", "0.63657933", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437", "0.6342437" ]
0.0
-1
Display the specified resource.
public function show(FishHealth $fishHealth) { // }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public function show(Resource $resource)\n {\n // not available for now\n }", "public function show(Resource $resource)\n {\n //\n }", "function Display($resource_name, $cache_id = null, $compile_id = null)\n {\n $this->_smarty->display($resource_name, $cache_id, $compile_id);\n }", "private function showResourceable($resourceable)\n {\n save_resource_url();\n\n return $this->view('resources.create_edit')\n ->with('resource', $resourceable)\n ->with('photos', $resourceable->photos)\n ->with('videos', $resourceable->videos)\n ->with('documents', $resourceable->documents);\n }", "function display($resource_name, $cache_id = null, $compile_id = null) {\n\t\t$this->_getResourceInfo($resource_name); // Saves resource info to a Smarty class var for debugging\n\t\t$_t3_fetch_result = $this->fetch($resource_name, tx_smarty_div::getCacheID($cache_id), $compile_id);\n if ($this->debugging) { // Debugging will have been evaluated in fetch\n require_once(SMARTY_CORE_DIR . 'core.display_debug_console.php');\n $_t3_fetch_result .= smarty_core_display_debug_console(array(), $this);\n }\n\t\treturn $_t3_fetch_result;\n\t}", "public function show(ResourceSubject $resourceSubject)\n {\n //\n }", "public function show(ResourceManagement $resourcesManagement)\n {\n //\n }", "public function viewEditResources()\n {\n $database = new Database();\n $id = $this->_params['id'];\n\n $resource = $database->getResourceById($id);\n\n $availableResource = new Resource($resource['ResourceID'], $resource['ResourceName'], $resource['Description']\n , $resource['ContactName'] , $resource['ContactEmail'] , $resource['ContactPhone'] ,\n $resource['Link'], $resource['active']);\n $this->_f3->set('Resource', $availableResource);\n\n echo Template::instance()->render('view/include/head.php');\n echo Template::instance()->render('view/include/top-nav.php');\n echo Template::instance()->render('view/edit-resources.php');\n echo Template::instance()->render('view/include/footer.php');\n }", "public function retrieve(Resource $resource);", "public function showResource($resouceable, $id)\n {\n $model_name = str_replace('-', ' ',ucwords($resouceable));\n $model_name = str_replace(' ', '',ucwords($model_name));\n\n $resource_type = 'App\\Models\\\\'.$model_name;\n $model = app($resource_type);\n $model = $model->find($id);\n\n return $this->showResourceable($model);\n }", "public function showAction(Ressource $ressource)\n {\n $deleteForm = $this->createDeleteForm($ressource);\n\n return $this->render('ressource/show.html.twig', array(\n 'ressource' => $ressource,\n 'delete_form' => $deleteForm->createView(),\n ));\n }", "public function show(Dispenser $dispenser)\n {\n //\n }", "public function show($id)\n {\n $resource = Resource::find($id);\n dd($resource);\n }", "public function displayAction() {\n\t\tif(is_numeric($this->req_id)) {\n\t\t\tAPI::DEBUG(\"[DefaultController::displayAction()] Getting \" . $this->req_id, 1);\n\t\t\t$this->_view->data['info'] = $this->_model->get($this->req_id);\n\t\t\t$this->_view->data['action'] = 'edit';\n\n\t\t} else {\n\t\t\t$this->_view->data['action'] = 'new';\n\t\t}\n\t\t// auto call the hooks for this module/action\n\t\terror_log(\"Should Call: \" . $this->module .\"/\".$this->action.\"/\".\"controller.php\");\n\t\tAPI::callHooks($this->module, $this->action, 'controller', $this);\n\n\t\t$this->addModuleTemplate($this->module, 'display');\n\n\t}", "public function show(NebulaResource $resource, $item): View\n {\n $this->authorize('view', $item);\n\n return view('nebula::resources.show', [\n 'resource' => $resource,\n 'item' => $item,\n ]);\n }", "public function resource(string $resource, string $controller): void\n {\n $base = $this->plural($resource);\n $entity = '/{'.$resource.'}';\n\n $this->app->get($base, $controller.'@index');\n $this->app->post($base, $controller.'@store');\n $this->app->get($base.$entity, $controller.'@show');\n $this->app->patch($base.$entity, $controller.'@update');\n $this->app->delete($base.$entity, $controller.'@destroy');\n }", "function displayCustom($resource_name, $cache_id = null, $compile_id = null)\n\t{\n\t return $this->display(DotbAutoLoader::existingCustomOne($resource_name), $cache_id, $compile_id);\n\t}", "public function show($id)\n {\n /* Check if logged in user is authorized to make this request */\n $this->authorizeAction();\n\n /* Get the specified resource */\n $resource = $this->model::findOrFail($id);\n\n /* Sets the view */\n if (view()->exists(\"admin.{$this->name}.show\")) {\n $view = \"admin.{$this->name}.show\";\n } else {\n $view = 'admin.includes.actions.show';\n }\n\n /* Displays the specified resource page */\n return view($view)\n ->with('resource', $resource)\n ->with('name', $this->name);\n }", "public function show($id)\n {\n $currentUser = JWTAuth::parseToken()->authenticate();\n $rules = [\n 'id' => 'required|integer'\n ];\n\n $validator = Validator::make(['id' => $id], $rules);\n if ($validator->fails()) {\n return APIHandler::response(0, $validator->errors(), 400);\n }\n $resource = $this->resourceRepository->fetchResource($id);\n $this->resourceRepository->storeView($id, $currentUser['id']);\n\n $data = [\n 'resource' => $resource,\n 'related_resources' => $this->resourceRepository->getResourcesRelatedTo($resource->id, $resource->mentoring_area_id)\n ];\n\n return APIHandler::response(1, \"Show Resource\", $data);\n }", "public function get(Resource $resource);", "public function showAction()\n {\n $model = $this->_getPhotoModel();\n $photo = $model->fetchEntry($this->getRequest()->getParam('id'));\n\n if (null === $photo) {\n return $this->_forward('notfound', 'error');\n }\n\n $this->view->auth = Zend_Auth::getInstance();\n $this->view->title = $photo->title;\n $this->view->photo = $photo;\n }", "public function show($id)\n {\n //\n $data=Resource::find($id);\n return view('resourceDetails',compact('data'));\n }", "function display() {\n\t\t$view = &$this->getView();\n\t\t$view->display();\n\t}", "public function show(ShowResourceRequest $request, $id)\n {\n // TODO: Implement show() method.\n }", "function show( $resource ){\n\n $where = \"reservation_status <> 'Pending' AND id = {$resource}\";\n $reservation = where( 'reservations', $where );\n $reservation = $reservation[0];\n\n return view('admin/reservation/preview_reservation', compact( 'reservation' ));\n}", "public function show()\n {\n if ($this->twig !== false) {\n $this->twigDefaultContext();\n if ($this->controller) {\n $this->controller->display($this->data);\n }\n echo $this->twig->render($this->twig_template, $this->data);\n } else {\n $filename = $this->findTemplatePath($this->template);\n require($filename);\n }\n }", "public function edit(Resource $resource)\n {\n //\n }", "public function show(rc $rc)\n {\n //\n }", "public function show(Resolucion $resolucion)\n {\n //\n }", "public function showAction(furTexture $furTexture)\n {\n\n return $this->render('furtexture/show.html.twig', array(\n 'furTexture' => $furTexture,\n ));\n }", "public function show()\n\t{\n\t\t//\n\t}", "public function show()\n\t{\n\t\t//\n\t}", "public function show()\n\t{\n\t\t//\n\t}", "public function show(Resena $resena)\n {\n }", "public function edit(Resource $resource)\n {\n return view('admin.resources.edit', compact('resource'));\n }", "public function showAction() {\n $docId = $this->getParam('id');\n\n // TODO verify parameter\n\n $document = new Opus_Document($docId);\n\n $this->_helper->layout()->disableLayout();\n\n $this->view->doc = $document;\n $this->view->document = new Application_Util_DocumentAdapter($this->view, $document);\n }", "public function action_display()\r\n\t{\r\n\t\t$event = ORM::factory('event', array('id' => $this->request->param('id')));\r\n\t\r\n\t\tif ( ! $event->loaded())\r\n\t\t{\r\n\t\t\tNotices::error('event.view.not_found');\r\n\t\t\t$this->request->redirect(Route::url('event'));\r\n\t\t}\r\n\t\t\r\n\t\t// Can user view this event?\r\n\t\tif ( ! $this->user->can('event_view', array('event' => $event)))\r\n\t\t{\r\n\t\t\t// Error notification\r\n\t\t\tNotices::error('event.view.not_allowed');\r\n\t\t\t$this->request->redirect(Route::url('event'));\r\n\t\t}\r\n\t\t\r\n\t\t// Pass event data to the view class\r\n\t\t$this->view->event_data = $event;\r\n\t\t$this->view->user = $this->user;\r\n\t}", "public function execute()\n {\n // HTTP Request Get\n if ($this->type == \"resource\") {\n $action = $this->getResourceAction();\n switch ($action) {\n case \"show\":\n $this->show();\n break;\n case \"create\":\n $this->create();\n break;\n case \"edit\":\n $this->edit();\n break;\n case \"destroy\":\n $this->destroy();\n break;\n default:\n echo $this->render();\n break;\n }\n } else {\n $action = $this->Request->action;\n switch ($action) {\n case \"show\":\n $this->show();\n break;\n case \"create\":\n $this->create();\n break;\n case \"edit\":\n $this->edit();\n break;\n case \"destroy\":\n $this->destroy();\n break;\n default:\n echo $this->render();\n break;\n }\n }\n }", "public function show(Resident $resident)\n {\n $this->authorize('admin.resident.show', $resident);\n\n // TODO your code goes here\n }", "public function display()\n {\n echo $this->getDisplay();\n $this->isDisplayed(true);\n }", "public function display()\n\t{\n\t\tparent::display();\n\t}", "public function get_resource();", "public function show()\n\t{\n\t\t\n\t}", "function display() {\n\n\t\t// Check authorization, abort if negative\n\t\t$this->isAuthorized() or $this->abortUnauthorized();\n\n\t\t// Get the view\n\t\t$view = $this->getDefaultView();\n\n\t\tif ($view == NULL) {\n\t\t\tthrow new Exception('Display task called, but there is no view assigned to that controller. Check method getDefaultView.');\n\t\t}\n\n\t\t$view->listing = true;\n\n\t\t// Wrap the output of the views depending on the way the stuff should be shown\n\t\t$this->wrapViewAndDisplay($view);\n\n\t}", "public function viewResources()\n {\n $database = new Database();\n\n $resources = $database->getAllActiveResourcesNoLimit();\n\n\n $resourceArray = array();\n $i = 1;\n\n foreach ($resources as $resource) {\n $availableResource = new Resource($resource['ResourceID'], $resource['ResourceName'], $resource['Description']\n , $resource['ContactName'] , $resource['ContactEmail'] , $resource['ContactPhone'] ,\n $resource['Link'], $resource['active']);\n array_push($resourceArray, $availableResource);\n $i += 1;\n }\n $resourceSize = sizeof($resourceArray);\n $this->_f3->set('resourcesByActive', $resourceArray);\n $this->_f3->set('resourcesSize', $resourceSize);\n echo Template::instance()->render('view/include/head.php');\n echo Template::instance()->render('view/include/top-nav.php');\n echo Template::instance()->render('view/resources.php');\n echo Template::instance()->render('view/include/footer.php');\n }", "public function show($id)\n {\n $this->title .= ' show';\n $this->one($id);\n }", "public function display($title = null)\n {\n echo $this->fetch($title);\n }", "public function display(){}", "public function show($id)\n\t{\n\t\t//\n\t\t//\n\t\n\t}", "public function viewAction()\n\t{\n\t\t//get Id param from request\n\t\tif (!$id = $this->_getParam('id')) {\n\t\t\t$this->getFlashMessenger()->addMessage('Product ID was not specified');\n\t\t\t$this->getRedirector()->gotoSimple('list');\n\t\t}\n\n\t\t//fetch requested ProductID from DB\n\t\tif (!$this->_model->fetch($id)) {\n\t\t\t$this->render('not-found');\n\t\t} else {\n\t\t\t$this->view->model = $this->_model;\n\t\t}\n\t}", "public function show($id)\n {\n // Get single person\n $person = Person::findOrFail($id);\n\n // Return single person as a resource\n return '<h1>Person Number '.$id.'</h1><br>'.json_encode(new PersonResource($person));\n }", "#[TODO] use self object?\n\tprotected function GET(ResourceObject $resource) {\n#[TODO]\t\tif ($resource->getMTime())\n#[TODO]\t\t\t$this->response->headers->set('Last-modified', gmdate('D, d M Y H:i:s ', $resource->getMTime()) . 'GMT');\n#[TODO]\t\tif ($resource->getCTime())\n#[TODO]\t\t\t$this->response->headers->set('Date', gmdate('D, d M Y H:i:s ', $resource->getCTime()) . 'GMT');\n\n\n#[TODO] handle file streams\n\t\t// get ranges\n#\t\t$ranges = WebDAV::getRanges($this->request, $this->response);\n\n\t\t// set the content of the response\n\t\tif ($resource instanceof ResourceDocument) {\n\t\t\t$this->response->content->set($resource->getContents());\n\t\t\t$this->response->content->setType($resource->getMIMEType());\n\t\t\t$this->response->content->encodeOnSubmit(true);\n\t\t}\n\t}", "public function display() {\n echo $this->render();\n }", "public function show($id)\n\t{\n\t//\n\t}", "public function show($id)\n\t{\n\t//\n\t}", "function Fetch($resource_name, $cache_id = null, $compile_id = null, $display = false)\n {\n return $this->_smarty->fetch($resource_name, $cache_id, $compile_id, $display);\n }", "public function show($id)\n {\n //\n $this->_show($id);\n }", "public function show()\n\t{\n\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {\n\t\t//\n\t}", "public function show($id) {}", "static public function showCallback(O_Dao_Renderer_Show_Params $params) {\r\n\t\t/* @var $r R_Mdl_Resource */\r\n\t\t$r = $params->record();\r\n\t\t// Setting layout title\r\n\t\t$params->layout()->setTitle($r->getPageTitle());\r\n\r\n?><h1><?=$r->title?></h1><div id=\"resource\"><?\r\n\t\tif($r->getContent()) {\r\n\t\t\t// page has its own content -- show it\r\n\t\t\t$r->getContent()->show($params->layout(), \"content\");\r\n\t\t} else {\r\n\t\t\t// It is a post unit, show all childs\r\n\t\t\tif($r->is_unit == 1) {\r\n\t\t\t\t$r->addQueryAccessChecks($r->getChilds(1))->show($params->layout(), \"content\");\r\n\r\n\t\t\t// It is a folder with several units, show paginator\r\n\t\t\t} elseif($r->show_def == \"last-units\") {\r\n\t\t\t\tlist($type, $perpage) = explode(\":\", $r->show_def_params);\r\n\t\t\t\t/* @var $p O_Dao_Paginator */\r\n\t\t\t\t$p = $r->addQueryAccessChecks($r->getChilds())->test(\"is_unit\", 1)->getPaginator(array($r, \"getPageUrl\"), $perpage);\r\n\t\t\t\t$p->show($params->layout(), $type);\r\n\t\t\t// It is a folder with subfolders, boxes, contents. Show one childs level\r\n\t\t\t} else {\r\n\t\t\t\t$r->addQueryAccessChecks($r->getChilds(1))->show($params->layout(), \"on-parent-page\");\r\n\t\t\t}\r\n\r\n\t\t}\r\n?></div><?\r\n\t}", "public function show($id)\r\n\t{\r\n\t\t//\r\n\r\n\r\n\r\n\t}", "public function show($resourceId, $eventId)\n {\n $routes = $this->routes;\n\n $eventable = $this->getEventableRepository()->model()->findOrFail($resourceId);\n\n if (method_exists($eventable, 'events')) {\n $event = $eventable->events()->find($eventId);\n\n if ($event) {\n $apiObject = $this->event->findApiObject($event->api_id);\n\n return view('events.eventables.show', compact('routes', 'eventable', 'event', 'apiObject'));\n }\n }\n\n abort(404);\n }", "public abstract function display();", "abstract public function resource($resource);", "public function show($id)\r\r\n\t{\r\r\n\t\t//\r\r\n\t}", "public function show( $id ) {\n\t\t//\n\t}", "public function show( $id ) {\n\t\t//\n\t}", "public function show(Response $response)\n {\n //\n }", "public function show()\n {\n return auth()->user()->getResource();\n }", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}", "public function show($id)\n\t{\n\t\t//\n\t}" ]
[ "0.8233718", "0.8190437", "0.6828712", "0.64986944", "0.6495974", "0.6469629", "0.6462615", "0.6363665", "0.6311607", "0.62817234", "0.6218966", "0.6189695", "0.61804265", "0.6171014", "0.61371076", "0.61207956", "0.61067593", "0.6105954", "0.6094066", "0.6082806", "0.6045245", "0.60389996", "0.6016584", "0.598783", "0.5961788", "0.59606946", "0.5954321", "0.59295714", "0.59182066", "0.5904556", "0.59036547", "0.59036547", "0.59036547", "0.5891874", "0.58688277", "0.5868107", "0.58676815", "0.5851883", "0.58144855", "0.58124036", "0.58112013", "0.5803467", "0.58012545", "0.5791527", "0.57901084", "0.5781528", "0.5779676", "0.5757105", "0.5756208", "0.57561266", "0.57453394", "0.57435393", "0.57422745", "0.5736634", "0.5736634", "0.5730559", "0.57259274", "0.5724891", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5722562", "0.5718969", "0.5713412", "0.57091093", "0.5706405", "0.57057405", "0.5704541", "0.5704152", "0.57026845", "0.57026845", "0.56981397", "0.5693083", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962", "0.5684962" ]
0.0
-1